.error { border: 1px solid red !important; }

.landing-section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.features-section {
  padding-left: 70px;
  padding-right: 70px;
}

.features-section i{
  color: #00add9;
  font-size: 40px;
}

.generate-sections-inside-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.features-section .grid-25 div {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(148,148,148,1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(148,148,148,1);
  box-shadow: 0px 0px 5px 0px rgba(148,148,148,1);
  padding: 25px;
  min-height: 180px;
}

.what-to-learn-column.left div{
  margin-left:auto;
  max-width: 350px;
  text-align: left;
}
.what-to-learn-column.right div{
  margin-right:auto;
  max-width: 350px;
  text-align: left;
}

.teacher-section {
  background-image: url("/wp-content/plugins/eurekers-course/images/landing/teachers.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.teacher-section .grid-40 {
  text-align: right;
  padding-right: 40px;
}
.teacher-section .grid-60 {
  text-align: left;
}

.form-element-submit button {
  width: 150px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 30px;
  line-height: 38px;
  background: #00add9;
  border: 1px solid #00add9;
  color: white;
  margin: 10px auto;
  padding: 0px;
  text-transform: uppercase;
}

.form-element-submit button:hover {
  background: none;
  border: 1px solid white;
  color: #00add9;
}

.header-content {
  background-image: url("/wp-content/plugins/eurekers-course/images/landing/imagen-cabecera.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.header-content .grid-25 div {
  font-size: 16px;
  margin-bottom: 15px;
}
.header-content h1 {
  font-size: 76px;
  font-weight: bold;
  text-align: right;
  padding-right: 55px;
}
.header-content span {
  float: left;
  padding: 20px;
  background-color: orange;
  font-weight: bold;
  font-size: 30px;
  margin-top: 30px;
}

.lesson-plan-section {
  background-color: #dff7ff;
  text-align: left;
  font-size: 15px;
}
.lesson-plan-section h2{
  text-align: center;
  margin-bottom: 40px;
}
.lesson-plan-section h3{
  font-weight: bolder;
  color: #00add9;
}

.next-courses-section {
  background-image: url("/wp-content/plugins/eurekers-course/images/landing/proximos-cursos.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.next-courses-section h3{
  max-width: 800px;
  margin: auto;
  font-size: 20px;
}

.our-students-section {
  background-image: url("/wp-content/plugins/eurekers-course/images/landing/alumnos-cursos.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.our-students-section .our-students-data {
  font-size: 76px;
  font-weight: bold;
}

.our-students-section h2{
  font-size: 50px;
  font-weight: bold;
}

.our-students-section .our-students-info {
  font-size: 37px;
  font-weight: bold;
}

.footer {
  min-height: 30px;
  background-color: #222222;
  text-align: center;
  color: white;
  font-size: 15px;
  padding-top: 10px;
}

@media (min-width: 1440px) {
  .header-image {
    background: url(/wp-content/plugins/eurekers-course/images/landing-course-online.jpg) no-repeat;
    height: 400px;
  }
}

.finish-buttons.completed-exercise h3 {
  font-size: 40px;
  font-weight: bold;
  color: #71766f;
}