/* styles.css */
body {
    background: linear-gradient(to right, #f8dce3, #fbeec1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Aquí pega todo el CSS que antes tenías en <style> */
.hero-section {
    position: relative;
    height: 75vh;
    background-image: url('https://images.unsplash.com/photo-1557093814-8a66d3bb08fd');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    z-index: 0;
    animation: zoomInOut 1s ease-in-out infinite;
}

@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1);
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,105,180,0.6), rgba(255,182,193,0.7));
    mix-blend-mode: multiply;
    z-index: 1;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 0 20px;
}

h1 {
    font-size: 3.8rem;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255,105,180,0.8);
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 10px rgba(255,182,193,0.7);
}

p.lead {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    text-shadow: 0 0 8px rgba(255,182,193,0.6);
}

.btn-cta {
    background: linear-gradient(45deg, #ff69b4, #ff1493);
    border: none;
    padding: 0.75rem 2.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    border-radius: 40px;
    box-shadow: 0 8px 15px rgba(255,105,180,0.4);
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.btn-cta:hover {
    background: linear-gradient(45deg, #ff1493, #ff69b4);
    box-shadow: 0 15px 25px rgba(255,20,147,0.6);
    transform: translateY(-4px);
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.8rem;
    }
    h3 {
        font-size: 1.3rem;
    }
    p.lead {
        font-size: 1.1rem;
    }
}
/* ✅ Hero */
.hero-section {
  height: 100vh;
  background: url("https://images.unsplash.com/photo-1617450365226-7b804fa38bd5") repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: white;
}

.hero-overlay {
  background: linear-gradient(to right, #f8dce3, #fbeec1);
  position: absolute;
  inset: 0;
}

.btn-hero {
  background-color: #f06292;
  border: none;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-hero:hover {
  background-color: #ec407a;
}
.hero-content {
    z-index: 1;
}
.btn-cta {
    background-color: #f57c00;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s;
}
.btn-cta:hover {
    background-color: #ef6c00;
}

/* ✅ Parallax */
.parallax-section {
    background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-overlay {
    background: rgba(255, 255, 255, 0.7);
    padding: 60px 0;
    color: #333;
}

.galeria-img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease;
}

.galeria-img:hover {
    transform: scale(1.03);
}


@media (max-width: 768px) {
    .parallax-section {
        background-attachment: scroll;
    }
    .parallax-text h2 {
        font-size: 1.8rem;
    }
    .parallax-text p {
        font-size: 1rem;
    }
}
.text-rose {
  color: #ec407a;
}

.navbar {
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.nav-link {
  color: #333 !important;
  margin-left: 1rem;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #ec407a !important;
}

.active-link {
  color: #ec407a !important;
  border-bottom: 2px solid #ec407a;
}

.navbar-brand {
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.bg-pink {
  background-color: #f8c8dc !important;
}

.bg-purple {
  background-color: #e0bbf7 !important;
}

.text-rose {
  color: #c94e72 !important;
}
.nivel-texto {
    color: #212529;
    font-weight: 600;
}
.btn-rose {
  background-color: #ec407a;
  color: white;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}
.btn-rose:hover {
  background-color: #d81b60;
  color: white;
}
.btn-rose:active{
  background-color: #d81b60 !important; 
  color: white !important;
  border-color: #d81b60 !important;
  transform: scale(0.97) !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}
/* Banner moderno tipo navbar */
.countdown-banner {
  width: 100%;
  background: linear-gradient(90deg, #ff7eb3, #ff758c);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 1050;
  box-shadow: 0 3px 12px rgba(0,0,0,0.25);
  border-radius: 0 0 12px 12px;
  flex-wrap: wrap;
  gap: 10px;
}

.countdown-banner .countdown-text {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1rem;
  letter-spacing: 1px;
}

.countdown-banner button {
  border-radius: 20px;
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}


/* Ícono */
.countdown-banner i {
  color: #fff;
}

/* Responsive */
@media (max-width: 576px) {
  .countdown-banner {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
    padding: 0.5rem 1rem;
  }

  .countdown-banner button {
    width: 100%;
  }
}

