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

#hero {
  padding: 0;
}

#hero .slickSlide {
  position: relative;
}

#hero a {
  display: block;
  width: 100%;
  position: relative;
}

#hero a:hover {
  text-decoration: none;
}

#hero .slide .bgImg {
  height: 50vh;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .7;
}

#hero .heroInfo {
  background: rgba(0,138,171,.7);
  position: absolute;
  bottom: 0;
  padding: 30px calc(4vw + 80px);
  width: 100%;
}

#hero .heroTitle {
  color: #fff;
}

#hero .heroTxt {
  color: #fff;
  padding: 1vw 0 2vw 0;
}

.slickNav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4vw;
}

.slickNav.icon-right {
  right: 4vw;
  left: auto;
}

@media (max-width: 767px) {
  #hero .slide .bgImg {
    min-height: 300px;
  }

  #hero .heroInfo {
    background: #008aab;
    position: relative;
    padding: 20px 4vw;
  }
}

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

/************************************/
/* INDEX WORKSHOPS */
/************************************/

#indexWorkshops {
  background: url('/img/bgHome.jpg') bottom /contain no-repeat;
}

.slickContainer {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

#indexWorkshops .slickSlideIndex {
  width: 70%;
  max-width: 900px;
  margin: auto;
}

#indexWorkshops .slide {
  padding: 0 30px;
}

#indexWorkshops a {
  display: block;
}

#indexWorkshops a:hover {
  text-decoration: none;
}

#indexWorkshops .titleBox {
  height: 60px;
  overflow: hidden;
  position: relative;
}

#indexWorkshops .title {
  text-transform: uppercase;
  text-align: center;
  color: #008aab;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#indexWorkshops .img {
  width: 100%;
  height: 80vw;
  max-height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px 0;
}

#indexWorkshops .img:hover {
  filter: grayscale(.5);
}

#indexWorkshops .info {
  color: #4d4d4d;
}

#indexWorkshops .slickNavWrap {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

@media (max-width: 767px) {

  #indexWorkshops .img {
    height: 100vw;
    max-height: none;
  }

  #indexWorkshops .slickSlideIndex {
    width: 100%;
  }
}

/************************************/
/* END INDEX WORKSHOPS */
/************************************/

/************************************/
/* NDEX INSCREVER */
/************************************/

#indexInscrever {
  background: #b2dce6;
  text-align: center;
}

/************************************/
/* END INDEX INSCREVER */
/************************************/

/************************************/
/* NDEX ATIVIDADES */
/************************************/

#indexAtividades {
  background: #35a11c;
  text-align: center;
  color: #fff;
}

#indexAtividades .indexAtividadesUl {
  padding: 30px 0 0 0;
}

#indexAtividades .indexAtividadesLi {
  display: inline-block;
  width: 25%;
  padding: 5px;
}

#indexAtividades .indexAtividadesLink {
  color: #fff;
  display: block;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#indexAtividades .indexAtividadesLink:hover {
  text-decoration: none;
  background: rgba(255,255,255,.3);
}

@media (max-width: 1200px) {
  #indexAtividades .indexAtividadesLi {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  #indexAtividades .indexAtividadesLi {
    width: 50%;
  }

  #indexAtividades .indexAtividadesLink {
    padding: 10px 0;
  }
}

/************************************/
/* END INDEX ATIVIDADES */
/************************************/

/************************************/
/* INDEX DESENVOLVIMENTO */
/************************************/

#indexDesenvolvimento .indexDesenvolvimentoImg {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

#indexDesenvolvimento .indexDesenvolvimentoContainer {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 4vw;
}

@media (max-width: 767px) {
  #indexDesenvolvimento .indexDesenvolvimentoImg {
    width: 100%;
    padding: 0 0 20px 0;
  }

  #indexDesenvolvimento .indexDesenvolvimentoContainer {
    width: 100%;
    padding: 0;
  }
}

/************************************/
/* END INDEX DESENVOLVIMENTO */
/************************************/
