/* alteracoes que tem que fazer no webflow */

.bt-anuncie-aqui {
  border: none;
}

.fume_top {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}

.cortina {
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: nowrap;
  left: 0px;
  top: 0px;
  padding: 15px 10px;
  position: relative;
}

.w_conteudo_dinamico_rodape .col50 {
  margin-bottom: 0px;
}

.w_conteudo_dinamico_rodape ul {
  margin-bottom: 5px;
}

.desl_filtro {
  display: inline-block;
  margin-top: 15px;
  margin-left: 10px;
  padding: 4px 10px 4px 28px;
  border: 1px solid #c6c6c6;
  border-radius: 20px;
  background-image: url('../images/fecha_filtro.png');
  background-position: 5px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #565656;
  font-size: 13px;
  text-decoration: none;
}

.w_controles_compartilhar {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 275px;
  height: 30px;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  padding-left: 10px;
}

@media (max-width: 767px) {

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

/* fim da alteracao que tem que fazer no webflow */


.mslider-vert-w::-webkit-scrollbar {
  display: none;
}


.mslider-vert-w {
  scrollbar-width: none;
}


.mslider-vert-w {
  -ms-overflow-style: none;
}

._w-botoesrapidos-vert::-webkit-scrollbar {
  display: none;
}


._w-botoesrapidos-vert {
  scrollbar-width: none;
}


._w-botoesrapidos-vert {
  -ms-overflow-style: none;
}

.so_mob {
  display: none;
}

.so_desk {
  display: block;
}

.pad10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pad_scroll {
  padding-left: 10px;
  padding-right: 10px;
}

.limpa {
  clear: both;
  width: 100%;
  height: 1px;
}

.w_paginacao {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  gap: 30px;
}

.bt_paginacao {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
}
.centro{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}

@media (max-width: 767px) {
  .pad_scroll {
    padding-left: 10px;
    padding-right: 0px;
  }

  .so_mob {
    display: block;
  }

  .so_desk {
    display: none;
  }
}

/* geral antigo */
.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs1312 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.col50 {
  width: 49%;
}

.txtcentro {
  text-align: center;
}

@media (max-width: 767px) {
  .col50 {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs1312 {
    font-size: 12px;
  }
}