

/*<style>*/

@charset "utf-8";


.logo-fechamento {
	
	content: '';
	width: 200px;
	height: 200px;
	margin: 0 auto;
	background-image: url(../../imagens/2904202013460822logoblack.svg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	
}





	.linha-superior1 {
		
		
		
		background-color: rgb(255, 255, 255) !important;
		
		padding: .3rem 1rem !important;
		
		text-align: right !important;
		
		font-size: .8rem !important;
		
		color: rgb(111, 111, 111) !important;
		
		
		
		position: relative;
		z-index: 1;
		
	}

	.linha-superior1 a {
		
		
		color: rgb(111, 111, 111) !important;
		
		
	}
	
	
	.linha-superior1 .icone {
		
		
		width: 25%; max-width: 375px !important;
		
		height: auto !important;
		
		float: left; position:absolute;left:0; top:1.5rem !important;
		
		
	}
	
	
	
	.linha-superior2 {
		
		
		
		position: relative;
		z-index: 1;
		
	}
	
	.linha-superior2 a {
		
		
		
	}
	
	
	.linha-superior2 .icone {
		
		
		
	}
	
	
	.linha-superior3 {
		
		
		
		position: relative;
		z-index: 1;
		
	}
	
	.linha-superior3 a {
		
		
		
	}

	.linha-superior3 .icone {
		
		
		
	}


	header {
		
		
		background-color: rgb(178, 4, 4) !important;
		
		
		padding: 1rem;
		position: relative;
		
	}

	header nav {
		height: auto !important;
		background: none;
	    box-shadow: none;
	}
		
	header nav .menu {
		
		
		background-color: rgba(255, 255, 255, 0) !important;
		
		
		margin: 6rem auto 0rem;
		display: inline-block;
		
	}
	
	header nav .menu li {
		text-align: center;
		position: relative;
	}
	
	header nav .menu li:not(.cont-logo):after {
		
		
		
	}
	
	header nav .menu li:not(.cont-logo) a {
		
		
		height: 3rem;
		
		line-height: 3rem;
		
		border-radius: 0;
		
		box-shadow: 0 2px 0 rgba(255,255,255,.1);
		
		text-shadow: 1px 1px 2px rgba(0,0,0,.4);
		
		font-family: 'Bangers';
		
		color: rgb(255, 255, 255);
		
		font-size: 1.5rem;
		
		padding: 0 1.2rem;
		
		margin: 0 .5rem;
		
		
		position: relative;
		z-index: 1;
		
	}
	
	header nav .menu li:not(.cont-logo) a:hover {
		
		
		color: rgb(255, 255, 255);
		
		box-shadow: 0 2px 0 rgb(249, 198, 57);
		
		
		
		
	}
	
	header nav .menu li:not(.cont-logo) a .icone-botao {
		
		
		
	}
	
	header nav .menu li:not(.cont-logo):hover a .icone-botao {
		
		
		opacity: .6;
		
		
		transition: .2s;
		
		
	}
	
	
	.imgcabecalho {
		width: 250px;
		margin: 2rem 1% 0;
		float: right;
	}
	.imgforno {
		float: right;
		margin-bottom: -71px;
		z-index: 10;
		position: relative;
	}
	
	@media only screen and (max-width: 800px){
		.imgcabecalho {
			float: none !important;
		}
		.imgforno {
			display: none;
		}
	}
	
	.logo {
		
		width: 100%;
		max-width: 250px;
		height: auto;

		
		margin: -6rem 0 -3rem 0;
		
	
	}
	
	.logo-tablet-mobile {
		
		margin: -2rem 0 -3rem;
		
	}
	
	nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
		width: 50px;
		height: 50px;
		line-height: 50px;
		float: left;
		margin: 0;

	}
	
	nav a.button-collapse {
		
		
		background-color: rgba(0,0,0,0.0) !important;
		
		
	}
	
	nav a.button-collapse i {

		
		font-size: 1.7rem;
		
		color: rgb(229, 229, 229);
		
		
	}
	
	
	
	
	/***** Side Nav *****/
	.menu-sidenav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		z-index: 9999;
		display: none;
		
		
		background-color: rgb(255, 255, 255);
		
		
	}
	.menu-sidenav .menu-sidenav-wrapper {
		width: 100%;
		height: auto;
		padding: 1rem;
	}
	
	.menu-sidenav .logo-mobile {
		max-width: 150px;
		margin: 0 0 2rem;
		float: none !important;
	}
	
	.menu-sidenav .item {
		width: 100%;
		height: 3rem;
		float: left;
		line-height: 3rem;
		transition: all .1s;
		margin: .25rem 0;
		text-align:center;
	}
	.menu-sidenav .item {
		transition: all .15s;
	}
	.menu-sidenav .item a {
		display: block;
		
		
		font-family: 'Bangers';
		
		font-size: 1.5rem;
		
		color: rgb(9, 9, 9);
		
	}
	
	.close-sidenav {
		
		color: rgb(189, 26, 25);
		
		
		text-align: right;
		padding: .5rem;
		cursor: pointer;
	}
	
	.header-menu-mobile {
		width: 100%;
		float: left;
	}
	
	@media only screen and (max-width: 600px) {
		
		.imgcabecalho {
			width: 200px;
		}
		.logo {
			max-width: 200px;
		}
		
	}
	
	@media only screen and (min-width: 600px) {
		
		.menu-sidenav .item {
			width: 50%;
			height:100%;
			padding: 5vh;
		}
		
		@supports(display: grid) {
			.menu-sidenav .menu-sidenav-wrapper {
				display: grid;
				grid-template-columns: 1fr 1fr;
				grid-template-rows: auto 1fr;
			}
			.header-menu-mobile {
				grid-column: span 2;
				float:none;
			}
			.menu-sidenav .item {
				width: 100%;
				height: 100%;
				padding: 5vh;
				line-height: 3rem;
			}
		}
		
	}

