/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/

body {
  /*padding-top: 100px;*/
  background: #fff;
  font-family: 'Roboto', sans-serif;
  /*font-weight: 300;*/
  color: #64686d;
  line-height: 26px;
}
.inicio{
	padding-top: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #64686d;
	line-height: 26px;
	background-image: url(../images/bginicio.jpg);
	background-repeat: no-repeat;
	background-position: center 115px;
	background-color: #fff;
}
h1,
h2,
h3,
h4
 {
	font-size: 22px;
	font-weight:400;
	line-height: 1;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 2px #FFF;
	font-family: Roboto;
	margin-top: 10px;
}
h5,
h6 {
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.h100{
	height:100px;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
 /* margin-bottom: 50px;*/
}
.section-header .section-title {
font-weight: 400;
font-size: 34px;
color: #272727;
text-transform: uppercase;
position: relative;
margin: 0 0 20px;
text-shadow: 1px 1px 5px rgb(255, 255, 255);
text-align: left;
margin-left: 10px
}
/*.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: #ebebeb;
}*/
.section-header .section-title3:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  background: url(../images/ico.png) center top no-repeat;
}
.section-header .section-title2:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #005484;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.btn.btn-principal {
  color: #FFF;
  background: #990000;
  border-color: #990000;
}
.btn.btn-principal:hover,
.btn.btn-principal:focus {
  background: #333;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/

@media only screen and (max-width: 430px) {
.navbar-brand {
 width:40%;
}
.logomarca {
 width:220%;
}
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
	height: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.nav > li {
  padding-left: 2px;
}
@media only screen and (min-width: 768px) {
	#main-menu{
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	text-transform: uppercase;
	}
  #main-menu.navbar-default .navbar-nav{
	/*	border-top: 1px solid #DBDBDB;*/
	}
	}

  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
	left: 0px;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #FFF;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #FFF;
	font-weight:bold;
    background-color: transparent;
  }
  #main-menu.navbar-default li ul li a{
    display: block;
    color: #666666;
    line-height: 1;
    padding: 12px 0px 12px 30px;   
}
#main-menu.navbar-default li ul li{
    text-align: left;
    line-height: 1;
}
#main-menu.navbar-default li ul li:hover>a{
    color: #fff;
}

#frasetopo{
font-family: 'Open Sans Condensed', sans-serif;
overflow: hidden;
position: relative;
text-decoration: none;
float: right;
text-transform: none;
line-height: 20px;
min-width: 480px;
text-align: right;
padding-right: 16px;
padding-bottom: 1px;
font-size: 18px;
}

#contatotopo{
color: #005484;
font-family: 'Open Sans Condensed', sans-serif;
overflow: hidden;
position: relative;
font-size: 14px;
text-decoration: none;
float: right;
text-transform: uppercase;
line-height: 20px;
text-align: right;
padding-right: 16px;
padding-bottom: 3px;
}
.texto-busca-bar{
	color: #ABABAB;
}
.contatot{
font-family: 'Open Sans Condensed', sans-serif;
font-size: 14px;
}
.laranja{
	color: #F16439;
}
.azul{
	color: #005484;
}
.vinho{
	color: #990000;
}
.amarelo{
	color: #F2CB3F;
}
.preto{
	color: #000000;
}
.backamarelo{
	background-color: #F2CB3F;
	color: #FFF;
	float: left;
}
}

/** imoveis **/


.ui-ribbon-container {
    position: relative;
}
.fixed_height_330 {
    height: 330px;
}
.fixed_height_370 {
    height: 370px;
}
.ui-ribbon-container .ui-ribbon-wrapper {
    position: absolute;
    overflow: hidden;
    width: 85px;
    height: 88px;
    top: -3px;
    right: -3px;
}
.ui-ribbon-container .ui-ribbon {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    transform: rotate(45deg);
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    line-height: 20px;
    background-color: #888;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.ui-ribbon-container .ui-ribbon::after, .ui-ribbon-container .ui-ribbon::before {
    position: absolute;
    content: " ";
    line-height: 0;
    border-top: 2px solid #888;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}
.ui-ribbon-container .ui-ribbon::after, .ui-ribbon-container .ui-ribbon::before {
    position: absolute;
    content: " ";
    line-height: 0;
    border-top: 2px solid #888;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}
.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 0px;
}
.x_title h2 {
	font-size: 16px;
    font-weight: 400;
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 15px;
}
.x_title p {
    margin: 2px 0 2px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
	text-transform: uppercase;
  line-height: 15px;
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}
.x_content h2 {
  font-size: 16px;
    font-weight: 400;
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.x_content p {
    margin: 2px 0 2px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
  text-transform: uppercase;
}
.lh-15{
  line-height: 15px;
  text-align: center;
padding: 0px;
}
.valor-det {
    text-transform: uppercase;
    margin-left: 10px;
    font-weight: 400;
    line-height: 22px;
}
.top-15{
  padding-top: 20px;
}

/** menu bootstrap **/

.dropdown{position:relative}
.dropdown-toggle:focus{outline:0}
.dropdown-menu{
	position:absolute;
	top:100%;left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:160px;
	padding:5px 0;
	margin:2px 0 0;
	font-size:11px;
	text-align:left;
	list-style:none;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175)
	}
	.menu ul > li:hover ul { display: block; visibility: visible; opacity: 1.0; filter: alpha(opacity=100);}
	.dropdown-menu.pull-right{right:0;left:auto}
	.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
	.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}
	.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{
		color:#262626;
		text-decoration:none;
		background-color:#f5f5f5
		}
		.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{
			color:#fff;
			text-decoration:none;
			background-color:#337ab7;
			outline:0
			}
			.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}
			.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{
				text-decoration:none;
				cursor:not-allowed;
				background-color:transparent;
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
				.open>.dropdown-menu{display:block}
				.open>a{outline:0}
				.dropdown-menu-right{right:0;left:auto}
				.dropdown-menu-left{right:auto;left:0}
				.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}
				.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}
				.pull-right>.dropdown-menu{right:0;left:auto}
				.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}
				.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}
				@media (min-width:768px){
					.navbar-right .dropdown-menu{right:0;left:auto}
					.navbar-right .dropdown-menu-left{right:auto;left:0}
				}
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}
ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
}
.f-paragrafo{
font-family: "Roboto", sans-serif;
font-size: 16px;
color: #888;
}

#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 500px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
font-size: 16px;
font-family: Roboto;
color: rgb(153, 153, 153);
text-shadow: 1px 1px 2px rgb(255, 255, 255);
text-transform: uppercase;
}
#main-slider .slider-inner h2 {
margin-top: 180px;
font-size: 36px;
line-height: 1;
text-transform: uppercase;
color: #990000;
text-shadow: 1px 1px 2px #FFF;
font-family: Roboto;
}
#main-slider .slider-inner h2 > span {
  color: #005484;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
  padding: 50px 0;
  background-color: #eeeeee;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 40px;
}
#cta2 {
  background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #45aed6;
}
#features {
  padding: 30px 0;
}
#features .media.service-box:first-child {
  margin-top: 80px;
}
#services {
  padding: 20px 0 75px;
}
.pdt-section{
	min-height: 300px;
}
.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
 font-size: 20px;
height: 44px;
line-height: 44px;
text-align: center;
width: 44px;
border-radius: 100%;
color: #D7D7D7;
box-shadow: 0px 0px 0px 1px #D7D7D7 inset;
transition: background-color 400ms ease 0s, background-color 400ms ease 0s;
position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #990000;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #999 0%, #000000 100%);
  background-image: -webkit-linear-gradient(90deg, #999 0%, #000000 100%);
  background-image: -ms-linear-gradient(90deg, #999 0%, #000000 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
#portfolio {
  padding: 100px 0;
  background: #f5f5f5;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  /*width: 24.9%;*/
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  max-width: 280px;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 10px;
	position: relative;
	border: 2px solid #3963AD;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background-color: #3963AD;
}
.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}
.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}
/* Caption Style */
.mask figure {
	overflow: hidden;
}
.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .mask figure:hover img, .mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .mask figure:hover figcaption, .mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mask figcaption a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 30px;
}

/*pagina index*/
#inicial .portfolio-items {
  margin: -15px;
  margin-top: 100px;
}
#inicial .portfolio-item {
  width: 100%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#inicial .portfolio-item .portfolio-item-inner {
  position: relative;
}
#inicial .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#inicial .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#inicial .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#inicial .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
#inicial .img-responsive{
	border: 1px solid #005484;
    border-radius: 5px;
}
#inicial .section-header .section-title {
	font-size: 35px;
	color: #272727;
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 20px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#testimonial {
  background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#about {
  padding: 100px 0;
}
#work-process {
  padding: 100px 0 50px;
  background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#work-process h2 {
  color: #fff;
}
#work-process h3 {
  color: #fff;
  margin-bottom: 0;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #45aed6;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #45aed6;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
  margin-bottom: 50px;
}
#meet-team {
  padding: 100px 0;
}
#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#meet-team .team-member:hover {
  border-color: #45aed6;
}
#meet-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meet-team .social-icons > li {
  display: inline-block;
}
#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
#pricing {
  padding: 100px 0 70px;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
#pricing ul.pricing li {
  display: block;
  padding: 10px;
}
#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}
#get-in-touch {
  padding: 10px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}
#blog {
  padding: 30px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#contact {
	position: relative;
	overflow: hidden;
	background-color:#FFF;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  /*margin-top: 50px;*/
}
#contact .contact-form h3 {
  margin-top: 0;
}
.top50{
	padding-top: 50px;
}
#financiamento {
    padding-top: 0px;
    padding-bottom: 0px;
    color: rgb(156, 156, 156);
    background-color: rgb(255, 255, 255);
    border-top: 3px solid #ADADAD;
    background-color: #EFEFEF;
}
/***********************
********* Footer ******
************************/

/*tela p*/
@media screen and (max-width: 499px){
    .bt-whats{
    bottom: 30px!important;
    right: 30px!important;
    }
}
/* botao to top*/
.scrollToTop{
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
background: #404040;
border-radius: 7px 7px 0 0;
bottom: 0;
color: #FFF;
display: block;
height: 9px;
opacity: 0.5;
padding: 13px 10px 35px;
position: fixed;
left: 10px;
text-align: center;
text-decoration: none;
min-width: 49px;
z-index: 1040;
}
.scrollToTop:hover{
	text-decoration:none;
}
/* botao whats*/
.bt-whats{
background: #4dc247;
bottom: 0;
color: #FFF;
display: block;
height: 50px;
width: 50px;
border-radius: 50%;
padding: 10px;
position: fixed;
right: 10px;
text-align: center;
text-decoration: none;
min-width: 49px;
z-index: 1040;
}
.bt-whats:hover{
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	color: #fff;
}
#footer {
  padding-left: 15px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  /*list-style: none;*/
  padding: 0;
  margin: 0 -7.5px;
  padding-left: 20px;
}
#footer ul > li {
  /*display: inline-block;*/
  margin: 0 7.5px;
}
#footer hr {
  border-top: 1px solid #666;
  border-bottom: 0px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
  /*  float: right;*/
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/*formulario box*/
.form-box{
  height: 50px;
  background: none;
}
.form-box-caixa{
  background-color: #ffffffe6 !important;
  max-width: 500px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bg-contato-fixed {
	height: 200px;
	text-align: center;
	background-attachment: fixed;
	background-color: transparent;
	background-image: url(../images/contato-fixa.png);
	background-repeat: no-repeat;
	background-position: left 100px;
}
.bg-detalhes-fixed {
	height: 120px;
	text-align: center;
	background-attachment: fixed;
	background-color: transparent;
	background-image: url(../images/fixa-detalhes.png);
	background-repeat: no-repeat;
	background-position: left 100px;
}
.bg-financiamento-fixed {
	height: 180px;
	text-align: center;
	/*background-attachment: fixed;*/
	background-color: transparent;
	background-image: url(../images/fixa-financiamento.png);
	background-repeat: no-repeat;
	background-position: left 100px;
}
.bg-links-fixed {
	/*height: 200px;*/
	text-align: center;
	/*background-attachment: fixed;*/
	background-color: transparent;
	background-image: url(../images/links-fixa.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-dp-fixed {
	height: 200px;
	text-align: center;
	background-attachment: fixed;
	background-color: transparent;
	background-image: url(../images/contato-fixa.jpg);
	background-repeat: no-repeat;
	background-position: left 100px;
}
.bg-artigos-fixed {
	/*height: 200px;*/
	text-align: center;
	/*background-attachment: fixed;*/
	background-color: transparent;
	background-image: url(../images/artigos-fixa.png);
	background-repeat: no-repeat;
	/*background-position: center;*/
}
.bg-clientes-fixed {
	height: 200px;
	text-align: center;
	/*background-attachment: fixed;*/
	background-color: transparent;
	background-image: url(../images/clientes-fixa.png);
	background-repeat: no-repeat;
	background-position: left 100px;
}
.bg-home-fixed {
	height: 200px;
	text-align: center;
	background-attachment: fixed;
	background-color: transparent;
	background-image: url(../images/mapa.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-produtos-fixed {
	height: 200px;
	text-align: center;
	background-attachment: fixed;
	background-color: transparent;
	background-image: url(../images/produtos-fixa.png);
	background-repeat: no-repeat;
	background-position: left 100px;
}
.bg-fixed2 {
    height: 200px;
    text-align: center;
    background: transparent url("../images/fixa3.jpg") no-repeat fixed center top / cover;
}
#portfolio .img-responsive{
	border: 1px solid #e5e5e5;
    border-radius: 5px;
}
#footer h4{
font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
text-transform: uppercase;
}
#footer p{
	/*font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-size: 14px;
	text-transform: uppercase;
}

.icone-rodape{
	width:20px;
	float:left;
	text-align: center;
	line-height: 25px;
}
#blog h4{
	font-weight: 600;
font-family: "Roboto",sans-serif;
color: #272727;
text-transform: uppercase;
font-size: 22px;
}
/* novo menu */
/* Menu CSS ------------------------------------------------------------------------ */
        .sf-menu .waves-mega-menu .mega-menu-title { font-family: Oswald, Arial, Helvetica, sans-serif;}
        ul.sf-menu > li a{ font-family: Oswald, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 400; color: #4f4f4f; }
        ul.sf-menu > li.current-menu-item,ul.sf-menu > li.current_page_item{ background-color: ; }

        ul.sf-menu li ul { background-color: rgba(39,39,39,.95);}
        ul.sf-menu ul { border-color: #16d1ac;}
        ul.sf-menu li ul li.current-menu-item a,ul.sf-menu li ul li a{ color: #fff; }
        ul.sf-menu li ul li.current_page_item a{ color: #16d1ac; }
        ul.sf-menu > li.current_page_item > a, .sf-menu > li.current_page_ancestor >a, .sf-menu > li.current-menu-ancestor >a, .sf-menu > li.current-menu-item > a{ color: #16d1ac;border-color: #16d1ac; }
        ul.sf-menu > li:hover > a, ul.sf-menu > li:hover:after{ color: #16d1ac; }

        .page-template-page-onepage-php .sf-menu > .tw-menu-active > a,
        .sf-menu .menu-item-has-children a:hover,
        .sf-menu > li.current_page_item.menu-item-has-children,
        .sf-menu > li.current_page_ancestor.menu-item-has-children,
        .sf-menu > li.current-menu-ancestor.menu-item-has-children,
        .sf-menu > li.current-menu-item.menu-item-has-children,
        .sf-menu .waves-mega-menu .mega-menu-title{ color: #16d1ac; }

        ul.sf-menu > li> a { padding-top: 39.5px}
        ul.sf-menu > li> a { padding-bottom: 39.5px}

        .sf-menu ul [class^="fa-"]:hover:before, .sf-menu ul [class*=" fa-"]:hover:before,
        .sf-menu ul .current_page_item[class^="fa-"]:before, .sf-menu ul .current_page_item[class*=" fa-"]:before
        { color: #16d1ac; }
/* Header */

#header {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
#header .container{
    position: relative;
}
#header.header-small {
    background: rgba(255,255,255,.98);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.admin-bar #header.header-small{
    top: 32px;
}
#google-map{
    margin-bottom: -7px;
}
@media screen and (max-width: 782px){
    .admin-bar #header.header-small{
        top: 46px;
    }
    .nav > li > a {
    padding: 15px 25px !important;
    font-size: 18px;
    /*padding-left: 20px!important;*/
  }
	#frasetopo{
		display: none;
	}
}
.tw-logo {
    display: table-cell;
    vertical-align: middle;
}
.tw-logo img{
    line-height: 80px;
    max-height: 80px;
}
h1.site-name, h1.site-name a {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
}
/*header*/
@media (max-width: 1199px){
#header .container {
    width: 100% !important;
}
/*.nav > li > a {
    padding: 25px 15px !important;
}*/
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    display: block;
    position: relative;
}
.sf-menu ul {
    padding: 20px 0;
    position: absolute;
    min-width: 220px;
    top: 100%;
    left: 13px;
    z-index: 99;
    display: none;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    border-top: 4px solid #16d1ac;
}
.sf-menu > li {
    float: left;    
}
.sf-menu > li.menu-item-has-children:last-child {
    padding-right: 16px;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    z-index: 9999;
    display: block;    
}

.sf-menu a {
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100% !important;
}

/* Menu Arrow Class */
.sf-menu > .menu-item-has-children > a {
    padding-right: 25px;
}
.sf-menu > .menu-item-has-children:after{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ThemeWaves Menu Styling*/
.sf-menu {
    font-family: 'Oswald', sans-serif;
    float: right;
    position: relative;
    text-transform: uppercase;
}
ul.sf-menu > li > a{
    padding: 33px 16px;
    display: block;
    color: #4f4f4f;
    font-size: 11px;
    line-height: 1;
}
ul.sf-menu > li:last-child > a{
    padding-right: 0;
}
ul.sf-menu li ul li a{
    display: block;
    color: #666666;
    line-height: 1;
    padding: 12px 0px 12px 30px;   
}
ul.sf-menu li ul li{
    text-align: left;
    line-height: 1;
}
ul.sf-menu li ul li:hover>a{
    color: #fff;
}
ul.sf-menu > li:hover > a,
ul.sf-menu > li:hover:after,
.sf-menu > li.current_page_item  > a,
.sf-menu > li.current_page_ancestor >a,
.sf-menu > li.current-menu-ancestor >a,
.sf-menu > li.current-menu-item > a,
.page-template-page-onepage-php .sf-menu > .tw-menu-active > a,
.sf-menu .menu-item-has-children a:hover,
.sf-menu > li.current_page_item.menu-item-has-children,
.sf-menu > li.current_page_ancestor.menu-item-has-children,
.sf-menu > li.current-menu-ancestor.menu-item-has-children,
.sf-menu > li.current-menu-item.menu-item-has-children {
    color: #16d1ac;
}
.menu-container{
    position: relative;
}
ul.sf-menu li ul li[class*="fa-"] a {
    padding: 12px 0 12px 60px;
}
.sf-menu [class^="fa-"]:before, .sf-menu [class*=" fa-"]:before {
    display: none;
}
.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before {
    font-family: FontAwesome;
    display: block;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 14px;
    line-height: 14px;
}
.sf-menu [class^="fa-"]:before, .sf-menu [class*=" fa-"]:before {
    color: #4F4F4F;
}
.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before{
    color: #fff;
}
.sf-menu ul [class^="fa-"]:hover:before, .sf-menu ul [class*=" fa-"]:hover:before,
.sf-menu ul .current_page_item[class^="fa-"]:before, .sf-menu ul .current_page_item[class*=" fa-"]:before{
    color: #16d1ac;
}

/* ------------ mega menu --------------- */
.row-start {
    clear:left;
}
.sf-menu .waves-mega-menu>li{
    min-height: 10px;
    float: left;
}
.sf-menu .waves-mega-menu ul,.sf-menu .waves-mega-menu li{
    border: none;
    display: block;
    position: relative;
    top: auto;
    left: auto !important;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sf-menu .waves-mega-menu .mega-menu-title{
    font-family: 'Oswald', sans-serif;
    padding: 12px 60px;
    color: #16d1ac;
}
.sf-menu .waves-mega-menu li ul li a{
    padding: 12px 60px;
}
.sf-menu .waves-mega-menu li ul li[class^="fa-"] a,
.sf-menu .waves-mega-menu li ul li[class*=" fa-"] a{
    padding:12px 0 12px 90px;
}
.sf-menu .waves-mega-menu ul [class^="fa-"]:before, .sf-menu .waves-mega-menu ul [class*=" fa-"]:before{
    left: 60px;
}
.sf-menu .waves-mega-menu li, .sf-menu .waves-mega-menu ul{
    display: inline-block !important;
    visibility: visible !important;
}
.mega-menu-items li{
    width: 100%;
}

/* ------------ mobile menu --------------- */
#mobile-menu{
    z-index: 1;
}
.show-mobile-menu {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 15px;
    margin-top: -16px;
    cursor: pointer;
    display: none;
}
.show-mobile-menu .mobile-menu-icon{
    float: left;
    width: 35px;
}
.mobile-menu-icon span {
    display: block;
    margin-bottom: 2px;
    width: 100%;
    height: 5px;
    background: #2F2F2F;
}
.mm-opened .admin-bar #header.stuck {
    top: 0;
}
html.mm-opened body{
    margin-top: 0px;
}
@media (max-width: 600px) {
    html.mm-opened #wpadminbar{
        position: fixed;
    }
}
/* Topbar */

.tw-top-bar {
    position: relative;
    background: #f2f2f2;
    border-bottom: 1px solid #e8e8e8;
    line-height: 36px;
    border-bottom: 1px solid #EDEDED;
}
.tw-top-widget {
    position: relative;
    font-size: 14px;
    color: #a4a4a4;
    text-shadow: 0 1px #fff;
    padding: 0 15px;
    border-left: 1px solid #e8e8e8;
}
.tw-top-widget.left:last-child {
    border-right: 1px solid #e8e8e8;
}
.tw-top-widget.right:first-child {
    border-right: 1px solid #e8e8e8;
}
.tw-top-widget.left{
    float: left;
}
.tw-top-widget.right {
    float: right;
}
.top-widget-title {
    display: none;
}
.tw-top-widget .tw-social-icon a{
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 36px;
    height: 36px;
    width: 36px;
    color: #a4a4a4;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition:none;
    -ms-transition: none;
    transition: none;
}

/* Search widget on top */
.button-search.fa-search {
    display: none;
}
.tw-top-widget .button-search {
    display: block;
    position: absolute;
    top: 2px;
    text-align: center;
    padding-top: 0;
    font-size: 14px;
    line-height: 34px;
    width: 20px;
    height: 34px;
}
.tw-top-widget form, .tw-top-widget  input {
    margin: 0;
}
.tw-top-widget form#searchform input:focus,.tw-top-widget .button-search:focus{
    width: 150px;
    text-indent:initial;
    padding: 0 0 0 30px;
}
.tw-top-widget form#searchform input {
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 9;
    background: transparent;
    width: 20px;
    height: 36px;
    padding: 0;
    border: none;
    text-indent: -99999px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.tw-top-widget form#searchform input::-webkit-input-placeholder {
    color: #999;
}
.tw-top-widget form#searchform input:-moz-placeholder { /* Firefox 18- */
    color: #999;
}
.tw-top-widget form#searchform input::-moz-placeholder {  /* Firefox 19+ */
    color: #999;
}
.tw-top-widget form#searchform input:-ms-input-placeholder {  
    color: #999;
}

/* Wpml widget on top */
.tw-top-widget #lang_sel li {
    width: auto;
    float: none;
}
.tw-top-widget #lang_sel a.lang_sel_sel {
    background: none;
    color: #a4a4a4;    
    padding-left: 0;
    line-height: 36px;
    border: none;
}
.tw-top-widget #lang_sel a.lang_sel_sel:after {    
    font-family: 'FontAwesome';
    content: '\f107';
    padding-left: 6px;
    font-size: 14px;
}
.tw-top-widget #lang_sel ul ul {
    z-index: 1;
    top: auto;
    left: -16px;
    border-color: #e8e8e8;
}
.tw-top-widget #lang_sel ul ul a, .tw-top-widget #lang_sel ul ul a:visited {    
    padding: 10px 15px;
    color: #a4a4a4;
    border-color: #e8e8e8;
}
.tw-top-widget #lang_sel ul ul :hover > a {
    background: #fff;
    color: #16d1ac;
}
/*header*/
#header .container{
    position: relative;
}
#header.header {
    background: rgba(255,255,255,.98);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.admin-bar #header.header-small{
    top: 32px;
}
#google-map{
    margin-bottom: -7px;
}
@media screen and (max-width: 782px){
    .admin-bar #header.header-small{
        top: 46px;
    }
}
.tw-logo {
    display: table-cell;
    vertical-align: middle;
}
.tw-logo img{
    line-height: 80px;
    max-height: 80px;
}
h1.site-name, h1.site-name a {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
}
 /* Header ------------------------------------------------------------------------ */  
        #header, .header-clone, .theme-boxed #header { background-color: #fff; }
        #header.header-small { background-color: rgba(255,255,255,.98);}
        /* Page Title ------------------------------------------------------------------------ */  
        #page-title { background-color: #16d1ac; }

        /* Body BG color ------------------------------------------------------------------------ */  
        #main { background: #fff; }

        .tw-logo { height: 90px;}
        .tw-logo img { line-height: 90px; max-height: 80px;}

/*DP */
#dp ul {
  list-style: none;
  padding: 0;
}
#dp li {
  padding-left: 1.3em;
}
#dp li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
#dp h4 {
	font-family: "Roboto",sans-serif;
	padding:20px;
	color:#333;
	text-transform: uppercase;
	font-weight:normal;
}
#dp h5 {
	font-family: "Roboto",sans-serif;
	color:#666;
	size: 18px;
	text-transform: uppercase;
	font-weight:normal;
	border-bottom:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
}
/*links uteis e downloads*/
#services h4 {
	font-family: "Roboto",sans-serif;
	color:#333;
	text-transform: uppercase;
	font-weight:normal;
}
/*banner*/
.texto-comum{
    font-size: 16px;
    font-family: Roboto;
    color: #999;
    text-shadow: 1px 1px 2px #FFF;
    text-transform: uppercase;
}
.titulo-vermelho {
margin-top: 180px;
font-size: 36px;
font-weight:200;
line-height: 1;
text-transform: uppercase;
color: #990000;
text-shadow: 1px 1px 2px #FFF;
font-family: Roboto;
}
.titulo-azul {
margin-top: 180px;
font-size: 36px;
font-weight:200;
line-height: 1;
text-transform: uppercase;
color: #005484;
text-shadow: 1px 1px 2px #FFF;
font-family: Roboto;
}
.titulo-preto {
margin-top: 180px;
font-size: 36px;
font-weight:200;
line-height: 1;
text-transform: uppercase;
color: #000000;
text-shadow: 1px 1px 2px #FFF;
font-family: Roboto;
}
.titulo-p {
	margin-top: 180px;
	font-size: 26px;
	font-weight:400;
	line-height: 1;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 2px #FFF;
	font-family: Roboto;
}
.sombra {
    box-shadow: 1px 1px 2px #ccc;
    display: inline-block;
    position: relative;
}
.img-responsive2 {
    display: inline;
    max-width: 100%;
    height: auto;
    margin: 5px;
}
.btn-facebook {
    color: #ffffff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-social-icon {
    position: relative;
    padding-left: 44px !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
    margin-left: 5px;
}
.tmaximo180{
	    max-width: 180px;
}
.box.box-primary {
    border-top-color: #3c8dbc;
}
.box.box-principal {
    border-top-color: #990000;
}
.box {
    position: relative;
	padding: 10px;
    background: #ffffff;
    /*border-top: 2px solid #c1c1c1;*/
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.box2 {
    position: relative;
	padding: 10px;
	margin: 10px;
    background: #ffffff;
    border-top: 2px solid #c1c1c1;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.tarja-b {
    font-weight: 600;
    font-family: "Dosis",sans-serif;
    font-size: 34px;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
	text-shadow: 1px 1px 5px rgb(0, 0, 0);
    
}
.tarja-p {
    font-weight: 600;
    font-family: "Dosis",sans-serif;
    font-size: 34px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
    text-shadow: 1px 1px 5px rgb(255, 255, 255);
}
.top50 {
    padding-top: 50px;
}
/* Dropcaps */
.tw-dropcap {
    float: left;
    margin-top: 6px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
}
.tw-dropcap.dropcap_circle{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/* Dropcaps */
.tw-dropcap {
    float: left;
    margin-top: 6px;
    margin-right: 6px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
}
.tw-dropcap.dropcap_square, .tw-dropcap.dropcap_circle {
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #FFF;    
}
.tw-dropcap.dropcap_circle{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tw-dropcap.dropcap_border{
    border: 2px solid #666;
    background-color: transparent;
    line-height: 30px;
}
.textocontato{
	line-height: 40px;
    font-size: 18px;
	color:#999999;
}
/*
 * Pagination
 *------------*/
.pagination {
  margin: 0 0 30px;
}
.pagination li {
  display: inline-block;
}
.pagination li a,
.pagination li span {
  cursor: pointer;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  color: #777;
  font-weight: 100;
}
/*auto*/
.valor_auto{
  font-size: 24px;
  font-weight: 600;
  padding: 5px;
  text-align: center;
}
/*fim auto*/


/*busca collapse*/
	.navbar-toggle2{
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #FFF;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: #ddd;
	min-width: 250px;
}
	.navbar-toggle2:focus{outline:0}
	.navbar-toggle2 .icon-bar{display:block;width:22px;height:2px;border-radius:1px}
	.navbar-toggle2 .icon-bar+.icon-bar{margin-top:4px}
	@media (min-width:900px){
		.navbar-toggle2{display:none}
	}
	.collapse2{display:none;visibility:hidden}
	.collapse2.in{display:block;visibility:visible}
	tr.collapse2.in{display:table-row}
	tbody.collapse2.in{display:table-row-group}
	.collapsing2{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}
	.navbar-collapse2{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}
	.navbar-collapse2.in{overflow-y:auto}
	@media (min-width:900px){
		.navbar-collapse2{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}
		.navbar-collapse2.collapse2{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;visibility:visible!important}
		.navbar-collapse2.in{overflow-y:visible}
		.navbar-fixed-top .navbar-collapse2,.navbar-static-top .navbar-collapse2,.navbar-fixed-bottom .navbar-collapse2{padding-right:0;padding-left:0}
	}
	.navbar-fixed-top .navbar-collapse2,.navbar-fixed-bottom .navbar-collapse2{max-height:430px}
	@media (max-device-width:480px) and (orientation:landscape){
		.navbar-fixed-top .navbar-collapse2,.navbar-fixed-bottom .navbar-collapse2{max-height:200px}
	}
	,.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse2,.container-fluid>.navbar-collapse2{margin-right:-15px;margin-left:-15px}
	@media (min-width:900px){
		.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse2,.container-fluid>.navbar-collapse2{margin-right:0;margin-left:0}
	}
/*botao zap compartilhar*/
@media screen and (min-width: 860px){
  .compartilhar-whatsapp {
    display: none;
  }
}

/*busca imv*/
.styled-select select {
   background: transparent;
   padding: 1px;
   /*font-size: 16px;*/
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
.styled-input input {
   background: #fff;
   padding: 1px;
   /*font-size: 16px;**/
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
.styled-select {
  overflow: hidden;
  background: url(../images/arrow.png) no-repeat right #fff;
  border-radius: 4px;
  padding-left: 5px;
   }
.styled-input {
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  padding-left: 5px;
   }
.titulos_busca{
  color: #3c3535;
  font-weight: 600;
}
.box_busca{
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.59);
  padding: 20px 10px 10px 10px;
  float: left;
  border-radius: 10px;
  margin-top: 50px;
  font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;color: #666;
}
.box_busca2{
  width: 500px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.59);
  padding: 15px;
  float: initial;
  margin: 0px auto 60px auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 481px) and (max-width: 767px){
  .box_busca{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .box_busca2{
    width: 100%;
  }
}
/* CELULARES. */
@media screen and (max-width: 480px){
  .container{
    width:100%;
    padding: 0px;
    margin: 0px;
  }
  .col-mobile{
    display:block;
    width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
  }
  .box_busca {
    border-radius: 0px !important;
    border-top-left-radius: 10px;
    margin-top: 0px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    display: block;
    float: left;
}
  .box_busca2{
    width: auto;
    margin: 0px -15px !important;
    border-radius: 0px !important;
    border-top: 1px solid #696060;
  }
}
/*cokies*/
.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: rgba(0, 0, 0, .85);
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
/*  align-items: center;*/
  justify-content: center;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 18px;
}
.msg-cookies{
  padding-right: 50px!important;
}

.box-cookies .btn-cookies {
  background: #1e88e5;
  cursor: pointer;
  align-self: normal;
}

.btn-cookies-geral {
  min-width: 150px;
  font-size: 18px;
  border: none;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}
.btn-det_imv{
  font-size: 14px!important;
  font-weight: 400;
}
