p {
  font-size: 20px;
}

.footer-p {
  font-size: 16px;
}

.background-1 {
  background: #0857c3;
}

.background-2 {
  background: #b71282;
}

.background-3 {
  background: #ea7700;
}

.background-4 {
  background: #002968;
}

.background-11 {
  background: rgba(8, 87, 195, 0.8);
}

.background-22 {
  background: rgba(183, 18, 130, 0.8);
}

.background-33 {
  background: rgba(234, 119, 0, 0.8);
}

.background-44 {
  background: rgba(0, 41, 104, 0.8);
}

.course1 {
  background: url(../img/cf-courses/diplomado1curso.webp);
  background-size: 100% auto;
  min-height: 400px;
  background-repeat: no-repeat;
}

#img-break1 {
  background: url(../img/cf-courses/diplomado2curso.webp);
  min-height: 400px;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
}

.course2 {
  background: url(../img/cf-courses/evaluacion1curso.webp);
  background-size: 100% auto;
  min-height: 400px;
  background-repeat: no-repeat;
}

#img-break2 {
  background: url(../img/cf-courses/evaluacion2curso.webp);
  min-height: 400px;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
}

.course3 {
  background: url(../img/cf-courses/gamificacion1curso.webp);
  background-size: 100% auto;
  min-height: 400px;
  background-repeat: no-repeat;
}

#img-break3 {
  background: url(../img/cf-courses/gamificacion2curso.webp);
  min-height: 400px;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
}

.course4 {
  background: url(../img/cf-courses/muros1curso.webp);
  background-size: 100% auto;
  min-height: 400px;
  background-repeat: no-repeat;
}

#img-break4 {
  background: url(../img/cf-courses/muros2curso.webp);
  min-height: 400px;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
}

.course5 {
  background: url(../img/cf-courses/prezi1curso.webp);
  background-size: 100% auto;
  min-height: 400px;
  background-repeat: no-repeat;
}

#img-break5 {
  background: url(../img/cf-courses/prezi2curso.webp);
  min-height: 400px;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
}

.course6 {
  background: url(../img/cf-courses/genially1.webp);
  background-size: 100% auto;
  min-height: 400px;
  background-repeat: no-repeat;
}

#img-break6 {
  background: url(../img/cf-courses/genially2.webp);
  min-height: 400px;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
}

.course7 {
  background: url(../img/cf-courses/quizizz1.webp);
  background-size: 100% auto;
  min-height: 400px;
  background-repeat: no-repeat;
}

#img-break7 {
  background: url(../img/cf-courses/quizizz2.webp);
  min-height: 400px;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
}

#about-curse {
  padding: 60px 0;
  display: flex;
  align-items: center;
}

.about-curse {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
}

.curse-name {
  padding: 30px 20%;
  position: relative;
}

.curse-name h1 {
  color: white;
  font-size: 50px;
}

.curse-name p {
  color: white;
  font-size: 20px;
}

.detalle {
  padding: 30px;
  position: relative;
}

.detalle h3 {
  color: white;
  font-size: 28px;
  margin-bottom: 10px;
}

.detalle p {
  color: white;
  font-size: 18px;
  
}

.curse-date {
  background: #6dd5c3;
  color: #25282a;
  position: absolute;
  margin: 0 auto;
  bottom: -25px;
  left: 17%;
  z-index: 9999;
  padding: 10px;
}

#contentf {
  padding: 60px 0 60px 0;
  width: 100%;
}

#content {
  padding: 60px 0 60px 0;
  width: 100%;
  height: auto;
}


#managed {
  padding: 60px 0 60px 0;
}

#managed .title {
  color: #0857c3;
}

.panel-heading {
  background-color: #25282a;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.panel-heading h4 {
  margin-bottom: 0px;
}

.panel-heading a {
  color: #fff;
}

.panel-heading a:hover {
  color: #6dd5c3;
}

#requirements {
  padding: 40px 0 20px 0;
  background: #6dd5c3;
}

#requirements .title {
  margin-bottom: 0px;
}

.requisitos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}

.requisitos div {
  width: 150px;
  padding-bottom: 30px;
}

.requisitos div img {
  padding: 10px 10px 0 10px;
}

.requisitos div p {
  padding: 0 10px 0 10px;
}

#more-info {
  background: url(https://cfc.uch.edu.pe/img/bg6.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.horario {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.horario div {
  padding: 25px;
}

.horario div h4 {
  margin-bottom: 0px;
}

.certificado {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  margin-top: 40px;
}

.box {
  padding: 0 0 20px 20px;
}

.certificado div img {
  height: 120px;
}

#inscription {
  padding: 40px 0;
}

.proceso div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.num {
  width: 50px;
  font-size: 3.5em;
  color: #0857c3;
}

.form {
  width: 450px;
  background: #fff;
  padding: 20px 30px;
  position: -webkit-sticky;
  position: sticky;
  border-radius: 5px 5px 5px 5px;
  top: 200px;
  z-index: 1000!important;
}

.form h3 {
  color: #0857c3;
  margin-bottom: 0px;
}

.form p {
  margin-bottom: 15px;
}

.formfixed {
  position: fixed;
  top: 200px;
  box-shadow: 4px 4px 49px -5px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 4px 4px 49px -5px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 4px 4px 49px -5px rgba(0, 0, 0, 0.64);
}

.formfixed2 {
  position: fixed;
  bottom: 550px;
  top: auto;
  box-shadow: 4px 4px 49px -5px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 4px 4px 49px -5px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 4px 4px 49px -5px rgba(0, 0, 0, 0.64);
}

.form #sendmessage {
  color: #0857c3;
  border: 1px solid #0857c3;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form #sendmessage.show,
.form #errormessage.show,
.form .show {
  display: block;
}

.form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.form input,
.form select,
.form textarea {
  color: rgb(110, 110, 110);
  padding: 10px 14px;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid rgba(70, 82, 192, 0.685);
  box-shadow: none;
  font-size: 15px;
  background: none;
  outline: none;
}

.form input:focus,
.form select:focus {
  border-bottom: 2px solid rgb(47, 60, 180);
}

.form input::placeholder {
  color: rgb(110, 110, 110);
}

.form button[type="submit"] {
  background: #0857c3;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.form button[type="submit"]:hover {
  background: #00bce3;
}

.form-logo {
  width: 15%;
  margin-bottom: 20px;
}

.ul-li-list li {
  font-size: 20px;
}

.formstatic {
  margin-top: 50px;
  width: 100%;
  display: none;
}

@media (max-width: 990px) {
  .formscroll {
    display: none;
  }
  .formstatic {
    display: block;
  }

}
