﻿.escondido {
    visibility: hidden;
    display: none;
}

.texto_password_optimo {
    padding-left: 15px;
    border-bottom: 2px solid #2980b9;
}

.marco_sin_desplegar {
    -webkit-box-shadow: 0px 0px 14px 0px #c2c2c2;
    -moz-box-shadow: 0px 0px 14px 0px #c2c2c2;
    box-shadow: 0px 0px 14px 0px #c2c2c2;
    display: inline-block;
    padding-left: 10px;
}

.marco_desplegado {
    display: inline-block;
    padding-left: 10px;
    animation: fadeInUp .7s;
    margin-bottom: 10px;
    
}

.icono_candado {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: inline-block;
    color: #fff;
    font-family: 'Dual 300';
    font-size: 18px;
    padding: 6px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-indent: 4px;
    line-height: 17px;
    text-align: center;
}

.body_login {
    background: #ffffff;
    background-size: cover;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: center;
    font-size: 14px;
    font-family: 'Dual 300';
    margin: 20px;
    align-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    font-variant: small-caps;
    min-height: 32em;
    vertical-align: middle;
    width: auto;
}

.botones {
    background-color: rgba(9, 30, 66, 0.7);
    box-shadow: rgba(0, 0, 0, 0.7) 0px 1px 3px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: 'Dual 300';
    font-size: 18px;
    padding: 6px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-indent: 4px;
    line-height: 17px;
    text-align: center;
    border: none;
}

    .botones:hover {
        box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px;
        background-color: #0e0e0e;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .botones:active {
        position: relative;
        top: 1px;
    }

    .botones:disabled {
        background: #cecece;
        background-image: -webkit-linear-gradient(top, #cecece, #a3a3a3);
        background-image: -moz-linear-gradient(top, #cecece, #a3a3a3);
        background-image: -ms-linear-gradient(top, #cecece, #a3a3a3);
        background-image: -o-linear-gradient(top, #cecece, #a3a3a3);
        background-image: linear-gradient(to bottom, #cecece, #a3a3a3);
        cursor: not-allowed;
    }

.contenedor_principal {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.3) 0px 0px 0px 1px;
    display: inline-block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
}

.username {
    font-family: 'Dual 300';
    border: none;
    height: 35px;
    padding-left: 5px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 15px;
    outline: none;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid white;
    color: white !important;
    background: transparent;
}

    .username:hover {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .username:focus {
        background: #00000040;
        box-shadow: none;
        border: 1px solid white;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .username:disabled {
        background: #cecece;
        background-image: -webkit-linear-gradient(top, #cecece, #a3a3a3);
        background-image: -moz-linear-gradient(top, #cecece, #a3a3a3);
        background-image: -ms-linear-gradient(top, #cecece, #a3a3a3);
        background-image: -o-linear-gradient(top, #cecece, #a3a3a3);
        background-image: linear-gradient(to bottom, #cecece, #a3a3a3);
        cursor: not-allowed;
    }

    .username::placeholder {
        color: white;
    }



.password {
    font-family: 'Dual 300';
    border: none;
    height: 35px;
    padding-left: 5px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 15px;
    outline: none;
    font-size: 20px;
}

    .password:hover {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .password:focus {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .password:disabled {
        background: #cecece;
        background-image: -webkit-linear-gradient(top, #cecece, #a3a3a3);
        background-image: -moz-linear-gradient(top, #cecece, #a3a3a3);
        background-image: -ms-linear-gradient(top, #cecece, #a3a3a3);
        background-image: -o-linear-gradient(top, #cecece, #a3a3a3);
        background-image: linear-gradient(to bottom, #cecece, #a3a3a3);
        cursor: not-allowed;
    }

/**INICIO ESTILO COMPLEJIDA PASSWORD*/
.complejidad_corta {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    color: #FFFFFF;
    text-indent: 4px;
    font-size: 14px;
    height: auto;
    line-height: 17px;
    text-align: center;
    font-variant: small-caps;
    padding: 0px 5px 0px 5px;
    border-bottom: solid #f70000 3px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-family: 'Dual 300';
    margin-left:14px;
}

.complejidad_debil {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    color: #FFFFFF;
    text-indent: 4px;
    font-size: 14px;
    height: auto;
    line-height: 17px;
    text-align: center;
    font-variant: small-caps;
    padding: 0px 5px 0px 5px;
    border-bottom: solid #ff9400 3px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-family: 'Dual 300';
    margin-left: 14px;
}

.complejidad_justo {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    color: #FFFFFF;
    text-indent: 4px;
    font-size: 14px;
    height: auto;
    line-height: 17px;
    text-align: center;
    font-variant: small-caps;
    padding: 0px 5px 0px 5px;
    border-bottom: solid #c0d500 3px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-family: 'Dual 300';
    margin-left: 14px;
}

.complejidad_buena {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    color: #FFFFFF;
    text-indent: 4px;
    font-size: 14px;
    height: auto;
    line-height: 17px;
    text-align: center;
    font-variant: small-caps;
    padding: 0px 5px 0px 5px;
    border-bottom: solid #9fff00 3px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-family: 'Dual 300';
    margin-left: 14px;
}

.complejidad_excelente {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    color: #FFFFFF;
    text-indent: 4px;
    font-size: 14px;
    height: auto;
    line-height: 17px;
    text-align: center;
    font-variant: small-caps;
    padding: 0px 5px 0px 5px;
    border-bottom: solid #00ff24 3px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-family: 'Dual 300';
    margin-left: 14px;
}

/**FIN ESTILO COMPLEJIDA PASSWORD*/

/**INICIA ESTILO SPIN LOADER*/

.marco_loading {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 3px rgba(0, 0, 0, 0.45);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    position: fixed;
    top: 1.5%;
    left: .5%;
    vertical-align: middle;
    align-content: center;
    align-items: center;
    width: 100%;
    z-index: 10000;
    animation: fadeIn .4s both;
    display: flex;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}

.water {
    transform: rotate(-0.20turn);
    width: 200px;
    height: 200px;
    background-color: rgb(24,122,175);
    border-radius: 50%;
    position: relative;
    box-shadow: inset 0 0 25px 0 rgba(0,0,0,.6), 0 4px 10px 0 rgba(0,0,0,.5);
    overflow: hidden;
}

    .water:before, .water:after {
        content: '';
        position: absolute;
        width: 450px;
        height: 500px;
        top: -210px;
        background-color: #fff;
    }

    .water:before {
        border-radius: 45%;
        background: rgba(255,255,255,.8);
        animation: wave 5s linear infinite;
        filter: blur(3px);
    }

    .water:after {
        border-radius: 35%;
        background: rgba(255,255,255,.3);
        animation: wave 5s linear infinite;
        filter: blur(.1px);
    }

@keyframes wave {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


/**TERMINA ESTILO SPIN LOADER*/

.titulo_servicios {
    font-family: 'Dual 300';
    font-size: 26px;
}


body {
    /***height: 100vh;***/
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/fondo_legal_1.jpg);
    background-size: cover;
    background-position: center;
    font-family: 'Dual 300';
}

input[type="email"],
input[type="password"] {
    border-radius: 8px;
    border: 1px solid white;
    color: white !important;
    background: transparent;
}


    input[type="email"]:focus,
    input[type="password"]:focus {
        background: #00000040;
        box-shadow: none;
        border: 1px solid white;
    }

    input[type="email"]::placeholder,
    input[type="password"]::placeholder {
        color: white;
    }

input[type="submit"] {
    width: 100%;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}



input[type="text"] {
    border-radius: 8px;
    border: 1px solid white;
    color: white !important;
    background: transparent;
}


    input[type="text"]:focus {
        background: #00000040;
        box-shadow: none;
        border: 1px solid white;
    }

    input[type="text"]::placeholder {
        color: white;
    }





/**FONDO 1 BLUR*/
.window {
    width: 400px;
    padding: 5px;
    text-align: center;
    border-radius: 20px;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
/**FONDO 2 BLUR*/
.window2 {
    width: 400px;
    text-align: center;
    border: 1px solid white;
    border-radius: 20px;
    backdrop-filter: blur(7px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
/**FONDO 3 BLUR INFORMACION CONTRASEÑA*/
.window3 {
    width: 400px;
    padding: 1px;
    text-align: center;
    border-radius: 20px;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
/**FONDO 3 BLUR INFORMACION CONTRASEÑA*/
.window4 {
    width: 400px;
    text-align: center;
    border: 1px solid white;
    border-radius: 20px;
    backdrop-filter: blur(7px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.marco_notificaciones {
    text-align: center;
    border: 1px solid white;
    border-radius: 20px;
    backdrop-filter: blur(7px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}


.texto_reglas_password {
    text-align: left;
    padding: 0;
    margin: 0;
    display: block;
}