h5 {
	font-family: 'Bellota Text', cursive;
	color: #b60a08;
	font-size: 1.5rem
}

h4 {
	font-family: 'Bellota Text', cursive;
	color: #b60a08;
	font-size: 2rem
}

h6 {
	font-family: 'Bellota Text', cursive;
	color: #b60a08;
	font-size: 20px;
}

a {
 	color: #ff7100;	
 	text-decoration: none;
 	font-family: 'Bellota Text', cursive;
 	font-size: 20px
}

a:hover {
 	color: #ff7100;	
 	text-decoration: none;
 	font-family: 'Bellota Text', cursive;
 	font-size: 20px
 }

p {
	color: rgb(120, 120, 120);
}

ul {
	padding-left: 0;
}


#header {
/*	margin-bottom: 60px;*/
/*	position: fixed;*/
	width: 100%;
	z-index: 100;
	background: #fff;
}

.navbar-toggler {
	padding: 0;
	height: 50px;
	width: 50px;
	position: relative;
}

.burger {
	width: 40px;
	height: 4px;
	background: #b60a08;
	font-size: 0;
	position: relative;
	border-radius: 5px;
    top: 21px;
    left: 4px;
}
.burger::before {
	content: "";
	width: 40px;
	height: 4px;
	background: #b60a08;
	position: absolute;
	top: -10px;
	border-radius: 5px;
}
.burger::after {
	content: "";
	width: 40px;
	height: 4px;
	background: #b60a08;
	position: absolute;
	top: 10px;
	border-radius: 5px;
}


#destaque {
	padding-bottom: 30px;
}

#sobre {
	padding-top: 30px;
	padding-bottom: 30px;	
}

.container-banner {
	width: 100%;
	position: relative;
	padding-bottom: 15px;
	text-align: center;
	overflow: visible;	
}

.container-banner-2 {
	width: 100%;
	position: relative;	
}

.titulo-banner {
 	color: #fff;
 	text-shadow: 3px 3px 3px rgba(10, 10, 10, 0.4);
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%);
}


#form {
	background: rgb(31, 7, 5);
	padding: 10px 0 10px 0;
}

#form h4 {
	color: #eb9919;
}

#form-group {
	position: relative;
	align-content: center;
}

#inputnome {
	padding-bottom: 10px;	
}

#inputemail {
	padding-bottom: 10px;	
}

#inputphone {
	padding-bottom: 10px;	
}

#textarea1 {
	padding-bottom: 10px;	
}

#rodape {
	color: #fff;
	background: #141414;
	padding: 20px 0 3px 0;
	align-content: center;
}

#rodape a {
 	color: #eb9919;	
 	text-decoration: none;
 	font-family: 'Bellota Text', cursive;
 	font-size: 15px
}

#rodape a:hover {
 	color: #e84252;	
 	text-decoration: none;
 	font-family: 'Bellota Text', cursive;
 	font-size: 15px
 }

#rodape h5 {
	color: #eb9919;
}

#copyright {
	background: #323232;
}

#copyright p{
	font-size: 10pt;
	margin: 0;
}

#copyright a{
	color: #fff;
	font-family: 'Open Sans';
	font-size: 10pt;
	margin: 0;
}
#copyright a:hover {
	color: #eb9919;
	font-family: 'Open Sans';
	font-size: 10pt;
	margin: 0;
}

.card {
	background: #fff;
	border-color: #fff;
	margin: 15px 0;
}

.card-body {
	padding: 12px
}

.card-body a{
	margin-top: 10px;
	margin-bottom: 10px;
}

.whatsapp {
    position: fixed;
    top: 75%;
    right: 1%;
    padding: 10px;
    z-index: 10000000;
}

#servicos h4{
	padding-bottom: 30px;
	padding-top: 30px;
}

.btn-warning {
	background: #ff7100;
	color: #fff;
	border-color: #ff7100;
	margin-bottom: 5px;
}

.btn-warning:hover {
	background: #ff7100;
	color: #fff;
	border-color: #ff7100;
	margin-bottom: 5px;
}


/*.btn-ifood {
	background: #ff0a17;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	padding: 7px 15px;
	margin: 0 15px 15px 0;
}

.btn-ifood:hover {
	background: #ae0717;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	padding: 7px 15px;
	margin: 0 15px 15px 0;
}

.btn-whatsapp {
	background: #06971a;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	padding: 7px 15px;
	margin: 0 15px 15px 0;
}

.btn-whatsapp:hover {
	background: #057414;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	padding: 7px 15px;
	margin: 0 15px 15px 0;
}

.btn-cardapio {
	background: #f8580a;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	padding: 5px 5px;
}

.btn-cardapio:hover {
	background: #db3f09;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	padding: 5px 5px;
}*/

hr {
	background: #ae0717;
}