/** Estrutura **/

@font-face {
    font-family: 'SignikaBold';
    src: url('fontes/signika-bold-webfont.eot');
    src: url('fontes/signika-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/signika-bold-webfont.woff') format('woff'),
         url('fontes/signika-bold-webfont.ttf') format('truetype'),
         url('fontes/signika-bold-webfont.svg#SignikaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SignikaRegular';
    src: url('fontes/signika-regular-webfont.eot');
    src: url('fontes/signika-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/signika-regular-webfont.woff') format('woff'),
         url('fontes/signika-regular-webfont.ttf') format('truetype'),
         url('fontes/signika-regular-webfont.svg#SignikaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*a.link-interno {
	text-decoration: underline;
	color: #5079BC;
	font-weight: bold;
}

a.link-interno:hover {
	color: #f00;
}
*/

a.link-interno {
	text-decoration: none;
	color: #feff90;
}

a.link-interno:hover {
	/*text-decoration: underline;*/
	color: #fff;
}

.container_dest {
	color:#000;
}


#abas h1 {
	color: #5079BC;
}

#abas p {
	color: #5079BC;
}

#le-tabs_content_inner h1 {
	color: #5079BC;
}

#le-tabs_content_inner p {
	color: #5079BC;
}

article, section, footer, header, nav, hgroup {
  display: block;
}


ul {
  margin:0;
  padding:0;
}

.ie article, .ie section, .ie footer, .ie header, .ie nav, .ie hgroup {
  zoom: 1;
}

html {
  /*background-imabackground-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHklEQVQIW2P4//+/MBQzgDAICEMxXAAMYCoRIlCVANL6FYTYi5d+AAAAAElFTkSuQmCC), url('images/nuvens.png');*/
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHklEQVQIW2P4//+/MBQzgDAICEMxXAAMYCoRIlCVANL6FYTYi5d+AAAAAElFTkSuQmCC), url('images/');
  background-position: center -100px; /* 71px */
  background-repeat: repeat, no-repeat;
  background-color: #051923;
	/*background-color: #1f1817; preto*/
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: 'Century Gothic', sans-serif;
/*  font-weight: bold;*/
  /*color: #93cfd6;*/
	/*color:#D9E8F5;*/
}

.accordion section hgroup h3, .accordion section hgroup h4 {
  font-family: 'SignikaRegular', sans-serif;
  font-size:1.5em;

}

.box {
	background: #fff;
	padding: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);

}

iframe {
	background: #FEFF90;
	padding: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.framebox {
	background: #fff;
	padding: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.wrapper {
  width: 95%;
  position: relative;
  max-width: 60em;
  min-width: 20em;
  margin: 0 auto;
/*  margin-top: 3.125em;*/
  margin-top: 1.25em; /* pull ups */
  margin-bottom: 2.25em; 
}

section {
  overflow: hidden;
}

#cadastur {
	/*position:absolute;*/
	margin-top:3em;
}

/** Helper and Globals **/

p {
  color: #D9E8F5;
  line-height: 1.3333;
	font-size: 1.1em;
  /*font-size: 0.9375em;*/ /* 15/16*/ /* Note: Measurements like this are caluclate as targetValue/context|parentValue */ 
}
.highlight {
  color: #fff;
}

a {
  /*color: #ded4a0;*/
  color: #FEFF90;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #fff;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*background-image: url('images/custom-bullet.gif');*/
  background-repeat: no-repeat;
/*  background-position: center left;*/
  background-position: 0px 5px;
  /*padding-left: 16px;*/
}

.clear {
  clear: both;
}

/* transições view.js */
.viewer li{
	-webkit-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-moz-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.viewer .caption{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	transition: opacity 1.5s ease-in-out;
}
.viewer .current .caption{
	opacity: 100;
	visibility: visible;
}


.headline,
header,
.embratur,
/*h1,*/ h2, h3,
.lista-texto {
  font-family: 'SignikaBold', sans-serif;
 -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.1); 
 text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  text-transform: uppercase;
  color: #fff;
}

h1 {
	font-family: 'SignikaBold', sans-serif;
	/* text-transform: uppercase;*/
	-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.1); 
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	color: #fff;
	/*font-size:2em;*/
	font-size:1.5em;
}

nav {
	font-family: 'SignikaRegular', sans-serif;
	text-transform: uppercase;
	color: #2f4673;
	
}

h1, h2 {
  margin: 0;
  padding: 0;
}

/*** Header & Footer ***/

/** Header **/

header {
/*  -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.1);*/
  overflow: hidden;
}

header .embratur span {
  display: block;
}


/* Viaje legal Logo */

.viaje-legal {
  /*background: url(images/turistinha.png) no-repeat center;*/
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  height: 153px; /*1.1em;*/
  width: 164px; /*1.1em;*/
  /*margin: 0.0694em 1.1111em 0.1111em 0;*/
  /*margin: 0.0694em 0.3em 0.1111em 0; *//*margem d logo turistinha, relativo ao texto VIAJE LEGAL*/
  margin: 0.0694em 0.3em 0.1111em 0;
  padding-right: 0.05em;
}

html.transition .viaje-legal {
  -webkit-transition-property: height, width;
  -webkit-transition-duration: 100ms, 100ms;
  -webkit-transition-timing-function: linear, linear;
  -moz-transition-property: height, width;
  -moz-transition-duration: 100ms, 100ms;
  -moz-transition-timing-function: linear, linear;
  -o-transition-property: height, width;
  -o-transition-duration: 100ms, 100ms;
  -o-transition-timing-function: linear, linear;
  transition-property: height, width;
  transition-duration: 100ms, 100ms;
  transition-timing-function: linear, linear;
}

.viaje-legal span {
  display: none;
}

/* Sub-title, Venue, Date Header */

header hgroup {
  float: left;
}
header h2,
header h3 {
  /*margin: 0;*/
	margin: 10px 0 0 0;
}
header h2,
.embratur {
  padding-top: 0.1em;
  font-size: 4.1875em; /* 67p/16 */
  line-height: 0.75;
  letter-spacing: -0.05em; /* -3px */
}
header h2 span {
  font-size: 0.8657em;
}
header h3 {
  font-size: 1.4375em;
  line-height: 1;
}

/* Buy Tickets Header */

.embratur {
  display: block;
  line-height: 0.65;
  margin-top: 3px;
  color: #ded4a0;
}
header .embratur {
  float: right;
}
.embratur .price {
  font-size: 0.7313em; /* 49/67 */
}
.workshops-only .price {
  font-size: 0.46em;
  line-height: 1em;
}
.buy-now {
  font-size: 4.6875em; /* 75/16 */
}
.buy-now .price {
  font-size: 0.64em; /* 48/75 */  
}
.embratur .botao-embratur {
  margin-top: 8px;
}
.embratur:hover {
  text-decoration: none;
  color: #fff;
}
.embratur:hover .botao-embratur {
  background-color: #f1efe2;
  background-position: bottom;
}


/*.orgaos {
	background:#feff90;
	color:#051923;
	padding:2px 4px 3px 4px;
}

.orgaos:hover {
	background:#fff;
	color:#051923;
	padding:2px 4px 3px 4px;
}*/

.orgaos {
	color:#feff90;
}

.orgaos:hover {
	color:#fff;
}


/** Main Navigation **/

nav {
  font-size: 1.625em; /* 25/16 */
  clear: both;
  /*border-top: 2px solid #81d7ff;
  border-bottom: 2px solid #81d7ff;*/
  
  /*border-top: 2px solid #f7941e;
  border-bottom: 2px solid #f7941e;*//*azul*/
  
  border-top: 2px solid #81D7FF;
  border-bottom: 2px solid #81D7FF;
  
  margin-top: 2.2em; /* 55/25 */
}
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  float: left;
  margin: 0;
  margin-right: 7.9583333%;
  padding: 0;
  list-style: none;
  text-align: center;
  background: none;
}
nav li:last-child {
  margin-right: 0;
}
nav a {
  position: relative;
  bottom: -2px;
  display: inline-block;
  padding-bottom: 4px;
  z-index: 10;
}
nav a.selected,
nav a:hover {
  /*padding-bottom: 2px;
  border-bottom: 2px solid #fff;*/
  color: #fff;
  /*border-bottom: 2px solid #44b9ff;
  color: #44b9ff;*/
}

/** Footer **/

footer {
  clear: both;
  margin-bottom: 4.375em;
}

/* Fat Footer - Tweets and Sponsors (yellow background) */

.fat-footer {
  margin: 1em 0 2em 0;
  padding-top:1em;
  padding-bottom: 1em;
  /*background-image: url('images/bg-pier-yellow.png');*/
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #d9e8f5;
  overflow: hidden;
  color: #304369;
}
.fat-footer .wrapper {
  margin: 0 auto;
}
.fat-footer section {
  float: left;
}
.fat-footer h1 {
  font-family: 'Century Goth', sans-serif;
  margin: 1em 0;
  text-transform: uppercase;
  /*-webkit-text-shadow: -1px -1px 0 rgba(0,0,0,0.5); 
  text-shadow: -1px -1px 0 rgba(0,0,0,0.5);*/
  font-size:1.2em;
  color: #304369;
}
.fat-footer p {
    color: #000;
}
.updates {
  width: 36%;
}
.updates p {
  font-size: 0.8125em;
  line-height: 1.5;
  padding-right: 2.5em;
}
.updates a {
  color: #f16322;
  font-weight: normal;
}

.updates a:hover {
  color: #fff;
  font-weight: normal;
}

.updates .follow {
  display: block;
  margin-right: 2em;
  padding: 0.75em 0;
  text-align: center;
  background-color: #EEE8A2;
/*  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  line-height: 1;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
*/  max-width: 100%;
}
.follow:hover {
  text-decoration: none;
  color: #fff;
  background-color: #996;
}
/*.guias {
  width: 63%;
  padding-right: -1em;
}*/

.rodape {
	width:100%;
	text-align:center;
}

.cadastur-guia {
	width:100%;
}

.divisor {
	margin:3em 0 3em 0;
	border:1px solid #81D7FF;
}

.divisorTopo {
	margin:1.4em 0 3em 0;
	border:1px solid #81D7FF;
}

.divisorTopoLei {
	margin:2em 0 1em 0;
	border:1px solid #81D7FF;
}

.guias {
  width: 43%;
  margin-left:20px;
  padding-right: -1em;
}

.guias br {
  clear: left;
}
.guias a {
  overflow: hidden;
  color:#f16322;
}
.guias a.large {
  width: 40%;
  float: left;
  display: block;
  background: #FFF;
  margin: 0 1em 1em 0;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  height: 7em;
  line-height: 7em;
  text-align: center;
}

.guias a.half {
  width: 35%;
  float: left;
  display: block;
  background: #FFF;
  margin: 0 1em 1em 0;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  height: 6em;
  line-height: 6em;
}

.guias a.small {
  /*width: 30%;*/
  width: 21%;
  float: left;
  display: block;
  background: #FFF;
  margin: 0 1em 1em 0;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  /*height: 5em;*/
  height: 4.8em;
  /*line-height: 5em;*/
  line-height: 4em;
}
.guias a.you img {
  background: #feff90;
}
.guias a:hover,
.guias a:focus {
	color:#fff;
  /*box-shadow: 2px 2px 2px rgba(0,0,0,0.4);*/
}

.guias a img {
  vertical-align: middle;
  max-width: 100%;
}

/* The Real Footer */

.terms {
  width: 80%;
  max-width: 60em;
  min-width: 20em;
  margin: 0 auto;
  font-size: 0.875em;
}
.terms h1 {
  float: right;
  margin: 0;
  margin-bottom: 0.5em;
}
.terms h1 a {
  font-family: sans-serif;
  display: block;
  background: url('images/selodengue.png');
  background-position: top left;
  width: 180px;
  height: 45px;
  text-indent: -9999em;
  overflow: hidden;
}
.terms h1 a:hover {
  background-position: bottom left;
}
.terms p {
  margin: 0;
  font-weight: normal;
}


/** Headlines **/

.headline {
  width: 100%;
  line-height: 1;
  margin: 7.2916667% 0 6.25% 0; /* 70/960 0 60/960 0 */ 
  padding: 0;
}
.headline img {
  max-width: 100%;
}


.fundo-conteudo-abas {
	background-color:#051923;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}




/* #Tabs (activate in tabs.js)
================================================== */
	span.cidades-amarelo {
		color:#F6D58D;
	}

	ul.tabs {
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0;
		}
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		color:#30395C;
		font-size: 16px;
		font-weight:bold;
		}
	ul.tabs li a.active {
		background: #feff90;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
	}
	
	ul.tabs:after {
	  clear: both;
	}
	
	ul.tabs {
	  zoom: 1;
	}



/*ol#cidades { color:#f9f9f9; margin: 0; padding: 0 0 30px 0; }*/
ol#cidades { color:#D9E8F5; margin: 0; padding: 0 0 30px 0; }
ol#cidades p { font-size: 1.10em; line-height: 1.4em; }

ol#cidades li {
	/*padding: 0 0 0 0;*/
	/*list-style:disc inside;
		list-style-type:disc inside;*/
		list-style:none;
		list-style-type:none;
}

/*** Page Specific ***/

/** Homepage **/

.lista-texto {
  width: 55%;
  float: left;
  margin-bottom: 6.25%;
}
.lista-texto ul {
  margin: 0;
  margin-bottom: 6.25%;
  padding: 0;
}
.lista-texto li {
  margin-bottom: 1%;
  background: none;
  padding: 0;
  font-size: 3.4em; /* 68/16 - sorry - RS hacked agian :( */
  line-height: 0.78;
  letter-spacing: -0.05em;
}
.lista-texto h2 {
  font-size: 2.25em; /* 36/16 */
  line-height: 0.76;
  letter-spacing: -0.05em;
/*  text-align: center;*/
}

.image-cube {
  width: 45%;
  float: right;
  margin-bottom: 6.25%;
}
.image-cube div {
  width: 33.33333%;
  float: left;
}
.image-cube img {
  display: block;
  max-width: 100%;
}

/** Homepage - Tweets **/

.tweets,
.tweets .clear {
  clear: both;
}
.tweets {
  overflow: hidden;
  max-height: 192px;
}
.tweets div {
  margin-right: -1%;
  margin-left: -1%;
  float: left;
  width: 21%;
}
.tweets div:first-child {
  margin-left: 1%;
}
blockquote {
  position: relative;
  width: 212px;
  height: 192px;
  margin: 0 auto;
  margin-bottom: 1em;
  background-image: url('images/bubble.png');
  background-repeat: no-repeat;
  background-position: center top;
}

blockquote p {
  position: absolute;
  top: 30px;
  bottom: 58px;
  left: 24px;
  right: 24px;
  overflow: hidden;
  margin: 0;
  margin-top: -12px;
  padding: 0;
  color: #008999;
  font-size: 0.75em;
  line-height: 1.0833;
  text-align: center;
  
  display : box;
  box-orient: vertical;
  box-pack: center;
  display : -moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  display : -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}
blockquote footer {
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-left: 3.25em;
  font-family: 'SignikaRegular', sans-serif;  
  font-style: normal;  
  text-transform: uppercase;
  white-space: nowrap;
}
blockquote footer img {
  vertical-align: middle;
  margin-right: 0.5em;
}

blockquote p a {
  color: hsl(190,30%,30%);
}

/** Schedule **/

.schedule {
  margin-bottom: 3.5em;
  border-collapse: collapse;
  border-spacing: 2px;
}

.schedule thead {
  display: none;
}

.schedule td {
  border-bottom: 1px solid #33a0af;
  padding: 20px 0 19px 0;
  line-height: 28px;
}

.schedule td {
  font-family: 'SignikaRegular', sans-serif;
  vertical-align: top;
}

.schedule td p {
  font-family: 'Century Gothic', sans-serif;
}

.schedule .timeslot {
  color: #93CFD6;
  display: block;
  font-size: 28px;
}

.schedule td img {
  max-width: 100%;
  width: 170px;
  display: block
}

.schedule tr td:nth-child(1) {
  color: #feff90;
  width: 20%;
  font-size: 18px;
  text-transform: uppercase;
}

.schedule tr td:nth-child(2) {
  width: 20%;
  padding: 20px 30px 19px 0;
}

.schedule tr td:nth-child(3) {
  width: 60%;
}

.schedule table h1 {
  font-size: 28px;
}

/** Tickets **/

.tickets {
  margin-bottom: 3.5em;
}
.tickets:last-of-type {
  margin-right: 0;
}
.tickets h1, 
.tickets h2 {
  margin: 0;
  padding: 0;
  line-height: 35px;
  letter-spacing: -0.06em;
}
.tickets h1 {
  font-size: 44px;
  float: left;
}
.tickets h2{
  color: #ded4a0;
  font-size: 30px;
  float: right;
}
.tickets strong {
  color: #fff;
}
.tickets p {
  padding-top: 20px;
  clear: both;
/*  position: relative;*/
/*  padding-right: 290px;*/
}
.tickets p span {
/*  position: absolute;*/
/*  right: 0;
  top: 20px;
*/
  float: right;
  margin-left: 1.0416666666667%;
  width: 28.9583333333333%;
  padding: 0 1.0416666666667%;
}
.tickets span img {
  max-width: 100%;
  vertical-align: middle;
}

/** Orgãos **/ 

.orgao-sinopse {
  overflow: hidden;
  margin-bottom: 2em;
}
.orgao-sinopse h1,
.orgao-sinopse p {
  /*width: 31.25%;*/
  width: 100%;
  margin: 0;
  margin-right: 3.125%;
  float: left;
}
.orgao-sinopse h1 {
  letter-spacing: -3px; /*TODO*/
  text-align: justify;
} 

.orgao-sinopse h1 span {
  display: block;
}
.orgao-sinopse .line1 { line-height: 39px;/*TODO*/ font-size: 2.125em; } /* 51/24 */
.orgao-sinopse .line2 { line-height: 46px;/*TODO*/ font-size: 2.45833em; } /* 59/24 */
.orgao-sinopse .line3 { line-height: 40px;/*TODO*/ font-size: 1.958333em; } /* 47/24 */
  
.orgao-sinopse p {
  font-size: 0.9375em; /* 15/16 */
}
.orgao-sinopse p.last-child {
  margin-right: 0;
}


.orgao {
  overflow: hidden;
  margin-bottom: 1.875em; /* 30/16 */
}
.orgao h1 {
  font-size: 1.875em; /* 30/16 */
  margin-bottom: 1em; 
}
.orgao h1 a {
  float: right;
}
.orgao-logo,
.orgao-available {
  display: block;
  float: left;
  min-height: 8em;
}
.orgao-logo {
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  line-height: 8em;
}
.orgao-logo img {
  max-width: 100%;
  vertical-align: middle;
}
.orgao-available {
  background-image: url('images/bg-dots-alt.gif');
  background-color: #18a0ab;
}

.orgao-full {
  clear: both;
  overflow: hidden;
  margin: 2.5em 0; /* 40/16 */
  padding: 1.25em;
  background-color: #fff;
  color: #35478c;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.orgao-full > a {
  display: block;
  padding: 2.5em 1.875%;
  float: left;
  /*width: 19.16667%;*/
  width: 13.16667%;
  box-shadow: none;
}
.orgao-full h1 {
  text-align: center;
}
.orgao-full p {
/*  float: left;*/
  padding: 0 1.875%;
  color: #35478c;
  margin: 10px 0;
}
.orgao-full .sinopse {
  border-left: 1px solid #c9e7ea;
  overflow: hidden;
}

.orgao-full .sinopse a {
  color: #B3A456;
}
.orgao-full p a:hover { 
  color: #fff;
  text-decoration: underline;
}
.orgao-half .orgao-logo,
.orgao-half .orgao-available {
  width: 32.3333%;
  margin-right: 1%;
}

.orgao-small .orgao-logo,
.orgao-small .orgao-available {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.orgao-media .orgao-logo,
.orgao-media .orgao-available {
  width: 19%;
  margin-right: 1%;
}

/** Venue **/

.cidade {
  overflow: hidden;
  margin-bottom: 2.5em; /* 40/16 */
}
.cidade .detalhes,
.cidades-associadas .detalhes {
  width: 34.532335%;
  float: left;
}
.cidade .detalhes h2 {
  letter-spacing: -0.06em;
  line-height: 1;
}
.cidade .detalhes .line-1 { line-height: 1; font-size: 124px; }
.cidade .detalhes .line-2 { line-height: 0.1333; font-size: 65px; }
.cidade .detalhes .line-3 { line-height: 0.9; font-size: 44px; }
.cidade .detalhes .line-4 { line-height: 0; font-size: 18px; color: #99cfd7; }
.cidade .detalhes .line-5 { line-height: 1; font-size: 34px; color: #99cfd7; }

.cidade img,
#mapa-cidade {
  display: block;
  width: 65.467665%;
  float: right;
}
#mapa-cidade {
 height: 900px;
 background-color: #fff;
}
.cidades-associadas {
  clear: both;
}
.cidades-associadas h2 {
  font-size: 3.0625em; /* 49/16 */
  letter-spacing: -0.04em;
  margin: 0.30612em 0;
}
.cidades-associadas h2:first-child {
  margin-top: 0;
}

.comida h3 {
  color: #FEFF90;
}

.comida h3 em {
  color: #fff;
  font-style: normal;
}

.cidades-associadas ul {
  margin: 0;
  padding: 0; 
}
.cidades-associadas li {
  background: none;
  padding: 0;
  overflow: hidden;
  padding-top: 0.3753em;
}
.cidades-associadas li span {
  display: block;
  overflow: hidden;
  float: left;
  background-image: url('images/map-markers.png');
  width: 29px;
  height: 29px;
  text-indent: -9999em;
/*  margin-top: 0.3753em;*/
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.cidades-associadas li.highlighted,
.cidades-associadas li.selected {
  background-color: #2AA4B6;
  background-color: rgba(255, 255, 255, 0.15);
}

.cidades-associadas li div {
  float: left;
  max-width: 280px; /* TODO needs to be % */
}
.cidades-associadas h3 {
  margin: 0;
  font-size: 1.5em; /* 24/16 */
  line-height: 1;
  letter-spacing: -0.06em;
/*  -webkit-text-shadow: 1px 0px 1px rgba(0,0,0,0.2);*/
/*  text-shadow: 1px 0px 1px rgba(0,0,0,0.2);*/
}
.cidades-associadas p {
  margin-top: 0;
  font-weight: normal;
  font-size: 0.875em; /* 14/16 */
}
.cidades-associadas small {
  font-size: 0.8em;

}

.cidade-1 { background-position: 0 60px; }
.cidade-2 { background-position: -29px 60px; }
.cidade-3 { background-position: -58px 60px; }
.cidade-4 { background-position: -87px 60px; }
.cidade-5 { background-position: -116px 60px; }
.cidade-6 { background-position: -145px 60px; }
.cidade-7 { background-position: -174px 60px; }
.cidade-8 { background-position: -203px 60px; }
.cidade-9 { background-position: -232px 60px; }
.cidade-festa { background-position: -232px 60px; }

li.selected .cidade-1, li:hover .cidade-1 { background-position: 0 31px; }
li.selected .cidade-2, li:hover .cidade-2 { background-position: -29px 31px; }
li.selected .cidade-3, li:hover .cidade-3 { background-position: -58px 31px; }
li.selected .cidade-4, li:hover .cidade-4 { background-position: -87px 31px; }
li.selected .cidade-5, li:hover .cidade-5 { background-position: -116px 31px; }
li.selected .cidade-6, li:hover .cidade-6 { background-position: -145px 31px; }
li.selected .cidade-7, li:hover .cidade-7 { background-position: -174px 31px; }
li.selected .cidade-8, li:hover .cidade-8 { background-position: -203px 31px; }
li.selected .cidade-9, li:hover .cidade-9 { background-position: -232px 31px; }
li.selected .cidade-festa, li:hover .cidade-festa { background-position: -232px 31px; }


.texto {
  /*height: 337px;*/
  height: 190px;
  overflow: visible;
  width: 100%;
  margin-right: 3.125%;
  margin-bottom: 1.875em;
  float: left;
  position: relative;
  z-index: 1;
}
.ie .texto {
  margin-right: 2%;
}
.texto:nth-of-type(3n),
.ie .texto.endrow {
  margin-right: 0;
}
.texto h1 {
  font-size: 1.525em; /* 30/16 ... RS: not anymore! */
  letter-spacing: -0.04em;
  color: #44b9ff;
}
.texto h1 span {
  color: #99cfd7;
}
.texto img {
  max-width: 100%;
  float:left;
  padding:15px;
}
.texto p {
  font-size: 0.9375em; /* 15/16 */
  
}
.js .texto .more { /* JS */
  display: none;
} 
.you {
  background-color: #fff;
}
.texto .you {
  width: 100%;
  height: 192px;
  line-height: 192px;
  text-align: center;
}
.you img {
  background-color: #35478c;
  vertical-align: middle;
}
.texto footer {
  display: none; /* JS */
  margin: 0;
}
.texto footer a {
  display: block;
  width: 50%;
  float: left;
  color:#44b9ff;
}
.texto footer a:last-child {
  float: right;
  text-align: right;
}
/*:target,*/
.spotlight {
  z-index: 2;

}

.js .clone {
  display: none;
}

/*:target .clone,*/
.spotlight .clone {
  display: block;
}

/* removed :target - makes me sad :( */
/*:target .texto, */ 
.spotlight .texto {
  max-height: none;
  height: auto;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  /*background-color: #93cfd6;*/
  background-color: #feff90;
  padding: 0.9375em;
  width: 100%; 
  /*width: 120%;*/  
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.975em;
  margin-left: -0.975em;
  /*margin-left: -3em;*/
}
.clone a {
  color: #fff;
}
.clone a:focus,
.clone a:hover,
.clone h1 span,
.clone p {
  color: #fff;
}
.js .clone .more { /* JS */
  display: inline;
}
.clone .texto footer {
  display: block;
  margin: 0 -0.9375em;
  padding: 0.9375em;
  border-top: 2px solid #a8d9de;
}

input {
  background-position: top left, top left, top left;
}

html.transition, html.transition input, html.transition blockquote {
  position: relative;
  -moz-transition: background-position 30s linear;
  -o-transition: background-position 30s linear;
  transition: background-position 30s linear;
}

input.buscarRota {
	width:80%;
}

html:before {
  display: none;
  content: '';
  border-right: 5px solid #f00;
  border-bottom: 5px solid #f00;
  padding: 10px;
  background: #c00;
  color: #fff;
  line-height: 2;
  font-family: menlo, monospace;
  z-index: 9;
  position: relative;
}

.semmediaqueries {
  width: 1024px;
}

.ie input {
  line-height: 1.75;
}

html.thanks:before {
  display: inline;
  content: "Obrigado - entraremos em ocntato.";
}

html.thanks header {
  margin-top: -2em;
}

html.transition .wrapper {
  -webkit-transition: margin 100ms linear;
  -moz-transition: margin 100ms linear;
  -o-transition: margin 100ms linear;
  transition: margin 100ms linear;
}

a img {
  border: 0;
}


