
.navhorizontal a { 
  color: #7e7e7e;
}

.navhorizontal a:hover {  color:#112f47; }


.btn, .navhorizontal a  { 
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all .0.4s linear;
  transition: all 0.4s linear;
}

#destaques article .content, .filtraMes li span, #destaques article .lineModel,  #destaques article figure, #destaques article .content h3 a, #destaques article .content .tTime, #circuito #listaCircuitos .selected header, #circuito #listaCircuitos .selected header h3, #circuito #listaCircuitos .selected header .icon { 
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all .0.3s linear;
  transition: all 0.3s linear;
}


.btnz{ 
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all .0.3s linear;
  transition: all 0.3s linear;
}
.btnz:hover {  
  
  color: #fff;
  z-index: 2;
  font-size: 24px;
  
}

.btn03:hover{
  color:#0a6833;
  background-color: #fff;
  border: solid 2px #0a6833;
}


#noticiasLista li {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all .0.3s linear;
  transition: all 0.3s linear;
}

#noticiasLista li:hover {
  box-shadow: 0px 0px 40px rgba(1, 57, 27, 0.5);
}


#rentaltext .produtosDestaque li .fundo {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all .0.3s linear;
  transition: all 0.3s linear;
}

#rentaltext .produtosDestaque li .fundo:hover {
  box-shadow: 0px 0px 30px rgba(106, 132, 153, 0.6);
  background-color: #fff;
  margin-top: -10px;
  z-index: 90000;
}

#produtos .listagem li .fundo { 
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all .0.3s linear;
  transition: all 0.3s linear;
 }

#produtos .listagem li .fundo:hover {
  background-color: #fff;
  margin-top: 0px;
  z-index: 90000;
}



#produtos .linen li .fundo:hover {  box-shadow: 0px 0px 30px rgba(91, 58, 25, 0.6);  }
#produtos .cook li .fundo:hover {  box-shadow: 0px 0px 30px rgba(48, 73, 33, 0.6);  }
#produtos .workwear li .fundo:hover {  box-shadow: 0px 0px 30px rgba(68, 69, 69, 0.6);  }

@media screen and (max-width: 990px) {

  #rentaltext .produtosDestaque li .fundo, #produtos .listagem li .fundo {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all .0.3s linear;
  transition: all 0.3s linear;
  }

#rentaltext .produtosDestaque li .fundo:hover, #produtos .listagem li .fundo:hover {
  box-shadow: 0px 0px 30px rgba(106, 132, 153, 0.6);
  background-color: #fff;
  margin-top: 0px;
  z-index: 90000;
  }

}