.banner{
    width: 100%;
    position: relative;
    align-items: center;
}
.banner-slider{
    width: 100%;
}
.banner-slider .banner-slide{
    width: 100%;
    position: relative;
}
.banner-slider .banner-slide picture,
.banner-slider .banner-slide picture img{
    width: 100%;
    display: flex;
	position: relative;
}
.banner-slider .banner-slide picture::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    background-color: #00000075;
}
.banner-slider .banner-slide .absolute-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
	z-index: 10;
}
.banner-slider .banner-slide .absolute-container .container{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.banner-slider .banner-slide .absolute-container .container .texto{
    width: 40%;
    gap: 5px;
}
.banner-slider .banner-slide .absolute-container .container .texto h1,
.banner-slider .banner-slide .absolute-container .container .texto p{
    color: #fff;
    text-transform: uppercase;
}
.banner-slider .banner-slide .absolute-container .container .texto a{
    max-width: fit-content;
    margin-top: 50px;
}
.banner .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.banner .slick-dots{
    bottom: 25px;
}
.banner .slick-dots li button{
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 50%;
}
.banner .slick-dots li button:before{
    font-size: 0;
    line-height: 0;
    top: 50%;
    left: 50%;
}
.banner .slick-dots li.slick-active button{
    background-color: #fff;
}


.servicos{
    width: 100%;
}
.servicos .container{
    gap: 50px;
    align-items: center;
}
.servicos .titulo{
    align-items: center;
    text-align: center;
}
.servicos .titulo h2{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 20px;
}
.servicos .titulo h2::before{
    content: "";
    display: flex;
    width: 89px;
    height: 14px;
    background-image: url(../imagens/det1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.servicos .titulo h2::after{
    content: "";
    display: flex;
    width: 89px;
    height: 14px;
    background-image: url(../imagens/det2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.servicos .titulo p{
    color: #151515a1;
    text-transform: uppercase;
}
.servicos .arrow.mobile{
    display: none;
    gap: 15px;
}
.servicos .arrow i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--cor-1);
    color: #fff;
    font-size: 20px;
}
.servicos .box-div{
    width: 100%;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.servicos .box-div .servicos-slider{
    max-width: calc(100% - 60px - 80px);
    width: 100%;
}
.servicos .box-div .servicos-slider .slick-track{
    padding: 5px 0;
}
.servicos .box-div .servicos-slider .box{
    width: 95%;
    height: 100%;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #15151533;
    gap: 20px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 20px;
}
.servicos .box-div .servicos-slider .box h4{
    text-transform: uppercase;
    font-size: 20px;
}


.banner-agende{
    width: 100%;
    min-height: 393px;
    background-image: url(../imagens/home/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;
}
.banner-agende .texto{
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 35px 50px;
    gap: 10px;
    align-items: center;
    text-align: center;
    border-bottom-left-radius: 30px;
}
.banner-agende .texto h2{
    line-height: 1;
}
.banner-agende .texto p{
    text-transform: uppercase;
    color: #151515a1;
}
.banner-agende .texto .btn{
    margin-top: 30px;
}


.diferenciais{
    width: 100%;
}
.diferenciais .container{
    gap: 50px;
    justify-content: center;
}
.diferenciais .titulo{
    align-items: center;
    text-align: center;
}
.diferenciais .titulo h2{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 20px;
}
.diferenciais .titulo h2::before{
    content: "";
    display: flex;
    width: 89px;
    height: 14px;
    background-image: url(../imagens/det1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.diferenciais .titulo h2::after{
    content: "";
    display: flex;
    width: 89px;
    height: 14px;
    background-image: url(../imagens/det2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.diferenciais .titulo p{
    color: #151515a1;
    text-transform: uppercase;
}
.diferenciais .box-div{
    width: 100%;
    gap: 20px;
    justify-content: center;
}
.diferenciais .box-div .box{
    max-width: calc(100% - 50% - 10px);
    width: 100%;
    border: 1px solid #15151533;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 30px;
}
.diferenciais .box-div .box img{
    width: 100%;
    height: 156px;
    object-fit: cover;
}
.diferenciais .box-div .box .texto{
    width: 100%;
    padding: 30px;
    background-color: #fff;
    gap: 10px;
    border-bottom-left-radius: 30px;
}
.diferenciais .box-div .box .texto h3{
    text-transform: uppercase;
}


.equipe{
    width: 100%;
    background-color: #06254b05;
}
.equipe .container{
    gap: 50px;
    justify-content: center;
}
.equipe .titulo{
    align-items: center;
    text-align: center;
}
.equipe .titulo h2{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 20px;
}
.equipe .titulo h2::before{
    content: "";
    display: flex;
    width: 89px;
    height: 14px;
    background-image: url(../imagens/det1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.equipe .titulo h2::after{
    content: "";
    display: flex;
    width: 89px;
    height: 14px;
    background-image: url(../imagens/det2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.equipe .titulo p{
    color: #151515a1;
    text-transform: uppercase;
}
.equipe .box-div{
    width: 100%;
    gap: 20px;
    justify-content: center;
}
.equipe .box-div .box{
    max-width: calc(100% - 50% - 10px);
    width: 100%;
    border: 1px solid #15151533;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 30px;
}
.equipe .box-div .box .img{
    width: 100%;
    position: relative;
}
.equipe .box-div .box .img .img-1{
    width: 100%;
}   
.equipe .box-div .box .img .link{
    position: absolute;
    left: 20px;
    top: 20px;
    min-height: 44px;
}
.equipe .box-div .box .texto{
    width: 100%;
    gap: 20px;
    padding: 30px;
    align-items: center;
    border-bottom-left-radius: 30px;
}
.equipe .box-div .box .texto .txt1{
    max-width: calc(100% - 20px - 180px);
    width: 100%;
}
.equipe .box-div .box .texto .txt1 h3{
    text-transform: uppercase;
}
.equipe .box-div .box .texto .txt1 p{
    color: #151515a1;
    text-transform: uppercase;
}
.equipe .box-div .box .texto .txt2{
    max-width: 180px;
    width: fit-content;
    height: fit-content;
    margin-left: auto;
}
.equipe .box-div .box .texto .txt2 span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 39px;
    background-color: #06264C;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-bottom-left-radius: 15px;
}


.sobre{
    width: 100%;
}
.sobre .container{
    gap: 30px;
    align-items: center;
}
.sobre .texto{
    width: 50%;
}
.sobre .texto .txt1{
    color: #151515a1;
    text-transform: uppercase;
}
.sobre .texto .txt2{
    margin-top: 20px;
    font-weight: 500;
}
.sobre .box-div{
    width: 50%;
    position: relative;
    align-items: center;
}
.sobre .box-div .arrow.gal-prev{
    left: 10px;
}
.sobre .box-div .arrow.gal-next{
    right: 10px
}
.sobre .box-div .arrow{
    position: absolute;
    z-index: 5;
}
.sobre .box-div .arrow i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--cor-1);
    color: #fff;
    font-size: 20px;
}
.sobre .box-div .galeria-slider{
    width: 100%;
}
.sobre .box-div .galeria-slider .box{
    display: flex;
    width: 100%;
    height: 392px;
}
.sobre .box-div .galeria-slider .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.faq{
    width: 100%;
}
.faq .container{
    gap: 50px;
    justify-content: center;
}
.faq .titulo{
    align-items: center;
    text-align: center;
}
.faq .titulo h2{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 20px;
}
.faq .titulo h2::before{
    content: "";
    display: flex;
    width: 89px;
    height: 14px;
    background-image: url(../imagens/det1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.faq .titulo h2::after{
    content: "";
    display: flex;
    width: 89px;
    height: 14px;
    background-image: url(../imagens/det2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.faq .titulo p{
    color: #151515a1;
    text-transform: uppercase;
}
.faq .faq-content{
    width: 100%;
    gap: 10px;
}
.faq .faq-content details{
	width: 100%;
	border: 1px solid #0000001c;
    padding: 0 20px;
    background-color: #fff;
	transition: ease .3s;
    border-bottom-left-radius: 20px;
}
.faq .faq-content details summary{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 60px;
	cursor: pointer;
	gap: 20px;
    color: #151515a1;
    text-transform: uppercase;
    transition: ease .3s;
}
.faq .faq-content details summary i{
    font-size: 16px;
	transition: ease .3s;
}
.faq .faq-content details p{
    max-width: 100%;
	margin-top: 10px;
    font-weight: 500;
}
.faq .faq-content details[open]{
    padding: 20px;
    transition: ease .3s;
}
.faq .faq-content details[open] summary{
	min-height: unset;
    font-weight: 700;
	transition: min-height .3s;
}
.faq .faq-content details summary i{
    font-size: 20px;
}
.faq .faq-content details[open] summary i{
	transform: rotate(180deg);
	transition: ease .3s;	
}



/* MEDIA DESKTOP */
@media screen and (max-width: 1900px){
    .banner-slider .banner-slide .absolute-container .container .texto h1{
        font-size: 4vw;
    }
    .banner-slider .banner-slide .absolute-container .container .texto p{
        font-size: 0.8vw;
    }
    .banner-slider .banner-slide .absolute-container .container .texto a {
        margin-top: 3vw;
        min-height: 2.5vw;
        font-size: 0.7vw;
    }
    .banner-slider .banner-slide .absolute-container .container .texto a i{
        font-size: 0.9vw;
    }
}

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

}

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

}

@media screen and (max-width: 1280px){
    .banner-slider .banner-slide .absolute-container .container .texto h1{
        font-size: 4.8vw;
    }

    .titulo h2::before,
    .titulo h2::after{
        display: none!important;
    }
}

@media screen and (max-width: 1100px){
    .servicos .arrow.desktop{
        display: none!important;
    }
    .servicos .arrow.mobile{
        display: flex;
    }
    .servicos .box-div .servicos-slider{
        max-width: 100%;
    }

    .sobre .container{
        flex-direction: column;
    }
    .sobre .texto,
    .sobre .box-div{
        max-width: 659px;
        width: 100%;
    }

    .equipe .box-div{
        flex-direction: column;
        align-items: center;
    }
    .equipe .box-div .box{
        max-width: 650px;
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    
}

@media screen and (max-width: 800px){
    .diferenciais .box-div{
        flex-direction: column;
    }
    .diferenciais .box-div .box{
        max-width: 650px;
        width: 100%;
    }

    .equipe .box-div .box .texto{
        flex-direction: column;
    }
    .equipe .box-div .box .texto .txt1{
        max-width: 100%;
        text-align: center;
    }
    .equipe .box-div .box .texto .txt2{
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 600px){
    .banner-slider .banner-slide .absolute-container .container .texto{
        width: 100%;
    }
    .banner-slider .banner-slide .absolute-container .container .texto h1{
        font-size: 7vw;
    }
    .banner-slider .banner-slide .absolute-container .container .texto p {
        font-size: 3vw;
    }
    .banner-slider .banner-slide .absolute-container .container .texto a{
        max-width: 100vw;
        font-size: 3vw;
    }
    .banner-slider .banner-slide .absolute-container .container .texto a i{
        font-size: 4vw;
    }
    .banner .slick-dots li button{
        width: 15px;
        height: 15px;
    }

    .equipe .box-div .box .texto{
        padding: 30px 20px;
    }

    .banner-agende .texto{
        padding: 35px 20px;
    }

    .equipe .box-div .box .img .link{
        font-size: 12px;
        padding: 5px 10px;
        min-height: unset;
        left: 7px;
        top: 7px;
    }
    .equipe .box-div .box .img .link img{
        width: 16px;
        height: 16px;
    }
}

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

}

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

}
