

/*<style>*/

@charset "utf-8";


.logo-fechamento {
	
	content: '';
	width: 200px;
	height: 200px;
	margin: 0 auto;
	background-image: url(../../imagens/0507202215234019logo.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	
}





	.linha-superior1 {
		
		
		
		background-color: rgb(237, 51, 56) !important;
		
		padding: .3rem 1rem !important;
		
		text-align: left !important;
		
		font-size: .9rem !important;
		
		color: rgb(250, 250, 250) !important;
		
		
		
		position: relative;
		z-index: 1;
		
	}

	.linha-superior1 a {
		
		
		color: rgb(250, 250, 250) !important;
		
		
	}
	
	
	.linha-superior1 .icone {
		
		
		
	}
	
	
	
	.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(255, 255, 255) !important;
		
		background-image: url(../imagens/fundobgheader.jpg) !important;
		
		background-repeat: repeat !important;
		
		background-size: 1000px !important;
		
		
		padding: 1rem;
		position: relative;
		
	}

	header nav {
		height: auto !important;
		background: none;
	    box-shadow: none;
	}
		
	header nav .menu {
		
		
		background-color: rgba(0, 0, 0, 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 {
		
		
		background-color: rgb(237, 51, 56);
		
		height: 3rem; min-width:130px;
		
		line-height: 3rem;
		
		border-top: 1px solid #fff;
		
		border-radius: 10px 0px;
		
		box-shadow: 0 2px 0 rgba(255,255,255,.1);
		
		text-shadow: 1px 1px 2px rgba(0,0,0,.4);
		
		font-family: 'FontPadrao';
		
		color: rgb(255, 255, 255);
		
		font-size: 1.2rem;
		
		padding: 0 1.2rem;
		
		margin: 0 .5rem;
		
		font-weight: 300;
		
		
		position: relative;
		z-index: 1;
		
	}
	
	header nav .menu li:not(.cont-logo) a:hover {
		
		
		background-color: rgb(56, 54, 53);
		
		color: rgb(168, 207, 69);
		
		box-shadow: 0 2px 0 rgba(255,255,255,.4);
		
		
		
		
	}
	
	header nav .menu li:not(.cont-logo) a .icone-botao {
		
		
		width: 32px;
		
		
	}
	
	header nav .menu li:not(.cont-logo):hover a .icone-botao {
		
		
		opacity: .6;
		
		
		transition: .2s;
		
		
	}
	
	
	.imgcabecalho1 {

		

	}
	.imgforno {
		float: right;
		margin-bottom: -71px;
		z-index: 10;
		position: relative;
	}
	
	@media only screen and (max-width: 800px){
		
	}
	
	.logo {
		
		
		width: 175px;
		
		margin: -5rem 0 0rem 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 {
		
		
		
	}
	
	nav a.button-collapse i {

		
		font-size: 1.7rem;
		
		color: rgb(0, 0, 0);
		
		
	}
	
	
	
	
	/***** 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: 'Roboto';
		
		font-size: 1rem; background-color:#e33237;
		
		color: rgb(255, 255, 255);
		
		font-weight: 500; text-transform: uppercase; ;
		
	}
	
	.close-sidenav {
		
		color: rgb(0, 0, 0);
		
		
		text-align: right;
		padding: .5rem;
		cursor: pointer;
	}
	
	.header-menu-mobile {
		width: 100%;
		float: left;
	}
	
	@media only screen and (max-width: 600px) {
		
		/*.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;
			}
		}
		
	}
	
	
	.cont-barrafiltrogrupo {
		
		
		
	}
	.barrafiltrogrupo {
		
		
		
	}
	.barrafiltrogrupo .btn-filtro {
		
		
		
	}
	.barrafiltrogrupo .btn-filtro .icone-filtro {

		

	}
	.barrafiltrogrupo .btn-filtro .titulo-filtro {
		
		
		
	}
	
	
	.cont-barrapesquisa {
		
		
		
	}
	.cont-barrapesquisa .barrapesquisa {

		

	}
	
	.cont-barrapesquisa .barrapesquisa #barra-pesquisa {
		
		
		
	}
	.cont-barrapesquisa .barrapesquisa .btn-pesquisa {
		
		
		
	}
	.cont-barrapesquisa .barrapesquisa .btn-pesquisa i {
		
		
		
	}
	

