
.banner-responsive{
    width: 100%;
    height: 768px;
    background-color: var(--bg1);
    background-image: url('../imagens/home/banner-bg.png');
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.banner-responsive picture{
    display: flex;
    width: 488px;
    height: 300px;
    border-radius: 10px;
    background-color: #DCE6DE;
    align-items: center;
    justify-content: center;
    background-image: url('../imagens/servico/bg-bn.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-responsive picture img{
    width: fit-content;
    max-height: 250px;
    max-width: 350px;
}
.banner-responsive .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.banner-responsive .container .conteudo{
    width: 560px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.banner-responsive .container .conteudo h1{
    font-size: 48px;
    color: #fff;
    line-height: 1;
    font-family: var(--ff-secondary);
}
.banner-responsive .container .conteudo h5{
    color: #D6D8D5;
    font-family: var(--ff-primary);
    font-weight: 400;
}



/* AJUDAMOS */
.ajudamos{
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: var(--bg2);
    margin-top: -100px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.ajudamos .container{
    gap: 80px;
}
.ajudamos .titulo{
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
}
.ajudamos .container .agende{
    width: 283px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 20px;
    background-color: var(--bg1);
    color: #fff;
    font-size: 16px;
    font-family: var(--ff-primary);
    border-radius: 50px;
    margin: 0 auto;
    transition: ease .3s;
}
.ajudamos .container .agende:hover{
    scale: 1.05;
    transition: ease .3s;
}
.ajudamos .ajuda-div{
    width: 100%;
    position: relative;
    align-items: center;
}
.ajudamos .ajuda-div .prev-ajuda{
    position: absolute;
    left: -7%;
    cursor: pointer;
}
.ajudamos .ajuda-div .next-ajuda{
    position: absolute;
    right: -7%;
    cursor: pointer;
    transition: ease .3s;
}
.ajudamos .ajuda-div .next-ajuda:hover,
.ajudamos .ajuda-div .prev-ajuda:hover{
    scale: 1.1;
    transition: ease .3s;
}
.ajudamos .ajudamos-slider{
    width: 100%;
    min-height: 100px;
}
.ajudamos .ajudamos-slider .ajuda-slide{
    width: 98%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    gap: 10px;
    scale: 0.95;
    transition: ease .3s;
    flex-direction: column;
}
.ajudamos .ajudamos-slider .ajuda-slide:hover{
    scale: 1;
    transition: ease .3s;
}
.ajudamos .ajudamos-slider .ajuda-slide .slide-img{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    border: 1px solid var(--verde);
}
.ajudamos .ajudamos-slider .ajuda-slide .slide-img img{
    
}
.ajudamos .ajudamos-slider .ajuda-slide .slide-text{
    gap: 15px;
}
.ajudamos .ajudamos-slider .ajuda-slide .slide-text h5{

}
.ajudamos .ajudamos-slider .ajuda-slide .slide-text p{

}
.ajudamos .ajudamos-slider .ajuda-slide .slide-text a{
    font-family: var(--ff-primary);
    color: var(--preto);
    font-weight: 600;
    gap: 10px;
    align-items: center;
    transition: ease .3s;
}
.ajudamos .ajudamos-slider .ajuda-slide .slide-text a:hover{
    scale: 1.05;
    transition: ease .3s;
}


/* DIFERENCIAIS */
.diferenciais{
    width: 100%;
    background-color: var(--bg1);
    padding: 200px 0 150px;
}
.diferenciais .container{
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.diferenciais .container .text{
    width: 416px;
    gap: 30px;
}
.diferenciais .container .text h3{
    color: #fff
}
.diferenciais .container .text h3 span{
    color: var(--verde);
}
.diferenciais .container .text p{
    color: var(--bege);
}
.diferenciais .container .conteudo{
    width: 695px;
    gap: 37px;
}
.diferenciais .container .conteudo .box{
    width: 329px;
    height: fit-content;
    flex-direction: column;
    border: 1px solid #ffffff40;
    padding: 30px;
    align-items: center;
    border-radius: 10px;
    gap: 20px;
}
.diferenciais .container .conteudo .box:nth-child(2n){
    margin-top: -50px;
}
.diferenciais .container .conteudo .box .img{
    width: 80px;
    height: 80px;
    border: 1px solid var(--verde);
    border-radius: 50%;
    place-content: center;
}
.diferenciais .container .conteudo .box .text1{
    text-align: center;
    justify-content: center;
    gap: 15px;
}
.diferenciais .container .conteudo .box .text1 h5{
    color: #fff;
}
.diferenciais .container .conteudo .box .text1 p{
    font-size: 16px;
    font-family: var(--ff-primary);
    color: #D6D8D5;
}



/* VIDEO */
.video{
    width: 100%;
    background-color: var(--bg1);
}
.video .container{
    gap: 50px;
    border-bottom: 1px solid #e3e3e36e; 
    padding-bottom: 100px;
}
.video .titulo{
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.video .titulo h3{
    color: #fff;
}
.video .titulo h3 span{
    color: var(--verde);
}
.video .titulo p{
    font-size: 16px;
    color: #D6D8D5;
    font-family: var(--ff-secondary);
}
.video iframe{
    width: 100%;
    height: 650px;
    border-radius: 20px;
}
.video .agende-btn {
    width: 283px;
    height: 64px;
    margin: 0 auto;
    border-radius: 50px;
    font-weight: 600;
    font-family: var(--ff-secondary);
    background-color: var(--bg2);
    color: #000;
    font-size: 16px;
    align-items: center;
    padding: 0 0 0 20px;
    justify-content: space-between;
    transition: ease .3s;
}


/* DEPOIMENTOS */
.depoimentos{
    width: 100%;
    background-color: var(--bg1);
}
.depoimentos .container{
    flex-direction: column;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
.depoimentos .prev-depo{
    position: absolute;
    left: -7%;
    cursor: pointer;
}
.depoimentos .next-depo{
    position: absolute;
    right: -7%;
    cursor: pointer;
    transition: ease .3s;
}
.depoimentos .next-depo:hover,
.depoimentos .prev-depo:hover{
    scale: 1.1;
    transition: ease .3s;
}
.depoimentos .container .depoimentos-slider{
    width: 85%;
    margin: 0 auto;
}
.depoimentos .container .depoimentos-slider .depo-slide{
    width: 100%;
    text-align: center;
    justify-content: center;
    gap: 60px;
}
.depoimentos .container .depoimentos-slider .depo-slide p{
    font-size: 32px;
    color: #F5F2EE;
    font-family: var(--ff-primary);
    font-weight: 400;
}
.depoimentos .container .depoimentos-slider .depo-slide .usuario{
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.depoimentos .container .depoimentos-slider .depo-slide .usuario h5{
    color: var(--bege);
    font-family: var(--ff-primary);
    font-weight: 400;
}
.depoimentos .container .depoimentos-slider .depo-slide .usuario img{
    width: 42px;
    height: 42px;
    border-radius: 50%;
}


/* ESPECIALIDADES */
.servicos{
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: var(--bg2);
}
.servicos .container{
    gap: 50px;
}
.servicos .titulo{
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
}
.servicos .serv-div{
    width: 100%;
    position: relative;
    align-items: center;
}
.servicos .serv-div .prev-serv{
    position: absolute;
    left: -7%;
    cursor: pointer;
}
.servicos .serv-div .next-serv{
    position: absolute;
    right: -7%;
    cursor: pointer;
    transition: ease .3s;
}
.servicos .serv-div .next-serv:hover,
.servicos .serv-div .prev-serv:hover{
    scale: 1.1;
    transition: ease .3s;
}
.servicos .servicos-slider{
    width: 100%;
}
.servicos .servicos-slider .slick-slide{
    min-height: 324px;
}
.servicos .servicos-slider .serv-slide{
    width: 95%;
    height: 100%;
    margin: 0 auto;
    background-color: #ffffff85;
    border-radius: 20px;
    padding: 10px;
    gap: 10px;
    scale: 0.95;
    transition: ease .3s;
}
.servicos .servicos-slider .serv-slide:hover{
    scale: 1;
    transition: ease .3s;
}
.servicos .servicos-slider .serv-slide .slide-img{
    width: 100%;
    height: 236px;
    background-color: #DCE6DE;
    border-radius: 20px;
    align-content: center;
    justify-content: center;
    background-image: url(../imagens/servico/bg-bn.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.servicos .servicos-slider .serv-slide .slide-img img{
    object-fit: cover;
    max-width: 300px;
    max-height: 200px;
}
.servicos .servicos-slider .serv-slide .slide-text{
    padding: 10px;
    gap: 15px;
}
.servicos .servicos-slider .serv-slide .slide-text h5{

}
.servicos .servicos-slider .serv-slide .slide-text p{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.servicos .servicos-slider .serv-slide .slide-text a{
    font-family: var(--ff-primary);
    color: var(--preto);
    font-weight: 600;
    gap: 10px;
    align-items: center;
}



/* FORMULARIO */
.formulario{
    width: 100%;
    background: linear-gradient(
    to bottom,
    var(--bg1) 0%,
    var(--bg1) 50%,
    var(--bg2) 50%,
    var(--bg2) 100%
  );
    padding-top: 100px;
}
.formulario .form h3{
    color: var(--bg2);
}
.formulario .form h3 span{
    font-style: normal;
    color: var(--verde);
}
.formulario .form .agende-btn{
    background-color: var(--bg2);
}




/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){
    .ajudamos .ajuda-div .prev-ajuda,
    .depoimentos .prev-depo,
    .servicos .serv-div .prev-serv{
        left: -5%;
    }
    .ajudamos .ajuda-div .next-ajuda,
    .depoimentos .next-depo,
    .servicos .serv-div .next-serv{
        right: -5%;
    }
}

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

}

@media screen and (max-width: 1300px){
    .ajudamos .ajuda-div .prev-ajuda,
    .depoimentos .prev-depo,
    .servicos .serv-div .prev-serv{
        left: 0%;
        z-index: 5;
    }
    .ajudamos .ajuda-div .next-ajuda,
    .depoimentos .next-depo,
    .servicos .serv-div .next-serv{
        right: 0%;
        z-index: 5;
    }
}

@media screen and (max-width: 1270px){
    .diferenciais .container{
        justify-content: center;
        gap: 130px;
    }
    
}
@media screen and (max-width: 1187px){
    .banner-responsive .container .conteudo{
        width: 500px;
    }
    .banner-responsive picture{
        width: calc(100% - 550px);
    }
    .banner-responsive picture img{
        max-width: 60%;
        max-height: 60%;
    }
}

@media screen and (max-width: 1100px){
    .banner-responsive .container .conteudo h1{
        font-size: 40px;
    }
}

/* MOBILE */
@media screen and (max-width: 900px){
    .banner-responsive{
        min-height: 768px;
        height: fit-content;
    }
    .banner-responsive .container {
        flex-direction: column;
        align-self: center;
        padding: 180px 0;
    }
    .banner-responsive .container .conteudo{
        width: 488px;
    }
    .banner-responsive picture{
        width: 488px;
    }

    .depoimentos .container .depoimentos-slider .depo-slide p{
        font-size: 18px;
    }
}

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

@media screen and (max-width: 600px){
    .banner-responsive{
        height: 900px;
    }
    .banner-responsive .container .conteudo{
        width: 100%;
    }
    .banner-responsive picture{
        width: 100%;
    }

    .diferenciais{
        padding: 100px 0;
    }
    .diferenciais .container .conteudo .box{
        width: 100%;
        margin-top: 0!important;
    }

    .video iframe{
        height: 450px;
    }

    .ajudamos .ajuda-div .prev-ajuda, 
    .depoimentos .prev-depo, 
    .servicos .serv-div .prev-serv,
    .ajudamos .ajuda-div .next-ajuda,
    .depoimentos .next-depo, 
    .servicos .serv-div .next-serv{
    	width: 52px;
    	height: 52px;
    }
    
}

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

}

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

}