body {
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}
.btn-getstarted {
  background: var(--accent-color);
  color: #fff !important;
  padding: 8px 25px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}
.volver-inicio {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 50px;
  padding: 10px 18px;
}


.hero-detalle {
  background: url("../img/allo-mon-coco-carrefour.jpg") top center/cover no-repeat;
  min-height: 40vh;
  position: relative;
  padding: 80px 0;
  background-position: 50% 70%;

}


.hero-detalle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-detalle .container {
  position: relative;
  z-index: 1;
}

.hero-detalle h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.hero-detalle h2 {
  font-size: 1.2rem;
  opacity: 0.95;
  color: #fff;
}

.detalle-contenido img {
  margin-left: 120px;  
}


/* CONTENIDO */
.detalle-contenido h2,
.detalle-contenido h3 {
  color: #0a1f44;
  margin-bottom: 15px;
}

.detalle-contenido ul {
  padding-left: 18px;
}

.detalle-contenido ul li {
  margin-bottom: 8px;
}

/* DATOS CLAVE */
.datos-clave {
  background-color: #f5f7fa;
}

.dato-box {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.dato-box h4 {
  color: #0a1f44;
  font-weight: bold;
}

/* CTA */
.cta-inversion {
  background: #ffffff;
  color: #0e0e0e;
}

.cta-inversion .btn {
  margin-top: 20px; 
}

/*footer*/
.footer-dinato {
  background: linear-gradient(135deg, #0f172a, #020617);
  color: #e5e7eb;
  padding: 60px 0 30px;
  font-size: 15px;
}

.footer-dinato h5 {
  color: #38bdf8;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  margin-left: 50px;
}

.footer-dinato p {
  color: #cbd5f5;
  line-height: 1.7;
  
}

.footer-info,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-info li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 50px;
  

}

.footer-info i {
  color: #38bdf8;
  font-size: 18px;
}

.footer-links li {
  list-style: none;
}

.footer-links {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 15px; 
 }
.footer-links a {
  background: rgba(255,255,255,0.08);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}


.footer-links a:hover {
  background: #38bdf8;
  color: #0f172a;
}

.footer-dinato hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 40px 0 20px;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #94a3b8;
}

.footer-bottom a {
  color: #38bdf8;
  text-decoration: none;
  font-weight: 500;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-dinato {
    text-align: center;
  }

  .footer-info li {
    justify-content: center;
  }
}

/* =====================================================
   RESPONSIVE COMPLETO – ALLO MON COCO
===================================================== */


/* ===== CELULARES PEQUEÑOS (hasta 480px) ===== */
@media (max-width: 480px) {

  body {
    overflow-x: hidden;
  }

  /* HERO */
  .hero-detalle {
    padding: 60px 15px;
    min-height: 35vh;
    text-align: center;
  }

  .hero-detalle h1 {
    font-size: 1.8rem;
  }

  .hero-detalle h2 {
    font-size: 0.95rem;
  }

  /* CONTENIDO */
  .detalle-contenido {
    text-align: center;
  }

  .detalle-contenido img {
    margin: 20px 0;
  }

  .detalle-contenido h2,
  .detalle-contenido h3 {
    font-size: 1.3rem;
  }

  .detalle-contenido p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .detalle-contenido ul {
    text-align: left;
  }

  /* DATOS CLAVE */
  .dato-box {
    margin-bottom: 20px;
  }

  /* BOTON FLOTANTE */
  .volver-inicio {
    bottom: 15px;
    right: 15px;
    padding: 8px 14px;
    font-size: 0.8rem;
  }

  /* FOOTER */
  .footer-dinato {
    text-align: center;
  }

  .footer-dinato h5,
  .footer-info li,
  .footer-links li {
    margin-left: 0 !important;
  }

  .footer-info li {
    justify-content: center;
  }

}


/* ===== CELULARES GRANDES (481px – 768px) ===== */
@media (min-width: 481px) and (max-width: 768px) {

  .hero-detalle h1 {
    font-size: 2.2rem;
  }

  .hero-detalle h2 {
    font-size: 1rem;
  }

  .detalle-contenido img {
    margin: 25px 0;
  }

  .detalle-contenido {
    text-align: center;
  }

  .footer-dinato {
    text-align: center;
  }

  .footer-dinato h5,
  .footer-info li,
  .footer-links li {
    margin-left: 0 !important;
  }

  .footer-info li {
    justify-content: center;
  }

}


/* ===== TABLETS (769px – 1024px) ===== */
@media (min-width: 769px) and (max-width: 1024px) {

  .hero-detalle h1 {
    font-size: 2.5rem;
  }

  .detalle-contenido img {
    margin-left: 0;
  }

  .dato-box {
    padding: 20px;
  }

}


/* ===== LAPTOPS (1025px – 1366px) ===== */
@media (min-width: 1025px) and (max-width: 1366px) {

  .hero-detalle h1 {
    font-size: 2.8rem;
  }

}


/* ===== PANTALLAS GRANDES (1367px en adelante) ===== */
@media (min-width: 1367px) {

  .hero-detalle h1 {
    font-size: 3.2rem;
  }

  .container {
    max-width: 1320px;
  }

}
