@font-face {
  font-family: 'futuramedium';
  src: url('../fonts/futura-medium.woff');
}

.topo {
	width: 100%;
	background-color: #F1F1F1;
}

.navbar-custom {
	background-color: #FFF;
	height: 150px;
}

.telefone {
	position: absolute; 
	top:6%;
	left:40%; 
	margin-left:-20px;
	color:#367143;
	font-size: 1.8vw;
	font-family: 'futuramedium';
	font-weight: bolder;
}

.telefone img {
	position:relative;
	top:7px;
	width:1.2em;
}

.navbar-custom-2 {
	background-color: #367143;
}

.navbar-custom-2 ul li a {
	font-family: 'futuramedium';
	text-decoration: none;
}

.navbar-custom-2 ul li a:hover {
	text-decoration: none;
	color: #FFF;
}

.topo-left {
	font-family: 'futuramedium';
	color: #367143;
	font-size:12px;
}

.topo-left a {
	color: #367143;
	text-decoration: underline;
}

.topo-right {
	font-family: 'futuramedium';
	color: #367143;
	font-size:14px;
	margin-right: 30px;
}

.brand {
	width:10em;
	margin-top:30px;
}

.menu-agro {
	font-family: 'futuramedium';
	color: #FFF;
}

.busca {
	border: 1px solid #e1e1e1;
}

.pesquisa {
	margin-top: 30px;
}

.pesquisa2 {
	margin-top: -10px;
}

.lupa {
	color: gray;
}

@media screen and (max-width: 992px) {
	.produtoindex {
		border: 1px solid #F0F0F0;
	  box-shadow: 1px 2px 2px #F0F0F0;
	  margin-bottom:10px;
	  margin:0 auto;
	  /*padding:15px;*/
	  /*border: 1px solid #e1e1e1;
	  border-radius: 5px;*/
	  height: 22em;
	  position:relative;
	}
}

@media screen and (min-width: 993px) {
	.produtoindex {
		border: 1px solid #F0F0F0;
	  box-shadow: 1px 2px 2px #F0F0F0;
	  margin-bottom:10px;
	  margin:0 auto;
	  /*padding:15px;*/
	  /*border: 1px solid #e1e1e1;
	  border-radius: 5px;*/
	  height: 26em;
	  position:relative;
	}
}

.produtoindex img {
	display: block;
	margin: 0 auto;
	margin-top: 2em;
}

.produtoindex:hover {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	box-shadow: 1px 2px 2px #e1e1e1;
}

.titulo-produto {
	font-family: 'futuramedium';
	color: #367143;
	margin: 15px;
}

.titulo-fornecedor {
	margin: 15px;
}

.titulo-fornecedor a {
	text-decoration: none;
	font-style: italic;
	font-family: 'futuramedium';
	color: #7AAC2A;
}

.titulo-fornecedor a:hover {
	text-decoration: underline;
}


/* Página de produtos */
.produto-header {
	font-family: 'futuramedium';
	color: #367143;
}

.imgprod {
	border: 5px solid #F8F8F8;
}

.footer-custom {
	min-height: 380px;
	background-color: #367143;
	background-image: url("../img/rodape.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color:#2A5733;
	/*filter: blur(2px);
  -webkit-filter: blur(2px);
	opacity: 0.5;*/
	font-family: 'futuramedium';
}

.collection a.collection-item {
	background-color: #F8F8F8;/*#367143;*/
	color:/*#367143;*/ #1F408F;
	/*font-weight: bold;*/
}

.collection a.collection-item img {
	margin-bottom:-6px;
}

.collection a.collection-item span {
	position: absolute;
	left: 80px;
	margin-top:10px;
}

.collection a.collection-item:hover {
	color: /*#367143;*/#1F408F;
	transform: scale(1.1);
	transform-origin:bottom left;
}

#paginacao li {
	margin: 5px;
}

#paginacao li a {
  color: #F8F8F8;
  background-color: #7AAC2A;
  font-family: 'futuramedium';
}

#paginacao li a:hover {
  color: #F8F8F8;
  background-color: #367143;
  font-family: 'futuramedium';
}

#paginacao li a:active {
  color: #F8F8F8;
  background-color: #367143;
  font-family: 'futuramedium';
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}

.btns{
  display: table;
  margin: 30px auto;
}
.customNextBtn, .customPreviousBtn{
    float: right;
    background: #2d9070;
    color: #fff;
    padding: 10px;
    margin-left: 5px;
    cursor: pointer;
}

.collapsible-collection{
  margin-top:0;
  padding:0;
  border-width:0 0 1 0;
}

.cor {
	color: #367143;
	font-size:12px;
}

.fonte {
	font-family: 'futuramedium';
	color: #367143;
	font-size:12px;
}

.grupo-sidebar img{
	border: 1px solid #e1e1e1;
	width:200px;
}

.menu-icones li a img {
	margin-bottom:-4px;
}

.menu-icones li a:focus {
	outline: none;
}

.info-produto tr td center img {
	max-height: 50px;
}

.grass {
	background-repeat: repeat-x;
  background-image: url("../img/grass.png");
  width: 100%;
  height: 37px;
  z-index: 100;
}

/*.dropdown-content {
  background: none;
}

.dropdown-content li > a, .dropdown-content li > span {
    background-color: white;
}
.dropdown-content li:hover, .dropdown-content li.active {
    background-color: #367143;
}

.dropdown-content li.spacer {
    min-height: 65px;
    cursor: default;
    opacity: 0;
}*/