/* fuentes */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,1,0&icon_names=menu");

@font-face {
    font-family: 'Minecraft Title';
    src: url('../fonts/MinecraftTen.otf.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Minecraft Text';
    src: url('../fonts/Monocraft.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* fixes para border-box global y fuente pixel */

* {
    box-sizing: border-box;
    font-weight: normal;
}

:root {
    --c-green-6: #2a641c;
    --c-green-5: #3c8527;
    --c-green-4: #52a535;
    --c-green-3: #6cc349;
    --c-green-2: #86d562;
    --c-green-1: #a0e081;
    --c-grey-6: #262423;
    --c-grey-5: #3d3938;
    --c-grey-4: #6b6562;
    --c-grey-3: #aba09c;
    --c-grey-2: #d0c5c0;
    --c-grey-1: #ede5e2;
    --c-gold-1: #ffe79b;
    --c-gold-2: #ffd751;
    --c-gold-3: #827b46;
    --c-gold-4: #4f4c44;
    --c-gold-5: #272622;
    --c-gold-6: #141312;
    --c-red-1: #;
    --c-red-1: #;
    --c-red-1: #;
    --c-red-1: #;
    --dark-bg-gris: linear-gradient(180deg, #444 4%, #2a2a2a 4%, #2a2a2a 94%, #111 94%)
}

/* estilos repetitivos */

.verdeton {
    background: var(--c-green-4);
    box-shadow: inset 0 -10px 0 var(--c-green-6), inset 0 4px 0 var(--c-green-1);
    outline: solid 3px black;
    text-shadow: 2px 2px 1px rgba(0 0 0 / 0.7);

    &:active,
    &:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), var(--c-green-5);
        outline: solid 3px white;
    }
}

.griseton {
    background: var(--c-grey-3);
    text-shadow: 2px 2px 0px rgba(0 0 0 / 0.5);
    outline: solid 3px hsl(0 0% 10);
    box-shadow: inset 0 -6px 0 var(--c-grey-4), inset 0 4px 0 var(--c-grey-2);

    &:active,
    &:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), var(--c-grey-4);
    }
}

.blanquito {
    /*para el boton de descarga de mcpack*/
    background: var(--c-grey-2);
    text-shadow: 2px 2px 0px rgba(0 0 0 / 0.5);
    outline: solid 3px hsl(0 0% 10);
    box-shadow: inset 0 -6px 0 var(--c-grey-4), inset 0 4px 0 var(--c-grey-1);

    &:active,
    &:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), var(--c-grey-3);
    }
}

.doradito {
    /* boton de descarga de addons*/
    font-family: 'Minecraft Text', sans-serif;
    background: var(--c-gold-5);
    color: var(--c-gold-2);
    text-shadow: 2px 1px 2px rgba(0 0 0 / 0.5);
    outline: solid 3px var(--c-gold-2);
    box-shadow: inset 0 -8px 0 var(--c-gold-6), inset 0 4px 0 var(--c-gold-4);
    margin: auto;

    &:active,
    &:hover {
        outline: solid 3px var(--c-gold-1);
        color: var(--c-gold-1);
    }
}

.dialog-D {
    /* boton de descarga de addons*/
    padding: 20px;
    font-family: 'Minecraft Title', sans-serif;
    background: var(--c-gold-5);
    text-shadow: 2px 1px 2px rgba(0 0 0 / 0.5);
    outline: solid 3px var(--c-grey-4);
    box-shadow: inset 0 -8px 0 var(--c-gold-6), inset 0 4px 0 var(--c-gold-4);
    margin: auto;

    &:active,
    &:hover {
        outline: solid 3px var(--c-gold-1);
        color: var(--c-gold-1);
    }
}

.separador {
    display: flex;
    height: 4px;
    max-width: 95%;
    width: 95%;
    box-shadow: 0 4px 4px var(--c-grey-6);
    background-color: white;
    margin: 3%;
}

.oscurito {
    /* boton de descarga de addons*/
    font-family: 'Minecraft Text', sans-serif;
    background: var(--c-gold-5);
    color: var(--c-gold-2);
    text-shadow: 2px 1px 2px rgba(0 0 0 / 0.5);
    outline: solid 3px var(--c-gold-2);
    box-shadow: inset 0 -8px 0 var(--c-gold-6), inset 0 4px 0 var(--c-gold-4);
    margin: auto;
    padding: 20px;

    &:active,
    &:hover {
        outline: solid 3px var(--c-gold-1);
        color: var(--c-gold-1);
    }
}

.clickable {
    cursor: pointer;
    transition: all .1s ease-in-out;

    &:hover {
        transform: scale(0.98);
        transform-origin: bottom;
    }
}

.openChest {
    cursor: pointer;
    transition: all .1s ease-in-out;

    &:hover {
        transform: scale(0.98);
        transform-origin: bottom;
    }
}

.temporalizado {
    background: none;
    font-family: 'Minecraft Text', sans-serif;
    box-shadow: inset 0 -10px 0 var(--c-grey-5), inset 0 4px 0 var(--c-grey-5);
    outline: solid 3px hsl(0 0% 10);
    color: var(--c-grey-4);
    pointer-events: none;
}

/* /////////////////////////// Fondos de página //////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////*/

body {
    color: white;
    background-color: #1a1a1a;
    background-attachment: fixed, fixed;
    background-size: auto, cover;
    background-position: center top, center center;
    background-repeat: no-repeat, no-repeat;
    min-height: 100vh;
    margin: 0;
    font-family: 'Minecraft Text', sans-serif;
    overflow-x: hidden;
}

.BG1 {
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 2) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(26, 26, 26, 0.4) 80%, rgba(26, 26, 26, 3) 100%),
        /* Gradiente para los bordes */
        url('../img/PC/BG1.png');
}

.BG2 {
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 2) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(26, 26, 26, 0.4) 80%, rgba(26, 26, 26, 3) 100%),
        /* Gradiente para los bordes */
        url('../img/PC/BG2.png');
}

.BG3 {
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 2) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(26, 26, 26, 0.4) 80%, rgba(26, 26, 26, 3) 100%),
        /* Gradiente para los bordes */
        url('../img/PC/BG3.png');
}

.BG4 {
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 2) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(26, 26, 26, 0.4) 80%, rgba(26, 26, 26, 3) 100%),
        /* Gradiente para los bordes */
        url('../img/PC/BG4.png');
}

/* ///////////////////////////////// Estructura general ///////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////*/

#page-content,
.hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    h1,
    h2,
    h3,
    h4 {
        font-family: "Minecraft Title", sans-serif;

    }

    p,
    ul {
        font-family: "Minecraft Text", sans-serif;
    }
}

.smallDescripcion {
    font-family: "Minecraft Text", sans-serif;
    font-size: 0.6rem
}

#page-content {
    min-height: 100vh;
    margin: 0 auto;
    padding: 3% 5vw;
    font-family: Noto Sans, sans-serif;
    line-height: 1.5;

    ul {
        text-align: left;
    }
}

/* ///////////////////////////////// Sección hero ////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////*/

.hero-button {
    font-family: "Minecraft Text", sans-serif !important;
    font-size: 1.3rem;
    padding: 20px 20px 30px 20px;
    max-width: 70%;
}

.hero-sections {
    padding: 0;

    li {
        list-style-type: none;
        padding: 20px;
        margin: 0;
        margin-top: 10px;
    }
}

/* ///////////////////////////////// Busqueda e input ////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////*/

.browser {
    width: 100%;
    background: var(--c-grey-5);
    outline: 3px solid black;
    border-bottom: 8px solid var(--c-grey-6);
    border-top: 3px solid var(--c-grey-4);
}

.browser-input {
    display: flex;
    margin: auto;
    overflow-y: auto;
    padding: 20px;
    flex-direction: column;

    input {
        padding: 1rem;
        margin: 0.5rem;
        background-color: var(--c-grey-6);
        border: 2px solid black;
        color: white;
        font-family: 'Minecraft text';

        &:hover {
            outline: 1px solid var(--c-green-6);
        }

    }
}

.browser-results {
    margin: 4%;
    inset: solid 3px black;
    margin: auto;
}

.ResultItems {
    background: var(--c-grey-6);
    padding: 2%;
    margin: 2%;
    outline: solid 3px hsl(0 0% 10);
}

.mcpack-container {
    display: flex;
    flex-direction: column;
    padding: 2%;
    margin: 3%;
    background: var(--c-grey-4);
    outline: solid 3px hsl(0 0% 10);
    box-shadow: inset 0 -6px 0 var(--c-grey-5), inset 0 4px 0 var(--c-grey-2);
}

.userRequest-container {
    display: flex;
    flex-direction: column;
    padding: 2%;
    margin: 3%;
    background: var(--c-grey-5);
    outline: solid 3px hsl(0 0% 10);
    box-shadow: inset 0 -6px 0 var(--c-grey-6), inset 0 4px 0 var(--c-grey-4);
}

.addon-container {
    display: flex;
    flex-direction: column;
    padding: 2%;
    margin: 3%;
    background: var(--c-gold-5);
    outline: solid 5px var(--c-gold-2);
    box-shadow: inset 0 -6px 0 var(--c-gold-6), inset 0 4px 0 var(--c-gold-4);
}

.mcpack-content {
    display: flex;
}

.addon-content {
    display: flex;
    flex-direction: column;
}

.Java-content {
    display: flex;
    outline: 2px solid white;
}

.mcpack-title {
    font-family: "Minecraft Text", sans-serif !important;
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid white;
}

.userRequest-title {
    font-family: "Minecraft Text", sans-serif !important;
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid white;
}

.mcpack-logo {
    border: 5px solid black;
    aspect-ratio: 1/1;
    min-width: 120px;
    max-width: 120px;
}

.addon-bg {
    margin: auto;
    border: 5px solid black;
    aspect-ratio: 16/9;
    width: 100%;
}

.mcpack-description {
    font-family: "Minecraft Text", sans-serif;
    text-align: left;
    margin: 0;
    padding: 2% 5px;
    background: rgba(0, 0, 0, 0.7);
    max-height: 135px;
    overflow-x: auto;
    font-size: 0.85rem;
}

.addon-description {
    font-family: "Minecraft Text", sans-serif;
    text-align: center;
    margin: 0;
    padding: 2% 5px;
    background: rgba(0, 0, 0, 0.7);
    max-height: 135px;
    overflow-y: auto;
    font-size: 0.85rem;
}

.userRequest-info {
    font-family: "Minecraft Text", sans-serif;
    text-align: center;
    margin: 0;
    overflow-x: auto;
    padding: 2% 5px;
    font-size: 0.85rem;
}

.hash {
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 100%;
    overflow-x: auto;
}

.mcpack-download-info {
    font-family: "Minecraft Text", sans-serif;
    display: flex;
    flex-direction: row;
    margin: 10px 0;
    color: black;
    justify-content: space-between;
}

.mcpack-version {
    font-size: 12px;
    padding-left: 5px;
    color: white;
}

.addon-version {
    margin: 10px;
    font-size: 12px;
    padding-left: 5px;
    color: white;
}

.Add-OnIcon {
    font-family: "Minecraft Text", sans-serif;
    font-size: 2rem;
    color: var(--c-gold-2);
    border: 4px solid var(--c-gold-2);
    background-color: var(--c-gold-5);
    padding: 5px 35px 5px 35px;
    box-shadow: 5px 6px 3px rgba(0, 0, 0, 0.5);
    margin: auto;
    margin-bottom: 15px;
    margin-top: 5px;
}

.mcpack-dwn-btn {
    margin: 0;
    width: fit-content;
    padding: 10px 20px;
}

.addon-dwn-btn {
    margin: auto;
    width: fit-content;
    padding: 10px 20px;
}

.Java-dwn-btn {
    margin: 5px;
    width: fit-content;
    padding: 10px 20px;
}

.Javalogo {
    border: 5px solid black;
    aspect-ratio: 1/1;
    width: 80px;
}

.JavaContentStyle {
    background-color: rgba(0, 0, 0, 0.7);
    margin: auto;
    outline: 3px solid white;
    max-height: 135px
}

.JavaTitulo {
    text-align: center;
}

JavaDescription {
    font-family: "Minecraft Text", sans-serif;
    text-align: left;
    margin: 0;
    padding: 2% 5px;
    background: rgba(0, 0, 0, 0.7);
    max-height: 135px;
    overflow-x: auto;
}

/* ///////////////////////////////// dialogs y miscelenea ////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////*/

.contenedor-dialog {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    align-content: center;
    align-items: center;
    animation: aparicion2 0.6s ease-in-out;
    backdrop-filter: blur(0.2rem);
    z-index: 5;
    top: 0%;
}

label {
    font-family: 'Minecraft Text', sans-serif;
    margin: 3%;
    justify-content: space-between;

    font-size: 0.7rem;
}

.tut-image {
    max-height: 450px;
    max-width: 95%;
    outline: solid 3px hsl(0 0% 10);
}

a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-checkbox input {
    display: none;
    /* Oculta el checkbox original */
}

.checkmark {
    min-width: 22px;
    min-height: 22px;
    max-width: 22px;
    max-height: 22px;
    transition: 0.2s;
    border: 2px solid #ccc;
    outline: 2px solid black;
    margin: 2px;
    position: relative;
}

.custom-checkbox input:checked+.checkmark {
    transition: 0.2s;
    background-color: var(--c-green-4);
    /* Color cuando está seleccionado */
    border: 2px solid var(--c-green-4);
    border-top: 2px solid var(--c-green-3);
    border-bottom: 2px solid var(--c-green-5);
}

.custom-checkbox input:checked+.checkmark::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.send {
    padding: 8px 5px 8px 5px;
}

.image-border {
    background: var(--c-grey-3);
    text-shadow: 2px 2px 0px rgba(0 0 0 / 0.5);
    outline: solid 3px hsl(0 0% 10);
    box-shadow: inset 0 -6px 0 var(--c-grey-4), inset 0 4px 0 var(--c-grey-2);

}

.icon2 {
    transition: 0.2s;
    border: 5px solid rgba(255, 255, 255, 0.4);
    height: 50px;
    width: 50px;

    &:active,
    &:hover {
        transition: 0.2s;
        border: 6px solid rgba(255, 255, 255, 0.7);
    }
}

.dialogIcon {
    height: 0.8rem;
    margin: 2px;
}

.touched {
    margin: auto;
    padding: 5px;
    text-decoration: underline;
    pointer-events: none;
}

.quit-caja {
    position: sticky;
    /* O position: fixed; */
    top: 0;
    max-height: 50px;
    max-width: 50px;
    float: right;
    margin: auto;
    z-index: 50;
}

.caja-texto {
    position: absolute;
    color: white;
    padding: 20px;
    max-height: 500px;
    max-width: 95%;
    overflow-x: auto;
    margin: auto;
    top: 15%;
    animation: aparicion 0.6s ease-in-out;
    outline: solid 3px hsl(0 0% 10);
    background: rgba(0, 0, 0, 0.7);
}

.caja-texto-comunicado {
    color: white;
    padding: 20px;
    max-width: 95%;
    outline: solid 3px hsl(0 0% 10);
    background: rgba(0, 0, 0, 0.7);
}

.confirmacion {
    position: absolute;
    color: white;
    padding: 20px;
    max-height: 580px;
    max-width: 90%;
    overflow-x: auto;
    margin: auto;
    top: 15%;
    border: none;
    animation: aparicion 0.6s ease-in-out;
    background: var(--c-grey-5);
    outline: 3px solid black;
    border-bottom: 8px solid var(--c-grey-6);
    border-top: 3px solid var(--c-grey-4);
    text-align: center;
}

.carga {
    position: absolute;
    color: white;
    padding: 20px;
    max-height: 800px;
    max-width: 90%;
    overflow-x: auto;
    margin: auto;
    top: 45%;
    border: none;
    animation: aparicion 0.6s ease-in-out;
    background: var(--c-grey-5);
    outline: 3px solid black;
    border-bottom: 8px solid var(--c-grey-6);
    border-top: 3px solid var(--c-grey-4);
    text-align: center;

}

/* ya tenemos nuestro primer "si funciona no lo toques" con esta cosa */
.close {
    animation: desaparicion 0.6s ease-in-out;
    transform: scale(0.0);
}

.close2 {
    animation: desaparicion2 0.6s ease-in-out;
    backdrop-filter: blur(0rem);
}

.CajaDestacado {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 5%;
}

.saltador {
    animation: link-jump 2s infinite;
}

.bloque-3D {
    text-shadow: 3px 3px 1px dimgray;
}

.leemeYa {
    color: rgb(180, 0, 0);
    text-shadow: 2px 1px 1px black;
}

.leemeYaYellow {
    color: rgb(255, 255, 0);
    text-shadow: 2px 1px 1px black;
}

.TargetC {
    overflow-x: auto;
    float: left;
    max-height: 200px;
}

.digito-set {
    margin: auto;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 350px;
    /* Ajusta según sea necesario */
}

.digito {
    margin: auto;
    width: 2.6rem;
    /* Ancho de cada casilla */
    height: 3rem;
    /* Altura de cada casilla */
    text-align: center;
    font-size: 24px;
    /* Tamaño de letra */
    background-color: var(--c-grey-6);
    border: 2px solid black;
    color: white;
    font-family: 'Minecraft text';
    outline: none;

    &:oninput {
        outline: 2px solid white;
    }
}

/* ///////////////////////////////// Sección navbar //////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////*/

.header-container {
    display: flex;
    position: sticky;
    /* O position: fixed; */
    top: 0;
    /* Pega el header al borde superior */
    width: 100%;
    background: var(--dark-bg-gris);
    padding: 15px;
    z-index: 1000;
    box-shadow: 0px 8px 3px rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: space-between;
}

.minedex {
    height: 50px;
}

.oculto {
    display: none;
    max-width: 100%;
}

.selectContenido {
    margin: 2%;
    color: white;
    padding: 8px;
    font-size: 1.2rem;
    border: none;
    outline: 2px solid black;
    background-color: var(--c-grey-5);
    font-family: "Minecraft Text", sans-serif;
}

.go-cnr-btn {
    width: fit-content;
    margin: 0;
    padding: 10px;
}

/* Navegación de escritorio */
.nav-bar ul {
    font-family: "Minecraft Text", sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;

    li {
        margin-left: 20px;

        a {
            font-size: 1rem;
        }
    }
}

/* Botón de menú móvil */
.mobile-menu-icon {
    display: none !important;
    /* Oculto por defecto */
    font-size: 2rem;
    cursor: pointer;
    color: white;
}

.mobile-menu {
    display: none;
    position: fixed;
    background-color: #2a2a2a;
    padding: 10px 0;
    border-top: 1px solid #333;
    border: 2px solid black;
    border-bottom: 8px solid black;
    animation: watchout 0.6s ease-in-out;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 50;

    &.open {
        animation: watchoutbye 0.8s;
    }

    ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;

        li {
            margin-bottom: 10px;

            a {
                display: block;
                padding: 10px;
                font-size: 16px;
            }
        }
    }
}

/* Estilos para cuando el menú móvil está abierto */
.header-container.menu-open {
    background-color: #3a3a3a;
    /* Un fondo ligeramente diferente para el header cuando el menú está abierto */
}

p {
    text-shadow: 1px 1px 2px black;
}

/* ///////////////////////////////// Sección footer /////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////*/

footer {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: var(--dark-bg-gris);
    font-size: 14px;
    color: #bbb;
    outline: 3px solid hsl(0 0% 10%);
}


/* ///////////////////////////////// Responsividad  //////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 768px) {
    .BG1 {
        background-image:
            linear-gradient(to bottom, rgba(0, 0, 0, 2) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(26, 26, 26, 0.4) 80%, rgba(26, 26, 26, 3) 100%),
            /* Gradiente para los bordes */
            url('../img/mobile/BG1.png');
    }

    .BG2 {
        background-image:
            linear-gradient(to bottom, rgba(0, 0, 0, 2) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(26, 26, 26, 0.4) 80%, rgba(26, 26, 26, 3) 100%),
            /* Gradiente para los bordes */
            url('../img/mobile/BG2.jpg');
    }

    .BG3 {
        background-image:
            linear-gradient(to bottom, rgba(0, 0, 0, 2) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(26, 26, 26, 0.4) 80%, rgba(26, 26, 26, 3) 100%),
            /* Gradiente para los bordes */
            url('../img/mobile/BG3.jpg');
    }

    .BG4 {
        background-image:
            linear-gradient(to bottom, rgba(0, 0, 0, 2) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(26, 26, 26, 0.4) 80%, rgba(26, 26, 26, 3) 100%),
            /* Gradiente para los bordes */
            url('../img/mobile/BG4.jpg');
    }

    #page-content {
        padding: 3%;
    }

    .nav-bar,
    .cta-desktop {
        display: none;
        /* Oculta el botón CTA de escritorio */
    }

    .mobile-menu-icon {
        display: block !important;
        /* Muestra el ícono de hamburguesa */
    }

    .header-container {
        justify-content: end;
        gap: 20px;
        padding: 5px 20px;
        /* Ajusta el padding para pantallas pequeñas */
    }

    .go-cnr-btn {
        margin-left: auto;
    }
}

/* ///////////////////////////////// Animaciones ////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////*/

@keyframes watchout {
    from {
        transform: translateY(-100%);
        /* Estado inicial */
    }

    to {
        transform: translateY(-0%);
        /* Estado final: un ligero zoom */
    }
}

@keyframes aparicion {
    from {
        transition: 0.2s;
        transform: scale(0.0);
    }

    to {
        transition: 0.2s;
        transform: scale(1);
        /* Estado final: un ligero zoom */
    }
}

@keyframes desaparicion {
    from {
        transition: 0.2s;
        transform: scale(1);
    }

    to {
        transition: 0.2s;
        transform: scale(0.0);
        /* Estado final: un ligero zoom */
    }
}

@keyframes aparicion2 {
    from {
        transition: 0.2s;
        backdrop-filter: blur(0rem);
    }

    to {
        transition: 0.2s;
        backdrop-filter: blur(0.2rem);
    }
}

@keyframes desaparicion2 {
    from {
        transition: 0.2s;
        backdrop-filter: blur(0.2rem);
    }

    to {
        transition: 0.2s;
        backdrop-filter: blur(0rem);
    }
}

@keyframes watchoutbye {
    10% {
        transform: translateY(-0%);
        /* Estado inicial */
    }

    100% {
        transform: translateY(-100%);
        /* Estado final: un ligero zoom */
    }
}

@keyframes link-jump {
    0% {
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
        /* Estado inicial */
    }

    60% {
        text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
        /* Estado final: un ligero zoom */
    }

    100% {
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
        /* Estado inicial */
    }
}