:root {
  --text-neutral-600: #535353;
  --border-border: #d9dcee;
  --text-muted: var(--text-neutral-600);
  --text-muted-foreground: #64748b;
  --text-primary-foreground: #f8fafc;
  --text-destructive-foreground: --text-primary-foreground;
  --secundaria-300: #fcdc04;
  --fedback-messages: #eaf1ff;
  --text-secondary-foreground: #0f172a;
  --primaria-600: #001269;
  --bg-muted: #d2d2d2;
  --bg-primary-90: #000831;
}

.c-hero__title,
.c-hero__description,
.c-indicator-card__value,
.c-new-card__relevant-text,
.c-cta-section__title,
.c-cta-section__start,
.o-text-2xl,
.c-unique-journey__title,
.c-help-guide__step-title,
.c-help-guide__title,
.c-new-card__title,
.c-cta-section__subtitle,
.c-card-variant__title,
.o-text-xl,
.c-unique-journey .step-title,
.c-step__number,
.c-help-guide .step-title,
.c-discover__title,
.c-button,
.o-text-l,
.c-step__tab,
.c-step__text,
.c-help-guide__description,
.c-new-card__list li,
.c-new-card__description,
.c-cta-section__text,
.c-card-variant__list li,
.o-text-m,
.c-unique-journey .c-button,
.c-unique-journey__label,
.c-help-guide .c-button,
.c-help-guide__label,
.c-indicator-card__title,
.c-link-button-text,
.c-link-button,
.c-dropdown__trigger,
.c-new-card__subtitle,
.c-discover__select-country .eu-country-select-wrapper > label,
.c-discover__select-country > label,
.c-card-variant__subtitle,
select,
.c-indicator-card__source,
.c-badge {
  font-family: Fira Sans;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

.c-indicator-card__source,
.c-badge {
  font-size: 12px;
  line-height: 16px;
}

.c-unique-journey .c-button,
.c-unique-journey__label,
.c-help-guide .c-button,
.c-help-guide__label,
.c-indicator-card__title,
.c-link-button-text,
.c-link-button,
.c-dropdown__trigger,
.c-new-card__subtitle,
.c-discover__select-country .eu-country-select-wrapper > label,
.c-discover__select-country > label,
.c-card-variant__subtitle,
select {
  font-size: 14px;
  line-height: 20px;
}

.c-step__tab,
.c-step__text,
.c-help-guide__description,
.c-new-card__list li,
.c-new-card__description,
.c-cta-section__text,
.c-card-variant__list li,
.o-text-m {
  font-size: 16px;
  line-height: 24px;
}

.c-unique-journey .step-title,
.c-step__number,
.c-help-guide .step-title,
.c-discover__title,
.c-button,
.o-text-l {
  font-size: 20px;
  line-height: 28px;
}

.c-unique-journey__title,
.c-help-guide__step-title,
.c-help-guide__title,
.c-new-card__title,
.c-cta-section__subtitle,
.c-card-variant__title,
.o-text-xl {
  font-size: 24px;
  line-height: 32px;
}

.c-hero__description,
.c-indicator-card__value,
.c-new-card__relevant-text,
.c-cta-section__title,
.c-cta-section__start,
.o-text-2xl {
  font-size: 32px;
  line-height: 1.2;
}

.c-hero__title {
  font-size: clamp(56px, 8vw, 80px);
  line-height: 1.2;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* === Mixin genérico para el fade lateral con overlay === */
/* Usa custom properties para dirección, stops y tamaños.  */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="reset"],
input[type="tel"],
input[type="date"],
select,
textarea {
  border-color: var(--border-border);
  border-radius: 6px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--text-muted-foreground);
  font-weight: 400;
  height: 40px;
  padding: 10px 40px 10px 16px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3E%3Cpath stroke='%2300188C' stroke-linecap='round' stroke-linejoin='round' d='m4.333 6 4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px auto;
}
select.double-doble {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%2300188C' stroke-linecap='round' stroke-linejoin='round' d='M4.667 10 8 13.333 11.333 10M4.667 6 8 2.667 11.333 6'/%3E%3C/svg%3E");
}

.o-color-black {
  color: var(--color-black);
}
.o-color-foreground {
  color: var(--text-foreground);
}

.o-font-regular {
  font-weight: 400;
}
.o-font-semibold {
  font-weight: 600;
}
.o-font-bold {
  font-weight: 700;
}

.o-text-align-center {
  text-align: center;
}
.o-text-align-left {
  text-align: left;
}
.o-text-align-right {
  text-align: right;
}

.site-content .o-wrapper-title-and-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.site-content .o-wrapper-indicator {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 282px), 1fr));
  padding-bottom: 20px;
  padding-top: 20px;
}
.o-wrapper-indicator.o-wrapper-indicator--p-lg {
  padding-bottom: 32px;
  padding-top: 32px;
}
.site-content .o-wrapper-new-cards,
.site-content .o-wrapper-cards-2-cols {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 50px;
  padding-top: 0px;
}
@media (min-width: 768px) {
  .site-content .o-wrapper-new-cards,
  .site-content .o-wrapper-cards-2-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
.site-content .o-wrapper-new-cards.o-wrapper-cards-2-cols--remove-p,
.site-content .o-wrapper-cards-2-cols.o-wrapper-cards-2-cols--remove-p {
  padding-bottom: 0;
  padding-top: 0;
}
.site-content .o-wrapper-2-cols {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .site-content .o-wrapper-2-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
.site-content .o-wrapper-new-cards {
  gap: 50px 52px;
}
.site-content .o-wrapper-cards-2-cols,
.site-content .o-wrapper-2-cols {
  gap: 52px;
}
.o-wrapper-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  
}
.site-content .o-wrapper-explore-jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 32px;
  padding-top: 32px;
}
.site-content .o-wrapper-visa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
.o-wrapper-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .o-wrapper-filters {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.o-wrapper-filters__selects {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 576px) {
  .o-wrapper-filters__selects {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .o-wrapper-filters__selects select {
    max-width: 277px;
  }
}
.site-content .o-wrapper-cards-3-cols {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
  width: 100%;
}
@media (min-width: 768px) {
  .site-content .o-wrapper-cards-3-cols {
    gap: 50px;
  }
}
.site-content .o-wrapper-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 32px;
  padding-top: 32px;
}
.site-content .o-wrapper-countries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 32px;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .site-content .o-wrapper-countries {
    padding-top: 0;
  }
}
.site-content .o-wrapper-help-guide {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .site-content .o-wrapper-help-guide {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}

.c-badge {
  color: var(--text-secondary-foreground);
  font-weight: 400;
  background-color: var(--color-white);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--border-primary);
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 10px;
}
.c-badge.c-badge--color-1,
.c-badge.c-badge--color-2,
.c-badge.c-badge--color-3,
.c-badge.c-badge--color-4 {
  border: initial;
  color: var(--color-white);
  font-weight: 700;
}
.c-badge.c-badge--color-1 {
  background-color: #007344;
}
.c-badge.c-badge--color-2 {
  background-color: #c33a1b;
}
.c-badge.c-badge--color-3 {
  background-color: #512cd4;
}
.c-badge.c-badge--color-4 {
  background-color: #0977cc;
}

.c-button {
  color: var(--text-primary-foreground);
  background-color: var(--bg-primary);
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
.c-button:hover {
  color: #ffffff;
  background: #162ecc;
  border-color: var(--ast-global-color-1);
}
.c-button:active {
  border-color: var(--ast-border-color);
  outline: 0;
}
.c-button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.c-button:focus {
  color: #ffffff;
  background-color: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
  outline: none;
}
.c-button:disabled {
  color: var(--text-muted);
  background-color: var(--bg-muted);
}
.c-button:disabled svg path {
  stroke: var(--text-muted);
}

a.c-button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-width: 0px;
  border-color: var(--ast-global-color-0);
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-top-width: 0px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  cursor: pointer;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  vertical-align: baseline;
}
a.c-button:hover {
  color: #ffffff;
  background-color: var(--bg-primary-90);
  border-color: var(--ast-global-color-1);
}
a.c-button:active {
  border-color: var(--ast-border-color);
  outline: 0;
}
a.c-button:focus {
  color: #ffffff;
  background-color: var(--bg-primary);
  border-color: var(--bg-primary);
  outline: none;
}
a.c-button:focus-visible {
  background-color: var(--bg-primary);
  outline: -webkit-focus-ring-color auto 1px;
}

.c-card-variant {
  background-color: var(--color-white);
  border-radius: 8px;
  border: 1px solid var(--border-border);
  -webkit-box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843),
    0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843),
    0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
}
.c-card-variant__content {
  padding: 24px;
}
.c-card-variant__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.c-card-variant__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-card-variant__top .c-card-variant__icon-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-card-variant__icon-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px;
  padding: 2px 0;
}
@media (min-width: 375px) {
  .c-card-variant__icon-title {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.c-card-variant__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primaria-50);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
}
.c-card-variant__icon > img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 16px;
}
.c-card-variant__title {
  font-weight: 700;
}
.c-card-variant__subtitle {
  color: var(--text-muted);
}
.c-card-variant hr {
  background-color: var(--border-border);
  margin: 16px 0;
}
.c-card-variant__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.c-card-variant__list li {
  color: var(--text-foreground);
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  line-height: 24px;
}
@media (min-width: 375px) {
  .c-card-variant__list li {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 576px) {
  .c-card-variant__list li {
    grid-template-columns: auto 1fr;
  }
}

.c-cta-section {
  background-color: var(--fedback-messages);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 32px;
  padding-top: 50px;
}
.c-cta-section__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-cta-section__title,
.c-cta-section__start {
  color: var(--color-black);
  text-align: center;
}
.c-cta-section__title {
  font-weight: 700;
}
.c-cta-section__start {
  font-weight: 400;
}
.c-cta-section__body {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.c-cta-section__wrapper-subtitle {
  padding: 24px;
}
.c-cta-section__subtitle {
  font-weight: 700;
  color: var(--text-primary);
  text-align: center;
}
.c-cta-section__wrapper-text {
  padding: 0 24px 24px;
}
.c-cta-section__wrapper-text.c-cta-section__wrapper-text--border-b {
  border-bottom: 3px solid #ffc800;
}
.c-cta-section__text {
  color: var(--color-black);
  text-align: center;
}
.c-cta-section__wrapper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 24px;
}

.c-discover {
  background: var(--color-white);
  border-bottom: 3px solid #ffc800;
}
.c-discover__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  padding: 12px 24px;
  margin: 0 auto;
  max-width: 1440px;
}
@media (min-width: 768px) {
  .c-discover__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 922px) {
  .c-discover__body {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.c-discover__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.c-discover__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.c-discover__wrapper-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}
.c-discover__wrapper-img > img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 16px;
}
.c-discover__title {
  font-weight: 700;
  color: var(--text-foreground);
}
.c-discover__select-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  max-width: 320px;
  width: 100%;
}
.c-discover__select-country > label {
  color: var(--text-primary);
  font-weight: 400;
}
.c-discover__select-country > select {
  border-color: var(--border-primary);
}
.c-discover__select-country .eu-country-select-wrapper {
  max-width: none;
  width: 100%;
	z-index: 9;
}
.c-discover__select-country .eu-country-select-wrapper > label {
  color: var(--text-primary);
  font-weight: 400;
}
.c-discover__select-country .eu-country-select-wrapper .choices__inner {
  border-color: var(--border-primary);
}

.c-dropdown {
  position: relative;
  display: inline-block;
  font-family: Fira Sans;
}

.c-dropdown__trigger {
  background-color: var(--color-white);
  gap: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-dropdown__trigger:focus {
  color: var(--ast-global-color-1);
  text-decoration: none;
  background-color: transparent;
  outline: thin dotted;
}
.c-dropdown__trigger::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%230F172A' stroke-linecap='round' stroke-linejoin='round' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  width: 16px;
  height: 16px;
}

.c-dropdown__panel {
  background-color: var(--color-white);
  border-radius: 6px;
  border: 1px solid #d9dcee;
  -webkit-box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843),
    0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843),
    0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
  left: 50%;
  list-style: none;
  margin: 0;
  min-width: 230px;
  opacity: 0;
  padding: 4px;
  position: absolute;
  top: calc(100% + 6px);
  z-index: 10;
  visibility: hidden;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s,
    -webkit-transform 0.2s ease;
}

.c-dropdown__trigger[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-dropdown__trigger[aria-expanded="true"] + .c-dropdown__panel {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.c-dropdown__link {
  color: var(--text-foreground);
  border-radius: 4px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 6px;
  text-decoration: none;
}
.c-dropdown__link:focus {
  color: var(--text-primary);
  background-color: var(--bg-primary-10);
  outline: none;
}
.c-dropdown__link:hover {
  color: var(--text-primary);
  background-color: var(--secundaria-300);
}
.c-dropdown__link:disabled {
  background-color: var(--color-white);
}

.c-new-card {
  background-color: var(--color-white);
  border-left: 3px solid var(--secundaria-300);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
 
.c-new-card.c-new-card--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-new-card__upper-img {
  height: 144px;
  overflow: hidden;
  width: 100%;
}
.c-new-card__upper-img > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.c-new-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  padding: 24px;
}
.c-new-card__header.c-new-card__header--py-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.c-new-card__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-new-card__top .c-new-card__icon-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-new-card__relevant {
  padding: 0 24px 14px;
}
.c-new-card__relevant-text {
  color: var(--text-foreground);
  font-weight: 700;
}
.c-new-card__icon-title,
.c-new-card__img-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px;
  padding: 2px 0;
}
@media (min-width: 375px) {
  .c-new-card__icon-title,
  .c-new-card__img-title {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.c-new-card__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primaria-50);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
}
.c-new-card__icon > img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 16px;
}
.c-new-card__img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  width: 43px;
}
.c-new-card__img > img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.c-new-card__title {
  font-weight: 700;
}
.c-new-card__subtitle {
  color: var(--text-muted);
}
.c-new-card__body,
.c-new-card__footer {
  padding: 0 24px 24px;
}
.c-new-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 10px;
  justify-content: space-between;
}
.c-new-card__body.c-new-card__body--py-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.c-new-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-new-card__description {
  color: var(--color-black);
}
.c-new-card__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
.c-new-card__list li {
  color: var(--color-black);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  line-height: 160%;
}

.c-link-button-text,
.c-link-button,
.c-dropdown__trigger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-link-button,
.c-dropdown__trigger {
  color: var(--text-primary);
  border: 1.5px solid var(--border-primary);
  border-radius: 9999px;
  gap: 8px;
}
.c-link-button:hover,
.c-dropdown__trigger:hover {
  color: var(--text-primary);
  background-color: var(--bg-primary-10);
}
.c-link-button:focus,
.c-dropdown__trigger:focus {
  border: 1.5px solid var(--border-foreground);
  color: var(--text-foreground);
  background-color: var(--bg-primary-20);
  outline: none;
}
.c-link-button:focus-visible,
.c-dropdown__trigger:focus-visible {
  background-color: var(--color-white);
  border: 1.5px solid var(--border-primary);
  color: var(--text-primary);
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #ffc800;
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #ffc800;
  outline: none;
}
.c-link-button > img,
.c-dropdown__trigger > img,
.c-link-button > svg,
.c-dropdown__trigger > svg {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 16px;
}
.c-link-button-text {
  color: var(--border-primary);
  gap: 8px;
  text-decoration: underline;
}
.c-link-button-text:hover {
  color: var(--text-foreground);
}
.c-link-button-text > img,
.c-link-button-text > svg {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 16px;
}

.c-indicator-card {
  background-color: var(--color-white);
  border-radius: 12px;
  -webkit-box-shadow: 2px 5px 17px 10px rgba(0, 0, 0, 0.0784313725);
  box-shadow: 2px 5px 17px 10px rgba(0, 0, 0, 0.0784313725);
  width: 100%;
}
.c-indicator-card__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 24px 8px;
}
.c-indicator-card__title {
  font-weight: 400;
}
.c-indicator-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-indicator-card__icon > img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 33px;
}
.c-indicator-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  padding: 0 24px 24px;
}
.c-indicator-card__value {
  font-weight: 700;
  color: var(--color-black);
}
.c-indicator-card__source {
  color: var(--text-muted);
  font-weight: 400;
}
.c-indicator-card__link {
  color: var(--primary-300);
  text-decoration: underline;
}
.c-indicator-card__link:hover {
  color: var(--ast-global-color-1);
  text-decoration: underline;
}

.c-hero {
  position: relative;
}
@media (min-width: 768px) {
  .c-hero {
    padding-bottom: 26px;
  } 
}
@media (min-width: 768px) {
  .c-hero.c-hero--remove-p {
    padding-bottom: 0;
  }
}
.c-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-hero__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 532px;
  }
}
.c-hero__content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 16px;
  max-width: 348px;
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  position: relative;
  /* Inyección del pseudo-elemento con selector parametrizable */
  /* md */
  /* lg: banda más profunda, como tienes ahora */
}
.c-hero--remove-p .c-hero__content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .c-hero--remove-p .c-hero__content {
    padding-top: 32px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .c-hero__content {
    max-width: 468px;
    padding-right: 32px;
  }
}
@media (min-width: 900px) {
  .c-hero__content {
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .c-hero__content {
    max-width: 575px;
  }
}
.c-hero__content.c-hero__content--sm {
  max-width: 348px;
}
@media (min-width: 768px) {
  .c-hero__content.c-hero__content--sm {
    max-width: 408px;
    padding-right: 32px;
  }
}
@media (min-width: 900px) {
  .c-hero__content.c-hero__content--sm {
    max-width: 480px;
  }
}
@media (min-width: 1024px) {
  .c-hero__content.c-hero__content--sm {
    max-width: 504px;
  }
}

.c-hero__content::after {
  
  position: absolute;
  inset: 0;
  /* Control fino vía variables (con valores por defecto seguros) */
  /* Dirección en grados (ej. 270deg = de derecha -> izquierda) */
  --fade-direction: 270deg;
  /* Stops del gradiente */
  --fade-stop-a: 0%;
  --fade-color-a: rgba(255, 255, 255, 0);
  --fade-stop-b: 80%;
  --fade-color-b: #fff;
  /* Geometría del overlay (anchura y desplazamiento lateral) */
  --fade-width: auto; /* auto = cubre todo; px = banda lateral */
  --fade-offset: 0px; /* desplazar hacia el borde necesario    */
  /* Posicionamiento lateral cuando usamos banda lateral */
  /* Si --fade-width es auto, el inset funciona como overlay total */
  /* Si la banda tiene ancho fijo, la limitamos al lado indicado */
  width: var(--fade-width);
  /* Cuando limitamos el ancho, anclamos al borde que convenga con --fade-offset */
  /* Tip: en cada bloque define left/right según necesites */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--fade-direction)),
    color-stop(var(--fade-color-a)),
    to(var(--fade-color-b))
  );
  background: linear-gradient(
    var(--fade-direction),
    var(--fade-color-a) var(--fade-stop-a),
    var(--fade-color-b) var(--fade-stop-b)
  );
  pointer-events: none;
  z-index: var(--fade-z, auto);
}
@supports (inset-inline-start: 0) {
  .c-hero__content::after {
    inset-inline-start: auto;
    inset-inline-end: auto;
  }
}

.c-hero__content::after {
  /* Anclamos la banda al lado derecho */
  right: -50px; /* compensa el solapamiento actual que usas */
  top: 0;
  bottom: 0;
  /* Variables del fade (desktop base) */
  --fade-direction: 270deg; /* derecha → izquierda */
  --fade-width: 180px; /* ancho del desvanecido */
  --fade-offset: 0px; /* ya compensas con right */
  --fade-color-a: rgba(255, 255, 255, 0); /* borde exterior */
  --fade-stop-a: 0%;
  --fade-color-b: #fff; /* hacia dentro */
  --fade-stop-b: 20%;
  z-index: -1; /* como ya usabas */
}
@media (min-width: 768px) {
  .c-hero__content::after {
    content: "";
    right: -50px;
    --fade-stop-b: 20%;
  }
}
@media (min-width: 1024px) {
  .c-hero__content::after {
    right: -28%;
    --fade-stop-b: 80%;
  }
}

.c-hero__title {
  color: var(--text-primary);
  font-weight: 700;
  max-width: 500px;
}
.c-hero__divider {
  height: 15px;
  background-color: #ffc800;
  width: 77px;
}
.c-hero__description {
  color: var(--text-neutral-600);
  font-weight: 400;
}
.c-hero__button-wrapping {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  padding-top: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .c-hero__button-wrapping {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
.c-hero__image {
  overflow: hidden;
  margin-right: -20px;
  position: relative;
  /* Un solo overlay con variables (en lugar de repetir 3 backgrounds) */
  position: relative;
  /* Inyección del pseudo-elemento con selector parametrizable */
  /* md */
  /* lg */
}
@media (min-width: 768px) {
  .c-hero__image {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 56.666666667%;
  }
}

@media (min-width: 1220px) {
  .c-hero__image.map_image {
    width: 56.43939393%;
  }
}

.c-hero__image > img {
  height: calc(100% - 72px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-hero--remove-p .c-hero__image > img {
  height: 100%;
}

.c-hero__image::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Control fino vía variables (con valores por defecto seguros) */
  /* Dirección en grados (ej. 270deg = de derecha -> izquierda) */
  --fade-direction: 270deg;
  /* Stops del gradiente */
  --fade-stop-a: 0%;
  --fade-color-a: rgba(255, 255, 255, 0);
  --fade-stop-b: 80%;
  --fade-color-b: #fff;
  /* Geometría del overlay (anchura y desplazamiento lateral) */
  --fade-width: auto; /* auto = cubre todo; px = banda lateral */
  --fade-offset: 0px; /* desplazar hacia el borde necesario    */
  /* Posicionamiento lateral cuando usamos banda lateral */
  /* Si --fade-width es auto, el inset funciona como overlay total */
  /* Si la banda tiene ancho fijo, la limitamos al lado indicado */
  width: var(--fade-width);
  /* Cuando limitamos el ancho, anclamos al borde que convenga con --fade-offset */
  /* Tip: en cada bloque define left/right según necesites */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--fade-direction)),
    color-stop(var(--fade-color-a)),
    to(var(--fade-color-b))
  );
  background: linear-gradient(
    var(--fade-direction),
    var(--fade-color-a) var(--fade-stop-a),
    var(--fade-color-b) var(--fade-stop-b)
  );
  pointer-events: none;
  z-index: var(--fade-z, auto);
}
@supports (inset-inline-start: 0) {
  .c-hero__image::before {
    inset-inline-start: auto;
    inset-inline-end: auto;
  }
}

.c-hero__image::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; /* overlay total */
  --fade-direction: 270deg; /* de derecha → izquierda */
  --fade-color-a: rgba(255, 255, 255, 0); /* tramo principal visible */
  --fade-stop-a: 85%; /* igual a tu primer valor */
  --fade-color-b: #fff; /* borde izquierdo blanco */
  --fade-stop-b: 100%;
}
@media (min-width: 768px) {
  .c-hero__image::before {
    --fade-stop-a: 40%;
  }
}
@media (min-width: 1024px) {
  .c-hero__image::before {
    --fade-stop-a: 80%;
  }
}
@supports (
  (-webkit-mask-image: linear-gradient(#000, transparent)) or
    (mask-image: linear-gradient(#000, transparent))
) {
  .c-hero__image::before {
    display: none;
  }
  .c-hero__image > img {
    -webkit-mask-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(20%, #000),
      to(#000)
    );
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      #000 20%,
      #000 100%
    );
    mask-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(20%, #000),
      to(#000)
    );
    mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

.c-help-guide {
  background-color: var(--color-white);
  border-left: 3px solid var(--secundaria-300);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  width: 100%;
}
.c-help-guide__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-help-guide__title {
  color: var(--primaria-600);
  font-weight: 700;
}
.c-help-guide__description {
  color: var(--color-black);
  font-weight: 400;
}
.c-help-guide > hr {
  background-color: var(--border-border);
  margin: 16px 0;
}
.c-help-guide__fields {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 318px), 1fr));
  gap: 24px;
}
.c-help-guide__label {
  color: var(--text-foreground);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  font-weight: 400;
}
.c-help-guide__label::after {
  content: "*";
  color: #e06144;
}
.c-help-guide__step,
.c-help-guide__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-help-guide__step {
  gap: 12px;
}
.c-help-guide__group {
  gap: 8px;
}
.c-help-guide .step-title {
  color: var(--primaria-600);
  font-weight: 700;
}
.c-help-guide .c-button {
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: var(--text-primary-foreground);
  font-family: Fira Sans;
  gap: 8px;
  margin-top: 32px;
  text-transform: none;
}
.c-help-guide .c-button:disabled {
  color: var(--text-muted);
  background-color: var(--bg-muted);
}
.c-help-guide .c-button:disabled svg path {
  stroke: var(--text-muted);
}
.c-help-guide .c-button svg {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 16px;
}
.c-help-guide__step-title {
  color: var(--color-black);
  font-weight: 700;
}
.c-help-guide__results-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.c-help-guide__content {
  -ms-flex-line-pack: start;
  align-content: start;
  display: grid;
  grid-template-columns: 1fr;
  height: 1065px;
  grid-template-rows: -webkit-max-content auto 1fr;
  grid-template-rows: max-content auto 1fr;
}
@media (min-width: 1024px) {
  .c-help-guide__content {
    -ms-flex-line-pack: initial;
    align-content: initial;
    height: 550px;
    grid-template-columns: minmax(23.6%, 272px) auto 1fr;
    grid-template-rows: initial;
  }
}
.c-help-guide__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
.c-help-guide__divider {
  background-color: var(--bg-primary-20);
  height: 1px;
  margin: 24px 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-help-guide__divider {
    height: 100%;
    margin: 0 16px;
    width: 1px;
  }
}
.c-help-guide__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  overflow-y: auto;
  padding: 0 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-300) var(--bg-primary-20);
  scrollbar-width: thin;
  scrollbar-color: #00188c #b0b7db;
}
.c-help-guide__results::-webkit-scrollbar {
  width: 8px;
}
.c-help-guide__results::-webkit-scrollbar-track {
  background: #b0b7db;
  border-radius: 20px;
}
.c-help-guide__results::-webkit-scrollbar-thumb {
  background: #00188c;
  border-radius: 20px;
}
.c-help-guide__results::-webkit-scrollbar-thumb:hover {
  background: rgb(0, 15.2571428571, 89);
}

.c-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.c-step__tab {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-white);
  border: 2px solid var(--primary-300);
  -webkit-box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843),
    0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843),
    0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 4px 18px 4px 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-step__tab:hover,
.c-step__tab:hover .c-step__text {
  color: var(--text-primary);
}
.c-step__tab:hover {
  background-color: var(--bg-primary-10);
  border-color: var(--border-primary);
}
.c-step__tab:focus,
.c-step__tab:focus .c-step__text {
  color: var(--color-white);
}
.c-step__tab:focus {
  background-color: var(--bg-primary);
  color: var(--color-white);
  border-color: var(--border-primary-50);
}
.c-step__tab:focus .c-step__number {
  color: var(--primary-300);
  background-color: var(--color-white);
}
.c-step__tab:focus .c-step__text {
  color: var(--color-white);
}
.c-step__tab:focus-visible {
  background-color: var(--color-white);
  border: 1.5px solid var(--border-primary);
  color: var(--text-primary);
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #ffc800;
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 0px 0px 4px #ffc800;
  outline: none;
}
.c-step__tab:focus-visible .c-step__number {
  color: var(--color-white);
  background-color: var(--primary-300);
}
.c-step__tab:focus-visible .c-step__text {
  color: var(--text-primary);
}
.c-step__tab.active {
  background-color: var(--primary-300);
  color: var(--color-white);
}
.c-step__tab.active .c-step__number {
  color: var(--primary-300);
  background-color: var(--color-white);
}
.c-step__tab.active .c-step__text {
  color: var(--color-white);
}
.c-step__tab,
.c-step__text {
  color: var(--primary-300);
  font-weight: 700;
  text-align: left;
}
.c-step__number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primary-300);
  color: var(--color-white);
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
.c-step__separator {
  background-color: var(--bg-primary-20);
  border: 3px solid var(--bg-primary-20);
  border-radius: 5px;
  height: 23.47px;
  margin: 0 16px;
  width: 1.07px;
}

.c-unique-journey {
  background-color: var(--color-white);
  border-left: 3px solid var(--secundaria-300);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px;
}
.c-unique-journey__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-unique-journey__title {
  color: var(--primaria-600);
  font-weight: 700;
}
.c-unique-journey hr {
  background-color: var(--border-border);
  margin: 16px 0;
}
.c-unique-journey__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.c-unique-journey__label {
  color: var(--text-foreground);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  font-weight: 400;
}
.c-unique-journey__label::after {
  content: "*";
  color: #e06144;
}
.c-unique-journey__step,
.c-unique-journey__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-unique-journey__step {
  gap: 12px;
}
.c-unique-journey__group {
  gap: 8px;
}
.c-unique-journey .step-title {
  color: var(--primaria-600);
  font-weight: 700;
}
.c-unique-journey .c-button {
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: var(--text-primary-foreground);
  font-family: Fira Sans;
  gap: 8px;
  margin-top: 32px;
  text-transform: none;
}
.c-unique-journey .c-button:disabled {
  color: var(--text-muted);
  background-color: var(--bg-muted);
}
.c-unique-journey .c-button:disabled svg path {
  stroke: var(--text-muted);
}
.c-unique-journey .c-button svg {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 16px;
}

.country-profile-tabs > .tabs {
  margin: 0 auto;
}

.site-content
  .content-area.primary:has(.eu-country-data-section)
  .c-discover
  + .eu-country-data-section {
  margin-top: -24px;
}

.bg-white {
  background-color: var(--color-white);
}

.bg-light {
  background-color: var(--fedback-messages);
}

.relative {
  position: relative;
}

.mx-auto {
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 12px;
}
.gap-4 {
  gap: 16px;
}
.gap-12 {
  gap: 48px;
}
.gap-50 {
  gap: 50px;
}

.w-full {
  width: 100%;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.logged-out.login-footer.has-background.has-white-background-color {
  background-color: #fff;
}

/* Search page Styles */

.search #page .site-content {
  padding-top: 120px;
  padding-bottom: 52px;
}

/* Align footer widget */
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"].footer-widget-area-inner {
  text-align: left;
}

/* Legal Pages */
.legal-page p,
.legal-page span,
.legal-page ul,
.legal-page li {
  font-size: 16px;
}

/* Search Page */
body.search .site-content > div {
  max-width: 960px;
  margin: 0 auto;
}

.search__section .title-section {
  margin-bottom: 3rem;
}

.search__section .title {
  font-size: 1.875rem;
  font-weight: bold;
  /* color: #2563eb; */
  margin-bottom: 0.5rem;
}

/* Results */
.search__section .search__results {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.search__section .search__result-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  border-bottom: 1px solid #d9dcee;
}

@media only screen and (min-width: 768px) {
  .search__section .search__result-item {
    justify-content: space-between;
  }
}

.search__section .search__result-item:last-child {
  border-bottom: none;
}

.search__section .search__result-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media only screen and (min-width: 768px) {
  .search__section .search__result-content {
    flex-direction: row;
  }
}

.search__section .search__result-title a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
  transition: color 0.2s;
}

.search__section .search__result-title a:hover {
  color: #2563eb;
}

.search__section .search__badge {
  background-color: #f3f4f6;
  color: #374151;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 0.2s;
}

.search__section .search__badge:hover {
  background-color: #e5e7eb;
}

/* Pagination */
.search__section .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 4rem;
}

.search__section .pagination-btn {
  background: none;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 0.25rem;
  color: #6b7280;
  font-weight: 500;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  box-shadow: none;
}

.search__section .pagination-btn:hover {
  color: #2563eb;
  background-color: #f3f4f6;
}

.search__section .pagination-btn.active {
  background-color: #2563eb;
  color: white;
}

.search__section .pagination-numbers {
  display: flex;
  gap: 0.25rem;
}

/* Icons */
.search__section .icon {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* Homepage Select elements */
.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 20px;
}

.choices__inner {
  background-color: #ffffff;
  border-radius: 8px;
  border-color: #d9dcee;
  min-height: 40px;
}

.choices__list--single {
  padding: 0 4px;
}

.is-focused .choices__inner,
.is-open .choices__inner,
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #d9dcee;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.choices__placeholder {
  opacity: 1;
}

.widget.widget_nav_menu {
  display: flex;
  justify-content: center;
}
.o-wrapper-cards-3-cols {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}

.o-wrapper-cards-3-cols.cards-visible {
  opacity: 1;
}

.c-new-card {
  opacity: 1;
}

.cards-visible .c-new-card {
  animation: fadeInUp 2s ease-out forwards;
}
 
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* turn off animation */
@media (prefers-reduced-motion: reduce) {
  .o-wrapper-cards-3-cols {
    opacity: 1;
  }
  .c-new-card {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.o-wrapper-cards-3-cols.cards-loaded {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .o-wrapper-cards-3-cols {
    opacity: 1;
  }
}
html[lang="pt-PT"] .main-navigation > ul.main-header-menu > li:last-child {
    display: none;
}
.c-new-card__partner img {
   
    height: 100%;
    height: 55px;
    object-fit: contain;
}
/*test button*/
.page-id-2032 p.esna-show-more-wrap {
    /*text-align: center;*/
    margin:0px;
}
.page-id-2032 p.c-new-card__description {
    display: none;
    opacity: 0;
}
.page-id-2032 .show p.c-new-card__description {
    display: block;
    opacity: 1;
}
.page-id-2032 .c-new-card__title {
    font-size: 21px;
    line-height: 32px;
}
button#esna-show-more {
    background: #ffffff00;
    color: var(--border-primary, #00188c);
    border: unset;
    transition: 0.5s;
    padding: 10px 15px 10px 0;
    text-decoration: underline;
    font-weight: 400;
    font-size: 15px;
    box-sizing: unset;
    cursor: pointer;
    box-shadow: none;
}
button#esna-show-more:hover{
   /* background: var(--border-primary, #00188c);*/
    /*color:white;*/
    text-decoration: none;
}
/*multiple selector*/
.persona-selector {
    max-width: 100%;
    min-width: 270px;
}
.choices__list--multiple .choices__item.is-highlighted,
.persona-selector .choices__item.choices__item--selectable {
    background: no-repeat;
    color: var(--ast-global-color-3);
    border: unset;
}

.persona-selector .choices[data-type*=select-multiple] button.choices__button {

    background: no-repeat center/contain
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 21 21'><g fill='currentColor' fill-rule='evenodd'><path d='M2.592.044l18.364 18.364-2.548 2.548L.044 2.592z'/><path d='M0 18.364L18.364 0l2.548 2.548L2.548 20.912z'/></g></svg>");
    padding: 5px;
    margin: 0;
    border-left: none;
}
.persona-selector .choices__list--multiple .choices__item {
    font-size: 14px;
    font-weight: 400;
}
/*.persona-selector .choices__inner {
    padding: 0px 5px;
    border-radius: 8px;
}
.persona-selector .choices__input--cloned {
    display: none;
}*/


.choices.persona-choices .choices__inner > .choices__list--single,
.choices.persona-choices .choices__list--multiple {
    display: none;
}


.choices.persona-choices .choices__list--dropdown {
    display: block;
}
.c-new-card__body .o-wrapper-badge:first-of-type {
    margin-top: auto;
    margin-bottom: 0;
}

.c-new-card__body .o-wrapper-badge:not(:first-of-type) {
    margin-top: 0;
}
/*banner*/
.banner-country {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 2px solid #e6e8f4;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 24px;
    box-sizing: border-box;
    gap: 24px;
    width: 100%;
}

/* Compact variant. */
.banner-country--compact {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.banner-country.banner-country--compact .banner-country__info {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-right: 0;
    width: 100%;
}

.banner-country.banner-country--compact .banner-country__info > div {
    flex: 1 1 auto;
    min-width: 0;
}

.banner-country.banner-country--compact .banner-country__icon {
    margin-top: 0;
    flex: 0 0 32px;
    align-self: flex-start;
}

.banner-country.banner-country--compact .banner-country__desc {
    max-width: 520px;
}

.banner-country.banner-country--compact .banner-country__button {
    margin-left: 0;
    align-self: flex-end;
    margin-top: 12px;
}

/* Wide variant. */
.banner-country.banner-country--wide {
    max-width: none;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 24px;
}

.banner-country__info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.banner-country__icon {
    display: flex;
    align-items: flex-start;
    height: 32px;
    margin-top: 2px;
    flex: 0 0 32px;
}
.banner-country__icon img {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0;
    object-fit: contain;
}

.banner-country__title {
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #001370;
    margin: 0 0 4px 0;
    display: block;
}

.banner-country__desc {
    font-family: "Fira Sans", sans-serif;
    color: #18181b;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    max-width: 618px;
}

.banner-country__button {
    background: #00188c;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    border-radius: 999px;
    padding: 12px 32px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    text-transform: none;
    flex: 0 0 auto;
}

.banner-country--wide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.banner-country--wide .banner-country__info {
    flex: 1 1 auto;
    margin-right: 24px;
}

.banner-country--wide .banner-country__desc {
    max-width: none;
}
.c-help-guide__results-container.external .c-help-guide__content {
    grid-template-columns: 1fr;
    height: auto;
}
.external a.banner-country__button.c-button {
    margin: 0;
    align-self: auto;
}
@media (max-width: 700px) {
    .banner-country__info {
        flex-direction: column;
    }
    .banner-country, .banner-country--wide, .banner-country--compact {
        flex-direction: column;
        align-items: flex-start;
    }
    .banner-country__button {
        align-self: flex-end;
        margin-top: 12px;
        width: auto;
    }
}
