.formulario-contacto{
  position: relative;
  background: #5A883A;
  padding: 80px 0 10px;
}
.formulario-contacto .fondo{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  width: 100%;
}
.formulario-contacto .form{
  position: relative;
  background: #F0F0F0;
  border-radius: 10px;
  width: 100%;
  padding: 80px 60px;
  z-index: 1;
}
.formulario-contacto .form .form-control{
  font-family: 'GandhiSans-Regular';
  font-size: 16px;
  color: #5A883A;
  padding: 7px 30px;
  border-radius: 70px;
  background: #dae5d6;
  border: 1px solid #dae5d6;
  box-shadow: none !important;
  outline: 0 !important;
}
.formulario-contacto .form .form-control::placeholder {
  color: #5A883A !important;
}

.formulario-contacto .form .btn{
  font-family: 'GandhiSans-Bold';
  font-size: 14px;
  color: #5A883A;
  background: transparent;
  border: 1px solid #5A883A;
  border-radius: 44px;
  padding: 3px 5px;
  width: 120px;
}
.formulario-contacto .form .btn.active{
  background: #F8C84F;
  border: 1px solid #F8C84F;
}
.formulario-contacto .form .btn-send{
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #B7B7B7;
  width: 260px;
}
