@font-face {
	font-family: helveticaneuelt;
	src: url(../fonts/HelveticaNeueLt.ttf);
}

*{
	font-family: helveticaneuelt,Helvetica,Arial,sans-serif !important;
}

.header-bar{
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url('../imgs/header-bar.jpg');
}

.banner{
	background-image: url(../imgs/banner.jpg);
	background-size: cover;
	position: relative;
	left: 0;
	top: 0;
	height: 390px;
	width: 100%;
}

.botoes{
	margin-top:20px;
}

.btn-primary-maxima{
	background-color: rgb(244, 109, 54);
	color: white;
	border-radius: 0px;
}

.btn-mensagem-erro{
	background-color: red !important;
}

.btn-mensagem-success{
	background-color: green !important;
}

.btn-primary-maxima:hover, .btn-primary-maxima:active, .btn-primary-maxima:focus{
	background-color: rgb(245, 94, 33);
	color: white;
	outline: none;
}

footer{
	background-color:rgb(245, 94, 33);
	margin-top:30px;
	position: relative;
	min-height: 80px;
	border: 1px solid transparent;
}

.modal-content{
	border-radius: 0px;
	color: rgb(244, 109, 54);
}

.modal-content a, .modal-content a:visited, .modal-content a:hover, .modal-content a:focus, .modal-content a:active{
	text-decoration: none;
	color: rgb(244, 109, 54);
}

.modal-header{
	background-color:rgb(244, 109, 54);
	color: white;
}

.close{
	color: white;
	opacity: 1.0;
}

.close:focus, .close:hover{
	color: white;
	opacity: 1.0;
}

.form-input-ped{
	border-radius: 0px;
}

.form-contato{
	padding: 15px;
	color: white;
}

.form-group{
	margin-bottom: 8px;
}

.input-form-contato{
	background-color:rgba(255,255,255,0.3) !important;
	color: white;
	height: 30px;
	border-radius: 	0px;
	border:none;
}

.input-form-contato:focus{
	box-shadow: none;
}

::-webkit-input-placeholder {
	color: white !important;
}

:-moz-placeholder {
	color: white !important;
}

::-moz-placeholder {
	color: white !important;
}

:-ms-input-placeholder {
	color: white !important;
}
