__body, __html {
font-family: "C24 Roboto";
font-family: "C24 Roboto",Roboto,"Helvetica Neue",Arial,sans-serif,system-ui,-apple-system,"Segoe UI","Noto Sans","Liberation Sans","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
background: #fff;
__height: 100%;
}

#page-container {
background-color: #F5F5F5;
}


/*
h1, h2, h3, h4, h5, h6 {
font-family: "EB Groy";
font-weight: 700;
}
*/


.negrita {
font-weight: 700;
}

.logo {
display: block;
max-height: 40px;
width: auto;
}

#page-container.page-header-fixed #page-header {
box-shadow: 0px 0px 20px 0px rgba( 0, 0, 0, .2 );
background-color: #1E3E62;
background-color: #FF8343;
background-color: #246F7D;
background-image: linear-gradient( 109.6deg, rgba(103,30,117,1) 11.2%, rgba(252,76,2,1) 91.1% );
}

#page-container.sidebar-dark #sidebar .content-header {
background-color: #034754;
background-color: #01343D;
background-color: #034754; /* Verde Gambler */
background-color: #74226b;
}

.block.block-fx-shadow {
box-shadow: 0px 0px 20px 0px rgba( 0, 0, 0, .1 );
}

.reportes .block-content {
padding: .8rem;
}

.reportes .item {
width: 2.5rem;
height: 2.5rem;
}

.icono {
max-width: 48px;
max-height: 48px;
}

.icono_boton {
display: block;
width: 24px;
height: 24px;
flex: 0 0 auto;
--bs-btn-border-width: 1px;
--bs-btn-border-color: rgba(255, 255, 255, 0.5);
--bs-btn-color: rgba(255, 255, 255, 0.5);
--bs-btn-hover-color: #333;
--bs-btn-hover-bg: rgba(255, 255, 255, 1);
--bs-btn-hover-border-color: rgba(255, 255, 255, 1);
}

.boton_ayuda {
color: rgba(255, 255, 255, 0.3);
cursor: pointer;
transition: .2s;
}

.boton_ayuda:hover {
color: rgba(255, 255, 255, 1);
transition: .2s;
}

.boton_ayuda:active {
color: rgba(255, 255, 255, 0.7);
transition: .2s;
}

.panel_principal .block-content-full {
padding: .9rem;
}

.fondo_logrado {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba( 0, 0, 0, 0.7 );
}