@font-face{
    src: url(fonts/Jersey15-Regular.ttf);
    font-family: Jersey;
}

body{
    margin: 0;
    padding: 0;
    background-color: #000000;
    font-family: Jersey, Verdana, Tahoma, sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    font-style: normal;
    transition: background-color 1s ease;
    scroll-behavior: auto;
}

#fondo-celeste{
    position:relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    transition: background-image 1s linear;
}

#interseccion-de-hojas{
    position: absolute;
    transform: translate(0%, 50%);
    bottom: 0;
    z-index: 5;
    width: 100%;
}

.imagen-visible{
    z-index: 10;
}

#botones-superiores{
    position: fixed;
    z-index: 30;
}

#emerald-fate-logo{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    image-rendering: pixelated;
    text-align: center;
    overflow: hidden;
}

#emerald-fate-img-brillo{
    animation: girar 60s linear infinite;
    position: relative;
    width: 200%;
    z-index: 0;
}

#emerald-fate-img{
    cursor: pointer;
    position: absolute;
    width: 80%;
    max-width: 100vh;
}

.titulo{
    color:aliceblue;
    font-weight: 150;
    text-shadow: 2px 2px 5px #00ff40;
    text-align: center;
    font-size: 85px;
    padding: 70px;
}

.texto-normal{
    font-family: Jersey, Verdana, Tahoma, sans-serif;
    color: white;
    font-size:30px;
    text-align: center;
    margin: 50px;
}

.texto-casi-normal{
    font-family: Jersey, Verdana, Tahoma, sans-serif;
    color: white;
    font-size:30px;
    text-align: center;
    margin: 20px;
}

.texto-grande{
    font-family: Jersey, Verdana, Tahoma, sans-serif;
    color: white;
    font-size:50px;
    text-align: center;
    margin: 10px;
}

.p-sin{
    margin:0;
}

.dato-tabla{
    padding: 8px;
    width: 180px;
}

.dato-tablac{
    padding: 5px;
    width: 300px;
}

.tabla{
    background-color: rgb(23, 19, 31);
    font-family: Jersey, Verdana, Tahoma, sans-serif;
    color: white;
    font-size:28px;
    text-align: center;
    margin: auto;

    border-style:hidden;
    border-color: rgb(155, 127, 255);
    border-radius: 12px;
}

#img-personaje{
    width: 30%;
    min-width: 400px;
    image-rendering: pixelated;
}

.barra-indicadora{
    image-rendering: pixelated;
    width: 250px;
}

#box{
    background: linear-gradient(180deg,  rgb(26, 160, 93) 15%, #176d4c 30%, #227444 50%, #5ea040 60%, #c0d65f 100%);
    color: #1b2720;
    width: auto;
    height: 100%;
}

.imagen-superpuesta{
    transform: translate(-50%,-30%);
    position: absolute;
    object-fit: contain;
    width: 100%;
    max-width: 600px;
    overflow: visible;
}

#descripcion-div{
    height: 400px;
    transition: height 1.5 ease;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

#mostrar-mas{
    cursor: pointer;
    margin: 0 auto 200px auto;
    text-align: center;
    width: 40%;
    padding: 2%;
    border-width: 2%;
    font-size: 50px;
    border-radius: 20px;
    border-style: hidden;
    background: linear-gradient(180deg,#7ae7b2 5%, #2b904c 95%) ;
}

.div-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 20px;
    justify-content: center;

}

.idiomas{
    cursor: pointer;
    image-rendering: pixelated; 
    padding: 3px;
}

.bloque-medio-cuarto{
    text-align: center;
    width: 40%;
    padding: 2%;
    border-width: 2%;
    border-radius: 20px;
    border-style: hidden;
    border-color: rgb(44, 154, 228);
    background: linear-gradient(100deg,rgb(153, 255, 238)10%,rgb(71, 255, 209)15%,rgb(4, 167, 126)) ;
}

#comment_form{
    color: aliceblue;
    margin-left: 20px;
}

.contenedor-de-redes-sociales{
    display: flex;
    flex-wrap: wrap;
    gap: 0%;
    justify-content: center;
    text-align: center;
}

.redes-sociales{
    position: relative;
    width: 120px;
    transition: transform .25s ease;
}

.redes-sociales:hover{
    transform: scale(1.4);
}

@keyframes girar {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media (max-width:800px){
    .bloque-mitad{
        width: 100%;
        min-height: 550px;
    }

    #contenedor-bloques-mitad{
        flex-direction: column;
    }

    .imagen-superpuesta{
        transform: translate(-50%,-20%);
        width: 160%;
        max-width: 600px;
        height: auto;
    }
}

@media (min-width:1300px){
    .bloque-medio-cuarto{
        width: 17%;
    }

    .redes-sociales{
        width: 190px;
    }
}

@media (max-width:600px){
    .bloque-medio-cuarto{
        width: 90%;
    }
}

@media (min-width:1600px){
    .tabla-bloque-mitad{
        transform: translate(-15%, 0%);
    }
    .imagen-superpuesta{
        transform: translate(-35%, -30%);
    }
}

@media (max-width: 1080px) and (any-hover: none) and (any-pointer: coarse){
    .bloque-mitad{
        width: 100%;
        min-height: 550px;
    }

    .texto-normal{
        font-size: 65px;
    }
    .texto-casi-normal{
        font-size: 65px;
        margin: 50px;
    }

    .texto-grande{
        font-size: 90px;
        margin: 50px;
    }

    .titulo{
        font-size: 165px;
    }

    #contenedor-bloques-mitad{
        flex-direction: column;
    }

    .imagen-superpuesta{
        transform: translate(-50%,-20%);
        width: 160%;
        max-width: 600px;
        height: auto;
    }

    .bloque-medio-cuarto{
        width: 80%;
        margin-top: 80px;
    }

    .idiomas{
        width: 80px;
        padding: 20px;
    }

    #botones-superiores{
        padding: 20px;
    }

    .redes-sociales{
        width: 190px;
    }

    #mostrar-mas{
        font-size: 70px;
    }

    #personaje{
        width: 100%;
    }

    #img-personaje{
        width: 100%;
        min-width: 700px;
        image-rendering: pixelated;
    }

    .dato-tabla{
        font-size: 50px;
    }


    .dato-tablac{
        font-size: 50px;
    }
}