

/* line 199, ../sass/application.scss */
.map-container {
	margin-left: -50px;
	/*margin-bottom: 150px;*/
	position: relative;
	height:610px;
}

.map_bg {
	margin-left: -50px;
	/*margin-bottom: 150px;*/
	position: relative;
	height:610px;
	background-image:url(../mapas/mapa_2026_estancias.png);
	display:none;
}

.mapa-tur-overlay{
  display: none;
  position: absolute;
  top: 0px;
  left: px;
  z-index: 10;
}

.map-control{
  width: 145px;
  height: 145px;
  position: absolute;
  bottom: 100px;
  left: 130px;
  z-index: 20;
}

.trigger-list{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.trigger-list{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.trigger > span{
  position: relative;
  float: left;
  height: 70px;
  line-height: 70px;
  width: 200px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.trigger.climaticas > span,.trigger.hidrominerais > span{
  padding-left:78px;
  text-align: left;
}

.trigger.balnearias > span,.trigger.turisticas > span{
  padding-right: 112px;
  text-align: right;
}

.trigger {
  position: absolute;
}

.trigger.climaticas,.trigger.hidrominerais{
  left: 70px;
}
.trigger.balnearias,.trigger.turisticas{
  right: 70px;
}

.trigger.turisticas,.trigger.hidrominerais{
  top: 70px;
}

/* line 203, ../sass/application.scss */
#select-what {
  width: 300px;
  height: 25px;
  border: none;
  margin-right: 10px;
  float: left;
}

.map-points {
  display: none;
}

.map-points > .point{
  position: absolute;
  z-index: 30;
}

.map-points > .point:hover{
  z-index: 90;
}

.map-points.balnearias > .point > a{
  background: #FFF;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 2px #CCC;
}
.map-points.climaticas > .point > a{
  background: #FFF;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 2px #CCC;
}
.map-points.hidrominerais > .point > a{
  background: #FFF;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 2px #CCC;
}
.map-points.turisticas > .point > a{
  background: #FFF;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 2px #CCC;
}

.map-points > .point.ilhabela {
  left: 958px;
  top: 490px;
}
.map-points > .point.cidadea {
   left: 1000px;
  top: 430px;
}
.map-points > .point.cidadeb {
  left: 785px;
  top: 250px;
}
.map-points > .point.cidadec {
  left: 735px;
  top: 460px;
}


.map-points > .point > a {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-radius: 8px;
}

.map-points > .point > a > span{
  display: none;
  color: #000;
  background: #FFF;
  padding: 2px 4px;
  line-height: 15px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 20px;
  font-weight: bold;
  text-transform: uppercase;
  min-width:100px;
}

.map-points > .point > a:hover > span{
  display: inline;

}

/* line 207, ../sass/application.scss */
#select-city {
  width: 200px;
  height: 25px;
  border: none;
  margin-right: 10px;
  float: left;
}

#busca-city{
  height: 25px;
  line-height: 25px;
  border: none;
  padding: 0 10px;
  float: left;
}

.buscar-btn{
  float: left;
}

/* line 211, ../sass/application.scss */
.newsletter {
  width: 228px;
  padding: 20px;
  float: right;
  background: #039;
  margin-right: -20px;
}
/* line 215, ../sass/application.scss */
.newsletter input {
  float: left;
  width: 200px;
  height: 25px;
  border: none;
  margin-bottom: 10px;

}

.newsletter select {
  float: left;
  width: 200px;
  height: 25px;
  border: none;
  margin-bottom: 10px;
}
/* line 220, ../sass/application.scss */
.newsletter h1 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-list > li{
  margin-bottom: 10px;
  float: left;
  width: 100%;
  position: relative;
}

li label{
  width: 25%;
  float: left;
  color: yellow;
  font-weight: bold;
}
li input, li textarea, li select {
  float: left;
  width: 50%;
}

li textarea {
  min-height: 100px;
}

h1 {
  width: 100%;
  color: yellow;
  font-size: 24px;
  float: left;
  margin-bottom: 20px;
}

h1,h2,h3,h4 {
  color: yellow;
  font-weight: bold;
}

.map-points_mapa {
  display: none;
}

.map-points_mapa > .point_mapa:hover {
  z-index: 90;
}

.map-points_mapa > .point_mapa{
  position: absolute;
  z-index: 50;
}

.map-points_mapa.mapa > .point_mapa > a{
  background: #FFF;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 2px #CCC;
}


.map-points_mapa > .point_mapa.cidadec {
  left: 735px;
  top: 460px;
}


.map-points_mapa > .point_mapa > a {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-radius: 8px;
}

.map-points_mapa > .point_mapa > a > span{
  display: none;
  color: #000;
  background: #FFF;
  padding: 2px 4px;
  line-height: 15px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 20px;
  font-weight: bold;
  text-transform: uppercase;

}

.map-points_mapa > .point_mapa > a:hover > span{
  display: inline;
   z-index:1000;
}