/* Corregir la visualización del fondo con el toro en móviles y tablets sin afectar escritorio */
@media screen and (max-width: 1024px) {
    /* Tablet & Móvil */
    .hostinger-ai-hero-for-online-store-1 {
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        min-height: 550px !important;
    }
}

@media screen and (max-width: 767px) {
    /* Móvil específico */
    .hostinger-ai-hero-for-online-store-1 {
        background-position: 45% center !important; /* Mueve ligeramente para centrar mejor la portada del libro con el toro */
        background-size: cover !important;
        min-height: 480px !important;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}
