@media screen and (min-width: 990px) and (max-width: 1169px) {
	
	#header .menu_principal ul {
		background: rgba( 255,255,255,0.75 );
		background: -webkit-linear-gradient( to bottom, rgba(255,255,255,0) 0%, white 45%, white 55%, rgba(255,255,255,0) 100% );
		background: linear-gradient( to bottom, rgba(255,255,255,0) 0%, white 45%, white 55%, rgba(255,255,255,0) 100% );
	}
	
		#header .menu_principal a {
			padding: 0px 5px;
		}
	
}


@media screen and (min-width: 990px) {
	
	.visible-small {
		display: none;
	}
	
}

@media screen and (max-width: 989px) {
	
	#pagina {
		padding-top: 45px;
	}
	
	#header_barra {
		height: 120px;
		background-size: auto 175%;
	}
	
		#header .logo {
			margin-right: 15px;
		}
	
		#header .titulo {
			text-align: left;
		}
		
	.legenda.direita {
		background: rgba(255,255,255,0.75);
		border-radius: 8px;
	}
		
	.produtos .item {
		margin-bottom: 30px;
		min-height: 710px;
	}
	
	#dicas .container {
		padding: 0 0 40px;
	}
	
		.certo,
		.errado {
			margin: 0px 15px;
		}
	
	#sobre p {
		font-size: 20px;
	}
	
	#footer p {
		font-size: 22px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.row {
		max-width: none;
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.visible-small {
		display: initial;
	}
	
	#header_barra {
		height: 72px;
		background-size: auto 250%;
	}
	
	#header_conteudo {
		padding: 10px 0;
		height: 72px;
	}
	
	#header .titulo {
		margin: 10px 0 0;
		font-size: 32px;
		line-height: 1em;
	}
	
	#header .menu_toggle {
		display: block;
		position: absolute;
		left: 15px;
		top: 36px;
		z-index: 1;
		padding: 2px 2px 0;
		border: solid #812C56 2px;
		border-radius: 6px;
		box-shadow: none;
		background-color: transparent;
		font-size: 0;
		opacity: 0.75;
	}
	
		#header .menu_toggle > .barra {
			display: block;
			height: 2px;
			width: 14px;
			margin-bottom: 2px;
			border-radius: 10px;
			background-color: #812C56;
		}
	
	.menu_principal {
		display: none;
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		background-color: rgba(255, 255, 255, 0.9);
		box-shadow: 0 4px 2px rgba( 204, 204, 204, 0.5 );
		width: calc( 50% + 15px );
	}
	
		#header .menu_principal ul {
			padding: 8px 0;
			line-height: 42px;
		}
	
		#header .menu_principal li {
			display: block;
			text-align: center;
		}
		
		#header .menu_principal a {
			font-size: 20px;
		}
	
	#pagina {
		padding-top: 72px;
	}
	
	.secao {
		min-height: 0;
		padding-top: 80px;
	}
	
		.secao .titulo {
			font-size: 30px;
		}
		
	#dicas {
		padding: 80px 15px 0;
	}
		
	#dicas .titulo {
		padding-bottom: 20px;
	}
	
	#pagina .column {
		margin-bottom: 15px;
	}
	
	.tarja {
		margin: 0 -15px;
		padding: 47px 15px;
		font-size: 22px;
	}
	
	.produtos {
		padding: 0 15px;
	}
	
	.produtos .item {
		min-height: 0;
		margin-bottom: 10px;
	}
	
	.produtos .descricao {
		min-height: 0;
	}
	
	#contato {
		padding: 80px 0px;
	}
		
		#contato .formulario {
			padding: 15px;
		}
		
		#contato .fieldset {
			margin: 0 -15px;
		}
	
		#contato label {
			white-space: normal;
		}
		
		#arquivo_foto {
			display: block;
			margin-left: 0;
		}

	.container.estreito {
		max-width: 100%;
		width: auto;
	}
	
}
