body {
    cursor: url("/assets/Cursor/Cursor.png"), auto;
    height: 100vh;
    width: 100vw;

    margin: 0px 0px 0px 0px;
}

p {
    color: white;
}

.fondo {
    transition: none;

    height: 100vh;
    width: 100vw;

    position: fixed;

    background-attachment: fixed;
    background-image: url("../assets/Backgound/FondoOjos.jpg");
    background-position: left center;
    background-repeat: repeat;
    background-size: 70vw;

    z-index: -303;

    margin: 0px;
}

.titulocategoria {
    display: flex;
    flex-direction: column;

    width: 100vw;
    height: 300px;

    align-items: center;
    justify-content: center;

    line-height: 5px;

}

#titulazo {
    font-size: 40px;
}

.titulocategoria1 {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: auto;

    background-image: url("../assets/BG-Titulo.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.minitextotitulo {
    text-align: center;
}

.contenedorvolver {
    display: flex;
    flex-direction: row;

    justify-content: center;

    width: 100%;
    height: 50px;
}

.decotext {
    align-self: center;

    color: white;
    text-shadow: 0px 0px 5px white;

    line-height: 10px;
}

/* ventana principal */

.ventanaprincipal {
    display: flex;
    flex-direction: column;

    width: 100vw;
    height: auto;

    align-items: center;
}

.ventanaprincipal1 {
    display: flex;
    flex-direction: column;

    width: 85%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.568);
    border: white solid 1px;
}

.contenedorpost {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 50px;

    justify-content: center;

    height: 100%;
    width: 100%;

    border-top: white solid 1px;

    padding: 25px;
    overflow: hidden;

}


.decolateral_r {
    position: absolute;

    height: 100%;
    width: 5vh;

    background-image: url(../assets/marcodeco.png);
    background-repeat: repeat-y;
    background-size: 5vh;

    right: 0px;
    top: 0px;

    pointer-events: none;
}

.decolateral_l {
    position: absolute;

    height: 100%;
    width: 5vh;

    background-image: url(../assets/marcodeco.png);
    background-repeat: repeat-y;
    background-size: 5vh;

    left: 0px;
    top: 0px;

    pointer-events: none;
}


.individual {
    display: flex;
    flex-direction: row;

    width: auto;
    height: 38vh;
}

.post {
    width: 30vh;
    height: 38vh;

    border: rgb(255, 255, 255) solid 1px;
    flex-shrink: 0;
}

.descrip {
    display: block;

    width: 0px;
    height: auto;

    background-color: black;
    color: rgba(255, 255, 255, 0);

    border-top: white solid 1px;
    border-bottom: white solid 1px;

    overflow-y: auto;
    overflow-x: hidden;

    font-size: 1.8vh;

    padding: 0px;
}

.botondescripcion {
    display: flex;
    flex-direction: column;
    cursor: url("/assets/Cursor/CursorClick.png"), pointer;

    width: 5vh;
    height: auto;

    justify-content: center;

    text-align: center;
    text-shadow: white 0px 0px 10px;
    font-size: 15px;

    border: #ffffff solid 2px;
    background-color: #1b1b1b;
    color: white;
}

.flechaicono {
    width: 100%;
    height: auto;

    padding: 10px;

    align-self: center;
    justify-self: center;

}

#nasukichanlink {
    color: red;
}

#ghosteknlink {
    color: rgb(140, 0, 255);
}

/*            transform: scaleX(1.1);
          */
.botondescripcion:hover {
    transform: scaleX(1.2);
    background-color: rgb(63, 63, 63);
    font-size: 20px;
}

.imagen {
    height: 100%;
    width: 100%;

    object-fit: cover;

    cursor: url("/assets/Cursor/CursorClick.png"), pointer;
}

/* Toggle zone lmao */

/* Toggle 1 */
#toggle {
    display: none;
}

#toggle:checked ~ .descrip {
    width: 350px;
    padding: 15px;
    color: white;
    font-size: 1.8vh;
}

#toggle:checked ~ label .flechaicono {
    transform: scaleX(-100%);
}

/* Toggle 2 */
#toggle2 {
    display: none;
}

#toggle2:checked ~ .descrip {
    width: 350px;
    padding: 15px;
    color: white;
    font-size: 1.8vh;
}

#toggle2:checked ~ label .flechaicono {
    transform: scaleX(-100%);
}

/* Toggle 3 */
#toggle3 {
    display: none;
}

#toggle3:checked ~ .descrip {
    width: 350px;
    padding: 15px;
    color: white;
    font-size: 1.8vh;
}

#toggle3:checked ~ label .flechaicono {
    transform: scaleX(-100%);
}

/* Toggle 4 */
#toggle4 {
    display: none;
}

#toggle4:checked ~ .descrip {
    width: 350px;
    padding: 15px;
    color: white;
    font-size: 1.8vh;
}

#toggle4:checked ~ label .flechaicono {
    transform: scaleX(-100%);
}

/* Toggle 5 */
#toggle5 {
    display: none;
}

#toggle5:checked ~ .descrip {
    width: 350px;
    padding: 15px;
    color: white;
    font-size: 1.8vh;
}

#toggle5:checked ~ label .flechaicono {
    transform: scaleX(-100%);
}

/* Toggle 6 */
#toggle6 {
    display: none;
}

#toggle6:checked ~ .descrip {
    width: 350px;
    padding: 15px;
    color: white;
    font-size: 1.8vh;
}

#toggle6:checked ~ label .flechaicono {
    transform: scaleX(-100%);
}

/* Toggle 7 */
#toggle7 {
    display: none;
}

#toggle7:checked ~ .descrip {
    width: 350px;
    padding: 15px;
    color: white;
    font-size: 1.8vh;
}

#toggle7:checked ~ label .flechaicono {
    transform: scaleX(-100%);
}

/* Toggle 8 */
#toggle8 {
    display: none;
}

#toggle8:checked ~ .descrip {
    width: 350px;
    padding: 15px;
    color: white;
    font-size: 1.8vh;
}

#toggle8:checked ~ label .flechaicono {
    transform: scaleX(-100%);
}

/* Toggle 9 */
#toggle9 {
    display: none;
}

#toggle9:checked ~ .descrip {
    width: 350px;
    padding: 15px;
    color: white;
    font-size: 1.8vh;
}

#toggle9:checked ~ label .flechaicono {
    transform: scaleX(-100%);
}


/*  Img en grande  */

.engrande {
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.8);

    display: none;

    justify-content: center;
    align-items: center;

    z-index: 50;
}

        /* click */
.engrande:target {
    display: flex;
}

.grande {
    max-width: 80%;
    max-height: 80%;
}

.cerrarboton {
    position: absolute;

    top: 20px;
    right: 40px;

    font-size: 50px;
    color: white;
    text-decoration: none;
    text-shadow: white 0px 0px 30px;

    cursor: url("/assets/Cursor/CursorClick.png"), pointer;
}

.cerrarboton:hover {
    transform: scale(1.5) rotate(90deg);
}

.textofinal {
    display: block;

    height: 10vh;
    width: auto;

    text-align: center;

    color: white;
    opacity: 0%;
}

/* Tamaño Móvil */
@media (max-width: 600px) {

.decolateral_r {
    width: 1vh;
    height: 100%;

    background-size: 1vh;

    margin-right: 5px;
}

.decolateral_l {
    width: 1vh;
    height: 100%;

    background-size: 1vh;

    margin-left: 5px;
}

.individual {
    display: flex;
    flex-direction: column;

    width: 90%;
    height: auto;

    align-items: center;
}

.post {
    width: 100%;
    height: auto;
}

.flechaicono {
    height: 5vh;
    width: auto;

    transform: rotate(90deg);
}


.botondescripcion {
    flex-direction: row;

    width: 100%;
    height: auto;

    justify-content: center;
    align-content: center;

    text-align: center;
    text-shadow: white 0px 0px 10px;
    font-size: 15px;

    border: #ffffff solid 2px;
    background-color: #1b1b1b;
    color: white;
}

.botondescripcion:hover {
    transform: scaley(1.2);
    background-color: rgb(63, 63, 63);
    font-size: 15px;
}

.descrip {
    width: 100%;
    height: 0px;

    background-color: black;
    color: rgba(255, 255, 255, 0);

    border-left: white solid 1px;
    border-right: white solid 1px;

    overflow-y: scroll;
    overflow-x: hidden;

    padding: 0px;
}


/* Toggle zone lmao 2 (la pelicula) */

/* Toggle 1 */
#toggle {
    display: none;
}

#toggle:checked ~ .descrip {
    width: 100%;
    height: 350px;
    padding: 15px;
    color: white;
}

#toggle:checked ~ label .flechaicono {
    transform: scaleY(-100%) rotate(90deg);
}

/* Toggle 2 */
#toggle2 {
    display: none;
}

#toggle2:checked ~ .descrip {
    width: 100%;
    height: 350px;
    padding: 15px;
    color: white;
}

#toggle2:checked ~ label .flechaicono {
    transform: scaleY(-100%) rotate(90deg);
}

/* Toggle 3 */
#toggle3 {
    display: none;
}

#toggle3:checked ~ .descrip {
    width: 100%;
    height: 350px;
    padding: 15px;
    color: white;
}

#toggle3:checked ~ label .flechaicono {
    transform: scaleY(-100%) rotate(90deg);
}

/* Toggle 4 */
#toggle4 {
    display: none;
}

#toggle4:checked ~ .descrip {
    width: 100%;
    height: 350px;
    padding: 15px;
    color: white;
}

#toggle4:checked ~ label .flechaicono {
    transform: scaleY(-100%) rotate(90deg);
}

/* Toggle 5 */
#toggle5 {
    display: none;
}

#toggle5:checked ~ .descrip {
    width: 100%;
    height: 350px;
    padding: 15px;
    color: white;
}

#toggle5:checked ~ label .flechaicono {
    transform: scaleY(-100%) rotate(90deg);
}

/* Toggle 6 */
#toggle6 {
    display: none;
}

#toggle6:checked ~ .descrip {
    width: 100%;
    height: 350px;
    padding: 15px;
    color: white;
}

#toggle6:checked ~ label .flechaicono {
    transform: scaleY(-100%) rotate(90deg);
}

/* Toggle 7 */
#toggle7 {
    display: none;
}

#toggle7:checked ~ .descrip {
    width: 100%;
    height: 350px;
    padding: 15px;
    color: white;
}

#toggle7:checked ~ label .flechaicono {
    transform: scaleY(-100%) rotate(90deg);
}

/* Toggle 8 */
#toggle8 {
    display: none;
}

#toggle8:checked ~ .descrip {
    width: 100%;
    height: 350px;
    padding: 15px;
    color: white;
}

#toggle8:checked ~ label .flechaicono {
    transform: scaleY(-100%) rotate(90deg);
}

/* Toggle 9 */
#toggle9 {
    display: none;
}

#toggle9:checked ~ .descrip {
    width: 100%;
    height: 350px;
    padding: 15px;
    color: white;
}

#toggle9:checked ~ label .flechaicono {
    transform: scaleY(-100%) rotate(90deg);
}

}