body {
      font-family: 'Lato', sans-serif;
    }
    h1, h2, h3, h4, h5 {
      font-family: 'Playfair Display', serif;
      font-weight: 600;
    }
    .icono-incluye {
      color: #722251;
    }
    .card:hover {
      transform: translateY(-5px);
      transition: all 0.3s ease;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    .card-img-top {      
      height: 250px; 
      object-fit: cover; 
      object-position: center;
      box-shadow: #722251;
            
    }
    .modal-content {
  background-color: rgba(255, 255, 255, 0.274); /* Fondo blanco semitransparente */
  backdrop-filter: blur(30px); /* Efecto de desenfoque */
  -webkit-backdrop-filter: blur(30px); /* Compatibilidad Safari */
  border-radius: 1rem;
  border: none;
}

.modal-header,
.modal-body {
  background: transparent; /* Asegura que no sobreescriban el fondo */
}
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.4); /* Oscurece el fondo con transparencia */
}

  @media (max-width: 576px) {
    .img-plan {
      max-width: 60% !important;
    }
  }

