.bg {
  width: 100%;
  height: 100vh;
  z-index: -1;
  position: absolute;
  top: 0;
  -ms-transition: 0.4s ease-out;
  -ms-transform: translate3d(0, 0, 0);
  /*transition: 0.4s ease-out;*/
  transform: translate3d(0, 0, 0);
}

/************************************/
/* HERO */
/************************************/
#hero {
  height: 100vh;
  padding: 0;
}

#hero .heroSlick li {
  width: 100%;
  height: 100vh;
}

#hero .wrap {
  height: inherit;
}

#hero .wrap img {
  display: block;
  position: absolute;
  width: auto;
  max-width: 37%;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

#hero .dots {
  position: absolute;
  display: block;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#hero .dots li {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  margin: 5px;
}
/************************************/
/* END HERO */
/************************************/

/************************************/
/* PALESTRAS */
/************************************/
#palestras {
  background: #317bbc;
  padding: 100px 0;
  text-align: center;
}

#palestras h1 {
  color: #fff;
}

#palestras p {
  color: #fff;
  line-height: 150%;
  max-width: 780px;
  margin: auto;
  padding: 20px 0 0 0;
}
/************************************/
/* END PALESTRAS */
/************************************/

/************************************/
/* SERVICES */
/************************************/
.services {
  height: 100vh;
}

.services .wrap {
  height: inherit;
  width: 780px;
}

.services .article {
  position: absolute;
  display: inline-block;
  width: 780px;
  border: 10px solid #fff;
  top: 45%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 20px;
  background: rgba(0,0,0,.4);
  color: #fff;
  text-align: center;
}

.services h2 {
  line-height: 150%;
}

.services .article span {
  font-weight: 700;
}

.empresas .bg {
  background: url('../img/upload/empresasBg.png') center /cover no-repeat;
}

.escolas .bg {
  background: url('../img/upload/escolasBg.png') center /cover no-repeat;
}

.mentoria .bg {
  background: url('../img/upload/mentoriaBg.png') center /cover no-repeat;
}
/************************************/
/* END SERVICES */
/************************************/


/************************************/
/* TESTEMUNHOS */
/************************************/
#testemunhos {
  background: #fff;
}

#testemunhos h2 {
  color: #333;
  width: 580px;
  margin: 0 auto 30px auto;
}

#testemunhos .testemunhosContainer .testemunho {
  float: left;
  width: 50%;
  padding: 20px 20px;
  box-sizing: border-box;
}

#testemunhos .assinatura {
  font-style: italic;
  font-weight: normal;
  font-size:15px;
  margin: 10px 0 0 0;
}

#testemunhos .assin2 {
  margin: 20px 0 0 0;
}

#testemunhos div.testemunho {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}

#testemunhos div.testemunho:first-of-type {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}

#testemunhos div.testemunho:last-of-type  {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
}

#testemunhos .slickContainer {
  width: 100%;
  text-align: center;
}

#testemunhos .testemunhosSlick {
  width: 580px;
  margin: 30px auto;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

#testemunhos li .quotes {
  color: #317bbc;
  font-size: 30px;
}

#testemunhos li .icon-quotes_end {
  text-align: right;
}

#testemunhos .icon-left, #testemunhos .icon-right {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
}

/*#testemunhos .sponsors li {
  float: left;
  width: 33.33%;
}*/

/************************************/
/* END TESTEMUNHOS */
/************************************/

/************************************/
/* OFERTAS */
/************************************/
#ofertas {
  background: #317bbc;
  padding: 70px 0;
}

#ofertas h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 30px 0;
}

#ofertas .ofertasContainer li {
  float: left;
  width: 280px;
  height: 200px;
  border: 5px solid #fff;
  padding: 80px 10px 0 10px;
  box-sizing: border-box;
  margin: 0 10px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

/*#ofertas .ofertasContainer li:first-of-type {
  padding: 50px 10px 0 10px;
}*/
/************************************/
/* END OFERTAS */
/************************************/

/************************************/
/* CONTACTO */
/************************************/
#contacto {
  background: #ffc429;
  padding: 70px 0;
}

#contacto h2 {
  color: #333;
  text-align: center;
}

#contacto h3 {
  color: #333;
  text-align: center;
  padding: 0 0 30px 0;
}

#contacto .contactoContainer a {
  color: #317bbc;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: underline;
  font-weight: 700;
  display: block;
}
/************************************/
/* END CONTACTO */
/************************************/

/************************************/
/************************************/
/* TABLET */
/************************************/
/************************************/

@media (max-width:1200px) {

	/************************************/
	/* HERO */
	/************************************/

	/************************************/
	/* END HERO */
	/************************************/
}


/************************************/
/************************************/
/* MOBILE */
/************************************/
/************************************/

@media (max-width:767px) {

	/************************************/
	/* HERO */
	/************************************/

	/************************************/
	/* END HERO */
	/************************************/
}
