@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;
}


:root {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    outline: none;
}

body {
    background-color: #000000;
    margin: 0;
    padding: 139px 0 0;
}

.main-bg {
    background-image: url('../img/landing-expertos-2025/bg.jpg');
    background-size: cover;
    background-position: top;
    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;
}

.destinosPortada {
    position: relative;
    padding: 15rem 0 50px;
    overflow: hidden;
}

.portadaLogo {
    position: absolute;
    top: 4rem;
    left: 5rem;
}

.portadaOctogonos {
    position: absolute;
    top: 4rem;
    right: 5rem;
}

.portadaSorteoTitulo {
    display: block;
    margin: auto;
}

.portadaSeparator {
    display: block;
    margin: 2rem auto;
}

.portadaPremiosSubtitle {
    display: block;
    margin: auto;
}

.portadaVino {
    width: 349px;
    position: absolute;
    top: 14rem;
    left: 3rem;
    z-index: 1;
}

.portadaTabla {
    position: absolute;
    top: 20rem;
    right: -8rem;
    z-index: 1;
}

.videoContainer {
    padding: 0 1rem;
    margin-top: 2rem;
    height: 700px;
}

.secondEditionText {
    color: #ffffff;
    /* font-family: 'Roboto', Arial, Helvetica, sans-serif; */
    font-family: 'AcuminVariableConcept', sans-serif;
    font-weight: 100;
    font-size: 24px;
    text-align: center;
    /* letter-spacing: 2px; */
    line-height: 1.5;
    padding: 0 1rem;
    letter-spacing: -1px;
}

.tituloComoParticipar {
    display: block;
    margin: auto;
}

.participarSection {
    padding: 3rem 1rem;
}

.participarSteps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
}

.participarStepsV2 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 1rem;
    margin: 2rem 0;
}

.participarSteps--bg {
    background-color: rgba(000, 000, 000, 0.6);
    padding: 1rem;
}

.stepImg {
    display: block;
    margin: auto;
}

.stepVinos{
    max-width: 300px;
    margin-bottom: 1rem;
}

.stepText {
    font-size: 16px;
    color: #ffffff;
    /* font-family: 'Roboto', Arial, Helvetica, sans-serif; */
    font-family: 'AcuminVariableConcept', sans-serif;
    letter-spacing: 2px;
}

.stepText--center {
    text-align: center;
}

.buttomParticipa {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    padding: 1rem;
    background-image: url('../img/landing-expertos-2025/bg-button.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #000000;
    /* font-family: 'Roboto', Arial, Helvetica, sans-serif; */
    font-family: 'AcuminVariableConcept', sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.conocePremioSection {
    padding: 3rem 1rem 0;
}

.conocePremio {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.premioInfo {
    color: #ffffff;
    /* font-family: 'Roboto', Arial, Helvetica, sans-serif; */
    font-family: 'AcuminVariableConcept', sans-serif;
    font-size: 16px;
    text-align: justify;
    max-width: 400px;
}

.swiper-container {
    position: relative;
    width: 100%;
    max-width: 700px;
}

.swiper {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
}

.swiper-slide {
    /* height: 400px !important; */
    padding: 1rem 0;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    /* transform: scale(0.8); */
    transform: scale(0.95);
}

/* .swiper-slide-active img {
    transform: scale(1.2);
} */

.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    --swiper-navigation-size: 20px;
    padding: 1.5rem;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0px) !important;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0px) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #fff;
    font-size: 20px;

}


.logoHuentala {
    display: block;
    margin: auto;
}

.forestSection {
    background-image: url('../img/landing-expertos-2025/forest.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 899px;
    padding: 7rem 0 0;
}

.forestSection__dark {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1rem 2rem;
    text-align: center;
    color: #ffffff;
    /* font-family: 'Roboto', Arial, Helvetica, sans-serif; */
    font-family: 'AcuminVariableConcept', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2px;
    width: fit-content;
    margin: 10rem auto;
}

.sectionExpertos {
    padding: 0 1rem 3rem;
}

.tituloConoceExpertos {
    display: block;
    margin: 0 auto 2rem;
}

.videosExpertos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 2rem;
}

.videosExpertos video {
    height: auto;
}

.sectionPacks {
    padding: 5rem 0;
}

.tituloPacksPromos {
    display: block;
    margin: 0 auto 2rem;
}

.tituloPacksPromosMobile {
    display: none;
}

.packsLists {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 2rem;
}

.primeraEdicionSection {
    padding: 0 1rem;
}

.primeraEdicionContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.primeraEdicionTitulo {
    display: block;
    margin: auto;
}

.primeraEdicionTitulo2 {
    display: block;
    margin: auto;
}

.primeraEdicionText {
    color: #ffffff;
    /* font-family: 'Roboto', Arial, Helvetica, sans-serif; */
    font-family: 'AcuminVariableConcept', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    margin: 1rem 0 0;
}

.deleitateTitulo {
    display: block;
    margin: 0 auto 2rem;
}

.sectionMarcas {
    padding: 5rem 0;
}

.logosMarcas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.logoMarca {
    width: 100px;
}

.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;
}

.footer {
    padding: 0 0 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;
}

@media (max-width: 1440px){
    .videoContainer{
        height: 500px;
    }
}

@media (max-width: 1024px) {
    .portadaVino {
        width: 270px;
        top: 16rem;
    }

    .portadaTabla {
        width: 350px;
    }

       .videoContainer{
        height: 400px;
    }
}

@media (max-width: 768px) {
    .destinosPortada {
        padding: 10rem 0 30px;
    }

    .portadaLogo {
        width: 100px;
        top: 2rem;
        left: 2rem;
    }

    .portadaOctogonos {
        width: 100px;
        top: 2rem;
        right: 2rem;
    }

    .portadaVino {
        width: 120px;
        top: 19rem;
        left: -2rem;
    }

    .portadaTabla {
        width: 150px;
        top: 18rem;
        right: -5rem;
    }

    .portadaSorteoTitulo {
        width: 250px;
    }

    .portadaPremiosSubtitle {
        width: 250px;
    }

    .videoContainer{
        height: 450px;
    }

    .secondEditionText {
        font-size: 16px;
    }

    .participarSteps {
        flex-direction: column;
        gap: 1.5rem;
    }

    .participarStepsV2 {
        flex-direction: column;
    }

    .stepVinos{
        max-width: 250px;
        margin-bottom: 0;
    }

    .participaFlecha {
        transform: rotate(90deg);
    }

    .conocePremioSection {
        padding: 3rem 1rem 0;
    }

    .conocePremio {
        flex-direction: column;
        gap: 1rem;
    }

    .conocePremioTitulo {
        display: block;
        margin: auto;
    }

    /* .swiper-container {
        max-width: 250px;
    } */

    .swiper-slide-active img {
        transform: scale(1);
    }

    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 5px) !important;
    }

    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 5px) !important;
    }

    .forestSection {
        height: 600px;
        padding: 5rem 0 0;
    }

    .forestSection__dark {
        margin: 5rem auto;
    }

    .sectionExpertos {
        padding: 0 1rem 3rem;
    }

    .videosExpertos {
        flex-direction: column;
        gap: 1rem;
    }

    .sectionPacks {
        padding: 3rem 1rem;
    }

    .tituloPacksPromos {
        display: none;
    }

    .tituloPacksPromosMobile {
        display: block;
        margin: 0 auto 2rem;
    }

    .packsLists {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .primeraEdicionContainer {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .primeraEdicionTitulo {
        width: 250px;
    }

    .primeraEdicionTitulo2 {
        width: 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: 20px;
        text-align: center;
        padding: .5rem;
        margin: 0 auto 40px;
    }

    .footer h5 {
        font-size: 16px;
    }

    .footer p {
        font-size: 12px;
    }

}