@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap");
* {
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  position: relative;
  font-family: "Roboto Flex", sans-serif !important;
  background-color: #F2EBE2;
  color: #333333;
  margin: 0 !important;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #8E7770; }

::selection {
  color: #fff;
  background: #8E7770; }

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.grid._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

.grid._4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

button:focus {
  outline: none !important;
  box-shadow: none; }

.center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.centerright {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important; }

.centerend {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 900px) {
  .grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: 15px; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
section {
  position: relative;
  padding: 5vw 0; }

.container {
  max-width: 100%;
  padding-left: 5vw;
  padding-right: 5vw; }

.p-5vw {
  padding-left: 5vw;
  padding-right: 5vw; }

.h-90vh {
  height: 90vh; }

.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-primary {
  background-color: #8E7770 !important; }

.img-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none; }

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 500ms; }
  .image-wrapper:hover img {
    transform: scale(1.05); }

.video-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden; }
  .video-container .bg-video-thumb {
    position: absolute;
    z-index: 4;
    inset: 0%;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .video-container button.play {
    width: 175px;
    height: 157px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
    .video-container button.play:hover {
      transform: scale(1.1); }
  .video-container .embed-container {
    width: 100%;
    padding-bottom: 56.25%; }
  .video-container .embed-container iframe,
  .video-container .embed-container object,
  .video-container .embed-container embed {
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%; }

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: stretch; }

.flex {
  display: flex;
  align-items: center;
  gap: 10px; }

.flex-end {
  display: flex;
  align-items: end;
  gap: 50px; }

.gap15 {
  gap: 15px; }

.gap20 {
  gap: 20px; }

.gap30 {
  gap: 30px; }

.gap40 {
  gap: 40px; }

.gap50 {
  gap: 50px; }

.gap60 {
  gap: 60px; }

.gap80 {
  gap: 80px; }

.between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.between-end {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.justify-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.w-100 {
  width: 100% !important;
  max-width: 100% !important; }

.redes ul {
  gap: 15px; }
  .redes ul li a {
    display: block;
    background-color: #333333;
    width: 49px;
    min-width: 49px;
    height: 49px;
    border-radius: 5px; }
    .redes ul li a:hover {
      transform: translateY(-2px); }

.radius {
  border-radius: 30px; }

.text-white {
  color: #F2EBE2 !important; }
  .text-white * {
    color: #F2EBE2 !important; }

b, strong {
  font-weight: 700; }

a.link-absolute {
  display: block;
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  z-index: 2; }

.h1, h1 {
  font-family: "Instrument Serif", serif;
  font-size: 4.375rem;
  line-height: 115%;
  margin-bottom: 25px; }

.h2, h2 {
  font-size: 3.125rem;
  font-weight: 300;
  margin-bottom: 20px; }

.h3, h3 {
  font-family: "Instrument Serif", serif;
  font-size: 2.5rem; }

p {
  font-weight: 300;
  margin-bottom: 20px; }

li {
  font-weight: 300; }

.btn.btn-primary {
  position: relative;
  background-color: #8E7770 !important;
  color: #F2EBE2 !important;
  border: solid 1px #8E7770 !important;
  border-radius: 0px;
  padding: 14px 26px;
  width: 100%;
  max-width: max-content;
  font-size: 1.25rem;
  box-shadow: none;
  border-radius: 5px;
  white-space: break-spaces;
  transition: all ease 300ms; }
  .btn.btn-primary:hover {
    filter: brightness(1.05);
    transform: translateY(-2px);
    box-shadow: 3px 6px 20px 0px #f2ebe240; }

.faq-component {
  display: flex;
  flex-direction: column;
  margin: 0 auto; }

.faq-accordion {
  background-color: #F2EBE2;
  border-radius: 30px;
  padding: 40px 60px;
  margin-bottom: 12px; }
  .faq-accordion .faq-question {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    z-index: 2; }
    .faq-accordion .faq-question .faq-plus {
      position: relative;
      width: 22px;
      height: 24px;
      min-width: 22px;
      -webkit-transition: all ease .5s;
      transition: all ease .5s; }
      .faq-accordion .faq-question .faq-plus:before {
        content: '';
        background-image: url("../img/faq-plus.svg");
        position: absolute;
        left: 50%;
        transform: translateX(-50%) rotate(0deg);
        width: 22px;
        height: 24px;
        min-width: 22px;
        transform-style: preserve-3d;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all ease .5s;
        transition: all ease .5s; }
    .faq-accordion .faq-question h4 {
      padding-right: 50px;
      margin-bottom: 0; }
  .faq-accordion .faq-answer {
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden; }
    .faq-accordion .faq-answer .padding {
      padding: 25px 0px 0px;
      margin-top: -10px; }
      .faq-accordion .faq-answer .padding *:last-child {
        margin-bottom: 0; }

.faq-accordion.active {
  background-color: #8E7770;
  color: #F2EBE2;
  padding: 60px; }
  .faq-accordion.active .faq-question .faq-plus:before {
    display: none; }
  .faq-accordion.active .faq-answer {
    max-height: 2000px; }

@media screen and (max-width: 1580px) {
  .h1, h1 {
    font-size: 4.125rem; }

  .h2, h2 {
    font-size: 2.875rem; }

  .h3, h3 {
    font-size: 2.25rem; }

  .h4, h4 {
    font-size: 1.375rem; }

  p {
    font-size: 0.875rem; }

  .btn.btn-primary {
    font-size: 1.125rem; }

  .mt-5, .my-5 {
    margin-top: 2rem !important; }

  .faq-accordion {
    padding: 25px 40px; }

  .faq-accordion.active {
    padding: 40px; } }
@media screen and (max-width: 1380px) {
  .container {
    padding-left: 2vw;
    padding-right: 2vw; }

  .p-5vw {
    padding-left: 4vw;
    padding-right: 4vw; }

  .mt-5, .my-5 {
    margin-top: 1.5rem !important; } }
@media screen and (max-width: 900px) {
  section {
    padding: 40px 0; }

  .container {
    padding-left: 15px;
    padding-right: 15px; }

  .p-5vw {
    padding-left: 15px;
    padding-right: 15px; }

  .radius {
    border-radius: 15px; }

  .mt-5, .my-5 {
    margin-top: 1rem !important; }

  .h1, h1 {
    font-size: 3.125rem;
    margin-bottom: 15px; }

  .h2, h2 {
    font-size: 2.25rem;
    margin-bottom: 15px; }

  .h3, h3 {
    font-size: 1.75rem; }

  .h4, h4 {
    font-size: 1.125rem; }

  p {
    margin-bottom: 15px; }

  .btn.btn-primary {
    font-size: 1rem;
    padding: 12px 22px; }

  .p-5 {
    padding: 1rem !important; }

  .pt-5, .py-5 {
    padding-top: 2rem !important; }

  .pb-5, .py-5 {
    padding-bottom: 2rem !important; }

  .gap40 {
    gap: 20px; }

  .faq-accordion {
    padding: 20px 15px;
    border-radius: 15px; }

  .faq-accordion .faq-question h4 {
    padding-right: 20px; }

  .faq-accordion .faq-question .faq-plus:before {
    transform: scale(0.8) translateX(-50%) rotate(0deg); }

  .faq-accordion .faq-answer .padding {
    padding: 20px 0px 0px; }

  .faq-accordion.active {
    padding: 20px 15px; } }
header {
  background-color: #8E7770;
  position: relative;
  width: 100%;
  padding: 60px 0;
  z-index: 10; }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header a.brand {
    display: block; }
  header nav.nav-menu {
    display: flex;
    align-items: center;
    gap: 22px; }
    header nav.nav-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      gap: 26px; }
      header nav.nav-menu ul li {
        position: relative;
        margin-bottom: 0; }
        header nav.nav-menu ul li a {
          position: relative;
          display: block;
          width: 100%;
          color: #F2EBE2;
          font-size: 1.25rem;
          line-height: 1;
          padding: 8px 12px;
          text-align: center;
          text-decoration: none !important;
          transition: all ease 200ms; }
          header nav.nav-menu ul li a:hover {
            background-color: #C8BAA9;
            color: #8E7770; }
          header nav.nav-menu ul li a:after {
            content: '';
            position: absolute;
            background-color: #F2EBE2;
            width: 6px;
            height: 6px;
            border-radius: 100px;
            right: -16px;
            top: 50%;
            transform: translateY(-50%);
            margin-top: 2px; }
      header nav.nav-menu ul li:last-child a:after {
        display: none; }
    header nav.nav-menu .btn.btn-cta {
      background-color: #F2EBE2;
      color: #8E7770;
      padding: 8px 16px;
      border-radius: 5px; }
      header nav.nav-menu .btn.btn-cta:hover {
        background-color: #C8BAA9; }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 1px;
    width: 28px;
    border-radius: 0px;
    background-color: #F2EBE2;
    margin: 8px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .hamburger-btn .hamburger-lines.open .close-middle {
    opacity: 0; }
  header .hamburger-btn .hamburger-lines.open .close-bottom {
    transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    top: 60px;
    left: auto;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease .8s;
    transition: all ease .8s; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 0;
      background-color: #F2EBE2;
      padding: 0;
      z-index: 200;
      transform: translateY(-80vh) translateX(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        flex-direction: column;
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        gap: 0px; }
        header .menu-overlay .nav-menu ul li {
          position: relative; }
          header .menu-overlay .nav-menu ul li a {
            position: relative;
            display: block;
            width: 100%;
            color: #8E7770;
            line-height: 1;
            text-decoration: none !important;
            transition: all ease 300ms;
            font-size: 1.25rem;
            text-align: left;
            padding: 24px 15px;
            border-bottom: solid 1px #8E777042; }
            header .menu-overlay .nav-menu ul li a:hover, header .menu-overlay .nav-menu ul li a:focus {
              background-color: #8E7770;
              color: #fff; }
        header .menu-overlay .nav-menu ul a.btn.btn-primary {
          width: 100%;
          max-width: 100%; }
  header .menu-overlay.open {
    display: block;
    height: 600px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1580px) {
    header {
      padding: 50px 0; }
      header a.brand img {
        max-width: 325px; }
      header nav.nav-menu ul li a {
        font-size: 1.125rem; } }
  @media screen and (max-width: 900px) {
    header {
      padding: 25px 0; }
      header a.brand img {
        max-width: 65vw; } }

section.hero {
  padding: 8vw 0; }
  @media screen and (max-width: 1580px) {
    section.hero {
      padding: 6vw 0; } }
  @media screen and (max-width: 900px) {
    section.hero {
      padding: 60px 0; }
      section.hero picture {
        opacity: 0.3; } }

@media screen and (max-width: 900px) {
  section.about .content {
    padding: 30px 2rem 0; } }

section.especialidades {
  background-color: #C8BAA9; }
  section.especialidades .item {
    width: 100%;
    border: solid 1px #F2EBE2; }
    section.especialidades .item .icon {
      width: 100px;
      min-width: 100px; }
      section.especialidades .item .icon img {
        max-width: 100%; }
    section.especialidades .item .text {
      max-width: 540px; }
      section.especialidades .item .text p:last-child {
        margin-bottom: 0; }
    section.especialidades .item .title {
      width: 100%;
      text-align: right; }
      section.especialidades .item .title h3 {
        margin-bottom: 0; }
  @media screen and (max-width: 900px) {
    section.especialidades .item {
      flex-direction: column;
      text-align: center; }
      section.especialidades .item .title {
        text-align: center; }
      section.especialidades .item .text {
        max-width: 100%;
        order: 2; } }

section.features .item {
  padding: 100px 60px;
  border: solid 1px #8E7770; }
  section.features .item .icon {
    margin-bottom: 25px; }
  section.features .item h3 {
    margin-bottom: 40px; }
  section.features .item p {
    margin-bottom: 0; }
@media screen and (max-width: 1380px) {
  section.features .item {
    padding: 60px 30px; } }
@media screen and (max-width: 900px) {
  section.features .item {
    padding: 40px 20px; }
    section.features .item h3 {
      margin-bottom: 20px; } }

section.depoimentos img.absolute {
  position: absolute;
  pointer-events: none; }
  section.depoimentos img.absolute._1 {
    left: 0;
    top: 0; }
  section.depoimentos img.absolute._2 {
    right: 0;
    bottom: 0; }
@media screen and (max-width: 1580px) {
  section.depoimentos .h1, section.depoimentos h1 {
    font-size: 3.125rem; } }
@media screen and (max-width: 1380px) {
  section.depoimentos img.absolute {
    transform: scale(0.8); }
    section.depoimentos img.absolute._1 {
      transform-origin: left; }
    section.depoimentos img.absolute._2 {
      transform-origin: right; }
  section.depoimentos .h1, section.depoimentos h1 {
    font-size: 2.75rem; } }
@media screen and (max-width: 900px) {
  section.depoimentos .h1, section.depoimentos h1 {
    font-size: 1.75rem; }
  section.depoimentos img.absolute {
    transform: scale(0.3);
    opacity: 0.3; }
    section.depoimentos img.absolute._1 {
      top: -20%; }
    section.depoimentos img.absolute._2 {
      bottom: -20%; } }

footer {
  position: relative;
  min-height: 885px;
  background: linear-gradient(#f2ebe200 30%, #f2ebe2cc 72%);
  padding-bottom: 60px; }
  footer .img-background {
    width: calc(100% - 10vw);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px 30px 0 0; }
  footer .cta {
    display: block;
    max-width: max-content;
    margin: 0 auto;
    background-color: #F2EBE2;
    padding: 10px 70px 40px;
    border-radius: 0 0 30px 30px;
    margin-bottom: 28vw; }
  footer p {
    margin-bottom: 0; }
    footer p a {
      color: #333333; }
      footer p a:hover {
        color: #8E7770; }
  footer .btn.btn-primary {
    font-size: 1rem; }
  @media screen and (max-width: 1580px) {
    footer .cta {
      margin-bottom: 36vw; } }
  @media screen and (max-width: 1380px) {
    footer .cta {
      margin-bottom: 42vw; }
    footer .img-background {
      width: calc(100% - 4vw); } }
  @media screen and (max-width: 900px) {
    footer {
      min-height: auto; }
      footer .cta {
        padding: 10px 25px 25px;
        border-radius: 0 0 20px 20px; }
        footer .cta h2 {
          font-size: 1.75rem;
          text-align: center; }
      footer .btn.btn-primary {
        margin-bottom: 30px; }
      footer .redes {
        margin-top: 30px; } }

.whatsflutuante {
  background-repeat: no-repeat;
  text-indent: 9999px;
  z-index: 200;
  width: 80px;
  height: 80px;
  right: 40px;
  bottom: 40px;
  position: fixed;
  background-image: url("../img/whatsapp-flutuante.svg");
  background-size: contain;
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

.whatsflutuante:hover {
  transform: scale(1.1); }

@media screen and (max-width: 900px) {
  .whatsflutuante {
    width: 55px;
    height: 55px;
    right: 15px;
    bottom: 20px; } }
.cookiealert {
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: 18%;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transform: translate(-50%, 100%);
  transition: all 500ms ease-out;
  background: #F2EBE2;
  padding: 10px !important; }
  .cookiealert p {
    color: #8E7770;
    font-size: 0.75rem;
    text-align: center;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 8px; }
  .cookiealert a {
    color: #F2EBE2; }
  .cookiealert button.acceptcookies {
    padding: 8px !important;
    font-size: 0.875rem;
    font-weight: 300;
    max-width: 100%;
    width: 100%;
    display: block;
    white-space: normal;
    text-align: center; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: calc(100% - 20px);
    bottom: 10px;
    text-align: center;
    left: 50%;
    right: auto;
    transform: translate(-50%, 100%); }
    .cookiealert button.acceptcookies {
      margin: 0 auto; }

  .cookiealert.show {
    transform: translate(-50%, 0%); } }

/*# sourceMappingURL=styles.css.map */
