﻿.container-premios {
    display: flex;
    justify-content: center;
    /* margin-top: 3rem; */
    margin-bottom: 4rem;
    background-image: url(/Content/assets/gamingmx/home/COD_Fondo_premios.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel_container-premios {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; /* Centra verticalmente */
}

.carousel_slide-premios {
    display: none;
    width: 100%;
    text-align: center; /* Alinea el contenido al centro */
}

.premios-premio {
    max-width: 34%;
    height: auto;
    margin: 0 auto; /* Centra la imagen horizontalmente */
    min-width: 25rem;
}

.carousel_buttons-premios {
    position: absolute;
    top: 50%;
    width: 80%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

    .carousel_buttons-premios button {
        padding: 0;
        font-size: 16px;
        background: transparent;
        border: 0;
    }

.premios-flecha {
    position: relative;
}

.premios_flecha-izquierda {
    /* left: 100px; */
}

.premios_flecha-derecha {
    /* right: 100px; */
}

.rotar-imagen {
    transform: rotate(180deg);
}


/*ESTILOS PARA CARRUCEL MECANICA*/
.container-mecanica {
    display: flex;
    justify-content: center;
}

.carousel_container-mecanica {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; /* Centra verticalmente */
}

.carousel_slide-mecanica {
    display: none;
    width: 100%;
    text-align: center; /* Alinea el contenido al centro */
}

.mecanica-premio {
    max-width: 70%;
    /* height: auto; */
    margin: 0 auto; /* Centra la imagen horizontalmente */
    min-width: 22rem;
}

.carousel_buttons-mecanica {
    position: absolute;
    top: 30%;
    width: 85%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

    .carousel_buttons-mecanica button {
        padding: 0;
        font-size: 16px;
        background: transparent;
        border: 0;
    }

.mecanica-flecha {
    position: relative;
}

.mecanica_flecha-izquierda {
    left: -60px;
}

.mecanica_flecha-derecha {
    right: -60px;
}

@media(max-width: 800px) {
    .premios_flecha-izquierda {
        left: -40px;
    }

    .premios_flecha-derecha {
        right: -40px;
    }
}

@media(max-width: 600px) {
    .mecanica_flecha-izquierda {
        left: -40px;
    }

    .mecanica_flecha-derecha {
        right: -40px;
    }
}


@media(max-width:600px) {
    .premios_flecha-izquierda {
        left: -40px;
    }

    .premios_flecha-derecha {
        right: -40px;
    }
}

@media(max-width:468px) {
    .btn_flechas-carousel {
        width: 30px;
    }
}

@media (max-width: 369px) {
    .logo-booyah {
        width: 15rem;
    }

    .premios-premio {
        min-width: 20rem;
    }
}