/*FontAwesome*/
@font-face {
	font-family: 'FontAwesome';
	src: url('font/fontawesome-webfont.eot?v=4.6.3');
	src: url('font/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('font/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('font/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('font/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('font/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-phone:before {
	content: "\f095"
}
.fa-5x {
	font-size: 5em
}

/*div lateral me liga*/
body{
	overflow-x:hidden; 
}

#meErro{
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;

	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}
.panel {
	width: 330px;
	height: auto;
	background: #F8CC00;
	z-index: 100;
	padding: 20px;
	margin-top: 13px;
	position: absolute;
	top: 30%;
}
.panel i {
	margin-top: 15px;
	margin-left: 40px;
	color: #000;
}
.panel #span {
	color: #000;
	margin-left: 10px;
	font-size: 15px;
	text-align: right;
	width: 100px;
	word-break: break;
	text-decoration: none;	
}
.panel #span:hover {
	text-decoration: none;
}
.panel a:hover{
	text-decoration: none;	
}
.slider-arrow {
	width: 167px;
	height: 167px;
	background: #F8CC00;
	font: 400 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	position: absolute;
	right: 320px;
	top: 0px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	z-index: -1;
}
@media (max-width:480px) {
	.slider-arrow {
	    width: 140px;
	    height: 80px;
	    border-top-left-radius: 40%;
    	border-bottom-left-radius: 40%;
	}
	.panel i {
    	margin-top: 13px;
    	margin-left: 30px;
	}
	.modal {
		width: 70%;
	}
	.modal.fade.in {
		top:10px;
	}
}
.slider-arrow  img {
	border: 0px;
	position: absolute;
	top: 0;
	left: -42px;
}
.box strong {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.box {
	width: 200px;
	border: none;
}
.box p {
	color: #000;
	font-size: 16px;
	line-height: 21px;
	font-family: verdana;
	margin-bottom: 15px;
}
.box button {
	background-color: #111;
	color: #fbda00 !important;
	border: 1px solid #111;
}
.box button:hover {
	background-color: #fbda00;
	color: #111 !important;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}
.form-group {
	margin-right: 25px;
	margin-left: -5px;
}
@media (min-width:768px) {
	.form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
}
.form-group {
	margin-bottom: 15px
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	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;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}
.input-group .form-control:focus {
	z-index: 3
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell
}
.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
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group-addon:first-child {
	border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-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
}