    
    @import url('https://fonts.cdnfonts.com/css/museo-sans-rounded');

    .titulo-museo-sans {
        font-family: 'Museo Sans Rounded', sans-serif;
        font-weight: 900;
    }
    .subtitulo-museo-sans {
        font-family: 'Museo Sans Rounded', sans-serif;
        font-weight: 600;
    }
    .contenido-museo-sans {
        font-family: 'Museo Sans Rounded', sans-serif;
    }

    body {
        margin: 0px !important;
        padding: 0px !important;
        box-sizing: border-box !important;
        font-family: 'Museo Sans Rounded', sans-serif !important;
    }

    .fondo {
        background-image: url('../images/fondo_enar.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
    }

    form {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .nav.nav-tabs {
        display: flex;
        justify-content: center;
    }

    .nav-link.active {
        background-color: black !important;
        border-color: black !important;
        color: white !important;
    }

    .dropdown-toggle::after {
        content: none !important;
    }

    .title-container {
        text-align: center; /* Centra el contenedor */
    }

    .title-container-bs {
        border-left: 2px solid black;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .image-container-bs {
        display: flex;
        justify-content: end;
        padding-right: 30px;
    }

    .title-container h3 {
        display: inline-block; /* Permite que el contenedor se ajuste al ancho del texto */
        color: #313945; /* Color del texto */
        position: relative; /* Permite posicionar el elemento hijo (la línea) con respecto al elemento padre (el h3) */
    }

    .title-container h3::after{
        content: ""; /* Agrega un contenido después del texto */
        position: absolute; /* Posiciona el elemento */
        bottom: -5px; /* Lo coloca debajo del texto */
        left: 50%; /* Lo alinea en el centro horizontal */
        transform: translateX(-50%); /* Lo centra horizontalmente */
        width: calc(100% - 20px); /* Calcula el ancho de la línea para que sea igual al ancho del texto menos un margen */
        height: 2px; /* Altura de la línea */
        background-color: #313945; /* Color de la línea */
    }

    .form-section {
        border: 2px solid; /* Agrega un borde */
        border-color: #0e3357; /* Color oscuro */
        padding: 8px; /* Agrega espacio interno */
        margin-bottom: 35px; /* Agrega espacio inferior */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Agrega un poco de sombreado */
        border-radius: 10px; /* Hace que los bordes sean redondeados */
    }

    .form-title {
        display: flex; /* Permite que el contenedor se ajuste al ancho del texto */
        justify-content: space-between; /* Alinea los elementos a los extremos */
        color: white; /* Color de texto blanco */
    }

    .form-group label {
        padding: 5px; 
    }
    
    .wide-container {
        width: 114%;
        margin-left: -7%;
        margin-right: -8%; 
    }
    
    .underlined-text {
        border-bottom: 1px solid black;
        padding-bottom: 10px;
    }

    .underlined-text-gray {
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }

    .nav-link {
        color: black !important;
    }

    .nav-link:hover {
        border: 1px solid #313945 !important;
    }

    .nav-tabs {
        border-bottom: 1px solid #313945 !important;
    }

    .nav-tabs:hover {
        border-bottom: 1px solid #313945 !important;
    }

    #myTabContent .custom-container span.izquierda,
    #iniciarSesionAdmin .custom-container span.izquierda {
        position: absolute !important;
        top: 9px;
        left: 11px;
        font-size: 1.6rem;
    }

    #myTabContent .custom-container span.derecha,
    #iniciarSesionAdmin .custom-container span.derecha {
        position: absolute !important;
        top: 9px;
        right: 12px;
        font-size: 1.6rem;
        cursor: pointer;
    }

    /*#myTabContent .custom-container label,
    #iniciarSesionAdmin .custom-container label {
        padding-left: 45px !important;
    }*/
    #myTabContent .custom-container input ,
    #iniciarSesionAdmin .custom-container input {
        padding-left: 45px !important;
    }

    #myTabContent {
        margin-top: 30px;
    }
       
    .contenedor-login {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 100vh !important;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .form-floating label {
        font-size: 0.85rem; 
        transition: all 0.2s; 
        pointer-events: none; 
    }

    .establecimiento {
        padding: 30px 160px 30px;
        margin: 0 0 15px;
        background-color: white;
    }

    @media (max-width: 576px) { 
        .contenedor-login {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .establecimiento {
            padding: 15px 10px 5px;
        }
    }

    @media (max-width: 768px) { 
        .contenedor-login {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .establecimiento {
            padding: 15px 10px 5px;
        }
    }
    
    @media (max-width: 992px) { 
        /* .form-floating textarea:focus + label, */
        .form-floating input:focus + label {
            font-size: 0.8rem; 
            transform: translateY(-1rem); 
            line-height: 12px;
            margin-top: 2px;
        }

        .establecimiento {
            padding: 15px 10px 5px;
        }
     }

    .mult-select-tag .input-container {
        min-height: 58px;
        max-height: 150px;
        padding: 25px 5px 5px 5px !important;
    }

    .item-container {
        color: #374151 !important;
        border: 1px solid #374151 !important;
        background-color: #d1d5db !important;
        /* margin: 0px !important;
        padding: 5px !important; */
    }

    .item-label {
        color: #1f2937 !important;
    }

    .card-login {
        min-height: 620px !important;
        background-color: rgba(255, 255, 255, 0.9);
        margin-bottom: 10px;
    }

    .card.p-4 form {
        padding: 25px;
        margin: 15px;
    }

    .btn_donacion {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(210px, 240px));justify-content: center;
        gap: 20px;
        margin-top: 10px;
    }

    .card-exterior {
        background-color: white;
        padding-left: 100px;
        padding-right: 100px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .card-login-admin {
        border-radius: 15px !important;
        padding: 20px !important;
        border: 1px solid #313A46 !important;
        width: 100% !important;
    }

    .bg-oficial {
        background-color: #313A46 !important;
        color: white !important;
        height: 50px !important;
        border-radius: 6px !important;
    }

    .bg-white {
        background-color: white;
    }

    .bg-gray {
        background-color: #DFE5F2;
    }

    .icon-user {
        font-size: 1.2rem;
        padding: 5px 8px;
        background-color: #ccc;
        border-radius: 50%;
    }

    .contenedor-filtros {
        background-color: #BFD5E4 ;
        border: 1px solid #68859A;
        padding: 10px;
        color:black;
    }

    #loginForm {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    @media (max-width: 1399.98px) { /* Estilo para pantallas muy grandes */
        .card-login {
            margin-top: -50px !important;
        }
        .btn_donacion {
            gap: 30px !important;
        }
    } 

    @media (max-width: 1199.98px) { /* Estilo para pantallas grandes */
        .card-exterior {
            padding-left: 70px !important;
            padding-right: 70px !important;
        }
        .card-login {
            margin-top: -25px !important;
        }
    } 

    @media (max-width: 991.98px) { /* Estilo para pantallas medianas */
        .card-exterior {
            padding-left: 60px !important;
            padding-right: 60px !important;
        }
        .card-login {
            margin-top: -10px !important;
        }
    } 

    @media (max-width: 767.98px) { /* Estilo para pantallas pequeñas */
        .title-container h3 {
            font-size: 1.2rem !important;
        }
        .card-exterior {
            padding-left: 50px !important;
            padding-right: 50px !important;
        }
        .card-login {
            margin-top: 40px !important;
        }
    }

    @media (max-width: 575.98px) { /* Estilo para pantallas muy pequeñas */
        .row .col-last {
            flex-grow: 1;
            max-width: none;
        }
        .title-container h3 {
            font-size: 0.8rem !important;
        }
        .card-exterior {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }
        .card-login {
            margin-top: 20px !important;
        }
        .btn_donacion {
            display: flex;
            flex-direction: column;
            grid-template-columns: 1fr;
            gap: 15px !important;
        }
    }

    /* Sobreescribir colores de botones bootstrap */
    .btn-primary {
        background-color: #216594 !important;
        border: 1px solid #184b6f !important;
    }

    .btn-secondary {
        background-color: #2970CA !important;
        border: 1px solid #1e5497 !important;
    }

    .btn-secondaryy {
        background-color: #515151 !important;
        color: #FFFFFF !important;
        border: 1px solid #515151  !important;
    }

    .btn-success {
        background-color: #19A28C !important;
        border: 1px solid #127969 !important;
    }

    .btn-info {
        background-color: #1E6594 !important;
        border: 1px solid #164b6f !important;
        color: #fff !important;
    }

    .btn-default {
        background-color: #B0B7C1 !important;
        border: 1px solid #a1a7b1 !important;
    }
    
    .dropdown-toggle:not(.admin-menu)::after {
        content: none !important;
    }

    .alert {
        font-size: 0.9rem !important;
    }

    .accordion_button {
        float: right;
        cursor: pointer;
        margin-right: 15px;
        padding: 0;
        font-size: 18px;
        opacity: 0.7;
        transition: all;
    }

    .accordion_button:hover{
        opacity: 1;
        transform: scale(1.4);
    }

    .form-title label {
        font-weight: bold;
        margin-left: 15px;
    }

    .form-subtitle{
        display: flex; /* Permite que el contenedor se ajuste al ancho del texto */
        justify-content: space-between; /* Alinea los elementos a los extremos */
        color: #333333;
        margin-bottom: 25px;
    }

    /* .form-floating>.form-control::placeholder-shown:not(:focus) + label {
        transform: translateY(-40px); 
        opacity: 0.65;
    }
    
    .form-floating>.form-control:focus::placeholder-shown + label {
        transform: translateY(-8px); 
        opacity: 1; 
    } */

    /* .form-floating>.form-control:focus~label,
    .form-floating>.form-control:not(:placeholder-shown)~label,
    .form-floating>.form-select~label {
        padding: 0;
        height: auto !important;
        background-color: white;
        opacity: 1;
        transform: scale(1) translateY(-0.75rem) translateX(.25rem);
    } */

    .btn-primary-dark,
    .bg-primary-dark{
        color: #fff !important;
        background-color: #092C4E !important;
    }

    .accordion-collapse{
        padding-top: 15px;
        background-color: white;
    }

    table thead tr th {
        text-align: center;
    }

    table tbody tr td{
        padding: 0 !important;
        margin-bottom: 0!important;
    }

    .table input:focus + label {
        display: none;
    }

    table input{
        height: calc(3.5rem + 2px);
        border-radius: 0;
        line-height: 1.25;
    }

    :root {
        --accent-color: #0010ee;
    }

    .custom-container {
        position: relative;
        border-radius: 4px 4px 0 0;
        margin-bottom: 30px;
        height: auto;
    }

    .custom-container label {
        display: block;
        position: absolute;
        top: 0%;
        border: solid 2px transparent;
        background-color: white;
        transform: translateY(-50%);
        left: 16px;
        color: rgba(0, 0, 0, 0.7);
        transform-origin: left top;
        user-select: none;
        transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1), top 500ms;
    }

    .custom-container .gradiente {
        background: linear-gradient(white 53%, transparent 47%);
        border-bottom: none;
    }

    .custom-container .gradiente-inverso {
        background: linear-gradient(transparent 50%, white 50%);
        border-top: none;
    }

    .custom-container textarea,
    .custom-container select,
    .custom-container input,
    .custom-container input[type=email] {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background: white;
        caret-color: var(--accent-color);
        border-radius: 5px;
        border: 1px solid transparent;
        border-color: rgba(0, 0, 0, 0.42);
        color: rgba(0, 0, 0, 0.87);
        transition: border 100ms;
        padding: 10px 16px 6px;
        font-size: 1rem;
    }
    
    .custom-container input:focus,
    .custom-container select:focus,
    .custom-container textarea:focus,
    .custom-container input[type=email]:focus {
        user-select: none !important;
        outline: 0;
        box-shadow: none !important;
        border-width: 2px;
        border-color: var(--accent-color);
    }
    
    .custom-container textarea:focus + label,
    .custom-container select:focus + label,
    .custom-container input:focus + label,
    .custom-container input[type=email]:focus + label {
        color: var(--accent-color);
        /* background-color: red; */
    }

    .custom-container select,
    .custom-container input,
    .custom-container input[type=email] {
        height: 3.5rem;
    }
    
    .custom-container select{
        background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
        background-repeat: no-repeat;
        background-position: right .75rem center;
    }
    input[type=radio]:focus + label {
        color: var(--accent-color);
        box-shadow: none !important;
        background-color: white;
    }
      
    .custom-container footer {
        text-align: center;
        padding: 0.5rem 0;
        background-color: #eaeaea90;
    }
      
    .custom-container footer p {
        font-size: 0.75rem;
        margin: 0.25rem 0;
        color: #221133;
    }
      
    .custom-container footer a {
        text-decoration: none;
        color: inherit;
    }

    input[readonly],
    textarea[readonly],
    select[readonly] {
        pointer-events: none;
    }

    .custom-file-area {
        border: 1px  #ced4da;
        border-radius: 0.25rem;
        border-style: dashed;
        padding: 0.375rem 0.75rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        min-height: 150px;
        min-width: 90%;
    }
      
    .pdf-icon-container {
        position: relative;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        margin-right: 10px;
        margin-bottom: 10px;
    }
      
    .delete-icon{
        position: absolute;
        top: 0;
        right: 0;
        color: red;
        cursor: pointer;
        display: none;
    }
      
    .pdf-icon-container:hover .delete-icon {
        display: block;
        transform: scale(1.1);
    }
      
    .pdf-icon-container img {
        height: 80px; /* Altura del icono de PDF */
    }
      
    .pdf-icon-container .file-name {
        text-align: center;
        max-width: 80px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
      
    .pdf-icon-container img.clickable {
        cursor: pointer;
        transition: transform 0.1s ease;
    }
      
    .pdf-icon-container img.clickable:hover {
        transform: scale(1.1);
    }

    .fondo-admin {
        background: rgba(0, 0, 0, 0.4);
    }

    .disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .pendiente, .presente, .ausente, .reprogramada {
        padding: 3px 5px;
        border-radius: 1px;
        /* font-weight: bold; */
    }

    .pendiente {
        background-color: #F0F9FF;
        color: #004382;
        border: 1px solid #004382;
    }
    
    .presente {
        background-color: #F2FFF0;
        color: #009706;
        border: 1px solid #009706;
    }
    
    .ausente {
        background-color: #FFF0F0;
        color: #A70000;
        border: 1px solid #A70000;
    }
    
    .reprogramada {
        background-color: #e2e3e5;
        color: #6c757d;
        border: 1px solid #6c757d;
    }

    .even-row {
        background-color: #f2f9ff !important;
    }

    .dropdown-item {
        display: flex;
        align-items: center;
    }

    .dropdown-item .mdi {
        margin-right: 10px;
        font-size: 1.2rem;
    }

    .input-group-text {
        position: absolute;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-right: none;
        padding-right: 0;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .bootstrap-daterangepicker {
        border-left: none;
    }

    .input-group-container {
        position: relative;
        display: inline-block;

    }

    .bootstrap-daterangepicker {
        padding-left: 35px;
    }

    .label-custom-container {
        margin-bottom: 20px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #313945;
    }

    .password-feedback {
        font-size: 0.8rem;
        color: #dc3545;
    }

    .password-feedback ul {
        list-style: none;
        padding: 0;
    }

    .password-feedback ul li {
        margin: 5px 0;
    }

    /* #cambioContraseña {
        z-index: 1040;
    } */

    /* Estilos para la alerta */

    .custom-alert {
        display: none; /* Oculto por defecto */
        position: fixed;
        padding: 20px;
        border-radius: 5px;
        z-index: 9999;
        width: 400px;
        text-align: center;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .custom-alert.success {
        background-color: #DFF0D8; /* Verde para éxito */
        color: #468847;
        display: block;
    }
    
    .custom-alert.error {
        background-color: #F0D8D8; /* Rojo para error */
        color: #884646;
        display: block;
    }
    
    .custom-alert .close-alert {
        background: none;
        border: none;
        color: white;
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        top: 5px;
        right: 10px;
        cursor: pointer;
    }
    
    .custom-alert .close-alert:hover {
        color: #ddd;
    }

    .alert-message {
        font-size: 16px;
    }

    .top-left { top: 10px; left: 10px; }
    .top-center { top: 10px; left: 50%; transform: translateX(-56%) }
    .top-right { top: 10px; right: 10px; }
    .middle-center { top: 50%; left: 50%; transform: translate(-50%, -50%) }
    .bottom-left { bottom: 10px; left: 10px; }
    .bottom-center { bottom: 10px; left: 50%; transform: translateX(-50%) }
    .bottom-right { bottom: 10px; right: 10px; }

    .custom-radio {
        cursor: pointer;
    }

    .custom-check {
        cursor: pointer;
    }

    .table-cell {
        background-color: #F0F9FF !important; 
        color: #333A45 !important;
    }

    /* Estilos para el checkbox < */
    .toggle-switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
      }
      
      .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
      }
      
      .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
      }
      
      .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
      }
      
      input:checked + .slider {
        background-color: #0d6efd; /* Color azul de Bootstrap */
      }
      
      input:checked + .slider:before {
        transform: translateX(26px);
      }
      
      .slider.round {
        border-radius: 34px;
      }
      
      .slider.round:before {
        border-radius: 50%;
      }
      
      .toggle-label {
        margin-left: 10px;
        vertical-align: middle;
      }
    /* Estilos para el checkbox > */



    /* Estilos para el menú lateral < */
    .menu-toggle {
        background: none;
        border: none;
        color: white;
        font-size: 1.5rem;
        cursor: pointer;
        margin-right: 1rem;
    }
    /* Menú lateral */
    .sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100vh;
        background-color: #092C4E;
        color: white;
        transition: all 0.3s ease;
        z-index: 1100;
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    }

    .sidebar.active {
        left: 0;
    }

    .sidebar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        border-bottom: 1px solid #2c3e50;
        height: 66.5px;
    }

    .close-menu {
        background: none;
        border: none;
        color: white;
        font-size: 1.5rem;
        cursor: pointer;
    }

    .menu-items {
        list-style: none;
        padding: 1rem 0;
    }

    .menu-items li a {
        display: block;
        color: white;
        text-decoration: none;
        padding: 1rem;
        transition: background-color 0.3s;
    }

    .menu-items li a:hover {
        background-color: #216594;
    }

    .menu-items li a span {
        margin-right: 10px;
        width: 20px;
        text-align: center;
        font-size: 1.2rem;
    }
    /* Contenido principal */
    .main-content {
        margin-top: 66.5px;
        padding: 0.5rem 2rem;
        transition: all 0.3s ease;
    }

    .content-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.2);
        z-index: 1050;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .content-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* Efecto cuando el menú está abierto */
    body.menu-open {
        overflow: hidden;
    }

    body.menu-open .main-content {
        filter: blur(2px);
    }
    /* Estilos para el menú lateral > */
    