/* ==========================================
BANNERS DIFERENTES (DESKTOP / MÓVIL)
========================================== */
/* En pantallas grandes (Computadora): oculta la sección de móvil */
@media screen and (min-width: 768px) {
#section[data-section-id="6a68f7a60a9945714872a850"] {
display: none !important;
}
}
/* En pantallas pequeñas (Teléfono): oculta la sección de computadora */
@media screen and (max-width: 767px) {
#section[data-section-id="6905225884b1ef0dd775d1b6"] {
display: none !important;
}
}