@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Manrope:wght@200..800&display=swap");
* {
  -webkit-transition: color ease .2s;
  transition: color ease .2s; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  position: relative;
  font-family: "Manrope", sans-serif !important;
  color: #222222;
  margin: 0 !important;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #1F488F; }

::selection {
  color: #fff;
  background: #1F488F; }

.cookiealert {
  position: fixed;
  bottom: 60px;
  right: 15px;
  width: 15%;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: #1F488F;
  padding: 10px !important; }
  .cookiealert p {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 8px; }
  .cookiealert a {
    color: #cdcdcd; }
  .cookiealert button.acceptcookies {
    background-color: #fff !important;
    color: #1F488F !important;
    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: translateY(0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 1140px) {
  .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%); } }
.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 20px;
  -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; }

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: 1140px) {
  .grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: 10px; }

  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; } }
.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: stretch; }
  .flex-wrapper .w-50 {
    width: calc(50% - 10px); }
  .flex-wrapper.gap0 .w-50 {
    width: 50%; }

.flex {
  display: flex;
  align-items: center;
  gap: 10px; }

.flex-end {
  display: flex;
  align-items: end;
  gap: 50px; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.gap0 {
  gap: 0px; }

.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; }

section {
  position: relative;
  padding: 80px 0; }

@media (min-width: 1140px) {
  .container {
    max-width: 1270px; } }
@media (max-width: 1580px) {
  .container {
    max-width: 1170px; } }
.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-primary {
  background-color: #1F488F !important; }
  .bg-primary * {
    color: #fff !important; }

.bg-secondary {
  background-color: #47C7D4 !important;
  color: #fff; }

.bg-gray {
  background-color: #EFEFEF; }

.gradient {
  background-image: linear-gradient(90deg, #1F488F, #47C7D4) !important; }

.radius {
  border-radius: 50px !important; }

.radius-bottom {
  border-radius: 0 0 50px 50px !important; }

.radius-right {
  border-radius: 0 0 50px 0 !important; }

.border-primary {
  border: 2px solid #1F488F !important; }

div p:last-child {
  margin-bottom: 0; }

.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%; }

.redes ul {
  gap: 8px; }
  .redes ul li a {
    display: block;
    background-color: #47C7D4;
    width: 40px;
    min-width: 40px;
    height: 40px; }
    .redes ul li a:hover {
      transform: translateY(-2px); }
  .redes ul li a.redes-wpp {
    color: #1F488F;
    font-weight: 400;
    width: auto;
    min-width: max-content;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 2px 10px;
    text-decoration: none; }

.share ul {
  gap: 8px; }
  .share ul li a {
    display: block;
    background-color: #47C7D4;
    width: 58px;
    min-width: 58px;
    height: 58px;
    border-radius: 0 10px 10px 10px; }

.box {
  padding: 55px 45px; }

.p-6 {
  padding: 6rem !important; }

.mt-80 {
  margin-top: 80px; }

.h1, h1, .h2, h2 {
  font-family: "Instrument Serif", serif !important;
  color: #1F488F;
  font-size: 70px;
  line-height: 100%;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px; }

.h3, h3 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 120%; }

.h4, h4 {
  font-weight: 400;
  line-height: 140%; }

.h5, h5 {
  margin-bottom: 20px; }

p {
  margin-bottom: 20px; }

ul {
  padding-left: 20px; }

i {
  font-family: "Instrument Serif", serif !important;
  font-size: larger; }

b, strong {
  font-weight: bold; }

a.link-absolute {
  display: block;
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  z-index: 2; }

.btn.btn-primary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  border: none;
  border-radius: 20px;
  padding: 16px 20px;
  width: 100%;
  max-width: max-content;
  font-size: 1.125rem;
  box-shadow: none;
  white-space: break-spaces;
  transition: all ease 300ms; }
  .btn.btn-primary:hover {
    opacity: 0.8; }

.btn.btn-transparent {
  border: solid 1px #fff;
  border-radius: 100px;
  padding: 8px 16px; }
  .btn.btn-transparent:hover {
    background-color: #fff;
    color: #47C7D4; }

@media screen and (max-width: 1580px) {
  .radius {
    border-radius: 40px !important; }

  .radius-bottom {
    border-radius: 0 0 40px 40px !important; }

  .radius-right {
    border-radius: 0 0 40px 0 !important; }

  .box {
    padding: 45px 35px; }

  .h1, h1, .h2, h2 {
    font-size: 58px;
    margin-bottom: 15px; }

  .h3, h3 {
    font-size: 1.875rem; }

  .h4, h4 {
    font-size: 1.25rem; }

  .h5, h5 {
    font-size: 1.125rem; }

  p, li {
    font-size: 0.875rem; }

  .btn.btn-primary {
    font-size: 1rem; }
    .btn.btn-primary svg {
      transform: scale(0.9); }

  .p-6 {
    padding: 4rem !important; }

  .pl-5, .px-5, .pr-5, .px-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }

  .pb-3, .py-3, .pt-3, .py-3 {
    padding-bottom: 0.8rem !important;
    padding-top: 0.8rem !important; }

  .mt-5, .my-5 {
    margin-top: 2rem !important; } }
@media screen and (max-width: 1140px) {
  section {
    padding: 50px 0; }

  .flex-sm-column {
    flex-direction: column;
    align-items: flex-start; }

  .flex-wrapper.gap0 .w-50 {
    width: 100%; }

  .video-container button.play {
    width: 70px;
    height: 65px; }

  .share {
    transform: scale(0.8);
    transform-origin: left; }

  .gap30 {
    gap: 15px; }

  .gap80 {
    gap: 40px; }

  .radius {
    border-radius: 20px !important; }

  .radius-bottom {
    border-radius: 0 0 20px 20px !important; }

  .radius-right {
    border-radius: 0 0 20px 0 !important; }

  .box {
    padding: 35px 25px; }

  .h1, h1, .h2, h2 {
    font-size: 46px;
    margin-bottom: 12px; }

  .h3, h3 {
    font-size: 1.75rem; }

  .h4, h4 {
    font-size: 1.125rem; }

  .h5, h5 {
    font-size: 1rem; }

  p {
    margin-bottom: 15px; }

  .btn.btn-primary {
    padding: 12px 18px;
    max-width: 100%;
    justify-content: center;
    text-align: center; }

  .p-6 {
    padding: 2.5rem !important; }

  .pb-2, .py-2 {
    padding-bottom: 0.8rem !important; }

  .pt-2, .py-2 {
    padding-top: 0.8rem !important; }

  .pb-5, .py-5 {
    padding-bottom: 2rem !important; }

  .mt-80 {
    margin-top: 40px; } }
header {
  background-color: #fff;
  position: relative;
  padding: 50px 0;
  z-index: 10; }
  header .container-header {
    padding: 0 15px; }
  header a.brand {
    display: block; }
  header nav.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px; }
    header nav.nav-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      gap: 30px; }
      header nav.nav-menu ul li {
        position: relative; }
        header nav.nav-menu ul li a {
          position: relative;
          display: block;
          width: 100%;
          color: #222222;
          font-size: 1.125rem;
          text-align: center;
          line-height: 1;
          padding: 15px 0px;
          text-decoration: none !important;
          transition: all ease 300ms; }
          header nav.nav-menu ul li a:before {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0%;
            height: 5px;
            background-image: linear-gradient(90deg, #1F488F, #47C7D4);
            border-radius: 50px;
            transition: all ease 300ms; }
          header nav.nav-menu ul li a:hover:before {
            width: 100%; }
        header nav.nav-menu ul li a.active:before {
          width: 100%; }
  header .btn-resultados {
    background-color: #6f6f6f !important; }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 2px;
    width: 32px;
    border-radius: 0px;
    background-color: #1F488F;
    margin: 6px 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, 7px, 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, -9px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    top: 75px;
    left: 0;
    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: #1F488F;
      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: #fff;
            text-decoration: none !important;
            transition: all ease 300ms;
            font-size: 1.25rem;
            text-align: left;
            padding: 25px 15px;
            border-bottom: solid 1px #47C7D4; }
            header .menu-overlay .nav-menu ul li a:before {
              display: none; }
            header .menu-overlay .nav-menu ul li a:hover, header .menu-overlay .nav-menu ul li a:focus {
              background-color: #fff;
              color: #1F488F; }
  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: 40px 0; }
      header .brand img {
        max-width: 340px; } }
  @media screen and (max-width: 1380px) {
    header .brand img {
      max-width: 310px; }
    header nav.nav-menu {
      gap: 20px; }
      header nav.nav-menu ul {
        gap: 20px; }
        header nav.nav-menu ul li a {
          font-size: 1rem; } }
  @media screen and (max-width: 1140px) {
    header {
      padding: 22px 0; }
      header .between {
        min-width: 100%; }
      header a.brand img {
        max-width: 225px; }
      header nav.nav-menu ul li a {
        font-size: 1rem; }
        header nav.nav-menu ul li a:before {
          height: 4px; } }

section.hero {
  padding-top: 40px; }
  section.hero .image-wrapper {
    margin-top: 20px;
    margin-bottom: -250px; }
  section.hero._single-exame h1 {
    font-family: "Manrope", sans-serif !important;
    color: #1F488F;
    font-style: normal; }
  @media screen and (max-width: 1580px) {
    section.hero {
      padding-top: 30px; } }
  @media screen and (max-width: 1140px) {
    section.hero .image-wrapper {
      min-height: 180px;
      height: 180px;
      margin-bottom: -140px; } }

section.home-hero .content {
  padding-top: 10vw;
  max-width: 30vw; }
section.home-hero h1 {
  color: #222222;
  font-family: "Manrope", sans-serif !important;
  font-size: 36px;
  line-height: 120%;
  font-style: normal;
  margin-bottom: 15px; }
@media screen and (max-width: 1580px) {
  section.home-hero .content {
    padding-top: 8vw; }
  section.home-hero h1 {
    font-size: 32px; } }
@media screen and (max-width: 1140px) {
  section.home-hero .content {
    padding-top: 80px;
    max-width: 65%; } }

section.home-about .box .icon {
  height: 60px;
  margin-bottom: 40px; }
@media screen and (max-width: 1580px) {
  section.home-about .box .icon {
    margin-bottom: 30px;
    transform: scale(0.8);
    transform-origin: top left; } }
@media screen and (max-width: 1140px) {
  section.home-about .box .icon {
    margin-bottom: 20px; } }

.box-wrapper {
  position: relative;
  background-color: #47c6d420;
  padding: 110px; }
  .box-wrapper .content {
    max-width: 40%; }
  .box-wrapper h3 {
    color: #1F488F;
    margin-bottom: 15px; }
  .box-wrapper .img-absolute {
    position: absolute;
    right: 100px;
    bottom: 0;
    pointer-events: none; }
  @media screen and (max-width: 1580px) {
    .box-wrapper {
      padding: 80px; }
      .box-wrapper .img-absolute {
        transform: scale(0.8);
        transform-origin: bottom; } }
  @media screen and (max-width: 1140px) {
    .box-wrapper {
      padding: 40px;
      padding-bottom: 0; }
      .box-wrapper .img-absolute {
        position: relative;
        right: auto;
        transform: none;
        margin-top: 40px; }
      .box-wrapper .content {
        max-width: 100%; } }

.image-text {
  background-position: right;
  background-size: 60%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center; }
  .image-text .image-wrapper {
    width: 40%; }
  .image-text .content {
    width: 60%;
    height: -webkit-fill-available;
    padding: 100px;
    padding-right: 25vw; }
    .image-text .content * {
      color: #fff; }
    .image-text .content h4 {
      margin-top: 30px; }
  @media screen and (max-width: 1580px) {
    .image-text .content h4 {
      margin-top: 20px; } }
  @media screen and (max-width: 1140px) {
    .image-text {
      flex-direction: column;
      background-position: center;
      background-size: cover; }
      .image-text .image-wrapper, .image-text .content {
        width: 100%; }
      .image-text .content {
        padding: 40px !important;
        height: auto; } }

/*section.faq {
    //faq
    .faq-component {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .faq-accordion {
        background-color: $color4;
        padding: 30px;

        .faq-question {
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            z-index: 2;

            .faq-plus {
                position: relative;
                width: 25px;
                height: 25px;
                min-width: 25px;
                -webkit-transition: all ease .4s;
                transition: all ease .4s;

                &:before {
                    content: '';
                    background-image: url('../img/icons/plus.svg');
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%) rotate(-180deg);
                    width: 19px;
                    height: 19px;
                    min-width: 19px;
                    transform-style: preserve-3d;
                    opacity: 1;
                    visibility: visible;
                    -webkit-transition: all ease .4s;
                    transition: all ease .5s;
                }
            }

            h4 {
                color: $color3;
                padding-right: 50px;
                margin-bottom: 0;
            }
        }

        .faq-answer {
            width: 100%;
            max-height: 0;
            -webkit-transition: max-height 0.4s ease-in-out;
            transition: max-height 0.4s ease-in-out;
            overflow: hidden;

            .padding {
                padding: 20px 0px 0px;
            }

            strong, b {
                color: $color2;
            }
        }
    }

    .faq-accordion.active {
        .faq-question {
            .faq-plus {
                &:before {
                    background-image: url('../img/icons/less.svg');
                    height: 3px;
                }
            }
        }

        .faq-answer {
            max-height: 2000px;
        }
    }

    @media screen and (max-width: 1140px) {
        .faq-component {
            gap: 10px;
        }

        .faq-accordion {
            padding: 20px;

            .faq-question {
                h4 {
                    padding-right: 30px;
                }

                .faq-plus {
                    transform: scale(0.8);
                }
            }
        }
    }
}*/
section.cta .cta-wrapper {
  position: relative;
  padding: 70px 140px;
  border: solid 2px #1F488F; }
  section.cta .cta-wrapper .img-absolute {
    position: absolute;
    bottom: 0;
    left: 140px; }
  section.cta .cta-wrapper .content {
    max-width: 60%;
    margin-left: auto; }
  section.cta .cta-wrapper h3 {
    color: #1F488F; }
@media screen and (max-width: 1140px) {
  section.cta .cta-wrapper {
    padding: 50px 30px 0;
    display: flex;
    flex-direction: column-reverse; }
    section.cta .cta-wrapper .content {
      max-width: 100%;
      margin-bottom: 30px; }
    section.cta .cta-wrapper .img-absolute {
      position: relative;
      left: auto; } }

section.exames h3 {
  color: #1F488F;
  margin-bottom: 20px; }

section.convenios .item-convenio {
  padding: 35px 50px;
  border-radius: 30px; }
  section.convenios .item-convenio h4 {
    color: #1F488F; }

section.blog .post-item .image-wrapper {
  height: 275px; }
section.blog .post-item .content {
  padding: 15px; }
  section.blog .post-item .content h3 a {
    color: #222222; }
@media screen and (max-width: 1580px) {
  section.blog .post-item .image-wrapper {
    height: 250px; } }
@media screen and (max-width: 1580px) {
  section.blog .post-item .image-wrapper {
    height: 200px; } }

section.blog-destaque {
  position: relative; }
  section.blog-destaque .flex {
    align-items: stretch; }
  section.blog-destaque .image-wrapper {
    width: 50%; }
  section.blog-destaque .content {
    width: 50%;
    padding-right: 18% !important;
    padding-top: 35vh !important; }
  @media screen and (max-width: 1140px) {
    section.blog-destaque .image-wrapper, section.blog-destaque .content {
      width: 100%; }
    section.blog-destaque .image-wrapper {
      height: 200px; }
    section.blog-destaque .content {
      padding: 40px !important; } }

section.single-post p.date, section.single-post p.category {
  margin-bottom: 10px; }
section.single-post h1 {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 20px; }
@media screen and (max-width: 1140px) {
  section.single-post h1 {
    font-size: 38px;
    line-height: 44px; } }

.mapa iframe {
  width: 100%;
  height: 350px; }

.formulario {
  position: relative; }
  .formulario .form-control, .formulario textarea.form-control {
    background-color: #fff;
    color: #222222;
    font-size: 1.125rem;
    height: 60px;
    padding: 14px 16px;
    border: solid 1px #222222;
    margin-bottom: 10px;
    box-shadow: none;
    outline: none; }
    .formulario .form-control::placeholder, .formulario textarea.form-control::placeholder {
      color: #4A4A4A;
      font-weight: 400; }
  .formulario span.wpcf7-list-item {
    margin: 0; }
  .formulario .wpcf7-not-valid-tip {
    color: red;
    font-size: 0.75rem;
    font-weight: 300;
    margin: -6px 12px 12px; }
  .formulario .wpcf7 form .wpcf7-response-output {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 10px 0 0;
    padding: 25px;
    text-align: center;
    border-radius: 30px; }
  .formulario .wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffb900;
    color: #000; }
  .formulario .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #fff; }
  .formulario span.wpcf7-spinner {
    bottom: 10px;
    margin: 0 36px; }
  @media screen and (max-width: 1580px) {
    .formulario .form-control, .formulario textarea.form-control {
      font-size: 1rem;
      height: 54px; } }

footer {
  position: relative;
  background-color: #47C7D4;
  padding: 80px 0 50px; }
  footer * {
    color: #fff; }
  footer .flex-wrapper > div {
    width: calc(25% - 25px);
    padding: 40px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff; }
  footer a:hover {
    color: #1F488F; }
  footer nav ul {
    flex-direction: column;
    gap: 20px; }
    footer nav ul li a {
      font-size: 1.875rem;
      font-weight: 300; }
    footer nav ul li.small {
      margin-top: -15px; }
      footer nav ul li.small a {
        font-size: 1rem; }
  footer .copy {
    text-align: center;
    margin-top: 40px; }
    footer .copy p, footer .copy a {
      font-size: 1rem;
      margin-bottom: 0px; }
  @media screen and (max-width: 1140px) {
    footer {
      padding: 60px 0 30px; }
      footer .flex-wrapper > div {
        width: 100%;
        padding: 30px 0 15px;
        border-bottom: none; }
      footer nav ul {
        gap: 10px; }
        footer nav ul li a {
          font-size: 1.5rem; }
        footer nav ul li.small {
          margin-top: -8px; }
      footer .copy {
        margin-top: 30px; } }

/*# sourceMappingURL=styles.css.map */
