

/*<style>*/

@charset "utf-8";


.logo-fechamento {
	
	content: '';
	width: 200px;
	height: 200px;
	margin: 0 auto;
	background-image: url(../../imagens/0303202110383062darbaslogo.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	
}





	.linha-superior1 {
		
		
		
		background-color: rgb(0, 0, 0) !important;
		
		padding: .5rem !important;
		
		text-align: left !important;
		
		font-family: Langar !important;
		
		font-size: 1rem !important;
		
		color: rgb(228, 154, 35) !important;
		
		
		position: relative;
		z-index: 1;
		
	}

	.linha-superior1 a {
		
		
		color: rgb(228, 154, 35) !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(21, 21, 21) !important;
		
		background-image: url(../imagens/bgheader2.svg) !important;
		
		background-repeat: repeat !important;
		
		background-size: 40% !important;
		
		
	    padding: 1rem 0 0;
		
		position: relative;
		
	}

	header nav {
		height: auto !important;
		line-height: normal !important;
		background: none;
	    box-shadow: none;
	    display: inline-block;
	}
		
	header .menu {
		
		
		background-color: rgb(7, 49, 37) !important;
		
		margin: 0; border-top: 3px solid #f5ab00 !important;
		
		padding: 0rem 1rem .4rem 0 !important;
		
		
		display: block;
		text-align: center;
		
	}
	
	header .menu li {
		text-align: center;
		position: relative;
	    display: inline-block;
		float: none;
	}
	
	header .menu li:not(.cont-logo):after {
		
		
		
	}
	
	header .menu li:not(.cont-logo) a {
		
		
		background-color: rgb(176, 2, 27);
		
		line-height: 3rem;
		
		border-radius: 0 0 10px 10px;text-align:center;
		
		text-shadow: text-transform:uppercase;
		
		font-family: 'Langar';
		
		color: rgb(255, 255, 255);
		
		font-size: 1.4rem;
		
		padding: 0 3rem;min-width: 130px;
		
		
		position: relative;
		z-index: 1;
		
	}
	
	header .menu li:not(.cont-logo) a:hover {
		
		
		color: rgb(245, 171, 0);
		
		
		
		
	}
	
	header .menu li:not(.cont-logo) a .icone-botao {
		
		
		width: 1.5rem;
		
		height: 1.5rem;
		
		margin: 0.5rem 2.5rem 0 -4rem; float: left;;
		
		
	}
	
	header .menu li:not(.cont-logo):hover a .icone-botao {
		
		
		
	}
	
	
	.imgcabecalho1 {

		
		width: calc(900px - 200px);
		

	}
	
	@media only screen and (max-width: 800px){
		
	}
	
	.logo {
		
		
		width: 100%; max-width: 300px;
		
		margin: -1rem 0rem 1rem 0rem;
		
	
	}
	
	/*.logo-tablet-mobile {
		
		margin: 0;
		
	}*/
	
	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(255, 255, 255);
		
		
	}
	
	
	
	
	/***** 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(21, 21, 21);
		
		background-image: url(../imagens/bgheader2.svg);
		
		background-repeat: repeat;
		
		background-size: 60%;
		
		
	}
	.menu-sidenav .menu-sidenav-wrapper {
		width: 100%;
		height: auto;
		padding: 1rem;
	}
	
	.menu-sidenav .logo-mobile {
	/*	max-width: 150px;
		margin: 0 0 1rem;
		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: 'Langar';
		
		font-size: 1.4rem;margin:25px;
		
		color: rgb(255, 255, 255);
		
		font-weight: 300;background-color:#b0021b;
		
	}
	
	.close-sidenav {
		
		color: rgb(255, 255, 255);
		
		
		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 {
		
		
		padding: 1rem 0;
		
		background-color: rgb(255, 170, 0);
		
		
	}
	.barrafiltrogrupo {
		
		
		width: 100%; max-width: 1200px;text-align:center;
		
		margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap;
		
		
	}
	.barrafiltrogrupo .btn-filtro {
		
		
		width: 90px;
		
		margin: .5rem;cursor: pointer;
		
		
	}
	.barrafiltrogrupo .btn-filtro .icone-filtro {

		
		width: 50px;
		
		height: 50px;
		
		padding: 3px;
		
		background-color: rgb(255, 255, 255);
		
		border-radius: 50%;
		

	}
	.barrafiltrogrupo .btn-filtro .titulo-filtro {
		
		
		margin: .5rem 0 0 0;
		
		font-size: .8rem;
		
		color: rgb(0, 0, 0);
		
		font-weight: bold;
		
		
	}
	
	
	.cont-barrapesquisa {
		
		
		padding: 1rem 0;
		
		background-color: rgb(99, 0, 0);
		
		
	}
	.cont-barrapesquisa .barrapesquisa {

		
		width: 100%; max-width: 900px;
		
		margin: 0 auto; position: relative;
		

	}
	
	.cont-barrapesquisa .barrapesquisa #barra-pesquisa {
		
		
		margin: 0;
		
		padding: 0 .5rem; box-sizing: border-box;
		
		background-color: rgb(255, 255, 255);
		
		border-radius: 3px;
		
		
	}
	.cont-barrapesquisa .barrapesquisa .btn-pesquisa {
		
		
		width: 3rem; text-align: center;
		
		height: 3rem; position: absolute; top: 0; right: 0;
		
		
	}
	.cont-barrapesquisa .barrapesquisa .btn-pesquisa i {
		
		
		color: rgb(140, 3, 3);
		
		text-shadow: none; line-height: 3rem;
		
		
	}



