#cursos {
  font-family: 'Oswald', 'sans-serif';
  margin-right: 1em;
  margin-left: 1em;
}

#cursos figure {
  background-image: url(../images/cursos/reparacion_celulares_cabezal.jpg);
  background-repeat: no-repeat;
  background-size: cover;

}

#cursos figure h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 3em;
  padding: 3em 0;
}


#cursos h3 {
  color: #ec2081;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2em;
  margin-bottom: 0.5em;
}

#cursos h4 {
  margin-bottom: 0.6em;
}

#cursos p {
  margin-bottom: 3em;
}

#cursos p.last {
  margin-bottom: 6em;
}

#cursos img.cels {
  margin: 3em 0 1.5em 0;
}

#cursos ul {
  list-style: disc;
  padding-left: 1.4em;
  width: 90%;
}

#cursos-form span {
  display: none;
  font-size: 12px;
  line-height: 30px;
  color: red;
}

#cursos-form input[type=text],
#cursos-form input[type=email],
#cursos-form textarea {
  width: 100%;
  height: auto;
  padding: 15px 15px 12px;
  font-size: 18px;
  margin-bottom: 18px;
  color: #7f7f7f;
  letter-spacing: 0.5px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  font-weight: 100;
}

#cursos-form .submit-container {
  text-align: center;
}

#cursos-form .submit-container input {
  color: #ffffff;
  background-color: #ec2081;
  border: none;
  height: auto;
  padding: 15px 35px;
  font-size: 18px;
  letter-spacing: 0.5px;
}

#cursos .mail-message-area {
  margin-top: 2em;
}