@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
    --background: #ffffff;
    --i_0: #e35b00;
    --i_1: #139a72;
    --i_2: #cc3753;
    --i_3: #6e50f4;
}

#captcha {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30vw;
}

.cls-1 {
    fill: #ffffff;
}

.cls-2 {
    fill: transparent;
}

.cls-1:hover {
    fill: #0018d1;
}

body {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(-45deg, var(--i_0), var(--i_1), var(--i_2), var(--i_3));
    background-size: 400% 400%;
    animation: gradient 30s linear infinite;
    margin: 0%;

    font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;
    font-size: 1vw;
    line-height: 0;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

header {
    position: static;
    display: grid;
    grid-template-columns: 46vw min-content 1fr;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    padding-left: 2vw;
    padding-right: 2vw;

    width: 96vw;
    height: 10vh;
}

#header-three {
    justify-self: right;
}

.container {
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.titulo_activo {
    position: absolute;
    display: flex;
    margin: 0%;
    top: 50vh;
    left: 50vw;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    mix-blend-mode: lighten;
    color: #00ff73;
    width: max-content;

    font-family: 'IBM Plex Mono', monospace;
    font-weight: 700;
    font-size: 10vw;
    line-height: 1;
}

.captcha_titulo {
    margin: 0;
    position: absolute;
    /* top: 50%;
    left: 50%; */
}

.fondo {
    display: flex;
    flex-direction: row;
    margin: 0%;
    top: 1vw;
    left: 5vw;
}

.fondo>p {
    color: #000000;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 700;
    font-size: 2vw;
    margin: 0%;

}

.div_images {
    position: relative;
    display: none;
    flex-wrap: nowrap;
    column-gap: 2.7vw;
    align-items: center;
    justify-content: center;
    height: 85vh;
    width: 100vw;
}

.div_images>img {
    width: 10vw;
    margin: 10px;
    aspect-ratio: 1/1;
}

#ingresar {
    position: absolute;
    /* display: none; */
    top: 70vh;
    right: 49vw;

    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 1.2vw;
    text-decoration: none;
    color: #ffffff;
}

#ingresar:hover {
    color: #fffb00;
    text-decoration: underline;
    text-decoration-color: #fffb00;
}

#colorSelector {
    opacity: 0%;

    font-weight: 400;
    font-size: 1.5vw;
}

input[type="color"] {
    border: none;
    width: 20px;
    height: 20px;
    background-color: #000000;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
}


footer {
    position: fixed;
    display: flex;
    flex-direction: row;
    gap: 1vw;
    justify-content: right;
    justify-items: right;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 7vh;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    color: #ffffff;

}

footer >p{
    align-self: center;
    font-size: 0.8rem;
}

footer >a{
    align-self: center;
    padding-right: 2vw;
    padding-bottom: 0%;
}

#logo_ext {
    width: 120px;
    height: fit-content;
    fill: #ffffff;
}

#logo_ext:hover {
    fill: #fffb00;
}

/* mobile //////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 600px) {

    #header-three {
        display: none;
        justify-self: right;
    }

    #captcha {
        margin: 0;
        position: absolute;
        top: 50vh;
        left: 50vw;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80vw;
    }

    #ingresar {
        position: absolute;
        /* display: none; */
        -ms-transform: translate(-50%, -50%);
        transform: translate(50%, 50%);
        top: 70vh;
        right: 50vw;

        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 500;
        font-size: 1.2rem;
        text-decoration: none;
        color: #ffffff;

    }

    footer {
        position: fixed;
        display: flex;
        flex-direction: row;
        gap: 2vw;
        justify-content: center;
        justify-items: right;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 7vh;
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 300;
        color: #ffffff;
    
    }

    footer >p{
        align-self: center;

        font-size: 0.6rem;
    }
    footer >a{
        align-self: center;
    }
    #logo_ext {
        width: 100px;
        padding-right: 2vw;
        padding-bottom: 0%;
    
        fill: #ffffff;
    }
    
    #logo_ext:hover {
        fill: #fffb00;
    }

}