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

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.topo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cinc {
  position: relative;
  width: 50%;
  height: 100%;
}

.cinc.primeiro {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cinc.segundo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fume {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 155px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.logo {
  width: 90%;
  height: 40%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
}

.aberto {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 29px;
  background-image: url('../images/relogio-verde-cell.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #94d784;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.segura_txt {
  overflow: auto;
  width: 80%;
  height: auto;
  max-height: 100%;
}

.heading {
  font-size: 30px;
}

.h2_menor {
  margin-bottom: 10px;
  font-size: 22px;
  text-align: left;
}

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

.w_ms_topo {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.bt_ms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bt_ms.mob {
  display: none;
}

.bt_ms.bt_item {
  position: absolute;
  left: 0px;
  height: 35px;
  margin-right: 5px;
}

.w_controles {
  position: absolute;
  left: 0px;
  /* bottom: 0px; */
  bottom: 5vh;
  display: flex;
  width: 100%;
  height: 155px;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bt_pedido {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.txt_bt_fazer {
  margin-bottom: 0px;
  margin-left: 15px;
  color: #fff;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.w_bts_con {
    display: flex;
    width: 360px;
    height: 50px;
    margin-top: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.bt_con {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  padding-top: 7px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.bt_con.ligar {
  display: none;
}

.txt_bt_con {
  margin-bottom: 0px;
  color: #fff;
  font-size: 10px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.fechado {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 29px;
  background-image: url('../images/fechado.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #e97669;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.produtos {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.produtos.bgcinza {
  background-color: #f0f0f0;
}

.trava800 {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.trava800.comcont {
  padding-right: 15px;
  padding-left: 15px;
}

.input {
  width: 100%;
  height: 40px;
  color: #353535;
}

.label {
  width: 100%;
  font-size: 13px;
  font-weight: 700;
}

.lado_a_lado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lado_a_lado.filtros {
  margin-top: 10px;
  margin-bottom: 50px;
}

.lado_a_lado.dosingle {
  margin-top: 35px;
}

.w_form_home {
  position: relative;
  width: 45%;
  height: 40px;
  border: 1px solid #c5c5c5;
  background-color: #fff;
}

.select {
  width: 100%;
  height: 40px;
  background-color: #fff;
}

.ou {
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 15px;
  font-weight: 700;
}

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

.btbusca {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-image: url('../images/botao-pesquisa.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.input_limpo {
  width: 100%;
  height: 40px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  color: #353535;
}

.select_limpo {
  width: 100%;
  height: 40px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  background-color: #fff;
}

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

.trava1000 {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.produto_home {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 90px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 100px;
  border-bottom: 1px solid #e1e1e1;
  color: #000;
  text-decoration: none;
}

.produto_home.semimg {
  min-height: 10px;
  padding-left: 0px;
}

.img_prod {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  background-image: url('../images/62982948-1205-44ed-8bc8-7fdb4b1b43af.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.w_txt_prod_dest {
  width: 100%;
}

.meio {
  width: 47%;
  height: auto;
}

.psm {
  margin-bottom: 0px;
}

.preco_cham {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
}

.preco_cham.dosingle {
  margin-top: 30px;
}

.centavos {
  font-size: 14px;
}

.centro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_insta {
  margin-right: 10px;
}

._w-insta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.instas {
  width: 24%;
  height: auto;
  margin-bottom: 15px;
  padding-bottom: 24%;
  background-color: #e0e0e0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rodape {
  width: 100%;
  height: 270px;
  padding: 45px 30px;
}

.rodape.absol {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.separa {
  width: 1px;
  height: 175px;
  background-color: #fff;
}

.txt_roda {
  margin-bottom: 0px;
  color: #fff;
}

.txt_roda.seg_end {
  padding-left: 35px;
}

.w_txt_roda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w_txt_roda.pend {
  margin-bottom: 35px;
}

.w_txt_roda.prihora {
  margin-bottom: 5px;
}

.w_txt_roda.cpcel {
  margin-bottom: 15px;
}

.img_roda {
  margin-right: 11px;
}

.meio_menor {
  width: 40%;
  height: auto;
}

.meio_menor.dir {
  padding-left: 40px;
}

.w_ms_rodape {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: auto;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_roda_nm {
  margin-right: 11px;
}

.siga {
  width: auto;
  height: auto;
  margin-top: 30px;
  padding-right: 30px;
  background-image: url('../images/botao-seta-preta.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}

.sobrenos {
  display: none;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.sobrenos.bgcinza {
  background-color: #f0f0f0;
}

.img_sobre {
  width: 100%;
  height: 310px;
  margin-bottom: 30px;
  background-image: url('../images/peg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w_controles_fixo {
  position: fixed;
  left: 0px;
  /* bottom: -67px; */
  bottom: -150px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w_controles_fixo.ativo {
  bottom: 0px;
}

.bt_pedido_fixo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 37px;
  margin-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

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

.principal.fixo {
  padding-bottom: 310px;
}

.principal.plr {
  padding-right: 30px;
  padding-left: 30px;
}

.tops {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.voltar {
  position: absolute;
  left: 0px;
  /* top: 0px; */
  display: block;
  width: 90px;
  height: 40px;
  padding-left: 30px;
  background-image: url('../images/botao-seta-branca.png');
  background-position: 5px 50%;
  background-size: 15px auto;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
  line-height: 40px;
}

.tit_prod {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
  font-size: 20px;
  line-height: 130%;
}

.bt_pedido_single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: #000;
  text-decoration: none;
}

._w-quant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  margin-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #959595;
}

.tsm {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fs14 {
  font-size: 14px;
}

._w-quant-bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt_quant {
  width: auto;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
}

.bold-text {
  color: #959595;
}

.bt_gal {
    display: flex;
    width: auto;
    height: auto;
    max-width: 120px;
    margin-top: 11px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    flex-wrap: wrap;
    gap: 5px
}

._w-resumo {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 10px 30px 30px;
  background-image: url('../images/bg_tile.jpg');
  background-size: auto;
}

._w-barrinha {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
  width: 100%;
  height: 18px;
  background-image: url('../images/barrinha.png');
  background-position: 0px 0px;
  background-size: auto;
}

.item-caixa {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 150%;
}

.item-caixa.divs {
  border-bottom: 1px solid #e6e6e6;
}

.linha {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: silver;
}

.total_caixa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preco_final_cham {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 700;
}

.menor {
  color: #4b4b4b;
  font-size: 18px;
}

.meio_input {
  width: 49%;
  height: auto;
}

.quant {
  width: auto;
  height: auto;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 3px 6px;
  border-radius: 8px;
  background-color: #cf1f1f;
  color: #fff;
  font-size: 13px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.bgcinza {
  background-color: #f3f3f3;
}

.logo_topo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preco_cham_single {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
}

.preco_cham_single.dosingle {
  margin-top: 30px;
}

.reais {
  padding-right: 5px;
  font-size: 20px;
}

.reais_cham {
  padding-right: 5px;
  font-size: 17px;
}

@media screen and (max-width: 991px) {
  .bt_ms.mob {
    display: none;
  }

  .w_bts_con {
    width: 100%;
    max-width: 350px;
  }

  .produtos {
    padding-right: 15px;
    padding-left: 15px;
  }

  .meio_menor {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .cinc.primeiro {
    width: 100%;
  }

  .cinc.segundo {
    display: none;
  }

  .w_ms_topo {
    right: 0px;
  }

  .bt_ms.desk {
    display: none;
  }

  .bt_ms.mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bt_ms.bt_item {
    margin-right: 0px;
  }

  .bt_con {
    height: 45px;
  }

  .bt_con.ligar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .txt_bt_con {
    font-size: 9px;
  }

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

  .lado_a_lado {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .w_form_home {
    width: 100%;
  }

  .ou {
    margin-bottom: 10px;
  }

  .meio {
    width: 100%;
  }

  .instas {
    width: 49%;
    margin-bottom: 10px;
    padding-bottom: 49%;
  }

  .rodape {
    height: 480px;
    padding: 40px 10px 0px;
  }

  .separa {
    width: 90%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .txt_roda.seg_end {
    padding-left: 0px;
  }

  .w_txt_roda {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w_txt_roda.cpcel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .w_txt_roda.dcel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .img_roda {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .meio_menor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .meio_menor.dir {
    padding-left: 0px;
  }

  .w_ms_rodape {
    right: 0px;
    margin-top: 20px;
  }

  .sobrenos {
    display: block;
  }

  .w_controles_fixo.ativo {
    padding-bottom: 4px;
  }

  .principal {
    padding-bottom: 520px;
  }

  .principal.fixo {
    padding-bottom: 510px;
  }

  .principal.plr {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .img_prod_single {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .bt_gal {
    max-width: 116px;
    margin: -10px auto 20px;
    font-size: 12px;
  }

  ._w-resumo {
    padding-right: 10px;
    padding-left: 10px;
  }

  .item-caixa {
    padding-left: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .item-caixa.divs {
    padding-top: 10px;
  }

  .meio_input {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w_controles_fixo.ativo {
    bottom: 0px;
  }
}