body {
	font-family: 'DINPro-Regular';
}

.fixo-topo {
	position: absolute !important;
	float: center;
}

.fixo-topo img {
	width: 208px;
	height: 75px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 25px;
}

.navbar-prm {
	background: rgb(230,0,2) !important;
	border-radius: 0px;
	border-bottom: solid 1px black;
}

.navbar-prm a {
	text-decoration: none !important;
	color: rgb(255,255,255);
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 31px !important;
	margin-right: 31px !important;
}

.navbar-prm a:hover,
.navbar-prm a.active,
.navbar-prm a:focus {
	text-decoration: underline !important;
	font-family: 'DINPro-Bold';
	background: none !important;
	color: rgb(0,4,0) !important ;
}

.menu {
	text-align: center;
}

.topo-sombra {
	width: 100%;
	height: 100%;
	background: url(../images/fundo-banner.png);
	background-size: 100% 100%;
}

.link-banner {
	position: absolute;
	z-index: 3;
	background: none;
	width: 260px;
	height: 215px;
	bottom: 40px;
	left: 100px;
}

.link-banner a {
	border: solid 2px rgb(255,255,255);
	font-weight: 600;
	background: none;
	padding: 6px 17px;
	border-radius: 15px;
	text-decoration: none !important;
	color: rgb(254,1,1) !important;
}

.link-banner a:hover,
.link-banner a.active,
.link-banner a:focus {
	color: rgb(0,0,0) !important;
	border: solid 2px rgb(0,0,0);
}

.banner-index {
	width: 100%;
	height: 775px;
	position: relative;
}

.banner-capa {
	width: 100%;
	height: 583px;
	position: relative;
}

.btn-saibaMais {
	border: solid 2px rgb(254,1,1);
	font-weight: 600;
	margin-top: 10px !important;
	background: none;
	padding: 6px 17px;
	border-radius: 15px;
	text-decoration: none !important;
	color: rgb(254,1,1) !important;
}

.btn-saibaMais:hover {
	text-decoration: underline;
	color: rgb(0,0,0) !important;
	border: solid 2px rgb(1,1,1);
}

.concrete {
	background : url(../imagens/imagens_empresa/concrete.jpg);
	width: 100%;
}

.footerPrm {
	margin-top: 60px;
	padding: 0.2px 0;
	background-color: rgb(102,102,102);	

}

.footerPrm p {
	margin-top: 50px !important;
	margin-bottom: 50px !important; 
}

.center {
	margin: 0px auto !important;
}

.txt-center{
	text-align: center !important;
}

.margem-btn {
	margin-top: 25px;
}

.div-saibaMais {
	margin-bottom: 90px;
}

.titulo {
	margin-top: 67px;
}

.titulo span {
	font-size: 45px;
	font-family: 'DINPro-Bold';
}

.cinza-form {
	color: rgb(144,144,144);
}

.div-form {
	margin-top: 50px !important;
}

.text-area-mensagem{
	resize: none;
	width: 100%;
	height: 200%
}

.btn-form button {
	background: rgb(102,102,102) !important;
	color: rgb(255,255,255) !important;
	border: none;
	padding: 7px 15px;
}

.btn-form button:hover {
	background: rgb(90,90,90) !important;
}

.div-cartao-mapa {
	opacity: 0.9;
	font-weight: 338px;
	margin-top: 73px;
	margin-left: 92px;
	background: rgb(230, 46, 44);
	position: absolute;
}

.div-cartao-mapa img {
	margin-left: 40px;
	margin-top: 35px;
	margin-right: 136px;
	margin-bottom: 47px;
	width: 170px;
	height: 63px;
}

.div-cartao-mapa p {
	color: rgb(253, 246, 220);
	margin-bottom: 70px;
	margin-left: 38px;

}

.principal {
  padding: 40px 15px;
  margin-top: 80px;
  margin-bottom: 85px;
}

.div-imagens {
	margin-bottom: 85px;
}

.principal img {
	margin-bottom: 15px;
}

.titulo-banner {
	position: absolute;
	background: none;
	bottom: 60px;
	left: 100px;
	width: 260px;
	z-index: 3;
}

#logo-mobile {
	margin: 0;
	margin-left: -15px;
	width: 90px !important;
	height: auto;
}

.btn-mobile {
	background: rgb(255,255,255) !important;
}

.btn-navegacao {
	margin-top: 10px;
	
}

@media(max-width: 767px) {
	.menu {
		width: 100% !important;
		text-align: center;
	}

	.fixo-topo img {
		width: 20% !important;
		float: left;
	}

	.fixo-topo {
		width: 100% !important;
		padding: 0 !important;
	}

	.banner-index {
		width: 100%;
		height: 450px;

	}

	.link-banner {
		height: 215px;
		bottom: 20px;
		left: 60px;
	}

	.banner-capa {
		width: 100%;
		height: 380px;
}

	.titulo-banner {
		bottom: 40px;
		left: 40px;
	}

}