/* Header fijo y logo ajustado para m車vil */
@media (max-width: 767px) {
  #header .top-logo img {
    width: auto !important;
    max-height: 3rem !important;
  }

}



footer {
  background-color: #E63440; /* Reemplaza por el color real */
}
footer {
  color: #FFFFFF !important; /* Texto blanco */
}

footer a {
  color: white; /* Enlaces blancos */
}

footer a:hover {
  color: #CCCCCC !important; /* Al pasar el mouse, opcional */
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #FFFFFF !important; /* Títulos en blanco */
}
/* Fondo del menú móvil */
#mobile_top_menu_wrapper {
  background-color: #5A00B2; /* Mismo color que el footer */
}

/* Ítems del menú móvil */
#mobile_top_menu_wrapper a {
  color: #FFFFFF !important; /* Letras blancas */
}

/* Opcional: ítems al pasar el mouse o activos */
#mobile_top_menu_wrapper a:hover,
#mobile_top_menu_wrapper a:active {
  color: #CCCCCC !important;
}


/* Instagram */
footer .block-social ul li.instagram a::before {
  content: "\f16d"; /* Código de Instagram */
  font-family: FontAwesome;
  color: white;
  font-size: 20px;
}

/* TikTok */
footer .block-social ul li.tiktok a::before {
  content: "\e07b"; /* Código TikTok FA 6 (opcional) */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: white;
  font-size: 20px;
}


