body {
  font-family: arial;
}

.parte1 {
  width: 100%;
  font-family: arial;
  background:#69cc57;
  border-top:3px solid #000;
  padding:1%;
}

.parte1 h1 {
  font-size: 30px;
  text-align: center;
}

.parte1 p {
  font-size: 20px;
  text-align: center;
}

.adelante {
  width: 98%;
  font-family: arial;
  background: #57bf72;
  padding: 2%;
}

.adelante a {
  text-decoration: none;
  margin-left:30%;
  text-align: center;
  border-radius: 25%;
  background: #2c7f42;
  padding:1% 10%;
  color: #000;
  font-size: 25px;
}

.adelante a:hover {
  color: #fff;
  background: #184624;
}

.parte2 {
  background:#69cc57;
  padding: 1%;
  width: 100%;
}

.parte2 h2 {
  font-size: 30px;
  text-align: center;
}

.p_parte2 {
  font-size: 20px;
  text-align: center;
}

.paso {
  display: inline-block;
  width: 30%;
  border:3px solid #ddd1ce;
  padding:1%;
}

.paso p {
  text-align: center;
  font-size: 22px;
}

.paso:hover {
  background: #6d9064;
}

.adelante .responsive {
  display: none;
}

@media screen and (max-width:760px) {
  .paso {
    width: 95%;
  }

  .adelante a {
    margin-left: 1%;
  }
}

@media screen and (max-width:336px) {
  .adelante a {
    display: none;
  }

  .adelante .responsive {
    display: block;
  }
}

/*c*/
.formulario input[type="text"],
.formulario input[type="email"],
.formulario input[type="password"],
.formulario textarea,
.input_editor_555 {
  border: 1px solid #A8A8A8;
  border-radius: 2px;
  padding: 16px;
  width: 98%;
  display: block;
  margin-bottom: 20px;
  font-family: arial, sans-serif, helvetica;
  font-size: 1em;
  color: #141938;
}


.formulario input[type="text"]:focus,
.formulario input[type="email"]:focus,
.formulario input[type="password"]:focus,
.formulario textarea:focus,
.input_editor_555:focus {
  border: 2px solid #595959;
  padding: 15px;
}

.formulario textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 300px;
}

.formulario input[type="submit"] {
  padding: 15px;
  background: #595959;
  color: #fff;
  font-size: 1em;
  font-family: arial, sans-serif, helvetica;
  border-radius: 20px;
  border: none;
  float: right;
  cursor: pointer;
}
