.popup-custom .modal-content {
      background-color: #6a0dad; /* Morado */
      color: white;
      font-family: 'Open Sans', sans-serif;
      border-radius: 15px;
      text-align: center;
      padding: 20px;
    }
    .popup-custom h2 {
      font-weight: bold;
      margin-bottom: 15px;
    }
    .popup-custom img {
      align-items: center;
      max-width: 380px;
      height: 150px;
      border-radius: 10px;
      margin-bottom: 15px;
    }
    .popup-custom .btn-primary {
      background-color: #00aaff;
      border: none;
      font-size: 1.2rem;
      padding: 10px 20px;
      border-radius: 30px;
    }
    .popup-custom .btn-secondary {
      background-color: transparent;
      border: 2px solid white;
      color: white;
      font-size: 1rem;
      padding: 8px 16px;
      border-radius: 30px;
    }