  /* CALIBAJA */
    .fondo-negro {
        background-color: #000;
        color: #fff;
    }

    .calibaja-number {
        font-size: 5rem;
        font-weight: 900;
        color: #FFD700;
        min-width: 70px;
    }

    /* END CALIBAJA */

    .fondo-amarillo {
        background-color: #FFD000;
    }

    .banner-life-at-cetys {
        height: 400px;
    }

    .calibaja-banner {
        display: flex;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .calibaja-img {
        flex: 1;
        height: 100%;
        width: 0;
        object-fit: cover;
        filter: brightness(0.7);
        transition: flex 0.4s ease;
    }

    .texto-banner {
        z-index: 1;
    }

    .subtitulo-banner {
        font-weight: 400;
        border-bottom: 2px solid #fff;
        width: fit-content;
    }

    @media (max-width: 768px) {
        .subtitulo-banner {
            margin: auto;
        }
    }