/* ═══════════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; color: #222; background: #fff; }
a { text-decoration: none; color: inherit; }

/* ═══════════════════════════════════════════════
   VARIABLES
═══════════════════════════════════════════════ */
:root {
  navy:      #1a2755;
  navy-dark: #162040;
  card-bg:   #1e2f5e;
  yellow:    #F5C842;
  border:    #dde3ef;
  text-soft: #666;
  text-mid:  #444;
  gray-bg:   #f5f6fa;
}

/* ═══════════════════════════════════════════════
   NAVBAR
═══════════════════════════════════════════════ */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    height: 75px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.logo-wrap img { height: 48px; display: block; }
.navbar-links { display: flex; list-style: none; gap: 35px; align-items: center; }
.navbar-links a {
    font-weight: 700; 
    color: #1a2755;
    font-size: 0.95rem;
    font-family: 'Poppins', sans-serif;
    text-decoration: none; 
}
.btn-nav-contactar {
    background: #F5C842;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 700 !important;
    color: #1a2755 !important;
}

/* ═══════════════════════════════════════════════
   TÉRMINOS Y CONDICIONES
═══════════════════════════════════════════════ */
.terminos {
  background: #fff;
  padding: 48px 0 40px;
}

.card-aviso {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
}

.card-header {
  margin-bottom: 32px;
}

.card-header h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  color: #162040;
  line-height: 1.2;
  text-align: left;
}

.section-block {
  margin-bottom: 18px;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #162040;
  margin-bottom: 6px;
}

.section-text {
  font-size: 0.92rem;
  color: #1a2755;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 6px;
}

.section-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 4px;
}

.section-list li {
  font-size: 0.92rem;
  color: #1a2755;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 6px;
}

.contacto-item {
  font-size: 0.92rem;
  color: #1a2755;
  line-height: 1.6;
}

.contacto-item a {
  color: #0077c8;
  text-decoration: none;
}

.contacto-item a:hover {
  text-decoration: underline;
}

/* ═══════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════ */
footer {
    background: #1a2755;
    color: #fff;
    padding: 50px 5% 30px;
}

.footer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}

.footer-logo img {
    height: 50px;
}

.footer-tagline {
    font-size: 1.5rem;
    font-weight: 700;
}

.footer-cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 40px;
}

.footer-col h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

/* Aplicamos text-decoration: none !important para quitar cualquier línea */
.footer-col p, 
.footer-col li, 
.footer-col a {
    font-size: 0.85rem;
    color: #fff;
    list-style: none;
    margin-bottom: 6px;
    opacity: 0.9;
    text-decoration: none !important; 
}

.footer-col a:hover {
    color: #F5C842;
    text-decoration: none !important;
}

.contact-highlight {
    font-weight: 600;
    font-size: 0.9rem !important;
}

.address-block {
    margin-top: 15px;
}

.footer-mapa-grid {
    display: flex;
    gap: 40px;
}

.map-group h5 {
    font-size: 0.9rem;
    margin-bottom: 10px;
    color: #fff;
}

.no-title {
    padding-top: 25px;
}

.social-links-container {
    margin-top: 30px;
}

.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    align-items: center;
}

.social-icons a {
    font-size: 1.4rem;
    color: #fff;
    transition: color 0.3s;
    text-decoration: none !important;
}

.social-icons a:hover {
    color: #F5C842;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
    .hero-banner, .producto-detalle-card, .plan-detalle-banner {
        flex-direction: column;
        text-align: center;
    }
    .hero-text {
        padding: 40px 20px;
    }
    .hero-text h1 {
        font-size: 3rem;
    }
    .hero-photo.glow-effect {
        width: 100%;
        height: 300px;
        justify-content: center;
    }
    .planes-grid {
        grid-template-columns: 1fr;
    }
    .footer-cols, .footer-mapa-grid {
        flex-direction: column;
        gap: 30px;
    }
    .no-title {
        padding-top: 0;
    }
}