@charset "utf-8";
/* Alterado por Bruno */

body { overflow-x: hidden; }
h2 { color: #328bba!important; margin: 30px 0 }

#PEmpresa, #PContato, #PCategoria {
	top: 40px !important;
    position: absolute !important;
    width: 100%;
    height: calc(100% - 85px);
	overflow: auto;
}

@media screen and (min-width: 767px) {
	.fndhome {
		top: 40px !important;
		position: absolute !important;
		width: 100%;
		height: calc(100% - 85px);
		background: url(../img/fundo.jpg) no-repeat center;
		background-size: 100% auto;
		background-attachment: fixed;
		overflow: auto;
	}
}
@media screen and (max-width: 767px) {
	.fndhome {
		top: 40px !important;
		position: absolute !important;
		width: 100%;
		height: calc(100% - 85px);	
		overflow: auto;
	}
}
.barra-superior {
	padding-bottom: 9px;
    top: 0; left: 0;
    position: absolute;       
	background: #328bba;
	width: 100%;
	height: 40px;
	text-align: right;
	padding: 10px;
}
#nav li{
	list-style: none; 
}
#ButtonCategorias{	
	background: transparent!important;
    border: none !important;
    font-size:14px; 
	color: #fff;
}
#textoArgumento{
	text-transform: uppercase;
	font-weight: bold;
	color: #328bba;	
}
.fw{width: 100%;}
.rodape{	
	position: fixed;
	top: calc(100% - 30px);
  	width: 100%;
  	height: 30px;
}
#btnContato, #btnEmpresa{	
	background: transparent!important;
    border: none !important;
    font-size:14px; 
	color: #328bba;
	font-weight: bold;
}