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

#hero {
  padding: 0 0 2vh 0;
}

#hero .heroLi {
  display: inline-block;
  width: 70%;
  height: 320px;
  vertical-align: top;
  position: relative;
}

#hero .heroLi:first-child {
  width: 30%;
  box-shadow: 4px 0 2px rgba(0,0,0,.2);
  z-index: 5;
  background: #ba9c7d;
  padding: 20px;
}

#hero .heroTitle {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

#hero .formStyle {
  padding: 10px 0 0 0;
}

#hero .heroBurger {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #fff;
  display: none;
  width: 100%;
  padding: 20px 10px 10px 10px;
  text-align: right;
}

#hero .ctaHero {
  width: 100%;
  text-align: center;
}

#hero .heroNavUl {
  position: absolute;
  top: 40%;
  width: 100%;
}

#hero .heroNavLi {
  display: inline-block;
  width: 50%;
  padding: 0 10px;
}

#hero .heroNavLi:last-child {
  text-align: right;
}

#hero .iconNav {
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  background: rgba(51,51,51,.4);
  cursor: pointer;
  width: 36px;
  height: 36px;
}

#hero .heroNavLi:last-child .iconNav {
  position: absolute;
  top: 0;
  right: 10px;
}

#hero .iconNav:hover {
  background: rgba(51,51,51,1);
}

#hero .heroLink {
  position: relative;
  text-decoration: none;
  display: block;
}

#hero .centerImg {
  width: 100%;
  height: 320px;
}

#hero .slideInfo {
  position: absolute;
  bottom: 0;
  padding: 20px;
  background: rgba(25,59,103,.7);
  color: #fff;
  white-space: nowrap;
}

#hero .slideTitle {
  font-weight: 700;
}

#hero .heroLink:hover > .slideInfo {
  background: #333;
  text-decoration: none;
}

.formStyle .fsDropDown .fsOptions {
  max-height: 50vh;
  overflow: auto;
}

@media (max-width: 1000px) {
  #hero .heroUl {
    padding: 0;
  }

  #hero .heroLi {
    display: block;
    width: 100%;
    height: auto;
  }

  #hero .heroLi:first-child {
    width: 100%;
    box-shadow: 0 4px 2px rgba(0,0,0,.2);
  }

  #hero .heroBurger {
    display: block;
  }

  #hero .ctaHero {
    width: auto;
  }

  #hero .centerImg {
    height: 50vw;
    min-height: 210px;
  }

  #hero .slideInfo {
    position: relative;
    bottom: initial;
    padding: 20px 10px;
    background: #193b67;
    width: 100%;
    color: #fff;
  }

  #hero .heroLink:hover > .slideInfo {
    text-decoration: none;
  }
}

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

/************************************/
/* CATEGORIAS */
/************************************/

#categorias {
  padding: 0 0 2vh 0;
}

#categorias .categoriasUl {
  max-width: 800px;
  margin: auto;
}

#categorias .categoriasLi {
  display: inline-block;
  width: 19%!important;
  padding: 0 1vw;
  text-align: center;
  vertical-align: top;
}

#categorias .categoriasIcon {
  font-size: 80px;
  color: #193b67;
}

@media (max-width: 480px) {
  #categorias .categoriasLink {
    font-size: 12px;
  }
}

/************************************/
/* EDN CATEGORIAS */
/************************************/

/************************************/
/* INDEX LISTA */
/************************************/

.indexLista .indexListaTitle {
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.indexLista .indexListaNavUl {
  position: absolute;
  top: 10px;
  width: 100%;
  padding: 0 4vw;
  left: 0;
}

.indexLista .indexListaNavLi {
  display: inline-block;
  width: 50%;
}

.indexLista .indexListaNavLi:last-child {
  text-align: right;
}

.indexLista .iconNav {
  padding: 5px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.indexLista .iconNav:hover {
  color: #333;
}

* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column1 {
  float: left;
  width: 33.33%;
  padding: 10px;
  //height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row1:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width:1200px) {
  .indexLista a.produtoDiv .produtoImg {
  	height: 18.5vw;
  	max-height: 200px;
  }
}

@media (max-width:900px) {
  .indexLista a.produtoDiv .produtoImg {
  	height: 27vw;
  }
}

@media (max-width:520px) {
  .indexLista a.produtoDiv .produtoImg {
  	height: 50vw;
    max-height: 250px;
  }
}

/************************************/
/* END INDEX LISTA */
/************************************/
