/* === Reset y base === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Oswald', sans-serif;
  background-color: #f5f5f5;
  color: #333;
  line-height: 1.6;
}

/* === Navbar (Estilos unificados del ecosistema) === */
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.nav-container .navbar { padding: 10px 0; background: transparent; }
.navbar-logo { max-width: 280px; height: auto; }
.navbar-light .navbar-nav .nav-link { font-family: 'Oswald', sans-serif; font-size: 1rem; color: #000; padding: 8px 14px; transition: color 0.3s ease, transform 0.2s ease; }
.navbar-light .navbar-nav .nav-link:hover { color: #00ff00; transform: translateY(-2px); }
.dropdown-menu { border: 1px solid #eee; box-shadow: 0 5px 15px rgba(0,0,0,0.1); border-radius: 8px; margin-top: 10px; }
.dropdown-item { font-family: 'Oswald', sans-serif; padding: 8px 20px; color: #333; transition: all 0.2s ease; }
.dropdown-item:hover { background-color: #f0fff0; color: #00ff00; }
.nav-container .dropdown-menu .dropdown-item:hover,
.nav-container .dropdown-menu .dropdown-item:focus { color: #00ff00 !important; background-color: #f0fff0; text-decoration: none; }
@media (max-width: 991px) {
  .nav-container .navbar-collapse { background: #fff; margin-top: 10px; padding: 10px 0; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
  .navbar-nav { gap: 5px; } .nav-item { width: 100%; }
  .dropdown-menu { border: none; box-shadow: none; background: #f8f8f8; margin-left: 15px; border-left: 3px solid #00ff00; }
}

/* === Contenedor Principal === */
.contact-container {
  max-width: 700px;
  margin: 40px auto;
  padding: 35px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.contact-container h1 {
  text-align: center;
  font-family: 'Mohave', sans-serif;
  font-size: 2rem;
  margin-bottom: 15px;
  color: #000;
  border-bottom: 2px solid #00ff00;
  padding-bottom: 15px;
}

.contact-intro {
  text-align: center;
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.7;
}

/* === Tarjetas de Contacto === */
.contact-channels {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-card {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* Facebook */
.contact-card.facebook {
  border-left-color: #1877f2;
}
.contact-card.facebook:hover {
  background: #f0f7ff;
}
.contact-card.facebook .contact-icon i {
  color: #1877f2;
}

/* WhatsApp */
.contact-card.whatsapp {
  border-left-color: #25d366;
}
.contact-card.whatsapp:hover {
  background: #f0fff4;
}
.contact-card.whatsapp .contact-icon i {
  color: #25d366;
}

.contact-icon {
  font-size: 2.5rem;
  margin-right: 20px;
  min-width: 50px;
  text-align: center;
}

.contact-info {
  flex: 1;
}

.contact-info h3 {
  font-size: 1.3rem;
  margin-bottom: 4px;
  color: #000;
}

.contact-info p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 4px;
}

.contact-info small {
  font-size: 0.85rem;
  color: #888;
}

.contact-arrow {
  font-size: 1.2rem;
  color: #aaa;
  transition: transform 0.3s ease;
}

.contact-card:hover .contact-arrow {
  transform: translateX(5px);
  color: #00ff00;
}

/* === Nota de Horario === */
.contact-note {
  background: #fff9e6;
  border-left: 4px solid #ffd700;
  padding: 20px;
  border-radius: 0 8px 8px 0;
  margin-top: 20px;
}

.contact-note p {
  font-size: 0.95rem;
  margin-bottom: 8px;
  color: #555;
}

.contact-note p:last-child {
  margin-bottom: 0;
}

.contact-note i {
  color: #ffa500;
  margin-right: 8px;
}

.contact-note a {
  color: #00ff00;
  text-decoration: none;
  font-weight: 600;
}

.contact-note a:hover {
  text-decoration: underline;
}

/* === Footer Full-Width === */
footer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #333;
  color: #fff;
  padding: 20px 15px;
  text-align: center;
  box-sizing: border-box;
}
footer nav { width: 100%; max-width: none; margin: 0; padding: 0; }
.menu2 { list-style: none; display: flex; justify-content: center; gap: 12px; margin: 0 0 5px 0; padding: 0; flex-wrap: wrap; }
.menu2 li { margin: 0; }
.menu2 li a { color: #fff; font-size: 1rem; text-decoration: none; transition: color 0.3s, transform 0.2s; display: inline-flex; align-items: center; justify-content: center; }
.menu2 li a:hover { color: #00ff00; transform: scale(1.15); }
.caja3 { margin: 5px 0 10px; }
.neo { max-width: 300px; height: auto; display: block; margin: 0 auto; }
.textos p { margin: 3px 0; font-size: 0.85rem; opacity: 0.9; text-align: center; }

/* === Responsive === */
@media (max-width: 768px) {
  .contact-container { margin: 20px 15px; padding: 25px 20px; }
  .contact-container h1 { font-size: 1.6rem; }
  .contact-card { padding: 15px; }
  .contact-icon { font-size: 2rem; margin-right: 15px; }
  .contact-info h3 { font-size: 1.1rem; }
  .menu2 { gap: 10px; }
  .neo { max-width: 240px; }
}

@media (max-width: 480px) {
  .contact-card { flex-wrap: wrap; }
  .contact-arrow { display: none; }
  .contact-note { padding: 15px; }
  .contact-note p { font-size: 0.9rem; }
}