
#form-contacto .field{
  display: flex;
  flex-direction: column;
  margin-bottom:15px;
}

#form-contacto label{
  font-weight: 500;
}

#form-contacto .field input,
#form-contacto .field select,
#form-contacto .field textarea{
  border: 1px solid;
}

#form-contacto .btn{
  padding: 8px 40px;
  border-radius: 50px;
  background-color: #003764;
  border-color: #003764;
}

iframe{
  height:1520px !important;
  overflow: hidden;
}

@media (max-width: 768px) {
  iframe{
    height:1650px !important;
  }
}