body {font-size:13px;font-family:'Open Sans';color:#333333;position:relative;overflow-x:hidden;}

html,
body {
  background-color: #f2f2f2;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #00000000 #f1f1f1;
}

*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--cor-secundaria);
}

html.active-menu-mobile {overflow: hidden;}
html.active {overflow: hidden;}

* {-webkit-font-smoothing: antialiased;}

i, em {font-style:italic;} 

a {color:#333;}

strong, b {font-weight: bold;}
 
::-webkit-input-placeholder {color:var(--cor-font-principal);}
::-moz-placeholder {color:var(--cor-font-principal);}
:-ms-input-placeholder {color:var(--cor-font-principal);}
input:-moz-placeholder {color:var(--cor-font-principal);}

::-webkit-input-placeholder:focus {color:var(--cor-font-principal);}
::-moz-placeholder:focus {color:var(--cor-font-principal);}
:-ms-input-placeholder:focus {color:var(--cor-font-principal);}
input:-moz-placeholder:focus {color:var(--cor-font-principal);}

select {
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

::selection {
  background:#6d7780;
  color: #ffffff;
}
::-moz-selection {
  background:#333333;
  color: #ffffff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background:transparent !important;
}

form * {outline:0;}

form .error,
form .error, form .success {padding: 19px 30px;padding-left: 60px;font-size: 14px;text-align: left;color: #4baa2b;}
form .success {background:url(../imagens/site/ico_success.png) no-repeat 0px center;}
form .error {background:url(../imagens/site/ico_error.png) no-repeat 0px center;}
form .retorno {margin-bottom: 15px;background: #e8f3e5;padding: 0 10px;border-radius: 4px;width: calc(100% - 24px);}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently*/
}

.sk-circle {display: none;width: 40px;height: 40px;position: fixed;z-index: 99999;left: 50%;top: 50%;margin-left: -20px;margin-top: -20px;}
.sk-circle .sk-child {width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.sk-circle .sk-child:before {content: '';display: block;margin: 0 auto;width: 15%;height: 15%;background-color: var(--cor-principal);border-radius: 100%;-webkit-animation: sk-circleBounceDelay .8s infinite ease-in-out both;        animation: sk-circleBounceDelay .8s infinite ease-in-out both;}
.sk-circle .sk-circle2 {-webkit-transform: rotate(30deg);    -ms-transform: rotate(30deg);        transform: rotate(30deg);}
.sk-circle .sk-circle3 {-webkit-transform: rotate(60deg);    -ms-transform: rotate(60deg);        transform: rotate(60deg);}
.sk-circle .sk-circle4 {-webkit-transform: rotate(90deg);    -ms-transform: rotate(90deg);        transform: rotate(90deg);}
.sk-circle .sk-circle5 {-webkit-transform: rotate(120deg);    -ms-transform: rotate(120deg);        transform: rotate(120deg);}
.sk-circle .sk-circle6 {-webkit-transform: rotate(150deg);    -ms-transform: rotate(150deg);        transform: rotate(150deg);}
.sk-circle .sk-circle7 {-webkit-transform: rotate(180deg);    -ms-transform: rotate(180deg);        transform: rotate(180deg);}
.sk-circle .sk-circle8 {-webkit-transform: rotate(210deg);    -ms-transform: rotate(210deg);        transform: rotate(210deg);}
.sk-circle .sk-circle9 {-webkit-transform: rotate(240deg);    -ms-transform: rotate(240deg);        transform: rotate(240deg);}
.sk-circle .sk-circle10 {-webkit-transform: rotate(270deg);    -ms-transform: rotate(270deg);        transform: rotate(270deg);}
.sk-circle .sk-circle11 {-webkit-transform: rotate(300deg);    -ms-transform: rotate(300deg);        transform: rotate(300deg);}
.sk-circle .sk-circle12 {-webkit-transform: rotate(330deg);    -ms-transform: rotate(330deg);        transform: rotate(330deg);}
.sk-circle .sk-circle2:before {-webkit-animation-delay: -1.1s;        animation-delay: -1.1s;}
.sk-circle .sk-circle3:before {-webkit-animation-delay: -1s;        animation-delay: -1s;}
.sk-circle .sk-circle4:before {-webkit-animation-delay: -0.9s;        animation-delay: -0.9s;}
.sk-circle .sk-circle5:before {-webkit-animation-delay: -0.8s;        animation-delay: -0.8s;}
.sk-circle .sk-circle6:before {-webkit-animation-delay: -0.7s;        animation-delay: -0.7s;}
.sk-circle .sk-circle7:before {-webkit-animation-delay: -0.6s;        animation-delay: -0.6s;}
.sk-circle .sk-circle8:before {-webkit-animation-delay: -0.5s;        animation-delay: -0.5s;}
.sk-circle .sk-circle9:before {-webkit-animation-delay: -0.4s;        animation-delay: -0.4s;}
.sk-circle .sk-circle10:before {-webkit-animation-delay: -0.3s;        animation-delay: -0.3s;}
.sk-circle .sk-circle11:before {-webkit-animation-delay: -.8s;        animation-delay: -.8s;}
.sk-circle .sk-circle12:before {-webkit-animation-delay: -0.1s;        animation-delay: -0.1s;}

.form {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}

.form input[type="text"],
.form input[type="email"],
.form select,
.form input[type="password"],
.form textarea {outline: 0; font-weight: 500; border-radius: 8px; background: #ffffff; border: solid 2px #eaeaea; padding: 15px 0px; padding-left: 20px; display: block; margin-bottom: 20px; width: calc(50% - 35px); font-size: 14px; font-weight: 700; transition-duration: 0.8s;}
.form textarea {height: 150px; width: calc(100% - 20px); resize: none;}
.form textarea:focus {outline: 0; outline: none; transition-duration: 0.8s;}
.form select {-webkit-appearance: none; outline: 0; background: url(../svg/ico_arrow.svg) no-repeat right #fff!important; background-position-x: 95%!important; background-size: 15px!important;}
.form option {outline: 0; font-size: 14px;}
.form input::-webkit-input-placeholder {color: #666666; transition-duration: 0.8s;}
.form select::-webkit-input-placeholder {color: #666666; transition-duration: 0.8s;}
.form textarea::-webkit-input-placeholder {color: #666666; transition-duration: 0.8s;}
.form input:focus::-webkit-input-placeholder {color: var(--cor-principal); transition-duration: 0.8s;}
.form select:focus::-webkit-input-placeholder {color: var(--cor-principal); transition-duration: 0.8s;}
.form textarea:focus::-webkit-input-placeholder {color: var(--cor-principal); transition-duration: 0.8s;}
.form .small3 {width: calc(50% - 28px)!important; color: #666666; transition-duration: 0.8s;}
.form .small3:focus {color: var(--cor-principal); -webkit-appearance: none; transition-duration: 0.8s}

.cookie-bar {background:rgba(0, 0, 0, 0.9);padding:20px 0px;position:fixed;z-index:999999;bottom:0;left:0px;width:100%;}
.cookie-bar .box {float:left;width:calc(100% - 350px);}
.cookie-bar .titulo {color: var(--cor-principal);font-size:22px;margin-bottom:20px;}
.cookie-bar .texto {color:white;font-size:16px;}
.cookie-bar .texto a {color: var(--cor-principal);}
.cookie-bar .buttons {float:right;width:300px;}
.cookie-bar .buttons li {cursor:pointer;margin-bottom:20px;border:3px solid  var(--cor-principal);text-transform:uppercase;font-size:16px;text-align:center;padding:15px 0px;transition:all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);}
.cookie-bar .buttons li.aceitar {background: var(--cor-principal); color:white;}
.cookie-bar .buttons li.nao-aceitar {color: var(--cor-principal);}
.cookie-bar .buttons li:hover {opacity:0.8;}

.owl-nav {display:none;}
.owl-prev {opacity: 1;position: absolute;left: -30px;width: 20px;height: 20px;cursor: pointer;font-size: 0px;top: 33px;transform: translateY(-50%);transition-duration: .8s;}
.owl-prev:hover {opacity: .4; transition-duration: .8s;}
.owl-next {opacity: 1;position: absolute;right:  -40px;width: 20px;height: 20px;cursor: pointer;font-size: 0px;top: 33px;transform: translateY(-50%);transition-duration: .8s;}
.owl-next:hover {opacity: .4; transition-duration: .8s;}

.owl-dots {display: flex; width: 100%; justify-content: center; align-items: flex-end; position: relative; z-index: 10; padding-top: 30px;}
.owl-dots .owl-dot {margin: 0px 5px; cursor: pointer; width: 12px; height: 12px; border-radius: 100%; background: #ffffff; -webkit-transition: cubic-bezier(0,1,.38,.95) all 0.5s; transition: cubic-bezier(0,1,.38,.95) all 0.5s; transition-duration: .8s;}
.owl-dots .owl-dot:hover {background: var(--cor-secundaria)!important; transition-duration: .8s;}
.owl-dots .owl-dot.active {background: var(--cor-secundaria)!important; transition-duration: .8s;}  
.owl-stage, .owl-stage-outer, .owl-item {height: 100%;}
.owl-dots.disabled { display: none!important; }

.lg-toolbar {background: var(--cor-principal)!important; padding: 10px 0!important;}
.lg-actions .lg-next, .lg-actions .lg-prev {background: var(--cor-principal)!important; padding: 15px!important; border-radius: 100%!important; color: #ffffff!important; font-size: 20px!important;}
.lg-object {border-radius: 8px;}
.lg-toolbar .lg-icon {color: #ffffff!important;}

.titulo {font-size: 40px; line-height: 50px;}
.titulo.grande {font-size: 60px; line-height: 65px; font-weight: 800;}
.titulo.medio {font-size: 30px; line-height: 40px;}
.titulo.pequeno {font-size: 25px; line-height: 35px;}

.texto {font-size: 15px;}
.texto p {margin-bottom: 15px;}
.texto span {font-size: 15px!important;}
.texto.pequeno {font-size: 13px; line-height: 20px;}
.texto.pequeno span {font-size: 13px!important;}
.texto.grande {font-size: 20px; font-weight: 500;}
.texto.grande span {font-size: 20px!important;}

.bold {font-weight: 700;}

.verde {color: var(--cor-principal);}
.verde-claro {color: var(--cor-secundaria);}
.branco {color: var(--cor-font-secundaria);}

.botao {padding: 8px 20px; cursor: pointer; display: inline-flex; color: var(--cor-secundaria); background: #ffffff00; font-size: 15px; font-weight: 700; border-radius: 20px; border: solid 1px var(--cor-secundaria); transition-duration: .8s;}
.botao:hover {background: var(--cor-secundaria); color: #ffffff; transition-duration: .8s;}
.botao-grande {padding: 18px 35px; background: #ffffff; color: var(--cor-principal); font-size: 18px; font-weight: 600; border-radius: 30px; display: inline-flex; transition-duration: .8s;}
.botao-grande:hover {background: var(--cor-principal); color: #ffffff;}

.logo svg path {fill: #ffffff;}

.modal {position:absolute;z-index:99;top:0;bottom:0;left:0;right:0;background: #00000099;overflow:hidden;display:none; position: fixed; height: 100vh;}
.modal .bg {position:absolute;width:100%;height:100%;}
.modal .close {padding: 10px; background-size: 40%!important; border-radius: 100%; box-shadow: 0 0 8px 3px #00000033; cursor: pointer; background: url(../svg/ico_close.svg) no-repeat center; position: absolute; right: 25px; top: 25px; z-index: 99;}
.modal .content-modal {position: absolute; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center;}

.modal-consulta .content-modal .box {width: 55%; background: #ffffff; padding: 75px; border-radius: 20px; position: absolute; z-index: 99; overflow: hidden; transition-duration: .8s;}
.modal-consulta .content-modal .box .conteudo {display: flex; flex-direction: column; justify-content: space-between;}
.modal-consulta .content-modal .box .conteudo .form {padding-top: 25px;}
.modal-consulta .content-modal .box .conteudo .form .retorno_backend {display: none;}
.modal-consulta .content-modal .box .conteudo .form input[type="text"], .form input[type="email"], .form select, .form input[type="password"], .form textarea {margin-bottom: 10px;}
.modal-consulta .content-modal .box .conteudo .form .box-botao-form {display: flex; margin-top: 20px; align-items: center;}
.modal-consulta .content-modal .box .conteudo .form .box-botao-form .termos {display: flex; align-items: center; font-size: 13px;}
.modal-consulta .content-modal .box .conteudo .form .box-botao-form .termos input {margin-right: 5px; height: 12px; width: 12px;}
.modal-consulta .content-modal .box .conteudo .form .box-botao-form .botao-form {padding: 10px 35px; border-radius: 20px; background: var(--cor-principal); color: #ffffff; font-size: 14px; font-weight: 600; border: 0; outline: 0; margin-left: 15px; transition-duration: .8s;}
.modal-consulta .content-modal .box .conteudo .form .box-botao-form .botao-form:hover {background: var(--cor-secundaria); transition-duration: .8s;}
.modal-consulta .content-modal .box .conteudo .info .titulo {margin-bottom: 5px;}

.modal-envio .content-modal .box {width: 35%; background: #ffffff; padding: 100px 200px; border-radius: 20px; position: absolute; z-index: 99; overflow: hidden; transition-duration: .8s;}
.modal-envio .content-modal .box .conteudo {display: flex; flex-direction: column; justify-content: space-between;}
.modal-envio .content-modal .box .conteudo .info {text-align: center;}
.modal-envio .content-modal .box .conteudo .info .texto {margin-top: 10px; font-weight: 600;}
.modal-envio .content-modal .box .conteudo .info .botoes {display: flex; align-items: center; justify-content: center; padding-top: 25px;}
.modal-envio .content-modal .box .conteudo .info .botoes .botao-modal {font-size: 18px; margin: 0 10px; letter-spacing: 1px; border-radius: 50px; font-weight: 700; color: #ffffff; background: var(--cor-principal); padding: 15px 30px; display: flex; align-items: center; transition-duration: .8s;}
.modal-envio .content-modal .box .conteudo .info .botoes .botao-modal:hover {background: #82c6c0; transition-duration: .8s;}
.modal-envio .content-modal .box .conteudo .info .botoes .botao-modal.primeiro {background: #cccccc;}
.modal-envio .content-modal .box .conteudo .info .botoes .botao-modal svg {height: 16px; width: 16px; margin-right: 10px;}
.modal-envio .content-modal .box .conteudo .info .botoes .botao-modal svg path {fill: #82c6c0;}
.modal-envio .content-modal .box .conteudo .info .botoes .botao-modal:hover svg path {fill: #ffffff;}

.modal-tratamento .content-modal .box {width: 75%; padding: 80px 50px; background: #ffffff; border-radius: 20px; position: absolute; z-index: 99; overflow: hidden; transition-duration: .8s;}
.modal-tratamento .conteudo {display: flex; flex-direction: column; align-items: flex-start;}
.modal-tratamento .conteudo .info {padding-bottom: 30px;}
.modal-tratamento .conteudo .info .texto {margin-top: 10px; width: 70%;}
.modal-tratamento .conteudo .perguntas {overflow: scroll; max-height: 500px; width: 100%;}
.modal-tratamento .conteudo .perguntas::-webkit-scrollbar {width: 8px; margin-left: 5px;}
.modal-tratamento .conteudo .perguntas::-webkit-scrollbar-track {background: #00000000;}
.modal-tratamento .conteudo .perguntas::-webkit-scrollbar-thumb {background-color: #f2f2f2;}
.modal-tratamento .conteudo .perguntas .pergunta {margin: 10px 0; width: calc(100% - 5px); transition: all 1.5s ease; display: flex; flex-direction: column; align-items: center;}
.modal-tratamento .conteudo .perguntas .pergunta .titulo-pergunta {padding: 15px; cursor: pointer; border-radius: 8px; background: url(../svg/ico_arrow_pergunta.svg) no-repeat right #e5e2e2; background-size: 18px; background-position-x: 97%; display: flex; justify-content: space-between; width: calc(100% - 30px); font-size: 18px; color: #727272; font-weight: 700;}
.modal-tratamento .conteudo .perguntas .pergunta .texto {max-height: 0; margin-top: 10px; overflow: hidden; transition: all .7s ease; width: 99%;}
.modal-tratamento .conteudo .perguntas .pergunta.active .texto {height: 100%; max-height: 200px; transition: all 1.5s ease}

.menu-mobile {position: absolute; z-index: 5; overflow: scroll; top: 0; height: 0; background: var(--cor-secundaria); width: 105%; display: none;}
.menu-mobile .logo {position: relative; width: 120px; padding-top: 50px; display: block;}
.menu-mobile .logo img {width: 100%; height: 100%;}
.menu-mobile .menu {padding-top: 30px;}
.menu-mobile .menu .link {position: relative; font-weight: 600; color: var(--cor-font-principal); cursor: pointer;}
.menu-mobile .menu .link li {padding: 4px 0; font-size: 18px; color: var(--cor-font-secundaria); display: block; font-weight: 600;}
.menu-mobile .social {display: flex; justify-content: flex-start; align-items: center; width: 100%; padding-top: 15px;}
.menu-mobile .social a {display: block;}
.menu-mobile .social a li {margin-right: 10px;}
.menu-mobile .social a li svg {height: 20px; width: 20px;}
.menu-mobile .social a li path {fill: var(--cor-font-secundaria);}

.carousel .box-carousel {margin: 0 10px; height: 340px; position: relative; background: #ffffff; transition-duration: 1s; overflow: hidden;}
.carousel .box-carousel img {height: 100%; width: 100%; display: block; object-fit: cover; transition-duration: 1s;}
.carousel .owl-dots .owl-dot {height: 8px; width: 8px; border-radius: 100%; margin: 0 4px; border: solid 2px #0d111d; transition-duration: .8s;}
.carousel .owl-dots .owl-dot:hover {background: #0d111d!important; transition-duration: .8s;}
.carousel .owl-dots .owl-dot.active {background: #0d111d!important; transition-duration: .8s;}

.box-linha-topo {position: relative; width: 100%; position: absolute; top: 0; z-index: 99;}
.linha-topo {width: 100%; background: #9cefe7; height: 5px; border-radius: 0 0 8px 8px;}

.box-topo-interno {height: 350px; position: relative; background: url(../imagens/site/box_top.jpg) no-repeat fixed top;}
.box-topo-interno .info {position: absolute; padding-bottom: 80px; bottom: 0; display: flex; align-items: center;}
.box-topo-interno .info .titulo {font-size: 50px; font-weight: 800; line-height: 60px;}

.box-alerts {background: #007f70; border-radius: 0 0 5px 5px; transition: all 1s ease; position: fixed; top: -300px; right: 0; z-index: 9; display: flex; justify-content: center; max-width: 220px; width: 100%; flex-wrap: wrap; text-align: center; padding: 15px; font-size: 15px; color: #fff; -webkit-box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.15); box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.15); }
.box-alerts.active { top: 0; }
.box-alerts h2 { display: block; width: 100%; font-size: 20px;  margin-bottom: 5px;}
.box-alerts.erro { background: #7f0000;}

#content-page {background: #ffffff;}
#content {margin:0 auto;max-width:1920px; width: 100%;position:relative;z-index:4;background:#ffffff;-webkit-transition:ease-out all 0.4s;transition:ease-out all 0.4s;}

#header {position: absolute; width: 100%; z-index: 10; padding-top: 50px;}
#header .wrapper {display: flex; flex-direction: column; align-items: flex-end;}
#header .conteudo {display: flex; justify-content: space-between; width: 100%;}
#header .conteudo .logo {width: 180px; position: relative;}
#header .conteudo .logo svg {width: 100%; height: 100%;}
#header .conteudo .box {display: flex; justify-content: space-between;}
#header .conteudo .menu {display: flex; justify-content: space-between; align-items: center;}
#header .conteudo .menu li {display: flex; flex-direction: column; margin: 0 60px; position: relative;}
#header .conteudo .menu li:first-child {margin-left:  0;}
#header .conteudo .menu li .link {color: var(--cor-font-secundaria); position: relative; bottom: 0; font-size: 16px; font-weight: 600; cursor: pointer; user-select: none; transition-duration: .8s;}
#header .conteudo .menu li:hover .link {bottom: 10px; opacity: .6; transition-duration: .8s;}
#header .conteudo .menu li .linha {width: 5px; height: 3px; background: var(--cor-secundaria); position: relative; opacity: 0; transition-duration: .8s;}
#header .conteudo .menu li:hover .linha {width: 20px; opacity: 1; transition-duration: .8s;}
#header .conteudo .menu li .submenu {max-height: 0; padding: 0 30px; overflow: hidden; border-radius: 16px; position: absolute; width: 250%; left: 0; z-index: 99; top: 150%; background: var(--cor-secundaria); transition-duration: .8s;}
#header .conteudo .menu li:hover .submenu {max-height: 200px; padding: 20px 30px; transition-duration: .8s;}
#header .conteudo .menu li .submenu .lista-tratamentos {margin-top: 5px; display: flex; flex-direction: column; width: 100%;}
#header .conteudo .menu li .submenu .lista-tratamentos .titulo-tratamento {font-size: 16px; font-weight: 500; margin: 4px 0;}
#header .telefone {font-size: 30px; color: var(--cor-font-secundaria); font-weight: bold; display: flex; align-items: center; justify-content: center;}
#header .telefone svg {height: 16px; width: 16px; margin-top: 5px; padding: 6px; margin-right: 15px; background: var(--cor-secundaria); border-radius: 100%;}
#header .telefone svg path {fill: #ffffff;}

#header .social {display: flex; justify-content: space-between; align-items: center;}
#header .social a {margin-left: 5px;}
#header .social a.primeira {margin-left: 0px;}
#header .social a li {display: flex; margin-left: 5px;}
#header .social li svg {height: 20px; width: 20px;}
#header .social svg path {fill: #ffffff; transition-duration: .8s;}
#header .social svg:hover path {fill: var(--cor-principal); transition-duration: .8s;}

#footer {background: #00c1b8; padding: 35px 0;}
#footer .logo {width: 180px; margin-bottom: 75px;}
#footer .conteudo {display: flex; flex-direction: column; justify-content: space-between; padding-bottom: 15px; align-items: center;}
#footer .conteudo .box {display: flex; justify-content: space-between; width: 100%;}
#footer .conteudo .box .menu {display: flex;}
#footer .conteudo .box .menu li {font-size: 14px; color: #ffffff; font-weight: 500; margin-right: 80px; display: flex;}
#footer .conteudo .box .menu li a {font-size: 14px; color: #ffffff; font-weight: 500; display: flex;}
#footer .conteudo .box .menu li:last-child {margin-right: 0;}
#footer .conteudo .box .menu li .box-loc {display: flex; flex-direction: column; align-items: flex-start;}
#footer .conteudo .box .menu li .box-loc .botao-footer {padding: 3px 10px; border: solid 2px #ffffff; font-size: 13px; color: #ffffff; border-radius: 0 4px 4px 4px; margin-top: 10px;}
#footer .conteudo .box .menu li svg {margin-right: 10px; height: 25px; width: 25px;}
#footer .conteudo .box .social {display: flex;}
#footer .conteudo .box .social li svg {margin: 0 5px;}

#footer .box-menu-lgpd .egge #egge {background: transparent; height:20px; display:block; overflow: hidden; transform: translate3d(0,0,0); text-align: center; opacity: 1;}
#footer .box-menu-lgpd .egge #egge svg path {fill: #ffffff; transition-duration: .8s;}
#footer .box-menu-lgpd .egge:hover #egge svg path {fill: #ffffff; transition-duration: .8s;}

#home {width: 100%; height: 100%; overflow: hidden;}
#home .banners {position: relative; height: calc(100vh - 20px); width: 100%; -webkit-animation-name: fadeIn; animation-name: fadeIn; z-index: 1; background: #171926;}
#home .banners .lista {height: 100%; width: 100%; object-fit: cover; position: relative; background: #01b4b8;}
#home .banners .lista .banner {width: 100%; height: 100%;}
#home .banners .lista .banner {height: 100%; width: 100%; display: block; position: relative;}
#home .banners .lista .banner .info {position: absolute; bottom: 0; height: 85%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: 50%; z-index: 2;}
#home .banners .lista .banner .info .titulo {margin-bottom: 15px; left: -50px; opacity: 0;}
#home .banners .lista .banner .info .titulo.active {opacity: 1; position: relative; left: 0; transition-duration: .8s;}
#home .banners .lista .banner .info .texto {width: 60%; left: -50px; opacity: 0;}
#home .banners .lista .banner .info .texto.active {opacity: 1; position: relative; left: 0; transition-duration: .8s;}
#home .banners .lista .banner .info .botao-grande {margin-top: 40px; left: -50px; display: inline-flex; opacity: 0; transition-duration: .8s;}
#home .banners .lista .banner .info .botao-grande:hover {transition-duration: .8s;}
#home .banners .lista .banner .info .botao-grande.active {opacity: 1; position: relative; left: 0; transition-duration: 1s;}
#home .banners .lista .banner img {height: 100%; width: 100%; object-fit: cover; display: block; z-index: 1; position: fixed;}
#home .banners .lista .banner .img-banner-mobile {display: none;}
#home .banners .curva {width: 100%; position: absolute; bottom: 0px; display: flex; justify-content: space-between; z-index: 5;}
#home .banners .curva svg {height: 30px; display: block;}
#home .banners .curva svg path {fill: #ffffff;}
#home .banners .owl-dots {position: absolute; z-index: 10; bottom: 50px; width: 100%; display: flex; justify-content: center; padding-top: 0;}

#home .clinica {background: url(../svg/bg_mbisi.svg) no-repeat center; padding: 150px 0;}
#home .clinica .box-padrao {display: flex; justify-content: space-between; align-items: center;}
#home .clinica .box-padrao .box-img {width: 40%; height: 500px; position: relative; border-radius: 180px 0;}
#home .clinica .box-padrao .box-img::after {content: ""; position: absolute; top: 5%; left: -5%; height: 90%; width: 110%; border-radius: 180px 0; border: solid 3px var(--cor-secundaria);}
#home .clinica .box-padrao .box-img img {width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 180px 0;}
#home .clinica .box-padrao .info {width: 55%;}
#home .clinica .box-padrao .info .titulo {margin-bottom: 25px;}
#home .clinica .box-padrao .info .botao {margin-top: 25px;}

#home .consulta {background: url(../imagens/site/paralax.jpg) no-repeat fixed center #00aa9f; background-size: cover; padding: 150px 0; position: relative;}
#home .consulta::after {content: ""; height: 50%; width: 100%; position: absolute; bottom: 0; right: 0;  background: url(../svg/svg_paralax.svg) no-repeat right;}
#home .consulta .box-padrao {display: flex; justify-content: space-between; align-items: center; z-index: 2;}
#home .consulta .box-padrao .info {width: 40%;}
#home .consulta .box-padrao .info .botao-grande {margin-top: 40px;}
#home .consulta .box-padrao .box-img {width: 40%; height: 500px; position: relative; border-radius: 180px 0;}
#home .consulta .box-padrao .box-img::after {content: ""; position: absolute; top: 5%; left: -5%; height: 90%; width: 110%; border-radius: 180px 0; border: solid 3px var(--cor-secundaria);}
#home .consulta .box-padrao .box-img img {width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 180px 0;}

#home .tratamentos {padding: 100px 0;}
#home .tratamentos .info-geral {display: flex; flex-direction: column; align-items: center; padding-bottom: 100px;}
#home .tratamentos .info-geral .texto {margin-top: 5px; color: #a6a6a6; width: 40%; font-size: 18px; text-align: center;}
#home .tratamentos .tratamento {padding: 75px 0; border-bottom: solid 2px #ede9e6;}
#home .tratamentos .tratamento:last-child {border-bottom: 0; padding-bottom: 0;}
#home .tratamentos .tratamento .box-padrao {display: flex; justify-content: space-between; align-items: center;}
#home .tratamentos .tratamento:nth-child(odd) .box-padrao {flex-direction: row-reverse;}
#home .tratamentos .tratamento .box-padrao .info {width: 40%;}
#home .tratamentos .tratamento .box-padrao .info .titulo {margin-bottom: 30px;}
#home .tratamentos .tratamento .box-padrao .info .texto {font-weight: 500;}
#home .tratamentos .tratamento .box-padrao .info .botao {margin-top: 45px; margin-right: 5px;}
#home .tratamentos .tratamento .box-padrao .box-img {width: 40%; height: 500px; position: relative; border-radius: 60px; border: solid 2px var(--cor-secundaria); overflow: hidden; box-shadow: 12px 12px 20px 20px #00000010;}
#home .tratamentos .tratamento .box-padrao .box-img img {width: 100%; height: 100%; object-fit: cover; display: block;}

#home .clientes {padding: 150px 0; box-shadow: inset 0 0 20px 20px #00000020; background: url(../imagens/site/img_depoimentos.jpg) no-repeat center;}
#home .clientes .lista {display: flex; align-items: center; justify-content: center;}
#home .clientes .cliente {display: flex; align-items: center; justify-content: center; width: 100%;}
#home .clientes .cliente .info {width: 40%;}
#home .clientes .cliente .info .idade {margin-bottom: 15px; font-size: 13px;  font-weight: 500;}
#home .clientes .cliente .info .texto {font-size: 14px; font-weight: 500;}
#home .clientes .owl-dots {display: none;}
#home .clientes .owl-nav {display: flex; height: 1 00%;}
#home .clientes .owl-nav .owl-prev {height: 30px; width: 30px; border-radius: 100%; left: 0; top: calc(50% - 25px); padding: 12px; box-shadow: 0 0 10px 5px #01b5b885; background-position-y: 55%!important; background: url(../svg/ico_arrow3.svg) no-repeat center #03a38c; background-size: 35%; transform: rotate(90deg); transition-duration: .8s}
#home .clientes .owl-nav .owl-prev:hover {background: url(../svg/ico_arrow2.svg) no-repeat center #ffffff; opacity: 1; background-size: 35%; transition-duration: .8s;}
#home .clientes .owl-nav .owl-next {height: 30px; width: 30px; border-radius: 100%; right: 0; top: calc(50% - 25px); padding: 12px; box-shadow: 0 0 10px 5px #01b5b885; background-position-y: 55%!important; background: url(../svg/ico_arrow3.svg) no-repeat center #03a38c; background-size: 35%; transform: rotate(270deg); transition-duration: .8s}
#home .clientes .owl-nav .owl-next:hover {background: url(../svg/ico_arrow2.svg) no-repeat center #ffffff; opacity: 1; background-size: 35%; transition-duration: .8s;}

#home .ambiente {padding: 150px 0;}
#home .ambiente .box-padrao {display: flex; justify-content: space-between; align-items: center;}
#home .ambiente .box-padrao .box-img {width: 40%; height: 500px; position: relative; border-radius: 180px 0;}
#home .ambiente .box-padrao .box-img::after {content: ""; position: absolute; top: 5%; left: -5%; height: 90%; width: 110%; border-radius: 180px 0; border: solid 3px var(--cor-secundaria);}
#home .ambiente .box-padrao .box-img img {width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 180px 0;}
#home .ambiente .box-padrao .info {width: 55%;}
#home .ambiente .box-padrao .info .titulo {margin-bottom: 25px;}
#home .ambiente .box-padrao .info .botao {margin-top: 25px;}

#home .contato {display: flex; justify-content: space-between; align-items: center; padding-bottom: 150px;}
#home .contato .info-mapa {width: 50%;}
#home .contato .info-mapa .loc {display: flex;}
#home .contato .info-mapa .loc svg {margin-right: 10px; height: 25px; width: 25px;}
#home .contato .info-mapa .loc svg path {fill: var(--cor-secundaria);}
#home .contato .info-mapa .loc .texto {flex: 1;}
#home .contato .info-mapa .mapa {height: 400px; width: 100%; margin-top: 10px; border-radius: 4px;}
#home .contato .info {text-align: center; width: 45%;}
#home .contato .info .titulo {margin-bottom: 25px;}
#home .contato .info .botao-grande {font-size: 25px; padding: 20px 35px; border-radius: 50px; background: var(--cor-principal); color: #ffffff;}
#home .contato .info .botao-grande:hover {background: var(--cor-secundaria);}

#formulario .botao-form {display: block; padding: 12px 75px; margin-top: 20px; border-radius: 50px; background: var(--cor-principal); color: #ffffff; font-size: 16px; letter-spacing: 1px; font-weight: 700; outline: none; border: none;}

#formulario .dados {display: flex; flex-direction: column; align-items: center; padding-top: 100px;}
#formulario .dados .info {width: 60%; text-align: center;}

#formulario .campos {width: 100%; display: flex; justify-content: space-between; padding-bottom: 50px;}
#formulario .campos input {box-sizing: border-box; padding: 25px 0 25px 15px; font-size: 16px; width: calc(33.33% - 5px)!important; border: solid 2px #cacaca; border-radius: 8px; font-size: 16px; font-weight: 600; color: #666666;}
#formulario .campos input:focus::-webkit-input-placeholder {color: var(--cor-principal); transition-duration: 0.8s;}

#formulario .perguntas {display: inline-flex; flex-direction: column; padding: 50px 0 100px 0; width: 100%;}
#formulario .perguntas .pergunta {padding: 15px 0;}
#formulario .perguntas .pergunta .titulo {color: #666666;}
#formulario .perguntas .pergunta .alternativas {display: flex;}
#formulario .perguntas .pergunta .alternativas .alternativa {padding-right: 15px; display: flex; align-items: center; font-size: 18px; font-weight: 700; color: #666666; padding-top: 15px; cursor: pointer;}
#formulario .perguntas .pergunta .alternativas .alternativa input {height: 30px; width: 30px; margin-right: 15px; cursor: pointer;}

#formulario .radio-custom {opacity: 0; position: absolute;}
#formulario .radio-custom, .radio-custom-label {display: inline-block; vertical-align: middle; margin: 5px; cursor: pointer; font-size: 15px; color: #666666; font-weight: 700;}
#formulario .radio-custom-label {position: relative;}
#formulario .radio-custom + .radio-custom-label:before {content: ''; background: #ffffff; border: 1px solid #999999; display: inline-block; vertical-align: middle; width: 25px; height: 25px; padding: 2px; margin-right: 10px; text-align: center;}
#formulario .radio-custom + .radio-custom-label:before {border-radius: 50%;}
#formulario .radio-custom:checked + .radio-custom-label:before {font-family: 'FontAwesome'; color: var(--cor-principal); border: solid 1px var(--cor-principal); background: url(../svg/ico_check.svg) no-repeat center #bdede7; background-size: 16px;}

#politicas {display: block;}  
#politicas .texto {padding: 100px 0;}

#erro404 .conteudo {width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column;}
#erro404 .conteudo .botao {color: var(--cor-font-secundaria); margin-top: 30px;}
#erro404 .conteudo .botao:hover {color: var(--cor-font-principal); background: #141414;}
#erro404 .conteudo .botao::after {border: solid 2px #141414;}
#erro404 .conteudo .botao svg path {fill: #ffffff;}