@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&display=swap");
.container {
  max-width: 1400px;
}

.has-error {
  border-color: red !important;
}

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

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

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

/* VARIAVEIS GLOBAIS DO PROJETO */
body {
  font-size: 1em;
  font-family: "Barlow", sans-serif;
  text-rendering: optimizeLegibility;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
}
body .modal-backdrop.show {
  opacity: 0.8;
}
body .modal-lg,
body .modal-xl {
  max-width: 600px !important;
}
body .modal-video {
  max-width: 750px !important;
}
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.error-404 {
  background-image: url("../image/bg_404.png");
  background-size: cover;
  background-position: center;
  padding: 50px 0 100px 0;
  min-height: 700px;
  color: #3d3f8f;
  font-size: 22px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
body section.error-404 a {
  color: #3d3f8f;
  text-decoration: underline;
}
body section.error-404 h1 {
  font-size: 300px;
  margin: 0;
  padding: 0;
  line-height: 290px;
  font-weight: 100;
}
body section.error-404 h5 {
  margin-bottom: -30px;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 991px) {
  body section.error-404 {
    padding: 50px 10px;
    min-height: auto;
    font-size: 18px;
    background-position: left;
  }
  body section.error-404 h5 {
    margin-bottom: 0;
  }
  body section.error-404 h1 {
    font-size: 48px;
    line-height: 50px;
  }
}
body section.formulario-enviado {
  background-image: url("../image/bg_enviado.png");
  background-size: cover;
  background-position: center;
  padding: 50px 0 100px 0;
  min-height: 700px;
  color: #3d3f8f;
  font-size: 22px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
body section.formulario-enviado h1 {
  font-size: 72px;
  margin: 0;
  padding: 0;
  font-weight: 100;
}
body section.formulario-enviado h5 {
  font-size: 22px;
  font-weight: 500;
}
body section.formulario-enviado .button {
  display: block;
  color: #3d3f8f;
  border: 2px solid #3d3f8f;
  transition: 0.3s all;
  max-width: 400px;
  margin-top: 20px;
}
body section.formulario-enviado .button span {
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
}
body section.formulario-enviado .button strong {
  transition: 0.3s all;
  display: inline-block;
  background-color: #3d3f8f;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  text-align: center;
}
body section.formulario-enviado .button:hover {
  border-color: #efa238;
  color: #efa238;
  transform: translateY(-2px);
}
body section.formulario-enviado .button:hover strong {
  background-color: #efa238;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 50px 10px;
    min-height: auto;
    font-size: 18px;
    background-position: left;
  }
  body section.formulario-enviado .button {
    display: flex;
  }
  body section.formulario-enviado .button span {
    padding: 10px 20px;
    font-size: 14px;
  }
  body section.formulario-enviado .button strong {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 14px;
  }
  body section.formulario-enviado h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  body section.formulario-enviado h1 {
    font-size: 36px;
    font-weight: 400;
  }
}
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 {
  border: 6px solid #e5e5e5;
  border-top-color: #3d3f8f;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body header {
  /* BARRA LGPD */
}
body header section.barra-lgpd {
  padding: 5px 15px;
  background-color: #fafafa;
  border-bottom: 1px solid lightgray;
  font-size: 12px;
  width: 100%;
  display: none;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    position: fixed;
    bottom: 49px;
    top: auto;
    width: 100%;
    z-index: 12;
  }
}
body header section.barra-lgpd.exibir {
  display: block;
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1350px !important;
  margin: auto;
  justify-content: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: 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%;
}
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: gray;
  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: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: black;
  border: 1px solid gray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: 0.3s all;
}
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: #f9f9f9;
}
@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 .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: 10px;
    margin-left: auto;
  }
}
body header section.header {
  background-image: url("../image/bg_header-novo.png");
  background-size: cover;
  padding: 25px 0;
}
body header section.header .container {
  max-width: 1350px;
}
body header section.header .linha-topo {
  width: 100%;
  height: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}
body header section.header .logo {
  width: 100%;
  transition: all 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}
body header section.header .logo:hover {
  transform: translateY(-2px);
}
body header section.header .phones {
  display: flex;
  align-items: center;
  flex: 0 0 30%;
  max-width: 30%;
  justify-content: space-between;
}
body header section.header .phones .phone {
  color: white;
  display: flex;
  align-items: center;
  font-size: 18px;
  transition: 0.3s all;
  margin-bottom: 10px;
}
body header section.header .phones .phone a {
  display: block;
  color: white;
  transition: 0.3s all;
}
body header section.header .phones .phone a:hover {
  color: #efa238;
}
body header section.header .phones .phone img {
  margin-right: 7px;
  height: 45px;
  transition: 0.3s all;
}
body header section.header .phones .phone span {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
body header section.header .phones .phone span.info {
  display: block;
  color: black;
  font-weight: 600;
  font-size: 12px;
}
body header section.header .phones .phone strong {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
body header section.header .phones .phone:hover {
  transform: translateY(-1px);
}
body header section.header .ctas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header section.header .ctas .cta-1 {
  color: white;
  border: 2px solid #2b57ce;
  transition: 0.3s all;
  width: 50%;
  margin: 0 10px;
  display: flex;
}
body header section.header .ctas .cta-1 span {
  display: inline-block;
  padding: 10px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  width: 100%;
}
body header section.header .ctas .cta-1 strong {
  transition: 0.3s all;
  display: inline-block;
  background-color: #2b57ce;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  text-align: center;
}
body header section.header .ctas .cta-1:hover {
  border-color: #3092cd;
  color: #3092cd;
  transform: translateY(-2px);
}
body header section.header .ctas .cta-1:hover strong {
  background-color: #3092cd;
}
body header section.header .ctas .cta-2 {
  background: linear-gradient(90deg, #bd7c13 0%, #dba142 100%);
  box-shadow: 4px 4px 10px rgba(255, 255, 255, 0.4);
  color: white;
  width: 50%;
  font-size: 17px;
  font-weight: 700;
  padding: 11px 15px;
  transition: 0.3s all;
}
body header section.header .ctas .cta-2:hover {
  transform: translateY(-2px);
}
body header section.header .ctas .cta-2 img {
  vertical-align: middle;
  margin-right: 10px;
}
body header section.header .social {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header section.header .social a {
  color: white;
  font-size: 20px;
  margin: 0 10px;
  transition: 0.3s all;
}
body header section.header .social a:hover {
  color: #efa238;
}
body header section.header .divisor {
  width: 100%;
  display: block;
  margin: 10px 0;
}
body header section.header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  text-transform: uppercase;
}
body header section.header .menu.fixo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background: #3d3f8f;
  max-width: none;
  padding: 15px 300px;
  border-bottom: 2px solid #3092cd;
}
body header section.header .menu .link-menu {
  display: inline-block;
  position: relative;
}
body header section.header .menu .link-menu .drop-procedimentos {
  position: absolute;
  z-index: 10;
  width: 280px;
  background-color: white;
  padding: 15px;
  border: 1px solid #5e93cb;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
body header section.header .menu .link-menu .drop-procedimentos.exibir {
  pointer-events: unset;
  opacity: 1;
}
body header section.header .menu .link-menu .drop-procedimentos ul {
  margin: 0px;
  padding: 0px;
}
body header section.header .menu .link-menu .drop-procedimentos ul li {
  list-style: none;
  border-bottom: 1px solid #cacaca;
  padding: 5px 0px;
}
body header section.header .menu .link-menu .drop-procedimentos ul li a {
  color: #3d3f8f;
}
body header section.header .menu .link-menu .drop-procedimentos ul li:last-child {
  border-bottom: none;
}
body header section.header .menu .link-menu a {
  font-weight: 600;
  color: white;
  font-size: 18px;
  transition: 0.3s all;
}
body header section.header .menu .link-menu a:hover {
  transform: translateY(-2px);
}
body header section.header .menu .link-menu a.active {
  color: #efa238;
}
@media (max-width: 991px) {
  body header section.header .menu,
  body header section.header .divisor {
    display: none;
  }
  body header section.header .social {
    margin: 10px 0;
    justify-content: center;
  }
  body header section.header .logo {
    max-width: 150px;
    display: block;
    margin: auto;
  }
  body header section.header .phones {
    margin-top: 10px;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
  body header section.header .phones .phone {
    margin: 10px;
    width: 100%;
    justify-content: center;
  }
  body header section.header .ctas {
    margin: 20px 0;
    width: 100%;
    flex-wrap: wrap;
    flex-flow: column;
  }
  body header section.header .ctas .cta-1 {
    display: flex;
    width: 220px;
  }
  body header section.header .ctas .cta-1 span {
    padding: 10px 20px;
    font-size: 14px;
  }
  body header section.header .ctas .cta-1 strong {
    margin-left: auto;
    font-size: 14px;
  }
  body header section.header .ctas .cta-2 {
    margin-top: 0px;
    display: block;
    width: 220px;
    padding: 11px 15px;
    font-size: 14px;
  }
  body header section.header .ctas .cta-2 img {
    height: 18px;
  }
}
body header.compensar {
  margin-top: 27px;
}
body main {
  /*Formulários/box/etc css que se repete em várias partes do site*/
  /*USADOS*/
  /*Home*/
  /*Geral*/
  /*USADOS*/
}
body main section.breadcrumb {
  background: none;
  padding: 0;
  color: #3d3f8f;
  margin-left: -5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body main section.breadcrumb span {
  font-size: 12px;
  color: #3d3f8f;
}
body main section.breadcrumb a {
  text-decoration: underline;
  color: #3d3f8f;
  margin: 0 8px;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 14px;
}
body main section.index-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 600px);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 600px);
  position: relative;
}
body main section.index-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  z-index: 2;
  background-color: rgba(211, 211, 211, 0.5);
  top: 0;
  left: 0px;
}
@media (max-width: 991px) {
  body main section.index-banner:before {
    display: none;
  }
}
body main section.index-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 18px;
  background-color: rgba(211, 211, 211, 0.5);
  bottom: 25px;
  z-index: 1;
  left: 0px;
  transform: rotate(2.1deg);
}
@media (max-width: 991px) {
  body main section.index-banner {
    -webkit-clip-path: none;
            clip-path: none;
  }
  body main section.index-banner:after {
    display: none;
  }
}
body main section.index-banner .owl-dots {
  position: absolute;
  justify-content: center;
  width: 100%;
  bottom: 100px;
  display: flex;
}
body main section.index-banner .owl-dots .owl-dot {
  width: 45px;
  height: 8px;
  background-color: lightgray;
  margin: 0 5px;
  outline: none;
}
body main section.index-banner .owl-dots .owl-dot.active {
  background-color: #3d3f8f;
}
body main section.index-banner .owl-banner div.item,
body main section.index-banner .owl-banner-mobile div.item {
  width: 100%;
}
body main section.index-banner .owl-banner div.item img,
body main section.index-banner .owl-banner-mobile div.item img {
  width: 100%;
  height: 670px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  body main section.index-banner .owl-banner div.item img,
  body main section.index-banner .owl-banner-mobile div.item img {
    height: auto;
  }
}
body main section.index-principal {
  background-image: url("../image/bg_procedimentos.png");
  background-size: cover;
  margin-top: -100px;
  padding-top: 95px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  body main section.index-principal {
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 30px;
  }
}
body main section.index-principal section.frase .container {
  max-width: 1100px;
  display: flex;
  align-items: center;
}
body main section.index-principal section.frase .frase {
  display: flex;
}
body main section.index-principal section.frase .quote {
  flex: 0 0 110px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -80px;
}
body main section.index-principal section.frase .conteudo {
  margin-left: 20px;
  padding-left: 5px;
  padding-right: 35px;
}
body main section.index-principal section.frase .conteudo .texto {
  font-size: 22px;
  color: gray;
  font-weight: 500;
  line-height: 30px;
}
body main section.index-principal section.frase .foto {
  margin-top: -70px;
  z-index: 1;
  position: relative;
}
body main section.index-principal section.frase .autor {
  color: #3d3f8f;
  font-weight: 700;
  margin-top: 10px;
  font-size: 14px;
}
@media (max-width: 991px) {
  body main section.index-principal section.frase .conteudo {
    padding: 5px;
  }
  body main section.index-principal section.frase .conteudo .texto {
    font-size: 16px;
    line-height: 24px;
  }
  body main section.index-principal section.frase .foto {
    margin-top: 20px;
  }
  body main section.index-principal section.frase .container {
    flex-wrap: wrap;
    flex-flow: column;
  }
  body main section.index-principal section.frase .frase {
    align-items: flex-start;
  }
  body main section.index-principal section.frase .quote {
    margin-top: 0;
    width: 35px;
    flex: 0 0 35px;
  }
}
body main section.index-principal section.procedimentos .titulo {
  margin: 50px auto 30px auto;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.index-principal section.procedimentos .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
body main section.index-principal section.procedimentos .titulo h1 {
  color: #3d3f8f;
  font-size: 60px;
  font-weight: 100;
}
body main section.index-principal section.procedimentos .titulo img {
  display: block;
  margin: auto;
}
body main section.index-principal section.procedimentos .procedimentos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  gap: 10px;
}
body main section.index-principal section.procedimentos .procedimentos .procedimento {
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: bottom;
  height: 450px;
  width: 100%;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
}
body main section.index-principal section.procedimentos .procedimentos .procedimento:after {
  content: url("../image/detalhe.png");
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 2;
}
body main section.index-principal section.procedimentos .procedimentos .procedimento:before {
  background: linear-gradient(0deg, #001f43 11.21%, rgba(0, 0, 0, 0) 72.86%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.4s all;
}
body main section.index-principal section.procedimentos .procedimentos .procedimento:hover:before {
  height: 200%;
}
body main section.index-principal section.procedimentos .procedimentos .procedimento div {
  position: relative;
  z-index: 2;
}
body main section.index-principal section.procedimentos .procedimentos .procedimento h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 40px */
  padding-left: 30px;
}
body main section.index-principal section.procedimentos .procedimentos .procedimento .ver-mais {
  display: flex;
  color: #3092cd;
  margin-top: 20px;
  border: 2px solid #3092cd;
  transition: 0.3s all;
}
body main section.index-principal section.procedimentos .procedimentos .procedimento .ver-mais:hover {
  border-color: #efa238;
  color: #efa238;
  transform: translateY(-2px);
}
body main section.index-principal section.procedimentos .procedimentos .procedimento .ver-mais:hover strong {
  background-color: #efa238;
}
body main section.index-principal section.procedimentos .procedimentos .procedimento .ver-mais span {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  flex-grow: 1;
  font-weight: 700;
  font-size: 16px;
  color: white;
}
body main section.index-principal section.procedimentos .procedimentos .procedimento .ver-mais strong {
  transition: 0.3s all;
  display: inline-block;
  margin-left: auto;
  background-color: #3092cd;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-principal section.procedimentos .titulo h1 {
    font-size: 32px;
    text-align: center;
  }
  body main section.index-principal section.procedimentos .procedimentos {
    flex-flow: column;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  body main section.index-principal section.procedimentos .procedimentos .procedimento {
    height: 200px;
    padding: 20px;
    background-position: center;
  }
  body main section.index-principal section.procedimentos .procedimentos .procedimento:after {
    display: none;
  }
  body main section.index-principal section.procedimentos .procedimentos .procedimento h3 {
    padding: 0;
    font-size: 20px;
  }
}
body main section.index-principal section.cirurgiao {
  margin-top: 80px;
}
body main section.index-principal section.cirurgiao .foto {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.8);
}
body main section.index-principal section.cirurgiao .titulo {
  margin-bottom: 20px;
}
body main section.index-principal section.cirurgiao .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
body main section.index-principal section.cirurgiao .titulo.center {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.index-principal section.cirurgiao .titulo.center span {
  text-align: center;
}
body main section.index-principal section.cirurgiao .titulo h1 {
  color: #3d3f8f;
  font-size: 60px;
  font-weight: 100;
}
body main section.index-principal section.cirurgiao .titulo img {
  display: block;
}
body main section.index-principal section.cirurgiao .itens {
  margin-top: 30px;
  color: #3092cd;
  font-weight: 500;
  font-size: 19px;
  max-width: 560px;
  position: relative;
}
body main section.index-principal section.cirurgiao .itens:after {
  content: "";
  height: calc(100% - 50px);
  width: 2px;
  background: #e5eef3;
  position: absolute;
  top: 25px;
  left: 16px;
}
body main section.index-principal section.cirurgiao .itens .item {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
body main section.index-principal section.cirurgiao .itens .item img {
  margin-right: 20px;
  z-index: 1;
  position: relative;
}
body main section.index-principal section.cirurgiao .lista-certificacoes {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 30px;
}
body main section.index-principal section.cirurgiao .lista-certificacoes img {
  height: 65px;
  margin: 0 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-principal section.cirurgiao .texto {
  max-width: 600px;
}
body main section.index-principal section.cirurgiao .resumo {
  font-weight: 300;
  color: dimgray;
  font-size: 20px;
  line-height: 22px;
}
body main section.index-principal section.cirurgiao .resumo h3 {
  font-weight: 300;
  font-size: 24px;
}
body main section.index-principal section.cirurgiao .resumo h3 strong {
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.index-principal section.cirurgiao {
    margin-top: 30px;
  }
  body main section.index-principal section.cirurgiao .itens {
    font-size: 16px;
  }
  body main section.index-principal section.cirurgiao .foto {
    transform: scale(1.3);
  }
  body main section.index-principal section.cirurgiao .resumo {
    font-size: 16px;
  }
  body main section.index-principal section.cirurgiao .resumo h3 {
    font-size: 20px;
  }
  body main section.index-principal section.cirurgiao .titulo h1 {
    font-size: 30px;
  }
  body main section.index-principal section.cirurgiao .certificacoes .titulo {
    margin-top: 30px;
  }
  body main section.index-principal section.cirurgiao .certificacoes .lista-certificacoes {
    flex-wrap: wrap;
  }
  body main section.index-principal section.cirurgiao .certificacoes .lista-certificacoes img {
    height: 40px;
    margin: 10px;
  }
}
body main section.index-frase {
  background-image: url("../image/bg_foto.png");
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
  padding: 80px;
  padding-bottom: 105px;
}
body main section.index-frase .video {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 450px;
  border-radius: 5px;
  box-shadow: 2px 2px 20px 10px rgba(239, 162, 56, 0.2);
}
body main section.index-frase .video img {
  transition: 0.3s all;
}
body main section.index-frase .video:hover img {
  filter: grayscale(1) brightness(100);
}
body main section.index-frase .texto {
  margin-top: 20px;
  color: white;
  font-size: 24px;
  font-weight: 300;
}
body main section.index-frase .autor {
  color: #efa238;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 600;
}
body main section.index-frase .duvidas {
  max-width: 400px;
  margin-top: 30px;
  background-color: #3b5891;
  border-radius: 10px;
  padding: 40px 50px;
}
body main section.index-frase .duvidas .whatsapp {
  display: flex;
  align-items: center;
  color: #efa238;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  transition: 0.3s all;
}
body main section.index-frase .duvidas .whatsapp:hover {
  color: white;
}
body main section.index-frase .duvidas .whatsapp:hover img {
  filter: grayscale(1) brightness(100);
}
body main section.index-frase .duvidas .whatsapp img {
  transition: 0.3s all;
  margin-right: 15px;
}
body main section.index-frase .duvidas .cta {
  display: flex;
  color: #efa238;
  border: 2px solid #efa238;
  max-width: 275px;
  margin: auto;
  transition: 0.3s all;
}
body main section.index-frase .duvidas .cta span {
  display: inline-block;
  padding: 10px 40px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
body main section.index-frase .duvidas .cta strong {
  display: inline-block;
  margin-left: auto;
  background-color: #efa238;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  transition: 0.3s all;
}
body main section.index-frase .duvidas .cta:hover {
  border-color: white;
  color: white;
  transform: translateY(-2px);
}
body main section.index-frase .duvidas .cta:hover strong {
  background-color: white;
  color: black;
}
@media (max-width: 991px) {
  body main section.index-frase {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 30px 0;
  }
  body main section.index-frase .quote {
    height: 30px;
  }
  body main section.index-frase .texto {
    font-size: 18px;
  }
  body main section.index-frase .video {
    height: 60vw;
  }
  body main section.index-frase .duvidas {
    padding: 40px 20px;
  }
  body main section.index-frase .duvidas .whatsapp .hide {
    display: none;
  }
  body main section.index-frase .duvidas .whatsapp img {
    height: 35px;
  }
}
body main section.index-procedimentos {
  background-image: url("../image/bg_procedimentos-procurados.png");
  background-size: cover;
  padding: 90px 0 140px 0;
  margin-top: -72px;
  -webkit-clip-path: polygon(0 0, 100% 65px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 65px, 100% 100%, 0 100%);
}
body main section.index-procedimentos .container {
  max-width: 1200px;
}
body main section.index-procedimentos .owl-carousel .owl-nav {
  display: block;
}
body main section.index-procedimentos .owl-carousel .owl-nav .owl-prev,
body main section.index-procedimentos .owl-carousel .owl-nav .owl-next {
  top: 50px;
  position: absolute;
  font-size: 30px;
  color: white;
}
body main section.index-procedimentos .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
body main section.index-procedimentos .owl-carousel .owl-nav .owl-next {
  right: 0;
}
body main section.index-procedimentos .titulo {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.index-procedimentos .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
body main section.index-procedimentos .titulo h1 {
  color: white;
  font-size: 54px;
  font-weight: 100;
}
body main section.index-procedimentos .titulo img {
  display: block;
  margin: auto;
}
body main section.index-procedimentos .procedimentos {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
body main section.index-procedimentos .item {
  width: calc(25% - 20px);
  margin: 50px 10px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  display: block;
  font-weight: 500;
}
body main section.index-procedimentos .item .link {
  display: block;
  width: 110px;
  margin: auto;
  margin-top: 30px;
  color: #3092cd;
  transition: 0.3s all;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
body main section.index-procedimentos .item .link i {
  margin-left: 10px;
}
body main section.index-procedimentos .item .link:after {
  transition: 0.3s all;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 4px;
  background: #3092cd;
  width: 100%;
}
body main section.index-procedimentos .item:hover .link {
  color: white;
}
body main section.index-procedimentos .item:hover .link:after {
  background-color: white;
}
body main section.index-procedimentos .item img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
body main section.index-procedimentos .resumo {
  color: white;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  max-width: 800px;
  margin: 20px auto 30px auto;
  line-height: 25px;
}
body main section.index-procedimentos .resumo strong {
  font-weight: 600;
}
@media (max-width: 991px) {
  body main section.index-procedimentos {
    -webkit-clip-path: none;
            clip-path: none;
    margin-top: 0;
    padding: 35px 10px;
  }
  body main section.index-procedimentos .titulo h1 {
    font-size: 32px;
    text-align: center;
  }
  body main section.index-procedimentos .resumo {
    font-size: 17px;
    line-height: 22px;
  }
  body main section.index-procedimentos .item {
    width: 100%;
    margin: 0;
  }
  body main section.index-procedimentos .item img {
    height: 150px;
    width: 150px;
  }
}
body main section.index-video {
  background-size: cover;
  margin-top: -70px;
  color: white;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 95%);
  position: relative;
  padding: 100px 0 70px 0;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  body main section.index-video {
    min-height: 300px;
  }
}
body main section.index-video video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.index-video::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body main section.index-video img {
  margin-bottom: 50px;
}
body main section.index-video .conteudo {
  max-width: 500px;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
body main section.index-video .autor {
  color: #efa238;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}
@media (max-width: 991px) {
  body main section.index-video {
    -webkit-clip-path: none;
            clip-path: none;
    margin-top: 0;
    padding: 30px 10px;
  }
  body main section.index-video .conteudo {
    font-size: 18px;
  }
  body main section.index-video img {
    margin-bottom: 40px;
  }
}
body main section.index-depoimentos {
  background-image: url("../image/bg_procedimentos.png");
  background-size: cover;
  padding-top: 1px;
  margin-top: -20px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    margin-top: 0;
  }
}
body main section.index-depoimentos section.in-index-depoimentos .titulo {
  margin: 80px auto 30px auto;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.index-depoimentos section.in-index-depoimentos .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
body main section.index-depoimentos section.in-index-depoimentos .titulo h1 {
  color: #3d3f8f;
  font-size: 60px;
  font-weight: 100;
}
body main section.index-depoimentos section.in-index-depoimentos .titulo img {
  display: block;
  margin: auto;
}
body main section.index-depoimentos section.in-index-depoimentos .resumo {
  max-width: 530px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  margin: auto;
}
body main section.index-depoimentos section.in-index-depoimentos .resumo strong {
  font-weight: 600;
}
body main section.index-depoimentos section.in-index-depoimentos .owl-depoimentos {
  margin-top: 70px;
}
body main section.index-depoimentos section.in-index-depoimentos .owl-depoimentos .item {
  padding: 40px;
  box-shadow: 2px 2px 10px 10px rgba(220, 220, 220, 0.3);
  background-color: white;
  border-top-left-radius: 40px;
  margin: 20px 0;
}
body main section.index-depoimentos section.in-index-depoimentos .owl-depoimentos .item .quote {
  display: block;
  height: auto;
  width: auto;
  margin-top: -60px;
}
body main section.index-depoimentos section.in-index-depoimentos .owl-depoimentos .item h3 {
  margin-top: 25px;
  font-size: 23px;
  font-weight: 700;
  color: #3092cd;
  text-transform: uppercase;
}
body main section.index-depoimentos section.in-index-depoimentos .owl-depoimentos .item .texto {
  color: dimgray;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 220px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos section.in-index-depoimentos .owl-depoimentos .item h3 {
    font-size: 18px;
  }
  body main section.index-depoimentos section.in-index-depoimentos .owl-depoimentos .item .texto {
    font-size: 15px;
    height: auto;
  }
}
body main section.index-depoimentos section.in-index-depoimentos a {
  display: flex;
  width: 230px;
  color: #3092cd;
  margin: 50px auto;
  border: 2px solid #3092cd;
  transition: 0.3s all;
}
body main section.index-depoimentos section.in-index-depoimentos a:hover {
  border-color: #efa238;
  color: #efa238;
  transform: translateY(-2px);
}
body main section.index-depoimentos section.in-index-depoimentos a:hover strong {
  background-color: #efa238;
}
body main section.index-depoimentos section.in-index-depoimentos a span {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  font-weight: 700;
  flex-grow: 1;
  font-size: 16px;
}
body main section.index-depoimentos section.in-index-depoimentos a strong {
  display: inline-block;
  margin-left: auto;
  background-color: #3092cd;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  body main section.index-depoimentos section.in-index-depoimentos .titulo {
    margin-top: 30px;
  }
  body main section.index-depoimentos section.in-index-depoimentos .titulo h1 {
    font-size: 36px;
    text-align: center;
  }
  body main section.index-depoimentos section.in-index-depoimentos .resumo {
    font-size: 18px;
  }
  body main section.index-depoimentos section.in-index-depoimentos .lista-depoimentos {
    flex-wrap: wrap;
    flex-flow: column;
    margin-top: 20px;
  }
  body main section.index-depoimentos section.in-index-depoimentos .lista-depoimentos .item {
    width: 100%;
    margin: 30px 0;
  }
  body main section.index-depoimentos section.in-index-depoimentos .lista-depoimentos .item .texto {
    font-size: 16px;
  }
  body main section.index-depoimentos section.in-index-depoimentos .lista-depoimentos .item h3 {
    font-size: 20px;
  }
  body main section.index-depoimentos section.in-index-depoimentos a {
    margin: 20px auto;
  }
}
body main section.index-depoimentos section.videos {
  background: #eef0f4;
  padding: 50px 0;
}
body main section.index-depoimentos section.videos .owl-carousel .owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
body main section.index-depoimentos section.videos .owl-carousel .owl-dots .owl-dot {
  border-radius: 100%;
  width: 12px;
  height: 12px;
  background-color: gray;
}
body main section.index-depoimentos section.videos .owl-carousel .owl-dots .owl-dot.active {
  background-color: #3092cd;
}
body main section.index-depoimentos section.videos .video {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
body main section.index-depoimentos section.videos .video:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.4;
  transition: 0.3s all;
}
body main section.index-depoimentos section.videos .video:hover:before {
  opacity: 0.2;
}
body main section.index-depoimentos section.videos .video i {
  position: relative;
  z-index: 2;
  font-size: 50px;
  color: white;
}
body main section.index-depoimentos section.videos h1 {
  color: #3d3f8f;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 60px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos section.videos {
    padding: 30px 0;
  }
  body main section.index-depoimentos section.videos h1 {
    font-size: 24px;
  }
  body main section.index-depoimentos section.videos .video {
    height: 200px;
  }
}
body main section.index-depoimentos section.sonho {
  padding-top: 30px;
  padding-bottom: 100px;
  background-size: cover;
  background-image: url("../image/bg-sonho.png");
}
body main section.index-depoimentos section.sonho .foto {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body main section.index-depoimentos section.sonho .titulo {
  margin-bottom: 20px;
}
body main section.index-depoimentos section.sonho .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
body main section.index-depoimentos section.sonho .titulo.center {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.index-depoimentos section.sonho .titulo.center span {
  text-align: center;
}
body main section.index-depoimentos section.sonho .titulo h1 {
  color: #3d3f8f;
  font-size: 60px;
  font-weight: 100;
}
body main section.index-depoimentos section.sonho .titulo img {
  display: block;
}
body main section.index-depoimentos section.sonho .itens {
  margin-top: 30px;
  font-weight: 300;
  font-size: 18px;
  max-width: 560px;
  position: relative;
}
body main section.index-depoimentos section.sonho .itens:after {
  content: "";
  height: calc(100% - 120px);
  width: 2px;
  background: #e5eef3;
  position: absolute;
  top: 25px;
  left: 16px;
}
body main section.index-depoimentos section.sonho .itens .item {
  display: flex;
  align-items: flex-start;
  margin: 30px 0;
}
body main section.index-depoimentos section.sonho .itens .item h5 {
  color: #3092cd;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 22px;
}
body main section.index-depoimentos section.sonho .itens .item img {
  margin-right: 20px;
  z-index: 1;
}
body main section.index-depoimentos section.sonho a {
  display: flex;
  width: 280px;
  margin-left: 55px;
  color: #3092cd;
  margin-top: 30px;
  border: 2px solid #3092cd;
  transition: 0.3s all;
}
body main section.index-depoimentos section.sonho a:hover {
  border-color: #efa238;
  color: #efa238;
  transform: translateY(-2px);
}
body main section.index-depoimentos section.sonho a:hover strong {
  background-color: #efa238;
}
body main section.index-depoimentos section.sonho a span {
  display: inline-block;
  padding: 10px 15px;
  flex-grow: 1;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
body main section.index-depoimentos section.sonho a strong {
  display: inline-block;
  margin-left: auto;
  background-color: #3092cd;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  transition: 0.3s all;
  text-align: center;
}
body main section.index-depoimentos section.sonho .texto {
  max-width: 600px;
}
body main section.index-depoimentos section.sonho .resumo {
  font-weight: 300;
  color: dimgray;
  font-size: 20px;
  line-height: 22px;
}
body main section.index-depoimentos section.sonho .resumo h3 {
  font-weight: 300;
  font-size: 24px;
}
body main section.index-depoimentos section.sonho .resumo h3 strong {
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.index-depoimentos section.sonho {
    margin-top: 0;
    padding-bottom: 30px;
  }
  body main section.index-depoimentos section.sonho a {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 270px;
  }
  body main section.index-depoimentos section.sonho a span {
    padding: 10px 8px;
  }
  body main section.index-depoimentos section.sonho .itens .item {
    font-size: 16px;
  }
  body main section.index-depoimentos section.sonho .itens .item h5 {
    font-size: 20px;
  }
  body main section.index-depoimentos section.sonho .foto {
    margin-top: 30px;
  }
  body main section.index-depoimentos section.sonho .titulo {
    text-align: center;
  }
  body main section.index-depoimentos section.sonho .titulo img {
    margin: auto;
  }
  body main section.index-depoimentos section.sonho .titulo h1 {
    font-size: 32px;
    text-align: center;
  }
  body main section.index-depoimentos section.sonho .resumo {
    font-size: 16px;
  }
  body main section.index-depoimentos section.sonho .resumo h3 {
    font-size: 18px;
  }
}
body main section.index-primeira-consulta {
  background-image: url("../image/bg_primeira.png");
  background-repeat: no-repeat;
  background-position: top;
  min-height: 570px;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}
body main section.index-primeira-consulta.primeira-consulta-sobre {
  margin-bottom: -145px;
  margin-top: 25px;
}
body main section.index-primeira-consulta:before {
  content: url("../image/calixto.png");
  position: absolute;
  left: 295px;
  top: -82px;
}
body main section.index-primeira-consulta .resumo {
  color: white;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
body main section.index-primeira-consulta .saiba-mais {
  display: block;
  width: 110px;
  margin-top: 30px;
  color: #efa238;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s all;
}
body main section.index-primeira-consulta .saiba-mais:hover {
  color: white;
}
body main section.index-primeira-consulta .saiba-mais:hover:after {
  background-color: white;
}
body main section.index-primeira-consulta .saiba-mais i {
  margin-left: 10px;
}
body main section.index-primeira-consulta .saiba-mais:after {
  content: "";
  position: absolute;
  transition: 0.3s all;
  bottom: -15px;
  left: 0;
  height: 4px;
  background: #efa238;
  width: 100%;
}
body main section.index-primeira-consulta .cta {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
body main section.index-primeira-consulta .cta .whatsapp {
  display: flex;
  align-items: center;
  color: #efa238;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  margin-left: 25px;
  transition: 0.3s all;
}
body main section.index-primeira-consulta .cta .whatsapp:hover {
  color: white;
}
body main section.index-primeira-consulta .cta .whatsapp:hover img {
  filter: grayscale(1) brightness(100);
}
body main section.index-primeira-consulta .cta .whatsapp img {
  transition: 0.3s all;
  margin-right: 15px;
}
body main section.index-primeira-consulta .cta .cta-btn {
  display: flex;
  width: 230px;
  color: #efa238;
  border: 2px solid #efa238;
  transition: 0.3s all;
}
body main section.index-primeira-consulta .cta .cta-btn:hover {
  border-color: white;
  color: white;
  transform: translateY(-2px);
}
body main section.index-primeira-consulta .cta .cta-btn:hover strong {
  background-color: white;
  color: black;
}
body main section.index-primeira-consulta .cta .cta-btn span {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
body main section.index-primeira-consulta .cta .cta-btn strong {
  transition: 0.3s all;
  display: inline-block;
  margin-left: auto;
  background-color: #efa238;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
}
body main section.index-primeira-consulta .titulo {
  display: flex;
  align-items: flex-start;
  margin-left: -90px;
}
body main section.index-primeira-consulta .titulo img {
  margin-right: 15px;
}
body main section.index-primeira-consulta .titulo h6 {
  color: #efa238;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 16px;
}
body main section.index-primeira-consulta .titulo h1 {
  color: white;
  font-weight: 200;
  font-size: 40px;
}
body main section.index-primeira-consulta .diferenciais {
  margin: 0;
  margin-top: 50px;
  align-items: flex-end;
}
body main section.index-primeira-consulta .diferenciais .titulo-box {
  display: flex;
  align-items: flex-start;
  margin-left: -85px;
}
body main section.index-primeira-consulta .diferenciais .titulo-box h2 {
  font-weight: 300;
  font-size: 36px;
  margin-left: 20px;
  color: black;
}
body main section.index-primeira-consulta .diferenciais .titulo-box h2 strong {
  display: block;
  font-weight: 700;
}
body main section.index-primeira-consulta .diferenciais .frase {
  display: flex;
}
body main section.index-primeira-consulta .diferenciais .frase .quote {
  flex: 0 0 110px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -100px;
}
body main section.index-primeira-consulta .diferenciais .frase .conteudo {
  margin-left: 20px;
  padding-left: 5px;
  padding-right: 35px;
}
body main section.index-primeira-consulta .diferenciais .frase .conteudo .texto {
  font-size: 22px;
  color: gray;
  font-weight: 300;
  line-height: 30px;
}
body main section.index-primeira-consulta .diferenciais .frase .autor {
  color: #3d3f8f;
  font-weight: 700;
  margin-top: 10px;
  font-size: 14px;
}
body main section.index-primeira-consulta .diferenciais .box {
  background-color: white;
  padding: 50px 150px;
  border-top-left-radius: 40px;
  box-shadow: 2px 8px 10px 10px rgba(220, 220, 220, 0.3);
  font-weight: 300;
  color: dimgray;
  font-size: 19px;
  background-image: url("../image/bg_diferenciais.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
body main section.index-primeira-consulta .diferenciais .box a {
  display: flex;
  width: 180px;
  color: #3092cd;
  margin-top: 20px;
  border: 2px solid #3092cd;
  transition: 0.3s all;
}
body main section.index-primeira-consulta .diferenciais .box a:hover {
  border-color: #efa238;
  color: #efa238;
  transform: translateY(-2px);
}
body main section.index-primeira-consulta .diferenciais .box a:hover strong {
  background-color: #efa238;
}
body main section.index-primeira-consulta .diferenciais .box a span {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
body main section.index-primeira-consulta .diferenciais .box a strong {
  transition: 0.3s all;
  display: inline-block;
  margin-left: auto;
  background-color: #3092cd;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
}
body main section.index-primeira-consulta .diferenciais .box strong {
  font-weight: 600;
}
@media (max-width: 991px) {
  body main section.index-primeira-consulta {
    background: #3d3f8f;
    background-size: cover;
    padding: 50px 0;
    margin-top: 0 !important;
  }
  body main section.index-primeira-consulta:before {
    display: none;
  }
  body main section.index-primeira-consulta .titulo {
    margin-left: 0;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
  }
  body main section.index-primeira-consulta .titulo h6 {
    text-align: center;
    margin-top: 20px;
  }
  body main section.index-primeira-consulta .titulo img {
    height: 50px;
  }
  body main section.index-primeira-consulta .titulo h1 {
    font-size: 32px;
    text-align: center;
  }
  body main section.index-primeira-consulta .resumo {
    font-size: 18px;
    margin-top: 30px;
  }
  body main section.index-primeira-consulta .diferenciais .box {
    margin-top: 30px;
    padding: 40px 25px;
    font-size: 16px;
  }
  body main section.index-primeira-consulta .diferenciais .titulo-box {
    align-items: center;
    margin-left: 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-flow: column;
  }
  body main section.index-primeira-consulta .diferenciais .titulo-box h2 {
    font-size: 28px;
    text-align: center;
    margin-left: 0;
  }
  body main section.index-primeira-consulta .diferenciais .titulo-box img {
    height: 40px;
    margin-bottom: 20px;
  }
  body main section.index-primeira-consulta .diferenciais .frase {
    align-items: flex-start;
  }
  body main section.index-primeira-consulta .diferenciais .frase .autor {
    color: #efa238;
  }
  body main section.index-primeira-consulta .diferenciais .frase .conteudo {
    padding: 5px;
  }
  body main section.index-primeira-consulta .diferenciais .frase .conteudo .texto {
    color: white;
    font-size: 16px;
    line-height: 24px;
  }
  body main section.index-primeira-consulta .diferenciais .frase .quote {
    margin-top: 0;
    width: 35px;
    flex: 0 0 35px;
  }
  body main section.index-primeira-consulta .cta {
    flex-wrap: wrap;
    flex-flow: column;
  }
  body main section.index-primeira-consulta .cta .whatsapp {
    margin-left: 0;
    margin-top: 30px;
  }
}
body main section.index-blog {
  background-image: url("../image/bg_blog.png");
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 90px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 90px, 100% 100%, 0 100%);
  padding-top: 120px;
  padding-bottom: 100px;
}
body main section.index-blog .container {
  max-width: 1300px;
}
body main section.index-blog .resumo {
  color: white;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  max-width: 600px;
  margin: 20px auto 30px auto;
  line-height: 25px;
}
body main section.index-blog .resumo strong {
  font-weight: 600;
}
body main section.index-blog .posts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 70px;
}
body main section.index-blog .posts .item {
  width: calc(33% - 20px);
  color: white;
  font-weight: 300;
  font-size: 20px;
  display: block;
  line-height: 26px;
}
body main section.index-blog .posts .item:hover .saiba-mais {
  color: white;
}
body main section.index-blog .posts .item:hover .saiba-mais:after {
  background: white;
}
body main section.index-blog .posts .item:hover img {
  transform: scale(1.1);
}
body main section.index-blog .posts .item .in-texto {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 110px;
}
body main section.index-blog .posts .item h3 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 70px;
}
body main section.index-blog .posts .item .saiba-mais {
  display: block;
  width: 110px;
  margin-top: 30px;
  color: #3092cd;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s all;
}
body main section.index-blog .posts .item .saiba-mais i {
  margin-left: 10px;
}
body main section.index-blog .posts .item .saiba-mais:after {
  content: "";
  transition: 0.3s all;
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 4px;
  background: #3092cd;
  width: 100%;
}
body main section.index-blog .posts .item .in-img {
  height: 230px;
  width: 100%;
  overflow: hidden;
}
body main section.index-blog .posts .item .in-img img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.index-blog .ver-todos {
  display: flex;
  width: 230px;
  color: #3092cd;
  margin: auto;
  border: 2px solid #3092cd;
  transition: 0.3s all;
}
body main section.index-blog .ver-todos:hover {
  border-color: #efa238;
  color: #efa238;
  transform: translateY(-2px);
}
body main section.index-blog .ver-todos:hover strong {
  background-color: #efa238;
}
body main section.index-blog .ver-todos span {
  display: inline-block;
  padding: 10px 32px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
body main section.index-blog .ver-todos strong {
  display: inline-block;
  transition: 0.3s all;
  margin-left: auto;
  background-color: #3092cd;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
}
body main section.index-blog .titulo {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.index-blog .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
body main section.index-blog .titulo h1 {
  color: white;
  font-size: 54px;
  font-weight: 100;
}
body main section.index-blog .titulo img {
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-blog {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 50px 10px 50px 10px;
  }
  body main section.index-blog .resumo {
    font-size: 18px;
  }
  body main section.index-blog .posts {
    flex-wrap: wrap;
    flex-flow: column;
  }
  body main section.index-blog .posts .item {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-top: 70px;
  }
  body main section.index-blog .posts .item:first-child {
    margin-top: 0;
  }
  body main section.index-blog .posts .item .in-img,
  body main section.index-blog .posts .item h3,
  body main section.index-blog .posts .item .in-texto {
    height: auto;
  }
  body main section.index-blog .posts .item a {
    margin-bottom: 60px;
  }
  body main section.index-blog .posts .item h3 {
    font-size: 24px;
  }
  body main section.index-blog .posts .item:last-child a {
    margin-bottom: 0;
  }
  body main section.index-blog .titulo h1 {
    font-size: 36px;
    text-align: center;
  }
}
body main section.header-interna {
  padding: 30px 0;
  margin-bottom: 50px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  padding-bottom: 100px;
  background-size: cover;
  color: #3d3f8f;
  position: relative;
}
body main section.header-interna:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  z-index: 1;
  background-color: rgba(211, 211, 211, 0.5);
  top: 0;
  left: 0px;
}
@media (max-width: 991px) {
  body main section.header-interna:before {
    display: none;
  }
}
body main section.header-interna:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 18px;
  background-color: rgba(211, 211, 211, 0.5);
  bottom: 10px;
  left: 0px;
  transform: rotate(1.5deg);
}
@media (max-width: 991px) {
  body main section.header-interna:after {
    display: none;
  }
}
body main section.header-interna .certificacoes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  max-width: 600px;
}
body main section.header-interna .certificacoes img {
  filter: grayscale(1) brightness(100);
  height: 65px;
  margin: 0 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.header-interna .certificacoes img:first-child {
  margin-left: 0;
}
body main section.header-interna .titulo-certificacoes {
  margin-top: 30px;
}
body main section.header-interna .titulo-certificacoes span {
  color: #efa238;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
body main section.header-interna .titulo-certificacoes img {
  display: block;
}
body main section.header-interna .container {
  max-width: 1330px;
}
body main section.header-interna .texto {
  max-width: 600px;
}
body main section.header-interna h3 {
  font-weight: 300;
  margin-top: 20px;
  font-size: 24px;
}
body main section.header-interna .descricao {
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}
body main section.header-interna.dark {
  color: white;
}
body main section.header-interna.dark .texto {
  max-width: 900px;
}
body main section.header-interna.dark .descricao {
  max-width: 550px;
}
body main section.header-interna.dark section.breadcrumb a,
body main section.header-interna.dark section.breadcrumb span {
  color: white;
}
@media (min-width: 992px) {
  body main section.header-interna.procedimentos-top {
    min-height: 500px;
  }
}
body main section.header-interna.procedimentos-top .texto {
  max-width: 1050px;
}
body main section.header-interna.mini {
  background-image: url("../image/bg_mini.png");
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.header-interna.mini {
    -webkit-clip-path: none;
            clip-path: none;
    padding-bottom: 20px;
  }
}
body main section.header-interna.mini:after {
  transform: rotate(1deg);
  height: 10px;
}
body main section.header-interna.procedimentos .texto {
  max-width: 1050px;
}
body main section.header-interna h1 {
  font-weight: 200;
  font-size: 56px;
  margin-top: 40px;
}
body main section.header-interna.overlay {
  position: relative;
  overflow: hidden;
}
body main section.header-interna.overlay .imagem {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 800px;
}
body main section.header-interna.overlay .imagem:after {
  content: "";
  background: linear-gradient(90deg, #f5efec 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}
body main section.header-interna.overlay .imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body main section.header-interna.overlay .imagem {
    display: none;
  }
}
@media (max-width: 991px) {
  body main section.header-interna {
    -webkit-clip-path: none;
            clip-path: none;
    min-height: auto;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  body main section.header-interna .titulo-certificacoes {
    display: none;
  }
  body main section.header-interna .certificacoes {
    display: none;
  }
  body main section.header-interna h1 {
    font-size: 30px;
  }
  body main section.header-interna h3 {
    font-size: 20px;
  }
  body main section.header-interna .descricao {
    font-size: 16px;
  }
}
body main section.sobre {
  margin-top: -110px;
}
@media (max-width: 991px) {
  body main section.sobre {
    margin-top: 0;
  }
}
body main section.sobre section.sobre-curriculo {
  background-image: url("../image/bg_curriculo.png");
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 130px;
}
body main section.sobre section.sobre-curriculo .foto {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding-right: 50px;
  transform: scale(1.8);
  margin-left: -120px;
}
body main section.sobre section.sobre-curriculo .titulo {
  margin-bottom: 20px;
}
body main section.sobre section.sobre-curriculo .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
body main section.sobre section.sobre-curriculo .titulo.center {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.sobre section.sobre-curriculo .titulo.center span {
  text-align: center;
}
body main section.sobre section.sobre-curriculo .titulo h1 {
  color: #3d3f8f;
  font-size: 60px;
  font-weight: 100;
}
body main section.sobre section.sobre-curriculo .titulo img {
  display: block;
}
body main section.sobre section.sobre-curriculo .itens {
  margin-top: 30px;
  color: #3092cd;
  font-weight: 500;
  font-size: 19px;
  max-width: 560px;
  position: relative;
}
body main section.sobre section.sobre-curriculo .itens:after {
  content: "";
  height: calc(100% - 50px);
  width: 2px;
  background: #e5eef3;
  position: absolute;
  top: 25px;
  left: 16px;
}
body main section.sobre section.sobre-curriculo .itens .item {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
body main section.sobre section.sobre-curriculo .itens .item img {
  margin-right: 20px;
  z-index: 1;
}
body main section.sobre section.sobre-curriculo .lista-certificacoes {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 30px;
}
body main section.sobre section.sobre-curriculo .lista-certificacoes img {
  height: 65px;
  margin: 0 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.sobre section.sobre-curriculo .texto {
  max-width: 600px;
}
body main section.sobre section.sobre-curriculo .resumo {
  font-weight: 300;
  color: dimgray;
  font-size: 20px;
  line-height: 22px;
}
body main section.sobre section.sobre-curriculo .resumo h3 {
  font-weight: 300;
  font-size: 24px;
}
body main section.sobre section.sobre-curriculo .resumo h3 strong {
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.sobre section.sobre-curriculo {
    margin-top: 0px;
    padding-top: 30px;
  }
  body main section.sobre section.sobre-curriculo .itens {
    font-size: 16px;
  }
  body main section.sobre section.sobre-curriculo .foto {
    padding-right: 0;
    padding-bottom: 30px;
    margin-left: 0;
    transform: scale(1.3);
  }
  body main section.sobre section.sobre-curriculo .resumo {
    font-size: 16px;
  }
  body main section.sobre section.sobre-curriculo .resumo h3 {
    font-size: 20px;
  }
  body main section.sobre section.sobre-curriculo .titulo h1 {
    font-size: 30px;
  }
}
body main section.sobre section.sobre-diferenciais {
  background-image: url("../image/bg_diferenciais-interna.png");
  background-size: cover;
  min-height: 800px;
  color: white;
  padding: 80px 0;
  margin-top: -97px;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 95%);
}
body main section.sobre section.sobre-diferenciais .diferenciais {
  display: flex;
  margin-top: 50px;
  align-items: flex-start;
  justify-content: space-between;
}
body main section.sobre section.sobre-diferenciais .diferenciais .item {
  width: calc(25% - 15px);
  margin: 0 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
body main section.sobre section.sobre-diferenciais .diferenciais .item img {
  margin-bottom: 30px;
}
body main section.sobre section.sobre-diferenciais .diferenciais .item h6 {
  font-size: 20px;
}
body main section.sobre section.sobre-diferenciais .resumo {
  color: white;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  max-width: 400px;
  margin: 20px auto 30px auto;
  line-height: 25px;
}
body main section.sobre section.sobre-diferenciais .resumo strong {
  font-weight: 600;
}
body main section.sobre section.sobre-diferenciais .titulo {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.sobre section.sobre-diferenciais .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
body main section.sobre section.sobre-diferenciais .titulo h1 {
  color: white;
  font-size: 54px;
  font-weight: 100;
  text-align: center;
}
body main section.sobre section.sobre-diferenciais .titulo img {
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.sobre section.sobre-diferenciais {
    -webkit-clip-path: none;
            clip-path: none;
    min-height: auto;
    margin-top: 0;
  }
  body main section.sobre section.sobre-diferenciais .titulo h1 {
    font-size: 36px;
  }
  body main section.sobre section.sobre-diferenciais .resumo {
    font-size: 18px;
  }
  body main section.sobre section.sobre-diferenciais .diferenciais {
    flex-flow: column;
    flex-wrap: wrap;
  }
  body main section.sobre section.sobre-diferenciais .diferenciais .item {
    width: calc(100% - 20px);
    margin: 20px 10px;
    font-size: 18px;
  }
  body main section.sobre section.sobre-diferenciais .diferenciais .item img {
    height: 150px;
  }
  body main section.sobre section.sobre-diferenciais .diferenciais .item h6 {
    font-size: 18px;
  }
}
body main section.sobre section.sobre-profissionais {
  background-image: url("../image/bg_parceiros2.png");
  background-size: cover;
  position: relative;
  z-index: 2;
}
body main section.sobre section.sobre-profissionais .titulo {
  margin: 50px auto 30px auto;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.sobre section.sobre-profissionais .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
body main section.sobre section.sobre-profissionais .titulo h1 {
  color: #3d3f8f;
  font-size: 60px;
  font-weight: 100;
  text-align: center;
}
body main section.sobre section.sobre-profissionais .titulo img {
  display: block;
  margin: auto;
}
body main section.sobre section.sobre-profissionais .box {
  background-image: url("../image/bg_parceiros.png");
  background-size: cover;
  border-radius: 30px 30px 0 0;
  padding: 50px 0;
  overflow: hidden;
  color: white;
  font-size: 20px;
  font-weight: 500;
  max-width: 1250px;
  margin: auto;
  margin-top: 60px;
}
body main section.sobre section.sobre-profissionais .box .cta {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
body main section.sobre section.sobre-profissionais .box .cta .whatsapp {
  display: flex;
  align-items: center;
  color: #efa238;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  margin-left: 25px;
  transition: 0.3s all;
}
body main section.sobre section.sobre-profissionais .box .cta .whatsapp:hover {
  color: white;
}
body main section.sobre section.sobre-profissionais .box .cta .whatsapp:hover img {
  filter: grayscale(1) brightness(100);
}
body main section.sobre section.sobre-profissionais .box .cta .whatsapp img {
  transition: 0.3s all;
  margin-right: 15px;
}
body main section.sobre section.sobre-profissionais .box .cta .cta-btn {
  display: flex;
  width: 250px;
  color: #efa238;
  border: 2px solid #efa238;
  transition: 0.3s all;
}
body main section.sobre section.sobre-profissionais .box .cta .cta-btn:hover {
  border-color: white;
  color: white;
  transform: translateY(-2px);
}
body main section.sobre section.sobre-profissionais .box .cta .cta-btn:hover strong {
  background-color: white;
  color: black;
}
body main section.sobre section.sobre-profissionais .box .cta .cta-btn span {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
body main section.sobre section.sobre-profissionais .box .cta .cta-btn strong {
  display: inline-block;
  transition: 0.3s all;
  margin-left: auto;
  background-color: #efa238;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
}
body main section.sobre section.sobre-profissionais .box .box-titulo {
  display: flex;
  align-items: center;
  margin-bottom: -5px;
  margin-left: -82px;
}
body main section.sobre section.sobre-profissionais .box .box-titulo h1 {
  font-weight: 600;
  margin-left: 20px;
  font-size: 36px;
}
body main section.sobre section.sobre-profissionais .box .box-titulo img {
  filter: grayscale(100) brightness(100);
  height: 60px;
}
body main section.sobre section.sobre-profissionais .resumo {
  max-width: 650px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  margin: auto;
}
body main section.sobre section.sobre-profissionais .resumo strong {
  font-weight: 600;
}
@media (max-width: 991px) {
  body main section.sobre section.sobre-profissionais .titulo h1 {
    font-size: 36px;
  }
  body main section.sobre section.sobre-profissionais .resumo {
    font-size: 18px;
  }
  body main section.sobre section.sobre-profissionais .cta {
    flex-wrap: wrap;
    flex-flow: column;
  }
  body main section.sobre section.sobre-profissionais .cta .cta-btn {
    max-width: 230px;
    margin: auto;
  }
  body main section.sobre section.sobre-profissionais .cta .whatsapp {
    margin-top: 30px;
    margin-left: 0 !important;
  }
  body main section.sobre section.sobre-profissionais .cta .whatsapp .hide {
    display: none;
  }
  body main section.sobre section.sobre-profissionais .cta .whatsapp img {
    height: 35px;
  }
  body main section.sobre section.sobre-profissionais .box {
    padding: 20px 10px;
    font-size: 18px;
    text-align: center;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    background: dimgray;
    margin-top: 0;
  }
  body main section.sobre section.sobre-profissionais .box .box-titulo {
    justify-content: center;
    margin-left: 0;
    margin-bottom: 20px;
  }
  body main section.sobre section.sobre-profissionais .box .box-titulo h1 {
    margin-left: 10px;
    font-size: 28px;
  }
  body main section.sobre section.sobre-profissionais .box .box-titulo img {
    height: 40px;
  }
}
body main section.sobre section.sobre-procedimentos {
  background-image: url("../image/bg_footer.png");
  background-size: cover;
  margin-top: -150px;
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 80px;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
}
body main section.sobre section.sobre-procedimentos:after {
  width: 100%;
  height: 50px;
  content: "";
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
}
body main section.sobre section.sobre-procedimentos .titulo {
  margin: 50px auto 30px auto;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.sobre section.sobre-procedimentos .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
body main section.sobre section.sobre-procedimentos .titulo h1 {
  color: #3d3f8f;
  font-size: 60px;
  font-weight: 100;
}
body main section.sobre section.sobre-procedimentos .titulo img {
  display: block;
  margin: auto;
}
body main section.sobre section.sobre-procedimentos .procedimentos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
body main section.sobre section.sobre-procedimentos .procedimentos .procedimento {
  padding: 40px 35px;
  box-shadow: 2px 2px 10px 10px rgba(220, 220, 220, 0.3);
  background-color: white;
  width: calc(25% - 10px);
  margin: 0 10px;
  border-top-left-radius: 40px;
  text-align: center;
}
body main section.sobre section.sobre-procedimentos .procedimentos .procedimento h3 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 20px;
}
body main section.sobre section.sobre-procedimentos .procedimentos .procedimento .texto {
  color: dimgray;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}
body main section.sobre section.sobre-procedimentos .procedimentos .procedimento a {
  display: flex;
  color: #3092cd;
  margin-top: 40px;
  border: 2px solid #3092cd;
  transition: 0.3s all;
}
body main section.sobre section.sobre-procedimentos .procedimentos .procedimento a:hover {
  border-color: #efa238;
  color: #efa238;
  transform: translateY(-2px);
}
body main section.sobre section.sobre-procedimentos .procedimentos .procedimento a:hover strong {
  background-color: #efa238;
}
body main section.sobre section.sobre-procedimentos .procedimentos .procedimento a span {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  flex-grow: 1;
}
body main section.sobre section.sobre-procedimentos .procedimentos .procedimento a strong {
  display: inline-block;
  transition: 0.3s all;
  margin-left: auto;
  background-color: #3092cd;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.sobre section.sobre-procedimentos {
    -webkit-clip-path: none;
            clip-path: none;
    margin-top: 20px;
    padding-top: 1px;
  }
  body main section.sobre section.sobre-procedimentos .titulo h1 {
    font-size: 32px;
  }
  body main section.sobre section.sobre-procedimentos .procedimentos {
    flex-wrap: wrap;
    flex-flow: column;
    margin-top: 40px;
  }
  body main section.sobre section.sobre-procedimentos .procedimentos .procedimento {
    width: 100%;
    padding: 30px 20px;
    margin: 20px auto;
    max-width: 310px;
  }
  body main section.sobre section.sobre-procedimentos .procedimentos .procedimento img {
    height: 50px;
  }
  body main section.sobre section.sobre-procedimentos .procedimentos .procedimento h3 {
    font-size: 22px;
  }
}
body main section.clinica section.clinica-sobre {
  background-size: cover;
  padding-bottom: 80px;
}
body main section.clinica section.clinica-sobre .titulo {
  margin-bottom: 10px;
}
body main section.clinica section.clinica-sobre .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
body main section.clinica section.clinica-sobre .titulo h1 {
  color: #3d3f8f;
  font-size: 36px;
  margin-top: 10px;
  font-weight: 600;
}
body main section.clinica section.clinica-sobre .titulo img {
  display: block;
}
body main section.clinica section.clinica-sobre .resumo {
  font-size: 20px;
  color: dimgray;
  font-weight: 300;
  max-width: 550px;
}
body main section.clinica section.clinica-sobre .cta {
  background: linear-gradient(90deg, rgb(48, 146, 205) 0%, rgb(61, 64, 143) 100%);
  box-shadow: 4px 4px 10px #3092cd;
  color: white;
  display: block;
  max-width: 280px;
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
  padding: 11px 25px;
  transition: 0.3s all;
}
body main section.clinica section.clinica-sobre .cta:hover {
  transform: translateY(-3px);
}
body main section.clinica section.clinica-sobre .cta img {
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 991px) {
  body main section.clinica section.clinica-sobre {
    padding-bottom: 40px;
  }
  body main section.clinica section.clinica-sobre .row {
    flex-flow: column-reverse;
    padding-top: 40px;
  }
  body main section.clinica section.clinica-sobre .titulo h1 {
    font-size: 22px;
  }
  body main section.clinica section.clinica-sobre .owl-galeria {
    margin-top: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  body main section.clinica section.clinica-sobre .owl-galeria img {
    width: 100%;
    height: 100%;
  }
  body main section.clinica section.clinica-sobre .resumo {
    font-size: 17px;
  }
  body main section.clinica section.clinica-sobre .cta {
    margin: 20px auto;
    display: block;
    max-width: 250px;
    padding: 11px 15px;
    font-size: 14px;
  }
  body main section.clinica section.clinica-sobre .cta img {
    height: 18px;
  }
}
body main section.clinica section.clinica-conforto {
  background-image: url("../image/bg_diferenciais-interna.png");
  background-size: cover;
  color: white;
  -webkit-clip-path: polygon(0 0, 100% 90px, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 90px, 100% 100%, 0 90%);
  padding: 100px 0;
  min-height: 800px;
  margin-bottom: -85px;
}
body main section.clinica section.clinica-conforto h1 {
  font-weight: 600;
  font-size: 36px;
}
body main section.clinica section.clinica-conforto h4 {
  font-weight: 300;
  font-size: 22px;
}
body main section.clinica section.clinica-conforto .itens {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: left;
}
body main section.clinica section.clinica-conforto .itens .item {
  width: calc(50% - 30px);
  font-size: 20px;
  font-weight: 300;
  margin: 15px;
}
body main section.clinica section.clinica-conforto .itens .item i {
  color: #3092cd;
  margin-right: 10px;
}
body main section.clinica section.clinica-conforto .box {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
}
body main section.clinica section.clinica-conforto .box h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
body main section.clinica section.clinica-conforto .box .item {
  margin: 15px 0;
  max-width: 500px;
  font-size: 20px;
  margin: auto;
  font-weight: 500;
  text-align: left;
}
body main section.clinica section.clinica-conforto .box .item span {
  color: #3092cd;
  font-weight: 300;
}
body main section.clinica section.clinica-conforto .box .item i {
  color: #3092cd;
  margin-right: 10px;
}
body main section.clinica section.clinica-conforto .container {
  max-width: 800px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.clinica section.clinica-conforto {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 50px 0;
    margin-bottom: 0;
  }
  body main section.clinica section.clinica-conforto h1 {
    font-size: 24px;
  }
  body main section.clinica section.clinica-conforto h4 {
    font-size: 18px;
  }
  body main section.clinica section.clinica-conforto .box {
    padding: 30px;
  }
  body main section.clinica section.clinica-conforto .box .item {
    font-size: 18px;
  }
  body main section.clinica section.clinica-conforto .box h2 {
    font-size: 18px;
  }
  body main section.clinica section.clinica-conforto .itens {
    flex-wrap: wrap;
    flex-flow: column;
  }
  body main section.clinica section.clinica-conforto .itens .item {
    font-size: 18px;
    width: 100%;
    padding: 0 15px;
  }
}
body main section.clinica section.clinica-hospitais {
  background-image: url("../image/bg_hospitais.png");
  margin-top: -90px;
  background-size: cover;
  padding: 120px 0;
}
body main section.clinica section.clinica-hospitais .container {
  max-width: 1000px;
  text-align: center;
}
body main section.clinica section.clinica-hospitais h1 {
  color: #3092cd;
  font-weight: 600;
  font-size: 32px;
}
body main section.clinica section.clinica-hospitais h5 {
  color: #3092cd;
  font-size: 20px;
  font-weight: 300;
}
body main section.clinica section.clinica-hospitais .resumo {
  margin-top: 20px;
  color: dimgray;
  font-size: 18px;
  line-height: 25px;
}
body main section.clinica section.clinica-hospitais .hospitais {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
body main section.clinica section.clinica-hospitais .hospitais .item {
  width: calc(50% - 25px);
  margin: 10px;
  text-align: left;
  color: dimgray;
  font-size: 18px;
}
body main section.clinica section.clinica-hospitais .hospitais .item h4 {
  font-size: 22px;
  text-transform: uppercase;
}
body main section.clinica section.clinica-hospitais .hospitais .item img {
  width: 100%;
  height: 250px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.clinica section.clinica-hospitais {
    margin-top: 0;
    padding: 30px 0;
  }
  body main section.clinica section.clinica-hospitais .resumo {
    font-size: 16px;
    padding: 0 12px;
  }
  body main section.clinica section.clinica-hospitais .hospitais {
    margin-top: 10px;
    flex-wrap: wrap;
    flex-flow: column;
  }
  body main section.clinica section.clinica-hospitais .hospitais .item {
    width: 100%;
    margin: 0;
  }
  body main section.clinica section.clinica-hospitais .hospitais .item h4 {
    font-size: 18px;
    font-size: 17px;
  }
  body main section.clinica section.clinica-hospitais .hospitais .item img {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
}
body main section.procedimentos div.procedimentos-fundo {
  background-image: url("../image/bg_procedimentos.png");
  background-size: cover;
}
body main section.procedimentos section.procedimentos-destaque {
  margin-top: -300px;
}
body main section.procedimentos section.procedimentos-destaque .procedimentos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  gap: 10px;
}
body main section.procedimentos section.procedimentos-destaque .procedimentos .procedimento {
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: bottom;
  height: 450px;
  width: 100%;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
}
body main section.procedimentos section.procedimentos-destaque .procedimentos .procedimento:after {
  content: url("../image/detalhe.png");
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 2;
}
body main section.procedimentos section.procedimentos-destaque .procedimentos .procedimento:before {
  background: linear-gradient(0deg, #001f43 11.21%, rgba(0, 0, 0, 0) 72.86%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.4s all;
}
body main section.procedimentos section.procedimentos-destaque .procedimentos .procedimento:hover:before {
  height: 200%;
}
body main section.procedimentos section.procedimentos-destaque .procedimentos .procedimento div {
  position: relative;
  z-index: 2;
}
body main section.procedimentos section.procedimentos-destaque .procedimentos .procedimento h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 40px */
  padding-left: 30px;
}
body main section.procedimentos section.procedimentos-destaque .procedimentos .procedimento .ver-mais {
  display: flex;
  color: #3092cd;
  margin-top: 20px;
  border: 2px solid #3092cd;
  transition: 0.3s all;
}
body main section.procedimentos section.procedimentos-destaque .procedimentos .procedimento .ver-mais:hover {
  border-color: #efa238;
  color: #efa238;
  transform: translateY(-2px);
}
body main section.procedimentos section.procedimentos-destaque .procedimentos .procedimento .ver-mais:hover strong {
  background-color: #efa238;
}
body main section.procedimentos section.procedimentos-destaque .procedimentos .procedimento .ver-mais span {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  flex-grow: 1;
  font-weight: 700;
  font-size: 16px;
  color: white;
}
body main section.procedimentos section.procedimentos-destaque .procedimentos .procedimento .ver-mais strong {
  transition: 0.3s all;
  display: inline-block;
  margin-left: auto;
  background-color: #3092cd;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.procedimentos section.procedimentos-destaque {
    margin-top: 0;
  }
  body main section.procedimentos section.procedimentos-destaque .procedimentos {
    flex-flow: column;
    flex-wrap: wrap;
  }
  body main section.procedimentos section.procedimentos-destaque .procedimentos .procedimento {
    height: 200px;
    padding: 20px;
    background-position: center;
  }
  body main section.procedimentos section.procedimentos-destaque .procedimentos .procedimento:after {
    display: none;
  }
  body main section.procedimentos section.procedimentos-destaque .procedimentos .procedimento h3 {
    padding: 0;
    font-size: 20px;
  }
}
body main section.procedimentos section.procedimentos-primeira-consulta {
  margin-top: 80px;
  margin-bottom: -5px;
  margin-bottom: -48px;
}
body main section.procedimentos section.procedimentos-primeira-consulta .titulo {
  margin-bottom: 20px;
}
body main section.procedimentos section.procedimentos-primeira-consulta .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
body main section.procedimentos section.procedimentos-primeira-consulta .titulo h1 {
  color: #3d3f8f;
  font-size: 60px;
  font-weight: 100;
}
body main section.procedimentos section.procedimentos-primeira-consulta .titulo img {
  display: block;
}
body main section.procedimentos section.procedimentos-primeira-consulta .cta {
  background: linear-gradient(90deg, rgb(48, 146, 205) 0%, rgb(61, 64, 143) 100%);
  box-shadow: 4px 4px 10px #3092cd;
  color: white;
  display: block;
  max-width: 280px;
  text-align: center;
  margin-top: 40px;
  font-size: 17px;
  font-weight: 700;
  padding: 11px 25px;
  transition: 0.3s all;
}
body main section.procedimentos section.procedimentos-primeira-consulta .cta:hover {
  transform: translateY(-3px);
}
body main section.procedimentos section.procedimentos-primeira-consulta .cta img {
  vertical-align: middle;
  margin-right: 10px;
}
body main section.procedimentos section.procedimentos-primeira-consulta .phones {
  display: flex;
  flex-flow: column;
  width: 200px;
  margin-top: 30px;
}
body main section.procedimentos section.procedimentos-primeira-consulta .phones .phone {
  color: #efa238;
  display: flex;
  align-items: center;
  font-size: 20px;
  transition: 0.3s all;
  margin: 10px 0;
}
body main section.procedimentos section.procedimentos-primeira-consulta .phones .phone img {
  margin-right: 10px;
  transition: 0.3s all;
}
body main section.procedimentos section.procedimentos-primeira-consulta .phones .phone span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
body main section.procedimentos section.procedimentos-primeira-consulta .phones .phone strong {
  display: block;
  font-weight: 500;
  font-size: 20px;
}
body main section.procedimentos section.procedimentos-primeira-consulta .phones .phone:hover {
  color: #3d3f8f;
}
body main section.procedimentos section.procedimentos-primeira-consulta .phones .phone:hover img {
  filter: invert(1);
}
body main section.procedimentos section.procedimentos-primeira-consulta .foto {
  width: 100%;
}
body main section.procedimentos section.procedimentos-primeira-consulta .resumo {
  font-weight: 300;
  color: dimgray;
  font-size: 20px;
  line-height: 22px;
}
body main section.procedimentos section.procedimentos-primeira-consulta .resumo h3 {
  font-weight: 300;
  font-size: 24px;
}
body main section.procedimentos section.procedimentos-primeira-consulta .resumo h3 strong {
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.procedimentos section.procedimentos-primeira-consulta {
    margin: 0;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  body main section.procedimentos section.procedimentos-primeira-consulta .cta {
    margin: 20px auto;
    display: block;
    max-width: 250px;
    padding: 11px 15px;
    font-size: 14px;
  }
  body main section.procedimentos section.procedimentos-primeira-consulta .foto {
    display: none;
  }
  body main section.procedimentos section.procedimentos-primeira-consulta .titulo h1 {
    font-size: 30px;
  }
}
body main section.procedimentos section.procedimentos-como-funciona {
  background-image: url("../image/bg_diferenciais-interna.png");
  background-size: cover;
  min-height: 800px;
  color: white;
  position: relative;
  z-index: 2;
  padding: 80px 0;
  margin-top: -20px;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 95%);
}
body main section.procedimentos section.procedimentos-como-funciona .diferenciais {
  display: flex;
  margin-top: 50px;
  align-items: flex-start;
  justify-content: space-between;
}
body main section.procedimentos section.procedimentos-como-funciona .diferenciais .item {
  width: calc(25% - 15px);
  margin: 0 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
body main section.procedimentos section.procedimentos-como-funciona .diferenciais .item img {
  margin-bottom: 30px;
}
body main section.procedimentos section.procedimentos-como-funciona .diferenciais .item h6 {
  font-size: 20px;
  text-transform: uppercase;
}
body main section.procedimentos section.procedimentos-como-funciona .resumo {
  color: white;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  max-width: 400px;
  margin: 20px auto 30px auto;
  line-height: 25px;
}
body main section.procedimentos section.procedimentos-como-funciona .resumo strong {
  font-weight: 600;
}
body main section.procedimentos section.procedimentos-como-funciona .titulo {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.procedimentos section.procedimentos-como-funciona .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
body main section.procedimentos section.procedimentos-como-funciona .titulo h1 {
  color: white;
  font-size: 54px;
  font-weight: 100;
  text-align: center;
}
body main section.procedimentos section.procedimentos-como-funciona .titulo img {
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.procedimentos section.procedimentos-como-funciona {
    -webkit-clip-path: none;
            clip-path: none;
    min-height: auto;
    margin-top: 0;
  }
  body main section.procedimentos section.procedimentos-como-funciona .titulo h1 {
    font-size: 36px;
  }
  body main section.procedimentos section.procedimentos-como-funciona .resumo {
    font-size: 18px;
  }
  body main section.procedimentos section.procedimentos-como-funciona .diferenciais {
    flex-flow: column;
    flex-wrap: wrap;
  }
  body main section.procedimentos section.procedimentos-como-funciona .diferenciais .item {
    width: calc(100% - 20px);
    margin: 20px 10px;
    font-size: 18px;
  }
  body main section.procedimentos section.procedimentos-como-funciona .diferenciais .item img {
    height: 150px;
  }
  body main section.procedimentos section.procedimentos-como-funciona .diferenciais .item h6 {
    font-size: 18px;
  }
}
body main section.procedimentos section.procedimentos-o-que-esperar {
  background-image: url(../image/bg_primeira2.png);
  background-size: cover;
  margin-top: -90px;
  padding: 115px 0;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
}
body main section.procedimentos section.procedimentos-o-que-esperar .titulo {
  margin-bottom: 50px;
}
body main section.procedimentos section.procedimentos-o-que-esperar .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
body main section.procedimentos section.procedimentos-o-que-esperar .titulo h1 {
  line-height: 58px;
  color: #3d3f8f;
  font-size: 60px;
  font-weight: 100;
}
body main section.procedimentos section.procedimentos-o-que-esperar .titulo img {
  display: block;
}
body main section.procedimentos section.procedimentos-o-que-esperar .item {
  margin: 20px 0;
  display: flex;
  align-items: center;
}
body main section.procedimentos section.procedimentos-o-que-esperar .item .texto {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #414141;
}
body main section.procedimentos section.procedimentos-o-que-esperar .item .number {
  color: #3092cd;
  background-color: white;
  display: flex;
  width: 55px;
  margin-right: 20px;
  box-shadow: 0px 5px 1px #3092cd;
  height: 55px;
  flex: 0 0 55px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  border: 1px solid gainsboro;
  font-size: 20px;
  border-radius: 100%;
}
body main section.procedimentos section.procedimentos-o-que-esperar .buttons {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
body main section.procedimentos section.procedimentos-o-que-esperar .buttons .phone {
  color: #efa238;
  display: flex;
  align-items: center;
  font-size: 20px;
  transition: 0.3s all;
}
body main section.procedimentos section.procedimentos-o-que-esperar .buttons .phone img {
  margin-right: 10px;
  transition: 0.3s all;
}
body main section.procedimentos section.procedimentos-o-que-esperar .buttons .phone span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
body main section.procedimentos section.procedimentos-o-que-esperar .buttons .phone strong {
  display: block;
  font-weight: 500;
  font-size: 20px;
}
body main section.procedimentos section.procedimentos-o-que-esperar .buttons .phone:hover {
  color: #3d3f8f;
}
body main section.procedimentos section.procedimentos-o-que-esperar .buttons .phone:hover img {
  filter: invert(1);
}
body main section.procedimentos section.procedimentos-o-que-esperar .buttons .cta {
  background: linear-gradient(90deg, rgb(48, 146, 205) 0%, rgb(61, 64, 143) 100%);
  box-shadow: 4px 4px 10px #3092cd;
  color: white;
  display: block;
  max-width: 280px;
  text-align: center;
  margin-right: 30px;
  font-size: 17px;
  font-weight: 700;
  padding: 11px 25px;
  transition: 0.3s all;
}
body main section.procedimentos section.procedimentos-o-que-esperar .buttons .cta:hover {
  transform: translateY(-3px);
}
body main section.procedimentos section.procedimentos-o-que-esperar .buttons .cta img {
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 991px) {
  body main section.procedimentos section.procedimentos-o-que-esperar {
    -webkit-clip-path: none;
            clip-path: none;
    margin-top: 0;
    padding: 40px 0;
    background: #fafafa;
  }
  body main section.procedimentos section.procedimentos-o-que-esperar .buttons {
    flex-wrap: wrap;
    flex-flow: column;
  }
  body main section.procedimentos section.procedimentos-o-que-esperar .buttons .cta {
    margin: 20px auto;
    display: block;
    max-width: 250px;
    padding: 11px 26px;
    font-size: 14px;
  }
  body main section.procedimentos section.procedimentos-o-que-esperar .titulo h1 {
    font-size: 32px;
    margin-top: 10px;
    line-height: 34px;
  }
  body main section.procedimentos section.procedimentos-o-que-esperar .item .texto {
    font-size: 18px;
  }
}
body main section.procedimentos section.procedimentos-frase {
  padding-bottom: 50px;
}
body main section.procedimentos section.procedimentos-frase .frase {
  display: flex;
}
body main section.procedimentos section.procedimentos-frase .img {
  margin-left: -150px;
}
body main section.procedimentos section.procedimentos-frase .quote {
  flex: 0 0 110px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.procedimentos section.procedimentos-frase .conteudo {
  margin-left: 20px;
  padding-left: 5px;
  padding-right: 35px;
}
body main section.procedimentos section.procedimentos-frase .conteudo .texto {
  font-size: 22px;
  color: gray;
  font-weight: 500;
  line-height: 30px;
}
body main section.procedimentos section.procedimentos-frase .autor {
  color: #3d3f8f;
  font-weight: 700;
  margin-top: 10px;
  font-size: 14px;
}
@media (max-width: 991px) {
  body main section.procedimentos section.procedimentos-frase {
    padding: 30px 0;
  }
  body main section.procedimentos section.procedimentos-frase .frase {
    align-items: flex-start;
  }
  body main section.procedimentos section.procedimentos-frase .quote {
    margin-top: 0;
    width: 35px;
    flex: 0 0 35px;
  }
  body main section.procedimentos section.procedimentos-frase .img {
    display: none;
  }
  body main section.procedimentos section.procedimentos-frase .conteudo {
    padding: 5px;
  }
  body main section.procedimentos section.procedimentos-frase .conteudo .texto {
    font-size: 16px;
    line-height: 24px;
  }
}
body main section.procedimentos-relacionados {
  background-image: url("../image/bg_procedimentos-procurados.png");
  background-size: cover;
  padding: 90px 0 90px 0;
  -webkit-clip-path: polygon(0 0, 100% 65px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 65px, 100% 100%, 0 100%);
}
body main section.procedimentos-relacionados .container {
  max-width: 1200px;
}
body main section.procedimentos-relacionados .titulo {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.procedimentos-relacionados .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
body main section.procedimentos-relacionados .titulo h1 {
  color: white;
  font-size: 54px;
  font-weight: 100;
}
body main section.procedimentos-relacionados .titulo img {
  display: block;
  margin: auto;
}
body main section.procedimentos-relacionados .procedimentos {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
body main section.procedimentos-relacionados .procedimentos .item {
  display: block;
  width: calc(25% - 20px);
  margin: 50px 10px;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
body main section.procedimentos-relacionados .procedimentos .item .link {
  display: block;
  width: 110px;
  margin: auto;
  margin-top: 30px;
  color: #3092cd;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
body main section.procedimentos-relacionados .procedimentos .item .link i {
  margin-left: 10px;
}
body main section.procedimentos-relacionados .procedimentos .item .link:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 4px;
  background: #3092cd;
  width: 100%;
}
body main section.procedimentos-relacionados .procedimentos .item img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.procedimentos-relacionados {
    -webkit-clip-path: none;
            clip-path: none;
    margin-top: 0;
    padding: 35px 10px;
  }
  body main section.procedimentos-relacionados .titulo h1 {
    font-size: 32px;
    text-align: center;
  }
  body main section.procedimentos-relacionados .resumo {
    font-size: 17px;
    line-height: 22px;
  }
  body main section.procedimentos-relacionados .procedimentos .item {
    width: 100%;
    margin: 40px 10px;
  }
  body main section.procedimentos-relacionados .procedimentos .item img {
    height: 150px;
    width: 150px;
  }
}
body main section.procedimentos-categoria section.lista {
  padding-bottom: 20px;
}
body main section.procedimentos-categoria section.lista .procedimentos {
  display: flex;
  flex-wrap: wrap;
}
body main section.procedimentos-categoria section.lista .procedimentos .item {
  background-color: #f7f7f7;
  width: calc(33% - 80px);
  margin: 60px 30px;
  padding: 60px 40px;
  font-size: 17px;
  color: dimgray;
}
body main section.procedimentos-categoria section.lista .procedimentos .item .overflow {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 155px;
}
body main section.procedimentos-categoria section.lista .procedimentos .item .link {
  display: block;
  width: 110px;
  margin: auto;
  margin-top: 30px;
  color: #3092cd;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
body main section.procedimentos-categoria section.lista .procedimentos .item .link i {
  margin-left: 10px;
}
body main section.procedimentos-categoria section.lista .procedimentos .item .link:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 4px;
  background: #3092cd;
  width: 100%;
}
body main section.procedimentos-categoria section.lista .procedimentos .item img {
  width: 220px;
  height: 220px;
  display: block;
  margin: -100px auto 30px auto;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.procedimentos-categoria section.lista .procedimentos .item h2 {
  color: #3d3f8f;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.procedimentos-categoria section.lista .procedimentos {
    padding-top: 0;
    padding-bottom: 20px;
    flex-wrap: wrap;
    flex-flow: column;
  }
  body main section.procedimentos-categoria section.lista .procedimentos .item {
    width: 100%;
    margin: 0;
    margin-top: 80px;
  }
}
body main section.procedimentos-interna section.sobre {
  background-size: cover;
  background-image: url("../image/bg_curriculo.png");
  color: dimgray;
  font-weight: 300;
  font-size: 20px;
  padding: 100px 0;
}
body main section.procedimentos-interna section.sobre .titulo h1 {
  font-size: 34px;
  color: #3d3f8f;
  font-weight: 600;
  margin-top: 10px;
}
body main section.procedimentos-interna section.sobre h3 {
  font-size: 24px;
  font-weight: 300;
}
body main section.procedimentos-interna section.sobre .detalhes {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
body main section.procedimentos-interna section.sobre .detalhes .item {
  width: 50%;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
}
body main section.procedimentos-interna section.sobre .detalhes .item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #3092cd;
}
body main section.procedimentos-interna section.sobre .detalhes .item .card-img {
  width: 75px;
  float: left;
  height: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
body main section.procedimentos-interna section.sobre .detalhes .item .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.procedimentos-interna section.sobre .contato_box {
  background-color: #3092cd;
  padding: 70px;
  color: white;
  text-align: center;
  margin-left: 25px;
  font-size: 20px;
}
body main section.procedimentos-interna section.sobre .contato_box form span {
  display: block;
  text-align: left;
}
body main section.procedimentos-interna section.sobre .contato_box form input,
body main section.procedimentos-interna section.sobre .contato_box form select,
body main section.procedimentos-interna section.sobre .contato_box form textarea {
  width: 100%;
  font-size: 16px;
  padding: 15px;
  border: 1px solid lightgray;
  color: black;
  margin-bottom: 20px;
}
body main section.procedimentos-interna section.sobre .contato_box form textarea {
  resize: none;
  min-height: 100px;
}
body main section.procedimentos-interna section.sobre .contato_box form .enviar_btn {
  background-color: #3d3f8f;
  color: white;
  border: 2px solid #3d3f8f;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 40px;
  display: block;
  margin: 30px auto 0 auto;
  cursor: pointer;
  transition: all 0.5s;
}
body main section.procedimentos-interna section.sobre .contato_box h1 {
  font-size: 36px;
  font-weight: 300;
}
@media (max-width: 991px) {
  body main section.procedimentos-interna section.sobre {
    padding: 30px 0;
    font-size: 18px;
  }
  body main section.procedimentos-interna section.sobre .contato_box {
    padding: 20px;
    margin: 10px -15px;
    font-size: 16px;
  }
  body main section.procedimentos-interna section.sobre .contato_box h1 {
    font-size: 26px;
  }
  body main section.procedimentos-interna section.sobre .contato_box form .enviar_btn {
    font-size: 15px;
    margin-top: 15px;
  }
  body main section.procedimentos-interna section.sobre .detalhes {
    margin-top: 30px;
  }
  body main section.procedimentos-interna section.sobre .detalhes .item {
    width: 100%;
    font-size: 12px;
  }
  body main section.procedimentos-interna section.sobre .detalhes .item .card-img {
    width: 60px !important;
    height: 35px !important;
    margin-right: 0;
  }
  body main section.procedimentos-interna section.sobre .detalhes .item h4 {
    font-size: 16px;
  }
  body main section.procedimentos-interna section.sobre h3 {
    font-size: 20px;
  }
  body main section.procedimentos-interna section.sobre .titulo img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  body main section.procedimentos-interna section.sobre .titulo h1 {
    font-size: 26px;
    text-align: center;
  }
}
body main section.procedimentos-interna section.detalhes {
  background-color: #f2f2f2;
  padding: 120px 0;
  background-image: url("../image/bg_branco.png");
  background-size: cover;
  font-size: 20px;
}
body main section.procedimentos-interna section.detalhes h1,
body main section.procedimentos-interna section.detalhes h2,
body main section.procedimentos-interna section.detalhes h3,
body main section.procedimentos-interna section.detalhes h4 {
  font-size: 30px;
  font-weight: 600;
  color: #3d3f8f;
}
body main section.procedimentos-interna section.detalhes .newsletter {
  background-color: rgba(223, 223, 223, 0.5);
  padding: 30px 50px;
  margin-top: 30px;
  color: dimgray;
  font-size: 18px;
  text-align: center;
}
body main section.procedimentos-interna section.detalhes .newsletter form {
  margin-top: 20px;
}
body main section.procedimentos-interna section.detalhes .newsletter input {
  width: 100%;
  color: black;
  padding: 8px 15px;
  outline: none;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 18px;
}
body main section.procedimentos-interna section.detalhes .newsletter button {
  width: 100%;
  color: white;
  font-weight: 600;
  outline: none;
  margin-top: 5px;
  background-color: #3092cd;
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
}
body main section.procedimentos-interna section.detalhes .newsletter h1 {
  text-align: center;
  font-size: 26px;
  color: #3092cd;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
body main section.procedimentos-interna section.detalhes .contato {
  background-image: url("../image/bg_contato.png");
  background-size: cover;
  padding: 30px 0;
  border-radius: 5px;
}
body main section.procedimentos-interna section.detalhes .contato .item {
  padding: 0 50px;
  display: flex;
  color: white;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  margin-top: 30px;
  font-size: 17px;
}
body main section.procedimentos-interna section.detalhes .contato .item.mail {
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
  border-bottom: 1px solid #3092cd;
  padding-bottom: 30px;
}
body main section.procedimentos-interna section.detalhes .contato .item i {
  color: #3092cd;
  display: block;
  margin-right: 20px;
  font-size: 30px;
}
@media (max-width: 991px) {
  body main section.procedimentos-interna section.detalhes {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 30px 0;
    font-size: 18px;
  }
  body main section.procedimentos-interna section.detalhes .newsletter {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;
  }
  body main section.procedimentos-interna section.detalhes h3 {
    font-size: 22px;
  }
  body main section.procedimentos-interna section.detalhes .contato {
    margin: 20px -15px 0 -15px;
  }
  body main section.procedimentos-interna section.detalhes .contato .item {
    padding: 0 25px;
  }
}
body main section.procedimentos-interna section.perguntas {
  background-image: url("../image/bg_procedimentos.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 90px 0 120px 0;
  margin-top: 0;
}
@media (min-width: 991px) {
  body main section.procedimentos-interna section.perguntas {
    margin-bottom: -75px;
  }
}
body main section.procedimentos-interna section.perguntas .pergunta {
  color: #3d3f8f;
  background-color: #e1e1e1;
  padding: 20px 30px;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0;
  cursor: pointer;
}
body main section.procedimentos-interna section.perguntas .pergunta i {
  margin-right: 10px;
}
body main section.procedimentos-interna section.perguntas .resposta {
  font-size: 18px;
  padding: 0 30px;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s;
}
body main section.procedimentos-interna section.perguntas .resposta.exibir {
  max-height: 600px;
}
body main section.procedimentos-interna section.perguntas .cta {
  display: flex;
  width: 250px;
  color: #3092cd;
  margin: 50px auto 0 auto;
  border: 2px solid #3092cd;
}
body main section.procedimentos-interna section.perguntas .cta span {
  display: inline-block;
  padding: 10px 12px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
body main section.procedimentos-interna section.perguntas .cta strong {
  display: inline-block;
  margin-left: auto;
  background-color: #3092cd;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
}
body main section.procedimentos-interna section.perguntas .titulo {
  margin: auto;
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.procedimentos-interna section.perguntas .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
body main section.procedimentos-interna section.perguntas .titulo h1 {
  color: #3d3f8f;
  font-size: 60px;
  font-weight: 100;
}
body main section.procedimentos-interna section.perguntas .titulo img {
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.procedimentos-interna section.perguntas {
    margin-top: 0;
    padding: 30px 0;
  }
  body main section.procedimentos-interna section.perguntas .titulo h1 {
    font-size: 32px;
    text-align: center;
  }
  body main section.procedimentos-interna section.perguntas .pergunta {
    font-size: 18px;
    margin: 15px 0;
    border-radius: 7px;
  }
  body main section.procedimentos-interna section.perguntas .resposta {
    font-size: 16px;
  }
}
body main section.procedimentos-confianca {
  background-image: url("../image/bg_confianca.png");
  background-size: cover;
  padding: 120px 0;
  padding-top: 90px;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
}
body main section.procedimentos-confianca .resumo {
  color: white;
  font-size: 20px;
  font-weight: 300;
}
body main section.procedimentos-confianca .titulo {
  margin-bottom: 30px;
}
body main section.procedimentos-confianca .titulo span {
  color: white;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
body main section.procedimentos-confianca .titulo h1 {
  line-height: 58px;
  color: white;
  font-size: 60px;
  font-weight: 100;
}
body main section.procedimentos-confianca .titulo img {
  display: block;
  filter: grayscale(1) brightness(100);
}
@media (max-width: 991px) {
  body main section.procedimentos-confianca {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 30px 0;
  }
  body main section.procedimentos-confianca .resumo {
    font-size: 18px;
  }
  body main section.procedimentos-confianca .titulo h1 {
    font-size: 28px;
    line-height: 34px;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  body main div.margin-fix {
    height: 80px;
  }
}
body main section.duvidas-listagem {
  padding-bottom: 40px;
}
body main section.duvidas-listagem .container {
  max-width: 1350px;
}
body main section.duvidas-listagem .row {
  margin: 0;
}
body main section.duvidas-listagem .categorias a {
  color: #3d3f8f;
  font-weight: 600;
  font-size: 20px;
  margin: 30px 0;
  display: block;
}
body main section.duvidas-listagem .categorias a i {
  margin-right: 10px;
}
body main section.duvidas-listagem .titulo {
  color: #3d3f8f;
  padding: 15px 15px;
  font-size: 24px;
  border-radius: 5px;
  font-weight: 300;
  background-color: rgba(220, 220, 220, 0.3);
  margin-bottom: 20px;
  cursor: pointer;
}
body main section.duvidas-listagem .titulo i {
  margin-right: 10px;
}
body main section.duvidas-listagem .titulo strong {
  font-weight: 500;
}
body main section.duvidas-listagem .resposta-main {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 30px;
}
body main section.duvidas-listagem .resposta-main.exibir {
  max-height: 600px;
}
body main section.duvidas-listagem .resposta-main .resposta {
  color: black;
  font-weight: 300;
  font-size: 20px;
}
body main section.duvidas-listagem .resposta-main .resposta:last-child {
  margin-bottom: 0;
}
body main section.duvidas-listagem h1 {
  font-size: 38px;
  font-weight: 300;
  margin-left: 15px;
}
body main section.duvidas-listagem h1 strong {
  color: #3d3f8f;
  font-weight: 600;
}
body main section.duvidas-listagem hr {
  margin-left: 15px;
  max-width: 35px;
  border: none;
  background: #3d3f8f;
  height: 5px;
  margin-bottom: 40px;
  margin-top: 12px;
}
body main section.duvidas-listagem .exame {
  color: #3092cd;
  padding: 15px 40px;
  font-size: 26px;
  border-radius: 5px;
  font-weight: 600;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}
body main section.duvidas-listagem .exame:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 65px;
  left: 40px;
  background: #3092cd;
}
body main section.duvidas-listagem .exame:first-child {
  margin-top: 0;
}
body main section.duvidas-listagem .exame a {
  color: #3092cd;
}
body main section.duvidas-listagem .exame a.acao {
  display: block;
  color: #3d3f8f;
  border: 2px solid #3d3f8f;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 35px;
  transition: all 0.3s;
}
body main section.duvidas-listagem .exame a.acao:hover {
  background-color: #3d3f8f;
  color: white;
}
body main section.duvidas-listagem .duvidas-box {
  background-color: #3d3f8f;
  padding: 30px;
  color: white;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  body main section.duvidas-listagem .duvidas-box {
    position: sticky;
    top: 70px;
  }
}
body main section.duvidas-listagem .duvidas-box form {
  margin-top: 20px;
}
body main section.duvidas-listagem .duvidas-box form input,
body main section.duvidas-listagem .duvidas-box form textarea {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #f8f8f8;
  border-radius: 6px;
  width: 100%;
  margin: 10px 0;
  outline: none;
}
body main section.duvidas-listagem .duvidas-box form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
body main section.duvidas-listagem .duvidas-box form button {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 17px;
  display: block;
  width: 100%;
  font-weight: 600;
  border: 2px solid #ff8700;
  color: white;
  outline: none;
  cursor: pointer;
  background-color: #ff8700;
  border-radius: 5px;
}
body main section.duvidas-listagem .duvidas-box h2 {
  color: white;
  font-weight: 500;
  font-size: 29px;
  max-width: 200px;
  margin: auto;
  margin-bottom: 15px;
}
body main section.duvidas-listagem .duvidas-box h2 i {
  display: block;
  color: #3092cd;
  font-size: 45px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.duvidas-listagem {
    margin-top: 0;
    padding: 30px 0;
  }
  body main section.duvidas-listagem .resposta {
    font-size: 18px !important;
  }
  body main section.duvidas-listagem .categorias a {
    font-size: 17px;
  }
  body main section.duvidas-listagem .exame {
    display: block;
    font-size: 18px;
  }
  body main section.duvidas-listagem .exame a {
    margin: 15px 0;
    font-size: 16px;
    text-align: center;
    padding: 5px 20px;
  }
  body main section.duvidas-listagem .titulo {
    padding: 15px 30px;
    font-size: 20px;
    margin-top: 40px;
  }
  body main section.duvidas-listagem h1 {
    font-size: 24px;
  }
  body main section.duvidas-listagem .duvidas-box {
    margin-top: 40px;
    margin-right: -20px;
    margin-left: -20px;
    font-size: 17px;
    padding: 20px;
  }
  body main section.duvidas-listagem .duvidas-box form input,
  body main section.duvidas-listagem .duvidas-box form textarea,
  body main section.duvidas-listagem .duvidas-box form button {
    font-size: 16px !important;
  }
  body main section.duvidas-listagem .duvidas-box h2 {
    font-size: 25px;
    max-width: none;
  }
}
body main section.blog {
  background-image: url("../image/bg_procedimentos.png");
  background-size: cover;
  margin-top: -130px;
  padding-top: 150px;
  padding-bottom: 80px;
  margin-bottom: -70px;
}
body main section.blog .container {
  max-width: 1350px;
}
body main section.blog .data {
  color: white;
  background-color: #3d3f8f;
  border-radius: 3px;
  display: none;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 18px;
}
body main section.blog .cat {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
}
body main section.blog .cat a {
  color: #4d4d4d;
}
@media (max-width: 991px) {
  body main section.blog .cat {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
body main section.blog h1 {
  font-size: 38px;
  font-weight: 300;
  margin-left: 15px;
}
body main section.blog h1 strong {
  color: #3d3f8f;
  font-weight: 600;
}
@media (max-width: 991px) {
  body main section.blog h1 strong {
    font-size: 26px;
  }
}
body main section.blog .conteudo {
  color: #4d4d4d;
  font-size: 18px;
}
body main section.blog .conteudo h1 {
  margin-left: 0;
  margin: 20px 0;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body main section.blog .conteudo h1 {
    font-size: 32px;
  }
}
body main section.blog .conteudo h2 {
  margin: 20px 0;
  font-size: 32px;
  font-weight: 500;
}
body main section.blog .conteudo .comentarios {
  margin: 40px 0;
}
@media (max-width: 991px) {
  body main section.blog .conteudo .comentarios {
    margin-bottom: 0;
  }
}
body main section.blog .conteudo img {
  width: 100%;
  margin: 20px 0;
}
body main section.blog .conteudo img:first-of-type {
  margin-top: 10px;
}
body main section.blog hr {
  margin-left: 15px;
  max-width: 35px;
  border: none;
  background: #3d3f8f;
  height: 5px;
  margin-bottom: 40px;
  margin-top: 12px;
}
body main section.blog .row {
  margin: 0;
}
@media (min-width: 992px) {
  body main section.blog .mrg {
    padding-left: 60px;
  }
}
body main section.blog .categorias a {
  color: #3d3f8f;
  font-weight: 600;
  font-size: 20px;
  margin: 30px 0;
  display: block;
}
@media (max-width: 991px) {
  body main section.blog .categorias a {
    font-size: 17px;
  }
}
body main section.blog .categorias a i {
  margin-right: 10px;
}
body main section.blog .titulo {
  color: #3d3f8f;
  padding: 15px 40px;
  font-size: 24px;
  border-radius: 5px;
  font-weight: 300;
  background-color: rgba(220, 220, 220, 0.3);
}
body main section.blog .titulo strong {
  font-weight: 500;
}
body main section.blog .box-listagem .nao-encontrato {
  font-size: 20px;
  font-weight: 400;
  color: #2830a8;
}
body main section.blog .box-listagem .saiba-mais {
  display: block;
  width: 110px;
  margin-top: 30px;
  color: #3092cd;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s all;
}
body main section.blog .box-listagem .saiba-mais i {
  margin-left: 10px;
}
body main section.blog .box-listagem .saiba-mais:after {
  content: "";
  transition: 0.3s all;
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 4px;
  background: #3092cd;
  width: 100%;
}
body main section.blog .box-listagem .card-blog {
  margin-bottom: 50px;
  border-radius: 3px;
  position: relative;
}
body main section.blog .box-listagem .card-blog:hover .saiba-mais {
  color: #efa238;
}
body main section.blog .box-listagem .card-blog:hover .saiba-mais:after {
  background: #efa238;
}
body main section.blog .box-listagem .card-blog:hover img {
  transform: scale(1.1);
}
body main section.blog .box-listagem .card-blog .img-thumb {
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section.blog .box-listagem .card-blog .img-thumb {
    height: auto;
  }
}
body main section.blog .box-listagem .card-blog .img-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}
body main section.blog .box-listagem .card-blog .img-thumb .data {
  position: absolute;
  background-color: #efa238;
  padding: 7px 20px;
  color: white;
  border-radius: 4px;
  bottom: 0px;
  left: 50px;
  transform: translateY(17px);
  font-size: 15px;
  font-weight: 500;
}
body main section.blog .box-listagem .card-blog .post-in {
  padding: 20px 0;
}
body main section.blog .box-listagem .card-blog .post-in .post-titulo {
  font-size: 32px;
  font-weight: 400;
  color: #3d3f8f;
  line-height: 35px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 75px;
}
@media screen and (max-width: 991px) {
  body main section.blog .box-listagem .card-blog .post-in .post-titulo {
    font-size: 26px;
    height: auto;
  }
}
body main section.blog .box-listagem .card-blog .post-in .post-descricao {
  font-size: 19px;
  font-weight: 300;
  color: black;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 108px;
}
@media (max-width: 991px) {
  body main section.blog .box-listagem .card-blog .post-in .post-descricao {
    font-size: 18px;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  body main section.blog .box-listagem .card-blog .post-in {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  body main section.blog {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0;
  }
  body main section.blog .box-convenios {
    margin-right: -20px;
    margin-left: -20px;
  }
  body main section.blog .box-convenios .convenio {
    max-width: 170px;
  }
  body main section.blog .titulo {
    padding: 15px 30px;
    font-size: 20px;
    margin-top: 40px;
  }
  body main section.blog .row {
    margin-top: 0;
  }
}
body main section.paginacao {
  margin-top: 0;
  margin-bottom: 40px;
}
body main section.paginacao .row {
  margin: 0;
  justify-content: flex-end;
  text-align: center;
}
body main section.paginacao li {
  background-color: #ebebeb;
  padding: 20px;
  font-size: 14px;
  color: #23494a;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
}
body main section.paginacao li.active {
  background-color: #e6e6e6 !important;
}
body main section.paginacao li:hover {
  background-color: #cecece !important;
}
body main section.contato {
  background-image: url("../image/bg_procedimentos.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 100px 0;
  margin-top: -100px;
}
body main section.contato .container {
  max-width: 1350px;
}
body main section.contato .row {
  margin: 0;
}
body main section.contato .titulo {
  color: #3092cd;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
body main section.contato .resumo {
  color: #3d3f8f;
  font-size: 20px;
}
body main section.contato form {
  margin-top: 10px;
}
body main section.contato form input,
body main section.contato form textarea,
body main section.contato form select,
body main section.contato form label {
  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 textarea {
  resize: none;
  height: 100px;
}
body main section.contato .btn_duvidas {
  display: flex;
  max-width: 280px;
  color: #3092cd;
  margin-top: 20px;
  border: 2px solid #3092cd;
  transition: 0.3s all;
}
body main section.contato .btn_duvidas:hover {
  border-color: #efa238;
  color: #efa238;
  transform: translateY(-2px);
}
body main section.contato .btn_duvidas:hover strong {
  background-color: #efa238;
}
body main section.contato .btn_duvidas span {
  display: inline-block;
  padding: 10px 40px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
body main section.contato .btn_duvidas strong {
  display: inline-block;
  margin-left: auto;
  background-color: #3092cd;
  color: white;
  padding: 10px 20px;
  transition: 0.3s all;
  font-size: 16px;
  text-align: center;
}
body main section.contato .btn_agendar {
  background: linear-gradient(90deg, rgb(48, 146, 205) 0%, rgb(61, 64, 143) 100%);
  box-shadow: 4px 4px 10px #3092cd;
  color: white;
  display: block;
  max-width: 280px;
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
  padding: 11px 25px;
  transition: 0.3s all;
}
body main section.contato .btn_agendar:hover {
  transform: translateY(-3px);
}
body main section.contato .btn_agendar img {
  vertical-align: middle;
  margin-right: 10px;
}
body main section.contato .phones {
  display: flex;
  flex-flow: column;
  width: 200px;
  margin-top: 30px;
}
body main section.contato .phones .phone {
  color: #efa238;
  display: flex;
  text-align: left;
  align-items: center;
  font-size: 24px;
  transition: 0.3s all;
  margin: 10px 0;
}
body main section.contato .phones .phone img {
  margin-right: 10px;
  transition: 0.3s all;
}
body main section.contato .phones .phone span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
body main section.contato .phones .phone strong {
  display: block;
  font-weight: 500;
  font-size: 20px;
}
body main section.contato .phones .phone:hover {
  color: #3d3f8f;
}
body main section.contato .phones .phone:hover img {
  filter: invert(1);
}
body main section.contato .primary {
  display: flex;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  width: 225px;
  color: #3092cd;
  margin: 30px 0 0 auto;
  border: 2px solid #3092cd;
  padding: 0;
  transition: 0.3s all;
}
body main section.contato .primary:hover {
  border-color: #efa238;
  color: #efa238;
  transform: translateY(-2px);
}
body main section.contato .primary:hover strong {
  background-color: #efa238;
}
body main section.contato .primary span {
  display: inline-block;
  padding: 10px 12px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
body main section.contato .primary strong {
  display: inline-block;
  margin-left: auto;
  transition: 0.3s all;
  background-color: #3092cd;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
}
body main section.contato .box-contato {
  background-color: white;
  border: 1px solid lightgray;
  padding: 50px 80px;
  border-radius: 20px;
  text-align: center;
}
body main section.contato .box-contato hr {
  margin: 38px 0;
  border-bottom: 1px solid gainsboro;
}
body main section.contato .box-contato h1 {
  font-weight: 500;
  font-size: 34px;
  color: #3d3f8f;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.contato {
    margin-top: 0;
    padding: 30px 0;
  }
  body main section.contato form .primary {
    margin: auto;
    margin-top: 15px;
  }
  body main section.contato .btn_duvidas span {
    padding: 10px 25px;
  }
  body main section.contato .btn_agendar {
    margin: 20px auto;
    display: block;
    max-width: 250px;
    padding: 11px 15px;
    font-size: 14px;
  }
  body main section.contato .box-contato {
    padding: 20px;
    margin-top: 70px;
    margin-right: -15px;
    margin-left: -15px;
  }
  body main section.contato .box-contato .phones {
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
  }
  body main section.contato .box-contato h1 {
    font-size: 26px;
    text-align: center;
  }
  body main section.contato .box-contato hr {
    margin: 30px 0;
  }
}
body main section.contato-unidades {
  padding: 60px 0 100px 0;
}
body main section.contato-unidades .box {
  padding: 40px 80px;
  box-shadow: 2px 2px 10px 10px rgba(220, 220, 220, 0.3);
  background-color: white;
  border-top-left-radius: 40px;
  position: relative;
  overflow: hidden;
}
body main section.contato-unidades .box:after {
  content: "";
  background-image: url("../image/img_frase.png");
  position: absolute;
  right: -40px;
  top: calc(50% - 200px);
  height: 400px;
  width: 400px;
  background-size: cover;
}
body main section.contato-unidades .unidades {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 20px;
  line-height: 26px;
  max-width: 900px;
}
body main section.contato-unidades .unidades h3 {
  color: #3092cd;
  font-size: 24px;
  font-weight: 600;
}
body main section.contato-unidades .unidades h5 {
  font-weight: 600;
  font-size: 20px;
}
body main section.contato-unidades .unidades .unidade {
  margin-bottom: 20px;
}
body main section.contato-unidades .unidades .unidade a {
  color: #3d3f8f;
  font-weight: 700;
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
body main section.contato-unidades .unidades .unidade a i {
  color: gray;
  margin-left: 20px;
}
body main section.contato-unidades .unidades .unidade a span {
  text-decoration: underline;
}
body main section.contato-unidades .unidades .sep {
  width: 50%;
  padding: 30px;
  padding-right: 70px;
}
body main section.contato-unidades .unidades .sep:last-child {
  padding-left: 70px;
  border-left: 1px solid gray;
}
@media (max-width: 991px) {
  body main section.contato-unidades {
    padding: 20px 0 60px 0;
  }
  body main section.contato-unidades .box {
    padding: 20px 40px;
  }
  body main section.contato-unidades .box:after {
    display: none;
  }
  body main section.contato-unidades .unidades {
    flex-wrap: wrap;
    flex-flow: column;
    margin-top: 30px;
    font-size: 18px;
  }
  body main section.contato-unidades .unidades h3 {
    margin-bottom: 20px;
  }
  body main section.contato-unidades .unidades h5 {
    font-size: 18px;
  }
  body main section.contato-unidades .unidades .sep {
    width: 100%;
    padding: 0;
  }
  body main section.contato-unidades .unidades .sep:last-child {
    padding-left: 0;
    border-left: none;
  }
  body main section.contato-unidades .unidades .unidade {
    margin: 30px 0;
  }
}
body main section.politica {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  body main section.politica {
    padding: 30px 10px;
  }
}
body main section.depoimentos {
  background-image: url("../image/bg_procedimentos.png");
  background-size: cover;
}
body main section.depoimentos .lista-depoimentos {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: -115px;
  padding-top: 120px;
  padding-bottom: 50px;
}
body main section.depoimentos .lista-depoimentos .item {
  padding: 40px;
  box-shadow: 2px 2px 10px 10px rgba(220, 220, 220, 0.3);
  background-color: white;
  width: calc(50% - 80px);
  max-width: 800px;
  margin: 30px 40px;
  border-top-left-radius: 40px;
}
body main section.depoimentos .lista-depoimentos .item img {
  display: block;
  margin-top: -60px;
}
body main section.depoimentos .lista-depoimentos .item h3 {
  margin-top: 25px;
  font-size: 23px;
  font-weight: 700;
  color: #3092cd;
  text-transform: uppercase;
}
body main section.depoimentos .lista-depoimentos .item .texto {
  color: dimgray;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
@media (max-width: 991px) {
  body main section.depoimentos .lista-depoimentos {
    flex-wrap: wrap;
    flex-flow: column;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  body main section.depoimentos .lista-depoimentos .item {
    width: 100%;
    margin: 30px 0;
  }
  body main section.depoimentos .lista-depoimentos .item .texto {
    font-size: 16px;
  }
  body main section.depoimentos .lista-depoimentos .item h3 {
    font-size: 20px;
  }
}
body main section.depoimentos .filosofia .foto {
  height: 100%;
}
body main section.depoimentos .filosofia .titulo {
  margin-bottom: 20px;
}
body main section.depoimentos .filosofia .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
body main section.depoimentos .filosofia .titulo h1 {
  color: #3d3f8f;
  font-size: 55px;
  font-weight: 100;
}
body main section.depoimentos .filosofia .titulo img {
  display: block;
}
body main section.depoimentos .filosofia .resumo {
  font-weight: 300;
  color: dimgray;
  font-size: 20px;
  line-height: 22px;
}
body main section.depoimentos .filosofia .resumo strong {
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.depoimentos .filosofia .foto {
    width: 100%;
    margin-bottom: 20px;
  }
  body main section.depoimentos .filosofia .resumo {
    font-size: 16px;
  }
  body main section.depoimentos .filosofia .titulo span {
    text-align: center;
  }
  body main section.depoimentos .filosofia .titulo img {
    margin: auto;
  }
  body main section.depoimentos .filosofia .titulo h1 {
    font-size: 32px;
    text-align: center;
  }
}
body main section.depoimentos .curriculo {
  background-image: url("../image/bg_curriculo.png");
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 50px;
  margin-top: -60px;
}
body main section.depoimentos .curriculo .foto {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.8);
}
@media (max-width: 991px) {
  body main section.depoimentos .curriculo .foto {
    transform: scale(1.3);
  }
}
body main section.depoimentos .curriculo .titulo {
  margin-bottom: 20px;
}
body main section.depoimentos .curriculo .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
body main section.depoimentos .curriculo .titulo.center {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.depoimentos .curriculo .titulo.center span {
  text-align: center;
}
body main section.depoimentos .curriculo .titulo h1 {
  color: #3d3f8f;
  font-size: 60px;
  font-weight: 100;
}
body main section.depoimentos .curriculo .titulo img {
  display: block;
}
body main section.depoimentos .curriculo .itens {
  margin-top: 30px;
  color: #3092cd;
  font-weight: 500;
  font-size: 19px;
  max-width: 560px;
  position: relative;
}
body main section.depoimentos .curriculo .itens:after {
  content: "";
  height: calc(100% - 50px);
  width: 2px;
  background: #e5eef3;
  position: absolute;
  top: 25px;
  left: 16px;
}
body main section.depoimentos .curriculo .itens .item {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
body main section.depoimentos .curriculo .itens .item img {
  margin-right: 20px;
  z-index: 1;
}
body main section.depoimentos .curriculo .lista-certificacoes {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 30px;
}
body main section.depoimentos .curriculo .lista-certificacoes img {
  height: 65px;
  margin: 0 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.depoimentos .curriculo .texto {
  max-width: 600px;
}
body main section.depoimentos .curriculo .resumo {
  font-weight: 300;
  color: dimgray;
  font-size: 20px;
  line-height: 22px;
}
body main section.depoimentos .curriculo .resumo h3 {
  font-weight: 300;
  font-size: 24px;
}
body main section.depoimentos .curriculo .resumo h3 strong {
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.depoimentos .curriculo {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 0;
  }
  body main section.depoimentos .curriculo .itens {
    font-size: 16px;
  }
  body main section.depoimentos .curriculo .foto {
    padding: 0;
  }
  body main section.depoimentos .curriculo .resumo {
    font-size: 16px;
  }
  body main section.depoimentos .curriculo .resumo h3 {
    font-size: 20px;
  }
  body main section.depoimentos .curriculo .titulo h1 {
    font-size: 30px;
  }
}
body main section.depoimentos .box {
  background-image: url("../image/bg_box.png");
  background-size: cover;
  border-radius: 30px 30px 0 0;
  padding: 50px 40px;
  color: white;
  font-size: 20px;
  font-weight: 300;
  max-width: 1250px;
  z-index: 2;
  position: relative;
  margin: auto;
  margin-top: 60px;
}
body main section.depoimentos .box .cta {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
body main section.depoimentos .box .cta .whatsapp {
  display: flex;
  align-items: center;
  color: #efa238;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  margin-left: 25px;
  transition: 0.3s all;
}
body main section.depoimentos .box .cta .whatsapp:hover {
  color: white;
}
body main section.depoimentos .box .cta .whatsapp:hover img {
  filter: grayscale(1) brightness(100);
}
body main section.depoimentos .box .cta .whatsapp img {
  transition: 0.3s all;
  margin-right: 15px;
}
body main section.depoimentos .box .cta .cta-btn {
  display: flex;
  width: 230px;
  color: #efa238;
  border: 2px solid #efa238;
  transition: 0.3s all;
}
body main section.depoimentos .box .cta .cta-btn:hover {
  border-color: white;
  color: white;
  transform: translateY(-2px);
}
body main section.depoimentos .box .cta .cta-btn:hover strong {
  background-color: white;
  color: black;
}
body main section.depoimentos .box .cta .cta-btn span {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
body main section.depoimentos .box .cta .cta-btn strong {
  transition: 0.3s all;
  display: inline-block;
  margin-left: auto;
  background-color: #efa238;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
}
body main section.depoimentos .box .box-titulo {
  display: flex;
  align-items: center;
  margin-bottom: -5px;
  margin-left: -82px;
}
body main section.depoimentos .box .box-titulo h1 {
  font-weight: 300;
  margin-left: 20px;
  font-size: 36px;
  max-width: 500px;
}
body main section.depoimentos .box .box-titulo h1 strong {
  font-weight: 600;
}
body main section.depoimentos .box .box-titulo img {
  filter: grayscale(100) brightness(100);
  height: 60px;
}
@media (max-width: 991px) {
  body main section.depoimentos .box {
    padding: 20px 10px;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
  }
  body main section.depoimentos .box .cta {
    flex-wrap: wrap;
    flex-flow: column;
  }
  body main section.depoimentos .box .cta .cta-btn {
    max-width: 230px;
    margin: auto;
  }
  body main section.depoimentos .box .cta .whatsapp {
    margin-top: 30px;
    margin-left: 0 !important;
  }
  body main section.depoimentos .box .cta .whatsapp .hide {
    display: none;
  }
  body main section.depoimentos .box .cta .whatsapp img {
    height: 35px;
  }
  body main section.depoimentos .box .box-titulo {
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    margin-left: 0;
    margin-bottom: 20px;
  }
  body main section.depoimentos .box .box-titulo h1 {
    margin-left: 10px;
    font-size: 28px;
  }
  body main section.depoimentos .box .box-titulo img {
    height: 40px;
    margin-bottom: 20px;
  }
}
body main section.depoimentos section.primeira-consulta {
  background-image: url("../image/bg_footer.png");
  background-size: cover;
  padding-top: 50px;
}
body main section.depoimentos section.primeira-consulta .titulo {
  margin-bottom: 20px;
}
body main section.depoimentos section.primeira-consulta .titulo span {
  color: #3092cd;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
body main section.depoimentos section.primeira-consulta .titulo h1 {
  color: #3d3f8f;
  font-size: 60px;
  font-weight: 100;
}
body main section.depoimentos section.primeira-consulta .titulo img {
  display: block;
}
body main section.depoimentos section.primeira-consulta .cta {
  background: linear-gradient(90deg, rgb(48, 146, 205) 0%, rgb(61, 64, 143) 100%);
  box-shadow: 4px 4px 10px #3092cd;
  color: white;
  display: block;
  max-width: 280px;
  text-align: center;
  margin-top: 40px;
  font-size: 17px;
  font-weight: 700;
  padding: 11px 25px;
  transition: 0.3s all;
}
body main section.depoimentos section.primeira-consulta .cta:hover {
  transform: translateY(-3px);
}
body main section.depoimentos section.primeira-consulta .cta img {
  vertical-align: middle;
  margin-right: 10px;
}
body main section.depoimentos section.primeira-consulta .phones {
  display: flex;
  flex-flow: column;
  width: 200px;
  margin-top: 30px;
}
body main section.depoimentos section.primeira-consulta .phones .phone {
  color: #efa238;
  display: flex;
  align-items: center;
  font-size: 20px;
  transition: 0.3s all;
  margin: 10px 0;
}
body main section.depoimentos section.primeira-consulta .phones .phone img {
  margin-right: 10px;
  transition: 0.3s all;
}
body main section.depoimentos section.primeira-consulta .phones .phone span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
body main section.depoimentos section.primeira-consulta .phones .phone strong {
  display: block;
  font-weight: 500;
  font-size: 20px;
}
body main section.depoimentos section.primeira-consulta .phones .phone:hover {
  color: #3d3f8f;
}
body main section.depoimentos section.primeira-consulta .phones .phone:hover img {
  filter: invert(1);
}
body main section.depoimentos section.primeira-consulta .foto {
  width: 100%;
}
body main section.depoimentos section.primeira-consulta .resumo {
  font-weight: 300;
  color: dimgray;
  font-size: 20px;
  line-height: 22px;
}
body main section.depoimentos section.primeira-consulta .resumo h3 {
  font-weight: 300;
  font-size: 24px;
}
body main section.depoimentos section.primeira-consulta .resumo h3 strong {
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.depoimentos section.primeira-consulta {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  body main section.depoimentos section.primeira-consulta .cta {
    margin: 20px auto;
    display: block;
    max-width: 250px;
    padding: 11px 15px;
    font-size: 14px;
  }
  body main section.depoimentos section.primeira-consulta .foto {
    display: none;
  }
  body main section.depoimentos section.primeira-consulta .titulo h1 {
    font-size: 30px;
  }
}
body footer {
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
}
body footer section.footer-mapa {
  height: 500px;
  -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  margin-top: -50px;
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 991px) {
  body footer section.footer-mapa {
    -webkit-clip-path: none;
            clip-path: none;
    margin-top: 0;
  }
}
body footer section.footer-newsletter {
  background-color: #f0f0f0;
  padding: 40px 0;
}
body footer section.footer-newsletter .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body footer section.footer-newsletter form {
  width: 870px;
  display: flex;
  align-items: center;
}
body footer section.footer-newsletter form input {
  width: 100%;
  border: 1px solid transparent;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
  font-weight: 300;
  height: 100%;
}
body footer section.footer-newsletter form button {
  height: 100%;
  cursor: pointer;
  outline: none;
  display: flex;
  padding: 0;
  width: 230px;
  color: #3092cd;
  margin-left: 20px;
  border: 2px solid #3092cd;
  transition: 0.3s all;
}
body footer section.footer-newsletter form button:hover {
  border-color: #efa238;
  color: #efa238;
  transform: translateY(-2px);
}
body footer section.footer-newsletter form button:hover strong {
  background-color: #efa238;
}
body footer section.footer-newsletter form button span {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
body footer section.footer-newsletter form button strong {
  transition: 0.3s all;
  display: inline-block;
  margin-left: auto;
  background-color: #3092cd;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
}
body footer section.footer-newsletter .texto {
  display: flex;
  align-items: center;
  color: #3d3f8f;
  font-size: 20px;
  font-weight: 500;
}
body footer section.footer-newsletter .texto img {
  margin-right: 20px;
}
body footer section.footer-newsletter .texto strong {
  color: #3092cd;
  font-weight: 200;
  display: block;
  font-size: 40px;
  margin-bottom: -10px;
}
@media (max-width: 991px) {
  body footer section.footer-newsletter {
    padding: 20px;
  }
  body footer section.footer-newsletter form {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  body footer section.footer-newsletter form button {
    margin: auto;
    width: 170px;
  }
  body footer section.footer-newsletter form input {
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  body footer section.footer-newsletter .texto {
    font-size: 18px;
    flex-wrap: wrap;
    text-align: center;
  }
  body footer section.footer-newsletter .texto strong {
    font-size: 25px;
    margin-bottom: -5px;
  }
  body footer section.footer-newsletter .texto img {
    margin: auto;
    margin-bottom: 5px;
    height: 35px;
  }
  body footer section.footer-newsletter .container {
    flex-wrap: wrap;
  }
}
body footer section.footer {
  background-image: url("../image/bg_footer.png");
  background-size: cover;
}
body footer section.footer .rodape {
  padding: 70px;
}
body footer section.footer .rodape img.logo {
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
body footer section.footer .rodape .cta-1 {
  display: flex;
  color: #3d3f8f;
  border: 2px solid #3d3f8f;
  width: 280px;
  margin-bottom: 20px;
  transition: 0.3s all;
}
body footer section.footer .rodape .cta-1:hover {
  border-color: #efa238;
  color: #efa238;
  transform: translateY(-2px);
}
body footer section.footer .rodape .cta-1:hover strong {
  background-color: #efa238;
}
body footer section.footer .rodape .cta-1 span {
  display: inline-block;
  padding: 10px 35px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
}
body footer section.footer .rodape .cta-1 strong {
  display: inline-block;
  transition: 0.3s all;
  margin-left: auto;
  background-color: #3d3f8f;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  text-align: center;
}
body footer section.footer .rodape .cta-2 {
  display: block;
  width: 280px;
  background: rgb(48, 146, 205);
  background: linear-gradient(90deg, rgb(48, 146, 205) 0%, rgb(61, 64, 143) 100%);
  color: white;
  font-size: 17px;
  font-weight: 700;
  padding: 11px 25px;
  transition: 0.3s all;
}
body footer section.footer .rodape .cta-2:hover {
  transform: translateY(-2px);
}
body footer section.footer .rodape .cta-2 img {
  vertical-align: middle;
  margin-right: 10px;
}
body footer section.footer .rodape .phones {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}
body footer section.footer .rodape .phones .phone {
  color: #efa238;
  display: flex;
  align-items: center;
  font-size: 18px;
  transition: 0.3s all;
  width: 50%;
  margin-bottom: 15px;
}
body footer section.footer .rodape .phones .phone:hover {
  color: #3d3f8f;
  transform: translateY(-2px);
}
body footer section.footer .rodape .phones .phone:hover img {
  filter: invert(1);
}
body footer section.footer .rodape .phones .phone img {
  transition: 0.3s all;
  margin-right: 10px;
}
body footer section.footer .rodape .phones .phone span {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
body footer section.footer .rodape .phones .phone strong {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
body footer section.footer .rodape .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}
body footer section.footer .rodape .menu a {
  font-weight: 600;
  text-transform: uppercase;
  width: 50%;
  margin: 3px 0;
  color: #3d3f8f;
  font-size: 16px;
  transition: 0.3s all;
}
body footer section.footer .rodape .menu a:hover {
  color: #3092cd;
}
body footer section.footer .rodape .unidades {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 20px;
  line-height: 26px;
}
body footer section.footer .rodape .unidades h3 {
  color: #3092cd;
  font-size: 24px;
  font-weight: 600;
}
body footer section.footer .rodape .unidades h5 {
  font-weight: 600;
  font-size: 20px;
}
body footer section.footer .rodape .unidades .unidade {
  margin-bottom: 20px;
}
body footer section.footer .rodape .unidades .unidade a {
  color: #3d3f8f;
  font-weight: 700;
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
body footer section.footer .rodape .unidades .unidade a i {
  color: gray;
  margin-left: 20px;
}
body footer section.footer .rodape .unidades .unidade a span {
  text-decoration: underline;
}
body footer section.footer .rodape .unidades .sep {
  width: 50%;
  padding: 30px;
  padding-right: 70px;
}
body footer section.footer .rodape .unidades .sep:last-child {
  padding-left: 70px;
  border-left: 1px solid gray;
}
body footer section.footer .copy {
  background-color: #3d3f8f;
  color: white;
  padding: 30px 0;
  font-weight: 300;
  margin-bottom: 78px;
}
body footer section.footer .copy a {
  color: white;
  transition: 0.3s all;
}
body footer section.footer .copy a img {
  transition: 0.3s all;
}
body footer section.footer .copy a:hover {
  color: #efa238;
}
body footer section.footer .copy a:hover img {
  transform: translateY(-2px);
}
body footer section.footer .copy .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 350px;
}
body footer section.footer .copy .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body footer section.footer .rodape {
    padding: 20px;
  }
  body footer section.footer .rodape img.logo {
    max-width: 145px !important;
    width: 100%;
    margin: auto;
    display: block;
  }
  body footer section.footer .rodape .phones {
    margin-top: 10px;
    flex-flow: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  body footer section.footer .rodape .phones .phone {
    margin: 10px;
    width: auto;
  }
  body footer section.footer .rodape .cta-1 {
    display: flex;
    width: 220px;
    margin: 30px auto 0px auto;
  }
  body footer section.footer .rodape .cta-1 span {
    padding: 10px 20px;
    font-size: 14px;
  }
  body footer section.footer .rodape .cta-1 strong {
    margin-left: auto;
    font-size: 14px;
  }
  body footer section.footer .rodape .cta-2 {
    display: block;
    width: 220px;
    padding: 11px 15px;
    font-size: 14px;
    margin: 10px auto 0px auto;
  }
  body footer section.footer .rodape .cta-2 img {
    height: 18px;
  }
  body footer section.footer .rodape .menu {
    display: none;
  }
  body footer section.footer .rodape .unidades {
    flex-wrap: wrap;
    flex-flow: column;
    margin-top: 30px;
    font-size: 18px;
  }
  body footer section.footer .rodape .unidades h3 {
    margin-bottom: 20px;
  }
  body footer section.footer .rodape .unidades h5 {
    font-size: 18px;
  }
  body footer section.footer .rodape .unidades .sep {
    width: 100%;
    padding: 0;
  }
  body footer section.footer .rodape .unidades .sep:last-child {
    padding-left: 0;
    border-left: none;
  }
  body footer section.footer .rodape .unidades .unidade {
    margin: 30px 0;
  }
  body footer section.footer .copy {
    margin-bottom: 49px;
  }
  body footer section.footer .copy span {
    flex-grow: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  body footer section.footer .copy a {
    text-align: center;
    margin: 0 10px;
  }
  body footer section.footer .copy .txt {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  body footer section.footer .copy img {
    max-width: 250px;
    margin: auto;
    margin-top: 30px;
  }
  body footer section.footer .copy .container {
    flex-flow: column;
    flex-wrap: wrap;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  padding: 10px;
  z-index: 610;
  bottom: 100px;
  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;
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 768px) {
  body footer section.botao_whatsapp {
    right: 20px;
    bottom: 70px;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: 0;
  background-color: white;
  border-top: 2px solid #3d3f8f;
  width: 100%;
  padding: 15px 80px;
  z-index: 600;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa .container {
  max-width: 1475px;
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa .fones {
  display: flex;
  gap: 30px;
  align-items: center;
}
body footer section.barra-fixa .phone {
  color: #efa238;
  display: flex;
  align-items: center;
  font-size: 18px;
  transition: 0.3s all;
}
body footer section.barra-fixa .phone a {
  display: block;
  color: #efa238;
  transition: 0.3s all;
}
body footer section.barra-fixa .phone a:hover {
  color: #3d3f8f;
}
body footer section.barra-fixa .phone img {
  margin-right: 7px;
  height: 45px;
  transition: 0.3s all;
}
body footer section.barra-fixa .phone span {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
body footer section.barra-fixa .phone span.info {
  display: block;
  color: black;
  font-weight: 600;
  font-size: 12px;
}
body footer section.barra-fixa .phone strong {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
body footer section.barra-fixa .phone:hover {
  transform: translateY(-1px);
}
body footer section.barra-fixa .botoes {
  text-align: right;
}
body footer section.barra-fixa .botoes .header_btn {
  color: #3d3f8f;
  border: 2px solid #3d3f8f;
  font-weight: 500;
  border-radius: 5px;
  font-size: 16px;
  padding: 13px 30px;
  transition: all 0.5s;
}
body footer section.barra-fixa .botoes .header_btn:hover {
  background-color: #efa238;
  border-color: #efa238;
  color: white;
}
body footer section.barra-fixa .botoes .agendar_btn {
  background-color: #3d3f8f;
  color: white !important;
  border: 2px solid #3d3f8f;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 30px;
  transition: all 0.5s;
  margin-left: 10px;
}
@media (max-width: 991px) {
  body footer section.barra-fixa .botoes .agendar_btn {
    margin-left: 0 !important;
  }
}
body footer section.barra-fixa .botoes .agendar_btn:hover {
  background-color: #efa238;
  border-color: #efa238;
  color: white;
}
body footer section.barra-fixa-mobile {
  background-color: white;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 1px 0px;
  border-top: 2px solid #3d3f8f;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: #3d3f8f;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer .modal-content .closebtn {
  position: absolute !important;
  top: -30px !important;
  right: 0;
  outline: none !important;
  color: white !important;
  text-shadow: none !important;
  font-weight: 300 !important;
  font-size: 16px !important;
}
@media (max-width: 991px) {
  body footer .modal-content .closebtn {
    top: 10px !important;
    z-index: 1 !important;
    right: 10px !important;
  }
}
body footer .modal-body {
  background-color: #3d3f8f;
  color: white;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  padding: 0;
}
body footer .modal-body.video {
  min-height: 520px;
}
@media (max-width: 991px) {
  body footer .modal-body.video {
    min-height: 300px;
  }
}
body footer .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body footer .modal-body .titulo {
  background-color: #2f3180;
  padding: 30px 20px;
}
body footer .modal-body form {
  padding: 50px 70px;
}
body footer .modal-body form input,
body footer .modal-body form textarea,
body footer .modal-body form select {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #f8f8f8;
  border-radius: 6px;
  width: 100%;
  margin: 10px 0;
  outline: none;
}
body footer .modal-body form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
body footer .modal-body form button {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 17px;
  display: block;
  width: 100%;
  font-weight: 600;
  border: 2px solid #ff8700;
  color: white;
  outline: none;
  cursor: pointer;
  background-color: #ff8700;
  border-radius: 5px;
}
body footer .modal-body h2 {
  color: white;
  font-weight: 500;
  font-size: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body footer .modal-body h2 i {
  color: #3092cd;
  font-size: 45px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  body footer .modal-body {
    font-size: 14px;
  }
  body footer .modal-body .titulo {
    padding: 20px;
    padding-top: 30px;
  }
  body footer .modal-body form {
    padding: 20px;
  }
  body footer .modal-body form input,
  body footer .modal-body form textarea {
    font-size: 16px;
    padding: 10px;
  }
  body footer .modal-body form button {
    font-size: 15px;
  }
  body footer .modal-body h2 {
    font-size: 24px;
    max-width: none;
  }
  body footer .modal-body h2 i {
    font-size: 26px;
    margin-right: 12px;
  }
}
body footer .menu-mobile {
  background-color: white;
  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: #3d3f8f;
}
body footer .menu-mobile .logo {
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
body footer .menu-mobile .logo img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
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;
  border-bottom: 1px solid #3d3f8f;
  position: relative;
}
body footer .menu-mobile ul li a {
  color: #3d3f8f;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
body footer section.zapbutton {
  cursor: pointer;
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 500;
  bottom: 90px;
  right: 20px;
  border-radius: 75px;
  box-shadow: 3px 1px 10px rgba(123, 123, 123, 0.48);
}
body footer section.zapbutton i.fab.fa-whatsapp {
  color: white;
  font-size: 55px;
  margin-top: 6px;
  margin-left: 11px;
}
@media screen and (max-width: 768px) {
  body footer section.zapbutton {
    bottom: 180px !important;
    right: 10px;
  }
}
body footer section.modal-whatsapp {
  position: fixed;
  right: 17px;
  bottom: 90px;
  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: 25px;
  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);
}
@media screen and (max-width: 991px) {
  body footer section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset;
    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 .msg-bot input::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
body footer section.modal-whatsapp .msg-bot input:-ms-input-placeholder {
  color: #757575;
  opacity: 1;
}
body footer section.modal-whatsapp .msg-bot input::-webkit-input-placeholder {
  color: #757575;
  opacity: 1;
}
body footer section.modal-whatsapp .campo-acao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
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 .texto input::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
body footer section.modal-whatsapp .campo-acao .texto input:-ms-input-placeholder {
  color: #757575;
  opacity: 1;
}
body footer section.modal-whatsapp .campo-acao .texto input::-webkit-input-placeholder {
  color: #757575;
  opacity: 1;
}
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;
}