/*-----Estilos formulario----------*/

.section-form:before{
  position: absolute;
  content: "";
  width: 99%;
  height: 700px;
  opacity: 50%;
  margin-top: -52px;
  z-index: -999;
}

.section-form{
  font-family: Protest;
}
  
.formulario h1{
  color: #202020;;
  text-align: center;
  font-size: 45px;
  padding: 20px;
}

.formulario{
  width: 60%;
  margin: auto;
  background: #fba919;
  padding: 20px;

}

.info3{
  width: 100%;
}

.info3 input{
  font-size: 30px;
  width: 100%;
  padding: 10px;
}

.info4{
  margin-top: 30px;
  width: 100%;
  display: flex;
  
}

.input1{
  width: 50%;
}

.input1 input{
  font-size: 30px;
  padding: 10px;
  width: 90%;
}

.input2{
  width: 50%;
  text-align: right;
}

.input2 input{
  font-size: 30px;
  padding: 10px;
  width: 90%;
}

.Descripcion textarea{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 30px;
  height: 200px;
  margin-top: 33px;
}

.input-form{
  display: flex;
  justify-content: right;
  text-align: right;
}

.input-form input{
  font-size: 20px;
  padding: 10px 90px;
  margin-top: 30px;
  font-weight: bold;
  background: #202020;
  color: #fff;
}

.input-form input:hover{
  background: #720307;
  color: #fff;
  cursor: pointer;
}

.section-form img{
  width: 100%;
}

#imgform1{
  display: block;
}

#imgform2{
 display: none;
}

/*-----Fin Estilos formulario----------*/


@media only screen and (max-width: 1000px) {

#imgform1{
  display: none;
}

#imgform2{
 display: block;
}

.formulario{
  width: 90%;
}

.input1{
  min-width: 110.7%;
}
  
.input2{
  margin-left: -40px;
  min-width: 111.7%;
  margin-top: 30px;
}

.info4{
  flex-direction: column;
}

.section-form{
  min-height: 1280px;
  margin-bottom: -700px;
}

textarea{
  min-height: 300px;
}

.section-form::before{
  min-height: 1280px;
}

.formulario h1{
  font-size: 35px;
}

.formulario input{
  font-size: 30px;
}

  
}
