body{ 
    font-family: 'Montserrat', sans-serif; 
    background-color: #efebe8;
    background-image: url(../images/top-bgelement.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 90% top;
}

@media(max-width:768px){
    body{
        background-size: 120px;
        background-position: right top;
    }
}

.container-med{
    max-width: 1000px;
}
@media(max-width:768px){
     .padd_mobile{
        padding: 0 30px;
    }   
}

p{ margin-bottom: 0; }
ul{list-style: none; margin: 0; padding: 0}
a{text-decoration: none;}

button{
    background-color: transparent;
    border: none;
}
.text-align-center{
    text-align: center;
}

.text-align-left{
    text-align: left;
}

.color-yellow{color: #c0af81;}
.color-white{color: #fff;}
.bg-color-gray{background-color: #353535;}
.bg-color-black{background-color: #000;}
.bg-color-yellow{background-color: #c0af81;}


@media(min-width:768px){
    .bgdt-top{
        background-image: url(../images/top-bgelement.png);
        background-repeat: no-repeat;
        background-size: 200px;
        background-position: 0% top;
    }
}

.descritivo-item h2{ 
    font-size: 45px;
}

.descritivo-item p{
    font-size: 20px;
}


@media(max-width:768px){
    .descritivo-item h2{ 
        font-size: 20px;
    }   
    .descritivo-item p{
        font-size: 15px;
    }
}





.style-btn{
    background-color: #c0af81;
    color: #000;
    font-weight: bold;
    padding: 7px 35px;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
}
.style-btn__lp{
    font-size: 22px;
}
.style-btn.black{
    background-color: #353535;
    color: #c0af81;
}

.dropdown-menu li{
    margin: 15px 0; 
}
#header{
    text-align: center;
    margin: 50px 0;
}

#header nav{
    display: inline-block;
    margin: 0 auto;    
}
#header nav a{
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 20px;
    font-weight: 500;
}

@media(max-width:768px){
    #header{
        margin: 50px 0 0 0;
    }
    #header nav {
        margin-left: -52px;
    }
    #header nav a {
        color: #000;
        text-transform: uppercase;
        font-size: 11px;
        margin: 0 10px;
        font-weight: 500;
    }
}




/*Video*/
.video-container{
    
    overflow: hidden;
    width: 100% !important;
    
    height: 70vh;
    background-color: #777679;
    position: relative;
}

@media(max-width:768px){
    .video-container{
        height: 218px;
    }
}

.video-container .video{
    min-width: 100%;
    min-height: 56.25vw;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-container .video{
        width: 177.7777777778vh;
}



#intro{
    text-align: center;
    background-image: url(../images/left-bgelement.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: left center;
}


#intro .logotipo{
    max-width: 180px;
    margin: 50px 0;
}
#intro h1{
    font-size: 60px;
    font-weight: 300;
     margin: 50px 0 0px;
}
#intro h1 strong{
    font-weight: bold;
}


@media(max-width:768px){

    #intro .logotipo{
        max-width: 120px;
        margin: 50px 0;
    }


    #intro{
        background-size: 90px;
        background-position: left top;
    }

    #intro h1 {
        font-size: 30px;
    }
}


@media(max-width:768px){

    #CarouselHome img{
      
    }

}


.margin-area-massages{
    padding: 50px 0;
}
.height-area-massages{
    height: 100vh;
}
@media(max-width:768px){
    .height-area-massages{
        height: auto;
        padding: 50px 0;
    }
}


#equipe{
    padding: 100px 0;
    background-image: url(../images/left-bgelement_2.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: left center;

}
#equipe h2{
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 3px;
}
#equipe .equipe_txt{
    font-size: 20px;
}
#equipe .equipe__item h3{
    font-size: 20px;
    margin-top: 20px;
}

.equipepage h3{
    font-size: 17px !important;
}


@media(max-width:768px){
    #equipe .equipe_txt{
        font-size: 16px;
    }
    #equipe{
        background-image: none;
        padding: 50px 0 0;
    }
    #equipe .equipe__item{
        margin-bottom: 50px;
    }
    #equipe .equipe__item img{
        max-width: 200px;
    }
}

.carousel-indicators [data-bs-target]{
    width: 13px;
    background-color:#c1af82;
    border-radius: 50%;
    height: 13px;
}

#footer{
    background-color: #000;
    color: #fff;
    padding: 50px 0;
}
#footer .footer-title{
    font-size: 30px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 10px;
}
#footer .footer-title strong{
    font-weight: bold;
}
#footer form input{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #aaa;
    color: #fff;
    width: 100%;
}
#footer form label{
    margin-bottom: 30px;
    width: 100%;
}
#footer form input[type="submit"]{
    border: none;
    margin-top: 10px;
    padding: 0;
    text-align: right;
    font-size: 13px;
    letter-spacing: 1px;
}
#footer form textarea{
     border: 1px solid #fff;
     padding: 20px;
     background-color: transparent;
     width: 100%;
     height: 190px;
     color: #fff;
}


@media(max-width:768px){
   #footer .footer-title{
        font-size: 30px !important;
   }
   #footer p{
        font-size: 14px !important;
   }
   #footer{
        padding: 70px 15px 170px;
   }
}

/**/
#depoimentos{
    background-image: url(../images/right-bgelement.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: right center;
    padding: 100px 0 0;
}
#depoimentos:after{
    content: "";
    background-image: url(../images/bottom-bgelement.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 5% bottom;
        width: 100%;
    height: 100px;
    display: block;
}

#depoimentos h2{
    font-size: 20px;
    letter-spacing: 2px;
}
#depoimentos .carousel-indicators{
    position: relative;
}
.wrap-depoimentos{
    background-color: #fff;
    max-width: 700px;
    border-radius: 60px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 25px 0 25px;
}
.wrap-depoimentos p{
    font-size: 20px;
}
.wrap-depoimentos img{
    bottom: -40px;
    position: relative;
}
#depoimentos .carousel-item{ padding: 60px 0; }


@media(max-width:768px){
    .wrap-depoimentos p{
        font-size: 16px;
    }
}


.wrap-area-left h2,
.wrap-area-right h2{
    font-size: 40px;
}


.wrap-area-left p,
.wrap-area-right p{
    color: #fff;
    font-size: 20px;
}

@media(max-width:768px){
    .wrap-area-left h2,
    .wrap-area-right h2{
        font-size: 22px;
    }
    .wrap-area-left p, .wrap-area-right p{
        font-size: 14px;
    }
}

.clinica-intro p{
    margin-bottom: 20px;
    font-size: 20px;
}
.topics-clinica{
    font-size: 14px;
}

.topics-abrangem li{
    margin-bottom: 25px;
}
.topics-abrangem li span{
    font-size: 40px;
    margin-right: 30px;
    font-weight: bold;
    text-align: center;
    color: #efebe8;;
    text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 0 0 2px #000;
  -webkit-text-shadow: 0 0 2px #000;

}

@media(max-width:768px){
    .clinica-intro h1{
        font-size: 20px;
    }
    .clinica-intro p{
        font-size: 15px;
    }
}

.wtpp-fixed img{
    width: 100%;
    margin-bottom: 5px;
}
.wtpp-fixed {
    bottom: 0;
    right: 30px;
    position: fixed;
    z-index: 999;
    display: block;
    width: 40px;
    height: 120px;
    border-radius: 50px;
    transition: all ease 0.6s;
}

/**/
@media(max-width:768px){
    .page-tratamentos h1{
        letter-spacing: 1px !important;
        font-size: 26px;
    }

    .tratamento__item h2{
        font-size: 20px;
    }

}



@media(max-width:768px){
   #header img{
        /*top: 16px;
        right: 50% !important;
        transform: translateX(15px);*/
    }

}




/*products-duvidas*/
#products-duvidas{
    padding: 50px 0;
}
.products-duvidas__title{
    color: #fff;
    margin-bottom: 80px;
}

.products-duvidas__title h2{
    color: #deda80;
    font-size: 120px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 100%;
}
.products-duvidas__title p{
    font-size: 30px;
    margin-bottom: 20px;
}

#products-duvidas .accordion-item{
    margin-bottom: 10px;
    border-radius: 20px;
}




#products-duvidas .accordion-item button{
    font-weight: bold;
    background-color: transparent;
    border: none;
}
#products-duvidas .accordion-item .accordion-body{
    padding: 20px;
    font-size: 14px;
}

/*LP*/

    .title__lpsize{
            font-size: 55px !important;
        }

    @media(max-width:768px){
        .title__lpsize{
            font-size: 28px !important;
        }
    }
    .list__lpstyle{
            list-style: disc;
        margin-left: 14px;
        line-height: 200%;
    }


.intro-lp_content,
.worldclass-lp_content,
.steps-lp_content,
.whoweare-lp_content,
.whybrazil-lp_content,
.technology-lp_content{
    font-size: 22px;
}


@media(max-width:768px){
   .intro-lp_content,
    .worldclass-lp_content,
    .steps-lp_content,
    .whoweare-lp_content,
    .whybrazil-lp_content,
    .technology-lp_content{
        font-size: 18px;
    }
}

@media(max-width:768px){
    .video__lp{
        height: 320px;
    }
}

