/*
    Theme Name: Feria GachaPop
    Theme URI: www.feriagachapop.cl www.gachapop.cl
    Description: GachaPop
    Version: 001
*/
/************************************************************************************
FONT
*************************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/************************************************************************************
RESET
*************************************************************************************/
@charset "UTF-8";

:root {
    --font-family-raw: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-outfit: "Outfit", sans-serif;

    /* Feria */
    --feria-red: #ff0033;
    --feria-cream: #ffefcb;

    --feria-blue: #1c2b4a;
    --feria-yellow: #ffc857;
    --feria-green: #2ec4b6;

    --feria-gray: #ece7e1;

    /* color */
    --black: #161d26;
    /*262626*/
    --radical: #fe2200;
    --Yellow: #fed200;
    --white: #ffffff;
    --pale: #b1eaf5;
    --turquoise: #3fd4e8;
    --malachite: #10ff03;

    --EastBay: #51596e;
    --russian: #20242f;
    --east: #4f586e;
    --ship: #808ba6;
    --light: #b1c3e1;
    --GreenSheen: #6DBEAA;
    --Green: #38e2c7;
    --purple: #4f06ef;
    --NeonBlue: #3346f8;
    --LightSlateBlue: #9863fb;
    --ShuttleGrey: #596470;
    --lavender: #e6e6e7;
    --AliceBlue: #f0f3f4;
    --WhiteSmoke: #f7f7f7;
    --Azure: #eff1f1;
    --lines: #dbdbdb;
    /* medidas */
    --nav-narrow-width: 72px;
    --nav-medium-width: 300px;
    --gap-18: 18px;
    --gp-radius: 18px;

}

html {
    /* overscroll-behavior: none; */
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    font-size: 16px;
    font-family: var(--font-family-raw);
    color: var(--black);
    fill: var(--black);
    font-weight: normal;
    /* opcional */
    line-height: 1.3em;
    /* opcional */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    /* opcional */
    font-smooth: always;
    /* opcional */
    -webkit-font-smoothing: antialiased;
    /* opcional */
    -moz-osx-font-smoothing: grayscale;
}


@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation: none !important;
        animation: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}

img,
picture,
video,
iframe,
figure {
    max-width: 100%;
    width: 100%;
    display: block;
    /* opcional 
  -o-object-fit: cover;
  object-fit: cover;*/
    -o-object-position: center center;
    object-position: center center;
}

a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
}

p a {
    display: inline;
}

li {
    list-style-type: none;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a,
strong,
blockquote,
i,
b,
u,
em {
    font-size: inherit;
    font-style: inherit;
    line-height: 20px;
    text-decoration: none;
    color: inherit;
    word-break: break-word;
    hyphens: initial;
}

h6 {
    font-size: 12px;
    font-weight: inherit;
    font-style: inherit;
    text-decoration: none;
    color: inherit;
    word-break: break-word;
    hyphens: initial;
    line-height: 16px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

/*
::placeholder {
  color: var(--light);
  opacity: 0.7; 
}

::-ms-input-placeholder {
  color: var(--light);
}
*/

form,
input,
textarea,
select,
label {
    font-family: inherit;
    font-size: inherit;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    background-color: transparent;
    color: inherit;
    display: block;
}

table,
tr,
td {
    border-collapse: collapse;
    border-spacing: 0;
}

svg {
    width: 100%;
    display: block;
    fill: currentColor;
}

::selection {
    background: var(--Yellow);
    color: inherit;
}

input::selection,
textarea::selection {
    background: var(--black);
    color: var(--white);
    border-radius: 3px;
    padding: 3px 6px;
}

::-webkit-scrollbar {
    width: 0px;
    scrollbar-width: thin;
}

/* Variantes especiales */

.outfit {
    font-family: var(--font-outfit);
}

.no-border {
    border: none !important;
}

.color__purple {
    color: var(--purple);
    fill: var(--purple);
}

.color__radical {
    color: var(--radical);
    fill: var(--radical);
}

.bg__radical {
    background: var(--radical);
}

.margin-top--6 {
    margin-top: 6px;
}

.margin-botton--6 {
    margin-bottom: -6px;
}

.p_32 {
    padding: 32px;
}

.private {
    visibility: hidden;
    display: none;
}

.float_right {
    float: right !important;
}

.justify-center {
    display: flex;
    justify-content: center;
}

/* Texto SEO */

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

/************************************************************************************
STYLES
*************************************************************************************/
/* Preload */

.preload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: var(--radical);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    -webkit-animation: fadeOut 1s ease 1 2s both;
    animation: fadeOut 1s ease 1 2s both;
}

.preload__img {
    width: 4em;
    height: 4em;
    -webkit-animation: pumPum 2s cubic-bezier(0.31, -0.49, 0.76, 1.32) infinite both;
    animation: pumPum 2s cubic-bezier(0.31, -0.49, 0.76, 1.32) infinite both;
    fill: var(--white);
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes pumPum {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pumPum {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Caracteristicas modulares */

.spacer {
    width: 100%;
    display: flex;
}

.spacer-9 {
    height: 9px;
}

.spacer-12 {
    height: 12px;
}

.spacer-16 {
    height: 16px;
}

.spacer-24 {
    height: 24px;
}

.spacer-32 {
    height: 32px;
}

.spacer-40 {
    height: 40px;
}

.spacer-48 {
    height: 48px;
}

.spacer-60 {
    height: 60px;
}

.spacer-80 {
    height: 80px;
}

.line {
    -moz-box-shadow: inset 0 -1px 0 0 var(--lavender);
    -webkit-box-shadow: inset 0 -1px 0 0 var(--lavender);
    box-shadow: inset 0 -1px 0 0 var(--lavender);
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.huge {
    font-size: 55px;
    line-height: 48px;
    width: min(100%, 480px);
    margin-inline: auto;
}

.hero {
    font-size: 20px;
    line-height: initial;
    padding: 16px 24px 24px;
    width: min(100%, 480px);
    margin-inline: auto;
    font-family: var(--font-family-Pro-rg);
}

p {
    width: min(100%, 480px);
    margin-inline: auto;
    position: relative;
}

.margin-auto {
    margin: auto;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-12 {
    margin-bottom: 12px !important;
}

.margin-bottom-24 {
    margin-bottom: 24px !important;
}

.margin-top-12 {
    margin-top: 12px !important;
}

.margin-bottom-16 {
    margin-bottom: 16px;
}

.margin-bottom-32 {
    margin-bottom: 32px;
}

.extraBold {
    font-weight: 900;
}

.up {
    text-transform: uppercase;
}

.nohyphens {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

/* Fix mensajes de error de acf */
.content__grid .acf-notice.-error {
    background: var(--radical);
    border-color: var(--radical);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.hidden {
    display: none;
}


/************************************************************************************
CSS CARTEL OCTOPUS
*************************************************************************************/

.feria-campaign {
    width: 100%;
    padding: 32px 16px;
    display: flex;
    justify-content: center;
}

.feria-campaign__stage {
    width: min(100%, 1100px);
}

.feria-campaign__card {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 16px 8px 24px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 255, 255, .08) 0 2px, transparent 3px),
        linear-gradient(180deg, #282828 0%, #282828 42%, #d63a28 42%, #c93425 100%);
    background-size: 34px 34px, 100% 100%;
}

.feria-campaign__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.feria-campaign__circle {
    z-index: 3;
}

.feria-campaign__octopus {
    z-index: 4;
}

.feria-campaign__date,
.feria-campaign__top,
.feria-campaign__hanger,
.feria-campaign__notch {
    z-index: 6;
}

/* agujero superior */
.feria-campaign__hanger {
    position: absolute;
    top: 42px;
    left: 50%;
    width: 130px;
    height: 25px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 999px;
    z-index: 20;
}

.feria-campaign__hanger::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50%;
}

/* muescas laterales */
.feria-campaign__notch {
    position: absolute;
    top: 45%;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 999px;
    z-index: 30;
}

.feria-campaign__notch--left {
    left: -18px;
}

.feria-campaign__notch--right {
    right: -18px;
}

/* zona superior */
.feria-campaign__top {
    position: relative;
    z-index: 10;
    padding: 72px 58px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.feria-campaign__logo {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* círculo giratorio */
.feria-campaign__circle {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 65%;
    aspect-ratio: 1;
    transform: translateX(-50%);
    z-index: 8;
    animation: feriaCircleRotate 42s linear infinite;
}

.feria-campaign__circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* pulpo */
.feria-campaign__octopus {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42%;
    height: auto;
    transform: translateX(-50%);
    z-index: 12;
    animation: feriaOctopusFloat 4.5s ease-in-out infinite;
}

/* sticker fecha */
.feria-campaign__date {
    position: absolute;
    left: 6%;
    bottom: 4%;
    width: 30%;
    max-width: 290px;
    height: auto;
    z-index: 18;
    transform: rotate(7deg);
}

/* animaciones */
@keyframes feriaCircleRotate {
    from {
        transform: translateX(-50%) rotate(0deg);
    }

    to {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes feriaOctopusFloat {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

@media (max-width: 560px) {
    .feria-campaign {
        padding: 18px 10px;
    }

    .feria-campaign__card {
        border-radius: 24px;
    }

    .feria-hero__content {
        margin-top: -36px !important;
    }

    .feria-campaign__top {
        padding: 55px 6px 0;
    }

    .feria-campaign__circle {
        top: 41%;
        width: 60%;
    }

    .feria-campaign__claim {
        top: 160px;
        right: 34px;
    }

    .feria-campaign__notch {
        top: 50%;
        width: 27px;
        height: 20px;
    }

    .feria-campaign__hanger {
        width: 90px;
        height: 20px;
    }

    .feria-campaign__hanger::before {
        top: -10px;
        width: 20px;
        height: 20px;
    }
}

/************************************************************************************
BOTONES
*************************************************************************************/

.button-primary {
    color: var(--white);
    background: var(--feria-red);
}

.button-secondary {
    color: var(--white);
    background: var(--black);
}

.button-mini-login {
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-radius: 6px;
    line-height: 14px;
    padding: 6px 9px;
    margin: 3px 0;
    color: var(--white);
    background: var(--radical);
}

.button-line {
    color: var(--black);
    background: var(--white);
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--black) !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 12px 18px;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    width: fit-content;
}

.button-badget-w {
    color: var(--black);
    background: var(--white);
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--black) !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 9px 18px;
    line-height: initial;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    width: fit-content;
    font-weight: 600;
    font-family: var(--font-family-raw);
}

.button-edit {
    display: flex;
    gap: 6px;
    margin: 0 auto;
}

.button-edit svg,
.button-line svg {
    width: 20px;
    height: 20px;
}

.button-large {
    font-size: 18px;
    font-weight: 600;
    margin: 12px;
    cursor: pointer;
    text-decoration: none;
    border: 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 12px 18px;
    line-height: normal;
}

.button-center {
    margin: 12px auto;
}

.acf-form-submit input[type="submit"] {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.round {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.tml-button {
    color: var(--white);
    background: var(--black);
    font-size: 18px;
    font-weight: 600;
    margin: 12px;
    cursor: pointer;
    text-decoration: none;
    border: 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 12px 18px;
    line-height: normal;

}

/************************************************************************************
 /* LEGALES EXPOSITORES */
/*************************************************************************************/

.legales-expositores .legal-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
    line-height: 1.7;
    font-size: 0.95rem;
    font-family: var(--font-family-raw);
}

@media (min-width: 768px) {
    .legales-expositores .legal-wrapper {
        padding: 3rem 2rem 4rem;
        font-size: 1rem;
    }
}

.legales-expositores .legal-header h1 {
    margin: 0 0 0.25rem;
    font-size: 1.8rem;
    line-height: initial;
}

.legales-expositores .legal-meta {
    margin: 0 0 1.5rem;
    font-size: 0.9rem;
    color: #555;
}

.legales-expositores .legal-index {
    margin-bottom: 2rem;
    padding: 1.25rem 1.5rem;
    border-radius: 6px;
    background: #f5f5f5;
    font-size: 0.95rem;
}

.legales-expositores .legal-index h2 {
    margin-top: 0;
    font-size: 1.1rem;
}

.legales-expositores .legal-index ol {
    margin: 0.75rem 0 0;
    padding-left: 1.25rem;
}

.legales-expositores .legal-index a {
    text-decoration: none;
}

.legales-expositores .legal-index a:hover,
.legales-expositores .legal-index a:focus {
    text-decoration: underline;
}

.legales-expositores .legal-content section {
    margin-bottom: 2rem;
}

.legales-expositores .legal-content h2 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
}

.legales-expositores .legal-content h3 {
    font-size: 1.05rem;
    margin-top: 1rem;
    margin-bottom: 0.35rem;
}

.legales-expositores .legal-content p {
    margin-bottom: 0.75rem;
    width: initial;
    line-height: initial;
}

.legales-expositores .legal-content ul,
.legales-expositores .legal-content ol {
    margin: 0.4rem 0 0.75rem 1.25rem;
}

.legales-expositores .legal-content li {
    margin-bottom: 0.5rem;
    line-height: normal;
}

.legales-expositores hr {
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 2rem 0;
}

.legales-expositores .legal-note {
    font-size: 0.9rem;
    color: var(--east);
    margin-top: 0.5rem;
}

.legales-expositores .legal-final {
    margin-top: 1rem;
    font-weight: 500;
}

.legales-expositores code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 0.9em;
    background: var(--lavender);
    padding: 6px;
    border-radius: 3px;
    margin: 6px auto;
    position: relative;
    display: inline-block;
}

/* Complemento mínimo: color para URLs */
.legales-expositores a {
    color: var(--east);
    text-decoration: underline;
    font-weight: 600;
}

.legales-expositores a:hover,
.legales-expositores a:focus {
    text-decoration: underline;

}


/************************************************************************************
LANDING INDEX
*************************************************************************************/

/* ===== ESTADO ACTIVO PARA MOBILE/TABLET ===== */
/* Esta clase se activará con scroll/tap en dispositivos sin hover */

.feria-hero--active .feria-hero__logo-img {
    transform: scale(1.06);
}

.feria-hero--active .feria-hero__art-img--default {
    opacity: 0;
}

.feria-hero--active .feria-hero__art-img--hover {
    opacity: 1;
}


/* ===== BLOQUE SEO / FOOTER DE TEXTO ===== */

.feria-seo {
    padding: 24px;
    background: var(--white);
    color: var(--black);
}

.feria-seo__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.feria-seo__inner p {
    width: 100%;
    font-size: 15px;
    line-height: initial;
}

.feria-seo__inner p strong {
    font-size: 15px;
    line-height: initial;
}

.feria-hero__card-seo {
    position: relative;
    color: var(--white);
    background: linear-gradient(145deg, #1d2b57 0%, #334d9d 100%);
    border-radius: 42px;
    padding: 38px 48px 42px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feria-seo h1 {
    font-weight: 800;
    letter-spacing: 0.02em;
}

.feria-seo h2 {
    font-size: clamp(28px, 3vw, 40px);
    margin-bottom: 12px;
    font-weight: 600;
    line-height: initial;
}

.feria-seo p+p {
    margin-top: 0.6rem;

}

@media (min-width: 768px) {

    .feria-seo h1 {
        font-size: 1.3rem;
    }
}

/* ===== ÍCONOS SOCIALES BAJO LOS BOTONES ===== */

.feria-links__icons {
    margin-top: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.feria-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--black);
    border-radius: 100px;
    color: var(--white);
}

.feria-icon-link svg {
    width: 22px;
    height: 22px;
}

/* ===== BLOQUE DE BOTONES RÁPIDOS (LINK IN BIO STYLE) ===== */

.feria-links {
    padding: 2.5rem 1rem 2.5rem;
    /* el background viene inline desde PHP con el mismo $bg_color del hero */
}

.feria-links__inner {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

/* Botón base */

.feria-btn__title {
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    font-family: var(--font-outfit);
}

.feria-btn__subtitle {
    font-size: 0.8rem;
    font-family: var(--font-outfit);
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 768px) {
    .feria-links {
        padding: 3rem 1.5rem 3rem;
    }

    .feria-links__inner {
        max-width: 520px;
    }
}


/* ===== HERO FERIA SIMPLE ===== */

.feria-hero {
    padding: 1.5rem;
}

.fh-counter {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}

.fh-counter__stand {
    color: var(--feria-cream);
    border-radius: 999px;
    padding: 4px 12px;
    width: fit-content;
    background: #000;
    margin: 0 auto 12px;
}

.fh-counter__num {
    font-size: clamp(8rem, 20vw, 16rem);
    line-height: clamp(6.5rem, 15vw, 11rem);
    font-weight: 900;
    letter-spacing: -.3px;
    color: var(--feria-cream);
    font-family: var(--font-outfit);

}

.fh-counter__bar {
    height: 24px;
    background: transparent;
    border-radius: 999px;
    overflow: hidden;
    border: 3px solid var(--feria-cream);
    margin: 28px auto;
    max-width: 320px;
}

.fh-counter__fill {
    display: block;
    height: 100%;
    background: #fc0;
    width: 0%;
    transition: width .25s ease;
}

.fh-counter__meta {
    font-size: 1.8rem;
    color: var(--feria-cream);
    font-weight: 600;
    font-family: var(--font-outfit);
    line-height: 1.6rem;
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
}

/* ✅ Si tu theme no trae spacing para este bloque, lo dejamos suave */
.feria-hero__cta {
    margin-top: 18px;
}

.feria-hero__cta .feria-btn {
    margin-bottom: 14px;
}

.feria-hero__stage {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.feria-hero__card {
    position: relative;
    min-height: 860px;
    background: var(--feria-red);
    border-radius: 42px;
    padding: 38px 48px 42px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feria-hero__hanger::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
}

/* Muescas laterales */
.feria-hero__notch {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 20px;
    height: 35px;
    background: #fff;
    z-index: 2;
}

.feria-hero__notch--left {
    left: 0;
    border-radius: 0 999px 999px 0;
}

.feria-hero__notch--right {
    right: 0;
    border-radius: 999px 0 0 999px;
}

/* Cabecera */
.feria-hero__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding-top: 26px;
}

.feria-hero__brand {
    width: 100%;
    max-width: 260px;
    padding: 32px;
    box-sizing: content-box;
}

.feria-hero__brand-image {
    display: block;
    width: 100%;
    height: auto;
}

.feria-hero__brand_insta {
    margin-top: 24px;
    font-size: 2rem;
    color: var(--feria-cream);
    line-height: initial;
    font-weight: 600;
    letter-spacing: -.3px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.feria-hero__brand_insta svg {
    width: 30px;
    height: 30px;
    transform: rotate(-9deg);
}

.feria-hero__brand span {
    color: var(--feria-cream);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: initial;
    margin-top: 3px;
    display: block;
    text-align: left;
}

.feria-hero__event-info {
    width: 100%;
    max-width: 260px;
    display: flex;
    justify-content: flex-end;
    padding: 24px;
    box-sizing: content-box;
}

.feria-hero__event-image {
    display: block;
    width: 100%;
    height: auto;
}

/* Contenido central */
.feria-hero__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 42px;
    text-align: center;
    z-index: 10;
    position: relative;
    padding: 16px;
    margin-top: 36px;
}

/* Contador */
.feria-hero__counter-wrap {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 24px;
}

/* Botones */
.feria-hero__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    border-top: 2px dashed #ffefcba1;
    padding-top: 32px;
}

/*
  Simulación del estilo negro redondeado de la referencia.
  Si ya tienes estilos globales de .feria-btn, esto los potencia.
*/
.feria-btn {
    min-width: 340px;
    max-width: 420px;
    background: #000;
    color: #fff;
    border-radius: 999px;
    padding: 16px 28px;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: transform .2s ease, opacity .2s ease;
    border: 3px solid var(--black);
}

.feria-btn:hover {
    transform: translateY(-2px);
    opacity: .95;
}

.feria-btn__title {
    display: block;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.feria-btn__subtitle {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    opacity: .88;
}


/* LINEUP */
.feria-hero__card-lineup {
    position: relative;
    background: var(--feria-blue);
    border-radius: 42px;
    padding: 38px 48px 42px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fh-head {
    margin: 50px 0 24px;
    text-align: center;
}

.fh-head h2 {
    color: var(--feria-cream);
    letter-spacing: -3px;
    line-height: initial;
    font-size: clamp(4rem, 9vw, 7rem);
    padding: 32px 0px;
}

.fh-lineup__count {
    color: var(--feria-cream);
}

/* Cards */
.fh-lineup__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

@media (min-width: 900px) {
    .fh-lineup__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.fh-lineup__card {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 14px;
    text-decoration: none;
    background: var(--feria-green);
    transition: transform .08s ease, box-shadow .08s ease;
    color: var(--feria-blue);
}

.fh-lineup__card:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.fh-lineup__logo {
    width: 65px;
    height: 65px;
    border-radius: 100px;
    overflow: hidden;
    flex: 0 0 auto;
    border: 2px solid rgba(250, 250, 250, .3);
    background: rgba(0, 0, 0, .03);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fh-lineup__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fh-lineup__placeholder {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .12);
    display: inline-block;
}

.fh-lineup__info {
    width: 100%;
}

.fh-lineup__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
}

.fh-lineup__meta {
    margin: 3px 0 0;
    font-size: 14px;
    word-break: break-word;
}

.fh-lineup__cat {
    font-size: 12px;
}

/* =========================================================
     FAQ – GachaPop (HTML visible)
     ========================================================= */

.feria-faq {
    padding: 3.5rem 1.25rem 4rem;
}

.feria-faq__inner {
    max-width: 980px;
    margin: 0 auto;
}

.feria-faq__head {
    margin-bottom: 1.5rem;
}

.feria-faq__title {
    margin: 0 0 .4rem;
    font-size: clamp(1.6rem, 2.5vw, 2.1rem);
    line-height: 1.1;
    letter-spacing: -.02em;
}

.feria-faq__lead {
    margin: 0;
    opacity: .9;
    width: 100%;
    line-height: initial;
}

.feria-faq__list {
    margin-top: 1.5rem;
    display: grid;
    gap: .9rem;
}

.feria-faq__item {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    background: var(--feria-gray);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/* details/summary reset + UX */
.feria-faq__item summary {
    list-style: none;
    cursor: pointer;
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    user-select: none;
}

.feria-faq__item summary::-webkit-details-marker {
    display: none;
}

.feria-faq__q {
    font-size: 1.05rem;
    line-height: 1.25;
    margin: 0;
    font-weight: 700;
}

.feria-faq__chev {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    transition: transform .2s ease;
}

.feria-faq__chev svg {
    width: 18px;
    height: 18px;
    opacity: .9;
    transition: transform .2s ease;
}

.feria-faq__item[open] .feria-faq__chev svg {
    transform: rotate(180deg);
}

.feria-faq__a {
    padding: 0 1rem 1.05rem;
    line-height: 1.55;
    opacity: .95;
}

.feria-faq__a p {
    margin: .65rem 0 0;
    width: 100%;
}

.feria-faq__a p:first-child {
    margin-top: 0;
}

.feria-faq__a ul {
    margin: .6rem 0 0;
    padding-left: 1.1rem;
}

.feria-faq__a li {
    margin: .25rem 0;
}

.feria-faq__a strong {
    font-weight: 800;
}

.feria-faq__a a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.feria-faq__cta {
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.feria-faq__btn {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .85rem 1rem;
    border-radius: 999px;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .10);
    transition: transform .15s ease, background .15s ease;
}

.feria-faq__btn:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .14);
}

.feria-faq__btn svg {
    width: 18px;
    height: 18px;
}

.feria-faq__note {
    margin-top: .9rem;
    opacity: .85;
    font-size: .95rem;
    line-height: 1.45;
}

@media (max-width: 520px) {
    .feria-faq {
        padding: 3rem 1.05rem 3.5rem;
    }

    .feria-faq__q {
        font-size: 1rem;
    }

    .feria-faq__chev {
        width: 32px;
        height: 32px;
    }
}


/************************************************************************************
PAGES TAG / CAT
*************************************************************************************/

.title__cat {
    display: flex;
    gap: 6px;
    width: 100%;
    padding: 16px;
    align-items: center;
    border-bottom: 0.0625rem solid var(--lavender);
}

.title__cat a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-right: 16px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.title__cat h1,
.title__cat .title__page {
    font-size: 20px;
    font-weight: bold;
    line-height: initial;
}

.title__cat svg {
    width: 22px;
    height: 22px;
}

.svg_icon_h1 {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 24px;
    color: var(--feria-red);
}


/************************************************************************************
PAGE CUSTOM TEMPLATE
*************************************************************************************/

.content__grid--custom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    position: relative;
}


/************************************************************************************
PAGE INICIO EXTRAS
*************************************************************************************/

.content-footer__button {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    width: 100%;
}


/************************************************************************************
PAGE LOGIN
*************************************************************************************/

.page-template-page-feria-hobby-exito,
.page-template-page-feria-hobby-postulacion {
    background: var(--AliceBlue);
}

.postulacion-express__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.postulacion-express__logo img {
    max-width: 180px;
    height: auto;
}

.postulacion-express__form {
    max-width: 520px;
    margin: 0 auto;
}

.postulacion-express__form .field {
    margin-bottom: 16px;
}

.postulacion-express__form label {
    display: block;
    font-size: 15px;
    margin-bottom: 9px;
    color: var(--russian);
}

.postulacion-express__form input {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #d0d0d0;
    font-size: 15px;
}

.postulacion-express__form input[type="file"] {
    padding: 10px;
}

.postulacion-express__form small {
    font-size: 12px;
    color: #666;
    line-height: initial;
}

.postulacion-express__submit {
    margin-top: 24px;
}

.postulacion-express__submit button:hover {
    opacity: .9;
}

.fh-error {
    background: var(--radical);
    color: var(--white);
    padding: 12px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 14px;
}

.content__grid-center {
    display: flex;
    gap: 0.0625rem;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    width: calc(100% - var(--nav-narrow-width));
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

input {
    caret-color: var(--purple);
}

input:focus {
    color: var(--black);
    outline: 2px solid var(--purple);
    background: var(--white);
}

/* Select tipo de participación */
.fh-select-wrap {
    position: relative;
    width: 100%;
}

.fh-select {
    border-radius: 0.75rem;
    border: 1px solid var(--ship);
    padding: 1rem;
    font-size: 16px;
    resize: none;
    width: 100%;
    font-weight: 500;
    height: 3.5rem;
    background: var(--white);
    line-height: 1.2;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-sizing: border-box;
}

.fh-select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
    opacity: .75;
}

.login__theme .acf-input-wrap {
    overflow: initial;
}

.placeholder {
    color: var(--ship);
}

textarea:focus {
    outline: none
}

.tml .tml-field-wrap {
    margin-bottom: 1em;
    position: relative;
}

.login__theme .tml-register,
.login__theme .tml-login,
.login__theme .tml-lostpassword {
    width: min(100%, 480px);
}

.login__theme .tml {
    text-align: center;
}

.wpcf7-form-control-wrap input[type="text"],
.login__theme .tml-register input[type="password"],
.login__theme .tml-register input[type="text"],
.login__theme .tml-register input[type="email"],
.login__theme .acf-field input[type="email"],
.login__theme .tml-login input[type="password"],
.login__theme .tml-login input[type="text"],
.login__theme .tml-login input[type="tel"],
.login__theme .tml-login input[type="email"],
.login__theme .tml-lostpassword input[type="text"] {
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid var(--ship);
    padding: 1rem;
    font-size: 16px;
    resize: none;
    width: 100%;
    font-weight: 500;
    height: 3.5rem;
    background: var(--white);
}

.login__theme .tml-login textarea {
    padding: 16px;
    font-size: 16px;
    color: var(--ship);
    font-weight: 500;
    resize: none;
    height: initial;
    width: 100%;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    border-radius: 0.75rem;
    box-shadow: inset 0 0 0 1px var(--ship);
    background: var(--white);
}

.cf-label,
.login__theme .tml-lostpassword label,
.login__theme .tml-register label {
    display: none;
}

.login__theme .acf-fields>.acf-field {
    border-top-width: 0px;
}

.login__theme .tml-register .description {
    font-size: 12px;
}

.login__theme .acfe-phone-number .iti .iti__flag-container .iti__selected-flag {
    border-radius: 0.75rem 0 0 0.75rem;
}

.tml-button,
.wpcf7-form input[type="submit"] {
    /** width: 100%; **/
}

.lost-button {
    color: var(--black);
    background: var(--white);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 18px auto;
    cursor: pointer;
    padding: 6px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 15px;
    display: block;
    width: fit-content;
}

.tml-rememberme-wrap {
    display: none;
}

p.login__acceso a {
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
}

.tml-alerts {
    margin: -24px 0 32px;
}

.xs {
    font-size: 14px;
    line-height: initial;
    color: var(--EastBay);
}

.xs a {
    font-size: 14px;
    line-height: initial;
    text-decoration: underline;
}

.tml-login .description {
    text-align: left;
    font-size: 12px;
    color: var(--EastBay) !important;
    line-height: 14px;
}

/*Fix nueva modelo*/

.tml-login .acf-fields>.acf-field {
    padding: 0px 0px 16px;
}

.tml-login .acf-field .acf-label {
    margin: 0px;
}

.tml-login .acf-field .acf-label label {
    margin: 0px;
    padding: 0 5px;
}

.tml-login .acf-field .acf-notice.-error {
    background: none;
    color: var(--radical);
    border-color: var(--white);
    margin: 0px !important;
}

.tml-login .acf-required {
    display: none;
}

.tml-login .acf-checkbox-list label {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 8px 0 0;
    font-size: 13px;
    line-height: initial;
}

.tml-login .acf-checkbox-list label input[type="checkbox"] {
    min-width: 18px;
    min-height: 18px;
    margin-right: 6px;
    accent-color: var(--purple);
}

/*Fix ver pass*/

.tml-login .passwd-actions {
    display: flex;
    justify-content: end;
}

#passwd-reset {
    display: none;
}

.tml-login .passwd-actions .show-password {
    display: flex;
    position: initial;
    gap: 6px;
    margin: 3px 0 0;
}

.passwd-actions label span {
    font-size: 13px;
}


/************************************************************************************
Terminos de uso
*************************************************************************************/

.legal-terms {
    padding: 16px;
    font-size: 14px;
    line-height: initial;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.legal-terms p {
    width: 100%;
    font-size: 14px;
    line-height: initial;
}

.legal-terms p strong,
.legal-terms strong,
.legal-terms ul li strong {
    font-size: 14px;
    line-height: initial;
}

.legal-terms ul {
    padding: 0 16px;
}

.legal-terms ul li {
    list-style-type: initial;
}

.legal-terms p a,
.legal-terms p a:hover {
    font-size: 14px;
    color: var(--radical);
    font-weight: 600;
    text-decoration: none;
}

/* =========================================
   Feria Hobby - Slider contenido sin librerías
   ========================================= */

.feria-topics {
    overflow: hidden;
}

.feria-topics__inner {
    width: min(100%, calc(100% - 32px));
    margin: 0 auto;
}

.feria-topics__viewport {
    overflow: hidden;
    position: relative;
}

.feria-topics__track {
    display: flex;
    align-items: stretch;
    gap: 20px;
    will-change: transform;
}

.feria-topic-card {
    position: relative;
    overflow: hidden;
    flex: 0 0 430px;
    min-height: 340px;
    padding: 26px;
    border-radius: 28px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    margin-top: auto;
}

.feria-topic-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, .08), transparent 30%);
}

.feria-topic-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    /* background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.22) 42%, rgba(0, 0, 0, 0.60) 78%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.14) 36%, rgba(0, 0, 0, 0.00) 72%); */
}

.feria-topic-card__body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.feria-topic-card__badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 12px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: rgba(255, 239, 203, 0.14);
    color: #ffefcb;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
    width: fit-content;
}

.feria-topic-card__badge,
.feria-topic-card__title,
.feria-topic-card p {
    position: relative;
    z-index: 2;
}

.feria-topic-card h2,
.feria-topic-card h3,
.card__title-span {
    margin: 0 0 12px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: var(--white);
}

.feria-topic-card h2 {
    font-size: clamp(28px, 3vw, 40px);
    color: var(--white);
    z-index: 2;
}

.feria-topic-card h3,
.card__title-span {
    font-size: clamp(28px, 3vw, 40px);
    color: var(--white);
}

.feria-topic-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    color: var(--white);
}

/* Intro */
.feria-topic-card--intro {
    flex-basis: 360px;
    padding: 28px;
    background: var(--feria-red);
    justify-content: end;
    gap: 12px;
}

.feria-topic-card--intro::after {
    background: none !important;
}

.feria-topic-card__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #ffefcb;
    color: #111827;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    width: fit-content;
    z-index: 2;
}

/* Temas */
.feria-topic-card--retro {
    background: linear-gradient(145deg, #1a2758 0%, #23356f 100%);
}

.feria-topic-card--kpop {
    background: linear-gradient(145deg, #5d2f82 0%, #7b45a8 100%);
}

.feria-topic-card--friki {
    background: linear-gradient(145deg, #1d2b57 0%, #334d9d 100%);
}

.feria-topic-card--coleccionismo {
    background: linear-gradient(145deg, #ff0033 0%, #ff2557 100%);
}

.feria-topic-card--arte {
    background: linear-gradient(145deg, #d96f47 0%, #f08a60 100%);
}

.feria-topic-card--tiendas {
    background: linear-gradient(145deg, #205f7a 0%, #2f7f9f 100%);
}

.feria-topic-card--tcg {
    background: linear-gradient(145deg, #1b5e4b 0%, #2e8b73 100%);
}

.feria-topic-card--kpop .feria-topic-card__badge,
.feria-topic-card--friki .feria-topic-card__badge,
.feria-topic-card--retro .feria-topic-card__badge,
.feria-topic-card--coleccionismo .feria-topic-card__badge,
.feria-topic-card--arte .feria-topic-card__badge,
.feria-topic-card--tiendas .feria-topic-card__badge {
    background: rgba(255, 255, 255, .14);
    color: #fff;
}

.js-feria-topics {
    cursor: grab;
    touch-action: pan-y;
}

.js-feria-topics.is-dragging {
    cursor: grabbing;
}

.js-feria-topics.is-dragging .feria-topics__track {
    transition: none;
}

.feria-topic-card {
    position: relative;
    overflow: hidden;
}

.feria-topic-card__art {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.feria-topic-card__art img {
    position: absolute;
    top: 5px;
    right: 0;
    width: 100%;
    max-width: 430px;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Responsive */
@media (max-width: 980px) {
    .feria-topic-card {
        flex-basis: 360px;
        min-height: 330px;
    }

    .feria-topic-card--intro {
        flex-basis: 430px;
    }

    .feria-topic-card h3 {
        font-size: 34px;
    }
}

@media (max-width: 640px) {
    .feria-topics {
        padding: 9px 0;
    }

    .feria-topics__inner {
        width: min(100%, calc(100% - 20px));
    }

    .feria-topic-card {
        flex-basis: 84vw;
        max-width: 340px;
        min-height: 320px;
        padding: 18px;
        border-radius: 22px;
    }

    .feria-topic-card--intro {
        flex-basis: 88vw;
        max-width: 360px;
    }

    .feria-topic-card h2 {
        font-size: 34px;
    }

    .feria-topic-card h3 {
        font-size: 28px;
    }
}

/************************************************************************************
FOOTER
*************************************************************************************/

footer {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: var(--EastBay);
    font-size: 12px;
    line-height: initial;
    justify-content: center;
    padding: 1.5rem;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

footer li {
    margin: 0 0.3125rem;
}

footer a:hover {
    text-decoration: underline;
}

/************************************************************************************
BREAKPOINTS
*************************************************************************************/

/* Responsive */
@media (max-width: 991px) {

    .feria-hero__card,
    .feria-hero__card-seo,
    .feria-hero__card-lineup {
        min-height: auto;
        padding: 34px 28px 34px;
        border-radius: 20px;
    }

    .feria-hero__brand,
    .feria-hero__event-info {
        max-width: 260px;
        justify-content: center;
    }

    .feria-btn {
        min-width: 280px;
        width: 100%;
        max-width: 360px;
    }

    .feria-hero__spark {
        right: 28px;
        bottom: 30px;
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 800px) {

    .feria-hero__top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 26px;
        padding-top: 42px;
    }

    .feria-hero__brand,
    .feria-hero__event-info {
        max-width: 250px;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .feria-hero {
        padding: 9px;
    }

    .feria-hero__card,
    .feria-hero__card-seo,
    .feria-hero__card-lineup {
        padding: 24px 18px 36px;
    }

    .feria-hero__hanger {
        width: 140px;
        height: 24px;
        top: 40px;
    }

    .feria-hero__hanger::before {
        width: 24px;
        height: 24px;
        top: -12px;
    }

    .feria-hero__notch {
        width: 12px;
        height: 24px;
    }

    .feria-hero__top {
        padding-top: 50px;
    }

    .feria-btn__title {
        font-size: 18px;
    }

    .feria-btn__subtitle {
        font-size: 12px;
    }

    .feria-icon-link {
        width: 46px;
        height: 46px;
    }

    .feria-hero__buttons {
        flex-direction: column;
    }

    .feria-hero__counter-wrap {
        margin: 32px auto 24px;
    }

    .fh-lineup__card {
        flex-direction: column;
    }

    .fh-lineup__info {
        text-align: center;
        border-left: none;
        padding-left: 0px;
    }

    .legal {
        display: none;
    }
}