/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

/* 1. Boddy 
================================================== */

/* Main global 'theme' and typographic styles */
body {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color:#797979;
}

/* links */
a, a:visited{
	text-decoration:none;
	color:#2F3337;
	-webkit-transition: color 0.5s ease-in; /*safari and chrome */
	-moz-transition: color 0.5s ease-in; /* firefox */
	-o-transition: color 0.5s ease-in; /* opera */
	}
a:hover{text-decoration:none; color:#797979}
a img{border:none}
a:active {background-color: transparent;}

/* heading */
h1, h2, h3{margin-bottom: 10px;}
h4, h5, h6{margin-bottom: 10px;}
h1	{font-size: 40px;}
h2	{border-bottom: 2px solid #ddd;
    clear: both;
    font-size: 36px;
    padding-bottom: 8px;}
h3	{font-size: 22px; color:#2F3337;}
h4	{font-size: 22px;}	
h5	{font-size: 14px;}
h6	{font-size: 13px;}
h1, h2, h3, h4, h5, h6{ font-family: "Roboto Condensed",sans-serif; line-height:normal}
h1, h2, h4, h5, h6{color:#213adb;}

.pagetitle{color:#2F3337;}

.gallery .jg-header {
    font-family: 'Arial', sans-serif; font-size: 30px; text-align:left;  color: #213adb; line-height:normal
}

.#lbOverlay.black {
	background: url(../images/black.png) repeat !important;
}

.gallery {padding: 0 1%; width: 98%;}

.jg_catdescr {
    padding: 5px;
    text-align: justify;
}

.joomimg149_main{ 
	padding: 0;
    width: 100%;
	margin-bottom: 50px;
	}

	
.joomimg164_main{ 
	padding: 0;
    width: 100%;
	margin-bottom: 50px;
	}	
	
.jg_row {
    height: auto !important;
    margin: 0 -7px;
    overflow: hidden;
    padding: 0.8em 0.8%;
    width: 100%;
}

.jg_element_cat {
    width: 25%;
}

img.jg_photo, .jg_minis a img {
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
	width: 92%;
}

a:hover img.jg_photo, .jg_minis a img:hover {
	 border: 1px solid #c0c0c0;
}



.pagetitle{  font-size: 36px;  line-height: normal;  margin: 0px;  }
.font-std{font-family: 'Arial', sans-serif; line-height:24px;}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:24px;
}
ul {
	list-style: disc;
	margin: 0 0 0 0;
}
ul li{ padding-bottom:10px;}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
	
/* Blockquote */
blockquote:before {
  content: ''!important;
  content: open-quote;
  position: absolute;
  top: -5px;
  left: 0px;
  font-family: Arial, sans-serif;
  font-size: 5em;
  line-height: 1;
  margin: 0;
  vertical-align: 0em;
}

blockquote {
  quotes: "\201C" "\201C" "\201C" "\201C";
  clear: both;
  margin: 0 0px 20px 20px;
  padding: 20px 13px;
  font-size: 12px;
  font-style: italic;
  line-height: 22px;
}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	padding:15px 10px;
}

/* CONTAINER */
#bodychild{
	width: 100%;
    margin: 0;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
#outercontainer{
	width:100%;
	margin:0;
	padding:0;
}

.services h2{border:none; margin-bottom:0px; text-align:center;}
.services h3{margin-bottom: 0;}
.services h4{color:#797979; text-align:center !important;}
.services p{text-align:center !important; margin-bottom:40px;}
.services{
	background: #eeeeee;
	padding: 40px 0px 60px !important;
	margin-bottom: -40px;
	}
			
.services div.intermain::before {
	background: #fff none repeat scroll 0 0;
	bottom: -1450px;
	content: "";
	display: inline-block;
	height: 1520px;
	left: 0;
	position: absolute;
	right: 0;
	transform: skewY(-2deg);
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 999;
	}
	
.services div.intermain::after {
	background: #fff none repeat scroll 0 0;
	bottom: -1450px;
	content: "";
	display: inline-block;
	height: 1520px;
	left: 0;
	position: absolute;
	right: 0;
	transform: skewY(2deg);
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 999;
	}	
			 
.bt-destaque{
	background:#2F3337;
	padding:10px 30px;
	font-size: 15px;
	color:#ffffff !important;
	-webkit-transition: background 0.5s ease-in; /*safari and chrome */
	-moz-transition: background 0.5s ease-in; /* firefox */
	-o-transition: background 0.5s ease-in; /* opera */
	}
			 
.bt-destaque:hover{
	background:#ffffff;
	color:#2F3337 !important;
	}

/* 2. HEADER 
-------------------------------------------------------------- */
#outerheader{  
    float: left;
    width: 100%;
    box-shadow: 1px -1px 5px 1px #666;
    position: relative;
    z-index: 9999999999;
	}
	
#headercontainer{
	background: #fff none repeat scroll 0 0;
    width: 100%;
    z-index: 999999999;
}

#top {
  padding: 5px 0 0;
}

#logo {
	float: left;
    margin-top: 0;
    padding: 13px 0;
    text-align: left;
    width: 12%;
}

#logo p{
	margin:0px;
}

.imgLogo {

}

#logoimg{
	display: inline-block;
}

.moduletable_fraseTopo{
	float: right;
    font-size: 18px;
    font-style: italic;
    line-height: 1.2;
	width: 85%;
	margin-top: 3%;
}

.moduletable_fraseTopo h2{
	border: 0px;
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
}
/*===== 2.1. Navigation =====*/

#navigation {
   float: right;
    margin: 0;
    padding: 12px 0;
    position: relative;
    width: 100%;
    z-index: 4444;
    border-top: 1px solid #eee;
}

#nav-wrap{
	margin: 0 auto;
    max-width: 1180px;
}

/* dropdown mobile */
#menu-icon, .tinynav {
	display: none; /* hide menu icon initially */
}


/* 4. Content
-------------------------------------------------------------- */
#outermain{	
	padding: 30px 0 10px 0; 
	position: relative;
    z-index: 888888888;
 }

#maincontent .main{ padding-bottom: 45px;}

.breadcrumb{float: left;
    list-style: outside none none;
    margin: 0px 0 15px;
    padding: 0 1%;
    width: 98%;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}

.breadcrumb li{float:left; padding-right: 5px;}

#k2Container {
    padding: 0 1% 0px;
    width: 98%;
}

.item-page {
    padding: 0 1%;
    width: 98%;
}


.moduletable_topo{
	border-bottom: 3px solid #213adb;
    float: left;
    letter-spacing: 0.5px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    color: #fff;
	background:#000b4c;
	}
	
.moduletable_topo p{
	margin:0px;
}	
	
.custom_topo{
	letter-spacing: 0.5px;
    margin: 0 auto;
    max-width: 1200px;
    text-align: right;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 13px;
}

.custom_topo span{
	   padding:0px 10px;
}

.custom_topo span strong{
	font-size:14px;
}



.moduletable_sobre h3{
	margin-bottom: 10px !important;
}

.custom_sobre{
	font-size: 13px;
    line-height: 1.7;
}

.custom_sobre p{
	margin-bottom: 10px;
	}
		


.central{
	float: left;
    font-family: "Arial",sans-serif;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.central h3{
	color: #fff;
    font-family: "Arial",sans-serif;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500;
}

.central h4{
	font-family: 'Arial', sans-serif;
	color:#fff !important;
	font-size: 13px;
	margin-bottom: 0px;
}

.central h4 span{
	color:#ffffff;
	font-size: 18px;
}

.titulo-produto{
	float: right;
    font-weight: bold;
    margin-right: -449px;
    margin-top: -35px;
    text-align: justify;
    width: 419px;
}

.contato{
	float: left;
    width: 48%;
}

.servicos p{
	margin-bottom: 10px;
}

.servicos td{
	 border: medium none;
    padding: 6px 60px 0 0;
}
	
div.itemImageBlock {
    float: left;
    margin: 0;
    padding: 3px 2% 6px 0;
    width: 35%;
}

span.itemImage img {
    border: 1px solid #ccc;
    padding: 1%;
    width: 98% !important;
}

div.itemExtraFields {
    border-top: 1px dotted #ddd;
    float: right;
    margin: 16px 0 0;
    padding: 8px 0 0;
    width: 63%;
}

div.itemView {
    border-bottom: none !important;
	}
	
.itemBackToTop, .itemLinks{display:none;}	

.indentleft{overflow:hidden;}
.center{text-align:center;}
.nomargin{margin-right:0px!important;}
.displayblock{display:block;}


/* Images */
img[class*="wp-image-"], img[class*="attachment-"]{
	max-width:100%;
	height:auto;
}
.imgopacity:hover {
  opacity: 0.5;
}
img.circleimg{border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; padding:10px;}
.frame img{ display:block}


/* form & button */
input[type="text"], input[type="email"],
textarea, input[type="password"], select{
	border: 1px solid #2F3337;
	background:#fff;
	color:#777;
}
label{ color:#333;}
span.required{ color:#f00;}

/* Horizontal Line */
hr {
	color:#eaeaea;
	background-color:#eaeaea;
}

form{margin:0; padding:0;}

input[type="text"], input[type="email"],
textarea, input[type="password"], select {
  font-size: 12px;
  padding: 7px 5px;
  width: 90%;
}

textarea {
  width: 90%;
}

textarea:focus{outline:0;}

.button, .button:visited, input[type="submit"],input[type="reset"], input[type="button"], button {
  border: 0px;
  padding: 11px 15px 11px 15px;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.button:hover, input[type="submit"]:hover,input[type="reset"]:hover, input[type="button"]:hover, button:hover {
  text-decoration: none;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.comment-body .time .comment-reply-link {
	background: #2F3337; 
	color:#fff;
	
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.comment-body .time .comment-reply-link:hover {
	background: #797979; 
	color:#fff;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

/* Separator */
.separator {
  display: block;
  height: 20px;
  padding: 0 0;
  margin-bottom: 44px;
  text-align: center;
  width: 100%;
  clear: both;
}

.spacer{ display:block; clear:both; height:20px;}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.servi-page p{
	color:#000 !important;
}


.servi-page div.nspArt{
	height:485px;
}

.servi-page span.nspImageWrapper{
	background: none repeat scroll 0 0 #eee;
	}
	
.servi-page h4{
	color:#2F3337 !important;
}

/*===== 4.5. Contact =====*/
.moduletable_formContato{float: left;
    padding: 1%;
    width: 100%;
    box-sizing: border-box;}
.fox-item{margin-bottom:10px !important;}
.control-label{float:left;width:100% !important;margin:0px 0px 5px !important;padding:0px !important;}
.controls{float:left;width:100% !important;}
.controls input{width: 100% !important;height: 40px !important;border: 1px solid #ccc !important}
.controls textarea{width: 100% !important;border: 1px solid #ccc !important}
.controls select{width: 100% !important;}
.chzn-single{height: 40px !important;background:#fff !important;border: 1px solid #ccc !important;}
.chzn-single span{margin-top: 5px; font-size: 15px;}
.controls button.submit-button{float: right !important; margin: 0 !important; padding: 9px 45px !important;}

form{margin:0; padding:0;}
fieldset{border:0px;}
#contactform{margin:0 auto 9px; position:relative; }
#contactform label{display:block; width:100%; float:left; padding-bottom:5px;}
span.error{color:red;text-align:left; font-size:11px; padding-bottom:15px; display:block;}
#contactform input.text-input{
	margin-bottom:15px;
	vertical-align:middle;
	width:84.8%;
	font-size:12px;
	padding: 19px;
	font-family: 'Arial', sans-serif;
}
#contactform textarea{ width:95.1.4%; height:200px; padding:19px; font-size:12px; font-family: 'Arial', sans-serif;} 
#message{ margin-left:0px; font-weight:bold;}
#message h2	{}
#message p{margin:6px 0px; }

#contactform .button{
    cursor: pointer;
    margin-top: 15px;
    margin-left: -3px;
    padding: 12px 28px 12px 28px;
    line-height: normal;
 }


.moduletable_boxhome h3 {
   color: #213adb;
    font-size: 33px;
    margin: 0 0 10px 0;
    padding: 0 0 4px;
    text-align: center;
    text-transform: none;
}

.moduletable_boxhome a{
	color:#2F3337;
	
}

.moduletable_boxhome p{
	color:#797979;
}


.produtos h3{
	color:#2F3337;
}

.moduletable_boxhome{
	margin:0 0px 50px;
	width:auto;
}

.nspArt .nspImageWrapper {
    background: none repeat scroll 0 0 #E8E8E8;
    border: medium none;
    display: block;
    padding: 1px;
    position: relative;
	
	/*
	-webkit-border-radius: 50%;
	border-radius: 50%;
	*/
	
	 -webkit-transition: background 0.5s ease-in; /*safari and chrome */
	-moz-transition: background 0.5s ease-in; /* firefox */
	-o-transition: background 0.5s ease-in; /* opera */
}

/*
.nspArt img.nspImage {
    -webkit-border-radius: 50%;
	border-radius: 50%;
}
*/

.nspArt .nspImageWrapper:hover {
	background: none repeat scroll 0 0 #213adb;
}

.nspArt p.nspText {
    font-size: 13px;
    line-height: 1.5;
	text-align: center;
	min-height: 85px;
}

.nspArt h4.nspHeader {
    padding: 10px 0 7px;
	font-size: 18px;
    font-weight: 500;
	text-align: center;
	color:#213adb !important;
}

.widget-title {
    font-size: 30px;
    padding: 0 0 26px 0px;
    margin-bottom: 35px;
    text-transform: none;
    text-align: center;
}

.bx-empresa{
	float: left;
    margin-right: 5%;
    width: 25%;
}


.bx-empresa:nth-child(3n+1) {
    float: right;
    margin-left: 0;
    margin-right: 0;
	width: 40%;
}

.p-left{
    width: 45%;
    display: inline-block;
    margin-right: 20px!important;
}
.p-right{
    width: 45%;
    display: inline-block;
}

.textwidget{ clear:both}

/* 6. Bottom
-------------------------------------------------------------- */

#outerbottom {
    margin-top: 0px;
    padding: 45px 0 50px;
}

.moduletable_footer h3{
    padding: 0;
	}
	
.moduletable_footer h4{
	font-size:15px;
}	

.custom_footer{
	font-size:13px;	
	}
	
.custom_footer p{
	margin-bottom:7px;
}	

/*============================================== FOOTER SIDEBAR SECTION ==============================================*/
#outerfootersidebar{ 
	background: none repeat scroll 0 0 #f5f5f5;
    color: #797979;
	float: left;
    width: 100%;}
#footersidebar li li{ border-bottom:1px solid #a4938b; }
#footersidebar .widget-title{color:#2F3337; background: url(../images/icon3.png) no-repeat 0 3px}
#footersidebar li a, #footersidebar li a:visited{color:#797979}
#footersidebar li a:hover{color:#797979}

#footersidebar h1, #footersidebar h2, #footersidebar h3, #footersidebar h4, #footersidebar h5, #footersidebar h6{
	color: #797979 !important;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
}
#footersidebar h3::after {
    background: #797979;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
}

/*============================================== FOOTER SECTION ==============================================*/
#outercopyright{ background:#ddd;}
#copyright-wrap{color:#797979;}
#outercopyright a{color:#797979;}
#outercopyright a:hover{ color:#797979;}

#outerfootersidebar {
    padding: 25px 0;
}

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

#footersidebar li.widget-container {
    list-style-type: none;
    margin: 0 0 40px 0;
    padding: 0px 0px 0px 0px;
}

#footersidebar .widget-title {
    font-size: 20px;
    padding: 0 0 0 29px;
    margin-bottom: 18px;
    text-align: left;
    text-transform: uppercase;
}

#footersidebar li li {
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0px;
}

#footersidebar li a {
    padding: 0px;
    margin: 0px;
}

#footersidebar li a:hover {
    text-decoration: none;
}


.contact-info {
    font-size: 13px;
    line-height: 24px;
}

/*===== 7.2. Copyright =====*/
#outercopyright{ padding:0px 0 3px; font-size:12px; float: left;
    width: 100%;}
#copyright-wrap{padding: 0px 0 25px;}
#copyright{ 
	float: left;
    padding: 20px 0% 0;
    width: 100%;
}
#copyright a, #copyright a:visited{ float:right; margin-top: -10px;}


#footer{
	position: relative;
    z-index: 99999999999999999;
}


#footersidebar{
	width: 98%;
    padding: 0px 1%;
}

.moduletable_menu-footer{
	float: left;
    width: 24%;
}


.moduletable_menu-footer h3{
	margin-bottom:10px;
	color:#213adb;
	border-bottom: 2px solid #ddd;
    clear: both;
    font-size: 36px;
    padding-bottom: 8px;
}

.moduletable_menu-footer li{
	border-bottom: 1px solid #ddd;
    font-size: 13px;
    padding: 5px 0;
    float: left;
    width: 100%;
    margin-right: 0%;
	list-style:none;
}

.moduletable_sobre{
	float: left;
    MARGIN: 1%;
    width: 31.33%;
    TEXT-ALIGN: CENTER;
}

.moduletable_footer{
	float: right;
    margin-bottom: 10px;
    width: 30%;
}

.moduletable_footer h3{
	margin-bottom:10px;
}

.moduletable_horario{
	float:left;
	margin-left:50px;
}	

.moduletable_horario img{
	margin-top: -80px;
    position: absolute;
    right: 15px;
}

.gallery .pagination ul {
    margin: 0;
    text-align: center !important;
}

.gallery .pagination li {
    background: none repeat scroll 0 0 #000;
    display: inline;
    margin: 0 5px;
    padding: 3px 10px !important;
}

.gallery .pagination li:hover {
    background: none repeat scroll 0 0 #2F3337;
}


.gallery .pagination li a{
	color:#eab254;
}

.gallery .pagination li a:hover{
	color:#000;
}

.pagination-list li.disabled{
	background: none repeat scroll 0 0 #2F3337;
}

.pagination-list li.disabled a{
	color:#000;
}


.tp-bannertimer{
	display:none;
}

.fullwidthbanner-container {
    margin-bottom: 0px !important;
	}
	
	
div.itemHeader h2.itemTitle {
    font-family: "Arial",sans-serif;
}

.gkNspPM-PortfolioGrid {
    margin: 16px;
}

.gkNspPM-PortfolioGrid > .figure{
	background:none;
	padding-bottom: 25px;
}

.gkNspPM-PortfolioGrid > .figure img {
    width:95%;
	text-align:center;
	margin:0 auto;
}
	
.gkNspPM-PortfolioGrid .figcaption h3 a:active, .gkNspPM-PortfolioGrid .figcaption h3 a:focus, .gkNspPM-PortfolioGrid .figcaption h3 a:hover {
    color: #2F3337;
}	
	
.gkNspPM-PortfolioGrid.with-overlay .figcaption > div {
    bottom: 0;
    height: 35%;
    padding: 0 0px;
    position: absolute;
    width: 100%;
}	
	
div.itemImageGallery {
    border: 1px solid #ccc;
    float: right;
    height: 263px;
    margin: 6px 0 10px 30px;
    padding: 8px;
    width: 400px;
}	
	
.itemImageGallery h3{
	display:none;
}	
	
	
#slider1_container{
	display: none;
    height: 263px ;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 400px;	
	}
	
.slidess{
	cursor: move;
    height: 263px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 400px;
}

a.readon {
	background-color:#2F3337;
	display:inline-block;
	cursor:pointer;
	color:#fff !important;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 25px;
	text-decoration:none;

	
	text-align:center;
	width: 75px;
	float: none !important;
	
	margin: 10px auto 0;
	
	-webkit-transition: background 0.5s ease-in; /*safari and chrome */
	-moz-transition: background 0.5s ease-in; /* firefox */
	-o-transition: background 0.5s ease-in; /* opera */
}

a.readon:hover {
	background-color:#213adb;

}

.simplemodal-container{
	z-index:999999999999999999 !important;
	}

.box-service{
	border-bottom: 1px solid #eee !important;
    margin-top: 545px;
    position: absolute;
    width: 270px;
	border:0px;
	background: none ;
}

.nspPages20 {
    position: relative;
}

.texto-home{
	float:left;
	width:100%;
}

.texto-home img{
	 float: right;
	 padding-left: 40px;
    margin-top: -161px;
    margin-right: 54px;
    position: relative;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.texto-home h4{
	font-size:17px;
}


/* NÃO RESPONSIVO */

.nspArt {
    /*width: 25% !important;*/
	height: auto;
	text-align: center;
	margin-bottom:30px;
}



.moduletable_newssletter{
	background:#2F3337;
	width:100%;
	float:left;
	display: none;
	}
	
.acymailing_module_newssletter{
	margin: 0 auto;
    max-width: 1145px;
    padding: 25px 15px 20px;
}	


.acymailing_introtext {
    display: block;
    padding-bottom: 10px;
    float: left;
    color: #fff;
    width: 40%;
    font-size: 17px;
}

table.acymailing_form {
    width: 58%;
	float: right;
    margin-bottom: 20px;
}

.acymailing_form input{
    font-size: 15px;
    padding: 10px 10px;
    margin-top: 2px;
}

.subbutton {
	 background: #26292D none repeat scroll 0 0 !important;
    color: #fff !important;
    float: left;
    margin-left: 2px;
    margin-top: 2px !important;
    padding: 14px 20px !important;
	width: 98%;
}

.subbutton:hover {
	background: #213adb none repeat scroll 0 0 !important;
	}
	
div.acymailing_module_success {
    background-color: transparent;
    color: #fff;
    margin-bottom: 0px;
    padding: 0;
    z-index: 10;
    font-size: 17px;
    text-align: center;
}	



.moduletable_menufotos{
	float: left;
    margin: 0 0 0 1%;
    width: 22%;
}

.moduletable_menufotos h3{
	color: #000;
    font-size: 30px;
}

.jgtreeview {
    overflow: hidden;
}

.gallerymenu{
	float: right;
    width: 75%;
}

.dtree {

}

.dTreeNode img{
	display:none;
}

.dTreeNode a{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-bottom: 1px dotted #ddd;
    float: left;
    font-size: 16px;
    padding: 12px 0 !important;
    width: 100%;
	white-space: normal !important;
}

#sjgTreeView1630{
	display:none;	
}

.dTreeNode{display:none !important;}

.clip div.dTreeNode{
	display:block !important;
}
.clip{display:block !important}

#djgTreeView2110 div.dTreeNode a{
	font-size:13px;
}

#sjgTreeView2111, #sjgTreeView2112, #sjgTreeView2113{
	font-weight:bold !important;
	font-size:16px !important;
	text-transform:uppercase;
}



#jm-videogalleries{
	float: left;
    margin-left: 1.5%;
    position: relative;
    width: 97.3%;
}

.jmvideogalleries_videos_item {
    overflow: hidden;
    position: relative;
}

.jmvideogalleries_videos_title {
	background-color:#2F3337 !important;
	color:#ffffff !important;
}





div.itemListCategory {
    background: none;
    border: 0px solid #ddd;
    margin: 0px 0;
    padding: 0.2%;
}

.titulo-k2{
	display:none;
}



div.catItemImageBlock {
    float: left;
    margin: 0 3% 0px 0;
    padding: 0;
    width: 30%;
}


.catItemImage img{
	width:100% !important;
	height:auto !important;
	border: 0 solid #ccc !important;
    padding: 0 !important;
}

.titulo-agenda{
	float: left;
    margin-bottom: 5px;
    width: 65%;
	font-size: 18px;
}

div.itemContainer {
    border: 1px solid #ddd;
    float: left;
    margin: 1%;
    padding: 1%;
    width: 45.5% !important;
}


div.catItemIntroText {
	float:left;
    width: 65%;
	font-size: 14px;
}


div.catItemExtraFields, div.genericItemExtraFields {
    border-top: 1px dotted #ddd;
    margin: 5px 0 0;
    padding: 8px 0 0;
}

div.catItemExtraFields h4, div.genericItemExtraFields h4 {
    font-size: 18px;
}


div.catItemReadMore {
    display: inline;
    float: left;
    margin-bottom: 0px;
    width: 100%;
}

div.catItemReadMore a {
    background: #2F3337 none repeat scroll 0 0;
    color: #fff;
    float: right;
    padding: 5px 30px;
	border-bottom: 2px solid #000;
	
	-webkit-transition: background 0.5s ease-in; /*safari and chrome */
	-moz-transition: background 0.5s ease-in; /* firefox */
	-o-transition: background 0.5s ease-in; /* opera */
}

div.catItemReadMore a:hover {
	background: #213adb none repeat scroll 0 0;
	border-bottom: 2px solid #2F3337;
}


div.catItemExtraFields ul li span.catItemExtraFieldsLabel, div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
    width: 27%;
}

.moduletable_parceiros{
	padding: 0 1%;
    width: 98%;
}


.moduletable_parceiros h3{
	border-bottom:1px dotted #ddd;
	padding-bottom: 7px;
}

#outermain2{
    margin-top: 0px;
    padding: 90px 0 120px;
	position: relative;
    z-index: 3333;
	margin-bottom:-30px;
	}
	
#outermain2 div.intermain {
			background: url(../images/mainbottombg.jpg) no-repeat center -200px #f7f2f2;
			bottom: -30px;
			left: -1000px;
			overflow: hidden;
			pointer-events: none;
			position: absolute;
			right: -1000px;
			top: 0px;
			transform: rotate(-4deg);
		}	

	
#outermain3{
    margin-top: 10px;
    padding: 30px 0;
	position: relative;
    z-index: 3333;
	background: #213adb none repeat scroll 0 0;
}
	
.moduletable_mapa{
	position: relative;
    z-index: 3333;
	float:left;
	width:100%;
	line-height: 0;
}	
	
	
.moduletable_agendas{

}	

.moduletable_agendas h3 {
    border-bottom: 1px solid #fff;
    color: #ffffff;
    font-size: 35px;
    margin: 0 0 10px 0%;
    padding: 0 0 4px;
    text-align: center;
    text-transform: none;
}

div.k2ItemsBlock ul {
    list-style: none;
}


div.k2ItemsBlock ul li {
    float: left;
    width: 23%;
    margin: 1%;
    background: none;
	padding: 0;
	float:left;
	border-bottom: 0 none;
	margin-bottom:20px;
}

div.k2ItemsBlock ul li a.moduleItemTitle {
    float: left;
    min-height: 40px;
    width: 100%;
	color: #fff;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    border: 0px solid #ddd;
    float: right;
    margin: 2px 0 4px;
    padding: 0;
}

div.moduleItemExtraFields ul li {
    float: left;
    margin: 0 0 3px !important;
    width: 100% !important;
}


div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    line-height: 120%;
    padding: 4px 0;
    color: #fff;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


div.k2ItemsBlock ul li div.moduleItemExtraFields {
    color: #fff;
}

div.k2ItemsBlock ul li div.moduleItemExtraFields  b{
	color: #ffffff;
    float: left;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
}

div.k2ItemsBlock a.moduleCustomLink {
    border-top: 1px solid;
    float: left;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
	color:#ffffff;
}
	
	
.links-social a{
	float:none !important;
}

.links-social i{
		font-size:20px;
}

.links-social{
	
	display: none;
    float: none;
}

.links-social-topo{
	color: #fff;
    float: right;
    text-align: right;
    width: 40%;
	display:none;
}
	
.links-social-topo a{
	color:#fff;
}	




.moduletable_newssletterdown{
	float: right;
    width: 23%;
	padding:1%;
	background:#eee;
}


.moduletable_newssletterdown div.acymailing_introtext{
	color: #000;
    width: 100%;
}


.moduletable_newssletterdown table.acymailing_form {
    float: right;
    margin-bottom: 20px;
    width: 100%;
}


.moduletable_newssletterdown div.acymailing_module_form td {
	 width: 100%;
	 float: left;
}



.stemplate{
	float: left;
    position: fixed;
    width: 100%;
    z-index: 2147483647;
	padding-top: 15px;
    padding-bottom: 15px;
	background: #111 none repeat scroll 0 0;
}

.moduletable_select{
	margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}
	
	
.moduletable_select h3{
	float: left;
    text-align: left;
    width: 20%;
}	

#tpllist{
	float:left;
	width:60%;
}

#tplbtns{
	float:right;
	width:20%;
}

#jTemplateReset, #jTemplateRolling{
	display:none;
}

.moduletable_projects{
	float:left;
}

.joomcat_projects{
	
}

.joomcat_projects li{
	list-style:none;
}

.galleria-joom {
    float: left;
    margin: 0 0.5%;
    width: 24% !important;
}

.image-joom a img{
	box-sizing: border-box;
    width: 100%;
}


.engenharia{
	float:left;
	width:30.33%;
	margin:0 1.5% 2%;
}
.engenharia h3{
	border-bottom:2px solid #bcd235;
	margin-bottom:10px !important;
}

.engenharia li::before {
    color: #bcd235;
    content: "\f046";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    margin-left: 0;
    vertical-align: top;
    width: 1.5em;
}

.engenharia ul li{
	list-style:none;
}


.destaque-texto{
	float:left;
	width:100%;
	padding:20px 20px;
	box-sizing:border-box;
	background:#eee;
	border-radius:10px;
	border-bottom:3px solid #ccc;
}

.destaque-texto a{
	color:#103989;
	font-weight:bold;
}

.destaque-texto p{
	margin:0px;
}


.boxServicos{
	float:left;
	width:33.33%;
	padding:2%;
	box-sizing:border-box;
	text-align:center;
}

.boxServicos a{
	font-weight: bold;
    padding: 10px 20px;
    background: #eee;
    border-radius: 30px;
    border-bottom: 3px solid #ccc;
    display: inline-block;
	transition:all 0.5s;;
}

.boxServicos a:hover{
	background:#ccc;
}


.filiaisContato{
	float: left;
    width: 33.33%;
    padding-right: 2%;
    box-sizing: border-box;
    margin: 15px 0;
}


.joomimg_row {
    overflow: hidden;
    padding: 0;
	line-height: 0;
}

.joomimg149_img {
    box-sizing: border-box;
    padding: 5px;
}

.linksList{
	list-style:none;
}

.linksList li{
	font-size:13px;
	padding:4px 0px;
}

.linkCol{float:left; width:50%;}


.modal-backdrop {
    z-index: 88888888;
}

#jm-video-myModal {
    z-index: 999999999999999 !important;
}

#lbOverlay {
    z-index: 9999999999 !important;
}

#lbCenter, #lbBottomContainer {
    z-index: 99999999999;
}

.bt-eventos, .bt-eventos:visited{
	display: inline-block;
    background: #213adb;
    color: #fff;
    padding: 8px 20px;
    font-weight: bold;
    border-bottom: 3px solid #162898;
	transition:all 0.4s;
}

.bt-eventos:hover{
	background:#162898;
	color:#fff;
}

.redes-topo{
	float:left;
}

.redes-topo a{
	color: #fff;
    padding: 0 2px;
}


.redes-topo a em{
	color: #fff;
    font-size: 20px;
}

#jcemediabox-popup-page {
    z-index: 99999999999;
}

.fimAno{
	float:left;
	width:101%;
	margin-left:-0.5%;
	margin-bottom:40px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

.fimAno img{
	width:49%;
	padding:0.5%;
	float:left;
	margin-bottom:20px;
}

.xdsoft_datetimepicker{
	    z-index: 99999999999999 !important;
}



#sbox-overlay, #sbox-window, #dailyfullscreen{position:fixed; z-index:99999999999999999999999999 !important;}


.nspArtPag div.tcenter{
	float:none !important;
}


.nspArt .fleft {
    float:none !important;
	}