:root
{
    --colorPrimario:                    #2d70f6;
    --colorSecundario:                 #646464;
    --colorTerciario:                   #ffffff;
    --colorCuaternario:                   #000000;
    --roboto_bold:                                  "roboto_bold";
    --roboto_medium:                                  "roboto_medium";
    --roboto:                                  "roboto";
}

@font-face {
    font-family: 'roboto';
    src: url('fuentes/roboto.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}  

@font-face {
    font-family: 'roboto_medium';
    src: url('fuentes/roboto_medium.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}  

@font-face {
    font-family: 'roboto_bold';
    src: url('fuentes/roboto_bold.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/**{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: var(--roboto);
}

html, body{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
} */

.contenedor{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: calc(100% - 250px);
    background: var(--colorTerciario);
}

.formulario_inicio_sesion{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 7px;
}

.logo_login{
    width: 403px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 25px;
    margin-top: 34px;

}

.boton{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 304px;
    height: 34px;
    padding: 7px;
    text-align: center;
    background-color:var(--colorPrimario);
    border-radius: 5px;
    color:#ffffff;
    cursor: pointer;
    margin-top: 25px;
    font-size: 16px;
    margin-bottom: 25px;
    font-family: var(--roboto_medium);
    opacity: 0.7;
    transition: 0.7s;
}

.boton:hover{
    opacity: 1;
}

.input
{
    display: flex;
    width: 304px;
    height: 34px;
    min-height: 34px;
    font-size: 16px;
    padding-left: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #000000;
    outline: none;
    border-radius: 5px;
    border: solid 0.7px var(--colorSecundario);
    box-shadow: 1px 1px 1px 0px rgba(100, 100, 100, 0.2);
    /* border-bottom: solid 1px var(--colorPrimario);*/
}

.titulo{
    font-size: 25px;
    color: #000000;
    margin-bottom: 25px;
    font-family: var(--roboto_medium);
}


.mensaje{
    display: none;
    color: var(--colorPrimario);
    font-size: 16px;
    margin-top: 34px;
}

.caja_password{
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    align-items: center;
    width: 304px;
    min-width: 304px;
}

.caja_img{
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    width: 38px;
    height: 34px;
    border-radius: 3px;
    margin: 0.3px;
    transition: 0.7s;
}

.img_pass{
    width: 25px;
    height: 25px;
    object-fit: contain;
    cursor: pointer;
}

.input_pass{
    padding-right: 34px;
}

#contenedor_form_registro_cliente{
    display: flex;
}

.p_login_2{
    color: var(--colorPrimario);
    font-size: 22px;
    text-align: center;
    margin-top: 25px;
    opacity: 0.7;
    cursor: pointer;
    transition:  0.3s;
}

.p_login_2:hover{
    opacity: 1;
    font-size: 22.3px;
    text-decoration: underline;
}

.p_login_3{
    color: var(--colorPrimario);
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 16px;
    opacity: 0.7;
    cursor: pointer;
    transition:  0.3s;
}

.p_login_3:hover{
    opacity: 1;
    font-size: 16.3px;
    text-decoration: underline;
}

#contenedor_recuperar_cliente{
    display: flex;
    overflow: hidden;
    overflow-x: hidden;
}

#contenedor_confirmacion_cambiar_cliente{
    display: none;
}

#formulario_recuperar_abogado{
    display: none;
}

#contenedor_confirmacion_cambiar_abogado{
    display: none;
}

.input_tel{
    margin-left: 7px;
    outline: none;
    border: none;
    font-size: 16px;
    color: #000000;
    width: 225px;
}

.div_input_numero{
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
    width: 304px;
    max-width: 304px;
    min-width: 304px;
    height: 34px;
    font-size: 16px;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #000000;
    border-radius: 5px;
    border: 0.6000000238418579px solid #00000066;
    box-shadow: 1px 1px 1px 0px rgba(100, 100, 100, 0.2);
}

.codigo_pais{
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    padding-left: 10px;
}

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

    body{
        overflow-x: hidden;
    }

    .titulo{
        font-size: 18px;
        color: #000000;
        margin-bottom: 25px;
        font-family: var(--roboto_medium);
    }
    .p_login_2{
        font-size: 16px;
    }

    .p_login_2:hover{
        opacity: 1;
        font-size: 17px;
    }

    .p_login_3{
        font-size: 14px;
        width: 100%;
        text-align: center;
        padding: 7px;
    }
}