/* -------

IDEIA FIXA

------- */



.ideiaFixa {
	width: 100%;
	height: auto;
	background: url('../img/sobre/oH3-introTuga.jpg') center center repeat;
	background-size: cover;
	padding: 345px 0 280px 0;
	border-bottom: 4px solid #1A9ED4;
}

	.ideiaFixa h3 {
		text-transform: uppercase;
	}



/* -------------

NOT SO FAST FOOD

------------- */



.notSoFastFood {
	border-bottom: 4px solid #1A9ED4;
}

	.notSoFastFood li {
		float: left;
		width: 50%;
	}
	
	.notSoFastFood li:first-child {
		padding-top: 100px;
	}

	.notSoFastFood li:last-child {
		max-height: 850px;
		overflow: hidden;
	}
	
		.notSoFastFood img {
			width: 90%;
			margin-left: 10%;
		}



/* -------------

NEW HAMBURGOLOGY

------------- */



.newHamburgology {
	width: 100%;
	height: auto;
	background: url('../img/sobre/oH3-newHamburgology.jpg') center;
	padding: 200px 0;
}



/* ---------------

NO PÃO OU NO PRATO

--------------- */



.paoOuPrato {
	width: 100%;
	height: auto;
	background: url('../img/sobre/oH3-paoOuPrato.jpg') center no-repeat;
	padding: 200px 0;
}



/* ------------

ACOMPANHAMENTOS

------------ */



.acompanhementos li {
	float: left;
	width: 32%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 30px;
	border: 1px solid #CCC;
	border-radius: 2px;
    box-shadow: 0 1px 2px #efefef;
}

.acompanhementos li:last-child {
	margin-right: 0;
}

	.acompanhementos li img {
		width: 100%;
	}
	
	.acompanhementos_nome h1 {
		font-size: 1.2em;
		padding: 5px 10px;
		background-color: #1A9ED4;
		color: #FFF;
	}



/* -------

BEBIDAS H3

------- */



.bebidas-container {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

	.bebidas-element {
		-webkit-flex: 1;
		flex: 1;
	}
	
	.bebidas-element:nth-child(2) {
		padding-top: 40px;
	}
	
	.bebidas-element:nth-child(2),
	.bebidas-element:nth-child(3) {
		-webkit-flex: none;
		flex: none;
		width: 500px;
	}
	
	.bebidas-element:nth-child(3),
	.bebidas-element:last-child {
		overflow: hidden;
	}
	
		.bebidas-element:nth-child(3) img,
		.bebidas-element:last-child img {
			height: 656px;
		}
		
		.bebidas-element:last-child img {
			margin-left: -500px;
		}




@media screen and (max-width:1040px) {




	/* -------

	IDEIA FIXA

	------- */
	
	
	
	.ideiaFixa {
		padding: 190px 0 180px 0;
	}



	/* -------
	
	BEBIDAS H3
	
	------- */



	.bebidas-element:first-child,
	.bebidas-element:last-child {
		display: none;
	}

	.bebidas-element:nth-child(2) {
		padding-left: 5%;
	}

	.bebidas-element:nth-child(3) {
		-webkit-flex: 1;
		flex: 1;
	}



}



@media screen and (max-width:900px) {



	/* -------------
	
	NOT SO FAST FOOD
	
	------------- */
	
	
	
	.notSoFastFood li {
		float: none;
		width: 100%;
	}
	
	.notSoFastFood li:first-child {
		padding-top: 0;
	}

	.notSoFastFood li:last-child {
		height: 550px;
		overflow: hidden;
	}
	
	.notSoFastFood img {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: 0;
	}



}



@media screen and (max-width:750px) {



	/* -------

	IDEIA FIXA

	------- */
	
	
	
	.ideiaFixa {
		padding: 170px 0 160px 0;
	}



	/* ------------
	
	ACOMPANHAMENTOS
	
	------------ */
	
	
	
	.acompanhementos li {
		width: 100%;
		margin-right: 0;
	}
	
	.acompanhementos_nome h1 {
		font-size: 1.4em;
	}



	/* -------
	
	BEBIDAS H3
	
	------- */
	
	

	.bebidas-container {
		-webkit-flex-flow: column;
		flex-direction: column;
	}
	
	.bebidas-element {
		padding-left: 5%;
		padding-right: 5%;
	}

	.bebidas-element:nth-child(2) {
		padding-top: 0;
	}

	.bebidas-element:nth-child(2),
	.bebidas-element:nth-child(3) {
		width: 100%;
	}
		
	.bebidas-element:nth-child(3) img {
		height: auto;
		width: 100%;
	}



}