:root {
    --primary-color: #ff6b8b;
    --secondary-color: #ffd166;
    --dark-color: #2b2d42;
    --light-color: #f8f9fa;
    --accent-color: #06d6a0;
  }
  
  body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    overflow-x: hidden;
  }
  
  h1, h2, h3, h4, h5, .navbar-brand {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
  }
  
  .navbar {
    background-color: rgba(197, 175, 175, 0.95) !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
  }
  
  .navbar.scrolled {
    background-color: white !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .navbar-brand {
    font-size: 1.8rem;
    color: var(--primary-color) !important;
    display: flex;
    align-items: center;
  }
  
  .navbar-brand i {
    margin-right: 10px;
    font-size: 1.5rem;
  }
  
  .nav-link {
    color: var(--dark-color) !important;
    font-weight: 500;
    margin: 0 8px;
    position: relative;
  }
  
  .nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
  }
  
  .nav-link:hover:after {
    width: 100%;
  }
  
  .hero-section {
    background: linear-gradient(135deg, rgba(249, 120, 163, 0) 0%, rgba(255,209,102,0.1) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
  }
  
  .hero-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/img/imagen1.jpg') ;
    background-position: center;
    background-repeat: no-repeat;
    
    background-size: cover;
    z-index: -1;
  }
  
  .hero-title {
    font-size: 3.5rem;
    color: var(--dark-color);
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  }
  
  .hero-subtitle {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 30px;
    font-weight: 300;
  }
  
  .btn-primary {
    background-color: var(--primary-color);
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255,107,139,0.3);
  }
  
  .btn-primary:hover {
    background-color: #ff4d73;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255,107,139,0.4);
  }
  
  .btn-secondary {
    background-color: var(--secondary-color);
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    color: var(--dark-color);
    box-shadow: 0 4px 15px rgba(255,209,102,0.3);
  }
  
  .btn-secondary:hover {
    background-color: #ffc233;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255,209,102,0.4);
    color: var(--dark-color);
  }
  
  .section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    color: var(--dark-color);
  }
  
  .section-title:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    bottom: -15px;
    left: 25%;
  }
  
  .card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
    margin-bottom: 30px;
  }
  
  .card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  }
  
  .card-img-top {
    height: 200px;
    object-fit: cover;
  }
  
  .card-body {
    padding: 25px;
  }
  
  .card-title {
    color: var(--primary-color);
    font-weight: 700;
  }
  
  .price-tag {
    background: var(--secondary-color);
    color: var(--dark-color);
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
  }
  
  .service-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
  }
  
/* Agrega esto en tu sección de estilos */
#imageModal .modal-content {
background-color: rgba(255, 255, 255, 0.9); /* Sutil transparencia */
border-radius: 15px; /* Esquinas redondeadas */
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Sombra elegante */
border: 1px solid rgba(255, 255, 255, 0.8);
}

#imageModal .modal-body {
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}

#imageModal .btn-close {
position: absolute;
top: 15px;
right: 15px;
z-index: 1000;
opacity: 0.8;
background-color: #FF69B4; /* Fondo semitransparente */
color: white;
border: none;
border-radius: 50%; /* Botón circular */
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s ease; /* Animación suave */
}

#imageModal .btn-close:hover {
opacity: 1;
background-color: rgba(0, 0, 0, 0.8); /* Fondo más oscuro al pasar el cursor */
}

@media (max-width: 768px) {
#imageModal .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

#imageModal .modal-content {
  height: 100%;
  border-radius: 0; /* Sin esquinas redondeadas en móviles */
}

#imageModal .modal-body {
  height: 100%;
}

#imageModal img {
  max-height: 100vh !important;
  width: auto !important;
  max-width: 100%;
  border-radius: 10px; /* Añade un toque de redondez en las imágenes */
}
}
  
  .form-control {
    border-radius: 50px;
    padding: 12px 20px;
    border: 1px solid #eee;
  }
  
  .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(255,107,139,0.25);
  }
  
  .form-select {
    border-radius: 50px;
    padding: 12px 20px;
    border: 1px solid #eee;
  }
  
  .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(255,107,139,0.25);
  }
  
  option.disabled-option {
    color: #dc3545;
    font-weight: bold;
  }
  
  footer {
    background: linear-gradient(135deg, var(--dark-color) 0%, #1a1a2e 100%);
    color: white;
    padding: 60px 0 20px;
    position: relative;
  }
  
  footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  }
  
  .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: white;
    margin: 0 10px;
    transition: all 0.3s ease;
  }
  
  .social-icon:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
  }
  
  .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .back-to-top.active {
    opacity: 1;
    visibility: visible;
  }
  
  .back-to-top:hover {
    background: #ff4d73;
    transform: translateY(-3px);
  }
  
  /* Animaciones personalizadas */
  @keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
  }
  
  .floating {
    animation: float 3s ease-in-out infinite;
  }
  
  /* Efecto de onda */
  .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  
  .wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
  }
  
  .wave .shape-fill {
    fill: #FFFFFF;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .hero-title {
      font-size: 2.5rem;
    }
    
    .hero-subtitle {
      font-size: 1.2rem;
    }
    
    .navbar-brand {
      font-size: 1.5rem;
    }
  }
:root {
  
  --whatsapp-color:hotpink;
  --primary-color: #ff6b8b;
  --secondary-color:rgb(245, 45, 145);
}

.whatsapp-float {
  position: fixed;
  
  width: 55px;
  height: 55px;
  bottom: 30px;
  left: 30px;
  background-color: var(--whatsapp-color);
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 5px 15px hotpink;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.whatsapp-modal .modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.whatsapp-modal .modal-header {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  border-bottom: none;
  padding: 20px;
  position: relative;
}

.whatsapp-modal .modal-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid white;
  margin-right: 15px;
}

.whatsapp-modal .modal-header .brand-info {
  display: flex;
  align-items: center;
}

.whatsapp-modal .modal-header .brand-text h5 {
  font-weight: 700;
  margin-bottom: 0;
  font-family: 'Playfair Display', serif;
}

.whatsapp-modal .modal-header .brand-text p {
  margin-bottom: 0;
  opacity: 0.9;
  font-size: 0.9rem;
}

.whatsapp-modal .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  opacity: 0.8;
}

.whatsapp-modal .modal-body {
  padding: 25px;
}

.whatsapp-modal .btn-whatsapp {
  background-color: var(--whatsapp-color);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 12px 25px;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s ease;
}

.whatsapp-modal .btn-whatsapp:hover {
  background-color: hotpink;
  transform: translateY(-2px);
}
