.section-donate{
    min-height: 100vh;
    /* background: url('../images/banner1-1.jpg'); */
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 1%, rgba(0,0,0,1) 19%, rgba(222,225,230,0) 52%),url('../images/banner1-1.jpg');
   /* background-image: url('../images/trump.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    padding-top: 2%;
    padding-left: 4%;
    width: 100%;
    max-width: 800px; 
    max-width: 100%; 
    height: auto; 


}
.pruba{
  width: 340px;
}
.donate-text{
    background-color: white;
    color: #26337a;
    border-radius: 5px;
    height: auto;
    padding: 6%;
    margin-bottom: 10%;
   
    
}
.tittle{
  background-image: url('../images/purple-logo.4f63b8e3ec84a7717999.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 15vh;
  padding: 2%;
  padding-bottom: 4%;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
 

.contenedor-imagen {
    width: 100%;
    max-width: 800px; 
    margin: 0 auto; 
    overflow: hidden; 
  }
  
  .contenedor-imagen img {
    max-width: 100%; 
    height: auto; 
  }

  @media only screen and (max-width: 767px) {
    .section-donate{
      background-image: none;
      padding: 0;
    }
    .row{
      justify-content: center;
    }
    .tittle{
      
      background-image: url('../images/gonza2.png');
      background-size: contein;
      background-position: center top;
      height: 30vh;
    }
    .pruba{
      width: auto;
    }
    .donate-text{
      padding: 0;
    }
    .text-donate{
      padding: 6%;
    }
  }
  .boton-valor{
    margin: 2px;
    width: 25%;
    text-align: center;
  }
  .contenedor-botones {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 600px; /* ajusta el ancho máximo según tus necesidades */
  }
  
  .grupo-botones {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px; /* ajusta el margen según tus necesidades */
  }
  
  .grupo-botones button {
    width: calc(25% - 10px); /* ajusta el ancho de los botones según tus necesidades */
    margin-bottom: 10px; /* ajusta el margen según tus necesidades */
  }
  .boton-pago{
    padding: 0.375rem 0.1rem !important;
    font-size: 20px;
    color: white;
    background: #991313 ;
  }
  .boton-pago:hover{
    background: #821010;
  }
  .otro-monto label {
    display: flex;
    align-items: center;
    font-size: 1rem;
  
  }
  .otro-monto{
    align-items: center;
    width: 100%;
    justify-content: center;
    display: flex;
    padding-bottom: 20px;
  }
  .otro-monto label span {
    margin-left: 10px;
  }
  
  .otro-monto input {
    padding: 8px;
    font-size: 1rem;
    border: 2px solid #ddd;
    border-radius: 5px;
    max-width: 100px;
  }
.otro-monto input::-webkit-inner-spin-button,
.otro-monto input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-opcion-pago {
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.btn-opcion-pago.seleccionado {
  background-color: black;
  color: white;
}
.div-opciones-pago{
  padding: 4%;
}

.spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: #767676;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.boton-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#loading {
  margin-left: 10px;
}
  