
*{
	margin: 0px;
	padding: 0px;
	box-sizing: 0px;

}

header{
	width: 100%;
	max-width:360;
	height: 110px;
	background-color: #ff9451;
	border-bottom: 10px solid #c70704;
	margin-top: 0px;
	margin-bottom: 100px;
}

.log{
	width:40%;
	max-width:1600px;
	display:flex;
	padding-top: 10px;
	margin-left:  30px;
}


.fotosham{
	width: 100%;
	
	display:inline-flex;
	justify-content:center;
}
.pedidoswicon{
	height: 20px auto;
	top: 100px;
	font-size: 1.5rem;
}

.pedidos p  {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content:center;
	left:20px;
	text-align:center;
	font: size 2rem;
}

.wiconbtn{
	width: 70%;
	display: flex;
	justify-content:center;
	align-items:center;
}
.wicon{
	width: 25%; 
	margin-left:20px;
	display: flex;
	align-items:flex-end;
	justify-content:center
	
}
	

.menuwiconbtn{
	width: 40%;
	
	height:50px;
	color:black;
	font-size: 1.5rem;
	display: inline-flex;
	align-items:center;
	justify-content:center;
	border-radius: 5px;
	background-color: #ECECEC;
}

 .mainprimeira{
	 width: 100%;
	
	 display: flex;
	 justify-content: center;
 }
.hamb2{
	width: 50%;
	max-width:1600x;
	height:200px;;
	margin-top: 50px;
	margin-left: 5px;
	border-radius: 5px
}

p{
	display: inline-flex;
	justify-content: start;
	text-decoration: none;
}

 .fpenultimo{
	width: 100%;
	max-width: 1600px;
	height:inherit;
	padding: 15px;
	background-color: #0A011D;
	display: inline-flex;
	justify-items: space-between;
	color: #DDDDDD;
	text-decoration: none;
}
.arrowent{
	max-width: 1280px;
	width: 300px;
	top: -20px;
	
}

#lugaresentrega{
	width: 50%;
	max-width: 1600px;
	text-decoration: none;
	margin-right: 20px;
}

h1{
	width: 100%;
	max-width: 1600px;
	text-transform: uppercase;
	text-align: center;
}

li{
	display: flex;
	text-transform: uppercase;
	list-style-type: none;
	margin-left: 50px;
}


iframe{
	width: 50%;
	
	height: auto;
}

footer{
	width: 100%;
	
	
	height: 60px;
	background-color: #504f50;
	text-align: center;
	color: #fff;
}
.ftfinal{
	padding-top: 15px;
}



@media  screen and (max-width:650px){
	.log{
		width:60%;
	}
	
	.pedidos{
		width:100%;
		
	}

	.pedidoswicon{
		width:100%;
		background-color: rgb(163, 30, 30);
		border-radius: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	.wiconbtn{
		width: 100%;
		
	}
	
	
	

	iframe{
		display:none
	}
	
	.hamb2{
		width: 24%;
		height:100px;
	}
	#lugaresentrega{
	width: 100%;
	font-size:medium;
	margin-left:50px;
	
}

}

@media screen and (max-width: 800px) {
	.log{
		width:60%;
	}
	.pedidos p,.pedidos h1 {
		padding: 30px;
	}
	

	.wiconbtn{
		margin-right: 50px ;
		width: 70%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 40px;
	}
	.wsh{
		width:30px;
	}

	.menuwiconbtn{
		width: 100%;
		font-size:small;
		display: flex;
		justify-content: center
	}
	.pedidoswicon{
		width:100%;
		background-color: rgb(163, 30, 30);
		border-radius: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
}
.hamb2{
	width:24%;
}

@media  screen and(max-width: 1600px){
	.log{
		width: 40%;
	}
	.pedidos{

		margin-top: 100px;
		display: inline-flex;
		justify-content: center;
		font-size: 1rem;
	}
	.wicon{
		width:50%;
	}
	.menuwiconbtn{
		width: 50%;
		font-size:2rem
	}
	.pedidoswicon{
		width:100%;
		background-color: rgb(163, 30, 30);
		border-radius: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	
	iframe{
		width: 100%;
	}
	
}