/* Banner base */
.tl-banner {
    background-color: #004b87;
    color: #ffffff;
    height: 110px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-bottom: 6px solid #ffb908;
    font-family: Arial, Helvetica, sans-serif;
}

/* Contenedor centrado */
.tl-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

/* Contenido alineado a la izquierda */
.tl-banner-container {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
}

/* Icono */
.tl-banner-icon {
    color: #ffb908;
    font-size: 36px;
    font-weight: bold;
}

/* Texto */
.tl-banner-text {
    text-align: left;
}

/* Título */
.tl-banner-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}

/* Horario */
.tl-banner-time {
    font-size: 15px;
    font-weight: bold;
    color: #ffb908;
}

/* Descripción */
.tl-banner-desc {
    font-size: 14px;
    color: #ffffff;
}
