@charset "UTF-8";

/*** DEFAULTS ***/

:root{ --margindefault: 25px; --margindefault2: 25px; --margincolunas: 30px; --sizeicons: 20px; --heightinputs:35px; --heightbarramenu: 80px; --heightimgproduto:200px; }

.divdefault{ float: left; position: relative; width: 100%; clear: both; }
.relative{ position: relative; }
.gridContainer{ margin-left:auto;margin-right:auto;width:100%; padding-left:0%; padding-right:0%; overflow:hidden; z-index: 0; }
#menu{ clear:both;float:left;margin-left:0;width:100%;display:none; }

.hidemob{ display:none; }
.showmob{ display:block; }

.width-80{ width:calc(100% - 20px); }
.width-20{ width:calc(100% - 0px); }
.width-120{ width:calc(100% - 40px); }

/*** MARGINS ***/
.margindefault05,
.margindefaultx2,
.margindefaultmobile,
.margindefaultleftdesktopmob,
.margindefault{ float: left; clear: both; position: relative; margin: 0 var(--margindefault); width: calc(100% - ( var(--margindefault) * 2)); }
.margindefaultleft{ float: left; clear: both; position: relative; margin-left: var(--margindefault); width: calc(100% - var(--margindefault)); }
.margindefaultright{ float: left; clear: both; position: relative; margin-right: var(--margindefault); width: calc(100% - var(--margindefault)); }
.margindefaulttop{margin-top: var(--margindefault); }
.margindefaultbottom{margin-bottom: var(--margindefault); }
.margindefaulttop{margin-top: var(--margindefault); }
.margindefaultleftdesktop{ margin-left: 0; }
.margindefault05{margin: 0 calc(var(--margindefault) / 2); width: calc(100% - ( var(--margindefault) )); }

.margindefaultx2{ margin: 0 calc(var(--margindefault) * 2); width: calc(100% - ( var(--margindefault2) * 2)); }

.margindefault2{ margin: 0 var(--margindefault2); width: calc(100% - ( var(--margindefault2) * 2)); }
.margindefault2left{ margin-left: var(--margindefault2); width: calc(100% - var(--margindefault2)); }

.marginbottompe{ margin-bottom: 50px; }
.marginbottom20{ margin-bottom: 15px; }

.margindefaultbottommobile{ margin-bottom: var(--margindefault); }

.paddingr10{ padding-right:0px; box-sizing:border-box; }
.paddingl10{ padding-left:0px; box-sizing:border-box; }
.paddingtop35{ padding-top: 25px; box-sizing:border-box; }
.paddingleft48{ padding-left: 25px; box-sizing:border-box; }
.paddright40{ padding-right: 20px; }

/*** CONTROLOS SHOW / HIDE ***/

.showmobile769,
.showmobile{ display: initial; }
.showmobileflex{display: flex; }
.showmobile4, .showmobile1{ display: block; }
.showmobiletd{ display: table-cell; }
.showmobiletr{ display: table-row; }
.showmobile2{ display: initial; }
.hidemobile769, .hidemobile, .hidemobiletr, .hidemobiletd, .hidemobileinline, .hidemobiletable, .hidemobile1, .hidemobile2, .hidemobile3, .hidemobile4{ display:none; }

/*** INPUTS ***/

input{ font-size:12px;text-decoration:none;font-weight:normal;background-color:#ffffff;background-repeat:repeat; color:#4B3C31;border-radius:0; border:none; }

/*** FONT SIZES ***/

.letra110{font-size:65px;text-decoration:none; }
.letra68{font-size:49px;text-decoration:none; }
.letra60{font-size:40px;text-decoration:none; }
.letra40{font-size:28px;text-decoration:none; }
.letra32{font-size:24px;text-decoration:none; }
.letra28{font-size:18px;text-decoration:none; }
.letra25{font-size:20px;text-decoration:none; }
.letra23{font-size:19px;text-decoration:none; }
.letra22{font-size:15px;text-decoration:none; }
.letra18{font-size:14px;text-decoration:none; }
.letra17{font-size:13px;text-decoration:none; }
.letra16{font-size:12px;text-decoration:none; }
.letra12{font-size:11px;text-decoration:none; }


/*** DEFINIÇÕES COLUNAS MOBILE ***/
.colunas3pe, .colunas2, .colunas2s, .colunas3, .colunas4, .colunas4par, .colunas5, .colunas20, .colunas30, .colunas35, .colunas40, .colunas60, .colunas65, .colunas70,
.colunas80{ clear:both; float:left; width:100%; margin-bottom: var(--margincolunas); box-sizing: border-box; }
.marginbottominput{ margin-bottom: 20px; }
.colunas4par{ margin-bottom: 10px; width: 50%; }

.colunas4par.colunas4padd:nth-child(2n+1){ padding-left: 0; padding-right: calc(var(--margincolunas) / 2); clear: both; }
.colunas4par.colunas4padd:nth-child(2n+2){ padding-left: calc(var(--margincolunas) / 2); padding-right: 0px; clear: none; }

.colunasinfope{ padding-top: 00px; }

.colunaspepe::before{content: ''; width: 2px; height: 105px; background: rgba(255, 255, 255, 0.2); position: absolute; left: 0; top: 0; }
.colunasmarcas{ margin: 0 50px; float: left; clear: none; }

.colunas2.paddingcolinsc{ margin-bottom: 0; }

.colunas2cart{ position: relative; float: left; width: 100%; }

/*** CABEÇA ***/

.abremenumob{ top:0; right: 0; max-height: calc(100vh - var(--heightbarramenu)); }

.wrapmenu{ display: none; }

.menucli{ list-style:none; text-align:left; letter-spacing: 0; padding: 20px 25px 30px; box-sizing: border-box; margin:0; }
.menuclitit{ width: 100%;padding:0 25px 0; box-sizing: border-box; margin-bottom: 20px; margin-top: 20px; }

.abrecarrinhofix{ width:calc(100% - (var(--margindefault) * 2)); position:fixed; right:var(--margindefault); left: var(--margindefault); overflow:hidden; z-index: 100000; min-width: 300px; display: none; top: 0; }

#abreloginfix{ margin-left:0px; width:100%;float:left; clear:none; cursor:pointer;position:absolute;z-index:9000;right:100%;top:0px;width:0;overflow:hidden; }

.abrelogin{ cursor: pointer; height:37px; box-sizing: border-box; margin: 0 auto; }

/*** PRODUTOS ***/

.imgprod{ width: 100%; clear: both; float: left; display: block; position: relative; }

.tamimg{ height: 150px; }
.tamimg3{ width: 70px; height:70px; }
.paddingprodutotxt{ padding: 25px 25px; box-sizing: border-box; }

.marginrelacionados{ margin-top: 30px; margin-bottom:0px; }

.facelinksmob{ margin-top:-25px; }

.lixocarrinho{ margin-right: 15px; margin-left:5px; margin-top: 0px; }
.letratotalpagam{ font-size: 13px; }

.txtbucomprar.letra14{ font-size: 12px; }

.paddingtabmenu{ padding:10px; box-sizing: border-box; }

.paddingright{ padding-top: 25px; padding-right:25px; box-sizing:border-box; }
.paddingleft{ padding-top: 25px; padding-left:25px; box-sizing:border-box; }
.proxprod{ margin-right:0px; }
.nomeproxprod{ right:0px; }
.nomeprodant{ left:0px; }

/*** CARRINHO ***/

.carrinhoapres{ width:100%; margin:0 auto; }
.carrinhoimg{ width:70px;height:70px; border-radius: 5px 0 0 5px; box-sizing: border-box; }
.margincarttopprodtit{ padding-top:0; }
.carrinhopromo{ width:108px;height:45px;display:none; }
.paddbtnscart{ padding:0 40px; box-sizing:border-box; }
.cartpaddingtotalfim{ padding-top:0px; }

.precocarrinho.letra26{ font-size: 13px; }
.precocarrinho.letra24{ font-size: 14px; }
.precocarrinho.letra24 .letra20{ font-size: 13px; }
.ctrlqtd{ width: 29px; margin-top: 0px; }
.qtdcart{ padding: 0 10px; box-sizing: border-box; }
.paddingprecorow{ padding: 0; }
.paddingpagamentos{ padding: 20px; box-sizing: border-box; width: 100%; }
.moreproducts.letra15{ font-size: 13px; }

.txtencprint{ font-size:12px;text-decoration:none; }

.wrapcaptcha{ float:none;margin:0 auto;max-width:220px; }

.txthover{ transform:translateY(8px); }
.mostrafamheight{ height: 130px; margin-bottom: 5px; }
.padding3{ padding:0 0px 0 20px; box-sizing: border-box; }

.paddingtits{ padding-left: 40px; box-sizing: border-box; }
.width48padd{ padding: 0 0px; }
.padding25{ box-sizing: border-box; padding: 0 25px; }
.submenu{font-weight:500;font-style:normal; color:#000000; text-decoration:none;font-size:14px; }
.txthover{ padding:0 20px; }
.carrinhoprod{ margin-top: -4px; }
.paddingcontador{ padding-right: 6px; }

.wrapoverflowfams{ bottom: 7px; }
.buindex.letra13{ font-size: 12px; }
.wraplogo{ margin-left: 0px; margin-top: 0px; }
.cartinfo.letra10{ font-size: 9px; }

.quanti.letra24{ font-size: 14px; }

.spacecontrel{ margin: 35px 0 0 0; }

.paddingcolinsc,
.paddingcolinscri{ padding-right: 0px; box-sizing: border-box; padding-bottom: 6px; }
.letrabucoddesconto{ font-size: 9px; }
/* .minus, .add{ width: 8px; } */

/* .txtnorm{ font-size: 12px; } */

.addmargindesktop{ padding-right: 0px; box-sizing: border-box; }
.paddingtopprodcol{ padding-top: 20px; box-sizing: border-box; }
.paddingprodcol{ padding-right: 0px; box-sizing: border-box; }
.heighttableimgprod{ height: 230px; }
.totalenc.letra14{ font-size: 11px; line-height: 1.4; }

.titfam.letra28{ font-size: 16px; }
.busubmit.letra20{ font-size: 16px; }
.margintopdestaques{ margin-top: 40px; }
.margintopdestaquesconte{ margin-top: 50px; }
.margintopcarinho{ margin-top: 0px; }
.margintopdentro{ margin-top: 0px; }
.margintopdestaqueindex{ margin-top: 50px; margin-bottom: 15px; }

.margintodosprod{ margin-top: 20px; }
.margintopempresa{ margin-top: 50px; }
.vermaisempresa{ transform: translateY(32%); }

.txtempresa{ margin-top: 20px; line-height: 1.5; }
.infopepadd{ padding: 15px 30px; box-sizing: border-box; }
.margintopfooter{ margin-top: 70px; }
.prodprocmargin{ margin-bottom: 7px; }
.prodproc{padding-bottom: 10px; box-sizing: border-box; }
.flex-center-desktop{ justify-content: flex-start; align-items: flex-start; }
.flex-center-center-desktop{ justify-content: flex-start; align-items: center; }
.flexfooter { flex-wrap: wrap; align-items: flex-start; }
.flexfooter{ display: flex; float: left; width: 100%; clear: both; position: relative; justify-content: flex-start; }

.flex-wrap-mobile{ flex-wrap: wrap; }
.flex-column-mobile{ flex-direction: column; }
.flex-center-vertical.flex-left.flex-column-mobile{ justify-content: space-between; align-items: flex-start; }
.flex .separator{ width: 5px; }

.wrapinfoempresa{ padding: 40px 20px 40px; }
.paddingcart{ padding: 25px 20px 0px 20px; box-sizing: border-box; }
.paddingrightcarrinho{ padding-right: 25px; }
.titlogin{ margin-bottom: 15px; }
.paddingareaclitit{ box-sizing: border-box; padding-top: 40px; padding-bottom: 40px; padding-left: 25px; }

.margintopgaleria{ margin-top:20px; }
.margintopprodimg{ margin-top:20px; }
.paddingcarrinho{ box-sizing: border-box; padding-left: 15px; padding-right: 15px; }

.margincarrinho{ width: 100%; float: left; clear: both; position: relative; }

.tdmargincarrinho{ padding-top:20px; box-sizing: border-box; }
.margincarrinhotransp{ margin-top: 5px; }
.heighttotalencfinal{ height: 40px; }
.paddingtoplogincart{ padding-top: 90px; box-sizing: border-box; }
.margincarrinhoobs{ margin-top: 45px; }
.paddcolscartreg{ padding-right: 0px; box-sizing: border-box; padding-bottom: 5px; }

.famnomemobile{ display: block; margin-top: 5px; }

.margintopindex{ margin-top: 60px; }
.vermaisfamilias{ position: absolute; left:0; right: 0px; bottom: -25px; }
.wrapordenartit{ margin-bottom: 0px; }
.wrapordemprod{ padding: 0 0 20px 0; }
.wrapfiltrostit,
.wrapordenartit{ background: var(--corfundo1); width: 50%; position: relative; float: left; clear: none; height: 45px; }
.margincarrinhopequeno{margin-left: 45px; margin-right: 45px; width: calc(100% - 90px); float: left; clear: both; position: relative; }

.marginfooter{ position: relative; float: left; width: calc(100% - 50px); margin: 0 25px; }
.marginfooter2{ position: relative; float: left; width: calc(100% - 84px); margin: 0 42px; }

.promodiv .letra11{ font-size: 8px; }
.novidiv .letra11{ font-size: 8px; }

.promograndediv .letra11{ font-size: 9px; }
.novigrandediv .letra11{ font-size: 9px; }

.promograndediv .letra20{ font-size: 15px; }
.novigrandediv .letra20{ font-size: 15px; }

.promograndediv .letra19{ font-size: 15px; }
.novigrandediv .letra19{ font-size: 15px; }

.promodiv { width: 60%; height: 25px; }
.novidiv{ width: 20%; }

.promograndediv,
.novigrandediv{ padding: 5px 10px; box-sizing: border-box; width: auto; }

.alignfootercopy{ text-align: left; padding-top: 5px; }

.iconfacebook{ bottom: 50px; }
.wrapimgpagam{ display: flex; flex-wrap: wrap; align-items: center; }

.bandeira.letra10, .bandeira2.letra10{ font-size: 9px; letter-spacing: -0.1px; white-space: nowrap; }

.imgcarrinho{ width: 20px; min-height: 20px; margin-left: 5px; }
.slideproduto{ width: 100%; position: relative; float: left; clear: both; background: #fff; }

.divwrapthumb{ float: right; position: relative; width: 100%; margin-top: 16px; }

/*.divwrapthumb .divdefault{ display: flex; flex-wrap: nowrap; white-space: wrap; } */

.thumbprod{ width: auto; position: relative; float: left; clear: none; flex-grow: 1;min-height: 100px; }

.imagemconte{ height: 300px; margin-bottom: 0; }
.detalhesproduto{ display: none; margin-bottom: 10px; }
.controlwidthimgprod{  padding-left: 25px; padding-right: 25px; box-sizing: border-box; }
.bufac{ top: -20px; }
.widthfamside{ position: relative; float: left; clear: both; width: 100%; margin-bottom: 20px; }
.titfiltrosloja, .titmenuloja{ border-bottom: 2px solid var(--cinza2); margin-top: 20px; margin-bottom: 5px; }
.titfiltrosloja.open .mais, .titmenuloja.open .mais{ opacity: 1; }
.titfiltrosloja.open .menos, .titmenuloja.open .menos{ opacity: 0; }
.wrapmenuloja{ width: 100%; float: left; clear: none; position: absolute; top: 0; z-index: 100; display: none;}

.logoscroll{ width: 35px; height: 40px; margin: 0 auto; padding-bottom: 15px; padding-top: 10px; margin-bottom: 10px; }
.logooscroll{ width: 35px; height: 35px; }

.tablelogin{ float: right; }

.minwidthlogin{ min-width: 275px; }

.precocarrinho2.letra24{ font-size: 18px; }
.precocarrinho2 .letra20{ font-size: 15px; }
.cartpaddingtotalfim.letra15{ font-size: 13px; }
.precoivainfo.letra10{ font-size: 9px; }
.paddingprecocarrinho{ padding-left: 10px; white-space: nowrap; }

.mobtitdetalhe{ display: block; }

.wrapmarcastit,
.imgmarca{ height: 100px; }

.wrapmarcastit{ width: 50px; }
.wrapslidemarcas{ width: 100%; }

.wrapsocial{ float: left; }
.wrapnewsinput{ width: 100%; }

.paddinggalprod{ padding: 0px 20px 0px 20px; box-sizing: border-box; }

.inputdescontoscarrinho{ font-size: 10px; padding-left: 7px; padding-right: 0; }
.paddingbottomdesc{ padding-bottom: 20px; box-sizing: border-box; }
.paddingcontactos{ padding: 0px 0px 30px 0px; box-sizing: border-box; }
.mapaalt{ height: 500px; }
.prodcart{ padding: 10px 15px; }
.tdmiddlepreco{ width: auto; }
.paddingfamprodsmall{ padding-top: 5px; }
.precoprod.letra16{ font-size: 13px; }
.titulodest.letra32{ font-size: 20px; }
.wrapgaleria{  box-sizing: border-box; padding-bottom: 0px; margin-bottom: 0; }
.widthprodutos{ width: 100%; }
.wrapprodutos{ position: relative; float: left; clear: none; box-sizing: border-box; }
.addcart.letra14{ font-size: 12px; }
.newsletter{ margin-bottom: 10px; }
.showmobileinline2,
.showmobileinline{ display: inline; }
.marcanomeproduto{ font-size: 14px; }
.marcanome{ font-size: 12px; }
.mouseunder{ display: none; }
/*.cursor{display: none;} */

.flexfooter .flex-item{ margin-top: 10px; margin-bottom: 20px; padding-right: 15px; box-sizing:border-box; position: relative; float: left; }
.paddingphones{ padding-right: 5px; box-sizing: border-box; float: left; clear: both; width: 100%; }
.separador{ right: 15%; display: none; }
.wrapimgpagam{ float: left; }
.logomarcaprod{	padding-right: 20px; box-sizing: border-box; filter: grayscale(1) brightness(0.3); }

.aligncartfinalizar{ text-align: left; }

.letra12.hideshowmenu,
.submenuside2.letra12,
.letra12 .mudaordemob,
.letra12{ font-size: 12px; }

.paddingmenuloja{ box-sizing: border-box; padding: 0 25px; }

.submenuhover1{ display:block; padding-bottom: 5px; box-sizing: border-box; float: left; }

/*.ordfiltertop{ padding: 10px;box-sizing: border-box; } */

.wraptitlojanome.startopen{ text-decoration: underline; }

td.submenu{	 padding-bottom:4px; box-sizing: border-box; padding-left:15px; padding-right:10px; }
.marginmainslider{ position: relative; float: left; width: calc(100% - 45px); clear: both; margin-right: 45px; z-index: 9; }
.letra71{ font-size: 24px; text-decoration: none; }
.tiptop{ margin-top: -5px; }
.imglogin{ max-width: 12px; }
.show600{ display: none; }
.hide600{ display: block; }
.wrapimgimg{ bottom: -60px; left: 14px; height: 35px; width: 338px; max-width:100%; }
.visaimg{ margin-left: 14px; }
.masterimg{ margin-left: 17px; width: 29px; height: 23px; background: url(../imgs/mastercardbranco.png) no-repeat center center / contain; }
.americanimg{ margin-left: 19px; }
.mbwayimg{ margin-left: 18px; width: 40px; height: 26px; background: url(../imgs/mbwaybranco.png) no-repeat center center / contain; }
.top55{ margin-top: 67px; }
.show769{ display: none; }
.hide769{ display: block; }
.logomarca{ max-height: 45px; }
.divnewsletter{ position: relative; float: left; padding-left: 28px; padding-right: 30px; padding-bottom: 74px; padding-top: 20px; box-sizing: border-box; width: calc(100% - 60px); z-index: 9; background: #fff; border-radius: 5px; margin-right: 40px; margin-left: 20px; }
.newsmaindiv{ width: calc(100% - 57px); bottom: 18px; right: 30px; }
.newscontent{ width: 98.12%; }
.substit.letra42{ font-size: 23px; }
.substxt.letra12{ font-size: 10px; }
.txtempresa{ width: 100%; }
.marginloja{ position: relative; float: left; margin-right: 45px; margin-left: 45px; width: calc(100% - 90px); }
.marginloja2{ position: relative; float: left; margin-right: 55px; margin-left: 55px; width: calc(100% - 110px); }
.marginloja3{ position: relative; float: left; margin-right: 45px; margin-left: 45px; width: calc(100% - 90px); }
.colunagaleria{ width: 100%; }
.colunatxt{ width: 100%; }
.oyoy{ overflow:hidden; float:right; margin-top:5px; margin-right: -2px; z-index:1; right:0; width:32px; }
.iimgempresa1{ display: block; clear: none; float: left; width: calc(100% + 30px); height: 335px; margin-left: -15px; }
.bgloja{ position: absolute; left: 0; top: -30px; width: 100%; height: 555px; }
.wrapinfoempresa{ float: left; width: 100%; }
.txtempresa{ margin-top: 40px; }
.lojaempresa{ margin-top: 7px; }
.vermaisempresa{ margin-top: 15px; }
.wrapwhatsapp{ position: fixed; right: 0; bottom: 50px; width: 30px; height: 150px; background: #eeeeee; border-radius: 4px; z-index: 999; }
.whatsappicon{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 9px; background: url(../imgs/whatsapp.png) no-repeat center center / contain; width: 18px; height: 18px; }
.contnos{position: absolute; bottom: 72px; left: -40px; transform: rotate(-90deg); width: 110px; }
.bot100{ margin-bottom: 40px; }
.bot80{ margin-bottom: 40px; }
.bot40{ margin-bottom: 20px; }
.popuploginaut{min-width:275px; }
.divedit{ width: calc(100% - 90px); margin-left: 45px; margin-right: 45px; position: relative; float: left; clear: both; }
.colfam{ height: 260px; }
.titfamdest.letra42{ font-size: 30px; }
.butver{ width: 120px; height: 25px; }
.butver .letra12{ font-size: 10px; }
.divlistaprodutos{ position: relative; float: left; width: calc(100% - 65px); margin-left: 20px; margin-right: 45px; }
.show600{ display: none; }
.hide600{ display: block; }
.iconfacebook, .iconinsta, .iconapp{ bottom: 0; right: 17px; position: absolute; }
.iconinsta{ bottom: 95px; }
.iconfacebook{ bottom: 42px; }
.iconapp{ bottom: -10px; }
.visaimg{ margin-left: 14px; }


.facelinksmob{ margin-top:0; padding-bottom:0; }
.abrelogin{ width: 100%; padding:0px; height:50px; }
.imgpagamento img{ cursor: pointer; }
.imgpagamento{ position: relative; float: left; cursor: pointer; padding: 10px; box-sizing:border-box; border: 1px solid currentcolor; margin-bottom: 25px; margin-right: 10px; padding-right: 20px; width: 100%; }
.wrapcestoprincipal{ width: 100%; }
.wrapcestopequeno{ width: calc(100% + 90px); margin-left: -45px; border-bottom-right-radius: 5px; border-top-right-radius: 5px; float: left; }
.margintopcarrinho{ margin-top: 50px; }

.numitemscart{ display: flex; align-items: center; justify-content: center; z-index: 1; right: auto; transform: translate(10%, -60%); left: 50%; top: 0px; position: absolute; border-radius: 50%; width: 18px; height: 18px; color: #000; }
.btnverprod{ width: 100%; }
.btnverprod .infobtn{ height: 100%; }
.bgbolasrosa{ position: absolute; left: -65px; bottom: -65px; width: calc(100% + 130px); height: 235px; background: url(../imgs/padraorosa.png) repeat center center / 30px; z-index: -1; }

.wrapprocurainputs{ position: relative; float: left; clear: both; width: 100%; height: 34px; }

.wrapprocura{ width: 34px; display: flex; justify-content: flex-end; overflow: hidden; }
.wrapprocura.open{ width: auto; }


.procura.desktop{ height: 36px; justify-content: flex-start; display: block; overflow: hidden; position: relative; float: left;width: auto; clear: both; background: none; box-sizing: border-box; clear: both; z-index: 10000; padding-right: 0px; box-sizing: border-box; padding-left: 33px; }


.butver{ opacity: 1; }
.titfamdest{ bottom: 85px; }
.wrapinfotam{ box-sizing: border-box; top: 0; position: absolute; z-index: 100; margin-bottom: 30px; top: calc(100% + 3px); cursor:pointer; }
#bkcookie{ line-height: 18px;margin-bottom: 0;right: 0;overflow: visible;z-index: 99999;position: fixed;bottom: 0;background: rgba(255, 255, 255, 0.8);color: #4B3C31;text-align: right;padding: 20px 20px;display: none;width: 100%;box-sizing: border-box; z-index: 10000; }
.closecookie{ width: 20px; height: 20px; position: absolute; top: 10px; right: 10px; border: 2px solid #4B3C31; box-sizing: border-box; border-radius: 50%; }

.escondeesconde{ display: none; }
.prod-prev{ position: relative; float: left; width: 100%; clear: both; }
.prod-next{position: relative; float: right; width: 100%; clear: both; }
.titprodcart{ margin-bottom: 10px; word-break: break-word; }
.titprodcart.letra15{ font-size: 12px; }
.bordertd.trash::after, .bordertd.info::after{ display: none; }
.bordertd.info{	padding-top: 20px; padding-bottom: 20px; box-sizing: border-box; }
.marginrelcarrinho{margin-top: 30px;}
.itemcarrinho td.info{ padding-left: 15px; box-sizing: border-box; }
.widthqtd{ width: 10%; }
.widthprecouni{ width: 5%; }
.innerprocura{ width: calc(100vw - 24px); }

.wrapiconprocura{ position: relative; height: 100%; width: 100%; height: 40px; display: block; }

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

.wraplogo{ float: left; clear: both; }
.barramenu.collapsed .wraplogo{ margin-top: 0px;margin-bottom: 0px; }
.innernews{ white-space: wrap; }

.mobile{ display:block; }

.logomob.collapsed{ width: 48px; height: 48px; }

.txtlogin{ position: absolute; top: 100%; left: 50%; transform: translateX(-50%); }
.txtcart,
.txtfav{ display: none; }

.subareapeflex{ display: flex; flex-wrap: wrap; flex-direction: column; height: 200px; }
.subareapeflex a div{ margin-right: 15px; }

.flexdefault{ flex-wrap: wrap; }

.wrapbigitem{ width: 100%; flex-grow: 1; }

.fleximgsfooter{ flex-wrap: wrap; justify-content: flex-start; align-items: center; display: flex; }
.fleximgsfooter > img,
.fleximgsfooter > a > img{ margin-bottom: 20px; margin-right: 20px; max-width: 100%; }

.socialfooter{ clear: both; width: 100%; margin-bottom: 15px; min-width: 190px;}
.wrapmenu{ display: none; }

.atalhosmenu{ display: none; }

.navbar{ flex-wrap: wrap; }

.iconprocuramob{ display: none }

.favclick .iconfav,	.iconcart, .iconlogin, .iconprocura{ width: 25px; height: 20px; }
.paddingencomenda,.produtoscarrinho{ padding: 0px 20px 10px; box-sizing: border-box; }
.paddingencomenda{padding-top: 0; padding-bottom:0; }
.wrapprodiva{ padding-top: 15px; padding-bottom: 15px; box-sizing: border-box; }
.divcarrinho{ padding-right: 0px; }
.heightbtns{ height: 36px; }
.btndefault.heightbtn2{ height: 50px; }
.marginbtnscart{ margin-bottom: 20px; }
.imgmenu{ height: 30vh; width:100%; }
.barramenu{ height: 124px; --heightbarramenu: 124px; }
.barramenu.collapsed { height: 124px; --heightbarramenu: 124px; }
.imgmenuprod{width: 90px; height: 90px; }
nav.navbar::after{ height: calc(35px + 20px); }
.barramenu.procuraopen.collapsed nav.navbar::after{ height: calc(35px + 100px); }
.barramenu.collapsed nav.navbar::after{ background: #000; height: calc(35px + 55px); top: -35px; }
.inputprocura{ height: 33px; padding-left: 5px; }
.innernavbar{padding-left: var(--margindefault); transform: translateY(-77px); z-index: 10000; }
.collapsed .innernavbar,
.procuraopen .innernavbar{ transform: translateY(-10px); }
.bandeira, .bandeira2{ font-size: 15px; }
.wraplang{ margin-left: 15px; }
.imgsocial{ height: 15px; }
.titsearchindex.letra50{ font-size: 30px; }
.titulo.letra48{ font-size: 20px; }
.inputprocespecial{ flex-grow: 1; }
.setaativo{ width: 8px; height: 8px; margin-right: 2px; }

.btnindexfilter .hovercolor,
.btnindexfilter .infobtn{ padding-left: 0px; padding-right:0px; box-sizing: border-box; position: relative; float: left; }
.btnindexfilter.letra18{ font-size: 14px; }
.titprodindex.letra62{ font-size: 35px; }

.imglousa{ height: 50px; }
.flexlegalfooter{ margin-bottom: 20px; flex-wrap: wrap; }
.footerinfocopy{ text-align: left; width: 100%; }

.thumbprod{ width: calc(100% - 16px); margin-left: 16px; position: relative; float: left;clear: none; flex-grow: 0; }

.titnoticias.letra62{ font-size: 40px; }
.wrapajuda::before{ width: 100%; }
.wrapprodtit.letra34{ font-size: 30px; }
.iconsmenu{  top: 35px; right: var(--margindefault); }
.iconsmenu > div{ margin-left: 8px; }
.areanewsletter{ margin-top: 20px; }
.titnoticiaslide.letra33{ font-size: 25px; }
.wrapmostviewed{ min-width: 500px; padding-left: 20px; box-sizing: border-box; }

.btnwhatsapp .txt { display: none; z-index: 100; }
.btnwhatsapp img { margin-right: 0; height: 50px; z-index: 10000;}
.btnwhatsapp.padding.btndefaultcolor .infobtn{ padding: 0 11px; box-sizing: border-box; }
.fixedmobileinfo{ display: block; }
.nomefamindex.letra62{ font-size: 40px; }
.procura.desktop .procura{ max-width: 300px; }
.procura.mobile{ display: block; z-index: 10; }
.infoprod{ font-size: 12px; }

.paddinginfofavorito{ padding-left: 0px; }

.wrapprecofav{	display: flex; justify-content: flex-start; width:100%; }

.flexfavorito{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.flexfavorito:nth-child(1){  }
.innernavbar{ flex-wrap: nowrap; }

.menuheader{ display: none; }
.marginmenuloja{ margin:0; width: 100%; }
.overlaytitle.letra80,
.lspacing{ letter-spacing: 1px; }

.errocontinuar{ display: none; position: absolute; top: 100%; left: 0; }
.paddingtextoaviso{ float: left; clear: both; padding-left: calc(var(--margindefault)); width: 100%; box-sizing: border-box; height: 100%; }

.nomefamindex.letra50{ font-size: 30px; }

.barramenu::after,.navbar::after{ /*content:''; display: block; height: 50px; width: 100%; background: transparent linear-gradient(90deg, #31313100 0%, #000000 100%) 0% 0% no-repeat padding-box;	mix-blend-mode: multiply; top: 0; left: 0; position: absolute;*/ }

.barramenu::after{ height: 35px; }

.wrapiconmenu{ width: 40px; }
.wrapiconmenu.open{ width: 100%; }
.titprodindex.letra80{font-size: 50px; }
.wrapprocespecial{ padding: 20px 0; box-sizing: border-box; }
.barratopo{ width: 75%; max-width: calc(100% - 50px); }

.tituloconte.letra60{ font-size: 40px; }

.paddingprodutosmenu{ padding: 0 40px; box-sizing: border-box; }
.paddingmenu2{ padding: 0 0 0 10px;  box-sizing: border-box; }

.mostraarea, .mostraartigo, .mostrafamilia, .slidefamilias .innerslide{ height: 350px; }

.paddingorcamento{ padding: 60px 30px 20px; box-sizing: border-box; }

.margintopconte{ margin-top: 40px; }

.gridconte{ position: relative;float: left; width: 100%; display: grid;grid-template-columns: 1fr 10px 1fr;grid-template-rows: repeat(8, 1fr);grid-column-gap: 0px;grid-row-gap: 10px; }

.gridconte:nth-child(n + 2){ padding-top: 10px; box-sizing: border-box; }

.gridconte .grid-item:nth-child(9n+1){ grid-area: 1 / 1 / 3 / 4; }
.gridconte .grid-item:nth-child(9n+2){ grid-area: 3 / 1 / 4 / 2; }
.gridconte .grid-item:nth-child(9n+3){ grid-area: 3 / 3 / 4 / 4; }
.gridconte .grid-item:nth-child(9n+4){ grid-area: 4 / 1 / 5 / 2; }
.gridconte .grid-item:nth-child(9n+5){ grid-area: 4 / 3 / 5 / 4; }
.gridconte .grid-item:nth-child(9n+6){ grid-area: 5 / 1 / 6 / 4; }
.gridconte .grid-item:nth-child(9n+7){ grid-area: 6 / 1 / 8 / 4; }
.gridconte .grid-item:nth-child(9n+8){ grid-area: 8 / 1 / 9 / 2; }
.gridconte .grid-item:nth-child(9n+9){ grid-area: 8 / 3 / 9 / 4; }

.fimgrelha{ position: relative; float: left; width: 100%; display: flex; flex-wrap: nowrap; margin-top: 5px; }
.fimgrelha .grid-item{ height: 215px; flex-grow: 1; }

.wrapinfope{ width: calc(100% + 71px); padding: 20px 40px; box-sizing: border-box;  }

.marginpercent{	position: relative; float: left; margin: 0 13%; width:calc(100% - 26%); }

.grelhaindex{ display: grid; grid-template-columns:repeat(2, 1fr); grid-template-rows:repeat(5, 1fr);grid-column-gap:0px;grid-row-gap:0px; position:relative; float:left; width:100%; clear:both; }

.grelhaindex .grid-item:nth-child(1){ grid-area: 1 / 1 / 2 / 3; }
.grelhaindex .grid-item:nth-child(2){ grid-area: 2 / 1 / 4 / 2; }
.grelhaindex .grid-item:nth-child(3){ grid-area: 2 / 2 / 3 / 3; }
.grelhaindex .grid-item:nth-child(4){ grid-area: 3 / 2 / 5 / 3; }
.grelhaindex .grid-item:nth-child(5){ grid-area: 4 / 1 / 5 / 2; }
.grelhaindex .grid-item:nth-child(6){ grid-area: 5 / 1 / 6 / 3; }

.handleheightbgwrapinfope{ display: none; pointer-events: none; position: relative; float: left; clear: both; width: 100%; z-index: 100; pointer-events: none; }
.handleheightbgwrapinfope::after{ content:''; height: 100%; width: 100%; position: absolute; top: 0; left: 0;z-index: 100; background: rgba(0,0,0,0.5); }


/*
.handleheightbgwrapinfope::before{ content:'';
	height: 50px; width: 100%; position: absolute; bottom: 0; left: 0; background: rgb(232,232,232);
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
	z-index: 1000;
} */

.paddingcontactope{	padding-left: 0px; box-sizing: border-box; padding-top: 25px; }
.paddinginfofooter{ padding: 20px 0 20px; box-sizing: border-box; }
.innertitprodindex{ bottom: -10px; }
.titindex{ margin-bottom: 20px; }



.logomob, .logo{ margin-left: -10px; }

.barratopo .wraptexto::after{ width: 60px; }
.lupaprocura{ display: none; }

.barramenu.collapsed .procura.mobile.collapsed,
.barramenu.collapsed .iconmenu.collapsed{ display: flex; align-items: flex-end; }

.barramenu.collapsed .wrapiconmenu .iconmenu{ display: none; }
.barramenu.collapsed .wrapiconmenu .iconmenu2{ display: none; }
.wrapresultprocura > div.divdefault.flex div:nth-child(n+3){ display: none; }

.bgwrapinfope{ position: relative; bottom: auto; }

.logomob, .logo{ position: relative; background: url(../imgs/logomenu.png) no-repeat center center/ contain; float: left; clear: none; z-index: 1000; }

.margprodsindex{ margin-bottom: 20px; }

.dialogcartmain .ui-dialog-buttonset .ui-button:nth-child(1), .dialogcartmain .ui-dialog-buttonset .ui-button:nth-child(2),
.busubmit5, .busubmit4,.busubmit3, .busubmit2, .busubmit, .btndefaultborder, .btndefault3,.btndefault2,.btndefaultcolor,
.btnindexfilter, .btndefaultgradient, .btndefault{ padding: 0 10px; }

.titmenushows.letra38{ font-size: 28px; }

.popuplogin{ top: calc(100% + 10px); }

.imgindex{ height: calc(100vh); }
.wrapfams{ margin-bottom: 20px; }
.margintopheader{ margin-top: 20px; }

.titmenufooter.letra16{  }

.colunassocial .colunas2sempre:nth-child(2){ transform:translateY(-20px); }
.vidstuntindexmobile{ display: block; }
.vidstuntindex.hidemobile{ display: none; }
.paddingslidemarcas{ padding: 50px 0 0; box-sizing: border-box; }
.procuraopen .paddingtopmenu{ margin-top: 0; padding-top: calc(var(--heightbarramenu) + 80px); padding-bottom: 40px;}
.marginbtnorcamento{ margin-bottom: 30px; margin-top: 30px; }
.wrapfooterinfo{ padding: 0 0px; box-sizing: border-box; }
.itemslide{ width: 100%; }
.margintopsearch{ margin-top: 125px; }

.vidstuntindex{ width: 100%; }
.notmobile.vidstuntindex{ width: 100%; }

.barramenu.collapsed .innernavbar .wrapprocura{ display: none; }

.itemcarrinho .qtd{ justify-content: flex-start; }

.wrapbuttonprod{ display: flex; flex-direction: column; }



.paddingprodlist{ box-sizing: border-box; padding: 10px 15px; }

.titprodutoscarrinho{ margin-top: 20px; }
.notashandle{ margin-top: 5px; }

/*.collapsed .wrapprocura.desktop{ display: none; }*/
.collapsed.procuraopen .wrapprocura.desktop{ display: block; }

.overflowproc{ overflow: auto; max-height: calc(100vh - (var(--heightbarramenu) + 40px)); }

.buttonmoradaentrega{ margin-right: 10px; }
.clearmobile{ clear: both; width:100%; }
.paddingfooterbottom{ padding-bottom: 0px; box-sizing: border-box; }
.logofooter{ width: 300px; }

.precoprodrisca{ clear: both; padding:0; margin:0; box-sizing: border-box; }
.wrapmenufooter{ padding-right: 0%; box-sizing: border-box; }
.titcart.letra45{ font-size: 30px; }

.novidiv{ width: 100%; height: 23px; clear: both; }
.promodiv{ width: 100%; height: 23px; clear: both; }

.promodiv2, .novidiv2{ height: 15px; }

.novidiv, .novidiv2{ background: url(../imgs/novidade.png) no-repeat left center/auto 23px; }
.promodiv, .promodiv2{ background: url(../imgs/promocao.png) no-repeat left center/auto 23px; }

.carrinhopage .novidiv2{ background: url(../imgs/novidade.png) no-repeat left center/auto 12px; }

.wrappromonov2,
.wrappromonov{ position: absolute; top: 5px; left: 0; z-index: 1000; width: 100%; pointer-events: none; display: block; flex-wrap: none; }
.wrappromonov2{ top: 0; }

.novidiv2, .novidiv,
.promodiv2, .promodiv{ flex-grow: 1; position:relative; z-index:10; top:0; left:0; clear: both; font-weight: bold; font-style:italic; flex-shrink: 0; }

.promodiv span,
.novidiv span{ font-size: 12px; }
.novidiv2 span{ left: 35%; }

.novidiv,
.promodiv,
.promodiv2,
.novidiv2{ display: flex; align-items: center; justify-content: flex-start; padding: 0 10px 0 5px; box-sizing: border-box; white-space: nowrap; }

.bgfooter .iframe, .bgfooter .videofooter{position: absolute; bottom: 0; top: auto; left: 0; width: 100%; height: 100%; }
.bgfooter .videofooter{ top: 50%; left: 50%; transform: translate(-50%,-50%); min-width: 100%; min-height: 100%; width: auto; height: auto; }

.finalizarmobile{ display: block; }
.wrapsocialpe{position: relative; float: left; margin-top: 15px}
.botaoentre{position: relative; float: left; width: 212px; height: 32px; border-radius: 16px; border: 2px solid #E2F5F3; box-sizing: border-box; margin-right: 25px; clear: both; margin-top: 12px; background: transparent;}
.botaoentre:hover{position: relative; float: left; width: 212px; height: 32px; border-radius: 16px; border: 2px solid #E2F5F3; box-sizing: border-box; margin-right: 25px; clear: both; margin-top: 12px; background: #E2F5F3;}
.botaoentre:hover .corpri2{color: #8BB8B1;}
.wrapdivright{position: relative; float: left; clear: none;}
.divpe{ width: 100%; box-sizing: border-box; position: relative; float: left; clear: both; padding-top: 30px; padding-bottom: 28px; box-sizing: border-box; overflow: hidden; }
.wrapdivright.mobileleft{margin-top: 20px;}
.linhaspe{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../imgs/linhaspe.png) no-repeat left center / cover;}
.mobileleft.letra9{letter-spacing: -0.11px;}
.show1280{display: block;}
.hide1280{display: none;}
/* .barramenu.collapsed{ background: #fff; } */
.w205{position: absolute; left: 0; top: 0; width: calc(100%); height: 100%; background: #8BB8B1;}
.paddsobrenos{box-sizing: border-box; padding-left: 30px; padding-top: 30px; padding-right: 30px; padding-bottom: 35px;}
.w350{width: 100%;}
.paddsobrenos .letra44{font-size: 27px; letter-spacing: 2.7px}
.textosobre{margin-top: 15px;}
.divsobrenos1{width: 125px; height: 195px; cursor: pointer; margin-left: 0px; margin-right: 0px; clear: both; margin-top: 10px; position: relative; float: left;}
.divsobrenos2{width: 125px; height: 195px; cursor: pointer; margin-left: 0px; margin-right: 0px; margin-top: 40px; position: relative; float: left;}
.sobresobre .letra39{font-size: 17px;}
.sobresobre .letra12{font-size: 10px; letter-spacing: 3px;}
.sobresobre .letra15{font-size: 10px;}
.saibasobre{position: absolute; left: 50%; transform: translateX(-50%); bottom: 25px;}
.ptop155{padding-top: 60px; margin-bottom: 100px;}
.titservicos.letra44{font-size: 27px; letter-spacing: 2.7px; margin-left: 25px;}
.wrapservicos{margin-top: 25px;}
.verservicos{position: absolute; top: -50px; right: 25px;}
.verservicos.letra15{font-size: 10px;}
.swiperservicos{box-sizing: border-box; padding-left: 25px;}
.saibanos{position: relative; float: right; clear: none; margin-top: 20px;}
.saibanos.letra15{font-size: 10px;}
.swiperservicos .slide{width: 248px; height: 378px;}
.wrapmedia{margin-left: 25px; width: calc(100% - 50px); margin-bottom: 75px; position: relative; float: left; clear: both;}
.wrapmedia .letra44{font-size: 27px; letter-spacing: 2.7px;}
.wrapmedia .letra27{font-size: 15px;}
.wrapmedia .letra15{font-size: 10px; margin-top: 25px;}
.div450{width: 100%;}
.slidemedia{height: auto;}
.slidemediaimg{width: 100%; height: 200px; padding-bottom: 0px;}
.vercoaching{position: absolute; top: -30px; right: 30px; cursor: pointer; transform: translateX(0%);}
.padd40{padding: 0px 0;}
.mbot148{margin-bottom: 70px;}
.divmediaimg{position: relative; float: left; clear: both;}
.hide1150{display: none !important;}
.show1150{display: block;}
.linhasdestaque{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../imgs/linhas1.png) no-repeat top -210px left -150px / 769px;}
.navbar{justify-content: space-between; padding-left: 35px; padding-right: 30px;}
.menumobile{/*margin-right: 25px;*/ cursor: pointer;}
.wraplang{ margin-left: 8px; }
.wraplang{ position: relative; float: left; height: 100%; display: flex; align-items: center; }
.vercoaching.letra15{font-size: 10px;}
.vercoaching::after{content: ''; position: absolute; bottom: -3px; left: 50%; transform: translateX(-50%); width: calc(100% + 6px); height: 1px; background-color: #8BB8B1; -webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
.barracolapsada{height: 75px; background: #8BB8B1; overflow: hidden;}
.linhascolapsada{position: absolute; left: -50px; top: 0; width: 575px; height: 508px; background: url(../imgs/linhascabeca.png) no-repeat top left / contain;}
.titencomenda.letra40{font-size: 27px; letter-spacing: 2.7px;}
.colunas4par{width: 50%;}
.colunas5{position: relative; float: left; width: 50%; clear: none; margin-bottom: 10px;}
.colunas5area:nth-child(2n+1){box-sizing: border-box; padding-left: 0px; padding-right: 5px; clear: both;}
.colunas5area:nth-child(2n+2){box-sizing: border-box; padding-left: 5px; padding-right: 0px; clear: none;}
.mostraartigo50{margin-bottom: 40px;}
.mostraarea50{margin-bottom: 40px;}
.top55bot30{margin-top: 35px; margin-bottom: 30px;}
.txtnorm.letra18{font-size: 15px;}
.txtnorm.letra19{font-size: 16px;}
.top105{padding-top: 15px;}
.colunas3galeria{width: 50%; clear: none; float:left; margin-bottom: 12px;}
.colunas3galeria:nth-child(2n+1){box-sizing: border-box; padding-left: 0px; padding-right: 6px; clear: both;}
.colunas3galeria:nth-child(2n+2){box-sizing: border-box; padding-left: 6px; padding-right: 0px; clear: none;}
.btncontacto{ height: 32px; text-align: center; display: flex; align-items: center; justify-content: center; color: var(--corpri1); box-sizing: border-box; float: left; width: 100%; background: transparent; border:0; cursor: pointer; border-radius: 21px; }
.btnorcamento{ height: 32px; text-align: center; display: flex; align-items: center; justify-content: center; color: var(--corpri1); box-sizing: border-box; float: left; width: 100%; background: transparent; border:0; cursor: pointer; border-radius: 21px; }
.btncontacto.bold.letra18{ font-weight: 400; font-size: 14px; }
.customcheckboxcor,
.customcheckbox{ -webkit-appearance:none; -moz-appearance:none; appearance:none; display:inline-block; position:relative; width: 12px; min-width: 12px; height: 12px; padding: 0; margin: 0; border: 1px solid #000; box-sizing: content-box; float: left; box-sizing: border-box; }
.customcheckbox{ border: 1px solid #A6BBC8; background: transparent; border-radius: 0%; }
.customcheckbox:checked::after{ content:''; background: var(--corpri2); width: 8px; height: 8px; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); border-radius: 0%; }
.customcheckbox2{ -webkit-appearance:none; -moz-appearance:none; appearance:none; display:inline-block; position:relative; width: 16px; min-width: 16px; height: 16px; padding: 0; margin: 0; border: 1px solid #000; box-sizing: content-box; float: left; box-sizing: border-box; }
.customcheckbox2{ border: 1px solid #55C991; background: rgba(255, 255, 255, 0); border-radius: 100%; }
.customcheckbox2:checked::after{ content:''; background: var(--corpri1); width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); border-radius: 100%; }
.colunas40{box-sizing: border-box; padding-top: 20px;}
.botaoplay{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 58px; height: 58px; background: url(../imgs/play.png) no-repeat center center / contain;}
.slidemedia{width: 100%; padding-bottom: 20px;}
.slidecoaching .slide{width: 320px; height: 385px;}
.colunas5area .letra21{font-size: 18px;}
.titulopag{width: calc(100% - 20px);}
.captionindex{ position: absolute; bottom: 5px; right: 52px; }
.swiperequipa{width: 270px;}
.verequipa{bottom: -22px;}

.marginpe{ float: left; clear: both; position: relative; margin: 0 70px; width: calc(100% - ( 70px * 2)); }
.wrappe2{position: relative; float: right; clear: both;}
.wrappe2 .wrapdivright{float: right;}
.hideflex769{ display:none !important; }
.top68{margin-top: 34px;}
.max880{width: calc(100% - 60px);}
.logo{ width: 80px; height: 72px; }
.bot155{margin-bottom: 100px;}
.navbar .wraplogo{ /*display: block; transform: translate(-50%, 25px); display: block; z-index: 1500; margin-bottom: 0px; left: 50%; position: absolute;*/ }
.wraplogo.collapsed{ /*transform: translate(-50%, 0px);*/ }
.menumobile{/*margin-left: 30px;*/}
.orcamentocabeca{right: 90px;}
.left86{margin-left: 75px;}
.titdestaque{letter-spacing: 0px; color: #fff; position: absolute; width: calc(100% - 120px); right: auto; z-index: 20; text-align: left; left: 35px; bottom: 45px;}
.left86{display: none;}
.orcamentotxt{display: none;}
.maxwidth632{width: calc(100% - 60px); margin-left:0%; margin-right:0%; height:100%; margin:0 auto; position:relative; }
.swiperportfolio{margin-left: 30px; width: calc(100% - 30px);}
.top120{margin-top: 60px;}
.descricaowrap{line-height: 35px;}
.imgmenumobile{display: none;}
.wrapmenumobile{margin-top: 0px; box-sizing: border-box; padding-left: 25px; padding-right: 25px; overflow: auto; top: 50%; transform: translateY(-50%);}
.top14{margin-top: 20px !important;}
.swipergaleria{margin-left: 0px; width: calc(100%);}
.limargin{margin-bottom: 25px; margin-top: 35px;}
.wrapinfo .letra26{font-size: 20px;}
.sodesktop{position: relative; float: left;}
.sodesktopdiv1{position: relative; float: right; clear: none; text-align: right; letter-spacing: 5px;}
.sodesktopdiv2{position:relative; float: left; clear: both; width: 100%; letter-spacing: 2.4px; line-height: 21px; margin-top: 25px; margin-left: 0px;}
.sodesktopdiv1.letra40{font-size: 25px;}
.h260{height: auto !important;}
.wrapfiltrosconte .wrapinput:nth-child(4n+1){clear: none; margin-left: 0; height: 50px; width: 122px;}
.wrapfiltrosconte .wrapinput:nth-child(4n+2){clear: none; margin-left: 10px; height: 50px; width: 122px;}
.wrapfiltrosconte .wrapinput:nth-child(4n+3){clear: both; margin-left: 0px; margin-top: 15px; height: 50px; width: 122px;}
.wrapfiltrosconte .wrapinput:nth-child(4n+4){clear: none; margin-left: 10px; margin-top: 15px; height: 50px; width: 122px;}
.bot70{margin-bottom: 30px;}
.top65{margin-top: 30px;}
.bot130{margin-bottom: 60px;}
.galeriagrelha{padding-bottom: 60px;}
.top60{margin-top: 30px;}
.top70{padding-top: 30px;}
.scrollscroll{position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 140px; height: 90px; border-bottom: 1px solid #A6BBC8; cursor: pointer;}
.imgcontecima{height: calc(100vh - 50px);}
.divdefault.wrapmenumobile{width: calc(100%);}
.wrapmateriais{position: relative; float: left; width: calc(100%); clear: both;}
.wrapmateriais .letra26{font-size: 20px; letter-spacing: 5.8px;}
.margindefaultpe{position: relative; float: left; margin-left: 40px; margin-right: 40px; width: calc(100% - 80px);}
.langmenu,
.lang{ position:relative; float: right; z-index:2000; margin:0; height: 18px;}
.top80{ margin-top: 40px; }
.marginpaginas{position: relative; float: left; margin-left: 0px; margin-right: 0px; width: calc(100%);}
.wrappe1{margin-bottom: 20px;}
.botaoaderir{position: relative; float: left; width: 240px; height: 35px; box-sizing: border-box; border: 1px solid #F9B000; cursor: pointer; margin-bottom: 0px; margin-top: 16px;}
.copyrightpe{clear: both; margin-top: 8px; text-align: left; letter-spacing: 0px; line-height: 1;}
.divmediaindex{box-sizing: border-box; padding-left: 40px; padding-right: 40px; margin-top: 14px;}
.divmedia{height: 98px; background: #e8e8e8; box-sizing: border-box; padding-left: 15px; padding-right: 45px; padding-top: 20px; width: 100%;}
.wrapdivmedia1{position: relative; float: left; clear: both; width: 100%;}
.wrapdivmedia2{width: calc(100%); height: 238px; padding-left: 0px; box-sizing: border-box; position: relative; float: left; clear: none; margin-top: 26px;}
.media16{margin-top: 8px;}
.cruzmedia{position: absolute; right: 14px; bottom: 14px; width: 28px; height: 28px; background: url(../imgs/mais2.png) no-repeat center center / contain;}
.divmarcaspe{margin-top: 55px; position: relative; float: left; width: 100%; clear: both;}
.tilempresa.letra40{font-size: 16px;}
.titulomedia{margin-left: 0px; margin-bottom: 12px;}
.wrapconferencias{box-sizing: border-box; padding-top: 24px; padding-bottom: 28px; padding-left: 40px; padding-right: 40px;}
.bg1conferencias{position: absolute; right: 120px; top: 0; width: 200%; height: calc(100%); background: transparent linear-gradient(59deg, #05101A 0%, #133658 65%, #17426C 100%) 0% 0% no-repeat padding-box; transform: skew(17deg); transform-origin: 100% 0%;}
.bg2conferencias{position: absolute; right: 0; top: 15px; width: 136px; height: calc(100% - 25px); background: transparent linear-gradient(50deg, #213631 0%, #2CB2A2 100%) 0% 0% no-repeat padding-box; transform: skew(17deg); transform-origin: 100% 0%;}
.brancoconferencias{background: #fff; box-sizing: border-box; padding-top: 20px; padding-bottom: 30px; padding-left: 12px; padding-right: 12px;}
.conferenciastit{letter-spacing: 0px; line-height: 20px; margin-top: 15px;}
.cruzconferencias{position: absolute; bottom: 10px; right: 10px; width: 28px; height: 28px; background: url(../imgs/mais2.png) no-repeat center center / contain;}
.h243{height: 192px;}
.conferenciasbtn{position: relative; float: left; left: 50%; transform: translateX(-50%); width: 240px; height: 37px; box-sizing: border-box; border: 1px solid #F9B000; margin-top: 25px; }
.swiperconferencias-prev{position: absolute; left: -34px; top: 50%; transform: translateY(-50%); width: 24px; height: 31px; background: url(../imgs/seta2esq.png) no-repeat center center / contain;}
.swiperconferencias-next{position: absolute; right: -34px; top: 50%; transform: translateY(-50%); width: 24px; height: 31px; background: url(../imgs/seta2dir.png) no-repeat center center / contain;}
.tituloconferencias{margin-left: 0px;}
.principalatividades{box-sizing: border-box; padding-left: 40px; padding-right: 40px; padding-bottom: 34px;}
.atividade{margin-bottom: 12px;}
.atividade:last-child{margin-bottom: 0;}
.atividade .letra26{font-size: 12px;}
.atividade{ height: 92px;}
.downloadatividade{width: 18px; height: 27px; background: url(../imgs/download1.png) no-repeat center center / contain;}
.atividade:hover .downloadatividade{width: 18px; height: 27px; background: url(../imgs/download2.png) no-repeat center center / contain;}
.bgatividade{position: relative; float: left; width: 100%; height: 100%; background: #e8e8e8; box-sizing: border-box; padding-left: 15px; padding-right: 25px; padding-top: 10px;}
.top20{margin-top: 10px;}
.consultadiv.letra30{font-size: 12px; margin-top: 15px;}
.w550{margin-left: 0px; width: 220px;}
.veratividades{position: absolute; top: 5px; right: 38px;}
.veratividades.letra13{font-size: 10px;}
.wrapassociados{background: #e8e8e8; box-sizing: border-box; padding-top: 32px; padding-bottom: 35px; padding-left: 32px; z-index: 99; margin-bottom: 0px; padding-right: 40px;}
.botaoaderircontrario{position: relative; float: left; width: 100%; height: 34px; box-sizing: border-box; border: 1px solid #FFF; cursor: pointer; margin-bottom: 0px; clear: both;}
.colunas3associados{width: 33.33%; float: left;}
.colunas3associados:nth-child(3n+1){box-sizing: border-box; padding-left: 0px; padding-right: 6px; clear: both; margin-bottom: 9px;}
.colunas3associados:nth-child(3n+2){box-sizing: border-box; padding-left: 3px; padding-right: 3px; clear: none; margin-bottom: 9px;}
.colunas3associados:nth-child(3n+3){box-sizing: border-box; padding-left: 6px; padding-right: 0px; clear: none; margin-bottom: 9px;}
.div52{width: 100%; clear: both; margin-top: 25px;}
.verassociados{position: absolute; top: 35px; right: 40px;}
.wrap10anos{padding-top: 35px; padding-bottom: 0px; box-sizing: border-box; padding-left: 0px;}
.foto10anos{position: absolute; float: right; width: calc(100% - 70px); background: #000; right: 0; top: 0;}
.img10anos{width: 188px; height: 60px; background: url(../imgs/logo10anos.png) no-repeat center center / contain;}
.textodiv10anos{width: calc(100% - 70px); box-sizing: border-box; padding-left: 25px; padding-right: 20px; padding-top: 30px; padding-bottom: 40px; background: #fff; margin-top: 30px;  transform: translateX(-100%);}
.tit10anos.letra18{margin-top: 35px; letter-spacing: 0.12px; clear: both; font-size: 12px; margin-left: 10px; width: calc(100% - 10px);}
.texto10anos.letra16{letter-spacing: 0.12px; clear: both; margin-top: 0px; line-height: 17px; font-size: 12px; margin-left: 10px; width: calc(100% - 10px);}
.cruzsucesso{position: absolute; bottom: 52px; right: 22px; width: 34px; height: 34px; background: url(../imgs/mais2.png) no-repeat center center / contain;}
.imgempresa{overflow: hidden; width: 100%; position: relative; float: left; clear: none; top: auto; left: auto;}
.cruzempresa{position: absolute; bottom: 26px; right: 23px; width: 34px; height: 34px; background: url(../imgs/mais1.png) no-repeat center center / contain;}
.menumobile{display: block;}
.lang{ display:none; align-items:center; /*height: 100%;*/ }
.wraplogin{ display: none; align-items: flex-end; }
.navbar{ flex-wrap: nowrap; }
.lang{ display:flex; align-items:center; /*height: 100%;*/ }
.langdesktop{display: none;}
.topbarramenu{margin-top: 75px;}
.retanguloartigo{position: absolute; right: 0; bottom: 0; width: calc(100% - 20px); height: 120px; background: #e8e8e8; box-sizing: border-box; padding-left: 20px; padding-right: 20px; padding-top: 15px;}
.maisartigo{position: absolute; right: 10px; bottom: 10px; width: 24px; height: 24px; background: url(../imgs/mais2.png) no-repeat center center / contain; }
.colunas2area{margin-bottom: 28px}
.facelinks{ position:absolute; z-index:200; pointer-events:all; clear: none; right: -10px; top: 50%; transform: translateY(-50%); width: 20px; margin-top: 0px;}
.retanguloartigo .letra18{font-size: 12px; line-height: 18px;}
.div50percent{position: relative; float: left; width: 100%; clear: none;}
.div120{position: relative; float: left; clear: both; margin-left: 25px; margin-right: 25px; width: calc(100% - 50px);}
.div50percent:first-child{margin-bottom: 20px;}
.verassociados.letra13{font-size: 10px;}
.icongrande{position: absolute; top: 50%; transform: translateY(-50%); right: -200px; height: 200%;}
.barramenu{background: url(../imgs/menu.png) repeat-x center center / 1280px;}
.hide769flex{display: none !important;}
.mobiletextura.flex{display: block;}
.copyrightpe{text-align: right;}
.copyrightpe.letra10{font-size: 8px;}
.hide481{display: none;}
.show481{display: block;}
.logocopy2{ position: absolute; top:0px; left: 0; transform: translateY(-5px); width: 40px; height: 16px; margin-top: 0px; }
.divpremios{box-sizing: border-box; padding-left: 10px; padding-right: 10px;}
.titpremios{padding-left: 25px; box-sizing: border-box;}
.titpremios::before{content: ''; position: absolute; left: 28px; top: -45px; width: 89px; height: 35px; background: url(../imgs/bolinhas.png) no-repeat center center / contain;}
.divconcursos{margin-bottom: 130px; box-sizing: border-box; padding-left: 35px; padding-right: 35px;}
.swiperconcursos .letra50{font-size: 41px;}
.swiperconcursos .letra20{font-size: 20px;}
.imgconcursos{position: relative; float: left; width: 100%; margin-top: 40px;}
.concursostxt{clear: both; width: 100%; margin-top: 25px; height: 175px;}
.w320{width: 250px;}
.saberconcurso{width: 100%; height: 40px; background: transparent linear-gradient(93deg, #55C991 0%, #C7DD0F 100%) 0% 0% no-repeat padding-box; border-radius: 20px; margin-top: 0px;}
.concursostit{margin-top: 70px;}
.swiperconcursos-prev{position: absolute; left: 35px; bottom: auto; transform: rotate(180deg); top: 410px; width: 38px; height: 38px; border-radius: 100%; background: url(../imgs/seta.png) no-repeat center center / contain; clear: both; margin-top: 0px; z-index: 99;}
.swiperconcursos-next{position: absolute; right: 35px; bottom: auto; top: 410px; width: 38px; height: 38px; border-radius: 100%; background: url(../imgs/seta.png) no-repeat center center / contain; clear: both; margin-top: 0px; z-index: 99;}
.foguetao1{display: none;}
.foguetao2{display: none;}
.foguetao3{display: none;}
.divinscreve{box-sizing: border-box; padding-right: 35px; padding-left: 35px; margin-bottom: 135px;}
.titinscreve{width: 100%; height: 300px;}
.botaoinscrevete{position: relative; float: left; width: 255px; height: 40px; border-radius: 20px; background: transparent linear-gradient(93deg, #55C991 0%, #C7DD0F 100%) 0% 0% no-repeat padding-box; display: flex; justify-content: center; align-items: center; cursor: pointer; margin-top: 20px; clear: both;}
.botaocontacto{position: relative; float: left; width: 255px; height: 40px; border-radius: 20px; background: transparent linear-gradient(93deg, #55C991 0%, #C7DD0F 100%) 0% 0% no-repeat padding-box; display: flex; justify-content: center; align-items: center; cursor: pointer; margin-top: 20px; clear: both;}
.txtempresaindex{position: relative; float: left; width: calc(100%); clear: both; margin-top: 80px;}
.wrapsobrenos{margin-top: 45px; box-sizing: border-box; padding-left: 36px; padding-right: 36px;}
.opiniaodiv{position: relative; width: 100%; height: 573px; max-height: 75vh; }
.opiniaotext{left: 50%; top: 50%; transform: translate(-50%, -50%); width: 246px;}
.h400{height: 400px; }
.titdestaque .letra90{font-size: 45px; line-height: 50px; text-indent: 0px;}
.titdestaque.letra90{font-size: 45px; line-height: 50px; text-indent: 0px;}
.dataindex{margin-top: 10px;}
.div475{position: relative; float: right; width: 100%; padding-left: 35px; padding-right: 35px; box-sizing: border-box; margin-right: 0px; margin-top: 80px;}
.textopag .letra40{font-size: 30px; max-width: 250px;}
.mbottom280{margin-bottom: 0px;}
.wrappropostas{box-sizing: border-box; padding-left: 0px;}
.titpropostas{margin-left: 35px;}
.divpropostas{position: relative; float: right; width: calc(100%); height: 460px; clear: both; margin-top: 30px;}
.titpropostas.letra40{font-size: 40px;}
.swiperpremiosconte-prev{position: absolute; top: 50%; transform: translateY(-50%); left: 12px; width: 10px; height: 20px; background: url(../imgs/setaesqbrancas.png) no-repeat center center / contain; cursor: pointer; z-index: 99;}
.swiperpremiosconte-next{position: absolute; top: 50%; transform: translateY(-50%); right: 12px; width: 10px; height: 20px; background: url(../imgs/setadirbrancas.png) no-repeat center center / contain; cursor: pointer; z-index: 99;}
.swiperpremios-prev{position: absolute; top: 50%; transform: translateY(-50%); left: 12px; width: 10px; height: 20px; background: url(../imgs/setaesqbrancas.png) no-repeat center center / contain; cursor: pointer; z-index: 99;}
.swiperpremios-next{position: absolute; top: 50%; transform: translateY(-50%); right: 12px; width: 10px; height: 20px; background: url(../imgs/setadirbrancas.png) no-repeat center center / contain; cursor: pointer; z-index: 99;}
.foguetao5{display: block;}
.titdestaque .letra20{text-indent: 0px;}
.animacaodesktop{display: none;}
.animacaomobile{display: block;}
.divhiddendesktop{display: none;}
.divhiddenmobile{display: block;}
.mleft125{margin-left: 35px; margin-top: 0px; margin-bottom: 20px; width: calc(100% - 70px); position: relative; float: left;}
/**********************************   FIM MOBILE   **********************************/


@media only screen and (min-width:481px){.gridContainer{ width:100%; padding-left:0; padding-right:0;}
	.imgconcursos{position: relative; float: left; width: 320px; margin-top: 40px;}
	.show481{display: none;}
	.hide481{display: block;}
	.orcamentotxt{display: block;}
	.left86{display: block;}
	.linhasdestaque{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../imgs/linhas1.png) no-repeat top -210px left -150px / 769px;}
	.btnverprod{ width: 100%; }
	.wrapcestopequeno{ width: 100%; border-bottom-right-radius: 5px; border-top-right-radius: 5px; margin-left: 0; }
	.margincarrinhopequeno{ margin-left: 35px; margin-right: 35px; width: calc(100% - 70px); float: left; clear: both; position: relative; }
	.marginloja3{ position: relative; float: left; margin-right: 80px; margin-left: 80px; width: calc(100% - 160px); }
	.marginloja2{ position: relative; float: left; margin-right: 50px; margin-left: 50px; width: calc(100% - 100px); }
	.marginloja{ position: relative; float: left; margin-right: 80px; margin-left: 80px; width: calc(100% - 160px); }
	#menu{ clear:both; float:left; margin-left:0; width:100%; display:none; }


	/*** COLUNAS ***/

	.colunas40, .colunas60,	.colunas30,	.colunas70,	.colunas3s, .colunas2s, .colunas2cart,
	.colunas2{ clear:both; width:100%; }

	.colunas4par,
	.colunas4,
	.colunas3{ clear:none; width:50%; }

	.colunas4area:nth-child(2n+1){box-sizing: border-box; padding-left: 0px; padding-right: 12px; clear: both;}
	.colunas4area:nth-child(2n+2){box-sizing: border-box; padding-left: 12px; padding-right: 0px; clear: none;}

	.colunas4padd:nth-child(2n+1), .colunas3padd:nth-child(2n+1){padding-left: 0; padding-right: calc(var(--margincolunas) / 2); clear: both; }
	.colunas4padd:nth-child(2n+2), .colunas3padd:nth-child(2n+2){padding-left: calc(var(--margincolunas) / 2); padding-right: 0px; clear: none; }

	.colunas3.colunas3paddpe{ margin-bottom: 20px; }
	.colunas3paddpe:nth-child(2n+1){ padding-left: 0; padding-right: calc(var(--margincolunas)); clear: both; }
	.colunas3paddpe:nth-child(2n+2){ padding-left: calc(var(--margincolunas)); padding-right: 0px; clear: none; }
	.colunas3altpass{ padding:0 10px; box-sizing:border-box; }
	.colunas3altpass:nth-child(2n + 1){ clear:none; padding-left:0; }
	.colunas3altpass:nth-child(2n + 2){ clear:none; padding-right:0; }
	.colunas3menu{ padding:0 5px; box-sizing:border-box; }
	.colunas3menu:nth-child(2n + 1){ clear:none; padding-left:0; }
	.colunas3menu:nth-child(2n + 2){ clear:none; padding-right:0; }
	.colunas3menu:nth-child(2n + 3){ display: none; }

	.colunas65{ clear:none; width:65%; }
	.colunas35{ clear:none; width:35%; }

	.width80{ width: calc(100% - 40px); }

	.imgprod{ clear: none; float: left; width: 47%; display: block; position: relative; }
	#abreprocura{ width:10px; margin-top:0; padding-left:10px; margin-left:-5px; }
	.linkstoponorm{ display:none; }
	.linkstopomob{ display:block; }
	.facelinksmob{ margin-top:0;padding-bottom:0;}
	.widthtxtindex{ width:100%; }

	.interhide{display:none;}
	.hidemob{display:block;}
	.showmob{display:none;}
	.showinter{display:block;}
	.hideinter{display:none;}

	.margleft40{margin-left:20px;}
	.margright40{margin-right:20px;}
	.margtop48, .margtop40{margin-top:20px;}
	.margbottom40{margin-bottom:20px;}
	.margtop160{margin-top:60px;}
	.margtop130{margin-top:60px;}
	.paddtop40{padding-top:20px;}
	.paddright40{padding-right:20px;}
	.paddleft40{padding-left:20px;}
	.paddright100{padding-right:60px;}
	.paddleft100{padding-left:60px;}
	.paddleft30{padding-left:25px;}
	.paddpemenu{padding:0 25px 25px;}
	.paddbottom40{padding-bottom:20px;}
	.padding50{padding:20px;}
	.paddingtop140{padding-top:140px; }
	.paddingtop100{padding-top:100px; }
	.paddingtop88{padding-top:88px; }
	.paddbottom120{padding-bottom:120px; }
	.padding5060{padding:25px 30px;box-sizing:border-box; }
	.paddbtnscart{padding:0 50px;box-sizing:border-box; }

	.height200{ height:200px; }
	.heightmin260{min-height:260px;}
	.width-20{width:calc(100% - 0px);}
	.width2-80{width:calc(100% - 0px);}
	.width-120{width:calc(100% - 40px);}
	.width2-120{width:calc(100% - 0px);}
	.width-200{width:calc(100% - 80px);}
	.tablelojaonline{min-height:320px;margin:0 auto;float:none; }
	.onfamtit{font-size:15px;letter-spacing:9px; }
	.onfamtit td{padding:3px;}
	.height363{height:363px;}
	.titmob{padding-top:0;line-height:45px;}
	.whcarrinho{height:calc(100% - 40px);width:calc(100% - 40px);top:60px;left:20px; }
	.paddlr100{padding-left:100px;padding-right:100px; }
	.paddtb80{padding-top:80px;padding-bottom:80px; }
	.tamimg{height:var(--heightimgproduto); }
	.tamimg3{ width: 100px; height:100px;}
	.marginbottompe{margin-bottom:70px;}
	.marginbottom20{margin-bottom:20px;}
	.paddingr10{padding-right:0px;box-sizing:border-box; }
	.paddingl10{padding-left:0px;box-sizing:border-box; }
	.btncatalogo{height:54px; line-height:54px; margin-left:34px; margin-right:20px; font-size:17px; }



	.abrelogin{ width: 100%; padding:0px;height:40px; }
	.destaqueoverlay{ left: -1859px; }
	.marginleft25{ box-sizing:border-box;padding-left:0px; }
	.marginright25{box-sizing:border-box;padding-right:0px; }
	.margintopclient{ margin-top: 120px; }
	.menulojatit{ padding-left: 25px; padding-right: 25px; }
	.width48padd{ padding:0 48px; }
	.txthover{padding:0 30px;}
	.paddingtits{padding-left:20px;box-sizing:border-box; }
	.linhafaca{width:80%;max-width:750px;margin:0 auto; margin-top:100px;position:absolute;display:block;z-index:100;height:100%;left:0;right:0; }
	.heightimgconte{ height: 400px; margin-bottom:10px; }
	.buindex.letra13{ font-size: 12px; }
	.paddingsepindex{ margin: 0 10px; }

	.cartinfo.letra10{font-size: 10px;}

	.destaqueoverlaype{ -ms-transform:rotate(50deg); -webkit-transform:rotate(50deg);transform:rotate(50deg);background:rgba(89,89,89,0.45);position:absolute;width:900px;height:600px; left: -602px; z-index: 100; transform-origin: 50%; }
	.titpagdest2,
	.titpaginadest{ width: calc(100% + 48px); bottom: auto; position: relative; }
	.titpagdest2{ top: auto; }
	.paddtitmargin{ margin-top: 40px; }
	.letrabucoddesconto{ font-size: 10px; }
	.marginrelacionados{ margin-top: 60px; margin-bottom: 0px; }
	.lixocarrinho{margin-right: 20px; }
	.letratotalpagam{font-size: 15px; }
	.txtbucomprar.letra14{ font-size: 14px; }
	.destaqueoverlayfam{left: -345px; }
	.paddingcarrinho{ box-sizing: border-box; padding-left: 25px; padding-right: 25px; }

	.marginajuda{ margin-top: 0px; }
	.wrapfiltrostit{ display: none; }

	.separador{ right: 15%; display: block; }
	.paddingcol{ padding-right: 10%; box-sizing: border-box; }

	.carrinhoimg{ width:80px; height:80px; }

	.precocomprar{ display: flex; flex-direction: column; }

	.inputprocespecial{ flex-grow: 0; }
	.titnoticias.letra62{ font-size: 50px; }
	.qtdcarrinho{ position: absolute; left: 30px; bottom: 4px; width: 100%; }
}

@media only screen and (min-width:900px){
	.interhide{ display:block; }
	.widthtxtindex{ width:60%; }
}

@media only screen and (min-width:600px){
	.colunaspepe::before{content: ''; width: 2px; height: 172px; background: rgba(255, 255, 255, 0.2); position: absolute; left: 0; top: 0; }
	.iconfacebook, .iconinsta, .iconapp{ bottom: 0; right: -50px; position: absolute; }
	.iconinsta{ bottom: -50px; }
	.iconfacebook{ bottom: -105px; }
	.iconapp{ bottom: -160px; }
	.show600{ display: block; }
	.hide600{ display: none; }
	.prod-prev{position: relative; float: left; width: 50%; clear: none; }
	.prod-next{position: relative; float: right; width: 50%; clear: none; }
	.precocomprar{ display: flex; flex-direction: row; }
}

@media only screen and (min-width:769px){
    .mleft125{margin-left: 125px; margin-top: 12px; margin-bottom: 0; width: calc(100% - 835px);}
    .divhiddendesktop{display: block;}
    .divhiddenmobile{display: none;}
    .animacaodesktop{display: block;}
    .animacaomobile{display: none;}
    .titdestaque .letra20{text-indent: 5px;}
	.foguetao5{display: none;}
	.swiperpremios-prev{position: absolute; top: 50%; transform: translateY(-50%); left: 12px; width: 10px; height: 20px; background: url(../imgs/setaesqbrancas.png) no-repeat center center / contain; cursor: pointer; z-index: 99;}
	.swiperpremios-next{position: absolute; top: 50%; transform: translateY(-50%); right: 12px; width: 10px; height: 20px; background: url(../imgs/setadirbrancas.png) no-repeat center center / contain; cursor: pointer; z-index: 99;}
	.divopiniao{margin-bottom: 120px;}
	.swiperpremiosconte-prev{position: absolute; top: 50%; transform: translateY(-50%); left: 22px; width: 10px; height: 20px; background: url(../imgs/setaesqbrancas.png) no-repeat center center / contain; cursor: pointer; z-index: 99;}
	.swiperpremiosconte-next{position: absolute; top: 50%; transform: translateY(-50%); right: 22px; width: 10px; height: 20px; background: url(../imgs/setadirbrancas.png) no-repeat center center / contain; cursor: pointer; z-index: 99;}
	.titpropostas.letra40{font-size: 40px;}
	.wrappropostas{display: flex; align-items: center; justify-content: space-between;}
	.divpropostas{position: relative; float: right; width: calc(100% - 300px); height: 460px; clear: none; margin-top: 0;}
	.titpropostas{margin-left: 0;}
	.wrappropostas{box-sizing: border-box; padding-left: 110px; height: 460px;}
	.mbottom280{margin-bottom: 280px;}
	.textopag .letra40{font-size: 40px; max-width: 350px;}
	.div475{position: relative; float: right; width: 475px; margin-right: 125px; padding-right: 0; padding-left: 0; margin-top: 0;}
	.imgempresa{overflow: hidden; width: 42.5%; max-width: 438px; position: relative; float: left; clear: none; top: auto; left: auto;}
	.dataindex{margin-top: 15px;}
	.titdestaque .letra90{font-size: 90px; line-height: 70px; text-indent: -5px;}
	.titdestaque.letra90{font-size: 90px; line-height: 70px; text-indent: -5px;}
	.h400{height: 400px;}
	.opiniaotext{left: 50%; top: 50%; transform: translate(-50%, -50%); width: 415px;}
	.opiniaodiv{position: relative; width: 640px; height: 573px;}
	.wrapsobrenos{margin-top: 125px; box-sizing: border-box; padding-left: 110px; padding-right: 140px;}
	.txtempresaindex{position: relative; float: left; width: calc(57.5% - 80px); clear: none; margin-left: 80px; margin-top: 0;}
	.botaocontacto{position: relative; float: left; width: 255px; height: 40px; border-radius: 20px; background: transparent linear-gradient(93deg, #55C991 0%, #C7DD0F 100%) 0% 0% no-repeat padding-box; display: flex; justify-content: center; align-items: center; cursor: pointer; margin-top: 0; clear: none; margin-left: 10px;}
	.botaoinscrevete{position: relative; float: left; width: 255px; height: 40px; border-radius: 20px; background: transparent linear-gradient(93deg, #55C991 0%, #C7DD0F 100%) 0% 0% no-repeat padding-box; display: flex; justify-content: center; align-items: center; cursor: pointer; margin-top: 0; clear: none; margin-left: 10px;}
	.titinscreve{width: 550px; height: 300px;}
	.divinscreve{box-sizing: border-box; padding-right: 100px; padding-left: 0; margin-bottom: 135px;}
	.swiperconcursos-prev{position: absolute; left: 110px; bottom: -50px; transform: rotate(180deg); top: auto; width: 38px; height: 38px; border-radius: 100%; background: url(../imgs/seta.png) no-repeat center center / contain; clear: both; margin-top: 10px; z-index: 99;}
	.swiperconcursos-next{position: absolute; right: 130px; bottom: -50px; top: auto; width: 38px; height: 38px; border-radius: 100%; background: url(../imgs/seta.png) no-repeat center center / contain; clear: both; margin-top: 10px; z-index: 99;}
	.concursostit{margin-top: 30px;}
	.saberconcurso{width: 255px; height: 40px; background: transparent linear-gradient(93deg, #55C991 0%, #C7DD0F 100%) 0% 0% no-repeat padding-box; border-radius: 20px; margin-top: 75px;}
	.w320{width: 320px;}
	.concursostxt{clear: both; width: 475px; margin-top: 25px; height: 90px;}
	.swiperconcursos .letra50{font-size: 50px;}
	.swiperconcursos .letra20{font-size: 20px;}
	.divconcursos{margin-bottom: 130px; box-sizing: border-box; padding-left: 110px; padding-right: 130px;}
	.titpremios::before{content: ''; position: absolute; left: 0; top: -45px; width: 89px; height: 35px; background: url(../imgs/bolinhas.png) no-repeat center center / contain;}
	.titpremios{padding-left: 0;}
	.divpremios{box-sizing: border-box; padding-left: 115px; padding-right: 0;}
	.logocopy2{ position: absolute; top:0px; left: 0; transform: translateY(-3px); }
	.copyrightpe.letra10{font-size: 10px;}
	.copyrightpe{text-align: left;}
	.mobiletextura.flex{display: flex;}
	.menumobile{display: none;}
	.icongrande{position: absolute; top: 50%; transform: translateY(-50%); right: -200px; height: 200%;}
	.closecookie{ width: 26px; height: 26px; position: absolute; top: 25px; right: 15px; border: 1px solid #4B3C31 !important;}
	#bkcookie{line-height: 18px;margin-bottom: 0;right: 95px;overflow: visible;z-index: 99999;position: fixed;bottom: 0;background: rgba(255, 255, 255, 0.8);color: #4B3C31;text-align: right; padding: 20px 30px 20px 20px;	width: 500px; display: none; }
	.verassociados.letra13{font-size: 13px;}
	.div50percent:first-child{margin-bottom: 0;}
	.div120{position: relative; float: left; clear: both; margin-left: 120px; margin-right: 0; width: calc(100% - 120px);}
	.div50percent{position: relative; float: left; width: 50%; clear: none;}
	.retanguloartigo .letra18{font-size: 18px; line-height: 22px;}
	.facelinks{ position:absolute; z-index:200; pointer-events:all; clear: none; right: 60px; top: 50%; transform: translateY(-50%); width: 20px; margin-top: 0px;}
	.maisartigo{position: absolute; right: 22px; bottom: 12px; width: 34px; height: 34px; background: url(../imgs/mais2.png) no-repeat center center / contain; }
	.retanguloartigo{position: absolute; right: 0; bottom: 0; width: 338px; height: 138px; background: #e8e8e8; box-sizing: border-box; padding-left: 36px; padding-right: 20px; padding-top: 25px;}
	.colunas2area:hover .retanguloartigo{height: 100%;}
	.topbarramenu{margin-top: 120px;}
	.marginpaginas{/*position: relative; float: left; margin-left: 40px; margin-right: 40px; width: calc(100% - 80px);*/}
	.barramenu.collapsed .procura.mobile{ display: none; }
	.btneffect .infobtn2 span{ opacity: 0; display: inline-block; }
	.langdesktop{display: block;}
	.wraplogin{ display: flex; align-items: flex-end; }
	.navbar{justify-content: space-between; box-sizing: border-box; padding-left: 110px; padding-right: 115px;}
	.favclick .iconfav, .iconcart, .iconlogin, .iconprocura{ width: 21px; height: 25px; }
	.cruzempresa{position: absolute; bottom: 40px; right: 60px; width: 34px; height: 34px; background: url(../imgs/mais1.png) no-repeat center center / contain;}
	.imgempresa{position: relative; float: left; clear: none; top: auto; left: auto;}
	.cruzsucesso{position: absolute; bottom: -50px; right: 0; width: 34px; height: 34px; background: url(../imgs/mais2.png) no-repeat center center / contain;}
	.texto10anos.letra16{letter-spacing: 0.16px; clear: both; margin-top: 5px; line-height: 25px; font-size: 16px; margin-left: 0px; width: calc(100% - 0px);}
	.tit10anos.letra18{margin-top: 40px; letter-spacing: 0.18px; clear: both; font-size: 18px; margin-left: 0px; width: calc(100% - 0px);}
	.textodiv10anos{width: 41.38%; box-sizing: border-box; padding: 0; transform: translateX(0%);}
	.img10anos{width: 305px; height: 96px; background: url(../imgs/logo10anos.png) no-repeat center center / contain;}
	.foto10anos{position: relative; float: right; width: 52.42%; background: #000; top: auto; right: auto; margin-top: 0px;}
	.wrap10anos{padding-top: 90px; padding-bottom: 52px; box-sizing: border-box; padding-left: 120px;}
	.verassociados{position: absolute; top: 35px; right: 120px;}
	.div52{width: 52.81%; clear: both; margin-top: 40px;}
	.botaoaderircontrario{position: relative; float: left; width: 185px; height: 34px; box-sizing: border-box; border: 1px solid #FFF; cursor: pointer; margin-bottom: 0px; clear: both;}
	.wrapassociados{background: #e8e8e8; box-sizing: border-box; padding-top: 65px; padding-bottom: 75px; padding-left: 125px; z-index: 99; margin-bottom: 75px;  padding-right: 0;}
	.veratividades.letra13{font-size: 13px;}
	.veratividades{position: absolute; top: 160px; right: 120px;}
	.w550{margin-left: 10px; width: 550px;}
	.consultadiv.letra30{font-size: 30px; margin-top: 0;}
	.top20{margin-top: 20px;}
	.bgatividade{position: relative; float: left; width: 100%; height: 100%; background: #e8e8e8; box-sizing: border-box; padding-left: 30px; padding-right: 45px; padding-top: 20px;}
	.downloadatividade{width: 37px; height: 56px; background: url(../imgs/download1.png) no-repeat center center / contain;}
	.atividade:hover .downloadatividade{width: 37px; height: 56px; background: url(../imgs/download2.png) no-repeat center center / contain;}
	.atividade{ height: 192px;}
	.atividade .letra26{font-size: 26px;}
	.atividade{margin-bottom: 12px; margin-bottom: var(--margincolunas);}
	.principalatividades{box-sizing: border-box; padding-left: 120px; padding-right: 120px; padding-bottom: 78px;}
	.tituloconferencias{margin-left: 10px;}
	.swiperconferencias-prev{position: absolute; left: -66px; top: 50%; transform: translateY(-50%); width: 24px; height: 31px; background: url(../imgs/seta2esq.png) no-repeat center center / contain;}
	.swiperconferencias-next{position: absolute; right: -66px; top: 50%; transform: translateY(-50%); width: 24px; height: 31px; background: url(../imgs/seta2dir.png) no-repeat center center / contain;}
	.conferenciasbtn{position: relative; float: left; left: 50%; transform: translateX(-50%); width: 240px; height: 37px; box-sizing: border-box; border: 1px solid #F9B000; margin-top: 38px; }
	.h243{height: 243px;}
	.cruzconferencias{position: absolute; bottom: 25px; right: 22px; width: 34px; height: 34px; background: url(../imgs/mais2.png) no-repeat center center / contain;}
	.conferenciastit{letter-spacing: 0px; line-height: 20px; margin-top: 20px;}
	.brancoconferencias{background: #fff; box-sizing: border-box; padding-top: 20px; padding-bottom: 60px; padding-left: 30px; padding-right: 30px;}
	.bg1conferencias{position: absolute; right: 142px; top: 0; width: 200%; height: calc(100% - 25px); background: transparent linear-gradient(59deg, #05101A 0%, #133658 65%, #17426C 100%) 0% 0% no-repeat padding-box; transform: skew(17deg); transform-origin: 100% 0%;}
	.bg2conferencias{position: absolute; right: 0; top: 25px; width: 285px; height: calc(100% - 25px); background: transparent linear-gradient(50deg, #213631 0%, #2CB2A2 100%) 0% 0% no-repeat padding-box; transform: skew(17deg); transform-origin: 100% 0%;}
	.wrapconferencias{box-sizing: border-box; padding-top: 40px; padding-bottom: 50px; padding-left: 120px; padding-right: 120px;}
	.titulomedia{margin-left: 10px; margin-bottom: 25px;}
	.tilempresa.letra40{font-size: 40px;}
	.divmarcaspe{margin-top: 90px; position: relative; float: left; width: 100%; clear: both;}
	.cruzmedia{position: absolute; right: 14px; bottom: 14px; width: 34px; height: 34px; background: url(../imgs/mais2.png) no-repeat center center / contain;}
	.wrapdivmedia1{position: relative; float: left; clear: both; width: 338px;}
	.wrapdivmedia2{width: calc(100% - 338px); height: 292px; padding-left: 30px; box-sizing: border-box; position: relative; float: left; clear: none; margin-top: 0;}
	.divmedia{height: 138px; background: #e8e8e8; box-sizing: border-box; padding-left: 15px; padding-right: 80px; padding-top: 25px; width: 338px; margin-top: 0;}
	.divmediaindex{box-sizing: border-box; padding-left: 120px; padding-right: 120px; margin-top: 60px;}
	.media16{margin-top: 16px;}
	.copyrightpe{clear: both; margin-top: 14px; text-align: right; letter-spacing: 0px; line-height: 1;}
	.botaoaderir{position: relative; float: right; width: 185px; height: 34px; box-sizing: border-box; border: 1px solid #F9B000; cursor: pointer; margin-bottom: 40px; margin-top: 0px;}
	.wrappe1{margin-bottom: 0;}
	.margindefaultpe{position: relative; float: left; margin-left: 110px; margin-right: 110px; width: calc(100% - 220px);}
	.top80{margin-top: 80px;}
	.atividade:nth-child(2n+1){position: relative; float: left; box-sizing: border-box; padding-left: 0; padding-right: 16px; clear: both;}
	.atividade:nth-child(2n+2){position: relative; float: left; box-sizing: border-box; padding-left: 16px; padding-right: 0px; clear: none; margin-bottom: 0;}
	.wrapmateriais .letra26{font-size: 26px; letter-spacing: 7.8px;}
	.imgcontecima{height: calc(100%);}
	.scrollscroll{position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 140px; height: 105px; border-bottom: 1px solid #A6BBC8; cursor: pointer;}
	.top60{margin-top: 60px;}
	.top70{padding-top: 70px;}
	.galeriagrelha{padding-bottom: 105px;}
	.bot130{margin-bottom: 130px;}
	.top65{margin-top: 65px;}
	.bot70{margin-bottom: 70px;}
	.wrapfiltrosconte .wrapinput:nth-child(4n+1){clear: none; margin-left: 0; width: 140px;}
	.wrapfiltrosconte .wrapinput:nth-child(4n+2){clear: none; margin-left: 30px; width: 140px;}
	.wrapfiltrosconte .wrapinput:nth-child(4n+3){clear: none; margin-left: 30px; margin-top: 0px; width: 140px;}
	.wrapfiltrosconte .wrapinput:nth-child(4n+4){clear: none; margin-left: 30px; margin-top: 0px; width: 140px;}
	.h260{height: 260px !important;}
	.colunas2:hover .wrapinfo{background: #333F48;}
	.colunas2:hover .letra26.corpri1{color: #fff;}
	.sodesktopdiv1.letra40{font-size: 40px;}
	.sodesktopdiv1{position: relative; float: left; clear: none; text-align: right; letter-spacing: 12px;}
	.sodesktopdiv2{position:relative; float:left; clear: none; width: 422px; letter-spacing: 2.4px; line-height: 21px; margin-top: 10px; margin-left: 20px;}
	.sodesktop{position: relative; float: left; left: 50%; transform: translateX(-50%);}
	.wrapinfo .letra26{font-size: 26px;}
	.limargin{margin-bottom: 10px; margin-top: 45px;}
	.marginbottominput{ margin-bottom: var(--margincolunas); }
	.swipergaleria{margin-left: 70px; width: calc(100% - 70px);}
	.top14{margin-top: 14px !important;}
	.wrapmenumobile{margin-top: 175px; box-sizing: border-box; padding-left: 105px;}
	.descricaowrap{line-height: 50px;}
	.top120{margin-top: 120px;}
	.swiperportfolio{margin-left: 70px; width: calc(100% - 70px);}
	.maxwidth632{width:100%; max-width:632px; margin-left:0%; margin-right:0%; height:100%; margin:0 auto; position:relative; }
	.wraplang{ margin-left: 8px; }
	.left86{margin-left: 86px;}
	.orcamentocabeca{right: 152px;}
	.menumobile{/*margin-left: 70px;*/}
	.max880{width: calc(100% - 140px);}
	.top68{margin-top: 68px;}
	.verequipa{bottom: -35px;}
	.swiperequipa{width: 592px;}
	.captionindex{ position: absolute; bottom: 27px; right: 135px; }
	.titulopag{width: calc(100% - 100px);}
	.colunas5area .letra21{font-size: 23px;}
	.linhasdestaque{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../imgs/linhas1.png) no-repeat top -330px left -240px / 1280px;}
	.slidecoaching .slide{width: 674px; height: 385px;}
	.botaoplay{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 87px; height: 87px; background: url(../imgs/play.png) no-repeat center center / contain;}
	.colunas40{box-sizing: border-box; padding-top: 0px;}
	.customcheckboxcor,
	.customcheckbox{ -webkit-appearance:none; -moz-appearance:none; appearance:none; display:inline-block; position:relative; width: 12px; min-width: 12px; height: 12px; padding: 0; margin: 0; border: 1px solid #000; box-sizing: content-box; float: left; box-sizing: border-box; }
	.customcheckbox{ border: 1px solid #A6BBC8; background: transparent; border-radius: 0%; }
	.customcheckbox:checked::after{ content:''; background: var(--corpri2); width: 8px; height: 8px; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); border-radius: 0%; }
	.customcheckbox2{ -webkit-appearance:none; -moz-appearance:none; appearance:none; display:inline-block; position:relative; width: 16px; min-width: 16px; height: 16px; padding: 0; margin: 0; border: 1px solid #000; box-sizing: content-box; float: left; box-sizing: border-box; }
	.customcheckbox2{ border: 1px solid #55C991; background: rgba(255, 255, 255, 0); border-radius: 100%; }
	.customcheckbox2:checked::after{ content:''; background: var(--corpri1); width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); border-radius: 100%; }
	.btncontacto.bold.letra18{ font-weight: 700; font-size: 18px; }
	.btncontacto{ height: 42px; text-align: center; display: flex; align-items: center; justify-content: center; color: var(--corpri1); box-sizing: border-box; float: left; width: 100%; background: transparent; border:0; cursor: pointer; border-radius: 21px; }
	.btnorcamento{ height: 42px; text-align: center; display: flex; align-items: center; justify-content: center; color: var(--corpri1); box-sizing: border-box; float: left; width: 100%; background: transparent; border:0; cursor: pointer; border-radius: 21px; }
	.wraplogo{ margin-left: 0px; margin-top: 0px; }
	.top105{padding-top: 105px;}
	.top155{margin-top: 155px;}
	.bot155{margin-bottom: 155px;}
	.txtnorm.letra18{font-size: 16px;}
	.txtnorm.letra19{font-size: 17px;}
	.top55bot30{margin-top: 55px; margin-bottom: 30px;}
	.mostraartigo50{margin-bottom: 50px;}
	.mostraarea50{margin-bottom: 75px;}
	.colunas5{position: relative; float: left; width: 33.33%; clear: none; margin-bottom: 12px;}
	.colunas5area:nth-child(3n+1){box-sizing: border-box; padding-left: 0px; padding-right: 8px; clear: both;}
	.colunas5area:nth-child(3n+2){box-sizing: border-box; padding-left: 4px; padding-right: 4px; clear: none;}
	.colunas5area:nth-child(3n+3){box-sizing: border-box; padding-left: 8px; padding-right: 0px; clear: none;}
	.titencomenda.letra40{font-size: 40px; letter-spacing: 0;}
	.barracolapsada{height: 160px; background: #8BB8B1;}
	.linhascolapsada{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../imgs/linhascabeca.png) no-repeat top left / contain;}
	.menumobile{/*margin-right: 105px;*/}
	.titdestaque{letter-spacing: 0px; color: #fff; position: absolute; width: calc(100% - 120px); right: auto; z-index: 20; text-align: left; left: 112px; bottom: 48px;}
	.mbot148{margin-bottom: 148px;}
	.padd40{padding: 40px 0;}
	.vercoaching::after{content: ''; position: absolute; bottom: -3px; left: 50%; transform: translateX(-50%); width: calc(100% + 12px); height: 1px; background-color: #8BB8B1; -webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
	.vercoaching{position: absolute; top: -45px; right: 105px; cursor: pointer; transform: translateX(0%);}
	.vercoaching.letra15{font-size: 15px;}
	.slidemedia{height: 360px;}
	.slidemediaimg{}
	.div450{width: 450px;}
	.wrapmedia .letra44{font-size: 44px; letter-spacing: 4.4px;}
	.wrapmedia .letra27{font-size: 25px;}
	.wrapmedia .letra15{font-size: 15px; margin-top: 40px;}
	.swiperservicos .slide{width: 288px; height: 412px;}
	.saibanos.letra15{font-size: 15px;}
	.saibanos{position: relative; float: left; clear: none; margin-top: 40px;}
	.swiperservicos{box-sizing: border-box; padding-left: 0;}
	.verservicos.letra15{font-size: 15px;}
	.verservicos{position: absolute; top: -60px; right: 105px;}
	.wrapservicos{margin-top: 45px;}
	.titservicos.letra44{font-size: 44px; letter-spacing: 4.4px; margin-left: 100px;}
	.ptop155{padding-top: 155px; margin-bottom: 160px;}
	.saibasobre{position: absolute; left: 50%; transform: translateX(-50%); bottom: 50px;}
	.sobresobre .letra39{font-size: 39px;}
	.sobresobre .letra12{font-size: 12px; letter-spacing: 3.6px;}
	.sobresobre .letra15{font-size: 15px;}
	.divsobrenos1{width: 285px; height: 410px; cursor: pointer; margin-left: 0px; margin-right: 0px; margin-top: 20px;}
	.divsobrenos2{width: 285px; height: 410px; cursor: pointer; margin-left: 0px; margin-right: 0px; margin-top: 134px;}
	.textosobre{margin-top: 30px;}
	.paddsobrenos .letra44{font-size: 44px; letter-spacing: 4.4px}
	.w350{width: 350px;}
	.paddsobrenos{box-sizing: border-box; padding-left: 100px; padding-top: 105px; padding-right: 100px; padding-bottom: 80px;}
	.w205{position: absolute; left: 0; top: 0; width: calc(100% - 100px); height: 100%; background: #8BB8B1;}
	.mobileleft.letra9{letter-spacing: 0.9px;}
	.hidemobileinline{ display: inline; }
	.linhaspe{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../imgs/linhaspe.png) no-repeat left center / contain;}
	.wrapdivright.mobileleft{margin-top: 0px;}
	.divpe{ width: 100%; box-sizing: border-box; position: relative; float: left; clear: both; padding-top: 55px; padding-bottom: 65px; box-sizing: border-box; overflow: hidden; }
	.wrapdivright{position: relative; float: right; clear: none;}
	.botaoentre{position: relative; float: right; width: 212px; height: 32px; border-radius: 16px; border: 2px solid #E2F5F3; box-sizing: border-box; margin-right: 25px; clear: none; margin-top: 0; background: transparent;}
	.botaoentre:hover{position: relative; float: right; width: 212px; height: 32px; border-radius: 16px; border: 2px solid #E2F5F3; box-sizing: border-box; margin-right: 25px; clear: none; margin-top: 0; background: #E2F5F3;}
	.botaoentre:hover .corpri2{color: #8BB8B1;}
	.wrapsocialpe{position: relative; float: right; margin-top: 0;}
	.hide769flex{display: flex !important;}

	:root{
		--margindefault: 115px;
		--margindefault2: 50px;
		--paddingcarrinho: 30px;
		--sizeicons: 30px;
		--heightinputs:45px;
		--heightbarramenu: 165px;
	}

	.gridContainer{ width:100%;padding-left:0;padding-right:0;margin:auto;overflow:hidden; }
	.escondeesconde{ display: block; }

	.titfamdest{bottom: 45px;}
	.colfam:hover .titfamdest{bottom: 85px;}
	.butver{opacity: 0;}
	.colfam:hover .butver{opacity: 1;}

	.letra17{ font-size:17px; text-decoration:none; }
	.letra12{ font-size:12px; text-decoration:none; }
	.letra16{ font-size:16px; text-decoration:none; }
	.letra40{ font-size:40px; text-decoration:none; }

	.bgbolasrosa{position: absolute; left: -65px; bottom: -65px; width: calc(100% + 130px); height: 350px; background: url(../imgs/padraorosa.png) repeat center center / 30px;}
	.numitemscart{ left: 80%; top: 0px; transform: translateY(-50%);}
	.showmobile769{ display:none; }
	.hidemobile769{ display:block; }
	.hideflex769{ display: flex !important; }
	.oyoy{overflow: hidden; float: right; margin-top: 5px; margin-right: 3px; z-index: 1; right: 0; width: 32px;}
	.divlistaprodutos{position: relative; float: left; width: calc(100% - 100px); margin-left: 0;  margin-right: 100px;}
	.bot100{ margin-bottom: 100px; }
	.bot80{ margin-bottom: 80px; }
	.bot40{ margin-bottom: 40px; }
	.colunatxt{ width: 41.667%; }
	.colunagaleria{ width: 49.48%; }
	.marginloja3{ position: relative; float: left; margin-right: 100px; margin-left: 100px; width: calc(100% - 200px); }
	.margintopindex{ margin-top: 125px; }
	.marginloja2{ position: relative; float: left; margin-right: 100px; margin-left: 100px; width: calc(100% - 200px); }
	.marginmainslider{ position: relative; float: left; width: calc(100% - 100px); clear: both; margin-right: 100px; }

	.letra71{ font-size: 71px; text-decoration: none; }
	.butver{width: 150px; height: 28px;}
	.butver .letra12{font-size: 12px;}
	.titfamdest.letra42{font-size: 42px;}
	.colfam{height: 557px;}
	.substxt.letra12{font-size: 12px;}
	.txtempresa{width: 80.77%; margin-top: 115px;}
	.lojaempresa{margin-top: 13px;}
	.iimgempresa1{ width: 49.48%; height: 620px; margin-left: 0; }
	.wrapinfoempresa{ float: right; width: 40.63%; }
	.marginloja{ position: relative; float: left; margin-right: 160px; margin-left: 160px; width: calc(100% - 320px); }
	.contnos{ position: absolute; bottom: 90px; left: -31px; transform: rotate(-90deg); width: 110px; }
	.whatsappicon{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 11px; background: url(../imgs/whatsapp.png) no-repeat center center / contain; width: 30px; height: 30px; }
	.wrapwhatsapp{ position: fixed; right: 0; bottom: 50px; width: 50px; height: 180px; background: #eee; border-radius: 4px; z-index: 999; }
	.bgloja{ position: absolute; left: 0; top: -120px; width: 100%; height: 430px; }
	.newsmaindiv{ width: 39.06%; bottom: 130px; right: 60px; }
	.substit.letra42{ font-size: 42px; }
	.substit.letra12{ font-size: 12px; }
	.newscontent{ width: 50%; }
	.divnewsletter{position: relative; float: left; padding-left: 48px; padding-right: 42px; padding-bottom: 45px; padding-top: 45px; box-sizing: border-box; width: 75%; left: 50%; transform: translateX(-50%); z-index: 9; background: #fff; border-radius: 5px; }
	.resmenu{ padding-bottom: 35px; }
	.tiptop{ margin-top: 0; }
	.show769{ display: block; }
	.hide769{ display: none; }
	.masterimg{margin-left: 22px; width: 44px; height: 35px; background: url(../imgs/mastercardbranco.png) no-repeat center center / contain;}
	.americanimg{margin-left: 24px; }
	.mbwayimg{margin-left: 22px; width: 51px; height: 33px; background: url(../imgs/mbwaybranco.png) no-repeat center center / contain;}
	.iconfacebook, .iconinsta, .iconapp{ bottom: auto; right: auto; position: relative; }
	.visaimg{ margin-left: 19px; }
	#menu{ clear:none; float:right; margin-left: 2.2727%; width:97%; display:block; }



	.margindefault2leftdesktop{ margin-left: var(--margindefault2); width: calc(100% - var(--margindefault2)); }


	.colunas3conte:hover .titfamdest{ bottom: 85px; }
	.colunas3conte:hover .butver{ opacity: 1; }

	/*** COLUNAS ***/

	.colunas3s, .colunas4, .colunas4par, .colunas3, .colunas2cart, .colunascart2, .colunas2s,
	.colunas2{ clear:none; float:left; width:50%; }

	.colunas2area:nth-child(2n+1){position: relative; float: left; box-sizing: border-box; padding-left: 0; padding-right: 28px; margin-bottom: 56px;}
	.colunas2area:nth-child(2n+2){position: relative; float: left; box-sizing: border-box; padding-left: 28px; padding-right: 0; margin-bottom: 56px;}


	.colunas20{clear:none; width:20%;}
	.colunas80{clear:none; width:80%;}
	.colunas40, .colunas40s { clear:none;width:40%; }
	.colunas60{clear:none; width:60%; }
	.colunas30:not(.width100mob){clear:none; width:30%; }
	.colunas70{clear:none; width:70%; }
	.colunas65{clear:none; width:65%; }
	.colunas35{clear:none; width:35%; }
	.colunas3pe{ clear: none; width: 33.33%; }

	.colunas4par{ width: 25%; clear:none; }
	.colunas4par.colunas4padd{ clear: none; }

	.colunas3, .colunas4{ width: 33.33%; clear: none; }
	.colunas3associados{width: 33.33%; float: left;}
	.colunas3associados:nth-child(3n+1){box-sizing: border-box; padding-left: 0px; padding-right: 10px; clear: both; margin-bottom: 15px;}
	.colunas3associados:nth-child(3n+2){box-sizing: border-box; padding-left: 5px; padding-right: 5px; clear: none; margin-bottom: 15px;}
	.colunas3associados:nth-child(3n+3){box-sizing: border-box; padding-left: 10px; padding-right: 0px; clear: none; margin-bottom: 15px;}
	.colunas4area:nth-child(3n+1){box-sizing: border-box; padding-left: 0px; padding-right: 21.3333px; clear: both;}
	.colunas4area:nth-child(3n+2){box-sizing: border-box; padding-left: 10.6667px; padding-right: 10.6667px; clear: none;}
	.colunas4area:nth-child(3n+3){box-sizing: border-box; padding-left: 21.3333px; padding-right: 0px; clear: none;}
	.colunas4padd:nth-child(3n+1),
	.colunas3padd:nth-child(3n+1){ padding-left:0; padding-right: calc(var(--margincolunas) * 2 / 3); clear: both; }
	.colunas4padd:nth-child(3n+2),
	.colunas3padd:nth-child(3n+2){ padding-left: calc(var(--margincolunas) * 1 / 3); padding-right: calc(var(--margincolunas) * 1 / 3); clear: none; }
	.colunas4padd:nth-child(3n+3),
	.colunas3padd:nth-child(3n+3){ padding-left: calc(var(--margincolunas) * 2 / 3); padding-right: 0; clear: none; }
	.colunas3spadd{margin-bottom: 2px;}


	.colunas4par.colunas4padd:nth-child(4n+1){ padding-left: 0; padding-right: calc(var(--margincolunas) * 3 / 4); clear: both; }

	.colunas4par.colunas4padd:nth-child(4n+2){padding-left: calc(var(--margincolunas) * 1 / 4); padding-right: calc(var(--margincolunas) * 2 / 4); clear: none; }
	.colunas4par.colunas4padd:nth-child(4n+3){padding-left: calc(var(--margincolunas) * 2 / 4); padding-right: calc(var(--margincolunas) * 1 / 4); clear: none; }
	.colunas4par.colunas4padd:nth-child(4n+4){ padding-right: 0; padding-left: calc(var(--margincolunas) * 3 / 4); clear: none; }


	.colunas3spadd:nth-child(3n+1){ padding-left:0; padding-right: calc(2px * 2 / 3); clear: both; }
	.colunas3spadd:nth-child(3n+2){ padding-left: calc(2px * 1 / 3); padding-right: calc(2px * 1 / 3); clear: none; }
	.colunas3spadd:nth-child(3n+3){ padding-left: calc(2px * 2 / 3); padding-right: 0; clear: none; }
	.colunas3.colunas3paddpe{ margin-bottom: 0px;}
	.colunas3paddpe:nth-child(3n+1){padding-left:0; padding-right: calc((var(--margincolunas)*2) * 2 / 3); clear: both; }
	.colunas3paddpe:nth-child(3n+2){padding-left: calc((var(--margincolunas)*2) * 1 / 3); padding-right: calc((var(--margincolunas)*2) * 1 / 3); clear: none; }
	.colunas3paddpe:nth-child(3n+3){padding-left: calc((var(--margincolunas)*2) * 2 / 3); padding-right: 0; clear: none; }

	.colunas3galeria{width: 33.33%; clear: none; float: left; margin-bottom: 24px;}
	.colunas3galeria:nth-child(3n+1){box-sizing: border-box; padding-left: 0px; padding-right: 16px; clear: both;}
	.colunas3galeria:nth-child(3n+2){box-sizing: border-box; padding-left: 8px; padding-right: 8px; clear: none;}
	.colunas3galeria:nth-child(3n+3){box-sizing: border-box; padding-left: 16px; padding-right: 0px; clear: none;}

	.colunafimcart:nth-child(2n+1), .colunafimcart:nth-child(2n+1),
	.colunas2cart:nth-child(2n+1){ padding-right: 6px; box-sizing:border-box; clear: both; }
	.colunafimcart:nth-child(2n+2),	.colunas2cart:nth-child(2n+2),
	.colunascart2:nth-child(2n+2){ padding-left: 6px; box-sizing:border-box; clear: none; }

	.colunas3altpass:nth-child(2n +1){ clear:none; }
	.colunas3altpass{ padding:0 10px;box-sizing:border-box; }
	.colunas3altpass:nth-child(3n + 1){clear: both; padding:0 10px 0 0;}
	.colunas3altpass:nth-child(3n + 2){clear: none; padding:0 10px; }
	.colunas3altpass:nth-child(3n + 3){ padding: 0 0 0 10px; }

	.colunas3menu:nth-child(3n + 1){clear: both; padding:0 5px 0 0;}
	.colunas3menu:nth-child(3n + 2){ clear: none; padding:0 5px; }
	.colunas3menu:nth-child(3n + 3){  padding: 0 0 0 10px; }


	.colunas2padd,.colunas2padd2{ box-sizing:border-box; }
	.colunas2padd:nth-child(2n+1){ padding-right: 10px; }
	.colunas2padd:nth-child(2n+2){ padding-left: 10px; }


	.colunas2padd2:nth-child(2n+1){ padding-right: 35px; }
	.colunas2padd2:nth-child(2n+2){ padding-left: 35px; }


.barrafamindex{background:url(../imgs/barrafamindex.png) no-repeat center center;width:99%;height:40px;margin-left:-70px;left:5%;margin-top:-135px;position:absolute;display:block;}
.menutop{clear:none;display:block;}
.menubottom{clear:none;display:block;}
.barrapever{height:100%;}
.catalogo{display:block;}
.destslideindex{background:url(../imgs/destslide.png) no-repeat;width:401px;height:680px;position:absolute;right:0;top:0;margin:0;z-index:0;}
.imgprod{ height: 540px; clear:none;float:left;display:block;}
.txt2colunas{-moz-column-count:2;-moz-column-gap:20px;-webkit-column-count:2;-webkit-column-gap:20px;}
.nmrfam{color:#b0aea7;text-decoration:none;font-size:12px;font-weight:normal;}
.nmrfam2{color:#ffffff;text-decoration:none;font-size:12px;font-weight:normal;}
.letra12peq{font-size:12px;text-decoration:none;}
.cordadir{width:66px;position:absolute;z-index:100;}
.facelinksmob{margin-top:0;padding-bottom:0;}
.widthpopup{width:280px;margin:0 auto;}
.carrinhoimg{width:80px;height:80px;}
.carrinhopromo{width:148px;height:85px;display:block;}
.inputcriar{max-width:100%;}
select{max-width:90%;}
.letra28{font-size:28px;text-decoration:none;}
.letra22{font-size:22px;text-decoration:none;}
.letra18{font-size:18px;text-decoration:none;}
.txtencprint{font-size:15px;text-decoration:none;}
.widthtxtindex{width:100%;max-width:1200px;}
.hidemob{display:block;}
.showmob{display:none;}
.showinter{display:none;}
.hideinter{display:block;}
.margleft40{margin-left:40px;}
.margright40{margin-right:40px;}
.margtop40{margin-top:40px;}
.margtop48{margin-top:48px;}
.margbottom40{margin-bottom:40px;}
.margtop160{margin-top:160px;}
.margtop130{margin-top:130px;}
.paddtop40{padding-top:40px;}
.paddright40{padding-right:40px;}
.paddleft40{padding-left:40px;}
.paddleft100{padding-left:100px;}
.paddright100{padding-right:100px;}
.paddleft30{padding-left:38px;}
.paddpemenu{padding:0 38px;}
.paddbottom40{padding-bottom:40px;}
.padding50{padding:50px;}
.paddingtop140{padding-top:140px;}
.paddingtop100{padding-top:100px;}
.paddingtop88{padding-top:88px;}
.paddbottom120{padding-bottom:120px;}
.width-80{width:calc(100% - 80px);}
.width-100{width:calc(100% - 100px);}
.widthdest{width:100%;}
.width92{width:92%;}
.width82{width:82%;}
.width80{width:80%;}
.width60{width:60%;}
.height200{height:200px;}
.heightmin260{min-height:260px;}
.width-20{width:calc(100% - 20px);}
.width2-80{width:calc(100% - 80px);}
.width-120{width:calc(100% - 120px);}
.width2-120{width:calc(100% - 120px);}
.width-200{width:calc(100% - 200px);}
.tablelojaonline{min-height:320px;margin:0 auto;float:none;}
.onfamtit{font-size:15px;letter-spacing:9px;}
.onfamtit td{padding:10px;}
.paddlr100{padding-left:100px;padding-right:100px;}
.paddtb80{padding-top:80px;padding-bottom:80px;}
.tamimg3{width: 94px; height:94px;}
.padding5060{padding:30px 50px;box-sizing:border-box;}
.paddbtnscart{padding:0 60px;box-sizing:border-box; }
.marginbottompe{margin-bottom:100px; }
.marginbottom20{margin-bottom:20px;}
.paddingr10{padding-right:10px;box-sizing:border-box; }
.paddingl10{padding-left:10px;box-sizing:border-box; }
.wrapcaptcha{ float: left; }
.wrapsubmit{ float: left; width: calc(100% - 223px); min-width: 100px; }
.padding40{ padding: 40px; }
.heightlocaliz{ height: 480px; }
.paddingl15{ box-sizing: border-box; padding-left:15px; }
.paddingr15{ box-sizing: border-box; padding-right:15px; }
.marginbottommob{ margin-bottom:0px; }
.margintop100{ margin-top:100px; }
.margintop{ margin-top:54px; }
.nomeproxprod{ right:50px; }
.nomeprodant{ left:50px; }
.hidemobileflex, .hidemobile{ display:none; }
.showmobile{ display:initial; }
.showmobileflex{ display: flex; }

.padding{ padding: 0 45px; padding-right:0;box-sizing:border-box; }
.padding3{ padding: 0 40px; padding-right:0;box-sizing:border-box; }
.padding4{ padding: 0 0 0 40px; padding-right:0;box-sizing:border-box; }
.fundodest{ display: initial; }
.heightindex1{ height: 40px; }

.hidemobiletr{display:table-row;}
.hidemobiletd{display:table-cell;}

.hidemobile1, .hidemobile2{display:block;}
.showmobile2, .showmobiletd, .showmobiletr, .showmobile1{display:none;}


.letra60{font-size:60px;text-decoration:none;}
.letra68{font-size:68px;text-decoration:none;}
.letra110{font-size:110px;text-decoration:none;}
.maxwidthdest{padding-left:0px; }
.letra32{font-size:32px;text-decoration:none; }
.txthover{transform:translateY(11px); }
.verprod{margin-top:0px;}
.mostrafamheight{ height:500px; }
.mostrafamheight.margintop{ margin-top: 60px; }
.divhover{ height:100px; }
.padding2{padding:0 0 0 40px;box-sizing:border-box; }
.padding5{padding:0 0 0 40px;box-sizing:border-box; }
.translate-49{transform:translateX(-49px); }
.padding3{ padding:0 70px 0 70px;box-sizing:border-box; }
.vertodosprodest{ margin-top:32px; }
.padding4{ padding:0 0 0 40px;box-sizing:border-box; }
.marginindexpe{ margin-bottom:0; }
.fundohistoria{ background:#eeeeee;float:left;position:relative;width:100%;margin-bottom:90px; }
.fundohistoriamob{ display:none; }
.newsletterarea{ width:80%;float:none;margin:0 auto;position:relative;background:none;height:54px; }
.heightnewsletter{ min-height:54px; }
.newsletterinput{ min-height:57px; background: #eeeeee; }
.pe{width:80%;margin:0 auto; position: relative; }
.padding150px{ padding:0 150px 0 0;box-sizing: border-box; }
.heighthistslide{ height: 425px; }
.marginindexprodest{ height: 100px; }
.lineheight25{line-height:25px; }
.newsletterheight{min-height:54px; }
.paddingtabmenu{ padding:10px; }
.colunamenuloja{ display:block; float:left; width:30%; clear:none; position:relative; }
.colunaprodapres{ float:left;width:70%;clear:none;position:relative; }
.incolunaprodapres{ padding:0 0 0 48px; }
.optordenar{ padding:0 0 0 48px; }
.bklistaprod{ display:block; }
.mostrasubfam{ width:calc(100% - 49px);margin-left:49px;padding-left:46px;padding-right:0px; }
.paddingright{ padding-top:48px;padding-right:48px;box-sizing: border-box; }
.paddingleft{ padding-top:48px;padding-left:48px;box-sizing: border-box; }
.wrapalbum{ padding:49px 0 0 49px; }
.whitefix{ display: block; }
.maxwidth0mob{ width:90%; }
.paddingtop35{padding-top:35px; box-sizing:border-box; }
.paddingleft48{padding-left:48px; box-sizing:border-box; }
.paddingprodutotxt{ padding: 35px 48px; box-sizing:border-box; }
.marginleft25{padding-left:25px; }
.marginright25{padding-right:25px; }
.paddingrel{ padding:0 48px 48px; }


.margintopclient{margin-top:120px; }
.paddingtits{padding-left:30px; }
.menulojatit{padding-left:25px; padding-right:25px; }
.carrinhoapres{width:100%;margin:0 auto; }
.paddingcart{padding-right:38px; }
.padding45carr{padding:10px 48px 35px; }
.paddingtopcart{padding-top:40px; }
.galeria{width:calc(100% + 48px); }
.margincarttopprodtit{ padding-top: 0; }
.cartpaddingtotalfim{ padding-top: 0px; }
.letra25{ font-size:25px; text-decoration:none; }
.padding25{ box-sizing:border-box; padding:0; }
.minwidthlogin{min-width:540px; }
.colunafamilia:nth-child(2n + 1){ padding-right:1px; }
.colunafamilia:nth-child(2n + 3){ padding-right:0px; }
.colunafamilia:nth-child(3n + 2){ padding-right:1px; }
.colunafamilia:nth-child(3n + 4){ padding-right:1px; }
.txthover{ padding: 0 30px; }
.margintopdesktop{ margin-top: 53px; }
.fambottomtext{ bottom:-11px; }
.wrapoverflowfams{bottom: 11px; }
.bottomcaption{bottom:-15px; }
.bottompixel{bottom:15px; }
.heightimgconte{height: 260px; margin-bottom:10px; }
.txtcontactope{margin-top:100px; margin-bottom:50px; margin-right: 40px; }
.buindex.letra13{ font-size: 13px; }
.paddingsepindex{ margin: 0 10px; }

.cartinfo.letra10{ font-size: 10px; }

.precocarrinho.letra26{ font-size: 26px; }
.quanti.letra24{ font-size: 24px; }

.destaqueoverlaype{-ms-transform:rotate(50deg);-webkit-transform:rotate(50deg);transform:rotate(50deg);background:rgba(89,89,89,0.45);position:absolute;width:900px;height:600px; left:-559px; z-index: 100; transform-origin: 50%; }

.destaqueoverlaype2{-ms-transform:rotate(50deg);-webkit-transform:rotate(50deg);transform:rotate(0 50deg);background:rgba(89,89,89,0.45);position:absolute;width:800px;height:800px;right:-500px; margin-top:-360px; z-index:100; display:block; }

.caminhofam{ top:-144px; }
.paddtitmargin{ margin-top:60px; }

.destaqueoverlay{ left: -1838px; }

.leftcabeca{ left: 35px; }

.heightimgindex{ height:240px; }
.heightimgindex2{ height:500px; }

.paddingleftcontact{ padding-left: 75px; padding-right: 40px; }

.spacecontrel{ margin: 70px 0 0 0; }

	.paddingcolinscri{ padding-right: 10px; box-sizing: border-box; }

	.letrabucoddesconto{ font-size: 11px; }
	.ctrlqtd{ width: 45px; margin-top: 0px; }
	.qtdcart{ padding: 0px; box-sizing: border-box; }
	.paddingprecorow{ padding: 0 20px; box-sizing: border-box; min-width: 100px;}
	/* .txtnorm{ font-size:12px; } */
	.moreproducts.letra15{ font-size:15px; }
	.marginrelacionados{ margin-top: 80px; margin-bottom: 00px; }
	.lixocarrinho{ margin-right: 20px; margin-left:5px; }
	.letratotalpagam{ font-size: 18px; }
	.addmargindesktop{ padding-right: 20px; box-sizing:border-box; }
	.paddingtopprodcol{ padding-top: 20px; box-sizing: border-box; }
	.paddingprodcol{ padding-right: 20px; box-sizing: border-box; }
	.heighttableimgprod{height: 540px; }
	.totalenc.letra14{font-size: 14px; }
	.destaqueoverlayfam{ left: -324px; }
	.titfam.letra28{ font-size: 28px; }

	.busubmit.letra20{ font-size: 20px; }
	.imgprod:hover::after{ opacity: 1; }
	.margintopproduto{ margin-top: var(--heightbarramenu); }
    .margintopdestaquesconte,
    .margintopdestaques{ margin-top: 90px; }
    .margintopcarrinho{ margin-top: 50px; }
    .margintopdentro{ margin-top: 50px; }
	.margintopdestaqueindex{ margin-top: 70px; }

    .margintopempresa{ margin-top: 100px; }
    .vermaisempresa{ transform: translateY(32%); }
    .infopepadd{ padding: 40px 20%; }
    .marginfooter{ margin: 0 100px; width: calc(100% - 200px); }
    .marginfooter2{ margin: 0 80px; width: calc(100% - 160px); }
	.wrapinfoempresa{padding: 70px 90px 80px; }
	.paddingcart{ padding: 25px; padding-bottom: 0; box-sizing: border-box; }
	.paddingrightcarrinho{ padding-right: 25px; }
	.titlogin{ margin-bottom: 20px; }
	.paddingareaclitit{	box-sizing:border-box; padding-top: 60px; padding-bottom: 60px; }
	.widthfamside{width: 15%; margin-bottom: 60px; }
	.wrapfacelinks, .wrapmenuloja{ float: left; clear: none; position: relative; display: block; }

	.margintopgaleria{ margin-top: 0px; }
	.paddingcontecima{ padding-top: 50px; padding-right: 50px; }
	.margintopprodimg{ margin-top:0px; }
	.paddingcarrinho{ box-sizing: border-box;  padding-left: 40px; padding-right:40px; }

	.tdmargincarrinho{ padding-top:40px;  box-sizing: border-box; }
	.margincarrinhotransp{ margin-top: 5px; }
	.heighttotalencfinal{ height: 40px; }
	.margincarrinhoobs{ margin-top: 90px; }
	.paddcolscartreg{ padding-right: 10px; box-sizing:border-box; padding-bottom: 0px; }
	.famnomemobile{ display: none; margin-top: 5px; }

	.vermaisfamilias{ position: absolute; left: auto; right: 35px; bottom: -33px; }
	.wrapordenartit{ margin-bottom: 0px; }
	.wrapordemprod{ padding: 25px 0; }
	.margincarrinhopequeno{ margin-right: 35px; margin-left: 35px; width: calc(100% - 70px); float: left; clear: both; position: relative; }
	.promodiv .letra11{ font-size: 11px; }
	.promograndediv .letra11{ font-size: 11px; }
	.novidiv .letra11{ font-size: 11px; }
	.novigrandediv .letra11{ font-size: 11px; }

	.promograndediv .letra20{ font-size: 20px; }
	.novigrandediv .letra20{ font-size: 20px; }

	.promograndediv .letra19{ font-size: 19px; }
	.novigrandediv .letra19{ font-size: 19px; }

	.promodiv,
	.novidiv{width: 33%; height: 30px; }
	.promodiv{ width: 70%; }

	.promodiv.promograndediv, .novidiv.novigrandediv{ width: auto; height: 30px; }
	.promodiv2,	.novidiv2{ width: 50%; height: 30px; }

	.novidiv, .novidiv2{background: url(../imgs/novidade.png) no-repeat left center/auto 30px;}
	.promodiv, .promodiv2{background: url(../imgs/promocao.png) no-repeat left center/auto 30px;}

	.promodiv2{ width: 80%; }

	.wraplinha{ height: 100px; }
	.margintodosprod{ margin-top: 40px; }


	.mobileleft{ text-align: initial; }
	.alignfootercopy{ text-align: left; padding-bottom:5px; padding-top: 0px; }

	.bandeira.letra10, .bandeira2.letra10{ font-size: 10px; letter-spacing: 0px; }

	.imgcarrinho{ width: 20px; min-height: 20px; }

	.slideproduto{width: calc(100%); position: relative; float: right; clear: both; }
	.slideproduto.width100{ width: 100%; }
	.divwrapthumb{float: left; position: relative; width: 100%; }
	.divwrapthumb .divdefault{display: flex; flex-wrap: wrap; white-space: wrap; align-content:stretch; }

	.divwrapthumb .divdefault div{ flex-grow: 1; }

	.imagemconte{ height: 480px; margin-bottom: 0; }
	.detalhesproduto{ display: block; margin-bottom: 0; }
	.controlwidthimgprod{ background: none; padding-left: 0px; box-sizing: border-box; }

	.bufac{ margin-bottom: 0px; }

	.wrapordenartit{ background: none; width: auto; position: relative; float: left; clear: none; height: auto; margin-right: 5px; }
	.tablelogin{ float: none; }

	.precocarrinho2.letra24{ font-size: 24px; }
	.cartpaddingtotalfim.letra15{ font-size: 15px; }
	.precoivainfo.letra10{ font-size: 10px; }
	.paddingprecocarrinho{ padding-left: 25px; }
	.margintopfooter{ margin-top: 100px; }

	.mobtitdetalhe{ display: none; }

	.wrapmarcastit,
	.imgmarca{ height: 88px; }

	.wrapmarcastit{ width: 90px; }
	.wrapslidemarcas{ width: 100%; }
	.bufac{ top: 0px; }
	.wrapsocial{ float: right; }

	.paddingtxt{ padding: 0px 80px 0 0; box-sizing:border-box; }
	.paddingprodutotxt{ padding: 60px 60px 90px; padding-right: 0; box-sizing: border-box; }
	.iconfacebook{ margin-right: 15px; }
	.flex-item{ position: relative; }

	.wrapnewsinput{ min-width: 235px; }
	.hidemobile{ display: none; }
	.guardarcarrinho.letra11{ font-size: 11px; }
	.inputdescontoscarrinho{ font-size: 12px; padding-left:15px; }
	.paddingbottomdesc{ padding-bottom: 35px; box-sizing: border-box; }
	.widthlocalizacao{ width: calc(100% + 0px); margin-right: 0px; position: relative; float: left; clear: none; }

	.paddingcontactos{ padding: 0px 60px 0px 0px; box-sizing: border-box; }

	.mapaalt{ height: 600px; }
	.prodcart{ padding: 20px 20px; }

	.tdmiddlepreco{ width: 100%; }
	.paddingfamprodsmall{ padding-top: 5px; }
	.precoprod.letra16{ font-size: 16px; }
	.titulodest.letra32{ font-size: 32px; }
	.wrapgaleria{ background: none; padding-right: 0px; box-sizing: border-box; }
	.addcart.letra14{ font-size: 14px; }
	.paddingtitpagamentos{ padding-left: 60px; }
	.newsletter{margin-bottom: auto; }
	.showmobileinline{display: none; }
	.colunasmarcas{ margin-bottom: 70px; }
	.mouseunder{ display: block; }

	.cursor{ display: block; }
	.imgsinfope{ flex-wrap: nowrap; padding: 15px 0; box-sizing: border-box; }

	.logomarcaprod{ padding-right: 0px; }
	.aligncartfinalizar{ text-align: right; }

	.hideshowmenuitem:not(.atual){ display: none; }

	.abresubmenu{ }

	.letra12.hideshowmenu, .submenuside2.letra12, .letra12 .mudaordemob, .letra12{ font-size: 12px; }
	.paddingmenuloja{ box-sizing: border-box; padding: 0 15px; }

	.submenuhover1{ display:none; padding-bottom: 5px; }
	.subfamhover{  }

	.wraptitlojanome.startopen{ text-decoration: none; }
	td.submenu{	min-height: 34px; padding-bottom: 10px; padding-left: 25px; padding-right: 10px; }
	.wrapimgpagam{ display: flex; flex-wrap: nowrap; }

	.imgpagam2, .imgpagam3, .imgpagam4{ max-width: auto; }
	.top55{ margin-top: 55px; }
	.wrapimgimg{ bottom: -45px; left: 0; height: 35px; width: 338px; }
	.colunasinfope{ padding-top: 90px; }
	.colunas3relacionados{ margin-bottom: 24px; }
	.hidemobiletr .info{ padding-bottom: 20px; box-sizing: border-box; padding-top: 15px; }
	.itemcarrinho td.info{ padding-left: 20px; box-sizing: border-box; }

	.precocomprar{ display: flex; flex-direction: row; }
	.wrapiconprocura{ display: none; }

	.titprodcart.letra15{ font-size: 15px; }
	.setasmenu{	margin-left: -2px; }
	.setasmenu.hassubs::after{ color: currentColor; content: '+'; background: transparent; text-align: center; width: 100%; }

	.submenuside.open .setasmenu.hassubs::after{ content: '-'; background: transparent; text-indent: 5px; }

	.barramenu{ height: 130px; }
	.innernews{ white-space: nowrap; }

	.flex-center-center-desktop, .flex-center-desktop{ justify-content: center; align-items: center; }
	.flex-wrap-mobile{ flex-wrap: initial; }
	.flex-column-mobile{ flex-direction: row; }
	.flex .separator{ width: 20px; }

	.mobile{ display: none; }
	.wrapslideproduto{ float: left; position:relative; width: 100%; }

	.logo{ width: 102px; height: 90px; }
	/* .txtlogin:not(.barramenu.collapsed .txtlogin){ position: absolute; left: auto; transform: translateX(0); } */
	.txtcart, .txtfav{ display: block; }

	.barramenu.collapsed .txtfav, .barramenu.collapsed .txtcart{ display: none; }

	.subareapeflex { display: block; flex-wrap:none; height: auto; }
	.subareapeflex a div{ margin-right: 0; }
	.margindefaultrightdesktop{ float: left; clear: both; position: relative; margin-right: var(--margindefault); width: calc(100% - var(--margindefault)); }
	.flexdefault{ flex-wrap: nowrap; }
	.wrapbigitem{ width: auto; flex-grow: 0; }
	.socialfooter{ clear: none; width: 200px; }
	.wraplogomob{ display: none; }
   .navbar .wraplogo{ display: block; position: relative; float:left; z-index: 1500; }
	.wraplogo.collapsed{ /*transform: translate(-50%, 0px);*/ }

	.navbar{ flex-wrap: nowrap; }
	.paddingencomenda,.produtoscarrinho{ padding: 0px 30px 30px; box-sizing: border-box; }
	.paddingencomenda{ padding-top: 0; padding-bottom:0; }
	.wrapprodiva{ padding-top: 25px; padding-bottom:25px; }
	.divcarrinho{ padding-right: 50px; }
	.marginbtncarrinhoajax{ margin-top: 5px; margin-bottom: 20px; }
	.heightbtns{ height: 38px; }
	.marginbtnscart{ margin-bottom: 20px; }
	.barramenu{ height: 135px; --heightbarramenu: 135px; }
	.barramenu.collapsed { height: 135px; --heightbarramenu: 135px; }
	.imgmenuprod{ width: 120px; height: 120px; }
	nav.navbar::after{ height: 50px; display: none; }
	.inputprocura{ height: 20px;  padding-left: 0px; margin-right: 32px; width: calc(100% - 32px) !important; padding-bottom: 0px; }

	.innernavbar{ padding-left: 0%; transform: none; }
	.bandeira, .bandeira2{ font-size: 10px; }
	.imgsocial{ height: 18px; }
	.titsearchindex.letra50{ font-size: 50px; }
	.subtitsearch.letra15{ font-size: 15px; }
	.titulo.letra48{font-size: 28px; }
	.setaativo{ width: 18px; height: 16px; margin-right: 5px; }

	.btnindexfilter .hovercolor, .btnindexfilter .infobtn{ padding-left: 20px; padding-right: 20px; box-sizing: border-box; }
	.btnindexfilter.letra18{ font-size: 18px; }
	.margindefaultbottommobile{ margin-bottom 0; }
	.titprodindex.letra62{ font-size: 62px; }
	.margindefaultleftdesktop{ margin-left: var(--margindefault); }
	.margindefaultleftdesktopmob{ margin-left: var(--margindefault); width: calc(100% - (var(--margindefault) * 2)); }

	.margindefaultdesktop{ margin: 0 var(--margindefault); width: calc(100% - ( var(--margindefault2) * 2)); }

	.fleximgsfooter > img, .fleximgsfooter > a > img{ height: 40px; }
	img.imglousa{ height: 50px; }
	.thumbprod{ height: 200px; }

	.titnoticias.letra62{ font-size: 50px; }

	.paddinggalprod{ padding: 0px 0px 0px 20px; box-sizing: border-box; }

	.wrapajuda::before{ width: calc(100% - 44px); }

	.wraplogin{ position: relative; margin-right: 12px; margin-left: 20px; }
	.wrapprodtit.letra34{ font-size: 30px; }
	.iconsmenu > div{ margin-left: 15px; }
	.iconsmenu{ top: 0; right: var(--margindefault); }

	.areanewsletter{ margin-top: 20px; }
	.titnoticiaslide.letra33{ font-size: 33px; }
	.wrapmostviewed{ min-width: 500px; }

	.margindefaultmobile{ float: left; clear: both; position: relative; margin: 0; width: 100%; }
	.btnwhatsapp .txt { display: block; }
	.btnwhatsapp img{ margin-right: 10px; height: 60px; }

	.btnwhatsapp.padding.btndefaultcolor .infobtn{ padding: 0 15px; box-sizing: border-box; }
	.fixedmobileinfo{ display: none; }
	.nomefamindex.letra62{ font-size: 62px; }

	.iconprocuramob{ display: none; }
	.procura.desktop .procura{ max-width: 400px; }
	.procura.desktop{ height: auto; justify-content: flex-start; opacity: 1; position: relative; float: left; width: calc(100% - var(--widthlinksmenu)); clear: both; background: none; clear: none; display: flex; justify-content: center; justify-content: flex-end; top: -6px; width:100%; padding-left: 0; overflow: visible;}
	.barramenu.collapsed .procura.desktop{ display: flex; align-items: center; }
	.procura.desktop{ justify-content: center; }
	.procura.desktop{ top: 0px; padding-left: 0px; }

	.infoprod{ font-size: 15px; }
	.paddinginfofavorito{ padding-left: 20px; }
	.wrapprecofav{ justify-content: flex-end; width:50%; }
	.flexfavorito{ display: flex; justify-content: space-between; }
	.paddingprecocarrinho{ padding-right: 60px; box-sizing: border-box; }

	.paddingqtd{ padding-right:50px; }
	.titprodindex{ margin-top: 85px; margin-bottom: 50px; }
	.marginbarratopo{ width: calc(100% - var(--widthlogo)); margin-left: var(--widthlogo); }
	.margintopprods{ margin-top: 60px; }
	.innernavbar{ flex-wrap: nowrap; }
	.wrapprodproc{padding-top: 10px; padding-bottom: 10px; box-sizing: border-box; }
	.barratopo{ width: 80%; max-width: calc(100% - 350px); }
	.wrapiconmenu{ margin-right: 12px; width: 30%; }

	.marginmenuloja{ margin:0 20px; width: calc(100% - 40px); position: relative; float: left; }


	.paddingtextoaviso{ padding-left: calc(var(--logowidth) - (var(--margindefault))); width: 100%; box-sizing: border-box; height: 100%; }
	.nomefamindex.letra50{ font-size: 50px; }

	.titprodindex.letra80{ font-size: 80px; }

	/* .barramenu.collapsed{ background: #fff;} */
	.barramenu::after{ display: none; }

	.tituloconte.letra60{ font-size: 60px; }
	.mostraarea, .mostraartigo, .mostrafamilia, .slidefamilias .innerslide{ height: 450px; }
	.flex-right-desktop{ justify-content: flex-end; }
	.margintopconte{ margin-top: 100px; }

	.gridconte {width: 100%; clear: both; float: left; position: relative;display: grid;
		/*grid-template-columns: 23.7% 5.16% 6.75% 5.16% 15.17% 5.16% 15.26% 5.16% 6.66% 5.16% 1fr;
		grid-template-columns: 23.68% 15px 6.75% 15px 15.17% 15px 15.26% 15px 6.66% 15px 1fr;
		grid-template-columns: 23.68% 1.75% 6.75% 1.75% 15.17% 1.75% 15.26% 1.75% 6.66% 1.75% 23.68%;*/
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 25.44% 20.12% 5.92% 22.49% 14%;
		grid-column-gap: 32px;
		grid-row-gap: 32px;
	}

	.gridconte:nth-child(n + 2){ padding-top: 15px; box-sizing: border-box; }

	.gridconte .grid-item:nth-child(9n+1) { grid-area: 1 / 1 / 3 / 2; }
	.gridconte .grid-item:nth-child(9n+2) { grid-area: 1 / 2 / 2 / 3; }
	.gridconte .grid-item:nth-child(9n+3) { grid-area: 3 / 1 / 5 / 2; }
	.gridconte .grid-item:nth-child(9n+4) { grid-area: 2 / 2 / 4 / 3; }
	.gridconte .grid-item:nth-child(9n+5) { grid-area: 4 / 2 / 6 / 3; }
	.gridconte .grid-item:nth-child(9n+6) { grid-area: 1 / 3 / 3 / 4; }
	.gridconte .grid-item:nth-child(9n+7) { grid-area: 3 / 3 / 5 / 4; }
	.gridconte .grid-item:nth-child(9n+8) { grid-area: 1 / 4 / 2 / 5; }
	.gridconte .grid-item:nth-child(9n+9) { grid-area: 2 / 4 / 5 / 5; }
	.wrapinfope{ width: auto; padding:20px calc(var(--margindefault)*0.8); }

	.grelhaindex{ display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); grid-column-gap: 0px; grid-row-gap: 0px; }

	.grelhaindex .grid-item:nth-child(1){ grid-area: 1 / 1 / 3 / 2; }
	.grelhaindex .grid-item:nth-child(2){ grid-area: 1 / 2 / 2 / 3; }
	.grelhaindex .grid-item:nth-child(3){ grid-area: 1 / 3 / 3 / 4; }
	.grelhaindex .grid-item:nth-child(4){ grid-area: 3 / 1 / 4 / 2; }
	.grelhaindex .grid-item:nth-child(5){ grid-area: 2 / 2 / 4 / 3; }
	.grelhaindex .grid-item:nth-child(6){ grid-area: 3 / 3 / 4 / 4; }

	.bgwrapinfope{ float:left; width: 100%; z-index: 1000; transform: translateY(100%); position: fixed; bottom: 80%; transform: translateY(100%); }

	.handleheightbgwrapinfope{ display: block; }

	.paddingcontactope{	padding-top: 0; padding-left: 40px; box-sizing: border-box; }
	.paddinginfofooter{ padding: 40px 0 40px 75px; box-sizing: border-box; }

	.innertitprodindex{ bottom: 0px; }

	.barramenu.collapsed .iconmenu.collapsed, .barramenu.collapsed .procura.mobile.collapsed{ display: none; }
	.procura.mobile{ display: none; }

	.barratopo .wraptexto::after{ width: 90px; }
	.lupaprocura{ display: block; }
	.titindex{ margin-bottom: 50px; }

	.wrapprocura{ width: calc(100% - 35px); overflow: visible; margin-right: 15px; margin-left: 20px; position:relative; float: right; position: absolute; right: 0; bottom: 13px; }
	.wrapiconmenu.open{ width: 80%; }

	.wrapresultprocura > div.divdefault.flex div:nth-child(n+3){ display: block; }

	.logomob, .logo{ position: relative; background: url(../imgs/logomenu.png) no-repeat center center/ contain; float: left; clear: none; z-index: 1000; }

	.collapsed .innernavbar,
	.procuraopen .innernavbar{ transform: translateY(-0px); }

	.margprodsindex{ margin-bottom: 50px; }

	.dialogcartmain .ui-dialog-buttonset .ui-button:nth-child(1), .dialogcartmain .ui-dialog-buttonset .ui-button:nth-child(2),
	.busubmit5, .busubmit4,.busubmit3, .busubmit2, .busubmit, .btndefaultborder, .btndefault3, .btndefault2,.btndefaultcolor,
	.btnindexfilter, .btndefaultgradient, .btndefault{ padding: 0 20px; }
	.titmenushows.letra38{ font-size: 38px; }
	.popuplogin{ top: 100%; }
	.imgindex{ height: 100vh; }
	.wrapfams{ margin-bottom: 20px; }

	.margintopheader{ margin-top: 20px; }

	.colunassocial .colunas2sempre:nth-child(2){ transform:translateY(-50px); }
	.vidstuntindexmobile{ display: none; }
	.vidstuntindex{ display: block; }
	.paddingslidemarcas{ padding: 70px 0; box-sizing: border-box; }

	.paddingtopmenu{ padding-top: 0; padding-top: var(--heightbarramenu); }
	.margintopsearch{ margin-top: 125px; }
	.btnprocuraesp{	margin-left: 5px; }
	.wrapprocespecial{ padding: 80px 0; box-sizing: border-box; }
	.paddingsocialnoticias{ padding: 90px 0 110px 0; box-sizing: border-box; }

	.marginbtnorcamento{ margin-bottom: 50px; margin-top: 50px; }
	.showmobileinline2{ display: none; }

	.wrapfooterinfo{ padding: 0 0px; box-sizing: border-box; }

	.paddingmenu{ padding: 0 20px; box-sizing: border-box; }

	.vidstuntindex{ width: 100%; }
	.notmobile.vidstuntindex{ width: 100%; }

	.barramenu.collapsed .wrapiconmenu .iconmenu{ display: block; }
	.barramenu.collapsed .wrapiconmenu .iconmenu2{ display: block; }
	.barramenu.collapsed .innernavbar .wrapprocura.desktop{ display: block; }

	.bordertd.info{	padding-top: 20px; padding-bottom: 20px; }
	.marginrelcarrinho{ margin-top: 30px; }
	.itemcarrinho .qtd{ justify-content: center; }

	.paddingcolinsc{ /*margin-bottom: var(--margindefault);*/ }

	.paddingprodlist{ box-sizing: border-box; padding: 10px 20px; }

	.titprodutoscarrinho{ margin-top: 63px; }
	.notashandle{ margin-top: 5px; }

	.collapsed .wrapprocura.desktop{ display: block; }

	.paddingcolregisto{	padding-right: 10px; box-sizing: border-box; }

	.clearmobile{ clear: none; width:auto; }
	.paddingfooterbottom{ padding-bottom: 0; }

	.logofooter{ width: 386px; }
	.precoprodrisca{ /*clear: none; padding:auto;margin:0 auto; padding-left:5px;*/ }
	.wrapmenufooter{ padding-right: 10%; }
	.titcart.letra45{ font-size: 45px; }

	.wrappromonov{ display: flex; top: 30px; }
	.wrappromonov2{ display: block; top: 5px; }

	.novidiv,
	.promodiv,
	.promodiv2,
	.novidiv2{ display: flex; align-items: center; justify-content: flex-start; padding: 0 10px 0 12px; box-sizing: border-box; white-space: nowrap; }

	.novidiv, .novidiv2{ background: url(../imgs/novidade.png) no-repeat left center/auto 25px; }

	.promodiv, .promodiv2{ background: url(../imgs/promocao.png) no-repeat left center/auto 25px; }
	.promodiv2,
	.novidiv2{ width: 90%; height: 14px; background-size: contain; padding: 0 4px; }
	.promodiv{ width: 90%; }

	.novidiv{ width: 40%; height: 25px; }
	.promodiv{ width: 90%; height: 25px; clear: both; }

	.wraplinha{ height: 50px; }
	.mobileleft{ text-align: left; }

	.onprod[data-novidade="true"][data-promocao="true"] .promodiv{ width: 70%; }
	.onprod[data-novidade="true"][data-promocao="true"] .novidiv{ width: 30%; }

	.onprod[data-novidade="true"][data-promocao="true"] .promodiv{ background-position: left center; background-size: auto 25px; transform: translateX(-25px); clip-path: polygon(25px 0, 100% 0%, 100% 100%, 0 100%); padding: 0 10px 0 20px; }

	.onprod[data-novidade="true"][data-promocao="true"] .novidiv{ padding: 0 20px 0 12px; }

	.bgfooter .iframe{ position: absolute; top: 0; bottom: auto; left: 0; width: 100%; height: 100%; }

	.finalizarmobile{ display: none; }

}

/************************************** FIM ESTILOS DESKTOP ************************************************/

@media only screen and (min-width:932px){
	.max880{width: 100%; max-width: 880px;}
	.colunas5{position: relative; float: left; width: 25%; clear: none; margin-bottom: 12px;}
	.colunas5area:nth-child(4n+1){box-sizing: border-box; padding-left: 0px; padding-right: 9px; clear: both;}
	.colunas5area:nth-child(4n+2){box-sizing: border-box; padding-left: 3px; padding-right: 6px; clear: none;}
	.colunas5area:nth-child(4n+3){box-sizing: border-box; padding-left: 6px; padding-right: 3px; clear: none;}
	.colunas5area:nth-child(4n+4){box-sizing: border-box; padding-left: 9px; padding-right: 0px; clear: none;}
	.w205{position: absolute; left: 0; top: 0; width: calc(100% - 205px); height: 100%; background: #8BB8B1;}
	.left125{ margin-left: 125px; margin-top: 3px; }
	.widthprodutos{ width: calc(85% - var(--margindefault)); margin-left: var(--margindefault); }
	.wrapprodutos{ position: relative; float: left; clear: none; }
	.newsmaindiv{ width: 39.06%; bottom: 85px; right: 85px; }
	.newscontent{ width: 45.8%; max-width: 355px; }
	.divnewsletter{position: relative; float: left; padding-left: 98px; padding-right: 87px; padding-bottom: 45px; padding-top: 45px; box-sizing: border-box; width: 75%; left: 50%; transform: translateX(-50%); z-index: 9; background: #fff; border-radius: 5px; }
	.hidemobile{ display: block; }
	.hidemobileflex{ display: flex; }
	.carrinhoimg{ width:130px;height:130px; }
	.menulojatit{ padding-left: 48px; padding-right: 48px; }
	.colunas30prod{ clear:none;float:left;width:30%;padding:0 0px; }
	.colunas70prod{ clear:none;float:left;width:70%;padding:0 0px; }
	.proxprod{ margin-right:48px; }
	.antprod{ margin-left:48px; }
	.wrapprodspecial{ padding-left:48px; }
	.paddingtabmenu{ padding: 0 10px 0 var(--margindefault2);  }

	.showmobileflex, .showmobile{ display:none; }
	.btncatalogo{ height:54px; line-height:54px; margin-left:34px; margin-right: 20px; font-size: 17px; }
	.iconabre, .menubars{ height:54px; width:25px; margin-left:20px; }
	.iconabremob{display:none; }
	.abrelogin{cursor:pointer;height:40px; box-sizing:border-box; padding: 0px; margin: 0 auto; }
	.bottomtext{ bottom:60px; }
	.titdestpri{ line-height: 60px; font-size: 63px; }
	.maxwidthindextit{ max-width:816px; padding-bottom: 10px; box-sizing:border-box; }

	.menucli{ list-style:none; text-align:left; letter-spacing:0; padding: 20px 40px 40px; }
	.submenu{ font-style:normal; color:#ffffff; text-decoration:none; font-size:10px; font-weight: 400; }

	.carrinhoprod{ margin-top:0px; }
	.paddingcontador{ padding-right: 10px; }
	.centerdesktop{ position:relative; text-align: center; }
	.paddingpagamentos{padding: 40px 30px 0; box-sizing: border-box; }
	.paddingsidepagam{ padding: 0 30px; box-sizing: border-box; }

	.paddingcarrinho{ box-sizing: border-box; padding-left: 90px; padding-right: 90px; }
	.paddingtoplogincart{ padding-top: 90px; box-sizing: border-box; }

	.mapaalt{ height: 389px; }
	.marcanomeproduto{ font-size: 16px; }
	.marcanome{ font-size: 13px; }
	.separador{ right: 15%; }
	.titprodcart{ margin-bottom: 0px; word-break: normal; }
	.bordertd.trash::after,.bordertd.info::after{ display: block; }
	.itemcarrinho .bordertd{ position: relative; }
	.itemcarrinho .bordertd::after{ content: ''; position: absolute; height: 10px; bottom: calc(0 - 5px); left: 0; width: 100%; }

	.itemcarrinho.azul .bordertd::after{ background: url("../imgs/padraoazul.png") repeat center center/20px; }
	.itemcarrinho.rosa .bordertd::after{ background: url("../imgs/padraorosa.png") repeat center center/20px; }
	.itemcarrinho.cinza .bordertd::after{ background: url("../imgs/padraocinza.png") repeat center center/20px; }

	.widthqtd{ width: 20%; }
	.widthprecouni{ width: 10%; }

	.logomob, .logo{ margin-left: -55px; }

	.barramenu.collapsed .logomob, .barramenu.collapsed .logo{ margin-left: 0px; }

	.mostraprecoprod{ min-height: 56px; }
	.barramenu.collapsed, .innernavbar .wrapprocura{ display: block; }
	.colunas30.width100mob{ width: 30%; }
}

@media only screen and (min-width: 1024px){
	.imgconcursos{position: relative; float: right; width: 350px; margin-top: 0; }
	.foguetao1{display: block;}
	.foguetao2{display: block;}
	.foguetao3{display: block;}
	.marginpaginas{position: relative; float: left; margin-left: 80px; margin-right: 80px; width: calc(100% - 160px);}
	.txtempresaindex{position: relative; float: left; width: calc(57.5% - 80px);}
	.wrapmateriais{position: relative; float: left; width: calc(100% - 400px);}
	.divdefault.wrapmenumobile{width: calc(100% - 640px);}
	.imgmenumobile{display: block;}
	.wrappe2 .wrapdivright{float: right;}
	.wrappe2{position: relative; float: right; clear: none;}
	.paddingtxt{ padding: 0px 80px 0 0; box-sizing:border-box; }
	.paddingprodutotxt{ padding: 60px 60px 90px; padding-right: 0; box-sizing:border-box; }
	.titulo.letra48{ font-size: 48px; }
	.slidemedia{width: 100%; padding-bottom: 50px;}
	.wrapmedia{margin-left: 105px; width: calc(100% - 105px); margin-bottom: 115px; position: relative; float: left; clear: both;}
	.divmediaimg{position: relative; float: right; clear: none; width: 580px; height: 416px; padding-bottom: 50px;}
}

@media only screen and (min-width: 1150px){
	.divpropostas{position: relative; float: right; width: calc(100% - 430px); height: 460px; clear: none;}
	.wraplang{ margin-left: 6px; }
	.wraplang{ position: relative; float: left; height: 100%; display: flex; align-items: center; }
	.langmenu,
	.lang{ position:relative; float: right; z-index:2000; margin:0; height: 18px;}
	.hide1150{display: flex !important;}
	.show1150{display: none;}
}

@media only screen and (min-width:1280px){
    .mleft125{margin-left: 125px; margin-top: 12px; margin-bottom: 0; width: calc(100% - 775px); max-width: 500px;}
    .poli.div475{width: calc(100% - 800px);}
    .div475{width: calc(100% - 800px);}
	.txtempresaindex{position: relative; float: left; width: calc(100% - 518px);}
	.barramenu{background: url(../imgs/menu.png) no-repeat center center / cover;}
	.swiperequipa{margin-left: 125px;}
	.divsobrenos1{width: 285px; height: 410px; cursor: pointer; margin-left: 0px; margin-right: 0px; clear: none; margin-top: 0;}
	.divsobrenos2{width: 285px; height: 410px; cursor: pointer; margin-left: 0px; margin-right: 0px; margin-top: 134px;}
	.show1280{display: none;}
	.hide1280{display: block;}
	.colunas5{position: relative; float: left; width: 20%; clear: none; margin-bottom: 15px;}
	.colunas5area:nth-child(5n+1){box-sizing: border-box; padding-left: 0px; padding-right: 12px; clear: both;}
	.colunas5area:nth-child(5n+2){box-sizing: border-box; padding-left: 3px; padding-right: 9px; clear: none;}
	.colunas5area:nth-child(5n+3){box-sizing: border-box; padding-left: 6px; padding-right: 6px; clear: none;}
	.colunas5area:nth-child(5n+4){box-sizing: border-box; padding-left: 9px; padding-right: 3px; clear: none;}
	.colunas5area:nth-child(5n+5){box-sizing: border-box; padding-left: 12px; padding-right: 0px; clear: none;}
	.showmobile3{display: none; }
	.hidemobile3{display: block; }

	.left125{ margin-left: 125px; }

	.colunas4{ width: 25%; clear: none; }
	.colunas4area:nth-child(4n+1){box-sizing: border-box; padding-left: 0px; padding-right: 37.5px; clear: both;}
	.colunas4area:nth-child(4n+2){box-sizing: border-box; padding-left: 12.5px; padding-right: 25px; clear: none;}
	.colunas4area:nth-child(4n+3){box-sizing: border-box; padding-left: 25px; padding-right: 12.5px; clear: none;}
	.colunas4area:nth-child(4n+4){box-sizing: border-box; padding-left: 37.5px; padding-right: 0px; clear: none;}
	.colunas4padd:nth-child(4n+1),
	.colunas4prod:nth-child(4n+1){ padding-left: 0; padding-right: calc(var(--margincolunas) * 3 / 4); clear: both; }
	.colunas4padd:nth-child(4n+2),
	.colunas4prod:nth-child(4n+2){padding-left: calc(var(--margincolunas) * 1 / 4); padding-right: calc(var(--margincolunas) * 2 / 4); clear: none; }
	.colunas4padd:nth-child(4n+3), .colunas4matprod:nth-child(4n+3),
	.colunas4prod:nth-child(4n+3){padding-left: calc(var(--margincolunas) * 2 / 4); padding-right: calc(var(--margincolunas) * 1 / 4); clear: none; }
	.colunas4padd:nth-child(4n+4), .colunas4matprod:nth-child(4n+4),
	.colunas4prod:nth-child(4n+4){ padding-right: 0; padding-left: calc(var(--margincolunas) * 3 / 4); clear: none; }

	.fleximgsfooter{ flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; }

	.wrapmenu{ top: 0; z-index: 1000; height: 50px; box-sizing: border-box; right: 0; width: calc(100% - var(--widthlinksmenu)); margin-right: 0;  align-self: flex-end; display: flex; justify-content:center; align-items: center; }

	.flexfooter{ flex-wrap: nowrap; justify-content: space-between; }
	.atalhosmenu{ display: flex; }

	.flexlegalfooter{ display: flex; float: left; width: 100%; clear: both; position: relative; justify-content: space-between; min-height: 50px; padding: 10px 0 10px; box-sizing: border-box; align-items: center; margin-bottom: 0; flex-wrap:nowrap; }


	.imgmenuprod{ width: 180px; height: 180px; }
	.footerinfocopy{ text-align: right; width: auto; }

	.footerinfocopy>div{ margin-bottom: 5px; }

	.wrapnewsinput{ min-width: 450px; }
	.menuheader{ display: block; }
	.paddingorcamento{ padding: 150px 150px 80px; }

	/*
	.gridconte{ display: grid; grid-template-columns: 16% 33% 22% 1fr; grid-template-rows: 22% 17% 28% 9.5% 1fr;grid-column-gap: 5px;grid-row-gap: 5px;width: 100%;max-height: 100vh;clear: both; float: left; position: relative; }

	.gridconte:nth-child(n + 2){ padding-top: 5px; box-sizing: border-box; }
	.gridconte .grid-item:nth-child(10n+1) { grid-area: 1 / 1 / 4 / 2; }
	.gridconte .grid-item:nth-child(10n+2) { grid-area: 1 / 2 / 3 / 3; }
	.gridconte .grid-item:nth-child(10n+3) { grid-area: 1 / 3 / 4 / 4; }
	.gridconte .grid-item:nth-child(10n+4) { grid-area: 1 / 4 / 2 / 5; }
	.gridconte .grid-item:nth-child(10n+5) { grid-area: 3 / 2 / 5 / 3; }
	.gridconte .grid-item:nth-child(10n+6) { grid-area: 2 / 4 / 4 / 5; }
	.gridconte .grid-item:nth-child(10n+7) { grid-area: 4 / 1 / 6 / 2; }
	.gridconte .grid-item:nth-child(10n+8) { grid-area: 5 / 2 / 6 / 3; }
	.gridconte .grid-item:nth-child(10n+9) { grid-area: 4 / 3 / 6 / 4; }
	.gridconte .grid-item:nth-child(10n+10) { grid-area: 4 / 4 / 6 / 5; }
	*/

	.itemslide{ width: 300px; }

}


@media only screen and (min-width:1400px){
	.slidecoaching .slide{width: 674px; height: 385px;}
	 .left125{ margin-left: 15%; }
	 /*.divsobrenos1{float: right; margin-left: 22px; margin-top: 134px;}
	 .divsobrenos2{float: right; margin-left: 125px; margin-top: 0;}*/
	 .w350{width: calc(100% - 720px);}
	 .slidemediaimg{width: 50%;}
	 .div450{width: calc(50% - 100px);}
}

@media only screen and (min-width:1500px){
	.left125{ margin-left: 18%; }
	.wrapprocurainputs{position: relative; float: left; clear: both; width: 100%; height: 34px; }

	.hidemobile4{display:block;}
	.showmobile4{display:none;}
	.hidemobiletable{display: table;}
	.margincarrinhopequeno{ margin-right: 100px; margin-left: 35px; width: calc(100% - 135px); float: left; clear: both; position: relative;}
	.wrapcestopequeno{width: 36.442%; border-bottom-right-radius: 0px; border-top-right-radius: 0px; float: right;}
	.wrapcestoprincipal{width: 59.747%;}

	.flex-item.social,
	.flex-item.lojas,
	.flex-item.sede,
	.flex-item.email{margin-top:0; }

	.flex-item.social{ align-self: auto; }

	.paddingcontactos{ padding: 00px 50px 50px 50px; box-sizing: border-box; }
	.mapaalt{ height: 600px; }
	.wrapphones{ justify-content: flex-start; }
	.paddingphones{ padding-right: 10px; box-sizing: border-box; float: left; clear: both; width: 100%;}
	.wrapimgpagam{float: right;}

	.widthlocalizacao{width: calc(100%); margin-right: 0px; position: relative; float: left; clear: none;}
	.titsearchindex{

	}
}


@media only screen and (min-width:1600px){ .left125{margin-left: 20%;} }
