@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
.has-error {
  border-color: red !important;
}

html.resize {
  width: 100%;
  height: 100%;
}
html.resize body {
  width: 100%;
  height: 100%;
}
html.resize body main {
  width: 100%;
  height: 100%;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

.container {
  max-width: 1350px;
}
.container.big {
  max-width: 1600px;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active, a:focus {
  text-decoration: none;
}

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #cacaca;
  margin-right: 10px;
  border: none;
  outline: none;
  transition: 0.3s all;
}
.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #8f8f8f;
}

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
.row-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-phone {
  display: inline-flex;
  align-items: center;
  text-align: left;
  transition: 0.3s all;
}
.main-phone:hover {
  transform: translateY(-3px);
}
.main-phone:hover img {
  transform: rotateY(360deg);
}
.main-phone img {
  transition: 0.7s all;
  height: 47px;
}
.main-phone.horario span {
  font-size: 20px;
  font-weight: 600;
}
.main-phone.horario span strong {
  font-size: 20px;
}
.main-phone img {
  margin-right: 10px;
}
.main-phone span {
  color: #4f8c9a;
    font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
}
.main-phone span strong {
  color: #022F65;
  font-weight: 600;
  display: block;
  font-size: 18px;
}
@media (max-width: 991px) {
  .main-phone span {
    font-size: 13px;
  }
  .main-phone span strong {
    font-size: 15px;
  }
  .main-phone img {
    height: 30px;
  }
  .main-phone.horario span {
    font-size: 13px;
  }
  .main-phone.horario span strong {
    font-size: 15px;
  }
}

hr.hr-separador {
  background: url("../image/separador.png");
  opacity: 1;
  height: 13px;
  width: 200px;
  margin: 25px 0 25px -50px;
}

.main-cta {
  font-size: 20px;
  padding: 7px 15px;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  outline: none;
  border: none;
  transition: 0.3s all;
  font-weight: bold;
  text-transform: uppercase;
}
.main-cta img,
.main-cta i {
  transition: 0.5s all;
  margin-right: 3px;
  width: 17pt;
  height: 17pt;
  display: inline-block;
  vertical-align: middle;
  top: -3px;
  position: relative;
}
.main-cta img.calendar,
.main-cta i.calendar {
  background-color: #022f65;
  mask: url("../image/clinica/header/calendar-icon.svg") no-repeat center/contain;
  -webkit-mask: url("../image/clinica/header/calendar-icon.svg") no-repeat center/contain;
}
.main-cta img.resultado,
.main-cta i.resultado {
  background-color: #2b325b;
  mask: url("../image/clinica/header/resultado-icon.svg") no-repeat center/contain;
  -webkit-mask: url("../image/clinica/header/resultado-icon.svg") no-repeat center/contain;
}
.main-cta:hover > i.calendar {
  background-color: #2b325b;
}
.main-cta.outline {
  color: #022f65;
  border: 3px solid;
  background: #fff;
  color: #022f65;
  border: 2px solid;
  background: #fff;
  padding: 5px 15px;
}
.main-cta.outline:hover {
  color: #2b325b;
}
.main-cta.alertx {
  color: #2b325b;
}
@media (max-width: 991px) {
  .main-cta {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media (max-width: 991px) {
  .sep-scale {
    transform: scale(0.7);
    width: 100%;
  }
}

body {
  overflow-x: hidden;
}

body {
  font-size: 1em;
  font-family: "Barlow", sans-serif;
  text-rendering: optimizeLegibility;
  background-image: url("../image/clinica/header/marmore_bg.jpg");
  background-size: auto;
  background-repeat: repeat;
  background-position: right;
  overflow-x: hidden;
  max-width: 1920px;
  margin: auto;
  /* MODAL */
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body section.preloader .loader {
  width: 100px;
  height: 100px;
  animation: loader-pulse 1.4s ease-in-out infinite;
}
body section.preloader .loader svg {
  display: block;
  width: 100%;
  height: 100%;
}
@keyframes loader-pulse {
  0%   { transform: scale(1); }
  15%  { transform: scale(1.14); }
  30%  { transform: scale(1); }
  48%  { transform: scale(1.08); }
  62%  { transform: scale(1); }
  100% { transform: scale(1); }
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 650px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 10px !important;
  background-color: white;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 50px 50px;
  border-radius: 15px;
}
body .modal-body .btns-resultado a {
  display: block;
  background-color: #4f8c9a;
  color: white;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  max-width: 400px;
  margin-inline: auto;
}
@media (max-width: 991px) {
  body .modal-body .btns-resultado a {
    max-width: 300px;
    font-size: 15px;
  }
}
body .modal-body h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #2b325b;
  margin-bottom: 10px;
}
body .modal-body p {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid lightgray;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #d1d8d4;
  width: 100%;
  margin: 10px 0;
  outline: none;
}
body .modal-body form button {
  background-color: #2b325b;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
}
body .modal-body form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 5px 0 15px 0px;
    background-image: none;
  }
  body .modal-body h3 {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
  }
  body .modal-body form button {
    font-size: 16px;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form textarea {
    padding: 10px 15px;
    font-size: 15px;
  }
}
body ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}
body ul.paginacao li {
  list-style: none;
}
body ul.paginacao li a {
  background-color: white;
  border: 1px solid lightgray;
  width: 45px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  font-size: 18px;
  transition: all 0.3s;
}
body ul.paginacao li a.active, body ul.paginacao li a:hover {
  color: white;
  border-color: #2b325b;
  background-color: #2b325b;
}
body section.formulario-enviado {
  padding: 100px 0;
  color: #2b325b;
}
body section.formulario-enviado i.fa-check-circle,
body section.formulario-enviado i.fa-exclamation-triangle {
  font-size: 80px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body section.formulario-enviado i.fa-check-circle,
  body section.formulario-enviado i.fa-exclamation-triangle {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
body section.formulario-enviado .box-in {
  text-align: center;
}
body section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body section.formulario-enviado .box-in a {
  color: #2b325b;
  font-weight: 500;
  border-bottom: 1px dotted #2b325b;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #2b325b;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #2b325b;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #2b325b;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #2b325b;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #2b325b;
  line-height: 1;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 30px 0;
    text-align: center;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body .politica-termos {
  padding: 30px 0px;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  color: #2b325b;
}
body .politica-termos strong,
body .politica-termos b {
  color: #2b325b;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body header section.header-novo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 40px 0;
}
body header section.header-novo.page {
  position: relative;
  z-index: 5;
}
body header section.header-novo.page .out-dropdown .in-dropdown {
  border: 1.5px solid #2b325b;
}
body header section.header-novo.page .botoes a {
  border: 1.5px solid #2b325b;
}
body header section.header-novo.page .social a {
  color: #2b325b;
}
body header section.header-novo.page .menu-btn {
  color: #2b325b;
}
body header section.header-novo .logo {
  height: 110px;
}
body header section.header-novo .out-dropdown {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  text-wrap: nowrap;
}
body header section.header-novo .out-dropdown:hover .in-dropdown {
  display: flex;
}
body header section.header-novo .out-dropdown .in-dropdown {
  position: absolute;
  top: 100%;
  display: none;
  flex-flow: column;
  gap: 2px;
  background-color: white;
  padding: 18px 8px 10px 8px;
  z-index: 999;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  min-width: 210px;
}
body header section.header-novo .out-dropdown .in-dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
body header section.header-novo .out-dropdown .in-dropdown a {
  color: #2b325b;
  font-size: 22px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  transition: background-color 0.15s ease;
}
body header section.header-novo .out-dropdown .in-dropdown a:hover {
  background-color: #f0f3fb;
}
body header section.header-novo .social {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
body header section.header-novo .social a {
  font-size: 30px;
  color: white;
}
body header section.header-novo .menu-btn {
  display: inline-flex;
  color: white;
  font-size: 24px;
  gap: 10px;
  align-items: center;
}
body header section.header-novo .botoes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
body header section.header-novo .botoes a {
  border-radius: 5px;
  background-color: white;
  color: #2b325b;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 18px;
}
@media (max-width: 991px) {
  body header section.header-novo {
    padding: 20px 0;
  }
  body header section.header-novo .out-dropdown .in-dropdown {
    padding: 8px 6px;
    gap: 2px;
    border-radius: 10px;
    min-width: 170px;
  }
  body header section.header-novo .out-dropdown .in-dropdown a {
    padding: 6px 10px;
    font-size: 15px;
  }
  body header section.header-novo .social {
    gap: 10px;
  }
  body header section.header-novo .social a {
    font-size: 16px;
  }
  body header section.header-novo .logo {
    width: 180% !important;  
    height: auto !important;  
    max-width: none !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  body header section.header-novo .menu-btn {
    font-size: 16px;
  }
  body header section.header-novo .botoes {
    gap: 10px;
    flex-wrap: wrap;
  }
  body header section.header-novo .botoes a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
body header section.barra-lgpd {
  padding: 10px 15px;
  background-color: whitesmoke;
  width: 100%;
  z-index: 500;
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  transition: 0.5s all;
}
body header section.barra-lgpd.scroll {
  bottom: 69px;
}
body header section.barra-lgpd.exibir {
  display: block;
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1715px !important;
  margin: auto;
}
@media screen and (max-width: 991px) {
  body header section.barra-lgpd .row,
  body header section.barra-lgpd .container {
    width: 100% !important;
    padding: 0;
  }
}
body header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: #2b325b;
  text-decoration: underline;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  background-color: transparent;
  border: 1px solid #565656;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 15px;
  margin-left: 10px;
  color: #565656;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  line-height: 1;
  transition: all 0.3s;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #2b325b;
  transform: translateY(-1px);
  color: white;
}
@media screen and (max-width: 991px) {
  body header section.barra-lgpd .row .conteudo-lgpd-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
    font-size: 12px;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 7px;
    font-size: 13px;
    padding: 7px 10px;
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  body header section.barra-lgpd {
    padding: 10px;
    border-top: 1px solid #565656;
    position: fixed;
    bottom: 65px !important;
    left: 0px;
  }
}
body main {
  overflow: hidden;
}
body main.compensar {
  margin-top: 60px;
}
body main section.header-conteudo {
  background-size: cover;
  padding: 30px 0;
  font-size: 28px;
  color: #013d60;
  background-position: top right;
  position: relative;
  line-height: 1.2;
}
@media (min-width: 991px) {
  body main section.header-conteudo {
    min-height: 300px;
    display: flex;
    align-items: start;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 10px 15px 20px rgba(2, 47, 101, 0.1);
  }
}
body main section.header-conteudo.small {
  background: #9ed0d8;
  padding: 30px 0 10px 0;
  background-position: left;
  min-height: auto;
}
@media (max-width: 991px) {
  body main section.header-conteudo.small {
    padding: 20px 0;
  }
  body main section.header-conteudo.small section.breadcrumb {
    margin: 0;
  }
}
body main section.header-conteudo .img-banner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 800px;
}
body main section.header-conteudo .img-banner::before {
  background: linear-gradient(90deg, rgb(213, 236, 239) 0%, rgba(230, 226, 208, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  content: "";
}
body main section.header-conteudo .img-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.header-conteudo strong {
  color: #4f8c9a;
  font-weight: 600;
}
body main section.header-conteudo h1 {
  color: #2b325b;
  font-weight: 700;
  font-size: 57px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body main section.header-conteudo {
    padding: 10px 0;
    background-position: top left;
    font-size: 16px;
  }
  body main section.header-conteudo .img-banner {
    display: none;
  }
  body main section.header-conteudo h1 {
    font-size: 20px;
  }
}
body main section.breadcrumb {
  margin-bottom: 20px;
  color: #2b325b;
  font-size: 15px;
  display: flex;
  align-items: center;
}
body main section.breadcrumb a {
  color: #2b325b;
  margin: 0 5px;
  text-transform: lowercase;
}
body main section.breadcrumb a:first-child {
  margin-left: 0;
}
body main section.breadcrumb a:last-child {
  margin-right: 0;
}
body main section.breadcrumb a.active {
  color: #4f8c9a;
  border-bottom: none;
}
@media (max-width: 991px) {
  body main section.breadcrumb {
    font-size: 12px;
  }
  body main section.breadcrumb a {
    font-size: 12px;
  }
}
body main section.index-variedade {
  padding-bottom: 55px;
}
@media screen and (max-width: 991px) {
  body main section.index-variedade {
    padding-bottom: 20px;
  }
}
body main section.index-variedade h2 {
  max-width: 1260px;
  font-size: 57px;
  margin: 0 auto;
  color: #022f65;
  font-weight: 400;
}
@media (max-width: 991px) {
  body main section.index-variedade h2 {
    font-size: 20px;
  }
  body main section.index-variedade h2 strong {
    display: inline;
  }
}
body main section.index-variedade h2 strong {
  display: block;
  color: #4f8c9a;
}
body main section.index-variedade p {
  font-size: 37px;
  color: #022f65;
}
@media (max-width: 991px) {
  body main section.index-variedade p {
    font-size: 16px;
  }
}
body main section.index-variedade .item {
  padding-top: 25px;
  padding-bottom: 25px;
  box-shadow: 8px 0px 20px rgba(2, 47, 101, 0.25);
  border-radius: 10px;
  font-size: 27px;
  color: #022f65;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  background-color: white;
}
@media (max-width: 991px) {
  body main section.index-variedade .item {
    font-size: 16px;
    line-height: initial;
    margin-top: 10px;
    height: calc(100% - 10px);
  }
}
body main section.index-variedade .item strong {
  color: #4f8c9a;
  display: block;
  margin: 0 auto;
}
body main section.index-variedade .item img {
  display: block;
  margin: 0 auto;
  height: 54px;
  max-width: 67px;
  max-height: 67px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-variedade .item img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
}
body main section.index-variedade a {
  color: #002b68;
  font-weight: 700;
  margin-right: 40px;
}
@media (max-width: 991px) {
  body main section.index-variedade a {
    margin-right: 5px;
    margin-left: 5px;
  }
}
body main section.index-variedade a span {
  font-size: 30px;
}
@media (max-width: 991px) {
  body main section.index-variedade a span {
    font-size: 16px;
  }
}
body main section.index-variedade a span img {
  margin-right: 3px;
  vertical-align: text-bottom;
}
@media (max-width: 991px) {
  body main section.index-variedade a span img {
    transform: scale(0.7);
    vertical-align: middle;
    top: -3px;
    position: relative;
  }
}
body main section.index-variedade a.wpp {
  font-weight: 700;
  color: #00ae00;
}
body main section.index-especialidades {
  background-image: url("../image/clinica/especialidades/banner.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  body main section.index-especialidades {
    background: #d9e8f1;
    padding-bottom: 20px;
  }
}
body main section.index-especialidades h2 {
  max-width: 720px;
  font-size: 57px;
  color: #022f65;
  font-weight: 400;
  padding-top: 115px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-especialidades h2 {
    font-size: 20px;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 0;
  }
  body main section.index-especialidades h2 strong {
    display: inline !important;
  }
}
body main section.index-especialidades h2 strong {
  display: block;
  color: #4f8c9a;
}
body main section.index-especialidades p {
  font-size: 37px;
  color: #022f65;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  body main section.index-especialidades p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
}
body main section.index-especialidades .item {
  background: #002b68;
  color: white;
  padding-top: 40px;
  padding-left: 26px;
  padding-right: 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  min-height: 277px;
  max-width: 300px;
}
@media (max-width: 991px) {
  body main section.index-especialidades .item {
    max-width: none;
    max-height: none;
    margin-bottom: 10px;
    padding: 20px;
    min-height: auto;
    min-width: auto;
  }
}
body main section.index-especialidades .item img {
  max-width: 62px;
}
body main section.index-especialidades .item h3 {
  margin-top: 30px;
  font-weight: 600;
  font-size: 25px;
}
@media (max-width: 991px) {
  body main section.index-especialidades .item h3 {
    font-size: 18px;
    margin: 0;
    margin-top: 14px;
  }
}
body main section.index-especialidades .item p {
  color: white;
  font-weight: 400;
  font-size: 19px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  body main section.index-especialidades .item p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
body main section.index-especialidades .main-cta {
  font-size: 23px;
  padding-top: 10px;
  padding-bottom: 12px;
  background-color: transparent;
}
@media (max-width: 991px) {
  body main section.index-especialidades .main-cta {
    transform: scale(0.75);
  }
}
body main section.index-queremos {
  background-image: url("../image/clinica/queremos/banner.png");
  background-size: cover;
  background-position: right;
  padding-top: 25px;
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
  margin-bottom: -7px;
}
@media (max-width: 991px) {
  body main section.index-queremos {
    background-image: none;
    margin: 0;
    padding: 20px 10px;
  }
}
body main section.index-queremos h2 {
  font-size: 49px;
  color: #022f65;
  font-weight: 400;
}
body main section.index-queremos h2 strong {
  display: block;
  color: #4f8c9a;
  font-size: 42px;
}
@media (max-width: 991px) {
  body main section.index-queremos h2 strong {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  body main section.index-queremos h2 {
    font-size: 20px;
    text-align: center;
  }
}
body main section.index-queremos p {
  font-size: 28px;
  color: #022f65;
  margin-bottom: 45px;
  max-width: 600px;
}
@media (max-width: 991px) {
  body main section.index-queremos p {
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
body main section.index-queremos .card {
  min-height: 230px;
  max-height: 230px;
  height: 230px;
  width: 196px;
  background: #022f65;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
  border-radius: 10px;
}
body main section.index-queremos .card img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-queremos .card h3 {
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  bottom: 8px;
  padding-right: 3px;
  padding-left: 3px;
}
@media (max-width: 991px) {
  body main section.index-queremos .card {
    min-height: auto;
    max-height: none;
    height: auto;
    width: auto;
    padding: 10px 0;
  }
  body main section.index-queremos .card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  body main section.index-queremos .card h3 {
    font-size: 14px !important;
    position: static !important;
  }
}
body main section.index-queremos a.text-underline {
  color: #022f65;
  font-weight: bold;
  font-size: 26px;
  text-decoration: underline;
  display: block;
  text-align: center;
  margin-top: 50px;
  max-width: 810px;
}
@media (max-width: 991px) {
  body main section.index-queremos a.text-underline {
    margin-top: 20px;
    font-size: 17px;
  }
}
body main section.index-queremos .owl-carousel {
  max-width: 810px;
}
body main section.index-queremos .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  body main section.index-queremos .owl-nav {
    display: none !important;
  }
}
body main section.index-queremos .owl-carousel .owl-nav button.owl-next,
body main section.index-queremos .owl-carousel .owl-nav button.owl-prev {
  color: #022f65;
  border: 2px solid;
  border-radius: 100%;
  width: 33px;
  height: 33px;
  font-size: 29px;
  line-height: 0px;
  position: relative;
}
body main section.index-queremos .owl-carousel .owl-nav button.owl-next {
  text-indent: 1px;
  right: -50px;
}
body main section.index-queremos .owl-carousel .owl-nav button.owl-prev {
  text-indent: -1px;
  left: -50px;
}
body main section.index-entenda {
  background-image: url("../image/clinica/entenda/banner.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 60px;
  margin-top: -7px;
  background-color: white;
  padding-top: 15px;
}
@media (max-width: 991px) {
  body main section.index-entenda {
    background: #e7f3f3;
    margin: 0;
    padding: 20px 0;
  }
}
body main section.index-entenda h2 {
  max-width: 800px;
  font-size: 57px;
  color: #022f65;
  font-weight: 400;
  padding-top: 40px;
  padding-bottom: 50px;
}
body main section.index-entenda h2 strong {
  display: block;
  color: #2b325b;
  font-size: 55px;
}
@media (max-width: 991px) {
  body main section.index-entenda h2 strong {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  body main section.index-entenda h2 {
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 0;
    text-align: center;
    margin: 0 auto;
  }
  body main section.index-entenda h2 strong {
    display: inline;
    font-size: 20px;
  }
}
body main section.index-entenda li {
  font-size: 29px;
  color: #022f65;
  font-weight: 700;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-entenda li {
    font-size: 16px;
  }
}
body main section.index-entenda ul {
  margin-left: 50px;
}
@media (max-width: 991px) {
  body main section.index-entenda ul {
    margin-left: 0;
    margin-bottom: 0;
  }
}
body main section.index-ctas {
  background-color: white;
}
body main section.index-ctas .ctas {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (max-width: 991px) {
  body main section.index-ctas .ctas {
    padding: 20px 0;
  }
}
body main section.index-ctas .main-cta {
  font-size: 23px;
  padding-top: 10px;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  body main section.index-ctas .main-cta {
    transform: scale(0.7);
    margin-top: 10px;
  }
}
body main section.index-ctas a {
  color: #002b68;
  font-weight: 700;
  margin-right: 40px;
}
@media (max-width: 991px) {
  body main section.index-ctas a {
    margin-right: 2px;
  }
}
body main section.index-ctas a span {
  font-size: 30px;
}
@media (max-width: 991px) {
  body main section.index-ctas a span {
    font-size: 17px;
  }
}
body main section.index-ctas a span img {
  margin-right: 3px;
  vertical-align: text-bottom;
}
@media (max-width: 991px) {
  body main section.index-ctas a span img {
    transform: scale(0.7);
    vertical-align: middle;
    top: -3px;
    position: relative;
  }
}
body main section.index-ctas a.wpp {
  font-weight: 700;
  color: #00ae00;
}
body main section.index-agende {
  background-image: url("../image/clinica/agende/banner.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 50px;
  text-shadow: 8px 0px 15px rgba(29, 57, 102, 0.26);
  background-color: #fff;
  box-shadow: inset 10px 17px 27px rgba(2, 47, 101, 0.1);
}
@media screen and (max-width: 991px) {
  body main section.index-agende {
    padding-bottom: 30px;
  }
}
body main section.index-agende h2 {
  font-size: 57px;
  color: #fff;
  font-weight: 400;
  padding-top: 55px;
  padding-bottom: 40px;
  text-align: center;
}
body main section.index-agende h2 strong {
  display: block;
  color: #fff;
}
@media (max-width: 991px) {
  body main section.index-agende h2 {
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body main section.index-agende h2 strong {
    display: inline;
  }
}
body main section.index-agende p {
  font-size: 32px;
  color: #fff;
  margin-bottom: 65px;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 991px) {
  body main section.index-agende p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
}
body main section.index-agende img.principal {
  margin: 0 auto;
  display: block;
  padding-top: 84px;
}
@media (max-width: 991px) {
  body main section.index-agende img.principal {
    padding-top: 35px;
  }
}
body main section.index-agende .item {
  width: 270px;
  height: 270px;
  text-align: center;
  font-size: 19px;
  line-height: 1.1;
  font-weight: bolder;
  color: white;
  border: 2px solid;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 8px 0px 15px rgba(29, 57, 102, 0.26);
}
@media (max-width: 991px) {
  body main section.index-agende .item {
    width: auto;
    height: 150px;
    font-size: 15px;
    padding: 15px;
  }
}
body main section.index-agende .item:before {
  background: #1d3968;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  opacity: 0.8;
  border-radius: 10px;
  transition: 0.3s all;
}
body main section.index-agende .item:hover:before {
  opacity: 0.3;
}
body main section.index-agende .item span {
  position: absolute;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  word-break: break-word;
}
body main section.index-agende a.underline {
  color: #022f65;
  font-weight: bold;
  font-size: 26px;
  text-decoration: underline;
  display: block;
  text-align: center;
  max-width: 810px;
  margin: 0 auto;
  margin-top: 50px;
  text-shadow: none;
}
@media (max-width: 991px) {
  body main section.index-agende a.underline {
    font-size: 19px;
    margin-top: 25px;
  }
}
body main section.index-convenio {
  box-shadow: inset 10px 17px 27px rgba(2, 47, 101, 0.1);
}
body main section.index-convenio img.principal {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  body main section.index-convenio img.principal {
    margin-bottom: 10px;
  }
}
body main section.index-convenio h2 {
  display: block;
  color: #2b325b;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  body main section.index-convenio h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
body main section.index-convenio p {
  font-size: 28px;
  color: #022f65;
  line-height: initial;
  font-weight: 400;
}
@media (max-width: 991px) {
  body main section.index-convenio p {
    font-size: 16px;
    text-align: center;
  }
}
body main section.index-convenio a.cta {
  background: #002b68;
  color: white;
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 25px;
  font-weight: bold;
  margin-top: 40px;
  clear: both;
  display: table;
}
@media (max-width: 991px) {
  body main section.index-convenio a.cta {
    margin: auto;
    margin-top: 30px;
    display: inline-block;
    font-size: 16px;
  }
}
body main section.index-convenio .item {
  width: 300px;
  height: 98px;
  box-shadow: 8px 0px 20px rgba(0, 42, 102, 0.26);
  border-radius: 10px;
}
body main section.index-convenio .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
  height: 98px;
}
@media (max-width: 991px) {
  body main section.index-convenio .item {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: white;
  }
  body main section.index-convenio .item img {
    width: 100%;
    height: auto;
  }
}
body main section.index-convenio .linha {
  background: #002b68;
  margin-top: 50px;
  color: white;
  text-align: center;
  padding-bottom: 22px;
}
@media screen and (max-width: 991px) {
  body main section.index-convenio .linha {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  body main section.index-convenio .linha {
    padding-bottom: 15px;
  }
}
body main section.index-convenio .linha h3 {
  font-weight: bold;
  padding-top: 35px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-convenio .linha h3 {
    font-size: 18px;
    padding-bottom: 0;
    padding-top: 20px;
  }
}
body main section.index-convenio .linha .box {
  background: #fff;
  border-radius: 10px;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.index-convenio .linha .box {
    transform: scale(0.8);
    margin-bottom: 5px;
    font-size: 15px;
    text-align: center;
  }
  body main section.index-convenio .linha .box img {
    width: 100%;
  }
}
body main section.index-convenio .linha strong,
body main section.index-convenio .linha p {
  font-size: 22px;
  color: #022f65;
}
body main section.index-convenio .linha p {
  text-align: left;
  line-height: 25px;
}
body main section.index-convenio .linha a {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-convenio .linha a {
    margin: 5px;
  }
}
body main section.index-convenio .linha a span {
  font-size: 30px;
}
@media (max-width: 991px) {
  body main section.index-convenio .linha a span {
    font-size: 17px;
  }
}
body main section.index-convenio .linha a span img {
  margin-right: 3px;
  vertical-align: text-bottom;
}
@media (max-width: 991px) {
  body main section.index-convenio .linha a span img {
    transform: scale(0.7);
    vertical-align: middle;
    top: -3px;
    position: relative;
  }
}
body main section.index-equipe-medica .titulo-interna h1 {
  color: #2b325b;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  body main section.index-equipe-medica .titulo-interna h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
body main section.index-equipe-medica h2 {
  max-width: 800px;
  font-size: 57px;
  color: #022f65;
  font-weight: 400;
  padding-top: 100px;
  padding-bottom: 30px;
}
body main section.index-equipe-medica h2 strong {
  display: block;
  color: #2b325b;
  font-size: 55px;
}
@media (max-width: 991px) {
  body main section.index-equipe-medica h2 strong {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  body main section.index-equipe-medica h2 {
    font-size: 20px;
    padding-top: 25px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
body main section.index-equipe-medica p {
  font-size: 32px;
  line-height: 40px;
  color: #022f65;
  max-width: 750px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-equipe-medica p {
    font-size: 16px;
    line-height: initial;
    text-align: center;
    padding-bottom: 20px;
  }
}
body main section.index-equipe-medica .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body main section.index-equipe-medica .owl-carousel .owl-nav button.owl-next,
body main section.index-equipe-medica .owl-carousel .owl-nav button.owl-prev {
  color: #022f65;
  border: 2px solid;
  border-radius: 100%;
  width: 33px;
  height: 33px;
  font-size: 29px;
  line-height: 0px;
  position: relative;
}
body main section.index-equipe-medica .owl-carousel .owl-nav button.owl-next {
  text-indent: 1px;
  right: -30px;
}
body main section.index-equipe-medica .owl-carousel .owl-nav button.owl-prev {
  text-indent: -1px;
  left: -65px;
}
body main section.index-equipe-medica .box img.main {
  width: 218px;
  height: 261px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 2px solid #022f65;
  margin-bottom: 10px;
}
body main section.index-equipe-medica .box p {
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
  max-width: 200px;
  color: #022f65;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
body main section.index-equipe-medica .box strong {
  font-size: 18px;
  line-height: 20px;
  max-width: 200px;
  color: #022f65;
}
@media (max-width: 991px) {
  body main section.index-equipe-medica .box img.main {
    width: 100%;
    height: 200px;
  }
  body main section.index-equipe-medica .box p {
    line-height: initial;
    font-size: 16px;
    text-align: left;
  }
  body main section.index-equipe-medica .box strong {
    font-size: 16px;
    line-height: initial;
  }
}
body main section.index-equipe-medica a.underline {
  color: #022f65;
  font-weight: bold;
  font-size: 26px;
  text-decoration: underline;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 810px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  body main section.index-equipe-medica a.underline {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body main section.index-equipe-medica img.main-director {
  width: 260px;
  height: 260px;
  border: 2px solid #022f65;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.index-equipe-medica img.main-director {
    width: 100%;
    height: 100px;
  }
}
body main section.index-equipe-medica .diretor p {
  font-size: 22px;
  font-weight: 600;
  color: #022f65;
  text-align: left;
  padding-bottom: 0;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-equipe-medica .diretor p {
    font-size: 16px;
    line-height: 25px;
  }
}
body main section.index-equipe-medica .diretor h4 {
  font-size: 29px;
  font-weight: 200;
  color: #022f65;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.index-equipe-medica .diretor h4 {
    font-size: 19px;
  }
}
body main section.index-equipe-medica .diretor strong {
  font-size: 22px;
  font-weight: bold;
  color: #022f65;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.index-equipe-medica .diretor strong {
    font-size: 18px;
  }
}
body main section.index-video {
  padding: 40px 0;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
}
body main section.index-video:before {
  content: "";
  background-color: #2a84d5;
  opacity: 0.4;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body main section.index-video video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-video .container {
  max-width: 800px;
  z-index: 2;
}
body main section.index-video .texto {
  text-align: center;
  font-weight: 300;
  line-height: 1.3;
  font-size: 26px;
}
@media (max-width: 991px) {
  body main section.index-video {
    min-height: auto;
    padding: 50px 0;
  }
  body main section.index-video .texto {
    font-size: 16px;
  }
}
body main section.index-entre-contato {
  background-color: #d8dfe2;
  padding-top: 65px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.index-entre-contato {
    padding: 30px 0;
  }
}
body main section.index-entre-contato h2 {
  font-size: 38px;
  color: #022f65;
}
body main section.index-entre-contato h2 strong {
  color: #4f8c9a;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-entre-contato h2 {
    font-size: 24px;
    text-align: center;
  }
}
body main section.index-entre-contato p {
  color: #022f65;
  font-size: 19px;
  max-width: 420px;
}
body main section.index-entre-contato p strong {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.index-entre-contato p strong {
    font-size: 15px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  body main section.index-entre-contato p {
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  body main section.index-entre-contato p {
    max-width: none;
  }
}
@media (max-width: 991px) {
  body main section.index-entre-contato form {
    transform: scale(0.9);
  }
}
body main section.index-entre-contato input {
  width: 233px;
  height: 55px;
  padding-left: 23px;
  border: none;
  border-radius: 5px;
  border-bottom: 7px solid #a7bbc9;
  font-size: 19px;
  font-weight: 400;
}
@media (max-width: 991px) {
  body main section.index-entre-contato input {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
body main section.index-entre-contato button {
  height: 55px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 5px;
  border: 2px solid #fff;
  background: #022f65;
  color: white;
}
@media (max-width: 991px) {
  body main section.index-entre-contato button {
    font-size: 18px;
  }
}
body main section.index-entre-contato a.numeros {
  color: #022f65;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-entre-contato a.numeros {
    margin-right: 5px;
    margin-left: 5px;
  }
}
body main section.index-entre-contato a.numeros span {
  font-size: 30px;
}
@media (max-width: 991px) {
  body main section.index-entre-contato a.numeros span {
    font-size: 18px;
  }
}
body main section.index-entre-contato a.numeros span img {
  margin-right: 3px;
  vertical-align: text-bottom;
}
@media (max-width: 991px) {
  body main section.index-entre-contato a.numeros span img {
    transform: scale(0.7);
    vertical-align: middle;
    top: -3px;
    position: relative;
  }
}
body main section.index-entre-contato strong.title {
  font-weight: bold;
  font-size: 18px;
  color: #2b325b;
}
@media (max-width: 991px) {
  body main section.index-entre-contato strong.title {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
  }
}
body main section.index-entre-contato .cta-transparent {
  color: #022f65;
  font-size: 22px;
  font-weight: bold;
  border: 2px solid;
  border-radius: 5px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 7px;
  padding-bottom: 7px;
  height: 55px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #D4EBE9;
}
body main section.index-entre-contato .cta-transparent img {
  width: 31px;
  height: 31px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
body main section.index-entre-contato .cta-transparent img.max {
  margin-right: 5px;
}
@media (max-width: 991px) {
  body main section.index-entre-contato .cta-transparent {
    transform: scale(0.8);
  }
}
body main section.index-entre-contato .cta-color {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border: 2px solid;
  border-radius: 5px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 7px;
  padding-bottom: 7px;
  background: linear-gradient(90deg, #022f65, #00a6fd);
  height: 55px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
body main section.index-entre-contato .cta-color img {
  width: 31px;
  height: 31px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  body main section.index-entre-contato .cta-color {
    transform: scale(0.8);
  }
}
body main section.index-referencia {
  background-image: url("../image/clinica/finais/banner-suporte.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  margin-top: -7px;
  padding-top: 15px;
}
@media (min-width: 991px) {
  body main section.index-referencia {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  body main section.index-referencia {
    background: #dae9ed;
  }
}
body main section.index-referencia h2 {
  font-size: 50px;
  color: #022f65;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 40px;
  padding-bottom: 15px;
}
body main section.index-referencia h2 strong {
  display: block;
  color: #4f8c9a;
  font-size: 47px;
}
@media (max-width: 991px) {
  body main section.index-referencia h2 strong {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  body main section.index-referencia h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
  }
}
body main section.index-referencia li {
  font-size: 22px;
  color: #022f65;
  font-weight: 500;
  line-height: 35px;
}
@media (max-width: 991px) {
  body main section.index-referencia li {
    font-size: 16px;
  }
}
body main section.index-referencia p {
  font-size: 28px;
  color: #022f65;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-referencia p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
body main section.index-referencia h3 {
  color: #022f65;
  font-weight: bold;
  margin-left: 50px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-referencia h3 {
    font-size: 20px;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
body main section.index-referencia ul {
  margin-left: 50px;
}
@media screen and (max-width: 991px) {
  body main section.index-referencia ul {
    margin-left: 0;
  }
}
body main section.index-referencia .main-cta {
  font-size: 23px;
  padding-top: 10px;
  padding-bottom: 12px;
  background: none;
  margin-left: 50px;
}
@media (max-width: 991px) {
  body main section.index-referencia .main-cta {
    transform: scale(0.7);
    margin: auto;
    display: block;
  }
}
body main section.index-referencia a {
  color: #002b68;
  font-weight: 700;
  margin-right: 40px;
}
body main section.index-referencia a span {
  font-size: 30px;
}
body main section.index-referencia a span img {
  margin-right: 3px;
  vertical-align: text-bottom;
}
body main section.index-referencia a.wpp {
  font-weight: 700;
  color: #00ae00;
}
body main section.index-referencia .w-x {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body main section.index-referencia .w-x {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    height: 250px;
  }
}
#videoModal {
  z-index: 99999;
}
#videoModal .modal-dialog {
  max-width: 1100px !important;
  width: 90vw !important;
  margin: 30px auto !important;
}
#videoModal .modal-content {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
#videoModal .modal-body {
  padding: 0 !important;
  border-radius: 0 !important;
}
#videoModal .modal-body div iframe {
  width: 100% !important;
  height: 580px !important;
  display: block !important;
  position: static !important;
}
#videoModal .closebtn {
  position: absolute !important;
  top: -35px !important;
  right: 0 !important;
  color: #fff !important;
  background: none !important;
  border: none !important;
  font-size: 16px !important;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 991px) {
  #videoModal .modal-dialog {
    width: 95vw !important;
    margin: 15px auto !important;
  }
  #videoModal .modal-body div iframe {
    height: 250px !important;
  }
  #videoModal .closebtn {
    position: static !important;
    display: block !important;
    text-align: right !important;
    color: #fff !important;
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 991px) {
  body main section.index-depoimentos-nova {
    padding-bottom: 30px;
  }
}
body main section.index-depoimentos-nova img.principal {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 991px) {
  body main section.index-depoimentos-nova img.principal {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  body main section.index-depoimentos-nova .owl-carousel .owl-dots {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  body main section.index-depoimentos-nova .owl-carousel .owl-stage-outer {
    height: calc(100% + 20px);
    margin: -10px -10px;
    padding: 10px 10px;
    width: calc(100% + 20px);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  body main section.index-depoimentos-nova .owl-carousel .owl-stage {
    display: flex;
  }
  body main section.index-depoimentos-nova .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
}
@media (min-width: 992px) {
  body main section.index-depoimentos-nova .owl-carousel .owl-dots {
    margin-bottom: 30px;
  }
}
body main section.index-depoimentos-nova h2 {
  display: block;
  color: #2b325b;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos-nova h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
body main section.index-depoimentos-nova p {
  font-size: 32px;
  color: #022f65;
  line-height: 40px;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-depoimentos-nova p {
    font-size: 16px;
    text-align: center;
    line-height: initial;
  }
}
body main section.index-depoimentos-nova .box {
  box-shadow: 8px 0px 20px rgba(2, 47, 101, 0.25);
  border-radius: 15px;
  width: 365px;
  min-height: 243px;
  padding-left: 50px;
  padding-top: 40px;
  padding-right: 40px;
  background-color: white;
}
body main section.index-depoimentos-nova .box .fotinha {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
}
@media (max-width: 991px) {
  body main section.index-depoimentos-nova .box {
    transform: scale(0.8);
    margin: 0 auto;
  }
}
body main section.index-depoimentos-nova .box strong {
  font-size: 19px;
  font-weight: 600;
}
body main section.index-depoimentos-nova .box p {
  font-size: 15px;
  text-align: left;
  line-height: 20px;
  color: black;
  margin-top: 20px;
  margin-bottom: 27px;
}
@media screen and (max-width: 991px) {
  body main section.index-depoimentos-nova .box p {
    font-size: 17px;
  }
}
body main section.index-depoimentos {
  background-image: url("../image/bg-bege.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0;
}
body main section.index-depoimentos .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
body main section.index-depoimentos .owl-carousel .owl-nav .owl-prev,
body main section.index-depoimentos .owl-carousel .owl-nav .owl-next {
  color: #2b325b;
  font-size: 28px;
  border: 2px solid #2b325b;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
body main section.index-depoimentos.galeria {
  background-image: url("../image/clinica/galeria-banner.png");
}
body main section.index-depoimentos.galeria .foto {
  height: 270px;
  overflow: hidden;
  box-shadow: 8px 0px 20px rgba(2, 47, 101, 0.25);
  border-radius: 15px;
}
body main section.index-depoimentos.galeria .foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-depoimentos.galeria img.principal {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos.galeria img.principal {
    margin-bottom: 0;
    margin-top: 0;
  }
}
body main section.index-depoimentos.galeria h2 {
  text-transform: uppercase;
  display: block;
  color: #2b325b;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos.galeria h2 {
    font-size: 24px;
  }
}
body main section.index-depoimentos .owl-carousel .owl-stage-outer {
  height: calc(100% + 20px);
  margin: -10px -10px;
  padding: 10px 10px;
  width: calc(100% + 20px);
}
body main section.index-depoimentos .owl-carousel .owl-dots {
  display: none !important;
}
body main section.index-depoimentos .depoimento {
  background-color: #fcfaf7;
  border-radius: 5px;
  border: 1px solid #e4e2e0;
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.05);
  padding: 40px 60px;
  font-size: 17px;
  color: #2b325b;
  line-height: 1.3;
  position: relative;
  margin-top: 20px;
}
body main section.index-depoimentos .depoimento .in-texto {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 110px;
}
body main section.index-depoimentos .depoimento:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -20px;
  left: 50px;
  font-size: 40px;
  color: #4f8c9a;
  font-weight: 900;
}
body main section.index-depoimentos .depoimento strong {
  display: block;
  margin-top: 15px;
}
body main section.index-depoimentos .texto {
  text-align: center;
}
body main section.index-depoimentos .texto hr {
  background: url("../image/separador.png");
  opacity: 1;
  height: 13px;
  width: 200px;
  margin: 25px 0 25px -50px;
  margin-left: auto;
  margin-right: auto;
}
body main section.index-depoimentos .texto h1 {
  line-height: 1;
  color: #2b325b;
  font-size: 46px;
  font-weight: 700;
}
body main section.index-depoimentos .texto h1 strong {
  font-weight: 700;
  color: #4f8c9a;
}
body main section.index-depoimentos .texto h3 {
  max-width: 500px;
  margin: auto;
  color: #4f8c9a;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    padding: 20px 0;
  }
  body main section.index-depoimentos.galeria {
    margin-top: 0;
    padding-bottom: 20px;
  }
  body main section.index-depoimentos.galeria .foto {
    height: 200px;
  }
  body main section.index-depoimentos .depoimento {
    padding: 30px;
    font-size: 15px;
    margin-top: 10px;
  }
  body main section.index-depoimentos .depoimento:after {
    font-size: 30px;
    top: -15px;
    left: 30px;
  }
  body main section.index-depoimentos .texto h1 {
    font-size: 26px;
  }
  body main section.index-depoimentos .texto h3 {
    font-size: 18px;
  }
}
body main section.index-banner {
  position: relative;
}
body main section.index-banner .owl-carousel .owl-prev,
body main section.index-banner .owl-carousel .owl-next {
  position: absolute;
  bottom: 50%;
  outline: none;
  color: white;
  border: 2px solid;
  padding: 2px 5px !important;
  border-radius: 100%;
  width: 33px;
  height: 33px;
  font-size: 29px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-prev,
  body main section.index-banner .owl-carousel .owl-next {
    color: white;
    font-size: 30px;
    padding: 2px 5px !important;
  }
}
body main section.index-banner .owl-carousel .owl-prev:hover,
body main section.index-banner .owl-carousel .owl-next:hover {
  opacity: 0.8;
}
body main section.index-banner .owl-carousel .owl-prev {
  border-radius: 100%;
  left: 160px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-prev {
    left: 30px;
  }
}
body main section.index-banner .owl-carousel .owl-prev i {
  position: relative;
  top: -9px;
  left: -3px;
}
body main section.index-banner .owl-carousel .owl-next {
  border-radius: 100%;
  right: 160px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-next {
    right: 30px;
  }
}
body main section.index-banner .owl-carousel .owl-next i {
  position: relative;
  top: -9px;
  right: -2px;
}
body main section.index-banner .owl-carousel .bann {
  position: relative;
}
body main section.index-banner .owl-carousel .bann:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 5;
  background-color: rgba(104, 94, 94, 0.1);
}
@media (max-width: 991px) {
  body main section.index-banner::after {
    display: none;
  }
}
body main section.index-banner-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 150px;
  height: calc(100vh / var(--prop));
}
body main section.index-banner-video .container {
  position: relative;
  z-index: 3;
}
body main section.index-banner-video h1 {
  color: white;
  font-weight: 700;
  font-size: 46px;
  background-color: #172a5c;
  opacity: 0.85;
  display: block;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
}
body main section.index-banner-video h2 {
  color: white;
  font-size: 32px;
  background-color: #172a5c;
  opacity: 0.85;
  display: block;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
}
body main section.index-banner-video .banner-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
body main section.index-banner-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.6s ease;
}
@media (max-width: 991px) {
  body main section.index-banner-video {
    height: calc(100vh - 56px);
  }
  body main section.index-banner-video h1 {
    font-size: 28px;
  }
  body main section.index-banner-video h2 {
    font-size: 20px;
  }
}
body main section.index-blog {
  padding: 50px 0;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding: 20px 0;
  }
}
body main section.index-blog .texto img.principal {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-blog .texto img.principal {
    margin-bottom: 20px;
    transform: scale(0.7);
    width: 100%;
  }
}
body main section.index-blog .texto h2 {
  display: block;
  color: #2b325b;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-blog .texto h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
body main section.index-blog .texto p {
  font-size: 32px;
  color: #022f65;
  line-height: 40px;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-blog .texto p {
    font-size: 16px;
    line-height: 25px;
  }
}
body main section.index-blog .main-cta {
  font-weight: 700;
  font-size: 16px;
}
body main section.index-blog .card-blog {
  background-color: white;
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  position: relative;
  transition: 0.3s all;
}
body main section.index-blog .card-blog:hover {
  box-shadow: 5px 5px 14px 0px #c8c5c5;
  transform: translateY(-2px);
}
body main section.index-blog .card-blog .img-thumb img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-blog .card-blog .post-in {
  padding: 25px 40px 60px 40px;
}
body main section.index-blog .card-blog .post-in .post-titulo {
  font-size: 23px;
  font-weight: 500;
  color: #002b68;
  line-height: 26px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 56px;
}
body main section.index-blog .card-blog .post-in .post-descricao {
  font-size: 18px;
  font-weight: 400;
  color: black;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 81px;
}
body main section.index-blog .card-blog .quero-ler {
  position: absolute;
  bottom: -25px;
  left: 45px;
}
body main section.index-blog .card-blog .quero-ler i.fas.fa-plus {
  background-color: #ebebeb;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #002b68;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog {
    margin: 10px 0;
  }
  body main section.index-blog .card-blog .img-thumb img {
    height: 200px;
  }
  body main section.index-blog .card-blog .quero-ler {
    display: none;
  }
  body main section.index-blog .card-blog .post-in {
    padding: 20px;
  }
  body main section.index-blog .card-blog .post-in .post-descricao {
    font-size: 15px;
    min-height: 66px;
  }
  body main section.index-blog .card-blog .post-in .post-titulo {
    font-size: 18px;
    min-height: 55px;
  }
  body main section.index-blog .texto h1 {
    font-size: 26px;
  }
  body main section.index-blog .texto h3 {
    font-size: 18px;
  }
}
body main section.sobre-historia {
  padding: 50px 0;
}
@media (min-width: 991px) {
  body main section.sobre-historia {
    background: url(../image/clinica/sobre-historia-banner.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-bottom: 0;
  }
}
body main section.sobre-historia img.principal {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  body main section.sobre-historia img.principal {
    margin-bottom: 10px;
  }
}
body main section.sobre-historia h2 {
  display: block;
  color: #2b325b;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.sobre-historia h2 {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
body main section.sobre-historia p {
  margin-bottom: 100px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  max-width: 1200px;
  padding-top: 20px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  body main section.sobre-historia p {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 0;
    line-height: initial;
    text-align: center;
  }
}
body main section.sobre-historia h1 {
  font-weight: 700;
  font-size: 42px;
}
body main section.sobre-historia h1 strong {
  font-weight: 700;
  color: #4f8c9a;
}
@media (max-width: 991px) {
  body main section.sobre-historia {
    padding: 20px 0;
    text-align: center;
  }
  body main section.sobre-historia h1 {
    font-size: 20px;
  }
}
body main section.sobre-linha {
  padding-bottom: 50px;
  color: #2b325b;
  font-size: 20px;
}
body main section.sobre-linha .titulo {
  text-align: center;
}
body main section.sobre-linha .titulo hr {
  margin-left: auto;
  margin-right: auto;
}
body main section.sobre-linha .titulo h1 {
  color: #4f8c9a;
  font-size: 34px;
  font-weight: 600;
}
body main section.sobre-linha .titulo img {
  margin-bottom: 10px;
}
body main section.sobre-linha h2 {
  color: #4f8c9a;
  font-weight: 300;
  font-size: 36px;
}
@media (max-width: 991px) {
  body main section.sobre-linha h2 {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
body main section.sobre-linha h3 {
  font-weight: 600;
}
body main section.sobre-linha .direita .img:first-child {
  margin-top: 200px;
}
body main section.sobre-linha .foto {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 10px solid gainsboro;
  margin-top: 70px;
}
body main section.sobre-linha .foto:first-child {
  margin-top: 0;
}
body main section.sobre-linha .linha {
  height: 100%;
  width: 2px;
  display: inline-block;
  background: #022f65;
}
@media (max-width: 991px) {
  body main section.sobre-linha {
    padding: 0;
    text-align: center;
    font-size: 15px;
  }
  body main section.sobre-linha .linha {
    display: none;
  }
  body main section.sobre-linha .foto {
    height: 200px;
    border-width: 5px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  body main section.sobre-linha .direita .img:first-child {
    margin-top: 0;
  }
  body main section.sobre-linha h2 {
    font-size: 26px;
  }
  body main section.sobre-linha h3 {
    font-size: 18px;
  }
  body main section.sobre-linha .titulo img {
    height: 30px;
  }
  body main section.sobre-linha .titulo h1 {
    font-size: 26px;
  }
}
body main section.sobre-linha .texto-sub {
  font-size: 30px;
  color: #022f65;
  margin-bottom: 120px;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.sobre-linha .texto-sub {
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 40px;
  }
}
body main section.sobre-linha .post-descricao {
  text-align: left;
}
body main section.sobre-linha .card-blog {
  background-color: white;
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  position: relative;
  transition: 0.3s all;
  margin-bottom: 50px;
}
body main section.sobre-linha .card-blog:hover {
  box-shadow: 5px 5px 14px 0px #c8c5c5;
  transform: translateY(-2px);
}
body main section.sobre-linha .card-blog .img-thumb img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.sobre-linha .card-blog .post-in {
  padding: 25px 40px 60px 40px;
}
body main section.sobre-linha .card-blog .post-in .post-titulo {
  font-size: 23px;
  font-weight: 500;
  color: #002b68;
  line-height: 26px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 56px;
  text-align: left;
}
body main section.sobre-linha .card-blog .post-in .post-descricao {
  font-size: 18px;
  font-weight: 400;
  color: black;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 81px;
}
body main section.sobre-linha .card-blog .quero-ler {
  position: absolute;
  bottom: -25px;
  left: 45px;
}
body main section.sobre-linha .card-blog .quero-ler i.fas.fa-plus {
  background-color: #ebebeb;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #002b68;
}
@media (max-width: 991px) {
  body main section.sobre-linha .card-blog {
    margin: 10px 0;
  }
  body main section.sobre-linha .card-blog .img-thumb img {
    height: 200px;
  }
  body main section.sobre-linha .card-blog .quero-ler {
    display: none;
  }
  body main section.sobre-linha .card-blog .post-in {
    padding: 20px;
  }
  body main section.sobre-linha .card-blog .post-in .post-descricao {
    font-size: 15px;
    min-height: 66px;
  }
  body main section.sobre-linha .card-blog .post-in .post-titulo {
    font-size: 18px;
    min-height: 55px;
  }
}
body main section.sobre-missao {
  text-align: center;
  padding: 50px 0;
  color: white;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  background: #4f8c9a;
  padding-bottom: 20px;
}
body main section.sobre-missao img {
  transform: scale(0.8);
}
body main section.sobre-missao h2 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.sobre-missao h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
body main section.sobre-missao p {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.sobre-missao p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  body main section.sobre-missao {
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    font-size: 16px;
  }
  body main section.sobre-missao hr {
    margin-left: auto;
    margin-right: auto;
  }
  body main section.sobre-missao h2 {
    margin-top: 10px;
  }
  body main section.sobre-missao h1 {
    font-size: 20px;
  }
}
body main section.exames-listagem {
  padding: 50px 0 90px 0;
}
body main section.exames-listagem .gradiente {
  background: #022f65;
  color: white;
}
body main section.exames-listagem .saiba {
  color: #2b325b;
}
body main section.exames-listagem h2 {
  font-size: 50px;
  color: #2b325b;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 40px;
  padding-bottom: 35px;
}
body main section.exames-listagem h2 strong {
  color: #2b325b;
  font-size: 47px;
}
@media (max-width: 991px) {
  body main section.exames-listagem h2 strong {
    font-size: 20px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 991px) {
  body main section.exames-listagem h2 {
    padding-bottom: 0;
    font-size: 19px;
    text-align: center;
    padding-top: 0;
  }
}
body main section.exames-listagem .descricao {
  color: #2b325b;
  font-size: 17px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 105px;
}
body main section.exames-listagem .box {
  background-color: #fbf9f7;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #2a84d5;
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  height: calc(100% - 30px);
}
body main section.exames-listagem .box .saiba {
  max-width: 270px !important;
}
body main section.exames-listagem .box.cirurgia {
  display: flex;
  align-items: stretch;
}
body main section.exames-listagem .box.cirurgia .foto {
  width: 300px;
  height: 100%;
}
body main section.exames-listagem .box.cirurgia .in-conteudo {
  padding: 40px;
  text-align: left;
}
body main section.exames-listagem .box .foto {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.exames-listagem .box .in-conteudo {
  padding: 25px 50px 50px 50px;
  text-align: center;
}
body main section.exames-listagem .box .in-conteudo h2 {
  color: #2b325b;
  font-size: 26px;
  margin-bottom: 20px;
}
body main section.exames-listagem .box .in-conteudo .main-cta {
  font-weight: 600;
  font-size: 17px;
  display: block;
  max-width: 216px;
  margin: 0 auto;
}
body main section.exames-listagem .box .in-conteudo .main-cta.esp {
  max-width: 270px;
}
@media (max-width: 991px) {
  body main section.exames-listagem {
    padding: 0 0 30px 0;
  }
  body main section.exames-listagem .descricao {
    font-size: 15px;
    height: 93px;
  }
  body main section.exames-listagem .box {
    height: auto;
  }
  body main section.exames-listagem .box .foto {
    height: 200px;
  }
  body main section.exames-listagem .box.cirurgia {
    display: block;
  }
  body main section.exames-listagem .box.cirurgia .foto {
    width: 100%;
    height: 200px;
  }
  body main section.exames-listagem .box.cirurgia .in-conteudo {
    padding: 20px;
    text-align: center;
  }
  body main section.exames-listagem .box .in-conteudo {
    padding: 20px;
  }
  body main section.exames-listagem .box .in-conteudo .main-cta {
    font-size: 15px;
  }
  body main section.exames-listagem .box .in-conteudo h2 {
    font-size: 18px;
  }
}
body main section.exames-interna {
  padding: 60px 0 80px 0;
}
body main section.exames-interna .texto {
  color: #022f65;
  font-size: 19px;
}
body main section.exames-interna .texto h1 {
  font-size: 30px;
  color: #0069c3;
  font-weight: bold;
  text-transform: uppercase;
}
body main section.exames-interna .texto strong {
  color: #2b325b;
}
body main section.exames-interna .texto h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2b325b;
}
body main section.exames-interna .item {
  display: flex;
  color: #4f8c9a;
  align-items: center;
  margin-top: 25px;
}
body main section.exames-interna .item span {
  line-height: 1;
  font-size: 14px;
}
body main section.exames-interna .item span strong {
  display: block;
  font-weight: 400;
  font-size: 20px;
}
body main section.exames-interna .item img {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.exames-interna .sep-scale {
  width: 80%;
}
body main section.exames-interna .box {
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 100px;
  text-align: center;
  color: #022f65;
  background-color: #e7e6eb;
}
body main section.exames-interna .box form {
  text-align: left;
  margin-top: 15px;
}
body main section.exames-interna .box form button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
  background: #022f65;
  color: white;
  padding: 10px 35px;
  border-radius: 5px;
  padding-left: 35px;
}
body main section.exames-interna .box form label {
  display: block;
  margin-bottom: 5px;
}
body main section.exames-interna .box form input {
  width: 100%;
  border: none;
  padding: 10px 20px;
  margin-bottom: 20px;
}
body main section.exames-interna .box hr {
  margin-left: auto;
  margin-right: auto;
}
body main section.exames-interna .box h4 {
  font-size: 20px;
  font-weight: 400;
}
body main section.exames-interna .box h3 {
  font-size: 24px;
  max-width: 280px;
  margin: auto;
}
body main section.exames-interna .box h1 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.exames-interna {
    padding: 20px 0;
  }
  body main section.exames-interna .box {
    margin-top: 30px;
    padding: 20px;
  }
  body main section.exames-interna .box form label {
    font-size: 14px;
  }
  body main section.exames-interna .box form button {
    font-size: 15px;
  }
  body main section.exames-interna .box form input {
    font-size: 14px;
    margin-bottom: 10px;
  }
  body main section.exames-interna .box h3 {
    font-size: 16px;
  }
  body main section.exames-interna .box h4 {
    font-size: 16px;
  }
  body main section.exames-interna .box h1 {
    font-size: 20px;
    margin-top: 10px;
  }
  body main section.exames-interna .item {
    text-align: left;
    margin-top: 18px;
  }
  body main section.exames-interna .item span strong {
    font-size: 18px;
  }
  body main section.exames-interna .item img {
    height: 35px;
    width: 35px;
    margin-right: 10px;
  }
  body main section.exames-interna .texto {
    font-size: 15px;
  }
  body main section.exames-interna .texto h1 {
    font-size: 24px;
  }
  body main section.exames-interna .texto h3 {
    font-size: 17px;
  }
}
body main section.blog-listagem {
  padding-bottom: 80px;
}
body main section.blog-listagem .categorias {
  margin-top: 75px;
}
body main section.blog-listagem .categorias h1 {
  padding: 15px 25px;
  color: #2b325b;
  border-radius: 5px;
  font-weight: 700;
  font-size: 24px;
  padding: 0;
  padding-bottom: 10px;
  font-size: 35px;
  text-transform: uppercase;
}
body main section.blog-listagem .categorias a {
  color: #022f65;
  font-weight: 500;
  font-size: 24px;
  display: block;
  margin: 7px 0;
}
body main section.blog-listagem .notfound {
  color: dimgray;
  text-align: center;
  font-style: italic;
}
body main section.blog-listagem .card-blog {
  background-color: white;
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  position: relative;
  margin-top: 80px;
  transition: 0.3s all;
}
body main section.blog-listagem .card-blog:hover {
  box-shadow: 5px 5px 14px 0px #c8c5c5;
  transform: translateY(-2px);
}
body main section.blog-listagem .card-blog .img-thumb img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.blog-listagem .card-blog .post-in {
  padding: 25px 40px 60px 40px;
}
body main section.blog-listagem .card-blog .post-in .post-titulo {
  font-size: 23px;
  font-weight: 500;
  color: #2b325b;
  line-height: 26px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 55px;
}
body main section.blog-listagem .card-blog .post-in .post-descricao {
  font-size: 18px;
  font-weight: 400;
  color: black;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 81px;
}
body main section.blog-listagem .card-blog .quero-ler {
  position: absolute;
  bottom: -25px;
  left: 45px;
}
body main section.blog-listagem .card-blog .quero-ler i.fas.fa-plus {
  background-color: #022F65;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  body main section.blog-listagem {
    padding: 10px 0 30px 0;
  }
  body main section.blog-listagem .categorias {
    margin-top: 20px;
  }
  body main section.blog-listagem .categorias h1 {
    font-size: 17px;
  }
  body main section.blog-listagem .categorias a {
    font-size: 16px;
  }
  body main section.blog-listagem .card-blog {
    margin: 10px 0;
  }
  body main section.blog-listagem .card-blog .img-thumb img {
    height: 200px;
  }
  body main section.blog-listagem .card-blog .quero-ler {
    display: none;
  }
  body main section.blog-listagem .card-blog .post-in {
    padding: 20px;
  }
  body main section.blog-listagem .card-blog .post-in .post-descricao {
    font-size: 15px;
    min-height: 66px;
  }
  body main section.blog-listagem .card-blog .post-in .post-titulo {
    font-size: 18px;
    min-height: 55px;
  }
}
body main section.blog-interna {
  padding-top: 70px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
body main section.blog-interna h1.titulo-blog,
body main section.blog-interna h2.titulo-blog,
body main section.blog-interna h3.titulo-blog,
body main section.blog-interna h4.titulo-blog {
  color: #2b325b;
}
body main section.blog-interna .texto a {
  color: gray;
  text-decoration: underline;
}
body main section.blog-interna img {
  width: 100%;
  margin: 20px 0;
}
body main section.blog-interna .compartilhe {
  border-bottom: 1px solid gainsboro;
  padding-bottom: 10px;
  color: dimgray;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.blog-interna {
    font-size: 16px;
    padding-top: 10px;
  }
}
body main section.corpo-clinico {
  padding: 20px 0 60px 0;
}
body main section.corpo-clinico .gradiente {
  background: #022f65;
  color: white;
}
body main section.corpo-clinico .saiba {
  color: #2b325b;
}
body main section.corpo-clinico h2 {
  font-size: 50px;
  color: #022f65;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 40px;
  padding-bottom: 35px;
}
body main section.corpo-clinico h2 strong {
  display: block;
  color: #2b325b;
  font-size: 47px;
}
@media (max-width: 991px) {
  body main section.corpo-clinico h2 strong {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  body main section.corpo-clinico h2 {
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
    padding-top: 7px;
  }
}
body main section.corpo-clinico .responsavel {
  background-color: #fcfaf7;
  border-radius: 5px;
  margin: auto;
  max-width: 650px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #e4e2e0;
  padding: 40px 50px;
  color: #022f65;
  line-height: 1.2;
  font-size: 18px;
}
body main section.corpo-clinico .responsavel a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 15px;
  font-size: 16px;
  padding: 8px 15px;
}
body main section.corpo-clinico .responsavel h1 {
  font-size: 26px;
  color: #4f8c9a;
  font-weight: 600;
}
body main section.corpo-clinico .responsavel h3 {
  font-weight: 700;
  font-size: 24px;
}
body main section.corpo-clinico .responsavel .img {
  margin-right: 25px;
  border: 5px solid #fcfaf7;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.corpo-clinico ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
body main section.corpo-clinico ul li {
  color: #013d60;
  font-size: 19px;
  margin: 7px 0;
  font-weight: 500;
  padding-left: 15px;
}
body main section.corpo-clinico .box {
  background-color: #fcfaf7;
  border-radius: 5px;
  border: 1px solid #2a84d5;
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.05);
  padding: 50px;
  padding-top: 0;
  color: #022f65;
  line-height: 1.2;
  font-size: 17px;
  margin-top: 130px;
  height: calc(100% - 130px);
  text-align: center;
}
body main section.corpo-clinico .box .main-cta {
  font-size: 17px;
  margin-top: 20px;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 3px;
  font-weight: 600;
}
body main section.corpo-clinico .box .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
body main section.corpo-clinico .box .phone span {
  font-weight: 600;
  color: #022f65;
  font-size: 19px;
}
body main section.corpo-clinico .box .phone img {
  margin-right: 10px;
}
body main section.corpo-clinico .box h3 {
  font-weight: 700;
  font-size: 22px;
}
body main section.corpo-clinico .box .img {
  margin-top: -100px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 3px solid #2a84d5;
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body main section.corpo-clinico {
    padding: 0 0 30px 0;
  }
  body main section.corpo-clinico .responsavel {
    flex-flow: column;
    max-width: none;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
  }
  body main section.corpo-clinico .responsavel .img {
    margin-right: auto;
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
  body main section.corpo-clinico .responsavel h1 {
    font-size: 20px;
  }
  body main section.corpo-clinico .responsavel h3 {
    font-size: 16px;
  }
  body main section.corpo-clinico .responsavel a {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  body main section.corpo-clinico ul li {
    font-size: 15px;
  }
  body main section.corpo-clinico .box {
    margin-top: 70px;
    font-size: 16px;
    padding: 0 30px 20px 30px;
    height: auto;
  }
  body main section.corpo-clinico .box .main-cta {
    font-size: 15px;
  }
  body main section.corpo-clinico .box .phone span {
    font-size: 15px;
  }
  body main section.corpo-clinico .box .phone img {
    height: 30px;
  }
  body main section.corpo-clinico .box .img {
    width: 100px;
    height: 100px;
    margin-top: -50px;
  }
  body main section.corpo-clinico .box h3 {
    font-size: 16px;
  }
}
body main section.contato {
  padding: 50px 0;
}
body main section.contato .gradiente {
  margin-top: 5px;
  outline: none;
  background: linear-gradient(90deg, #022f65, #00a6fd);
  color: white;
  border-radius: 5px;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
  border: 1px solid;
  font-weight: bold;
  padding-left: 35px;
  padding-right: 35px;
}
body main section.contato .saiba {
  color: #2b325b;
}
body main section.contato h2 {
  font-size: 50px;
  color: #022f65;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 40px;
  padding-bottom: 35px;
}
body main section.contato h2 strong {
  display: block;
  color: #4f8c9a;
  font-size: 47px;
}
@media (max-width: 991px) {
  body main section.contato h2 strong {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  body main section.contato h2 {
    padding-bottom: 15px;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
  }
}
body main section.contato p {
  text-align: center;
  font-size: 24px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.contato p {
    font-size: 15px;
    padding-bottom: 10px;
    margin: 0;
  }
}
body main section.contato h3 {
  font-size: 26px;
  font-weight: 600;
  color: #4f8c9a;
}
body main section.contato.avaliacao h1 {
  color: #2b325b;
  font-size: 24px;
  font-weight: 600;
}
body main section.contato.avaliacao h1 strong {
  color: #4f8c9a;
  font-weight: 600;
}
body main section.contato.avaliacao hr {
  margin: 30px 0;
}
body main section.contato .vaga {
  color: #4f8c9a;
  font-size: 20px;
  border-top: 1px solid gainsboro;
  padding-top: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body main section.contato .vaga ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body main section.contato .vaga ul li:before {
  content: "\f00c";
  margin-right: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body main section.contato .label {
  color: #2b325b;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  body main section.contato .label {
    font-size: 15px;
  }
}
body main section.contato h4 {
  margin: 0;
  font-size: 20px;
  color: #4f8c9a;
  font-weight: 400;
}
body main section.contato .box-file {
  margin-bottom: 10px;
}
body main section.contato .box-file label {
  color: gray;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 7px;
  margin-bottom: 7px;
}
body main section.contato .box-file .flex-box {
  display: flex;
  margin-top: 5px;
  cursor: pointer;
  position: relative;
}
body main section.contato .box-file .flex-box .name-file {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid lightgray;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #d1d8d4;
  width: 100%;
  padding-right: 130px;
  outline: none;
}
body main section.contato .box-file .flex-box .selecionar {
  padding: 10px 20px;
  border: 1px solid transparent;
  position: absolute;
  right: 0;
  font-size: 18px;
  font-weight: 500;
  color: #2b325b;
}
body main section.contato form input,
body main section.contato form select,
body main section.contato form textarea {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid lightgray;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #d1d8d4;
  width: 100%;
  margin: 10px 0;
  outline: none;
}
body main section.contato form .opt {
  margin: 10px;
  color: #2b325b;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}
body main section.contato form .opt:first-child {
  margin-left: 0;
}
body main section.contato form input[type=checkbox],
body main section.contato form input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border: 1px solid #2b325b;
  padding: 0;
  margin-right: 5px;
  box-shadow: none;
  accent-color: #2b325b;
  accent-color: #2b325b;
}
body main section.contato form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
body main section.contato .box {
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 60px;
  background: white;
  border: 1px solid #2a84d5;
  padding-top: 0;
}
body main section.contato .box img {
  filter: grayscale(1);
}
body main section.contato .box hr {
  margin-bottom: 30px;
}
body main section.contato .box h2 {
  font-size: 28px;
  color: #2b325b;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 991px) {
  body main section.contato {
    padding: 20px 0;
  }
  body main section.contato.avaliacao h1 {
    font-size: 16px;
  }
  body main section.contato.avaliacao hr {
    margin: 20px 0;
  }
  body main section.contato h3 {
    font-size: 16px;
  }
  body main section.contato .main-cta {
    font-size: 15px;
  }
  body main section.contato .box {
    padding: 20px;
    margin-top: 30px;
  }
  body main section.contato .box h2 {
    font-size: 20px;
  }
  body main section.contato .vaga {
    font-size: 16px;
  }
  body main section.contato .box-file label {
    font-size: 15px;
  }
  body main section.contato .box-file .flex-box .name-file {
    font-size: 15px;
    padding: 10px 15px;
    padding-right: 105px;
  }
  body main section.contato .box-file .flex-box .selecionar {
    padding: 10px 15px;
    font-size: 15px;
  }
  body main section.contato form .opt {
    font-size: 14px;
  }
  body main section.contato form input,
  body main section.contato form select,
  body main section.contato form textarea {
    padding: 10px 15px;
    font-size: 15px;
  }
}
body main section.contato-texto {
  background-image: url("../image/bg-bege.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0;
  text-align: center;
}
body main section.contato-texto .container {
  max-width: 1100px;
}
body main section.contato-texto .texto {
  font-size: 20px;
  color: #2b325b;
  font-weight: 400;
}
body main section.contato-texto .texto hr {
  background: url("../image/separador.png");
  opacity: 1;
  height: 13px;
  width: 200px;
  margin: 25px 0 25px -50px;
  margin-left: auto;
  margin-right: auto;
}
body main section.contato-texto .texto h2 {
  color: #4f8c9a;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 300;
}
body main section.contato-texto .texto h1 {
  line-height: 1;
  color: #4f8c9a;
  font-size: 36px;
  font-weight: 700;
}
body main section.contato-texto .texto h1 strong {
  font-weight: 700;
  color: #2b325b;
  display: block;
}
body main section.contato-texto .texto h3 {
  font-size: 20px;
  color: #2b325b;
  max-width: 600px;
  margin: auto;
  font-weight: 400;
}
@media (max-width: 991px) {
  body main section.contato-texto {
    padding: 20px 0;
  }
  body main section.contato-texto .texto {
    font-size: 16px;
  }
  body main section.contato-texto .texto h2 {
    font-size: 18px;
  }
  body main section.contato-texto .texto h3 {
    font-size: 16px;
  }
  body main section.contato-texto .texto h1 {
    font-size: 20px;
  }
  body main section.contato-texto .texto h1 strong {
    display: inline;
  }
}
body main section.duvidas {
  padding: 50px 0;
}
body main section.duvidas .categorias h3 {
  padding: 15px 25px;
  color: #2b325b;
  border-radius: 5px;
  font-weight: 700;
  font-size: 24px;
  padding: 0;
  padding-bottom: 10px;
  font-size: 35px;
  text-transform: uppercase;
}
body main section.duvidas .categorias a {
  color: #022f65;
  font-weight: 500;
  font-size: 24px;
  display: block;
}
body main section.duvidas .categorias a.active {
  color: #0069c3;
  transform: translateX(5px);
}
body main section.duvidas .categorias h4 {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 20px;
  color: #022f65;
  font-weight: 500;
}
body main section.duvidas h1 {
  color: #2b325b;
  font-size: 28px;
  font-weight: 600;
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 35px;
  text-transform: uppercase;
}
body main section.duvidas h1:first-child {
  margin-top: 0;
}
body main section.duvidas .resposta {
  font-size: 20px;
  padding: 20px 0;
}
body main section.duvidas .titulo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  color: #022f65;
  background-color: #f5f5f5;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
}
body main section.duvidas .titulo:before {
  content: "";
  background: #022f65;
  height: 5px;
  width: 70px;
  bottom: 0;
  position: absolute;
  left: 30px;
}
body main section.duvidas .titulo a {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 5px;
  border: 2px solid #022f65;
  color: #022f65;
  font-weight: 600;
  font-size: 17px;
}
@media screen and (min-width: 992px) {
  body main section.duvidas .titulo a {
    flex: 0 0 146px;
  }
}
body main section.duvidas .duvidas-box {
  padding: 40px 50px;
  text-align: center;
  background-image: url("../image/bg-duvidas.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  top: 70px;
  border-radius: 10px;
  overflow: hidden;
  color: white;
  margin-top: 30px;
}
body main section.duvidas .duvidas-box form {
  margin-top: 20px;
}
body main section.duvidas .duvidas-box form input,
body main section.duvidas .duvidas-box form textarea {
  font-size: 20px;
  padding: 15px 20px;
  border: none;
  border-radius: 6px;
  width: 100%;
  margin: 10px 0;
  outline: none;
}
body main section.duvidas .duvidas-box form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
body main section.duvidas .duvidas-box form button {
  width: 100%;
  margin-top: 5px;
  outline: none;
  background: linear-gradient(90deg, #022f65, #00a6fd);
  color: white;
  border-radius: 5px;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
  border: 1px solid;
}
body main section.duvidas .duvidas-box h2 {
  font-size: 28px;
  color: #a1884f;
  font-weight: 600;
  margin: auto;
  margin-bottom: 5px;
}
body main section.duvidas .duvidas-box h2 i {
  display: block;
  font-size: 45px;
  color: #a1884f;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding: 20px 0;
  }
  body main section.duvidas .categorias {
    margin-top: 20px;
  }
  body main section.duvidas .categorias h4 {
    font-size: 18px;
  }
  body main section.duvidas .categorias a {
    font-size: 15px;
  }
  body main section.duvidas .categorias h3 {
    font-size: 17px;
  }
  body main section.duvidas h1 {
    font-size: 22px;
  }
  body main section.duvidas .resposta {
    padding: 20px;
    font-size: 15px;
  }
  body main section.duvidas .titulo {
    font-size: 17px;
    flex-flow: column;
  }
  body main section.duvidas .titulo a {
    margin-top: 12px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  body main section.duvidas .duvidas-box {
    padding: 30px;
    font-size: 16px;
  }
  body main section.duvidas .duvidas-box form input,
  body main section.duvidas .duvidas-box form textarea {
    font-size: 14px;
  }
  body main section.duvidas .duvidas-box form button {
    font-size: 15px;
    padding: 10px;
  }
  body main section.duvidas .duvidas-box h2 {
    font-size: 22px;
  }
  body main section.duvidas .duvidas-box h2 i {
    font-size: 32px;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: -5px;
  background-color: white;
  border-top: 2px solid rgba(43, 50, 91, 0.15);
  width: 100%;
  padding: 15px 80px;
  z-index: 600;
  transition: all 0.5s;
}
body footer section.barra-fixa .fundo {
  background-color: #022F65;
  color: white;
}
body footer section.barra-fixa img {
  filter: grayscale(1);
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
section.barra-fixa-mobile {
  background-color: #2b325b;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: none;
}

section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  padding: 0 6px;
  width: 100%;
  box-sizing: border-box;
}

section.barra-fixa-mobile .list-itens a {
  color: white;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.12s ease, opacity 0.12s ease;
}

section.barra-fixa-mobile .list-itens a i {
  color: white;
}

section.barra-fixa-mobile .list-itens a:focus, section.barra-fixa-mobile .list-itens a:active {
  outline: none;
  box-shadow: none;
}

section.barra-fixa-mobile .list-itens a:active {
  transform: scale(0.95);
  opacity: 0.85;
}

section.barra-fixa-mobile .list-itens a:first-child {
  font-size: 30px;
  padding: 6px 8px 6px 0px;
  flex-shrink: 0;
}

section.barra-fixa-mobile .list-itens a.btn-acao {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  font-weight: 600;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
  outline: none;
  font-size: 15px;
  line-height: 1;
}

section.barra-fixa-mobile .list-itens a.btn-acao i {
  font-size: 20px;
}

section.barra-fixa-mobile .list-itens a.btn-acao span {
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

section.barra-fixa-mobile .list-itens a.btn-agendar {
  background-color: #008E9D;
  flex: 1.5;
  min-width: 0;
  white-space: nowrap;
}

section.barra-fixa-mobile .list-itens a.btn-resultados {
  background-color: #1f6ed4;
  flex: 2;
  min-width: 0;
  white-space: nowrap;
}

section.barra-fixa-mobile .list-itens a.btn-resultados i {
  flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  section.barra-fixa-mobile {
    display: none;
  }
}

body footer section.footer-mapa {
  position: relative;
  display: flex;
  height: 400px;
  flex-flow: column;
  justify-content: flex-end;
}
body footer section.footer-mapa .estacionamento {
  position: absolute;
  right: 0;
  background-color: #a8883d;
  width: 500px;
  padding: 15px;
  border-radius: 20px 0 20px 0;
}
body footer section.footer-mapa .estacionamento img.img-mapa {
  height: 120px;
  width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #162853;
  border-radius: 3px;
  margin-right: 15px;
}
body footer section.footer-mapa .estacionamento .txt {
  color: white;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
  font-size: 17px;
}
body footer section.footer-mapa .estacionamento .txt .pin-txt img {
  height: 45px;
}
body footer section.footer-mapa .estacionamento .action {
  background: rgb(12, 22, 58);
  background: linear-gradient(79deg, rgb(12, 22, 58) 0%, rgb(53, 92, 159) 100%);
  color: white;
  padding: 7px 5px;
  border-radius: 5px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  max-width: 190px;
  font-size: 14px;
}
body footer section.footer-mapa .estacionamento .action i {
  margin-right: 7px;
}
body footer section.footer-mapa .mapas {
  height: 400px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
body footer section.footer-mapa .mapas iframe {
  width: 100%;
  height: 100%;
}
body footer section.footer-mapa .box {
  position: relative;
  background-color: white;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
body footer section.footer-mapa .box .horario {
  padding: 30px 60px;
  color: #4f8c9a;
  line-height: 1.1;
  font-size: 17px;
}
body footer section.footer-mapa .box .horario h3 {
  color: #2b325b;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
}
body footer section.footer-mapa .box .horario span {
  color: #2b325b;
  font-weight: 500;
}
body footer section.footer-mapa .box .horario .cartoes {
  height: 40px;
}
body footer section.footer-mapa .box .titulo {
  display: flex;
  align-items: center;
  color: white;
  font-size: 17px;
  padding: 30px 60px;
  line-height: 1.1;
}
body footer section.footer-mapa .box .titulo .sep {
  width: 1px;
  height: 70px;
  background-color: gainsboro;
  opacity: 0.3;
  margin: 0 30px;
}
body footer section.footer-mapa .box .titulo h1 {
  text-transform: uppercase;
  font-size: 24px;
  flex: 0 0 115px;
  font-weight: 600;
}
body footer section.footer-mapa .box .titulo img {
  margin-right: 30px;
}
body footer section.footer-mapa .box .titulo.titulo-0 {
  background-color: #4f8c9a;
}
body footer section.footer-mapa .box .titulo.titulo-1 {
  background-color: #2b325b;
}
@media (max-width: 991px) {
  body footer section.footer-mapa {
    height: auto;
  }
  body footer section.footer-mapa .mapas {
    position: relative;
    height: auto;
    width: unset;
  }
  body footer section.footer-mapa .mapas iframe {
    width: 100%;
    height: 350px;
  }
  body footer section.footer-mapa .estacionamento {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  body footer section.footer-mapa .box {
    display: none;
  }
}
body footer section.footer-news {
  background: #022f65;
  padding: 35px 0;
  border-bottom: 1px solid gainsboro;
}
body footer section.footer-news form {
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 50px;
}
body footer section.footer-news form button {
  background-color: #0068c2;
  font-size: 24px;
  padding: 10px 30px;
  font-weight: 600;
  color: white;
  border: none;
  outline: none;
  margin-left: 15px;
  border-radius: 5px;
}
body footer section.footer-news form input {
  flex: 1;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  outline: none;
  border: none;
  border-radius: 5px;
  min-height: 56px;
}
body footer section.footer-news .titulo {
  color: #bfa064;
  display: flex;
  align-items: center;
}
body footer section.footer-news .titulo img {
  margin-right: 25px;
}
body footer section.footer-news .titulo h1 {
  font-size: 33px;
  color: white;
  font-weight: 400;
}
@media (max-width: 991px) {
  body footer section.footer-news {
    padding: 25px 15px;
  }
  body footer section.footer-news .titulo {
    margin-bottom: 0;
    justify-content: center;
  }
  body footer section.footer-news .titulo h1 {
    font-size: 17px;
  }
  body footer section.footer-news .titulo img {
    margin-right: 16px;
    height: 37px;
  }
  body footer section.footer-news .row-flex {
    flex-flow: column;
    gap: 16px;
  }
  body footer section.footer-news form {
    margin-left: 0;
    flex-flow: row;
    gap: 10px;
    width: 100%;
  }
  body footer section.footer-news form button {
    font-size: 13px;
    padding: 8px 16px;
    margin-top: 0;
    white-space: nowrap;
  }
  body footer section.footer-news form input {
    flex: 1;
    min-height: 44px;
    padding: 10px 20px;
    font-size: 14px;
  }
}
body footer section.footer {
  padding: 38px 0;
  background: #022f65;
  padding-top: 68px;
}
body footer section.footer .matriz h3 {
  color: white;
  font-size: 26px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  body footer section.footer .matriz h3 {
    font-size: 17px;
  }
}
/* body footer section.footer .matriz .indicador {
  padding: 5px;
  border-radius: 5px;
  background-color: white;
  color: #2b325b;
  font-size: 14px;
  vertical-align: top;
  margin-top: 3px;
  font-weight: 700;
  margin-right: 2px;
}
@media (max-width: 991px) {
  body footer section.footer .matriz .indicador {
    padding: 3px 6px;
    font-size: 13px;
    margin-top: -1px;
  }
} */
body footer section.footer .matriz strong {
  color: white;
  font-size: 20px;
}
@media (max-width: 991px) {
  body footer section.footer .matriz strong {
    font-size: 16px;
  }
}
body footer section.footer .matriz span {
  color: white;
  font-size: 20px;
}
@media (max-width: 991px) {
  body footer section.footer .matriz span {
    font-size: 16px;
  }
}
body footer section.footer h3 {
  color: lightgray;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body footer section.footer h3 {
    font-size: 15px;
  }
}
body footer section.footer strong {
  color: lightgray;
  display: block;
  font-size: 17px;
}
@media (max-width: 991px) {
  body footer section.footer strong {
    font-size: 13px;
  }
}
body footer section.footer span {
  padding-top: 20px;
  padding-bottom: 30px;
  display: block;
  color: lightgray;
  font-size: 17px;
  font-weight: 500;
}
body footer section.footer span i {
  color: #0068c2;
  margin-right: 5px;
}
@media (max-width: 991px) {
  body footer section.footer span {
    font-size: 13px;
    padding-bottom: 20px;
  }
}
body footer section.footer .media {
  display: flex;
  justify-content: space-evenly;
  width: 220px;
  margin-left: auto;
}
body footer section.footer .media img {
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  body footer section.footer .media {
    float: none;
    justify-content: center;
    width: 100%;
    padding: 20px 0 10px;
  }
  body footer section.footer .media span {
    padding: 0;
    margin: 0 12px;
  }
  body footer section.footer .media img {
    width: 36px;
    height: 36px;
  }
}
body footer section.footer .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
}
body footer section.footer .menu a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
body footer section.footer .menu a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1) brightness(100);
  vertical-align: middle;
  margin-right: 7px;
}
body footer section.footer .logo {
  width: 100%;
}
body footer section.footer .main-cta.outline {
  color: white;
}
body footer section.footer .main-phone span {
  color: white;
}
body footer section.footer .main-phone span strong {
  color: white;
}
@media (max-width: 991px) {
  body footer section.footer {
    padding: 25px 0 30px;
  }
  body footer section.footer .row:first-child {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  body footer section.footer .col-lg-5 {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 18px 15px !important;
    margin: 0;
  }
  body footer section.footer .col-lg-5:last-of-type {
    border-bottom: none;
  }
  body footer section.footer .col-lg-5 h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  body footer section.footer .col-lg-5 strong {
    font-size: 14px;
    line-height: 1.4;
  }
  body footer section.footer .col-lg-5 span {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 0;
  }
  body footer section.footer .logo {
    display: block;
    margin: auto;
    max-width: 150px;
    margin-bottom: 20px;
  }
  body footer section.footer .row-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  body footer section.footer .main-cta {
    margin-top: 15px;
  }
  body footer section.footer .main-phone {
    margin: 5px;
  }
  body footer section.footer .menu {
    display: none;
  }
}
body footer section.footer-copy {
  background-color: #022f65;
  padding: 18px 0;
  color: white;
  margin-bottom: 69px;
}
body footer section.footer-copy .social i {
  color: #4f8c9a;
  margin: 0 10px;
}
body footer section.footer-copy .col-lg-3 svg {
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  body footer section.footer-copy {
    padding: 18px 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 57px;
  }
  body footer section.footer-copy .row {
    flex-direction: column;
    gap: 12px;
  }
  body footer section.footer-copy .col-lg-4,
  body footer section.footer-copy .col-lg-5,
  body footer section.footer-copy .col-lg-3 {
    text-align: center !important;
  }
  body footer section.footer-copy .social {
    margin: 15px 0;
  }
  body footer section.footer-copy .col-lg-3 svg {
    width: 100%;
    max-width: 250px;
    display: block;
    margin: 0 auto;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 30px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp.lgpd-ativo {
    bottom: 200px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer .lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
body footer .lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}
body footer section.modal-whatsapp {
  font-family: "Open Sans";
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 320px;
  max-height: 360px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}
body footer section.modal-whatsapp.exibir {
  transform: scale(1);
}
body footer section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  body footer section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
body footer section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
body footer section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
body footer section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
body footer section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
body footer section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 13.4px;
  position: relative;
}
body footer section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
body footer section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
body footer section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
body footer section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
body footer section.modal-whatsapp .campo-acao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    position: static;
  }
}
body footer section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
body footer section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
body footer section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
body footer section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #2e8c7d;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body footer section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
body footer section.modal-whatsapp .campo-acao .button-zap button i.fas.fa-paper-plane {
  font-size: 19px;
  transform: rotate(49deg) translate(-2px, 0px);
  position: relative;
  transform-origin: center;
}
body footer section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    display: none;
  }
  body footer section.modal-whatsapp .acao-mobile {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2e8c7d;
    color: white;
    border-radius: 9px;
    text-align: center;
    width: calc(100% - 40px);
    display: block;
    padding: 7px 15px;
    margin: 0 20px;
  }
  body footer section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  body footer section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  body footer section.modal-whatsapp .hide-desktop {
    display: block;
  }
}
body footer .menu-mobile {
  background-size: cover;
  background-image: url("../image/bg-bege.png");
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #2b325b;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
body footer .menu-mobile .logo img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
body footer .menu-mobile ul {
  padding: 0px;
}
body footer .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body footer .menu-mobile ul li:last-child {
  border-bottom: none;
}
body footer .menu-mobile ul li a {
  color: #2b325b;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
body footer .menu-mobile ul.blue li {
  background-color: #013d60;
  margin: 0 0 2px 0;
  padding: 0;
}
body footer .menu-mobile ul.blue li a {
  color: white;
  font-size: 13px;
  line-height: 1;
  padding: 0 0;
}
section.agendamento-online .hero-section {
  text-align: center;
  padding: 40px 20px 20px;
}
section.agendamento-online .hero-section h2 {
  font-weight: 700;
  font-size: 48px;
  color: #008E9D;
  margin-bottom: 10px;
}
section.agendamento-online .hero-section p {
  font-size: 26px;
  font-weight: 600;
  color: #444;
  margin-bottom: 25px;
}
section.agendamento-online .cards-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin: 40px 0 100px;
  padding: 0 20px;
}
section.agendamento-online .card-option {
  background: #022F65;
  border-radius: 18px;
  width: 500px;
  padding: 80px 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
}
section.agendamento-online .card-option:hover,
section.agendamento-online .card-option:focus,
section.agendamento-online .card-option:active {
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}
section.agendamento-online .card-option.consulta {
  border-left: 8px solid #1f6ed4;
}
section.agendamento-online .card-option.exames {
  border-left: 8px solid #008E9D;
}
section.agendamento-online .card-option h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}
section.agendamento-online .card-option p {
  font-size: 18px;
}
section.agendamento-online .card-icon {
  font-size: 80px;
  color: #fff;
  margin-bottom: 25px;
  animation: float 2.5s ease-in-out infinite;
}
@keyframes float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}
section.agendamento-online .badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
section.agendamento-online .hero-section {
  text-align: center;
  padding: 40px 20px 20px;
}
section.agendamento-online .hero-section h2 {
  font-weight: 700;
  font-size: 48px;
  color: #008E9D;
  margin-bottom: 10px;
}
section.agendamento-online .hero-section p {
  font-size: 26px;
  font-weight: 600;
  color: #444;
  margin-bottom: 25px;
}
section.agendamento-online .cards-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin: 40px 0 100px;
  padding: 0 20px;
}
section.agendamento-online .card-option {
  background: #022F65;
  border-radius: 18px;
  width: 500px;
  padding: 80px 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
}
section.agendamento-online .card-option:hover,
section.agendamento-online .card-option:focus,
section.agendamento-online .card-option:active {
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}
section.agendamento-online .card-option.consulta {
  border-left: 8px solid #1f6ed4;
}
section.agendamento-online .card-option.exames {
  border-left: 8px solid #008E9D;
}
section.agendamento-online .card-option h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}
section.agendamento-online .card-option p {
  font-size: 18px;
}
section.agendamento-online .card-icon {
  font-size: 80px;
  color: #fff;
  margin-bottom: 25px;
  animation: float 2.5s ease-in-out infinite;
}
@keyframes float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}
section.agendamento-online .badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
section.agendamento-online .badge.badge-blue {
  background: #1f6ed4;
}
section.agendamento-online .badge.badge-green {
  background: #008E9D;
}
@media (max-width: 768px) {
  section.agendamento-online .hero-section {
    padding: 30px 20px 15px;
  }
  section.agendamento-online .hero-section h2 {
    font-size: 32px;
  }
  section.agendamento-online .hero-section p {
    font-size: 20px;
  }
  section.agendamento-online .cards-container {
    margin: 30px 0 60px;
    gap: 20px;
    padding: 0 15px;
  }
  section.agendamento-online .card-option {
    width: 100%;
    padding: 40px 25px;
  }
  section.agendamento-online .card-option h4 {
    font-size: 22px;
  }
  section.agendamento-online .card-icon {
    font-size: 55px;
  }
  section.agendamento-online .badge {
    font-size: 12px;
    padding: 6px 12px;
  }
}
body:has(section.agendamento-online) section.barra-fixa,
body:has(section.agendamento-online) section.barra-fixa-mobile {
  display: none !important;
}
body:has(section.agendamento-online) section.barra-lgpd {
  bottom: 0 !important;
}
body:has(section.agendamento-online) section.botao_whatsapp {
  bottom: 30px !important;
}
body:has(section.agendamento-online) main {
  min-height: calc(100vh - 200px);
}
body:has(section.agendamento-online) section.footer-copy {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  body:has(section.agendamento-online) section.botao_whatsapp {
    bottom: 140px !important;
  }
  body:has(section.agendamento-online) section.botao_whatsapp:not(.lgpd-ativo) {
    bottom: 30px !important;
  }
}