body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    display: flex;
    justify-content: space-between;
    background-color: #eff6f4;
    padding: 20px 10%;
    text-align: center;
}

.logo-container {
    margin-bottom: 15px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 15%;
    gap: 10px;
    background-color: #eff6f4;
}

nav a {
    text-decoration: none;
    color: #333333a2;
    font-weight: bold;
    font-size: 16px;
}

a:hover {
        text-decoration: underline;
    }

.subscribe-button {
    background-color: #252aa4dc;
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.main-section {
    background-image: url('./assets/background-img.png');
    background-size: cover;
    text-align: center;
    padding: 80px 0;
    padding-bottom: 25%;
}

.main-section h2 {
    font-family:'Tahoma', sans-serif ;
    font-weight: 600;
    font-size: 36px;
    color: #333;
    margin-bottom: 5px;
}

.main-section h3 {
    font-size: 70px;
    color: #112c7e;
    margin: 0;
}

.main-section p {
    color: #fff;
}

.reward-tickets {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
}

.ticket {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 900px;
    height: 110px;
    background-image: url(./assets/small-ticket.svg);
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat;
    border-radius: 8px;
    margin-bottom: 6px;
}

.ticket-img {
    width: 185px;
    height: 80px;
    margin-left: 80px;
    margin-right: 30px;
}

.ticket-content {
    width: 175px;
    flex-grow: 1;
    padding: 0;
    margin-left: 0px;
    margin-right: 110px;
    text-align: left;
}

.ticket-content h6 {
    margin: 0;
    margin-bottom: 3px;
    color: #33333389;
}

.ticket-content h5 {
    margin: 0;
    margin-bottom: 15px;
    color: #0b65b4;
}

.ticket-content a {
    margin: 0;
    color: #0b65b4;
    font-size: 13px; 
    font-weight: 600;
    text-decoration: none;
}

.ticket p {
    margin: 0;
    margin-right: 20px;
    font-size: 11px;
    color: #666;
}

.ticket button {
    background-color: #252aa4dc;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    margin-right: 40px;
}

footer {
    background-color: #084f6b;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    text-align: center;
    padding: 75px 10%;
    padding-bottom: 20px;
}

.footer-section {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 0;
}

.emailandlogo-section {
    display: flex;
    flex-direction: column;

    
}

.footer-logo {
    width: 120px;
    height: 60px;
    margin-bottom: 20px;
    margin-left: 0px;
}

footer input[type="email"] {
    position: absolute;
    padding: 15px;
    width: 300px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #084f6b;
    color: #fff;
    z-index: 0;
}

footer input::placeholder {
    color: #ffffffa5;
}  

footer input:focus {
    outline-color: #fff;
    outline-width: 1px;
}

footer button {
    background-color: #fff;
    color: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding-top: 4px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 97%;
    z-index: 1;
}

.emailandbutton-union {
    display: flex;
    width: 300px;
}

footer .top-right {
    width: 400px;
    max-width: 35%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer .footer-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
    text-align: left;
}

footer .bottom-links {
    margin-top: 120px;
    display: flex;
    gap: 75px ;
    align-items: center;
}

.ticket-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alter-top-right {
    display: none;
}

.alter-menu {
    display: none;
}

.alter-footer-section {
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    color: #33333389;
}

li img {
    width: 21px;
    height: 21px;
    margin-right: 10px;
}

.modal-content {
    border-radius: 10px;
    padding: 20px;
    width: 450px;
    height: 450px;
    text-align: center;
    position: relative;
    background-image: url('./assets/big-ticket.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.modal-header {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.modal-logo {
    width: 220px;
    height: 110px;
}

.modal-body h2 {
    color: #f47e1f;
    font-size: 20px;
    height: 50px;
    font-weight: 600;
}

.modal-body h5 {
    color: #333333be;
    margin-bottom: 20px;
}

.steps-list {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
    margin-bottom: 50px;
}

.steps-list li {
    margin-bottom: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.icon {
    color: #ffc107;
    font-size: 16px;
    margin-right: 10px;
}

.modal-footer p {
    font-size: 10px;
}

.claim-reward-btn {
    background-color: #252aa4dc;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 20px;
    font-weight: 600;
}

.modal-dashed-line {
    width: 450px;
    margin-top: 23px;
    margin-bottom: 25px;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 10px;
    color: #666;

    img {
        cursor: pointer;
    }
}

.modal-close {
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    border-radius: 50%;
    padding: 15px 20px;
    margin-top: 50px;
}

.coming-soon-logo {
    height: 250px;
    margin-bottom: 20px;
}

.carousel {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}

.carousel-images {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    height: 700px;
    border-radius: 25px;
    transition: transform 0.5s ease-in-out;
}

.carousel-images img {
    width: auto;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
    cursor: pointer;
    display: none;
}

.carousel-images img.active {
    display: block;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
}

.carousel-button.prev {
    left: 5px;
}

.carousel-button.next {
    right: 5px;
}

.carousel-nav {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 15px;
}

.carousel-nav img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.carousel-header {
    text-align: center;
    color: #f4f4f4;
    font-size: 48px;
}

.carousel-nav img.active {
    border-color: #555;
    transform: scale(1.2);
}

.carousel-nav img:hover {
    border-color: #999;
    transform: scale(1.2);
}

.video-carousel {
    width: 80%;
    margin: auto;
    text-align: center;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.video-container video.active {
    display: block;
}

.video-thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.video-thumbnails img {
    width: 100px;
    height: 56px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.video-thumbnails img.active {
    border-color: #555;
    transform: scale(1.1);
}

.video-thumbnails img:hover {
    border-color: #999;
}

.active-video-link {
    text-decoration: underline 2px;
}

.thumbnail:hover {
    text-decoration: underline 2px;
}

.responsive-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 (9 / 16 * 100) */
    height: 0;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 850px) {
    header {
        flex-direction: column;
        align-items: center;
        padding: 0px 5%;

        button {
            border: none;
            background: transparent;
            height: 30px;
            width: 40px;
        }
    }

    .alter-menu {
        display: block;
        position: absolute;
        top: 48px;
        left: 30px;
        font-weight: 700;
        cursor: pointer;
        text-decoration: none;
        color: rgba(0, 0, 0, 0.816);
    }

    nav {
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 5px;
    }

    .main-section {
        padding-bottom: 80px;
        padding-top: 30px;
    }

    .main-section h2 {
        font-size: 18px;
    }

    .main-section h3 {
        font-size: 38px;
    }

    .ticket {
        justify-content: space-evenly;
        min-width: 350px;
        width: 370px;
        height: 125px;
        background-size: contain;
        background-image: url('./assets/alter-small-ticket.svg');
    }

    .ticket-right {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        margin-left: 0px;
        margin-bottom: 0;
        margin-right: 20px;
        
    }

    .ticket-img {
        width: 150px;
        height: 60px;
        margin-left: 15px;
        margin-right: 0px;
    }

    .ticket-content {
        display: flex;
        flex-direction: column;
        text-align: left;
        width: auto;
        padding: 0;
        margin: 0;
    }

    .ticket-content h5 {
        font-size: 10px;
        width: 130px;
        margin-bottom: 5px;
        max-height: 30px;
    }

    .ticket-content a {
        margin: 0;
        color: #0b65b4;
        font-size: 10px; 
        font-weight: 600;
    }

    .ticket-content h6 {
        font-size: 9px;
    }

    .ticket p {
        font-size: 8px;
        margin-bottom: 5px;

    }

    .ticket button {
        padding: 5px 10px;
        font-size: 11px;
        margin-right: 20px;
    }

    footer {
        padding: 20px 5%;
    }

    .footer-section {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .emailandbutton-union {
        display: none;
    }

    footer input[type="email"] {
        width: 100%;
    }

    footer button {
        margin-left: auto;
        margin-right: 0;
    }

    footer .top-right {
        display: none;
    }

    .footer-links {
        align-items: center;
    }

    .alter-top-right {
        display: flex;
    }

    footer .bottom-links {
        display: none;
    }

    .footer-logo {
        margin-left: 0;
        margin-bottom: 0px;
    }

    .alter-footer-section {
        display: flex;
        margin-top: 25px;
        flex-direction: column;
        font-size: 13px;
    }

    .logo-container img {
        padding-top: 20px;
        width: 90px;
        height: 45px;
    }

    .modal-content {
        background-image: url('./assets/alter-big-ticket.svg');
        width: 300px;
    }

    .steps-list li {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 15px;
    }

    .steps-list {
        margin-bottom: 40px;
    }

    .modal-body h2 {
        height: 45px;
        font-size: 16px;
        padding: 10px;
    }

    .claim-reward-btn {
        padding: 6px 12px;
        font-size: 12px;
        margin-top: 15px;
    }

    .modal-footer {
        margin-top: 0px;
        justify-content: center;

        img {
            display: none;
        }
    }

    .modal-dashed-line {
        width: 540px;
        margin-left: 15px;
        clip-path: inset(0 50% 0 0);
    }

    .modal-close {
        font-size: 18px;
        padding: 10px 15px;
    }

    .coming-soon-logo {
        height: 120px;
        margin-bottom: 10px;
    }

    .carousel-images {
        margin-bottom: 5px;
        margin-top: 20px;
    }
    
    .carousel-images img {
        height: 230px;
        width: auto;
        max-width: 100%;
    }

    .carousel {
        max-width: 100%;
        max-height: 300px;
        height: auto;
        width: 100%;
    }

    .carousel-nav img {
        width: 30px;
        height: 30px;
    }

    .carousel-header {
        font-size: 21px;
    }

    .carousel-nav {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        gap: 10px;
    }
}

