/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme de Hello Elementor para PRODEYMA.
Author: MOTUS
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* =========================================================
   PRODEYMA — CSS PERSONALIZADO
   Agregar aquí estilos globales específicos del proyecto.
   ========================================================= */
.resultado-busqueda {
  font-family: "Anima", serif;
  font-size: 30px;
  line-height: 1.1;
  color: #003333;
  font-weight: 600;
}

@media (max-width: 767px) {
  .resultado-busqueda {
    font-size: 26px;
  }
}