/*--------------------------------------------------------
Resets
--------------------------------------------------------*/
html, body {
	height: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 16px;
	vertical-align: baseline;
	font-family: inherit;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
body {
	line-height: 1.5;
}

.social-icon {
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	font-size: 17px;
}

.clear{clear:both;}

.head-line {
	width: 100px;
	height: 1px;
	background-color: #dedede;
	margin: auto;
	clear: both;
	margin-top: 4px;
}

.head-line-white {
	width: 100px;
	height: 1px;
	background-color: #fff;
	margin: auto;
	clear: both;
	margin-top: 4px;
}

.head-line-titulo {
	width: 100px;
	height: 2px;
	background-color: #515A5F;
	margin: 0 0 20px 0;
	clear: both;
	margin-top: 4px;
}

.head-line-dotted {
	width: 100%;
	height: 2px;
    border: 1px dotted #858585;
	margin: auto;
	clear: both;
	margin-top: 20px;
}

.fb-bg {
	background-color: #3c5b9b;

}
.twitter-bg {
	background-color: #2daae1;
}

.linkedin-bg {
	background-color: #0173b2;
}
.plus-bg {
	background-color: #f63e28;
}

/*ONDE ESTAMOS*/
.local {
	background: url(../imgs/parallax6.jpg) fixed;
	background-size: cover;
	background-position: 100% center;
	background-color: #515A5F;
    padding-bottom: 20px;
}

/*Service*/
.servicos {
	margin-top: 20px;
    margin-bottom: 20px;
    background-color: #F1F1E2;
}
.apresentacao {
	margin-top: 20px;
    margin-bottom: 20px;
}
.google-map {
	margin-top: 20px;
    margin-bottom: 20px;
}
.contato-dados {
	margin-top: 20px;
    margin-bottom:20px;
    background-color: #EBEBEB;
}
.google-map iframe {
	width: 100%;
}
/* Rede social*/
.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}
.social-icons li {
	display: inline-block;
	margin: -1px 1px 5px 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.social-icons li a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #FFF;
	border-radius: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: #333 !important;
	text-decoration: none;
}
.social-icons li:hover a {
	background: #171717;
	color: #FFF !important;
}
.social-icons li:hover.social-icons-twitter a {
	background: #1aa9e1;
}
.social-icons li:hover.social-icons-facebook a {
	background: #3b5a9a;
}
.social-icons li:hover.social-icons-linkedin a {
	background: #0073b2;
}
.social-icons li:hover.social-icons-rss a {
	background: #ff8201;
}
.social-icons li:hover.social-icons-googleplus a {
	background: #dd4b39;
}
.social-icons li:hover.social-icons-pinterest a {
	background: #cc2127;
}
.social-icons li:hover.social-icons-youtube a {
	background: #c3191e;
}
.social-icons li:hover.social-icons-instagram a {
	background: #7c4a3a;
}
.social-icons li:hover.social-icons-skype a {
	background: #00b0f6;
}
.social-icons li:hover.social-icons-email a {
	background: #dd4b39;
}
.social-icons li:hover.social-icons-vk a {

	background: #6383a8;

}
.social-icons li:hover.social-icons-xing a {
	background: #1a7576;
}
.social-icons li:hover.social-icons-tumblr a {
	background: #304e6c;
}
.social-icons li:hover.social-icons-reddit a {
	background: #ff4107;
}
.social-icons.social-icons-transparent li {
	box-shadow: none;
}
.social-icons.social-icons-transparent li a {
	background: transparent;
}

.social-icons.social-icons-icon-light li a i {
	color: #FFF;
}
/* #Footer */
#footer {
	background: #0e0e0e;
	border-top: 4px solid #0e0e0e;
	font-size: 0.9em;
	padding: 70px 0 0;
	position: relative;
	clear: both;
}
#footer .container .row > div {
	margin-bottom: 25px;
}
#footer .container input:focus {
	box-shadow: none;
}
#footer a:hover {
	color: #CCC;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
	color: #FFF;
}
#footer h4 {
	font-size: 1.8em;
	font-weight: 200;
}
#footer h5 {
	color: #CCC;
}
#footer ul.nav-list > li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 20px;
	padding-bottom: 11px;
}
#footer ul.nav-list > li:last-child a {
	border-bottom: 0;
}
#footer ul.nav-list > li a:hover {
	background-color: rgba(255, 255, 255, 0.05);
}
#footer ul.list.icons li {
	margin-bottom: 5px;
}
#footer form {
	opacity: 0.85;
}

#footer form label.error {
	line-height: 16px;
	margin: 5px 0 -5px;
	display: block;
	clear: both;
}
#footer form .alert {
	padding: 6px;
	text-align: center;
}
#footer .footer-ribbon {
	background: green;
	position: absolute;
	margin: -90px 0 0 14px;
	padding: 10px 20px 6px 20px;
}
#footer .footer-ribbon:before {
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -10px;
	position: absolute;
	top: 0;
	width: 7px;
}
#footer .footer-ribbon span {
	color: #FFF;
	font-size: 1.6em;
	font-family: "Shadows Into Light", cursive;
}
#footer .newsletter form {
	width: 100%;
	max-width: 262px;
}
#footer .newsletter form input.form-control {
	height: 34px;
	padding: 6px 12px;
}
#footer .alert a {
	color: #222;
}
#footer .alert a:hover {
	color: #666;
}
#footer .logo {
	display: block;
}
#footer .logo.mb-xl {
	margin-bottom: 12px;
}
#footer .footer-copyright {
	background: #060606;
	border-top: 4px solid #060606;
	margin-top: 40px;
	padding: 30px 0 10px;
}
#footer .footer-copyright nav {
	float: right;
}
#footer .footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}
#footer .footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}
#footer .footer-copyright p {
	color: #555;
	margin: 0;
	padding: 0;
}
#footer.color {
	color: #FFF;
}
#footer.color p {
	color: #FFF;
}

/*FACEBOOK FIXED*/
.atendimento-on-line{
    position: fixed; bottom: 0; right: 0; padding: 7px 7px 0px 7px;
    border:0px;
}
.scrolling:no;
/*Para plugins facebook*/
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}
/*CAPTCHA / ENVIAR*/
.captcha {font-family: verdana;font-size: 12px;
width: 150px;height: 30px;margin:0 0 0 3px;border-radius:3px;padding:0 0 0 5px;border: 1px solid silver;} 

/*MENSAGEM SITE*/
#mensagem-contato{width:100%;height:auto;padding:5px 5px 5px 5px;background-color: #E5E5E5; border: 1px dotted #8C8C8C;}