.vazio{
    width: 100%;
    height: 100px;
    display: none;
}

/*
    banner
*/

#banner
{
    width: 100%;   
}

.carousel-inner{
    height: 100%;    
}

.carousel-item{
    height: 100%;
    transition: 1s;
}

.img-banner{
    width: 100%;
    height: 100%;
}

.carousel-caption{
    height: 90%;
    z-index: 10;
    transition: .1s;
    display:flex;
    align-items:center;
}

.carousel-caption h1,
.carousel-caption p,
.carousel-caption a{
    position: relative;
    top:-20%;
    left:-5%;
    text-align: start;
}

.carousel-caption h1{
    font-family: BeVietnamPro-bold;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #074058;
    width: 80%;
}

.carousel-caption p{
    font-size: 1.1rem;
    margin-bottom: 3rem;
    color: #000000;
    width: 70%;
}

.btn-saiba-mais{
    all:unset;
    text-decoration:unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: BeVietnamPro-medium;
    box-sizing: border-box;
    font-size: 1rem;
    color: #074058;
    background-color: #FFFFFF;
    border: 2px solid #074058;
    border-radius: 5rem;
    width:250px;
    height: 60px;
}

.btn-saiba-mais:hover{
    cursor:pointer;
    color: #FFFFFF;
    background-color: #074058;
    border: unset;
    scale: 1.01;
}

.carousel-indicators .active {
    background-color: #074058;
}

/*
    sobre nos
*/

#sobre-nos{
    margin-top: 100px;
}

#img-sobre{
    display: flex;
    align-items: center;
    justify-content: center;
}

#img-sobre img{
    width: 70%;
    height: 90%;
}

#info-sobre{
    padding-left: 5%;
    padding-right: 5%;
}

#info-sobre h1, #info-sobre h2{
    font-family: BeVietnamPro-bold;
    font-size: 2rem;
    color: #074058;  
    margin-bottom: 20px;
}

#info-sobre h2{
    font-size: 1.8rem;
}

#info-sobre h1{
    text-align: center;
}

#info-sobre p{
    text-align: justify;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

#btns-sobre{
    display: flex;
    align-items: center;
    justify-content: center;
}

#btns-sobre a{
    all:unset;
    text-decoration:unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: BeVietnamPro-medium;
    box-sizing: border-box;
    font-size: 1rem;
    color: #074058;
    background-color: #FFFFFF;
    border: 2px solid #074058;
    border-radius: 5rem;
    width:250px;
    height: 60px;
}

#btns-sobre a:hover{
    cursor:pointer;
    border: unset;
    scale: 1.01;
}

#btns-sobre div:first-child a{
    color: #FFFFFF;
    background-color: #074058;
}

#btns-sobre div:first-child a:hover{
    color: #074058;
    background-color: #FFFFFF;
    border: 2px solid #074058;
}

#btns-sobre div:last-child a{
    color: #074058;
    background-color: #FFFFFF;
    margin-left: 20px;
}

#btns-sobre div:last-child a:hover{
    color: #FFFFFF;
    background-color: #074058;
}


/*
    cta - lead
*/

.cta{
    width: 100%;
    height: 400px;
    background-repeat:no-repeat;
    background-size: cover;
    margin-top: 100px;
}

.cta form{
    padding-top: 50px;
    padding-left: 20%;
    padding-right: 20%;
}

.cta form h3,.cta form p{
    color:#FFFFFF;
}

.cta form h3{
    font-family: BeVietnamPro-medium;
    font-size: 1.8rem;
}

.cta form p{
    font-size: 1.4rem;
}

#cta-box-input{
    display: inline-block;
}

.input-cta{
    all:unset;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 1px #DCDCDC;
    background-color: #FFFFFF;
    padding-left: 15px;
}

#cta-box-privacidade{
    display: flex;
    align-items: center;
}

#cta_privacidade{
    margin-right: 15px;
    width: 30px;
    height: 30px;
}

#cta-box-privacidade label{
    color: #FFFFFF;
}

#cta-politica{
    text-decoration: none;
    color: #25C9BA;
}

#btn-cta-lead{
    display: flex;
    justify-content: end;
}

#btn-cta-lead button{
    all:unset;
    text-decoration:unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: BeVietnamPro-medium;
    box-sizing: border-box;
    font-size: 1rem;
    color: #FFFFFF;
    background-color: #FF601A;
    border-radius: 5rem;
    width:250px;
    height: 60px;
}

#btn-cta-lead button:hover{
    cursor:pointer;
    border: unset;
    scale: 1.01;
}

/* 
    servicos
*/
#servicos{
    margin-top: 70px;
}

#servicos h1, #servicos h2{
    text-align: center;
    margin-bottom: 20px;
}

#servicos h1{
    font-family: BeVietnamPro-bold;
    color: #074058;
    font-size: 2rem;
}

#servicos h2{
    font-family: BeVietnamPro-medium;
    font-size: 1.2rem;
    margin-bottom: 70px;
}

#box-card-servicos{
    padding: unset;
    display: flex;
    align-items: center;
}

.card{
    width: 20rem;
    padding: unset;
    margin: auto;
}

.card-titulo{
    height: 40px;
    margin-bottom: 40px;
}

.card-titulo p{
    background-color: #25C9BA;
    width: 70%;
    height: 100%;
    color: #FFFFFF;
    text-align: center;
    font-family: BeVietnamPro-medium;
    font-size: 1rem;
    margin: auto;
    padding-top: 2%;
}

.card-body{
    padding: unset;
}

.card-title,.card-text{
    text-align: center;
    margin-bottom: 15px;
    font-size: 1rem;
    padding-left: 1%;
    padding-right: 1%;
}

.card-title{
    font-family: BeVietnamPro-medium;
}

.card-servico-icon{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

.card-servico-icon div{
    width: 40%;
    height: 80%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-servico-icon div i{
    font-size: 4rem;
}

.box-img-servico{
    width: 100%;
    height: 220px;
    display: flex;
    align-items: end;
}

.img-servico{
    width: 100%;
    height: 200px;
    padding: unset;
    background-repeat:no-repeat;
    background-size: cover;
}

.opacidade-img-servico{
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.7));
}

.btn-card-servico{
    all:unset;
    text-decoration:unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: BeVietnamPro-medium;
    box-sizing: border-box;
    font-size: 1rem;
    color: #FFFFFF;
    background-color: #25C9BA;
    border-radius: 5rem;
    width:250px;
    height: 60px;
}

.btn-card-servico:hover{
    cursor:pointer;
    scale: 1.01;
}

/*
    cta - contato
*/

.cta-contato{
    width: 100%;
    height: 400px;
    background-repeat:no-repeat;
    background-size: cover;
    margin-top: 100px;
}

.cta-contato div{
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 40%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-contato div h3{
    font-family: BeVietnamPro-medium;
    font-size: 1.8rem;
    color:#FFFFFF;
    text-align: center;
    margin-bottom: 30px;
}

.cta-contato div a{
    all:unset;
    text-decoration:unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: BeVietnamPro-medium;
    box-sizing: border-box;
    font-size: 1rem;
    color: #FFFFFF;
    background-color: #FF601A;
    border-radius: 5rem;
    width:250px;
    height: 60px;
}

.cta-contato div a:hover{
    cursor:pointer;
    border: unset;
    scale: 1.01;
}


/* 
    depoimentos
*/
#depoimentos{
    margin-top: 70px;
}

#depoimentos h1, #depoimentos h2{
    text-align: center;
    margin-bottom: 20px;
}

#depoimentos h1{
    font-family: BeVietnamPro-bold;
    color: #074058;
    font-size: 2rem;
}

#depoimentos h2{
    font-family: BeVietnamPro-medium;
    font-size: 1.2rem;
    margin-bottom: 70px;
}

#box-card-depoimentos{
    padding: unset;
    display: inline-block;
    align-items: center;
    width: 100%;
    padding: 0 5%;
}

#box-card-depoimentos > :nth-child(even){
    position: relative;
    left: 20%;
}

.depoimento{
    width: 80%;
    box-shadow: 1px 1px 7px #DCDCDC;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 15px 40px;
}

.depoimento .img-empresa img{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    box-shadow: 1px 1px 8px #DCDCDC;
    position: relative;
    top: 30px;
}

.depoimento p{
    padding: 0 10%;
    font-family: BeVietnamPro-medium;
}

.depoimento a{
    text-decoration: none;
    color: #074058;
}

.depoimento .nome{
    color: #FF601A;
    text-align: end;
}





@media screen and (max-width:1200px){

    .vazio{
        display: inline-block;
        height: 70px;
    }
    
    /*
        sobre nos
    */

    #sobre-nos{
        margin-top: 40px;
    }

    #img-sobre{
        width: 100%;
    }

    #img-sobre img{
        width: 50%;
        height: 80%;
    }

    #info-sobre{
        width: 100%;
    }

    /*
        cta - lead
    */

    .cta{
        height: unset;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cta form{
        padding-left: 10%;
        padding-right: 10%;
    }

    .cta form h3{
        font-family: BeVietnamPro-medium;
        font-size: 1.3rem;
        margin-bottom: 25px;
    }

    .cta form p{
        font-size: 1.1rem;
    }

   
    #btn-cta-lead{
        margin-top: 30px;
    }

    
    /* 
        servicos
    */
    
    #box-card-servicos{
        display: unset;
    }

    .card{
        margin-bottom: 70px;
    }
    
    /*
        cta - contato
    */

    .cta-contato{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta-contato div{
        padding-top: unset;
        padding-right: 5%;
    }

    .cta-contato div h3{
        font-size: 1.6rem;
    }

    /* 
        depoimentos
    */

    #box-card-depoimentos{
        display: inline-block;
        align-items: center;
        width: 100%;
        padding: 0 2.5%;
    }

    #box-card-depoimentos > :nth-child(even){
        position: unset;
        left: 0;
    }

    .depoimento{
        width: 90%;
        padding: 15px 40px;
        margin: auto;
        margin-bottom:40px;

    }

    .depoimento .img-empresa{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .depoimento .img-empresa img{
        width: 70px;
        height: 70px;
        position: unset;
        top: 00px;
    }

    .depoimento p{
        padding: 0 0.5%;
        text-align: center;
        margin-bottom: 15px;
    }

    .depoimento .nome{
        text-align: center;
    }

}


@media screen and (max-width:800px){

    .vazio{
        display: inline-block;
        height: 100px;
    }

    /* 
        banner
    */

    .carousel-caption{
        height: 90%;
        z-index: 10;
        transition: .1s;
        display:flex;
        align-items:center;
        justify-content: center;
    }

    .carousel-caption h1,
    .carousel-caption p,
    .carousel-caption a{
        position: relative;
        top:0%;
        left:0%;
        text-align: center;
    }

    .carousel-caption h1{
        font-size: 1.5rem;
        width: 100%;
    }

    .carousel-caption p{
        font-size: 1rem;
        width: 100%;
    }

    .banner-saiba-mais{
        justify-content: center;
    }

    .btn-saiba-mais{
        width:220px;
        height: 60px;
    }

    /*
        sobre nos
    */

    #sobre-nos{
        margin-top: 80px;
    }

    #sobre-nos h2, #sobre-nos p{
        margin-top: 40px;
        text-align: center;
    }

    #info-sobre h1, #info-sobre h2{
        font-size: 1.5rem;
    }

    #img-sobre{
        margin-bottom: 40px;
    }

    #img-sobre img{
        width: 80%;
        height: 80%;
    }

}


@media screen and (max-width:500px){

    /* 
        banner
    */

    .carousel-inner{
        width: 100%;
        height: 100%;    
    }

    .carousel-caption h1{
        font-size: 1rem;
    }

    .carousel-caption p{
        font-size: .9rem;
        display: none;
    }

    .btn-saiba-mais{
        width:200px;
        height: 50px;
    }

    /*
        sobre nos
    */

    #img-sobre{
        margin-bottom: 70px;
    }

    #img-sobre{
        margin-bottom: 50px;
    }

    #img-sobre img{
        width: 90%;
        height: 105%;
    }

    #btns-sobre{
        display: inline-block;
        justify-items: center;
        width: 100%;
    }

    #btns-sobre div{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-left: unset;
        padding: unset;
    }

    #btns-sobre div:last-child a{
        width: 100%;
        margin: auto;
        position: relative;
        top:20px;

    }
    
    #btns-sobre a{
        margin-top: 20px;
        width: 100%;
    }

    /*
        cta - lead
    */

    #btn-cta-lead{
        justify-content: center;
    }

    /* 
        servicos
    */

    .card{
        width: 90%;
    }

    /*
        cta - contato
    */

    .cta-contato div h3{
        font-size: 1.3rem;
    }


    

    
}
