body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      background-color: #f9f9f9;
    }

    /* Cintillo superior */
    .top-bar {
      background-color: #FD073C;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px 20px;
      font-size: 0.95em;
      flex-wrap: wrap;
    }

    .top-bar .left {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .top-bar .left img {
      height: 40px;
    }

    .top-bar .right {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .top-bar .right a {
      color: white;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .top-bar .right a:hover {
      color: #FFD700;
    }
.ligaInterna{ 
 color:#fff;
}


    /* Menú escritorio */
    .menu {
      display: flex;
      justify-content: center;
      background-color: #ffffff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      padding: 15px 0;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      gap: 20px;
    }

    .menu li {
      position: relative;
    }

    .menu a {
      text-decoration: none;
      color: #333;
      padding: 10px 20px;
      border-radius: 8px;
      transition: all 0.3s ease;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .menu a:hover {
      background-color: #E0DFFF;
      box-shadow: 0 0 0 2px #6A5ACD inset;
      color: #6A5ACD;
    }

/* Mostrar solo en móviles */
@media (max-width: 769px) {
  .menu {
    display: none;
  }
}

@media (max-width: 769px) {
 .ocultaPhone{display:none} 
}


.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border-radius: 8px;
  min-width: 200px;
  z-index: 999;
  padding: 10px 0;
}

.submenu.visible {
  display: block;
}

    .submenu a {
      padding: 10px 20px;
      display: block;
    }


.submenu.visible {
  display: block;
}

    .menu li:hover .submenu {
      display: block;
    }

    /* Ícono menú móvil */
    .mobile-menu-icon {
      display: none;
      font-size: 1.8em;
      cursor: pointer;
      padding: 15px 20px;
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      position: sticky;
      top: 0;
      z-index: 1001;
    }

    /* Menú móvil */
    .mobile-menu {
      position: fixed;
      top: 0;
      left: -100%;
      width: 260px;
      height: 100%;
      background-color: #ffffff;
      box-shadow: 4px 0 12px rgba(0, 0, 0, 0.15);
      transition: left 0.3s ease;
      z-index: 2000;
      padding: 20px;
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
    }

    .mobile-menu.active {
      left: 0;
    }

    .mobile-menu .close-btn {
      text-align: right;
      font-size: 1.5em;
      cursor: pointer;
      margin-bottom: 20px;
    }

    .mobile-menu ul {
      list-style: none;
      padding: 0;
    }

    .mobile-menu li {
      margin-bottom: 15px;
      background-color: #f2f2f2;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      padding: 10px 15px;
      transition: background 0.3s ease;
	  position: relative;
    }

    .mobile-menu li:hover {
      background-color: #e0dfff;
    }

    .mobile-menu a {
      text-decoration: none;
      color: #333;
      font-weight: 500;
      display: block;
    }

    .mobile-submenu {
      margin-top: 10px;
      margin-left: 10px;
      font-size: 0.95em;
      display: none;
    }

    .mobile-submenu li {
      background-color: #ffffff;
      box-shadow: none;
      padding: 8px 10px;
      border-radius: 6px;
    }

	/* Encabezado móvil */
.mobile-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  height:100px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.mobile-top {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mobile-logo {
  height: 80px;
  margin-right:40px;
}

/* Ícono menú centrado */
.mobile-menu-trigger {
  font-size: 1.1em;
  margin-top: -65px;
  cursor: pointer;
  background-color: #ccccff;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: background 0.3s ease;
}

.mobile-menu-trigger:hover {
  background-color: #e0dfff;
}    

/* Mostrar solo en móviles */
@media (min-width: 769px) {
  .mobile-header {
    display: none;
	
  }
}
.enfrente {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px; /* Espacio entre íconos */
  align-items: center;
}
.enfrente a,
.enfrente div {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1); /* Fondo opcional */
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.enfrente a:hover,
.enfrente div:hover {
  transform: scale(1.1);
}

 

.btn {
      display: inline-block;
      padding: 10px 18px;
      border-radius: 25px;
      background: linear-gradient(90deg, #3902a0, #752CFE);
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      transition: background 0.4s ease, transform 0.3s ease;
    }

    .btn::before {
      content: "";
      position: absolute;
      top: 0;
      left: -75%;
      width: 50%;
      height: 100%;
      background: rgba(255, 255, 255, 0.4);
      transform: skewX(-25deg);
      transition: left 0.6s ease;
    }

    .btn:hover::before {
      left: 125%;
    }

    .btn:hover {
      background: linear-gradient(90deg, #4b0082, #752CFE);
      transform: scale(1.05);
    }

   

.footer {
  background-color: #3902A0;
  color: #f5f5f5;
  padding: 40px 20px 20px;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 0.95em;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}

.footer-logo img {
  height: 120px;
  margin-bottom: 10px;
}

.footer-logo p {
  max-width: 250px;
  color: #e0e0ff;
}

.footer-links h4,
.footer-contact h4 {
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer a,
.footer-links a,
.footer-social a {
  text-decoration: none;
  color: #fff0f3; /* Amarillo dorado para destacar */
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-social a:hover {
  color: #ffffff;
}

.footer-contact p {
  margin: 5px 0;
  color: #e0e0ff;
}

.footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  color: #ccccff;
  font-size: 0.9em;
  background-color:#FD073C;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }
}

.titulo a {
  text-decoration: none;
  color: #000; /* negro */
  font-weight: 500; /* opcional para dar fuerza visual */
}
 .titulo {
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to right, #000000, #7e2ee0); /* Negro a morado */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* Fallback para navegadores no WebKit */
  display: block;
  padding: 0 20px;
}

   :root{
      --red: #fd073c;
      --purple: #3902a0;
      --lilac: #dfd6ef;
      --pink: #fff0f3;
      --muted: #6b7280;
      --card: rgba(255,255,255,0.9);
    }

    *{ box-sizing:border-box; margin:0; padding:0; }
    body{ font-family:Inter, Arial, sans-serif; background:var(--pink); color:#111; line-height:1.6; }

    @keyframes fadeInUp {
      0% { opacity:0; transform:translateY(20px); }
      100% { opacity:1; transform:translateY(0); }
    }

    /* Hero */
    .hero{
      background:linear-gradient(135deg,var(--purple),var(--red));
      color:#fff;
      padding:80px 20px;
      text-align:center;
      animation: fadeInUp 1s ease-in-out;
    }
    .hero h1{ font-size:2.6rem; margin-bottom:12px; }
    .hero p{ max-width:680px; margin:0 auto; font-size:1.2rem; opacity:.95; }

    /* Contacto */
    .contact-section{
      max-width:1200px;
      margin:60px auto;
      padding:20px;
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:28px;
      animation: fadeInUp 1.2s ease-in-out;
    }
    @media(max-width:900px){ .contact-section{ grid-template-columns:1fr; } }

    .contact-info, form{
      background:var(--card);
      padding:28px;
      border-radius:16px;
      box-shadow:0 10px 28px rgba(0,0,0,0.08);
      backdrop-filter:blur(10px);
      transition: transform .3s ease, box-shadow .3s ease;
    }
    .contact-info:hover, form:hover{
      transform: translateY(-6px);
      box-shadow:0 14px 36px rgba(0,0,0,0.12);
    }

    .contact-info h2, form h2{ color:var(--purple); margin-bottom:18px; font-size:1.5rem; }
    .contact-info p{ margin-bottom:10px; color:#333; font-size:1rem; }
    .contact-info i{ color:var(--red); margin-right:8px; }

    .socials{ margin:20px 0; }
    .socials a{
      margin-right:14px;
      font-size:1.5rem;
      color:var(--purple);
      transition:.3s;
    }
    .socials a:hover{ color:var(--red); transform:scale(1.2); }

    /* Galería */
    .gallery{
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(100px,1fr));
      gap:12px;
      margin-top:20px;
    }
    .gallery img{
      width:100%;
      border-radius:10px;
      box-shadow:0 4px 10px rgba(0,0,0,0.08);
      transition:.3s;
    }
    .gallery img:hover{ transform:scale(1.05); }

    /* QRs */
    .qrs{
      margin-top:24px;
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(100px,1fr));
      gap:14px;
    }
    .qrs img{
      width:100%;
      border-radius:12px;
      border:2px solid var(--lilac);
      box-shadow:0 4px 12px rgba(0,0,0,0.08);
    }

    /* Formulario */
    label{ font-weight:600; margin-bottom:6px; display:block; color:var(--purple); }
    input, textarea{
      width:100%;
      padding:12px;
      border:1px solid #ddd;
      border-radius:8px;
      font-size:1rem;
      background:#fff;
      transition:.3s;
    }
    input:focus, textarea:focus{
      outline:none;
      border:1px solid var(--purple);
      box-shadow:0 0 8px rgba(57,2,160,0.3);
    }
    textarea{ min-height:120px; resize:vertical; }

    button{
      background:#25D366;
      color:#fff;
      padding:14px;
      border:none;
      border-radius:10px;
      font-weight:700;
      cursor:pointer;
      transition:.3s;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      font-size:1rem;
    }
    button:hover{ opacity:.9; transform:scale(1.05); }

    /* Mapa */
    .map{
      margin:60px auto;
      max-width:1200px;
      padding:0 20px;
      animation: fadeInUp 1.6s ease-in-out;
    }
    .map iframe{
      width:100%;
      height:380px;
      border:0;
      border-radius:16px;
    }

    footer{
      text-align:center;
      padding:24px;
      color:var(--muted);
      font-size:14px;
      background:#fff;
      border-top:1px solid #eee;
      animation: fadeInUp 1.8s ease-in-out;
    }