body{
    margin: 0;
    padding: 0;
    background: linear-gradient(#0c7aa6, #239dcd);
}
#header{
    display: flex;
    justify-content: space-between;
    background-color: #016e9a;
    max-height: 17vh;
    border-bottom: 2px solid #000;
}
#menu{
    display: flex;
}
#contadores{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 30vw;
}
#back__img{
    width: 6vw;
    margin: 4vh 2vw;
    background-color: rgb(255, 17, 17);
    box-shadow: inset 0 0 30px 0 #2229;
    transition: all 0.2s;
}
#back__img:hover{
    box-shadow: inset 0 0 80px 0 #1119;
    transform: scale(1.05);
}
#individuales{
    position: absolute;
    height: 8vh;
    width: 90vw;
    text-align: center;
    color: white;
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.7vmax;

}
#titulo{
    height: 10vh;
    width: 20vw;
    line-height: 8vh;
    text-align: center;
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2vmax;
    font-style: normal;
    color: white;
    float: right;
    position: absolute;
    right: 0;
}
.contadores{
    width: 5vw;
    height: 2.9vh;
    margin: 5vh 0;
    background-color: #000;
}
.contadores p{
    font-size: 1vmax;
    color: white;
    font-weight: 400;
    font-family: "Luckiest Guy", cursive;
    text-align: center;
    margin-top: -1px;
}
#pagina{
    display: flex;
}
#skins{
    max-height: 85vh;
}
#skin{
    width: 60vw;
    height: 85vh;
    position: relative;
    /* display: none; */
}
#intro{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 4vh 2vw;
}
#intro img{
height: 22vh;
transition: all 1.3s;
}
#intro img:hover{
    scale: 1.8;
}
.limites{
    height: 64vh;
    width: 20vw;
    margin-left: 20vw;
}

.skin_img{
    position: relative;
    height: 50vh;
    left: 32%;
    top: 12vh;
    justify-content: flex-end;
}
#antonelli
#skin{
    height: 85vh;
    width: 60vw;
    position: relative;
}
#skin p{
    border-radius: 10px;
}
.textos {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 30vh;
}
.nick{
    position: absolute;
    transform: rotate(-3deg);
    border-radius: 20px;
    scale: 0.16;
    top: 31vh;

}
.rareza{
    position: absolute;
    scale: 0.12;
    transform: rotate(-3deg);
    border-radius: 20px;
    top: 40vh;
}
.nick, .rareza {
    position: absolute;
    border-radius: 60px;
}
#ver_anuario{
    scale: 0.15;
    position: absolute;
    top: 40vh;
    transition: all 0.3s;
    right: -30vw;
    
}
#ver_anuario:hover{
    scale: 0.17;
    background-color: #a39400;
    border: 3px #000;
}
#caja__skins{
    position: absolute;
    right: 3vw;
    width: 36vw;
    height: 82vh;
    border: 2px solid #2229;
    box-shadow: 0 0 35px 0 #2229;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: auto;
    scroll-snap-type: x mandatory;
    background: linear-gradient(#023e55,#0187bc);
    margin: 1vh 0;
    scrollbar-width: none;
}
.miniatura{
    height: 18vh;
    width: 6vw;
    position: relative;
    transition: transform 2s;
    margin: 20px;
    background-color: #b3642c;
    box-shadow: inset 0 0 15px 0 #fff9;
    border: 2px solid transparent;
    border-radius: 10px;
    justify-content: center;
}
.mini_img{
    position: relative;
    height: 80%;
    margin: 10% 20%;
    border-radius: 10px;
}
input {
    display: none;
}
.nombre{
    position: absolute;
    width: 100%;
    height: 15%;
    bottom: 15%;
    text-align: center;
    background-color: #0ff9;
    display: none;
    user-select: none;
}
.miniatura p{
    position: absolute;
    width: 100%;
    height: 15%;
    bottom: 15%;
    text-align: center;
    background-color: #0ff9;
    display: none;
    user-select: none;
    font-size: 0.78vmax;
}
.img__skin{
    width: 100%;
    height: 100%;
    background-image: url(../img/);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.miniatura:hover{
    transform: scale(1.1);
    border: 5px solid white;
}
.miniatura:hover p{
    display: block;
}
.skins{
    height: 100%;
    width: 100%;
    position: relative;
    display: none;
}