body {
  font-family: 'Open Sans', sans-serif;
  color: #410c1c;
  font-size: 14px;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
/*  font-family: Heuristica;*/
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

.principal {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.principal.comrodape {
  padding-bottom: 176px;
}

.menu {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 100px;
  background-color: #1f0000;
  background-image: -webkit-linear-gradient(0deg, #1f0000, #5e0b26);
  background-image: linear-gradient(90deg, #1f0000, #5e0b26);
}

.logo_menu {
  position: absolute;
  left: 50%;
  top: 18px;
  width: 175px;
  height: 75px;
  margin-left: -86.5px;
  background-image: url('../images/logo-topo-desk.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.travaclone {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.menuesq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 85px;
/*  padding-top: 52px;*/
  padding-top: 70px;
  padding-right: 110px;
  float: left;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link_menu_desk {
  width: auto;
  height: 25px;
  float: none;
  font-family: 'Playfair Display', sans-serif;
  color: #eca712;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link_minhaconta {
    width: auto;
    height: 26px;
    line-height: 26px;
    color: #ffda89;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    float: left;
    margin-right: 50px;
        margin-top: 2px;
    
}

.link_menu_desk.ativo {
  border-bottom: 1px solid #eca712;
}

.menudir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 85px;
/*  padding-top: 52px;*/
  padding-top: 70px;
  padding-left: 110px;
  float: left;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link_lingua {
  display: block;
  width: auto;
  height: 20px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  font-family: 'Playfair Display', sans-serif;
  color: #eca712;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.link_lingua.ativol {
  color: #ffda89;
    font-weight: bold;
}

.g_linguas_desk {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 130px;
  height: 20px;
}

.separa_lingua {
  display: block;
  width: 1px;
  height: 100%;
  float: left;
  border-right: 1px solid #eca712;
}

.g_ms_menudesk {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 300px;
  height: 30px;
    z-index: 10;
}

.link_ms {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  margin-left: 6px;
  float: left;
}

.link_ms.iface {
  background-image: url('../images/icone-facebook-topo.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.link_ms.iinsta {
  background-image: url('../images/icone-instgram-topo.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.link_ms.icarrinho {
  position: relative;
  background-image: url('../images/icone-carrinho-topo.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-decoration: none;
    margin-right: 20px !important;
}

.numero_carrinho {
  position: absolute;
  left: -18px;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 25px;
  background-color: #ffda89;
  color: #410c1c;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.calculaheigh {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  padding-top: 85px;
}

.primeiradiv {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 51%;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.segundadiv {
  position: static;
  width: 100%;
  height: 49%;
  float: left;
}

.bt_sec_home {
  width: 33.2%;
  height: 100%;
  background-color: white;
  text-decoration: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bt_sec_home.bt1 {
  background-image: url('../images/bgh1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bt_sec_home.bt2 {
  background-image: url('../images/bgh2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bt_sec_home.bt3 {
  background-image: url('../images/bgh3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fume {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: rgba(0, 0, 0, .3);
}

.txt_bt_sec_home {
  padding-top: 80px;
  background-image: url('../images/logo-branco-home.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .8);
}

.fume_centro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: rgba(0, 0, 0, .3);
}

.txt_bt_sec_home_c {
  margin-top: -28px;
  padding-top: 105px;
  background-image: url('../images/logo-historico-roda.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .8);
}

.g_slider_prod {
  position: relative;
/*  width: 60%;*/
  width: 76%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 1%;
  float: left;
}

.g_bloginsta {
/*  width: 40%;*/
  width: 24%;
  height: 100%;
  padding-top: 6px;
  float: left;
}

.cham_blog {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  padding: 2%;
  background-image: url('../images/bg_cham_blog.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #410c1c;
  text-decoration: none;
}

.cham_insta {
  position: relative;
/*  width: 49%;*/
  width: 100%;
  height: 100%;
  background-image: url('../images/insta.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.minifume {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .6);
}

.txtinsta_cham {
  display: inline-block;
  width: auto;
  padding-top: 11px;
  padding-left: 25px;
  background-image: url('../images/icone-insta-home.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.img_cham_blog {
  width: 100%;
  height: 45%;
/*  background-image: url('../images/bhblog.jpg'), url('../images/example-bg.png');*/
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.txt_cham_blog {
  width: auto;
  height: 25px;
  margin-top: 6px;
  margin-bottom: -18px;
  float: none;
  font-family: 'Playfair Display', sans-serif;
  color: #eca712;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.txt_cham_blog_txt {
  color: #646464;
  font-size: 13px;
  line-height: 150%;
}

.sliderhome {
  display: block;
  width: 93%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #eca712;
  background-color: transparent;
}

.esconde {
  display: none;
}

.setadir {
  z-index: 100;
  width: 2.5%;
  margin-right: -14px;
  background-image: url('../images/seta_slider_dir.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.setaesq {
  z-index: 100;
  width: 2.5%;
  margin-left: -14px;
  background-image: url('../images/seta_slider_esq.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.topo_lojahome {
  position: absolute;
  left: 2.5%;
  top: 0px;
  display: block;
  width: 95%;
  height: 60px;
  padding-top: 10px;
  padding-right: 11px;
  padding-left: 11px;
}

.titbot {
  margin-top: 0px;
  margin-bottom: -7px;
  float: left;
  font-size: 26px;
  line-height: 26px;
}

.maskhome {
  display: block;
  width: 97%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.slide_home {
  width: 25%;
  padding-top: 2%;
  padding-bottom: 1.5%;
}

.img_slide_home {
  width: 100%;
  height: 68%;
  margin-bottom: 3px;
/*  background-image: url('../images/vinho.jpg');*/
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.linkslide {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  color: #410c1c;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.mais_p {
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 17px;
  height: 17px;
  margin-left: -8.5px;
  border-radius: 20px;
  background-color: #410c1c;
  background-image: url('../images/icone-mais-bt-redondo.png');
  background-position: 50% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
}

.txt_cham_botega {
  width: auto;
  height: auto;
  margin-top: 10px;
  float: left;
  clear: both;
  font-family: 'Playfair Display', sans-serif;
  color: #eca712;
  font-size: 15px;
  line-height: 15px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.link_slide_cat {
  position: relative;
  width: auto;
  height: 27px;
  margin-top: 23px;
  padding-right: 14px;
  padding-left: 14px;
  float: right;
  background-color: #fff;
  font-family: 'Playfair Display', sans-serif;
  color: #410c1c;
  font-size: 14px;
  line-height: 27px;
  text-decoration: none;
  text-transform: uppercase;
}

.link_slide_cat.atv {
  background-color: #eca712;
}

.tit_cham_blog {
  margin-top: 14px;
  margin-bottom: 6px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}

.ladodir {
  width: 70%;
  height: 100%;
  float: right;
}

.ladoesq {
  width: 30%;
  height: 100%;
  float: left;
}

.bt_menu {
  display: none;
  width: 50px;
  height: 100%;
  float: left;
  background-image: url('../images/icone_menu.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.g_menu_mob {
  position: absolute;
  top: 85px;
  display: none;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding-top: 10px;
  /*padding-bottom: 10px;*/
  float: left;
  background-color: #25020d;
}

.link_menu_mob {
  width: 100%;
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  float: left;
  border-bottom: 1px solid #410c1c;
  font-family: 'Playfair Display', sans-serif;
  color: #eca712;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link_menu_mob.ativo {
  border-bottom: 1px solid #eca712;
  background-color: #1d010a;
}

.barra_lateral_menu {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  padding-top: 11px;
  background-color: #410c1c;
}

.link_lingua_menu {
  display: block;
  width: auto;
  height: 20px;
  margin-bottom: 7px;
  padding-right: 8px;
  padding-left: 8px;
  float: none;
  font-family: 'Playfair Display', sans-serif;
  color: #eca712;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.link_lingua_menu.ativol {
  color: #ffda89;
}

.separa {
  width: 100%;
  height: 50px;
}

.link_ms_menu {
  display: block;
  width: 100%;
  height: 30px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  float: none;
}

.link_ms_menu.iface {
  background-image: url('../images/icone-facebook-topo.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.link_ms_menu.iinsta {
  background-image: url('../images/icone-instgram-topo.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.link_ms_menu.icarrinho {
  position: relative;
  background-image: url('../images/icone-carrinho-topo.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.topo_pag_menor {
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #dfdfdf;
 background-position: center center;   /*X e Y : left top center bottom */
 background-size: cover;
 background-repeat: no-repeat;
}

.topo_pag_menor.topoprodutos {
  background-image: url('../images/bg-topo-produtos.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.enfeitinho {
  width: 100%;
  height: 9px;
  margin-top: 10px;
  background-image: url('../images/infeitinho.jpg');
  background-position: 0px 0px;
}

.lapela_subir {
  position: fixed;
  top: 80vh;
  right: 20px;
  z-index: 900;
  width: 46px;
  height: 46px;
  border-radius: 56px;
  background-color: #210000;
  background-image: url('../images/icone-scrollup.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

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

.trava.pagina {
  padding-top: 20px;
}

.trava.segalbum {
  margin-top: 30px;
}

.trava.blog {
  padding-top: 25px;
}

.segura_produto {
  width: 100%;
  height: auto;
  min-height: 100px;
  margin-top: 45px;
  margin-bottom: 45px;
/*  margin-top: 30px;*/
/*  margin-bottom: 60px;*/
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  float: left;
  border-bottom: 1px solid #eca712;
}

.primeira_parte {
  width: 100%;
  height: auto;
/*  margin-bottom: 15px;*/
  margin-top: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.esquerda {
  width: 330px;
  min-height: 430px;
    height: auto;
  float: left;
}

.direita {
  width: 639px;
  height: auto;
  min-height: 430px;
  padding-bottom: 20px;
  padding-left: 30px;
  float: left;
  border-left: 1px solid #f0f0f0;
}

.nome_produto {
  margin-top: 0px;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
}

.amarelinho {
  color: #d39308;
}

.descprod {
  float: left;
  clear: both;
}

.descprod.nao {
  margin-left: 30px;
  clear: none;
}

.cinzinha {
  color: #909090;
  font-size: 14px;
}

.imagem_produto {
  position: relative;
  display: block;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e5e5e5;
/*  background-image: url('../images/vinho.jpg');*/
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.imagem_produto.mobile {
  position: relative;
  width: 200px;
  height: 200px;
  border: 1px solid #e5e5e5;
}

.preco {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.txtquantidade {
  float: none;
  color: #909090;
  font-size: 11px;
  text-align: center;
}

.seguraquant {
  width: 70px;
  height: auto;
  min-height: 40px;
  margin-top: 10px;
  float: left;
}

.input {
  width: 100%;
  height: 33px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #d39308;
  border-radius: 5px;
  background-color: #fff;
}

.input.sombra {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .4);
}

.bt_adicionarcarrinho {
  display: block;
  width: 215px;
  height: 33px;
  padding-right: 19px;
  float: left;
  border-radius: 5px;
  background-color: #410c1c;
  background-image: url('../images/icone-carrinho-topo.png');
  background-position: 97% 55%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #eca712;
  font-size: 12px;
  line-height: 33px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.bt_adicionarcarrinho.ajbt {
  margin-top: 30px;
  margin-left: 20px;
  color: #d39308;
}

.segura_produto_mob {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  min-height: 100px;
/*  margin: 10px auto 20px;*/
  margin: 30px auto 0px auto;
  padding: 15px;
  float: none;
  clear: both;
  border: 1px solid #eca712;
  color: #410c1c;
}

.preco_mob {
  width: 100%;
  margin-top: 10px;
  float: none;
  clear: both;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.imagem_produto_mob {
  display: block;
  width: 270px;
  height: 270px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-image: url('../images/vinho.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.descricaoprod_mob {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

.descprod_mob {
  margin-bottom: 8px;
  float: none;
  clear: none;
  font-size: 13px;
}

.descprod_mob.nao {
  margin-left: 30px;
  clear: none;
}

.bt_adicionarcarrinho_mob {
  display: block;
  width: 165px;
  height: 33px;
  padding-right: 19px;
  float: left;
  border-radius: 5px;
  background-color: #410c1c;
  background-image: url('../images/icone-carrinho-topo.png');
  background-position: 96% 55%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #eca712;
  font-size: 9px;
  line-height: 33px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.bt_adicionarcarrinho_mob.ajbt {
  margin-top: 30px;
  margin-left: 15px;
}

.segura_quant_bt {
  display: block;
  width: 252px;
  height: auto;
  min-height: 40px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both;
}

.link {
  position: relative;
  left: 50%;
  display: block;
  width: 160px;
  height: 25px;
  margin-top: 30px;
  margin-left: -80px;
  float: left;
  clear: none;
  border: 1px solid #d39308;
  color: #d39308;
  font-size: 10px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nome_produto_mob {
  margin-top: 10px;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}

.info_prod_mob {
  display: none;
  padding: 12px 15px 10px;
  clear: both;
  border: 1px solid #b8b8b8;
  background-color: #f5f5f5;
}

.lupinha {
  position: absolute;
  top: 5px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-image: url('../images/zoom-in-cinza.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lupinha_desk {
  position: absolute;
  left: -15px;
  top: 5px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-image: url('../images/zoom-in-cinza.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.segura_filtro_desk {
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 100%;
  height: 33px;
}

.c20 {
  position: relative;
  width: 19%;
  height: auto;
  margin-right: 0.5%;
  margin-left: 0.5%;
  float: left;
}

.c10 {
  position: relative;
  width: 9%;
  height: auto;
  margin-right: 0.5px;
  margin-left: 0.5px;
  float: left;
    min-height: 30px;
}
.c100 {
  position: relative;
  width: 99%;
  height: auto;
  margin-right: 0.5px;
  margin-left: 0.5px;
  float: left;
    min-height: 30px;
}

.bt_ouro {
  display: block;
  width: 100%;
  height: 33px;
  border-radius: 5px;
  background-color: #d39308;
  color: #fff;
  font-size: 11px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
    border: 0px;
}

.bt_ouro.sombra {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .4);
}

.bt_ouro.filtros {
  display: none;
}

.c15 {
  position: relative;
  width: 19%;
  height: auto;
  margin-right: 0.5%;
  margin-left: 0.5%;
  float: left;
}

.c30 {
  position: relative;
  width: 29%;
  height: auto;
  margin-right: 0.5%;
  margin-left: 0.5%;
  float: left;
}

.c30.dir3 {
  margin-left: 6.5%;
}
.c40.dir3 {
  margin-left: 6.5%;
}

.bt_lupa_busca {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 45px;
  height: 33px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #d39308;
  background-image: url('../images/lupa-branca.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  border: 0px;
}

.c18 {
  position: relative;
  width: 17%;
  height: auto;
  margin-right: 0.5%;
  margin-left: 0.5%;
  float: left;
}

.c18.sombradiv {
  box-shadow: 1px 1px 3px 0 #000;
}

.titpag_mob {
  display: none;
  margin-top: 0px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
}

.rodape {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 166px;
  background-color: #210000;
}

.limpa {
  width: 100%;
  height: 0px;
  float: none;
  clear: both;
}

.s_filtro_mob {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 3000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(211, 147, 8, .89);
}

.bt_cinza {
  display: block;
  width: 100%;
  height: 33px;
  border-radius: 5px;
  background-color: #d39308;
  color: #fff;
  font-size: 11px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.bt_cinza.sombra {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .4);
}

.bt_cinza.filtros {
  display: none;
}

.topo_pag_maior {
  position: relative;
  width: 100%;
  height: 370px;
  background-color: #dfdfdf;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.topo_pag_maior.topoprodutos {
  background-image: url('../images/bg-topo-produtos.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.topo_pag_maior.topoimprensa {
  background-image: url('../images/bg-topo-imprensa.jpg');
}

.topo_pag_maior.topblog {
  background-image: url('../images/bg-topo-blog.jpg');
}

.topo_pag_maior.topodepoimentos {
  background-image: url('../images/bg-topo-depoimentos_e_proemios.jpg');
}

.topo_pag_maior.topstoria {
  background-image: url('../images/bg-topo-historia.jpg'), url('../images/example-bg.png');
  background-position: 50% 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.topo_pag_maior.topcontato {
  background-image: url('../images/bg-topo-contato.jpg');
}

.tit_pag {
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.tit_pag.hist {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 45px;
  background-image: url('../images/logo-historico-roda.png');
  background-position: 0px 50%;
  background-size: 37px;
  background-repeat: no-repeat;
}

.chamada_imprensa {
  width: 30%;
  height: 470px;
  margin-right: 1.5%;
  margin-bottom: 35px;
  margin-left: 1.5%;
  padding: 10px 10px 20px;
  float: left;
  border: 1px solid #d39308;
  color: #410c1c;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  text-decoration: none;
}

.imagem {
  position: relative;
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 130%;
/*  background-image: url('../images/example-bg.png');*/
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mais_img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 20px;
  height: 20px;
  background-color: #d39308;
  background-image: url('../images/icone-mais-bt-redondo.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.paragraph {
  text-transform: none;
}

.dataimprensa {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #d39308;
  font-size: 13px;
  font-weight: 400;
}

.bt_mais {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  clear: both;
  background-color: #410c1c;
  background-image: url('../images/icone-mais-19.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.imagem_blog {
  position: relative;
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 56%;
/*  background-image: url('../images/example-bg.png');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.chamada_blog {
  position: relative;
  width: 30%;
  height: 390px;
  margin-right: 1.5%;
  margin-bottom: 35px;
  margin-left: 1.5%;
  padding: 10px 10px 50px;
  float: left;
  border: 1px solid #d39308;
  color: #410c1c;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  text-decoration: none;
}

.mais_img_blog {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 20px;
  height: 20px;
  background-color: #d39308;
  background-image: url('../images/icone-mais-bt-redondo.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.txt_blog_cham {
  font-size: 14px;
  font-weight: 400;
}

.seg_ms_cham_blog {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 123px;
  height: 33px;
}

.cont_link {
  width: 100%;
  height: auto;
  color: #410c1c;
  text-decoration: none;
}

.bt_ms_cham_blog {
  width: 33px;
  height: 33px;
  margin-right: 2.5px;
  margin-left: 2.5px;
  float: left;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.bt_ms_cham_blog.face {
  background-image: url('../images/icone-blog-face.png');
  background-size: 25px;
}

.bt_ms_cham_blog.twitter {
  background-image: url('../images/icone-blog-twitter.png');
  background-size: 25px;
}

.bt_ms_cham_blog.whats {
  clear: none;
  background-image: url('../images/icone-blog-whats.png');
  background-size: 25px;
}

.paragraph-2 {
  color: #410c1c;
}

.content {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  clear: both;
}

.chamada_depoimentos {
  position: relative;
  width: 47%;
  height: 168px;
  margin-right: 1.5%;
  margin-bottom: 35px;
  margin-left: 1.5%;
  padding: 10px 10px 51px 190px;
  float: left;
  border: 1px solid #d39308;
  color: #410c1c;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-decoration: none;
}

.imagem_cham_depo {
  position: absolute;
  left: -1px;
  top: -5px;
  width: 178px;
  height: auto;
  margin-bottom: 6px;
  padding-bottom: 38%;
/*  background-image: url('../images/example-bg.png');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.queme {
  margin-top: -7px;
  margin-bottom: 3px;
  color: #d39308;
  font-size: 12px;
  font-weight: 400;
}

.mais_img_depo_cham {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 20px;
  height: 20px;
  background-color: #d39308;
  background-image: url('../images/icone-mais-bt-redondo.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.seg_nome_vinho_com {
  position: absolute;
  left: 190px;
  bottom: 5px;
  width: 55%;
  height: 33px;
  padding-top: 10px;
  padding-left: 18px;
  background-image: url('../images/icone-garrafinha.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 400;
}

.sub_tit_pag {
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
  text-transform: capitalize;
}

.premio {
  font-weight: 400;
}

.imagem_cham_premio {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 128px;
  height: auto;
  margin-bottom: 6px;
  padding-bottom: 148px;
/*  background-image: url('../images/example-bg.png');*/
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.chamada_premio {
  position: relative;
  width: 47%;
  height: 168px;
  margin-right: 1.5%;
  margin-bottom: 35px;
  margin-left: 1.5%;
  padding: 10px 10px 19px 151px;
  float: left;
  border: 1px solid #d39308;
  color: #410c1c;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-decoration: none;
}

.trof {
  position: absolute;
  left: -10px;
  top: -13px;
  z-index: 10;
  width: 40px;
  height: 45px;
  background-image: url('../images/icone-premio.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mapa_cont {
  position: absolute;
  right: 0px;
  bottom: -70px;
  width: 142px;
  height: 173px;
  padding: 5px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(358deg, #310613, #5e0b26);
  background-image: linear-gradient(92deg, #310613, #5e0b26);
}

.dentromapa {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #d39308;
  border-radius: 10px;
  background-image: url('../images/mapinha.png');
  background-position: 50% 84%;
  background-size: 129px;
  background-repeat: no-repeat;
  font-family: 'Playfair Display', sans-serif;
  color: #d39308;
  text-align: center;
}

.text-block {
  text-transform: uppercase;
}

.album_hist {
/*  width: 31.2%;*/
  width: 31%;
  margin-right: 1%;
  margin-bottom: 14px;
  margin-left: 1%;
  padding-bottom: 20%;
/*  background-image: url('../images/example-bg.png');*/
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .25);
}

.imagem_single {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 14px;
/*  padding-bottom: 50%;*/
  padding-bottom: 40%;
/*  background-image: url('../images/example-bg.png');*/
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_blog {
  width: 75%;
  height: auto;
  float: left;
}

.segura_comp {
  position: relative;
  width: 22%;
  height: auto;
  min-height: 100px;
  margin-left: 3%;
  padding-top: 15px;
  float: left;
  border: 1px solid #d39308;
  background-color: #fff;
  color: #d39308;
  font-size: 12px;
  text-align: center;
}

.seg_ms_single {
  position: relative;
  display: inline-block;
  width: 123px;
  height: 33px;
  margin-top: 12px;
}

.tit_blog {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 29px;
  text-transform: uppercase;
}

.imagem_depo {
  width: 300px;
  margin-top: 10px;
  margin-bottom: 14px;
  padding-bottom: 300px;
/*  background-image: url('../images/example-bg.png');*/
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cargodepo {
  margin-top: -11px;
  margin-bottom: 10px;
  color: #d39308;
  font-size: 14px;
  font-weight: 400;
}

.tit_depo {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 29px;
  text-transform: none;
}

.segura_comp_depo {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100px;
  margin-top: 30px;
  padding-top: 15px;
  float: left;
  border: 1px solid #d39308;
  background-color: #fff;
  color: #d39308;
  font-size: 12px;
  text-align: center;
}

.content_depo {
  position: relative;
  display: block;
  width: 75%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.segnomevinho {
  position: relative;
  width: 100%;
  height: 33px;
  margin-bottom: 11px;
  padding-top: 10px;
  padding-left: 18px;
  clear: both;
  background-image: url('../images/icone-garrafinha.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 400;
}

.tit_premio {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 38px;
  background-image: url('../images/icone-premio.png');
  background-position: 0px 0px;
  background-size: 30px;
  background-repeat: no-repeat;
  font-size: 29px;
  text-transform: none;
}

.subpremio {
  margin-top: -5px;
  margin-bottom: 15px;
}

.segura_form {
  width: 100%;
  max-width: 640px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-right: 40px;
  float: right;
}

.label {
  margin-bottom: 2px;
  padding-left: 5px;
  color: #862441;
  font-size: 12px;
  font-weight: 400;
}

.bt_enviar {
  display: block;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 70px;
  background-color: #410c1c;
  color: #d39308;
  font-size: 12px;
  text-transform: uppercase;
}

.segura_dad_contato {
  width: 100%;
  height: auto;
  max-width: 360px;
  min-height: 50px;
  margin-top: 15px;
  padding-left: 40px;
  float: right;
}

.telefone_txt {
  margin-bottom: 15px;
  padding-left: 26px;
  float: left;
  clear: both;
  background-image: url('../images/icone-tel-roda.png');
  background-position: 0px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.whats_txt {
  margin-bottom: 15px;
  padding-left: 26px;
  float: left;
  clear: both;
  background-image: url('../images/logo-whats-roda.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.email_txt {
  margin-bottom: 15px;
  padding-left: 26px;
  float: left;
  clear: both;
  background-image: url('../images/icone-email-roda.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #64182f;
}

.telefone_roda {
  margin-bottom: 10px;
  padding-left: 26px;
  float: left;
  clear: both;
  background-image: url('../images/icone-tel-roda.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
}

.whats_roda {
  margin-bottom: 10px;
  padding-left: 26px;
  float: left;
  clear: both;
  background-image: url('../images/logo-whats-roda.png');
  background-position: 0px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
}

.email_roda {
  margin-bottom: 10px;
  padding-left: 26px;
  float: left;
  clear: both;
  background-image: url('../images/icone-email-roda.png');
  background-position: 0px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
}

.rodapesegura {
  position: relative;
  width: 100%;
  height: 156px;
  margin-top: 10px;
  padding-top: 25px;
  border-top: 1px solid #d39308;
  background-image: url('../images/logo-historico-roda.png');
  background-position: 50% 22px;
  background-repeat: no-repeat;
}

.rodapetxt {
  position: absolute;
  left: 0px;
  bottom: 5px;
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.seguranews {
  position: relative;
  width: 266px;
  height: auto;
  min-height: 20px;
  float: right;
  color: #fff;
  font-size: 11px;
  line-height: 130%;
  text-align: center;
}

.segurainforoda {
  position: relative;
  width: 266px;
  height: auto;
  min-height: 20px;
  float: left;
}

.bt_news_roda {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 100;
  width: 40px;
  height: 31px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  background-image: url('../images/icone-email-roda.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.segura_formnews {
  position: relative;
  width: 100%;
  height: 33px;
  margin-top: 12px;
}

.c40 {
  position: relative;
  width: 39%;
  height: auto;
  margin-right: 0.5%;
  margin-left: 0.5%;
  float: left;
}

.w-distr {
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 100%;
   /* max-width: 800px;*/
    padding: 20px 20px 5px 20px;
    border: 1px solid #eca712;
    position: relative;
}

.logo-distr {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    background-position: center center;   /*X e Y : left top center bottom */
    background-size: contain;
    background-repeat: no-repeat;
}

.text-distr {
    display: block;
    float: left;
    height: auto;
    width: calc(100% - 100px);
    padding: 0px 15px 10px 40px;
    
}

.text-distr-cont {
    display: block;
    float: left;
    height: auto;
    width: auto;
    padding: 15px;
    position: relative;
}

.linkmapa {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 8px;
    right: 8px;
    background-position: center center;   /*X e Y : left top center bottom */
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-image: url(../images/icone-maps.png);
}

 .galeria-distr{
        
    width: 100px;
    height: 100px;
    margin: 20px 20px 0px 0px;
     display: block;
     float: left;
     background-position: center center;   /*X e Y : left top center bottom */
     background-size: cover;
     background-repeat: no-repeat;
        
    }

@media (max-width: 991px) {
  .menu {
    position: fixed;
    left: 0px;
    top: 0px;
  }
  .logo_menu {
    height: 88%;
  }
  .menuesq {
    display: none;
  }
  .menudir {
    display: none;
  }
  .g_linguas_desk {
    left: 70px;
  }
  .primeiradiv {
    display: block;
    height: 80%;
  }
  .segundadiv {
    margin-top: 30px;
  }
  .bt_sec_home {
    width: 100%;
    height: 33%;
    float: left;
  }
  .fume {
    -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;
  }
  .txt_bt_sec_home {
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 37px;
    background-position: 0px 50%;
    background-size: auto 50%;
    font-size: 30px;
    line-height: 30px;
  }
  .fume_centro {
    -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;
  }
  .txt_bt_sec_home_c {
    margin-top: 0px;
    padding: 27px 0px 27px 52px;
    background-position: 0px 50%;
    background-size: auto 80%;
    font-size: 30px;
    line-height: 30px;
  }
  .g_slider_prod {
    width: 100%;
  }
  .g_bloginsta {
    width: 100%;
      height: auto;
  }
  .bt_menu {
    position: relative;
    z-index: 1100;
    display: block;
    width: 55px;
  }
  .barra_lateral_menu {
    display: none;
  }
  .topo_pag_menor {
    margin-top: 85px;
  }
  .topo_pag_menor.topoprodutos {
    margin-top: 85px;
  }
  .enfeitinho.single {
    margin-top: 93px;
  }
  .trava.pagina {
    padding-right: 15px;
    padding-left: 15px;
  }
  .direita {
    width: 370px;
  }
  .descprod {
    float: left;
  }
  .imagem_produto {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .segura_produto_mob {
    display: none;
  }
  .preco_mob {
    text-align: center;
  }
  .imagem_produto_mob {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link {
    color: #d49100;
  }
  .info_prod_mob {
    width: 100%;
    height: auto;
    margin-top: 22px;
    float: left;
  }
  .c10 {
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
  .topo_pag_maior {
    height: 250px;
    margin-top: 85px;
      
    background-position: top center;   /*X e Y : left top center bottom */
    background-size: cover;
    background-repeat: no-repeat;
  }
  .topo_pag_maior.topoprodutos {
    margin-top: 85px;
  }
  .chamada_imprensa {
    width: 47%;
    height: 460px;
  }
  .chamada_blog {
    width: 47%;
    height: 460px;
  }
  .chamada_depoimentos {
    display: block;
    width: 87%;
    height: auto;
    margin-right: 4.5%;
    margin-left: 4.5%;
  }
  .imagem_cham_depo {
    height: 107%;
    padding-bottom: 0%;
  }
  .imagem_cham_premio {
    top: 2px;
    height: 100%;
    padding-bottom: 0px;
  }
  .chamada_premio {
    width: 97%;
    height: auto;
  }
  .mapa_cont {
    right: 20px;
  }
  .content_blog {
    padding-left: 13px;
  }
  .segura_comp {
    margin-right: 2%;
    margin-left: 1%;
  }
  .segura_comp_depo {
    margin-right: 2%;
    margin-left: 1%;
  }
  .content_depo {
    padding-left: 13px;
  }
  .segura_form {
    max-width: 100%;
    padding-right: 0px;
  }
  .segura_dad_contato {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 0px;
  }
  .rodapesegura {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .principal.comrodape {
    padding-bottom: 376px;
  }
  .menu {
    height: 65px;
  }
  .logo_menu {
    width: 135px;
    margin-left: -67.5px;
  }
  .travaclone.mob {
    padding-top: 39px;
    background-color: rgba(0, 0, 0, .41);
  }
  .g_linguas_desk {
    display: none;
  }
  .g_ms_menudesk {
    width: 38px;
  }
  .link_ms.iface {
    display: none;
  }
  .link_ms.iinsta {
    display: none;
  }
  .calculaheigh {
    padding-top: 65px;
  }
  .segundadiv {
    height: 89%;
  }
  .fume {
    -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;
  }
  .txt_bt_sec_home {
    padding-left: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    font-size: 20px;
  }
  .fume_centro {
    -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;
  }
  .txt_bt_sec_home_c {
    margin-left: -52px;
    font-size: 20px;
  }
  .g_slider_prod {
    height: 80%;
    padding-top: 64px;
  }
  .cham_blog {
    width: 100%;
    height: 80%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .cham_insta {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }
  .setadir {
    width: 5%;
    margin-right: -1px;
  }
  .setaesq {
    width: 5%;
    margin-left: -1px;
  }
  .topo_lojahome {
    height: 65px;
    padding-top: 2px;
  }
  .titbot {
    font-size: 23px;
    line-height: 23px;
  }
  .slide_home {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .txt_cham_botega {
    margin-top: 7px;
    margin-left: 9px;
    clear: none;
    font-size: 13px;
    line-height: 13px;
  }
  .link_slide_cat {
    margin-top: 0px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 11px;
  }
  .ladodir {
    width: 100%;
    height: auto;
  }
  .ladoesq {
    width: 100%;
    height: 35px;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .g_menu_mob {
    top: 65px;
    display: none;
  }
  .link_menu_mob {
    padding-left: 50px;
  }
  .barra_lateral_menu {
    display: block;
  }
  .link_ms_menu.iface {
    display: block;
  }
  .link_ms_menu.iinsta {
    display: block;
  }
  .topo_pag_menor {
    height: 100px;
    margin-top: 65px;
  }
  .topo_pag_menor.topoprodutos {
    margin-top: 65px;
  }
  .enfeitinho.single {
    margin-top: 73px;
  }
  .lapela_subir {
    right: 5px;
  }
  .segura_produto {
    display: none;
  }
  .imagem_produto.mobile {
    position: relative;
  }
  .segura_produto_mob {
    display: block;
    text-decoration: none;
  }
  .lupinha {
    position: absolute;
    width: 30px;
    height: 30px;
  }
  .lupinha_desk {
    position: absolute;
    width: 30px;
    height: 30px;
  }
  .segura_filtro_desk {
    display: none;
    height: auto;
  }
  .c10 {
    width: 99%;
    margin-bottom: 8px;
  }
  .c10.top30 {
    margin-top: 1px;
  }
  .c10.bt {
    width: 49%;
    float: left;
    clear: none;
  }
  .bt_ouro.filtros {
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 800;
    display: block;
    width: 90px;
    padding-left: 15px;
    border-radius: 10px 0px 0px 10px;
    background-image: url('../images/controls_branco.svg');
    background-position: 9px 50%;
    background-size: 14px;
    background-repeat: no-repeat;
  }
  .c30 {
    width: 99%;
    margin-bottom: 8px;
  }
  .c30.dir3 {
    margin-bottom: 18px;
    margin-left: 0.5%;
  }
  .bt_lupa_busca {
    width: 55px;
  }
  .c18 {
    width: 99%;
    margin-bottom: 15px;
    clear: both;
  }
  .titpag_mob {
    display: block;
    font-size: 22px;
    line-height: 26px;
  }
  .rodape {
    height: 376px;
  }
  .s_filtro_mob {
    display: none;
    overflow: hidden;
    padding-top: 26px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, .83);
  }
  .txt_box_filtro {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
    font-family: 'Playfair Display', sans-serif;
    color: #eca712;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
  }
  .bt_cinza {
    background-color: #a3a3a3;
  }
  .bt_cinza.filtros {
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 800;
    display: block;
    width: 90px;
    padding-left: 15px;
    border-radius: 10px 0px 0px 10px;
    background-image: url('../images/controls_branco.svg');
    background-position: 9px 50%;
    background-size: 14px;
    background-repeat: no-repeat;
  }
  .bt_fechar {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 4000;
    width: 29px;
    height: 40px;
    background-image: url('../images/seta-slider-esq.png'), url('../images/seta-slider-dir.png');
    background-position: 100% 50%, 0px 50%;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
  }
  .topo_pag_maior {
    height: 200px;
    margin-top: 65px;
  }
  .topo_pag_maior.topoprodutos {
    margin-top: 65px;
  }
  .topo_pag_maior.topoimprensa {
    height: 170px;
  }
  .tit_pag {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  .tit_pag.hist {
    display: inline-block;
    background-size: 27px;
  }
  .chamada_imprensa {
    width: 87%;
    height: auto;
    margin-right: 6.5%;
    margin-left: 6.5%;
  }
  .chamada_blog {
    width: 87%;
    height: auto;
    margin-right: 6.5%;
    margin-left: 6.5%;
  }
  .chamada_depoimentos {
    width: 97%;
    height: auto;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-bottom: 57px;
    padding-left: 10px;
  }
  .imagem_cham_depo {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }
  .seg_nome_vinho_com {
    left: 10px;
    bottom: 15px;
    width: 93%;
  }
  .sub_tit_pag {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  .imagem_cham_premio {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding-bottom: 100%;
    float: left;
      height: auto;
  }
  .chamada_premio {
    width: 97%;
    height: auto;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .mapa_cont {
    right: 10px;
    bottom: -29px;
    width: 102px;
    height: 133px;
  }
  .dentromapa {
    background-size: 89px;
  }
  .album_hist {
    width: 48%;
    padding-bottom: 35%;
  }
  .content_blog {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .segura_comp {
    width: 98%;
    margin-top: 15px;
    margin-right: 1%;
  }
  .tit_blog {
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }
  .imagem_depo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .tit_depo {
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }
  .segura_comp_depo {
    width: 98%;
    margin-top: 15px;
  }
  .content_depo {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .tit_premio {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 25px;
    line-height: 140%;
    text-align: left;
  }
  .segura_dad_contato {
    margin-top: 7px;
  }
  .telefone_roda {
    display: inline-block;
    margin-right: 40px;
    margin-left: 40px;
    float: none;
  }
  .whats_roda {
    display: inline-block;
    margin-right: 39px;
    margin-left: 39px;
    float: none;
    clear: both;
  }
  .email_roda {
    display: inline-block;
    float: none;
  }
  .rodapesegura {
    height: 356px;
    background-position: 50% 18px;
    background-size: 40px;
  }
  .seguranews {
    width: 100%;
    margin-top: 24px;
  }
  .segurainforoda {
    display: block;
    width: 235px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
}

@media (max-width: 479px) {
    
    .w-distr{
        padding: 8px;
    }
    
    .galeria-distr{
        
        width: 48%;
        height: auto;
        padding-bottom: 48%;
        margin: 20px 1% 0px 1%;
        
    }
    
    .text-distr{
        width: 100%;
        margin-top: 20px;
        padding: 5px;
    }
    
    .text-distr-cont{
        padding: 0px;
        
    }
    
    .logo_menu{
        top: 3px;
    }
    
    .link_minhaconta{
        display: none;
    }
    
  .topo_pag_maior {
    height: 160px;
  }
  .topo_pag_maior.topoimprensa {
    height: 150px;
  }
  .mapa_cont {
    bottom: -29px;
  }
  .imagem_depo {
    width: 100%;
    padding-bottom: 100%;
  }
  .segura_dad_contato {
    margin-top: 0px;
  }
}



