@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


/* GERAL */
* {
	padding: 0;
	margin-bottom: 0;
	box-sizing: border-box;	
	font-family: "Poppins", sans-serif;
}


body {	
	font-family: "Poppins", sans-serif;
	margin: 0;
	padding: 0;	
	font-size: 16px;
	font-weight: 400;
}

h1 {
	font-family: "Oswald", sans-serif;
	font-size: 72px;
}

h2 {
	font-family: "Poppins", sans-serif;
	font-size: 54px;
	letter-spacing: -0.8px;
}

h3 {
	font-family: "Oswald", sans-serif;
	font-size: 42px;
}

h4 {
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	letter-spacing: -0.2px;
}

h5 {
	font-family: "Oswald", sans-serif;
	font-size: 28px;
}

h6 {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight:bold;
}

p {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
}

input:focus, select:focus, textarea:focus, button:focus {
    box-shadow: 0 0 0 0;
    outline: 0;

}

.main {
	margin-top: 0px;
}
.links-hover {

}

.links-hover:hover {
	opacity: 0.7;
}

.thumbnail {
	border-radius: 10px;
	width:100%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.versao-desktop {
	display: block;
}

.versao-mobile {
	display: none;
}


.section-padding {
	padding: 50px 0px;
}

.section-padding h3 {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -1.0px;
	color: #444;
}

.section-padding h5 {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.8px;
	color: #FF6600;
}

.section-padding p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.3px;
	color: #444;
}

.section-internas {
	padding: 35px 0px;
}


.section-internas-vinheta {
	font-size: 24px;
	font-weight: 700;
	color: #850d51;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
}

.section-internas h2 {
	font-family: "Inter", sans-serif;
	font-size: 36px;
	letter-spacing: -0.8px;
	font-weight: 800;
	color: #444;
}

.section-internas h3 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #444;
}

.section-internas h6 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.5px;
}

.section-internas p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	letter-spacing: -0.3px;
}

.vinheta-interna {
	background-color: #ff2b2b;
	/*padding: 20px 0px;*/
	color: #fff;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 70px;
}

.vinheta-interna-titulo {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.5;
	color: #fff;
	text-align: left;
}

.vinheta-interna-link {
	font-size: 12px;
	color: #fff;
	text-align: right;
}

.header {
	transition: 0.4s;
	background-color: #000;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	width: 100%;
	padding: 20px 0px;
}

.logo-header {	
	width: 200px;	
}


.header-desktop {
	display: block;
}



.header-mobile {
	display: none;
}


.header-btn-zap {
	border: 1px solid #c96f06;
	border-radius: 5px;
	background-color: #c96f06;
	padding: 6px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-left: 20px;
	margin-right: 10px;
	transition: 0.3s;
	margin-top: 0px;
}


.header-btn-zap:hover {
	border: 1px solid #c96f06;
	background-color: #c96f06;
	color: #fff;
	text-decoration: none;
}

.header-icons-social i {
	color: #c96f06;
	font-size: 20px;
	transition: 0.3s;
	margin-left: 10px;
}

.header-icons-social i:hover {
	color: #c96f06;
}

nav {

}

nav ul {
	list-style: none;
	padding-right: 10px;
}

nav ul li {
	float: left;
}

nav ul li a {
	display: inline-block;
	text-decoration: none;	
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding-left: 25px;
	transition: 0.2s;
	letter-spacing: -0.3px;
	font-family: "Oswald", sans-serif;
}

nav ul li a:hover {
	text-decoration: none;
	color: #b39840;
}


/* BANNER */

.bgImage {
	position: relative;
	width: 100%;
	height: 720px;
	background-image: url(https://brauhauspub.com.br/wp-content/uploads/2024/11/foto-fachada.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}


.bgImage-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.60);
}

.bgImage-content {
	position: relative;
	width: 100%;
	height: 100%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*z-index: 2;*/
}

.bgImage-content h1 {
	font-size: 86px;
	color: #fff;
	font-weight: 600;
	line-height: 96px;
}

.bgImage-content p {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -0.5px;
	width: 46%;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
}

.bgImage-content button {
	color: white;
	border: none;
	outline: none;
	font-size: 18px;
	background-color: #00bf13;
	padding: 14px 22px;
	text-transform: uppercase;
	border-radius: 25px;
	transition: 0.5s;
	font-weight: 700;
	margin-top: 20px;
}

.bgImage-content button:hover {
	background-color: #008c0e;
}

.bgImage-logo {
	width: 250px;
	margin-bottom: 20px;
}
.bgImage-content-oculta {
	display: block;
}

/* AGENDA */

.agenda {
	background-image: linear-gradient(to bottom, #000, #111);
	padding: 60px 10px 60px 10px;
}

.agenda h3 {
	font-size: 56px;
	color: #fff;
	margin-bottom: 30px;
}

.agenda-item {
	margin-bottom: 40px;
}

.agenda-item h5 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 10px;
}

.agenda-item p {
	font-size: 16px;
	color: #eee;
	margin-bottom: 20px;
	font-weight: 300;
}

.agenda-item button {
	padding: 10px 30px;
	border: 2px solid #b39840;
	font-size: 16px;
	background-color: transparent;
	color: #fff;
	font-weight: 600;
}

.agenda-item button:hover {
	background-color: #b39840;
	color: #111;
	transition-duration: 0.2s;
}

.agenda-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}

.cardapio {
	background-image: linear-gradient(to bottom, #000, #111);
	padding: 60px 0px;
}

.cardapio h3 {
	font-size: 56px;
	color: #fff;
	margin-bottom: 30px;
}

.fotos {
	background-image: linear-gradient(to bottom, #000, #111);
	padding: 60px 0px;
}

.fotos h3 {
	font-size: 56px;
	color: #fff;
	margin-bottom: 30px;
}

.fotos-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}

.depoimentos {
	background-image: linear-gradient(to bottom, #000, #111);
	padding: 60px 0px;
}

.depoimentos h3 {
	font-size: 56px;
	color: #fff;
	margin-bottom: 30px;
}

.contato {
	padding: 50px 0px;
	background-image: linear-gradient(to bottom, #090909, #000);
}

.contato h3 {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -1.0px;
	color: #b39840;
}

.contato h5 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.contato i {
	font-size: 48px;
}

.contato p {
	font-size: 18px;
	margin-bottom: 20px;
	color: #bbb;
}
.contato h6 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

.contato a {
	color: #b39840;
}

.contato a:hover {
	opacity: 0.7;
}



/* FOOTER */

footer {
	/*background-color: #92b014;*/
	/*background-color: #033141;*/
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 50px 0px 30px 0px;
	border-top: none;
	margin-top: 0px;
	width: 100%;
}

footer h6 {
	font-size: 16px;
	color: #fff;
}

footer i {
	margin-bottom: 10px;
}


footer p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}

footer ul {
	margin-left: -30px;
}

footer ul li {
	list-style: none;
}


footer ul li {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
}

footer ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: none;	
	opacity: 0.5;
}

.footer-btn-zap {
	border: 1px solid #FF6600;
	border-radius: 5px;
	background-color: #FF6600;
	padding: 6px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	transition: 0.3s;
}

.footer-btn-zap:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #FF6600;
	text-decoration: none;
}

footer .qr-code {
	width: 100px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	margin: 10px 0px;
	

}

.logo-footer {
	width: 200px;
}

.footer-align-left {
	text-align: left;
}

.footer-align-right {
	text-align: right;
}

.footer-align-logo {
	text-align: right;
}


.footer-icon {
	background-color: #bd9a40;
	color: #2f2b24;
	font-size: 26px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin-right: 15px;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 1px;
	float: left;

}

@media screen and (max-width: 1600px) {

	.bgImage {
		height: 660px;
	}

}

@media screen and (max-width: 1366px) {

	.bgImage {
		height: 600px;
	}

}

@media screen and (max-width: 992px) {

	h1 {
		font-family: "Oswald", sans-serif;
		font-size: 50px;
		letter-spacing: -1.1px;
		font-weight: 900;
	}

	h2 {
		font-family: "Poppins", sans-serif;
		font-size: 42px;
		letter-spacing: -0.7px;
		font-weight: 900;
	}

	h3 {
		font-family: "Oswald", sans-serif;
		font-size: 36px;
		letter-spacing: -0.5px;
	}

	h4 {
		font-family: "Poppins", sans-serif;
		font-size: 32px;
		letter-spacing: -0.4px;
	}

	h5 {
		font-family: "Oswald", sans-serif;
		font-size: 28px;
		letter-spacing: -0.3px;
	}

	h6 {
		font-family: "Poppins", sans-serif;
		font-size: 20px;
		line-height: 24px;
		font-weight:bold;
	}

	p {
		font-family: "Poppins", sans-serif;
		font-size: 14px;
		letter-spacing: 0px;
	}

	.section-padding {
		padding: 45px 0px;
	}

	.header-desktop {
		display: none;
	}

	.header-mobile {
		display: block;
	}

	.logo-header {
		width: 150px;
	}

	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		right: 0;		
		background-image: linear-gradient(to right, #111, #000);
		overflow-x: hidden;
		transition: 0.3s;
		padding-top: 70px;
		z-index: 999;
		box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	}

	.sidenav .menuMobile {
		padding-left: 32px;
	}


	.sidenav .menuMobile nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.sidenav .menuMobile nav ul li {
		padding: 0;
	}

	.sidenav .menuMobile a {
		padding: 5px 0px;
		text-decoration: none;
		font-size: 16px;
		color: #fff;
		display: block;
		transition: 0.3s;
		font-weight: 700;
	}

	.sidenav .menuMobile a:hover {
		color: #b39840;
		text-decoration: none;
	}

	.sidenav .closebtn a {
		margin-top: 10px;
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 28px;
		margin-left: 50px;
		color: #fff;
		transition: 0.3s;
		text-decoration: none;
	}

	.sidenav .closebtn a:hover {		
		color: #b39840;
		text-decoration: none;
	}

	.open-menu-btn {
		border: none;
		background-color: transparent;
		color: #b39840;
		font-size: 36px;
		margin-right: 5px;
		margin-top: -5px;
	}

	/* BANNER */

	.bgImage {
		position: relative;
		width: 100%;
		height: 350px;
		background-image: url(https://brauhauspub.com.br/wp-content/uploads/2024/11/foto-fachada.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom center;
	}


	.bgImage-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background-color: rgba(0, 0, 0, 0.60);
	}

	.bgImage-content {
		position: relative;
		width: 100%;
		height: 100%;
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 0px 15px;
		/*z-index: 2;*/
	}

	.bgImage-content h1 {
		font-size: 44px;
		color: #fff;
		font-weight: 600;
		line-height: 48px;
	}

	.bgImage-content p {
		font-size: 18px;
		font-weight: 300;
		letter-spacing: -0.5px;
		width: 100%;
		color: #fff;
		text-align: center;
		line-height: 24px;
		margin-top: 10px;
	}

	.agenda {
		background-image: linear-gradient(to bottom, #000, #111);
		padding: 40px 10px;
	}
	
	.agenda h3 {
		font-size: 36px;
		color: #fff;
		margin-bottom: 20px;
	}
	
	.agenda-item {
		margin-bottom: 40px;
	}
	
	.agenda-item h5 {
		font-size: 28px;
		color: #fff;
		margin-bottom: 10px;
	}
	
	.agenda-item p {
		font-size: 16px;
		color: #eee;
		margin-bottom: 20px;
		font-weight: 300;
	}
	
	.agenda-item button {
		padding: 10px 30px;
		border: 2px solid #b39840;
		font-size: 16px;
		background-color: transparent;
		color: #fff;
		font-weight: 600;
	}
	
	.agenda-item button:hover {
		background-color: #b39840;
		color: #111;
		transition-duration: 0.2s;
	}
	
	.agenda-img {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 250px;
		margin-bottom: 20px;
	}

	.cardapio {
		background-image: linear-gradient(to bottom, #000, #111);
		padding: 40px 10px;
	}
	
	.cardapio h3 {
		font-size: 36px;
		color: #fff;
		margin-bottom: 20px;
	}

	.cardapio img {
		margin-bottom: 20px;
	}

	.fotos {
		background-image: linear-gradient(to bottom, #000, #111);
		padding: 40px 10px;
	}
	
	.fotos h3 {
		font-size: 36px;
		color: #fff;
		margin-bottom: 20px;
	}
	
	.fotos-img {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 200px;
		margin-bottom: 20px;
	}

	.depoimentos {
		background-image: linear-gradient(to bottom, #000, #111);
		padding: 40px 10px;
	}
	
	.depoimentos h3 {
		font-size: 36px;
		color: #fff;
		margin-bottom: 20px;
	}

	.contato {
		padding: 50px 0px;
		background-image: linear-gradient(to bottom, #090909, #000);
	}
	
	.contato h3 {
		font-size: 36px;
		font-weight: 800;
		letter-spacing: -1.0px;
		color: #b39840;
	}
	
	.contato h5 {
		font-size: 26px;
		font-weight: 700;
		color: #fff;
		letter-spacing: -1px;
		margin-bottom: 20px;
	}
	
	.contato i {
		font-size: 48px;
	}
	
	.contato p {
		font-size: 18px;
		margin-bottom: 20px;
		color: #bbb;
	}
	.contato h6 {
		font-size: 20px;
		color: #fff;
		font-weight: 600;
		margin-bottom: 40px;
	}
	
	.contato a {
		color: #b39840;
	}
	
	.contato a:hover {
		opacity: 0.7;
	}
	

	footer p {
		color: #fff;
		font-size: 12px;
		margin-bottom: 5px;
	}

	.logo-footer {
		width: 120px;
	}

}



@media screen and (max-width: 768px) {

	.versao-desktop {
		display: none;
	}

	.versao-mobile {
		display: block;
	}


	.section-padding {
		padding: 40px 0px;
	}

	.section-padding h2 {
		font-size: 32px;
		letter-spacing: -1.5px;
	}

	.section-padding h6 {
		font-size: 18px;
	}

	.header-desktop {
		display: none;
	}

	.header-mobile {
		display: block;
	}

	/* FOOTER */

	footer {
		/*background-color: #92b014;*/
		/*background-color: #033141;*/
		font-size: 14px;
		padding: 40px 15px 30px 15px;
		text-align: center;
	}

	footer h6 {
		font-size: 16px;
		color: #fff;
		margin-top: 30px;
	}

	footer i {
		margin-bottom: 10px;
	}


	footer p {
		color: #fff;
		font-size: 14px;
		margin-bottom: 5px;
	}

	footer ul {
		margin-left: -30px;
	}

	footer ul li {
		list-style: none;
	}


	footer ul li {
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;
	}

	footer ul li a {
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;
		text-decoration: none;
	}

	footer ul li a:hover {
		text-decoration: none;	
		opacity: 0.5;
	}

	.footer-btn-zap {
		padding: 10px 20px;
		font-size: 18px;
		margin-bottom: 15px;
	}

	footer .qr-code {
		width: 100px;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
		margin: 10px 0px;
	}

	.logo-footer {
		width: 200px;
	}

	

}

@media screen and (max-width: 575px) {

	h1 {
		font-size: 42px;
		letter-spacing: -0.9px;
	}

	h2 {
		font-size: 36px;
		letter-spacing: -0.5px;
	}

	h3 {
		font-size: 28px;
		letter-spacing: -0.5px;
	}

	h4 {
		font-size: 24px;
		letter-spacing: -0.4px;
	}

	h5 {
		font-size: 20px;
		letter-spacing: -0.3px;
	}

	h6 {
		font-size: 18px;
	}

	p {
		font-size: 13px;
	}

	.section-padding {
		padding: 30px 0px;
	}

	.section-padding h3 {
		font-size: 28px;
	}

	.section-padding p {
		font-size: 14px;
		font-weight: 400;
		color: #444;
		letter-spacing: -0.3px;
	}

	

}

@media screen and (max-width: 420px) {


	

	

}

