#binny-1{
    width: 70%;
}

.boton-pro {
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background: linear-gradient(135deg, #160205, #d806062d);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(255, 113, 18, 0.35);
  transition: all 0.3s ease;
}

.boton-pro:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(255, 0, 0, 0.45);
}

#contenedorGeneral{
    width: 100%;
    background-color: red;
}

#contenedorTexto{
    margin: 0px auto 0px auto;
    text-align: center;
    width: 50%;
    background-color: orange;
}

#contenedorBoton{
    width: 100%;
    text-align: center;
}