
body{
	 font-family:'Open Sans', sans-serif;
	 position:relative;
	 width:100%;
	 height:100%;
	 color:#000;
	 background-color:#fff;
}
html{
	width:100%;
	height:100%;
}
h1,h2,h3,h4,h5,h6{
	font-family:Cabin,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:700;
	margin:0 0 35px;
	letter-spacing:1px;
	text-transform:uppercase;
}
p{
	font-size:16px;
	line-height:1.5;
	margin:0 0 25px;
}
@media (min-width:768px){
	
	p{
		font-size:13px;
		line-height:1.6;
		margin:0 0 35px
	}
}
a{
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	color:#42dca3;
}
a:focus,a:hover{
	text-decoration:none;
	color:#1d9b6c;
}
#mainNav{
	font-family:'Cabin', sans-serif;
	margin-bottom:0;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,.3);
	background-color:#fff;
	font-weight: 700;
	font-size: 18px;
}
#mainNav .navbar-toggler{
	font-size:13px;
	padding:11px;
	color:#000;
	border:1px solid #000;
}
#mainNav .navbar-brand{
	font-weight:700;
}
#mainNav a{
	color:#882934;
}
#mainNav .navbar-nav .nav-item{
	-webkit-transition:background .3s ease-in-out;
	-moz-transition:background .3s ease-in-out;
	transition:background .3s ease-in-out;
}
#mainNav .navbar-nav .nav-item:hover{
	color:fade(white,80%);
	outline:0;
	background-color:#fff;
}
#mainNav .navbar-nav .nav-item:active,#mainNav .navbar-nav .nav-item:focus{
	outline:0;
	background-color:#fff;
}
@media (min-width:992px){
	
	#mainNav{
		padding-top:0px;
		padding-bottom:0px;
		-webkit-transition:background .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s;
		-moz-transition:background .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s;
		transition:background .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s;
		letter-spacing:1px;
		border-bottom:none;
		background:#fff;
	}
	#mainNav.navbar-shrink{
		padding-top:5px;
		padding-bottom:5px;
		border-bottom:1px solid rgba(255,255,255,.1);
		background:#fff;
	}
	#mainNav .nav-link.active{
		outline:0;
		
	}
	#mainNav .nav-link.active:hover{
		color:#000;
	}
}
.masthead{
	display:table;
	width:100%;
	height:auto;
	padding:250px 0;
	text-align:center;
	color:#fff;
	background:url(../img/intro-bg.jpg) no-repeat bottom center scroll;
	background-color:#000;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.masthead img{
		margin-left: 128px;
	margin-top: 20px;
	}
.masthead .intro-body{
	display:table-cell;
	vertical-align:middle;
}
.masthead .intro-body .brand-heading{
	font-size:50px;
}
.masthead .intro-body .intro-text{
	font-size:13px;
}
@media (min-width:768px){
	
	.masthead{
		height:100%;
		padding:40px;
	}
	.masthead .intro-body .brand-heading{
		font-size:90px;
	}
	.masthead .intro-body .intro-text{
		font-size:22px;
	}
	
}
.btn-circle{
	font-size:26px;
	width:55px;
	height:55px;
	margin-top:15px;
	line-height:45px;
	-webkit-transition:background .3s ease-in-out;
	-moz-transition:background .3s ease-in-out;
	transition:background .3s ease-in-out;
	color:#000;
	border:2px solid #fff;
	border-radius:100%!important;
	background:0 0;
}
.btn-circle:focus,.btn-circle:hover{
	color:#fff;
	outline:0;
	background:rgba(255,255,255,.1);
}
.content-section{
	padding-top:150px;
	padding-bottom:150px;
	background:url(../img/snow.jpg) no-repeat center center scroll;
	background-color:#000;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.download-section{
	color:#fff;
	background:url(../img/downloads-bg.jpg) no-repeat center center scroll;
	background-color:#000;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
#map{
	width:100%;
	height:300px;
}
@media (min-width:992px){
	
	.content-section{
		padding-top:200px;
		padding-bottom:200px;
	}
	#map{
		height:350px;
	}
}
.btn{
	font-family:Cabin,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:400;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	text-transform:uppercase;
	border-radius:0;
}
.btn-default{
	color:#fff;
	border:1px solid #fff;
	background-color:transparent;
}
.btn-default:focus,.btn-default:hover{
	color:#000;
	border:1px solid #B70003;
	outline:0;
	background-color:#B70003;
}
ul.banner-social-buttons{
	margin-top:0;
	padding-top:10px;
	padding-bottom:10px;
	background-color: rgb(143, 0, 2);
}
#arquivo{
		
		font-size: 14px;
		
	}
@media (max-width:1199px){
	ul.banner-social-buttons{
		margin-top:15px;
	}
	
}
@media (max-width:767px){
	ul.banner-social-buttons li{
		display:block;
		margin-bottom:20px;
		padding:0;
	}
	ul.banner-social-buttons li:last-child{
		margin-bottom:0;
	}
	
}
footer{
	padding:50px 0;
	background-color: #882934;
}
footer p{
	font-size:13px;
	margin:0;
	color:#fff; 
}
::-moz-selection{
	background:#fcfcfc;
	background:rgba(255,255,255,.2);
	text-shadow:none;}
::selection{
	background:#fcfcfc;
	background:rgba(255,255,255,.2);
	text-shadow:none;
}
img::selection{background:0 0;
}
img::-moz-selection{background:0 0;
}
body{
	-webkit-tap-highlight-color:rgba(255,255,255,.2);
}

form input, select{
	height: 50px;
	padding-left: 10px;
	border-radius: 8px;
}

#nome, #email_cliente{
	width: 70%;
}
#complemento, #bairro, #residencial, #celular, #nascimento, #cpf{
	width: 34.5%;
}
#endereco{
	width: 51%;
}
#cidade, #estado, #cep{
	width: 23%;
}
h1 span{
	background-color:#8F0002; 
	line-height: 3; 
	padding: 10px 60px 10px 60px;
}
@media (max-width:767px){
	#nome, #email_cliente, #residencial, #celular, #cpf{
	width: 100%;
}
	#celular{
		margin-top: 20px;
	}
	#arquivo{
		margin-left: -30px;
		font-size: 13px;
		margin-top: 20px;
	}
h1 span{
	background-color:#8F0002; 
	text-align: left;
	padding: 5px 5px 5px 5px;
}
	.masthead img{
		width: 450px;
		height: 300px;
		margin-left: -100px;
	}
	#mainNav .navbar-toggler{
	margin-right: 15px;
	}
	.contact p{
		margin-left: 50px;
		margin-right: 50px;
		
	}
}
.contact .text-danger {
    color: #e74c3c;
}