/* Imagem background */
body {
	background: url('../imgs/fundo.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/* Estilo paragrafo */	
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
}

/* Estilo tamanho h3 */
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0B5394;
	font-style: italic;
	text-decoration:underline;
}

/* Acabamento tabela */
#tabelatour {
	box-shadow:10px 10px 10px 2px #DDDDDD;
	border-right:20px;
}

/* Estilo campo horas */
#horas {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #868695;
	text-decoration:none;
}

/* Estilo links */
#info a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #868695;
	text-decoration:none;
}

/* Espaço entre tabelas */
#tbespaco {
	height:30px;
}

#titulotour {
	alignment-adjust:central;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF
}

/* Botão topo */
.back-to-top {
	width: 30px;
	height: 30px;	
	display: block;
	background: url('../imgs/back-to-top.png') no-repeat;
	position:fixed;
	bottom: 0;
	right: 10px;
}

.back-to-top:hover {
	cursor: pointer;
	background-position: 0 -30px;
}

/* Estilo Menu */
#cssmenu1 {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu1 ul,
#cssmenu1 li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu1 ul {
  position: relative;
  z-index: 597;
}
#cssmenu1 ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#cssmenu1 ul li.hover,
#cssmenu1 ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu1 ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu1 ul ul li {
  float: none;
}
#cssmenu1 ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu1 ul li:hover > ul {
  visibility: visible;
}
#cssmenu1 ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu1 ul ul {
  margin-top: 0;
}
#cssmenu1 ul ul li {
  font-weight: normal;
}
#cssmenu1 a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */
#cssmenu1 {
  background: #ffffff;
  border-bottom: 4px solid #1b9bff;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#cssmenu1 > ul {
  *display: inline-block;
}
#cssmenu1:after,
#cssmenu1 ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu1 ul {
  text-transform: uppercase;
}
#cssmenu1 ul ul {
  border-top: 4px solid #1b9bff;
  text-transform: none;
  min-width: 190px;
}
#cssmenu1 ul ul a {
  background: #1b9bff;
  color: #ffffff;
  border: 1px solid #0082e7;
  border-top: 0 none;
  line-height: 150%;
  padding: 16px 20px;
  font-size: 12px;
}
#cssmenu1 ul ul ul {
  border-top: 0 none;
}
#cssmenu1 ul ul li {
  position: relative;
}
#cssmenu1 ul ul li:first-child > a {
  border-top: 1px solid #0082e7;
}
#cssmenu1 ul ul li:hover > a {
  background: #4eb1ff;
  color: #ffffff;
}
#cssmenu1 ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #1b9bff;
  -webkit-box-shadow: 0 1px 0 #1b9bff;
  box-shadow: 0 1px 0 #1b9bff;
}
#cssmenu1 ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu1 ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu1 ul li:hover > a,
#cssmenu1 ul li.active > a {
  background: #1b9bff;
  color: #ffffff;
}
#cssmenu1 ul li.has-sub > a:after {
  content: '+';
  margin-left: 5px;
}
#cssmenu1 ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu1 ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu1 a {
  background: #ffffff;
  color: #2693ff;
  padding: 0 20px;
}
#cssmenu1 > ul > li > a {
  line-height: 48px;
  font-size: 12px;
}
#cssmenu1.align-center > ul {
  text-align: center;
  font-size: 0;
}
#cssmenu1.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu1.align-center ul ul {
  text-align: left;
}
#cssmenu1.align-right > ul > li {
  float: right;
}
#cssmenu1.align-right ul ul {
  left: auto;
  right: 0;
  text-align: right;
}
#cssmenu1.align-right ul ul ul {
  left: auto;
  right: 190px;
}
#cssmenu1.align-right ul ul li.has-sub > a:after {
  left: 15px;
  right: auto;
}

/* Slide index */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

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

/* 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 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

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

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

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}