body { 
  font-family: 'Segoe UI', sans-serif; 
}
a {
  color:#19388a;
}
@keyframes parpadeo {
  0% { opacity: 1.0; }
  50% { opacity: 0.2; }
  100% { opacity: 1.0; }
}
.oferta {
  font-weight: bold;
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  /* Prefijo para compatibilidad con navegadores antiguos */
  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.hero { 
  background: #f8f9fa; 
  padding: 60px 0; 
}
.numbers {
  background-color: #19388a; 
  color: white; 
}
.txt-blue {
  color:#19388a;
}
.btn-blue { 
  background-color: #19388a; 
  color: white; 
}
.btn-blue:hover{
  background-color: #6c757d; 
  color: white;
}
.highlight-box { 
  background-color: #19388a; 
  color: white; 
  padding: 30px; 
  border-radius: 10px; 
}
.section-title { 
  text-align: center; 
  font-weight: bold;
  margin-bottom: 2rem; 
}
.enlace-mutua:hover {
  transform: scale(1.09);
}
.service-icon { 
  width: 60px; 
  margin-bottom: 15px; 
}
footer { 
  background: #f1f1f1; 
  padding: 40px 0; 
  font-size: 14px; 
}
/* INICIO CHATBOT */

  /* FIN CHATBOT */