@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400&display=swap');

body{
  font-family: 'Albert Sans', sans-serif;
  margin:0;
  color: #18100f;
}
.topo{
  background-color: #F4F6F9;
  height: 46px;
}
.navbar{
	transition: 0.2s ease-out;
	height: 101px;
	z-index: 999;
	background-color: #fff;
	border-bottom: 1px solid rgba(216, 216, 216, 0.62);
	box-shadow: 0px 15px 10px -15px #1111114d
}
.fixed-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  box-shadow: 0px -3px 12px 0px #000000;
    border-bottom: 1px solid rgba(216, 216, 216, 0.62);
}

.topo .link{
  text-decoration: none;
  padding-right: 5px;
  color: #18100f;
}
.topo .link .fa-whatsapp, .topo .link .fa-envelope{
  padding: 15px 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  color: #389C97;
}
.topo .col-auto .fa-brands{
  padding: 15px 15px;
  color: #fff;
  width: 46px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  color: #389C97;
}
.topo a:hover, .topo a:hover .fa-brands{
  color: #398A86;
}
.topo .col-auto .fa-facebook-f{
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px){
  .topo .link{
  font-size: 14px;
  padding-right: 1px;
    }
  .topo .link .fa-whatsapp, .topo .link .fa-envelope{
    padding: 15px 2px;
    border: none;
  }  
  .topo .col-auto .fa-brands{
    padding: 15px 2px;
    border: none;
    width:  auto;
  }
}
.navbar .fa-headset{
  color: #389C97;
  font-size: 40px;
  float: left;
  margin-left: 20px;
}
.navbar .info-icon{
  float: left;
  margin-left: 12px;
}
.navbar .info-icon span{
  display: block;
  color: #666;
  font-weight: 300;
  line-height: 17px;
}
.navbar .info-icon strong{
  display: block;
  font-weight: 700;
  color: #18100E;
}
.navbar .navbar-absolute-top-scroller {
    margin-left: auto;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
}
}
.navbar .nav-link2 {
    margin-top: 12px;
    display: block;
}
.navbar .nav-link:hover {
  color: #389C97;
}
.c-banner{
  position: absolute;
  top: 20%;
  left:17%;
}
@media (min-width: 992px){
  .c-banner{
    max-width: 40%;
  }
}
.c-banner span{
  color: #389C97;
  background-color: #fff;
  padding: 8px 12px;
  font-size: 30px;
  margin-top: 25px;
  display: inline-block;
  font-weight: 700;  
}
.c-banner span .fa-circle-plus{
  padding-right:  7px;
}
.c-banner p{
  color: #fff;
  font-size: 20px;
}
.c-banner h1{
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.c-banner h1:after{
  content: "";
  width: 50px;
  height: 4px;
  background-color: #fff;
  margin: 20px 0px;
  display: block;
}
.c-banner .leia-mais{
  padding: 8px 12px;
  font-size: 20px;
  font-weight: 700;
  border: solid 1px #fff;
  margin-top: 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: 0.8s all;
}
.c-banner .leia-mais:hover{
  background-color: #398A86
}
@media (max-width: 1024px){
  .carousel-inner .w-100{
    min-height: 280px;
  }
  .c-banner{
    top:10%;
    left: 12%;
  }
  .c-banner p{
  font-size: 16px;
}
.c-banner h1{
  font-size: 24px;
}
.c-banner h1:after{
  width: 30px;
  height: 3px;
  margin: 10px 0px;
}
.c-banner span{
  font-size: 18px;
  margin-top: 5px;
  padding: 5px 8px;
}
.c-banner .leia-mais{
  padding: 5px 8px;
  font-size: 16px;
  margin-top: 10px;
}
}

.tratamentos{
  padding: 100px 0px;
}
.tratamentos h1{
  text-align: center;
  font-weight: 900;
  color: #389C97;
  margin-bottom: 60px;
  font-size: 35px;
}
.tratamentos .box-trat{
  width: 100%;
}
.tratamentos .box-trat .txt-trat{}

.tratamentos .box-trat .txt-trat h5{
  color: #389C97;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}

.tratamentos .box-trat .txt-trat{
  padding: 15px;
  background-color: #fff;
  position: relative;
}

.tratamentos .box-trat .txt-trat .icon-trat{
  width: 100px;
    height: 100px;
    background-color: #389C97;
    border-radius: 50%;
    position: absolute;
    top: -55px;
    right: 36px;
    border: 4px #fff solid;
}
.tratamentos .box-trat .txt-trat .icon-trat img{
  margin: auto;
    display: table;
    padding: 26px;
}
.tratamentos .box-trat .txt-trat h4{
  color: #389C97;
  font-weight: 700;
  font-size: 24px;
}
.tratamentos .box-trat .txt-trat .leia-mais{
  padding: 6px 10px;
  font-weight: 700;
  border: solid 1px #18100C;
  margin-top: 15px;
  color: #18100C;
  text-decoration: none;
  display: inline-block;
  transition: 0.8s all;
}
.tratamentos .box-trat .txt-trat .leia-mais:hover{
  border: solid 1px #389C97;
  color: #389C97;
}
.sinapta{
  padding: 60px 0px;
  background:url(../img/bg.png) right no-repeat #E3E9F0; 
}
.sinapta h4{
  font-size: 26px;
  text-align: center;
  font-weight: 400;
}
.sinapta h4 strong{
  font-weight: 700;
}
.proce{
  padding: 100px 0px;
}
.proce .sou-medico{
  background:url(../img/sou-medico.jpg) no-repeat;
  cursor: pointer;
}
.proce .sou-medico:hover h2{
  color: #389C97!important;
}
.proce .sou-medico:hover p{
  color: #18100E!important;
}
.proce .sou-medico:hover{
  background: #E3E9F0;
  transition: 1.8s all;
}
.proce .sou-medico .proce-txt{
  padding: 8%;
}
.proce .sou-medico .proce-txt h2{
  font-size: 35px;
  font-weight: 700;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
}
.proce .sou-medico .proce-txt p{
  color: #fff;
  padding: 30px 0px;
  text-align: center;
  font-size: 18px;
}
.proce .sou-medico .leia-mais{
  padding: 6px 10px;
  font-weight: 700;
  border: solid 1px #fff;
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: 0.8s all;
  margin: auto;
  display: table;
}
.proce .sou-medico:hover  .leia-mais{
  border: solid 1px #18100C;
  color: #18100C;

}

.proce .sou-paciente{
  background-color: #E3E9F0;
   transition: 0.8s all;
   cursor: pointer;
   min-height: 400px;
}
.proce .sou-paciente:hover{
  background:url(../img/sou-paciente.jpg) no-repeat;
}
.proce .medico:hover{
  background:url(../img/sou-medico.jpg) no-repeat;
}
.proce .sou-paciente:hover p{
  color: #fff!important;
}
.proce .sou-paciente .proce-txt{
  padding: 8%;
}
.proce .sou-paciente .proce-txt h2{
  font-size: 35px;
  font-weight: 700;
  padding: 20px 0px;
  text-align: center;
  color: #389C97;
}
.proce .sou-paciente .proce-txt p{
  padding: 30px 0px;
  text-align: center;
  font-size: 18px;
}
.proce .sou-paciente .leia-mais{
  padding: 6px 10px;
  font-weight: 700;
  border: solid 1px #18100C;
  margin-top: 15px;
  color: #18100C;
  text-decoration: none;
  display: inline-block;
  transition: 0.8s all;
  margin: auto;
  display: table;
}
.proce .sou-paciente:hover .leia-mais{
  border: solid 1px #fff!important;
  color: #fff!important;

}





.artigos{
  padding: 100px 0px;
}
.artigos h1{
  text-align: center;
  font-weight: 900;
  color: #389C97;
  margin-bottom: 60px;
  font-size: 35px;
}
.artigos .col-md-4{
  margin-bottom: 15px;
}
.artigos .data{
  background-color: #389C97;
  color: #fff;
  padding: 5px 8px;
  color: #fff;
  position: absolute;
  top: -50px;
  left: 20px;
}
.artigos .data .fa-calendar-days{
  padding-right: 6px;
}

.artigos .box-txt{
  background-color: #fff;
  width: 100%;
  padding: 20px;
  position: relative;
}
.artigos .box-txt h5{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}
.artigos .box-txt h5:after{
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  content: "";
  display: block;
  margin-top: 16px;
}
.artigos .box-txt p{
  color: #666;
  padding: 15px 0px;
  margin-bottom: 0px;
}
.artigos .box-txt .leia-mais{
  color: #389C97;
  text-decoration: none;
  letter-spacing: 1px;
}
.artigos .box-txt .leia-mais:hover{
  font-weight: 500;
  color:  #18100E;
}

footer{
  background-color: #F4F6F9;
  padding: 60px 0px;
}
footer a{
  text-decoration: none;
  color: #18100C;
}
footer ul li{
  list-style: none;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
footer ul {
    padding-left: 0px;
}
footer h5{
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
  color: #389C97;
}
footer h5:after{
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #389C97;
  margin: 25px 0px;
}
footer span{
  display: block;
  margin-bottom: 10px;
}
footer span i{
  padding-right: 6px;
}
footer .redes i{
  padding: 10px;
  text-align: center;
  background-color: #fff;
  color: #389C97;
}
footer .redes i:hover{
  background-color: #18100E;
}
footer .btn-whats{
  position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow: 1px 1px 2px #888;
  z-index:1000;
}
.page{
  padding: 60px 0px;
  background-color: #F4F6F9;
}
.page h1{
  font-weight: 900;
}
.page span{
  color: #389C97;
  letter-spacing: 2px;
  font-weight: 300;
  display: block;
}

.quem-somos .quem-txt{
  padding: 100px;
  background-color: #fff;
}
.quem-somos .quem-txt h3{
  font-weight: 700;
  margin-top: 20px;
  color: #18100f;
}
.quem-somos .quem-txt h3:after{
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  background-color: #389C97;
  margin: 25px 0px;
}
.quem-somos .quem-txt h5{
  color: #389C97;
  font-weight: 700;
}

.quem-somos .tratamentos h3{
  font-weight: 700;
  margin-top: 20px;
  color: #18100f;
  margin-bottom: 30px;
}
 .servicos {
  padding: 80px 0px;
}
 .servicos h3{
  font-weight: 700;
  margin-top: 20px;
  color: #18100f;
  margin-bottom: 30px;
}
 .servicos .icon{
  background-color: #389C97;
  border-radius: 50%;
  display: block;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
}
 .servicos .icon i{
  color: #fff;
    font-size: 25px;
    text-align: center;
    width: 100%;
    padding-top: 17px;
}

.servicos .box-serv,  .servicos .box-serv2{
  background-color: #E3E9F0;
  padding: 20px;
  min-height: 219px;
  position: relative;
}
.servicos .box-serv:after{
    content: "";
    position: absolute;
    right: -26px;
    top: 50%;
    width: 27px;
    height: 2px;
    background-color: #389C97;
}
.proposito{
  background: url(../img/bg.png) right no-repeat #E3E9F0;
  padding: 20px; 
  margin-top: 40px;
}
.proposito h2{
  font-weight: 700;
  color: #18100f;
}

.trata1 h3{
  font-weight: 900;
  color: #18100f;
  margin-bottom: 30px;
}
.trata1{
  padding: 80px 0px;
 
}
.trata2{
  padding: 80px 0px;
  background-color: #F4F6F9;
}
.trata2 h3{
  font-weight: 900;
  color: #18100f;
  margin-bottom: 30px;
}
.trata1 strong, .trata2 strong{
  font-weight: 700;
  color: #389C97;
  font-size: 18px;
}
.equipe{
  padding: 100px 0px;
}
.equipe .box-equipe{
  background-color: #F4F6F9;
  padding: 20px;
  position: relative;
}
.equipe .icon{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.equipe h5{
  font-weight: 900;
  color: #389C97;
  float: left;
  display: inline-block;
  font-size: 18px;
  margin-top: 18px;
}
.equipe .fa-solid{
  padding: 15px;
  background-color:#389C97;
  float: left; 
  border-radius: 50%;
  font-size: 22px;
  margin-right: 5px;
  color: #fff;
}
.equipe .read-more, .equipe .read-less{
  cursor:pointer;
  color: #389C97;
}
.consulta {
  padding: 100px 0px;
}
.consulta .medico{
  background-color: #F4F6F9;
  padding: 20px;
}
.consulta .medico h3{
  color: #18100f;
  font-weight: 700;
  padding: 20px 0px;
}
.consulta .medico p{
  color: #18100f;
}
.consulta .medico strong{
  color: #18100f;
  font-weight: 700;
}

.consulta .paciente h3{
  font-weight: 700;
  padding: 20px 0px;
}
.consulta .paciente strong{
  font-weight: 700;
}
.consulta .medico .form-control{
  border-bottom: 1px solid #18100f !important;
  border: none;
  border-radius: 0px;
  background-color: transparent;
  color: #18100f;
  padding: 8px 0px;
}
.consulta .medico input::placeholder, .consulta .medico textarea::placeholder{
  color: #18100f;
}

.consulta .medico .btn-primary{
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #18100f;
  transition: 0.8s all;
  color: #18100f;
}
.consulta .medico .btn-primary:hover{
  background-color: #398A86
}

.consulta .paciente .form-control{
  border-bottom: 1px solid #18100E !important;
  border: none;
  border-radius: 0px;
  background-color: transparent;
  color: #18100E;
  padding: 8px 0px;
}
.consulta .paciente input::placeholder, .consulta .paciente textarea::placeholder{
  color: #18100E;
}

.consulta .paciente .btn-primary{
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #18100E;
  transition: 0.8s all;
  color: #18100E;
}
.consulta .paciente .btn-primary:hover{
  background-color: #398A86;
}
.consulta .medico label{
  display: block;
}
.consulta .medico .form-check{
  display: inline-block;
}
.consulta .paciente textarea{
  margin-top: 15px;
}
.consulta .medico .btn-primary2{
  background-color: #18100E;
  border-radius: 0px;
  border: 1px solid #18100E;
  transition: 0.8s all;
  color: #fff;
  display: block;
  margin-bottom: 25px;
}
.consulta .medico .btn-primary2:hover{
  background-color: #fff;
  color: #389C97;
}
.consulta .paciente h3{
  font-weight: 700;
}
.indicacao{
  background-color: #F4F6F9;
  padding: 80px 0px;
}
.indicacao .nav{
	margin-bottom: 30px;
	border-color: #18100E;
}
.indicacao .nav-tabs .nav-link{
	color: #18100f;
	border-color: #18100f;
	margin: 0px 2px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color: #389C97;
	font-weight: 700;

}
.aparelhos{
   padding: 80px 0px 40px;
}
.aparelhos h3{
  color: #18100f;
  font-weight: 700;
  margin-bottom: 30px;
}
.aparelhos img{
  border:4px solid #F4F6F9;
}
.passo{
  padding: 80px 0px;
}
.passo .box-passo{
  background-color: #F4F6F9;
  padding: 20px;
  min-height: 350px;
  position: relative;
  margin-bottom:  25px;
}
.passo .box-passo2{
  background-color: #F4F6F9;
  padding: 20px;
  min-height: 350px;
  position: relative;
}
.passo h3{
  font-weight: 700;
  margin-bottom: 30px;
}
.indicacao h3{
  color: #18100f;
  font-weight: 700;
  margin-bottom: 30px;
}
.indicacao strong{
	color: #389C97;
}
.passo .box-passo h1, .passo .box-passo2 h1{
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
.passo .box-passo h4, .passo .box-passo2 h4{
   margin: 20px auto;
   padding: 8px 12px;
   background-color: #e6e7e9;
   display: table;
   font-size: 18px;
   border-radius :35px;
   font-weight: 700; 
}

.passo .text-passo {
    width: 100%;
    height: 100%;
    background: #e6e7e9;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s;
    display: block ;
    padding: 25px;
}
.box-passo:hover  .text-passo, .box-passo2:hover  .text-passo{
    opacity: 1;
    transform: perspective(400px) rotateX(0);
}
.passo .box-passo span, .passo .box-passo2 span{
  display: block;
  margin-bottom: 15px;
}
.passo .box-passo:after {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  width: 27px;
  height: 4px;
  background-color: #F4F6F9;
}
.passo .img-passo{
  display: table;
  margin:25px auto;
}
.contato{
  padding: 100px 0px;
}
.contato .infos{
  margin-bottom: 35px; 
}
.contato .infos .box-cont{
  background-color: #F4F6F9;
  padding: 25px;
  min-height: 260px;
}
.contato .infos .icon i{
  padding: 20px;
  background-color: #389C97;
  color: #fff;
  text-align: center;
  margin: auto;
  display: table;
  border-radius: 50%; 
}
.contato .infos h4{
  font-weight: 700;
  color: #389C97;
  text-align: center;
  padding: 20px 0px;
}
.contato .infos p{
  text-align: center;
  margin-bottom: 0px;
}
.contato .formulario{
  background-color: #F4F6F9;
  padding: 20px;
}
.contato .formulario h3{
  font-weight: 700;
  color: #18100f;
}
.contato .form-control{
  border-bottom: 1px solid #18100f !important;
  border: none;
  border-radius: 0px;
  background-color: transparent;
  color: #18100f;
  padding: 8px 0px;
}
.contato input::placeholder, .contato textarea::placeholder{
  color: #18100f;
}

.contato .btn-primary{
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #18100f;
  transition: 0.8s all;
  margin-top: 25px;
  color: #18100f;

}
.contato .btn-primary:hover{
  background-color: #398A86
}
.noticia{
  padding: 100px 0px;
}
.noticia .img-not {
    float: left;
    padding: 0px 10px 10px 0px;
    max-width: 550px!important;
    width: 100%;
  }
 .noticia .data{
    background-color: #389C97;
    padding: 5px 8px;
    color: #fff;
    display: table;
    margin: 20px 0px;
 } 
  .noticia .data i{
    padding-right: 6px;
  }

   .noticia h1, .noticia h2,.noticia h3,.noticia h4,.noticia h5, .noticia strong{
    font-weight: 700;
    color: #18100f;
   }

.pontal h3{
    font-weight: 700;
    margin-top: 20px;
    background-color: #F4F6F9;
    display: table;
    margin: 80px auto 35px;
    padding: 15px;
    text-align: center;
}
.pontal .fa-location-dot{
  padding-right: 8px;
  color: #389C97;
}
.pontal p{
  text-align: center;
}
.pontal p strong{
  font-weight: 900;
}
.pontal .col-lg-3 {
  padding: 0px;
  overflow: hidden;

}
.pontal  .green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
.pontal  img.zoom {
    width: 100%;
    height: auto;
    border-radius:0px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;

}
 .pontal .thumb {
    margin-bottom: 0px;
}       
 
.pontal .transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
 .pontal   .modal-header {
   
     border-bottom: none;
}
.pontal    .modal-title {
        color:#000;
    }
.pontal    .modal-footer{
      display:none;  
    }
 .leia-noticia{
 	font-weight: 700;   
 	 color: #389C97; 
 	 text-decoration: none;
 	 transition: 0.8s all;
 }  
  .leia-noticia:hover{
  	color: #18100f;
  } 
@media (max-width: 990px){
  .navbar .navbar-collapse  {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background: #E3E9F0;
    margin-left: -12px;
    margin-right: -12px;
    padding: 10px 21px;
}
}