.fila-botones {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.whatsbtn {
  background-color: #4bc863;
}

.form {
  margin-bottom: 0;
}

.boton {
  text-transform: uppercase;
  background-color: #c39c5e;
  border-radius: 100px;
  margin-top: 30px;
  padding-left: 22px;
  padding-right: 22px;
  text-decoration: none;
}

.boton:hover {
  color: #fff;
}

.interno-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .fila-botones {
    flex-flow: column;
  }
}
