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

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

.topo {
  z-index: 10;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 144px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  transition: top .25s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px #0003;
}

.menu {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  transition: right .3s;
  display: flex;
  position: absolute;
  bottom: 0;
}

.a_menu {
  color: #585858;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.a_menu.ativo {
  font-weight: 700;
}

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

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

.botao_topo.dir {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.botao_topo.esq {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

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

.w_bt_menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 60px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

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

.trava.t1300 {
  max-width: 1300px;
}

.slider {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.slider.home {
  margin-top: 30px;
}

.slider-w-seta {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 50px;
}

.slider-w-seta.esq {
  background-image: url('../images/seta-esq.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.slider-w-seta.dir {
  background-image: url('../images/Down_Arrow_3_.svg');
}

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

.slider-slide {
  width: 49.5%;
  height: auto;
  margin-right: 1%;
}

.slider-w-bolinhas {
  width: 100%;
  height: 40px;
  margin-bottom: -40px;
  display: none;
}

.slider-w-dentro {
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding-bottom: 56%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.slider-img {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.ww-dentro {
  width: 594px;
}

.slider-w-legenda {
  background-image: linear-gradient(#0000, #000000b5 50%);
  width: 100%;
  height: auto;
  padding: 45px 17px 17px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider-txt-tit {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.slider-txt-data {
  color: #fff;
  font-size: 13px;
}

.m-slider-w {
  width: 100%;
  height: auto;
  padding-left: 10px;
}

.mslider-w-tit {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 6px 5px;
  display: flex;
}

.mslider-txt-tit {
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.mslider-txt-tit.top {
  background-image: url('../images/icone-estrela-cinza.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
}

.mslider-txt-tit.lista {
  background-image: url('../images/icone-de-local-cinza.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
}

.mslider-vert-w {
  white-space: nowrap;
  word-break: normal;
  width: 100%;
  height: auto;
  overflow: auto;
}

.mslider-bloco-link {
  vertical-align: top;
  width: 66%;
  height: auto;
  margin-right: 10px;
  text-decoration: none;
}

._w-img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.mslider-txt-data {
  color: #000;
  white-space: normal;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 20px;
}

.mslider-txt-data.branco {
  color: #fff;
}

._w-txt {
  margin-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.mslider-txt-tit-h2 {
  color: #000;
  text-align: left;
  white-space: normal;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
}

.mslider-txt-tit-h2.branco {
  color: #fff;
}

.m-busca-w {
  width: 100%;
  height: auto;
  padding: 10px;
}

.m-form-busca-w {
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  position: relative;
}

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

.input-busca {
  color: #333;
  background-color: #ececec;
  border: 0 #000;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  padding-right: 45px;
}

.bt_form_busca {
  background-color: #ececec;
  background-image: url('../images/lupa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 40px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}

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

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

.bt_rapido.ativo {
  background-color: #cecece;
}

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

._w-botoes-rapidos {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

/* mudei aqui */
._w-botoesrapidos-vert {
  white-space: normal;
  word-break: normal;
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}

.d-busca-w {
  width: 100%;
  max-width: 670px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 10px;
}

.input-busca-desk {
  color: #333;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  padding-right: 45px;
}

.bt_form_busca-desk {
  background-color: #fff;
  background-image: url('../images/lupa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 39px;
  height: 43px;
  position: absolute;
  top: 1px;
  right: 1px;
}

.trava-chamadas {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

._w-chamadas {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  white-space: nowrap;
  word-break: normal;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  overflow: auto;
}

.chamada-bloco-link {
  vertical-align: top;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  width: 24.25%;
  height: auto;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  overflow: hidden;
}

.chamada-top-bloco-link {
  vertical-align: top;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  width: 19%;
  height: auto;
  margin-bottom: 10px;
  padding: 5px 5px 20%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.img_top {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fume_top {
  background-color: #0000008c;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

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

.w_local_txt {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
}

.chamada-lista-bloco-link {
  vertical-align: top;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  width: 24.25%;
  height: auto;
  margin-bottom: 10px;
  padding: 5px 5px 15%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

._w-txt-inteiro {
  margin-top: 8px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w_cta_news_wap {
  background-color: #fdd453;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 940px;
  height: auto;
  margin: 20px auto;
  padding: 20px 30px;
  display: flex;
}

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

.bt_wap_cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #358d38;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 42%;
  height: auto;
  min-height: 45px;
  padding: 5px 20px;
  text-decoration: none;
  display: flex;
}

.bt_txt_branco {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.input_news {
  background-color: #fff;
  background-image: url('../images/icone-mail-cinza-escuro.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 100%;
  max-width: 490px;
  height: 45px;
  padding: 8px 50px 8px 8px;
}

.m-form-news-cta {
  width: 100%;
  max-width: 56%;
  height: 45px;
  margin-bottom: 0;
  position: relative;
}

.bt_form_news_cta {
  background-color: #fff;
  background-image: url('../images/icone-mail-cinza-escuro.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 39px;
  height: 43px;
  position: absolute;
  top: 1px;
  right: 1px;
}

.txt_cta_news {
  margin-bottom: 15px;
  font-size: 18px;
}

.input-news-cta {
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  padding-right: 50px;
}

.trava_anuncio {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.rodape {
  background-color: #1e1e1e;
  border: 1px solid #707070;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 60px 15px 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
}

._w-rodape-cima {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1040px;
  text-decoration: none;
  display: flex;
}

.ww-ms-rodape {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 310px;
  text-decoration: none;
  display: flex;
}

.txt_rodape {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._w-ms-rodape {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bt-ms-insta {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.group-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19.0018px;
  height: 19.0054px;
  text-decoration: none;
  display: flex;
}

.bt-ms-facebook {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 4px 9px;
  text-decoration: none;
  display: flex;
}

.vector {
  object-fit: cover;
}

.bt-ms-pin {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 4px 7px;
  text-decoration: none;
  display: flex;
}

.group {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13.5262px;
  height: 17.3864px;
  text-decoration: none;
  display: flex;
}

.bt-ms-wap {
  background-color: #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.xmlid_468 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.8182px;
  height: 17.8182px;
  text-decoration: none;
  display: flex;
}

.bt-ms-x {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 6px;
  text-decoration: none;
  display: flex;
}

.bt-ms-youtube {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px 6px;
  text-decoration: none;
  display: flex;
}

.group-1 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15.12px;
  height: 17.9114px;
  text-decoration: none;
  display: flex;
}

.bt-ms-linkdin {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 6px;
  text-decoration: none;
  display: flex;
}

.group-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15.6097px;
  height: 14.9164px;
  text-decoration: none;
  display: flex;
}

._w-anuncie-aqui {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 275px;
  text-decoration: none;
  display: flex;
}

.bt-anuncie-aqui {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fcca39;
  border: 1px solid #707070;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 45px;
  padding: 11px 30px;
  text-decoration: none;
  display: flex;
}
.bt-anuncie-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1e1e1e ;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 45px;
  padding: 11px 50px;
  text-decoration: none;
  display: flex;
  color: #fcca39;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.bt-img-wap {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22.9989px;
  height: 23.1863px;
  text-decoration: none;
  display: flex;
}

.txt-bt-anuncie {
  color: #1e1e1e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.rodape-rodape {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  text-decoration: none;
  display: flex;
}

.logo_rodape {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 38.0796px;
  text-decoration: none;
  display: flex;
}

.txt_rodape_2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.link_do_rodape {
  color: #fff;
  text-decoration: none;
}

.w_busca_menu {
  width: 100%;
  height: auto;
  padding: 10px 0;
  display: none;
}

.trava_conteudo {
  width: 100%;
  max-width: 820px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 50px;
}

.single_ww_img {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.single_w_img {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.img_teste {
  border: 1px solid #707070;
}

.txt_legenda_img {
  color: #585858;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.single_w_controles {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 15px 10px 10px 5px;
  text-decoration: none;
  display: flex;
}

.w_controles {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 213.26px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.bt_controles {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.heart-2 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #000;
}

.txt_bt_controles {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.bt_controles-2 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.send {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #333;
}

.sinlge_txt_data {
  color: #000;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
}

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

.conteudo_titulo {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 140%;
}

.conteudo_p {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.bt_volta {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  left: 5px;
}

.w_lermai {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.chamda_leimais {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 110px;
  text-decoration: none;
  display: flex;
}

.img_chamda_leiamais {
  border-radius: 8px;
  width: 122px;
  height: 110px;
  position: relative;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w_txt_chamada_leiamais {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.txt-chamada_leiamais {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.txt-chamada_cat_leiamais {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

.div_simples.pad_mob {
  padding-left: 10px;
}

.txt_tit_leia_mais {
  color: #000;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.ww_bts_rodape {
  z-index: 50;
  background-color: #fafafa;
  width: 100%;
  height: auto;
  padding: 0px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 3px #0003;
  min-height: 70px;
}

.w_bts_rodape {
  z-index: 50;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.bt_rodape {
  background-color: #fac022;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.img_btr_info {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 23px;
  height: auto;
  max-height: 20px;
  text-decoration: none;
  display: flex;
}

.btr_bta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ce314d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 45px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.ticket {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 19.9954px;
  text-decoration: none;
  display: flex;
}

.btr_txt {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

/* mudei a de baixo */
.w_conteudo_dinamico_rodape {
  background-color: #fafafa;
  border-radius: 8px;
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  max-width: 600px;
  height: auto;
  padding: 15px 15px 15px 10px;
  position: absolute;
  box-shadow: 0 0 20px #0003;
  transition: bottom 0.2s;
  max-height: 75vh;
  overflow-y: auto;
  z-index: 1;
}

.single_txt_apuracao {
  color: #838383;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.div_servico {
  background-color: #f5f5f5;
  width: 100%;
  height: auto;
  padding: 20px 20px 10px;
}

.tit_servico {
  font-size: 16px;
  font-weight: 700;
}

.ww_blogueiro {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.w_blogueiro {
  background-color: #f5f5f5;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding-left: 80px;
  display: flex;
}

.w_foto_blogueiro_single {
  background-color: #8b8b8b;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 15px;
}

.txt_blog2 {
  color: #585858;
  margin-bottom: 0;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

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

.w_lista_topo {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 34px;
  padding: 3px 8px;
  text-decoration: none;
  display: flex;
}

.icone-lista {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11.9311px;
  height: 15.9082px;
  text-decoration: none;
  display: flex;
}

.txt_lista_topo {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.w_posts_da_lista {
  color: #000;
  border: 1px solid #d4d4d4;
  width: 49%;
  padding: 10px;
  text-decoration: none;
}

.w_img_post_da_lista {
  width: 100%;
  height: auto;
  min-height: 150px;
  padding-bottom: 60%;
  position: relative;
}

.img_post_da_lista {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.w_divide.m1 {
  padding: 8px 8px 5px 5px;
}

.txt-cham-lista-post {
  color: #000;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.w_m1 {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: -24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.txt_m1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
}

.txt-tit-lista {
  color: #000;
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.txt_resumo_lista {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.div_lista {
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.w_txt_desc_img {
  grid-column-gap: 10px;
  background-color: #fcca39;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  padding: 6px 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.txt_desc_img {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.conteudo_p-copy {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.txt_single_valido {
  padding-left: 15px;
  font-size: 14px;
}

.bt_desc_compra {
  grid-column-gap: 10px;
  background-color: #585858;
  border: 1px solid #707070;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.txt_desc_compra {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.txt_cupom_codigo {
  margin-bottom: 0;
}

.w_cupom_testa {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.w_cupom_testa.m1 {
  padding: 5px 8px 5px 5px;
}

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

.w_regulamento_completo {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.testa_regulamento {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.txt_regulamento {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.bt_abre_regulamento {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.txt_do_regulamento {
  object-fit: cover;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: block;
}

.p_regulamento_completo {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 150%;
}

.w_txt_desc_cham {
  grid-column-gap: 10px;
  background-color: #fcca39;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  text-decoration: none;
  display: flex;
}

.txt_desc_cham {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.w_pag_busca {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.trava_paginas {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

._w-botoes-rapidos-pagina {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.bt_login_menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.txt_bt_login {
  color: #565656;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 15px;
  display: none;
}

.chamada-bloco-comprar {
  vertical-align: top;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  width: 24%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px 10px 80px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.slider-img-compras {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

._w-img-compras {
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding-bottom: 120%;
  position: relative;
  overflow: hidden;
}

.p_conteudo_compra {
  color: #000;
  white-space: normal;
}

.bt_comprar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ce314d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 45px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 5%;
}

._w-chamadas-compras {
  grid-row-gap: 20px;
  white-space: nowrap;
  word-break: normal;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  overflow: auto;
}

.mslider-txt-tit-compras-h2 {
  color: #000;
  text-align: left;
  white-space: normal;
  word-break: normal;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 19px;
}

.mslider-txt-tit-compras-h2.branco {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .menu {
    z-index: 100;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    right: 0;
  }

  .slider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-w-seta {
    background-size: 12px;
    width: 30px;
  }

  .slider-w-seta.esq {
    background-size: 12px;
  }

  .chamada-top-bloco-link,
  .chamada-lista-bloco-link {
    width: 49%;
    padding-bottom: 30%;
  }

  .conteudo_titulo {
    line-height: 140%;
  }

  .w_pag_busca {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .topo {
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
  }

  .topo.single {
    justify-content: center;
    align-items: center;
  }

  .menu {
    background-color: #fff;
    flex-flow: column wrap;
    height: auto;
    padding-top: 50px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    bottom: auto;
    right: -767px;
    box-shadow: 0 2px 8px #0003;

  }

  .a_menu {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .w_logo {
    width: 140px;
  }

  .botao_topo,
  .botao_topo.esq {
    display: none;
  }

  .bt_menu_fecha {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
  }

  .w_bt_menu {
    display: flex;
  }

  .logo-topo {
    width: auto;
    height: 50px;
  }

  .slider.home {
    display: none;
  }

  .mslider-txt-tit {
    color: #858585;
    font-size: 13px;
    line-height: 20px;
  }

  .mslider-txt-tit.top,
  .mslider-txt-tit.lista {
    background-size: 12px;
    padding-left: 15px;
  }

  .bt_rapido {
    height: 25px;
    margin-right: 5px;
  }

  .txt_bt_rapido {
    font-size: 11px;
    line-height: 11px;
  }

  ._w-botoes-rapidos {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  /* mudei aqui */
  ._w-botoesrapidos-vert {
    display: block;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
  }

  .d-busca-w {
    display: none;
  }

  .trava-chamadas {
    padding-left: 10px;
  }

  ._w-chamadas {
    display: block;
  }

  .chamada-bloco-link {
    border-width: 0;
    border-radius: 0;
    width: 66%;
    margin-bottom: 0;
    margin-right: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .chamada-top-bloco-link,
  .chamada-lista-bloco-link {
    border-width: 0;
    width: 66%;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 0 0 40%;
  }

  .w_cta_news_wap {
    background-color: #fdd453;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bt_wap_cta {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .m-form-news-cta {
    max-width: 100%;
  }

  .txt_cta_news {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .rodape {
    height: 533px;
    padding-top: 40px;
    padding-bottom: 155px;
  }

  ._w-rodape-cima {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .w_busca_menu {
    display: block;
  }

  .trava_conteudo {
    padding-top: 0;
  }

  .single_ww_img {
    grid-row-gap: 5px;
  }

  .single_w_controles {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
  }

  .w_controles {
    grid-column-gap: 7px;
  }

  .sinlge_txt_data {
    font-size: 15px;
  }

  .bt_volta {
    display: flex;
  }

  .w_lermai {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .chamda_leimais {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .div_simples.pad_mob {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ww_bts_rodape {
    /* display: flex; mudei */
    display: block;
  }

  .single_txt_apuracao {
    font-size: 15px;
  }

  .div_servico.pad_mob {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ww_blogueiro {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .w_posts_da_lista {
    width: 90%;
  }

  .div_lista {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .div_lista.pad_mob {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bt_desc_compra {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .txt_desc_compra {
    font-size: 13px;
  }

  .ww_cupom_testa.pad_mob {
    padding-left: 15px;
    padding-right: 15px;
  }

  .w_pag_busca {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .trava_paginas {
    padding-top: 10px;
  }

  ._w-botoes-rapidos-pagina {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .bt_login_menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    padding: 15px 10px 10px;
    text-decoration: none;
  }

  .txt_bt_login {
    margin-bottom: 0;
    display: block;
  }

  .chamada-bloco-comprar {
    width: 70%;
    margin-bottom: 0;
    margin-right: 10px;
  }

  ._w-chamadas-compras {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .link_do_rodape {
    color: #fff;
    text-decoration: none;
  }
}