/* ------------------------------------------------------------
                            GLOBAL  
------------------------------------------------------------ */
*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
:root{
    --turchese:#50c4af;
    --blue:#000844;
    --orange: rgb(255,72,0);
}
#loom-companion-mv3,
tldx-lmi-shadow-root{
    display: none;
}
h1,h2{
    font-size: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    font-weight: unset;
}
/* ------------------------------------------------------------
                            FONTS  
------------------------------------------------------------ */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/futura.woff2') format('woff2'),
         url('../fonts/futura.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Knockout-HTF72-FullCruiserwt';
    src: url('../fonts/Knockout-HTF72-FullCruiserwt.woff2') format('woff2'),
         url('../fonts/Knockout-HTF72-FullCruiserwt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.futura{
    font-family: "Futura", sans-serif;
}
.kn-72{
    font-family:"Knockout-HTF72-FullCruiserwt", sans-serif;
}
.textBlue{
    color:var(--blue);
}
/* ------------------------------------------------------------
                            VIDEO 
------------------------------------------------------------ */
.iframe-wrapper{
    position: relative;
    width: 95%;
    aspect-ratio: 16 / 9;
}
@media(min-width:768px) {
    .iframe-wrapper{
        width: 70%;
        max-width: 900px;
    }
}
iframe{
    width: 100%;
    height: 100%;
    border-radius: 30px;
    /* box-shadow: 0px 0px 8px 2px #434343; */
} 

/* ------------------------------------------------------------
                            OF LEGAL AGE
------------------------------------------------------------ */

.of-legal-age {
    margin: 2rem 0 1rem 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.button {
    background: var(--orange);
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 10px;
    margin-top: 20px;
}

.button-white {
    color: var(--blue);
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 19px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid var(--blue);
}

.legal-page .not-legal-age {
    font-size: 1rem !important;
    max-width: 250px;
    margin: 0 auto;
    padding-top: 1rem;
}

/* ------------------------------------------------------------
                            SECTIONS 
------------------------------------------------------------ */
section{
    background-attachment: fixed;  
    min-height: 100vh;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover; 
}
/* ------------------------------------------------------------
                            SECTION 1  
------------------------------------------------------------ */
#section1 {
    background-position: center;
    background-image: url('images/fondo1.webp');
    gap:20px;
    padding:20px 0;
}
#section1 .logo{
    width: 60%;
    max-width: 300px;
}
#section1 .vive-ahora {
    width: 88%;
    max-width: 600px;
    margin-bottom: 19px;
}
#section1 .text-wrapper {
    position: relative;
    width: 80%;
    max-width: 800px;
    border-radius: 30px;
    border: 1px solid var(--blue);
    background: white;
    padding: 20px;
    text-align: center;
}
#section1 .text-wrapper h1{
    font-size: 22px;
    text-transform: uppercase;
}
#section1 .star{
    width: 75px;
    position: absolute;
}
#section1 .star1 {
    top: -30px;
    left: -38px;
    transform: rotate(15deg);
}
#section1 .star2 {
    bottom: -26px;
    right: -25px;
    transform: rotate(194deg);
}

 
@media(min-width:768px) {
    #section1 {
        padding:50px 0;
        gap: 40px;
    }
    #section1 .text-wrapper {
        padding: 30px;
    }
    #section1 .text-wrapper p {
        font-size: 30px;
    }
    #section1 .star {
        width: 100px;
    }
    #section1 .star1 {
        top: -17px;
        left: -75px;
        transform: rotate(360deg);
    }
    #section1 .star2 {
        bottom: -41px;
        right: -68px;
        transform: rotate(180deg);
    }
}
/* ------------------------------------------------------------
                            SECTION 2  
------------------------------------------------------------ */
#section2 {
    background-position: left;
    background-image: url('images/fondo2.png');
    gap:30px;
    padding:50px 0;
}
#section2 .logo{
    width: 80%;
    max-width: 300px;
}
#section2 .video1-text {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px;
    text-shadow: 2px 2px 9px rgba(255, 255, 255);
}
#section2 a {
    background: var(--orange);
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

#section2 .video1-pato {
    display:none;
}

@media(min-width:768px) {
    #section2 {
        background-position: center;
    }
    #section2 .video1-text {
        font-size: 40px;
    }
    #section2 .video1-pato {
        position: absolute;
        bottom: -90px;
        left: -120px;
        width: 150px;
        display: block;
    }
}

/* ------------------------------------------------------------
                            SECTION 3  
------------------------------------------------------------ */
#section3 {
    background-position: 90% 0;
    background-image: url('images/fondo3.png');
    gap:20px;
    padding:20px 0 160px 0;

}
#section3 .logo{
    width: 80%;
    max-width: 300px;
}
#section3 .video2-text {
    text-transform: uppercase;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
    max-width: 73%;
    font-size: 25px;
}
#section3 .esquiador1 {
    position: absolute;
    bottom: -76px;
    right: -6px;
    width: 108px;
}
#section3 .esquiador2 {
    position: absolute;
    bottom: -76px;
    left: -12px;
    width: 91px;
}

@media(min-width:768px) {
    #section3 {
        background-position: center;
        gap: 40px;
        padding: 60px 0 160px 0;
    }    
    #section3 .video2-text {
        font-size: 40px;
        max-width: 73%;
    }    

    #section3 .esquiador1 {
        bottom: -20px;
        right: -70px;
        width: 140px;
    }
    #section3 .esquiador2 {
        bottom: -46px;
        left: -110px;
        width: 129px;
    }
}

/* ------------------------------------------------------------
                            FOOTER  
------------------------------------------------------------ */
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: var(--turchese);
    color:var(--blue);
    text-align: center;
    padding: 20px 0;
}
.policies-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;

}
.footer a{
    color:var(--blue);
    text-decoration: none;
}

@media (max-width: 768px) {
    .footer a,
    .footer p {
        font-size: 12px;
    }
}


/* ------------------------------------------------------------
                           DIVIDER  
------------------------------------------------------------ */
.divider{
    background:black; 
    height:15px;
    overflow: hidden;
    position: relative;

}
.sliding-element{
    position: absolute;
    color:green;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: left;
    display: flex;
    align-items: center;
    /* Apply animation to this element */	
    -moz-animation: example5 5s linear infinite alternate;
    -webkit-animation: example5 5s linear infinite alternate;
    animation: example5 5s linear infinite alternate;
   }
   /* Move it (define the animation) */
   @-moz-keyframes example5 {
    0%   { -moz-transform: translateX(70%); }
    100% { -moz-transform: translateX(0%); }
   }
   @-webkit-keyframes example5 {
    0%   { -webkit-transform: translateX(70%); }
    100% { -webkit-transform: translateX(0%); }
   }
   @keyframes example5 {
    0%   { 
    -moz-transform: translateX(97%); /* Firefox bug fix */
    -webkit-transform: translateX(97%); /* Firefox bug fix */
    transform: translateX(97%); 		
    }
    100% { 
    -moz-transform: translateX(0%); /* Firefox bug fix */
    -webkit-transform: translateX(0%); /* Firefox bug fix */
    transform: translateX(0%); 
    }
   }
   .sliding-pato{
    width: 15px;
   }