/* iPads */
@media only screen and (max-device-width : 1024px) {
	.flexslider .flex-prev {
		left: 0px !important;
	}
	.flexslider .flex-next {
		right: 0px !important;
	}
}

@media only screen and (max-width : 768px) {
	
}
@media only screen and (max-width : 767px) {
	.newletter p{
		float: inherit;
		width: auto;
		margin-bottom: 5px;
		line-height:inherit;
	}
	.newletter p span{
		display: none;
	}
	.newletter form{
		width: 100%;
	}
	.newletter form input[name="news_nome"]{
		width: 48% !important;
		margin:0px 2% 5px 0; 
		padding: 4px;
		height: 1.6rem;
	}
	.newletter form input[name="news_email"]{
		width: 48% !important;
		margin:0px 0 5px 0; 
		padding: 4px;
		height: 1.6rem;
	}

	.newletter form button{
		float: right;
		margin-right: 2%; 
		padding: 4px 10px;
		height: 1.6rem;
	}

	.mapa_do_site{
		display: none;
	}
	.footer{
		text-align: center;
	}

	.footer .contato_ft{
		margin:10px 0 15px;
	}

	.rede_sociais p strong{
		margin-bottom: 10px;
		display: inline-block;
	}

	.footer .mobile{
		display: block;
		margin-bottom: 10px;
	}

	.endereco h1{
		display: none;
	}

	.pinduca_contato img{
		display: none;
	}
}

@media only screen and (max-width : 750px) {
	.informativo_pg li{
		width: 50%;
	}

	.informativo_pg li{
		width: 50%;
	}

	.informativo_pg li img{
		width: 100%;
	}

	.informativo_pg li:last-child img,
	.informativo_pg li:nth-child(2) img{
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.informativo_pg li:first-child img,
	.informativo_pg li:nth-child(3) img{
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.informativo_pg li:nth-child(3) img{
		border-top-right-radius: 0px;
		border-bottom-right-radius:0px;
	}

	.informativo_pg li:first-child img, 
	.informativo_pg li:last-child img{
		border:none;
	}

	.informativo_pg li a div h1{
		font-size: 1em;
	}
	.informativo_pg li a div p{
		font-size: 0.8em
	}

	.informativo_pg li:last-child {
		display: block;
	}
}

@media only screen and (max-width : 640px) {
	.galeria_empresa img{
		border:2px solid #efefef;
	}

	.lista_de_receita div.large-3 h2{
		font-size: 0.7em;
	}
	.breadcrumbs{
		background: #fff;
		padding: 10px 0;
	}
	.breadcrumbs li{
		display: none;
	}
}

@media only screen and (max-width : 600px) {
	.onde_nos_encontrar_m{
		display: inline-block;
		margin-bottom: 25px;
		width: 100%;

	}
	.onde_nos_encontrar_m p{
		float: left;
		width: 50%;
		padding:0 10px;
	}

	.onde_nos_encontrar{
		display: none;
	}

	.maps{
		display: none;
	}
}

@media only screen and (max-width : 640px) and (min-width : 500px) {
	.footer .large-5,
	.footer .large-5,
	.footer .large-3{
		width: 50%;
	}
	.footer .large-4{
		width: 0;
	}

	.footer .contato_ft{
		margin-top: 0px;
	}

	.chamadas_inicial .large-4,
	.categoria_receita .large-4{
		width: 33.33%;
	}

	.produto_selecionado div.large-7{
		width: 58.33333%;
	}

	.produto_selecionado div.large-5{
		width: 41.66667%;
	}


	
}


@media only screen and (max-width : 499px) {
	.informativo_pg li{
		width: 100%;
	}

	.informativo_pg li img{
		border-radius: 10px;
	}

	.chamadas_inicial img{
		width: 100%;
	}

}
