/* ===================== ESTILOS ESPECÍFICOS GUARDERÍA ===================== */
  :root {
    --first-color: #fb5c76;
  }
/* Sección Nido de diversión - Row responsive */
.nido-content {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-direction: row;
  max-width: 1200px;
}

.nido-image {
  flex: 0 0 auto;
}
.nido-image img{
  max-width: 300px;
}

.nido-info {
  flex: 1;
  max-width: 400px;
}

.nido-section{
    display: flex;
    align-items: center;
    justify-content: center;
}
.qs-img-col-guarderia img {
    max-width: 300px;
    border-radius: 18px;
}

.qs-title-guarderia{
    text-align: center;
    font-size: 3.5em;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #6e6e6e;
}
.actividades-section {
  margin-top: 3rem;
  padding: 0 30px;
}

/* ===================== SECCIÓN HORARIOS - 3 PLANTELES ===================== */
.horarios-section {
  margin: 4rem 0;
  padding: 0 30px;
}

.horarios-content {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.plantel-item {
  flex: 1;
  text-align: center;
  background: rgba(255, 255, 255, 0.639);
  border-radius: 15px;
  border: 10px solid var(--first-color);
  padding: 2rem 1.5rem;
}


.horarios-image {
  margin-bottom: 1.5rem;
}

.horarios-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: block;
  border: 4px solid #E85A7A;
}

.horarios-location {
  font-size: 1.5rem;
  color: #E85A7A;
  font-weight: 600;
  margin: 0.5rem 0;
}

.horarios-subtitle {
  font-size: 0.9rem;
  color: #6B7280;
  margin: 0 0 1rem 0;
  font-style: italic;
}

.horarios-info {
  text-align: center;
}

.horarios-title {
  font-size: 1.3rem;
  color: #374151;
  margin-bottom: 1rem;
  font-weight: 600;
}

.horarios-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.horario-item {
  font-size: 1rem;
  color: #6B7280;
  margin: 0;
}

.horario-item strong {
  color: #374151;
}

/* Botón de WhatsApp para planteles */
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--first-color);
  color: white;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(159, 24, 78, 0.326);
}

.whatsapp-btn:hover {
  background: #f3516a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(132, 20, 76, 0.596);
  color: white;
  text-decoration: none;
}

.whatsapp-btn:active {
  transform: translateY(0);
}

.whatsapp-btn i {
  font-size: 1.2rem;
}

.actividades-container {
  display: flex;
  gap: 4rem;
  align-items: flex-end;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
}

.actividades-col {
  flex: 1;
  min-width: 300px;
}

.imagen-col {
  flex: 1;
  max-width: 500px;
}

.actividades-title {
  font-size: 2.5rem;
  color: #E85A7A;
  margin-bottom: 1rem;
  font-weight: 600;
}

.actividades-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 400px;
}

.actividad-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  color: #6B7280;
  padding: 0.5rem 0;
  max-width: 400px;
}

.diamond-icon {
  width: 12px;
  height: 12px;
  background: #E85A7A;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.imagen-placeholder {
  width: 100%;
  height: 400px;
  background: #F48A9D;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(232, 90, 122, 0.2);
}

.guarderia-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.actividad-item img{
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.cenefa-img-divider3 {
    width: 390px;
    height: auto;
    display: block;
    margin-bottom: 1rem;
}

.qs-title-guarderia-horarios{
text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 3rem;
    color: #6e6e6e;
    margin-top: 7rem;
}

.qs-cenefa{
    max-width: 400px;
}
/* ===================== CARRUSEL DE IMÁGENES ===================== */
.carousel-container {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(232, 90, 122, 0.2);
  background: #F48A9D;
  border: 5px solid #E85A7A;
}

.carousel-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}

.carousel-slide.active {
  opacity: 1;
  z-index: 2;
}

.carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Botones de navegación */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(232, 90, 122, 0.9);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  z-index: 100;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.carousel-btn:hover {
  background: rgba(232, 90, 122, 1);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.carousel-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.carousel-btn-prev {
  left: 15px;
}

.carousel-btn-next {
  right: 15px;
}

/* Indicadores */
.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 15px;
  border-radius: 20px;
}

.carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.carousel-indicator:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}

.carousel-indicator.active {
  background: white;
  transform: scale(1.2);
  border-color: #E85A7A;
}

/* ===================== RESPONSIVE - CAMBIO A COLUMN ===================== */
@media screen and (max-width: 768px) {
  .nido-content {
    flex-direction: column !important;
    text-align: center;
  }
  
  .nido-image {
    order: 1;
  }
  
  .nido-info {
    order: 2;
  }
  
  /* Actividades section - cambiar a column */
  .actividades-container {
    flex-direction: column !important;
    gap: 3rem;
    padding: 0 1rem;
  }
  
  .actividades-col {
    order: 1;
    text-align: center;
  }
  
  .imagen-col {
    order: 2;
    max-width: 100%;
  }
  
  .actividades-title {
    font-size: 2rem;
  }
  
  .imagen-placeholder {
    height: 300px;
  }
  
  /* Carrusel responsive */
  .carousel-container {
    height: 300px;
  }
  
  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .carousel-btn-prev {
    left: 10px;
  }
  
  .carousel-btn-next {
    right: 10px;
  }
  
  .carousel-indicators {
    bottom: 10px;
  }
  
  /* Horarios - 3 planteles responsive */
  .horarios-content {
    flex-direction: column !important;
    gap: 2rem;
  }
  
  .plantel-item {
    max-width: 100%;
    padding: 1.5rem 1rem;
  }
  
  .horarios-img {
    width: 100px;
    height: 100px;
  }
  
  .horarios-location {
    font-size: 1.3rem;
  }
  
  /* Botones WhatsApp responsive tablet */
  .whatsapp-btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }
  .main-content {
  padding: 0 30px !important;
}
.qs-title-guarderia{
    margin-top: 4rem;
}
.qs-img-col-guarderia img {
    max-width: 200px;
    border-radius: 18px;
}
    .actividades-container{
        align-items: normal;
    }
    .actividades-section{
        padding: 0 30px !important;
    }
    .qs-title-guarderia-horarios{
        margin-top: 1rem;
    }
    .horarios-section{
        padding: 0 30px !important;
    }
    .horarios-content{
        align-items: center;
    }
}

/* ===================== RESPONSIVE MÓVIL ===================== */
@media screen and (max-width: 480px) {
  .actividades-container {
    gap: 2rem;
    padding: 0 0.5rem;
  }
  
  .actividades-title {
    font-size: 1.8rem;
  }
  
  .actividad-item {
    font-size: 1rem;
  }
  
  .imagen-placeholder {
    height: 250px;
  }
  
  /* Carrusel responsive móvil */
  .carousel-container {
    height: 250px;
  }
  
  .carousel-btn {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
  
  .carousel-btn-prev {
    left: 5px;
  }
  
  .carousel-btn-next {
    right: 5px;
  }
  
  .carousel-indicator {
    width: 10px;
    height: 10px;
  }
  
  /* Horarios - planteles responsive móvil */
  .plantel-item {
    padding: 1rem 0.5rem;
  }
  
  .horarios-img {
    width: 80px;
    height: 80px;
  }
  
  .horarios-location {
    font-size: 1.2rem;
  }
  
  .horarios-title {
    font-size: 1.1rem;
  }
  
  .horario-item {
    font-size: 0.9rem;
  }
  
  /* Botones WhatsApp responsive móvil */
  .whatsapp-btn {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    gap: 0.3rem;
  }
  
  .whatsapp-btn i {
    font-size: 1rem;
  }
  .main-content {
  padding: 0 30px !important;
}
.qs-title-guarderia{
    margin-top: 4rem;
}
.qs-img-col-guarderia img {
    max-width: 200px;
    border-radius: 18px;
}
    .actividades-container{
        align-items: normal;
    }
    .actividades-section{
        padding: 0 30px !important;
    }
    .qs-title-guarderia-horarios{
        margin-top: 1rem;
    }
    .horarios-section{
        padding: 0 30px !important;
    }
    .horarios-content{
        align-items: center;
    }
}




/* ===================== DECORATIVE SHAPES ===================== */
.shape {
  position: absolute;
  z-index: 5;
  transition: all 0.3s ease;
}

.shape:hover {
  opacity: 1;
  transform: scale(1.1);
}

.shape img {
  width: 80px;
  height: auto;
  pointer-events: none;
}

/* Posiciones iniciales aleatorias para cada shape */
.shapeg-1 {
  top: 20%;
  left: 11%;
}
.shapeg-1 img{
  width: 100px;
}

.shapeg-2 {
  top: 20%;
  right: 21%;
  transform: scaleX(-1);
}
.shapeg-2 img{
  width: 100px;
}

.shapeg-4 {
  top: 144%;
  right: 1%;
  transform: scaleX(-1);
}

.shapeg-4 img{
  width: 100px;
}

.shapeg-6 {
  top: 147%;
  left: 9%;
}
.shapeg-6 img{
  width: 100px;
}

.shapeg-7 {
  top: 77%;
  right: 34%;
}
.shapeg-7 img{
  width: 100px;
}

.shapeg-8 {
  top: 65%;
  left: 4%;
}
.shapeg-8 img{
  width: 200px;
}


.shapeg-9 {
  top: 55%;
  right: 5%;
  transform: scaleX(-1);
}

.shapeg-9 img{
  width: 100px;
}


/* Ocultar shapes en pantallas menores a 1200px */
@media screen and (max-width: 1199px) {
  .shape {
    display: none;
  }
}

/* ===================== NAVIGATION SECTION ===================== */
.navigation-section {
    padding: 3rem 0;
    margin: 2rem 0;
    border-radius: 20px;
}

.navigation-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.mobile-nav {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.nav-center {
    flex: 1;
    text-align: center;
}

.nav-current {
    font-size: 1.5rem;
    font-weight: 700;
    color: #E91E63;
    background: linear-gradient(135deg, #ff9ca7, #fb5c76);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(233, 30, 99, 0.2);
}

.nav-arrow {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #ff9ca7, #fb5c76);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(251, 92, 118, 0.3);
    border: none;
    cursor: pointer;
}

.nav-arrow:hover {
    background: linear-gradient(135deg, #fb5c76, #ff9ca7);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(251, 92, 118, 0.4);
    color: white;
    text-decoration: none;
}

.nav-arrow i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.nav-arrow-left:hover i {
    transform: translateX(-3px);
}

.nav-arrow-right:hover i {
    transform: translateX(3px);
}

.mobile-nav-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 300px;
}

.nav-arrow-mobile {
    justify-content: center;
    width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .desktop-nav {
        display: none;
    }
    
    .mobile-nav {
        display: flex;
    }
    
    .navigation-section {
        padding: 2rem 0;
        margin: 1rem 0;
    }
    
    .nav-arrow {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
}

.navigation-section {
    padding: 0;
    margin: 0 55px;
    border-radius: 20px;
}