/*
 * page-9990.css — Personal Bóveda ("/boveda/").
 * Capa 2 (por página). TODO scopeado bajo body.fc-page-9990 (único; sin colisión).
 * Header, menú y footer son IDÉNTICOS a Metal porque viven en common.css; aquí solo
 * va lo propio de esta página. Ver doc/web-public/estilos/ y la skill /estilos-snapshot.
 *
 * Estado: Sección A (hero) — DESKTOP, calibrado al comp 1440. Mobile pendiente.
 */

@font-face {
  font-family: 'instrument-serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/uploads/2025/10/instrumentserif-italic.ttf') format('truetype');
}

@font-face {
  font-family: 'instrument-serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/uploads/2025/10/instrumentserif-regular.ttf') format('truetype');
}

/* =====================================================================
 * SECCIÓN A — Hero "8% · ¡Hola Bóveda!"
 * Fondo oscuro con el glow superior (boveda_01_bg_img.webp), contenido en una
 * sola columna centrada: número 8% → lockup FONDEA|Personal → título → copy → apps.
 * Markup propio (clases fc-boveda-*) para NO heredar el layout de la .hero de Metal.
 * ===================================================================== */
body.fc-page-9990 .fc-boveda-hero {
  position: relative;
  /* El glow vive en el PNG; #141414 es el respaldo si la imagen aún no carga. */
  background-color: #141414;
  background-image: url('/wp-content/uploads/2026/06/boveda_01_bg_img.webp');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding-top alto: el .site-header va superpuesto (transparente) sobre el hero. */
  padding: 134px 24px 96px;
  box-sizing: border-box;
}

body.fc-page-9990 .fc-boveda-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* Ancho que da cabida al párrafo en 2 líneas como en el comp (~860px). */
  max-width: 900px;
}

/* El "8%" glossy — protagonista del hero. Ligeramente más chico que antes (comp).
 * El ancho se mantiene por proporción del asset (267x242). */
body.fc-page-9990 .fc-boveda-hero__num {
  width: auto;
  height: 242px;
  margin-bottom: 50px;
  margin: 0 0 6px; /* pegado al lockup, como el diseño (sin hueco evidente) */
}

/* Lockup "FONDEA | Personal" reconstruido como TEXTO (antes era un solo SVG, que no
 * permitía dimensionar FONDEA y Personal por separado). Inter V del sitio. */
body.fc-page-9990 .fc-boveda-hero__num {
  margin: 0 0 50px;
}

body.fc-page-9990 .fc-boveda-hero__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 31px;
  color: #fff;
}
body.fc-page-9990 .fc-boveda-hero__brand-fondea {
  font-family: 'Inter V', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}
body.fc-page-9990 .fc-boveda-hero__brand-bar {
  width: 1px;
  height: 27px;
  background: rgba(255, 255, 255, 0.45);
}
body.fc-page-9990 .fc-boveda-hero__brand-personal {
  font-family: 'Inter V', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}

body.fc-page-9990 .fc-boveda-hero__num {
  transform: translateX(50px);
}

body.fc-page-9990 .fc-boveda-hero__brand {
  display: block;
  width: 179px;
  height: 26px;
}

body.fc-page-9990 .fc-boveda-hero__brand-img {
  display: block;
  width: 179px;
  height: 26px;
}

/* Títulos SIEMPRE blancos sobre el fondo oscuro (el tema base pinta los h1 en #181818;
 * forzamos blanco para que resalten como en el diseño). */
body.fc-page-9990 .fc-boveda-hero__title {
  margin: 0 0 12px;
  color: #ffffff !important;
}
body.fc-page-9990 .fc-boveda-hero__title * {
  color: #ffffff !important;
}

/* "¡Hola Bóveda!" en serif display itálico (Instrument Serif). */
body.fc-page-9990 .fc-boveda-hero__hello {
  display: block;
  font-family: 'instrument-serif', 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  margin-bottom: 3px;
}

/* "Haz crecer tu dinero de manera inteligente" — Inter V semibold, el foco del hero. */
body.fc-page-9990 .fc-boveda-hero__claim {
  display: block;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 1.08;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-hero__copy {
  margin: 0 0 63px;
  max-width: 880px;
  color: #9f9f9f;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.42;
}

/* Botones de tienda, en fila y centrados. */
body.fc-page-9990 .fc-boveda-hero__apps {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
body.fc-page-9990 .fc-boveda-hero__apps img {
  display: block;
  height: 48px;
  width: auto;
}

body.fc-page-9990 .fc-boveda-hero__mobile-store {
  display: none;
}

/* NOTA — Header/menú: NO se estilan aquí. El header oscuro (transparente, menú blanco
 * arriba, negro al hacer scroll, mega-menú y hover) lo provee asap igual que en Metal
 * porque el body conserva la clase capturada `page-id-8761` (ver el snapshot). No
 * re-derivamos estados del menú: así queda idéntico a Metal y en un solo lugar. */

/* Escala intermedia (tablet/desktop angosto): baja proporcionalmente para no romper. */
@media (max-width: 991px) {
  body.fc-page-9990 .fc-boveda-hero__num   { height: 200px; }
  body.fc-page-9990 .fc-boveda-hero__num   { transform: translateX(32px); }
  body.fc-page-9990 .fc-boveda-hero__hello { font-size: 44px; }
  body.fc-page-9990 .fc-boveda-hero__claim { font-size: 52px; }
  body.fc-page-9990 .fc-boveda-hero__copy  { font-size: 18px; max-width: 620px; }
}

@media (max-width: 560px) {
  body.fc-page-9990 .fc-boveda-hero {
    min-height: 760px;
    align-items: flex-start;
    padding: 111px 18px 24px;
  }

  body.fc-page-9990 .fc-boveda-hero__inner {
    max-width: 339px;
  }

  body.fc-page-9990 .fc-boveda-hero__num {
    height: 185px;
    margin: 0 0 39px;
    transform: translateX(42px);
  }

  body.fc-page-9990 .fc-boveda-hero__brand {
    width: 145px;
    height: 21px;
    margin: 0 0 30px;
  }

  body.fc-page-9990 .fc-boveda-hero__brand-img {
    width: 145px;
    height: auto;
  }

  body.fc-page-9990 .fc-boveda-hero__title {
    margin: 0 0 8px;
  }

  body.fc-page-9990 .fc-boveda-hero__hello {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 4px;
  }

  body.fc-page-9990 .fc-boveda-hero__claim {
    font-size: 29px;
    line-height: 1.18;
  }

  body.fc-page-9990 .fc-boveda-hero__copy {
    max-width: 339px;
    margin: 0 0 45px;
    color: #9f9f9f;
    font-size: 15px;
    line-height: 1.25;
  }

  body.fc-page-9990 .fc-boveda-hero__apps {
    display: none;
  }

  body.fc-page-9990 .fc-boveda-hero__mobile-store {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 158px;
    height: 38px;
    padding: 0;
    border-radius: 999px;
    background: #585858;
    color: #ffffff !important;
    font-family: 'Inter V', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0;
    text-decoration: none;
    box-sizing: border-box;
  }
}

/* =====================================================================
 * SECCION B - Calculadora
 * ===================================================================== */
body.fc-page-9990 .fc-boveda-calc {
  background: #ffffff;
  min-height: 800px;
  padding: 149px 70px 140px;
  box-sizing: border-box;
}

body.fc-page-9990 .fc-boveda-calc__wrap {
  display: grid;
  grid-template-columns: 430px 554px;
  column-gap: 75px;
  align-items: start;
  max-width: 1059px;
  margin: 0 auto;
  transform: translateX(40px);
}

body.fc-page-9990 .fc-boveda-calc__left {
  padding-top: 52px;
}

body.fc-page-9990 .fc-boveda-calc__title {
  margin: 0 !important;
  color: #000000 !important;
  font-family: 'instrument-serif', 'Instrument Serif', serif !important;
  font-size: 58px;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-calc__title span,
body.fc-page-9990 .fc-boveda-calc__title em {
  display: block;
  color: #000000 !important;
}

body.fc-page-9990 .fc-boveda-calc__title em {
  font-style: italic;
  font-weight: 400;
}

body.fc-page-9990 .fc-boveda-calc__title::before,
body.fc-page-9990 .fc-boveda-calc__title span::before,
body.fc-page-9990 .fc-boveda-calc__title em::before {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  content: none !important;
}

body.fc-page-9990 .fc-boveda-calc__form {
  width: 375px;
  margin-top: 47px;
}

body.fc-page-9990 .fc-boveda-calc__input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0;
  border: 0;
  margin: 0 !important;
  border-radius: 0;
  background: transparent;
  color: #000000;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  outline: none;
  box-shadow: none;
  display: block !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 30px !important;
  box-sizing: border-box !important;
  appearance: none;
}

body.fc-page-9990 .fc-boveda-calc__input::placeholder {
  color: #9da3a3;
  opacity: 1;
}

body.fc-page-9990 .fc-boveda-calc__line {
  width: 100%;
  height: 1px;
  background: #d7d7d7;
}

body.fc-page-9990 .fc-boveda-calc__button {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 59px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}

body.fc-page-9990 .fc-boveda-calc__button:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 4px;
}

body.fc-page-9990 .fc-boveda-calc__note {
  width: 100%;
  margin: 62px 0 0;
  color: #747979;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: justify;
}

body.fc-page-9990 .fc-boveda-calc__note strong {
  font-weight: 700;
}

body.fc-page-9990 .fc-boveda-calc__result {
  width: 554px;
  min-height: 511px;
  padding: 54px 64px 48px 90px;
  border-radius: 14px;
  background: #f8f8f8;
  box-sizing: border-box;
}

body.fc-page-9990 .fc-boveda-calc__metric {
  text-align: left;
}

body.fc-page-9990 .fc-boveda-calc__metric--rate {
  margin-top: 32px;
}

body.fc-page-9990 .fc-boveda-calc__metric--isr {
  margin-top: 32px;
}

body.fc-page-9990 .fc-boveda-calc__label {
  color: #777c7c;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-calc__amount {
  margin-top: 8px;
  color: #000000;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-calc__value {
  margin-top: 6px;
  color: #000000;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-calc__gat {
  margin: 97px 0 0;
  color: #6f7474;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-calc__gat strong {
  font-weight: 700;
}

/* =====================================================================
 * SECCION C - Como funciona Boveda a 30 dias
 * ===================================================================== */
body.fc-page-9990 .fc-boveda-how {
  position: relative;
  min-height: 800px;
  padding: 0 70px;
  overflow: hidden;
  background: #f8f8f8;
  box-sizing: border-box;
}

body.fc-page-9990 .fc-boveda-how__wrap {
  display: grid;
  grid-template-columns: 450px 520px;
  column-gap: 86px;
  width: 100%;
  max-width: 1056px;
  min-height: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

body.fc-page-9990 .fc-boveda-how__media {
  position: relative;
  min-height: 800px;
}

body.fc-page-9990 .fc-boveda-how__image {
  display: block;
  width: auto;
  max-width: none;
  height: 800px;
  transform: translateX(-112px);
}

body.fc-page-9990 .fc-boveda-how__content {
  padding-top: 174px;
  transform: translateX(21px);
}

body.fc-page-9990 .fc-boveda-how__title {
  margin: 0 !important;
  color: #000000 !important;
  font-family: 'instrument-serif', 'Instrument Serif', serif !important;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-how__title span {
  display: block;
  color: #000000 !important;
}

body.fc-page-9990 .fc-boveda-how__title em {
  color: #000000 !important;
  font-style: italic;
  font-weight: 400;
}

body.fc-page-9990 .fc-boveda-how__steps {
  margin: 24px 0 0;
  padding-left: 20px;
  color: #191919;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-how__steps li {
  margin: 0 0 15px;
  padding-left: 0;
}

body.fc-page-9990 .fc-boveda-how__steps li::marker {
  font-weight: 400;
}

body.fc-page-9990 .fc-boveda-how__steps strong {
  font-weight: 700;
}

body.fc-page-9990 .fc-boveda-how__legal {
  width: 100%;
  max-width: 508px;
  margin-top: 35px;
  color: #737878;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-how__legal p {
  margin: 0 0 15px;
  color: #737878;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-how__legal p:last-child {
  margin-bottom: 0;
}

body.fc-page-9990 .fc-boveda-how__legal strong {
  font-weight: 700;
}

/* =====================================================================
 * SECCION D - Preguntas frecuentes
 * ===================================================================== */
body.fc-page-9990 .fc-boveda-faq {
  min-height: 800px;
  padding: 154px 70px 120px;
  background: #ffffff;
  box-sizing: border-box;
}

body.fc-page-9990 .fc-boveda-faq__wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

body.fc-page-9990 .fc-boveda-faq__title {
  margin: 0 0 31px !important;
  color: #000000 !important;
  font-family: 'Inter V', 'Inter', sans-serif !important;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-faq__list {
  border-top: 1px solid #d8d8d8;
}

body.fc-page-9990 .fc-boveda-faq__item {
  border-bottom: 1px solid #d8d8d8;
}

body.fc-page-9990 .fc-boveda-faq__question {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  min-height: 58px;
  padding: 18px 32px 17px 0;
  color: #171717;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  list-style: none;
  cursor: pointer;
  box-sizing: border-box;
}

body.fc-page-9990 .fc-boveda-faq__question::-webkit-details-marker {
  display: none;
}

body.fc-page-9990 .fc-boveda-faq__question::after {
  content: '+';
  position: absolute;
  top: 16px;
  right: 3px;
  color: #171717;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
}

body.fc-page-9990 .fc-boveda-faq__item[open] .fc-boveda-faq__question {
  min-height: 48px;
  padding-bottom: 8px;
}

body.fc-page-9990 .fc-boveda-faq__item[open] .fc-boveda-faq__question::after {
  content: '\2212';
  top: 17px;
  right: 3px;
  font-size: 22px;
}

body.fc-page-9990 .fc-boveda-faq__answer {
  padding: 0 70px 17px 0;
}

body.fc-page-9990 .fc-boveda-faq__answer p {
  margin: 0 0 7px;
  color: #171717;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-faq__answer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  body.fc-page-9990 .fc-boveda-calc {
    min-height: auto;
    padding: 88px 24px 96px;
  }
  body.fc-page-9990 .fc-boveda-calc__wrap {
    grid-template-columns: 1fr;
    row-gap: 56px;
    max-width: 620px;
    transform: none;
  }
  body.fc-page-9990 .fc-boveda-calc__left {
    padding-top: 0;
  }
  body.fc-page-9990 .fc-boveda-calc__title {
    font-size: 54px;
    text-align: center;
  }
  body.fc-page-9990 .fc-boveda-calc__form {
    width: 100%;
    margin-top: 48px;
  }
  body.fc-page-9990 .fc-boveda-calc__note {
    margin-top: 44px;
  }
  body.fc-page-9990 .fc-boveda-calc__result {
    width: 100%;
    max-width: 100%;
    min-height: 480px;
    padding: 48px 42px;
  }
  body.fc-page-9990 .fc-boveda-calc__amount {
    font-size: 52px;
  }
  body.fc-page-9990 .fc-boveda-calc__gat {
    margin-top: 82px;
  }

  body.fc-page-9990 .fc-boveda-how {
    min-height: auto;
    padding: 88px 24px 0;
  }

  body.fc-page-9990 .fc-boveda-how__wrap {
    grid-template-columns: 1fr;
    row-gap: 34px;
    max-width: 620px;
    min-height: auto;
  }

  body.fc-page-9990 .fc-boveda-how__media {
    order: 2;
    min-height: 560px;
    overflow: hidden;
  }

  body.fc-page-9990 .fc-boveda-how__image {
    height: 650px;
    margin: 0 auto;
    transform: translateY(-90px);
  }

  body.fc-page-9990 .fc-boveda-how__content {
    order: 1;
    padding-top: 0;
    transform: none;
  }

  body.fc-page-9990 .fc-boveda-how__title {
    font-size: 54px;
    text-align: center;
  }

  body.fc-page-9990 .fc-boveda-how__steps {
    max-width: 560px;
    margin: 30px auto 0;
  }

  body.fc-page-9990 .fc-boveda-how__legal {
    max-width: 560px;
    margin: 34px auto 0;
  }

  body.fc-page-9990 .fc-boveda-faq {
    min-height: auto;
    padding: 88px 24px 96px;
  }

  body.fc-page-9990 .fc-boveda-faq__wrap {
    max-width: 620px;
  }

  body.fc-page-9990 .fc-boveda-faq__title {
    font-size: 48px;
  }

  body.fc-page-9990 .fc-boveda-faq__answer {
    padding-right: 46px;
  }
}

@media (max-width: 560px) {
  body.fc-page-9990 .fc-boveda-calc {
    min-height: 940px;
    padding: 50px 18px 0;
  }
  body.fc-page-9990 .fc-boveda-calc__title {
    max-width: 270px;
    margin: 0 auto !important;
    font-size: 39px;
    line-height: 0.95;
  }
  body.fc-page-9990 .fc-boveda-calc__title em {
    white-space: nowrap;
  }
  body.fc-page-9990 .fc-boveda-calc__form {
    margin-top: 66px;
  }
  body.fc-page-9990 .fc-boveda-calc__input {
    text-align: center;
    font-size: 16px !important;
  }
  body.fc-page-9990 .fc-boveda-calc__input::placeholder {
    text-align: center;
    color: #9da3a3;
  }
  body.fc-page-9990 .fc-boveda-calc__button {
    height: 47px;
    margin-top: 49px;
    font-size: 16px;
    font-weight: 500;
    line-height: 47px;
  }
  body.fc-page-9990 .fc-boveda-calc__note {
    margin-top: 51px;
    font-size: 14px;
    line-height: 1.42;
  }
  body.fc-page-9990 .fc-boveda-calc__result {
    width: 100%;
    max-width: 100%;
    min-height: 443px;
    padding: 38px 25px 41px;
  }
  body.fc-page-9990 .fc-boveda-calc__label {
    font-size: 14px;
    line-height: 1.35;
  }
  body.fc-page-9990 .fc-boveda-calc__amount {
    margin-top: 5px;
    font-size: 34px;
    line-height: 1.12;
  }
  body.fc-page-9990 .fc-boveda-calc__metric--rate {
    margin-top: 30px;
  }
  body.fc-page-9990 .fc-boveda-calc__metric--isr {
    margin-top: 29px;
  }
  body.fc-page-9990 .fc-boveda-calc__value {
    margin-top: 6px;
    font-size: 24px;
    line-height: 1.18;
  }
  body.fc-page-9990 .fc-boveda-calc__gat {
    margin-top: 35px;
    font-size: 13px;
    line-height: 1.32;
    text-align: justify;
  }

  body.fc-page-9990 .fc-boveda-how {
    min-height: 1046px;
    padding: 66px 20px 0;
  }

  body.fc-page-9990 .fc-boveda-how__title {
    font-size: 35px;
    line-height: 1.06;
    text-align: left;
  }
  body.fc-page-9990 .fc-boveda-how__title::before,
  body.fc-page-9990 .fc-boveda-how__title span::before {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    content: none !important;
  }

  body.fc-page-9990 .fc-boveda-how__steps {
    margin-top: 25px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.34;
  }
  body.fc-page-9990 .fc-boveda-how__steps li {
    margin-bottom: 16px;
  }

  body.fc-page-9990 .fc-boveda-how__legal {
    margin-top: 43px;
    font-size: 14px;
    line-height: 1.43;
  }
  body.fc-page-9990 .fc-boveda-how__legal p {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.43;
    text-align: justify;
  }

  body.fc-page-9990 .fc-boveda-how__media {
    min-height: 319px;
  }

  body.fc-page-9990 .fc-boveda-how__image {
    height: 430px;
    transform: translate(43px, 1px);
  }

  body.fc-page-9990 .fc-boveda-faq {
    padding: 72px 18px 84px;
  }

  body.fc-page-9990 .fc-boveda-faq__title {
    margin-bottom: 24px !important;
    font-size: 42px;
    line-height: 1.08;
  }

  body.fc-page-9990 .fc-boveda-faq__question {
    min-height: 58px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 1.3;
  }

  body.fc-page-9990 .fc-boveda-faq__question::after {
    top: 17px;
    font-size: 24px;
  }

  body.fc-page-9990 .fc-boveda-faq__answer {
    padding-right: 28px;
  }

  body.fc-page-9990 .fc-boveda-faq__answer p {
    font-size: 15px;
    line-height: 1.45;
  }
}
