@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}

p{color: #464646;}

.row {
  margin-left:0px;
  margin-right:0px;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
}


/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.color1{background: #d2e295;}
.color2{background: #f6e793;}
.color3{background: #ddb0a6;}
.color4{background: #c3b6c4;}
.color5{background: #7fd3db;}
.color6{background: #f99d91;}
.color7{background: #d2e295;}
.color8{background: #f99d91;}

.color-small1{background: #933531 !important;}
.color-small2{background: #516214 !important;}
.color-small3{background: #48847b !important;}
.color-small4{background: #9d8a17 !important;}
.color-small5{background: #042652 !important;}

.bg_vermelho{background: #c4322e;}
.bg_verde{background: #b4e924;}
.bg_turquesa{background: #94f6e8;}
.bg_amarelo{background: #e2cc45;}
.bg_azul{background: #0d56b2;}

.border_roxo{border: solid 10px #C3B6C4;}
.border_ciano{border: solid 10px #7FD3DB;}
.border_verde{border: solid 10px #D2E295;}

h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

#section2{
	margin-top: 0;
}

.title{
	margin-bottom: 80px;
}

.first-row{
	position: relative;
}

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer {
  background-color:#414141;
}

#footer a {
  color:#efefef;
}

header {
  height: 17px;
  background: url(../img/tarja_topo.jpg) repeat-x center;
  color:#555;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
  font-size:50px;
}

.logo{
	padding: 5px 0;
}

.logo img{
  width: 100%;
  /*margin-top: 25px;*/
}

#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

#footer > .container {
  
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}
  
.navbar-nav {
  margin: 2% 0; 
}  
  
/* customize nav style */
.navbar{
	border-bottom: 0 !important;
}

.navbar-custom {
    background-color: #fff;
	font-weight:700;
    text-transform:uppercase;
    border-width:0;
}

.navbar-custom .navbar-nav>li{
	border-radius: 20px;
    width: 13%;
    margin: 0 5px;
}

.navbar-custom .navbar-nav>li:last-of-type{
	margin-right: 0;
}

.navbar-nav>li>a{
	padding: 8px !important;
	margin: 0 !important;
	text-align: center;
}

.navbar-custom  .navbar-nav>li>a {
	color: #fff;
}

.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

.divider {
	height:33px;
	margin: 40px 0 20px;
}

.panel {
	border-width:0;
}

@media (max-width: 768px) {
	.navbar-custom .navbar-nav>li{
		width: 100%;
		margin: 10px 0;
	}
	
	.navbar-collapse{
		max-height: none !important;
	}
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: background: rgba(0,0,0,0.0) !important;
    background-color: background: rgba(0,0,0,0.0) !important;
}

#map-canvas {
  	width: 100%; 
  	height: 590px;
	margin: 0;
	padding: 15px;
}

.map-info{
	position: absolute;
    z-index: 1;
    top: 5%;
    padding-left: 0 !important;
}

.map-info h1{
	background: rgba(0,0,0,0.7);
    color: white;
    text-align: right;
    font-weight: bold;
	font-size: 75px;
    padding: 10px 10px 10px 0;
}

.map-info p{
	color: white;
	background-color: #000;
	display: inline;
}

.map-info .margin{
	margin-top: 10px
}

.map-info ul{
	list-style-type: none;
	padding: 0;
}

.map-info ul li p{
	display: inline-block;
	padding: 2px 4px;
	font-size: 18px;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 

section {
  color: #ffffff;
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}

.spacer{
	margin-bottom: 20px;
}

.quem-somos img{
	width: 100%;
}

.quem-somos h1{
	color: #a6c52c;
    font-weight: bold;
    font-size: 70px;
}

.quem-somos p{
	text-align: justify;
	margin-bottom: 20px;
}

.quem-somos a{
	color: white;
    background-color: #a6c52c;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: bold;
}

.como-atuamos h1{
	color: #eed027;
    font-weight: bold;
    font-size: 70px;
}

.como-atuamos .flux{
	margin-top: 20px;
}

.clientes-parceiros h1{
	color: #bc614d;
    font-weight: bold;
    font-size: 70px;
}

.clientes-parceiros img{
	margin: 15px 0;
}

.clientes-parceiros .col-md-3{
	margin-bottom: 10px;
}

.cliente-tipo, .cliente-tipo .col-sm-3{margin: 0; padding: 0}

.cliente-tipo .col-sm-3{
	color: #bc614d;
    font-weight: bold;
    border-bottom: solid 2px #bc614d;
}

.portfolio img{
	border-radius: 35px;
}

.portfolio h1{
	color: #886d8a;
    font-weight: bold;
    font-size: 70px;
}

.portfolio strong{
	font-size: 18px;
	color: #c3b6c4;
}

.cases h1{
	color: #7fd3db;
    font-weight: bold;
    font-size: 70px;
}

.cases strong{
	font-size: 18px;
}

.cases .col-xs-12{
	margin-bottom: 10px;
}

.cases .col-sm-12{
	margin-bottom: 20px;
}

.turismo h1{
	color: #a6c52c;
    font-weight: bold;
    font-size: 70px;
}

.turismo .conheca{
	font-weight: bold;
    margin: 30px 0;
}

.turismo .conheca p{
	color: #a6c52c !important;
}

.turismo strong{
	font-size: 18px;
}

.contato{
	margin-bottom: 40px;
}

.contato h1{
	color: #bc614d;
    font-weight: bold;
    font-size: 70px;
}

.contato h3{
	color: #bc614d;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
}

.form{
	margin: 0 0 30px;
	padding: 0;
}

.form .col-md-6{
	margin: 0;
	padding: 0;
}

.form .col-md-6:first-of-type{
	padding-right: 5px;
}

.form .col-md-6:last-of-type{
	padding-left: 5px;
}

.form textarea, .form input{
	color: #bc614d !important;
	border: solid 1px #bc614d;
	margin-bottom: 15px;
}

.form input{
	height: 60px;
}

.form button{
	width: 100%;
	color: #fff;
	background: #f99d91;
	border: none;
	height: 60px;
}

.form button:hover{
	background: #f99d91;
	color: #fff;
}

::-webkit-input-placeholder {
   color: #bc614d !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #bc614d !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #bc614d !important;
}

:-ms-input-placeholder {  
   color: #bc614d !important;
}

/*MARKERS*/
#iw-container  .iw-title {
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: 22px;
   font-weight: 400;
   padding: 10px;
   color: white;
   margin: 1px;
   border-radius: 2px 2px 0 0; /* De acordo com o arredondamento dos cantos da infowindow por padrão. */
}

#iw-container .cont_saiba{
    text-align: center;
}

#iw-container .cont_saiba a{
	color: white;
    padding: 4px 9px;
    border-radius: 15px;
}

.iw-content{
	height: 110px;
}

.iw-content p{
	margin-bottom: 30px;
}

.gm-style-iw {
   width: 350px !important;
   top: 15px !important; // mover a infowindow 15px para baixo
   left: -80px !important;
   background-color: #fff;
   box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
   border: 1px solid rgba(72, 181, 233, 0.6);
   border-radius: 2px 2px 0 0;
}

.footer ul{
	padding: 0;
}

.footer ul li{
	list-style: none;
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

.footer ul li img{
	display: inline-block;
}

.footer ul li span{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.footer ul li a{
	text-decoration: none;
	color: #464646;
}

.footer ul li a:hover{
	text-decoration: underline;
}

#redes-topo{
	float: right;
	margin-top: 5px;
    margin-right: 15px;
}

#redes-topo li{
	list-style: none;
	display: inline-block;
}

.button-margin{
	margin-top: 20px;
}

.buttons-center{
	color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: bold;
}

.buttons-center:hover{
	text-decoration: none;
	color: white;
}

.buttons-center:active{
	text-decoration: none;
	color: white;
}

.interna h1{
	color: #a6c52c;
    font-weight: bold;
    font-size: 70px;
}

.interna .img-responsive{
	width: 30% !important;
	float: left;
	margin-right: 20px;
}

.interna .texto{
	margin: 50px 0;
}

.interna .videos{
	margin: 40px 0;
	float: left;
}

.interna .videos iframe{
	width: 100%;
}

.map-markers-info img{
	width: 50px;
}

.loading1, .loading2{display: none}
.loading1 img, .loading2 img{display: block; margin: 0 auto;}
.success1, .success2{display: none;}

.interna-galeria img{width: 100%;}

.error{border: solid 2px #b70000 !important}