/* assets/css/custom.css */
.flamapy {
  color: #0C486C; 
  font-weight: bold;
}

.flamapy .yellow {
  color: #FECE3F;
}

.flamapy .blue {
  color: #356C99;
}

.uvlhub {
  color: #545454; 
  font-weight: bold;
}

.splent {
  color: #333333;
  font-weight: 800;
  letter-spacing: -0.5px;
  display: inline-flex;
  align-items: center;
  vertical-align: top;   /* <── ESTA ES LA CLAVE */
}

.splent::before {
  content: "";
  display: inline-block;
  width: 22px;       /* ajusta al tamaño del favicon */
  height: 22px;
  margin-right: 6px; /* separación entre icono y texto */
  background-image: url("/favicon.ico");  /* RUTA DEL ICONO */
  background-size: contain;
  background-repeat: no-repeat;
}
