html{
	/* Establece el estilo para el scrollbar */
::-webkit-scrollbar {
    width: 5px;
	border-radius: 2px;
}
html{
    overflow: hidden;
}
/* Estilo para la barra de desplazamiento */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Estilo para la manija del scrollbar */
::-webkit-scrollbar-thumb {
    background: #888; 
	border-radius: 5px;
}

/* Estilo para la manija del scrollbar al pasar el mouse */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
}

.fondo {
        background: linear-gradient(45deg, #57cbff 16%, #0404fb 92%);
    position: fixed;
    left: 0;
    top: -38%;
    z-index: -1;
}

#bg-video {
  position: fixed;      /* fija el video al viewport */
  top: 0;
  left: 0;
  width: 100vw;         /* ocupa todo el ancho */
  height: 100vh;        /* ocupa todo el alto */
  object-fit: cover;    /* recorta/escala para cover sin deformar */
  z-index: -1;          /* detrás de todo el contenido */
  pointer-events: none; /* para que no interfiera con clicks */
}

/* 2. Opcional: cuerpo transparente para ver el video */
body {
  margin: 0;
  background: transparent;
}
body {

    /* background-image: url(../imagenes/fondonuevo.webp); */
    background-image: url(../images/bg.webm) ;

}
.vgc-logo{
    position: absolute;
    width: 7%;
    left: 10px;
    top: 10px;
    filter: drop-shadow(2px 4px 6px white);
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;

}

.expand {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
    position: relative;
    z-index: 999999;
}

.btn-sorteos {
    position: absolute;
    background: linear-gradient(143deg, #d5650d, #832d04, #7a2b0c);
    color: white !important;
    font-family: system-ui;
    top: 1%;
    left: 9%;
    border-radius: 0.5rem;
    border: 2px solid gold;
    padding: 4px 9px 4px 9px;
    z-index: 99999999999 !important;
    font-weight: 900;
}

h2{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 0;
}

.LETRAS {
    display: block;
    padding-left: 443px;
    margin-top: 18px;
}

.palmeras {
    position: fixed;
    left: -1%;
    top: 64%;
    width: 12rem;
}
.base_baja{
    margin-top: 15%;
}

.btns {
    margin-top: 0.5%;
    justify-content: space-evenly;
    width: 50%;
    margin: auto;
}




.palmeras2 {
    position: fixed;
    top: 64%;
    left: 88%;
    width: 12rem;
    transform: scaleX(-1);
}

.pradera {
    width: 482px;
    position: absolute;
    left: 0%;
    height: 150px;
    top: 13%;
}

.hojas2 {
    position: fixed;
    rotate: 25deg;
    left: 89%;
    top: -56px;
    width: 257px;
}


.mono {
    position: absolute;
    width: 173px;
    left: -27%;
    top: -4%;
}

.culebra {
    position: absolute;
    width: 111px;
    top: 24%;
    left: 5%;
}

.titulo-superior {
    padding-left: 600px;
    color: white;
    font-size: 50px;
    float: center;
    font-style: inherit;
}



header {
    width: 100%;
    position: scroll;
    top: 0;
    left: 0;
    background: rgb(5, 5, 5);
}

/*HEADER SUPERIOR*/

.header__superior {
    max-width: 1562px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px;

}

/*BARRA MENU*/

.menu-inic2 {
    background: linear-gradient(180deg, #e8423e, #981f22);
    text-align: center;
    color: #fff;
    width: 107px;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid gold;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5%;
}

.menu {
    display: flex;
    justify-content: space-between;
}

nav {
    height: 100%;
    opacity: 1;
}

nav>ul {
    height: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Source Sans 3', sans-serif;
    text-decoration: none;

}

nav ul li {
    height: 100%;
    list-style: none;
    position: relative;
    
}

nav>ul>li:first-child>a {

    background-size: 6.5rem;
    background-repeat: no-repeat;
    background-image: url(../imagenes/boton-resultado.png);
}

nav>ul>li:first-child:hover>a {
   background-size: 7rem;
    background-repeat: no-repeat;
    background-image: url('../imagenes/boton-resultado.png');

}

nav>ul>li>a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 14px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 300ms ease;

}

nav>ul>li>a:hover {
    transform: scale(1.3);
    
    

}

nav>ul>li>label:hover {
    transform: scale(1.3);
    
    

}

#selected {
    transform: scale(1.2);
    padding: 2.3rem 3.3rem 0 3.6rem;
    margin-top: 1%;
    
    


}

/*SUBMENU*/

nav ul li ul {
    width: 200px;
    display: flex;
    flex-direction: column;
    background: rgb(142 91 63);
    position: absolute;
    top: 90px;
    left: -5px;
    padding: 14px 0px;
    visibility: hidden;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    z-index: 10;
    transition: all 300ms ease;
    border-radius: 0.4rem;

}

nav ul li:hover ul {
    visibility: visible;
    top: 60px;

}

nav ul li ul:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgb(133 96 63);
    position: absolute;
    top: -12px;
    left: 20px;
}

nav ul li ul li a {
    display: block;
    color: #0099E9;
    padding: 6px;
    padding-left: 14px;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 300ms ease;


    
}


nav ul li ul li a:hover {
    background: #43853d;
    color: #fff;
    transform: scale(1);
    padding-left: 30px;
    font-size: 14px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}




.navbar {
    box-shadow: 2px 2px 5px rgb(246, 246, 246);
    opacity: 0.9;
}

.navbar-brand {
    background-color: #ffffff00;
}

.navbar .nav-item .nav-link {
    color: rgb(255, 255, 255);
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgb(0, 0, 0);
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.form-control,
.btn {
    border-radius: 20px;
}


/* seccion de la ruleta */
.titulo {
    text-align-last: center;
}

.nombre {
    width: 55%;
}

.premios__btn {
    margin-left: 25%;
}

.Animal1 {
    max-width: 102px;
    margin-top: 19px;
    margin-left: 2%;
    position: absolute;
}

.Animal2 {
    margin-top: -172px;
    position: relative;
    display:
        flex;
    margin-left: 11px;
    /* max-width: 200px; */
    image-rendering: optimizeSpeed;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenido_ruleta {
    display: flex;
    z-index: 8;
    justify-content: center;
    margin-top: 1%;
    scale: 1.5;
}
.marco_ruleta {
    position: relative;
    z-index: 999999;
}

.premios {
    display: flex;
    justify-content: center;
}

.contador {
    position: relative;
    z-index: 13;
    color: white;
    margin-left: -34px;
    font-weight: 900;
    margin-bottom: -1px;
    font-size: 18px;
    background: linear-gradient(180deg, #e8423e, #981f22);
    border-radius: 8px;
    border: 2px solid gold;
    text-align: center;
    width: 7rem;
    margin-top: 6%;
}
.acumul{
    display: flex;
    justify-content: center;
}
.content-jack{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-count{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    flex-direction: column;
}
/* .acm{
    color: white;
    font-weight: 600;
    border-radius: 1rem;
    font-size: 21px;
    font-family: cursive;
    border: 5px dotted #fec84d;
    padding: 0px 23px 0px 23px;
} */
.objetos-ruleta {
    position: relative;
    z-index: 10;
    width: 100;
}

.animal {
    position: absolute;
    width: 75%;
    top: 15%;
    left: 11%;
    z-index: 12;
}

.flecha {
    display: none;
}

.aro-ruleta {
    display: none;
}

.publicidad {
    display: none;
}

.Leon {
    position: absolute;
    top: 61%;
    left: 80%;
    width: 129px;
}

.Anima31 {
    position: absolute;
    width: 119px;
    left: 12%;
    top: 50%;
}

.ruleta {
    position: relative;
    width: 23.04rem;
    left: -0.2rem;
    top: -1.02rem;
    background-repeat: no-repeat;
    z-index: 11;
    rotate: 1deg;
    box-shadow: 0 0 16px 20px #2a282082;
    border-radius: 50%;
}

.aguja {
    position: relative;
    width: 43px;
    height: 31px;
    left: 44%;
    top: -1rem;
    transform: rotate(269deg);
    z-index: 12;
}

.t-resultado {
    color: #ffffff;
    font-size: 2rem;
    background-color: #ed2a2e;
    text-align: center;
    padding: 15px 15px 15px 15px;
    border-radius: 0.8rem;
    width: 500px;
}

.resultado {
    width: 250px !important;

}

.hora {
    display: center;
}

.sorteos {
    margin: 0 3rem 0 3rem;
}

.no-ver {
    display: none;
}

.JOGO-DO-BICHO img {
    width: 160px;
    padding-left: 200px;
}

.card {
    position: sticky;
    flex-direction: row-reverse;
    background-color: unset;
    border: 0px;
    z-index: 50;
    justify-content: center;
    width: 79%;
    margin-top: 3%;
}





.animal-animal {
    position: absolute;
    width: 100%;
    top: 24%;
    z-index: 12;
}

.palmera2 {
    position: absolute;
    width: 199px;
    left: 1240px;
    top: 533px;
    transform: scaleX(-1);
}
.fondocopa{
    position: absolute;
    width: 83%;
    top: 1%;
    left: 10%;
    margin: 0;
    z-index: 11;
}

.animal-numero {
    position: absolute;
    font-size: 15px;
    background: red;
    color: white;
    z-index: 16;
    padding: 1px 0;
    margin-left: 0%;
    width: 1.8rem;
    height: 1.2rem;
    left: 65%;
    top: 5%;
}

.col-6 .col-sm-6 .col-md-4 .col-lg-2 {
    margin-right: -41px;
}

.exp {
    background: #019337;
    padding: 5px;
    border-radius: 0.4rem;
    color: #fed600;
    font-size: 21px;
    border: 2px solid gold;
}


.animal-nombre {
    position: absolute;
    z-index: 17;
    font-family: system-ui;
    color: white;
    -webkit-text-fill-color: #fff;
    font-size: 11px;
    font-weight: 600;
    margin-top: 105%;
}

.hora-sorteo {
    position: absolute;
    font-family: system-ui;
    font-weight: 600;
    -webkit-text-fill-color: #fff;
    z-index: 16;
    font-size: 16px;
    left: 8%;
    top: 3%;
}

.tronco {
    position: absolute;
    left: -64%;
    top: 25px;
}

.rama {
    position: absolute;
    width: 229px;
    left: -33px;
    top: 39%;
    rotate: 346deg;
}



.modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

#btn-modal:checked~.modal {
    opacity: 1;
    visibility: visible;
}

.contenedor {
    width: 76%;
    border: 7px solid #8b4e32;
    border-radius: 0.9rem;
    height: 79%;
    margin: auto;
    background: #fff;
    box-shadow: 1px 7px 25px rgb(0 0 0 / 60%);
    transition: all 500ms ease;
    position: relative;
    transform: translateY(-30%);
}

#btn-modal:checked~.modal .contenedor {
    transform: translateY(0%);
}

.contenedor header {
    border-radius: 0.4rem;
    text-align: center;
    padding: 10px;
    background: #8b4e32;
    color: #8b4e32;
    font-family: system-ui;
    font-weight: bolder;
}

.contenedor label {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 900;
    color: gold;
    font-size: 15px;
    cursor: pointer;
}

.contenido {
    width: 100%;
    margin-top: -3px;
    padding: 10px;
}

.contenido h3 {
    margin-bottom: 10px;
}

.contenido p {
    margin-bottom: 22px;
}

#btn-modal {
    display: none;
}

.lbl-modal {
    background: #fff0;
    font-family: system-ui;
    font-weight: 900;
    color: gold;
    padding: 10px 14px;
    border-radius: 4px;
    cursor: pointer;
}

.modal {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}








nav ul label ul {
    width: 200px;
    display: flex;
    flex-direction: column;
    background: rgb(142 91 63);
    position: absolute;
    top: 90px;
    left: -5px;
    padding: 14px 0px;
    visibility: hidden;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    z-index: 10;
    transition: all 300ms ease;
    border-radius: 0.4rem;

}

nav ul li:hover ul {
    visibility: visible;
    top: 60px;

}

nav ul label ul:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgb(133 96 63);
    position: absolute;
    top: -12px;
    left: 20px;
}

nav ul label ul label {
    display: block;
    color: #0099E9;
    padding: 6px;
    padding-left: 14px;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 300ms ease;
}


nav ul label:hover {
    background: #43853d;
    color: #fff;
    transform: scale(1);
    padding-left: 30px;
    font-size: 14px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}



@keyframes blink {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {

    justify-content: center;
    display: flex;
}



.navbar {
    box-shadow: 2px 2px 5px rgb(246, 246, 246);
    opacity: 0.9;
}

.navbar-brand {
    background-color: #ffffff00;
}

.navbar .nav-item .nav-link {
    color: rgb(255, 255, 255);
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgb(0, 0, 0);
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.form-control,
.btn {
    border-radius: 20px;
}



.jackpot-container {
    display: inline-block;
    text-align: center;
    position: relative;
    /* height: 100px; Alto del contenedor del texto */
    border-radius: 20px; /* Bordes redondeados */
    overflow: hidden; /* Oculta cualquier contenido que se salga del contenedor */
    background-color: rgba(0, 255, 0, 1); /* Fondo del contenedor del texto */
    animation: blinkBorder .4s infinite alternate; /* Animación del borde */
    border: 8px dotted transparent; /* Borde inicial (transparente) */
}

.jackpot-text {
    font-size: 3.5rem;
    font-family: auto;
    color: #000d7c;
    text-shadow: 2px 1px yellow;
    padding: 0 15px;
    z-index: 1;
    position: relative;
    border-radius: 20px;
}
.text-jack{
    font-weight: 600;
    position: relative;
    top: -7px;
}
.in-jack-text{
    position: relative;
    top: 4px;
}
.acceso-directo{
    display: none;
}
@keyframes blinkBorder {
    0% {
        border-color: transparent; /* Borde transparente */
    }
    100% {
        border-color: red; /* Color del borde cuando titila */
    }
}
@media (max-width:1024px) {
    .sorteos {
    margin: 0 3rem 0 3rem;
}
    
}

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

}

@media (max-width:800px) {
    .contenedor {
        width: 95%;
        height: 120% !important;
    }

    .name {
        left: 20% !important;
    }
     .sorteos {
    margin: 0 4rem 0 4rem;
    }
}

@media (max-width:768px) {
    .vgc-logo {
        width: 17%;
    }
    .contenido_ruleta {
        display: flex;
        z-index: 8;
        justify-content: center;
        margin-top: 1%;
        scale: 1.2;
    }
    .content-jack {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        align-content: center;
    }
    .ruleta {
        top: -0.02rem;
    }

    .fondocopa{
        top: 5%;
    }

    .aguja {
        top: 0;
    }

    #selected {
        height: 1.56rem;
        font-size: 10px;
    }

    .btnctn {
        width: 38% !important;
        top: 101% !important;
        left: 34% !important;
        position: absolute !important;
    }

    .btndrh {
        width: 38% !important;
        left: 67% !important;
    }

    .Animal1 {
        display: none;
    }
   

    .palmeras {

        display: none;
    }

    .btnizq {
        width: 35% !important;
        position: absolute !important;
        top: 104% !important;
        left: 1% !important;
        rotate: 8deg !important;
    }

    .premios__btn {
        margin-left: 0;
    }

    .sorteos {
        margin: 4rem 0 0 0;
        padding: 0.96rem;
    }


    .nombre {
        width: 100%;
    }

    .contenido_ruleta {
        left: 3%;
        justify-content: center;
        top: 8px;

    }

    .animal {
        width: 60%;
        top: 26%;
        left: 19%;
    }

    .animal1 {
        display: none;
    }

    .palmeras2 {

        display: none;

    }

    .tronco {
        top: 40%;
        margin-left: 30%;
        width: 25.42rem;
    }
    .hora-sorteo {
        font-size: 16px;
        left: 10%;
        top: 3%;
    }

    .animal-numero {
        font-size: 16px;
        width: 1.39rem;
        height: 1.2rem;
        left: 73%;
    }
    
    .animal-nombre{
        margin-top: 103%;
        margin-left: 0%;
        font-size: 15px;
    }

    .animal-animal{
        left: 0%;
        top: 24%;
    }


}
@media (max-width:500px) {
    .jackpot-text {
        font-size: 2rem;
        width: 23rem;
    }
}

@media (max-width:426px) {
    .btns {
        width: 75%;
    }


    .animal-numero {
        padding: 1px 0 0 0;
        width: 1.8rem;
        height: 1.3rem;
        

    }
    .menu-inic2 {
        font-size: 15px;
    }

    .ruleta {
        width: 18.04rem;
        
    }

    .tronco {
        width: 24.42rem;
        top: 11%;
        margin-left: 44%;
    }

    .contador {
        width: 6rem;
        font-size: 16px;
        left: 0px;
        margin-top: 6px;
        margin-left: 0px;
        background: linear-gradient(180deg, #e8423e, #981f22);
        border-radius: 8px;
        border: 2px solid gold;
        text-align: center;
    }
    .acm {
        font-size: 18px;
    }
    .aguja {
        left: 7.6rem;
    }
    .jackpot-text {
        font-size: 2rem;
        width: 18rem;
    }
    .animal{
        width: 64%;
        top: 25%;
        left: 16%;
    }
    .fondocopa{
        top: 7%;
        left: 10%;
        width: 83%;
       }

    .hora-sorteo {
        font-size: 14px;
        left: 6%;
        top: 2%;
    }

    .animal-numero {
        font-size: 14px;
        width: 1.32rem;
        height: 1rem;
        left: 73%;
    }
    
    .animal-nombre{
        margin-top: 103%;
        margin-left: 0%;
        font-size: 14px;
    }

    .animal-animal{
        left: 0%;
        top: 24%;
    }
}

@media (max-width:320px) {


    .hora-sorteo {
        left: 6%;
        top: 2%;
    }
    .animal{
        width: 80%;
        top: 27%;
        left: 9%;
    }
    .fondocopa{
        top: 6%;
        left: 9%;
    }

    .animal-numero {
        width: 1.32rem;
        height: 1rem;
        left: 66%;
    }
    
    .animal-nombre{
        margin-top: 103%;
        margin-left: 0%;
        font-size: 11px;
    }

    .animal-animal{
        left: 0%;
        top: 24%;
    }
    
    .contenido_ruleta {
        scale: 1;
    }
}




.footer-text{ 
    display: flex;
    font-size: 20px;
    justify-content: center;
    gap: 20px;
    font-weight: 500;
    align-items: center;
}
.btn-img{
    width: 0px;
    height: 0px;
    padding: 0px;
    border: none;
}

    .acceso-directo{
        position: absolute;
        z-index: 8;
        left: 47%;
        top: 44.7%;
        background: #43b800;
        color: white;
        font-weight: 700;
        border: none;
        padding: 6px;
        width: 6%;
        border-radius: 6px;
        box-shadow: 0 0 6px 2px #000000a8;
    }
    .logo-footer{
        width: 17%;
    }
    #bg-video-desk{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        z-index: 0;
        pointer-events: none;
    }
.app{
    filter: invert(1);
    width: 25%;
}

    .btn-formulary{
        position: absolute;
        z-index: 8;
        left: 47%;
        top: 83.7%;
        background: #deff00;
        color: #000;
        font-weight: 700;
        border: none;
        padding: 10px;
        width: auto;
        border-radius: 6px;
        box-shadow: 0 0 6px 2px #000000a8;
    }
    @media  (max-height: 1308px) {
            #bg-video {
                position: fixed;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100vh;
                object-fit: cover;
                z-index: 0;
                pointer-events: none;
            }

            body{
                background: url(../img/bg-desk.webm);
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }


            body::before {
                content: "";
                position: fixed;
                inset: 0;
                z-index: 0;
                background: inherit;
                filter: blur(3px) brightness(0.5) grayscale(0.1);
                pointer-events: none;
            }
    }

@media (min-height: 1310px) {
    #bg-video-desk {
        z-index: -2;

    }
    .btn-formulary{
        display: none;
    }
    .logo-footer{
        width: 33%;
        height: 20%;
    }

    .footer-text{
        font: 23px;
        display: flex;
        align-items: center;
        gap: 26px;
        justify-content: center;
    }
    .contenido_ruleta {
        display: flex;
        z-index: 8;
        justify-content: center;
        margin-top: 1%;
        scale: 2.5;
    }
    html{
        overflow: hidden;
    }

    .btn-formulary {
        position: absolute;
        z-index: 8;
        font-size: 40px;
        left: 42%;
        top: 80.7%;
        background: #deff00;
        font-weight: inherit;
        text-align: center;
        scale: 1.1;
        color: #000000;
        font-weight: 700;
        border: none;
        width: auto;
        padding: 10px;
        border-radius: 6px;
        box-shadow: 0 0 6px 2px #000000a8;
    }
}

@media (max-width: 850px) {
    #bg-video-desk {
        z-index: -3;
    }
    .acceso-directo {
        font-weight: 700;
        display: block;
        position: absolute;
        left: 1.9%;
        z-index: 9999;
        text-transform: capitalize;
        top: 83%;
        display: flex;
        text-align: center;
        gap: 7px;
        padding: 11px;
        width: 30%;
        border-radius: 13px;
        margin: auto;
        font-size: 14px;
        border: 2px solid gold;
        background: #00632e;
        color: white;
}
    .contenido_ruleta {
        scale: 1.2;
    }

.logo-footer {
    width: 40%;
}
.btn-formulary {
        position: absolute;
        left: 40.6%;
        top: 71.7%;
        scale: 0.9;
    
    }

}
@media (max-width: 330px) {
    .contenido_ruleta {
        scale: 1;
    }
}
.swal2-html-container{
    display: flex !important;
    flex-direction: column;
}
.swal2-input{
        margin: 1em 1em 3px !important;
}

.swal2-footer {
    margin: 0em 0 0 !important;
    padding: 0em 1em 0 !important;
    border-top: none !important;
}
.swal2-input::placeholder {
  color: rgb(54, 54, 54);
  opacity: 0.9 ; /* Asegura que el color se vea bien */
}