@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');

body {
	font-family: Arial, Helvetica, sans-serif;
}

header {
	width: 100%;
	/* padding: 2.4em; */
	/* background-color: #eb810f; */
}

.btn {
	border: 0;
	color: #fff;
}

.btn-contato {
	background-color: #eb810f;
}

.navbar-nav .nav-item .nav-link {
	transition: 0.5s;
	color: #fff;
	font-size: 1.1em;
	/* font-family: 'Berkshire Swash', cursive; */
}

.navbar-nav .nav-item .nav-link:hover {
	color: #333;
}

h1, h2 {
	font-family: 'Berkshire Swash', cursive;
}

.home {
	padding: 13em;
	line-height: 2.5em;
	background: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}

.home h1 {
	font-size: 4em;
	color: #eb810f;
}

.btn-cardapio {
	background-color: #eb810f;
}

.text-orange {
	color: #eb810f;
}

.bg-orange {
	background-color: #eb810f;
}

i:hover {
	cursor: pointer;
}

.itens:hover {
	background-color: #f7f7f7;
	cursor: pointer;
	transition: 0.5s;
}

.btn, .form-control {
	border-radius: 15px;
	box-shadow: 2px 3px 0 #8c1622;
}

.nav-link:hover {
	text-decoration: none;
}

.cards-produtos {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.produtos .card {
	border-radius: 20px;
	display: flex;
	margin-bottom: 12px;
	flex-direction: row;
	/* box-shadow: 2px 3px 0 #8c1622; */
}

.produtos .card:hover {
	transition: 0.5s;
	border: 1px solid #8c1622;
}

.produtos .card img {
	border-radius: 20px;
	width: 150px;
	/* height: 180px; */
}

.produtos .card-footer {
	background: none;
	border: 0;
}

.produtos a {
	text-decoration: none;
}

.acoes {
	display: flex;
	justify-content: space-between;
}

.btn-cep, .btn-busca {
	padding: 8px;
	border-radius: 0 15px 15px 0;
}

.dropdown-menu {
	width: 400px;
}