﻿:root {
    --Chapa_AzulCorporativo: #212E3E;
    --Chapa_VerdeCorporativo: #08D85A;
    --Chapa_FondoIconosFormulario: #F1F1F3;
    --Chapa_IconosFormulario: #CDCED3;
    --Chapa_Texto: #616C7A;
    --Rubik: 'Rubik', sans-serif;
    --Monserrate: 'Montserrat', sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 80%;
}

.modal {
    padding-right: 0px !important;
}

.loading {
    opacity: 0.5;
    transition: opacity .8s ease-in-out;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1000000;
}

.content-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.section-registro {
    background: url(../../Registro/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8% 0;
}

.section-registro--img {
    width: 70%;
}

.section-registro--logo {
    width: 32%;
}

.section-registro--separador {
    width: 1px;
    height: 100%;
    background-color: var(--Chapa_AzulCorporativo);
    margin-right: 15px;
    margin-left: 15px;
}

.section-registro h5 {
    color: var(--Chapa_Texto);
    font-family: var(--Rubik);
}

    .section-registro h5 span {
        color: var(--Chapa_Texto);
        font-family: var(--Monserrate);
    }

.section-registro--wizard {
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
    z-index: 0;
}

/*Wizard ProgressBar*/

fieldset:not(:first-of-type) {
    display: none;
}

fieldset p {
    color: var(--Chapa_Texto);
}

#progressbar {
    margin-bottom: 0;
    overflow: hidden;
    color: var(--Chapa_IconosFormulario);
    padding: 0;
}

    #progressbar .active {
        color: var(--Chapa_Texto);
        font-family: var(--Rubik);
        font-size: 13px;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 33%; /*Agregar cuando se habilite la verificación biometrica 25%*/
        float: left;
        position: relative;
        text-align: center;
    }


    #progressbar #account:before {
        font-family: FontAwesome;
        content: "1";
        text-align: center;
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "2";
        text-align: center;
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "4";
        text-align: center;
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "3";
        text-align: center;
    }

    #progressbar li:before {
        width: 35px;
        height: 35px;
        line-height: 30px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 18px;
        z-index: -1;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: var(--Chapa_VerdeCorporativo)
    }

.ellipsis {
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 62%;
    margin: auto;
}

    .ellipsis:hover {
        text-overflow: initial;
        white-space: initial;
        overflow: visible;
        cursor: pointer;
        width: 100%;
    }

.section-registro--wizard img {
    width: 15px;
    height: 15px;
}

.section-registro--wizard input[type="text"], input[type="password"] {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--Chapa_VerdeCorporativo);
    border-radius: 0;
    color: var(--Chapa_AzulCorporativo);
    font-size: 14px;
}

    .section-registro--wizard input[type="text"]:focus {
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid var(--Chapa_VerdeCorporativo);
        border-radius: 0;
        color: var(--Chapa_AzulCorporativo);
        box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
    }

    input[type="text"]::placeholder, input[type="password"]::placeholder {
        color: var(--Chapa_AzulCorporativo);
    }

.section-registro--wizard span {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--Chapa_VerdeCorporativo);
    border-left: 0;
    border-radius: 0;
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}

.form-check-input:checked {
    background-color: var(--Chapa_VerdeCorporativo);
    border-color: var(--Chapa_AzulCorporativo);
}

.form-check-input[type=checkbox] {
    border-radius: 0; /*100%;*/
    cursor: pointer;
    width: 1.3em;
    height: 1.3em;
}

.form-check-input[type=radio] {
    border-radius: 0; /*100%;*/
    cursor: pointer;
    width: 1.3em;
    height: 1.3em;
}

.form-check-input:focus {
    border-color: var(--Chapa_AzulCorporativo);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(245 245 245 / 25%);
}


.form-check-input {
    /*background-color: var(--Chapa_IconosFormulario);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    border: 0;*/
    background-color: transparent;
    border: 2px solid var(--Chapa_AzulCorporativo);
    margin-right: 0;
}

    .form-check-input:checked[type=radio] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    }

.Btn-Iniciar-Operacion {
    color: white;
    background: var(--Chapa_AzulCorporativo);
    margin: 20px 10px 0 10px;
    padding: 15px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
    border: 0;
}

.section-registro--wizard label {
    font-size: 13px;
    color: var(--Chapa_AzulCorporativo);
    padding-left: 5px;
}

    .section-registro--wizard label > a {
        color: var(--Chapa_AzulCorporativo);
        font-family: var(--Monserrate);
        font-weight: 700;
    }

.section-registro--wizard #Paso_4 .file {
    border: 0;
    box-shadow: 2px 0px 30px 9px var(--Chapa_FondoIconosFormulario);
    color: var(--Chapa_IconosFormulario);
    padding: 4px 0.75rem;
    cursor: pointer;
}

.modal-content {
    border-radius: 20px;
}

.modal-header img {
    width: 25px;
}

.modal-header {
    border: 0;
    padding-bottom: 0;
}

.modal-footer {
    border: 0;
    padding-top: 0;
}

.modal-body {
    padding: 0 1rem;
}

    .modal-body h4 {
        color: var(--Chapa_AzulCorporativo);
        font-family: var(--Rubik);
    }

    .modal-body h3 {
        font-size: 16px;
        color: var(--Chapa_VerdeCorporativo);
    }

    .modal-body span {
        color: var(--Chapa_VerdeCorporativo);
        font-weight: 700;
    }

    .modal-body p, ul {
        color: var(--Chapa_Texto);
    }

.btn-close {
    color: white;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}


.contenedor--Paso_3 {
    overflow: hidden scroll;
    max-height: 300px;
    padding: 0 15px 0 0;
    margin-top: 20px;
}

    .contenedor--Paso_3::-webkit-scrollbar {
        -webkit-appearance: none;
        background-color: var(--Chapa_FondoIconosFormulario)
    }

        .contenedor--Paso_3::-webkit-scrollbar:vertical {
            width: 8px;
        }

    .contenedor--Paso_3::-webkit-scrollbar-button:increment, .contenedor::-webkit-scrollbar-button {
        display: none;
    }

    .contenedor--Paso_3::-webkit-scrollbar:horizontal {
        height: 8px;
    }

    .contenedor--Paso_3::-webkit-scrollbar-thumb {
        background-color: var(--Chapa_IconosFormulario);
        border-radius: 20px;
        border: 2px solid var(--Chapa_IconosFormulario);
    }

    .contenedor--Paso_3::-webkit-scrollbar-track {
        border-radius: 10px;
    }

.campos--deshabilitado {
    background-color: var(--Chapa_FondoIconosFormulario) !important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 5px 15px !important;
    font-size: 10px !important;
    margin-bottom: 15px !important;
    color: var(--Chapa_Texto) !important;
    font-weight: 600;
}

    .campos--deshabilitado:focus {
        box-shadow: none;
    }

    .campos--deshabilitado::placeholder {
        color: var(--Chapa_Texto) !important;
        font-weight: 600;
    }

.campos--habilitado {
    background-color: transparent !important;
    border-top: 1px solid var(--Chapa_IconosFormulario) !important;
    border-left: 1px solid var(--Chapa_IconosFormulario) !important;
    border-right: 1px solid var(--Chapa_IconosFormulario) !important;
    border-bottom: 1px solid var(--Chapa_IconosFormulario) !important;
    border-radius: 10px !important;
    padding: 5px 15px !important;
    font-size: 10px !important;
    margin-bottom: 10px !important;
    color: var(--Chapa_Texto) !important;
    font-weight: 600;
}

    .campos--habilitado:focus {
        box-shadow: none;
    }


    .campos--habilitado::placeholder {
        color: var(--Chapa_Texto) !important;
        font-weight: 600;
    }

.contenedor--Paso_3-main {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8%;
    background-color: white;
    height: 100vh;
}

    .contenedor--Paso_3-main .section-registro--wizard {
        background-color: white;
        padding: 15px 0;
        border-radius: 20px;
        margin-top: 10px;
    }

    .contenedor--Paso_3-main #progressbar {
        margin-bottom: 0;
        overflow: hidden;
        color: var(--Chapa_IconosFormulario);
        padding: 10px 0;
        box-shadow: 1px 1px 14px 1px var(--Chapa_FondoIconosFormulario);
        border-radius: 20px;
    }

        .contenedor--Paso_3-main #progressbar p {
            margin-bottom: 0;
        }

.contenedor--declaracion {
    background-color: transparent;
    border-radius: 20px;
    padding: 5px;
    margin-top: 10px;
    border: 1px solid var(--Chapa_VerdeCorporativo);
}


    .contenedor--declaracion img {
        width: 60px;
        margin: 2px 10px;
    }

    .contenedor--declaracion .texto {
        color: var(--Chapa_Texto);
        margin: auto 5px;
        border-bottom: 0;
    }

.error-message .error {
    color: #ff0000 !important;
    font-weight: bold;
    font-size: 10px !important;
}

.Olvide_Contrasenia {
    margin: 25px 10px 0 10px;
    color: var(--Chapa_Texto);
    font-weight: 600;
}

.notengocuenta {
    margin: 20px;
    border: 2px solid;
    padding: 10px 10px;
    font-size: 15px;
    border-radius: 15px;
    font-weight: bold;
    color: var(--Chapa_Texto);
    cursor: pointer;
}

/*Actualizaciones de diseño*/

.Btn-PN-PJ {
    color: var(--Chapa_IconosFormulario) !important;
    cursor: pointer;
    text-align: center;
    background: transparent;
    margin: 0;
    padding: 15px 0px 5px;
    border-radius: 20px !important;
    font-weight: 100;
    font-size: 12px;
    border: 1px solid var(--Chapa_IconosFormulario);
}
.Btn-PN-PJ-activo {
    background: #d4f8de;
    color: #212E3E !important;
}
/*    .Btn-PN-PJ:hover {
        background: #d4f8de;
        color: #212E3E !important;
    }*/
/*.Btn-PN-PJ:hover {
        color: white;
        background: var(--Chapa_VerdeCorporativo);
        margin: 20px 10px 0 10px;
        padding: 5px 20px;
        border-radius: 20px !important;
        font-weight: 100;
        font-size: 12px;
        border: 1px solid var(--Chapa_IconosFormulario);
    }*/

.Btn-PN-PJ-ON {
    color: white !important;
    cursor: pointer;
    text-align: center;
    background: var(--Chapa_VerdeCorporativo);
    margin: 0;
    padding: 5px 20px;
    border-radius: 20px !important;
    font-weight: 100;
    font-size: 12px;
    border: 1px solid var(--Chapa_IconosFormulario);
}

.text_SBS {
    color: var(--Chapa_Texto);
    font-size: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.span-password {
    cursor: pointer !important;
    margin-top: calc(40px - 50%) !important;
}

.img-password {
    width: 25px !important;
    height: 25px !important;
}

.form-control:focus {
    border-color: var(--Chapa_VerdeCorporativo);
    box-shadow: 0 0 0 0.25rem transparent;
}

.input-group-text {
    font-size: 14px;
}

/*Fin de actualizaciones de diseño*/
@media (max-width: 769px) {
    #progressbar li > p {
        display: none;
    }

    .contenedor--Paso_3 {
        overflow-y: inherit;
        max-height: 100%;
        padding: 0;
        margin-top: 20px;
        -webkit-overflow-scrolling: touch;
    }

    .section-registro--wizard label {
        font-size: 11px;
    }

    .Btn-PN-PJ {
        padding: 5px 5px;
    }

    .Olvide_Contrasenia {
        margin: 25px 0px 0 0px;
        color: var(--Chapa_Texto);
        font-weight: 600;
    }

    .Btn-Iniciar-Operacion {
        font-size: 11px;
    }

    .contenedor--Paso_3-main {
        overflow-y: scroll;
    }
}

@media (max-width: 433px){
    .section-registro {
        height: 100vh !important;
    }
}