/* --------------->>> DEFAULT <<<---------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* --------------->>> FONTES <<<---------------- */
@font-face {
	font-family: fonte;
	src: url('../fontes/OpenSans-Regular.eot');
	src: url('../fontes/OpenSans-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fontes/OpenSans-Regular.woff') format('woff'), url('../fontes/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

h1 {
	color: #003470;
	font-size: 26px;
	line-height: 26px;
	text-decoration: none;
	margin: 20px 0;
	border-bottom: 1px solid #003470;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	line-height: 30px;
	color: #003470;
	text-decoration: none;
	margin: 20px 0;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	line-height: 15px;
	color: #003470;
	text-decoration: none;
	margin: 20px 0;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	font-size: 20px;
	line-height: 20px;
	color: #003470;
	text-decoration: none;
	margin: 15px 0;
	font-weight: normal;
}

p {
	font-size: 14px;
	text-align: justify;
	color: #888;
}

a {
	color: #003470;
}

a:hover {
	text-decoration: none;
}

/* --------------->>> CLASSES E ID CRIADAS <<<---------------- */
.clear {
	clear: both;
}

.tel {
	text-decoration: none;
	color: inherit;
}

.active-menu-topo {
	background: #0077bb;
}

.active-menu-aside {
	background: rgba(0,52,112,0.8);
	color: #FFF;
}

.full {
	width: 100%;
}

.list {
	margin: 20px 0 20px 40px;
}

.list li {
	list-style: disc;
	margin: 6px 0;
	line-height: 1em;
	font-size: 14px;
	text-align: justify;
	color: #888;
}

.picture-legend {
	background: #eee;
	display: inline-block;
	padding: 3px;
}

.picture-legend strong {
	clear: both;
	display: block;
	text-align: right;
	font-weight: normal;
	padding: 4px;
	font-size: 9px;
}

.picture-legend img {
	margin: 0 auto;
	display: block;
}

.picture-left {
	float: left;
	margin: 0 15px 0 0;
}

.picture-right {
	float: right;
	margin: 0 0 0 15px;
}

.picture-center {
	margin: 0 auto;
	display: block;
}

.copyright {
	font-size: 10px;
	color: #666;
}

.copyright a {
	font-size: 10px;
	color: #666;
}

/* --------------->>> ESTRUTURA <<<---------------- */
body {
	font-size: 16px;
	font-family: fonte;
	color: #555;
}

.wrapper {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
}

.content {
	padding: 0 15px;
}

section {
	float: left;
	width: 100%;
	padding: 0;
}

article {
	float: left;
	width: 70%;
}

/* ---->> HEADER <<---- */
header {
	padding: 15px 0px 0px 0px;
	margin: 0 auto;
	background:#FFF;
	border-top:6px solid #003470;
}

.selos-esa {
	width: 366px;
	height:87px;
	background:url(../imagens/selos-47-anos.png);
	float:left;
	margin-left: 75px;
}

header .logo {
	float: left;
	width: 223px;
	height: 87px;
	margin-bottom: 15px;
}

header .logo a {
	text-indent: -99999px;
}

header .right {
	float: right;
	text-align: right;
	color: #003470;
	margin-top:10px;
}

header .right p {
	text-align: right;
	text-decoration: none;
}

header .right a {
	text-align: right;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	color:#003470;
}

header .right i {
	color: #003470;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	top:1px;
}

header .right .fa-phone {
	position: relative;
	top:2px;
}

header .right p,
header .right a {
	margin: 10px 0px;
}

header .right a:hover {
	opacity: 0.6;
}

/*
===================================
HEADER ANIMADO CONFORME SCROOL
===================================
*/
@media screen and (min-width: 900px) {

	.menu-fixo {
		position: fixed;
		width: 100%;
		margin-top: 0px;
		top:0;
		opacity: 0.9;
		z-index: 9999;
		-webkit-transition: all linear 200ms;
		-moz-transition: all linear 200ms;
		-o-transition: all linear 200ms;
		transition: all linear 200ms;
	}
	.menu-fixo:hover {
		opacity: 1;
		-webkit-transition: all linear 200ms;
		-moz-transition: all linear 200ms;
		-o-transition: all linear 200ms;
		transition: all linear 200ms;
	}
}

/* ---->> MENU TOPO <<---- */
header nav { 
	clear: both;
	position: relative;
	height: 50px;
	background: #003470;
	font-size: 16px;
}

header nav li {
	position: relative;
	float:left;
}

header nav a {
	display: block;
	background: #003470;
	color: #fff;
	text-decoration: none;
	padding: 15px 14px;
	width: 135px;
	height:20px;
	text-align: center;
	transition: all .3s linear; /* Efeito de TransiÃ§Ã£o dos itens do header nav e sub-header nav */
}

header nav li a i {
	color:#fff;
	font-size:20px !important;
	position: relative;
	top:1px;
	margin-right:5px !important;
}

header nav a:hover,
header nav li:hover a { 
	color: #FFF;
	background: #0077bb;
}

header nav table {
	border-collapse: collapse;
	position: absolute;
	left: 0;
	top: 0;
}


header nav .dropdown .sub-menu {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	margin: 0;
	height: auto;
	width: 200px;
	z-index: 99999;
}

header nav .dropdown:hover .sub-menu {
	display: block;
}

header nav .dropdown:hover .sub-menu li {
	position: relative;
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
}

header nav .dropdown:hover .sub-menu li a {
	display: block;
	width: auto;
	font-size: 12px;
	padding: 5px;
	height:auto;
	text-align: left;
	text-decoration: none;
	color: #fff;
}

header nav .dropdown:hover .sub-menu li a:hover {
	background: #0092D4;
	color: #FFF;
}

header nav .dropdown ul li.dropdown .sub-menu {
	display: none;
	position: absolute;
	top: 0px;
	left: 200px;
	margin: 0;
	height: auto;
	width: 190px;
	z-index: 3;
}

header nav .dropdown ul li.dropdown:hover .sub-menu {
	display: block;
}

/* Sub menu 2 */

header nav .dropdown .sub-menu-2 {
	display: none;
	position: absolute;
	top: 50px;
	left: -710px;
	margin: 0;
	height: auto;
	width: 1210px;
	z-index: 99999;
}

header nav .dropdown:hover .sub-menu-2 {
	display: block;
}

header nav .dropdown:hover .sub-menu-2 li {
	position: relative;
	float: left;
	width: 280px;
	margin: 0;
	padding: 0;
}

header nav .dropdown:hover .sub-menu-2 li a {
	display: block;
	width: auto;
	font-size: 9px;
	text-transform: uppercase;
	padding: 5px;
	height:auto;
	text-align: left;
	text-decoration: none;
	color: #fff;
}

header nav .dropdown:hover .sub-menu-2 li a:hover {
	color: #FFF;
	text-decoration: underline;
}

header nav .dropdown ul li.dropdown .sub-menu-2 {
	display: none;
	position: absolute;
	top: 0px;
	left: 200px;
	margin: 0;
	height: auto;
	width: 190px;
	z-index: 3;
}

header nav .dropdown ul li.dropdown:hover .sub-menu-2 {
	display: block;
}

/* ---->> ARTICLE <<---- */
article p {
	margin: 15px 0;
	line-height: 2em;
}

article strong {
	font-weight: normal;
}

/* ---->> COLUNA LATERAL <<---- */
aside {
	float: right;
	width: 28%;
	margin: 0 0 0 10px;
}

aside h2 {
	margin-top:5px;
	margin-bottom: 0px;
}

aside h2 a {
	display: block;
	padding: 10px;
	font-size: 20px;
	background: #003470;
	color: #FFF;
	text-decoration: none;
}

aside nav {
	list-style: none;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

aside li {
	margin: 0 0 0 0;
}

aside li a {
	display: block;
	padding: 5px;
	color: #333;
	text-decoration: none;
	border: 1px dotted #ccc;
	border-top: 0px;
	font-size: 10px;
	text-transform: uppercase;
}

aside nav li a:hover {
	color: #0092D4;
	background: #EEE;
}

aside h3 {
	color: #003470;
	text-align: center;
}

aside p {
	text-align: center;
	line-height: 1.8em;
	margin: 0;
}

aside strong {
	font-size: 23px;
	color: #003470;
}

/* ---->> ASIDE INFORMAÃ‡Ã•ES PARA CONTATO <<---- */
.col-info {
	float: left;
	width: 100%;
	margin: 10px 0px;
	text-transform: lowercase !important;
}

.col-info p {
	text-align: justify;
}

.col-info h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: rgb(0,52,112);
	border-bottom: 1px solid rgb(0,52,112);
	padding-bottom: 10px;
	text-align: left;
	margin-bottom: 15px;
}

.col-info ul.list-contato li.telefone {
	background: url(../imagens/icones/tel.png) no-repeat #303030;
	color: #FFF;
	width: 100%;
	height: 36px;
	margin-bottom: 10px;
	line-height: 40px;
	transition: all .3s linear;
}

.col-info ul.list-contato li.telefone:hover {
	background: url(../imagens/icones/tel.png) no-repeat rgb(0,52,112);
	transition: all .3s linear;
}

.col-info ul.list-contato li.telefone a {
	font-size: 18px;
	line-height: 18px;
	margin-left: 32px;
	padding: 10px 10px;
	color: #FFF;
	border: 0;
	font-weight: normal;
	text-transform: lowercase !important;
}

.col-info ul.list-contato li.telefone a strong {
	font-size: 18px;
	line-height: 16px;
	color: #FFF;
	text-transform: lowercase !important;
}

.col-info ul.list-contato li.email {
	background: url(../imagens/icones/email.png) no-repeat #303030;
	color: #FFF;
	width: 100%;
	height: 36px;
	margin-bottom: 10px;
	line-height: 40px;
	transition: all .3s linear;
	text-transform: lowercase !important;
}

.col-info ul.list-contato li.email:hover {
	background: url(../imagens/icones/email.png) no-repeat rgb(0,52,112);
	transition: all .3s linear;
}

.col-info ul.list-contato li.email a {
	font-size: 16px;
	line-height: 13px;
	margin-left: 29px;
	padding: 12px 10px;
	color: #FFF;
	border: 0;
	font-weight: bold;
	letter-spacing: 0.5px;
}

/* ---->> BREADCRUMB <<---- */
#breadcrumb {
	display: inline-block;
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
	color: #333;
	font-size: 11px;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb a {
	color: #777;
	text-decoration: underline;
}

#breadcrumb a:hover {
	color: #444;
	text-decoration: none;
}

/* ---->> THUMBNAILS <<---- */
.thumbnails {
	display: inline-block;
	list-style: none;
	list-style-type: none;
}

.thumbnails li {
	float: left;
	width: 160px;
	height: 210px;
	margin: 5px 10px 15px 10px;
	text-align: center;
}

.thumbnails li img {
	border:1px solid #003470;
}

.thumbnails h2 {
	font-size: 12px;
	margin: 5px 0;
	font-weight: bold;
}

.thumbnails a {
	text-decoration: none;
	color: #003470;
}

.thumbnails a:hover {
	text-decoration: underline;
}

/* Thumb Home */

.thumb-home {
	display: inline-block;
	list-style: none;
	list-style-type: none;
	width: 100%;
}

.thumb-home li {
	float: left;
	width: 190px;
	height: 290px;
	margin: 10px;
	background: #EFEFEF;
	text-align: center;
	border:1px solid #003470;
	padding:1%;
}

.thumb-home li:hover {
	opacity: 0.7;
}

.thumb-home li img {
	border:1px solid #003470;
}

.thumb-home h2 {
	font-size: 12px;
	margin: 5px 0;
	font-weight: bold;
}

.thumb-home a {
	text-decoration: none;
	color: #003470;
}

.thumb-home a:hover {
	text-decoration: underline;
}


.thumb-home .saiba {
	color: #FFF;
	background:#003470;
	padding:10px 50px;
}

.thumb-fornecedores li{height: auto;width: auto;background: #FFF;border:0;margin: 0px -4px;}

/* --------------->>> INCLUDES <<<---------------- */

/* ---->> SAIBA MAIS <<---- */

.more {
	margin-bottom: 20px;
}

.more h2 strong {
	font-size: 16px;
}

/* ---->> PÃGINAS RELACIONADAS <<---- */
.related-posting-title {
	font-size: 26px;
}

.related-posting {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.row {
	clear: both;
	display: block;
	background: #E8E8E8;
	border-left: 4px solid #DDD;
	padding: 10px 20px;
	min-height: 85px;
	margin: 0 0 3px 0;
	overflow: hidden;
}

.row:hover {
	border-left: 4px solid #003470;
}

.row img {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #CCC;
	margin: 0 10px 0 0;
}

.row p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0;
}

.row a {
	color: #333;
	text-decoration: none;
}

.row p a {
	color: #69747b;
}

.row strong {
	font-size: 12px;
}

/* ---->> TAB <<---- */
.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#servicosTabs .list-wrap {
	background: #E8E8E8;
	padding: 10px;
	margin: 0 0 15px 0;
	font-size: 10px;
	border: 1px solid #CCC;
}

#servicosTabs ul {
	list-style: none;
	display: inline-block;
}

#servicosTabs .list-wrap li {
	width: 160px;
	float: left;
	color: #666;
}

#servicosTabs .nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#servicosTabs .nav li {
	float: left;
	margin: 0 10px 0 0;
}

#servicosTabs .nav li.last {
	margin-right: 0;
}

#servicosTabs .nav li a {
	display: block;
	text-decoration: none;
	padding: 12px;
	background: #f7f7f7;
	color: #666;
	font-size: 12px;
	text-align: center;
	border: 0;
	border: 1px solid #CCC;
}

#servicosTabs .nav li a:hover,
#servicosTabs .nav li a:focus {
	background: #999;
	color: #fff;
}

#servicosTabs ul li.nav-two a.current {
	background-color: #E8E8E8 !important;
	color: #666;
	border: 1px solid #CCC;
}

/* ---->> TAB REGIÃ•ES <<---- */
.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#servicosTabsDois .list-wrap {
	background: #E8E8E8;
	padding: 10px;
	margin: 0 0 15px 0;
	font-size: 10px;
	border: 1px solid #CCC;
}

#servicosTabsDois ul {
	list-style: none;
	display: inline-block;
}

#servicosTabsDois .list-wrap li {
	width: 160px;
	float: left;
	color: #666;
}

#servicosTabsDois .nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#servicosTabsDois .nav li {
	float: left;
	margin: 0 10px 0 0;
}

#servicosTabsDois .nav li.last {
	margin-right: 0;
}

#servicosTabsDois .nav li a {
	display: block;
	text-decoration: none;
	padding: 12px;
	background: #f7f7f7;
	color: #666;
	font-size: 12px;
	text-align: center;
	border: 0;
	border: 1px solid #CCC;
}

#servicosTabsDois .nav li a:hover,
#servicosTabsDois .nav li a:focus {
	background: #999;
	color: #fff;
}

#servicosTabsDois ul li.nav-two a.current {
	background-color: #E8E8E8 !important;
	color: #666;
	border: 1px solid #CCC;
}

/* ---->> GALERIA <<---- */
.gallery {
	display: inline-block;
	list-style-type: none;
	list-style: none;
}

.gallery li {
	float: left;
	margin: 5px;
	text-align: center;
	border: 1px solid #DDD;
	width:110px;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
}

.gallery li img {
	width:100%;
	padding:0px;
}

p.ampliar {
	color: #F30;
	font-size: 11px;
	margin: 5px 0;
}

/* ---->> REDES SOCIAIS <<---- */
.compartilhe {
	font-size: 0.75em;
	margin: 0.5em 0;
	display: block;
	font-weight: bold;
}

.social-media {
	display: inline-block;
	padding: 0;
	margin: 5px 0;
}

.social-media li {
	float: left;
	margin-right: 10px;
}

.bt-twitter {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	width: 55px;
	height: 20px;
	background: url(../imagens/icones/tweet.png) no-repeat 0 0;
}

.bt-twitter:hover {
	background-position: 0px -20px;
}

/* ---->> FOOTER <<---- */
footer {
	clear: both;
	margin-top: 70px;
	padding: 15px;  
	background:#F3F3F3;
	border-top:1px solid #DDD;
}

.contact-footer {
	float: left;
	color: #777;
	margin-right: 30px; 
}

.contact-footer .nomeSite {
	color: #003470;
	font-size:18px;
}

.contact-footer strong {
	font-size: 22px ;
	letter-spacing: -1px;
}

footer address {
	margin: 10px 0 10px 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
}

footer address span {
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

footer #menu-footer {
	text-align: right;  
}

footer .menu-footer nav { 
	margin: 3px 0; 
}

footer #menu-footer nav li {
	display: inline;
	padding: 0 10px 0 0;
}

footer #menu-footer nav li a {
	color: #777;
	font-size: 13px ;
	text-decoration: none;
}

footer #menu-footer nav li a:hover { 
	color: #003470; 
}

footer .social { 
	margin:10px 0 0 0; 
	float:right;
	color:#FFF;
}

footer .social a {
	text-decoration: none;
}

.copyright-footer {
	text-align: left;
	font-size: 10px ;
	line-height: 17px;
	color: #777;
	margin-top:15px;
}

.copyright-footer .selos { 
	float:right; 
}

.copyright-footer .selos a { 
	margin:0 0 0 5px;
}

/* Redes Sociais Footes */

.icon-default {
	color: #f3f3f3;
	background: #ff9600;
	padding: 10px;
	font-size: 20px !important;
	width: 20px;
	text-align: center;
	margin-left:3px;
	margin-top:10px;
	border-radius:  50px;
}

footer .fa-facebook:hover {
	/* background:#39599F; */
	color:#FFF;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

footer .fa-instagram:hover {
	/* background:#39599F; */
	color:#FFF;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

footer .fa-twitter:hover {
	color:#FFF;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

footer .fa-google-plus:hover {
	color:#FFF;
	background:#D1402B;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

footer .fa-linkedin:hover {
	color:#FFF;
	background:#FF0084;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

footer .fa-youtube:hover {
	color:#FFF;
	background:#E70031;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

footer .fa-envelope:hover {
	color:#FFF;
	background:#55AC60;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}


/* ---->> BOTÃƒO VOLTAR AO TOPO <<---- */
#scrollUp {
	bottom: 0;
	right: 30px;
	width: 70px;
	height: 55px;
	margin-bottom: -10px;
	padding: 10px 5px;
	/*	font: 14px/20px sans-serif;*/
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #828282;
	border-top: 5px solid #003470;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	background-color: #E6E6E6;
/*	background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
	-webkit-transition: margin-bottom 150ms linear;
	-moz-transition: margin-bottom 150ms linear;
	-o-transition: margin-bottom 150ms linear;
	transition: margin-bottom 150ms linear;*/
}

#scrollUp:hover {
	margin-bottom: 0;
	color: #003470;
}

#scrollUp-active {
	display: none;
}

/* --------------->>> PÃGINA DE CONTATO <<<---------------- */
.contact {
	display: block;
	padding: 0 20px;
}

.form {
	float: left;
}

.form label {
	width: 185px;
	font-weight: bold;
	padding-right: 5px;
	font-size: 13px;
	display: table-cell;
	vertical-align: middle;
}

.form label span {
	font-size: 9px;
	color: #C00;
}

.form input,
.form textarea,
.form select {
	margin: 0 0 4px 0;
	padding: 5px;
	border: solid 1px #333;
	border-radius: 3px;
	font-size: 16px;
}

.form textarea {
	width: 340px;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
	background: #eee;
}

.form .ir {
	border: solid 1px #000;
	background: #fff;
	padding: 3px 8px;
	cursor: pointer;
}

.form .ir:hover {
	background: #0077bb;
	color: #FFF;
}

.bt-submit {
	display: block;
	margin: 5px 0 0 0;
}

.form span.obrigatorio {
	font-size: 9px;
	color: #C00;
}

.form label.error {
	display: block;
	color: red;
	margin: 0 .5em 0 0;
	vertical-align: top;
	font-size: 10px
}

.help {
	font-size: 11px;
	color: #666;
}

.alert {
	color: #FF0000;
}

.alerta {
	font-size: 12px;
	margin: 0 0 20px 0;
	font-style: italic;
}

.contact-form {
	float: right;
	width: 470px;
	color: #989898;
	font-size: 11px;
}

.contact-form strong {
	color: #6d6e71;
}

/* --------------->>> MAPA DO SITE <<<---------------- */
.sitemap {
	margin-left: 30px;
	list-style: none;
	list-style-type: none;
}

.sitemap li {
	font-size: 15px;
	margin: 10px 0;
}

.sitemap li a {
	color: #777;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
}

.sitemap li a:hover {
	color: #222 !important;
}

.sitemap li ul {
	margin-left: 35px;
	list-style: none;
	list-style-type: none;
}

.sitemap li ul li {
	margin: 5px 0;
	padding: 0;
}

.sitemap li ul li a {
	font-size: 12px;
	color: #777;
}

.sitemap li ul li ul li {
	margin: 5px 0;
}

.sitemap li ul li ul li a {
	font-size: 13px;
	color: #777;
}

.sitemap li a:hover {
	color: #999;
}

/* --------------->>> PÃGINA NÃƒO ENCONTRADA ( 404 ) <<<---------------- */
.msg-404 {
	position: relative;
	font-size: 22px;
	line-height: 34px;
	color: #A7A9AC;
	margin-bottom: 30px;
}

.menu-404 {
	background: #F8F8F8;
	width: 95%;
	padding: 15px;
	margin-bottom: 20px;
	float: left;
	border: 1px solid #DDD;
}

.menu-404 a {
	display: block;
	margin: 0 auto;
}

/* --------------->>> LIGHTBOX - FANCY <<<---------------- */
#title-empresa h2 {
	font-size: 14px;
	background: #E9E9E9;
	padding: 4px 10px;
	line-height: 15px;
	color: #717171;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 10px 0;
	font-weight: 500;
	border-radius: 8px;
}

#title-keyword h3 {
	font-size: 12px;
	padding: 0 10px;
	line-height: 15px;
	color: #717171;
	text-decoration: none;
	margin: 0 0 10px 0;
	border-radius: 8px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
/*	-webkit-border-radius: 4px;
-moz-border-radius: 4px;*/
border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
/*	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);*/
box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	/*	-webkit-overflow-scrolling: touch*/
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
	background-image: url(images-fancy/fancybox_sprite.png)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(images-fancy/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: url(images-fancy/blank.gif);
	/*	-webkit-tap-highlight-color: transparent;*/
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden !important
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(images-fancy/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0, 0, 0, .8);
/*	-webkit-border-radius: 15px;
-moz-border-radius: 15px;*/
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: 700;
line-height: 24px;
white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}

.vermelho {
	color: red;
	font-weight: 600;
}

/* --------------->>> CSS MOBILE <<<---------------- */
.slicknav_menu {
	display: none;
}

/* TABLET */
@media only screen and (min-width:767px) and (max-width:959px) {
	header {
		height: 180px;
	}

	header nav a {
		padding: 10px 0px;
		width: 142px;
	}

	.gallery li {
		margin: 4px;
	}

	article img {
		max-width: 100%;
	}

	#servicosTabsDois .nav li a {
		padding: 10px;
	}

	#scrollUp {
		display: none;
	}

}

/* 
=======================================
 VERSAO MOBILE PARA CELULARES PEQUENOS
 ======================================
 */

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

 	[class*="col-"] {
 		width: 100%;
 	}

 	#slide-show {
 		height: 880px !important;
 	}
 }

 /* Mobile */
 @media only screen and (max-width:768px) {
 	 .col-m-1 { width: 8.33% !important; }
    .col-m-2 { width: 16.66% !important; }
    .col-m-3 { width: 25% !important; }
    .col-m-4 { width: 33.33% !important; }
    .col-m-5 { width: 41.66% !important; }
    .col-m-6 { width: 50% !important; }
    .col-m-7 { width: 58.33% !important; }
    .col-m-8 { width: 66.66% !important; }
    .col-m-9 { width: 75% !important; }
    .col-m-10 { width: 83.33% !important; }
    .col-m-11 { width: 91.66% !important; }
    .col-m-12 { width: 100% !important; }
 	.js #menu-principal {
 		display: none;
 	}

 	.js .slicknav_menu {
 		display: block;
 	}

 	/* Slide Mobile */

 	.box-slide #slide-show {
 		height:460px !important;
 	}

 	.slide-item span.title-slide {
 		font-size: 22px !important;
 		line-height: 1.2em !important;
 	}
 	.slide-item p {
 		font-size: 15px !important;
 		line-height: 1.4em !important;
 		color:#FFF !important;
 		margin-top: 30px !important;
 		padding:0px 15px !important;
 		color:#fFF !important;
 	}

 	.box-slide {
 		margin-top:0px !important;
 		background: url(../imagens/bg-empresa.jpg) 20% 40% !important;
 	}

 	/* Estrutura */

 	header {
 		height: 190px;
 		box-shadow: 0px 2px 5px #ccc;
 		border-bottom: 1px solid #ccc;
 	}

 	header .logo {
 		float: none;
 		margin: 0 auto;
 	}

 	header .logo a {
 		text-indent: -99999px;
 		font-size: 68px;
 	}

 	header .right {
 		float: left;
 		width: 100%;
 		text-align: center !important;
 	}

 	header .right a,
 	header .right p {
 		text-align: center;
 		margin: 15px 0px;
 	}

 	#breadcrumb {
 		text-align: center;
 		background:#EEE;
 		padding:7px 0px;
 		border:1px solid #DDD;
 	}

 	section img {
 		max-width: 100%
 	}

 	article {
 		width: 100%;
 	}

 	aside {
 		width: 100%;
 		margin: 0;
 	}

 	#servicosTabsDois .nav li a {
 		padding: 8px;
 		font-size: 13px;
 		width: 100%;
 	}

 	.wrapper {
 		width: 100%;
 	}

 	.nivo-wrapper {
 		display: none;
 	}

 	section {
 		width: 100%;
 		padding: 0;
 	}

 	.thumbnails li {
 		margin: 10px 2%;
 	}

 	.thumbnails li img {
 		border: 1px solid #CCC;
 	}

 	.caroussel {
 		display: none;
 	}

 	.picture-right,
 	.picture-left,
 	.picture-center {
 		width: 100%;
 		margin: 10px 0px;
 		border: 1px solid #CCC;
 	}

 	.form input,
 	.form textarea,
 	.form select {
 		max-width: 308px;
 	}

 	footer #menu-footer nav li {
 		display: block;
 		padding: 0 10px 0 0;
 	}

 	.icon-default {
 		margin:15px 5px 0px 5px;
 	}

 	.contact-form {
 		float: right;
 		width: auto;
 		margin-top: 10px;
 	}

 	.copyright-footer {
 		text-align: center;
 		margin-bottom: 15px;
 	}

 	.copyright-footer .selos {
 		float: none;
 		margin-top: 15px;
 	}

 	p {
 		margin: 0px;
 	}

 	h1 {
 		font-size: 20px;
 		text-align: center;
 	}

 	h2 {
 		font-size: 18px;
 		margin: 15px 0px;
 		text-align: center;
 	}

 	h3,
 	h4 {
 		font-size: 16px;
 		margin: 0px 0px 15px 0px;
 		text-align: center;
 	}

 	.list {
 		margin: 20px 30px;
 	}

 	embed {
 		display: none;
 	}

 	#scrollUp {
 		display: none !important;
 	}

 	hr {
 		margin: 20px 0px;
 	}

 	footer address {
 		text-align: center;
 		width:100%;
 	}

 	footer #menu-footer nav li a {
 		display: block;
 		color: #FFF
 	}

 	footer #menu-footer {
 		text-align: center;
 		padding-top: 20px;
 		float: left;
 		width: 100%;
 	}

 	.contact-footer {
 		text-align: center;
 		width: 100%;
 	}

 	.copyright-footer .selos {
 		float: none;
 		line-height: 25px;
 		margin-top: 15px;
 		text-align: center;
 	}

 	.copyright-footer {
 		text-align: center;
 	}

 	footer #menu-footer nav li {
 		display: block;
 		background: rgba(0, 0, 0, 0.5);
 		margin-bottom: 5px;
 		padding: 10px;
 	}

 	footer .social {
 		margin: 25px 0 0 0;
 		float: none;
 		color: #FFF;
 		width: 100%;
 		text-align: center;
 	}

 	footer .social a {
 		text-decoration: none;
 	}


 }

 /* --------------->>> MENU MOBILE <<<---------------- */
 .slicknav_btn {
 	position: relative;
 	display: block;
 	vertical-align: middle;
 	float: right;
 	padding: 10px;
 	line-height: 1.125em;
 	cursor: pointer;
 }

 .slicknav_menu  .slicknav_menutxt {
 	display: block;
 	line-height: 1.188em;
 	float: left;
 }

 .slicknav_menu .slicknav_icon {
 	float: left;
 	margin: 0.188em 0 0 0.438em;
 }

 .slicknav_menu .slicknav_no-text {
 	margin: 0
 }

 .slicknav_menu .slicknav_icon-bar {
 	display: block;
 	width: 1.125em;
 	height: 0.125em;
/*	-webkit-border-radius: 1px;
-moz-border-radius: 1px;*/
border-radius: 1px;
/*	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);*/
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em
}

.slicknav_nav {
	clear: both
}

.slicknav_nav ul,
.slicknav_nav li {
	display: block
}

.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
	cursor: pointer;
}

.slicknav_nav .slicknav_row {
	display: block;
}

.slicknav_nav a {
	display: block
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	display: inline
}

.slicknav_menu:before,
.slicknav_menu:after {
	content: " ";
	display: table;
}

.slicknav_menu:after {
	clear: both
}

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
    */
    
    .slicknav_menu {
    	font-size: 16px;
    }

    /* Button */

.slicknav_btn {     margin: 5px 5px 6px;     text-decoration: none;     /*text-
shadow: 0 1px 1px rgba(255, 255, 255, 0.75);     -webkit-border-radius: 4px;
-moz-border-radius: 4px;*/     border-radius: 4px;     background-color:
#075C84;     border: 1px solid #FFF; }

/* Button Text */

.slicknav_menu  .slicknav_menutxt {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 1px 3px #000;
}

/* Button Lines */

.slicknav_menu .slicknav_icon-bar {
	background-color: #f5f5f5;
}

.slicknav_menu {
	background: #033B54;
	padding: 5px;
}

.slicknav_nav {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
}

.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}

.slicknav_nav ul {
	padding: 0;
	margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 5px;
}

.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #fff;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}

.slicknav_nav .slicknav_row:hover {
/*	-webkit-border-radius: 6px;
-moz-border-radius: 6px;*/
border-radius: 6px;
background: #ccc;
color: #fff;
}

.slicknav_nav a:hover {
/*	-webkit-border-radius: 6px;
-moz-border-radius: 6px;*/
border-radius: 6px;
background: #ccc;
color: #222;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}

/*
==================================
        Slide Show da Home
==================================
*/

.box-slide {
	background: url(../imagens/bg-empresa.jpg) no-repeat fixed;
	background-size: 100%;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.nav-slide {
	position: absolute;
	z-index: 999;
	right: 50%;
	margin-right: -55px;
	bottom: 20px;
	cursor: pointer;
}
.nav-slide a {
	display: block;
	background: #FFFFFF;
	width: 8px;
	height: 8px;
	padding: 5px;
	margin: 0 5px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	float: left;
}

.nav-slide .activeSlide {
	background: #333333;
}

.box-slide #slide-show {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	height: 450px;
}

/*.slide-item {
    height: 400px;
    }*/


    .slide-img img {
    	width: 100%;
    	height: auto;
    }
    div.slide-item {
    	color:#ffffff;
    	margin-top: 30px;
    	padding: 20px 0;
    	text-align: center;
    }

    .slide-item span.title-slide {
    	font-size: 3.2em;
    	line-height: 1.2em;
    	font-weight: bold;
    }
    .slide-item p {
    	font-size: 1.3em;
    	line-height: 1.4em;
    	color:#FFF;
    	margin-top: 30px;

    }

    .slide-item .link-slide:hover {
    	background: #0066cc;
    	transition: all linear 200ms;
    	-moz-transition: all linear 200ms;
    	-webkit-transition: all linear 200ms;
    }
    .slide-item a.button-defaul {
    	display: block;
    	width: auto;
    	max-width: 250px;
    	background: none;
    	padding: 15px 30px;
    	margin: 40px auto 0;
    	color: #ffffff;
    	text-decoration: none;
    	text-transform: uppercase;
    	border: 3px solid #FFFFFF;
    	text-align: center;
    }
    .slide-item a.button-defaul:hover {
    	background: #ffffff;
    	color: #001475;
    	transition: all linear 100ms;
    	-webkit-transition: all linear 100ms;
    	-moz-transition: all linear 100ms;
    }

/* OrÃ§amento */

.box-orcamento {
	width:99%;
	font-size: 14px !important;
}

.box-orcamento h2 {
	margin:0px 0px  15px 0px;
	background:#003470;
	color:#FFF;
	padding:10px;
}

.form-orcamento select {
	width:100% !important;
	padding:5px 0px !important;
	font-family: fonte !important;
}

.form-orcamento input,
.form-orcamento textarea,
.form-orcamento select {
	margin: 0 0 4px 0;
	padding: 5px;
	background:#EEE;
	font-size: 14px !important;
	width:98.5%;
	color:#999;
	font-family: fonte !important;
}

.form-orcamento input:hover,
.form-orcamento textarea:hover,
.form-orcamento select:hover {
	background:#E7E7E7;
	font-family: fonte !important;
}

.form-orcamento textarea {
	width:98.5%;
	font-size: 14px !important;
}

.form-orcamento input:focus,
.form-orcamento textarea:focus,
.form-orcamento select:focus {
	background: #eee;
	font-size: 14px !important;
	font-family: fonte !important;
}

.form-orcamento .ir {
	background: #888;
	padding: 13px;
	cursor: pointer;
	width:100%;
	color:#FFF;
	text-transform: uppercase;
}

::-webkit-input-placeholder {
	color:#999;
}

.form-orcamento .ir:hover {
	background: #003470;
	color: #FFF;
}

.bt-submit {
	display: block;
	margin: 5px 0 0 0;
}

.form-orcamento span.obrigatorio {
	font-size: 9px;
	color: #C00;
}

.form-orcamento label.error {
	display: block;
	color: red;
	margin: 0 .5em 0 0;
	vertical-align: top;
	font-size: 10px
}
.link-pdf {
    transition-property: all;
    transition-duration: 0.3s;
    background: #EEE;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    display: table;
}
.grid { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.grid:after { content: ""; clear: both; display: block; }
[class*="col-"] { float: left; padding: 15px; box-sizing: border-box; }
.col-1 { width: 8.33%; }
.col-2 { width: 16.66%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33%; }
.col-5 { width: 41.66%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33%; }
.col-8 { width: 66.66%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33%; }
.col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.social-footer {
	box-sizing: border-box;
	padding: 10px;
	margin-top: 35px;
	float:  right;
}
.social-footer a {
 text-decoration: none;
}