/* reset */

h2 {
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
}

figure {
  margin: 0;
}

/* */

html {
  font-family: 'Flama';
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;''
}

body {
  margin: 0;
}

/* barra no topo */

/*
#top {
  width: 100%;
  height: 4.8rem;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
  position: fixed;
  top: 0;
  z-index: 2;
}
*/

.oesp {
  font: normal normal normal 14px/1 'Marcas EstadÃ£o';
  text-decoration: none;
  font-size: 2.4rem;
  margin-left: 1.6rem;
}

.oesp:hover {
  opacity: .5;
}

.oesp:before {
    content: '\f000';
}

/* header */

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4.8rem;
  padding-top: 4.8rem;
  padding: 4.8rem 1.6rem 0 1.6rem;
}

h1 {
  max-width: 550px;
  font-size: 5.6rem;
  text-align: left;
  margin-bottom: 4.8rem;
  margin-top: 0;
}

.linha-fina {
  max-width: 550px;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: left;
  color: #656565;
  margin-bottom: 48px;
}

/* menu */

/*
.menu {
  width: 550px;
  display: flex;
  margin-bottom: 48px;
}

.botao {
  width: calc(100%/3);
  height: 48px;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #bbbbbb;
  color: #bbbbbb;
  text-align: center;
  text-transform: uppercase;
  line-height: 48px;
}

.botao:hover {
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
}

.botao.ativo {
  border: 1px solid #000;
  color: #000;
}

.botao.ativo:hover {
  pointer-events: none;
}
*/

/* regiao */

.regiao {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.6rem;
  margin-bottom: 7.2rem;
}

h2 {
  font-size: 3.6rem;
  max-width: 55rem;
  width: 100%;
  text-align: left;
  margin-bottom: 3.6rem;
}

.linha-fina-regiao {
  width: 100%;
  font-size: 2.1rem;
  color: #656565;
  margin-bottom: 48px;
}

.regiao p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 55rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 3.15rem;
}

.botao-container {
  width: 100%;
  max-width: 55rem;
}

.regiao hr {
  height: 1px;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  max-width: 55rem;
  margin: 0;
}

/* infoWindow */

h3 {
  margin: 0;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.infoWindowItem {
  font-size: 1.4rem;
  margin-bottom: .8rem;
  display: flex;
}

.infoWindowItem p {
  max-width: 16rem;
  margin: 0;
}

.classicTag {
  font-size: 1.2rem;
  color: #656565;
  text-transform: uppercase;
  font-weight: 500;
}

.classicIcon {
  color: #656565;
}

.infoWindowClassic span {
  margin-left: .6rem;
}

.saiba-mais {
  display: inline-block;
  font-size: 1.4rem;
  border: 1px solid #cccccc;
  text-decoration: none;
  color: #656565;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px;
}

.saiba-mais:hover {
  color: #000;
  background-color: #f5f5f5;
}

/* ver somente clÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ssicos */

.switch-container {
  display: flex;
}

.switch-container:hover {
  cursor: pointer;
}

.ver {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 1.2rem;
  text-transform: uppercase;
  color: #656565;
}

.switch-container:hover .ver {
  /* color: #000; */
}

.switch {
  display: block;
  width: 3.2rem;
  height: 1.6rem;
  background-color: #cccccc;
  border-radius: 1.2rem;
}

.switch-container:hover .switch {
  /* background-color: #000; */
}

.switch-container input {
  position: absolute;
  visibility: hidden;
}

.switch div {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
          transition: all 300ms ease;
}

.ver-somente-classicos input:checked + label .switch div {
  -webkit-transform: translate3d( 100%, 0, 0 );
     -moz-transform: translate3d( 100%, 0, 0 );
          transform: translate3d( 100%, 0, 0 );
}

.ver-somente-classicos input:checked + label .switch {
  background-color: #000;
}

.ver-somente-classicos input:checked + label .ver {
  color: #000;
}

/* select */

select {
  font-size: 1.4rem;
  width: 100%;
  background-color: #fff;
  margin-bottom: 2.4rem;
  padding: 1.2rem;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url('./img/arrow.png') no-repeat right #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select:hover {
  cursor: pointer;
  border: 1px solid #656565;
  background: url('./img/arrow-hover.png') no-repeat right #fff;
}

select:focus {
  outline:0;
}

/* pÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡gina interna */

.lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 4.8rem 1.6rem 0 1.6rem;
}

.lead-content {
  max-width: 55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

figure {
  margin-bottom: 7.2rem;
}

.img-atracao {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

figcaption {
  text-align: right;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-top: 1.2rem;
  color: #656565;
}

.categoria {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 4.8rem;
  width: 100%;
}

.categoria img {
  max-width: 2.6rem;
  margin-right: .6rem;
}

.como-chegar {
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #fff;
  padding: 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 7.2rem;
  color: #656565;
}

.como-chegar i {
  margin-right: .6rem;
}

.como-chegar:hover {
  cursor: pointer;
  background-color: #f5f5f5;
  color: #000;
}

.lead h1 {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  text-align: center;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7.2rem 1.6rem 7.2rem 1.6rem;
  background-color: #f5f5f5;
}

.content-item {
  max-width: 550px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}

.content-item.blank {
  display: none;
}

.content-item:last-child {
  margin-bottom: 7.2rem;
}

h4 {
  margin: 0;
  font-size: 1.6rem;
  margin-bottom: .6rem;
  margin-left: -3rem;
}

h4 .fa {
  width: 2.4rem;
  margin-right: .6rem;
}

hr {
  max-width: 55rem;
  width: 100%;
  height: 1px;
  margin: 0;
  margin-bottom: 4.8rem;
  border: none;
  background-color: #cccccc;
}

.items {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4.8rem;
}

.items-wrap {
  max-width: 55rem;
  width: 100%;
}

.descricao-wrap {
  max-width: 55rem;
  width: 100%;
}

.descricao {
  margin: 0;
  width: 100%;
  font-size: 1.8rem;
  line-height: 2.7rem;
}

/* filtros no canto superior da imagem */

.temp {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}

.info-categoria {
  display: flex;
  align-items: center;
}

.info-categoria img {
  width: 2.4rem;
  margin-right: .6rem;
}

.info-categoria span {
  font-size: 1.6rem;
  font-weight: 500;
}

.separador {
  width: 1px;
  background-color: #cccccc;
  height: 2.4rem;
  margin: 0 1.2rem;
}

.info-classico {
  color: #656565;
}

.info-classico i {
  font-size: 1.6rem;
  margin-right: .6rem;
}

.classico {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
}

/* cores */

.esticadas {
  color: #003b4d;
  fill: #003b4d;
  text-decoration: none;
}

.hospedagem {
  color: #05908d;
  fill: #05908d;
}

.competicoes {
  color: #65ad50;
  fill: #65ad50;
}

.compras {
  color: #cdce4b;
  fill: #cdce4b;
}

.noite {
  color: #bc48b1;
  fill: #bc48b1;
}

.bares-e-restaurantes {
  color: #ff3e00;
  fill: #ff3e00;
}

.passeios {
  color: #ff8135;
  fill: #ff8135;
}

.praias {
  color: #ffb832;
  fill: #ffb832;
}

.competicoes {
  color: #65ad50;
  fill: #65ad50;
}

a.esticadas,
a.hospedagem,
a.compras,
a.competicoes,
a.noite,
a.bares-e-restaurantes,
a.passeios,
a.praias {
  font-weight: bold;
  text-decoration: none;
  word-wrap: break-word;
}

a.esticadas:hover,
a.hospedagem:hover,
a.compras:hover,
a.competicoes:hover,
a.noite:hover,
a.bares-e-restaurantes:hover,
a.passeios:hover,
a.praias:hover {
  text-decoration: underline;
}

/* */

.img-container {
  max-width: 1200px;
  margin-bottom: 7.2rem;
}

.img-container img {
  width: 100%;
}

/* new */

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.mapa-container {
  position: relative;
  max-width: 1200px;
  height: 675px;
  font-size: 1.6rem;
  margin: auto;
}

#mapa-wrap {
  height: 100%;
}

#map {
  width: 100%;
  height: 100%;
}

.filtros-container {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 320px;
  padding: 16px;
  border: 1px solid #cccccc;
  background-color: #fff;
  z-index: 1;
}

.filtros {
  margin-bottom: 2.4rem;
}

li {
  list-style-type: none;
}

.filtro {
  width: 100%;
  margin-bottom: 8px;
}

input {
  display: none;
}

.filtro label {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  padding: .8rem;
  color: #656565;
}

.filtro label:hover {
  cursor: pointer;
  border: 1px solid #cccccc;
}

.filtro input:checked + label {
  background-color: #f5f5f5;
  color: #000;
}

.label-icon {
  width: 3.2rem;
  margin-right: .8rem;
}

@media (max-width: 720px) {

  .mapa-container {
    height: auto;
  }

  #mapa-wrap {
    padding: 0 16px;
  }

  #map {
    padding-bottom: 100%;
  }

  .filtros-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 1.2rem;
    border: none;
  }

  .filtros {
    margin-bottom: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .filtro {
    margin: 4px;
    position: relative;
    width: calc( 25% - 8px );
    padding-bottom: calc( 25% - 8px );
  }

  .filtro label {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .filtro label:hover {
    cursor: pointer;
    border: 1px solid transparent;
  }

  .label-icon {
    margin: 4px;
  }

  .label-name {
    height: 36px;
  }

  .ver-somente-classicos {
    margin-bottom: 2.4rem;
  }

}

@media (max-width: 450px) {

  .label-name {
    font-size: 1.2rem;
  }

}

/* pÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡gina interna responsiva */

@media (max-width: 720px) {

  h4 {
    margin: 0;
  }

}

.descricao-wrap p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

a.oesp {
  color: #656565;;
  font-weight: normal;
}

a.voltar {
  width: 100%;
  display: block;
  padding: 7.2rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  text-decoration: none;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  color: #656565;
}

a.voltar:hover {
  color: #cccccc;
}

.fa-reply {
  margin-right: 1.2rem;
}

.botao {
  width: calc(100% / 3);
  text-align: center;
  padding: 1.2rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #cccccc;
  color: #656565;
}

.botao:hover {
  background-color: #f5f5f5;
  cursor: pointer;
  color: #000;
}

.fa-map-o {
  margin-right: 1.2rem;
}

/* share */

.container {

}

.page-header {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 1.6rem;
}

.sharebar {
  position: absolute;
  top: 1.2rem;
  right: 0;
}

.sharebar ul {
  margin: 0;
  -webkit-padding-start: 0;
}

.sharebar li {
  display: inline-block;
  font-size: 2.1rem;
  margin-right: 2.4rem;
}

.sharebar a {
  color: #;
  color: #656565;
}

.sharebar a:hover {
  cursor: pointer;
  color: #cccccc;
}

.filtrar-por {
  font-weight: 500;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.icon-praias,
.icon-passeios,
.icon-bares-e-restaurantes,
.icon-noite,
.icon-compras,
.icon-competicoes,
.icon-hospedagem,
.icon-esticadas {
  fill:#cccccc;
}

.go-back {
  font-size: 1.6rem;
  color: #000;
  text-transform: uppercase;
  color: #656565;
  padding-left: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.go-back:hover {
  cursor: pointer;
  color: #cccccc;
  text-decoration: underline;
}

.texto {
  padding: 0 1.6rem;
  padding-top: 7.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.texto p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 55rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 3.15rem;
}

.fig-caption {
  text-align: right;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #656565;
  padding-top: .6rem;
}

@media (max-width: 720px) {
  h1 {
    font-size: 4.2rem;
  }
  .linha-fina {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .lead h1 {
    font-size: 2.7rem;
  }
}

@media (max-width: 550px) {
  .botao {
    padding: .9rem;
    font-size: 1.2rem;
    width: 50%;
  }
}

@media (max-width: 425px) {
  h1 {
    font-size: 3.15rem;
    line-height: 4.05rem;
  }
}

/* expediente */

.expediente {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  padding: 7.2rem 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.expediente ul {
  -webkit-padding-start: 0px;
  margin: 0;
  max-width: 55rem;
  width: 100%;
}

.expediente li {
  display: flex;
  padding: 2.4rem 0;
  border-bottom: 1px solid #cccccc;
}

.expediente li:last-child {
  border-bottom: none;
}

.left-col, .right-col {
  width: 50%;
}

.left-col {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #656565;
  display: flex;
  align-items: center;
}

.right-col {
  font-size: 1.6rem;
  line-height: 2.4rem;l
}

.texto p:last-child {
  margin-bottom: 7.2rem;
}

.transition {
  -webkit-transition: all ease .3s;
     -moz-transition: all ease .3s;
       -o-transition: all ease .3s;
          transition: all ease .3s;
}

.header p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 55rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.header p a {
  font-weight: bold;
  color: #656565;
  text-decoration: none;
}

.header p a:hover {
  text-decoration: underline;
}

.informacao {
  margin-bottom: 4.8rem;
}

.informacao h2 {
  margin-bottom: 2.4rem;
}

@media (max-width: 720px) {
  .informacao h2 {
    font-size: 2.7rem;
  }
}

.botao-header {
  display: block;
  max-width: 55rem;
  width: 100%;
  text-decoration: none;
}

.expediente h3 {
  color: #656565;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
