/* CSS Document */
body {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	line-height: 1.9em;
	background-repeat:no-repeat;
	color:#383e4a;
	font-size:1.5em;
}
.navbar-nav {
	margin-top:26px;
}
h1 {
	color:#83d2e2;
	font-weight:bold;
	font-size:1.8em;
	line-height: 1.8em;
	letter-spacing:2px;
	padding-bottom: 12px;
	margin-bottom:30px;
}
h1 span{
    display:inline-block;
    border-bottom:1px solid #83d2e2;
    padding-bottom:8px;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.2em;
	line-height:1.8em;
}
.carousel {top:50px;}
.carousel-caption button {
	background-color:#373e4a;
	color:white;
	padding:10px 40px 10px 40px;
	border:none;
}
.dest {
	margin-top:-30px;
	background-color:transparent;
}
.dest .col-md-4 {
	padding-bottom:30px;
	-webkit-box-shadow: 0px 16px 53px -27px rgba(42,42,42,.4);
	-moz-box-shadow: 0px 16px 53px -27px rgba(42,42,42,.4);
	box-shadow: 0px 16px 53px -27px rgba(42,42,42,.4);
	min-height:300px;
}
.dest .texto {
	padding-top:30px;
	background-color:white;
	width:90%;
	margin:auto;
}
.dest button {
	text-transform:uppercase;
	border:none;
	background-color:white;
	display: block;padding:20px;border-top: 1px solid #eee;width:100%;text-align: center;margin-top:20px;
}
.dest h4 {
	font-weight:bold;
}

.container-fluid {
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.conteudo {
	margin-top:-80px;
	padding:70px;
	background-color:white;
	z-index:99;
}
.topo {
	margin-top:110px;
}

.navbar {
	background-color: white;
	height:98px;
}
li.facebook {
	margin-right:30px;
}
.navbar-brand {
	padding:0px;
}
.navbar-brand img {
	max-height:120px;
}
.nav>li>a {
    color:#757d8a;
	font-size:0.85em;
}
.nav>li>a:hover {
	transition: background-color 0.5s ease;
	background-color:#2190b1;
	color:white !important;
}
.nav>li.active {
	background-color:#2190b1;
}
.solucoes h2 a {
	color:inherit;
	font-size:0.6em;
	cursor:pointer;
}
.solucoes .col-md-3 ul {
	display:table;
	padding-bottom:20px;
	border-bottom:1px solid #DDD;
}
.footer {
	font-size:0.85em;
	margin-top:40px;
	margin-bottom:40px;
	letter-spacing:0px;
}
input, textarea, select {    background: #f2f2f2;
    box-shadow: none;
    border: none;
    padding: 10px 25px;
    margin: 0 0 20px 0;}
button {background: #373e4a;
    border: none;
    color: #fff;
    padding: 10px 50px;
    margin: -20px 0 0 0;}
a button {color:#555;}
.footer .col-md-2 .fa {
	background-color:#CCC;
	border-radius:50px;
	padding:15px;
	text-align:center;
	width:45px;
}
.footer .col-md-2 .fa {
	color:#555;
}

.banner-over {
	position:absolute;
	width:100%;
	top:0px;
	z-index:9;
}
.container-fluid {
	padding:0px;
}
.formulario input, .formulario select {
	border:1px solid #EEEEEE;
	padding:3px;
	height:35px;
}
.formulario textarea {
	border:1px solid #EEEEEE;
	padding:3px;
}
.formulario button {
	background-color:#373e4a;
	padding:10px 35px 10px 35px;
	color: white;
	border:none;
}

.menutrat {
	list-style:none;
	padding-left:0px;
}
.menutrat a {
	color:#444;
	line-height:35px;
	font-size:0.9em;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.2s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.9s;
  animation-name: fade;
  animation-duration: 1.9s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
} 

.carousel-caption {
	left: 10%!important;
    right: auto!important;
    text-align: left!important;
    bottom: auto!important;
    top: 18%!important;text-shadow:none!important;
}
#msgFooter {text-align: center; font-size: 12px;}
@media screen and (max-width: 768px) {
.conteudo {
	margin-top:0px;
}
.navbar {
	background-color:#fff;box-shadow: 0 0 30px rgba(0,0,0,.1);
} 
.navbar-toggle {margin:30px 50px;
	background-color:#83d2e2;
}
.navbar-toggle .icon-bar {
	background-color:white;
}
.navbar-nav {
	margin-top:-10px;
	background-color:#fff;
}
.mySlides {
	margin-top:100px;
}
.carousel-caption {
	top:120px !important;
	left:20% !important;
	text-shadow: none!important;
	color:black !important;
	text-align:center !important;
}
a button {margin-top:10px;}
.carousel-caption h1, .carousel-caption h2 {
	font-size:1.2em;
	color:#83d2e2 !important;
	line-height:normal !important;
	margin:auto !important;
}
#myCarousel {
	margin-top:50px;
}
.carousel-inner {
	height:350px;
}
.carousel-indicators {
	bottom:0;
	background-color:#eee;
}
}
