@charset "UTF-8";
/* CSS Header, Footer e Variáveis */

/*FONTES*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,bold,bolditalic');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*ESTILOS GERAL*/
* { margin: 0; padding: 0; border: 0; outline: none !important; text-decoration: none !important;  font-family: "Montserrat", serif; }
body{ min-width: 320px;}

.txt_center { text-align: center;} 
.container-fluid,  .MenuDesktop, .diferenciais, footer{ /*max-width: 1920px;*/ margin: 0 auto;}
.maxWidth{ position: relative; display: block; margin: 0 auto; max-width: 1280px;}

/**
 * <div class="whatsapp-plug-icon" data-number="" data-message=""></div>
 **/
.whatsapp-plug-icon{position: fixed; z-index: 1000; bottom: 20px; right: 20px; width: 50px; height: 50px; -webkit-border-radius: 50%; cursor: pointer; background-color: #44A01C; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url("whats.svg"); background-size: 50% auto;}
.whatsapp-plug-icon:hover{background-color: #86e25e;}
.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before{content: ''; position: absolute; opacity: 0; border: 4px solid #44A01C; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.whatsapp-plug-icon::after{animation-delay: .5s;}
.whatsapp-plug-icon:hover::after{border: 4px solid #86e25e;}
.whatsapp-plug-icon:hover::before{border: 4px solid #86e25e;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}

.divNewVantagens { display: none; }

.btn_frete{background-color:#272D47 ; color:#fff; border: none;} 
.btn_frete:hover{background-color:#E2BDB0; color:#fff; border: none;}
.NewCar-AlertaFrete{ font-size: 10px !important; color: #666 !important;  max-width: 570px; font-weight: 600 !important;  }
/*FOOTER DO SITE*/
.DV_Newsletter{ background-color: #6b0103; font-family: "Montserrat", serif; font-size: 16px; text-align: center; font-weight: bold; color: #fff; padding: 10px; display: block;}
.newsTit{clear: left; display: block; color: #fff;}
#btn_NewsFooter{ -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background-color: #d60004; color: #fff; font-weight: normal; font-size: 12px; line-height: 35px; position: relative; display: inline-block; margin-left: -4px; padding: 0 20px; top: -1px; }

#input_News{ width: 75%; font-family: "Montserrat", serif;  font-weight: normal; padding: 0 10px 0 10px; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border: none; display: inline-block; margin-top: 5px; height: 35px; line-height: 35px; color: #333;}
footer{ background-color: #f8f2e7; font-family: "Montserrat", serif; padding: 60px 0px; margin-bottom: 0px; font-weight: 400; }
footer h3{ font-family: "Montserrat", serif; font-weight: 700; font-size: 16px; text-align: center; color: #b0164f;}
.telefone_Footer{ font-family: "Montserrat", serif;  font-weight: 800; font-size: 14px; text-align: center; color: #ffffff;}
.telefone_Footer i{  color: #ffffff;}
.footer_after{ font-family: "Montserrat", serif;  font-size: 12px; text-align: center; padding: 15px; color: #666666; line-height: 20px; font-weight: 400;}
#logoVBWP { position: relative; display: block; margin: 10px auto; width: 50px;  }
.duvidas_footer{ color: #4D4D4D; line-height: 20px;  font-family: "Montserrat", serif; font-weight: 400;   font-size: 14px; text-align: center; margin-top: 10px;}
a.link_duvidas:link,  a.link_duvidas:visited {font-size: 14px; color: #4D4D4D; font-weight: 600;}
a.link_duvidas:hover, a.link_duvidas:active { color: #b60c09;}
.footerULT{ background-color: #f2e4cc; padding: 5px 5px 0px 5px; }
.faixaBNDS{  font-family: "Montserrat", serif; color: #005489; text-align: center; font-size: 16px; padding: 10px;}
.faixaBNDS img{ vertical-align: middle; }

/* CARRINHO FLUTUANTE */
.CarrinhoFlutuante { position: fixed; left: 1%; bottom: 5px; width: 65px; height: 65px; background-color: #b0164f; border-radius: 200px; -webkit-border-radius: 200px; -moz-border-radius: 200px; font-size: 7px; color: #fff; text-align: center; cursor: pointer; z-index: 100; display: block; border: 1.5px solid #d3246c; }
.CarrinhoFlutuante:hover { background-color: #d3246c; }
.CarrinhoFlutuante span { position: absolute; width: 20px; height: 20px; margin-left: 20px; margin-bottom: 5px; background-color: #499f28; color: #fff; border-radius: 200px; -moz-border-radius: 200px;
    -webkit-border-radius: 200px; bottom: -10px; text-align: center; line-height: 20px; overflow: hidden; font-family: "Montserrat", sans-serif; font-size: 10px; position: absolute; right: 0;
    top: 0; }
.CarrinhoFlutuante i { font-size: 22px; color: #fff; display: block; text-align: center; padding-top: 11px; margin-bottom: 2px; }

a.link_socialFooter:link,  a.link_socialFooter:visited {font-size: 22px; display: inline-block;  margin: 0px 5px 5px 5px; color: #b0164f;}
a.link_socialFooter:hover, a.link_socialFooter:active { color: #d3246c;}
.DV_centraliza { text-align: center; } /* elementos tem que estar com display: inline-block*/
.facebook_Plugin { position: relative; width: 290px; margin: 0 auto; border-bottom: 1px solid #fff; }
#avisosNews{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; display: none; line-height: 100px; font-family: "Montserrat", serif; font-size: 12px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; text-align:  center; }
.subtitulo_footer { display: none;  }
.img_pagamentoMobile { display: block; margin: 10px auto; width: 95%; max-width: 380px;}
.img_pagamento {display: none;  }
.img_seg_footer{ height:35px; text-align: center; padding: 7px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.blocoSeg { display: flex; flex-direction: column; align-items: center;}
.desenvolvido{font-family: "Montserrat", serif;  font-weight: 600; font-size: 10px; text-align: center; color: #666666;}
.grupo_seg { text-align: center; }

/*HEADER*/
header{ background-color: #f8f2e7;}
.logotipo { display: block; margin: 22px auto; width: 207px;}
.Pesquisa{ width: 100%; float: left; border: 1px solid #b0164f; border-radius: 40px;  font-family: "Montserrat", serif; font-size: 12px; height: 45px; line-height: 45px; margin-bottom: 22px; padding: 0 10px 0 10px; background-color: #f8f2e7; color: #4D4D4D; font-weight: 300; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);}

.btn_pesquisar { position: absolute; width: 20%; height: 45px; line-height: 20px; border: none; background-color: transparent; color: #b0164f; text-align: center;  margin-bottom: 10px;  font-size: 17px; right: 15px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px; z-index: 2; }
/*.background_header { background-image: url("../imgs/background.jpg"); background-repeat: repeat; }*/

.LinkRastreioTopo{ position: relative; z-index: 10 !important; opacity: 1.0!important;  }
.LinkRastreioTopo span{ color: #1e1e1e;  }
.SubRastreio{ display: none;  position: absolute; width: 220px; border: 1px solid #fdfdfd; border-radius: 8px; padding: 20px 10px; top: 105%; background-color: #EFEFEF; z-index: 10 !important; opacity: 1.0 !important; cursor: default!important; left: -50px; }
.SubRastreio p{ font-size: 12px; font-weight: bold; color: #1e1e1e; text-align: center;}
.SubRastreioForm{ width: 100%; display: flex; background-color: #fff; border-radius: 8px; height: auto;  }
.codRastreio, .pesquisaRastreio{ background-color: transparent; height: 45px; line-height: 45px;  }
.codRastreio { padding: 0 5px 0 5px; width: 70%; }
.pesquisaRastreio{ font-size: 16px; width: 30%; }
.pesquisaRastreio i{  margin-top: 0px !important; font-size: 22px !important;  }

.LinkRastreioTopo:hover .SubRastreio{ display: block; }

.LinkRastreioTopo2{ margin-top: 15px; color: #b0164f;}
.LinkRastreioTopo2:hover { color: #b1adad;}
.LinkRastreioTopo2 .imgComandos{     width: 40px;
    margin-left: 8px;
    margin-right: 10px; }
.iconeLupa i{ font-size: 17px !important; color: #f3801f;  }


.SubRastreio::after{  border-bottom: 10px solid #EFEFEF;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        float: left; content: ""; position: absolute; left: 50px; top: -10px;}

.LinkRastreioTopo2 .SubRastreio{ left: 15px;}

/*MENU*/
.MenuDesktop{ display: none;}
.linksTopoB{ display: none; }

/*PRODUTOS*/
.ListaProdutos { width: 100%; height: auto; list-style: none; display: flex; flex-wrap: wrap;  }

.ftProd{ position: relative; width: 100%; height: 130px; clear: both; text-align: center; align-items: center; justify-content: center; }
.ListaProdutos li { position: relative; display: inline-block; width: 48%;  margin: 15px 1%; padding: 5px; overflow: hidden; 
transition: 0.5s; border: 1px solid  rgb(229, 229, 229); display: flex;
}
/*.ListaProdutos li:hover{
    
         -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        border: 1px solid #ccc; 
        -webkit-box-shadow: 0px 0px 10px 1px #DBDBDB; 
        box-shadow: 0px 0px 10px 1px #DBDBDB;
        border-radius: 10px; 
    
}*/

.ftProd img {  display: block; width: auto; height: auto; max-height:100%; max-width: 100%; margin: 0 auto;}
.refProd{ display: block; line-height: 20px; font-family: "Montserrat", serif; font-size: 10px; color: #C13C54 !important; text-align: center; margin: 5px 0 0 0; font-weight: 600; }
.nomeProd{ width: 100%; margin: 10px 0px; font-family: "Montserrat", serif; font-size: 14px; color: #808283 !important; text-decoration: none !important; text-align: center; font-weight: 300; overflow: hidden;}
.nomeProd p{ display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  }

.ratingProd{ display:block; line-height:10px; background:url(../imgs/sprite-stars.png) no-repeat; background-position: 0 -84px; height:18px; width: 95px; margin: 5px auto 0;}
.ratingProd em{ position:relative; display: block; background:url(../imgs/sprite-stars.png) no-repeat; background-position: 0 -66px;  height:18px; width: 50px; }

.priceProd{ position:relative; width: 100%; max-width:100%; height:70px; }
.priceProd p { display:block; width:100%; margin: 0; } 
.deProd{ display:block; line-height:12px; text-decoration:line-through !important; color:#666 !important; font-size:12px; text-align: center; margin: 0px;  }
.precoProd{ font-size: 18px; color: #E2BDB0 !important; margin: 0; text-align: center; font-weight: 600; }
.sprecoProd { color: #808283; font-size: 22px; font-weight: bold; text-align: center;  }
.parcProd{ font-size: 12px; color:#666666 !important; margin: 0; text-align: center; font-weight: 300;  }
.prodIndisponivel{  text-align: center; line-height:70px; font-size: 14px; color:#027b7f; font-weight: bold;  }
.descProd{ position:absolute; width: 50px; text-align:center; padding: 0 5px; height:24px; line-height:24px; font-size:14px; background-color: #038340; color:#fff; z-index:2; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; top: 5px; left: 10px; display: flex;
    justify-content: center;
    align-items: center; }

.btnCompLP{ position: relative; text-align: center; line-height: 35px;   background-color: #272D47; color: #fff; border-radius: 8px; width: 90%; height: 35px; margin: 0 auto; font-size: 14px; font-weight: 600; max-width: 150px;  }
.btnCompLP:hover{ background-color: #E2BDB0; }


.emFalta h2{ font-size:22px; text-align:center; color: #027b7f; border-top: 1px dashed #dedede; padding-top: 5px;}
.emFalta p{ color:#444; text-align:center;}
.emFalta a{  position: relative; width: 150px;  margin-left: 50%  !important; left: -75px !important;}

.estrelas { position: relative; width: 100%; height: 25px; padding-top: 4px; }
.estrelas i, .estrelas span { color: #F0C900 !important; font-size: 18px; }
.starYellow { color: #F0C900 !important; }


a.LinkTitProd:link,  a.LinkTitProd:visited { font-family: "Montserrat", serif; font-size: 24px; display: inline-block;  margin: 5px; color: #6b0103;}
a.LinkTitProd:hover, a.LinkTitProd:active { color: #f9ecd3;}

.TitPAG { font-family: "Montserrat", serif; font-size: 28px; display: block; padding: 10px 20px;  margin: 10px; color: #222222; border-bottom: 1px solid #ccc; margin-left: 0px; padding-left: 0px; }

/* FOOTER DO CARRINHO */
.CarrinhoFooter{ position: relative; clear: both;  bottom: 0; width: 100%; height: auto; background-color:rgba(207,207,207,0.2);}

/* PRODUTO*/
/*EXIBE PRODUTOS*/
.tituloProdCompra { margin: 0; padding: 0; }
.FundoBrancoImgProd { position: relative; width: 100%; height: auto; background: #FFF; }
.FundoImgProd { width: 100%; max-width: 320px; height: 320px; display: block; margin: 0 auto 0; }
.FundoImgProd img { position: relative; width: auto; height: auto; margin:0 auto 0; max-width: 100%; max-height: 100%;  }
.ImgExibeProdDesktop { display: none; }
.ImgExibeProd, .InfoExibe { position: relative; width: 100%; height: auto; display: block; margin: 0 auto 0; }
.ImgExibeProd { background: #FFF; margin-top: 15px; } 

.ImgExibeProd img { width: 100%; max-width: 400px; height: auto; display: block; margin: 0 auto 0; }
.InfoExibe { max-width: 100%; overflow: hidden; margin: 10px auto 10px; padding: 10px 0 15px 0; background: #FFF; color: #000; font-weight: bold; }
.InfoProd { position: relative; width: 100%; height: auto; }
.PrecoExibeProd { text-align: left; margin: 0; }
.preco { color: #999; font-weight: 400; text-decoration: line-through !important;}
.precopqn { font-size: 10px; margin-right: 10px; font-weight: 800; color: #b60c09  ; } .PrecoGrande { font-size: 28px; color: #b60c09 !important; font-weight: bold; }
a.BtnComprar:link, a.BtnComprar:visited { line-height: 50px; font-size: 16px; background: green; color: #FFF; display: block; text-align: center; }
.Parcela { font-weight: 400; border-top: 1px solid #ebebeb; color: #000; text-align: left; padding: 10px 15px 10px 15px; margin: 0; }
.CEP { padding: 15px 10px 0 10px; border-top: 1px solid #ebebeb; } .CepInput, .ButtonOk { position: relative; height: 35px; color: #666; }
.CepInput { width: 77%; padding: 0 20px 0 20px; color: #000; border: 1px solid #CCC; } .ButtonOk { width: 21%; background: #ddd; }
.Relacionados { color: #6A8207 !important; font-size: 36px; font-weight: 400; }
.DescricaoProd { position:relative; display:block; background: transparent; padding: 10px; height: auto; overflow: hidden; margin-bottom: 20px; line-height: 30px;  }
.DescricaoProd h1 { color: #000000;  font-size:24px;  border-bottom: 1px solid #EEE; padding-bottom:10px; font-weight:normal;}
.DescricaoProd p { font-size: 16px;  }
.DescricaoProd table tr td{ font-size: 14px;}
.DescricaoProd img { /*max-width: 100% !important;*/ height: auto !important; margin: 10px auto 10px !important; display: block; }
.DescricaoProd iframe { position: relative !important;  width: 100% !important; height: 300px !important; margin: 10px auto; }
.compProd{ font-family:"Open Sans"; font-size:11px; text-align:center;}
.compProd i{ font-size: 22px; margin: 5px 1px; cursor: pointer;}
.compProd i:hover{ opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity:0.7;}
.compProd i:nth-of-type(1){ color: #305891;}
.compProd i:nth-of-type(2){ color: #5abbdc;}
.compProd i:nth-of-type(3){ color: #c82828;}
.compProd i:nth-of-type(4){ color: #ccc;}
.fb-like iframe{ margin-top: 0px !important;}
.breadcrumb li a:link, .breadcrumb li a:visited { color: #000000; }
.sliderProdMin{ display:none;} 
.faixaheader { display:none;}

.semprod { position: relative; line-height: 100px; font-family: "Montserrat", serif; font-size: 16px; color: #333; text-align: center; }

/*Cores*/
.corescolhe{width:30px;height:30px;float:left;margin:3px;cursor:pointer;border:3px rgba(0,0,0,0.4) solid}
.corescolhe:hover{opacity:.5;-moz-opacity:.5;-webkit-opacity:.5}
.exibeDeco{position:absolute;z-index:10;width:250px;height:250px;background:#ccc;border:6px rgba(0,0,0,0.4) solid;margin-left:-280px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;display:none;background-size:100% 100%}
.selecionado{border:1px rgba(0,0,0,0.7) solid; position:relative; display:block;}
.selecionado::after{content:"";width:15px;height:15px;background:url(../imgs/visto.png) no-repeat #06A61C center center;background-size:60% 60%;position:absolute;border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;font-size:10px;color:#fff;text-align:center;line-height:13px; right: -7px; top: -7px;}
.subProdTipo{ padding: 0 10px 5px 20px; border-bottom:1px solid #ebebeb; overflow:auto; display:none; clear:both;}
.SelecionadoBtn{float:left; margin-right: 10px;}
.escolhido{text-align:right;font-size:12px;color:rgba(230,13,16,1.00);float:right}.titulo_categoria_prods{color:#006400;position:relative;top:8px}
.depositoPag,.pagseguroPag{position:relative;float:left;width:100%;height:auto;overflow:auto;}
.titleOpcoesParc{ font-size:12px;}
.panelPrecos{ max-height:50px; border-bottom:1px solid #ccc; color:#999 !important;}
.blocoParcelamento{ font-family: "Open Sans"; font-size:12px; text-align: center; }

.tabelaAvalia { border: none !important; }
.avaliacli { position: relative; padding: 20px 10px 20px 10px; }
.avaliacli h1, .avaliacli h2, .avaliacli h3, .avaliacli h4, .avaliacli h5 { margin: 0; padding: 0; }
.avaliacli h2 { margin-top: 20px; }
.avaliacli h4 { font-size: 22px; }
.avaliacli h4 span { font-size: 19px; }
.avaliacli h5 { text-align: justify; font-size: 12px; }
.titavaestre { color: #CCC !important; font-size: 17px !important; }
.avaliacli h5 span { color: #CCC; font-size:  11px; }
.txtavalia { font-weight: 300; color: #3A3A3A; } 

/*ESTRELAS*/
.vote label { cursor:pointer; }
.vote label input{ display:none; }
.vote label i { font-size:25px; color: #CCC; -webkit-transition-property:color, text; -webkit-transition-duration: .2s, .2s; -webkit-transition-timing-function: linear, ease-in; -moz-transition-property:color, text; -moz-transition-duration:.2s; -moz-transition-timing-function: linear, ease-in; -o-transition-property:color, text; -o-transition-duration:.2s; -o-transition-timing-function: linear, ease-in; }
.vote label i:before { content:'\f005'; }
.vote label i.active { color:gold; }



/*CONTATO*/
.contato_div { position: relative; width: 100%; height: auto; overflow: hidden; padding: 15px 15px 20px 15px; }
.imgContato { display: none; }
.txtContato { font-family: "Montserrat", serif;  color: #9B9B9B; font-size: 20px; font-weight: 300; line-height: 15px; text-align: center; }

/*DIFERENCIAIS*/
.diferenciais{ display: none; position: relative; width: 100%; background-color: #0662ab;  font-family: "Montserrat", serif; font-size: 16px; color: #fff; text-align: left; padding: 10px 0; line-height: 50px; }
/*.diferenciais img{ display: inline-block; margin-right: 10px; height: 45px; width: auto; float: left; }
.diferenciais div div:nth-of-type(3){ line-height: 25px;}
.diferenciais div div:nth-of-type(3) span{ color: #F2B600; }
.diferenciais div div:nth-of-type(4){ line-height: 25px;}
.diferenciais div div:nth-of-type(4) span{ color: #F2B600; }
.diferenciais div div:nth-of-type(1){ line-height: 25px;}
.diferenciais div div:nth-of-type(1) span{ color: #F2B600; }*/

/* .diferenciais div div:nth-of-type(4){ line-height: 20px; padding-top: 10px;}
.diferenciais div div:nth-of-type(4) span{ color: #F2B600; font-size: 12px; line-height: 30px;}
.diferenciais div div:nth-of-type(4) img{ margin-top: -10px;}
.diferenciais div div:nth-of-type(4) a { color: #B28D60 !important; text-decoration: none !important; }
.diferenciais div div:nth-of-type(4) a:hover { color: #fff !important; text-decoration: none !important; }*/


.titulo_home { text-decoration: none !important; font-size: 26px; font-family: "Montserrat", serif; font-weight: 600; color: #0662ab !important;  padding-top: 20px; }
.desc_home{ font-family: "Montserrat", serif; font-size: 14px; color: #818181;  border-bottom: 1px solid #C9C9C9; padding-bottom: 10px; }

.whatscall{ position: fixed; z-index: 5; bottom: 10px; right: 20px; width: 60px;}

.videosYoutube{ width: 100%; height: 450px;  display: flex; /* or inline-flex */  flex-direction: row; flex-wrap:  wrap ; overflow: scroll; }
.youtube_thumb{ position: relative; width: 48%; margin: 1%; float: left; cursor: pointer; padding: 5px 0; }
.youtube_thumb:hover{ background-color: #EEEEEE; }
.youtube_thumb p{ font-size: 14px; color: #333; font-weight: 300; padding: 0 5%; }
.imgVideothumb{ position: relative; width: 90%; height: 100px; background-size: cover; margin: 0 auto; }
.frameVideo{ position: relative; width: 100%; height: 200px; }
.tituloVideo{ font-size: 18px; font-weight: 600; color: #000; line-height: 25px; font-family: "Montserrat", serif; }
a.linkChanel:link, a.linkChanel:active, a.linkChanel:visited { font-size: 18px; color: #3CB54B; text-decoration: none; font-weight: 400; line-height: 40px; border-bottom: 1px solid #eee;  display: block;  }
a.linkChanel:hover{ color: #0662ab; }
.linkChanel i{ color: #FF0000; }

.videosYoutube::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.videosYoutube::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.videosYoutube::-webkit-scrollbar-thumb {
  background: #3cb54b;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.videosYoutube::-webkit-scrollbar-thumb:hover {
  background: #267330;
}
.videosYoutube::-webkit-scrollbar-thumb:active {
  background: #3cb54b;
}
.videosYoutube::-webkit-scrollbar-track {
  background: #f1f1f1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.videosYoutube::-webkit-scrollbar-track:hover {
  background: #e2e2e2;
}
.videosYoutube::-webkit-scrollbar-track:active {
  background: #333333;
}
.videosYoutube::-webkit-scrollbar-corner {
  background: transparent;
}

.videoProd{ display:block;}

.tituloProdCompra { margin: 0; padding: 0; }
.FundoBrancoImgProd { position: relative; width: 100%; height: auto; background: #FFF; }
.FundoImgProd { width: 100%; max-width: 320px; height: auto; display: block; margin: 0 auto 0; }
.ImgExibeProdDesktop { display: none; }
.ImgExibeProd, .InfoExibe { position: relative !important; width: 100%; height: auto !important; display: block; margin: 0 auto 0; }
.ImgExibeProd { background: #FFF; margin-top: 15px; } .ImgExibeProd img { width: 100%; max-width: 400px; height: auto; display: block; margin: 0 auto 0; }


.voltatop{ position:fixed; background: #b0164f; width: 50px; height:50px; border-radius:60px; -webkit-border-radius:60px; -moz-border-radius:60px; text-align:center; font-size:42px; line-height:30px; left: 11px; bottom: 85px; z-index:10000; display: none; color:#fff; border: 1px solid #d3246c; }
.voltatop::after{ content: ""; position: absolute; width: 65px; height: 65px; left: -12px; top: -12px;  z-index:1000;}
.voltatop:hover{ background-color: #d3246c;  }

.instaImagem{ position: relative; width: 48%; margin: 1%; float: left; height: 150px; background-size: 100% auto; background-position: center center; background-color: #000; background-repeat: no-repeat;}
.containerInsta{ padding: 25px 0;}
.instaImagem a{  display: block; float: left; width: 100%; height: 100%; }
.TituloInsta{font-family: "Montserrat", serif; font-size:16px; text-align:left; color: #000; font-weight: 400; margin-bottom: 20px; margin-top: 20px; }
.TituloInsta i{ color: #000; font-size: 18px; font-weight: 300; margin-bottom: -7px; position: relative; bottom: -3px; background-color: #efc7cd; border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px; padding: 5px 8px;}
a.linkInsta:link, a.linkInsta:active, a.linkInsta:visited{ color: #efc7cd; text-decoration: none; }
a.linkInsta:hover{ color: #D6B4BE; }

.ParaEles{ position: relative; width: 100%; height: 180px; background-size: cover; text-align:  center; }
.ParaEles img{ position: relative; top: 50%; transform: translateY(-50%); }
.ParaEles a:link { display: block; height: 100%; width: 100%;}

 .divsIguais { display: flex; flex-wrap: wrap;   }



.imgBlogH{ width: 100%; height: 240px; overflow: hidden; justify-content: center; }
.imgBlogH img{ position: relative; display: block;  height: 100%; width: auto; margin: 0 auto; }
.blogHome h4 { color: #b60c09 !important; font-family: "Montserrat", serif; font-size: 20px; width: 95%; text-align: center; font-weight: 600; }
.blogHome p { color: #4d4d4d !important; font-family: 'Open Sans', sans-serif !important; font-size: 14px; line-height: 25px; font-weight: 300; width: 95%; text-align: center; height: 75px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.btnSaibaMais { position: relative; margin: 10px auto; width: 150px; border: 1px solid #25BCBD; color: #25BCBD; text-align: center; line-height: 25px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; transition: 0.5s; -webkit-transition: 0.5s; }
.btnSaibaMais:hover { background-color: #25BCBD; color: #fff;  }
    
.tituloP{ position: relative;  display: inline-block; font-family: "Montserrat", serif; font-size: 26px; text-align: center; color: #001e32; margin-bottom: 10px; font-weight: 600;}
.subP{ font-family: "Montserrat", serif; font-size: 14px; text-align: center; color: #000000; font-weight: 300; }

.btn_MaisCompraP{ background-color:  #272D47 !important; border: none !important; color: #fff !important; }
.btn_MaisCompraP:hover{background-color: #E2BDB0 !important; }
.btn_MaisCompraM{ background-color: #fff !important; border: 1px solid #003b75 !important; color: #003b75 !important; cursor: default !important; }
.btn_MaisCompraM:hover{background-color: #fff !important; }

.mtshop { margin-top: 0px; }
.input_shop { border: 1px solid #eee; width:80%; height: 28px; float: right;  border-top-left-radius: 10px; border-bottom-left-radius: 10px; max-width: 60px; font-family: "Montserrat", serif; color: #606060; font-size: 15px !important; text-align: center !important; border-right: none; }
.up_down_btn { position: relative; background: #9E9E9E; float: right; border: 1px solid #606060; color: #606060; height: 14px; width: 100%; text-align: center; color: #fff; }
a.adc_shop:link, a.adc_shop:visited { position: relative; display: block; border: 1px solid #9E9E9E; width: 100%; float: left; border-top-right-radius: 10px; border-bottom-right-radius: 10px; height: 28px; background: #B71521; color: #FFF; font-size: 14px; right: 1px; max-width: 60px; line-height: 28px;  }
.p_s_0 { padding: 0 !important; }

.inputExibe{ float: none; width: 100% !important; max-width: 170px; height: 45px; line-height: 45px; text-align: left; padding: 0 15px;}
.up_down_btnE { position: relative; background: #fff; float: left; border: none;  border-right: 1px solid #eee; border-top: 1px solid #eee; color: #eee; height: 22.5px; width: 100%; text-align: center; color: rgb(89, 192, 11); -webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px; line-height: auto; cursor: pointer; }
.up_down_btnEP{  position: relative; background: #fff; float: left; border: none; border-right: 1px solid #eee; border-bottom: 1px solid #eee; color: #606060; height: 22.5px; width: 100%; text-align: center; color: rgb(89, 192, 11); -webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px; line-height: auto; cursor: pointer; }
.up_down_btnE:hover, .up_down_btnEP:hover{ background-color:  rgb(89, 192, 11); color: #fff; }
.mtshop i{ line-height: 22.5px !important;}

.escondemobile{ display: block;}

.padding_pesquisa{ padding: 0 20px;}

.labelVB{ font-size: 12px; color: #333; font-weight: 400; }
.formVB{     height: 50px; line-height: 28px; color:#003b75; border: 1px solid #d9d9d9;
    border-radius: .25rem; margin-bottom: 5px;  }
.FormLabelG { font-family:"Open Sans", sans-serif; line-height: 50px; border-bottom: 1px solid #00D56A; color: #024c25; margin-bottom: 40px;  }
.btnEnviar{ background-color: #b0164f; color: #fff; text-align: center; padding: 8px 40px; font-size: 16px; cursor: pointer;}
.btnEnviar:hover{ background-color:#f3801f; color: #fff;  }
.divsIguais { display: flex; flex-wrap: wrap; justify-content: center;   }

.BlocoVars{ display: flex; flex-wrap: wrap; }
.Variacao{ width: 30%; margin: 5px 3% 5px 0; height: auto; text-align: center; border: 1px solid #eee; padding: 5px; color: #333; border-radius: 8px; overflow: hidden; cursor: pointer;   }
.Variacao:hover{ border-color: #289A04; }
.VarSelecte { border-color: #93002B !important; }
.VarImg { position: relative; width: 100%; height: 50px; text-align: center; align-items: center;  }
.VarImg img{ position: relative; width: auto; height: 50px; }


.diferenciais_novo, .IconesTopo { display: none; }

	/*.faixaheader{  background-color: #089ac6; color: #fff; display: flex; width: 100%; height: 31px; line-height: 31px; font-size: 12px; font-family: "Open Sans", sans-serif; letter-spacing: normal; justify-content: flex-end; padding-right: 10px;  display: block; }
	.faixaheader div{ position: relative; width: 100%; max-width: 1280px; margin: 0 auto; text-align: center; display: block;  }*/

.coracaoFavorito{ position: absolute; font-size: 22px !important; color: #d13135 ; right: 5px; top: 0px; z-index: 1; padding: 5px; cursor: pointer; transition: 0.5s; z-index: 10; }
.coracaoFavorito:hover{ color: #d83135;  }
.coracaoFavoritoMarcado{ color: #d83135 !important; }

.btnConcluirPed{ background-color: #5cb85c; color: #fff; text-align: center; line-height: 40px; padding: 0 50px; border-radius:  .25rem; -webkit-border-radius:  .25rem; -moz-border-radius:  .25rem; font-weight: 400; font-size: 16px;}
.btnConcluirPed:hover{ background-color: #439B43; }

.socialInsta{ display: flex;  width: 100%; height: 100%; position: relative;  border-radius: 10px; text-align: center; align-content: center;  flex-direction: column; justify-content: center; padding: 10px 20px;background: rgb(255,208,78);
background: linear-gradient(180deg, rgba(255,208,78,1) 0%, rgba(247,83,74,1) 50%, rgba(195,59,169,1) 100%);  }
.socialInsta p{ dispay: block;  }
.socialInsta p:nth-of-type(1), .socialInsta p:nth-of-type(2) { font-size: 28px; color: #fff; font-weight: 600; }
.socialInsta p:nth-of-type(2) { font-size: 42px;  }
.socialInsta p:nth-of-type(3){ color: #fff; font-size: 16px;  }
a.linkInstaSo:link, a.linkInstaSo:active, a.linkInstaSo:visited { color: #fff; font-weight: 600; font-size: 18px;  }
a.linkInstaSo:hover { color: #fff;  }

.instaImagem{ position: relative; width: 48%; margin: 1%; float: left; height: 120px; background-size: 100% auto; background-position: center center; background-color: #fff; background-repeat: no-repeat;}
.containerInsta{ padding: 25px 0;}
.instaImagem a{  display: block; float: left; width: 100%; height: 100%; }
.TituloInsta{font-family: "Montserrat", serif; font-size:16px; text-align:left; color: #000; font-weight: 400; margin-bottom: 20px; margin-top: 20px; }
.TituloInsta i{ color: #000; font-size: 18px; font-weight: 300; margin-bottom: -7px; position: relative; bottom: -3px; background-color: #efc7cd; border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px; padding: 5px 8px;}
a.linkInsta:link, a.linkInsta:active, a.linkInsta:visited{ color: #efc7cd; text-decoration: none; }
a.linkInsta:hover{ color: #D6B4BE; }
 
.BlogNew{ position: relative; width: 100%; height: 70px; line-height: 70px;  font-size:16px; color: #000; text-align: center; background: rgb(254,212,175); background: linear-gradient(90deg, rgba(254,212,175,1) 0%, rgba(227,187,197,1) 50%, rgba(171,214,233,1) 100%); font-family: "Montserrat", serif;  font-size: 28px; background-image: url("../imgs/fundo_blog.jpg"); background-position: center center; background-repeat:  no-repeat; }


/*QUEMSOMOS*/

.BlocoVermelho{background: #fff; display: block;text-align: center; padding: 20px;   }
.BlocoVermelho img{ width: auto;}
.BlocoVermelhoTexto p{ font-size: 18px ; color: #000; font-weight: 300;  }
.BlocoVermelhoTexto p:nth-child(2n+1){ color: #b60c09; font-weight: 600; font-size: 16px !important; margin-bottom: 10px;  }
.BlocoVermelhoTexto p:nth-child(1){ color: #000; font-size: 25px!important;  display: inline-block; width: auto; font-weight: 600; margin-bottom: 30px; position:relative;}
.BlocoVermelhoTexto p:nth-child(1):after{ position: absolute; width: 100%; height: 4px; background-color: #007a33; border-radius: 10px; content: ""; bottom: -10px; left: 0;   }
.BlocoVermelhoImg img{width:90%;height: 80%;line-height: center;text-align: center;border-radius:10px;}
.BlocoVermelhoImg{position: relative;}

/*.info_Quem { display: flex; padding-top: 25px; padding-bottom: 25px; color: #fff; flex-direction: column;}
.text_Quem { margin: 5px; font-family: "Montserrat", serif; font-weight: 300; }
.text_Quem span { font-weight: 600; font-size: 16px; font-family: "Montserrat", serif; font-weight: 500; }
.img_Quem { margin: 0 auto;padding: 5px;}*/


/* NOVO CARRINHO */
.NewCar{ position: relative; display: flex; flex-wrap: wrap; width: 100%; max-width: 1280px; padding: 10px 10px; margin: 0 auto; }
.NewCar-Titulos{ display: none; }
.NewCar-Produto{ position: relative; display: flex; flex-wrap: wrap; width: 100%; border-bottom: 1px solid rgb(233, 233, 233); padding-bottom: 10px; margin-bottom: 10px;    }


/*CARROSSEL FAIXA TOPO*/
.UltNoticias{ display: flex; width: 100%; background-color: #f2e4cc; padding: 7px  15px; color: #1e1e1e !important; flex-direction: row; flex-wrap: nowrap; }


/* FAQ */

.dv_setaFaq{ position: absolute; right: 0; top: 0; font-size: 18px;   font-family: 'Open Sans', sans-serif !important;  font-weight: 300; color: #616060;}
.panelTXT{ font: normal normal normal 16px/20px avenir-lt-w01_35-light1475496,sans-serif !important; line-height: 1.5em !important; color: #616060 !important; border-top: none !important;  }
.panelTtit{ padding: 22px 15px ; font: normal normal normal 18px/20px avenir-lt-w01_35-light1475496,sans-serif !important; background-color: #fff !important; border: none !important; font-size: 18px !important; }
.titPanel {  position: relative; }
.titPanel a{ display: block; width: 100%; height: 100%;  font: normal normal normal 17px/20px avenir-lt-w01_35-light1475496,sans-serif !important; }

.dv_TextoPaginas{ display: block; width: 90%; max-width: 750px; margin: 20px auto;  }
.dv_TextoPaginas p{ display: block; color: #616060;  width: 90%; max-width: 750px; margin: 0 auto 20px; font-family: "Montserrat", serif; line-height: 25px; }
.txt_TituloPag{position: relative;   font-family: "Montserrat", serif; color: #000; text-align: center; font-weight: bold; margin-bottom: 50px; font-size: 25px;  }
.txt_TituloPag::after{ position: absolute; content: ""; width: 20px; height: 2px; background-color: #808080; bottom: -30px; left: 50%; margin-left: -10px;  }



a.NewCar-LKNomeprod:link, a.NewCar-LKNomeprod:visited { font-size: 16px; color: #333; font-weight: 600; }
a.NewCar-LKNomeprod:active, a.NewCar-LKNomeprod:hover { text-decoration: underline !important; color: #666;}
a.NewCar-Remover:link, a.NewCar-Remover:visited { color: #666; text-decoration: none; font-size: 12px; }
a.NewCar-Remover:active, a.NewCar-Remover:hover { text-decoration: underline !important; color: #9f0303}
.NewCar-ProdutoDados{ display: flex; align-items: center; width: 100%; position: relative; }
.NewCar-ProdutoDados div:nth-of-type(1){ width: 30%; display: flex; justify-content: center; }
.NewCar-ProdutoDados div:nth-of-type(2){  width: 70%; }

.NewCar-ProdutoDados img{ width: 80px; height: auto; }
.NewCar-ProdutoCod{  font-size: 12px; color: #999;}
.NewCar-ProdutoQtd{ position: relative; width: 30%; margin-left: 30%; }
.NewCar-ProdutoPreco{ position: relative; width: 40%; text-align: center; color: #038340; display: flex; justify-content: flex-end; align-items: flex-start; font-weight: 600; font-size: 16px; padding-top: 10px;}

.btnProdMinus, .btnProdPlus { color:#04ac23; position:absolute; cursor:pointer;  font-size: 19px; top: 4px; }
.btnProdMinus:hover, .btnProdPlus:hover,.btnProdMinus:active, .btnProdPlus:active{ color:rgb(60, 118, 61);}
.btnProdPlus{ right: 3px; }
.btnProdMinus{ left: 3px; }

.NewCar-BlocoFinal{ display: flex; width: 100%; margin: 10px auto;  padding: 10px; max-width: 1280px; flex-wrap: wrap;  }
.NewCar-BlocoFC{ position: relative; width: 100%; display: flex; flex-wrap: wrap; align-content: flex-start;     padding: 0 10px;
  margin-bottom: 20px; }
.NewCar-Frete{ display: flex; flex-wrap: wrap;  align-content: flex-start; }
.NewCar-BtnsFreteC{ font-size: 14px; font-weight: 600; color: #999; display: flex; flex-wrap: wrap; width: 100%; align-content: flex-start; margin-bottom: 10px;   }
.NewCar-BtnsFreteC p{ font-size: 14px; font-weight: 600; color: #333; margin-bottom: 0px; width: 100%; padding-left: 5px;    }
.NewCar-FreteIn{ width: 77%; margin-right: 3%; border: 1px solid #ccc; height: 45px; border-radius: 7px; padding-left: 10px; font-size: 16px; }
.NewCar-FreteBtn{ width: 20%; text-align: center; height: 45px; border: 1px solid #04ac23; border-radius: 7px; font-size: 18px; color: #04ac23; font-weight: 600;  }
a.NewCar-BtnNCep:link, a.NewCar-BtnNCep:visited { color: #666; text-decoration: none; font-size: 14px; padding-left: 5px; line-height: 25px; display: none; }
a.NewCar-BtnNCep:active, a.NewCar-BtnNCep:hover { text-decoration: underline !important; color: #333}
.NewCar-BtnsFreteC div:nth-of-type(1) { display: flex; width: 100%;  }
.NewCar-FreteExibe{ width: 100%; }
.NewCar-BlocoSub{ background-color: rgb(242, 242, 242); display: flex; flex-wrap: wrap; width: 100%; border-radius: 8px; padding: 10px;    }
.NewCar-ResTIT{ width: 100%; line-height: 45px; font-size: 20px; color: rgb(51, 51, 51); font-weight: 600; }
.NewCar-ResProdsT{ width: 60%; font-size: 16px; font-weight: 300; color: rgb(102, 102, 102); line-height: 30px; }
.NewCar-ResProdstV{ width: 40%; color: rgb(102, 102, 102); font-size: 16px;  font-weight: 300; line-height: 30px; text-align: right;  }
.NewCar-ResProdsTOt, .NewCar-ResProdstTOv{ width: 40%; color: rgb(51, 51, 51); font-size: 18px;  font-weight: 600; line-height: 40px; border-top: 1px solid rgb(102, 102, 102); margin-top: 10px; text-align: right;   }
.NewCar-ResProdsTOt{ width: 60%; text-align: left;   }
.NewCar-ResProdstTOP{ color: #04ac23; font-weight: 600; font-size: 12px; width: 100%; text-align: right; line-height: 20px; }
.NewCar-ResBtnConc{ display: flex; align-self: center; text-align: center; width: 90%; margin: 20px auto 10px; background-color: #04ac23; color: #fff; font-size: 18px; font-weight: 600; height: 50px; border-radius: 8px; cursor: pointer; align-items: center; justify-content: center; max-width: 300px;   }
.NewCar-ResBtnConc:hover{ background-color: rgb(4, 172, 35, 0.80);} 
.NewCar-ResBtnADDM{ display: flex; align-self: center; text-align: center; width: 90%; margin: 0 auto 10px;  color: rgb(102, 102, 102); font-size: 14px; font-weight: 600; height: 30px; border-radius: 8px; cursor: pointer; align-items: center; justify-content: center; max-width: 300px; text-decoration: underline !important;  line-height: 30px;  }
.NewCar-ResBtnADDM:hover{ color: rgb(51, 51, 51); } 
.NewCar-Cupom{ width: 100%; }

.NewCar-EndEntr{ display: flex; flex-wrap: wrap; width: 100%; font-size: 16px; color: rgb(102, 102, 102); line-height: 20px; }
.NewCar-EndEntr p{ font-weight: 300;}
.NewCar-EndEntrBTN{ display: flex; flex-wrap: wrap; width: 100%; }
.NewCar-EndEntTOT{ background-color: rgb(242, 242, 242); display: flex; flex-wrap: wrap; width: 100% !important; border-radius: 8px; padding: 10px;}
.NewCar-FreteExp{ width: 100%;  display: flex; flex-wrap: wrap; max-width: 570px; }

.NewProds-Order{ display: flex; width: 100%; max-width: 1280px; margin: 0 auto 15px; color: #666; background-color: #f3f3f3; padding: 5px;  border-radius: 3px; }
.NewProds-Order1{ display: flex; width:80%; font-size: 12px; cursor: pointer; }
.NewProds-Order2{ display: flex; width:40%; font-size: 12px; justify-content: flex-end; cursor: pointer;  }
.NewProds-Order2List{ margin-right: 10px; }
.NewProds-Order2Ativo { color: #222222 !important;  }
.NewProds-Order2List:hover, .NewProds-Order2Grid:hover{ color: #999; }
.New-OrderForm{ border: none; font-size: 12px; color:#666; width: 100%; -webkit-appearance: none; -moz-appearance: none; padding-left: 10px;  }

.New-ListProd{ flex-direction: column;}
.New-ListProd .coracaoFavorito{ left: 0px; }
.New-ListProd li{ width: 100% !important;  display: flex; flex-wrap: wrap;  }
.ListaProdutos li{ border-top: 1px solid rgb(229, 229, 229);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;}
.New-ListProd li > div:nth-of-type(1){ width: 100% !important; max-width: 100% !important; display: flex; flex-wrap: wrap; }
.New-ListProd .New-FlexLK { width: 100% !important; display: flex; flex-wrap: wrap; }
.New-ListProd .New-FlexLK .ftProd { width: 40%; }
.New-ListProd .New-FlexLK .nomeProd { height: auto; padding-top: 15px; text-align: left; margin: 0 0 0 0;  }
.New-ListProd .precoProd, .New-ListProd .parcProd  { text-align: left;}
.New-ListProd .ratingProd { margin: 0 0 10px 0; }
.New-ListProd .New-DadosPL { width: 60% !important; }
.New-DadosPL{ width: 100%; }

.New-ListaProdutos{ display: flex; width: 100%;  flex-wrap: wrap; margin: 0 auto 20px;}
.New-ProdLista{ display: flex; width: 48%; margin: 1%; flex-wrap: wrap; /*border: 1px solid  rgb(229, 229, 229);*/ border-radius: 10px; position: relative; align-items: flex-start;}
.New-ProdLista a:link, .New-ProdLista a:active, .New-ProdLista a:visited, .New-ProdLista a:hover{ text-decoration: none !important; display: flex; width: 100%; height: auto; flex-wrap: wrap; }
.New-ProdLista_FT{ width: 100%; height: auto; display: flex; justify-content: center; align-items: flex-start; max-height: 280px; margin-bottom: 10px;} 
.New-ProdLista_FT img{ width: auto; height: auto; max-width: 100%; max-height: 100%; }
.New-ProdLista_Dados{ width: 100%; height: auto; display: flex; flex-wrap: wrap;}
.New-ProdLista_Basico{ margin-bottom: 10px; width: 100%;  }
.New-ProdLista_Basico div:nth-of-type(1){ font-size: 16px; color: rgb(51, 51, 51); font-weight: 600; line-height: 21px; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.New-ProdLista_Ava{ font-size: 10px; width: 100%; } 
.New-ProdLista_Precod { font-size: 12px; color: #666;  font-weight: 300;  }
.New-ProdLista_Precod2 {  text-decoration: line-through !important;   }
.New-ProdLista_Preco { font-size: 18px; color: #3A3A3A; text-decoration: line-through; font-weight: 600; width: 100%;  }
.New-ProdLista_PrecoP {  font-size: 12px; color: #666;  font-weight: 300;    }
.New-ProdLista_BtnCom{ width: 100%; max-width: 180px; height: 35px; line-height: 35px; margin: 5px auto; color: #1e1e1e; background-color: transparent; font-size: 14px; text-align: center; border: 1px solid #1e1e1e; font-weight: 600;  }
.New-ProdLista_BtnCom:hover{  background-color: #1e1e1e; color: #fefefe; }

.New-ListProd .New-ProdLista{ width: 100%; margin: 1% 0 1% 0 !important; }
.New-ListProd .New-ProdLista .New-ProdLista_FT{ width: 40%; align-items: flex-start; padding-top: 10px; }
.New-ListProd .New-ProdLista .New-ProdLista_Dados{ width: 60%; }
.New-ListProd .descProd{ left: 35px; }
.New-ListProd .New-ProdLista_BtnCom{ margin: 10px 0 10px 0; display: flex; align-items: flex-start; justify-content: center; }
.NewCar-ListaSem{ display: flex; width: 100%; justify-content: center; align-items: center; flex-direction: column; font-size: 14px; height: 80px; text-align: center; }
.NewCar-ListaSem span{ font-size: 12px; font-weight: 300;}
.New-ListProd .NewCar-ListaSem span{ text-align: center; }

.NewProdE-Fixo{ position: fixed; top: 0; left: 0; width: 100%; max-width: 1280px; margin: 0 auto;  display: flex; align-content: center; align-items: center; justify-content: center; background-color: #f5f5f5; -webkit-box-shadow: 0px 4px 15px -5px #666;
box-shadow: 0px 4px 15px -5px #666; borber-bottom: 1px solid #666; display: none; left: 50%; transform: translate(-50%, 0); flex-wrap: wrap; z-index: 1000; padding: 0 5px 5px 5px;  -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;   }
.NewProdE-FixoNome{ width: 100%; font-size: 14px; color: #001e32; font-weight: bold; text-align: center;}
.NewProdE-FixoPreco{ width: 40%; font-size: 21px; color: #001e32; display: flex; justify-content: center; align-items: center; font-weight: bold;}
.NewProdE-FixoBtn  .New-ProdLista_BtnCom{ max-width: 250px !important; cursor: pointer;  }
.NewProdE-FixoBtn{ width: 60%;  }
.New-ProdLista_BtnComFix {width: 100%; max-width: 180px; height: 35px; line-height: 35px; margin: 5px auto; color: #fff; background-color:#007a33; border-radius: 10px; font-size: 12px; text-align: center; cursor: pointer;}
.New-ProdLista_BtnComFix:hover{  opacity: 0.7; }

.carrouselslider .New-ListaProdutos .New-ProdLista{ margin: 10px; }
.NewCar-FreteVL{ color: #04ac23; } 

/* TELA DO PRODUTO */
.New-ProdutoExibe{ display: flex; flex-wrap: wrap; width: 100%; padding: 10px; max-width: 1280px; margin: 20px auto 5px;  z-index: 100; border-radius: 15px; background-color: #fff; }
.New-ProdutoE-NC{ order: 3; display: flex; flex-wrap: wrap; width: 100%;  }
.New-ProdutoE-NC h1 { font-size: 24px; color: rgb(64, 64, 64); font-weight: 600; width: 100%; margin-bottom: 10px;   }
.New-ProdutoE-Foto{ order:1; display: flex; flex-wrap: wrap; width: 100%; position: relative;  }
.New-ProdutoE-Cod{ font-size: 14px; color: #999; width: 100%; margin-bottom: 10px;  }
.New-ProdutoE-GalFotos{   order: 2;display: none !important; width: 100% !important; }
.New-ProdutoE-GFT{  display: flex; width: 70px; height: 50px; border: 2px solid #eee; border-radius: 8px; overflow: hidden; justify-content: center; align-items: center; /*margin: 5px 5px 5px 0;*/ }

.New-ProdutoE-GFT:hover{ border: 2px solid #ccc; }
.New-ProdutoE-GFT img{ position: relative; width: auto; height: auto; max-width: 100%; max-height: 100%;}
.New-ProdutoE-GMais{ background-color: #eee; text-align: center; } 
.New-ProdutoE-GMais:hover{ border: 2px solid #ccc; background-color: #ccc;  }
.New-ProdutoE-FT{ order: 1; display: flex; width: 100%; align-items: center; justify-content: center; height: 320px; flex-wrap: wrap; overflow: hidden !important; }
.New-ProdutoE-FT div{ width: 100%; height: 100%;  justify-content: center; align-items: center; text-align: center;  }
.New-ProdutoE-FT div img{position: relative !important; width: auto; height: auto; max-width: 100%; max-height: 100%; margin: 0 auto; cursor: pointer;}
.New-ProdutoE-DadosG{ display: flex; width: 100%; flex-wrap: wrap; order: 4; align-items: flex-start; align-content: flex-start; z-index: 10; }
.New-ProdutoE-Video{ display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; z-index: 9; font-size: 36px; color: rgb(247, 50, 50); bottom: 10px; left: 0px; position: absolute; cursor: pointer;   }
.New-ProdutoE-Video:hover{ color: rgba(247, 50, 50, 0.382);}
.New-ProdutoE-Ava{ display: flex; align-items: center; width: 75%;     align-self: center;  }
.New-ProdutoE-AvaBtn{ font-size: 14px; color: #333; text-decoration: underline !important; cursor: pointer;  }

.New-ProdutoE-AvaBtn:hover{ color: #999; }
.New-ProdutoE-CompA{ width: 25%; display: flex; position: relative; justify-content: flex-end; }
.New-ProdutoE-Comp1{ position: relative; font-size: 28px;  font-size: 28px !important; margin-right: 10px; color: #999; cursor: pointer;   }
.New-ProdutoE-Comp1:hover{ color: #333; }
.New-ProdutoE-Comp1:hover .New-ProdutoE-COMPT { display: flex; }
.New-ProdutoE-COMPT{ position: absolute; right: 0; bottom: -50px;  width: 220px; height: 50px; line-height: 50px; border: 1px solid #eee; display: none; justify-content: center; align-items: center; border: 1px solid #eee; border-radius: 8px; -webkit-box-shadow: 0px 5px 15px -4px #BDBDBD;  box-shadow: 0px 5px 15px -4px #BDBDBD; background-color: #fff;   }
.New-ProdutoE-COMPT::after{ content:""; position: absolute; right: 2px; top: -8px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #eee; }
.New-ProdutoE-Comp2{ position: relative; font-size: 28px !important; }
.New-ProdutoE-Comp2 i{ position: relative; top: auto; left: auto; right: auto; font-size: 28px !important; padding: 0; color: #999;     }
.New-ProdutoE-PrecoDE{ display: flex; width: 100%; font-size: 14px; text-decoration: line-through !important; color: #999; margin-top: 15px;  }
.New-ProdutoE-Preco{ display: flex; width: 100%; font-size: 24px;  color: rgb(64, 64, 64); font-weight: 600; align-items: center; }
.New-ProdutoE-Preco span{ font-size: 14px !important; font-weight: 300 !important; margin-left: 5px;}
.New-ProdutoE-Pix, .New-ProdutoE-Boleto, .New-ProdutoE-CartaoSJ, .New-ProdutoE-Cartao, .New-ProdutoE-OpcParc{ display: flex; width: 100%; font-size: 14px; line-height: 22px; color: #333;}
.New-ProdutoE-OpcParc{ text-decoration: underline !important; cursor: pointer;} 
.New-ProdutoE-OpcParc:hover{ opacity: 0.7; }

.New-ProdutoE-Comp{ display: flex; width: 100%; flex-wrap: wrap; margin-top: 20px; }
.New-ProdutoE-CompMM{ display: flex; width: 30%; }
.New-ProdutoE-BtnComp{ display: flex; align-items: center; justify-content: center; width: 68%; margin-left: 2%; background-color: rgb(89, 192, 11); border-radius: 8px; height: 45px; color: #fff; font-size: 16px;  cursor: pointer;  }
.New-ProdutoE-BtnComp:hover{ background-color: rgb(64, 139, 7);  }
.New-ProdutoE-CompraM{  width: 100%; font-size: 16px; color: rgb(161, 2, 2); margin-top: 15px; border: 1px solid #eee; border-radius: 8px; line-height: 35px; text-align: center;  }
.New-ProdutoE-Variacoes{ display: flex; width: 100%; flex-wrap: wrap; margin-top: 20px;  }
.New-ProdutoE-Variacoes p{ width: 100%; }
.BlocoVars{ display: flex; width: 100%; flex-wrap: wrap; justify-content: flex-start; }
.New-ProdutoE-AvFT{ width: 100%; line-height: 20px; font-size: 12px; color: #666; margin-top: 10px; text-align: center;  }
.New-ProdutoE-Frete{ display: flex; width: 100%; margin-top: 20px; flex-wrap: wrap; }
.New-ProdutoE-FTI{ width: 100%; display: flex; border-radius: 8px; background-color: #f5f5f5; justify-content: space-evenly; }
.New-ProdutoE-IPF{ width: 60%; height: 40px; line-height: 40px; background-color: transparent; padding-left: 15px;  }
.New-ProdutoE-BtnF{margin-left: 2%; height: 40px; line-height: 40px; text-align: center; cursor: pointer; font-weight: 600; padding-right: 10px; }
.New-ProdutoE-FTR{ display: flex; width: 100%; flex-wrap: wrap; text-align: center; justify-content: center; font-size: 12px;  }
.New-ProdutoE-FTR div{ width: 100%; text-align: left; line-height: 25px; border-bottom: 1px solid #eee;  }
.prevV{ position: absolute; left: 0; top: -15px; z-index: 2; background: url(../imgs/prev.png);
    background-size: 100% 100%;  transform: rotate(90deg); height: 30px; width: 10px; opacity: 0.6; filter: alpha(opacity=60); left: 6%; display: none !important;  }
.nextV{ position: absolute; left: 0; bottom: -15px; z-index: 2; background: url(../imgs/next.png);
    background-size: 100% 100%; transform: rotate(90deg); height: 30px; width: 10px; left: 6%; opacity: 0.6; filter: alpha(opacity=60); display: none !important; }
.New-ProdutoE-SEST{ width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 100%; align-content: flex-start; padding: 10px; flex-direction: column;  justify-content: flex-start; }
.New-ProdutoE-SEST p { width: 100%; }
.New-ProdutoE-SEST p:nth-of-type(1){ font-size: 24px; color: #ba074e; font-weight: 600; text-align: center; }

.New-ProdutoE-SEST p:nth-of-type(1) i{ display: block; font-size: 46px; }
.New-ProdutoE-SEST p:nth-of-type(2){ font-size: 16px; font-weight: 300; color: #666; text-align: center;}
.New-ProdutoE-SEST p:nth-of-type(3){ text-align: center;}
a.New-ProdutoE-WHAT:link, a.New-ProdutoE-WHAT:active, a.New-ProdutoE-WHAT:visited { background-color: #ba074e; border-radius: 8px; color: #fff; width: 100%;  max-width: 344px; height: 50px; display: flex; justify-content: center; align-items: center; margin: 0 auto; font-size: 17px;   }
.New-ProdutoE-WHAT i{ padding-right: 10px; }
a.New-ProdutoE-WHAT:hover{ opacity: 0.9; }
/* FIM TELA DO PRODUTO */

/*COMPRE JUNTO*/
.ProdsJuntos{ display: flex; width: 100%; flex-wrap: wrap; }
.ProdJunto{ display: flex; width: 33.3%; flex-wrap: wrap; position: relative; }
.ProdJunto div{ display: flex; width: 100%; justify-content: center; }
.ProdJunto div:nth-of-type(1){ height: 100px; }
.ProdJunto div:nth-of-type(2){ font-size: 14px; color: rgb(51, 51, 51); font-weight: 600; line-height: 21px; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.ProdJunto div:nth-of-type(3){ font-size: 14px; color: #000;  font-weight: 600; width: 100%; }
.ProdJuntoMais::after{ content: "+"; position: absolute; right: -5px; top: 50%; font-size: 16px; color: #333;  }

.ProdTotal{ width: 100%; font-size: 16px; color: #666;  font-weight: 600; width: 100%; text-align: center; justify-content: center; background-color: #EDEDED;  border-radius: 10px; padding: 10px 5px; margin-top: 10px;   }
.ProdTotal::after { display: none; }
.ProdTotal span{ width: 100%; font-size: 18px; color: #000;  font-weight: 600; width: 100%;  }
.btnCompraJunto{ width: 90% !important; height: 35px !important; line-height: 35px; border-radius: 8px; background-color: rgb(89, 192, 11) ; color: #fff !important; font-size: 14px !important; cursor: pointer;    }
.btnCompraJunto:hover{ background-color: rgb(64, 139, 7); }

.New-ListProd .New-Lista-ProdAdd{ width: 100%; }
.New-ListProd .New-Lista-ProdMM{ padding-top: 10px; }

.New-Lista-ProdAdd{ width: 100%; display: flex; justify-content: center; flex-wrap: wrap; flex-direction: column; align-content: center; align-items: center; }
.New-Lista-ProdMM{  width: 100%; padding-top: 15px; }
.New-ProdLista_BtnCom{  width: 100%;  margin-left: 2%;  }
.New-Lista-ProdMM .inputExibe{ height: 35px !important; line-height: 35px !important; }
.New-Lista-ProdMM .up_down_btn{ height: 17.5px !important; line-height: 17.5px !important; }
.New-Lista-ProdAdd .New-ProdLista_BtnCom{ cursor: pointer; }
.New-ProdListaADDI{ }

/*.FaixaSite { position: relative; width: 100%; height: 50px; margin-bottom: 10px; padding: 10px; background: #4b3257; }
.FaixaSite h1 { font-size: 24px; color: #fff; font-weight: 700; line-height: 30px; margin: 0; text-align: center;
 font-family: SecondaSoft; }
.FaixaSite h4 { display: none; }
.CompraVariada{ display: flex; width: 100%; justify-content: center; align-items: center; margin-top: 10px; }
.CompraVariada_qtd{ width: 75%; height: 100%; }
.CompraVariada_btn{ width: 25%; height: 100%;  }

.avisofixomodal, .avisofixomodalErro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 200px;
    font-size: 16px;
    display: none;
    z-index: 10;
    vertical-align: middle;
    text-align: center;
    
}
.avisofixomodal {
    background-color: rgba(17, 134, 4, .81);
    color: #fff;
}
.avisofixomodalErro {
    background-color: rgba(132, 4, 35, .81);
    color: #fff;
}*/

/* FIM new Cods*/

/* BTNS FORM */
.radiobtn {
  position: relative;
  display: block;
  width: 100%; 
}
.radiobtn label {
  display: block;
  background:  rgb(242, 242, 242);
  color: #444;
  border-radius: 5px;
  padding: 10px  30px 10px 10px;
  border: 2px solid  rgb(242, 242, 242);
  margin-bottom: 5px;
  cursor: pointer;

}
.radiobtn label:after, .radiobtn label:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #444;
}
.radiobtn label:before {
  background: transparent;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.radiobtn input[type=radio] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.radiobtn input[type=radio]:checked + label {
  background: rgba(206,206,206,1.00);
 
  border-color: rgba(206,206,206,1.00);
  color: #fff; 
}
.radiobtn input[type=radio]:checked + label:after {
  background: #444;
}
.radiobtn input[type=radio]:checked + label:before {
  width: 20px;
  height: 20px; 
}

.BlogPag, .BlogPagAtivo{ background-color:rgba(255,255,255,0.7); min-width: 30px; display:block; float:left; text-align:center; margin: 0 5px 0 5px; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; overflow:hidden; line-height:25px; font-size: 16px; }
.BlogPag a:link,.BlogPag a:visited,.BlogPag a:active { text-decoration:none; color:#333; display:block; background-color: #ccc; min-width: 30px; display:block; float:left; text-align:center; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; overflow:hidden; line-height:25px; font-size: 16px; }
.BlogPag a:hover{ color:#fff; background-color: rgba(0,0,0,0.7); }
.BlogPagAtivo{ color:#fff; background-color: rgba(0,0,0,0.7); margin: 0 5px 0 5px;}

.plFooter{ font-family: "Montserrat", serif; font-weight: 400; color: #4D4D4D; font-size: 14px;    }
.contDifFoot { font-size: 14px; }
.contDifFoot span{ font-size: 18px; margin-bottom: 8px; padding-bottom: 5px; line-height: 40px !important;  }
.ftDifFooter img { width: 80px !important; height: 80px !important; max-height: 80px !important; margin-right: 30px !important; }

.BeforeFooter{ display: none; }

.logo_footer { display: block; margin: 0 auto; width: auto; max-width: 234px;  }


.dv_fotosArea, .dv_EmptTotFts{ width: 100%; display: flex; flex-wrap: wrap;}
.dv_FTA{ background-size: cover; position: relative;  display: flex; width: 48%; margin: 1%; height: 100px; overflow: hidden; justify-content: center; align-items: center;}
.dv_FTA div{ position: absolute; right: 0; bottom: 0; background-color: #000; color: #fff; font-size: 12px; padding: 5px 10px; cursor: pointer; }
.dv_FTA div:hover{ background-color: rgba(0, 0, 0, 0.705); }
.dv_FTA img{ width: 100%; height: auto; }

.dv_FotosE{ display: flex; background-size: cover; width: 48%; margin: 1%; height: 100px;  }
.dv_FotosE a, .dv_FTA a { width: 100%; height: 100%;}

.faixaGif { display: none;}
.faixaGifM { display: block;}

a.NewBtnLarSomos:link, a.NewBtnLarSomos:active, a.NewBtnLarSomos:visited{ background-color: #001e32; color: #fff; padding: 6px 12px; border-radius: 8px; font-size: 13px; }


		/*POPUP*/

.PopUPClose{ position: fixed; width: 300px !important; height: 330px !important; margin-left: 50% !important; left: -150px !important; top: 50% !important; margin-top: -175px !important; background-color: #fff; box-shadow: 0px 0px 7px #4a4a4a;
	-moz-box-shadow: 0px 0px 7px #4a4a4a;
	-webkit-box-shadow: 0px 0px 7px #4a4a4a;
   
	-webkit-animation: zoomin 0.7s;
	animation: zoomin 0.7s; z-index: 10001; 
	background-repeat: no-repeat !important; background-size: cover !important; z-index: 10001; background-color: transparent !important;}

.inputPOPC{ position: absolute; width: 60%; bottom: 44px; background-color: #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; height: 35px; line-height: 35px; font-size: 16px; color: #000000; /*left: 4%;*/left: 20%; border: 1px solid #007c3b; }

.btnPOPC{ position: absolute; width: 60%; bottom: 5px; background-color: #007c3b; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; height: 35px; line-height: 35px; font-size: 16px; color:#fff; /*left: 4%*/; left: 20%;  }
.btnPOPC:hover{ background-color: #0be573;}

.nomeListaProdutoNovo {  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden; /*height: 63px;*/ font-size: 13px; }


.txtReatreio { display: none;}
a.txtMinhaConta:active, a.txtMinhaConta:visited, a.txtMinhaConta:link { display: none; }

.DvAvisoNewsNovo{display: flex;}
.DV_Newsletter{ background-color: #b0164f; font-family: "Montserrat", serif; font-size: 16px; text-align: center; font-weight: bold; color: #fff; padding: 15px; display: block; }
.newsTit{clear: left; display: block; color: #fff;}
.newsText{clear: left; display: block; color: #fff; font-size: 18px; margin-bottom: 10px; font-weight: 800 !important; }
#btn_NewsFooter{  background-color: #3B9F27; color: #fff; font-weight: normal; font-size: 12px; line-height: 35px; position: relative; display: inline-block;  padding: 0 40px; top: -1px; border-radius: 30px; }
#btn_NewsFooter:hover{ background-color: #3CB923; }
#input_News, #input_News2{ width: 75%; font-family: "Montserrat", serif;  font-weight: normal; padding: 0 10px 0 10px;  border: none; display: inline-block; margin-top: 5px; height: 35px; line-height: 35px; color: #333; 
-webkit-box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.22); margin-bottom: 10px;
box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.22); border-radius: 30px; }


.faixaheader { color: #ffffff; display: flex; width: 100%; height: 35px;  font-size: 12px; font-family: "Be Vietnam Pro", sans-serif; letter-spacing: normal;justify-content: space-between; padding-right: 10px; display: flex; background-color: #f3801f; justify-content: center; align-items: center; text-align: center;  }
    a.topoLinkFaixa:link, a.topoLinkFaixa:active, a.topoLinkFaixa:visited { fint-size: 12px; border: 1px solid #fff; padding: 3px 10px; margin-left: 15px; display: none; }
    a.topoLinkFaixa:link, a.topoLinkFaixa:active, a.topoLinkFaixa:visited { fint-size: 12px; border: 1px solid #fff; padding: 2px 15px; margin-left: 15px; border-radius: 8px; color: #fff; }
    
	
	.faixaheaderc{background-color: #b71b1f;}
	.faixaheader div{ display: flex; align-items: center; height: 27px;  }
	.faixaheader span{ margin-left: 15px;}
	.linkTopo:hover {color: #36a4e3;}
	.linkTopo{color: #ffffff;}

/*ESTILO NOVAS VARIAÇÕES*/
.blocoProdsUnico { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap;}
.variacaoProdsUnico { color: #1e1e1e; border: 1px solid #1e1e1e; padding: 2px 3px; width: 36px; margin: 10px 5px 0px; font-size: 13px; text-align: center; font-weight: 500;}

/*CSS MEDIDAS*/
.MedidasIMG{ font-size: 14px; font-weight: 600; width: 100%; cursor: pointer; margin-top: 20px;  }
.MedidasIMG:hover { color: #b0164f;  }


@media (min-width: 480px) {
	
	.Pesquisa, .btn_pesquisar{ height: 40px; line-height: 40px; }
	/*EXIBE PRODUTOS*/
	.DescricaoProd iframe {  height: 300px !important; }
    
    .dv_FTA{ width: 48%; margin: 1%; height: 150px; }
	.dv_FotosE{width: 48%; margin: 1%; height: 150px;  
	
}

@media (min-width: 768px) {
	
	.logo_footer { display: block; margin: 0 auto; width: auto; max-width: 234px;  }
	
	a.NewBtnLarSomos:link, a.NewBtnLarSomos:active, a.NewBtnLarSomos:visited { background-color: #001e32; color: #fff; padding: 6px 12px; border-radius: 8px; font-size: 13px; margin-right: 133px;}
	
	/*FAIXA HEADER*/
	
	.faixaGif { display: block;}
	.faixaGifM { display: none;}
	
	
	
	/* FIM FAIXA HEADER*/
    .faixaheader{ font-size: 14px; } 
	 a.topoLinkFaixa:link, a.topoLinkFaixa:active, a.topoLinkFaixa:visited { display: inline-block; font-size: 12px; }
    a.topoLinkFaixa:hover{ background-color: #d3246c;}
    
    
	/*QUEM SOMOS*/
	.fundo_txtB { width: 100%;  background-image: url("../imgs/fundo_truck_2.png"); background-repeat: no-repeat; background-position: center right;  }
	.txtB span { font-size: 20px; text-align: center; display: block; font-weight: 600; }
	.txtB { color: #fff; margin: 0 auto; padding: 25px; width: 80%; font-size: 16px; }
	
	.dv_FTA{ width: 31.3%; margin: 1%; height: 120px; }
    .dv_fotosArea2 .dv_FTA{ width: 15%; }
	.dv_FotosE{width: 31.3%; margin: 1%; height: 150px;  }

	/*CARRINHO*/
	.NewCar-Titulos{ display: flex; font-size: 14px; color: rgb(74, 74, 74); width: 100%; border-bottom: 1px solid rgb(233, 233, 233); font-weight: 600; padding: 7px 0px; margin-bottom: 15px;  }
	.NewCar-Titulos div:nth-of-type(1){ width: 70%; padding-left: 26px;}
	.NewCar-Titulos div:nth-of-type(2), .NewCar-Titulos div:nth-of-type(3){ width: 15%; display: flex; justify-content: center;}
	.NewCar-Titulos div:nth-of-type(3){ justify-content: center; padding-right: 15px; }
	.NewCar-ProdutoDados img{ width: 100px; height: auto; }
	.NewCar-ProdutoDados{ width: 70%; }
	.NewCar-ProdutoQtd{ width: 15%; margin-left: 0px; display: flex; align-items: center; 	}
	.NewCar-ProdutoPreco{ width: 15%; align-items: flex-start; padding-top: 20px; justify-content: center; }
	.NewCar-ProdutoDados div:nth-of-type(1){ width: auto; justify-content: flex-start;}
	.NewCar-ProdutoDados div:nth-of-type(2){ width: auto; justify-content: flex-start; padding-left: 10px;}
	.btnProdMinus, .btnProdPlus {  font-size: 16px; top: 8px; }
	.New-ListProd .New-ProdLista{     justify-content: flex-end; }
    .New-ListProd .New-ProdLista .New-Lista-ProdAdd{ width: 25%;    justify-content: flex-end; }

	.NewCar-BtnsFreteC div:nth-of-type(1) { display: flex; width: 70%;  }
	.NewCar-BtnsFreteC div:nth-of-type(2) { display: flex; width: 30%; align-items: center; justify-content: center;  }
	a.NewCar-BtnNCep:link, a.NewCar-BtnNCep:visited{ display: flex; }
	.NewCar-BlocoSub{  width: 35%;  }
	.NewCar-BlocoFC{  width: 65%;  }

	.NewCar-EndEntTOT{ margin-right: 10px; }

	.NewProds-Order1, .NewProds-Order2, .New-OrderForm {font-size: 14px; background-color: transparent;  }
	.New-ListProd .New-FlexLK .ftProd { width: 25%; }
	.New-ListProd .New-DadosPL { width: 75% !important; display: flex; flex-wrap: wrap; }
	.New-ListProd .New-DadosPL .New-DadosPL1{ width: 75% !important;     display: flex; flex-wrap: wrap; align-items: center; align-content: center;}
	.New-ListProd .New-DadosPL .New-DadosPL2{ width: 25% !important;}
	.New-ListProd .precoProd, .New-ListProd .parcProd  { text-align: right;}
	.New-ListProd .btnCompLP{ margin: 0 0 0 0; float: right;}
	.New-ListProd .ftProd{ height: 150px; }

	.ListaProdutos li{ /*box-shadow: rgb(0 0 0 / 14%) 0px 6px 10px;*/ }
	
	.New-ProdLista{ display: flex; width: 29.3%; margin: 1%; /*box-shadow: rgb(0 0 0 / 14%) 0px 6px 10px;*/ border: none; transition: 0.3s;   }
	.New-ProdLista:hover{ /*box-shadow: rgb(0 0 0 / 40%) 0px 6px 10px; transition: 0.3s;*/}
	.New-ProdLista_BtnCom{ margin: 15px auto 10px;}
	.New-ProdLista_Preco div, .New-ProdLista_Basico div { text-align: center;}
    .New-ProdLista_FT{ height: 355px; max-height: 355px; } 
	.New-ListProd .New-ProdLista .New-ProdLista_FT{ width: 25%; align-items: flex-start; padding-top: 0px; height: 120px; }
	.New-ListProd .New-ProdLista_Basico div{  text-align: left !important; width: 100%;   }
	.New-ListProd .New-ProdLista .New-ProdLista_FT img{ width:auto;  height: 100%; }
	.New-ListProd .New-ProdLista .New-ProdLista_Dados{ width: 75%; }
	.New-ListProd .New-ProdLista_Basico{ width: 65%; text-align: left; display: flex; flex-wrap: wrap;     align-items: center; align-content: center;  }
	.New-ListProd .New-ProdLista_Preco{ width: 35%;  text-align: right; flex-direction: column;
		justify-content: center;
		align-items: flex-end; display: flex; padding-right: 20px;  }
	.New-ListProd .New-ProdLista_Preco div{   text-align: right !important; }

	.New-ListProd .New-ProdLista_BtnCom{ float: right; }
    
    .NewProdE-FixoNome{ width: 50%; font-size: 21px; color: #001e32; }
    .NewProdE-FixoPreco{ width: 20%; font-size: 25px; color: #001e32; font-weight: bold; }
    .NewProdE-FixoBtn{ width: 30%;  }
	
	.New-ProdLista_PrecoP { height: 40px;  }

	.carrouselsliderCRI .New-ListaProdutos .slick-list { padding: 10px 0 20px 0 !important; }
	.carrouselsliderCRI .New-ListaProdutos .New-ProdLista { margin: 0 15px !important; }

	

    
    .ftProd{ position: relative; width: 100%; height: 180px; clear: both; text-align: center; align-items: center; justify-content: center; }
    
    
	.ParaEles{ width: 45%; margin: 2% 2.5%; float: left; height: 300px; }
	.instaImagem{ height: 100px;  }
	.escondemobile{ display: block;}
    
    .padding_pesquisa{ padding: 0;}
	
	/*.Pesquisa, .btn_pesquisar{ margin-top: 58px; }*/
	.Pesquisa { margin: 36px auto; width: 100%; }
    .btn_pesquisar{ font-size: 18px; margin: 36px auto; right: 10px; }
	/*FOOTER DO SITE*/
	#btn_NewsFooter{   cursor: pointer !important; z-index: 1; }

	.newsTit { clear: none; display: inline-block;}
	.newsText{ display: block;  margin-top: 10px;}
	footer h3, .telefone_Footer, .footer_after{ text-align: left; }
	.footer_after{ text-align: center; }
	#logoVBWP { float: none; margin-left: 10px; display: inline-block;}
	#logo_Footer {  max-width: 90%; margin: 0 auto; margin-top: 20px; }
	
	.menu_Footer { list-style: none; padding: 10px 0px; }
	.menu_Footer li{ width: 100%; float: left; padding: 5px 0px;  }
	.menu_Footer li i { color: #000000; font-size: 12px;}
	
	.menu_Footer li a { font-family: "Montserrat", serif;  font-size: 14px; color: #4D4D4D; text-decoration: none; padding: 10px 0; font-weight: 400; transition: all 0.3s; }
	.menu_Footer li a:hover { font-family: "Montserrat", serif;   font-size: 14px; color: #499f28; text-decoration: none; padding: 10px 0; margin-left: 3px; }
	.subtitulo_footer { display: block; font-family: "Montserrat", serif;  font-weight: bold; font-size: 14px; color: #878787; margin-top: 15px; }
	.img_pagamento {display: block; margin: 0 auto; width: 100%; height: auto; }
	.img_pagamentoMobile {display: none;}
	.grupo_seg { text-align: left; }
	.duvidas_footer{  text-align: left; }
	#avisosNews{ line-height: 50px; }
	
	
	/*TTOPO*/
	
	.linkTP{ display: none;}
	.telefoneTP{ font-family: "Montserrat", serif; font-weight: bold;  font-size: 12px; color: #0662ab; line-height: 20px; }
	.nomeTelTopo{ color: #000;  }
	.nomeTelTopo i{ color: #0662ab; font-size: 14px; }
	a.linkIconTopo:link,  a.linkIconTopo:visited {font-size: 28px; display: inline-block; color: #4d4d4d; margin: 56px 8px 0 10px; }
	a.linkIconTopo:hover, a.linkIconTopo:active { color: #4d4d4d;}
	.logotipo { display: block; margin: 18px auto; width: 71%;}
	
	/* PRODUTOS */
	.ListaProdutos li { width: 33%;}
	
	.alinhaEsquerda{ text-align: left; }
	.facebook_Plugin{ margin: 0 0 0 0;}
	
	.imgContato { position: relative; display: block; margin: 0 auto 0; max-width: 90%; width: auto; max-height: 375px; }
	
	.frameVideo{ position: relative; width: 100%; height: 350px; }
	 .tituloP{ font-size: 32px !important;}
	
	/*FAIXA TOPO*/
	/*.faixaheader{   color: #fff; display: flex; width: 100; height: 31px; line-height: 31px; font-size: 13px; font-family: "Open Sans", sans-serif; letter-spacing: normal; justify-content: flex-end; padding-right: 10px;  display: block; }
	.faixaheader div{ position: relative; width: 100%; max-width: 1280px; margin: 0 auto; text-align: center; display: block;  }*/
	/*.Carrinho{ width: 33%; margin-top: 67px; margin-right: 0; text-align: center; display: flex; justify-content: center; }*/
	.Carrinho{ /* width: 22%;*/ margin: 41px 0; text-align: center; display: flex; justify-content: center; }
	.Carrinho span{ display: none; }
	
    
	.Carrinho i{  display: inline-block; font-size: 30px;  color: #b0164f; text-align: center; margin-top:66px;}
    .Carrinho img { float: left; width: 35px; }
        
	/*.MinhaConta{ position: relative;  width: 33%;   font-family: "Montserrat", serif;  font-size: 12px; margin-top:67px; font-weight: bold; text-align: center; color: #4d4d4d; line-height: 18px; display: flex; justify-content: center;   }*/
	.MinhaConta{ position: relative; /* width: 22%;*/  font-size: 18px; margin-top:43px; text-align: center; color: #4d4d4d; line-height: 18px; display: flex; justify-content: center;   }
	.MinhaConta span{ display: none; color: #1e1e1e; }
	.MinhaConta i{  display: inline-block; font-size: 30px;  color: #4d4d4d;}
    .imgComandos { width: 30px !important; height: 30px !important; margin: 0 auto; display: block; }
    .imgComandos:hover{ opacity: 0.7;}
    .MinhaConta img { float: left; width: 35px; }
    
	.ItensCarrinho{ position: absolute; width: 25px; height: 25px; margin-left: 28px; margin-bottom: 0px; background-color: transparent; color: #1e1e1e;  border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; bottom: 69px; text-align: center; line-height: 23px; overflow: hidden;  font-family: "Montserrat", serif; font-size: 11px; background-size: cover; border: 1px solid transparent; font-weight: 500; border: 1px solid #1e1e1e;}
     .ItensFavoritos{ position: absolute;  width: 25px; height: 25px; margin-left: 36px; margin-bottom: 0px;  border-color: 1px solid #e2bdb0; color: #4D4D4D; border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; bottom: 12px; text-align: center; line-height: 23px; overflow: hidden;  font-family: "Montserrat", serif; font-size: 11px;   background-size: cover; border: 1px solid transparent;}

	
	.MinhaConta:hover   .SubMinhaConta{ display: block;}
	
	.SubMinhaConta { display:none; position:absolute; background-color: #f5f5f5; border: 1px solid #ba074e;  border-radius: 10px 0px 10px 0px; -moz-border-radius: 10px 0px 10px 0px; -webkit-border-radius: 5px;  width: 200px; height:190px; z-index:20; padding: 10px; cursor:default; top: 29px; right: -82px; }
	
	a.linkCLiLogado:link, a.linkCLiLogado:active, a.linkCLiLogado:visited { display:block; line-height:30px; text-decoration:none; float:none !important; text-align:left; font-size:12px !important; background-color: transparent; margin: 10px 0 0 0; color:#333; padding-left: 18px; transition: 0.5s; }
	a.linkCLiLogado:hover{ text-decoration: none; background-color: #bcbcbc; color: #fff; border-radius: 5px; border-radius: 5px; padding-left: 25px; }
	
	a.sair:link, a.sair:active, a.sair:visited{ background: transparent; color:#333; transition: 0.5s; }
	a.sair:hover{ background-color: #d8abb6; color: #FFF; padding-left: 25px; }
	
	.SubMinhaConta i { position: relative; float: left; left: 1px; top: 8px; font-size: 14px !important; }
	.SubMinhaConta:before {
		position: absolute;
		content: "";
		  display: inline-block;
		  vertical-align: middle;
		  margin-right: 3px;
		  width: 0; 
		  height: 0;
				top: -5px; left: 49%;

		  border-left: 5px solid transparent;
		  border-right: 5px solid transparent;
		  border-bottom: 5px solid #ba074e;
		}
	
	.logo_footer { margin: 20px 0px 0px; width: 150px; }
    
    #btn_NewsFooter{ cursor: pointer !important; z-index: 1; }
    #btn_NewsFooter{ height: 40px; line-height: 40px; }
    #input_News, #input_News2{ height: 40px; line-height: 40px; width: 73%; margin-right: 6%; }
	
	.newMenuHeader { display: flex; justify-content: space-between; }
	
	.blocoSeg { flex-direction: row;}
	
	/*AJUSTES CSS LISTA DE PRODUTOS UNITARIO*/
	.New-Lista-ProdAdd { flex-direction: row; }
	.New-Lista-ProdMM { width: 40%; padding: 0px;  }
	.New-ProdLista_BtnCom { margin: 5px; width: 52%; }
	
	/*CARROSSEL FAIXA TOPO*/
	.UltNoticias{ display: flex; width: 100%; background-color: #f2e4cc; padding: 7px  15px; color: #1e1e1e !important; flex-direction: row; flex-wrap: nowrap; }
	a.lktopoN:link, a.lktopoN:active, a.lktopoN:visited{ color: #1e1e1e !important; text-decoration: none; font-size: 14px;   }
	a.lktopoN:hover { color: #b0164feb !important; }
	.marFaixa { display: flex; flex-direction: row;}
	
	.voltatop { left: 15px; }
	

}

/*MEDIA SCREEN PARA DESKTOP*/
@media only screen and (min-width: 992px) {
	
	.newBtnPromocoes { background-color: #EB8D16; }
	.newBtnPromocoes:hover { background-color: #FFAD47 !important; }
	
    
    .nomeListaProdutoNovo {  font-size: 16px; }
    
	.PopUPClose{ width: 450px !important; height: 495px !important; margin-left: 50% !important; left: -225px !important; top: 50% !important; margin-top: -247.5px !important; }
    /*.inputPOPC{ bottom: 86px;  height: 41px; line-height: 41px; }*/
    .inputPOPC{ bottom: 67px;  height: 41px; line-height: 41px; }
    /*.btnPOPC{   height: 41px; line-height: 41px; bottom: 33px;}*/
    .btnPOPC{   height: 41px; line-height: 41px; bottom: 18px;}
	
	
	.logotipo { position: relative; display: block; margin: 25px auto;  width: 196px ; z-index: 2; } 
	
	/*QUEMSOMOS*/	
	
	/*.BlocoVermelhoCentraliza{position: relative; margin: 0 auto; max-width: 1280px; display:flex;align-items: center; }*/
	.BlocoVermelhoCentraliza{position: relative; margin: 0 auto; max-width: 1280px; }
	.BlocoVermelho{display:flex;align-items: center;}
	/*.BlocoVermelhoTexto{display:flex;flex-direction: column;text-align: left;width:60%; align-items: flex-start;}*/
	.BlocoVermelhoTexto{text-align: justify; width:90%; margin: 0 auto; }
	.BlocoVermelhoImg{ width:90%; }
	
	/*.info_Quem { display: flex; padding: 40px 10px;  color: #fff; flex-direction: row;  align-items: center; }
	.text_Quem { margin: 5px; font-family: "Open Sans", sans-serif; font-weight: 300; line-height: 30px; text-align: justify;  padding-right: 20px; }
	.text_Quem span { font-weight: 600; font-size: 16px;}
	.img_Quem { margin: 0 auto; padding: 5px; width: 50%}*/
		
	
	.faixaheader { font-size: 14px;}
	
	.info_QuemB { display: flex; padding-top: 25px; padding-bottom: 25px; color: #fff; flex-direction: row-reverse;  align-items: center;  }
	.text_QuemB { margin: 5px; line-height: 30px; font-family: "Open Sans", sans-serif; font-weight: 300; }
	.text_QuemB span { font-weight: 600; font-size: 16px; font-family: "Open Sans", sans-serif; font-weight: 700; }
	.img_QuemB { margin: 0 auto; padding: 5px; width: 50%}

.BeforeFooter{ display: block; margin-top: 30px; }
	/* NOVO CSS */
	.New-ProdLista{ display: flex; width: 23%; margin: 1%; }
    .New-ProdLista_FT{ height: 355px; } 
	.New-ListProd .New-ProdLista .New-ProdLista_FT{  height: 150px; }


	/* NOVO PRODUTO */
	.New-ProdutoE-NC{ order: 1; }
	.New-ProdutoE-Foto{ order: 2; width: 60%;  }
	.New-ProdutoE-DadosG{ order:3; width: 40%; padding-left: 10px;   }
	.New-ProdutoE-FT{ order: 2; height: 400px !important; width: 85% !important; }
	.New-ProdutoE-GalFotos{ display: flex !important; height: 100% ; width: 15% !important; flex-direction: column; }
	.prevV{  display: flex !important;  }
	.nextV{  display: flex !important; }
	.New-ProdutoE-GFT{ cursor: pointer; }
	.New-ProdutoE-Video{left: 15%; font-size: 56px; bottom: 10px; }
	.New-ProdutoE-SEST{ padding-top: 25%; }
    .btnCompraJunto{ font-size: 13px !important; }
    /*COMPRE JUNTO*/

.ProdJunto{ width: 25%; }
.ProdJunto div{ display: flex; width: 100%; justify-content: center; }
.ProdJunto div:nth-of-type(1){ height: 200px; }
.ProdJuntoMais::after{ content: "+"; position: absolute; right: -5px; top: 50%; font-size: 18px; color: #333;  }
.ProdTotal{ width: 25%; position: relative; align-content: center; align-items: center;     }
.ProdTotal::after { position: absolute !important; display: block !important; content: "=" !important; right: auto;  left: -15px; color: #333; top: 50%;   font-size: 18px;  }

    
    
    
	/* Fim new cods*/
    
	/* FIM NOVO*/
    
    .diferenciais_novo { display: block; position: relative; width: 100%; max-width: 1280px; clear: both; height: auto; margin: 0 auto; display: flex;  color: #fff; font-size: 14px; text-align: center; justify-content: space-around; background: #ffffff; }
    .blocoDif{ display: flex;     height: 60px;  /*border: 1px solid #ccc; border-radius: 10px;*/ text-align: center; justify-content: center; align-content: center; align-items: center; align-self: center; flex-wrap: wrap ; font-family: "Montserrat", serif; font-weight: 300; }
    .diferenciais_novo div img{ max-height: 30px; float: left; margin-right:7px; }
    .contDif{ text-align: left; }
    .blocoDif::after{ content:""; position: absolute; right: 0px; width: 1px; height: 70%; top: 15%; /*background-color: #fff;*/ }
   /* .blocoDif:nth-of-type(3) {line-height: 15px; }*/
    
    a.linkDif:link, a.linkDif:active, a.linkDif:visited{ font-size: 12px; color: #6a140f; text-decoration: none; line-height: 10px;  }
    a.linkDif:hover{  color: #6a140f; text-decoration: none;   }
    
    .blocoDif:nth-of-type(5)::after { display: none; }
    
    
	.voltatop{width: 40px; height:40px;  font-size:36px; line-height:35px; cursor: pointer;  }
    
    .Variacao{ width: 24%; margin: 5px 1% 5px 0; height: auto; text-align: center; border: 1px solid #eee; padding: 5px; color: #333;   }
	
     .FundoBrancoImgProd { display: none; }
    
	.instaImagem{   height: 140px; }
	

    
	/*.Pesquisa, .btn_pesquisar{ height: 44px; line-height: 60px; margin-top:63px; margin-left: 10px; }*/
	
	
	/*.Pesquisa, .btn_pesquisar{ height: 44px; line-height: 60px; margin-top:38px; margin-left: 10px; }*/
	.Pesquisa, .btn_pesquisar{ height: 50px; line-height: 50px; margin: 46px auto;}
	
	/*.btn_pesquisar { font-size:16px; line-height: 43px; width:10%; margin-top: 63px; margin-right: 0px; right: 5%;}*/
	.btn_pesquisar { font-size:21px; line-height: 43px; width:10%; margin: 46px auto; right: 6%;}
	
	/*MENU*/
	/*.MinhaConta { position: relative; width: 64%; font-family: "Montserrat", serif; font-size: 12px; margin-top: 47px;
    font-weight: bold; text-align: center; color: #3a3a3a; line-height: 10px; display: flex; justify-content: center;}
	.MinhaConta p { font-size: 12px; text-align: left; color: #3a3a3a; font-weight: 300; padding-left: 5px; cursor: pointer; padding-top: 5px;}*/
	.MenuDesktop{ display: block; width: 100%;  background: #b0164f; height: 45px;}
	.menuTodos{  width: 20%; line-height: 45px; color: #fefefe; font-family: "Montserrat", serif;  font-size: 13px; text-align: center; cursor: pointer; float: left; background-color: transparent; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; margin-right: 0.5%; position: relative; font-weight: 800; }
	.menuTodos:hover{  line-height: 45px;  background-color: #d3246c; margin-top: 0; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; color: #fff;  }
    .menuTodos::after{ position: absolute; content:""; width: 1px; height: 30px; right: -3px; background-color: #fff; /*top: 11px;*/ margin: 7px auto;}
	.menuTodos i { color: #fefefe; margin-right: 5px; }
	.menuTodos:hover i { color: #FFFFFF;  }
	.MenuPrincipal{position: relative; width: 79.5%; height: 45px; float: left;   }
	.MenuPrincipal ul { list-style: none; display: inline-block; line-height: 40px; text-align: center;  }
	.MenuPrincipal ul li { position: relative;  float: left; line-height: 45px; height: 45px;  }
	.MenuPrincipal ul li a img{  margin: 0 auto; width: auto; max-width: 100%; height: 35px; /*display: block;*/ margin: 0 auto;   }
	a.link_menuP:link, a.link_menuP:active, a.link_menuP:visited { float: left; font-family: "Montserrat", serif;  text-decoration: none !important; color: #fefefe; font-size: 14px;  line-height: 45px; padding: 0 15px; height: 45px;  }
	a.link_menuP:hover { background-color: #d3246c !important; color: #fff; }
    
    a.link_menuP3:link, a.link_menuP3:active, a.link_menuP3:visited { float: left; font-family: "Montserrat", serif;  text-decoration: none !important; color: #889ca1; font-size: 14px;  line-height: 50px; padding: 0 8px; height: 45px; font-weight: 600; }
	a.link_menuP3:hover { background-color: #3a3838 !important; color: #fff;  }
	
	/*.submenuTodos{ display: none; position: absolute; width: 266%; height: auto; background-color: #d3246c; top: 55px; z-index: 100; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; padding: 10px 5px; font-weight: 300; }*/
    .submenuTodos{ display: none; position: absolute; width: 250px; height: auto; background-color: #d3246c; top: 55px; z-index: 100; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; padding: 10px 5px; font-weight: 300; }
	.menuTodos:hover .submenuTodos { display: block;}
	a.linksubT:link, a.linksubT:active, a.linksubT:visited {  font-family: "Montserrat", serif; display: block; width: 100%; float: left; text-decoration: none !important; color: #fff; line-height: 30px; padding-left: 10px; transition: 0.5s; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-align: left; }
    /*a.linksubT:link, a.linksubT:active, a.linksubT:visited {  font-family: "Montserrat", serif; display: block; width: 33%; float: left; text-decoration: none !important; color: #fff; line-height: 30px; padding-left: 10px; transition: 0.5s; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-align: left; }*/
	a.linksubT:hover{  background-color: #b0164f; color: #fff;  padding-left: 25px; }
	
	a.newBtnPromocoes:active, a.newBtnPromocoes:link, a.newBtnPromocoes:visited { background-color: #49a128; }
	a.newBtnPromocoes:hover { background-color: #5FC13A !important; }
	
	.MenuPrincipal ul li:hover {  margin-top: 0px; height: 45px; line-height: 40px; color: #fff;     }
	.videoProd{ display:none;}
    .MenuPrincipal ul li:hover >  a { color: #fff !important; }
    .MenuPrincipal ul li:hover >  a { color: #fff !important; background-color: #d3246c; }
    .MenuPrincipal ul li:hover img  { filter:  brightness(100.0) ;  }
	
	/*	.MenuPrincipal ul li:hover img{-webkit-filter: invert(100%);
   -moz-filter: invert(100%);
    -ms-filter: invert(100%);
     -o-filter: invert(100%);
filter: invert(100%); }*/
    .SubSubP{ display: none;  position: absolute; width: 200px; height: auto;  background-color: #4d4d4d; z-index: 100; top: 29px; left: 5px;  padding: 10px 5px;   }
	.submenuP{ display: none; position: absolute;  width: 660px; height: auto; background-color: #d3246c; top: 45px; z-index: 100; padding: 10px 5px; }
	
	
	/*.submenuP{ display: none; position: absolute;  width: 725px; height: auto; background-color: #001e32; top: 60px; z-index: 100; padding: 10px 5px; }*/
	
	.submenuTodos .subTMM{ display: flex; flex-wrap: wrap; width: 100%;  position: relative; }
	.submenuTodos div:hover .submenuP{ position: absolute; display: flex; flex-wrap: wrap; top: 0px; left: 100%; width: 100%; align-content: flex-start; }
    .submenuTodos div:hover {background-color: #b0164f;  }
    .submenuTodos .submenuP{ background-color: #b0164f; }
    
    
    .subesq{ right: -80%!important;left: auto; }
	
	
	/*a.linksubP:link, a.linksubP:active, a.linksubP:visited {  font-family: "Montserrat", serif; display: block; width: 100%; float: left; text-decoration: none !important; color: #fff; line-height: 30px; padding-left: 10px; transition: 0.5s; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-align: left; }*/
	
	
	
	a.linksubP:link, a.linksubP:active, a.linksubP:visited {  font-family: "Montserrat", serif; display: block; width: 100%; float: left; text-decoration: none !important; color: #fff; line-height: 30px; padding-left: 10px; transition: 0.5s; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-align: left; }
	a.linksubP:hover{  background-color:#b0164f !important; color: #fff; padding-left: 20px; }
	.MenuPrincipal ul li:hover .submenuP { display: block !important;}
    .subC{ position: relative; width: 33%; float: left; height: auto;}
    .submenuP div:hover .SubSubP { display: block !important;}
    .subC:hover .SubSubP .linksubP { display: block !important;}
    
    .subC:hover { background-color:#b0164f !important; color: #fff !important; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
    
    .SubSubP a:link, .SubSubP a:active, .SubSubP a:visited { display: block!important; width: 100% !important;  }
    .SubSubP a:hover{ background-color: #b7b3b3 !important;}
    
	.submenuTodos{ display: none; position: absolute; width: 250px; height: auto; background-color: #d3246c; top: 45px; z-index: 100; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; padding: 10px 5px; font-weight: 300; }
    /*.submenuTodos{ display: none; position: absolute; width: 266%; height: auto; background-color: #d3246c; top: 45px; z-index: 100; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; padding: 10px 5px; font-weight: 300; }*/
	.menuTodos:hover .submenuTodos { display: block;}
	a.linksubT:link, a.linksubT:active, a.linksubT:visited {  font-family: "Montserrat", serif; display: block; width: 100%; float: left; text-decoration: none !important; color: #fff; line-height: 30px; padding-left: 10px; transition: 0.5s; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-align: left; }
    /*a.linksubT:link, a.linksubT:active, a.linksubT:visited {  font-family: "Montserrat", serif; display: block; width: 33%; float: left; text-decoration: none !important; color: #fff; line-height: 30px; padding-left: 10px; transition: 0.5s; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-align: left; }*/
	a.linksubT:hover{  background-color: #b0164f; color: #fff;  padding-left: 25px; }
	#avisosNews{ line-height: 40px; }
	
	.Carrinho { margin: 50px 0px; }
	.MinhaConta { margin-top: 50px; }
	
	/*esconde menu*/
	
	
	/*TOPO*/
	.linksTopoB{ margin-top: 35px; display: block; text-align: center; }
	a.linkTP:link,  a.linkTP:visited { display: inline-block; font-family: "Montserrat", serif;  font-size: 12px; color: #000; line-height: 20px;  padding: 0 5px; font-weight: 600;}
	a.linkTP:hover, a.linkTP:active { color: #EDC6CD;}
	
	a.linkEntreT:link,  a.linkEntreT:visited { display: block; font-family: "Montserrat", serif;  font-size: 12px; color: #F65452; font-weight: normal;}
	.BlogTop{ position: relative;  width: 33%; margin-right: 3%; font-family: "Montserrat", serif;  font-size: 12px; margin-top: 45px; font-weight: normal; text-align: left; color: #4d4d4d !important; cursor: pointer;line-height: 18px;    }
	.BlogTop i{ float: left; display: inline-block; font-size: 30px; margin-right: 5px; margin-top: 3px; color: #4d4d4d; }
    .BlogTop span{ color: #4d4d4d; font-weight: bold; display: block;    }
    
	
	/* PRODUTOS */
	.ListaProdutos li { width: 25%;}
	.refProd{ font-size: 12px; }
	.nomeProd{ font-size: 14px; }
    .nomeProd{  height: 40px; line-height: 20px; width: 90%; margin: 0 auto; }
    .nomeProd p{ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  }
    
	.borderProdR:after{ content: ""; position: absolute; right:0; width: 1px; height: 270px; top: 30px; border-right: 1px solid #E5E5E5; }
	
	.DescricaoProd { clear: both; padding: 10px; border: 0; }
	.DescricaoProd iframe { position: relative; display: block; width: 100%; margin: 10px auto; padding: 10px; height:450px !important; text-align: center !important; }
	
	/* Slider de produtos fotos */
	.sliderProdMin{ position: relative; width: 100%; display: block;}
	.wrap_carousel4 { background-color: #ffffff; 	width:400px; 	height: 100px; 	position: relative;  display:block;  float: left;  z-index: 0; top: 10px;}
	.carousel4 {width: 400px!important; 	position: relative;  height:auto; overflow:hidden;}
	.carousel4 ul { 	width: 100%; margin: 0px !important; 	padding: 0px !important; 	list-style: none; display:inline-block; }
	.carousel4 ul li { margin-left: 3px; 	list-style: none; display:inline-block; width:95px; height:95px;  text-align:center;}
	.carousel4 ul li img{ margin: 0 auto !important; width:90px; height:90px;}
	.prev4:hover, .next4:hover{ color:#fff; background-color:#000; } 
	.prev4, .next4 { 	position: absolute; 	top: 50%; 	margin-top: -15px; 	cursor: pointer; z-index:10;  color:#ccc; border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; padding: 0 5px;}
	.prev4 { 	left: 0px; } 
	.next4 { 	right: 0px; }
	.ImgExibeProdDesktop{ display: block; margin-top: -15px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
	.ImgExibeProdDesktop img{ width: 100% !important; max-width: 100% !important; height:auto!important; max-height:100% !important; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin: 0 auto; display: block; }
	.paddingProdDesktop{ padding: 0; margin: 0;} 
	.fb-like iframe{ margin-top: 0px !important;}
	#avisosIndica{ text-align:center; line-height:30px; font-size:16px !important;}
	
	/*EXIBE PRODUTOS*/
	.TitulosProd { position: relative; top: 0; clear: both; width: 100%; text-align: left; }
	.TitulosProd h1 { font-size: 35px; } .TitulosProd h4 { font-size: 22px; }
	.ImgExibeProd { display: none; } 
	.ImgExibeProdDesktop { display: block; position: relative; float: left; border: 1px solid rgba(229,229,229,1.00) ; width: 100%; height: auto; }
	.InfoExibe { width: 50%; }
	
	.InfoExibe { margin-top: 10px; }
	.preco { text-align: left; padding-left: 35px; }
	.precopqn { font-size: 18px; } .PrecoGrande { font-size: 42px; }
	a.BtnComprar:link, a.BtnComprar:visited { position: absolute; width: 40%; float: right; line-height: 40px; right: 12px; top: 10px; }

	.DescricaoProd iframe { position: relative; display: block !important; width: 100% !important; max-width: auto !important; max-height: 450px !important;  margin: 5px; padding: 0px; height: 450px !important; text-align: center !important; }

	.DescricaoProd p { font-size: 14px; }
	.DescricaoProd h3 { margin-top: 0; }
	
		/*DIFERENCIAIS*/
.diferenciais{ position: relative; width: 100%; background-color: #003b75;  font-family: "Montserrat", serif; font-size: 16px; color: #FFFFFF; text-align: left; padding: 10px 0; line-height: 50px;  font-weight: 600;}
.diferenciais img{ display: inline-block; margin-right: 10px; height: 45px; width: auto; float: left; }
  

.diferenciais div div:nth-of-type(3) span{ color: #889ca1; font-weight: bold; }
 .diferenciais div div:nth-of-type(3){ line-height: 20px; }
.diferenciais div div:nth-of-type(3) span{ color: #ffffff; font-weight: bold;  }

	 /*.diferenciais div div:nth-of-type(1){ line-height: 20px; }
.diferenciais div div:nth-of-type(1) span{ color: #2F5DAA; font-weight: bold;  }
.diferenciais div div:nth-of-type(1) img{ }*/
	
		/*DIFERENCIAIS*/
.diferenciais{ display: block;}
	.frameVideo{ position: relative; width: 100%; height: 450px; }

.tituloP{ font-size: 26px;}
	.subP{  font-size: 16px; }
    
    .escondeMenu-8,.escondeMenu-9,.escondeMenu-10, .escondeMenu-11, .escondeMenu-12, .escondeMenu-13, .escondeMenu-14 { display: none; }
    footer{ padding-bottom: 40px; }
	
	/*HEADER*/
	.ItensCarrinho { bottom: 80px; }
	
	/*NOVO BLOCO VANTAGENS*/
	.divNewVantagens { display: flex; flex-direction: row; max-width: 1280px; justify-content: space-between; margin: 30px auto;}
	.blocoNewVantagens { display: flex; flex-direction: row; padding: 10px 15px; border: 1px solid #ebebeb; align-items: center; width: 100%; justify-content: center;}
	.blocoNewVantagens img{ width: 35px; height: 35px; margin-right: 10px; }
	.blocoNewVantagens h1{ margin: 0px; font-size: 18px; font-weight: 600; }
	.blocoNewVantagens p{ margin: 0px; font-weight: 500; color: #808080; }
	
	/*AJUSTES CSS LISTA DE PRODUTOS UNITARIO*/
	.New-Lista-ProdMM { width: 40%; padding: 0px;  }
	.New-ProdLista_BtnCom { margin: 5px; width: 52%; }
	
	.voltatop { left: 23px; }
	

}

/*MEDIA SCREEN PARA DESKTOP*/
@media only screen and (min-width: 1100px) {
	a.link_menuP3:link, a.link_menuP3:active, a.link_menuP3:visited {font-size: 14px;  padding: 0 12px;  }
    
}


/*MEDIA SCREEN PARA DESKTOP*/
@media only screen and (min-width: 1280px) {
	
	.ItensCarrinho { margin-left: 30px; bottom: 85px; }
	
	a.txtMinhaConta:active, a.txtMinhaConta:visited, a.txtMinhaConta:link { display: block; font-size: 16px; color: #1e1e1e; text-align: left; margin: 0px 0px 0px 10px; }
	/*a.txtMinhaConta:active, a.txtMinhaConta:visited, a.txtMinhaConta:link span{ font-size: 12px; }*/
	
	.txtReatreio { display: block;  font-size: 16px; color: #1e1e1e; text-align: left; margin: 0px 0px 0px 10px; line-height: 18px;}
	.txtReatreio span{ font-size: 12px; }
	
	.inputPOPC{ position: absolute; width: 60%; bottom: 57px; background-color: #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; height: 35px; line-height: 35px; font-size: 16px; color: #000000; /*left: 4%;*/left: 20%; }

	.btnPOPC{ position: absolute; width: 60%; bottom: 20px;  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; height: 35px; line-height: 35px; font-size: 16px; color:#fff; /*left: 4%*/; left: 20%;  }
	
    .textoquemNovof{ padding-right: 65px;}
	
	/*.inputPOPC{ bottom: 86px;  height: 41px; line-height: 41px; }*/
    .inputPOPC{ bottom: 67px;  height: 41px; line-height: 41px; }
    /*.btnPOPC{   height: 41px; line-height: 41px; bottom: 33px;}*/
    .btnPOPC{   height: 41px; line-height: 41px; bottom: 18px;}.inputPOPC{ position: absolute; width: 60%; bottom: 57px; background-color: #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; height: 35px; line-height: 35px; font-size: 16px; color: #000000; /*left: 4%;*/left: 20%; }

	.btnPOPC{ position: absolute; width: 60%; bottom: 20px;  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; height: 35px; line-height: 35px; font-size: 16px; color:#fff; /*left: 4%*/; left: 20%;  }
	
	
	/*.inputPOPC{ bottom: 86px;  height: 41px; line-height: 41px; }*/
    .inputPOPC{ bottom: 67px;  height: 41px; line-height: 41px; }
    /*.btnPOPC{   height: 41px; line-height: 41px; bottom: 33px;}*/
    .btnPOPC{   height: 41px; line-height: 41px; bottom: 18px;}
    
	
	a.NewBtnLarSomos:link, a.NewBtnLarSomos:active, a.NewBtnLarSomos:visited { background-color: #001e32; color: #fff; padding: 6px 12px; border-radius: 6px; font-size: 13px; margin-right: 193px;}
	
	a.NewBtnLarSomos:link, a.NewBtnLarSomos:active, a.NewBtnLarSomos:visited:hover {background-color: #36a4e3;}
	
	/*QUEMSOMOS*/
	
	.BlocoVermelho{background: #fff; display: block;text-align: center; padding: 20px;   }
	.BlocoVermelho img{ width: auto;}
	.BlocoVermelhoTexto p{ font-size: 18px ; color: #000; font-weight: 300;   line-height: 49px; }
	.BlocoVermelhoTexto p:nth-child(2n+1){ color: #b60c09; font-weight: 600; font-size: 16px !important; margin-bottom: 10px;  }
	.BlocoVermelhoTexto p:nth-child(1){ color: #000; font-size: 25px!important;  display: inline-block; width: auto; font-weight: 600; margin-bottom: 30px; position:relative;}
	.BlocoVermelhoTexto p:nth-child(1):after{ position: absolute; width: 100%; height: 4px; background-color: #007a33; border-radius: 10px; content: ""; bottom: -10px; left: 0;   }
	.BlocoVermelhoImg img{width:90%;height: 80%;line-height: center;text-align: center;border-radius:10px;}
	.BlocoVermelhoImg{position: relative;}
	
	.menuTodos{  width: 20%; line-height: 45px; color: #fefefe; font-family: "Montserrat", serif;  font-size: 14px; text-align: center; cursor: pointer; float: left; background-color: transparent; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; margin-right: 0.5%; position: relative; font-weight: 800; }
	
	/*.text_Quem p{ font-size: 17px; font-weight: 300; }
	.text_Quem span { font-weight: 600; font-size: 20px;}
	.img_Quem {; padding: 5px; width: 35;}
	
	.info_QuemB { display: flex; padding-top: 25px; padding-bottom: 25px; color: #fff; flex-direction: row-reverse;}
	.text_QuemB p{ font-size: 17px; font-weight: 300; }
	.text_QuemB span { font-weight: 600; font-size: 20px;}
	.img_QuemB {; padding: 5px; width: 50%; margin-right: 15px }
	*/
	
   /* .MinhaConta{ width: 180px; margin-right: 7%;}
    .Carrinho i{  display: inline-block; font-size: 35px;  color: #0662ab; text-align: center; margin-top: 5px;}
	.MinhaConta i{ float: left; display: inline-block; font-size: 35px; margin-right: 5px; color: #0662ab; margin-top: 5px;}
    .linksTopoB{ line-height: 35px; font-size: 14px !important; margin-top: 27px; }
    .telefoneTP{ font-size: 14px; }*/
    
     .Variacao{ width: 19%; margin: 5px 1% 5px 0; height: auto; text-align: center; border: 1px solid #eee; padding: 5px; color: #333;   }
    
    .BlogTop { font-size: 14px !important;}
    
    
    .ItensFavoritos{ margin-left: 40px; bottom: 5px; }
    
    
    
	
    /*.logotipo{ width: 193px; margin: 17px auto 46px;margin: 17px auto 60px} */
	
    /*.Pesquisa{ width: 90%; }*/
	.Pesquisa{ width: 100%; }
    .btn_pesquisar{ right: 5%;}
    /*.btn_pesquisar{ right: 10%;}*/
    
    a.linkEntreT:active, a.linkEntreT:visited, a.linkEntreT:link { font-size: 14px;}
    
    a.link_menuP3:link, a.link_menuP3:active, a.link_menuP3:visited { padding: 0 20px;  }
    a.link_menuP:link, a.link_menuP:active, a.link_menuP:visited { padding: 0 15px;  }
    
     .ftProd{ position: relative; width: 100%; height: 300px; clear: both; text-align: center; align-items: center; justify-content: center; }
     .ftProd img{ max-width: 300px;}
	
	
	a.linkEntreT:active, a.linkEntreT:visited, a.linkEntreT:link { font-size: 14px;}
    
    
    .escondeMenu-8{ display: inline-block; }
    
     .instaImagem{   height: 185px; }
    
    .duvidas_footer{ line-height: 25px; }


	/* NOVO PRODUTO */
	.New-ProdutoE-NC{ order: 1; }
	.New-ProdutoE-Foto{ order: 2; width: 60%;  }
	.New-ProdutoE-DadosG{ order:3; width: 40%;  }
	.New-ProdutoE-FT{ order: 2; height: 600px !important; width: 85% !important; }
	.New-ProdutoE-GalFotos{ display: flex; height: 100%; width: 15% !important; flex-direction: column; }
	.New-ProdutoE-GFT{ cursor: pointer; width: 90px; height: 90px; }
	.New-ProdutoE-Video{left: 15%; font-size: 56px; bottom: 25px; }
	/* Fim new cods*/
	
	/*HEADER*/
	.Carrinho { margin: 52px 0px; }
	.MinhaConta { margin: 52px 0px; font-size: 16px; }
	.Carrinho span { display: block; /*margin-left: 10px;*/ font-size: 13px; font-weight: 400; }
	.Carrinho a { display: flex; align-items: center; }
	.Carrinho:hover { opacity: 0.7; }
	.MinhaConta span { display: block; /*margin: 10px 0px 10px 10px;*/ }
	.imgComandos { width: 35px !important; height: 35px !important; }
	
	/*.logotipo, .Pesquisa, .btn_pesquisar, .btn_pesquisar { margin: 38px auto; }*/
	
	
	
	.SubMinhaConta { top: 34px; right: -14px; }
	
	/*AJUSTES CSS LISTA DE PRODUTOS UNITARIO*/
	.New-Lista-ProdMM { width: 30%; }
	.New-ProdLista_BtnCom { width: 62%; }
	
	.voltatop { left: 30px; }
	.New-ProdLista_FT { height: 450px; max-height: 450px; }

}


@media only screen and (min-width: 1440px) {
	
	.ItensCarrinho{ margin-left: 36px; bottom: 85px; }
	
	/*QUEMSOMOS*/
	.text_Quem p{ font-size: 17px; font-weight: 300; }
	.text_Quem span { font-weight: 600; font-size: 20px;}
	.img_Quem { padding: 5px; width: 50%; align-items: center !important;}
	
	.info_QuemB { display: flex; padding-top: 25px; padding-bottom: 25px; color: #fff; flex-direction: row-reverse; }
	.text_QuemB p{ font-size: 17px; font-weight: 300; }
	.text_QuemB span { font-weight: 600; font-size: 20px;}
	.img_QuemB {; padding: 5px; width: 50%; margin-right: 15px }
	
	
    .New-ProdLista_FT{ height: 450px; max-height: 450px; } 
	.New-ProdLista{ display: flex; width: 23%; margin: 1%; } 

}


@media only screen and (min-width: 1445px) { 
	
	.ItensCarrinho { margin-left: 75px; bottom: 56px; }

	/*QUEMSOMOS*/
	
	.text_Quem { width: 50%;  }
	.text_Quem p{ font-size: 17px; font-weight: 300; }
	.text_Quem span { font-weight: 600; font-size: 20px;}
	.img_Quem { padding: 5px; width: 50%;  }
    
	
	.text_QuemB { width: 50%; }
	.text_QuemB p{ font-size: 17px; font-weight: 300; font-family: 'Quicksand', sans-serif; font-weight: 300;  }
	.text_QuemB span { font-weight: 600; font-size: 20px; font-family: 'Quicksand', sans-serif; font-weight: 700; }
	.img_QuemB { padding: 5px; width: 50%; }
	
	

}