/* Start custom CSS for section, class: .elementor-element-3b0d50e *//* ==============================
   HORARIO GIMNASIO LÍMITE
   ============================== */

.limite-horario {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0;
    font-family: inherit;
}

.limite-horario table {
    width: 100%;
    min-width: 1050px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #dedede;
}

.limite-horario th,
.limite-horario td {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 10px;
    vertical-align: top;
}

.limite-horario th:last-child,
.limite-horario td:last-child {
    border-right: 0;
}

.limite-horario tbody tr:last-child td {
    border-bottom: 0;
}

/* Cabecera */
.limite-horario thead th {
    background: #111;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 8px;
}

/* Columna de horas */
.limite-horario .hora {
    width: 80px;
    min-width: 80px;
    text-align: center;
    background: #f1f1f1;
    font-weight: 700;
    font-size: 15px;
    vertical-align: middle;
    white-space: nowrap;
}

/* Casilla sin actividad */
.limite-horario .sin-clase {
    background: #fafafa;
}

/* Actividad */
.limite-horario .actividad {
    padding: 8px 9px;
    background: #f5f5f5;
    border-left: 4px solid #222;
    border-radius: 3px;
    line-height: 1.25;
    min-height: 44px;
}

.limite-horario .actividad + .actividad {
    margin-top: 7px;
}

.limite-horario .actividad-nombre {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

.limite-horario .sala {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #777;
}

/* Cuando hay dos clases simultáneas */
.limite-horario .doble {
    background: #fff;
}

/* Texto informativo */
.limite-horario-info {
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
}

.limite-horario-info strong {
    color: #111;
}

/* Móvil / tablet */
@media (max-width: 767px) {

    .limite-horario {
        margin-top: 20px;
        padding-bottom: 8px;
    }

    .limite-horario table {
        min-width: 900px;
    }

    .limite-horario th,
    .limite-horario td {
        padding: 7px;
    }

    .limite-horario .actividad {
        padding: 6px 7px;
    }

    .limite-horario .actividad-nombre {
        font-size: 12px;
    }

    .limite-horario .sala {
        font-size: 10px;
    }
}/* End custom CSS */
/* Start custom CSS */.limite-horario {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0;
    font-family: inherit;
}

.limite-horario table {
    width: 100%;
    min-width: 1050px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #dedede;
}

.limite-horario th,
.limite-horario td {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 10px;
    vertical-align: top;
}

.limite-horario th:last-child,
.limite-horario td:last-child {
    border-right: 0;
}

.limite-horario tbody tr:last-child td {
    border-bottom: 0;
}

/* Cabecera */
.limite-horario thead th {
    background: #111;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 8px;
}

/* Columna de horas */
.limite-horario .hora {
    width: 80px;
    min-width: 80px;
    text-align: center;
    background: #f1f1f1;
    font-weight: 700;
    font-size: 15px;
    vertical-align: middle;
    white-space: nowrap;
}

/* Casilla sin actividad */
.limite-horario .sin-clase {
    background: #fafafa;
}

/* Actividad */
.limite-horario .actividad {
    padding: 8px 9px;
    background: #f5f5f5;
    border-left: 4px solid #222;
    border-radius: 3px;
    line-height: 1.25;
    min-height: 44px;
}

.limite-horario .actividad + .actividad {
    margin-top: 7px;
}

.limite-horario .actividad-nombre {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

.limite-horario .sala {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #777;
}

/* Cuando hay dos clases simultáneas */
.limite-horario .doble {
    background: #fff;
}

/* Texto informativo */
.limite-horario-info {
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
}

.limite-horario-info strong {
    color: #111;
}

/* Móvil / tablet */
@media (max-width: 767px) {

    .limite-horario {
        margin-top: 20px;
        padding-bottom: 8px;
    }

    .limite-horario table {
        min-width: 900px;
    }

    .limite-horario th,
    .limite-horario td {
        padding: 7px;
    }

    .limite-horario .actividad {
        padding: 6px 7px;
    }

    .limite-horario .actividad-nombre {
        font-size: 12px;
    }

    .limite-horario .sala {
        font-size: 10px;
    }
}

.limite-horario .actividad-enlace {
    display: block;
    color: inherit;
    text-decoration: none;
}

.limite-horario .actividad-enlace:hover .actividad-nombre {
    text-decoration: underline;
}

.limite-horario .actividad-enlace:focus {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}/* End custom CSS */