/************************************/
/* HERO, FOOTER HERO, INDEX LANCAMENTOS */
/************************************/

#hero {
  padding: 5px 0 0 0;
}

.slickNavUl .slickNavLi {
  display: inline-block;
  width: 50%;
}

.slickNavUl .slickNavLi:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-right: 0;
  border-top: 0;
}

.slickNavUl .slickNavLi:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}


.slickNavUl .icon {
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

#indexLancamentos a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
}

#indexLancamentos img {
  width: auto;
  height: 45vw;
  max-height: 380px;
  max-width: 100%;
  margin: auto;
}

#indexLancamentos .sectionBorder {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#indexLancamentos .data {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0 0 0;
}

/************************************/
/* END HERO, FOOTER HERO, INDEX LANCAMENTOS */
/************************************/

/************************************/
/* INDEX LIST */
/************************************/

.indexTitle {
  margin: 0 0 10px 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
  position: relative;
}

.indexTitle .icon {
  font-size: 20px;
}

#indexLancamentos .indexTitle {
  cursor: auto;
}

#indexLancamentos .indexTitle:hover {
  background: linear-gradient(to bottom, #ff0000, #bf0000);
  color: #fff;
}

.indexList .listLi {
  padding: 5px 0;
}

/************************************/
/* END INDEX LIST */
/************************************/
