@import "resources/sass/main.css";

.logo-position {
    padding-top: 0;
    padding-right: 0;
    padding-left: 30px;
    padding-bottom: 0;
    margin-top: 16px;
}

form#loginForm {
    height: 80%;
    min-width: 320px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
}

.btn.btn-primary.btn-block {
    height: 4.5rem;
    border-radius: 6px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 4rem;
}



div#teclado {
    font-size: 1.6rem;
}

.input-group{
    display: unset;
}

.fondo-imagen-login {
    background-image: url("../images/fondo-login-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    background-position: center;
}

.icon-backspace{
    background-image: url(../Ionicons/backspace.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

.img-size-login {
    max-width: 240px;
    width: min-content;
}

.icon-style{
    width: 80px;
    height: 40px;
}

.remember-forgot-user {
    display: flex;
    font-size: 1.55rem;
    align-items: center;
    justify-content: space-between;
}

.teclado.password-login.inp-pass {
    width: inherit;
}

.keyboard-keyset-login {font-size: 1em;text-align: left;padding-left: 0px;padding-right: 0px; min-width: 160px;}


/*.fondo-imagen-FISICA {*/
/*    background-image: url("../images/fondo-home.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/

.fondo-color-FISICA {
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-size: cover;
}

div#tab_a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 92%;
}

.menu-background{
    background-image: url("../images/menu-background.png") ;
    background-repeat: no-repeat;
    background-size: cover;
}

.hl-t {
    border-top: 1px solid var(--main-border-color-gold);
    witdh: 10%;
}

.notificafion{
    width: 25px;
    height: 25px;
}


.border-gradient-gold {
    border-width: 0 0 0 1.3rem;
    border-style: solid;
    border-image:
            linear-gradient(
                    to bottom,
                    rgba(252,244,212,1),
                    rgba(189,141,55,1)
            ) 1 100%;
    background: none;
}


.border-gradient-gold-nav {
    background: linear-gradient(90deg, rgba(252,244,212,1) 0%, rgba(233,221,170,1) 46%, rgba(189,141,55,1) 100%);
}

.gold-background:hover {
    background: linear-gradient(90deg, rgba(233,221,170,1) 0%, rgba(213,185,118,1) 100%);
    border-radius: 8px;
}

.box, .box.box-verify{
    padding: 0;
}

ul li a:hover{
    background: transparent;
}

ul li:hover a{
    filter: invert(50%) sepia(13%) saturate(1267%) hue-rotate(129deg) brightness(93%) contrast(92%);
}

.mr-15 {
    margin-right: 15px;
    margin-left: 5px;
}

.btn-mas{
    background-color: #D9E7E7;
    border-radius: 10px;
    border-color: transparent;
}

.btn-mas:hover {
    background: var(--main-text-color-green);
}

.btn-mas:hover a {
    color: #D9E7E7;
}

.btn-mas:hover a img{
    filter: invert(98%) sepia(13%) saturate(356%) hue-rotate(149deg) brightness(93%) contrast(95%);
}

.rounded-15 {
    border-radius: 15px;
}

.font-size-10{
    font-size: 0.9em;
}

.container-center {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.container-space-evenly{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sidebar {
    padding-bottom: 10px;
    position: absolute;
    width: 250px;
    margin-top: 20px;
}

.table-cuentas {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}


/*LOGIN*/

.login-tab {
    height: 447px;
}

.header-tab-pane {
    font-family: NexaBold, sans-serif;
    color: #67676A;
    margin-block: 5%;
    height: 5%;
}

.content-login {
    width: 38vw;
    min-width: 400px;
    max-width: 550px;
    /* height: 600px; */
    border-radius: 0 10px 10px 0;
    background-color: white;
}

.container-wrapper {
    display: grid;
    grid-template-columns: max-content;
    background: rgba(87, 88, 90, 0.8);
    mix-blend-mode: normal;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 70vh;
    min-height: 51rem;
    max-height: 60rem;
}

.content-login-aside {
    width: 50vw;
    max-width: 420px;
    min-width: 300px;
    height: 600px;
    border-radius: 10px 0 0 10px;
    opacity: 0.8;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}

.container-wrapper .login-header{
    grid-row: 1;
    padding: 1rem 1rem 0;
}

.container-wrapper .login-footer {
    grid-row: 2;
    align-self: self-end;
    min-height: unset;
    font-size: 13px;
    margin-bottom: 1rem;
}

.container-wrapper .login-header, .container-wrapper .login-footer {
    min-width: 410px;
    max-width: 417px;
    grid-column: 1;
    width: 40vw;
    padding: 4rem;
    text-align: center;
}

.container-wrapper .content-login {
    grid-column: 2;
    grid-row: 1/span 2;
    height: inherit;
    justify-content: center;
    align-items: stretch;
    max-height: 60rem;
    min-height: 51rem;
    max-width: 515px;
}

.wrap {
    display: flex;
    justify-content: center;
    margin-block: 10vh;
}

.login-text-size {
    font-size: 2.1rem;
    padding: 3rem;
    color: white;
}

.teclado.password-login.inp-pass {
    width: -webkit-fill-available;
    
    color: #AFAFAF;
    font-family: inherit;
}

.login-header div{
    text-align: center;
}

#loginUserFisic {
    width: inherit;
    box-sizing: border-box;
    border: 1px solid #AFAFAF;
    border-radius: 6px;
    font-family: 'NexaRegular', serif;
    display: flex;
    align-items: center;
    color: #AFAFAF;
    height: 3rem;
}

.login-inputs {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
    min-height: 300px;
}

input.password-login {
    margin-bottom: 0;
    font-size: 3rem;
    margin-right: 6px;
}

input.password-login, input#loginUserFisic {
    height: 4.5rem;
    border-radius: 8px;
    border: solid 1px #AFAFAF;
    font-family: inherit;
    padding-inline: 2rem;
    max-width: 32.3rem;
    margin-inline: 0;
}

p.label-input {
    color: #67676A;
    font-size: 1.4rem;
    margin-bottom: 3px;
}

a.primary {
    font-family: NexaBold, sans-serif;
}

.column.text-align-center a {
    height: 5em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

.font-size-10 {
    font-size: 0.8em;
}

.column {
    float: left;
    width: 33.33%;
    /* padding: 5px; */
    height: fit-content;
}

.keyboard-button-login {
    height: 2.8em;
    width: 2.8em;
    padding: 3px 1px 1px 3px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    background-color: rgb(253, 252, 252);
    margin: 2.5px; /* login: 2.5rem 0.1rem : para otros teclados */
    border: solid 1.3px #438987;
}

.login-pass-btn {
    width: calc(2.8em * 1.6);
    height: calc(2.8em*2 + 6px);
    padding: 4px 6px 0 6px;
    border-radius: 6px;
    font-size: 1.6rem;
    margin-left: 1px;
}

.msg-error-login {
    max-width: 325px;
}

@media screen and (max-width: 748px) {
    input {
        background-color: unset;
    }

    .input-style {
        background: white;
    }

    .login-text-size {
        display: none;
    }

    .box.box-verify {
        background: none;
    }

    div.login-footer, .container-wrapper .login-header, .container-wrapper .login-footer {
        padding: 0;
    }

    div#tab_a {
        justify-content: flex-start;
        height: 100%;
    }

    form#loginForm {
        min-width: unset;
        height: 60%;
    }

    .remember-forgot-user {
        font-size: 1.25rem;
    }

    button.btn.btn-primary.btn-block {
        height: 3.5rem;
        border-radius: 6px;
        font-size: 1.5rem;
        text-align: center;
        line-height: 3rem;
        margin-top: 1rem;
    }

    div#recordarUsuario label p {
        color: white;
    }

    .login-inputs {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: stretch;
        min-height: unset;
        align-content: space-around;
    }

    p.label-input {
        color: white;
        font-size: 1.2rem;
        font-weight: initial;
        margin-bottom: 3px;
    }

    .content-login.shadowBox.border-gradient-gold.pdl0 {
        background: none;
        box-shadow: none;
        width: 100%;
        max-width: 300px;
        min-width: 200px;
        justify-content: center;
        align-content: center;
    }

    input#loginUserFisic, input.password-login {
        border-radius: 5px;
        border: solid 1px white;
        font-size: 0.8em;
        color: white;
        height: 4rem;
    }

    input#loginUserFisic {
        margin-bottom: 6px;
    }

    .header-tab-pane {
        font-family: NexaRegular, sans-serif;
        color: white;
        margin-block: 0;
        margin-bottom: 2rem;
    }

    .header-tab-pane h1 {
        font-size: 1.2em !important;
    }

    .container-wrapper .login-header, .container-wrapper .login-footer {
        min-width: 300px;
        width: 100%;
        text-align: center;
        height: auto;
    }

    input#loginUserFisic.input-field, input#password-login.input-field {
        width: 100%;
        padding: 1rem;
        border: 1px solid #AFAFAF;
        border-radius: 6px;
        position: absolute;
        left: 3.03%;
        right: 3.03%;
        top: 30.56%;
        bottom: 0;
        font-family: 'NexaRegular', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;

        /* Gris medio */
        color: #AFAFAF;
    }

    input.password-login {
        color: white;
        font-size: inherit;
    }

    .border-gradient-gold-nav {
        background: linear-gradient(180deg, rgb(252, 244, 212) 0%, rgb(233, 221, 170) 46%, rgb(189, 141, 55) 100%);
        width: 1rem;
        border-radius: 0 5px 5px 0;
    }

    a.bg-primary:hover, a.bg-primary:focus,
    button.bg-primary:hover,
    button.bg-primary:focus {
        background-color: #dfcd81 !important;
    }

    .img-size-login {
        height: 50%;
        width: auto;
    }

    .shadowBox {
        opacity: 0.66;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    div.content-login {
        border-radius: unset;
    }

    .container-wrapper {
        display: grid;
        grid-template-columns: max-content;
        gap: 0;
        background-color: rgba(87, 88, 90, 0.8);
        width: 90%;
        border-radius: 8px 0 0 8px;
        min-width: 250px;
        max-width: 415px;
        align-items: stretch;
        justify-items: stretch;
        justify-content: space-evenly;
    }

    .login-pass-btn {
        max-width: 60px;
        max-height: 8rem !important;
        font-size: 21px;
        padding: 4px 6px 0 6px;
        border-radius: 6px;
    }

    .container-wrapper .login-header {
        grid-column: 1;
        grid-row: 1;
        padding-block: 1em 0;
        /*width: fit-content;*/
        margin-bottom: -6em;
    }

    .container-wrapper .content-login {
        grid-column: 1;
        grid-row: 2;
        border: none;
        background-color: unset;
        height: unset;
        min-height: unset;
    }

    .container-wrapper .login-footer {
        grid-column: 1;
        grid-row: 3;
    }

    .nexa-light-black, .nexa-light-gray {
        color: white !important;
    }

    .btn-primary {
        color: #67676A;
        background-color: #E9DDAA;
        border-color: #E9DDAA;
    }

    .btn-primary:hover {
        color: #67676A;
        background-color: #e1d18c;
        border-color: #dfcd81;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(233, 221, 170, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #67676A;
        background-color: #E9DDAA;
        border-color: #E9DDAA;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #67676A;
        background-color: #dfcd81;
        border-color: #dcc977;
    }

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(233, 221, 170, 0.5);
    }

    .primary {
        color: #f8f9fa !important;
    }

    a.primary:hover, a.primary:focus {
        color: #dae0e5 !important;
    }

    .keyboard-button-login {
        height: 2.5em;
        width: 2.5em;
        padding: 3px 1px 1px 3px;
        text-align: center;
        cursor: pointer;
        border-radius: 8px;
        background-color: unset !important;
        margin: 2px;
        font-size: 15px;
        border: solid 1.3px var(--light-gold) !important;
    }

    .keyboard-button {
        height: 2.2em;
        width: 2.2em;
        padding: 3px 1px 1px 3px;
        text-align: center;
        cursor: pointer;
        border-radius: 8px;
        background-color: unset !important;
        margin: 1px;
        font-size: 15px;
        border: solid 1.3px var(--light-gold) !important;
    }

    .nexa-light-green, .nexa-bold-gray, .nexa-light-gray {
        color: var(--light-gold) !important;
        /*border: solid 1.3px var(--light-gold) !important;*/
    }

    .msg-error-login {
        max-width: 283px;
    }

    .modal-backdrop {
        z-index: -1;
    }

    .sub-title {
        color: white !important;
    }

    .back-icon p {
        display: none;
    }

    .back-icon img {
        margin-left: 1.5rem;
    }

    .version {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: white !important;
    }

    input[type="checkbox"] {
        accent-color: var(--main-border-color-gold);
    }
}

@media screen and (max-height: 748px) {
    .wrap{
        margin-block: 0;
    }

    .container-wrapper {
        min-height: unset;
        height: 100vh;
        max-height: 60rem;
    }

    .container-wrapper .login-header {
        padding-block: 0.5em 0;
    }

    .icon-style {
        width: 80px;
        height: 40px;
        scale: 0.7;
    }

    .column.text-align-center a {
        height: 5.3rem;
    }
}

@media screen and (max-width: 340px) {
    .img-size-login {
        height: 45%;
        width: auto;
    }

    .header-tab-pane h1 {
        font-size: 1em !important;
    }

    form#loginForm {
        min-width: unset;
        height: 58%;
    }

    form#loginForm {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        justify-content: space-between;
    }

    .login-pass-btn {
        width: 5rem;
        /*height: calc(5rem + 12px);*/
        font-size: 21px;
        padding: 4px 6px 0 6px;
        border-radius: 6px;
    }

    .remember-forgot-user {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }

    .header-tab-pane {
        font-family: NexaRegular, sans-serif;
        color: white;
        margin-block: 4%;
    }

    .keyboard-button-login {
        /*height: 2em;*/
        /*width: 2em;*/
        padding: 3px 1px 1px 3px;
        text-align: center;
        cursor: pointer;
        border-radius: 8px;
        background-color: unset !important;
        margin: 2px;
        font-size: 15px;
        border: solid 1.3px var(--light-gold) !important;
    }

    .keyboard-button {
        height: 2em;
        width: 2em;
        padding: 3px 1px 1px 3px;
        text-align: center;
        cursor: pointer;
        border-radius: 8px;
        background-color: unset !important;
        margin: 1px;
        font-size: 15px;
        /*border: solid 1.3px var(--light-gold) !important;*/
    }

    input#loginUserFisic, input.password-login {
        border-radius: 5px;
        margin-bottom: 6px;
        border: solid 1px white;
        font-size: 0.8em;
        color: white;
        height: 3rem;
    }

    .login-inputs {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: stretch;
        min-height: unset;
        align-content: space-around;
        margin-top: -1rem;
        height: initial;
    }

    .msg-error-login {
        max-width: 254px;
    }

    .modal-backdrop {
        z-index: -1;
    }

}

.version {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: small;
}

