*{
    color:rgb(255, 255, 255);
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
    font-family: 'Belanosima', sans-serif;
}
input{
    color:black;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}
button{
    border: none;
    display: flex;
    justify-content: center;
}
/*Popup*/
.modal{
    width: 100%;
    height: 980px;
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    animation: modal 2s 5s forwards;
    visibility: hidden;
    opacity: 0;
}
.modal img{
    width: 22%;
    height: 47%;
    position: fixed;
    bottom: 5px;
}
.descr{
    width: 25%;
    height: 20%;
    position: fixed;
    background:#DCD2C6;;
    border:maroon 2px dashed;
    border-radius: 50px;
    top: 45%;
    left: 15%;
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
}
.descr p{
    font-size: 18px;
    color: black;
    font-weight: bold;
}
.numVis1{
    display: none;
}
.numVis2{
    display: none;
}
.numVis3{
    display: none;
}
.numVis4{
    display: none;
}
.numVis5{
    display: none;
}
.numVis6{
    display: none;
}
#cerrar{
    display: none;
}
#cerrar + label{
    text-align: center;
    position: fixed;
    color: #fff;
    font-size: 25px;
    z-index: 60;
    padding: 0;
    background: darkred;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    left: 38%;
    top: 44%;
    cursor: pointer;
    animation: modal 2s 5s forwards;
    visibility: hidden;
    opacity: 0;
    border: #ac4d00 dashed;
}
#cerrar:checked + label, #cerrar:checked ~ .modal{
    display: none;
}
#btnCerrar:hover{
    transform: scale(1.05);
}
@keyframes modal{
    100%{
        visibility: visible;
        opacity: 1;
    }
}
/*Desplazable Cuenta*/
.desp{
    display: none;
    width: 199px;
    height: 210px;
    position: absolute;
    z-index: 1;
    background:#DCD2C6;
    top: 50px;
    right: 210px;
    border-radius: 30px;
    text-align: center;
    transition: 2s;
    overflow: hidden;
}

.desp p{
    color:black;
}

.cierra{
    width: 199px;
    height: 51px;
    position: absolute;
    background: none;
    z-index: -1;
    top: 0px;
    right: 214px;
    border-radius: 0px 0px 40px 40px;
}
.btnCtDesp{
    width: 100%;
    height: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: #838383 solid 1px;
    cursor: pointer;
}
.btnCtDesp i{
    font-size: 25px;
    margin-right: 10px;
}
.btnCtDesp p{
    font-size: 18px;
}
.btnCtDesp:hover i{
    color: #65e06f;
}
.btnCtDesp:hover p{
    color: #65e06f;
}
/*Confirmacion*/
.confir{
    width: 100%;
    height: 1110px;
    position: absolute;
    background:#000000af;
    z-index: 100;
    display: none;
}
.vent{
    width: 30%;
    height: 40%;
    background:#DCD2C6;
    border-radius: 20px;
    position: fixed;
    left: 34%;
    top: 29%;
    display: flex;
    box-sizing: border-box;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.vent p{
    font-weight: bold;
    color: white;
    font-size: 30px;
}
.botonesCf{
    width: 265px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.btnConf{
    font-size: 26px;
    padding-top: 10px;
    display: block;
    width: 80px;
    height: 50px;
    background: #006666;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}
.btnConf:hover{
    border: #fff dashed 1px;
    background: #65e06f;
}
/*Navegador*/
.portada{
    width: 100%;
    height: 130px;
    background-color: rgb(95, 187, 150);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.l1{
    background-image: url(../IMG/IMAGOTIPO1.png);
    width: 30%;
    height: 120px;
    background-size: 100% 100%;
    position: absolute;
    left: 50px;
}
.l2{
    width: 30%;
    height: 120px;
    position: absolute;
    right: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
}
/*Navegador*/
.navegador{
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top:0px;
    z-index: 50;
}
.contNav{
    width: 70%;
    height: 100%;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0%;
}
.boton {
    width: 18%;
    height: 100%;
    border-radius: 0px 0px 40px 40px;
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
    box-sizing: border-box;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
    display: block;
}
.boton:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.boton:active {
    transform: scale(0.95);
}
/*Cuerpo*/
.cuerpo{
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
}
.contTriv{
    width: 80%;
    height: 100%;
    display: flex;
}
.main{
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trivs{
    background-color: #79ffff;
    width: 98%;
    height: 99%;
    display:flex;
    border-radius: 25px;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.cajaExt{
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.cajaInt{
    width: 28%;
    height: 90%;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 20px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cajaInt:hover{
    transform: scale(1.02);
}
.cajaInt img{
    width: 40%;
    height: 25%;
}
.cajaInt p{
    color: black;
    font-weight: 800;
    font-size: 20px;
}
.btnTr{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 20px;
    border-radius: 20px;
    text-align: start;
    width: 190px;
    height: 40px;
    transition: 0.5s;
    background-size: 200% auto;
    background-image:linear-gradient(45deg,rgb(85, 203, 250), rgb(46, 178, 255), rgb(62, 210, 255));
}
.btnTr:hover{
    background-position: center ;
    transform: scale(1.01);
}
.btnTr:hover i{
    position: relative;
    left: 10px;
}
.btnTr i{
    font-size: 38px;
    transition: 2s;
}
.rigth{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.dat{
    width: 100%;
    display: flex;
}
.win{
    display: flex;
    align-items: center;
    width: 96%;
    height: 8%;
    background-color: #e9e9e9;
    border-radius: 5px;
    justify-content: space-evenly;
}
.num{
    background-color: rgb(62, 255, 175);
    padding: 5px 12px 5px 12px;
    box-sizing: border-box;
    margin-left: 1%;
    border-radius: 5px;
}
.perfil{
    background-color: #006666;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    margin-left: 3%;
    margin-right: 3%;
}
.puntos{
    background-color: rgb(255, 62, 62);
    padding: 5px 12px 5px 12px;
    box-sizing: border-box;
    margin-left: 8%;
    border-radius: 5px;
}
.rank{
    width: 98%;
    height: 99%;
    background-color: rgb(148, 136, 255);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
#rankingTable{
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.f1{
    align-items: center;
    display: flex;
    height: 100%;
    width: 12%;
    justify-content: center;
}
.f2{
    align-items: center;
    display: flex;
    height: 100%;
    width: 18%;
    justify-content: center;
}
.f3{
    align-items: center;
    display: flex;
    height: 100%;
    width: 45%;
    justify-content: center;
}
.f4{
    align-items: center;
    display: flex;
    height: 100%;
    width: 25%;
    justify-content: center;
}
/*Pie*/
.pie{
    width: 100%;
    height: 130px;
    background-color: rgb(95, 187, 150);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    display:flex;
    justify-content: end;
}
.info{
    color: #ffffff;
    width:80%;
    height: 130px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.ct{
    list-style:disc;
}
.contacto{
    border-left: white 1px ;
    display: flex;
    height: 130px;
    width: 20%;
    align-items: center;
    justify-content: space-around;
}