/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 199px;
  font-family: 'Open Sans', sans-serif;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 60px;
}

/* Classes Basicas
-------------------------------------------------- */
strong {
	font-weight: 800;
}
p {
	margin: 0 0 25px;
}
h1{
  font-weight: 600;
  font-size: 40px;
  color: #414C6C;
  text-transform: uppercase;
  line-height: 35px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
h2 {
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	color: #414C6C;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: #414C6C;
}
h4 {
	font-size: 18px;
	font-weight: 400;
}
a,
a:link,
a:visited{
	color: #6695af;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
a:hover,
a:focus,
a:active{
	color: #4C5C7A;
	text-decoration: none;
}
a img{
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.breadcrumb {
	font-size: 15px;
	font-weight: 200;
	margin: 30px 0;
}
.bfQuickMode .icon-asterisk {
	background: url(../images/ico-asterisco.png) no-repeat;
}
.page-header {
	padding: 0;
	border: 0;
	margin: 0;
}



/* Estilo do header
-------------------------------------------------- */

header {
	background: rgba(236, 236, 236, 0.93);
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	z-index: 201;
	position: fixed;
	width: 100%;
	height: 100px;
	transition: all 0.4s;
}
header.minimum {
	height: 50px;
	border-top: 0;
}
header p {
	margin: 0;
}
.logo{
	float: left;
}
.logo img {
	transition: all 0.4s;
}
.minimum .logo img {
	width: 60px;
	height: auto;
}
.topo-direita {
	transition: all 0.4s;
	top: 0px;
	position: relative;
}
.minimum .topo-direita {
	top: -54px;
	position: relative;
}
.linha-topo {
	width: 100%;
	height: 10px;
	background: #414C6C;
	position: relative;
	z-index: 10;
	top: -10px;
	transition: all 0.4s;
}
.minimum .linha-topo{
	top: -20px;
	margin-bottom: -10px;
}
.fone {
	float: right;
	text-align: right;
	font-size: 20px;
	color: #4E5D7C;
	line-height: 31px;
	margin-left: 20px;
}
.busca {
	float: right;
}
.busca .button {
	margin-left: -32px;
}
.busca input {
	border-radius: 3px;
}
.banner {
	overflow: hidden;
}


/* Estilo do menu
-------------------------------------------------- */
header nav{
	float: right;
	text-align: right;
	transition: all 0.4s;
	clear: right;
}
.minimum nav{
	margin-top:13px;
}
.responsiveMenuTheme2{
	font-weight: 500;
	font-size: 18px;
	background: transparent;
	font-family: 'Open Sans', sans-serif;
}
.responsiveMenuTheme2.isDesktop li a, 
.responsiveMenuTheme2.isDesktop li span.separator, 
.responsiveMenuTheme2.isDesktop li span.navHeader,
.responsiveMenuTheme2.isDesktop > li > a {
	color: #321f4c;
 	border: none; 
 	margin-left: 5px;
}
.responsiveMenuTheme2.isDesktop a:hover, 
.responsiveMenuTheme2.isDesktop li > span.separator:hover,
.responsiveMenuTheme2 a:hover, 
.responsiveMenuTheme2 li > span.separator:hover {
	color: #777;
	background-color: transparent;
}
.responsiveMenuTheme2 li.active > a,
.responsiveMenuTheme2.isDesktop li.active > a{
	color: #fff;
	background-color: #414C6C;
}
.responsiveMenuTheme2.isDesktop .parent li a{
	background: #ddd;
	color: #321f4c;
	text-align: left;
	font-size: 15px;
} 
.responsiveMenuTheme2.isDesktop .parent li a:hover,
.responsiveMenuTheme2.isDesktop .parent li.active a{
	background: #eee;
}
.responsiveMenuTheme2 span.linker {
	padding: 5px 0;
}
.toggleMenu span {
	display: none;
}
.responsiveMenuTheme2.isDesktop span.opener {
	padding: 5px 0;
	background-position: 10px 5px;
	background-image: url(../images/down-bg-1.png);
}
.responsiveMenuTheme2.isDesktop li.active span.opener {
	background-image: url(../images/down-bg-2.png);
}
.responsiveMenuTheme2 span.opener {
	background-position: 15px center;
	background-size: 20px;
	padding: 5px 0;

}
.toggleMenu{
	background: url(../images/icon-menu.png) 0 0;
	width: 27px;
	height: 22px;
	padding: 0;
	border-radius: 0px;
	margin-top: 13px;
}
.toggleMenu:hover,
.toggleMenu.active{
	background-position: 0 22px;
	border-radius: 0px;
}
.responsiveMenuTheme2.isMobile > li{
	border: none;
	width: auto;
}
.responsiveMenuTheme2.isMobile > li a {
	border-bottom: 1px solid #2f3851;
	background: #414c6b;
	padding: 0 30px;
	line-height: 15px;
	color:#fff;
}
.responsiveMenuTheme2 li li > a {
	border-top: none;
}
.responsiveMenuTheme2.isMobile > li a:hover {
	background: #303a56;
}
.responsiveMenuTheme2.isMobile .parent li a {
	background: #4f5978;
	font-size: 14px;
	padding-right: 60px;
}
.responsiveMenuTheme2.isMobile .parent li a:hover {
	background: #303a56;
}




/* Estilo do Conteudo
-------------------------------------------------- */
.meio {
	padding-bottom: 40px;
}
ul.flex {
	display: -ms-flex;
	display: -o-flex;
	display: -moz-flex;
	display: -webkit-flex;
    	display: flex;
	-ms-flex-wrap: wrap;
    	-o-flex-wrap: wrap;
    	-moz-flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
    	margin: 0 0 20px 0;

}
ul.flex li{
	-ms-flex:1 1 auto;
	-o-flex:1 1 auto;
	-moz-flex:1 1 auto;
	-webkit-flex:1 1 auto;
    	flex: 1 1 auto;
	list-style: none;
	text-align: center;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	width: 180px;
}

.btn-primary {
  border-radius: 0;
  border: none;
  color: #fff;
  text-shadow: none;
  background-color: #414C6C;
  background-image: -moz-linear-gradient(top,#08c,#04c);
  background-image: none;
  background-image: none;
  background-image: -o-linear-gradient(top,#08c,#04c);
  background-image: none;
  background-repeat: repeat-x;
  border-color: inherit;
  border-color: inherit;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.faixa {
	background: #d9deea;
}
.custom-solicite {
  text-align: center;
  padding: 40px 20px;
}
.custom-box1 {
  background: #576589;
  text-align: center;
  padding: 40px 20px;
  color: #fff;
  margin-right: -20px;
  height: 300px;
}
.custom-box2 {
  background: #6e7ca3;
  text-align: center;
  padding: 40px 20px;
  color: #fff;
  margin: 0 -20px;
  height: 300px;
}
.custom-box3 {
  background: #818fb4;
  text-align: center;
  padding: 40px 20px;
  color: #fff;
  margin-left: -20px;  
  height: 300px;
}
.custom-box1 h2, 
.custom-box2 h2,
.custom-box3 h2 {
  color: #fff;
}
.custom-box1 a:link,
.custom-box1 a:visited,
.custom-box2 a:link,
.custom-box2 a:visited,
.custom-box3 a:link,
.custom-box3 a:visited {
  background: #fff;
  padding: 5px 20px;
  display: inline-block;
  color: #576589;
}
.custom-box1 a:hover,
.custom-box1 a:focus,
.custom-box2 a:hover,
.custom-box2 a:focus,
.custom-box3 a:hover,
.custom-box3 a:focus {
  background: #dee2ee;
  color: #576589;
}
.custom-dest, .custom-dest1, .custom-dest2, .custom-dest3, .custom-dest4 {
  text-align: center;
  margin: 50px 0;
}
.custom-dest a:link img,
.custom-dest a:visited img{
  width: 100px;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.custom-dest a:hover img,
.custom-dest a:focus img{
	opacity: 0.8;
}


/* Estilo da Lateral
-------------------------------------------------- */

.lateral {margin-top: 75px;}

a:link.btn-orcamento,
a:visited.btn-orcamento {
  background-color: #414C6C;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 25px;
  font-size: 25px;
  color: #fff;
  padding: 13px 0px;
  border-bottom: 4px solid #18254A;
}
a:hover.btn-orcamento,
a:focus.btn-orcamento {
  background-color: #2F374C;
}

ul#accordeonck102 { padding:0; margin: 0; }
ul#accordeonck102 li ul li{ border: none; list-style: none; }
ul#accordeonck102 li ul li a{ padding-bottom: 0; padding-top: 0; padding-right: 20px;}
ul#accordeonck102 li ul{ padding-bottom: 0; padding-left: 0; }
ul#accordeonck102 li ul li { margin: 0 0 0 15px; border-bottom: 1px solid #E0E0E0;}
ul#accordeonck102 li ul li:last-child { border: none;}
ul#accordeonck102 li.level1 {padding-right: 15px;}
ul#accordeonck102 li:hover.level1, #accordeonck116 li.open { background: #F7F5F5;}

#accordeonck102 li.level2 {
  margin: 0 -15px 0 -3px;
  padding: 5px 15px;
}
#accordeonck102 li.level2:hover, #accordeonck102 li.level2.open {
  background: #E7E7E7;
}
#accordeonck102 li.level2 > a:hover {
  color: #000;
}
ul#accordeonck102 li.level3 {
  margin: 0 -15px;
  padding: 5px 15px 5px 30px;
}
#accordeonck102 li.level3:hover {
  background: #DADADA;
}
#accordeonck102 li.level3 > a:hover {
  color: #000;
}
#accordeonck102 img.toggler {
  margin-top: 10px;
}




/* Classes da pagina de resultados de busca
-------------------------------------------------- */
.search fieldset {
	float: left;
	width: 50%;
}
.result-category {
	font-size: 11px;
	color: #B2B2B2;
}
.result-created {
	display: none;
}
.result-text{
	margin-bottom: 30px;
}
.btn{
	margin: 0;
}




/* Estilo do footer
-------------------------------------------------- */

footer {
	border-top: 4px solid #DBE6ED;
	background: #EEF3F7;
}
#ci {
  background: #414C6C;
  font-size: 10px;
  padding: 5px 0;
}
#ci p {
	margin: 0;
}

.breadcrumb .icon-location {
	display: none;
}

footer .span1 img {
	padding-top: 20px;
}

footer .span1 a:hover{
	opacity: 0.8;
}


@media (max-width: 767px){
body{
  margin-bottom: 0;
}

#ci, header, .banner, .linha-topo{
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
footer {
  position: inherit;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
}

.breadcrumb{
	margin: 20px 0;
}
header {
	position: relative;
}
.fone { 
	display: none;
}
.busca {
	display: none;
}
nav {
	float: none;
	margin-top: 0;
	position: absolute;
	right: 20px;
	top: 20px;
}
.custom-box1,
.custom-box2,
.custom-box3 {
  margin: 0 -20px;
}

}