/* =========================================
   ESTILOS DEL HOME
========================================= */

.custom-title {
    font-size: 88px;
    color: #f1f0e6;
}

/* --- Clases Utilitarias extraídas del PHP --- */
.home__text-center {
    text-align: center;
}

.home__h2 {
    color: white;
    text-align: center;
}

.home__text-light {
    color: #f1f0e6;
}

.button-primary--light {
    color: #f1f0e6 !important;
    border-color: #f1f0e6 !important;
}

.home__offer-text {
    padding-bottom: 48px;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .custom-title {
        font-size: 40px;
    }

    .home__slider {
        height: 100vh;
        height: 55svh;
    }
}