/* General navbar styles */
/* Asegurar alineacin vertical y horizontal de nav links */
.navbar-nav {
  display: flex;
  align-items: center;
  gap: 1rem; /* espacio entre tems */
}

.navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.navbar-nav .nav-link {
  display: inline-block;
  padding: 10px 15px;
  white-space: nowrap;
}


.navbar {
  background-color: #FF90BD !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  padding: 0.5rem 1rem;
}

.navbar-brand img {
  max-height: 40px;
}

/* Nav links */
.navbar-nav .nav-link,
.navbar-nav .dropdown-item,
.navbar-nav .menu-item > a {
  color: white !important;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .dropdown-item:hover,
.navbar-nav .menu-item > a:hover {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
}

/* Active/Focus link styling */
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active,
.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:active,
.navbar-nav .menu-item > a:focus,
.navbar-nav .menu-item > a:active {
  color: #fff !important;
  outline: none;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

/* Dropdown styles */
.mega-dropdown {
  padding: 1rem;
}

@media (min-width: 768px) {
  .position-static .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 2rem 3rem !important;
    background-color: #FF90BD !important;
    z-index: 1050 !important;
  }

  nav.navbar {
    position: relative;
    overflow: visible !important;
  }
}

/* Dropdown content */
.mega-dropdown h6 {
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}

.mega-dropdown .dropdown-item {
  color: white !important;
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.mega-dropdown .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Promo image inside dropdown */
.mega-dropdown img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
}

/* WhatsApp button */
.boton-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 8px;
}

.boton-whatsapp:hover {
  background-color: #1ebe5d;
  color: white;
}

.wsp-texto {
  font-size: 14px;
}

/* Responsive: Hide text on small screens */
@media (max-width: 576px) {
  .wsp-texto {
    display: none;
  }
}


/* Seccin de Categoras Destacadas */
.categorias-destacadas {
  background-color: #fff0f6; /* Rosa claro o el que prefieras */
}

/* Ttulo */
.categorias-destacadas h2 {
  font-size: 2rem;
  color: #e91e63;
  font-weight: 700;
}

.categorias-destacadas p {
  font-size: 1rem;
  color: #6c757d;
}

/* Tarjetas */
.categorias-destacadas .card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}

.categorias-destacadas .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Imgenes */
.categorias-destacadas .card-img-top {
  height: 180px;
  object-fit: cover;
}

/* Ttulo de categora */
.categorias-destacadas .card-title {
  font-size: 1.1rem;
  color: #333;
}

/* Botn "Informacin" */
.categorias-destacadas .btn-info {
  background-color: #e91e63;
  border: none;
  font-weight: 500;
  color: white;
  padding: 0.4rem 0.9rem;
  transition: background-color 0.3s ease;
}

.categorias-destacadas .btn-info:hover {
  background-color: #d81b60;
  color: #fff;
}

/* Botn "Ver todas las categoras" */
.categorias-destacadas .btn-outline-primary {
  border-color: #e91e63;
  color: #e91e63;
  font-weight: 500;
  padding: 0.6rem 1.4rem;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.categorias-destacadas .btn-outline-primary:hover {
  background-color: #e91e63;
  color: white;
}



/* ==== FILTRO POR EDAD ==== */
#filtros .card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
}

#filtros .card-header {
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #ff90bd;
  color: white;
  padding: 1rem;
}

#filtros .list-group-item {
  border: none;
  transition: background-color 0.3s ease;
  font-weight: 500;
}

#filtros .list-group-item a {
  color: #333;
  text-decoration: none;
  padding: 0.4rem 0;
  display: block;
}

#filtros .list-group-item:hover {
  background-color: #fce4ec;
}

#filtros .list-group-item.active,
#filtros .list-group-item.active a {
  background-color: #e91e63;
  color: white !important;
}

/* ==== TARJETAS DE PRODUCTOS ==== */
#productos .card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

#productos .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#productos .card-img-top {
  height: 200px;
  object-fit: cover;
}

/* Contenido del producto */
#productos .card-title {
  font-size: 1rem;
  color: #007bff;
  transition: color 0.2s ease;
}

#productos .card-title:hover {
  color: #0056b3;
  text-decoration: underline;
}

#productos .text-muted.small {
  font-size: 0.85rem;
  color: #999 !important;
}

/* Precio */
#productos .card-body p.font-weight-bold {
  font-size: 1rem;
}

#productos .text-danger {
  font-size: 1.1rem;
  font-weight: bold;
}

/* Paginacin */
#productos .pagination {
  border-radius: 50px;
}

#productos .pagination .page-link {
  color: #e91e63;
  border-radius: 50px;
  margin: 0 5px;
  transition: all 0.2s ease-in-out;
}

#productos .pagination .page-link:hover {
  background-color: #e91e63;
  color: white;
  border-color: #e91e63;
}

/* Responsive ajustes */
@media (max-width: 768px) {
  #filtros {
    margin-bottom: 2rem;
  }

  #productos .card-img-top {
    height: 180px;
  }
}


/* === SECCIN SERVICIOS === */
.services-section {
  background-color: #fff0f6; /* Fondo rosado suave */
}

.services-section h2 {
  font-size: 2rem;
  color: #e91e63;
  font-weight: 700;
}

.services-section p {
  font-size: 1rem;
  color: #6c757d;
}

/* === Tarjetas de servicio === */
.services-section .card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.services-section .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.15);
}

/* Imgenes dentro de la tarjeta */
.services-section .card-img-top {
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.services-section .card:hover .card-img-top {
  transform: scale(1.05);
}

/* Ttulo del servicio */
.services-section .card-title {
  font-size: 1.2rem;
  color: #333;
  margin-top: 0.5rem;
}

/* Descripcin */
.services-section .card-text {
  color: #666;
  font-size: 0.95rem;
}

/* Responsive para pantallas pequeas */
@media (max-width: 767.98px) {
  .services-section .card-img-top {
    height: 160px;
  }

  .services-section h2 {
    font-size: 1.6rem;
  }
}

/* === Seccin Productos y Filtros === */
#productos {
  background-color: #fff;
}

/* ===== FILTROS (Aside izquierdo) ===== */
#productos #filtros {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

#productos #filtros h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}

#productos #filtros h5 {
  margin-top: 1.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #e91e63;
}

#productos #filtros .btn-sm {
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  transition: all 0.2s ease-in-out;
}

#productos #filtros .btn-outline-primary:hover {
  background-color: #e91e63;
  border-color: #e91e63;
  color: #fff;
}

/* Input range */
#productos #filtros input.form-control-sm {
  border-radius: 10px;
  font-size: 0.85rem;
}

/* ===== TARJETAS DE PRODUCTO ===== */
#productos .card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

#productos .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.12);
}

/* Imagen producto */
#productos .card-img-top {
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

#productos .card:hover .card-img-top {
  transform: scale(1.05);
}

/* Ttulo producto */
#productos .card-title {
  font-size: 1rem;
  color: #212529;
  margin-top: 0.5rem;
}

/* Precio */
#productos .card-body .text-danger {
  font-size: 1rem;
}

/* No hay productos */
#productos .text-muted h5 {
  color: #888;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 767.98px) {
  #productos #filtros {
    margin-bottom: 2rem;
  }

  #productos .card-img-top {
    height: 160px;
  }
}

/* === Imagen principal === */
#about-header img {
    max-height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* === Prrafos con imagen y contenido === */
.about-paragraph {
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.about-paragraph:nth-child(even) {
    background-color: #f9f9f9;
}

.about-paragraph img {
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}

.about-paragraph h2 {
    color: #e91e63;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.about-paragraph p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

/* === Fundadores === */
#founders .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

#founders .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.12);
}

#founders .card-img-top {
    height: 280px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/* === Clientes === */
#clients img {
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease;
    max-height: 80px;
    object-fit: contain;
}

#clients img:hover {
    transform: scale(1.1);
    opacity: 1;
}

/* === Servicios desde "Acerca de" === */
#about-services .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

#about-services .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.12);
}

#about-services .card-img-top {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#about-services h2,
#founders h2,
#clients h2 {
    font-weight: 800;
    font-size: 2rem;
    color: #e91e63;
}
