/*
 * /efectivo — cover PESPay.
 * Reutiliza el header y footer de Personal; este archivo solo define el cover
 * y adapta el header compartido al fondo blanco de esta página.
 */

/* Inter.ttf contiene el eje variable wght. En esta variante se declara su rango
 * completo para evitar que los pesos 400/500 del hero caigan en una sola instancia. */
@font-face {
  font-family: 'Inter V Efectivo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/wp-content/uploads/2025/10/Inter.ttf') format('truetype');
}

body.fc-page-7685.efectivo-page {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: #050505;
}

body.fc-page-7685.efectivo-page .site-header {
  color: #050505;
}

body.fc-page-7685.efectivo-page .site-header .site-logo svg path,
body.fc-page-7685.efectivo-page .header.mobile svg path {
  fill: #050505;
}

body.fc-page-7685.efectivo-page .site-header .menu-item > a {
  color: #050505 !important;
}

body.fc-page-7685.efectivo-page .site-header .hamburger__line,
body.fc-page-7685.efectivo-page .header.mobile .hamburger__line {
  background-color: #050505 !important;
}

body.fc-page-7685.efectivo-page .site-header .header-menu {
  column-gap: 24px;
}

body.fc-page-7685.efectivo-page .site-header .header-menu > li {
  position: relative;
}

body.fc-page-7685.efectivo-page .site-header .header-menu > li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #050505;
  content: '';
  transform: translateY(-50%);
}

body.fc-page-7685.efectivo-page .site-header .header-menu > #menu-item-8377::before,
body.fc-page-7685.efectivo-page .site-header .header-menu > #menu-item-8381::before {
  content: none;
}

body.fc-page-7685.efectivo-page .site-header .hamburger.desktop {
  width: 36px;
  margin: 32px 64px !important;
}

body.fc-page-7685.efectivo-page .site-header .hamburger.desktop .hamburger__line {
  width: 36px;
}

body.fc-page-7685.efectivo-page .efectivo-mobile-menu {
  display: none;
}

body.fc-page-7685.efectivo-page .efectivo-main {
  width: 100%;
  background: #fff;
}

body.fc-page-7685.efectivo-page .efectivo-cover {
  box-sizing: border-box;
  width: min(76.2vw, 1560px);
  min-height: min(61vw, 1248px);
  margin: 0 auto;
  padding: clamp(170px, 9.9vw, 202px) 0 clamp(76px, 4.9vw, 100px);
  font-family: 'Inter V', 'Inter', Arial, sans-serif;
}

body.fc-page-7685.efectivo-page .efectivo-cover *,
body.fc-page-7685.efectivo-page .efectivo-cover *::before,
body.fc-page-7685.efectivo-page .efectivo-cover *::after {
  box-sizing: border-box;
}

body.fc-page-7685.efectivo-page .efectivo-cover__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 0.93fr);
  gap: clamp(56px, 5.2vw, 106px);
  align-items: start;
}

body.fc-page-7685.efectivo-page .efectivo-cover__title {
  max-width: 770px;
  margin: 0;
  color: #050505;
  font-family: 'Inter V Efectivo', 'Inter V', 'Inter', Arial, sans-serif !important;
  font-size: clamp(56px, 4.05vw, 83px);
  font-weight: 400;
  line-height: 1.075;
  letter-spacing: -0.047em;
}

body.fc-page-7685.efectivo-page .efectivo-cover__title-mobile {
  display: none;
}

body.fc-page-7685.efectivo-page .efectivo-cover__title-desktop-line {
  display: block;
}

@media (min-width: 1201px) {
  body.fc-page-7685.efectivo-page .efectivo-cover__title-desktop-line {
    white-space: nowrap;
  }
}

body.fc-page-7685.efectivo-page .efectivo-cover__title .efectivo-cover__amount {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 1.05em;
  font-weight: 400;
  letter-spacing: -0.03em;
}

body.fc-page-7685.efectivo-page .efectivo-cover__title-desktop-line--emphasis,
body.fc-page-7685.efectivo-page .efectivo-cover__title strong {
  font-weight: 470;
}

body.fc-page-7685.efectivo-page .efectivo-cover__device {
  width: min(100%, 640px);
  justify-self: start;
  margin: 0;
  padding-top: 2px;
}

body.fc-page-7685.efectivo-page .efectivo-cover__device img {
  display: block;
  width: 100%;
  height: auto;
}

body.fc-page-7685.efectivo-page .efectivo-cover__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 0;
  margin-top: 56px;
}

body.fc-page-7685.efectivo-page .efectivo-cover__benefit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

body.fc-page-7685.efectivo-page .efectivo-cover__benefit img {
  display: block;
  width: 52px;
  height: auto;
  margin: 0 0 32px;
}

body.fc-page-7685.efectivo-page .efectivo-cover__benefit p {
  margin: 0;
  color: #111;
  text-align: left;
  font-family: 'Inter V', 'Inter', Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

body.fc-page-7685.efectivo-page .efectivo-cover__benefit strong {
  font-weight: 650;
}

@media (min-width: 1201px) {
  body.fc-page-7685.efectivo-page .efectivo-cover {
    width: min(73.5vw, 1505px);
    padding-top: clamp(135px, 9.9vw, 202px);
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
    column-gap: clamp(123px, 9.6vw, 184px);
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__title {
    font-size: clamp(60px, 4.05vw, 83px);
    line-height: 1;
    letter-spacing: -0.025em;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__device {
    width: min(100%, 420px);
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 54px;
    margin-top: 88px;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__benefit img {
    width: 40px;
    margin-bottom: 36px;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__benefit p {
    width: 100%;
    max-width: 300px;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__benefit:first-child p {
    width: 100%;
    max-width: 280px;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__pespay {
    width: 166px;
    margin-top: 52px;
  }
}

body.fc-page-7685.efectivo-page .efectivo-cover__pespay {
  display: block;
  width: 180px;
  height: auto;
  margin-top: 56px;
}

/* Segunda sección — comercios afiliados.
 * Inter V y la escala 400/500/650 siguen la referencia tipográfica de Personal;
 * el scope evita que la tabla altere otros snapshots que comparten estilos base. */
body.fc-page-7685.efectivo-page .efectivo-locations {
  width: 100%;
  min-height: min(83.4vw, 1708px);
  background: #000;
  color: #858585;
  font-family: 'Inter V', 'Inter', Arial, sans-serif !important;
}

body.fc-page-7685.efectivo-page .efectivo-locations__inner {
  box-sizing: border-box;
  width: min(76.2vw, 1560px);
  margin: 0 auto;
  padding: clamp(92px, 5.8vw, 120px) 0 clamp(92px, 6vw, 122px);
}

body.fc-page-7685.efectivo-page .efectivo-locations__header h2 {
  margin: 0;
  color: #d0d0d0;
  font-family: 'Inter V', 'Inter', Arial, sans-serif !important;
  font-size: clamp(54px, 4vw, 82px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

body.fc-page-7685.efectivo-page .efectivo-locations__header p {
  max-width: 1320px;
  margin: clamp(22px, 1.8vw, 36px) 0 0;
  color: #bdbdbd;
  font-family: 'Inter V', 'Inter', Arial, sans-serif !important;
  font-size: clamp(22px, 1.48vw, 30px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.025em;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table-wrap {
  margin-top: clamp(72px, 6vw, 122px);
}

body.fc-page-7685.efectivo-page .efectivo-locations__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #858585;
  font-family: 'Inter V', 'Inter', Arial, sans-serif !important;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table th,
body.fc-page-7685.efectivo-page .efectivo-locations__table td {
  box-sizing: border-box;
  padding: 0 20px;
  border: 0;
  font-family: 'Inter V', 'Inter', Arial, sans-serif !important;
  text-align: left;
  vertical-align: middle;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table th:first-child,
body.fc-page-7685.efectivo-page .efectivo-locations__table td:first-child {
  padding-left: 18px;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table th:nth-child(1) {
  width: 29.5%;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table th:nth-child(2) {
  width: 23.5%;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table th:nth-child(3) {
  width: 17.7%;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table th:nth-child(4) {
  width: 29.3%;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table thead tr {
  height: clamp(58px, 3.15vw, 64px);
  border-bottom: 1px solid #353535;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table thead th {
  color: #8b8b8b;
  font-size: clamp(18px, 1.15vw, 23px);
  font-weight: 650;
  line-height: 1.2;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table thead th:nth-child(2) {
  display: table-cell;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table thead svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -5px;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table tbody tr {
  height: clamp(76px, 4.3vw, 88px);
}

body.fc-page-7685.efectivo-page .efectivo-locations__table tbody th,
body.fc-page-7685.efectivo-page .efectivo-locations__table tbody td {
  color: #858585;
  font-size: clamp(18px, 1.15vw, 23px);
  font-weight: 500;
  line-height: 1.25;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table tbody th {
  font-weight: 650;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table a {
  display: inline-flex;
  column-gap: 6px;
  align-items: baseline;
  padding-bottom: 2px;
  border-bottom: 1.5px solid currentColor;
  color: #858585 !important;
  font-weight: 500;
  line-height: 1;
  text-decoration: none !important;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table a:hover {
  color: #d0d0d0 !important;
}

body.fc-page-7685.efectivo-page .efectivo-locations__table a span {
  display: inline;
  margin-left: 0;
  font-weight: 500;
  text-decoration: none !important;
}

body.fc-page-7685.efectivo-page .efectivo-locations__note {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: clamp(42px, 3vw, 62px) 0 0;
  color: #565656;
  font-family: 'Inter V', 'Inter', Arial, sans-serif !important;
  font-size: clamp(18px, 1.15vw, 23px);
  font-weight: 500;
  line-height: 1.35;
}

body.fc-page-7685.efectivo-page .efectivo-locations__note-icon {
  flex: 0 0 auto;
}

body.fc-page-7685.efectivo-page .efectivo-locations__note-break {
  display: block;
}

@media (min-width: 1201px) {
  body.fc-page-7685.efectivo-page .efectivo-locations {
    min-height: 0;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__inner {
    width: min(76.2vw, 1090px);
    padding: 100px 0 80px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__header h2 {
    font-size: 64px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__header p {
    max-width: 1000px;
    margin-top: 24px;
    font-size: 24px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table-wrap {
    margin-top: 72px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table thead tr {
    height: 60px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody tr {
    height: 72px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table thead th,
  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody th,
  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody td {
    font-size: 18px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__note {
    margin-top: 36px;
    font-size: 16px;
    white-space: normal;
  }
}

/* Tercera sección — FAQ.
 * El núcleo del acordeón replica Metal y la composición editorial sigue la
 * guía FAQ; todo permanece aislado a /efectivo para no alterar otros snapshots. */
body.fc-page-7685.efectivo-page .efectivo-faq {
  box-sizing: border-box;
  width: 100%;
  padding: 112px 0 104px;
  background: #fff;
  color: #000;
  font-family: 'Inter V', 'Inter', sans-serif !important;
}

body.fc-page-7685.efectivo-page .efectivo-faq__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: start;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12%;
  padding-left: 12%;
}

body.fc-page-7685.efectivo-page .efectivo-faq__title {
  margin: 0;
  color: #000;
  font-family: 'Inter V', 'Inter', sans-serif !important;
  font-size: clamp(30px, calc(25px + 8 * ((300vw - 320px) / 960)), 60px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

body.fc-page-7685.efectivo-page .efectivo-faq .faqs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  width: 100%;
}

body.fc-page-7685.efectivo-page .efectivo-faq .faqs-item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 !important;
  padding: 20px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #d3d3d3 !important;
}

/* El acordeón comienza con la misma división visual que separa sus filas. */
body.fc-page-7685.efectivo-page .efectivo-faq .faqs-item:first-child {
  border-top: 1px solid #d3d3d3 !important;
}

body.fc-page-7685.efectivo-page .efectivo-faq .faqs-item-trigger {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}

body.fc-page-7685.efectivo-page .efectivo-faq .faqs-item-container {
  flex: 1 1 auto;
  min-width: 0;
}

body.fc-page-7685.efectivo-page .efectivo-faq .faqs-item-headline {
  width: 100%;
}

body.fc-page-7685.efectivo-page .efectivo-faq .benefits-heading,
body.fc-page-7685.efectivo-page .efectivo-faq .faqs_headline {
  margin: 0 !important;
  color: #000;
  font-family: 'Inter V', 'Inter', sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.fc-page-7685.efectivo-page .efectivo-faq .faqs-item-trigger > p {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

body.fc-page-7685.efectivo-page .efectivo-faq .faqs-item-trigger svg {
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #000;
  stroke-width: 1.4;
  stroke-linecap: square;
  transform: none !important;
}

body.fc-page-7685.efectivo-page .efectivo-faq .faqs-item-trigger[aria-expanded="true"] svg {
  transform: none !important;
}

body.fc-page-7685.efectivo-page .efectivo-faq .faqs-item-trigger[aria-expanded="true"] svg path:first-child {
  display: none;
}

body.fc-page-7685.efectivo-page .efectivo-faq .accordion-item-content {
  box-sizing: border-box;
  height: 0;
  margin: 0;
  padding: 0 48px 0 0 !important;
  overflow: hidden;
}

body.fc-page-7685.efectivo-page .efectivo-faq .faqs-item.open .accordion-item-content {
  margin-top: 20px;
}

body.fc-page-7685.efectivo-page .efectivo-faq .paragraph-faq {
  margin: 0;
  padding: 0 !important;
  color: #000;
  font-family: 'Inter V', 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
}

body.fc-page-7685.efectivo-page .efectivo-faq .faqs-item-trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

body.fc-page-7685.efectivo-page .efectivo-footer-heading {
  margin-top: 0;
}

@media (min-width: 768px) {
  /* Ajusta el wordmark al ancho real del footer para que la ® no rebase la caja. */
  body.fc-page-7685.efectivo-page .efectivo-footer-heading .containerfoooter {
    overflow: visible !important;
  }

  body.fc-page-7685.efectivo-page .efectivo-footer-heading .fondlogo {
    display: block !important;
    width: max-content !important;
    max-width: none !important;
    margin: 0 !important;
    font-size: min(12.75vw, calc(14vw - 20px)) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 1200px) {
  body.fc-page-7685.efectivo-page .efectivo-cover {
    width: calc(100% - 96px);
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__hero {
    grid-template-columns: minmax(0, 1fr) minmax(410px, 0.9fr);
    gap: 48px;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__title {
    font-size: clamp(48px, 5vw, 64px);
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__benefits {
    gap: 48px;
  }
}

@media (max-width: 1050px) {
  body.fc-page-7685.efectivo-page .site-header {
    display: none !important;
  }

  body.fc-page-7685.efectivo-page .efectivo-mobile-menu {
    display: block !important;
  }

  body.fc-page-7685.efectivo-page .header.mobile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    background: transparent;
  }

  body.fc-page-7685.efectivo-page .efectivo-mobile-menu .header.mobile,
  body.fc-page-7685.efectivo-page .efectivo-mobile-menu .hamburger.mobile {
    display: flex !important;
  }

  body.fc-page-7685.efectivo-page .efectivo-mobile-menu .hamburger__line {
    display: block !important;
  }
}

@media (max-width: 800px) {
  body.fc-page-7685.efectivo-page .efectivo-locations__note-break {
    display: none;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover {
    width: calc(100% - clamp(40px, 11.2vw, 80px));
    min-height: 0;
    padding: 112px 0 72px;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__hero {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__title {
    max-width: 650px;
    font-size: clamp(34px, 8.4vw, 60px);
    line-height: 1.04;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__title-desktop {
    display: none;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__title-mobile,
  body.fc-page-7685.efectivo-page .efectivo-cover__title-line {
    display: block;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__title-line {
    white-space: nowrap;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__title-line--emphasis {
    font-weight: 470;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__title-mobile strong {
    font-weight: 470;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__device {
    width: min(100%, 650px);
    justify-self: center;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__benefits {
    grid-template-columns: 1fr;
    gap: clamp(64px, 12vw, 86px);
    margin-top: 72px;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__benefit {
    display: block;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__benefit img {
    width: clamp(58px, 12.9vw, 92px);
    margin: 0 0 clamp(28px, 6vw, 44px);
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__benefit p {
    font-size: 20px;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__pespay {
    width: 210px;
    margin-top: 68px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations {
    min-height: 0;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__inner {
    width: calc(100% - 40px);
    padding: 64px 0 56px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__header h2 {
    font-size: clamp(42px, 8vw, 58px);
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__header p {
    margin-top: 24px;
    color: #d0d0d0;
    font-size: 20px;
    font-weight: 400;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table-wrap {
    width: 100%;
    margin-top: 52px;
    padding-bottom: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-color: #666 #202020;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table {
    display: table;
    width: 720px;
    min-width: 720px;
    table-layout: fixed;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table thead {
    position: static;
    display: table-header-group;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody {
    display: table-row-group;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table thead tr,
  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody tr {
    display: table-row;
    height: 64px;
    padding: 0;
    border: 0;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table thead th,
  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody th,
  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody td,
  body.fc-page-7685.efectivo-page .efectivo-locations__table th:first-child,
  body.fc-page-7685.efectivo-page .efectivo-locations__table td:first-child {
    display: table-cell;
    width: auto;
    padding: 0 10px;
    font-size: 16px;
    vertical-align: middle;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table th:first-child,
  body.fc-page-7685.efectivo-page .efectivo-locations__table td:first-child {
    padding-left: 14px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table th:nth-child(1),
  body.fc-page-7685.efectivo-page .efectivo-locations__table td:nth-child(1) {
    width: 190px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table th:nth-child(2),
  body.fc-page-7685.efectivo-page .efectivo-locations__table td:nth-child(2) {
    width: 185px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table th:nth-child(n + 3),
  body.fc-page-7685.efectivo-page .efectivo-locations__table td:nth-child(n + 3) {
    display: table-cell !important;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table th:nth-child(3),
  body.fc-page-7685.efectivo-page .efectivo-locations__table td:nth-child(3) {
    width: 145px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table th:nth-child(4),
  body.fc-page-7685.efectivo-page .efectivo-locations__table td:nth-child(4) {
    width: 200px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table thead th {
    font-size: 16px;
    white-space: nowrap;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table thead svg {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    vertical-align: -5px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody th {
    color: #9a9a9a;
    font-size: 13px !important;
    font-weight: 650;
    white-space: nowrap;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody td {
    font-size: 13px;
    text-align: right;
    white-space: nowrap;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody td:nth-child(3),
  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody td:nth-child(4) {
    text-align: left;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody td::before {
    content: none;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table a {
    display: inline-flex;
    column-gap: 4px;
    font-size: 13px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table a span {
    margin-left: 0;
    font-size: 13px;
    font-weight: 500;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__note {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    margin-top: 32px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__note-icon {
    width: 18px;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
  }

  body.fc-page-7685.efectivo-page .efectivo-faq {
    padding: 96px 20px 56px;
  }

  body.fc-page-7685.efectivo-page .efectivo-faq__inner {
    grid-template-columns: 1fr;
    row-gap: 32px;
    padding-right: 0;
    padding-left: 0;
  }

  body.fc-page-7685.efectivo-page .efectivo-faq__title {
    margin: 0;
    letter-spacing: 0;
  }

  body.fc-page-7685.efectivo-page .efectivo-faq .benefits-heading,
  body.fc-page-7685.efectivo-page .efectivo-faq .faqs_headline {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  body.fc-page-7685.efectivo-page .efectivo-faq .paragraph-faq {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
  }

  body.fc-page-7685.efectivo-page > footer,
  body.fc-page-7685.efectivo-page > footer .content-footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 480px) {
  body.fc-page-7685.efectivo-page .efectivo-mobile-menu .header.mobile {
    top: 0;
    padding-right: 16px;
    padding-left: 14px;
  }

  body.fc-page-7685.efectivo-page .efectivo-mobile-menu .logo-white-mobile {
    width: 155px;
    height: auto;
  }

  body.fc-page-7685.efectivo-page .efectivo-mobile-menu .hamburger.mobile,
  body.fc-page-7685.efectivo-page .efectivo-mobile-menu .hamburger__line {
    width: 33px;
  }

  body.fc-page-7685.efectivo-page .efectivo-mobile-menu .hamburger.mobile {
    height: 22px;
  }

  body.fc-page-7685.efectivo-page .efectivo-footer-heading {
    box-sizing: border-box;
    width: 100%;
    padding: 16px 16px 0 !important;
  }

  body.fc-page-7685.efectivo-page .efectivo-footer-heading .containerfoooter {
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.fc-page-7685.efectivo-page .efectivo-footer-heading .div-block-28 {
    width: 100% !important;
    padding: 0 0 32px !important;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover {
    width: calc(100% - 30px);
    padding-top: 173px;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__title {
    font-size: 29px;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__title-mobile,
  body.fc-page-7685.efectivo-page .efectivo-cover__title-line,
  body.fc-page-7685.efectivo-page .efectivo-cover__title-mobile strong {
    font-family: 'Inter V Efectivo', 'Inter V', 'Inter', sans-serif !important;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__title .efectivo-cover__amount {
    font-family: 'Instrument Serif', Georgia, serif !important;
    font-style: italic;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__title-line--emphasis,
  body.fc-page-7685.efectivo-page .efectivo-cover__title-mobile strong {
    font-weight: 470;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__hero {
    gap: 49px;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__benefits {
    gap: 49px;
    margin-top: 58px;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__benefit img {
    width: 40px;
    margin-bottom: 20px;
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__benefit p {
    width: 100%;
    max-width: 315px;
    font-family: 'Inter V Efectivo', 'Inter V', 'Inter', sans-serif !important;
    font-size: clamp(12px, 3.63vw, 13px);
    line-height: clamp(16px, 4.75vw, 18px);
  }

  body.fc-page-7685.efectivo-page .efectivo-cover__pespay {
    width: 155px;
    margin-top: 42px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations {
    overflow: hidden;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__inner {
    width: calc(100% - 28px);
    padding: 52px 0 52px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__header h2 {
    max-width: 260px;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.025em;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__header p {
    margin-top: 24px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.04em;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table-wrap {
    width: 100%;
    margin-top: 32px;
    padding-bottom: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-color: #666 #202020;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table-wrap::-webkit-scrollbar {
    height: 5px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table-wrap::-webkit-scrollbar-track {
    background: #202020;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table-wrap::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #666;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table {
    width: 720px;
    min-width: 720px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table th:nth-child(n + 3),
  body.fc-page-7685.efectivo-page .efectivo-locations__table td:nth-child(n + 3) {
    display: table-cell !important;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table th:nth-child(1),
  body.fc-page-7685.efectivo-page .efectivo-locations__table td:nth-child(1) {
    width: 190px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table th:nth-child(2),
  body.fc-page-7685.efectivo-page .efectivo-locations__table td:nth-child(2) {
    width: 185px;
    padding-right: 0;
    padding-left: 4px;
    text-align: left;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table th:nth-child(3),
  body.fc-page-7685.efectivo-page .efectivo-locations__table td:nth-child(3) {
    width: 145px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table th:nth-child(4),
  body.fc-page-7685.efectivo-page .efectivo-locations__table td:nth-child(4) {
    width: 200px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table thead tr {
    height: 52px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table thead th {
    font-size: 13px !important;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table thead th:nth-child(2) {
    padding-left: 4px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table thead svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: -4px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody tr {
    height: 50px;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody th,
  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody td {
    font-size: 13px !important;
    font-weight: 500;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table tbody th {
    font-size: clamp(11px, 3.34vw, 13px) !important;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__table a,
  body.fc-page-7685.efectivo-page .efectivo-locations__table a span {
    font-size: 13px;
    font-weight: 400;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__note {
    display: block;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__note-text {
    display: inline;
    width: auto;
    text-align: left;
  }

  body.fc-page-7685.efectivo-page .efectivo-locations__note-icon {
    display: inline-block;
    width: 10px;
    margin-right: 4px;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    vertical-align: top;
  }

  body.fc-page-7685.efectivo-page .efectivo-faq {
    padding: 96px 16px 56px;
  }

  body.fc-page-7685.efectivo-page .efectivo-faq__title {
    font-size: clamp(30px, calc(25px + 8 * ((300vw - 320px) / 960)), 60px);
    line-height: 1.08;
    white-space: nowrap;
  }

  body.fc-page-7685.efectivo-page .efectivo-faq .faqs-item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  body.fc-page-7685.efectivo-page .efectivo-faq .faqs-item-trigger {
    gap: 24px;
  }

  body.fc-page-7685.efectivo-page .efectivo-faq .benefits-heading,
  body.fc-page-7685.efectivo-page .efectivo-faq .faqs_headline {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
  }

  body.fc-page-7685.efectivo-page > footer .content-footer {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body.fc-page-7685.efectivo-page > footer .content-some li {
    height: 29px;
  }

  body.fc-page-7685.efectivo-page > footer .regularh4 {
    font-size: 13px;
    line-height: 20px;
  }

  body.fc-page-7685.efectivo-page > footer .content-some a {
    font-size: 13px;
    line-height: 20px;
  }

}
