body {
	font-family: 'Roboto', sans-serif;
	color: rgb(0, 0, 0);
}
.content-background {
	background: transparent;
	padding: 20px;
	border-radius: 10px;
	color: rgb(255, 255, 255);
	position: relative;
	z-index: 3;
}
.fundo::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1100px;
	min-height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
.fundo {
	position: relative;
	z-index: 2;
}
#sobre p {
	color: rgb(0, 0, 0);
}
.navbar {
	justify-content: center;
	position: relative;
	z-index: 10;
}
.navbar-nav .nav-link {
	color: rgb(255, 255, 255) !important;
}
.cardapio-section, .depoimentos-section, .contatos-section {
	background-color: #B4AC92;
	color: #000;
	padding: 40px 0;
}
.cardapio-section h2, .depoimentos-section h2, .contatos-section h2{
	color: #000;
}
.cardapio-section p, .depoimentos-section p, .contatos-section p{
	color: #000;
}
.cardapio-button, .depoimentos-button, .contato-button {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	border: none;
}
.galeria-section {
	padding: 40px 0;
}
.galeria-image {
	margin-bottom: 15px;
	text-align:center;
}
.depoimento-card {
	padding: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.depoimento-img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	object-fit: cover;
	display: inline-block;
	vertical-align: top;
}
.depoimento-content {
	display: inline-block;
	max-width: calc(100% - 100px);
	vertical-align: top;
	padding-left: 10px;
}
.depoimento-text {
	color: rgb(0, 0, 0);
	font-style: italic;
}
.depoimento-nome {
	font-weight: bold;
	color: rgb(0, 0, 0);
}
.list-inline-item a {
	color: #343a40; /* Cor mais séria para os links */
	text-decoration: none;
}
.list-inline-item a:hover {
	color: #007bff; /* Cor ao passar o mouse */
	text-decoration: underline;
}

.btnpreto {
	background-color: #000000;
	color: #ffffff !important; 
	padding: 10px 20px; 
	border: none; 
	border-radius: 5px; 
	text-align: center; 
	text-decoration: none; 
	display: inline-block; 
	font-size: 16px; 
	cursor: pointer; 
	transition: background-color 0.3s; 
}

.btnpreto:hover {
	background-color: #333333; /* Cor de fundo ao passar o mouse */
}


