body {
  color: #373737;
  height: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  color: #373737;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

h2 {
  color: #373737;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

h3 {
  color: #373737;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
}

h4 {
  color: #373737;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

h5 {
  color: #373737;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.body {
  height: 100%;
}

.principal {
  width: 100%;
  height: auto;
  min-height: 100%;
  padding-bottom: 400px;
  position: relative;
  overflow: hidden;
}

.principal.single {
  background-color: #e7e7e7;
}

.principal.degrade_emconstrucao {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 20vh;
  display: flex;
}

._w-menu {
  flex-flow: wrap;
  justify-content: space-around;
  width: 100%;
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

._w-menu.degrade {
  justify-content: space-between;
  align-items: center;
}

.degrade {
  background-image: linear-gradient(90deg, #a75cd2, #fc7a3a);
}

.bt_menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
}

.bt_logo {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

._w-menu-lateral {
  z-index: 50;
  background-color: #32094a;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: left .25s;
  display: flex;
  position: fixed;
  top: 0;
  left: -500px;
}

.bt-fecha-menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.w_rodape_menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bt_ms {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.link_menu {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #622683;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.link_menu.ativo {
  background-color: #622683;
}

.trava {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.trava.t1250 {
  max-width: 1250px;
}

.trava.t1100 {
  max-width: 1100px;
}

.trava.t600 {
  max-width: 600px;
}

.trava.siga {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.trava.filtros {
  max-width: 500px;
  padding-top: 20px;
  transition: top .2s;
  position: relative;
  top: -500px;
}

.trava.t800 {
  max-width: 800px;
}

._w-slider {
  background-color: #fff;
  width: 100%;
  height: auto;
}

.mask-slider {
  width: 100%;
  height: auto;
}

._w-seta {
  width: 40px;
}

._w-seta.esq {
  background-image: url('../images/icone-seta-slider-esq.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: -.5%;
}

._w-seta.dir {
  background-image: url('../images/icone-seta-slider-dir.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: -.5%;
}

._w-slide-nav {
  width: 100%;
  height: 20px;
  padding-top: 5px;
  font-size: 10px;
  line-height: 10px;
  display: none;
}

.slider {
  width: 49%;
  margin-left: .5%;
  margin-right: .5%;
  padding-top: 15px;
}

._w-cham-slider {
  width: 100%;
  height: auto;
  padding: 10px 10px 90%;
  text-decoration: none;
  position: relative;
}

.img-slider {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  position: absolute;
  top: 0;
  left: 0;
}

.sombra-texto-legenda {
  background-color: #fc7a3a;
  border-top-left-radius: 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 20px;
  padding-bottom: 5px;
  padding-left: 5px;
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
}

.texto-legenda {
  background-color: #813ba1;
  border-top-right-radius: 20px;
}

.txt-legenda-slider {
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
}

._w-busca {
  width: 100%;
  max-width: 650px;
  height: auto;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 50px;
  position: relative;
}

._w-form-busca {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
}

.input {
  color: #1b1b1b;
  border-radius: 20px;
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
}

.input.busca-home {
  border: 1px solid #fc7a3a;
  margin-bottom: 0;
  padding-left: 55px;
}

.input.cadastra-news {
  border: 1px solid #fc7a3a;
  margin-bottom: 0;
  padding-right: 55px;
}

.bt-busca {
  background-color: #fff0;
  background-image: url('../images/icone-lupa-laranja.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
}

.bt-filtros {
  background-image: url('../images/icone-filtross-branco-mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.sub-titulo-paginas {
  color: #792ca4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: League Gothic, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.sub-titulo-paginas.filtros {
  color: #fff;
  margin-bottom: 30px;
}

.laranja {
  color: #fb7a3b;
}

.bloco {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bloco.p15 {
  padding-left: 15px;
  padding-right: 15px;
}

.bloco.cinza {
  background-color: #f3f3f3;
}

.bloco.siga {
  padding: 20px 15px;
}

._w-chamadas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap-reverse;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-top: 20px;
  display: flex;
  position: relative;
}

._w-chamada-passeio {
  background-color: #a75cd2;
  border-radius: 5px;
  width: 100%;
  max-width: 31.5%;
  height: auto;
  padding: 10px;
  text-decoration: none;
}

.img-chamada {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

._w-img-chamada {
  width: 100%;
  height: auto;
  padding-bottom: 110%;
  position: relative;
}

.txt-chamada-passeio {
  color: #fff;
  padding-top: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

._w-txt-data-chamada {
  background-color: #823aa4;
  border-radius: 80px;
  padding: 7px 12px;
  position: absolute;
  bottom: -14px;
  left: 10px;
}

.txt-chamada-agenda {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
}

.centro {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.centro.mt {
  margin-top: 30px;
}

.bt-veja-mais {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #8339a8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 17px;
  text-decoration: none;
  display: flex;
}

.bt-veja-mais.cie {
  padding-left: 14px;
}

.txt_bt_bvermais {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
}

.ww-news {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.ww-news.degrade {
  padding-top: 20px;
  padding-bottom: 20px;
}

._w-newsletter {
  width: 100%;
  max-width: 650px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.bt-news {
  background-color: #fff0;
  background-image: url('../images/icone-email-laranja.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}

.txt-cadastro-news {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
}

._w-img-chamada-restaurante {
  width: 100%;
  height: auto;
  padding-bottom: 60%;
  position: relative;
}

._w-chamada-restaurante {
  background-color: #fff;
  border: 1px solid #a75cd2;
  border-radius: 5px;
  width: 100%;
  max-width: 32%;
  height: auto;
  padding: 10px;
  text-decoration: none;
}

._w-txt-data-chamada-restaurante {
  background-color: #8339a8;
  background-image: url('../images/icone-comida-branco.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 80px;
  padding: 7px 14px 7px 35px;
  position: absolute;
  bottom: -10px;
  left: 10px;
}

.txt-chamada-restaurante {
  color: #57137d;
  padding-top: 25px;
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
}

.txt-chamada-restaurante-sub {
  color: #57137d;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.bt-veja-mais-claro {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 2px solid #8339a8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 17px;
  text-decoration: none;
  display: flex;
}

.bt-veja-mais-claro.cie {
  padding-left: 14px;
}

.txt_bt_bvermais_claro {
  color: #823aa4;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
}

._w-txt-data-cham-slider {
  background-color: #823aa4;
  border-radius: 80px;
  padding: 7px 12px;
  position: absolute;
  top: -35px;
  left: 10px;
}

._w-chamada-blog {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 2px solid #f97c4d;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 31%;
  margin-left: 1%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.img-cham-blog {
  width: 100px;
  height: 100px;
}

._w-texto {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

._w-txt-data-blog {
  background-color: #fa7b45;
  border-radius: 80px;
  margin-bottom: 5px;
  padding: 5px 12px;
}

.txt-cham-blog {
  color: #57137d;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 130%;
}

.bt-veja-mais-lara {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fa7b45;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 17px;
  text-decoration: none;
  display: flex;
}

.bt-veja-mais-lara.cie {
  padding-left: 14px;
}

.rodape {
  background-color: #57137d;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 100px 10px 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.txt-siga01 {
  color: #fff;
  text-align: center;
  margin-bottom: -5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

.txt-siga02 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/icone-IG-colorido.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 5px;
  padding: 10px 5px 10px 21px;
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.w_rodape_rodape {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  display: flex;
}

.image {
  margin-bottom: 40px;
}

.txt-rodape {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
}

._w-filtros {
  z-index: 60;
  background-color: #32094ae6;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  transition: left .25s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.bt-fecha-filtro {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

._w-filtros-pop {
  width: 100%;
  height: auto;
}

.bt_submit {
  text-align: center;
  text-transform: uppercase;
  background-color: #fa7b45;
  border-radius: 80px;
  width: 100%;
  height: auto;
  min-height: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

._w-botoes-filtro {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: flex;
}

.bt-filtro {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #a75cd2;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 8px 14px 8px 10px;
  text-decoration: none;
  display: flex;
}

.bt-filtro.cie {
  padding-left: 14px;
}

.bt-filtro.ativo {
  background-color: #32094a00;
  border: 2px solid #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}

.sub-titulo-paginas-single {
  color: #792ca4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Gothic, sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.sub-titulo-paginas-single.filtros {
  color: #fff;
  margin-bottom: 30px;
}

._w-conteudo {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 870px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.coluna {
  background-color: #fff;
  width: 49%;
  height: auto;
}

.coluna.imagem {
  width: 40%;
}

.coluna.conteudo {
  width: 57%;
}

.single-categoria {
  color: #a75cd2;
  font-size: 20px;
  font-weight: 700;
}

.single-titulo {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 140%;
}

._w-tags {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 35px;
  margin-bottom: 15px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

._w-txt-tags {
  background-color: #fff;
  border: 1px solid #a75cd2;
  border-radius: 80px;
  padding: 7px 12px;
}

._w-servico {
  background-color: #faf0ff;
  border: 1px solid #a75cd2;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 10px 0;
}

.txt-servico {
  color: #57137d;
  margin-bottom: 15px;
  font-size: 15px;
}

.servico-txt-legenda {
  font-size: 14px;
}

.link-servicos {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a75cd2;
  border-radius: 80px;
  margin-left: 2px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  display: inline-block;
}

._w-conteudo-single {
  width: 100%;
}

.bt_compartilhar {
  background-image: url('../images/icone-compartilhar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
}

.txt-chamada-tag {
  color: #57137d;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
}

.image_single {
  width: 100%;
  height: auto;
}

.logo {
  width: auto;
  height: auto;
}

._w-compartilhar {
  z-index: 10;
  background-color: #a75cd2;
  border-radius: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: auto;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
  position: absolute;
  top: -58px;
  right: 0;
}

.bt_ms_p {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.txt-comp {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 130px;
  height: auto;
  margin-bottom: 0;
  font-size: 9px;
  line-height: 9px;
}

._w-conteudo-page {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.img-page {
  margin-bottom: 20px;
}

.heading {
  color: #373737;
}

.hero {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.w_slider_parado {
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 20px;
  display: flex;
}

._w-cham-slider-parado {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 32%;
  height: auto;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 6px #0000003d;
}

.img-slider-parado {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  height: 65vh;
}

.galeria_desktop {
  width: 100%;
  height: auto;
  text-decoration: none;
}

.txt_galeria {
  color: #373737;
  margin-top: 3px;
  font-size: 13px;
}

._w-galeria-mobile {
  width: 100%;
  height: auto;
  display: none;
}

.slider-mobile {
  width: 100%;
  height: auto;
}

.nao-mostra {
  display: none;
}

._w-slide-nav-mobile {
  color: #fff;
  width: 100%;
  height: 20px;
  padding-top: 5px;
  font-size: 10px;
  line-height: 10px;
  display: block;
  bottom: 50px;
}

.degrade_emconstrucao {
  background-image: linear-gradient(90deg, #a75cd2, #fc7a3a);
}

.logo_emconstrucao {
  width: 310px;
}

.txt_embreve {
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 34px;
  line-height: 35px;
}

@media screen and (max-width: 991px) {
  ._w-chamada-blog {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  ._w-menu.degrade {
    height: 60px;
  }

  ._w-seta.esq {
    width: 36px;
    margin-left: 0;
  }

  ._w-seta.dir {
    width: 36px;
    margin-right: 0;
  }

  ._w-slide-nav {
    background-color: #0000004d;
    display: block;
  }

  .slider {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  ._w-cham-slider {
    padding: 0 0 0%;
  }

  .img-slider {
    aspect-ratio: auto;
    object-fit: cover;
    height: auto;
    max-height: 70vh;
    position: static;
    overflow: visible;
  }

  .sombra-texto-legenda {
    bottom: 10px;
  }

  .txt-legenda-slider {
    white-space: normal;
    font-size: 15px;
    line-height: 19px;
  }

  ._w-busca {
    margin-top: 20px;
  }

  .sub-titulo-paginas {
    font-size: 30px;
  }

  ._w-chamada-passeio {
    max-width: 100%;
  }

  .txt-chamada-agenda {
    white-space: normal;
  }

  ._w-chamada-restaurante {
    max-width: 100%;
  }

  ._w-chamada-blog {
    margin-left: 0%;
  }

  .sub-titulo-paginas-single {
    font-size: 25px;
  }

  ._w-conteudo {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: sticky;
    top: 60px;
  }

  .coluna.imagem {
    width: 100%;
  }

  .coluna.conteudo {
    z-index: 10;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    margin-top: -15px;
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .single-categoria, .single-titulo {
    font-size: 17px;
  }

  ._w-tags {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: auto;
    margin-bottom: 10px;
    position: absolute;
    top: -13px;
    left: 10px;
    right: 10px;
  }

  .txt-servico {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .servico-txt-legenda {
    font-size: 13px;
  }

  .link-servicos {
    font-size: 9px;
    line-height: 9px;
  }

  .bt_compartilhar {
    width: 30px;
    height: 30px;
  }

  .txt-chamada-tag {
    font-size: 10px;
  }

  .image_single {
    object-fit: cover;
    object-position: 50% 0%;
    height: 70vh;
  }

  .logo {
    height: 40px;
  }

  ._w-conteudo-page {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: sticky;
    top: 60px;
  }

  .hero.degrade {
    padding-bottom: 20px;
  }

  .w_slider_parado {
    white-space: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    display: block;
    overflow: auto;
  }

  ._w-cham-slider-parado {
    box-shadow: none;
    width: 80%;
    margin-right: 20px;
    padding: 0 0 0%;
  }

  .img-slider-parado {
    aspect-ratio: auto;
    object-fit: cover;
    position: static;
    overflow: visible;
  }

  .logo_img {
    max-height: 43px;
  }

  .galeria_desktop {
    display: none;
  }

  ._w-galeria-mobile {
    display: block;
  }

  .nao-mostra {
    display: none;
  }

  ._w-slide-nav-mobile {
    background-color: #ffffffc4;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 150px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    bottom: 50px;
  }

  .logo_emconstrucao {
    max-width: 90%;
  }
}


