﻿/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*/

.fondoA {
    background-image: url('img/uvm_fondoinicio.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: top center;
    background-size: cover;
    -moz-background-size: 100%; /* Firefox 3.6 */
}

.fondoB {
    background-image: url('img/uvm_fondoinicio.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-size: cover;
    -moz-background-size: 100%; /* Firefox 3.6 */
}

.acreditaA {
    background-image: url('img/uvm_acredita.png');
}

.uvmBackPantone1 {
    background-color: rgb(91,103,112) !important;
    color: white !important;
}

.uvmBackPantone2 {
    background-color: rgb(16,24,32) !important;
    color: white !important;
}

.form-control:focus {
    border-color: #3bcfff !important;
    box-shadow: 0 0 2px rgba(98, 101, 228, 1) !important;
}


.titulo {
    font-size: large;
    font-weight: 400;
    color: white;
    padding: 0px 0px 6px 0px;
    line-height: 1.5em !important;
}

.tituloA {
    font-size: large;
    font-weight: 500;
    line-height: 1.5em !important;
}

.subtitulo {
    font-size: small;
    font-weight: 400;
    color: white;
    padding-bottom: 20px;
}


.cuerpo {
    padding: 10px 10px 10px 10px;
    margin-bottom: 84px;
}

.espacio84 {
    padding-bottom: 100px !important;
}

.cuerpoIn {
    width: 100%;
    height: 100%;
    /*min-height: 400px;*/
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #cccccc;
    padding: 10px 15px 15px 15px;
}

.cuerpoMain {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-left: 15px !important;
    margin-right: 15px !important;
    border: 1px solid #cccccc;
    background-color: rgba(204, 204, 204, 0.2);
    padding: 10px 15px 15px 15px;
    box-shadow: 0 0 2px rgba(98, 101, 228, 1) !important;
    font-family: 'Open Sans', sans-serif;
}

.separadorV {
    width: 100%;
    height: 100%;
    border-right: 1px dotted #cccccc;
    padding-right: 15px;
}

.paddingCeldaPago {
    padding: 10px;
    font-size: 12px;
    color: #808080;
}


.editor-label {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    font-size: small;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: darkgray;
}

.accordion-icons .card-header .btn:before {
    font-family: FontAwesome;
    content: "\f078";
    font-size: x-large;
    color: #17a2b8;
}

.accordion-icons .card-header .btn.collapsed:before {
    content: "\f077";
    color: #6c757d;
}

.accordion-icons .card-header .btn:hover,
.accordion-icons .card-header .btn:active,
.accordion-icons .card-header .btn:focus {
    text-decoration: none;
}

.pagoColorPagado {
    background-color: #c9eff5 !important;
}


.dataTables_scrollBody {
    border-bottom: 1px solid #c00 !important;
}

.btn-comprobante {
    font-family: FontAwesome;
    content: "\f078";
    font-size: x-large;
    color: #17a2b8;
}

.invisible {
    display: none;
}

.inicio {
    opacity: 0.85;
    filter: alpha(opacity=85); /* This is for IE8 and other earlier browsers */
}

    .inicio:hover {
        opacity: 1.0;
        filter: alpha(opacity=100); /* This is for IE8 and other earlier browsers */
    }

select {
    padding-top: 3px !important;
}

.alerta {
    width: 200px;
    padding: 0px 0px 0px 0px;
    font-size: small;
}

#tooltip {
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
}

.espaciado2 {
    margin-bottom: 8px;
}

.espaciado3 {
    margin-bottom: 0.6rem;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

::placeholder { /* Recent browsers */
    text-transform: none;
}

.leyenda{
    font-size: x-small;
    font-weight:500;
    text-transform:uppercase;
}

.alertMsg{
    min-width:100px;
    color:white;
    font-weight:500;
}

.alertMsg:hover {
    color: white;
}

    .alertMsg:focus {
        color: white;
    }

.tituloHead {
    font-size: x-large;
    font-weight: 400;
    color: white;
    padding: 0px 0px 0px 80px;
    line-height: 1em !important;
}

.minimalHead {
    font-size: x-small;
    color: white;
    padding: 0px 0px 0px 80px;
    line-height: 0.5em !important;
}

.subtituloHead {
    font-size: smaller;
    font-weight: 400;
    color: white;
    padding: 0px 0px 0px 80px;
    line-height: 1.5em !important;
}

.fixeado {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    z-Index: 900000 !important;
}

.logoMain {
    z-index: 1021;
}

.resalt2 {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 2px;
    text-align: center;
    font-weight: 500;
    color: white !important;
    font-size: small;
}

    .resalt:hover {
        background-color: rgb(91,103,112) !important;
        border-radius: 4px;
    }

.resalt2:hover {
    background-color: rgb(255, 82, 82);
    border-radius: 4px;
}

.resalt {
    min-width: 80px;
    text-align: center;
}

.resaltActivo {
    border-radius: 4px;
}

.aFocus:hover {
    text-decoration: none;
}

.active {
    color: white !important;
    border-radius: 4px;
}

footer {
    font-size: 12px !important;
}

.bordeado {
    min-height: 100%;
    margin: 10px 10px 10px 10px;
    padding: 10px 20px 10px 20px;
    border: 2px solid #ecf0f3 !important;
    border-radius: 10px;
    box-shadow: 6px 6px 12px #cbced1, -6px -6px 12px #fff;
}

.anchoCAT {
    min-width: 90px;
}

.anchoCATx {
    min-width: 40px;
}

.anchoCAT2 {
    min-width: 120px;
}

.btn-vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto; /* Ajusta la altura según tus necesidades */
}


@media (max-width: 768px) {
    /* CSS that should be displayed if width is equal to or less than 575px goes here */

    .fuenteMovil {
        font-size:smaller !important;
    }
}

.back-to-top {
    /*    position: fixed;*/
    display: none;
    background: #101820;
    color: rgb(91,103,112);
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover{
    color:white;
}

@media (max-width: 945px) {
    /* CSS that should be displayed if width is equal to or less than 575px goes here */

    .welcome {
        font-size: large !important;
    }
}

.sizeW60{
    width:60px;
}

.sizeW80{
    width:80px;
}

.sizeW100 {
    max-width: 100px;
}

.rounded {
    border-radius: .25rem !important;
}

@media (max-width: 466px) {
    /* CSS that should be displayed if width is equal to or less than 575px goes here */

    .sizePago {
        font-size: large !important;
    }
    .sizePagoD {
        font-size: medium !important;
    }
    .sizePagoD2 {
        font-size: x-small !important;
    }
}

.labelADMInicio {
    text-align: left;
    position:absolute;
    bottom:0;
    right:0;
    padding: 0px 10px 0px 10px;
    font-size: xx-large;
    opacity: 0.8;
    font-weight: 600;
    font-style:italic;
}

.labelADMInicioB {
    opacity: 1;
    font-weight: 800;
    font-style: normal;
}