﻿/*Principal para poder modificar las medidas EM*/
body {
    font-size: 18px;
    background-color: #FFFFFF;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

p {
    margin-bottom: 0px;
}

.btn {
    padding: 0px;
}

    .btn:active, .btn:focus, .btn:hover {
        outline: 0 !important;
    }

.padding_0px {
    padding: 0px
}

.paddingLeft_0px {
    padding-left: 0px;
}

.paddingRight_0px {
    padding-right: 0px;
}

b, strong {
    font-weight: 600;
}

.input_visible {
    visibility: hidden;
}

.form-control:focus {
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);
}


a {
    color: #5A6366;
    text-decoration: none;
}

    a:hover {
        color: #5A6366;
        cursor: pointer;
        text-decoration: none;
    }
/*Terminar Registro*/
.img_logo {
    height: 100px;
    /* width: 151px; */
    margin-top: 25px;
    margin-bottom: 20px;
}

.form_registro {
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 50px;
}

    .form_registro .btn_primario {
        background-color: #4BA84F;
        box-shadow: 0 4px 2px 0 rgba(64,59,73,0.3);
        color: #FFFFFF;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1.125em;
        font-weight: 600;
        line-height: 1.22222em;
        text-align: center;
        margin-top: 12px;
        height: 44px;
        width: 337px;
        border-radius: 22px;
    }

.btn_primario:focus, .btn_primario:active, .btn_primario:hover {
    color: #FFFFFF;
    background-color: #4BA84F;
}

.form_registro .btn_primario_Finalizar {
    background-color: #4BA84F;
    box-shadow: 0 4px 2px 0 rgba(64,59,73,0.3);
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.22222em;
    text-align: center;
    margin-top: 18px;
    height: 44px;
    width: 200px;
    margin-bottom: 50px;
    border-radius: 22px;
}

.btn_primario_Finalizar:focus, .btn_primario_Finalizar:active, .btn_primario_Finalizar:hover {
    color: #FFFFFF;
    background-color: #4BA84F;
}

.form_registro .btn_primario_login {
    background-color: #4ED176;
    box-shadow: 0 4px 2px 0 rgba(64,59,73,0.3);
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.22222em;
    text-align: center;
    margin-top: 18px;
    height: 44px;
    width: auto;
    margin-bottom: 32px;
    border-radius: 22px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn_primario_login:focus, .btn_primario_login:active, .btn_primario_login:hover {
    color: #FFFFFF;
    background-color: #4ED176;
}

.form_registro .btn_primario_desactivo {
    background-color: #E7EAEE;
}

.btn_primario_desactivo:focus, .btn_primario_desactivo:active, .btn_primario_desactivo:hover {
    color: #FFFFFF;
    background-color: #E7EAEE;
}

.form_registro input {
    height: 44px;
    width: 100%;
    color: #445065;
    border: 1px solid #E7EAEE;
    border-radius: 5px;
    background-color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.22222em;
    margin-bottom: 12px;
}

    .form_registro input:focus {
        border: 1px solid #E7EAEE;
    }

    .form_registro input[disabled] {
        background-color: #E7EAEE;
        border: 0 solid #E7EAEE;
    }

.form_registro .img_principal {
    width: 420px;
    width: 100%;
    height: 550px;
}

.form_registro .fondo_gris {
    height: 550px;
    /* width: 420px; */
    /* width: 100%; */
    background-color: #F5F5F5;
}

.form_registro h1 {
    color: #40516F;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2083em;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 20px;
}

    .form_registro h1 span {
        color: #015694;
    }

.form_registro p {
    color: #40516F;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25em;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 38px;
}

.form_registro .p_title {
    color: #40516F;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    line-height: 1.125em;
    text-align: left;
    margin-bottom: 38px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.form_registro .title_error {
    color: #FD2D57;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.8125em;
    line-height: 1.23076em;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.form_registro .div_input {
    padding-left: 10%;
    padding-right: 10%;
}

.form_registro .div_img_perfil {
}

.div_img_perfil h1 {
    color: #40516F;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.500em;
    font-weight: 600;
    line-height: 1.225em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.div_img_perfil p {
    color: #40516F;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.375em;
    line-height: 1.227em;
    text-align: center;
    margin-bottom: 60px;
}

.div_img_perfil .div_adj_foto {
    height: 162px;
    width: 162px;
    border-radius: 5px;
    background-color: #FAFAFA;
    /* background-color: #ff0a0a; */
    margin: 0 auto;
    margin-bottom: 30px;
}


/*placeholder INPUTS*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 100;
    color: #828E92;
}

::-moz-placeholder { /* Firefox 19+ */
    font-weight: 100;
    color: #828E92;
}

:-ms-input-placeholder { /* IE 10+ */
    font-weight: 100;
    color: #828E92;
}

:-moz-placeholder { /* Firefox 18- */
    font-weight: 100;
    color: #828E92;
}


/**Login*/

.divNavBar_Login {
    height: 60px;
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
}

.logoUkuvi_Login {
    margin-top: 18px;
    cursor: pointer;
    height: 24px;
    width: 75px;
}

.title1_Login {
    color: #006D4E;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.25em;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.title1_2_Login {
    color: #40516F;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2em;
    line-height: 1.227em;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.sub_title1_Login {
    text-align: center;
    color: #5C5F60;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.375em;
    line-height: 32px;
    margin-bottom: 60px;
}

.divBtnIngresar_Login {
    text-align: center;
    /* margin-top: 44px; */
    /* margin-bottom: 24px; */
}

.title2_Login {
    color: #5C5F60;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    line-height: 1.1875em;
    text-align: center;
    margin-bottom: 50px;
}

.azul_Ukuvi {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #4E455C;
}

.divMsjError_Login {
    margin-top: 0;
    margin-bottom: 2px;
    color: #FD2D57;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    /* height: 10px; */
}

.titleAnterio {
    margin-top: -45px;
    margin-left: 25px;
    float: left;
    color: #40516F;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.2em;
}

.btn-regresar {
    float: left;
    font-size: 1.125em;
    line-height: 1.11111em;
    background: url(img/btn-back.svg) no-repeat;
    width: 100%;
    height: 50px;
    background-position: left top;
}


.divseparador {
    margin-bottom: 30px;
}

.btnBloqueado {
    background-color: #E6E6E6;
    color: #3B3B3B;
    border: 1px solid #B6BBBD;
}

    .btnBloqueado.focus, .btnBloqueado:focus, .btnBloqueado:hover {
        color: #3B3B3B;
        text-decoration: none;
    }


.titleAnterio {
    margin-top: -45px;
    margin-left: 25px;
    float: left;
    color: #81888A;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.125em;
}

.btn-regresar {
    float: left;
    font-size: 1.125em;
    line-height: 1.111em;
    background: url(img/btn-back.svg) no-repeat;
    width: 100%;
    height: 50px;
    background-position: left top;
    z-index: 10000;
}

.div_regresar {
    /* margin-top: 20px; */
    position: absolute;
}

.form_login input {
    background-color: #F5F1FF;
}

/*Check INPUTS Personalizados*/

/* The container */
.container_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #40516F;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.1875em;
    padding-top: 5px;
    width: 95%;
    text-align: left;
    margin-left: 10px;
    margin-top: 7px;
}

.container_check_active {
    font-weight: 600;
}

/* Hide the browser's default checkbox */
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #FFFFFF;
    border-radius: 2px;
    border: 2px solid #015694;
}

/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark {
    background-color: #FFFFFF;
    border: 2px solid #015694;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked ~ .checkmark {
    background-color: #015694;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_check .checkmark:after {
    left: 6px;
    top: 1px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*END Check INPUTS Personalizados*/


/*Modal de Confirmacion*/
.modal_body_confirmar .modal-lg {
    width: 420px;
}

.modal_body_confirmar .modal-body {
    background-color: #E7EAEE;
    text-align: center;
    padding: 48px 20px 48px 20px;
}

.modal_body_confirmar img {
    height: 80px;
    width: 90px;
    margin-bottom: 30px;
}

.modal_body_confirmar h1 {
    color: #445065;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.208em;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

.modal_body_confirmar p {
    color: #40516F;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.222em;
    text-align: center;
}

.modal_body_confirmar button {
    margin-top: 40px;
    height: 54px;
    width: 260px;
    border-radius: 5px;
    background-color: #4BA84F;
    box-shadow: 0 4px 2px 0 rgba(64,59,73,0.3);
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2083em;
    text-align: center;
    margin-top: 73px;
}

.modal_body_confirmar .material-icons {
    color: #4BA84F;
    font-size: 5em;
    line-height: 1em;
}

/*Div de terminos de uso y aviso privacidad*/
.div_privacidad_terminos {
}

    .div_privacidad_terminos p {
        color: #5A6366; /* color: #665687; */
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 12px;
        font-weight: normal;
        line-height: 15px;
        text-align: center;
    }

        .div_privacidad_terminos p span {
            color: #0156D7;
            font-weight: 600;
            text-decoration: underline;
        }


@media (min-width: 2500px) {
    .form_registro {
        padding-left: 35%;
        padding-right: 35%;
    }
}

@media (max-width: 1380px) {
    .form_registro {
        padding-left: 15%;
        padding-right: 15%;
        margin-bottom: 50px;
    }
}

@media (max-width: 1200px) {
    .form_registro {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media (max-width: 1024px) {
    .form_registro {
        padding-left: 3%;
        padding-right: 3%;
    }

    .modal_body_confirmar .modal-lg {
        width: 80%;
    }

    .modal_body_confirmar .modal-body {
        padding: 48px 70px 80px 70px;
    }
}

@media only screen and (max-width: 991px) {
    .MovilSeparacion {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .form_registro {
        padding-left: 10%;
        padding-right: 10%;
        margin-top: 0px;
    }

    .modal_body_confirmar .modal-lg {
        width: 90%;
    }

    .modal_body_confirmar .modal-body {
        padding: 48px 30px 80px 30px;
    }

    .form_registro .img_principal {
        height: 100%;
        height: 200p;
    }

    .form_registro .div_input {
        /* padding-left: 5%; */
        /* padding-right: 5%; */
    }

    .form_registro .fondo_gris {
        height: 100%;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .form_registro {
        padding-left: 5%;
        padding-right: 5%;
    }

        .form_registro .fondo_gris {
            height: 100%;
            padding-bottom: 40px;
        }

        .form_registro .btn_primario {
            width: 85%;
            margin-bottom: 30px
        }

    .img_logo {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
