.bola {
  position: absolute;
  width: 50px;
  animation: mover_bola 1.5s ease-in-out infinite;
  right: 48.7%;
}

.whatsapp {
  position: absolute;
  position: fixed;
  width: 80px;
  animation: mover_bola 1.5s ease-in-out infinite;
  right: 3%;


}

@keyframes mover_bola {
  0%  {  top: 88%; opacity: 50; }
  50% {  top: 90%; opacity: 100;}
  100%{  top: 88%; opacity: 50; }
}

#home{
  width: 100%;
  height: 100%;
  display: flex;
  background-image: url(../img/fondo-home.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contenedor-home{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.titulo-home{
  width: 50%;
  height: 100%;
  display: flex;
  align-items:center;
  vertical-align: middle;
}

.titulo-general{
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: right;
}

.calltoaction{
  width: 220px;
  z-index: 1001;
  position: relative;
  display: block;
  right: 0;
  float: right;
  margin-bottom: -170px;
  margin-right: -120px;
}

.titulo-cursos{
  width: 600px;
  position: relative;
  z-index: 1000;
  display: block;
}

.ficha-home{
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.contenedor-form1{
  display: block;
  background-color: #1aa6b7;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0 0 8px 0 #000000;
  box-shadow: 0 0 8px 0 #000000;
  width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 180px;
}

.cabecera-form{
  display: flex;
  width: 100%;
}

.titulo-form{
  color: #cbe9fc;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  width: 45%;
}

.bajada-form{
  color: #ffffff;
  font-size: 1em;
  line-height: 0.9em;
  display: block;
  width: 40%;
}

.contenedor-campos{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1em;
}
.campos-form{
  display: block;
  width: 49%;
  height: 35px;
  border: none;
  background-color: rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  box-sizing: border-box;
  padding-left: 1em;
  margin: 0.2em;
  color: #000;
}
::-webkit-input-placeholder { color:rgba(0, 0, 0, 0.95); }
::-moz-placeholder { color:rgba(0, 0, 0, 0.95); } /* firefox 19+ */
:-ms-input-placeholder { color:rgba(0, 0, 0, 0.95); } /* ie */
input:-moz-placeholder { color:rgba(0, 0, 0, 0.95) }

.autorizaciones{
  display: block;
  width: 100%;
  color: #ffffffff;
  font-size: 0.7em;
  padding-left: 1em;
  padding-top: 1em;
}

.autorizacion{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}

.texto-autorizacion{
  display: flex;
  width: 70%;
  vertical-align: middle;
  align-items: center;
  box-sizing: border-box;
  padding-right: 1em;
}

.marcar-autorizaciones{
  display: flex;
  width: 30%;
  box-sizing: border-box;
  padding-left: 0.5em;
  border-left: 1px solid #ffffffff;
  vertical-align: middle;
  align-items: center;
}

.btn-enviar{
  display: block;
  width: 48%;
  height: 35px;
  box-sizing: border-box;
  padding-top: 2px;
  background-color: #0076ab;
  border: 2px solid #ffffff;
  -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
  text-align: right;
  margin-top: 5px;
  padding-right: 10px;
  cursor: pointer;
}

.btn-enviar a:link{
  color:#ffffff;
}

.btn-enviar a:visited{
  color:#ffffff;
}

.btn-enviar a:hover{
  color:rgb(0, 255, 255);
}



.icono-enviar{
  float: right;
  margin-top: -10px;
  margin-right: -20px;
  margin-left: 10px;
}


.cierre-mail{
  display: block;
  color: #ffffff;
  font-size: 0.9em;
  padding-left: 1em;
  line-height:1em;
  margin-top: 1em;
}

#docentes{
  display: block;
  width: 100%;
}

.titulo-seccion{
  width: 100%;
  text-align: center;
  padding-top: 3em;
  z-index: 21;
  display: block;
  margin-bottom: 2em;
}

.titulo-enetero{
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  color: #ffffff;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.3em;
  display: block;
  margin-bottom:0.5em;
}
.linea-top-titulo1{
  width: 180px;
  height: 2px;
  background-color: #ffffff;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.3em;
}

.sello-matricula{
  border:2px solid rgba(255, 255, 255, 1);
  width: auto;
  color: rgba(255, 255, 255, 1);
  padding-left: 1.8em;
  padding-right: 1.8em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  background-color: rgba(0, 0, 0, 0.3)
}

.contenedor-lugares{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  justify-content: center;
}

.titulo-nombre-expo{
  font-size: 2em;
  display: block;
  box-sizing: border-box;
  padding-right: 5em;
  line-height: 1em;
}

.btn-verperfil{
  width: 125px;
  display: block;
  float: right;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: -10px;
}

#preguntas-mas{
  display: block;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009195+0,005d83+100 */
background: rgb(0,145,149); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,145,149,1) 0%, rgba(0,93,131,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,145,149,1) 0%,rgba(0,93,131,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,145,149,1) 0%,rgba(0,93,131,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009195', endColorstr='#005d83',GradientType=0 ); /* IE6-9 */
padding-top: 2em;

}

.contendor-faq-mas{
  display: flex;
  width: 80%;
  align-items: center;
  margin: 0 auto;
}

#preguntas{
  width: 70%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 2em;
}

.contenedor-preguntas{
  -moz-column-count: 2;
  -moz-column-gap: 35px;
  -webkit-column-count: 2;
  -webkit-column-gap: 35px;
  column-count: 2;
  column-gap: 35px;
  -webkit-column-span:all;
  -moz-column-span:all;
  column-span:all;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.5em;
  padding-top: 2em;
}
.titulo-seccion2{
  width: 100%;
  display: block;
}


.contenedor-preguntas ul{
  padding-left: 2em;
  margin-bottom: 0.7em;
}



.titulo-pregunta{
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  margin-bottom: 0.7em;

}

.subtitulo-pregunta{
  color: #fbae17;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.1em;
}


#mas2{
  width: 30%;
}

.contenedor-form2{
  display: block;
  background-color: #1aa6b7;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0 0 8px 0 #000000;
  box-shadow: 0 0 8px 0 #000000;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
}

.cabecera-form2{
  display: block;
}

.titulo-form2{
  color: #cbe9fc;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  width: 100%;
}

.bajada-form2{
  color: #ffffff;
  font-size: 1em;
  line-height: 0.9em;
  display: block;
  width: 100%;
  margin-bottom: 14px;
}

.campos-form2{
  display: block;
  width: 100%;
  height: 35px;
  border: none;
  background-color: rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  box-sizing: border-box;
  padding-left: 1em;
  margin: 0.2em;
  color: #000;
}

.btn-enviar2{
  display: block;
  width: 97%;
  height: 35px;
  box-sizing: border-box;
  padding-top: 2px;
  background-color: #0076ab;
  border: 2px solid #ffffff;
  -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
  text-align: right;
  margin-top: 5px;
  padding-right: 10px;
  cursor: pointer;
}

.btn-enviar2 a:link{
  color:#ffffff;
}

.btn-enviar2 a:visited{
  color:#ffffff;
}

.btn-enviar2 a:hover{
  color:rgb(0, 255, 255);
}
.contenedor-footer{
  display: block;
  width: 100%;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 2em;
}
.linea-footer{
  display: block;
  width: 90%;
  height: 20px;
  border-top: 1px solid #ffffff;
  margin: 0 auto;
}
.contedor-iconos-footer{
  display: flex;
  width: 100%;
  justify-content: center;
}

.icono-footer{
  margin-left: 0.3em;
  margin-right: 0.3em;
  display: block;
  width: 50px;
}

.cinta{
  display: block;
  float: right;
  position: absolute;
  width: 14em;
  margin-top: -3em;
  right: 2em;
}

.contenedor-cursos{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  background: rgba(0, 16, 26, 0.8);
  padding: 2em;
}

.torcuato, .bordeaux, .alemania, .china{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 50%;
  padding: 3em;
}

.torcuato{
  background: url(../img/fondo-buenosaires.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bordeaux{
  background: url(../img/fondo-bordeaux.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.alemania{
  background: url(../img/fondo-alemania.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.china{
  background: url(../img/fondo-china.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tema{
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.3em;
  color: #ffff00;
}
.universidad{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  color: #60e7f7;
}
.info-curso{
  display: block;
  width: 100%;
  text-align: justify;
  color: #ffffff;
  line-height: 1em;
}
.profesor{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-top: 2em;
  align-items: center;
}
.foto-profesor{
  display: block;
  width: 7em;
}

.info-profesor{
  padding-left: 1em;
  color: #ffffff;
  width: 20em;
}

.nombre-profesor{
  line-height: 1em;
  text-transform: uppercase;
  color: #ffff00;
  font-weight: bold;
}

.cargo-profesor{
  font-size: 0.9em;
  line-height: 1em;
  padding-top: 0.5em;
}
.verprefil{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  font-size: 0.8em;
  color: rgb(166, 235, 54);
}
.btn-perfil{
  width: 2em;
  padding-left: 0.3em;
  padding-top: 0.2em;
}
footer{
  margin-top: 2em;
}

@media screen and (max-width:1680px){
  .btn-verperfil{
    width: 140px;
    display: block;
    float: right;
    margin-top: 0.5em;
    margin-right: -20px;
  }
}


@media screen and (max-width:1366px){
  .titulo-cursos{
    width: 450px;
  }
  .calltoaction{
    width: 160px;
    margin-bottom: -160px;
    margin-right: -100px;
  }
  .contenedor-form1{
    width: 500px;
  }
  .campos-form{
    width: 48%;
    height: 33px;
  }
  .btn-verperfil{
    width: 100px;
    display: block;
    float: right;
    margin-top: 0.5em;
    margin-right: -10px;
  }

  #preguntas-mas{
    display: block;
    width: 100%;
  }
  .contendor-faq-mas{
    width: 80%;
  }

  #preguntas{
    padding-top: 2em;
    align-items: flex-start;
  }
  #mas2{
    padding-top: 5em;
  }
  .contenedor-form2{
    width: 330px;
    margin-top: 0;
  }
  .contenedor-footer{
    height: 100px;
    margin-top: 10px;
  }

  .icono-footer{
    margin-left: 0.3em;
    margin-right: 0.3em;
    display: block;
    width: 40px;
  }

}

@media screen and (max-width:1280px){
  .titulo-cursos{
    width: 400px;
  }
  .calltoaction{
    width: 150px;
    margin-bottom: -120px;
    margin-right: -90px;
  }
  .contenedor-form1{
    width: 450px;
  }
  .campos-form{
    width: 48%;
    height: 30px;
  }
  .titulo-form{
    width: 50%;
  }

  .bajada-form{
    width: 45%;
  }
  .btn-enviar{
    width: 45%;
    height: 30px;
    margin-left: 10px;
  }
  .icono-enviar{
    width: 40px
  }

  .btn-verperfil{
    width: 90px;
    display: block;
    float: right;
    margin-top: 0.5em;
    margin-right: -15px;
  }

  #preguntas-mas{
    display: block;
    width: 100%;
  }
  .contendor-faq-mas{
    width: 95%;
    padding-top: 2em;
  }

  #preguntas{
    padding-top: 0;
    width: 70%;
  }
  #mas2{
    padding-top: 5em;
    width: 20%;
  }
  .contenedor-form2{
    width: 330px;
    margin-top: 0;
  }
  .contenedor-footer{
    height: 100px;
    margin-top: 10px;
  }

  .icono-footer{
    margin-left: 0.3em;
    margin-right: 0.3em;
    display: block;
    width: 40px;
  }
}

@media screen and (max-width:1024px){
  .titulo-cursos{
    width: 350px;
  }
  .calltoaction{
    width: 130px;
    margin-bottom: -120px;
    margin-right: -70px;
  }
  .contenedor-form1{
    width: 400px;
  }
  .campos-form{
    width: 48%;
    height: 30px;
  }
  .titulo-form{
    width: 53%;
    font-size: 1.1em;
  }

  .bajada-form{
    width: 45%;
  }
  .btn-enviar{
    width: 45%;
    height: 30px;
    margin-left: 10px;
  }
  .icono-enviar{
    width: 38px
  }

  .btn-verperfil{
    width: 90px;
    display: block;
    float: right;
    margin-top: 0.5em;
    margin-right: -15px;
  }


  .contendor-faq-mas{
    width: 95%;
    padding-top: 2em;
  }

  #preguntas{
    padding-top: 0;
    width: 65%;
  }
  #mas2{
    padding-top: 5em;
    width: 20%;
  }
  .contenedor-form2{
    width: 300px;
    margin-top: 0;
  }
  .contenedor-footer{
    height: 100px;
    margin-top: 10px;
  }

  .icono-footer{
    margin-left: 0.3em;
    margin-right: 0.3em;
    display: block;
    width: 40px;
  }
}

@media screen and (max-width:970px){
  .bola {
    display: none;
  }
  #home{
    width: 100%;
    height: auto;
    display: block;
  	background-position: top;
  	background-size: 100%;
  }
  .contenedor-home{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
  }

  .titulo-home{
    width: 100%;
    height: auto;
    display: flex;
    align-items:center;
    vertical-align: middle;
    padding-top:150px;
  }
  .titulo-cursos{
    width: 450px;
    margin-bottom: 20px;
  }
  .calltoaction{
    width: 180px;
    margin-bottom: -120px;
    margin-right: -90px;
  }
  .ficha-home{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    vertical-align: middle;
    background: #f4971a;
  }

  .contenedor-form1{
    display: block;
    background-color: #f4971a;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0 #000000;
    box-shadow: 0 0 0 0 #000000;
    width:80%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cabecera-form{
    display: block;
    width: 100%;
  }

  .titulo-form{
    width: 100%;
    font-size: 1.6em;
  }

  .bajada-form{
    width: 100%;
    font-size: 1.2em;
  }

  #docentes{
    height: auto;
  }

  .titulo-seccion{
    padding-top: 2em;
  }

  .linea-top-titulo1{
    width: 180px;
  }




  .corea{
    display: flex;
    width: 100%;
    height: auto;
    align-items:flex-end;
    background-image:url(../img/fondo-china2.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 40px;

  }


	.madrid{
    display: flex;
    width: 100%;
    height: auto;
    align-items:flex-end;
    background-image:url(../img/fondo-madrid.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 40px;
  }

  .btn-verperfil{
    width: 80px;
    display: block;
    float: right;
    margin-top: 0.5em;
    margin-right: -80px;

  }

  #mas2{
    display: none;
    width: 30%;
  }

  #preguntas{
    padding-top: 0;
    width: 100%;
    padding-top: 4em;
  }




}
@media screen and (max-width:910px){

  .btn-verperfil{
    width: 80px;
    display: block;
    float: right;
    margin-right: -10px;
    margin-bottom: -170px;
    margin-top: 30px;
  }
}

@media screen and (max-width:768px){
  .titulo-home{
    width: 100%;
    padding-top:120px;
  }

  .titulo-cursos{
    width: 430px;
  }
  .calltoaction{
    width: 160px;
    margin-bottom: -140px;
    margin-right: -90px;
  }

  .btn-verperfil{
    width: 80px;
    display: block;
    float: right;
    margin-right: -10px;
    margin-bottom: -170px;
    margin-top: 30px;
  }
  #preguntas-mas{
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
  }
  .torcuato, .bordeaux, .alemania, .china{
    width: 100%;
    padding: 2em;
  }
}

@media screen and (max-width:690px){
  .titulo-home{
    width: 100%;
    padding-top:150px;
  }


  .titulo-cursos{
    width: 400px;
  }



  .calltoaction{
    width: 110px;
    margin-bottom: -140px;
    margin-right: -70px;
  }

  .titulo-cursos{
    width: 300px;
  }

  .btn-verperfil{
    width: 80px;
    display: block;
    float: right;
    margin-top: 20px;

  }
}


@media screen and (max-width:570px){
  .titulo-home{
    padding-top:80px;
  }
}

@media screen and (max-width:420px){

  #home{
  	background-size: 130%;
  }

  .titulo-home{
    width: 100%;
  }
  .titulo-cursos{
    width: 250px;
    margin-bottom: 50px;
    padding-top: 40px;
  }
  .calltoaction{
    width: 90px;
    margin-right: -25px;
    margin-top: -10px;
  }
  .contenedor-form1{
    display: block;
    background-color: #f4971a;
    width:80%;
    margin-top: 10px;
    padding: 0;
  }
  .campos-form{
    display: block;
    width: 100%;
    height: 35px;
    margin: 0.2em;
    color: #000;
  }
  .btn-enviar{
    display: block;
    width: 95%;
  }

  .contenedor-preguntas{
    -moz-column-count: 1;
    -moz-column-gap: 50px;
    -webkit-column-count: 1;
    -webkit-column-gap: 50px;
    column-count: 1;
    column-gap: 50px;
    -webkit-column-span:all;
    -moz-column-span:all;
    column-span:all;
    color: #ffffff;
    font-size: 0.8em;
    padding-top: 2em;
  }

  #preguntas-mas{
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    padding-top: 2em;
  }

}


@media screen and (max-width:390px){

  .linea-top-titulo1{
    width: 100px;
  }

  .titulo-seccion{
    line-height: 1.7em;
  }

	.whatsapp {
	width: 60px;
	}


  .titulo-nombre-expo{
  font-size: 1.8em;
  display: block;
  box-sizing: border-box;
  padding-right: 2em;
  line-height: 1em;
}

}
