
html {
  scroll-behavior: smooth;
	scroll-padding-top: 150px;
}
		  
 *{
margin: 0;
padding: 0;
} 
		  
 body{
overflow-x: hidden;
font-family: 'Raleway', sans-serif;
}

#video{
margin-top: -60px;
}
		  
		  input[type=button]{
			  font-family: Raleway;
		  }
#m2{display: none}

		  
		  #menu{
			  font-size: 20px;
			  color: black;
		  }
		  
		  #menu li{
			  color:black;
			  padding: 0px 7px;
		  }

#dados-endereco2{
	display: none;
}
		  
		  
		  #slide{
			margin-left: -1px;  


		  }
		  
		  
		  .texto1{
			  font-size: 20px;
		  }
		  
		   .texto2{
			  font-size: 19px;
			   font-weight: 400
		  }
		  
		  .principal{
			  color: #C6A488;
		  }
		  
		  .bg-principal{
			  background-color: #C6A488;
		  }
		  
		  .ver-mais{
			  background-color: #C6A488;
			  padding: 8px 150px;
			  border: none;
			  font-size: 20px;
			 font-family: 'Raleway', sans-serif;
			  
		  }
		  
		  
		  .titulo-blog{
			  font-size: 20px;
			  margin-top: 10px;
			   font-family: 'Raleway', sans-serif;
		  }
		  
		  
		  #menu-footer{
			 list-style: none;
			  color: white;
		  }
		  
		  #menu-footer li a {
			  color: white
		  }
		  
		  #logo2{display: none}
		  
		  
		  #cardapio{
			  background-color: #F2EDE7;
			  text-align: center;
		  }
		  
		  .subtitulo1{
			  color: gray;
			  margin-top: -10px;
		  }
		  
		  .raleway{
			  font-family: Raleway;
		  }
	  
		  h2{
			  font-family: 'Cormorant', serif;

		  }
		  
		  
		  #contato{
			  
			  background-image: url('../imgs/footer.png');
			  color:white;
		  }
		  
		  
		  @media only screen and (max-device-width: 900px) {
			  .navbar-brand{display: none}
			  #logo2{display: inline}
			  #slide{display: none}
			  #cardapio img{display: none}
			  #alt1{
				  display: none
			  }
			  
			  
			  #footer1{text-align: center}
			  #footer2{text-align: center}
			  #footer3{text-align: center}
			  
			  #botao-pedir{right: 10%; margin-right: 2%}
			  
			  
			  
			  #sobre{margin-top: 150px;}
			  
			  #dados-endereco1{
				  display: none;
			  }
			  
			  #dados-endereco2{
				  display:block;
				  margin-left: 14px;
				  margin-bottom: 30px;
			  }
			  
			  .texto2{color: black; font-weight: 500}
			  
			  .ver-mais{
			  background-color: #C6A488;
			  padding: 2% 10%;
			  border: none;
			  font-size: 20px;
			 font-family: 'Raleway', sans-serif;
			  
		  }
			  
			  
			#m1{display: none}
			  #m2{display: block}
			  
			  .texto1{font-size: 16px;} 
			   .texto2{font-size: 16px;} 
			  
			  
			  
	  
			  
			  
			  
			  
			  
			  
}

.preco-cardapio{
	position: absolute;
	right:10%;
}


.subtitulo-cardapio{
	margin-top: 0px;
	font-size: 16px;
	line-height: 100%;
}

.lista-horizontal{
	display: flex;
	
}

.span-1{
	margin-right: 20px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
}

.titulo-cardapio{
	font-size: 20px;
	font-weight: 500;
}

.menus{
	display: none;
}


#botao-pedir{
background-color: #DE1919;


	color: white;
	border: none;
	position: fixed;
	right: 1%;
	bottom: 5%;
	border-radius: 190px;
	padding: 20px 20px;
	font-weight: 600;
	z-index: 9999999999999;
	
	
}


#div-pedir{
margin-top: -30px;	
}



