/*Formatações padrão */
*{
	margin: 0;
	padding: 0;
}

body {	
	background: #cd0046;
}

p{
	color: #000000;
	font-size: 22px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	text-align: justify;
}

.corpo {	
	background: #fbfbf5;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	
}

img {
	width: 100%;
}

@media (min-width: 992px){
	.card{
		width: 25%;
	}
} 

@media (max-width: 990px){
	.navbar-toggler {
		position: absolute;
		top:-80px;
		right: 15px;
	}
	.card{
		flex-wrap: wrap;

	}
	.lanches{
		justify-content: center;
		align-items: center;
		
	}
}

/*NAV formatação*/
#navbarNav {
	position: absolute;
	right: 28px;
}
nav {
	position: absolute;
	right: auto;
	bottom: -20px;
}

nav li{
	list-style: none;
	display: inline;
	background: url(../img/Navegação/aba-direita.png) no-repeat top right;				
	font-size: 16px;
}

div ul li a{
	background: url(../img/Navegação/aba-esquerda.png) no-repeat top left;
	color: #fff;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
.banner {
	margin-top: 30px;
}

ul li a:hover {
	color: #894a1f;
	text-decoration: none;	
}

ul #atual{
	background: url(../img/Navegação/aba-direita-atual.png) no-repeat top right;	
}
ul #atual a{
	background: url(../img/Navegação/aba-esquerda-atual.png) no-repeat top left;	
}

.logo {
	margin-bottom: 30px;
	border: 6px  #a0d5d3 solid;
}

/*CSS DO RODAPÉ*/
.rodape {
	margin: 30px;
	align-items: center;
}
.rod-ul {
	list-style: none;
}
.rod-ul-h3 {
	text-align: center;
}
.rod-ul-li {
	text-align: center;
}
hr {
	border: 0;
	border-top: 3px solid #000;
}

/*CSS CONTATO*/
.pag-contato {
	text-align: center;
}

.sac{
	position: absolute;
	right: 100px;
	top: 500px;
}

#form {
	padding: 50px;
	align-items: center;
	justify-content: center;
}

/*CSS PAG CHEFS*/
.chef-fundo{
	background: #DEB887;
}

.text-chef1{
	 font-size: 50px;
	 font-family: "Times New Roman", sans-serif;
	 color: #fbfbf5;
	 font-style: oblique;
}

.text-chef2{
	font-size: 50px;
	 font-family: "Times New Roman", sans-serif;
	 color: #DEB887;
	 font-style: oblique;
}


/*CSS PAG PEDIDO*/
.logo {
	margin-bottom: 30px;
	border: 6px  #a0d5d3 solid;
}
.lanches {
	text-align: center;
}
.btn {
	width: 100%;
	margin-top: 15px;
}
.div-cards {
	margin-top: 5px;
}
.lanches {
	padding: 20px;
}

/*Carrinho*/

.carrinho{
	background: #fbfbf5;
	padding: 10px;
	position: fixed;
	right: 0px;
	top: 28%;
	border: #fff 5px solid;
}

.linha{
	border-top: 1px solid #525252;
}

.botao-carrinho{
	position: flex;
	bottom: 20px;
}
.pedidos {
	font-size: 2;
}
.divtotal {
	flex-direction: row;
	font-size: 5;
}