body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
}

h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Slab', serif;
    color: #1a3a71;
}

.btn-primary {
    background-color: #1a3a71;
    border-color: #222244;
}

/* MainMenu */
.dropend .dropdown-toggle:empty::after {
    margin-left: 5px;
}
.header {
    background: #FFF !important;
}
.titulo-sistema {
    color: #0F69B4;
    text-align: center;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.nombre-usuario {
    width: 100px;
    height: 40px;
    color: #0B4582;
    text-align: right;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.texto-nombre-usuario {
    padding: 0; margin: 0;
    overflow: hidden;
    text-align: end;
    text-wrap: wrap;
}
.main-panel-menu {
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 2px 0px 2px 1px rgba(0, 0, 0, 0.10);
}
.barra-menu {
    position: fixed;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 2px 0px 2px 1px rgba(0, 0, 0, 0.10);
    z-index: 501;
}
.item-menu {
    margin-top: 10px;
    margin-bottom: 10px;;
}
.icono-menu {
    color: #0F69B4CC;
    cursor: pointer;
    width: 30px;
    text-align: center;
}
.texto-menu {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.dropdown-menu {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
}
.divisor-menu {
    color: #0F69B4CC;
    margin-top: 10;
    margin-bottom: 0;
}
.toggler-menu {
    color: #0F69B4CC;
    cursor: pointer;
    width: 30px;
}
.barra-opciones {
    left: 0; bottom: 0;
    position: fixed;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 2px 0px 2px 1px rgba(0, 0, 0, 0.10);
    z-index: 500;
}
.margen-inferior-opciones {
    height: 80px;
}
.margen-inferior {
    height: 80px;
}
.opcion-movil {
    width: 60px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 20px;
}
.contenedor-icono-opcion-movil {
    width: 70px;
}
.icono-opcion-movil {
    color: rgba(15, 105, 180, 0.80);
}
.texto-opcion-movil {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer {
    background: #FFF !important;
    height: 60px;
    color: rgba(0, 0, 0, 0.70);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-wrap: wrap;
}


/* Página Home */
.home {
    background-color: #F8F8F8;
    background-repeat: repeat;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px; 
    padding-right: 50px;
}
.home-titulo-seccion {
    color: #183A68;
    text-align: center;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom:3px solid rgba(235, 60, 70, 0.80);
    padding-bottom: 4px;
}
.home-opcion-menu {
    width: 170px; height: 143px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    margin: 5px;
    padding: 4px;
    cursor: pointer;
}
.home-icono-opcion {
    text-align: center;
    color: #EB3C46CC
}
.home-texto-opcion {
    cursor: pointer;
    text-align: center;
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.icono-menu-home {
    color: #EB3C46CC;
    cursor: pointer;
    width: 50px;
    text-align: center;
}
.item-menu-home {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.home-notificacion {
    width: 260px; height: 94px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    margin: 20px;
    padding: 20px;
    cursor: pointer;
}
.home-icono-notificacion {
    text-align: center;
    color: #EB3C46CC
}
.home-texto-notificacion {
    cursor: pointer;
    text-align: center;
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Estilos personalizados para el botón de inicio de sesión de Microsoft */
.ms-login-button {
    background-color: #FFFFFF; /* Fondo blanco por defecto */
    color: #0078D4; /* Texto azul característico de Microsoft */
    border: 0.5px solid #808080; /* Borde gris por defecto */
    padding: 8px 16px; /* Tamaño reducido del botón */
    border-radius: 4px;
    font-size: 14px; /* Tamaño de fuente reducido */
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: border-color 0.3s; /* Transición para el cambio de color de borde */
}
.ms-login-button:hover {
    border-color: #0078D4; /* Cambia el color del borde a azul de Microsoft al pasar el cursor sobre el botón */
}
.ms-icon {
    width: 16px; /* Tamaño del icono */
    height: 16px;
    margin-left: 8px; /* Espacio entre el texto y el icono */
}