.elementor-kit-10{--e-global-color-primary:#000000;--e-global-color-secondary:#0081CC;--e-global-color-text:#7A7A7A;--e-global-color-accent:#004066;--e-global-typography-primary-font-family:"El Messiri";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"El Messiri";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilo para todas las tablas con la clase .custom-schedule */
.custom-schedule {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.custom-schedule th, .custom-schedule td {
    padding: 12px 20px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 16px;
}

.custom-schedule th {
    background-color: #000000;
    color: white;
    font-weight: bold;
}

.custom-schedule tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.custom-schedule tbody tr:hover {
    background-color: #ddd;
}

.custom-schedule td {
    color: #333;
}

.custom-schedule td.day {
    background-color: #004066; /* Fondo color #004066 */
    color: white; /* Texto blanco */
    font-weight: bold;
}

.custom-schedule caption {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    color: #333;
}

@media screen and (max-width: 768px) {
    .custom-schedule {
        font-size: 14px;
    }

    .custom-schedule th, .custom-schedule td {
        padding: 8px;
    }

    .custom-schedule td {
        font-size: 12px;
    }
}/* End custom CSS */