@media screen and (min-width:480px){
	.categoria + .categoria { margin-left:30px; }
}
@media screen and (min-width:600px){

	.bandeiras { margin-top:0; }
	.titulo { text-align:left; }
	#banners { display:block; }
	#sobre h2 { font:100 36px/44px 'Penumbra'; }
	#img-drink { float:right; max-width: 35%; margin:0; }
	#texto-drink { float:left; max-width:60%; margin:0 5% 10px 0; }
	#nav-drink { text-align:left; }
	#contato .central { padding:0 0 0 150px; }
	#contato .central:before { width:150px; height:133px; background:url('../img/ico-contato.png') no-repeat left top; }
	#contato h2 { padding:40px 0 10px; }

	/* checa idade */
	/*
	#checa-idade .miolo { margin:0 auto; padding:125px 20px 20px 20px }
	#checa-idade .miolo h1 { max-width:460px; font:50px/1.1 'Deansgate Condensed'; color:#fff; text-transform:uppercase; margin:0 auto }
	#checa-idade .miolo .opcoes { margin:30px 0 }
	#checa-idade .miolo .msg { margin:25px 0 }
	*/
	#checa-idade .miolo { margin:0 auto; padding:125px 20px 20px 20px }
	#checa-idade .miolo h1 { font:36px/1.1 'Deansgate Condensed'; color:#fff; text-transform:uppercase; margin:0 auto }
	#checa-idade .miolo .opcoes { margin:30px 0 }
	#checa-idade .miolo .msg { max-width:415px; margin:25px auto }

}
@media screen and (min-width:700px){

	footer .central { padding:30px 0 0 133px }
	footer .central:before { width:calc(100% - 133px); margin-left:133px; }
	footer .central:after { content:''; position:absolute; left:0; bottom:0; width:133px; height:168px; background:url('../img/logo-rodape.png') no-repeat left center;  display:block; }

	footer .redes-sociais { margin-bottom:0; padding-top:15px; }
	footer .central span { float:left; }
	footer .central img { float:right; }

}
@media screen and (min-width:800px){
	#logo { margin:0 50px 0 0; }
	header .central {
		display:-ms-flex; -ms-justify-content:center; -ms-align-items:center;
		display:-webkit-flex; -webkit-justify-content:center; -webkit-align-items:center;
		display:flex; justify-content:center; align-items:center;
	}
	header .redes-sociais { margin:0; }

	/*#produtos .garrafa { width:15%; text-align:center; }*/
	/*#produtos .complementar { display:block; float:right; width:25%; text-align:center; }*/
	/*#produtos .texto { width:50%; margin:0 5%; }*/
	
	.titulo { font:100 36px/44px 'Penumbra'; margin-bottom:50px; }
	#drink { font:36px/44px 'Penumbra'; }

	.row { flex:1; display:flex; flex-direction:row; align-items:center; justify-content:center; }
	.col + .col { margin:0 0 0 10px; }

}
@media screen and (min-width : 960px){

	#slider { float:left; margin:0 30px 30px 0 }

}
@media screen and (min-width : 1200px){

	/* produtos */
	.slide-produto > div { width:auto; height:1350px }
	.slide-produto > div figure { width:100%; height:1350px }
	.slide-produto > div figure img { position:absolute; width:1920px; max-width:1920px; height:1350px; top:0; left:50%; margin-left:-960px }
	
	.produto-detalhe { padding:0 !important }
	.produto-detalhe .premios { margin:80px 0 }

	/* checa idade */
	#checa-idade { padding-top:80px }
	#checa-idade figure { top:30px }
	#checa-idade .miolo { margin-top:60px }

	/*#checa-idade video { height:863px; top:0; left:50%; margin-left:-960px; width:1920px; }*/

}