/* Estilo institucional UES */

body {
    background-color: #f3f3f3;
    color: #333333;
}

.navbar, .btn-primary, .btn-success {
    background-color: #8b1c1c !important;
    border-color: #8b1c1c !important;
}

.navbar .nav-link,
.navbar-brand,
.text-ues,
h1, h2, h3, h4, h5, h6,
label {
    color: #8b1c1c !important;
}

.btn-outline-success, .btn-outline-primary {
    color: #8b1c1c !important;
    border-color: #8b1c1c !important;
}

.btn-outline-success:hover, .btn-outline-primary:hover {
    background-color: #8b1c1c !important;
    color: #ffffff !important;
}

.table thead {
    background-color: #8b1c1c;
    color: #fff;
}

.card {
    border: 1px solid #ccc;
}

.form-control:focus {
    border-color: #8b1c1c;
    box-shadow: 0 0 0 0.2rem rgba(139, 28, 28, 0.25);
}

/* Dropdown visible y accesible */
.dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #8b1c1c;
}

.dropdown-menu a {
    color: #8b1c1c !important;
    font-weight: 500;
}

.dropdown-menu a:hover {
    background-color: #f3f3f3;
    color: #600000 !important;
}

a {
    color: #8b1c1c;
}
a:hover {
    color: #600000;
    text-decoration: underline;
}

footer {
    background-color: #8b1c1c;
    color: #fff;
    padding: 1rem;
}

/* NAVBAR - enlaces visibles sobre fondo granate */
.navbar .nav-link {
    color: #ffffff !important;
    font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #ffd700 !important; /* Amarillo dorado accesible */
    text-decoration: underline;
}
.dyslexia-mode * {
    font-family: 'OpenDyslexic', Arial, sans-serif !important;
    background-color: #f6f5e7 !important;
    color: #1a1a1a !important;
    letter-spacing: 0.05em !important;
    line-height: 1.8 !important;
}



/* Marca o brand (logo o texto a la izquierda) */
.navbar-brand {
    color: #ffffff !important;
    font-weight: bold;
}
/* Color blanco para todos los enlaces e íconos del navbar */
.navbar .nav-link,
.navbar .nav-link i,
.navbar .dropdown-toggle,
.navbar .navbar-brand {
    color: #ffffff !important;
}

.navbar .nav-link:hover,
.navbar .dropdown-toggle:hover {
    color: #ffd700 !important; /* amarillo accesible */
}

/* Submenús visibles y legibles */
.dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #8b1c1c;
}
.dropdown-menu a {
    color: #8b1c1c !important;
}
.dropdown-menu a:hover {
    background-color: #f3f3f3;
    color: #600000 !important;
}

.bg-ues {
    background-color: #8b1c1c !important;
}
.text-ues {
    color: #8b1c1c !important;
}
