
.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;
    display: flex;
    align-items: center;
}
.banner-responsive .prev-bn{
    position: absolute;
    left: 3%;
    z-index: 5;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}
.banner-responsive .next-bn{
    position: absolute;
    right: 3%;
    z-index: 5;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}
.banner-slider{
    width: 100%;
}
.banner-slider .bn-slide{
    width: 100%;
    height: 768px;
    position: relative;
}
.banner-slider picture{
    width: 100%!important;
    margin: 0 auto;
    display: flex; 
    justify-content: center;
}
.banner-slider picture img{
    object-fit: cover;
    height: 768px;
    max-width: 2600px;
    width: 100%;
}
.banner-slider .absolute-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.banner-slider .absolute-container .container{
    width: 1250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.banner-slider .absolute-container .container .bn-nome{
    display: flex;
    flex-direction: column;
    position: relative;
    place-content: center;
    opacity: 0;
}
.banner-slider .absolute-container .container .bn-nome h4{
    font-family: var(--ff-secondary);
    font-weight: 500;
}
.banner-slider .absolute-container .container .bn-nome .sobre-nome{
    margin-left: 70px;
    font-style: italic;
    font-weight: 400;
    font-family: var(--ff-terciary);
}
.banner-slider .absolute-container .container .bn-nome span{
    width: 60px;
    height: 2px;
    background-color: var(--verde);
    display: flex;
    position: absolute;
    top: 57px;
}
.banner-slider .absolute-container .container .conteudo{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 100px;
    width:  525px;
    text-align: center;
}
.banner-slider .absolute-container .container .conteudo h1,
.banner-slider .absolute-container .container .conteudo h1 span{
    font-size: 58px;
    color: #fff;
    line-height: 1;
    font-family: var(--ff-secondary);
    
}
.banner-slider .absolute-container .container .conteudo h1 span{
    color: var(--verde);
    font-style: italic;
}
.banner-slider .absolute-container .container .conteudo h5{
    width: 386px;
    color: #D6D8D5;
    margin: auto;
    font-family: var(--ff-primary);
    font-weight: 400;
    
}
.banner-slider .absolute-container .container .conteudo .link{
    width: 386px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.banner-slider .absolute-container .container .conteudo .link a{
    width: fit-content;
    font-family: var(--ff-primary);
    padding: 0px 0px 0 25px;
    color: #fff;
    background-color: #ffffff40;
    border-radius: 50px;
    align-items: center;
    display: flex;
    transition: ease .3s;
}
.banner-slider .absolute-container .container .conteudo .link a:hover{
    scale: 1.05;
    transition: ease .3s;
}


/* ESPECIALIDADES */
.especialidades{
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: var(--bg2);
}
.especialidades .container{
    gap: 80px;
}
.especialidades .titulo{
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
}
.especialidades .espec-div{
    width: 100%;
    position: relative;
    align-items: center;
}
.especialidades .espec-div .prev-espec{
    position: absolute;
    left: -7%;
    cursor: pointer;
    transition: ease .3s;
}
.especialidades .espec-div .next-espec{
    position: absolute;
    right: -7%;
    cursor: pointer;
    transition: ease .3s;
}
.especialidades .espec-div .next-espec:hover,
.especialidades .espec-div .prev-espec:hover{
    scale: 1.1;
    transition: ease .3s;
}
.especialidades .especialidades-slider{
    width: 100%;
}
.especialidades .especialidades-slider .slick-slide{
    min-height: 324px;
}
.especialidades .especialidades-slider .espec-slide{
    width: 95%;
    height: 100%;
    margin: 0 auto;
    background-color: #ffffff85;
    border-radius: 20px;
    padding: 10px;
    gap: 10px;
    scale: 0.95;
    transition: ease .3s;
    align-content: start;
}
.especialidades .especialidades-slider .espec-slide:hover{
    scale: 1;
    transition: ease .3s;
}
.especialidades .especialidades-slider .espec-slide .slide-img{
    width: 100%;
    height: 180px;
    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;
}
.especialidades .especialidades-slider .espec-slide .slide-img a{
    display: flex;
    justify-content: center;
}
.especialidades .especialidades-slider .espec-slide .slide-img img{
    object-fit: cover;
    max-width: 50%;
    max-height: 250px;
}
.especialidades .especialidades-slider .espec-slide .slide-text{
    padding: 10px;
    gap: 15px;
}
.especialidades .especialidades-slider .espec-slide .slide-text h5{
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.especialidades .especialidades-slider .espec-slide .slide-text p{
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; 
   -webkit-box-orient: vertical;
}
.especialidades .especialidades-slider .espec-slide .slide-text a{
    font-family: var(--ff-primary);
    color: var(--preto);
    font-weight: 600;
    gap: 10px;
    align-items: center;
    transition: ease .3s;
}
.especialidades .especialidades-slider .espec-slide .slide-text a:hover{
    scale: 1.05;
    transition: ease .3s;
}


/* QUEM SOMOS */
.quem-somos{
    width: 100%;
    background-color: var(--bg1);
    padding: 150px 0;
}
.quem-somos .container{
    align-content: center;
    gap: 50px;
}
.quem-somos .container .img{
    width: 600px;
}
.quem-somos .container .img img{
    max-width: 600px;
    width: 100%;
    object-fit: cover;
    border-radius:  20px;
}
.quem-somos .container .text{
    width: 550px;
    gap: 20px;
}
.quem-somos .container .text h3{
    color: #fff;
    text-align: center;
}
.quem-somos .container .text h3 span{
    color: var(--verde);
}
.quem-somos .container .text p{
    color: var(--bege);
}
.quem-somos .container .text .lista{
    width: 100%;
    margin-top: auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
}
.quem-somos .container .text .icones{
	display: flow;
    max-width: 270px;
    width: fit-content;
    align-items: center;
    gap: 15px;
    
}
.quem-somos .container .text .icones span{
    color: var(--bege);
    gap: 10px;
    align-items: center;
    font-family: var(--ff-primary);
}
.quem-somos .container .text .icones span img,
.quem-somos .container .text .icones span i{
    filter: brightness(0) saturate(100%) invert(82%) sepia(35%) saturate(277%) hue-rotate(59deg) brightness(89%) contrast(84%);
}


/* EDUARDO */
.eduardo{
    width: 100%;
    background-color: var(--bg2);
}
.eduardo .container{
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 63%;
}
.eduardo .text{
    width: 601px;
    flex-direction: column;
    padding: 60px 0;
    gap: 30px;
    z-index: 5;
    position: relative;
}
.eduardo .text .titulo{
    display: flex;
    flex-direction: column;
    position: relative;
    place-content: center;
}
.eduardo .text .titulo h2{
    font-family: var(--ff-secondary);
    font-weight: 600;
    color: #000;
}
.eduardo .text .titulo p{
    margin-top: 30px;
}
.eduardo .text .titulo .sobre-nome{
    margin-left: 100px;
    font-style: italic;
    font-weight: 500;
    font-family: var(--ff-terciary);
}
.eduardo .text .titulo span{
    width: 90px;
    height: 2px;
    background-color: var(--verde);
    display: flex;
    position: absolute;
    top: 104px;
}
.eduardo .text .lista{
    width: 100%;
    gap: 30px;
}
.eduardo .text .lista span{
    width: 100%;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
    border-top: 1px solid #dbdbdb;
    color: #000;
    font-family: var(--ff-primary);
    font-weight: 600;
    display: flex;
    flex-wrap: nowrap;
}
.eduardo .text .lista span:nth-child(1){
    border-top: none;
    padding-top: 0;
}
.eduardo .text .lista span i{
    color: var(--verde);
    font-size: 10px;
}
.eduardo .img{
    width: 602px;
    position: relative;
}
.eduardo .img img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    object-fit: contain;
}


/* DEPOIMENTOS */
.depoimentos{
    width: 100%;
    background-color: var(--bg1);
}
.depoimentos .container{
    border-bottom: 1px solid #3b3b3b; 
    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%;
}



/* ESCRITORIOS */
.escritorios{
    width: 100%;
    background-color: var(--bg1);
}
.escritorios .container{
    gap: 80px;
    justify-content: center;
}
.escritorios .titulo h3{
    color: #fff;
}
.escritorios .titulo h3 span{
    color: var(--verde);
}
.escritorios .conteudo{
    width: 100%;
    justify-content: space-between;
}
.escritorios .conteudo .box{
    width: 552px;
    flex-direction: column;
    gap: 30px;
}
.escritorios .conteudo .box .img{
    width: 100%;
    transition: ease .3s;
}
.escritorios .conteudo .box .img:hover{
    scale: 1.05;
    transition: ease .3s;
}
.escritorios .conteudo .box .img img{
    width: 552px;
    height: 420px;
    border-radius: 20px;
}
.escritorios .conteudo .box .links{
    width: 100%;
    padding: 0 10px;
    color: var(--bege);
    flex-direction: column;
    gap: 20px;
}
.escritorios .conteudo .box .links h5{
    border-bottom: 1px solid #d9d9d92b;
    padding-bottom: 20px;
}
.escritorios .conteudo .box .links span{
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: var(--ff-secondary);
}


/* NOTICIAS */
.noticias{
    width: 100%;
    background-color: var(--bg2);
}
.noticias .container{
    gap: 50px;
}
.noticias .titulo{
    width: 100%;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
.noticias .titulo a{
    display: flex;
    align-items: center;
    font-family: var(--ff-secondary);
    font-weight: 600;
    gap: 15px;
}
.noticias .conteudo{
    width: 100%;
    gap: 49px;
}
.noticias .conteudo .box{
    width: 384px;
    gap: 20px;
    transition: ease .3s;
}
.noticias .conteudo .box:hover{
    scale: 1.05;
    transition: ease .3s;
}
.noticias .conteudo .box .img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.noticias .conteudo .box .img img{
    width: 384px;
    height: 160px;
    border-radius: 20px;
    object-fit: cover;
}
.noticias .conteudo .box .text{
    width: 100%;
    padding: 0 20px;
    gap: 20px;
    flex-direction: column;
}
.noticias .conteudo .box .text span{
    font-family: var(--ff-secondary);
    font-size: 14px;
    font-weight: 600;
}
.noticias .conteudo .box .text h5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.noticias .conteudo .box .text a{
    font-family: var(--ff-secondary);
    font-weight: 600;
    display: flex;
    gap: 15px;
    align-items: center;
}


/* FORMULARIO */
.formulario{
    width: 100%;
    background: linear-gradient(
    to bottom,
    var(--bg2) 0%,
    var(--bg2) 50%,
    var(--bg1) 50%,
    var(--bg1) 100%
  );
}





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

}

@media screen and (max-width: 1440px){
    .especialidades .espec-div .prev-espec,
    .depoimentos .prev-depo{
        left: 0%;
        z-index: 10;
    }
    .especialidades .espec-div .next-espec,
    .depoimentos .next-depo{
        right: 0%;
        z-index: 10;
    }
}

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

}

@media screen and (max-width: 1300px){
    .quem-somos .container .text {
        width: 555px;
    }
    .quem-somos .container .img{
        width: calc(100% - 615px);
    }
    .quem-somos .container .img img{
        width: 100%;
    }
}

@media screen and (max-width: 1300px){
    .banner-responsive picture{
        width: 90%;
    }
    .banner-responsive picture img{
        width: 100%;
    }

    
    .eduardo .img{
        width: calc(100% - 601px);
    }
    .eduardo .img img{
        width: 100%;
    }
    .escritorios .conteudo,
    .noticias .conteudo{
        justify-content: center;
        gap: 50px;
    }
    
}

@media screen and (max-width: 1200px){
    .quem-somos .container{
        gap: 50px;
        justify-content: center;
    }
    .quem-somos .container .text h3{
        margin-bottom: 20px;
    }
    .quem-somos .container .text .lista{
        margin-top: 30px;
    }
    .quem-somos .container .img{
        width: 520px;
        order: 1;
    }
}

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

    
}

/* MOBILE */
@media screen and (max-width: 1023px){
    .banner-responsive{
        height: fit-content;
    }
    .banner-responsive .absolute-container .container{
        justify-content: center;
    }
    .banner-responsive .absolute-container .container .bn-nome{
        display: none;
    }
    .banner-responsive .absolute-container .container .conteudo{
        text-align: center;
    }
    .banner-responsive .absolute-container .container .conteudo .link{
        display: flex;
        justify-content: center;
    }

    .eduardo .img{
        display: none;
    }


}

@media screen and (max-width: 900px){
    .depoimentos .container .depoimentos-slider .depo-slide p{
        font-size: 18px;
    }
}

@media screen and (max-width: 600px){
    .banner-responsive picture img{
        margin-top: 0;
    }
    .banner-responsive .absolute-container .container{
        width: 90%;
        height: 100%;
        padding-top: 120px;
    }
    .banner-responsive .absolute-container .container .conteudo{
        margin-top: 0;
        align-items: baseline;
        height: 100%;
        gap: 20px;
    }
    .banner-responsive .absolute-container .container .conteudo h1, 
    .banner-responsive .absolute-container .container .conteudo h1 span{
        font-size: 30px;
    }
    .banner-responsive .absolute-container .container .conteudo h5{
        font-size: 20px;
    }
    .banner-responsive .absolute-container .container .conteudo h5,
    .banner-responsive .absolute-container .container .conteudo .link{
        width: 100%;
        margin: 0;
    }
    .banner-responsive .absolute-container .container .conteudo .link{
        margin-top: auto;
        margin-bottom: 20px;
    }

    .quem-somos .container .text .lista{
    	flex-wrap: wrap;
    }
    .quem-somos .container .text .icones{
    	width: 100%;
    	max-width: 100%;
    }

    .eduardo .text{
        width: 100%;
    }
    .eduardo .text .titulo{
        gap: 15px;
    }
    .eduardo .text .titulo h2{
        font-size: 35px;
    }
    .eduardo .text .titulo .sobre-nome{
        margin-left: 20px;
    }
    .eduardo .text .titulo span{
        display: none;
    }

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

    .escritorios .conteudo .box,
    .escritorios .conteudo .box .img img{
        width: 100%;
    }

    .especialidades .espec-div .prev-espec, 
    .depoimentos .prev-depo,
    .especialidades .espec-div .next-espec, 
    .depoimentos .next-depo{
        width: 52px;
        height: 52px;
    }
}

@media screen and (max-width: 400px){
    .noticias .conteudo .box{
        width: 100%;
    }
    .noticias .conteudo .box .img img{
        width: 100%;
    }
}

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

}