/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.no-br-fix br {
  display: none !important;
}

#menu-item-17134 > a > span {
    font-size: 1.5rem;
}

#menu-item-17122 > a > span {
    font-size: 1.5rem;
}

@keyframes resaltar {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

#menu-item-18784 .menu-title-text::after {
  content: "New";
  font-weight: bold;
  margin-left: 3px;
  color: #018BB7;
  display: inline-block; 
  animation: resaltar 2s infinite; 
}

#menu-item-19490 .menu-title-text::after {
  content: "New";
  font-weight: bold;
  margin-left: 3px;
  color: #018BB7;
  display: inline-block; 
  animation: resaltar 2s infinite; 
}

/* Aprender con ID 18600 */
@font-face {
  font-family: 'Funnel Display';
  src: url('fonts/FunnelDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Aplica la fuente a toda la página con ID 18600 */
body.page-id-18600 {
  font-family: 'Funnel Display', sans-serif !important;
  font-weight: 800;
}

/* También fuerza la fuente en elementos comunes */
body.page-id-18935 *,
body.page-id-18935 *::before,
body.page-id-18935 *::after {
  font-family: 'Funnel Display', sans-serif !important;
}