﻿:root {
    --mud-appbar-height: 90px !important;
}

html, body {
    font-family: 'Montserrat', sans-serif !important;
}

body {
    height: 100vh;
}

p {
    font-family: 'Montserrat', sans-serif !important;
}

.mud-typography-body1 {
    font-size: 11pt !important;
}

.height-100 {
    height: 100vh;
}

.height-100-percentage {
    height: 100%;
}

.height-94 {
    height: 100vh;
}

.width-100-percentage {
    width: 100%;
}

.fs-20 {
    font-size: 20pt;
}

.fs-18 {
    font-size: 18pt;
}

.fs-16 {
    font-size: 16pt;
}

.fs-14 {
    font-size: 14pt !important;
}

.fs-13 {
    font-size: 13pt !important;
}

.fs-12 {
    font-size: 12pt !important;
}

.fs-11 {
    font-size: 11pt;
}

.fw-none {
    font-weight: unset;
}

.fw-500 {
    font-weight: 500 !important;
}

.centrar-texto {
    text-align: center;
}

.ocultar {
    display: none;
}

.btn-refresh {
    display: none;
}

.button-recargar {
    width: 61px;
    height: 19px;
    background-color: #000040;
    font-size: 11px;
    font-weight: 500;
    color: white;
    padding: 8px;
}

.header-main {
    background-image: url(../images/encabezado.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#hero-login {
    background-image: url(../images/imagen-login.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*#txtUsuario, #txtPassword, #txtCaptcha1 {
    font-size: 18pt;
}*/

#lblRecordarCredentials {
    font-size: 11pt;
}

.width-364 {
    width: 364px;
}

.title-page-reporte {
    background-color: #f0f8ff;
    margin: 16px 0;
    padding: 4px 26px;
    font-size: 18px;
}

.contenedor-filtros-reporte {
    margin: 16px 0;
    padding: 0 26px;
}

footer {
    position: sticky;
    top: 94vh;
    width: 100%;
    height: 6vh;
    bottom: 0;
    left: 0;
}

footer.footer-login {
    position: absolute;
}

footer.footer-login p {
    flex-basis: 50%;
    text-align: center;
}

footer.footer-login p.copy {
    color: #ffffff;
}

.footer-main {
    background-image: url(../images/encabezado.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.8;
}

.footer-main-section {
    color: white;
}
