
/*SERVICES*/
.bck-illustration {
    min-height: 490px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(http://127.0.0.1:8000/storage/images/illustration_ecommerce_desktop.svg);
}
.bg-project-img{
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(http://127.0.0.1:8000/storage/images/bck_projecto_tt.png);
}
.info-ecommerce{
    min-height: 500px;
}
.btn-save{
    border-radius: 30px;
    font-size: medium;
    font-weight: 900;
    letter-spacing: 3px;
}
.form-rounded {
    border-radius: 1rem;
    width: 100%;
}
.btn-rounded{
 border-radius: 2rem;
 font-weight: bold;
}
.budget-request{
    height: 200px;
}
.btn-cta{
    display:inline-flex;
}
.title-wedo{
    font-size: medium;
}
.thumb-wedo {
    border-radius: 40px;
    min-height: 330px;
}
.img-project-phone{
    max-height: 450px;
}
a.btn-card:hover {
    text-decoration: none;
    color: black;
}
.bg-grey-light{
    background-color:#F7F7F7;
}
.webdev-descritption-background {
    /*min-height: 1140px;*/
    background-color: transparent;
    /* Used if the image is unavailable */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    /* background-image: url('/storage/images/webdev-descritption-background-mobile.svg'); */
}
.custom-control-label{
    font-weight: bold;
}
.formas-webdev {
    /* top:0; */
    left: 0px;
}
.webdev-descritption-background h2 {
    color: white;
    /* font-size: 10px; */
}
.webdev-descritption-background h1 {
    color: #78E3AB;
}
.web-dev-hero {
    overflow: hidden;
   /* min-height: 600px;*/
    margin-bottom: 100px;
    background-color: transparent;
    /* Used if the image is unavailable */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    background-image: url('/storage/images/web-dev-hero-mobile.png');
}
.web-dev-hero {
    background-color: transparent;
    /* Used if the image is unavailable */
    /*height: 500px;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    background-image: url('/storage/images/desenvolvimento-web.svg');
}
.bg-blue-light {
    background-color: #0145AC;
}
@media (min-width: 768px) {
    .formas-webdev {
        display: none;
    }
    .web-dev-hero {
        background-color: transparent;
        /* Used if the image is unavailable */
        /*height: 650px;
        /* You must set a specified height */
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: cover;
        /* Resize the background image to cover the entire container */
        background-image: url('/storage/images/desenvolvimento-web-hero.png');
        margin-bottom: 0px;
    }
    .webdev-descritption-background {
        background-image: none;
        min-height: 0px;
        padding-top: 0px;
    }
    .hero-bg-blue {
        height: 720px;
    }
}
.spanline{
    font-size: xxx-large;
    background-color: white;
}
