.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background: #e7e7e7;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.loader.show {
  opacity: 1;
  visibility: visible;
}
.loader.hide {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.loader .logo-load {
  width: 150px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.loader .loader-barra {
  width: 0;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}

.wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
}

.bg-amarillo {
  background: #ebaa00;
}
.bg-blanco {
  background: #fff;
}
.bg-gris {
  /*background: #ebebeb;*/
  background: #bfbfbf;
}

/*
  		.wrapper.active{
	  		opacity: 1;
	  		visibility: visible;
  		}
*/

label {
  margin-bottom: 0;
}
.form-group {
  margin-bottom: 5px;
  text-align: center;
}

.btn-enviar {
  margin-top: 15px;
}

.form-control.error {
  border: 1px solid red;
}

.form-passport {
  display: none;
}

.img-titulos {
  width: 50%;
}

.img-titulospq {
  width: 70%;
}

.bloque-horarios {
  max-width: 300px;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #e8b52a;
  font-size: 20px;
}

.ban-carrera {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

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

@media screen and (max-width: 768px) {
  .img-titulos {
    width: 90%;
  }
  .logo-heder {
    width: 150px;
  }

  .bloque-horarios {
    margin-bottom: 20px;
  }

  .box-dc p {
    font-size: 20px;
    padding: 20px;
    text-align: inherit;
  }
  .logo-center {
    margin-bottom: 20px;
  }
}
