body {
  color: #333;
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
}

.principal {
  width: 100%;
  max-width: 400px;
  height: auto;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.w_mapas_mesmo {
  z-index: 60;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  background-color: #e0e0e0;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: auto;
  padding: 15px 10px;
  transition: bottom .2s;
  display: block;
  position: absolute;
  bottom: -100vh;
}

.txt3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
}

.i_bt_menu_baixo {
  width: 45px;
  height: 45px;
}

.menu_mobile_rodape {
  z-index: 50;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 55px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.sb {
  z-index: 60;
  width: 20px;
  display: none;
  position: absolute;
  bottom: 48px;
}

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

.divide.max {
  max-width: 100px;
  display: inline-flex;
}

.link_bt_menu_rodape {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.divisoria {
  background-color: #668e8b;
  width: 1px;
  height: 31px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.txt4 {
  color: #141414;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.w_mapas {
  justify-content: center;
  align-items: flex-start;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.w_rodape_mob {
  z-index: 50;
  background-color: #fff;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
}

.bt_rodape-verm {
  width: auto;
  height: auto;
  margin-top: 7px;
  margin-bottom: 7px;
}

.img_principal {
  margin-bottom: 5px;
}

.img_credito {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  font-style: italic;
  line-height: 16px;
}

.w_conteudo {
  padding-top: 10px;
  padding-bottom: 15px;
}

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

.bt_actions {
  flex-flow: wrap;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.bt_actions.book {
  padding-left: 8px;
  padding-right: 8px;
}

.txt_action {
  color: #333;
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 700;
}

.txt_action.data {
  font-weight: 400;
}

.h2 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.h1 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.w_servico {
  background-color: #f5f5f5;
  padding: 20px 15px 0;
}

.menu {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px #0003;
}

.menu.home {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}

.w_logo {
  width: 140px;
  height: auto;
}

.w_logo.home {
  width: auto;
}

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

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

.leia_mais {
  width: 100%;
  height: auto;
  padding: 15px;
}

.link_lista_post {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.llp_img {
  background-image: url('../images/NoPath.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 122px;
  height: 111px;
}

.llp_w_txt {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-left: 15px;
}

.llp_tit {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.llp_data {
  margin-bottom: 0;
  font-weight: 400;
}

.data_lego_item {
  color: #333;
  margin-bottom: 3px;
  font-size: 12px;
}

.w_forum_single {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.w_post {
  border-bottom: 1px solid #b9b9b9;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
}

.w_post.aberto {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.w_id {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.img_id {
  background-image: url('../images/8_18.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
}

.txt_id {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.tit_id {
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 130%;
}

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

.w_rdape_post.sub {
  justify-content: flex-end;
  align-items: center;
}

.txt_action-2 {
  color: #d76e31;
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 700;
}

.txt_coment_single {
  font-size: 14px;
  line-height: 18px;
}

.w_post_sub {
  border-top: 1px solid #ebebeb;
  width: 100%;
  height: auto;
  margin-top: 5px;
  padding: 10px 10px 10px 20px;
}

.w_post_sub.aberto {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.link_com_siingle {
  margin-bottom: 15px;
}

.link_vermaiscom_single {
  margin-top: 20px;
  margin-bottom: 15px;
}

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

.w_menu {
  z-index: 150;
  background-color: #e0e0e0;
  width: 400px;
  height: 100%;
  padding-top: 80px;
  transition: right .3s;
  position: fixed;
  top: 0;
  right: -100%;
  overflow: hidden;
}

.bt_menu_fecha {
  z-index: 15;
  background-color: #fafafa;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.bt_menu_fecha.fecha {
  display: flex;
  position: absolute;
  top: 10px;
}

.image {
  padding: 9px;
}

.link_menu_mob {
  color: #333;
  text-align: center;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.w_ms-_menu {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90px;
  height: 40px;
  margin-left: -45px;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 50%;
}

.link-block {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.conteudo_home {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 80px;
}

.bloco_lego {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding-left: 10px;
}

.bloco_lego.primeiro {
  margin-top: 0;
  margin-bottom: 10px;
}

.w_tit_lego {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 50px;
  display: flex;
}

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

.tit_lego {
  color: #858585;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.tit_lego.top {
  background-image: url('../images/star.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
}

.w_posts_lego {
  white-space: nowrap;
  width: 100%;
  height: auto;
  overflow: auto;
}

.w_posts_lego.primeiro {
  margin-top: 0;
}

.w_posts_lego_item {
  white-space: normal;
  width: 65%;
  height: auto;
  margin-right: 5%;
  text-decoration: none;
}

.img_lego_item {
  background-image: url('../images/NoPath.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 56%;
}

.w_txt_lego_item {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.lego_item_txt {
  margin-bottom: 0;
  font-weight: 700;
}

.w_menu_lateral {
  white-space: nowrap;
  width: 100%;
  height: auto;
  padding-left: 10px;
  overflow: auto;
}

.bt_menu_latera {
  background-color: #fcca39;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 35px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: inline-flex;
}

.txt_bt_hor {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.img_lego_item_top {
  background-image: url('../images/NoPath.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 56%;
}

.w_txt_lego_itemtop {
  background-color: #00000080;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 93px 10px 20px;
}

.w_posts_lego_item_top {
  white-space: normal;
  background-image: url('../images/NoPath.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 65%;
  height: auto;
  margin-right: 5%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.lego_item_txt-_top {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

.data_lego_item_top {
  color: #fff;
  margin-bottom: 3px;
  font-size: 12px;
}

.estrelinha {
  position: absolute;
  top: 10px;
  left: 10px;
}

.w_posts_lego_item_lista {
  white-space: normal;
  background-image: url('../images/NoPath.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 65%;
  height: auto;
  margin-right: 5%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.fume_lista {
  background-color: #00000080;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 53%;
  position: relative;
}

.w_txt_lego_lista {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.txt_lista_bloco {
  color: #fff;
  background-image: url('../images/Pin.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 10px;
}

.fume_ltop {
  background-color: #00000080;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 80%;
  position: relative;
}

.w_news {
  background-color: #fdd453;
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 20px 10px;
}

.bt_wap {
  background-color: #127a54;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  display: flex;
}

.txt_cadastrese {
  color: #000;
  text-align: center;
  font-size: 14px;
}

.w_form {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.w_form.news {
  margin-top: 20px;
  position: relative;
}

.input {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  width: 100%;
  height: 45px;
}

.input.news {
  border-color: #fff;
  margin-bottom: 0;
  padding-right: 55px;
}

.bt_news {
  z-index: 10;
  background-color: #fff;
  background-image: url('../images/mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 50px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .w_menu {
    padding-top: 80px;
  }

  .bt_menu_fecha {
    right: 5px;
  }

  .bt_menu_fecha.fecha {
    top: 10px;
    right: 10px;
  }

  .w_ms-_menu {
    right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .principal {
    padding-top: 60px;
  }

  .menu_mobile_rodape {
    display: flex;
  }

  .link_bt_menu_rodape {
    justify-content: center;
    align-items: center;
    width: 55px;
  }

  .w_mapas {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .w_post.aberto, .w_post_sub.aberto {
    padding-left: 10px;
    padding-right: 10px;
  }

  .w_menu {
    width: 100%;
  }

  .link-block {
    padding: 4px;
  }
}

@media screen and (max-width: 479px) {
  .bt_rodape-verm {
    max-width: 95%;
  }

  .img_principal {
    margin-bottom: 5px;
  }

  .img_credito {
    font-style: italic;
  }

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

  .w_ms-_menu {
    margin-right: 15px;
  }
}

#w-node-_7321932d-8410-60ab-61cd-585cc1d4e29a-6b79c77a {
  align-self: center;
}

#w-node-_7321932d-8410-60ab-61cd-585cc1d4e29c-6b79c77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}
