/*!
 * Bootstrap Image Checkbox v0.1.0 (https://iqbalfn.github.io/bootstrap-image-checkbox/)
 * Copyright 2019 Iqbal Fauzi
 * Licensed under MIT (https://github.com/iqbalfnn/bootstrap-image-checkbox/blob/master/LICENSE)
 */.custom-control.image-checkbox{position:relative;padding-left:0}.custom-control.image-checkbox .custom-control-input:checked~.custom-control-label:after,.custom-control.image-checkbox .custom-control-input:checked~.custom-control-label:before{opacity:1}.custom-control.image-checkbox label{cursor:pointer}.custom-control.image-checkbox label:before{border-color:#007bff;background-color:#007bff}.custom-control.image-checkbox label:after,.custom-control.image-checkbox label:before{transition:opacity .3s ease;opacity:0;left:.25rem}.custom-control.image-checkbox label:focus,.custom-control.image-checkbox label:hover{opacity:.8}.custom-control.image-checkbox label img{border-radius:2.5px}.form-group-image-checkbox.is-invalid label{color:#dc3545}.form-group-image-checkbox.is-invalid .invalid-feedback{display:block}
/*# sourceMappingURL=bootstrap-image-checkbox.min.css.map */
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    color: #000000;
}

main {
    flex: 1 0 auto;
}

.material-icons {
    color: #ffffff !important;
}

.material-icons.active {
    color: #bdbdbd !important;
}

/*
.input-field .prefix.active {
    color: #616161;
}
*/

.input-field input[type="text"] + label,
input[type="password"] + label,
input[type="email"] + label,
input[type="date"] + label,
.materialize-textarea:focus:not([readonly]) + label {
    color: #ffffff !important;
}

.input-field input[type="text"]:not(.invalid),
input[type="password"]:not(.invalid),
input[type="email"]:not(.invalid),
input[type="date"]:not(.invalid),
.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ffffff !important;
    box-shadow: 0 1px 0 0 #ffffff !important;
}

[type="radio"].with-gap_pppp:checked + span:before {
    background-color: #e10d17;
    border: 2px solid #e10d17;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
    background-color: rgb(255, 0, 0);
    border: 2px solid #ffffff;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
    border: 2px solid #e10d17;
}

.helper-text {
    color: #fff !important;
}

.error-text {
    color: red !important;
}

.nav-wrapper li a {
    text-decoration: none !important;
    color: #fff;
}

.sidenav li a {
    text-decoration: none !important;
    color: #fff;
}

.nav-wrapper .dropdown-content li {
    background-color: #d50000;
}

.imagen-fondo {
    background-image: url("/pagos/img/fondo.jpg");
    min-height: 100vh;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.logo {
    height: 65px;
    margin: 4% 20%;
}

nav {
    height: 80px;
}

nav ul li,
nav ul li a,
.brand-logo {
    line-height: 80px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-6 {
    margin-bottom: 6px !important;
}

.mb-7 {
    margin-bottom: 7px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-9 {
    margin-bottom: 9px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-4 {
    margin-top: 4px !important;
}
.mt-5 {
    margin-top: 5px !important;
}

.mt-6{
    margin-top: 6px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-9 {
    margin-top: 9px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}


.invalid-feedback {
    display: none;
    margin-left: 3rem;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #F44336;
    font-weight: bold;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

.la-timer,
.la-timer > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.la-timer {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-timer.la-dark {
    color: #333;
}
.la-timer > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-timer {
    width: 32px;
    height: 32px;
}
.la-timer > div {
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-radius: 100%;
}
.la-timer > div:before,
.la-timer > div:after {
    position: absolute;
    top: 14px;
    left: 14px;
    display: block;
    width: 2px;
    margin-top: -1px;
    margin-left: -1px;
    content: "";
    background: currentColor;
    border-radius: 2px;
    -webkit-transform-origin: 1px 1px 0;
    -moz-transform-origin: 1px 1px 0;
    -ms-transform-origin: 1px 1px 0;
    -o-transform-origin: 1px 1px 0;
    transform-origin: 1px 1px 0;
    -webkit-animation: timer-loader 1250ms infinite linear;
    -moz-animation: timer-loader 1250ms infinite linear;
    -o-animation: timer-loader 1250ms infinite linear;
    animation: timer-loader 1250ms infinite linear;
    -webkit-animation-delay: -625ms;
    -moz-animation-delay: -625ms;
    -o-animation-delay: -625ms;
    animation-delay: -625ms;
}
.la-timer > div:before {
    height: 12px;
}
.la-timer > div:after {
    height: 8px;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-delay: -7.5s;
    -moz-animation-delay: -7.5s;
    -o-animation-delay: -7.5s;
    animation-delay: -7.5s;
}
.la-timer.la-sm {
    width: 16px;
    height: 16px;
}
.la-timer.la-sm > div {
    width: 16px;
    height: 16px;
    border-width: 1px;
}
.la-timer.la-sm > div:before,
.la-timer.la-sm > div:after {
    top: 7px;
    left: 7px;
    width: 1px;
    margin-top: -0.5px;
    margin-left: -0.5px;
    border-radius: 1px;
    -webkit-transform-origin: 0.5px 0.5px 0;
    -moz-transform-origin: 0.5px 0.5px 0;
    -ms-transform-origin: 0.5px 0.5px 0;
    -o-transform-origin: 0.5px 0.5px 0;
    transform-origin: 0.5px 0.5px 0;
}
.la-timer.la-sm > div:before {
    height: 6px;
}
.la-timer.la-sm > div:after {
    height: 4px;
}
.la-timer.la-2x {
    width: 64px;
    height: 64px;
}
.la-timer.la-2x > div {
    width: 64px;
    height: 64px;
    border-width: 4px;
}
.la-timer.la-2x > div:before,
.la-timer.la-2x > div:after {
    top: 28px;
    left: 28px;
    width: 4px;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 4px;
    -webkit-transform-origin: 2px 2px 0;
    -moz-transform-origin: 2px 2px 0;
    -ms-transform-origin: 2px 2px 0;
    -o-transform-origin: 2px 2px 0;
    transform-origin: 2px 2px 0;
}
.la-timer.la-2x > div:before {
    height: 24px;
}
.la-timer.la-2x > div:after {
    height: 16px;
}
.la-timer.la-3x {
    width: 96px;
    height: 96px;
}
.la-timer.la-3x > div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}
.la-timer.la-3x > div:before,
.la-timer.la-3x > div:after {
    top: 42px;
    left: 42px;
    width: 6px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 6px;
    -webkit-transform-origin: 3px 3px 0;
    -moz-transform-origin: 3px 3px 0;
    -ms-transform-origin: 3px 3px 0;
    -o-transform-origin: 3px 3px 0;
    transform-origin: 3px 3px 0;
}
.la-timer.la-3x > div:before {
    height: 36px;
}
.la-timer.la-3x > div:after {
    height: 24px;
}
/*
  * Animation
  */
@-webkit-keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes timer-loader {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.textload {
    color: white;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    position: absolute;
    margin-top: 120px;
    font-weight: bold;
}

.cargando {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

th {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 2;
    background-color: white;
}

th::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #cccccc;
}

input[type="radio"]{
    -webkit-appearance:none;
}

.form-radio label{
    height: 80px;
    width: 250px;
    border:3px solid #F4F6F6;
    position: relative;
    margin: auto;
    border-radius: 6px;
    color: black;
    transition: 0.5s;
    display: inline-block;
}

.form-radio label span{
    font-size  : 17px;
    position   : absolute;       
    left       : 80px;      
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    vertical-align: middle;
    display: grid;
    align-items: center;
    height: 75px;
    top:0px;
}


input[type="radio"]:checked + label{
    /*background-color:#F4F6F6;*/
    border:3px solid #e10e17;
    color: black;
    opacity: 1;
    box-shadow: 0 15px 45px rgba(213, 216, 214, 0.2);
}

.img-size-01 {
    text-align: left;  
    float: left;
    width: 50px;
    height:50px;
    margin:11px;
 
}

.img-size-02 {
    text-align: center;  
    width: 170px;
    height:72px;
    margin:2px;
}

.fa-1x {
    font-size: 1.5em;
}

.texto-uandes {
    color: #e10d17 !important;
}

.light-green-text {
    color: #8bc34a !important;
}

.titulo {
    font-size: 1.9em  !important;
}

.titulo2 {
    font-size: 1.5em  !important;
}

.sinborde_top {
  border-top:0 !important;
}

.sinborde_sombra {
  box-shadow: none !important;
}

.fondo_alerta {
    background-color:#4CAF50;
    /*margin-top:40px;*/
}

.fondo_footer {
   background-color: #37424a !important;
}   

.rrss {
    margin: 0 0.4em;
}

.red.accent-4 {
    background-color: #e10d17 !important;
}

.borde_izquierdo {
    border-left: 2px solid rgba(160, 160, 160, 0.2);
}