/* /Pages/Perfil/Perfil2.razor.rz.scp.css */
/* --------------------------------------- Definicion de variables ---------------------------------*/

:root[b-kk31hbozq3] {
    --c1: #ffffff; /* letras de th/button y bkg de inputs*/
    --c2: #282830; /* letras de td/labels y borde de td */
    --c3: #a3ffa8be; /* color neutro     */
    --c4: #068386; /* color de enfasis */
    --c5: #ffffffbd;
    --c6: rgb(75, 122, 184);
    --c7: rgb(255, 153, 0);
    --f1: Montserrat; /* fuente destacada */
    --f2: Lex; /* fuente base      */
    --g1: radial-gradient(#ecececb9, #9ab7d4);
    --g2: radial-gradient( #ebebeb, #068386b4);
}

/* --------------------------------------- parámetros generales -------------------------------------*/

:root[b-kk31hbozq3] {
    scrollbar-width: thin;
    scrollbar-color: var(--c4) var(--c2);
}

body[b-kk31hbozq3], div[b-kk31hbozq3], aside[b-kk31hbozq3], ul[b-kk31hbozq3], .div_Main[b-kk31hbozq3], h1[b-kk31hbozq3], h2[b-kk31hbozq3], h3[b-kk31hbozq3], h4[b-kk31hbozq3], h5[b-kk31hbozq3], h6[b-kk31hbozq3] {
    margin: 0;
    padding: 0;
}



h1[b-kk31hbozq3], h2[b-kk31hbozq3], h3[b-kk31hbozq3], h4[b-kk31hbozq3], h5[b-kk31hbozq3], h6[b-kk31hbozq3] {
    color: var(--c4);
    font-family: var(--f1);
    text-align: center;
    letter-spacing: 3px;
    margin: 15px 0;
}

h1[b-kk31hbozq3] {
    padding-left: 70px;
    font-size: 27px;
    color: var(--c2);
}

body[b-kk31hbozq3], div[b-kk31hbozq3], aside[b-kk31hbozq3], ul[b-kk31hbozq3], .div_Main[b-kk31hbozq3], input[b-kk31hbozq3]::placeholder, li[b-kk31hbozq3], ul[b-kk31hbozq3], a[b-kk31hbozq3] {
    color: var(--c2);
    font-family: var(--f2);
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
}

input[type="number"][b-kk31hbozq3] {
    appearance: none !important;
}

body[b-kk31hbozq3] {
    background: var(--g2);
}

.div_Main[b-kk31hbozq3] {
    margin: 0 30px;
    margin-left: 100px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.div__header[b-kk31hbozq3] {
    width: 100%;
    border-bottom: 1px solid var(--c4);
    background-color: var(--c5);
    margin: auto;
    margin-bottom: 10px;
    padding: 1px;
}



/*--------------class---------------------------*/

.inp_disabled[b-kk31hbozq3]::placeholder {
    color: rgb(0, 0, 0);
}

.inp_disabled[b-kk31hbozq3] {
    color: black;
    opacity: 0.7;
    background-color: rgb(137, 155, 192) !important;
}

    .inp_disabled input:not(:placeholder-shown) + label[b-kk31hbozq3] {
        transform: translatey(-35px);
        color: #cad8eb;
    }


/*----------------------body--------------------*/
.div-section placeholder[b-kk31hbozq3] {
    display: none;
}

.foto img[b-kk31hbozq3], .modal-foto img[b-kk31hbozq3] {
    width: 300px;
    height: 300px;
    margin-top: 15px;
    border-radius: 50%;
    border: 5px solid var(--c4);
    position: center;
}

div[b-kk31hbozq3] {
    text-align: center;
}

.div-section[b-kk31hbozq3] {
    padding: 20px;
    padding-top: 0;
    min-width: 42.1%;
    background-color: var(--c5);
    border-radius: 20px;
    border-left: 1px solid var(--c4);
    border-right: 1px solid var(--c4);
    margin: 0 5px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.contacto-direccion[b-kk31hbozq3], .dirección[b-kk31hbozq3] {
    width: 85%;
    min-height: 150px !important;
    display: flex;
    margin: 10px 0;
    padding: 2.5px 0;
    padding-top: 10px;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
}

    .contacto-direccion h2[b-kk31hbozq3] {
        margin-right: 162px;
        transform: translate(90px, -5px);
    }

    .contacto-direccion .single_inp_div[b-kk31hbozq3] {
        width: 25% !important;
    }

    .contacto-direccion .single_inp_div[b-kk31hbozq3], .contacto .single_inp_div[b-kk31hbozq3] {
        padding: 5px 0;
    }

.single_inp_div input[b-kk31hbozq3], .single_inp_div button[b-kk31hbozq3], .single_inp_div select[b-kk31hbozq3], .foto button[b-kk31hbozq3], .foto input[b-kk31hbozq3] {
    text-align: start;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 30px;
    margin: 11px;
    border: none;
    border-radius: 20px;
    width: 90% !important;
    min-width: none;
    max-width: none;
    box-sizing: border-box;
    background-color: var(--c1);
}

.single_inp_div[b-kk31hbozq3] {
    text-align: center;
    position: relative;
    width: 100% !important;
    margin: 0;
}

    .single_inp_div label[b-kk31hbozq3] {
        display: block;
        position: absolute !important;
        left: 10%;
        top: 25%;
        color: var(--c2);
        padding: 5px;
        font-size: 16px;
        transition: transform 0.5s ease;
    }

    .single_inp_div input:focus ~ label[b-kk31hbozq3], .single_inp_div input:not(:placeholder-shown) + label[b-kk31hbozq3] {
        transform: translatey(-35px);
    }


    .single_inp_div button[b-kk31hbozq3], .foto button[b-kk31hbozq3] {
        color: var(--c1);
        background-color: var(--c4) !important;
        box-sizing: border-box;
        text-align: center;
    }




/*----------------- modales----------------*/
.modal-background-1[b-kk31hbozq3], .modal-background-2[b-kk31hbozq3], .modal-background-3[b-kk31hbozq3] {
    z-index: 30;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.801);
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    padding: 30px 0;
    display: none;
    overflow: hidden;
}


.div-modal-content[b-kk31hbozq3] {
    width: 100%;
    height: 100%;
}

.modal[b-kk31hbozq3] {
    background-color: var(--c1);
    border-radius: 20px;
    border: 5px solid var(--c4);
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 60%;
    max-height: 90dvh;
    overflow-y: auto;
    padding: 20px 0;
}

.modal-dirección .single_inp_div[b-kk31hbozq3], .modal-pass .single_inp_div[b-kk31hbozq3] {
    margin-top: 10px;
}

.modal-foto input[type="file"][b-kk31hbozq3] {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 30px;
    margin: 11px;
    border: none;
    border-radius: 20px;
    width: 90% !important;
    box-sizing: border-box;
}

.cerrar[b-kk31hbozq3] {
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    padding: 5 15px !important;
    background-color: transparent;
    border: none;
    color: var(--c4);
}

.modal-pass .single_inp_div input[b-kk31hbozq3], .modal-dirección .single_inp_div input[b-kk31hbozq3] {
    background-color: var(--c1);
    width: 500px !important;
    border: 3px solid var(--c4);
}

.modal-pass h2[b-kk31hbozq3] {
    margin: 10px 0;
}

.modal-dirección h2[b-kk31hbozq3] {
    margin: 10px 0;
}

.modal-pass .single_inp_div button[b-kk31hbozq3] {
    width: 500px !important;
}


.fase-2 img[b-kk31hbozq3], .fase-3 img[b-kk31hbozq3], .fase-4 img[b-kk31hbozq3] {
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1.585 / 1;
}

.fase-2[b-kk31hbozq3], .fase-3[b-kk31hbozq3], .fase-4[b-kk31hbozq3] {
    display: block;
}
/*------------------- responsive----------------*/


@media (max-width: 1680px) {

    h1[b-kk31hbozq3] {
        padding-left: 165px;
    }

    .contacto-direccion[b-kk31hbozq3] {
        width: 94%;
    }

        .contacto-direccion h2[b-kk31hbozq3] {
            margin-right: 70px;
            transform: translate(30px, -5px);
        }

        .contacto-direccion button[b-kk31hbozq3] {
            transform: translate(0, -10px);
        }

        .contacto-direccion .single_inp_div[b-kk31hbozq3] {
            width: 25% !important;
        }
}

@media (max-width: 1130px) {

    h1[b-kk31hbozq3] {
        padding-left: 0px;
    }


    main[b-kk31hbozq3] {
        margin: 0 !important;
    }

    .div-section[b-kk31hbozq3], .contacto-direccion[b-kk31hbozq3] {
        width: 90% !important;
        margin-top: 20px !important;
        padding: 0;
    }

    .dirección[b-kk31hbozq3] {
        width: 90%;
    }

    .contacto-direccion .single_inp_div[b-kk31hbozq3] {
        width: 100% !important;
    }

    .datos-personales .single_inp_div[b-kk31hbozq3] {
        margin-top: 20px;
    }

    .modal[b-kk31hbozq3] {
        max-width: 100% !important;
        width: 100%;
    }

    .modal-pass .single_inp_div input[b-kk31hbozq3], .modal-dirección .single_inp_div input[b-kk31hbozq3], .modal-pass .single_inp_div button[b-kk31hbozq3] {
        width: 90% !important;
    }



    .modal h2[b-kk31hbozq3] {
        margin: 30px 0;
    }

    .cerrar[b-kk31hbozq3] {
        right: 0;
    }
}
/* /Shared/Components/InputText_FloatHintComponent.razor.rz.scp.css */
.form_wrap[b-dfofeyo83c] {
    padding-top: 5px !important;
}

/* Input form Style */

input[type="text"][b-dfofeyo83c] {
    border: 2px solid #afbdcf;
    border-radius: 5px;
    height: 47px;
    color: #000000;
    font-size: 14px;
    padding-left: 20px;
    box-shadow: none;
    top: -8px;
    padding: 0 15px;
    height: 32px;
}

/* Label style after Input feild is in focus. Can also use input:focus ~ label to select sibling. */

input:focus + label[b-dfofeyo83c], input:valid + label[b-dfofeyo83c] {
    font-size: 12px;
    color: #757575;
    top: -8px;
    left: 10px;
    background: #ffffff;
    padding: 0px 5px 0px 5px;
    height: 16px;
}

.input_wrap[b-dfofeyo83c] {
    height: auto;
    position: relative;
}

    .input_wrap label[b-dfofeyo83c] {
        font-family: arial;
        font-size: 16px;
        color: #757575;
        padding: 14px;
        position: absolute;
        top: -8px;
        left: 0;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        pointer-events: none;
    }

input[type="text"]:focus[b-dfofeyo83c] {
    outline: none;
}

.roundMsj[b-dfofeyo83c] {
    border-radius: 5px 5px 0px 0px!important;
}

.msjError[b-dfofeyo83c] {
    height: 20px;
    font-size: smaller;
    border-radius: 0 0 4px 4px;
    padding: 0 5px !important;
}

.msjInfo[b-dfofeyo83c] {
    height: 20px;
    font-size: smaller;
    border-radius: 0 0 4px 4px;
    padding: 0 5px !important;
}
/* /Shared/Components/Select_FloatHintComponent.razor.rz.scp.css */
.form_wrap[b-kd28ts3twk] {
    padding-top: 5px !important;
}


/* Input form Style */

select[b-kd28ts3twk] {
    border: 5px 5px 0 0 !important;
    border-radius: 5px;
    height: 47px;
    color: #000000;
    font-size: 14px;
    padding-left: 20px;
    box-shadow: none;
    top: -8px;
    padding: 0 10px;
    height: 32px;
}

    /* Label style after Input feild is in focus. Can also use input:focus ~ label to select sibling. */

    select:focus + label[b-kd28ts3twk], select:valid + label[b-kd28ts3twk] {
        font-size: 12px;
        color: #757575;
        top: -8px;
        left: 10px;
        background: #ffffff;
        padding: 0px 5px 0px 5px;
        height: 16px;
    }

.input_wrap[b-kd28ts3twk] {
    width: auto;
    height: auto;
    position: relative;
}

    .input_wrap label[b-kd28ts3twk] {
        font-family: arial;
        font-size: 16px;
        color: #757575;
        padding: 14px;
        position: absolute;
        top: -8px;
        left: 0;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        pointer-events: none;
    }

select:focus[b-kd28ts3twk] {
    outline: none;
}


.roundMsj[b-kd28ts3twk] {
    border-radius: 5px 5px 0px 0px !important;
}

.msjError[b-kd28ts3twk] {
    height: 20px;
    font-size: smaller;
    border-radius: 0 0 4px 4px;
    padding: 0 5px !important;
}
.msjInfo[b-kd28ts3twk] {
    height: 20px;
    font-size: smaller;
    border-radius: 0 0 4px 4px;
    padding: 0 5px !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-1nogwfdx6p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1nogwfdx6p] {
    flex: 1;
}

.sidebar[b-1nogwfdx6p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1nogwfdx6p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1nogwfdx6p]  a, .top-row[b-1nogwfdx6p]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1nogwfdx6p]  a:hover, .top-row[b-1nogwfdx6p]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1nogwfdx6p]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1nogwfdx6p] {
        display: none;
    }

    .top-row.auth[b-1nogwfdx6p] {
        justify-content: space-between;
    }

    .top-row[b-1nogwfdx6p]  a, .top-row[b-1nogwfdx6p]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1nogwfdx6p] {
        flex-direction: row;
    }

    .sidebar[b-1nogwfdx6p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1nogwfdx6p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1nogwfdx6p]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1nogwfdx6p], article[b-1nogwfdx6p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1tw4j4ikqj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1tw4j4ikqj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1tw4j4ikqj] {
    font-size: 1.1rem;
}

.oi[b-1tw4j4ikqj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-1tw4j4ikqj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1tw4j4ikqj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1tw4j4ikqj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1tw4j4ikqj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-1tw4j4ikqj]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-1tw4j4ikqj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1tw4j4ikqj] {
        display: none;
    }

    .collapse[b-1tw4j4ikqj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
