html {
    position: relative;
    min-height: 100%;
}
html, body{
    height: 100%;
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header {
    background: white;
    /*background: #223369;*/
    /*border-bottom: 3px solid #0054A4;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);;
}
header.header-print {
    background: transparent;
    box-shadow: none !important;
    border-top: 0 !important;
}
header.header-print table {
    margin-bottom: 0 !important;
}
header.header-print table td {
    border: 0 !important;
}
@media (min-width: 768px) {
    body {
        padding-top: 8rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-content: center;
        /*margin-bottom: 408px;*/
    }
    .logo-upct {
        width: 20rem;
    }
    .logo-pagos {
        width: 20rem;
    }
}
@media (max-width: 767.98px) {
    body {
        padding-top: 10rem;
        margin-bottom: 0;
    }
    .logo-upct {
        width: 5rem;
    }
    .logo-upct-footer {
        width: 12rem;
    }
    .logo-pagos {
        width: 4rem;
    }
}
.nav-item a {
    color: #337ab7;
}
.nav-item a:hover {
    color: #23527c;
}
main {
    position: relative;
    flex: 1;
    /*padding: 234px 0 0;*/
}
/*footer {*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: 298px;*/
    /*background: #223369;*/
/*}*/
.pagos-footer {
    background: #223369;
    font-weight: 400;
    color: #c5cbdc;
}
@media (min-width: 768px) {
    footer {
        /*position: absolute;*/
        /*bottom: 0;*/
        width: 100%;
        /*height: 408px;*/
    }
    .pagos-footer {
        padding: 2rem 1rem;
    }
    .pagos-footer .row .col-md-4 + .col-md-4 {
        border-left: 1px solid #697fc5;
    }
}
@media (max-width: 767.98px) {
    .pagos-footer {
        position: relative;
        padding: 2rem 1rem 0 1rem;
    }
    .pagos-footer .row .col-12 {
        padding: 1rem 0;
    }
    .pagos-footer .row .col-md-4:nth-child(odd) {
        border-top: 1px solid #697fc5;
    }
    .logo-upct {
        max-width: 400px;
    }
}
.upct-data-info {
    font-size: 0.8rem;
}
.upct-data-info a {
    color: #fff;
}
.upct-data-info a:hover {
    border-bottom: 1px solid white;
}
.enlaces-footer.list-inline li a {
    font-size: 0.8rem;
}
.enlaces-footer.list-inline li.list-inline-item {
    margin: 0;
}
.enlaces-footer.list-inline li.list-inline-item+li.list-inline-item:before {
    content: '|';
    font-size: 0.8rem;
}
.enlaces-footer a {
    color: #c5cbdc;
}
.redes-sociales a {
    padding: 0 0.1rem;
    color: #98a1bf;
}
.titulo-footer {
    font-weight: 400;
    color: #98a1bf;
    text-transform: uppercase;
}
.lista-servicios-tpv, .lista-servicios-tpv a {
    color: #c5cbdc;
    font-size: 0.9rem;
}
.lista-servicios-tpv a:hover, .enlaces-footer a:hover, .redes-sociales a:hover {
    color: #fff;
}
@media (max-width: 767.98px) {
    .copyright {
        margin-top: 1rem;
    }
}
@media (min-width: 768px) {
    .copyright {
        position: absolute;
        line-height: 1rem;
        width: 100%;
        text-align: center;
        bottom: 0;
    }
}
label::after {
    content: attr(data-end) !important;
    display: inline !important;
    color: red;
    opacity: 1 !important;
    top: 0 !important;
    right: -8px;
}
.md-form .form-control:disabled, .md-form .form-control[readonly] {
    color: rgba(0,0,0,.3);
}
.form-control:disabled::placeholder, .form-control:disabled::-moz-placeholder {
    color: rgba(0,0,0,.3);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.qty {
    text-align: right;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
select.custom-select, .select2-container--default .select2-selection--single {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #ced4da;
}
span.select2-container--default.form-control {
    border: 0 !important;
}
.select2-container *:focus {
    outline: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: rgba(0,0,0,.3);
}
.select-wrapper input.select-dropdown {
    height: 2.4rem;
    line-height: 2.4rem;
}
.product-table {
    margin-bottom: 2.3rem;
}
.datos {
    font-size: 0.9rem;
}

.card.card-ecommerce .card-footer a.btn-primary {
    color: #ffffff;
}

.btn-warning.text-gray {
    color: #757575;
}

.btn-warning:hover.text-gray {
    color: #757575;
}