/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Nunito:100,200,300,400,500,600,700";


/*.section-welcome{
    margin-top: -277px;
}*/
.card-list {
    display: flex;
}
body {
    font-family: 'Nunito', sans-serif;
    background: #ffffff;
    color: #727176;
    font-weight: 200;
    overflow-x: hidden;
}
.flecha-atras{
    right: 191px;
    position: relative;
}
.alert {
    border-radius: 0.5rem;
}
.img-card{
    width: 35px;
}
.body-card-text {
    display: grid;
    font-size: 17px;
    line-height: 45px;
}
p {
    font-family: 'Nunito', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
    color: #727176;
    font-weight: 200;
}
h5, .h5 {
    font-weight: 200;
}
.logo-40 {
    width: 29px;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.card {
    border-radius: 0.85rem;
    font-weight: 400;
    border: 1px solid #f7f7f8;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0px 0 rgba(0, 0, 0, 0);
    width: 185px;
    height: 145px;
    padding: 20px;
}
.card:hover {
    border: 1px solid #d41d3f;
}
.gris-suave{
    color: #dedede;
}
.logo-banco {
    width: 134px;
}
.gris-fuerte{
   color: #c2c3c9;
}
.btn-actualizar{
    color: #3f4e9a !important;
}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border-radius: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #c2c3cd;

}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #F7F7F8;
    color: #727176;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}
select[disabled]{
    background-image: none;
    cursor: no-drop;
}
button[disabled]{
    cursor: no-drop;
}
.card-crediminutos[disabled]{
    color: #dedede;
    cursor: no-drop;
    pointer-events: none;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #f7f7f8;
}

#sidebar ul.components {
    padding: 20px 0px 20px 20px;
}
.footer {
    position: fixed;
    bottom: 0px;
    height: 61px;
    width: 100%;
    z-index: 9999;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}

.nav-item{
    list-style: none;
    color: #c2c3cb;
}
.nav-link i {
    margin-right: 20px;
}
.font40-px {
    font-size: 34px;
}
.font60-px{
    font-size: 60px;
}
.font23-px {
    font-size: 23px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #727176;
}
#sidebar ul li a:hover {
    color: #C22645;
    border-right: 13px solid #C22645;
}
.isologo{
    width: 30px;
}
i {
    line-height: 1.6 !important;
}
#sidebar ul li.active > a, #sidebar ul li.active > a[aria-expanded="true"] {
    color: #C22645;
    border-right: 13px solid #C22645;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: none;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.fontcolor-name {
    color: #242424;
    font-size: 15px;
    font-weight: 500;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
h1{
    font-size: 54px;
    font-weight: 200;
}
a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.close {
    font-weight: 100;
    opacity: 1;
}
.fondo-content {
    width: 100%;
    -moz-border-radius: 100px 100px 0 0;
    -webkit-border-radius: 100px 100px 0 0;
    border-radius: 0px 0px 100% 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.72) 0%, rgb(242, 242, 242) 100%);
    z-index: -1;
    padding-bottom: 55px;
}
.md-form label, .md-form label.active {
    font-size: 14px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0px 40px 20px 40px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #ffffff;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

.caritas{
    width: 55px;
}
strong{
    font-weight: bold;
}
.mt-120{
    margin-top: 120px !important;
}
.section-logo-bancos{
    margin-top: -40px;
}
.table-delete-margen th, .table-delete-margen td {
    padding-top: 0px;
    padding-bottom: 7px;
}

.container-bancos{
    justify-content: center;
    align-items: center;
}



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebarNoti li {
    list-style: none;
}
#sidebarNoti li small {
    font-size: 7px;
}
#sidebarNoti {
    width: 310px;
    position: fixed;
    top: 0;
    right: -510px;
    height: 100%;
    z-index: 999;
    background: #f7f7f8;
    color: #fff;
    transition: all 0.6s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebarNoti.active {
    right:0;
    margin-right: 0px;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}


#sidebarNoti .sidebar-header {
    padding: 8px;
    background: #f7f7f8;
    border-bottom: 1px solid #c2c3cb;
}

#sidebarNoti ul.components {
    padding: 20px;
    border-bottom: 1px solid #c2c3cb;
}


#sidebarNoti ul p {
    color: #fff;
    padding: 10px;
}

#sidebarNoti ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}


ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#montoInput{
    display: none;
}
#inputContenedor{
    display: none;
}
.input-monto{
    font-size: 54px;
    font-weight: 200;
}
li.nav-item.ml-2.mr-5 {
    color: #191717;
    font-weight: 600;
}
.bg-light {
    background-color: #f8f9fa !important;
}
#sidebarNoti span.badge.red {
    right: 33px;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar ul li.active > a, #sidebar ul li.active > a[aria-expanded="true"] {
        color: #c22645;
        border-right: 0px solid #c2264500;
    }

    #sidebarNoti svg.svg-inline--fa.fa-bell.fa-w-14.font40-px {
        right: 23px;
        position: absolute;
    }

    #sidebarNoti span.badge.red {
        right: 16px;
    }
    img.mr-3 {
        margin-top: -27px !important;
    }
    #sidebarNoti {
        width: 100%;
    }
    .input-monto{
        font-size: 35px;
    }
    .card{
        width: 100%;
        height: 76px;
    }
    .card-crediminutos[disabled]{
        display: none;
    }
    .flecha-atras {
        right: 45px;
        position: relative;
    }
    .d-xs-flex{
        display: flex;
    }
    .section-logo-bancos {
        margin-top: 30px;
    }
    .logo-banco {
        width: 155px;
    }
    .img-perfil{
        width: 100px;
    }
    .fondo-content {
        border-radius: 24% 24% 80% 80% / 88% 88% 24% 24%;
        padding-bottom: 30px;
    }

    h1 {
        font-size: 35px;
    }
    small{
        font-size: 70%;
    }
    #content {
        width: 100%;
        padding: 0px 0px 20px 0px;
        min-height: 100vh;
        transition: all 0.3s;
    }
    #sidebar ul li a i {
        display: none;
    }
    #sidebar ul li a {
        padding: 10px;
        font-size: 20px;
        display: block;
        color: #727176;
    }
    #sidebar {
        margin-left: -363px;
        transform: initial;
        margin-top: 71px;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 9;
        min-width: 100%;
        max-width: 100%;
        background: #ffffff;
        transition: all 0.6s;
    }
    #sidebarNoti .sidebar-header {
        padding: 8px;
        background: #f7f7f8;
        border-bottom: 1px solid #c2c3cb;
        display: none;
    }

    #sidebarNoti {
        display: none;
        width: 100%;
        position: fixed;
        top: 72px;
        right: -510px;
        height: 100%;
        z-index: 9999999;
        background: #ffffff;
        color: #fff;
        transition: all 0.6s;
        overflow-y: auto;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

    #sidebarNoti.active {
        right: 0;
        margin-right: 0px;
        display: block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .scrollOculto{
        overflow: hidden;
    }
    .overlay.active {
        display: none;
        opacity: 1;
    }
    #sidebar ul li a:hover {
        color: #C22645;
        border-right: 0px solid #c2264500;
    }
    .sidebarNoti div:nth-child(1){
        display: none;
    }

    .ul-a-decoration{
        text-decoration: underline;
        font-size: 17px !important;
    }
    .overlay {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        z-index: 998;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
    #sidebar .sidebar-header {
        padding: 20px;
        background: #f7f7f8;
        display: none;
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
        margin-top: 72px;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}

.login-fondo{
    background-image: url('../img/login-fondo-min.jpg');
    background-size: cover;
    width: 100vw;
    /*height: 100vh;*/
    height: auto;
    padding-top: 3vh;
}

.google-btn .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
}

.google-btn {
    width: 184px;
    height: 42px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 25%);
    cursor: pointer;
    margin: 40px auto;
}

.google-btn .google-icon {
    /*position: absolute;*/
    margin-top: 11px;
    margin-left: 0px;
    width: 18px;
    height: 18px;
}

.google-btn .btn-text {
    float: right;
    margin: 11px 11px 0 0;
    color: #fff!important;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
}



.btn-progres {
    border: none;
    border-radius: 2rem;
    background: linear-gradient(90deg, #C22645 0%, transparent 0%);
    animation: prog 2s linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: forward;
}

@keyframes prog {
    0% {
        background: linear-gradient(90deg, #9b1015 0%, transparent 0%); }
    2% {
        background: linear-gradient(90deg, #9b1015 2%, transparent 0%); }
    4% {
        background: linear-gradient(90deg, #9b1015 4%, transparent 0%); }
    6% {
        background: linear-gradient(90deg, #9b1015 6%, transparent 0%); }
    8% {
        background: linear-gradient(90deg, #9b1015 8%, transparent 0%); }
    10% {
        background: linear-gradient(90deg, #9b1015 10%, transparent 0%); }
    12% {
        background: linear-gradient(90deg, #9b1015 12%, transparent 0%); }
    14% {
        background: linear-gradient(90deg, #9b1015 14%, transparent 0%); }
    16% {
        background: linear-gradient(90deg, #9b1015 16%, transparent 0%); }
    18% {
        background: linear-gradient(90deg, #9b1015 18%, transparent 0%); }
    20% {
        background: linear-gradient(90deg, #9b1015 20%, transparent 0%); }
    22% {
        background: linear-gradient(90deg, #9b1015 22%, transparent 0%); }
    24% {
        background: linear-gradient(90deg, #9b1015 24%, transparent 0%); }
    26% {
        background: linear-gradient(90deg, #9b1015 26%, transparent 0%); }
    28% {
        background: linear-gradient(90deg, #9b1015 28%, transparent 0%); }
    30% {
        background: linear-gradient(90deg, #9b1015 30%, transparent 0%); }
    32% {
        background: linear-gradient(90deg, #9b1015 32%, transparent 0%); }
    34% {
        background: linear-gradient(90deg, #9b1015 34%, transparent 0%); }
    36% {
        background: linear-gradient(90deg, #9b1015 36%, transparent 0%); }
    38% {
        background: linear-gradient(90deg, #9b1015 38%, transparent 0%); }
    40% {
        background: linear-gradient(90deg, #9b1015 40%, transparent 0%); }
    42% {
        background: linear-gradient(90deg, #9b1015 42%, transparent 0%); }
    44% {
        background: linear-gradient(90deg, #9b1015 44%, transparent 0%); }
    46% {
        background: linear-gradient(90deg, #9b1015 46%, transparent 0%); }
    48% {
        background: linear-gradient(90deg, #9b1015 48%, transparent 0%); }
    50% {
        background: linear-gradient(90deg, #9b1015 50%, transparent 0%); }
    52% {
        background: linear-gradient(90deg, #9b1015 52%, transparent 0%); }
    54% {
        background: linear-gradient(90deg, #9b1015 54%, transparent 0%); }
    56% {
        background: linear-gradient(90deg, #9b1015 56%, transparent 0%); }
    58% {
        background: linear-gradient(90deg, #9b1015 58%, transparent 0%); }
    60% {
        background: linear-gradient(90deg, #9b1015 60%, transparent 0%); }
    62% {
        background: linear-gradient(90deg, #9b1015 62%, transparent 0%); }
    64% {
        background: linear-gradient(90deg, #9b1015 64%, transparent 0%); }
    66% {
        background: linear-gradient(90deg, #9b1015 66%, transparent 0%); }
    68% {
        background: linear-gradient(90deg, #9b1015 68%, transparent 0%); }
    70% {
        background: linear-gradient(90deg, #9b1015 70%, transparent 0%); }
    72% {
        background: linear-gradient(90deg, #9b1015 72%, transparent 0%); }
    74% {
        background: linear-gradient(90deg, #9b1015 74%, transparent 0%); }
    76% {
        background: linear-gradient(90deg, #9b1015 76%, transparent 0%); }
    78% {
        background: linear-gradient(90deg, #9b1015 78%, transparent 0%); }
    80% {
        background: linear-gradient(90deg, #9b1015 80%, transparent 0%); }
    82% {
        background: linear-gradient(90deg, #9b1015 82%, transparent 0%); }
    84% {
        background: linear-gradient(90deg, #9b1015 84%, transparent 0%); }
    86% {
        background: linear-gradient(90deg, #9b1015 86%, transparent 0%); }
    88% {
        background: linear-gradient(90deg, #9b1015 88%, transparent 0%); }
    90% {
        background: linear-gradient(90deg, #9b1015 90%, transparent 0%); }
    92% {
        background: linear-gradient(90deg, #9b1015 92%, transparent 0%); }
    94% {
        background: linear-gradient(90deg, #9b1015 94%, transparent 0%); }
    96% {
        background: linear-gradient(90deg, #9b1015 96%, transparent 0%); }
    98% {
        background: linear-gradient(90deg, #9b1015 98%, transparent 0%); }
    100% {
        background: linear-gradient(90deg, #9b1015 100%, transparent 0%); } }


/*VALIDACIONES*/
input.error {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #ff3044f2 !important;
    color: #000;
}

td.field input.error, td.field select.error, tr.errorRow td.field input, tr.errorRow td.field select, td.field textarea.error {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #ff3044f2 !important;
    color: #000;
    margin: 0;
}

.tdtextarea.error {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #ff3044f2 !important;
    color: #000;
    margin: 0;
}
