body {
  background-color: rgb(37, 37, 37);
}
.row.gx-4.gy-4 {
  margin-top: 20px;
}

.buttonn {
  width: 50%;
  margin-top: 6%;
  margin-left: 36%;
}

.boton-bonito {
  display: inline-block;
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.boton-bonito:hover {
  background-color: #ffca2c;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.boton-bonito::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: height 0.3s ease;
  z-index: 0;
}

.boton-bonito:hover::after {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .buttonn {
    width: 50%;
    padding: 1%;
    margin-right: -3%;
  }
  .container.mt-5 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    background-color: rgb(0, 0, 0) !important;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .iframe-wrapper {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
  }
  .input-ancho {
    width: 100%;
    max-width: 100%;
  }

  .mb-2 {
    margin-bottom: 1rem !important;
    margin-top: 25px;
  }

  .row > * {
    padding-right: 0%;
    padding-left: 0%;
  }
  .container.mt-5 {
    margin-top: 0 !important;
    padding-top: 25px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  btn .btn-sm,
  .btn-warning,
  .boton-bonito {
    width: 100%;
  }

  .row,
  .mb-3 {
    justify-content: center;
    margin-bottom: 0% !important;
  }
  .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .buttonn {
    width: 90%;
    padding: 1%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .row.gx-4.gy-4 {
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    width: 101%;
  }

  .container {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
  .banner-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    position: relative;
    width: 100%;
    min-height: 400px;
    background-size: cover;
    background-position: center;
  }

  .banner-card .overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
    padding: 15px;
    border-radius: 10px;
    color: #fff;
  }
  iframe {
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 300px;
  }
  .card {
    border-radius: 15px;
    backdrop-filter: blur(8px);
    padding: 20px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  }

  input,
  select,
  textarea {
    border-radius: 8px;
    border: 1px solid #555;
    padding: 8px 10px;
    background-color: #222;
    color: #fff;
  }

  input::placeholder {
    color: #aaa;
  }

  button.btn-warning {
    border-radius: 10px;
    font-weight: bold;
  }

  input,
  select,
  button {
    transition: all 0.3s ease;
  }

  input:focus,
  select:focus {
    border-color: #ffc107;
    box-shadow: 0 0 5px #ffc107;
    outline: none;
  }
  .banner-card h3,
  .banner-card h5,
  .banner-card p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  }

  #form-boletos .form-control,
  #form-boletos .form-select {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 8px;
    padding: 13px;
    transition: all 0.3s ease;
  }

  #form-boletos .form-control:focus,
  #form-boletos .form-select:focus {
    background-color: #fff;
    border-color: #ffc107; /* Color amarillo de tu botón */
    box-shadow: 0 0 5px #ffc107;
    color: #333;
  }

  #form-boletos .form-label {
    font-weight: 500;
    color: #dfdbdbd7;
    margin-bottom: 5px;
  }

  #form-boletos .card {
    background-color: #fff; /* fondo blanco */
    border: 1px solid #ddd; /* ligero borde */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  }

  #form-boletos .btn-warning {
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
  }

  #form-boletos .btn-warning:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
    color: #fff;
  }

  .btn-modern {
    display: inline-block;
    padding: 12px 20px; /* corregido */
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #ffc107, #ffb300);
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%; /* ocupa todo el ancho del formulario */
  }

  .btn-modern:hover {
    background: linear-gradient(135deg, #ffca28, #ffb300);
    transform: translateY(-3px); /* corregido */
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.5);
  }

  .btn-modern:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
  }
}
