@import url('https://fonts.googleapis.com/css?family=Forum');

::-moz-selection {
	background: #bc252b;
	color: white;
}

::selection {
	background: #bc252b;
	color: white;
}

a{
	color: #bc252b;
}

a:hover{
	text-decoration: none;
	color: #bc252b;
}
.get {
	background-color: #000;
	padding: 15px;
	overflow: hidden;
}
a:link, a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none; 
}
a:active {
	text-decoration: none
}
@font-face {
	font-family: 'icomoon';
	src:  url('/fonts/icomoon.eot?oog25r');
	src:  url('/fonts/icomoon.eot?oog25r#iefix') format('embedded-opentype'),
	url('/fonts/icomoon.ttf?oog25r') format('truetype'),
	url('/fonts/icomoon.woff?oog25r') format('woff'),
	url('/fonts/icomoon.svg?oog25r#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-toggle:before {
	content: "\e901";
}
.icon-x-toggle:before {
	content: "\e903";
}
.icon-facebook:before {
	content: "\e904";
}
.icon-play:before {
	content: "\e905";
}
.icon-voltar:before {
	content: "\e902";
}
.icon-right-arrow:before {
	content: "\e900";
}


a, .btn {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

html, body {
	overflow-x: hidden;
}

body {
	font-family: 'Microsoft New Tai Lue';
	background-color: #fff;
	color: #000;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

/* BUSCAR */
/* CAMPO BUSCAR*/
.campo-newsletter{
	margin: 100px 0;
	text-align: center;
}

.form-email:focus {
	border-color: #b3b3b3;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 1px rgba(170, 30, 34, 0), 0 0 1px rgba(170, 30, 34, 0);
}
input.form-email::-webkit-input-placeholder {
	color: #b3b3b3;
}

input.form-email:-moz-placeholder {
	/* Firefox 18- */
	color: #b3b3b3;
}
input.form-email::-moz-placeholder {
	/* Firefox 19+ */
	color: #b3b3b3;
}
input.form-email:-ms-input-placeholder {
	color: #b3b3b3;
}
.btn.btn-chamado {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	width: 100%;
	font-size: px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	color: #fff;
	user-select: none;
	background-color: #bc252b;
	background-image: none;
	border: 1px solid #bc252b;
	border-radius: 0px;
}
.btn.btn-chamado:hover {
	color: #bc252b;
	background-color: #fff;
	border: 1px solid #bc252b;
	border-radius: 0px;
}
.campo-newsletter.campo-chamado p{
	font-size: 18px;
}
.campo-newsletter.campo-chamado h1{
	font-size: 40px;
}
.campo-newsletter.campo-chamado{
	margin: 60px 0;
}

.campo-newsletter.campo-chamado .campo-input{
	margin-bottom: -10px;
}
.campo-chamado .form-control {
	display: block;
	width: 100%;
	height: 30px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #bc252b;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border: 1px solid #bc252b;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
@media only screen and (max-width : 480px) {
	.campo-chamado .form-control {
		display: block;
		width: 100%;
		height: 30px;
		margin-bottom: -5px;
	}
}
@media only screen and (max-width : 320px) {
	.campo-chamado .form-control {
		display: block;
		width: 100%;
		height: 30px;
		margin-bottom: -5px;
	}
}

.buscar h2{
	color: #fff;
}
#form-modal{padding-top: 100px}
#form-modal-chamada, #form-modal-interesse{padding-top: 0px}
#form-modal .text-area, #form-modal-chamada .text-area, #form-modal-interesse .text-area{margin-top: 15px;}
#form-modal .text-area, #form-modal-chamada .text-areatextarea, #form-modal-interesse .text-areatextarea{
	height: 82px
}
#contato-modal .btn-vermelho{margin:0;display: block; text-align: center; width: 100%}
#form-modal, #form-modal-chamada, #form-modal-interesse {
	z-index: 99999;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.92);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

	opacity: 0;
}
#form-modal.open, #form-modal-chamada.open, #form-modal-interesse.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}
.form-buscar {
	border: 1px solid #bc252b;
	background-color: transparent;
	padding: 5px 30px;
	width: 450px;
	margin-top: 40px;
	height: 32px;
}

@media only screen and (max-width : 1200px) {
	.form-buscar {
		border: 1px solid #bc252b;
		background-color: transparent;
		padding: 5px 30px;
		width: 450px;
		margin-top: 40px;
		height: 32px;
	}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.form-buscar {
		border: 1px solid #bc252b;
		background-color: transparent;
		padding: 5px 30px;
		width: 100%;
		margin-top: 40px;
	}
}

.form-buscar:focus {
	border-color: #bc252b;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 1px rgb(170, 30, 34), 0 0 1px rgb(170, 30, 34);
}
input.form-buscar::-webkit-input-placeholder {
	color: #bc252b;
}

input.form-buscar:-moz-placeholder {
	/* Firefox 18- */
	color: #bc252b;
}
input.form-buscar::-moz-placeholder {
	/* Firefox 19+ */
	color: #bc252b;
}
input.form-buscar:-ms-input-placeholder {
	color: #bc252b;
}
.btn-custom-3 {
	color: #bc252b;
	padding: 5.5px 20px;
	background-color: transparent;
	border-color: #bc252b;
	border-radius: 1px solid #bc252b;
	border-radius: 0px;
	margin-left: -4px;
	margin-top: 1px;
}
.btn-custom-3:hover {
	color: #fff;
	padding: 5px 20px;
	background-color: #bc252b;
	border-color: #bc252b;
	border-radius: 1px solid #bc252b;
	border-radius: 0px;
}


@media only screen and (max-width : 1200px) {
	.btn-custom-3 {
		color: #bc252b;
		padding: 5px 20px;
		background-color: transparent;
		border-color: #bc252b;
		border-radius: 1px solid #bc252b;
		border-radius: 0px;
		margin-left: -9px;
		margin-top: -6px;
	}
}


@media only screen and (max-width : 768px) {
	.btn-custom-3 {
		color: #bc252b;
		padding: 5px 20px;
		background-color: transparent;
		border-color: #bc252b;
		border-radius: 1px solid #bc252b;
		border-radius: 0px;
		margin-left: 0px;
		margin-top: 5px;
	}
}
#form-modal input[type="search"], #form-modal-chamada input[type="search"], #form-modal-interesse input[type="search"]{
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	box-shadow: none;
}
.campo-newsletter h1{
	font-size: 65px;
	font-weight: 400;
	text-transform: uppercase;
	color: #bc252b;
}
#form-modal .close, #form-modal-chamada .close, #form-modal-interesse .close {
	position: fixed;
	top: 15px;
	right: 15px;
	background-color: #bc252b;
	border-color: #bc252b;
	color: #fff;
	opacity: 1;
	padding: 5px 10px 5px 10px;
	font-size: 30px;
}
/* FIM BUSCAR */



/* MENU */
.open.animate{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-toggler img{
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */ 
	z-index: 30000;
}
.navbar-fixed-left {
	position: fixed;
	top: 20px;
}
.navbar-minimal {
	width: 70px;		
	min-height: 70px;
	max-height: 100%;
	background-color: #bc252b;
	background-color: #bc252b;
	border-width: 0px;
	z-index: 1000;
}
.navbar-minimal.animate.open {
	background-color: rgb(188, 37, 43);
	width: 70px;
}
.navbar-minimal > .navbar-toggler {
	position: relative;
	min-height: 70px;
	z-index: 100;
	cursor: pointer;
}
.navbar-minimal.open > .navbar-toggler,
.navbar-minimal > .navbar-toggler:hover {
	background-color: #bc252b;
	color: #fff;
	float: left;
	width: 70px;
}
.navbar-minimal > .navbar-toggler > span {
	position: absolute;
	top: 50%;
	right: 40%;
	margin: -8px 0 0 0;
	width: 16px;
	height: 16px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxNiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsN2gxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDksMCw4LjU1MiwwLDgKCVMwLjQ0OCw3LDEsN3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLDEyaDE0YzAuNTUyLDAsMSwwLjQ0OCwxLDFzLTAuNDQ4LDEtMSwxSDFjLTAuNTUyLDAtMS0wLjQ0OC0xLTEKCVMwLjQ0OCwxMiwxLDEyeiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsMmgxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDQsMCwzLjU1MiwwLDMKCVMwLjQ0OCwyLDEsMnoiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjMzLDI4Ljk3bDExLjY0LTExLjY0YzAuNDU5LTAuNDU5LDEuMjA0LTAuNDU5LDEuNjYzLDAKCWMwLjQ1OSwwLjQ1OSwwLjQ1OSwxLjIwNCwwLDEuNjYzTDIuOTkzLDMwLjYzM2MtMC40NTksMC40NTktMS4yMDQsMC40NTktMS42NjMsMEMwLjg3MSwzMC4xNzQsMC44NzEsMjkuNDMsMS4zMywyOC45N3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLjk5MywxNy4zM2wxMS42NDEsMTEuNjRjMC40NTksMC40NTksMC40NTksMS4yMDQsMCwxLjY2MwoJcy0xLjIwNCwwLjQ1OS0xLjY2MywwTDEuMzMsMTguOTkzYy0wLjQ1OS0wLjQ1OS0wLjQ1OS0xLjIwNCwwLTEuNjYzQzEuNzg5LDE2Ljg3MSwyLjUzNCwxNi44NzEsMi45OTMsMTcuMzN6Ii8+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transition: -webkit-transform .3s ease-out 0s;
	-moz-transition: -moz-transform .3s ease-out 0s;
	-o-transition: -moz-transform .3s ease-out 0s;
	-ms-transition: -ms-transform .3s ease-out 0s;
	transition: transform .3s ease-out 0s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.navbar-minimal > .navbar-menu {
	position: absolute;
	top: -1000px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 50;
	background-color: rgb(51, 51, 51);
	background-color: #fff;
}
.navbar-minimal > .navbar-menu > li > a {
	position: relative;
	display: inline-block;
	color: #bc252b;
	padding: 29px 10px;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid rgb(0, 0, 0);
	float: right;
	text-decoration: none;
	margin: 0px 10px;
}
.navbar-minimal > .navbar-menu > li > a:last-child {
	border-bottom-width: 0px;
}
.navbar-minimal > .navbar-menu > li > a:hover {
	background: #bc252b;
	color: #fff;
}
.navbar-minimal > .navbar-menu > li > a > .glyphicon {
	float: right;
}
.navbar-toggler.animate{
	width: 70px;
	background-color: #bc252b;
}
.navbar-minimal.open > .navbar-toggler > span {
	background-position: 0 -16px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.navbar-minimal.open > .navbar-menu {
	top: 0px;
	height: 77px;
	width: 1139px;
	min-height: 100%;
}
@media only screen and (max-width : 1200px) {
	.navbar-minimal.open > .navbar-menu {
		top: 0px;

		width: 939px;
		min-height: 100%;
	}
}
@media only screen and (max-width : 992px) {
	.navbar-minimal.open > .navbar-menu {
		top: 0px;
		
		width: 720px;
		min-height: 100%;
	}
}

@media (min-width: 768px) {
	.navbar-minimal.open {
		width: 100%;
	}
	.navbar-minimal.open > .navbar-menu {
		overflow: visible;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.navbar-minimal > .navbar-menu > li > a > .desc {
		position: absolute;
		display: inline-block;
		top: 50%;
		left: 130px;
		margin-top: -20px;
		margin-left: 20px;
		text-align: center;
		white-space: nowrap;
		padding: 10px 13px;
		border-width: 0px !important;
		background-color: rgb(51, 51, 51);
		background-color: rgba(51, 51, 51, 0.8);
		opacity: 0;
	}	
}
.img-logo{
	margin-left: 70px;
	max-width: 140px;
	padding: 10px 22px;
	background-color: #fff;
}

@media (max-width: 768px) {
	.img-logo {
		margin-left: 0px;
		max-width: 100px;
		margin-top: -10px;
		padding: 0px;
		background-color: #fff;
	}
}
.navbar-inverse {
	background-color: #fff;
	border-color: #ffffff;
	height: 70px;
}
.navbar-inverse .navbar-toggle {
	border-color: #bc252b;
	margin-top: 20px;
	background-color: #bc252b;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
	background-color: #fff;
	color: #000;
}
.navbar-inverse .navbar-nav>li>a {
	color: #bc252b;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #bc252b;
}

@media (max-width: 768px) {
	.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
		color: #000;
		background-color: transparent;
	}
}
/* FIM MENU */

/* INDEX */
.banner-index{
	background-image: url('../img/banner-index.jpg');
	height: 700px;
	width: 100%;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
.fundo-1{
	border-right: 1px solid #bc252b;	
	margin-top: -150px;
}
.fundo-1 img{
	max-width: 400px;
}
.fundo-2{
	border-left: 1px solid #bc252b;	
	margin-bottom: -150px;
}
.fundo-2 img{
	max-width: 400px;
	float: right;
}
.campo-sobre{
	margin: 100px 0px;
	text-align: center;
}
.campo-sobre h1{
	font-size: 24px;
}
.campo-sobre p{
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;
}
.btn.btn-ver-mais {
	border: 1px solid #bc252b;
	color: #bc252b;
	border-radius: 0px;
	padding: 5px 50px;
	margin-top: 20px;
	font-size: 16px;
	background-color: #fff;
}
.btn.btn-ver-mais:hover,  .btn.btn-ver-mais:focus{
	border: 1px solid #bc252b;
	color: #fff;
	background-color: #bc252b;
}
.campo-info{
	background-image: url('../img/fundo-nossos-produtos.jpg');
	width: 100%;
	padding: 220px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
.nossos-produtos{
	background-color: #000;
	color: #fff;
	padding: 100px 0px;
}
.btn.btn-produtos{
	color: #bc252b;
	width: 100%;
	background-color: transparent;
	border: 1px solid #bc252b;
	padding: 10px;
	border-radius: 0px;
	margin-top: 10px;
}
.btn.btn-produtos:hover{
	color: #000;
	background-color: #bc252b;
	border: 1px solid #bc252b;	
}
.campo-produto{
	margin: 20px 0px 50px 0px;
}
.campo-produto h3{
	font-size: 18px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 20px;
	width: 70%;
}
.campo-produto p{
	height: 180px;
}
.borda-h1{
	border-right: 1px solid #bc252b;
	height: 120px;
	margin: 30px 0px; 
}
.campo-h1{
	margin-top: -190px;
	text-align: center;
}
.campo-hover{
	background-color: #000;
	color: #fff;
	padding: 0px;
	min-height: 280px;	
}
.campo-hover:hover{
	background-color: #bc252b;
	color: #000;
}
.campo-hover p{
	text-align:center;
	padding: 10px;
	display: none;
	margin-top: 40px;
}
.campo-hover:hover>p{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
}
.campo-hover h3{
	text-align:center;
	padding: 10px;
	margin-top: 80px;
	display: block;
}
.campo-hover:hover>h3{
	display: none;
}
.hover-mais{
	color: #000;
	background-color: #bc252b;
	padding: 20px;
}
.espaco-col-3{
	padding-right: 5px;
	padding-left: 5px;
}
/* FIM INDEX */


/* PAGINA CONTATO */
.banner-contato{
	background-image: url('../img/banner-contato.jpg');
	height: 500px;
	width: 100%;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.campo-contato .campo-h1{
	margin-top: -95px;
	text-align: center;
}
.campo-contato{
	padding-bottom: 200px;
}
.mapa{
	background-image: url("../img/camada-vermelha2.png");
	height: 600px;
	background-repeat: no-repeat;
	background-position: 30%;
	background-attachment: fixed;
}
@media only screen and (max-width : 768px) {
	.mapa{
		margin-bottom: 200px;
	}
}

.mapa iframe{
	margin-top: 40px;
	max-width: 500px;
	width: 100%;
}
.form-contato{
	border: 1px solid #000;
	border-radius: 0px;
}
.btn.btn-contato{
	width: 100%;
	border-radius: 0px;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
}
.btn.btn-contato:hover{
	width: 100%;
	border-radius: 0px;
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}
.form-control:focus {
	border-color: #bc252b;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.54);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(188, 37, 43, 0.22);
}
.form-control::-webkit-input-placeholder {
	color: #000;
}

.form-control:-moz-placeholder { /* Firefox 18- */
	color: #000;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #000;  
}

.form-control:-ms-input-placeholder {  
	color: #000;  
}

/* FIM PAGINA CONTATO */



/* PAGINA ORCAMENTO */
.campo-orcamento .campo-h1{
	margin-top: -95px;
	text-align: center;
}
.campo-orcamento{
	padding-bottom: 0px;
}
.textarea-orcamento{
	min-height: 182px;
}
.campo-produto-pag{
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
    margin: 30px 0px;
}
.campo-produto-pag:hover{
	border: 1px solid #bc252b;
	padding: 10px;
	text-align: center;
}
.campo-produto-pag h2{
	font-size: 20px;
	font-weight: bold;
}
.campo-produto-pag h3{
	font-size: 18px;
}
.campo-produto-pag h4{
	font-size: 16px;
}
.campo-produto-pag hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	width: 80%;
	border-top: 1px solid #000;
}
.campo-produto-pag img{
	margin: 0 auto;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
	text-align: center;
}
.campo-quantidade{
	margin-top: 20px;
}
.campo-quantidade h4{
	color: #bc252b;
	font-size: 16px;
	text-align: center;
}
.btn.btn-quantidade{
	border: none;
	background-color: #fff;
	border-top: 1px;
	border-left: 1px;
	border-bottom: 1px;
	border-right: none;
	border-radius: 0px;
}
.btn-quantidade i{
	color: #bc252b;
}
.input-number{
	border: 1px solid #bc252b;
	color: #bc252b;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: -2px;
}
.form-orcamento{
	margin-top: 100px;
}
/* FIM PAGINA ORCAMENTO */


/* PAGINA PRODUTOS */
.form-control.form-news::-webkit-input-placeholder {
	color: #bc252b;
}

.form-control.form-news:-moz-placeholder { /* Firefox 18- */
	color: #bc252b;  
}

.form-control.form-news::-moz-placeholder {  /* Firefox 19+ */
	color: #bc252b;  
}

.form-control.form-news:-ms-input-placeholder {  
	color: #bc252b;  
}
.btn.btn-fazer-orcamento{
	color: #fff;
	background-color: #000;
	width: 100%;
	border: 1px solid #000;
	font-size: 20px;
	padding: 10px 0px;
	border-radius: 0px;
}
.btn.btn-fazer-orcamento:hover{
	color: #000;
	background-color: #fff;
	width: 100%;
	border: 1px solid #000;
	font-size: 20px;
	padding: 10px 0px;
}
.a-produto{
	color: #000;
}
/* FIM PAGINA PRODUTOS */





/* PAGINA PRODUTO */
.img-produto{

	max-width: 500px;
	width: 100%;
}
.campo-produto-pag.pag-produto{
	background-color: #fff;
	margin-top: 0px;
}
.campo-produto-pag.pag-produto:hover{
	border: 1px solid #000;
}
.campo-produto-pag.pag-produto h2{
	font-size: 30px;
	margin-bottom: 50px;
}
.campo-produto-pag.pag-produto h3{
	font-size: 25px;
	margin-top: 50px;
}
.campo-produto-pag.pag-produto h4{
	font-size: 20px;
}
.campo-descricao{
	margin: 50px 0px;
}
.campo-descricao h2{
	margin-top: 40px;
}
.fundo-produto{
	background-image: url("../img/camada-vermelha2.png");
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0px 170px; 
	background-size: 300px;
}
/* MODAL ORCAMENTO */
.modal-orcamento .modal-content {
	position: relative;
	background-color: #bc252b;
	color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 0px;
	outline: 0;
	padding: 10px 0px 40px 0px;
	-webkit-box-shadow: 0 3px 9px rgb(179, 88, 88);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-orcamento .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
}
.modal-orcamento .modal-header {
	text-align: center;
	border-bottom: none;
}
.modal-orcamento .modal-header h2{
	margin: 30px 0px 20px 0px;
}
.modal-orcamento .modal-dialog {
	width: 100%;
	max-width: 700px;
	margin: 30px auto;
	padding: 10px 0px 40px 0px
}
.modal-orcamento .modal-body{
	text-align: center;
}
.modal-orcamento .a-modal-orcamento{
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	margin: 10px 20px;
}
@media only screen and (max-width : 768px) {
	.modal-orcamento .a-modal-orcamento{
		color: #fff;
		border: 1px solid #fff;
		padding: 10px 5px;
		margin: 10px 2px;
	}
}
.modal-orcamento .a-modal-orcamento:hover{
	color: #bc252b;
	border: 1px solid #fff;
	background-color: #fff;
	padding: 10px 20px;
	margin: 10px 20px;
}
/* FIM MODEL ORCAMENTO */
/* FIM PAGINA PRODUTO */











/* RODAPE */
.descricao-rodape{
	color: #bc252b;
	background-color: #fff;
	padding: 40px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.borda-rodape{
	height: 50px;
	width: 100%;
	background-color: #bc252b;
}
.rodape-local p{
	line-height: 2; 
	font-size: 16px;
}
.rodape-social{
	margin-top: 60px;
}
.rodape-social a{
	margin-top: 50px;
	line-height: 2; 
	font-size: 16px;
}
.rodape-news{
	margin-top: 30px;
}
.rodape-news h3{
	font-weight: 600;
	font-size: 18px;
}
.rodape-news .panel-body {
	padding: 0px;
}
.form-control.form-news{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #bc252b;
	background-color: #fff;
	background-image: none;
	border-left: 1px solid #bc252b;
	border-top: 1px solid #bc252b;
	border-bottom: 1px solid #bc252b;
	border-right: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
@media only screen and (max-width : 768px) {
	.form-control.form-news{
		width: 90%;
		float: left;
	}
}
@media only screen and (max-width : 480px) {
	.form-control.form-news{
		width: 80%;
		float: left;
	}
}
@media only screen and (max-width : 320px) {
	.form-control.form-news{
		width: 80%;
		float: left;
	}
}

.btn-news{
	color: #bc252b;
	background-color: #ffffff;
	border-right: 1px solid #bc252b;
	border-top: 1px solid #bc252b;
	border-bottom: 1px solid #bc252b;
	border-left: 0px;
	border-radius: 0px;
	height: 34px;
	font-size: 16px;
	margin-left: -4px;
}
.btn-news:hover {
	color: #ffffff;
	background-color: #bc252b;
}
/* FIM RODAPE */

.upper{
	text-transform: uppercase;
}




@media only screen and (max-width : 1200px) {
}

@media only screen and (max-width : 992px) {
}

@media only screen and (max-width : 768px) {
}

@media only screen and (max-width : 480px) {
}

@media only screen and (max-width : 320px) {
}