﻿body {
}
.loading-img {
    background: url('../../assets/src/loading.gif') center center no-repeat;
    z-index: 999999;
    width: 150px;
    height: 150px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    margin-left: -75px;
    margin-top: -50px;
    display: none;
}

.overlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    height: 100vh;
}

.tooltip {
    display: flex;
    align-items: center;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        position: absolute;
        z-index: 1;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 11px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #1680FF;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;
    }

    .tooltip.active .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

/*#region Desktop*/

@media only screen and (min-width: 768px) {
    .swal2-popup {
        width: 40% !important;
        display: flex;
    }

    .tooltip .tooltiptext {
        margin-left: 10px;
    }

    .headerMobile {
        display: none;
    }

    .pr-footer {
        position: relative;
        background: #F9F9F9;
        height: 40px;
        bottom: 0;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

        .pr-footer > label {
            margin-top: 14px;
            font-family: Ubuntu;
            font-style: normal;
            font-weight: normal;
            font-size: 10px;
            color: #00215B;
        }

    #Principal {
        background: linear-gradient(to left, #fff 50%, #F9F9F9 50%);
        height: calc(100vh - 40px);
    }

    .header {
        background-image: url('../../assets/src/cna_img_bck.png');
        background-repeat: no-repeat;
        background-size: 100px 100px;
        width: 100%;
        height: 100px;
        padding-left: 170px;
        padding-top: 25px;
    }

    .header > img {
    }

    .body {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 80%;
        justify-content: space-evenly;
        padding: 10px 175px;
    }

    .body > .box1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /*max-width: 360px;*/
    }

    .body > .box1 > h1 {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 29px;
        color: #01215B;
        margin: 0px;
        margin-bottom: 10px;
    }

    .body > .box1 > p {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        color: #01215B;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .body > .box1 > img {
        margin-top: 15px;
    }

    .body > .box1 > button {
        border: 1.5px solid #1A60DF;
        box-sizing: border-box;
        border-radius: 30px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #1A60DF;
        background: transparent;
        height: 30px;
        width: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 18px;
        cursor: pointer;
    }

    .body > .box1 > label {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: center;
        color: #01215B;
        margin-top: 28px;
    }

    .body > .box2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 280px;
    }

    .body > .box2 > h1 {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        color: #0D2B68;
        margin: 0px;
    }

    .body > .box2 > p {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #24252E;
    }

    .body > .box2 > button {
        /*background: #1A60DF;
        border-radius: 100px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-align: center;
        text-indent: 0.67241px;
        color: #FFFFFF;
        height: 40px;
        width: 140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 0px;
        margin-top: 40px;
        cursor: pointer;*/
        box-sizing: border-box;
        outline: none !important;
        line-height: inherit;
        overflow: visible;
        text-transform: none;
        -webkit-appearance: button;
        background: #1A60DF;
        border: none;
        font-weight: 500;
        cursor: pointer;
        font-family: "Ubuntu";
        font-style: normal;
        font-size: 14px;
        color: #FFFFFF;
        display: block;
        width: 100% !important;
        height: 40px !important;
        max-width: 140px;
        border-radius: 25px;
        margin: 20px auto 0 !important;
        box-shadow: 0 4px 10px 2px rgb(247 187 34 / 30%);
    }

    .body > .box2 > select {
        font-family: "Ubuntu";
        color: #969696;
        max-width: 100%;
        background: #ffffff;
        border: 0px;
        border-bottom: 0.08125rem solid #d9e4ee;
        box-sizing: border-box;
        /*width: 323px;*/
        height: 40px;
        font-size: 14px;
        background-image: url('../../assets/src/arrow-down.png');
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
        background-repeat: no-repeat;
        -webkit-appearance: none;
        -moz-appearance: none;
        display: block;
        margin-bottom: 30px;
    }

    .body > .box2 > select[value=""] {
        color: #24252E;
    }

    .body > .box2 > select > option:not(:checked) {
        color: #969696;
    }

    .body > .box2 > select > option:checked {
        color: #24252E;
    }

    .download.button {
        background: #1A60DF;
        border-radius: 100px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-align: center;
        text-indent: 0.67241px;
        color: #FFFFFF;
        height: 40px;
        width: 140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 0px;
        margin-top: 40px;
        cursor: pointer;
    }

    .body > .box3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 408px;
    }

    .body > .box3 > h1 {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        color: #0D2B68;
        margin: 0px;
    }

    .body > .box3 > p {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #24252E;
        margin: 0px;
        margin-top: 30px;
    }

    .body > .box3 > .DetalleCuenta {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        width: 100%;
    }

    .body > .box3 > .DetalleCuenta > div {
        border-bottom: 1px solid #D9E4EE;
        border-radius: 1px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 324px;
        padding: 15px 0px;
    }

    .body > .box3 > .DetalleCuenta > div > label.descripcion {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        color: #0D2B68;
        margin-right: auto;
    }

    .body > .box3 > .DetalleCuenta > div > label.valor {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-align: right;
        color: #6D6E79;
    }

    .body > .box3 > .DetalleCuenta > div > img {
        margin-left: 20px;
        cursor: pointer;
    }

    .body > .box3 > .DetalleCuenta > div:last-child {
        border-bottom: 0px;
    }

    .body > .box3 > button {
        /*background: #1A60DF;
        border-radius: 100px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-align: center;
        text-indent: 0.67241px;
        color: #FFFFFF;
        height: 40px;
        width: 190px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 0px;
        margin-top: 20px;
        cursor: pointer;*/
        box-sizing: border-box;
        outline: none !important;
        line-height: inherit;
        overflow: visible;
        text-transform: none;
        -webkit-appearance: button;
        background: #1A60DF;
        border: none;
        font-weight: 500;
        cursor: pointer;
        font-family: "Ubuntu";
        font-style: normal;
        font-size: 14px;
        color: #FFFFFF;
        display: block;
        width: 100% !important;
        height: 40px !important;
        max-width: 140px;
        border-radius: 25px;
        margin: 20px auto 0 !important;
        box-shadow: 0 4px 10px 2px rgb(247 187 34 / 30%);
    }
}

/*#endregion*/


/*#region Mobile*/

@media only screen and (max-width: 768px) {

    .tooltip .tooltiptext {
        margin-left: -45px;
        margin-top: -50px;
    }

    .swal2-popup {
        width: 90% !important;
        display: flex;
    }

    .pr-footer {
        position: relative;
        background: #F9F9F9;
        height: 40px;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pr-footer > label {
        margin: 0px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        color: #00215B;
    }

    #Principal {
    }

    .header {
        display: none;
    }

    .headerMobile {
        background: #00215B;
        height: 60px;
        padding: 16px 27px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .headerMobile > img {
        height: 35px;
    }

    .headerMobile > div {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .headerMobile > div > label {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 11px;
        text-align: right;
        color: #FFFFFF;
    }

    .headerMobile > div > h1 {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        text-align: right;
        color: #FFFFFF;
        margin: 0px;
    }

    .body {
        display: flex;
        flex-direction: column-reverse;
    }

    .body > .box1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 27px;
        background: #F9F9F9;
        background-image: url('../../assets/src/cna_img_bck.png');
        background-repeat: no-repeat;
        background-size: 60px 60px;
    }

    .body > .box1 > h1 {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        color: #0D2B68;
        margin: 80px 0px 10px 0px;
    }

    .body > .box1 > p {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #01215B;
        margin: 0px 0px 40px 0px;
    }

    .body > .box1 > img {
        margin-bottom: 10px;
    }

    .body > .box1 > button {
        border: 1.5px solid #1A60DF;
        box-sizing: border-box;
        border-radius: 30px;
        width: 120px;
        height: 30px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #1A60DF;
        justify-content: center;
        background: transparent;
    }

    .body > .box1 > label {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: center;
        color: #01215B;
        margin-bottom: 57px;
        margin-top: 28px;
    }

        .body > .box2 {
            padding: 0px 27px;
            background-image: url('../../assets/src/cna_img_bck2.png');
            background-repeat: no-repeat;
            background-size: 60px 60px;
            background-position: bottom right;
        }

        .body > .box2 > h1 {
            font-family: Ubuntu;
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 23px;
            color: #0D2B68;
            margin: 52px 0 30px 0px;
        }

        .body > .box2 > p {
            font-family: Ubuntu;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 16px;
            color: #24252E;
        }

    .body > .box2 > button {
        /*background: #1A60DF;
        border-radius: 100px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-align: center;
        text-indent: 0.67241px;
        color: #FFFFFF;
        height: 40px;
        width: 140px;
        flex-direction: column;
        justify-content: center;
        border: 0px;
        margin-top: 40px;
        cursor: pointer;*/
        box-sizing: border-box;
        outline: none !important;
        line-height: inherit;
        overflow: visible;
        text-transform: none;
        -webkit-appearance: button;
        background: #1A60DF;
        border: none;
        font-weight: 500;
        cursor: pointer;
        font-family: "Ubuntu";
        font-style: normal;
        font-size: 14px;
        color: #FFFFFF;
        display: block;
        width: 100% !important;
        height: 40px !important;
        max-width: 140px;
        border-radius: 25px;
        margin: 20px auto 0 !important;
        box-shadow: 0 4px 10px 2px rgb(247 187 34 / 30%);
    }

    .body > .box2 > select {
        font-family: "Ubuntu";
        color: #969696;
        max-width: 100%;
        background: #ffffff;
        border: 0px;
        border-bottom: 0.08125rem solid #d9e4ee;
        box-sizing: border-box;
        height: 40px;
        font-size: 14px;
        background-image: url('../../assets/src/arrow-down.png');
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
        background-repeat: no-repeat;
        -webkit-appearance: none;
        -moz-appearance: none;
        display: block;
        margin-bottom: 30px;
    }

    .body > .box2 > select[value=""] {
        color: #24252E;
    }

    .body > .box2 > select > option:not(:checked) {
        color: #969696;
    }

    .body > .box2 > select > option:checked {
        color: #24252E;
    }

    .body > .box3 {
        padding: 0px 27px;
        background-image: url('../../assets/src/cna_img_bck2.png');
        background-repeat: no-repeat;
        background-size: 60px 60px;
        background-position: bottom right;
    }

    .body > .box3 > h1 {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        color: #0D2B68;
        margin: 52px 0 30px 0;
    }

    .body > .box3 > p {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #24252E;
        margin: 0px;
        margin-bottom: 20px;
    }

    .body > .box3 > .DetalleCuenta {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

.body > .box3 > .DetalleCuenta > div {
    border-bottom: 1px solid #D9E4EE;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 0px;
}

    .body > .box3 > .DetalleCuenta > div > label.descripcion {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        color: #0D2B68;
        margin-right: auto;
    }

    .body > .box3 > .DetalleCuenta > div > label.valor {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-align: right;
        color: #6D6E79;
    }

    .body > .box3 > .DetalleCuenta > div > img {
        margin-left: 20px;
        cursor: pointer;
    }

    .body > .box3 > .DetalleCuenta > div:last-child {
        border-bottom: 0px;
    }

    .body > .box3 > button {
        /*background: #1A60DF;
        border-radius: 100px;
        border: 0px;
        width: 190px;
        height: 40px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-align: center;
        text-indent: 0.67241px;
        color: #FFFFFF;
        justify-content: center;
        margin: 40px 0 80px 0;*/
        box-sizing: border-box;
        outline: none !important;
        line-height: inherit;
        overflow: visible;
        text-transform: none;
        -webkit-appearance: button;
        background: #1A60DF;
        border: none;
        font-weight: 500;
        cursor: pointer;
        font-family: "Ubuntu";
        font-style: normal;
        font-size: 14px;
        color: #FFFFFF;
        display: block;
        width: 100% !important;
        height: 40px !important;
        max-width: 140px;
        border-radius: 25px;
        margin: 20px auto 0 !important;
        box-shadow: 0 4px 10px 2px rgb(247 187 34 / 30%);
    }
}

/*#endregion*/

/*#region Materialize*/


.input-field input {
    border-bottom: 1px solid #D9E4EE !important;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    background-color: #FFFFFF !important;
    border: 2px solid #D9E4EE !important;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    border: 2px solid #2CBDEC !important;
    background-color: #2CBDEC !important;
}

[type="checkbox"] + span:not(.lever) {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #24252E;
}

input,
select,
textarea {
    max-width: 100% !important;
}

.input-field {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px !important;
}

    .input-field.col.s6:first-child {
        padding: 0px 14px 0px 0px !important;
    }

    .input-field > input {
        height: 2.5rem !important;
    }

    .input-field > label {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #969696;
        left: 0px !important;
    }

    .input-field .prefix {
        color: #2CBDEC;
        font-size: 1.5rem;
    }

::-wzebkit-input-placeholder {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #969696;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #969696;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #969696;
}

::-webkit-calendar-picker-indicator {
    background-image: url('../../assets/src/calendar.svg');
}

::-webkit-datetime-edit-text,
::-webkit-datetime-edit-day-field[aria-valuetext=blank],
::-webkit-datetime-edit-month-field[aria-valuetext=blank],
::-webkit-datetime-edit-year-field[aria-valuetext=blank] {
    color: #969696;
}

/*#endregion */
