.elementor-11878 .elementor-element.elementor-element-b5ff8fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-aa19818 *//* Estilos para la tabla de cuatrimestres optimizada */
.cuatrimestre-table-container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.cuatrimestre-table-title {
    font-size: 24px;
    font-weight: 600;
    color: #333; /* Color de texto negro */
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFC72C;
    padding-bottom: 10px;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cuatrimestre-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    min-width: 600px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cuatrimestre-table th,
.cuatrimestre-table td {
    border: 1px solid #ccc;
    padding: 12px 15px;
    text-align: center;
    vertical-align: middle;
    transition: background-color 0.3s ease;
}

/* Aplicación de estilos con !important para forzar el color */
.cuatrimestre-table thead th {
    background-color: #2c3e50 !important;
    color: #FFC72C !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.cuatrimestre-table tbody th {
    background-color: #2c3e50 !important;
    color: #FFC72C !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 120px;
}

.cuatrimestre-table tbody tr:nth-child(even) {
    background-color: #f5f5f5 !important;
}

.cuatrimestre-table tbody tr:hover {
    background-color: #e0e0e0 !important;
}

/* Contenedor del enlace */
.cuatrimestre-link-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}

.cuatrimestre-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.cuatrimestre-link:hover {
    color: #2c3e50;
    text-decoration: underline;
}

/* Estilo para el texto de celda vacía */
.empty-cell {
    font-style: italic;
    color: #333;
    text-align: center;
}

/* Responsive design para dispositivos móviles */
@media (max-width: 768px) {
    .cuatrimestre-table {
        min-width: 500px;
    }
}/* End custom CSS */