﻿body {
    background-color: #003366; /*color azul #003366*/ /*color negro #000000*/
}

div.main {
    height: calc(100vh);
    width: 100%;
}

@media (max-width: 768px) { /* Ajusta el tamaño máximo según tus necesidades */
    .imagen-easy {
        display: none; /* Oculta la imagen en pantallas pequeñas */
    }
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70%;
}

/**********************************************************************************************/
/*ajusta login y logo*/

a {
    color: #eee;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

input {
    border: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0;
    -webkit-appearance: none;
}

p {
    line-height: 1.5em;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        content: ' ';
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

.container_login {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* ---------- LOGIN ---------- */

.custom-label {
    font-size: 24px; /* Cambia el tamaño de la fuente */
    color: #00FF66; /* Cambia el color del texto */
    font-weight: bold; /* Opcional: hace que el texto sea negrita */
    padding: 5px; /* Opcional: añade espacio alrededor del texto */
    border-radius: 5px; /* Opcional: redondea las esquinas */
}

#login form {
    width: 250px;
}

#login, .logo {
    display: inline-block;
    width: 40%;
}

#login {
    padding: 0px 22px;
    width: 59%;
}

.logo {
    color: #fff;
    font-size: 50px;
    line-height: 125px;
}

#login form span.fa {
    background-color: #ffb603;
    border-radius: 3px 0px 0px 3px;
    color: #000;
    display: block;
    float: left;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

#login form input {
    height: 50px;
}

fieldset {
    padding: 0;
    border: 0;
    margin: 0;
}

#login form input[type="text"], input[type="password"] {
    background-color: #fff;
    border-radius: 12px 12px 12px 12px;
    color: #000;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 250px;
}

#login form input[type="submit"] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: rgb(30 33 40);
    color: #eee;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    height: 40px;
    width: 100%;
}

    #login form input[type="submit"]:hover {
        background-color: rgb(25 46 80);
    }

#login > p {
    text-align: center;
}

    #login > p span {
        padding-left: 5px;
    }

.middle {
    display: flex;
    width: 600px;
    padding-bottom: 60px;
}


@keyframes login {
    0% {
        background-color: #0055B8;
    }

    16.6% {
        background-color: #F5CE3E;
    }

    33.2% {
        background-color: #6ABF4B;
    }

    49.8% {
        background-color: #FF9300;
    }

    66.4% {
        background-color: #87D1E6;
    }

    83% {
        background-color: #773DBD;
    }

    100% {
        background-color: #0055B8;
    }
}

@media (max-width: 620px) {
    footer .info {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        font-size: 1rem;
    }

        footer .info div:first-child {
            margin-top: 1rem;
        }

        footer .info div + div {
            text-align: center;
        }
}

.parent {
    margin: 0;
    font-size: 0;
}

    .parent div {
        display: inline-block;
        width: 50%;
        font-size: 14px;
    }

.left {
}

.right {
}


footer {
    position: static;
}

.icono-inferior-izquierda {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px; /* Ajusta el margen según sea necesario */
}

.info-footer {
    position: absolute;
    top: 705px; /* Ajusta la posición vertical */
    left: 50px; /* Ajusta la posición horizontal */
}

.footer-label {
    font-size: 12px; /* Cambia el tamaño de la fuente */
    color: #00FF66; /* Cambia el color del texto */
    font-weight: bold; /* Opcional: hace que el texto sea negrita */
    padding: 5px; /* Opcional: añade espacio alrededor del texto */
    border-radius: 5px; /* Opcional: redondea las esquinas */
}

/**********************************************************************************************/
/*codigo para las barras*/

.barra-fija-1 {
    position: fixed;
    top: 0;
    right: 40px; /* Separación del lado derecho */
    height: 14%;
    width: 48px;
    background-color: #00FF66; /* Verde Ferrari */
    z-index: 1000;
    border-bottom-left-radius: 20px; /* Redondear esquina inferior izquierda */
    border-bottom-right-radius: 20px; /* Redondear esquina inferior derecha */
}

.barra-fija-2 {
    position: fixed;
    top: 0;
    right: 100px; /* Separación de la primera barra */
    height: 14%;
    width: 48px;
    background-color: #00FF66; /* Verde Ferrari */
    z-index: 1000;
    border-bottom-left-radius: 20px; /* Redondear esquina inferior izquierda */
    border-bottom-right-radius: 20px; /* Redondear esquina inferior derecha */
}

.barra-fija-3 {
    position: fixed;
    top: 0;
    right: 160px; /* Separación de la segunda barra */
    height: 14%;
    width: 48px;
    background-color: #00FF66; /* Verde Ferrari */
    z-index: 1000;
    border-bottom-left-radius: 20px; /* Redondear esquina inferior izquierda */
    border-bottom-right-radius: 20px; /* Redondear esquina inferior derecha */
}

.cuadrante-derecho-inferior {
    width: 200px;
    height: 200px;
    background-color: #00FF66; /* Color verde */
    border-top-left-radius: 200px; /* Solo la esquina superior izquierda del cuadrante */
    position: absolute;
    bottom: 0;
    right: 0;
}

.contiene img {
    width: 100%; /* Ajusta el ancho de la imagen al 100% del contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
    max-width: 400px; /* Establece un ancho máximo para la imagen */
}

@media (max-width: 768px) { /* Ajusta el tamaño máximo según tus necesidades */
    .imagen-easy {
        width: 50%; /* Ajusta el ancho de la imagen en móviles */
        height: auto; /* Mantiene la proporción de la imagen */
        object-fit: cover; /* La imagen cubre toda la pantalla sin distorsionarse */
        position: fixed; /* Posiciona la imagen de manera absoluta */
        top: 50%; /* Coloca la imagen en el centro vertical */
        left: 50%; /* Coloca la imagen en el centro horizontal */
        transform: translate(-50%, -50%); /* Ajusta la posición para centrar la imagen */
        z-index: 1; /* Asegura que la imagen esté por encima de otros elementos */
    }
}


