/* Reglas generales */
@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&family=Poppins&display=swap');

body {
    background-image: url("../assets/images/fondo-marron.jpg") !important;
    background-repeat: repeat;
    font-family: 'MedievalSharp', sans-serif !important;
}

.ca-alt {
    height: 95vh !important;
}

.ca-alt2 {
    max-width: 100%;
}

@media screen and (max-width: 750px) {

    .ca-alt {
        height: 70vh !important;
    }
}



.fondo2 {
    background: linear-gradient(135deg, rgba(34, 23, 22, 1), rgba(34, 23, 22, 0.7)) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'MedievalSharp';

}

.altura {
    line-height: 10vh;
}

.alturaJuegos {
    line-height: 8vh;
}

.altura-sa {
    line-height: 10vh;
}

.fondo {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37) !important;

}

.fondoDemo {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    /* border-radius: px !important; */
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37) !important;

}

.titulo {
    color: #ffc300;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.nav-link-text {
    line-height: normal;
    font-family: 'MedievalSharp';
    transition: 0.3s;
    text-decoration: none;
    color: #c9c9c9;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    font-weight: 500;

}

.nav-link-text:hover,
.nav-link-text.activo {
    color: #fdb900;
    font-weight: 900;
}

.video-responsive {
    max-width: 100%;
    max-height: calc(100vh - 6rem);
    /* Ajusta este valor según la altura deseada del video */
}

section {

    color: #ffffff;

}



.modal-header {
    background-color: #141718 !important;
    border: none !important;
}

.btn.player {
    font-size: 3vh;
}

.btn.player:hover {
    font-size: 3vh;
    color: #fff;
}

@media screen and (max-width: 780px) {

    .btn.player {
        font-size: 2vh;
    }
}



.form-image {
    width: 50vh;
}

.playerFields {
    display: flex;
    flex-wrap: wrap;
}

/* Fondos */

.img-bg {
    background-repeat: no-repeat;
    /* background-size: 60vh; */
    background-size: contain;
    background-position: center;
}

#dota2 {
    background-image: url("../assets/images/fondos/20240129_210724_0000.png");

}

#lol {
    background-image: url("../assets/images/fondos/20240129_210910_0000.png");
    margin-bottom: 50px
}

#chon {
    background-image: url("../assets/images/fondos/20240129_211228_0000.png");
}

#cml {
    background-image: url("../assets/images/fondos/20240131_020504_0000.png");
}

#fondo-illi {
    background-image: url("../assets/images/fondos/20240129_210157_0000.png");
}

#comunidad-bg {
    background-image: url("../assets/images/fondos/20240129_210518_0000.png");
}

#chots {
    background-image: url("../assets/images/fondos/20240131_025019_0000.png");
}

#cf {
    background-image: url("../assets/images/fondos/20240129_211744_0000.png");
}

#cf84 {
    background-image: url("../assets/images/fondos/20240131_014536_0000.png");
}

#cg {
    background-image: url("../assets/images/fondos/20240131_022717_0000.png");
}

#subastas-ap {
    background-image: url("../assets/images/img-intermedio/20240113_164553_0000.webp");
    /* background-image: url("../assets/images/fondos/20240129_212551_0000.png"); */
}

/********** Range Input Styles **********/
/*Range Reset*/
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 7rem;
}

/*
@media screen and (max-width: 780px) {

    input[type="range"] {
        width: 4rem;
    }
}*/

/* Removes default focus */
input[type="range"]:focus {
    outline: none;
}

/***** Chrome, Safari, Opera and Edge Chromium styles *****/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
    background-color: #4d4e4e;
    border-radius: 0.5rem;
    height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    margin-top: -1.25vh;
    /*custom styles*/
    border-radius: 8rem;
    background-color: #fdb900;
    height: 4vh;
    width: 1.5vh;
}

/*
@media screen and (max-width: 780px) {

    input[type="range"]::-webkit-slider-thumb  {
        height: 3.5vh;
        width: .75vh;
    }
}*/

input[type="range"]:focus::-webkit-slider-thumb {
    border: 1px solid #ffcf4d;
    outline: 3px solid #ffcf4d;
    outline-offset: 0.125rem;
}

/******** Firefox styles ********/
/* slider track */
input[type="range"]::-moz-range-track {
    background-color: #4d4e4e;
    border-radius: 0.5rem;
    height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
    border: none;
    /*Removes extra border that FF applies*/
    border-radius: 8rem;
    /*Removes default border-radius that FF applies*/
    /*custom styles*/
    background-color: #fdb900;
    height: 4vh;
    width: 1.5vh;
}

input[type="range"]:focus::-moz-range-thumb {
    border: 1px solid #ffcf4d;
    outline: 3px solid #ffcf4d;
    outline-offset: 0.125rem;
}

.porque-illidaris {
    background-image: url('../assets/images/porque.png');
}

#Illidaris .btn-prueba {
    /*background-image: url('../assets/images/btn-prueba.png');
    background-size: cover;
   width: 200px!important;
   height: 90px!important;*/
    cursor: pointer;

}

.boton-1 {
    display: inline-block;
    width: 210px;
    height: 105px;
    background-image: url('../assets/images/btn-morado.svg');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 110px;
    text-decoration: none;
    color: white;
}

.boton-1:hover {
    color: #fff;
}

.boton-1:hover {
    cursor: pointer;
}

@media screen and (max-width: 780px) {

    .boton-1 {
        width: 130px;
        height: 65px;
        line-height: 65px;
        margin-bottom: 10px;
    }
}


.boton-2 {
    display: inline-block;
    width: 226px;
    height: 100px;
    line-height: 120px;
    background-image: url('../assets/images/btn-wats.webp');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    color: #f3f3f3;

}

.boton-2:hover {
    color: white;
}

.boton-2:hover {
    cursor: pointer;
}

@media screen and (max-width: 780px) {

    .boton-2 {
        width: 181px;
        height: 80px;
        line-height: 95px;
        margin-bottom: 10px;
    }
}

.boton-3 {
    display: inline-block;
    width: 200px;
    height: 100px;
    background-image: url('../assets/images/btn-azul.svg');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 100px;
    text-decoration: none;
    color: #f3f3f3;
}

.boton-bienvenida {
    display: inline-block;
    width: 260px;
    height: 60px;
    background-image: url('../assets/images/background-image-button-1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    color: #f3f3f3;
}

.boton-3.bi-instagram:hover {
    color: white;
}

.boton-3:hover {
    cursor: pointer;
}

@media screen and (max-width: 780px) {

    .boton-3 {
        width: 130px;
        height: 65px;
        line-height: 65px;
        margin-bottom: 10px;
    }
}

/* Inicio razas*/


.demo-bars {
    font-size: 30px;
    color: #ffc300;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 5vh;
}

#razas .fondo1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/back-img1.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100vh;
    height: 100vh;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/back-img2.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo3 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/back-img3.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo4 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/back-img4.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo5 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/back-img5.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo6 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f6.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo7 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f7.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo8 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f8.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo9 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f9.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo10 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f10.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo11 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f11.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo12 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f12.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo13 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f13.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo14 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f14.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo15 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f15.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo16 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f16.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo17 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f17.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo18 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f18.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo19 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f19.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo20 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f20.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo21 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f21.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo22 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f22.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

#razas .fondo23 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/raza/f23.webp');
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 900px;
    height: 900px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 780px) {

    #razas .fondo1,
    #razas .fondo22,
    #razas .fondo3,
    #razas .fondo4,
    #razas .fondo5 {
        background-position: left;
        background-size: cover;
        height: 100vh;
        width: 100%;

    }
}

#razas .lado-derecho {
    float: right;
    width: 50%;
}

@media screen and (max-width: 780px) {

    #razas .lado-derecho {
        float: none;
        width: 100%;
    }
}

#razas .contenido-centrado {
    text-align: center;
}




.contenedor-unitario {
    position: relative;
    width: 70px;
    height: 70px;
    z-index: 2;
    margin: 10px 10px;
}

@media screen and (max-width: 780px) {

    #razas .contenedor-unitario {
        width: 50px;
        height: 50px;
    }
}

#razas .contenedor-menu {
    overflow-x: scroll !important;
    -ms-overflow-style: none !important;
    /* IE y Edge */
    scrollbar-width: none !important;
    /* Firefox */
    white-space: nowrap !important;
    /* Esto ayuda a mantener los elementos en una sola línea */
    width: 90% !important;
    /* Ajustar el ancho al 80% */
    margin: 0 auto !important;
    /* Centrando el contenedor */
    padding-top: 2vh !important;
    height: 25vh !important;
}

.contenedor-menu::-webkit-scrollbar {
    display: none !important;
    /* Chrome, Safari y Opera */
}


#razas .contenedor-botones {
    display: flex;
    justify-content: space-around;
    margin: 0 17% 40px 20%;
}

@media screen and (max-width: 780px) {

    #razas .contenedor-botones {
        margin: 0px 0 10px 0px;
    }
}


.menu-expandido {
    display: none;
    /* Inicialmente oculto */
    position: fixed;
    /* Cambiado a fixed para cubrir toda la pantalla */
    top: 0;
    left: 0;
    width: 100vw;
    /* Ajustado al ancho de la pantalla */
    height: 100vh;
    /* Ajustado a la altura de la pantalla */
    background-color: rgba(0, 0, 0, 0.5);
    /* Fondo semitransparente */
    padding: 20px;
    z-index: 9999;
    overflow: auto;
    /* Permite el scroll si el contenido es demasiado largo */
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    /* 10 elementos por fila */
    gap: 10px;
    /* Espacio entre los elementos */
    max-width: 100%;
    /* Asegura que el menú no ocupe toda la pantalla */
    margin: 0 auto;
    /* Centra el menú */
    background-color: rgba(0, 0, 0, 0.5);
    /* Fondo negro con 50% de opacidad */
    /* border-radius: 8px;  */
    /* Opcional, para bordes redondeados */
    padding: 10px;
    /* Espacio interno */
}

/* Estilos para pantallas más pequeñas */
@media (max-width: 1200px) {
    .menu-grid {
        grid-template-columns: repeat(8, 1fr);
        /* Menos columnas en pantallas más pequeñas */
    }
}

@media (max-width: 992px) {
    .menu-grid {
        grid-template-columns: repeat(7, 1fr);
        /* Menos columnas en pantallas más pequeñas */
    }
}

@media screen and (max-width: 780px) {

    .menu-grid {
        grid-template-columns: repeat(6, 1fr);
        /* Menos columnas en pantallas más pequeñas */
    }
}

@media (max-width: 768px) {
    .menu-grid {
        grid-template-columns: repeat(5, 1fr);
        /* Menos columnas en pantallas más pequeñas */
    }
}

@media (max-width: 576px) {
    .menu-grid {
        grid-template-columns: repeat(4, 1fr);
        /* Dos columnas en pantallas muy pequeñas */
    }
}



.boton-redondo1,
.boton-redondo2,
.boton-redondo3,
.boton-redondo4,
.boton-redondo5,
.boton-redondo6,
.boton-redondo7,
.boton-redondo8,
.boton-redondo9,
.boton-redondo10,
.boton-redondo11,
.boton-redondo12,
.boton-redondo13,
.boton-redondo14,
.boton-redondo15,
.boton-redondo16,
.boton-redondo17,
.boton-redondo18,
.boton-redondo19,
.boton-redondo20,
.boton-redondo21,
.boton-redondo22,
.boton-redondo23 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 3;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 780px) {

    #razas .boton-redondo1,
    .boton-redondo2,
    .boton-redondo3,
    .boton-redondo4,
    .boton-redondo5,
    .boton-redondo6,
    .boton-redondo7,
    .boton-redondo8,
    .boton-redondo9,
    .boton-redondo10,
    .boton-redondo11,
    .boton-redondo12,
    .boton-redondo13,
    .boton-redondo14,
    .boton-redondo15,
    .boton-redondo16,
    .boton-redondo17,
    .boton-redondo18,
    .boton-redondo19,
    .boton-redondo20,
    .boton-redondo21,
    .boton-redondo22,
    .boton-redondo23 {
        width: 50px;
        height: 50px;

    }
}

.boton-redondo1 {
    background-image: url('../assets/images/raza/btn-1.jpg');
}

.boton-redondo2 {
    background-image: url('../assets/images/raza/btn-2.jpg');
}

.boton-redondo3 {
    background-image: url('../assets/images/raza/btn-3.jpg');
}

.boton-redondo4 {
    background-image: url('../assets/images/raza/btn-4.jpg');
}

.boton-redondo5 {
    background-image: url('../assets/images/raza/btn-5.jpg');
}

.boton-redondo6 {
    background-image: url('../assets/images/raza/c6.webp');
}

.boton-redondo7 {
    background-image: url('../assets/images/raza/c7.webp');
}

.boton-redondo8 {
    background-image: url('../assets/images/raza/c8.webp');
}

.boton-redondo9 {
    background-image: url('../assets/images/raza/c9.webp');
}

.boton-redondo10 {
    background-image: url('../assets/images/raza/c10.webp');
}

.boton-redondo11 {
    background-image: url('../assets/images/raza/c11.webp');
}

.boton-redondo12 {
    background-image: url('../assets/images/raza/c12.webp');
}

.boton-redondo13 {
    background-image: url('../assets/images/raza/c13.webp');
}

.boton-redondo14 {
    background-image: url('../assets/images/raza/c14.webp');
}

.boton-redondo15 {
    background-image: url('../assets/images/raza/c15.webp');
}

.boton-redondo16 {
    background-image: url('../assets/images/raza/c16.webp');
}

.boton-redondo17 {
    background-image: url('../assets/images/raza/c17.webp');
}

.boton-redondo18 {
    background-image: url('../assets/images/raza/c18.webp');
}

.boton-redondo19 {
    background-image: url('../assets/images/raza/c19.webp');
}

.boton-redondo20 {
    background-image: url('../assets/images/raza/c20.webp');
}

.boton-redondo21 {
    background-image: url('../assets/images/raza/c21.webp');
}

.boton-redondo22 {
    background-image: url('../assets/images/raza/c22.webp');
}

.boton-redondo23 {
    background-image: url('../assets/images/raza/c23.webp');
}


.borde-dorado,
.borde-plateado,
.borde-dorado-selected {
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.3s;
    z-index: 2;
    margin: 0;
}

.borde-dorado-selected {
    background-image: url('../assets/images/raza/borde-dorado.webp') !important;
    opacity: 1;
}

.borde-dorado {
    background-image: url('../assets/images/raza/borde-dorado.webp');
    opacity: 0;
}

.borde-plateado {
    background-image: url('../assets/images/raza/borde-plateado.webp');
}

.contenedor-unitario:hover .borde-dorado {
    opacity: 1;
}

.contenedor-unitario:hover .borde-plateado {
    opacity: 0;
}


#razas h1 {
    font-size: 45px;
    color: #ffc300;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 780px) {

    #razas h1 {
        font-size: 30px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

#razas .contenido-texto h2 {
    font-size: 32px;
    color: #ffc300;
    font-weight: bold;
    padding-bottom: 5px;
    /* padding-top: px !important; */
}

@media screen and (max-width: 780px) {

    #razas .contenido-texto h2 {
        font-size: 25px;
        padding-top: 2px;
        padding-bottom: 5px;
    }
}

#razas .contenido-texto p {
    font-size: 24px;
    color: #ffc300;
    font-weight: bold;
    margin-left: 100px;
    margin-right: 100px;
}

@media screen and (max-width: 780px) {

    #razas .contenido-texto p {
        font-size: 16px;
        margin-left: 15px;
        margin-right: 15px;
        text-align: center;

    }
}


.contenedorRazas {
    position: relative !important;
    /* Necesario para que los botones se posicionen correctamente dentro de este contenedor */
    width: 100% !important;
    overflow: hidden !important;
    /* Oculta cualquier contenido que se desborde */
}

.controlsRazas {
    position: absolute;
    /* Cambiado de fixed a absolute */
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    /* Centra verticalmente los controles */
    /* Agrega un poco de padding horizontal para evitar que los botones se salgan */
}



#atras,
#siguiente {
    background-size: cover;
    /* Asegúrate de que la imagen de fondo cubra el botón */
    background-repeat: no-repeat;
    /* Evita que la imagen de fondo se repita */
    display: inline-block;
    height: 50px;
    width: 45px;
    text-align: center;
    line-height: 50px;
    /* Ajusta la línea de altura para centrar el texto verticalmente */
    text-decoration: none;
    color: #f3f3f3;
    box-sizing: border-box;
    /* Incluye el padding y el borde en el ancho y alto del botón */
}

#atras {
    background-image: url('../assets/images/juegos/btn-prev.webp');
}

#siguiente {
    background-image: url('../assets/images/juegos/btn-next.webp');
}


/* Estilos generales para los botones de navegación */
.nav-buttons {
    position: absolute;
    bottom: 25vh;
    width: calc(100% - 40px);
    /* Asegura que el contenedor de botones tenga un margen a los lados */
    display: flex;
    justify-content: center;
    z-index: 2;
}

.nav-button,
.nav-button2 {
    background-color: #ffc300;
    border: none;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.nav-button {
    margin: 0 90vh 0 0;
    /* Ajusta el margen para que no se desborde */
}

.nav-button2 {
    margin: 0 0 0 92vh;
    /* Ajusta el margen para que no se desborde */
}

.nav-button:hover,
.nav-button2:hover {
    background-color: #d89a08;
}

/* Estilos para pantallas más pequeñas */
@media (max-width: 1200px) {
    .nav-buttons {
        bottom: 20vh;
        /* Ajusta la posición vertical */
    }

    .nav-button,
    .nav-button2 {
        font-size: 24px;
        /* Tamaño de fuente más pequeño */
        width: 40px;
        /* Tamaño del botón más pequeño */
        height: 40px;
        /* Tamaño del botón más pequeño */
    }
}

@media (max-width: 992px) {
    .nav-buttons {
        bottom: 15vh;
        /* Ajusta la posición vertical */
    }

    .nav-button,
    .nav-button2 {
        font-size: 20px;
        /* Tamaño de fuente más pequeño */
        width: 35px;
        /* Tamaño del botón más pequeño */
        height: 35px;
        /* Tamaño del botón más pequeño */
    }
}

@media (max-width: 768px) {
    .nav-buttons {
        bottom: 10vh;
        /* Ajusta la posición vertical */
    }

    .nav-button,
    .nav-button2 {
        font-size: 18px;
        /* Tamaño de fuente más pequeño */
        width: 30px;
        /* Tamaño del botón más pequeño */
        height: 30px;
        /* Tamaño del botón más pequeño */
    }
}

@media (max-width: 576px) {
    .nav-buttons {
        bottom: 5vh;
        /* Ajusta la posición vertical */
    }

    .nav-button,
    .nav-button2 {
        font-size: 25px;
        /* Tamaño de fuente más pequeño */
        width: 40px;
        /* Tamaño del botón más pequeño */
        height: 40px;
        /* Tamaño del botón más pequeño */
        line-height: 34px;
    }

    .nav-button {
        margin: 0 10vh 0 0;
        /* Ajusta el margen para que no se desborde */
    }

    .nav-button2 {
        margin: 0 0 0 12vh;
        /* Ajusta el margen para que no se desborde */
    }
}


.boton-razas {
    display: inline-block;
    width: 204px;
    height: 64px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 64px;
    text-decoration: none;
    color: #f3f3f3;
    font-weight: bolder;
    font-size: large;
    background-image: url('../assets/images/btn-razas-3.webp');
}

/* fin razas*/

/*contenedor de Stores */





#Stores h1 {
    color: #ffc300;
    font-weight: bold;
    padding-bottom: 30px;
}


#Stores p {
    font-size: 20px;
}

#Stores .card-img-top {
    transition: box-shadow 0.2s ease-in-out;
}

#Stores img:hover {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* fin  contenedor de stores*/


/*subasta y apuestas*/

#Subastas h1 {
    color: #ffc300;
    font-weight: bold;
    padding-bottom: 30px;
}


#Subastas .carousel-container {
    position: relative;
}

#Subastas .carousel-container .carousel-inner span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-95%);

}

#Subastas .carousel-container span img {
    width: 20%;
    margin-left: 80%;
}

/* fin subasta y apuesta*/

/*Bosting*/

#Bosting h1 {
    color: #ffc300;
    font-weight: bold;
    padding-bottom: 30px;

}


#Bosting .carousel-container {
    position: relative;
}

#Bosting .carousel-container .carousel-inner span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-95%);

}

#Bosting .carousel-container span img {
    width: 20%;
    margin-left: 80%;
}


/* fin Bosting*/

/* contenedor de Alianza*/
#Alianza-store-bg {
    background-image: url("../assets/images/alianza/img-fondo.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#Alianza-bg {
    background-image: url("../assets/images/alianza/spectral2.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


#Alianza h1 {
    color: #ffc300;
    font-weight: bold;
    padding-bottom: 30px;
}

#Alianza .text-img {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(235, 232, 232);

}

@media screen and (max-width: 780px) {

    #Alianza .text-img {
        width: 85%;
        top: 60%;

    }
}

#Alianza p {
    font-size: 3vh;
    font-weight: 500;
}

@media screen and (max-width: 780px) {

    #Alianza p {
        font-size: 14px;
        font-weight: 600;

    }
}

#Alianza .img-1 img {
    width: 660px;
    height: auto;

}

@media screen and (max-width: 780px) {

    #Alianza .img-1 img {
        width: 90%;

    }
}

#Alianza .img-2 img {
    width: 880px;
    height: auto;

}

@media screen and (max-width: 480px) {

    #Alianza .img-2 img {
        width: 95%;

    }
}

/* fin contenedor  de alianza */


/* contenedor ListaEstafadores*/

#ListaEstafadores h1 {
    color: #ffc300;
    font-weight: bold;
    padding-bottom: 50px;
    padding-top: 50px;
}


#ListaEstafadores .img-background {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../assets/images/estafadores/1.webp');
    background-position: center;
    width: 100%;
    height: 950px;
}


#ListaEstafadores #searchInput {
    font-size: 20px;
    width: 25%;
    padding-left: 40px;
    background-image: url('../assets/images/estafadores/lupa.webp');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px 25px;
    border-radius: 5px;

}

@media screen and (max-width: 780px) {

    #ListaEstafadores #searchInput {
        width: 75%;

    }
}

#ListaEstafadores input[type="text"] {
    padding: 10px;
    width: 300px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    transition: border-color 0.3s ease;
}


#ListaEstafadores input[type="text"]:focus {
    outline: none;
    border-color: #5366d1;
}

#ListaEstafadores ul {
    width: 25%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));

}

@media screen and (max-width: 780px) {

    #ListaEstafadores ul {
        width: 75%;

    }
}

#ListaEstafadores #estafadoresUl {
    max-height: 650px;
    /* Altura máxima de la lista */
    overflow-y: scroll;
}

@media screen and (max-width: 780px) {

    #ListaEstafadores #estafadoresUl {
        font-size: 37px !important;

    }
}

#ListaEstafadores ul li {
    font-size: 20px;
    font-weight: bold;
    color: white;
    padding: 5px;
    margin-bottom: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

#ListaEstafadores ul li:hover {
    transform: translateY(-5px);
    color: #e4e2e2;
}




#ListaEstafadores .img-background2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../assets/images/estafadores/2.webp');
    background-position: center;
    width: 100%;
    height: 950px;
}


@media screen and (max-width: 780px) {

    #ListaEstafadores .img-background2 {
        width: 100%;
        height: 950px;

    }
}


#ListaEstafadores #searchInput2 {
    font-size: 20px;
    width: 25%;
    padding-left: 40px;
    background-image: url('../assets/images/estafadores/lupa.webp');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px 25px;
    border-radius: 5px;

}

@media screen and (max-width: 480px) {

    #ListaEstafadores #searchInput2 {
        width: 75%;

    }
}

#ListaEstafadores #estafadoresUl2 {
    max-height: 650px;
    /* Altura máxima de la lista */
    overflow-y: scroll;
}

@media screen and (max-width: 480px) {

    #ListaEstafadores #estafadoresU {
        font-size: 37px !important;

    }
}



#ListaEstafadores .img-background3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../assets/images/estafadores/3.webp');
    background-position: center;
    width: 100%;
    height: 950px;
}


@media screen and (max-width: 780px) {

    #ListaEstafadores .img-background3 {
        width: 100%;
        height: 950px;

    }
}


#ListaEstafadores #searchInput3 {
    font-size: 20px;
    width: 25%;
    padding-left: 40px;
    background-image: url('../assets/images/estafadores/lupa.webp');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px 25px;
    border-radius: 5px;

}

@media screen and (max-width: 480px) {

    #ListaEstafadores #searchInput3 {
        width: 75%;

    }
}

#ListaEstafadores #estafadoresUl3 {
    max-height: 650px;
    /* Altura máxima de la lista */
    overflow-y: scroll;
}

@media screen and (max-width: 480px) {

    #ListaEstafadores #estafadoresU {
        font-size: 37px !important;

    }
}

/* fin*/



/* contenedor de streaming */
/* #Streaming .card {
    border-width: 6px;
    border-style: double;
    border-color: #ffc300;
} */

#Streaming h1 {
    color: #ffc300;
    font-weight: bold;
    padding-bottom: 50px;
}



#Streaming p {
    color: white;
}

#Streaming .card {
    background-color: #4d4e4e;
}

#Streaming .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icons {
    display: flex;
    gap: 10px;
    /* Espacio entre los iconos */
}

.bi-instagram {
    font-size: 24px;
    color: #e84b57;
    transition: color 0.3s;
}

.bi-instagram:hover {
    color: #d85094;
}

.bi-tiktok {
    font-size: 24px;
    color: #2f2f30;
    transition: color 0.3s;
}

.bi-tiktok:hover {
    color: #000000;
}

#Streaming .bi-facebook {
    font-size: 24px;
    color: #0866ff;
    transition: color 0.3s;
}

#Streaming .bi-facebook:hover {
    color: #0651cc;
}

.bi-twitch {
    font-size: 24px;
    color: #7265ff;
    transition: color 0.3s;
}

.bi-twitch:hover {
    color: #5b50cc;
}

.bi-youtube {
    font-size: 24px;
    color: red;
    transition: color 0.3s;
}

.bi-youtube:hover {
    color: #cc0000;
}

.kick-link img {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.kick-link:hover img {

    opacity: 0.5;
}


#Streaming p {
    font-size: 28px;
    font-weight: bold;
}




/* Fin  de contenedor de streaming */

/* contenedor de torneos */
#Torneos {
    padding-top: 100px;
}

#Torneos h1 {
    color: #ffc300;
    font-weight: bold;
    padding-bottom: 30px;
}

#Torneos .card {
    background-color: #4d4e4e;
    color: white;
}

#Torneos p {
    padding: 15px;
}

#Torneos img {
    width: 450px;
    padding-bottom: 20px;
}

@media screen and (max-width: 750px) {

    #Torneos img {
        width: 90%;

    }
}

#Torneos .card {
    margin-bottom: 20px;
}

#Torneos .form-background {
    background-image: url('../assets/images/back-form.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
}

/* fin del contenedor de torneos */



/* contenedor de sorteos*/

#Sorteos h1 {
    color: #ffc300;
    font-weight: bold;
    padding-bottom: 30px;
}

#Sorteos .img-premios {
    width: 75%;
}

@media screen and (max-width: 750px) {

    #Sorteos .img-premios {
        width: 100%;
    }
}


/*fin de contenedor de  Sorteos*/

/* contenedor de memes*/



#Memes h1 {
    color: #ffc300;
    font-weight: bold;
    padding-bottom: 30px;
}

/* #Memes .card {
    background-color: #212529;
    border-width: 6px;
    border-style: double;
    border-color: #FFD700;

} */

#Memes .card img {
    border-radius: 5px;
}


/*fin de contenedor de  memes*/

/* intermedios*/


#img-intermedio-1 .img {
    width: 30vh;
    padding: 10px 0 4vh 0;
}

@media screen and (max-width: 750px) {

    #img-intermedio-1 .img {
        width: 150px;

    }
}

#img-intermedio {
    padding: 4vh 0 4vh 0;
}

#img-intermedio .img-1 {
    width: 30vh;
}

@media screen and (max-width: 750px) {

    #img-intermedio .img-1 {
        padding-top: 35px;
        width: 150px;

    }
}

#img-intermedio .img-2 {
    width: 200px;
}

@media screen and (max-width: 750px) {

    #img-intermedio .img-2 {
        padding-top: 35px;
        width: 150px;

    }
}

/*  fin  intermedios   */

/* footer */

#Footer {
    background-color: #111111;
    padding: 10px 0;
    text-align: center;
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
}

#Footer hr {
    border-top: 1px solid #e2e1e1;
    margin-bottom: 20px;
}

#Footer img {
    width: 150px;
    margin-bottom: 10px;
}

@media screen and (max-width: 750px) {

    #Footer img {
        width: 50px;

    }
}


#Footer p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

#Footer video {
    width: 500px;
    height: 320px;
}

@media screen and (max-width: 750px) {

    #Footer video {
        width: 350px;

    }
}


/* fin footer*/


/* Inicio estilos botones */
.btn-illidari {
    border: 1px solid #ccc;
    min-width: 30vh;
    text-decoration: none;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vh;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 5px 1vh 5px;
}

.btn-illidari i {
    padding-right: 1vh;
}

.btn-illidari:hover {

    color: #fdb900;
    border: 1px solid #fdb900;
}


.carousel {
    position: relative !important;
}

.span-image {
    position: absolute !important;
    /* top: 20px!important; */
    top: 540px !important;
    left: 10px !important;
    z-index: 1 !important;
    /* width: 3vh!important; */
}

/* Estilo responsive */
@media screen and (max-width: 780px) {
    .span-image {
        top: 25vh !important;
        left: 40vh !important;
        /* Cambiado de 500px a 50vw para un posicionamiento relativo */
        z-index: 1 !important;
    }

    .imageSp {
        width: 70px !important;
        /* Puedes ajustar este tamaño según sea necesario */
    }

}

@media screen and (max-width: 750px) {
    .span-image {
        top: 19vh !important;
        left: 29vh !important;
        /* Cambiado de 500px a 50vw para un posicionamiento relativo */
        z-index: 1 !important;
    }

    .imageSp {
        width: 70px !important;
    }

}

/* Estilo de escritorio */
.span-imageK {
    position: absolute !important;
    top: 70px !important;
    left: 114vh !important;
    z-index: 1 !important;
    width: 24vh;
}




/* Estilo responsive */
@media screen and (max-width: 780px) {
    .span-imageK {
        top: 15vh !important;
        left: 36vh !important;
        /* Cambiado de 500px a 50vw para un posicionamiento relativo */
        z-index: 1 !important;
    }

    .imageK {
        width: 170px;
        /* Puedes ajustar este tamaño según sea necesario */
    }

}

@media screen and (max-width: 750px) {
    .span-imageK {
        top: 10vh !important;
        left: 26.5vh !important;
        z-index: 1 !important;
        width: 15vh;
    }

}

/*
.vortexSpan{
    height: 20vh!important;
} */
.carrusel img {
    width: 100%;
    height: 100%;
}

.span-image img {
    /* max-width: 35vh; */
    margin-left: 80%;
    width: 20%;
}

#inicio {
    /* margin-top: 15vh!important; */
    padding-top: 10vh !important;
}

#barra-metal {
    width: 100%;
    height: 20px;
    background-image: url("../assets/images/img-intermedio/barra-metal.png");
    background-size: contain;
}

@media screen and (max-width: 750px) {

    #barra-metal {
        height: 15px;
        background-size: cover;
    }
}

.space-top {
    margin: 0;
}

@media screen and (max-width: 750px) {
    .space-top {
        margin-top: 5px;
    }
}



.col .card-border {
    position: relative;
    display: block;
    margin: 1.5vh;
    padding: 0;
}

.col .card-border::before {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: -16px;
    border: 28px solid transparent;
    border-image: url('../assets/images/col-border.png') 150 stretch;
    z-index: 1;
    /* Más alto que la tarjeta */
    pointer-events: none;
    /* Permite interactuar con el contenido */
}

.col .card-border .card {
    position: relative;
    /* Mantener relative para z-index */
    z-index: 0;
    /* Asegúrate de que sea menor que el z-index del borde */
    overflow: visible;
}


div.card-border-video {
    position: relative;
    display: inline-block;
    margin: 8vh;
    /* Ajusta según el tamaño del borde */
    padding: 0;
    /* Ajusta según el tamaño del borde */
}

div.card-border-video::before {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: -16px;
    border: 28px solid transparent;
    border-image: url('../assets/images/col-border.png') 150 stretch;
    z-index: 1;
    /* Más alto que el video */
    pointer-events: none;
    /* Permite interactuar con el contenido */
}

div.card-border-video video {
    position: relative;
    z-index: 0;
    width: 100%;
    border-radius: 5px;
}




@media screen and (max-width: 750px) {

    div.card-border-video video {
        width: 100%;
    }
}



/**********************/
.custom-input {
    background-color: black;
    border-color: yellow;
    color: white;
    /* Esto es para que el texto sea legible con el fondo negro */
}

form.row.g-3 div input.form-control.custom-input,
form.row.g-3 div.col-md-6.col-xs-12 select.custom-input {
    background-color: black;
    border-color: yellow;
    color: white;
}

form.row.g-3 div.col-md-6.col-xs-12 input.form-control.custom-input:focus,
form.row.g-3 div.col-md-6.col-xs-12 select.custom-input:focus {
    outline: none;
    /* Elimina el contorno por defecto */
    border-color: yellow;
    /* Cambia el borde a amarillo */
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 0, 0.5);
}

.custom-input,
.custom-input:focus,
select.custom-input,
select.custom-input:focus,
textarea.custom-input,
textarea.custom-input:focus {
    background-color: black;
    border-color: yellow;
    color: white;
    /* Esto es para que el texto sea legible con el fondo negro */
}

.custom-input:focus,
select.custom-input:focus,
textarea.custom-input:focus #reportes .custom-input::file-selector-button:focus {
    outline: none;
    /* Elimina el contorno por defecto */
    border-color: yellow;
    /* Cambia el borde a amarillo */
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 0, 0.5);
    /* Añade un contorno amarillo suave al enfocar */
}

form.row.g-3 div label.form-label {
    color: #111111;
    text-shadow: 1px 2px rgba(252, 224, 13, 0.925) !important;
}

form.row.g-3 label.form-label {
    color: #111111;
    text-shadow: 1px 2px rgba(252, 224, 13, 0.925) !important;
}

form.row.g-3 div button.custom-btn-add {
    background-color: #111111;
}

form.row.g-3 div button.custom-btn-add:hover {
    background-color: #ffc300;
    border: #111111 1px solid;
    color: #111111
}


#reportes div.form-background {
    background-image: url('../assets/images/back-form.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px;
}

@media screen and (max-width: 750px) {

    #reportes div.form-background {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 10px;
    }
}



/* Estiliza la parte del botón del input file */
#reportes .custom-input[type="file"]::-webkit-file-upload-button {
    background-color: yellow;
    color: black;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

/* Estiliza la parte del campo de texto del input file */
#reportes .custom-input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #ffeb3b;
}

/* Para navegadores que no usan webkit */
#reportes .custom-input[type="file"]::-moz-file-upload-button {
    background-color: yellow;
    color: black;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

/* Estiliza el campo de texto del input file en general */
#reportes .custom-input::file-selector-button {
    background-color: #111111;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
