/*
Theme Name:  Luis Pasteur
Description: Tema hijo para hacer personalizaciones de código by LyL Desarrollo
Author:      LyL Desarrollo
Author URL:  https://lyldesarrollo.com
Template:    twentytwentyone
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
*/
@media (max-width: 600px) {
  .box-preparacion {
    overflow-x: auto;
    display: block;
    width: 100%;
  }

  .elementor-container.filter-pre,
  .elementor-container.list-preparacion {
    width: 900px !important; /* ancho mínimo para que entren todas las columnas */
    min-width: 900px;
  }
}