.footer {
  background: linear-gradient(145deg, #1a1c23, #242730);
  color: #ffffff;
}

.footer-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background: #6c5ce7;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 1rem;
}

.footer-links a {
  color: #b4b6bb;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  margin-right: 10px;
  transition: all 0.3s ease;
  font-size: 16px;
}

.social-links a:hover {
  background: #6c5ce7;
  transform: translateY(-3px);
}

.newsletter-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.newsletter-input::placeholder {
  color: #ccc;
}

.newsletter-input:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #6c5ce7;
  color: #ffffff;
  box-shadow: none;
}

.btn-subscribe {
  background: #6c5ce7;
  border: none;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
}

.btn-subscribe:hover {
  background: #5a4bd1;
  transform: translateY(-2px);
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom a {
  color: #6c5ce7;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ffffff;
}

.map-responsive {
  width: 100%;
  height: 500px; /* Puedes ajustar esta altura */
  margin: 0;
  padding: 0;
}

.map-responsive iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
         
.speaker .team h6 {
  font-size: 18px;
  font-weight: bold;
}

/*Fecha */
/* Estilos base */
#fecha {
  padding: 60px 0;
  background: #f8f9fa;
}

#fecha h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
  text-align: center;
}

.countdown-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}

.time {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  padding: 5px;
  box-sizing: border-box;
}

.circle span {
  display: block;
  width: 100%;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.circle:hover {
  transform: scale(1.05);
}

.label {
  font-size: 1rem;
  font-weight: 600;
  color: #007bff;
  margin-top: 10px;
}

/* Botón */
.btn-countdown {
  display: inline-block;
  background: #28a745;
  color: white;
  padding: 15px 40px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-countdown:hover {
  background: #218838;
  transform: translateY(-2px);
}

/* Responsivo - tablets */
@media (max-width: 768px) {
  .circle {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
  }

  .label {
    font-size: 0.9rem;
  }

  .btn-countdown {
    font-size: 1rem;
    padding: 12px 30px;
    width: 90%;
    max-width: 300px;
  }
}

/* Móviles pequeños */
@media (max-width: 480px) {
  .circle {
    width: 65px;
    height: 65px;
    font-size: 1.1rem;
  }

  .label {
    font-size: 0.75rem;
  }

  #fecha h3 {
    font-size: 1.4rem;
  }

  .countdown-wrapper {
    gap: 15px;
  }

  .btn-countdown {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}

/* Botón flotante de WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background-color: #25D366;
  color: white;
  font-weight: bold;
  padding: 16px 24px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  font-size: 1.1rem;
  transition: background 0.3s ease, transform 0.2s ease;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  transform: scale(1.03);
  color: #000000; /* ← cambia a un color más claro si deseas */
  text-decoration: none;
}

.whatsapp-icon {
  width: 48px;
  height: 48px;
  margin-right: 14px;
}

/* Animación de vibración suave */
@keyframes attentionShake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-5px); }
  40%, 80% { transform: translateX(5px); }
}

/* Clase que se activa periódicamente */
.animate-attention {
  animation: attentionShake 0.5s ease;
  animation-delay: 3s;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}


