/*
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;
}

:root {
  --epi-icon-x: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E");
}

html body .sharing-default-minimal .fa.fa-twitter:before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.1em;
  background-color: currentColor;
  -webkit-mask: var(--epi-icon-x) no-repeat center / contain;
  mask: var(--epi-icon-x) no-repeat center / contain;
}

html body .sharing-default-minimal .nectar-social .twitter-share i {
  font-size: 15px;
  line-height: 19px;
}
