﻿﻿﻿﻿﻿.pdf {
    text-align: center;
}

a:hover {
    text-decoration: none !important;
}

section {
    padding: 4rem 2rem 1rem;
}



.slider {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.slide {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .slide.active {
        opacity: 1;
        position: relative;
    }

    .slide img {
        width: 100%;
        height: auto;
    }

.sports-icons-wrapper {
    width: 100%;
}

.sports-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96%;
    margin: 0 auto;
    padding: 23px 41px 14px 46px;
    border-radius: 14px;
    box-sizing: border-box;
    gap: 0.5rem;
    background: #242C36;
}

.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 70px;
}

    .icon:hover {
        transform: translateY(-2px);
    }

        .icon:hover span {
            color: #4fb15f;
        }

    .icon img {
        width: 28px;
        height: 28px;
    }

    .icon span {
        font-size: 11px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.5px;
        transition: color 0.3s ease;
        white-space: nowrap;
    }

.btn-jugar,
.btn-probar,
.btn-vivo,
.btn-registrate {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #4fb15f;
    color: #0F1923;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .btn-jugar:hover,
    .btn-probar:hover,
    .btn-vivo:hover,
    .btn-registrate:hover {
        background: #00b301;
        transform: translateY(-2px);
    }

.sports-section {
    display: flex;
    align-items: center;
    gap: 6rem;
    padding: 1.7rem 2rem;
}

.live-casino-section {
    display: flex;
    align-items: center;
    gap: 6rem;
    padding: 3rem 2rem 2rem;
}

.content {
    flex: 1;
}

    .content h2 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
        color: #4fb15f;
        line-height: 1.2;
    }

    .content p {
        font-size: 1.2rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 1rem;
    }

.image {
    flex: 1;
    max-width: 700px;
    max-height: 383;
}

    .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-shadow: 0px 0px 25.2px 0px rgba(12, 214, 100, 0.41);
        max-width: 700px;
        max-height: 300px;
    }

.casino-section {
    padding: 2rem;
    margin-top: 2rem;
    background: transparent;
}

.casino-content {
    max-width: 1200px;
    margin-left: auto;
}

.casino-text {
    text-align: left;
    margin-bottom: 2rem;
}

    .casino-text h2 {
        color: #4fb15f;
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .casino-text p {
        color: #fff;
        margin-bottom: 0.5rem;
    }

/* Estilos para las imágenes fijas */
.fixed-games {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* padding: 0 1rem; */
}

.fixed-game-item {
    flex: 1;
    max-width: 380px;
    height: 220px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

    .fixed-game-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 255, 140, 0.2);
    }

    .fixed-game-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .fixed-game-item:hover img {
        transform: scale(1.05);
    }

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #4fb15f;
    color: #000;
    padding: 12px 24px;
    border-radius: 25px;
    opacity: 0;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}


.final-cta {
    text-align: center;
    padding: 2rem 0rem 8rem;
}

footer {
    background: #171717;
    padding: 4rem 2rem;
}

    footer p {
        margin: 2rem auto;
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.9rem;
        line-height: 1.6;
    }

.text-content-landing {
    max-width: 800px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
   
}

@media(width < 567px){

    
}

.legal {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
}

.row {
    margin-right: 0;
}

.legal p {
    margin: 0;
    font-size: 0.8rem;
}

.img-mobile {
    display: none !important;
}

.text-registrate {
    font-size: 45px;
}

#btn-register {
    font-size: 21px;
}

.img-logo-footer {
    width: 20%;
}

.img-fondo {
    background-image: url('/img/landing/Frame 140 2.png');
    background-position: 60% 116%;
    background-repeat: no-repeat;
}

.promo-banner img {
    border-radius: 14px;
}

@media (max-width: 768px) {
    section {
        padding: 3.6rem 0rem 0rem;
    }

    .promo-banner {
        padding: 0rem 1rem 0rem;
    }

    .img-logo-footer {
        width: 50%;
    }

    .final-cta {
        padding: 1rem 0rem 5rem;
    }

    .text-registrate {
        font-size: 25px;
        margin-bottom: 25px;
        padding: 0 1rem;
    }

    .btn-section {
        width: 100%;
        display: flex;
        justify-content: end;
    }

    .sports-section, .live-casino-section {
        padding: 1rem 1rem 2rem;
    }

    .sports-section,
    .live-casino-section {
        flex-direction: column;
        text-align: left;
        gap: 3rem;
    }

    .img-desktop {
        display: none !important;
    }

    .img-mobile {
        display: block !important;
    }

    .content {
        display: flex;
        flex-direction: column;
    }


    .slider {
        border-radius: 0px;
    }

    .sports-icons {
        justify-content: flex-start;
        gap: 0.4rem;
        padding: 1rem 0rem;
        width: 100%;
        overflow-x: auto;
        border-radius: 0px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        background: linear-gradient(90deg, #242C36 85%, rgba(36, 44, 54, 0) 100%);
    }

    .sports-icons-wrapper {
        background: linear-gradient(90deg, #242C36 60%, rgba(36, 44, 54, 0.1) 90%, rgba(36, 44, 54, 0) 100%);
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
    }

        .sports-icons-wrapper::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 30%;
            height: 100%;
            background: linear-gradient(90deg, rgba(36, 44, 54, 0) 0%, rgba(36, 44, 54, 0.8) 100%);
            pointer-events: none;
        }

    .sports-icons::-webkit-scrollbar {
        display: none;
    }



    .icon {
        padding: 0.25rem;
    }

        .icon img {
            width: 28px;
            height: 28px;
        }

        .icon span {
            font-size: 10px;
        }
}

/* Estilos del texto principal */
.casino-header {
    text-align: left;
    max-width: 650px;
    padding-right: 1rem;
}

.text-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #4fb15f;
    margin-bottom: 1rem;
}

.text-description {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.4;
}

.casino-button {
    display: inline-block;
    padding: 0.4rem 1.2rem;
    background-color: #4fb15f;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .casino-button:hover {
        background-color: #4fb15f;
        transform: translateY(-2px);
    }

/* Estilos base del contenedor */
* {
    box-sizing: border-box;
}

.casino-section {
    display: flex;
    align-items: flex-start;
    padding: 2rem;
    margin: 0 auto;
    gap: 2rem;
}

.casino-content {
    flex: 1;
    max-width: 880px;
    display: flex;
    flex-direction: column;
    /* gap: 1rem; */
    width: 100%;
    margin-left: auto;
}

.game-slider {
    position: relative;
    width: 100%;
    height: 205px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    margin: 0 auto;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1200px;
}

/* Estilos base de los items */
.slider-item {
    position: absolute;
    width: 300px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    left: 50%;
    top: 50%;
    box-shadow: 0px 0px 25.2px 0px rgba(12, 214, 100, 0.41);
}

    .slider-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-shadow: 0px 0px 25.2px 0px rgba(12, 214, 100, 0.41);
    }

    /* Posiciones base */
    .slider-item[data-position="-2"] {
        transform: translate(-140%, -50%) scale(0.6) rotateY(25deg);
        opacity: 0.8;
        z-index: 1;
        filter: brightness(0.5);
    }

    .slider-item[data-position="-1"] {
        transform: translate(-90%, -50%) scale(0.8) rotateY(15deg);
        opacity: 0.9;
        z-index: 2;
        filter: brightness(0.7);
    }

    .slider-item[data-position="0"] {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        z-index: 5;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.8);
        filter: brightness(1);
    }

    .slider-item[data-position="1"] {
        transform: translate(-10%, -50%) scale(0.8) rotateY(-15deg);
        opacity: 0.9;
        z-index: 2;
        filter: brightness(0.7);
    }

    .slider-item[data-position="2"] {
        transform: translate(40%, -50%) scale(0.6) rotateY(-25deg);
        opacity: 0.8;
        z-index: 1;
        filter: brightness(0.5);
    }

/* Controles de navegación */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.49);
    border-radius: 40%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .slider-nav:hover {
        background: rgba(255, 248, 248, 0.49);
        transform: translateY(-50%) scale(1.1);
    }

    .slider-nav i {
        color: black;
    }

    .slider-nav.prev {
        left: 20px;
    }

    .slider-nav.next {
        right: 20px;
    }

/* Estilos para las imágenes fijas */
.fixed-games {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    max-width: 800px;
    margin: 1rem auto 0;
}

.fixed-game-item {
    flex: 1;
    height: 170px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    max-width: calc(33.33% - 0.5rem);
}

    .fixed-game-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 255, 140, 0.2);
    }

    .fixed-game-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .fixed-game-item:hover img {
        transform: scale(1.05);
    }


@media (max-width: 992px) {
    .casino-section {
        flex-direction: column;
        align-items: center;
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .casino-header {
        max-width: 500px;
        padding-right: 0;
        text-align: left;
        margin: 0 auto;
    }

    .casino-content {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .game-slider {
        height: 250px;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .text-title {
        font-size: 2rem;
    }

    .text-description {
        font-size: 1rem;
    }

    .slider-item {
        width: 200px;
        height: 130px;
    }

        .slider-item[data-position="-2"],
        .slider-item[data-position="2"] {
            display: none;
        }

        .slider-item[data-position="-1"] {
            transform: translate(-90%, -50%) scale(0.85);
        }

        .slider-item[data-position="1"] {
            transform: translate(-10%, -50%) scale(0.85);
        }

    .fixed-game-item {
        height: 120px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .casino-section {
        padding: 1rem;
    }

    .text-title {
        font-size: 1.8rem;
    }

    .game-slider {
        height: 115px;
    }

    .slider-item {
        width: 180px;
        height: 120px;
    }



        .slider-item[data-position="0"] {
            transform: translate(-50%, -50%) scale(1);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
        }

    .fixed-game-item {
        height: 100px;
    }
}
