body {
    background:
        linear-gradient(0deg, #915a40 9%, #20993c 60%, #4ea551 68%, #4ec3cf, #56b7c7 78%, #00b8ff 82%, white);
    background-size: cover;
    font-family: sans-serif;
    height: fit-content;
    background-attachment: fixed;
}

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

}

.expand {
    position: relative;
}

.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;
}

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

.palmeras {
    position: fixed;
    left: -1%;
    top: 79%;
    width: 7rem;
}

.btns {
    margin-top: 4.5%;
    justify-content: center;
}




.palmeras2 {
    position: fixed;
    top: 76%;
    left: 92%;
    width: 8rem;
    transform: scaleX(-1);
}

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

.hojas2 {
    left: 81%;
    top: -86px;
    width: 349px;
    position: fixed;
    rotate: 25deg;
}

.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*/

.container__menu {
    width: 90%;
    position: absolute;
    height: 40px;
    z-index: 99999999 !important;
    background-color: #009c3c00;
    padding: 0px 20px;
    border-top: 1px solid #ffdd0000;
}

.menu {
    max-width: 1300px;

    height: 100%;
}

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

nav>ul {
    height: 100%;
    width: 57px;
    display: flex;
    flex-direction: row-reverse;
    margin-right: -110px;
    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-image: url(../imagenes/atras.png);
    background-size: 3rem;

}

nav>ul>li:first-child:hover>a {
    background-image: url(../imagenes/atras.png);
    background-size: 4rem;


}

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.5);



}

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


}

#selected {
    transform: scale(1.1);
    margin-top: 5px;

}

.fecha-marco {
    color: #ffffff;
    font-size: 2rem;
    background-color: #c1704a;
    text-align: center;
    border-radius: 0.8rem;
    border: 1px solid gold;
    width: 45%;
    height: 52px;
    margin: 2rem auto 0 auto;
}


/*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: 50%;
}

.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;
}

.contenido_ruleta {

    display: flex;
    z-index: 8;
    justify-content: center;


}

.marco_ruleta {
    position: relative;
    z-index: 9;
}

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

.contador {
    position: relative !important;
    z-index: 13 !important;
    left: 67px;
    top: 215px;
    font-family: cursive !important;
    background: red !important;
    border-radius: 0.8rem;
    border: 2px solid green;
    color: white !important;
    padding: 12 !important;
    font-weight: 900 !important;
    font-size: xx-large !important;
}

.objetos-ruleta {
    position: relative;
    z-index: 10;
    width: 100;
}

.animal {
    position: absolute;
    width: 163%;
    top: 6%;
    left: -33%;
    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: 384px;
    left: 1px;
    top: -13px;
    background-repeat: no-repeat;
    z-index: 11;
}

.aguja {
    position: relative;
    width: 43px;
    height: 31px;
    left: 175px;
    top: -11px;
    transform: rotate(269deg);
    z-index: 12;
    /* flex-basis: auto; */
}

.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-top: 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: 10rem;
    height: 7.44rem;
}

.animal-fondo {
    width: 78%;
    z-index: 14;
}

.animal-animal {
    position: absolute;
    z-index: 15;
    width: 8.64rem;
    margin-left: 3%;
    margin-top: 6%;
}

.palmera2 {
    position: absolute;
    width: 199px;
    left: 1240px;
    top: 533px;
    transform: scaleX(-1);
}

.iconmenu {
    position: relative;
    left: 25px;
    width: 36px;
    top: 2px;
}

.animal-numero {
    position: absolute;
    font-size: 13px;
    background: red;
    color: white;
    z-index: 16;
    margin-left: 5rem;
    margin-top: 0.4rem;
}

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

.exp {
    background: #c1704a;
    padding: 5px;
    border-radius: 0.4rem;
    color: #ffdc29;
    font-size: 21px;
    border: 2px solid gold;
    /* left: 100%; */
    z-index: 999999;
    margin-left: 93%;
}


.animal-nombre {
    position: absolute;
    z-index: 17;
    font-family: system-ui;
    color: white;
    -webkit-text-fill-color: white;
    -webkit-text-stroke: #722d12 1px;
    font-size: 17px;
    font-weight: 900;
    margin-top: 61%;
}

.hora-sorteo {
    width: 10rem;
    position: absolute;
    font-family: system-ui;
    font-weight: 900;
    -webkit-text-fill-color: white;
    -webkit-text-stroke: #722d12 1px;
    z-index: 16;
    margin-top: 1.2rem;
}

#confetti-canvas {
    height: 100%;
    /* display: none; */
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99999;
}




.tronco {
    top: 0%;
    position: absolute;
    left: -34%;
    width: 39.42rem;
}

.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;
}

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

    .name {
        left: 20% !important;
    }
}






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%);
}




.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;
}


/* @media (max-width:320px) {
    .animal-numero {
        left: -1rem;
    }
} */





@media (max-width:720px) {
    .mono {
        width: 141px;
        left: -7%;
        top: -4%;
    }

    .premios {}

    .card {
        position: relative;
        width: 7rem;
        z-index: 2;
        height: 7rem;
    }

    .animal-animal {

    margin-top: 8px;
    width: 6rem;

    }

    .hora-sorteo {
        width: 7rem;
        margin-top: 0.7rem;
        font-size: .9rem;
    }

    .animal-numero {
    font-size: 12px;
    margin-left: 4.5rem;
    margin-top: 16px;
    }

    .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;
    }

    .fecha-marco {
        width: 80%;
    }

    .premios__btn {
        margin-left: 0;
    }



    .nombre {
        width: 100%;
        margin-top: 3rem;
    }

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

    }

    .animal {
        width: 155%;
        top: 6%;
        left: -16%;
    }

    .animal1 {
        display: none;
    }

    .palmeras2 {

        display: none;

    }

    .tronco {
        top: 40%;
        margin-left: 30%;
        width: 25.42rem;
    }


}