@font-face {
    font-family: 'AcuminVariableConcept';
    src: url('../fonts/destino-de-expertos/Acumin-Variable-Concept.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/destino-de-expertos/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/destino-de-expertos/Roboto-Regular.woff') format('woff'),
        url('../fonts/destino-de-expertos/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/destino-de-expertos/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/destino-de-expertos/gotham_book-webfont.woff2') format('woff2'),
        url('../fonts/destino-de-expertos/gotham_book-webfont.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Monorama';
    src: url('../fonts/destino-de-expertos/Monorama-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Monorama';
    src: url('../fonts/destino-de-expertos/Monorama-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Monorama';
    src: url('../fonts/destino-de-expertos/Monorama-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}


:root {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    outline: none;
}

body {
    background-color: #000000;
    margin: 0;
    padding: 139px 0 0;
}

/* TODO: reemplazar bg.jpg con fondo 2026 en landing-expertos-2026/ */
.main-bg {
    background-image: url('../img/landing-expertos-2026/bg-dde-mendoza.jpg');
    background-size: 100%;
    background-position: center -8%;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
ul,
li,
p {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: inherit;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.customContainer {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

/* ─── PORTADA ─── */

.destinosPortada {
    position: relative;
    padding: 15rem 1rem 30rem;
    overflow: hidden;
}

.portadaLogo {
    position: absolute;
    top: 4rem;
    left: 5rem;
}

.portadaOctogonos {
    position: absolute;
    top: 4rem;
    right: 5rem;
}

.portadaSorteoTitulo {
    display: block;
    margin: 0 auto 27rem;
    max-width: 800px;
}
.sorteoText{
    color: #ffffff;
    font-family: 'Monorama', 'AcuminVariableConcept', sans-serif;
    font-weight: 100;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 1px;
}
.portadaSeparator {
    display: block;
    margin: 2rem auto;
}

.portadaPremiosSubtitle {
    display: block;
    max-width: 600px;
}

.portadaHuentala {
    position: absolute;
    right: 4rem;
    bottom: 20rem;
    display: block;
    margin: 2rem auto 0;
    max-width: 300px;
}

.portadaHuentalaMobile {
    display: none;
}

.portadaVinoTabla {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1300px;
    z-index: 1;
    object-fit: contain;
    margin: auto;
}

.separadorBlanco {
    width: 400px;
    height: 2px;
    background-color: #ffffff;
    margin: 1rem 0;
}

/* ─── VIDEO PRINCIPAL ─── */

.videoContainer {
    padding: 0 1rem;
    margin-top: 4rem;
    height: 700px;
}

/* ─── TEXTO INTRODUCTORIO ─── */

.secondEditionText {
    color: #ffffff;
    font-family: 'Monorama', 'AcuminVariableConcept', sans-serif;
    font-weight: 100;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    padding: 3rem 1rem 4rem;
    letter-spacing: 1px;
    max-width: 1000px;
    margin: 0 auto;
}

.secondEditionText span {
    font-size: 30px;
}

/* ─── ¿CÓMO PARTICIPAR? ─── */

.tituloComoParticipar {
    display: block;
    margin: auto;
}

.participarSection {
    background-image: url('../img/landing-expertos-2026/bg-conoce-expertos.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 1rem;
}

/* Ticket */
.ticket {
    max-width: 820px;
    margin: 2.5rem auto;
    border: 2px dashed #c8a96e;
    border-radius: 12px;
    background-color: rgba(10, 10, 10, 0.88);
    overflow: hidden;
}

.ticket__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 2rem;
    border-bottom: 2px dashed #c8a96e;
    background-color: rgba(0, 0, 0, 0.6);
}

.ticket__header span {
    color: #c8a96e;
    font-family: 'Monorama', 'AcuminVariableConcept', sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ticket__body {
    display: flex;
    align-items: stretch;
    min-height: 220px;
}

.ticket__left,
.ticket__right {
    flex: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.ticket__divider {
    width: 2px;
    background: repeating-linear-gradient(to bottom,
            #c8a96e 0,
            #c8a96e 8px,
            transparent 8px,
            transparent 18px);
    margin: 1.5rem 0;
    flex-shrink: 0;
}

.ticket__logo {
    max-width: 120px;
}

.ticket__label {
    font-family: 'Monorama', 'AcuminVariableConcept', sans-serif;
    color: #c8a96e;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.ticket__text {
    font-family: 'Monorama', 'AcuminVariableConcept', sans-serif;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.6;
}

.ticket__phone {
    font-family: 'Monorama', 'AcuminVariableConcept', sans-serif;
    color: #c8a96e;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}


.ticket__qr {
    max-width: 120px;
}

.ticket__barcode {
    border-top: 2px dashed #c8a96e;
    padding: 0.75rem 2rem;
    background: repeating-linear-gradient(90deg,
            #c8a96e 0,
            #c8a96e 3px,
            transparent 3px,
            transparent 6px);
    opacity: 0.4;
    height: 30px;
}

.ticketImg {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}

/* Botón participar */
.buttomParticipa {
    background-image: url('../img/landing-expertos-2026/boton-bg.jpg');
    background-size: 110%;
    background-position: center;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    padding: 1rem;
    background-color: #c8a96e;
    color: #000000;
    font-family: 'Monorama', 'AcuminVariableConcept', sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.buttomParticipa:disabled,
.buttomParticipa[aria-disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ─── CONOCE EL PREMIO ─── */

.conocePremioSection {
    padding: 4rem 1rem 2rem;
}

.conocePremioTitulo {
    display: block;
    max-width: 600px;
    margin: 0 auto 3rem;
}

.premioInfo {
    color: #ffffff;
    font-family: 'Monorama', 'AcuminVariableConcept', sans-serif;
    font-size: 20px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 2rem;
    line-height: 1.7;
    letter-spacing: 0.5px;
}

.swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
}

.swiper-slide {
    width: 50% !important;
    opacity: 0.45;
    transition: opacity 0.4s ease;
}

.swiper-slide-active {
    opacity: 1;
}

.swiper-slide img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    --swiper-navigation-size: 20px;
    padding: 1.5rem;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 22%) !important;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 22%) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #fff;
    font-size: 20px;
}

/* ─── NOTA DESTINO DE EXPERTOS ─── */

.notaSection {
    padding: 3rem 1rem;
    background-color: rgba(0, 0, 0, 0.7);
}

.notaButton {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 12px 3rem;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-family: 'Monorama', 'AcuminVariableConcept', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.notaButton:hover {
    background-color: #ffffff;
    color: #000000;
}

/* ─── CONOCE A LOS EXPERTOS ─── */

.sectionExpertos {
    background-image: url('../img/landing-expertos-2026/bg-conoce-expertos.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 1rem;
}

.tituloConoceExpertos {
    display: block;
    margin: 0 auto 3rem;
}

.videosExpertos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 2rem;
}

.videoContainerExpertos {
    width: 100%;
    height: 340px;
}

/* ─── ASÍ VIVIMOS LA 2DA EDICIÓN ─── */

.segundaEdicionSection {
    padding: 5rem 1rem 5rem;
}

.segundaEdicionContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.segundaEdicionTitulo {
    color: #ffffff;
    font-family: 'Monorama', 'AcuminVariableConcept', sans-serif;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}

.segundaEdicionTitulo sup {
    font-size: 22px;
}

.segundaEdicionVideo {
    width: 100%;
    max-width: 860px;
    height: 480px;
}

/* ─── MARCAS ─── */

.sectionMarcas {
    padding: 5rem 0;
}

.deleitateTitulo {
    display: block;
    margin: 0 auto 3rem;
    max-width: 1000px;
}

.logosMarcas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.logoMarca {
    width: 100px;
}

/* ─── FOOTER ─── */

.tycButton {
    color: #fff;
    font-size: 28px;
    font-family: 'gothambook', Arial, Helvetica, sans-serif;
    display: block;
    width: fit-content;
    margin: 0 auto 50px;
    border: 2px solid #fff;
    padding: 1rem 2rem;
}

.btn-ws-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    transition: transform 0.3s ease-in-out;
}

.btn-ws-float img {
    width: 100%;
}

.btn-ws-float:hover {
    transform: scale(1.1);
}

.footer {
    padding: 0 1rem 50px;
}

.footer h5 {
    color: #878787;
    font-family: 'gothambook', Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 1rem;
}

.footer p {
    color: #fff;
    font-family: 'gothambook', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}

/* ─── ANIMACIONES ─── */

@keyframes fadeUpAnim {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Elementos debajo del fold — se activan con IntersectionObserver */
.fadeUp {
    opacity: 0;
    transform: translateY(28px);
}

.fadeUp.visible {
    animation: fadeUpAnim 0.7s ease forwards;
}

.fadeUp.delay-1.visible {
    animation-delay: 0.12s;
}

.fadeUp.delay-2.visible {
    animation-delay: 0.24s;
}

.fadeUp.delay-3.visible {
    animation-delay: 0.36s;
}

/* Hero — anima al cargar la página con stagger */
.portadaLogo {
    animation: fadeUpAnim 0.7s ease 0.1s both;
}

.portadaOctogonos {
    animation: fadeUpAnim 0.7s ease 0.15s both;
}

.portadaSorteoTitulo {
    animation: fadeUpAnim 0.9s ease 0.3s both;
}

.sorteoText {
    animation: fadeUpAnim 0.9s ease 0.3s both;
}

.separadorBlanco {
    animation: fadeUpAnim 0.7s ease 0.5s both;
}

.portadaPremiosSubtitle {
    animation: fadeUpAnim 0.7s ease 0.6s both;
}

.portadaHuentala {
    animation: fadeUpAnim 0.7s ease 0.7s both;
}

.portadaHuentalaMobile {
    animation: fadeUpAnim 0.7s ease 0.7s both;
}

.portadaVinoTabla {
    animation: fadeUpAnim 1s ease 0.25s both;
}



/* ─── RESPONSIVE ─── */

@media (max-width: 1440px) {
    .main-bg{
        background-size: 116%;
    }
    .videoContainer {
        height: 500px;
    }

    .segundaEdicionVideo {
        height: 380px;
    }

    .portadaSorteoTitulo {
        max-width: 600px;
        margin: 0 auto 14rem;
    }

    .portadaPremiosSubtitle {
        max-width: 500px;
    }

    .portadaVinoTabla {
        width: 75%;
    }

    .portadaHuentala {
        max-width: 250px;
        bottom: 15rem;
        right: 2rem;
    }
}

@media (max-width: 1024px) {
    .main-bg {
        background-size: 160%;
    }

    .destinosPortada {
        padding: 15rem 1rem 30rem;
    }

    .portadaOctogonos {
        max-width: 180px;
    }

    .portadaLogo {
        top: 1rem;
        max-width: 180px;
    }

    .portadaVinoTabla {
        width: 90%;
    }

    .portadaHuentala {
        max-width: 200px;
        bottom: 38rem;
    }

    .videoContainer {
        height: 400px;
    }

    .segundaEdicionVideo {
        height: 320px;
    }

    .deleitateTitulo {
        max-width: 800px;
    }

}

@media (max-width: 768px) {
    .main-bg {
        background-size: 150%;
    }

    .destinosPortada {
        padding: 10rem 1rem 30px;
    }

    .portadaLogo {
        width: 100px;
        top: 0;
        left: 2rem;
    }

    .portadaOctogonos {
        width: 100px;
        top: 0;
        right: 2rem;
    }

    .portadaVinoTabla {
        width: 100%;
        position: relative;
        bottom: auto;
        right: auto;
        display: block;
        margin: 2rem auto 0;
    }

    .portadaSorteoTitulo {
        width: 250px;
        margin: 0 auto 8rem;
    }

    .sorteoText {
        font-size: 24px;
    }

    .portadaPremiosSubtitle {
        width: 250px;
    }

    .separadorBlanco {
        width: 150px;
    }

    .portadaHuentala {
        display: none;
        /* bottom: 15rem;
        max-width: 120px;
        right: 0; */
    }

    .portadaHuentalaMobile {
        display: block;
        margin: 2rem auto 0;
        max-width: 200px;
    }

    .videoContainer {
        height: 250px;
    }

    .secondEditionText {
        font-size: 16px;
        padding: 2rem 1rem;
    }

    .secondEditionText span {
        font-size: 20px;
    }

    .ticket__body {
        flex-direction: column;
        min-height: auto;
    }

    .ticket__divider {
        width: 100%;
        height: 2px;
        background: repeating-linear-gradient(to right,
                #c8a96e 0,
                #c8a96e 8px,
                transparent 8px,
                transparent 18px);
        margin: 0 1.5rem;
    }

    .ticket__header span {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .ticket__label {
        font-size: 18px;
    }

    .ticketImg {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        object-position: right;
        margin: 0 auto 1rem;
    }

    .buttomParticipa {
        background-size: 120%;
        font-size: 20px;
        padding: 0.75rem;
        max-width: 250px;
    }

    .swiper-slide {
        width: 80% !important;
    }

    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 5px) !important;
    }

    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 5px) !important;
    }

    .conocePremioTitulo {
        max-width: 300px;
    }

    .sectionExpertos {
        padding: 3rem 1rem;
    }

    .videosExpertos {
        flex-direction: column;
        gap: 1rem;
    }

    .videoContainerExpertos {
        height: 250px;
    }

    .segundaEdicionTitulo {
        font-size: 28px;
    }

    .segundaEdicionVideo {
        height: 250px;
    }

    .sectionMarcas {
        padding: 3rem 1rem;
    }

    .logosMarcas {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .lm__linea {
        width: 100px;
        height: 1px;
    }

    .footer {
        padding: 0 1rem 2rem;
    }

    .tycButton {
        font-size: 18px;
        text-align: center;
        padding: .5rem;
        margin: 0 auto 40px;
    }

    .footer h5 {
        font-size: 14px;
    }

    .footer p {
        font-size: 12px;
    }

    .notaButton {
        font-size: 16px;
        padding: 0.75rem 1.5rem;
    }

    .deleitateTitulo {
        max-width: 90%;
    }
}

@media (max-width: 550px) {
    .main-bg {
        background-size: 293%;
    }
}