

h1, h2{padding:0; margin:0; font-weight:normal; font-style: normal; }
p{ padding:0; margin:0; }
a{text-decoration: none; }


.serif{}


*{ outline:none; box-sizing: border-box;}


.grecaptcha-badge { visibility: hidden; }


.div{ position: relative; float: left; clear: none; }
.divboth{ position: relative; float: left; clear: both; }
.divbothright{ position: relative; float: right; clear: both; }
.divright{ position: relative; float: right; clear: none; }

:root{ /**************  DECLARAÇÃO DE VARIAVEIS (CUSTOM PROPERTIES) GLOBAIS CSS  *******************/
	/* CORES PRIMARIAS */

	--corpri1: #1B3C6D;
	--corpri2: #585858;
	--corpri3: #707070;
	--corpri4: #3E3E3E;
	--corpri5: #646464;
	--corpri6: #585858;
	--corpri7: #91A494;

	--themecolor: var(--corpri1);

	--verde: var(--corpri2);

	--cinzaclaro: #e8e8e8;
	--cinza9d: #9d9d9d;
	--cinza2: #d0d0d0;
	--cinza3: #d3d3d3;
	--cinza4: #DDDDDD;
	--cinza5: #ACACAC;
	--corpricinza: #e8e8e8;
	--cinza: var(--corpri4);

	--gradientdefault: transparent linear-gradient(91deg, #BE955D 0%, #E6BC82 54%, #987140 100%) 0% 0% no-repeat padding-box;

	--cinzaescuro: #343434;
	--cinzaescuro2: #292929;

	--skewdefault: 0deg;

	--skewPosSlide: 22%;
	--skewPosOficialDealer: calc(-100% + 150px);




	/* FUNDOS */
	--corfundoavisos: var(--corpri1);
	--corfundo1: #000;
	--corfundo2: var(--cinzaescuro);
	--columncountmenu: 3;
	--shadowbox: 0px 0px 4px -2px var(--corpri3);
	--widthlinksmenu: 260px;

	--screenHeight:100vh;
	--heightbarraavisos: 30px;
}

.screenHeight, .heightScreen{ height: var(--screenHeight); }

.parentambition{ box-sizing: border-box; padding-top: 200px; padding-bottom: 200px;}

.hidden{ display:none; }

.famtit .clickfam:first-child{ color:var(--corpri1); }

.bgbranco{ background: #FFF; z-index: 10; }
.bgcinza1{ background: var(--corfundo2); z-index: 10; }
.bgcinza4{ background: var(--cinza4); z-index: 10; }


.cinzaddd{ color: var(--corpri3); }
.cinza9d{ color: var(--cinza9d); }

.floatleft{ float: left; }
.floatright{ float: right; }
.heightfix{ min-height: 1px; }

.translateY-100{ transform: translateY(-100%); }
.translateY100{ transform: translateY(100%); }
.translateY-50{ transform: translateY(-50%); }
.translateY50{ transform: translateY(50%); }

.clickainside{ cursor: pointer; }

.skew{ transform: skewX(var(--skewdefault)); }
.unskew{ transform: skewX(calc(var(--skewdefault) * -1)); }

#LayoutDiv{ clear:both; float:left; margin-left:0; width:100%; display: block; position: relative; background: #fff; z-index: 100; }


.scroll{ overflow: auto; }
.hideoverflow{ overflow: hidden; }

.btndefault,
.input__label-content, .flex-prev, .flex-next,
.busubmit, .animate, .animate::after, .animate::before, .animate05{ -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.dialogcartmain .ui-dialog-buttonset .ui-button,
.btneffect, .btneffect::after, .btneffect .infobtn, .btneffect .infobtn span,  .btneffect .infobtn2, .btneffect .infobtn2 span,
.input__label-content, .flex-prev, .flex-next, .busubmit,
.animate, .animate::before, .animate::after,
.animatechilds, .animatechilds > *{ -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; }

.btndefault.border{
	background: transparent;
	border:1px solid currentColor;
}

.btndefault.border:hover {
	background: currentColor;
	color: #fff;
}

.mostratour:hover .btndefault.border {
	background: currentColor;
	color: #fff;
}

.animate07{ -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; }

.animatetransform{
	-webkit-transition:transform 800ms ease-in-out;-moz-transition:transform 800ms ease-in-out;-ms-transition:transform 800ms ease-in-out;-o-transition:transform 800ms ease-in-out; transition:transform 800ms ease-in-out;
}

.animate02{ -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition:  all 0.2s ease-out; }

.iconsmenu{ height: var(--sizeicons); }

.barratopo{ height: var(--heightbarratopo) box-sizing: border-box; position: relative; z-index:1000; box-sizing: border-box; display: flex; justify-content: space-between;
	/*	background: transparent linear-gradient(180deg, #FF1917 0%, #D4000C 100%) 0% 0% no-repeat padding-box; */
	/*background: url(../imgs/bandeirapx.jpg) repeat-x center center / auto 100%;*/
}

.barratopo .flexbarratopo{ display: flex; flex-wrap: nowrap; align-items: center; width: 100%; overflow: hidden; height: 100%; }

.barratopo .wraptexto::after{ content:''; position: absolute; height: 100%; right: 0; top: 0; background: url(../imgs/gradientavisos.png) no-repeat center right /100% 100%; z-index: 100; }

.barratopo .wraptexto::before{ content:''; position: absolute; width: 90px; height: 100%; left: 0; top: 0; transform-origin: 50%; transform: scaleX(-1); background: url(../imgs/gradientavisos.png) no-repeat center center /auto 100%; z-index: 100; filter: blur(0.5); }

.innerwraptexto{ display: flex; flex-wrap: nowrap; position: absolute; top: 50%; transform: translateY(-50%); }

.avisoshipping .envio{ display: flex; align-items: center; }



.barramenu::before{
	/* content: '';
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	background: transparent; */
}

.collapsed.barramenu::before{
	/* content: '';
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	/* background: url(../imgs/gradiente.jpg) no-repeat center center /cover; */
}

.barramenu::before{}




.bgdefault{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../imgs/gradiente.jpg) no-repeat center center /cover;}

.wraplogo{ display: flex; align-items: center; z-index: 9999999;}

.wraptexto{ width: 100%; position: relative; white-space: nowrap; margin: 0 auto; padding: 0 50px; box-sizing: border-box;overflow: hidden; display: flex; align-items: center; justify-content: flex-start; height: 100%; }


.bandeira2::after{ /*content:''; position: absolute; display: block; bottom: 0; left: 50%; transform: translateX(-50%); height: 1px; width: calc(100% + 4px); background: #fff;*/ }


/************	SOCIAL    ****************/



.social.footer .wrapsocialitem img{ height: 21px; width:auto; position: relative; float: left; }
.wrapsocialitem{ position: relative; float: left; margin-left: 0px; }

.imgsocial{ margin-right: 0px; position: relative; float: left; }
.separadorsocial{
	width: 1px;
	transform: skewX(var(--skewdefault));
	position: relative;
	height: 30px;
	background: #707070;
	margin-left: 10px;
	margin-right: 5px;
}

/************	SOCIAL    ****************/

.popuplogin{display: none; position: absolute; right: 0; left: auto; background: var(--cinzaescuro);box-sizing: border-box;min-width: 300px; z-index: 100000;}
.innerlogin{position: relative; float: left; clear: both; padding: 40px; padding-top: 20px;}

.popuploginaut{width:100%; max-width:350px;cursor:pointer;overflow:hidden;position:absolute;min-width:300px;right:100%;top:0px;background:var(--corfundo1);z-index:9000;display:none; box-shadow: var(--shadowbox);}

nav.navbar{ height: 100%; width: 100%; position: relative; float: left; z-index: 9999999;}

.nowrap{ white-space: nowrap; }
.navbar .innernavbar{ float: left; clear: both; position: relative; margin-right: 0px; display: flex; align-items: center; top: 50%; transform: translateY(-50%); z-index: 9999999;}

.iconsmenu{ float:left; display: flex; flex-wrap: nowrap; justify-content: flex-end; align-self: flex-end; position: absolute; }

.semimagem, .imgmenudefault{background: url(../imgs/semimagem.jpg) no-repeat center center/ cover; }
.imgmenudefault.imgmenu{ display: block; }
.procura.mobile.collapsed,
.wraplogin, .favoritos, .carrinho{ display: flex; align-items: flex-end; }
.encomenda .carrinho{ padding-left: 0; }
.dividentificacao, .formcarrinho, .carrinhocliente{ position: relative; float: left; clear: both; width: 100%; }

.iconmenu2,
.iconmenu{ width: 45px; height: 45px; position: absolute; cursor: pointer; left: calc(100% - 45px); top: 50%; transform: translateY(-50%); background: url(../imgs/iconmenu.png) no-repeat center center/contain; z-index: 1000; right: 20px; }

.iconmenu2{ background: none; }
.iconmenu2 span:nth-child(2), .iconmenu2 span:nth-child(1){ width: 26px; height: 2px; background: var(--corpri1);position: absolute; bottom: 9px; bottom: 10px; right: 0px; }

.iconmenu2 span:nth-child(1){ transform-origin: 0 50%; }
.iconmenu2 span:nth-child(2){ transform-origin: 100% 50%; }

.iconmenu.open{ left: 20px; transform: translateY(-50%) scale(-1); }
.iconmenu2.open span:nth-child(1){ transform: rotate(-45deg); }
.iconmenu2.open span:nth-child(2){ transform: rotate(45deg); right: 6.5px; }

.wrapiconmenu{ align-self: center; margin-left: 5px; max-width: 320px; position: relative; height: 100%; transform: translateY(3px); }

.menupriwrap{ display: flex; flex-wrap: nowrap; }

.iconlogin{	background: url(../imgs/login.png) no-repeat center center / contain; text-indent: 34px; color: #fff; }

/*** FAVORITOS ***/
.favclick .iconfav { background: url(../imgs/favorito.png) no-repeat center center / contain; color: #fff; text-indent: 34px; }
.favclick.hasfav .iconfav { background: url(../imgs/favoritocheio.png) no-repeat center center / contain; }

.addfavorito { height: 40px; width: 40px; position: relative; background: url(../imgs/favorito2.png) no-repeat center center/25px; }

.addfavorito.prod{ float: left; background: url(../imgs/favorito2.png) no-repeat center center/25px; }
.addfavorito.isfav{ background: url(../imgs/favoritocheio.png) no-repeat center center/25px; }
.addfavorito.prod.isfav{ background: url(../imgs/favoritocheio.png) no-repeat center center/ 25px; }
.addfavorito:hover { background: url(../imgs/favoritocheio.png) no-repeat center center/25px; }
.itemsfav{ position: absolute; top: 1px; right: -4px; z-index: 100; transform: translateY(-50%); }

.favclick .iconfav, .iconcart, .iconlogin, .iconprocura{ position: relative; z-index: 1; cursor: pointer; text-align: center; display: inline-block; }

.iconcart, .iconlogin, .iconfav{ filter: grayscale(0) brightness(1); }
.iconcart:hover,
.iconfav:hover,
.iconlogin:hover{ filter: grayscale(1) brightness(100); }

.iconcart{ background: url(../imgs/carrinho.png) no-repeat center center / contain; }
.submitprocura{ background: none; cursor: pointer;border-radius:0; box-sizing: border-box; padding:0; position: absolute; bottom: 4px; right: 0; width: 7px; height: 13px; background: url(../imgs/setadir.png) no-repeat center right /contain; opacity: 1;}
.open .submitprocura{opacity: 1;}

.procura.mobile,
.lupaprocura{ position: relative; float: left; width: 17px; height: 17px; background: url(../imgs/lupa2.png) no-repeat center center /contain; margin-right: 16px; cursor:pointer;}

.procura.mobile{ position: relative; top: auto; left: auto; transform: none; width: 23px; height: auto; }
.procura.mobile.normal{ height: 38px; margin-top: 5px;  margin-left: 10px; }
.procura.mobile.collapsed{ margin: 0; display: none; height: auto; margin: 13px 0 0 10px; background: url(../imgs/lupaver.png) no-repeat center center/contain; }
.procura.mobile.collapsed.active{ background: url(../imgs/lupa.png) no-repeat center center/contain; }



.procura{ position: relative; max-width: 400px; width: 100%; }
.inputprocura{ width: 100%; background: none; box-sizing: border-box; color: #fff; letter-spacing: 0px; }
.wrapimgproc{ min-width: 60px; width: 100%; height: 150px; overflow: hidden; border: 1px solid var(--corpri8); }
.imgproclista{ height: 100%; width: 100%; }

.wrapprodproc{ display: flex; flex-direction: column; }
.infoprodproc{ display: flex; flex-wrap: wrap; align-items: flex-start; padding-left: 15px;padding-right: 15px; box-sizing:border-box; justify-content: center; flex-direction: column; margin-top: 20px; }

.wrapiconfav{ position: relative; }

.wrapiconlogin, .wrapiconfav, .iconcarrinho{ display: flex; white-space: wrap; position:relative; align-items: center; cursor: pointer; flex-wrap: wrap; flex-direction: column; }

.iconshows, .iconescola, .icontours{ margin-left: 15px; box-sizing: border-box; }

.uc, .uppercase{ text-transform: uppercase; }
.capitalize,
.ucwords{ text-transform: capitalize; }


.wrapmenufooter{ position: relative; float: left; width: 100%; clear: both; flex-grow: 1; margin-bottom: 30px; }

.flex.center.flex.column-mobile{ align-items: center; }
.flex.center.flex.column.top{ justify-content: flex-start; align-items: center; }

.wrapmenufooter{ flex-grow: 1; }

.dialogcartmain .ui-dialog-buttonset .ui-button:nth-child(1), .dialogcartmain .ui-dialog-buttonset .ui-button:nth-child(2), .busubmit, .btndefaultborder, .btndefault, .btndefaultcolor, .btndefaultgradient{ height: var(--heightbtns); text-align: center; display: flex; align-items: center; justify-content: center; color: #fff; box-sizing: border-box; float: left; width: auto; background: var(--corpri1); border:0; cursor: pointer; transform: skewX(var(--skewdefault)); transform-origin: 0 50%; position: relative; }

.btndefault > * { transform: skewX(calc(var(--skewdefault) * -1)); }

.dialogcartmain .ui-dialog-buttonset .ui-button:nth-child(1){ color: #fff; }
.dialogcartmain .ui-dialog-buttonset .ui-button:nth-child(2){ color: #000; }

.btndefault.opacity{ background: rgba(212, 0, 12, 0.75); }

.btndefault.hovergradient::before{ content: ''; width: 100%; height: 100%; left: 0; top: 0; position: absolute; opacity: 0; background: #000; }

.btndefault.hovergradient:hover::before{ color: #fff; opacity: 1; }

.btndefaultgradient,
.btndefault.gradient{ background: transparent linear-gradient(90deg, #BE955D 0%, #E6BC82 54%, #987140 100%) 0% 0% no-repeat padding-box; background-position: right center; background-size: 200%; }


.btndefaultborder{background: none; border: 1px solid currentcolor; box-sizing: border-box; position: relative; float: left;   }
.btndefaultborder:hover{ background: var(--corpri1); }


.dialogcartmain .ui-dialog-buttonset .ui-button:nth-child(2), .busubmit2{ background: var(--corpri3); }
.dialogcartmain .ui-dialog-buttonset .ui-button:nth-child(1):hover, .busubmit:hover{ background: #e80000; }
.dialogcartmain .ui-dialog-buttonset .ui-button:nth-child(2):hover, .busubmit2:hover{ background: rgba(70,66,63,0.8); color: #fff;}


.wrapcontactfooter{ display: flex; justify-content: flex-end; flex-direction: column; margin-bottom: 20px; }

.fundodefault{  }

.txtnorm{ color:#838383; line-height:24px; text-decoration:none;text-align:left;font-weight:normal; letter-spacing:0; }
.txtnorm.contetxt1{ color:#A5A5A5; line-height:22px; letter-spacing: 1.28px; text-decoration:none;text-align:left;font-weight:400; letter-spacing:1.28px; }
.larguratxt{ text-align: left; }

.corpri1{color:var(--corpri1);}
.corpri2{color:var(--corpri2);}
.corpri3{color:var(--corpri3);}
.corpri4{color:var(--corpri4);}
.corpri5{color:var(--corpri5);}
.corpri6{color:var(--corpri6);}
.corpri7{color:var(--corpri7);}

.cinza,
.cinzadest{ color: var(--cinza); }
.cinza2{ color: var(--cinza2); }
.cinza3{ color: var(--cinza3); }
.cinza4{ color: var(--cinza4); }

.cinzaclaro{color: var(--cinzaclaro); }
.cinzaescuro{color: var(--cinzaescuro); }
.rosaesc{color: #71001d; }
.branco{color: #ffffff; }
.branco16{color: rgba(255,255,255,0.16); }
.dourado{ color: var(--corpri2); }
.escuro{ color: #23211f; }
.azulbebe{ color: #b4c5ca; }
.azulmar{ color: #229fb2; }
.preto{ color: #000; }
.vermelho{ color: var(--corpri1); }
.castanhoesc{ color: #858277; }
.castanhoesc:hover{ color: #c06c84; }
.castanhocla{color: #959289;}
.castanhocla:hover{ color: #c06c84; }
.verdeesc{color: #595d10; }
.verde{color: var(--verde); }
.cinzac1{color: #c1c1c1; }
.cinza9d{color: var(--cinza9d); }
.cinzaesc{color: #585548; }
.cinzaesc:hover{ color: #585548; }

.bgpri1{ background: var(--corfundo1); }
.bgpri2{ background: var(--corfundo2); }
.bgcinzaclaro{background: var(--cinzaclaro); }
.bgcinzaescuro{background: var(--cinzaescuro); }

.esquerdo{ text-align:left; }
.centro{ text-align:center; }
.direito{ text-align:right; }
.justificado{ text-align: justify; }

.riscado{ text-decoration: line-through; }
.underline{ text-decoration: underline; }
.thin{ font-weight: 100; }
.extralight, .lighter{ font-weight: 200; }
.light{ font-weight: 300; }
.regular{ font-weight: 400; }
.medio{ font-weight:500; }
.bold{ font-weight:700; }
.black{ font-weight:900; }
.semibold, .sbold{ font-weight:600; }
.italic, .italico{ font-style: italic; }
.noitalic{ font-style:normal; }

a.menupri{ color:#fff; text-decoration:none; font-size: 13px; font-weight: 400; z-index: 1; letter-spacing: 1.69px; opacity: 0.6; }
a.menupri:hover{opacity: 1;}
a.menupri.open{ color: #fff; }

a.menupri2{ color:#fff; text-decoration:none; font-size: 13px; font-weight: 400; z-index: 1; letter-spacing: 1.69px; opacity: 1;}

a.menupri2::after{content: ''; height: 1px; width: calc(100% + 8px); position: absolute; top: calc(50% + 10px); left: 50%; transform: translate(-50%, -50%); background: transparent;}

.marginmenus:hover a.menupri::after{/*content: ''; height: 1px; width: calc(100% + 8px); position: absolute; top: calc(50% + 10px); left: 50%; transform: translate(-50%, -50%); background: #fff;*/}

/*.menupri2::after{ content: ''; display: block; position: absolute; right: -10px; top:50%; transform: translateY(-50%); background: #d6cbb3; width: 0; height:0; padding: 15px; box-sizing: border-box; border-radius: 50%;  opacity: 30%; } */

a.menupri2.open{ color: #777; font-weight: bold; }

a.menupri:hover { /*color: #fff;*/ }
a.menupri2:hover { /*color: #fff;*/ }


.wrapmenuartigos>div>.menuitem{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	position: relative;
	float: left;
}

.wrapmenuartigos .submenu{padding: 4px 0;}

.wrapmenuartigos .submenu .menuitem{
	padding: 0;
	margin: 6px 0;
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
}

.menuitem{padding: 0 24px;}

/*.wrapsubs{ column-count: var(--columncountmenu); }*/

.subhover.submenu,
.subhover.submenu a.submenu{position: relative; clear: both; }

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

.wrapsubhover{ margin-bottom: 15px; float: left; clear: both; }
.wrapimgmenu{ float: left; position: relative; }
.submenuitem{ float: left; position: relative; }
.wrapfiltrosmenu{ float: left; position: relative; }
.itemfilter{ margin-bottom: 15px; float: left; clear: both; width: 100%; text-align: left; }

.hoversubsub:hover{ color : var(--corfundo2); }

a.submenupq:hover{ }

.subtitulo{font-size:12px;line-height:14px;font-weight:normal;color:#dddddd;text-decoration:none;text-align:justify;text-align:justify; }
.legendaimg{font-size:10px;color:#ffffff;font-weight:normal;font-style:normal;text-decoration:none; }
.pe2{font-size:11px;color:#b5a47c;font-weight:normal;font-style:normal;text-decoration:none; }
a.pe:hover{color:#5b5b5b;text-decoration:none; }
a.pe2:hover{color:#ffffff;text-decoration:none; }


.submenupq{ font-size:17px; font-weight:400; color: #fff; opacity: 1; text-decoration:none; letter-spacing:1.7px; }
.legenda{font-size:10px;font-weight:normal;color:#c5c5c5;text-decoration:none; }
.legendab{font-size:12px;font-weight:bold;color:#8f8f8f;text-decoration: none; }
.stitulo{font-size:12px; font-weight:normal; color:#fbb040; text-decoration: none; }
.titulolink{font-size:11px; font-weight:normal; color:#2b2c2d; text-decoration: none; }
.datalink{font-size:10px; font-weight:normal; color:#8a8a8a; text-decoration: none; }
.radio{-webkit-appearance:none; background: #e6cef6; }

select{ font-size:12px;background-color:#ebeae6;background-repeat:repeat;padding:6px;color:#333;-moz-border-radius:5px;border-radius:5px;border:none;padding:10px; }
.titindexprod{ color:#9d854d;text-decoration:none;font-size:19px;font-weight:normal; text-align:center; }
.legindexprod{ color:#9d854d;text-decoration:none;font-size:10px;font-weight:lighter; text-align:center; }

.titulodest{ text-transform: uppercase; }
.titulodest .sepcaminho{ display: none; }


.titulocaminho{ color: #FFFFFF; text-decoration: none; font-size: 14px; font-weight: 400; letter-spacing: 1.4px; white-space: nowrap; text-align:left; line-height: 27px; position: relative; float: left; position: relative; float: left; margin-right: 0px; opacity: 0.73;}
.titulocaminho2{ color: #FFFFFF; text-decoration: none; font-size: 14px; font-weight: 400; letter-spacing: 1.4px; white-space: nowrap; text-align:left; line-height: 27px; position: relative; float: left; position: relative; float: left; margin-right: 0px; opacity: 0.73;}
.titulocaminho3{ color: #FFFFFF; text-decoration: none; font-size: 14px; font-weight: 400; letter-spacing: 1.4px; white-space: nowrap; text-align:left; line-height: 27px; position: relative; float: left; position: relative; float: left; margin-right: 0px; opacity: 0.73;}
.titulocaminho2{font-weight: 400;}

.pedrascaminho .titulocaminho{color: #34563D;}
.pedrascaminho .titulocaminho2{color: #34563D;}
.pedrascaminho .titulocaminho3{color: #34563D;}

.titulocaminho:last-child,
.titulocaminho2:last-child,
.titulocaminho3:last-child{margin-right: 0;}

.sepcaminho{ color: #000; }
.titulocaminho2:last-child .sepcaminho{display: none;}
.titulocaminho3{ font-weight: bold; display:none; }

/*.titulocaminho::nth-last-child(2){display: none;} */

.titdest{color:#ded5c0;text-decoration:none;font-size:22px;font-weight:normal;text-align:left;font-style:normal; }
.txtdest{color:#877653;text-decoration:none;font-size:12px;text-align:left;font-weight:normal; }
.titdestpq{color:#6b6b6b;text-decoration:none;font-size:13px;text-align:center;font-weight:normal; }
a.titdestpq:hover{ color:#292929; }
.tituloloja{ color:#ffffff;text-decoration:none;font-size:28px;font-weight:normal; }
.nmrfam{ color:#a58c86;text-decoration:none;font-size:10px;font-weight:normal;line-height:12px; }
.nmrfam2{ color:#a58c86;text-decoration:none;font-size:25px;font-weight:normal; }
.txtdescri{ display: none; color:#000;text-decoration:none;font-size:13px;font-weight:normal;text-align:justify; }
.ordenaresc:hover{ color:#8f8e8e; }
.legendaindex{color:#b3b3b3;text-decoration:none;font-size:14px;font-weight:normal;text-align:left; }
.titcontrel{ color:#29373d; text-decoration:none; font-size:11.5px; font-weight: bold; }
.titficha{ color:#9d854d; text-decoration:none; font-size:14px; font-weight: bold; }
.titficha2{ color:#9d854d; font-weight:normal; font-size:13px; }
.titdestlegendapq{ color: #cac1ae; text-decoration:none; font-size:11px; font-weight: normal; }
.bandeira{ /*opacity: 1;*/ }
.bandeira2{  }

.bandeira,
.bandeira2{ text-decoration:none; }

.suggestionList li{ display: block; }
.bucomprar{ width: 100%; }
divprod{position: relative;float: left;clear: none; }
.rotatemiddle{ transform-origin: center; transform: rotate(180deg); }

.subhover.submenu,
.subsubfammenu,
.menusubsub{ position: relative; width: 100%; }

.onprod{ float:left; width:100%; clear:both; position:relative; box-sizing:border-box; background: #fff; }
.onprod .tamanhos{ min-height: 10px; }
.onprod.prodmenu{ background: transparent; }

.precocomprar{ width:100%; position:relative; float:left; left:0; overflow:hidden; padding-top: 10px; padding-bottom: 10px; box-sizing: border-box; }

.txtnotifica,
.txtpedido,
.txtcomprar{ width: 100%; position:absolute; float:left; overflow:hidden; height:40px; display: none; top: 100%; }
.wrapimgprod{float: left; clear: both; position: relative; width: 100%; overflow: hidden; }
.txtbucomprar{ border: 1px solid var(--corpri4); box-sizing: border-box; padding: 0 10%; box-sizing:border-box; }
.txtbucomprar:hover{ border: 1px solid var(--corpri2); box-sizing: border-box; padding: 0 10%; box-sizing: border-box; color: var(--corpri2); }
.txtbucomprar:hover .imgcarrinhocompra{ background: url(../imgs/carrinho.png) no-repeat center center / contain; }

.imgprodcarrinhopop{ width: 100px; height: 100px; }

.onimagem.hover:not(.onimagem.hover.secimg, .onprod.prodmenu .onimagem){ transform:scale(1.1); }
.onimagem .secimg{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;  opacity: 0; }

.onimagem.hover .secimg.hover{ opacity: 1; }

.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; }

.promodiv2{ background-size: contain; padding: 0 4px; }

.onprod[data-novidade="true"]{ border: 1px solid #3F9021; box-sizing:border-box; }
.onprod[data-promocao="true"]{ border: 1px solid #D4000C; box-sizing:border-box; }


.promodivpeq{-webkit-border-radius:0px 0px 12px 0px;-moz-border-radius:0px 0px 12px 0px; border-radius:0px 0px 12px 0px;width:68px;position:absolute;height:20px;z-index:10;margin-left:1px;margin-top:1px;background-color:#ff9900;pointer-events:none; }
.divtxt{ background:#E8E8E8; float:left; position: relative; width:100%; }
#clienterecpass, #clienteemail{display:none;position:absolute; }
.custompopup{background:var(--cinzaescuro) no-repeat center center; background-size:cover; width:100%; max-width:419px; height:482px;position:relative;padding-top:5px; }
.loginfb{ background: #0F3F99; border:none; cursor:pointer; margin:0 auto; width:100%; }
.titaviso{ margin-top: 100px; }
.pp_left{padding-left: 0 !important; }
.titpopup{text-align:center;margin-top:45px; }
.linhaesq{width:100%; height:2px; background:#ebeae6; position:absolute;top:18px; }
.popuptext{ text-align: justify; margin-top: 30px; padding: 0 40px; line-height:23px; box-sizing: border-box; }

.btnok2, .btnok{ background: var(--corpri2); height:35px; border:none; color:#ffffff; width:140px; cursor:pointer; border-radius:0; bottom:60px; position:absolute; text-align:center;margin:0 auto;left:0;line-height:34px;right:0; }

.ui-dialog-titlebar{ display: none; }
.prettyphotoemailpopup{ width: 100%; overflow: hidden; }
.divmenumob{ background: #eee; }

.logo{z-index: 10001; cursor: pointer; margin-left: 0; pointer-events: all;}


.menucab{ margin:0 auto;margin-top:30px;position:relative;max-width: 800px; }
.menucabfix{ margin:0 auto;margin-top:-25px;position:relative;max-width: 800px; }
.linhabr{ width:40px;height:1px;background:#ffffff;float:right;position: relative; }
.linhabege{ height:1px; background:#948079; float:left; position: relative; }
.butodosprod{ float:left;width:100%;clear:both; }
.heightcart::-webkit-scrollbar{ width:7px; }
.heightcart::-webkit-scrollbar-track{-webkit-border-radius:0px;border-radius:0px;background: #ccc; }
.heightcart::-webkit-scrollbar-thumb{ -webkit-border-radius:0px;border-radius:0px;background: #8c9192; }
.heightcart::-webkit-scrollbar-thumb:window-inactive{ background: #8c9192; }


.menu{ float:left; position:relative; clear:none; height:85px; width:100%; }
.abrepopproc{position:relative; max-width:18px; margin: 0 auto; margin-top: 3px; }
.middle{ top:50%;position:relative;transform:translateY(-50%); }
.fundodest{ width:50%;position:absolute;right:0;top:54px; }

.maxwidth800{width:100%;max-width:800px;margin-left:0%;margin-right:0%;height:100%;margin:0 auto;position:relative; }
.maxwidth1200{width:100%;max-width:1200px;margin-left:0%;margin-right:0%;height:100%;margin:0 auto;position:relative; }
.maxwidth1600{width:100%;max-width:1600px;margin-left:0%;margin-right:0%;height:100%;margin:0 auto;position:relative; }
.maxwidth1700{width:100%;max-width:1700px;margin-left:5%;margin-right:5%;height:100%;margin:0 auto;position:relative; }
.maxwidth1900{width:100%;max-width:1900px;margin-left:5%;margin-right:5%;height:100%;margin:0 auto;position:relative; }


.slogan{width:100%;text-align:left; }
a{outline:none; }
.fundocatalogo{position:absolute;left:0;top:0px;background:#e8e8e8;z-index:-1; }
.fundoprodest{width:100%;height:100%;position:relative;float:left;clear:both;background:#e8e8e8; }
.titlescorta{text-align:left;float:left;width:100%;z-index:200;position:relative; }
.titlescorta2{text-align:left;float:left;width:100%;position:absolute;left:0; }
.cortaletra{margin-bottom:-5px; }
.cuttedletter{float:left;position:relative;clear:none; }

.divhover{ position:absolute;bottom:0;width:100%; }
.txthover{ position:absolute;bottom:0;width:100%;text-align:left;box-sizing:border-box; }
.txthover2{ position:absolute;bottom:0;width:100%;text-align:left;padding:0 30px;box-sizing:border-box; }
.verprod{height:26px;position:relative;display:none;width:100%; }
.subfam{height:117px;float:left;width:100%;background:#fff;position:relative; }
.riscaprod{ width:16px; height:1px; background:#000; margin-top:11px; }
.adefault{ text-decoration:none; color:inherit; }
.precoprodrisca{ float:left;position:relative; text-decoration:line-through; box-sizing:border-box; font-weight:400; padding-left: 4px; }
.tdpreco>.precoprod:not(.precoprod2){flex-direction: column; }
.precoprod{ float:left;position:relative;clear:none;white-space:nowrap; display: flex; flex-wrap: wrap; align-items: baseline;  }
.precoprodin{ white-space: nowrap; }

.mostraprecoprod{ margin: 0 auto;clear:none; float: left; clear: both; position: relative; width:100%; }
.divhidden{ position:relative;width:100%;z-index:100; opacity: 0; }
.sabermaisprod{ float:left;width:106px;clear:none;height:50px;background:#4c4c4c;position:relative;bottom:0; }
.comprarbtn2, .comprarbtn{ width: calc(100% - 106px); clear:none; height:50px; float:left; position:relative; background:#e30413; bottom:0; cursor:pointer; }
.riscasabermais{ width:35px;height:1px;background:#fff;float:left;position:relative;clear:both; }

.padding5{ float:left;position:relative;width:100%;height:100%;clear:both; }
.legimghistoria{ position:absolute;bottom:-30px;left:0; }
div.tel{ color:#fff;font-size:10px;font-weight:400; }
.codcontact{ font-size:10px;font-weight:400; }
span.tel{ font-size:12px;font-weight:700; }

.iconabre, .menubars, .iconabremob{ background:url(../imgs/iconmenu.png) no-repeat center center/contain;float:left;position:relative;clear:none;cursor:pointer; }

.menubars{ display: none; }
.btncatalogo{ float: left; clear: none; position: relative; color: #000; cursor: pointer; }

.localizacao{ width: 100%; float: left; clear: both; margin-bottom: 0px; position: relative; }
.imgdest{ height: 100%; width: 100%; }
.caminho{ position: relative; color: #fff; text-align: center; display: flex; flex-wrap: wrap; float: left;}
.encomenda .caminho{ padding-left: 0; margin-bottom: 20px; }
.wrapprodtit .caminho{ padding: 0; }
.titpaginadest{ margin: 0 auto; z-index:100; pointer-events: none; }

.titpaginadestdesign{ position:relative;float:left;right:0;z-index:100; }
.contrel{float:left;position:relative; clear:both; }
.contrel2{float:left;position:relative;background: #fff; clear:both; }
.contrela{float:left;position:relative;min-height: 66px; }
.relfile{float:left;position:relative;clear:both; line-height: 1.6; }
.designimg{ height:260px; width:100%; position:relative; float:left; width: 100%; }

.textopag{ box-sizing:border-box; float:left; position:relative; z-index: 999; }
.bkpags{ background:#eee; }
.galeria{float:left;background:#fff;position:relative; }
.margintextpags{margin-top:48px;margin-left:48px; }
.legendagal{position:absolute;bottom:-80px;border:1px solid red;width:20px;height:20px; }
.dragarea{ position:absolute; right:38px; top:45px; background:url(../imgs/drag_icon.png) no-repeat center center/contain; height:48px; width:32px; z-index:200; }
.mostracontrel{ float:left; clear:both; cursor:pointer; margin-bottom:20px; }
.descricaopags{ font-size:15px; font-weight:bold; color:#8c9192; text-align:justify; margin-top:30px; margin-bottom:20px; }
.contrelaseta{ float:left;height:19px;width:15px; position:relative;background:url(../imgs/seta_relacionado.png) no-repeat center center;clear:none; }
.titcontrela{float:left; clear:none; border-bottom: 1px solid #000; padding-right: 30px; box-sizing:border-box; width: auto; float:left; padding-bottom:5px; clear: both; margin-bottom: 10px;}

.rotatecontrel{ transform: rotate(180deg); }
.rotate90{ transform: rotate(-90deg); }
.wrapalbum{ float:left; clear:both; width:100%; background:#e8e8e8; box-sizing:border-box; position:relative; }

.album{ float:left;clear:both;width:100%;position:relative;background:#fff; }

.nomepagbottom{transform:translateY(11px) rotate(0.01deg); }
.caminhofam{ position:absolute;line-height:54px; }
.txtshadow{text-shadow:0px 0px 1px #aaa; }
.mostrasubfam{float:left;clear:both;position:relative;background:#e8e8e8;box-sizing:border-box; margin-bottom:50px; }
.imgsubfam{display:block;float:left;width:100%;opacity:1;bottom:0;position:absolute; }
.textsufbam{height:117px;width:100%;float:left;clear:both;padding:0 5%;box-sizing:border-box; font-weight: 400; }
.linhasubfam{width:22px;height:1px;background:#000; }
.txtsubfam{ color: #000; font-size: 20px; padding-bottom: 11px; box-sizing: border-box; display: table-cell; vertical-align:bottom; position:relative; }
.txtsubfam2{ font-weight:bold; }

.heightsubfam{ height:50px; position:relative; width:100%; }
.heightsubfam2{ height:10px; position:relative; width:100%; }
.wraplinha{ padding-top:0px; position:relative; float:left; }
.textplace{ float:left; clear:both; width:100%; position:absolute; top:0; }

.setasmenu{ width: 13px; height: 6px; clear: none; position: relative; background:url(../imgs/setabaixo.png) no-repeat center center/contain; float: left; }
.setasmenu.setaatual{ width: 12px; height: 20px; background: url(../imgs/setabaixo.png) no-repeat center center/contain; }

input::-webkit-input-placeholder{ color: var(--corpri2); opacity: 1; }
input:-moz-placeholder{ /* Firefox 18- */ color: var(--corpri2); opacity: 1; }
input::-moz-placeholder{ /* Firefox 19+ */ color: var(--corpri2); opacity: 1; }
input:-ms-input-placeholder{ color: var(--corpri2); opacity: 1; }


.inputprocura::-webkit-input-placeholder{ color: #fff; opacity: 1; }
.inputprocura:-moz-placeholder{ color: #fff; opacity: 1; }
.inputprocura::-moz-placeholder{ color: #fff; opacity: 1; }
.inputprocura:-ms-input-placeholder{ color: #fff; opacity: 1; }

input::-webkit-input-placeholder{ color: black; opacity: 1; }
input:-moz-placeholder{ /* Firefox 18- */ color: black; opacity: 1; }
input::-moz-placeholder{ /* Firefox 19+ */ color: black; opacity: 1; }
input:-ms-input-placeholder{ color: black; opacity: 1; }
input:placeholder{ color: black; opacity: 1; }

input.inputorcamento::-webkit-input-placeholder, input.inputdefault2::-webkit-input-placeholder{ color: #fff; opacity: 1; }
input.inputorcamento:-moz-placeholder, input.inputdefault2:-moz-placeholder{ color: #fff; opacity: 1; }
input.inputorcamento::-moz-placeholder, input.inputdefault2::-moz-placeholder{ color: #fff; opacity: 1; }
input.inputorcamento:-ms-input-placeholder, input.inputdefault2:-ms-input-placeholder{ color: #fff; opacity: 1; }
input.inputorcamento:placeholder, input.inputdefault2:placeholder{ color: #fff; opacity: 1; }

.inputnewsletter::-webkit-input-placeholder{ color: #484848; opacity: 1; }
.inputnewsletter:-moz-placeholder{ /* Firefox 18- */ color: #484848; opacity: 1; }
.inputnewsletter::-moz-placeholder{ /* Firefox 19+ */ color: #484848; opacity: 1; }
.inputnewsletter:-ms-input-placeholder{ color: #484848; opacity: 1; }
.inputnewsletter:placeholder{color: #484848; opacity: 1; }

.inputdefault::-webkit-input-placeholder{ color: #8BB8B1; opacity: 1; }
.inputdefault:-moz-placeholder{ color: #8BB8B1; opacity: 1; }
.inputdefault::-moz-placeholder{ color: #8BB8B1; opacity: 1; }
.inputdefault:-ms-input-placeholder{ color: #8BB8B1; opacity: 1; }
.inputdefault:placeholder{ color: #8BB8B1; opacity: 1; }

.inputinscricao::-webkit-input-placeholder{ color: #fff; opacity: 1; letter-spacing: 1.5px;}
.inputinscricao:-moz-placeholder{ color: #fff; opacity: 1; letter-spacing: 1.5px;}
.inputinscricao::-moz-placeholder{ color: #fff; opacity: 1; letter-spacing: 1.5px;}
.inputinscricao:-ms-input-placeholder{ color: #fff; opacity: 1; letter-spacing: 1.5px;}
.inputinscricao:placeholder{ color: #fff; opacity: 1; letter-spacing: 1.5px;}

.colunaprodapres{ box-sizing: border-box; }
.incolunaprodapres{ background: #e8e8e8; float: left; clear: both; width: 100%; position: relative; box-sizing: border-box; }
.menulojanum{ font-size: 25px; }
.paddingcontador:last-child{padding-right:0; }
.paddingcontador{float:left;clear:none;position:relative; width:auto; }
.design *{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none; }
.menulojanome{clear:none;padding-right:11px;position:relative; }
.menulojanome.atual{text-decoration: underline; font-weight: 600; }
.nomeproxprod{padding:0 15px;position:absolute;float:left;background:#8c9192;color:#fff;height:30px;display:none;transform:translateY(100%);bottom:0;line-height:30px;white-space:nowrap; }
.nomeprodant{padding:0 15px;float:left;position:absolute;background:#8c9192;color:#fff;height:30px;display:none;transform:translateY(100%);bottom:0;line-height:30px;white-space:nowrap; }
.bklistaprod{position:absolute;right:0;height:100%;background:#e8e8e8; }
.showknife{float:left;clear:both;position:relative;width:100%;z-index:2000; }
.submenuhover:hover{background:rgba(98,108,110,0.8);font-size:bold; }
.wrapmenuloja .wrapsubmenuprodutos .subfamhover:hover{color:var(--corpri1);font-size:bold; }
.inmenu{float:left;height:54px;padding:0 10px;box-sizing:border-box; }
.setavoltar{float:left;clear:none;background:url(../imgs/seta_esq.png) no-repeat center center/contain;height:18px;width:5px;margin-right:5px; }
.nomefam{ float:left;text-align:left;clear:none; }

.mostramaisinfo{ float:left;position:relative;margin-right:10px; }
.setamostra{ background:url(../imgs/seta_relacionado.png) no-repeat center center/contain;height:15px;width:13px;float:left;position:relative; }

.imgprod{float:left;position:relative; width:100%; max-width: 100%; opacity: 0.95; }
.imgprod::after{opacity: 0;content: '';display: block;position: absolute;bottom: 10px;right: 10px;background: url(../imgs/lupa.png) no-repeat center center / contain;width: 28px;height: 28px; }

.infoextra{ float:left;width:100%;clear:both;display:none;box-sizing:border-box; }
.rotateinfoprod{ transform:rotateX(-180deg); }
.onmoreinfo{ float:left;clear:both;position:relative;cursor:pointer; }
.menutdhover:hover{ background: #bfc0c4; }
.menutd{cursor:pointer; }
.proxprod{ color:#8c9192;padding-right:15px;text-align:right;position:relative;height:19px;white-space:nowrap; }
.setanext{ position:absolute;right:0;height:9px;top:3px; }
.setanext2{ position:absolute;right:0;height:9px;top:3px;opacity:0; }
.setaprev{ position:absolute;left:0;height:9px;top:3px; }
.setaprev2{ position:absolute;left:0;height:9px;top:3px;opacity:0; }
.imagemmarca{ height:24px;float:left;clear:none;position:relative; }
.antprod{color:#8c9192;padding-left:15px;text-align:left;height:19px;position:relative; white-space:nowrap; }
.imagemconte{ position: relative; float: left; clear: both; width: 100%; }
.thumbprod.slick-current::after{ content: ''; width:100%; height:100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.3); }

.wrapprodspecial{max-width:127px; width:100%; float:left; clear:both; position:relative; }
.legendaimgprod{ position:relative;float: left;clear: both; }
.bkcinza{ background: #e8e8e8; }

.width48padd{ float:left;box-sizing:border-box;position:relative;width:100%; }
.linhaprodcart{ background:#000;float:left;width:19px;height:1px;clear:both;margin-top:20px;margin-bottom:15px; }
.linhaprodcart2{ background:#000;float:left;width:19px;height:1px;clear:both;margin-top:10px;margin-bottom:5px; }
.spacercart{ margin-top:10px;margin-bottom:15px;width:100%;height:1px;float:left;clear:both; }
.submitcod{ -webkit-transition:all 600ms ease;-moz-transition:all 600ms ease;-ms-transition:all 600ms ease;-o-transition:all 600ms ease;transition:all 600ms ease;float:left;width:100%;clear:both;position:relative;background:#8c9192;box-sizing:border-box;cursor:pointer; }
.submitcod:hover{ -webkit-transition:all 600ms ease;-moz-transition:all 600ms ease;-ms-transition:all 600ms ease;-o-transition:all 600ms ease;transition:all 600ms ease;background:#e30413; }
.bunovologin, .bunovologin2{ float:left;height:48px;background:#e30413;color:#fff;cursor:pointer; }
.butemlogin{ float:left;height:48px;background:#8c9192;color:#e8e8e8;cursor:pointer; }
.butemlogin:hover{background:#000; color: #fff; }
.bunovologin:hover{background:#e8e8e8;color:#8c9192; }
.bunovologin2:hover{ background:#e6e7e7; color:#e30413; }
.invertblack{ filter: invert(1); }

.wrapbuttonprod:nth-child(2){ padding-left: 20px; box-sizing: border-box; }

.imgsacobutton{ width: 15px; height: 18px; margin-top: -4px; background:url(../imgs/carrinho.png) no-repeat center center/contain; display: inline-block; vertical-align: middle; }

.headpopup{ line-height: 54px; }
.justify{ text-align: justify; }
/* .center, .centerleft{ position:relative;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%); } */
.center{ text-align:center; }
.centerleft{ text-align:left; }
.nopointer{ pointer-events: none; }
.design{ float:left;position:relative;margin-right:50px;height:733px;width:calc(100% - 50px); }
.wrapbkdesign{position:relative;float:left;width:100%;clear:both;overflow:hidden;height:100%; }
.height100{ height:100%; }
.designbk{ position:absolute;height:100%;width:auto;left:0; }
.designbkmob{ position:absolute;height:100%;width:100%;left:0;z-index:-1; }
#main-slider{ min-height:370px; max-height: 100vh; overflow: hidden; }
.textdesign{ float: left; position:relative; z-index:100; height:100%; width:100%; }
.setadesign{ position: absolute; bottom: 38px; right: 35px; background:url(../imgs/seta_design.png) no-repeat center center/contain;height:24px;width:11px;cursor:pointer;z-index:500;padding:0 10px;box-sizing: border-box; }
.designslide2{ position:absolute; display:none; width:100%; height:100%; }
.dragblock{ box-sizing:border-box; float:left; clear:none; cursor:move; }
.dragblocksize{ width:200px; padding:25px; position:absolute; }
.heightsliderr{ height:417px; }
.infodragblock{ display:none;float:left;clear:both;width:100%;text-align:left;position:relative;min-width:350px; }
.linhadesign{ height:1px;background:#e30413;width:17px;float:left;clear:both;margin-bottom:20px; }
.txtinfosabermais{float:left;position:relative;width:100%;clear:both;margin-top:7px;padding-left:20px;box-sizing:border-box; }
.ctrlflexv{position: absolute; width:7px; right:9px; top:50%; transform:translateY(-50%); }
.ctrlflex{ position: relative; margin-top: 0; }
.marginbottomcontenorm{ margin-bottom: 60px; }
.setaback{ top: 50%; transform: translateY(-50%); position: absolute; left: -17px; }

.abremenumob{position: absolute; background: #000; z-index: 100; display: none; max-width: 500px; width: 100%; box-shadow: var(--shadowbox); overflow: auto; padding: 90px 20px 20px; box-sizing:border-box;}

.verticalslider{ float:left;clear:both;width:100%;position:relative; }
.titledesmob{ padding-left:2px;margin-top:15px;margin-bottom:15px;float:left;position:relative;width:100%; }
.menuatualmob{ background: rgba(98,108,110,0.8); font-weight:700; }
.rotatesetasub{ transform:rotate(-180deg); }
.imgfaca{ width:80%;max-width:750px;margin:0 auto;margin-top:95px;position:relative;display:block;max-height:275px; }
.pontofaca{ position:absolute;cursor:pointer;padding:10px 0;box-sizing:border-box;height:100%;width:20px;margin-top:-10px;margin-left:-7px; }
.pontocircle{position:absolute;border-radius:50%;border:1px solid #fff;cursor:pointer;height:7px;width:7px;margin-left:3.5px; }
.pontohover{position:absolute;width:100%;height:100%;cursor:pointer; }
.bkponto{position:absolute;height:7px;width:7px;display:none;border-radius:50%;box-sizing:border-box; }
.infofaca{padding:25px;box-sizing:border-box;display:none;z-index:9999;font-size:14px; }
.linhasep{height:1px;background:#fff;position:absolute; }
.imgdesign{width:350px;height:calc(350px * 1.3); }
.imgright{display:none;position:absolute;top:50%;transform:translateY(-50%);right:50px; width:18%; height:20%; }
.destbkopacity{background:#000;opacity:0.4;height:100%;width:100%;position:absolute;left:0;right:0; }
.sabermaisbtndesign:before{content:"";display:block;float:left;clear:both;width:16px;height:1px;background:#e30413;margin-top:50px; }
.sabermaisbtndesign{text-align:left;float:left;clear:both;position:relative;color:#e30413;cursor:pointer; }
.colunas2sempre{ width:50%;clear:none;float:left;position:relative; }
.mostramarca{position:relative;float:left;width:auto;margin:7px 7px 7px 0; }
.mostramarca:nth-child(2){margin:7px 7px 7px 7px; }
.menulojatit{height:48px;line-height:48px;width:100%;box-sizing:border-box; }
.inmenuhandle{ width:100%; overflow:hidden; float:left; position:relative; height:100%; }

.imglogin{ max-width:18px; }
.animsetadir{ animation:setamovedir ease-in-out 1.2s infinite; }
.animsetadir:hover{ -webkit-animation-play-state: paused; animation-play-state:paused; }

@keyframes setamovedir{0%{ transform: translateX(0px); }50%{transform:translateX(10px); }100%{transform:translateX(0px); }}
@-moz-keyframes setamovedir{0%{-moz-transform:translateX(0px);}50%{-moz-transform:translateX(10px);}100%{-moz-transform:translateX(0px);}}
@-webkit-keyframes setamovedir{	0%{-webkit-transform:translateX(0px);}50%{-webkit-transform:translateX(10px);}100%{-webkit-transform:translateX(0px);}}

.opaddcart{ min-height:50px; background:#e9e9e9; clear:none; float:right; width:calc(100%); padding:0 20px; box-sizing: border-box; }
.focusprod{ background:rgba(200,200,200,0.6); position:absolute; width:100%; height:100%; z-index:999; display:none; }

.innercart .quanti{ border-bottom: 0; color: #fff; }

/************************************	CONTROLO QUANTIDADE	  ************************************/

	.qtd{position: relative; width: 100%; }
	.qtdextra .qtd{width: auto; max-width: calc(100% - 10px);}

	/* .add::after, .minus::after{content: ''; height: 10px; width: 10px; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) skew(calc(var(--skewdefault) * -1)); transform-origin: 0% 150%; } */

	.add{ }
	.add::after{ background: url(../imgs/mais.png) no-repeat center center/contain; }
	.minus{ }
	.minus::after{ background: url(../imgs/menos.png) no-repeat center center/contain; }

	.areaqtd{ float:left;width:90%;max-width:200px;float:left;position:relative;background:#e9e9e9;color:#8c9192; }
	.areaqtdpre{ width: 62px; max-width:200px; margin:0 auto;clear:none;position:relative;background:#e9e9e9;color:#8c9192; }

	.qtdprod .qtd{ border: 1px solid var(--cinza2); padding: 5px 15px; box-sizing: border-box; width: auto; float: left; }

	.extra .ctrlqtd{ transform-origin: 0 100%; }
	.extra .add, .extra .minus{ transform-origin: 0 100%; }

/************************************	CONTROLO QUANTIDADE	************************************/

.precoextra span{

}

.txtcontactope{ float:left; }

.input--hoshi{ overflow: hidden; position: relative; float: left; width: 100%; }
.input__field--hoshi{ width:100%; padding:0; padding-left: 10px; padding-bottom: 0px;  }
.inputreserva .input__field--hoshi{ width:100%; padding:0; padding-left: 10px; padding-bottom: 0px; font-size:10px; }
.input__field--hoshi::after{ margin-top: 0px; }
.input__label--hoshi{ position:absolute;bottom:0;left:0px;padding:0;padding-left:0px;width:100%;height:100%; text-align:left; pointer-events: none; font-size: 14px; font-weight: 400; }
.formorcamento .input__label--hoshi{ position:absolute;bottom:0;left:10px;padding:0;padding-left:0px;width:100%;height:100%; text-align:left; pointer-events: none; font-size: 14px; font-weight: 400; }
.inputcontacto .input__label--hoshi{ font-size: 11px; padding-left: 0px; letter-spacing: 0px; border-bottom:0px solid rgba(165, 165, 165, 0.5); }
.inputcontacto .input__label--hoshi:focus{ color: #000; }
.input__label-content--hoshi{ position:absolute; top: 50%; padding-left: 0px; margin-top:0px; transform: translateY(-50%); }
.inputcontacto .input__label-content--hoshi{ position:absolute; top: 50%; padding-left: 22px; margin-top:0px; transform: translateY(-50%); margin-left: 0px;}
.textarea .input__label-content--hoshi{ position:absolute; top: 20px; padding-left: 22px; margin-top:0px; }

.inputregisto .input__label--hoshi{ font-size: 11px; padding-left: 0px; letter-spacing: 0px; border-bottom: 1px solid rgba(145, 164, 148, 0.56); }
.inputregisto .input__label--hoshi:focus{ color: #000; }

.inputreserva .input__label--hoshi{ font-size: 10px; padding-left: 10px; letter-spacing: 0px; }
.inputreserva .input__label--hoshi:focus{ color: #000; }

.input--filled .input__label--hoshi{ margin-top:0px;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0); }

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi{ top: 20%; font-size: 12px; }
.input--filled .input__label-content--hoshi.cinzaescuro{ color: var(--cinzaescuro); }

.textarea .input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi, .textarea.input--filled .input__label-content--hoshi{ top:15px; font-size:12px; }

.input--filled .input__label-content{  }

.formcliente .input__field--hoshi{ width:100%; padding-left: 0px; padding-bottom: 0px; font-size:14px; }

/* .preto.input--filled .input__label-content, .inputcontacto .input--filled .input__label-content{ color: #7B5F39; } */

.inputcontacto .input--filled .input__label-content{ }

.inputreserva .input--filled .input__label-content{ }

.inputcarrinho .input--filled .input__label-content,
.inputregisto.input--filled .input__label-content, .inputregisto .input--filled .input__label-content{ /*color: #436F8A;*/ }

.wraptextareadefault{position: relative;float:left; width:100%; background:#fff; transform: skewX(var(--skewdefault)); transform-origin: 0 50%; padding: 0 20px; box-sizing: border-box; margin-bottom: 0px; }


.wraptextareadefault > *,
.wrapinputdefault > * { width: 100%; position: relative; float:left; transform: skewX(calc(var(--skewdefault) * -1)); }

.wrapinput .error{ position: relative; }

.wraptextareadefault2{ transform: none; transform-origin: 0; }

.wraptextareadefault2::before,
.wraptextareadefault2::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	background: currentcolor;
	transform: skewX(var(--skewdefault));
	transform-origin: 0% 0%;

}
.wraptextareadefault2::after{
	top:auto;
	left:auto;
	bottom: 0;
	right: 0;
	transform-origin: 0% 100%;
}

.textareadefault,
.inputdefault{ width: 100%; height: 45px; text-align: left; font-weight: normal; box-sizing: border-box; border: 0; border-radius: 0px; max-width: 100%; background: transparent;}
.textareadefault{height: 132px;}

select.inputdefault{ padding:0; appearance: none; }

.inputcontacto .inputdefault{ width:100%; height:50px; border:0; text-align:left; padding: 0px; padding-top:5px; font-weight:normal; box-sizing:border-box; border-radius:0; max-width:100%; background: transparent; font-style: normal; padding: 0px; border-bottom: 0px solid rgba(145, 164, 148, 0.56);}

.inputregisto.inputdefault{ width:100%; height:50px; border:0; text-align:left; padding: 0px; padding-top:5px; font-weight:normal; box-sizing:border-box; border-radius:0; max-width:100%; background: transparent; font-style: normal; }

.inputreserva .inputdefault{ width:100%; height:27px; border:0; text-align:left; padding: 0 10px; font-weight:normal; box-sizing:border-box; border-radius:0; max-width:100%; background: transparent; font-style: normal;}

.inputlogin, .selectorcamento, .inputorcamento{ background: transparent; box-sizing: border-box; border-bottom: 1px solid #91A494; }

.textareadefault{  padding: 18px 0px 0px; box-sizing: border-box; border:0; resize: none; padding-left: 10px;}

.selectaluguer,
.selectdefault{ width:100%; height:40px; text-align:left; padding: 0 20px 0 0px; font-weight:normal;box-sizing:border-box;border-radius:0; max-width:100%; background: transparent; border-bottom: 1px solid #000;}

.selectaluguer{ padding: 0; }

.selectaluguer + .select2{ border-bottom: 1px solid #000; }

.backgroundclip{ color:#b5b5b5; background-repeat:no-repeat; background-position:center center; background-size:cover;-webkit-background-clip:text;-webkit-text-fill-color:rgba(181,181,181,0.2);-moz-background-clip:text; -moz-text-fill-color:rgba(181,181,181,0.2); background-clip:text; text-fill-color:rgba(181,181,181,0.2); }

.floatInv2,
.floatIt{ animation: rotative linear 9s infinite; will-change: transform; }
.floatInv3{ animation: rotative linear 11s infinite reverse; will-change: transform; }
.floatIt3{ animation: rotative linear 11s infinite; will-change: transform; }
.floatIt2,
.floatInv{ animation: rotative linear 9s infinite reverse; will-change: transform; }
.floatInv4{ animation: rotative linear 15s infinite reverse; will-change: transform; }
.floatIt4{ animation: rotative linear 15s infinite; will-change: transform; }
@keyframes rotative{ to{ transform:scale(1.001) rotate(1turn); } }

.innertextbackground{ opacity:1; }
.imginblock{ height:100px; width: 200px; position: relative; float: left; clear: none; }
.wrapcor{ float:left; position: relative; }

.varianteprod,
.selectvariante{ background-color:transparent; }
.selectvarlista, .selectvar{ background-color:transparent; -webkit-appearance:none;-moz-appearance:none;appearance:none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 15px; box-sizing: border-box; }
.wraptamanhoslist{ margin-top: 10px; }
.confirmoprivacy{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;background:#d6d6d6;position:relative;width:10px !important;height:10px !important;padding:0;margin:0;margin-right:10px;border-radius:50%; }
.confirmoprivacynorm{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox; }
.moradasec{ float:left;clear:both; }
.carrinhocloseoverlay{ display:none; background:transparent; width:100%; height:100%; position:fixed; left:0; right:0; z-index:300; top:0; }

.no-close .ui-dialog-titlebar-close{ display: none; }
.no-close .ui-dialog-titlebar{ display: none; }
.no-close .ui-button{ border:0; border-radius:0; background:#9d9d9d; }
.no-close .ui-state-default, .ui-widget-content .ui-state-default{ background:var(--corpri1); }
.no-close .ui-button:hover{ background:#eee; font-weight:normal; color:#000; }
.no-close .ui-button-text{ margin-top: 3px; }

.titpopupemail{ margin-bottom: 10px; }

.custompopup{ background:#fff; width:100%; max-width: 419px; height: 482px; position:relative; padding-top: 5px; }
.titaviso{ margin-top:100px; }
.pp_left{ padding-left:0 !important; }
.titpopup{ text-align:center; margin-top:45px; }
.popuptext{text-align:justify;margin-top:30px; padding:0 40px; line-height:23px;box-sizing:border-box; }

.popupemail{ width:100%; overflow:hidden; }

.ui-dialog:not(.nomaxwidth){ max-width: 320px; }

.spanopts{ float: left; display: block; position: relative; line-height: 15px; }
.labelblock{ float: left; display: block; position: relative; margin-right: 10px; margin-top: 13px; margin-bottom: 10px; }

.pointer{ cursor: pointer; }

.bolasep{ margin: 0 20px; width:5px; height:5px; min-width: 5px; background: #fff; border-radius: 50%; display:inline-block; }

.wrapoverflowfams{ overflow: hidden; width: 100%; height: 100%; position: relative; padding-top:5px; padding-bottom:35px; box-sizing:border-box; }

.loading{ display: none;  background: rgba(255,255,255,0.7); width:100%; height:100%; position: absolute; top: 0; left: 0; z-index: 10000;  }
.loading .after{ content: ''; background: url(../imgs/loading.svg) no-repeat center /contain; width: 70px; height: 70px; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); }

.overlaydestaque, .destaqueoverlay{ background:rgba(89,89,89,0.2); position:absolute; width:3200px; height:1100px; }

.slider-destaque .swiper-slide .wrapslide{
	/* transform-origin: 100% 0;
	transform: skew(var(--skewdefault)); */
	overflow: hidden;
}

.slider-destaque .swiper-slide .innerslide{
	transform-origin: 100% 0;
	/* transform: skew(calc(var(--skewdefault) * -1)); */
	width: calc( 100%);
	/* margin-left: calc(var(--skewPosSlide) * -1); */
}

.slider-destaque .swiper-slide .wrapslide.par{ margin-top: 0px; width: calc(100%); margin-left: 0px; }



.customradio{
	-webkit-appearance:none; -moz-appearance:none; appearance:none; display:inline-block; position:relative; width:10px !important; height:10px !important; padding: 0; margin: 0;  border: 1px solid var(--corpri2); box-sizing: content-box; float: left;
	background: transparent;
}


.customradio:checked::after{ content:''; background: var(--corpri1); width: 7px; height: 7px; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); }

.formcontactos .customcheckbox{border:1px solid var(--corpri4); border-radius: 7px; margin-top: 1px;}

.faccontri{ margin-right: 5px; }

.abremenumob .setasubs,
.setamenu{ position: relative; float: left; clear: none; box-sizing: border-box; width: 25px; height: 18px; background: url(../imgs/setabaixopreta.png) no-repeat center center/12px; }

.abremenumob .setasubs.active,
.setamenu.active{ transform: rotate(180deg); transform-origin: 50% 50%; }
.menufamscabeca .innermenu .setamenu.active{ transform: rotate(-90deg); transform-origin: 50% 50%; background: url(../imgs/setabaixover.png) no-repeat center center/12px;}
.abremenumob .setasubs,
.abremenumob .setamenu,
.menufamscabeca .setamenu{ background: url(../imgs/setabaixobr.png) no-repeat center center/10px; }



.backgroundbottomcart{ background: rgba(29,29,29,0.80); }

.bgcarrinho, .bgeditperfil, .bgrecpass, .bgtxtcliarea{ float: left; clear: both; position: relative; width: 100%; }

.marginbottominfo{ margin-bottom: 10px; }

.linhaproduto2, .linhaproduto{ float: left;clear: both;position: relative;height: 1px;background: #777;margin-top: 40px; margin-bottom: 10px;width: 100%;max-width: 300px;}

.linhaproduto2{ margin-bottom: 30px; margin-top: 20px; }

.wrapthumbprod{ width: calc(100% + 16px); transform: translateX(-16px); }

.wrapthumbprod .slick-dots{ width: calc(100% - calc(16px + 60px)); transform: translateX(16px); }

.buttontop{ background: url(../imgs/setatopo.png) no-repeat center top / 20px;width: 40px;height: 45px;text-align: center;position: absolute;bottom: 0;right: 0;padding-top: 15px;box-sizing: border-box; }

.innercolcart{position: relative; width: 100%;position: relative;float: left;clear: both; box-sizing: border-box; padding-left: 18px; border-top: 1px solid var(--cinza); padding-top: 10px; }
.abrefac{ background: var(--corfundo1); margin-top: 90px; }

.colfac{ float: left; clear: none; position: relative; margin-right: 20px; }
.nomeprodutoapres{ text-transform: uppercase; }
.lspacing2{ letter-spacing: 2px; }
.buindex.buselected{ color: var(--corpri2); }
.addthis_toolbox a{ margin-bottom: 0 !important; }
.opacitymenu{ opacity:0.7; }
.pehover{ opacity: 0.8; }
.opacitymenu:hover, .pehover:hover{ opacity: 1; }

.wrapform{ box-sizing:border-box;position: relative; float: left; clear: both; max-width: 800px; }
.marginconfirmopriv{ margin: 20px 0 10px;}

.moreproducts{ padding-left: 30px;box-sizing:border-box; }
.areafam{ text-transform: uppercase; }
.cruzmorada{ display: none; padding-left: 10px; position: relative; height: 15px; filter: brightness(0); }
input[name="confirmorobot"]{ position: absolute; transform: scale(0); }
.closepopup{background:url(../imgs/fechar.png) no-repeat  center center / 15px;width: 20px;height: 20px;position: absolute;top: 15px;right: 15px;z-index: 100;cursor: pointer; }
.stockicon{cursor: default; width: 5px; height: 5px; margin: 0 auto; display: block; border-radius: 50%; }

.stockicon.green{ background: rgba(60, 178,82,1); }
.stockicon.orange{ background: #FFA500; }
.stockicon.red{ background: rgba(200, 86, 86, 1); }

.imgcontecima{ width: 100%; position: relative; float: left; clear: both; transform-origin: 0 100%;}
.imgindex::before{/*content:''; width: 100%; height: 100%; left: 0; top: 0; background: #000; opacity: 0.6; z-index: 1; position: absolute;*/ }



.redgradient{ position: absolute;right: 0;bottom: 0;width: 500px;height: 500px;background: transparent linear-gradient(135deg, rgba(212, 0, 12, 0) 0%, rgba(212, 0, 12, 0) 50%, rgba(212, 0, 12, 1) 100%) 0% 0% no-repeat padding-box;opacity: 0.75; }

.menuitem{position: relative; float: left;}

div.submenu:not(.subhover){ display: none; position: absolute; width: 100%; box-sizing: border-box; padding: 0px; padding-top: 40px; padding-bottom: 16px; background: rgba(52, 86, 61, 0.91); top: -5px; left: 50%; transform: translateX(-50%); }

.imgmenu{ clear: both; position: absolute; top: 0; margin-right: 20px; display: none; height: 100%; }
.wrapsubmenu{left: 50%; top: calc(100% - 1px); width: 100%; min-width: 160px; box-sizing: border-box; position: relative; transform: translateX(-50%); border-bottom-right-radius: 26px; }
.topmenuhandle{ position: relative; float: left;clear: both; z-index: -1;background: #000; height: 40px; width: 100%; }

.bgmenudesktop{ background: var(--corfundo1); position: absolute; top:0; left: 0; width: 100%; height: 100%;display: none; z-index: -1; box-shadow: var(--shadowbox); }
.wraplinhamenu{position: relative; float: left; clear: both; width: 100%; }
.linhasubmenu{height: 1px;width: 100%;clear: both; position: relative; float: left; background: var(--corpri2); }

.linhadefault{ margin:0 auto;width: 1px; height: 20px; position: relative; background: var(--corpri2);animation: growdown 2s infinite; }

.linhaside{ position: absolute;top: 0; left: 0; width: 1px;height: 20px; background: var(--corpri2);animation: growdown 2s infinite; }
.btntopo .linhaside{ top: auto; bottom: 0; }

.wraplinhaheight{ height: 100px;position: absolute;top:0; left:0; }

.btntopo,
.descubramais{ margin:0 auto; clear: both; cursor: pointer; position: relative; display: inline-block; }
.descubramais{ width: 21px; }
.btntopo{ top:0; bottom: auto;  width: 21px; height: 100px; }

/* .txtside{padding-top: 20px; padding-left: 5px; box-sizing:border-box;
	writing-mode: sideways-lr;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;

	text-orientation: mixed;
} */

/*{
	cursor: none !important;
} */

.vertical-text{
	writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;

	text-orientation: mixed;
	transform: scale(-1,-1);
}

.at-expanded-menu-host{ cursor: default !important; }

.cursor {
	position: fixed;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(1);
	background: rgba(214,203,179,0.65);
	z-index: 1000000000000000000;
	pointer-events: none;
    transition: transform 0.3s;
}

.cursor.hovering{ transform: translate(-50%, -50%) scale(2); }

.txtside{ padding-bottom: 20px;padding-left: 5px; box-sizing: border-box; writing-mode: vertical-lr; transform: rotate(180deg); text-orientation: mixed; /* float: left; */ transform-origin: 70% 50%; }

.btntopo .txtside{ padding-bottom: 0; }
@keyframes growdown{ 0%{height:20px;} 100%{height:100%; }}
@-moz-keyframes growdown{0%{ height: 20px; } 100%{ height: 100%; }}
@-webkit-keyframes growdown{ 0%{height: 20px; } 100%{height: 100%; }}


.overlaydefault{ /*background: rgba(0,0,0,0.12);*/ width: 100%; height: 100%; position: absolute; top:0; left:0; }
.overlaydest{ background: rgba(0,0,0,0.5); }
.overlaydefault.hover{ background: rgba(0,0,0,0.12); }


.mouseunder{ position: fixed;background: rgb(255,255,255);
	background: -moz-radial-gradient(circle, rgba(255,255,255,1) 30%, rgba(143,116,52,0) 100%);
	background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 30%, rgba(143,116,52,0) 100%);
	background: radial-gradient(circle, rgba(255,255,255,1) 30%, rgba(143,116,52,0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#8f7434",GradientType=1);
	border-radius: 50%;width: 120px;height: 120px;z-index: 0; transform: translate(-50%,-50%);pointer-events: none;
}

.wrapradiovariantes{ float: left; position: relative;margin-right: 1px;margin-left: 1px; padding: 4px; box-sizing: border-box; border: 2px solid var(--cinzaescuro); margin-right: 6px; cursor: pointer; }

.onprod .wrapradiovariantes{ border-width: 1px;margin-right: 4px;padding: 2px; }

.wrapradiovariantes.selected{ border: 2px solid var(--corpri1); }/*PRODUTO*/
.onprod .wrapradiovariantes.selected{border: 1px solid var(--corpri1); }/*LISTA*/

.onprod .wrapradiovariantes .selectvariante{ height: 10px; width: 10px; min-width: 10px; }
.onprod .wrapcores{ margin-bottom: 4px; }

.absmiddle{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wrapinfoempresa{ background: var(--corfundo1); box-sizing: border-box; }
.centerdiv{ display: inline-block; text-align:center; margin:0 auto; }


.alturacar { background: var(--corfundo1); margin-bottom: 0; }

.alturacar .heightcart{ max-height: calc(100vh - 160px); overflow: auto; }


.flex-item.social{ margin-right: 0; }

.separadorpe{ width: 100%; height: 1px; background: var(--corpri2); position: relative; float: left; clear: both; margin-top: 20px; margin-bottom: 40px; opacity:0.5; }



.popuptit{ font-size: 20px; text-align: center; font-weight: 500; color: #fff; }
.popuptxt{ font-size: 14px; text-align: center; font-weight: 400; color:  #fff; }

.whitewrapper{ width: 20px;position: relative;margin: 0 auto;box-sizing: border-box;background: #fff;padding-top: 5px;padding-bottom: 5px; }

.inputstring{ height:45px; margin:0; background: none; padding:0; box-sizing: border-box; width:100%; min-width:80px; border-radius:0; border-bottom: 1px solid var(--corpri2);	text-transform: uppercase; }

.imgcarrinho{ float: left; clear: both; position: relative; background: url(../imgs/carrinho.png) no-repeat center center / 20px; filter: brightness(1000); }

.removerprod{ position:relative; background: url(../imgs/lixo.png) no-repeat center center/ contain; float: right; height:20px; min-width: 15px; margin:0 auto; z-index:100px; cursor: pointer; top: 0; right:0; }

.wrapcartprod{ width: 100%; position: relative; float: left; clear: both; display: flex; flex-wrap: nowrap; margin-bottom: 8px; }

.prodcart{ width:100%; position: relative; float: left; clear: both;box-sizing: border-box; }
.iconfechacliaut{ z-index:100; position: absolute; float: right; right: 13px; width: 20px; height: 20px; background: url(../imgs/cruz.png) no-repeat center center /contain; cursor: pointer; margin-left:0px; margin-top:0; top: 13px; }

.linhacarrinho{ background: var(--cinza);  width: 100%; position: relative; float: left; height: 1px;}
.visualenc .linhacarrinho{margin-bottom: 10px;}
.vermaisfam{ position: relative; float: left; clear: both; }

.paddingprocura{ box-sizing: border-box; float: left; clear: both; position: relative; width: 100%;  }


.vermaisfamilias:hover{ color:var(--corpri2); }

.descricaowrap{ margin-bottom: 25px; margin-top: 0px; }
.wrapordemprod{ position: relative; float: left; box-sizing: border-box; }
.submenuativo{ text-decoration: underline; color: #777; }
.setaordenar2,
.setaordenar{ background: url(../imgs/setabaixo.png) no-repeat center center/contain; height: 20px; width: 12px; position: relative; float: right; }
.setaordenar2{ background: url(../imgs/setabaixocinza.png) no-repeat center center/contain; }

.ordermob{ display: none;position: absolute; top: 100%;	left: 0; width: 100%; padding: 20px 40px; box-sizing: border-box; background: var(--corfundo1); z-index: 1000; }

.orderdesktop{ align-items: stretch; }
.wrapvariantesprod .wrapcor:nth-child(1)  .wrapradiovariantes { margin-left: 0; }
#precoapres{ padding-left: 0px; box-sizing: border-box; display: flex; align-items: baseline; flex-direction: column; }


.prodinfo{
	float: left;
	position: relative;
	width: 100%;
	clear: both;
	padding-left: 20px;
	box-sizing: border-box;
}

.lupaslide{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 20px;
}

.setacimascroll{
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%) rotate(180deg);
	background: url(../imgs/setabaixo.png) no-repeat center center/contain;
	width: 18px;
	height: 20px;
	display: none;
	cursor: pointer;
}

.setabaixoscroll{
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../imgs/setabaixo.png) no-repeat center center/contain;
	width: 18px;
	height: 20px;
	display: none;
	cursor: pointer;
}

.menuloja{ margin-top: 30px; }

input[name="desconto"]{ border: 1px solid var(--corpri2); box-sizing: border-box; }

.radiotxt{ margin-bottom: 10px; line-height: 12px; }
.radiotxt input{ margin-right: 6px; }

.borderregcart{ border: 1px solid var(--corpri2); }
.borderlogincart{ border: 1px solid #464340; }
.subsubfammenu{margin-left: 10px; }
.titfiltro{ margin-left: 21px; }
.wrapfiltros{ line-height: 1.6; }

.wrapfiltrosmob{
	background: rgba(255,255,255,0.5);position: relative;float: left;width: 100%;display: none;padding: 20px 15px 10px;box-sizing: border-box;overflow: auto;border:1px solid #eee;	box-sizing: border-box;
}

.wrapfiltrosmob::before{content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #fff; z-index: -1; }

.mobtitdetalhe{ margin-bottom: 10px; border-bottom: 1px solid var(--corpri3); padding-bottom: 5px;box-sizing: border-box;text-align: left;margin-top: 20px; }

.setadetalhes{ height: 10px;width: 15px;right: 0px;	position: absolute;	top: 50%; transform:translateY(-50%);background: url( ../imgs/setabaixocinza2.png) no-repeat center right/15px;}

.setadetalhes.rotate{ transform:translateY(-50%) rotate(180deg); }

.gradientmenu{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
	position: absolute;

	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 100;
	opacity: 0.25;
}

.overlaytxt{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 350px;
	z-index: 3;
	opacity: 0.25;
}

.subpe{ line-height: 1.7; }
.imgdiv{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.imgdiv.hover{ transform: scale(1.1); }
.txtempresa{ line-height: 1.6; letter-spacing: 0.7px; }

.marcas{float:left;clear:both;width:100%;position:relative;margin-top:5px; }
.wrapslidemarcas{ position: relative;clear: none;float: left; }
.slidemarcas{ width: calc(100%); clear: none; float: left; position: static!important; }
.tituloindex,
.titmarcasslide{ /*transform: rotate(-90deg); transform-origin: 0 0;*/ transform: translateY(25%); display: inline-block; padding:0; }
.wrapmarcastit{  float: left; clear: none; position: relative; }
.wrapmarcas{ position: relative; float: left; z-index: 1; }

.colunasmarcas{ margin: 0 50px; float: left; clear: none; }
.marcasflex{ display: flex; position: relative; float: left; clear: both; justify-content: space-evenly; flex-wrap: wrap; align-items: center; margin: 0 auto; }

.grayscaleop,
.grayscale{ filter: grayscale(1); }
.grayscaleop{ opacity: 0.4; }

.grayscale:hover{ filter: grayscale(0); }
.grayscaleop:hover{ opacity: 1; filter: grayscale(0); }
.hovergold:hover{ color: var(--corpri1); }
.paddbtnscart{ width: 80%; margin: 0 auto; float: none; }

.titlecontactos { margin-bottom: 10px; }

.inputmargin { margin-bottom: 10px; }
.inputcontacto.inputmargin { margin-bottom: 0px; }

.inputreserva.inputmargin { margin-bottom: 0px; }

.setasubs{ width: 15px; height: 15px; background: url(../imgs/setabaixobr.png) no-repeat center center / contain; float: left; clear: none; }
.setasubs.rotate180{ transform: rotate(180deg); }

/* a.submenu:hover{ color: #fff; } */
a.submenu:hover .setasubs{ filter: brightness(1); }
/* .subsubfammenu:hover, .subsubmenu:hover, a.submenu:hover, a.submenu2:hover{ color: #fff; } */

.wrapvariantes { margin-top: 20px; }

.widthhandle{ height: 1px; }

.wraptitmenuloja{ margin-bottom: 10px; }

.subpe, .submenuside{ margin-bottom: 5px; }

.subareape{ margin-top: 10px; }

.zoomImg{ background: #fff; }

.imgdpd{ height: 30px; }
.imgctt{ height: 30px; }
.imglivroel{ height: 40px; }

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

.wrapphones{ display: flex; justify-content: flex-start; }
.separador{ position: absolute; width: 1px; background: var(--corpri2); top:0; height: 100%; }
.heightsliderange{ height: 40px; }

.spaceminval{ float: left; clear: none; position:  relative; }
.spacemaxval{ float: right; clear: none; position: relative; }

.bufiltroreset{ position: relative; margin-top: 10px; margin-left: auto; margin-right: auto; color: var(--corpri1); border: 1px solid var(--corpri1); text-align: center; margin-bottom:15px;font-size:12px; box-sizing: border-box; padding: 11px 5px; cursor: pointer; }

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

.wrapbtnmob{ position: relative; width: 100%; clear: both; display: flex; flex-wrap: nowrap; justify-content: space-between; }

.btnfiltros, .btnordenar{ height: 37px; width: 50%; background: #fff; border: 1px solid #e8e8e8; }

.mudaordemob{ cursor: pointer; height: 20px; line-height: 20px; padding: 0 20px; box-sizing: border-box; margin-bottom: 15px; }

.ordenar.mobile{display: none; position: absolute; bottom:100%; background: rgba(255,255,255,0.5); width:100%; z-index: 100; }
.ordenar.mobile::before{content: ''; display: block; position: absolute; width: 100%; height: 100%; background: #fff; }

.listfams{ display: flex; justify-content: center; flex-wrap: wrap; width: 100%; }

.itemfam{ padding: 10px 10px; box-sizing: border-box; }
.hoversabermais:hover,
.itemfam:hover{ color: var(--corpri2); }

.tamanhos{ display: flex; justify-content: flex-start; position: relative; float: left; clear: both; width: 100%; flex-wrap: wrap; }
.wraptamanhoslist .tamanhos{ justify-content: center; }
.tamanhos .tamanho:last-child{ margin-right: 0; }

.tamanho{ border-radius: 50%; min-width: 25px; font-size: 14px; color: rgba(200,160,86,0.65); border: 1px solid rgba(200,160,86,0.5); margin-right: 10px; position: relative;  box-sizing: border-box; margin-bottom: 5px; }

.tamanho .tam input, .tamanho .tam table{ padding: 0 5px; box-sizing: border-box; }

.wraptamanhoslist .tamanho{ font-size:11px; margin-right:6px; margin-bottom:6px; }
.hiddencor{ opacity: 0; }
.tamanho.big{ border-radius: 20px; }

.tamanho.active{ color: var(--cinza9d); border: 1px solid rgba(200,160,86,1); }
.tamanho:not(.active), .tamanho:not(.active) label, .tamanho:not(.active) .selectvar{ cursor: pointer; }

.wrapcores{ position: relative; display: flex; clear: both; width: 100%; justify-content: flex-start; margin-bottom: 20px; flex-wrap: wrap; }
.defaultheightcores{ min-height: 20px; }

.loadimg{ background: url(../imgs/loading.svg) no-repeat center center/contain;width:50px;height:50px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:100000;}
.tamanhos .tamanho .txtvar{position: relative; /* top: 50%; left: 50%; transform: translate(-50%, -50%);*/ opacity: 0.9; }
.tamanhos .tamanho.active .txtvar{ opacity: 1; }

.tamanho label{ height: 100%; display: block; width: 100%; }
.tamanho .tam{ width: 100%; }
.tamanho .tam .wrapdentrotamanhos{ display: flex; align-items: center; border: 1px solid transparent; box-sizing: border-box; }
.tamanho .tam.selected .wrapdentrotamanhos{ border: 1px solid var(--cinza); }
.tamanho .infotam{ float: left; position: relative; width: 100%; margin-top: 5px; }
.tamanho .tam.selected .infotam{ color: var(--cinza9d); }

.wraptamanhos{ position: relative; float: left; margin-bottom: 20px; }

/* para o popup do tamanho */
.precototalapres.promo{ margin-right: 5px; }
.precovar .promo.precototalapres{ font-size: 14px; }
.precovar .promo.precototalapres span{ font-size: 12px; }
.precovar .letra13.promo{ font-size: 11px; }
.precovar .riscado{ font-size: 12px; color: #000; padding: 0 !important; }
.precovar .nopromo{ font-size: 14px; }
.precovar .nopromo span{ font-size: 12px; }
.precovar .infopromo{ font-size: 10px; }


/* para o on change do tamanho na listagem de prods */
.precocomprar .precoprod .promo.letra24{ font-size: 15px; }
.precocomprar .precoprod .promo.letra24 .letra20{ font-size: 13px; }
.precocomprar .precoprod .letra13.promo{ font-size: 12px; }
.precocomprar .precoprod  .nopromo.letra24{ font-size: 15px; }
.precocomprar .precoprod .nopromo.letra24 .letra20{ font-size: 13px; }

.wrapprecoprod .precoprod > .precoprod{ white-space: nowrap; flex-direction: row;}
.wrapprecoprod .precoprod{ flex-direction: column; }

.centrostock table{ text-align: center; width: auto; margin: 0 auto; }

.ui-front{ z-index: 10000 !important; }
.ui-dialog{ z-index: 10001 !important; }

.fundo1{ background: var(--corfundo1) !important; }

	.submenuposih{  }

	input[type="submit"]{ -webkit-appearance: none; }

	.itemmenupe{ margin-top: 5px; line-height: 1.1; }

	/* border: 1px solid #fff; */

	/* .closemenu{ position: absolute; top: 0; right: 0; height: 25px; width: 25px; background: url(../imgs/cruz.png) no-repeat center center/ 21px; z-index: 100; cursor: pointer;} */
	.indexload{ background-size: 60px; min-height: 100px; }

/**** CARRINHO ****/
	.imgcarrinhocompra{ background: url(../imgs/carrinhocinza.png) no-repeat center center / contain; margin-right:10px; max-width:16px; width: 20px; height: 18px; }

	.carrinhopage{  }
	.carrinhoprod{ background:url(../imgs/carrinhopeq.png) no-repeat center center /contain;height:15px;width:14px;float:left; padding:0; }
	.carrinhoprod2{ background:url(../imgs/carrinhopeq2.png) no-repeat center center /contain;height:15px;width:14px;float:left; padding:0; }
	.carrinhoprod:hover{ background:url(../imgs/carrinhopeq.png) no-repeat center center /contain; }

	.dialogcartmain .ui-dialog-buttonset{ white-space: nowrap; width: 100%; display: flex; clear: none; }
	.dialogcartmain .ui-dialog-buttonset .ui-button{ font-size: 12px; width: 50%; }
	.dialogcartmain .ui-dialog-buttonset .ui-button:nth-child(2){ margin-right: 0 !important; }

	.wrapreceberpartes{ box-sizing: border-box; padding-top: 20px; line-height: 1.4; }
	.wrapradioreceberpartes{ position: relative; width: 100%; clear: both; margin-top: 10px; box-sizing: border-box; }
	.wrapradioreceberpartes span{ float: left; clear: none; margin-right: 15px; }

/**** FIM CARRINHO ****/


/**** NEWSLETTER ****/

	.titnews{ position: relative; }
	.innernews{ position: absolute; top: 50%; left: 50%; transform: translateX(-50%); min-width: 100%; }
	.inputnewsletter{ width: calc(100% - 28px); min-width: 200px; height: 30px; border:none; border-right: 0; padding: 0 20px 0 0px; box-sizing: border-box;  background: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.5);}

	.inputnews{ height: 45px; }
	.wrapnewsinput{ display: flex; width: 100%; display: flex; justify-content: center; border:0px solid var(--corpri1); right:0px; transform-origin: 100% 0; z-index: 999;}
	.hiddenprivacy{ display: none; position: absolute; top: 100%; width: calc(100% + 0px); left: 0px; z-index: 9;}

	.txtnewsletter{ margin-bottom: 20px; margin-top: 10px; max-width: 300px; }
	.formnewsletter{ position: relative; float: left; }

	.flex-item.newsletter{ margin-left: 0; }
	.newsletter{ position: relative;}
	.confirmonews{ margin-bottom: 2px; margin-top: 15px; border: 1px solid #000;}

/**** FIM NEWSLETTER ****/

/**** INFORMAÇÕES FOOTER ****/
.colunasinfope{ float: left; position: relative; width: 100%; background: var(--corfundo4); box-sizing: border-box; min-height: 400px; }
.iconinfope{ width:60px; height: 50px; }
.imgpagam{ max-height: 40px; max-width: 100%; }
.imgsinfope{ display: flex; width: 100%; justify-content: space-around; align-items: center; }

.logocopy{-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
background: url(../imgs/logocopy.png) no-repeat center center/contain;
opacity: 1;}

.logocopy:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(../imgs/logocopylr.png) no-repeat center center/contain;
  opacity: 1;
}

.hovercopy:hover .logocopy{ opacity: 0; }
.hovercopy:hover .logocopy2{ opacity: 1; }

.logocopy2{ opacity: 0; }

.imginfope{ margin-top: 20px; height: 30px; }
.innerinfope{ width: calc(100% - calc(var(--margindefault)*2)); margin: 0 var(--margindefault);  height: auto; bottom: 10%; left: 0; }
.filterblack{ filter: brightness(0); }


.imgfundoslide2, .imgfundoslide{ width: 100%; height: 100%; position: absolute; filter: grayscale(1) brightness(0.9); }
.imgfundoslide2{ filter: none; opacity: 0; z-index: 100; }

.hoverelement1,
.hoverelement2{ background: rgba(212,0,12,0.8); width: 100%; height: 300%; clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%); position: absolute; top: 0; left: 0; transform: translateY(-25%); opacity: 0; }
.hoverelement1{ clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%); }
.hoverslideindex{ overflow: hidden; }

.hoverslideindex:hover .hoverelement1{ transform: translate(-100%, -50%); }
.hoverslideindex:hover .hoverelement2{ transform: translate(100%, 50%); }

/* .imgfundoslide::before{content:'';width:100%;height:100%;position:absolute;background:#000000 0% 0% no-repeat padding-box;opacity:0.1;top:0;left:0;z-index:1;pointer-events:none;} */

.innerslide{height: 100%;}

.wrapinfo .titulo, .wrapinfo .titulo2{ position: absolute; z-index: 10000; }
.wrapslide{ width: 100%; clear: none; position: relative; box-sizing: border-box; height: 100%; }
.mostraartigo .titulo,
.mostraarea .titulo,
.mostrafamilia .titulo,
.wrapslide .titulo{ bottom: 20px;  padding: 20px 0; box-sizing: border-box; }

.mostraartigo .titulo2,
.mostraarea .titulo2, .wrapslide .titulo2, .mostrafamilia .titulo2{ top: 0px; text-align: right; padding: 20px 0; box-sizing: border-box; }



.bgfamsindex{ background: var(--corfundo1); }
.bgsearchindex{ background: var(--corfundo5); }

.indexmasksearch{ width: 100%; height: 180px; left: 0; }
.contemasksearch{ width: 100%; height: 180px; left: 0; background: var(--corfundo8) url(../imgs/texturacinzaescuro2.png) no-repeat center top / cover; }
.maskpretobranco{ width: 100%; height: 180px; left: 0; background: #000 url(../imgs/texturabr2.png) no-repeat center top / cover; }
.indexmaskred{ width: 100%; left: 0; background: url(../imgs/texturabr.png) no-repeat center bottom / cover; }
.maskcinzaconte{ width: 100%; left: 0; background: url(../imgs/texturacinza.png) no-repeat center bottom / cover; transform: rotate(180deg); top:-1px; }

.maskitembottom, .maskitemtop{ position:absolute;top:0;width:100%;background: url(../imgs/texturapreta.png) no-repeat center top/contain;position:absolute;height:100%; pointer-events: none; }

.maskitembottom{ background: url(../imgs/texturapretabottom.png) no-repeat center bottom/contain; }

.margininputproc{ margin:0 5px; }

.titsearchindex{ line-height: 1.1; }
.titsearchindex > div{ transform: translateY(-10px); }
.titsearchindex .titproc1{ font-size: 44px; font-weight: 600; }
.subtitsearch{ margin-bottom: 20px; }

.wrapbarrainfoconte{ float: left; display: flex; justify-content: space-between; width: 100%; box-sizing: border-box; align-items: center; margin-top: 0px; margin-bottom: 20px;}
.wrapbarrainfoconte.familia{ display: block; float: left; }
.btnwhatsapp{ width: 30px; position: fixed; right: var(--margindefault); bottom: 0; z-index: 10000; }
.btnwhatsapp span{ display: flex; align-items: center; justify-content: flex-start; }

.menucliente{ display: none; position: absolute; top: 100%; right: 0; min-width: 300px; background: var(--corfundo1); z-index: 100000; }
.menucliente.cli{ display:block; position: relative; top: 0; left: 0; right: auto; min-width: 300px; float: left; background: transparent; position: relative; margin-top: 20px; z-index: 100; }

.menucliente.cli .corpri3{ color: #000; font-size: 15px; }

.menucliente.cli .menucli{ background: var(--cinzaclaro); }

.titprodindex{ z-index: 1000; position: relative; }
.innertitprodindex{ position: absolute; left: 50%; transform: translate(-50%, -10px); }
.imgcaminho{ height: 9px; }

.titpag{ transform: translateY(-15px); }
.bgpreto{ background: #000; }
.noticia{  box-sizing: border-box; margin-bottom: 15px; }
.noticia:hover .linhasabermais{ width: 100%; background: var(--corpri1); }
.noticia:hover .divhidden{ opacity: 1; }

.titnoticias{ position: relative; left: 0; }
.titnoticiaslide{ position: absolute; left: -40px; bottom: 10%; line-height: 1; }
.wrapimgnoticias{ width: 100%; padding-left: 40px; box-sizing: border-box; }
.imgmostraartigo{ width: 100%; position: relative; }
.maskcinzabaixo, .maskcinzacima, .maskpretabaixo, .maskpretacima{ position: absolute; }
.maskpretabaixo{ background: url(../imgs/texturapreta.png) no-repeat center center/ cover; width: 100%; bottom: -1px; transform:rotate(180deg); transform-origin: 50%; }
.maskpretacima{ background: url(../imgs/texturapreta.png) no-repeat center center/ cover; width: 100%; top: -1px; }

.maskcinzabaixo{ background: url(../imgs/texturacinza.png) no-repeat center center/ cover; width: 100%; bottom: 0; margin-bottom: -1px; }
.maskcinzacima{ background: url(../imgs/texturacinza.png) no-repeat center center/ cover; width: 100%; top:0; transform:rotate(180deg) scale(1.01); transform-origin: 50%; margin-top: -1px; }

.masknoticiasindex{ background: url(../imgs/texturabr2.png) no-repeat center center/ cover; width: 100%; }
.maskpretoproc{ background: var(--corfundo8) url(../imgs/texturapreta.png) no-repeat center top/ cover; width: 100%; margin-top: -1px; margin-bottom: -1px; }

.vertodasnews{ display: flex; align-items: center; bottom: 0px; left: 20px; position: absolute; padding-bottom: 4px;  border-bottom: 1px solid var(--corpri1); }

.inputprocespecial{cursor: pointer; text-transform: uppercase; color: var(--cinza9d); border-radius: 0; appearance: none; background: url(../imgs/setabaixobr.png) no-repeat center left 5px / 12px; box-sizing:border-box; padding: 12px 11px 12px 20px; min-width: 180px; font-weight: 600; margin-bottom: 10px; border-bottom: 1px solid var(--cinza9d); }

.procuraespfiltros .inputprocespecial{
	width: 100%;
	margin:  0;
	margin-bottom: 5px;
    border: 1px solid var(--cinza);
    border-bottom: 2px solid var(--cinza);
	background: url(../imgs/setabaixopreta.png) no-repeat center right 10px /12px;
	color: var(--cinzaescuro)
}

.wrapprocespecialfiltros,
.wrapprocespecial{ background: #000; position: relative; float: left; width: 100%; }
.hoverordem:hover{ color: var(--corpri1); }
.paddingordemmob{ padding: 5px 10px; box-sizing: border-box; }

.wrapprocespecialfiltros{background: transparent; }
.dumpprodindex{ margin-top: 20px; min-height: 400px; }
.wrapprodtit{  }
.wrapajuda{ width: 100%; height: auto; margin-top: 40px; padding: 0 0 0 30px; box-sizing: border-box; }
.wrapajuda::before{ content: ''; height: 100%; background: #fff; position: absolute; display: block; top:0; left: 0; }

.titajuda{ margin-top:-20px; }
.txtajuda{ padding-top: 5px; padding-bottom: 25px; box-sizing: border-box; }

.defaulliststyle{ list-style: none; }

.menulojaitem{ float: left; clear: both; position: relative; }

.imgtamhover{ position: relative; float: left; width: 120px; height: 120px; }
.setaprodresumo{ position: relative; float: left; width: 14px; height: 7px; cursor: pointer; background: url(../imgs/setabaixocinza.png) no-repeat center center / contain; margin-left: 9px; }

.bgprodutoscarrinho{ background:var(--corfundo2); margin-bottom: 30px; }

.titprodutoscarrinho{ position: relative; margin-bottom: 23px; }

.titprodutoscarrinho span { position: absolute; left: 25px; bottom: 0; }
/*.mostraprecoprod .precoprod .precoprodrisca{ transform: translateY(9px); }*/

.qtdprodcart{ -webkit-appearance: none; padding: 0px; box-sizing:border-box; width: 100%; text-align: center; border-radius: 0; background: none; letter-spacing: 0.8px; }

.carrinhopage{ padding-top: 0; position: relative; float: left; clear: both; width: 100%; box-sizing: border-box; min-height: 106px; }

.totalcarttit{ padding-right: 70px; box-sizing: border-box; }
.qtdcarttit{ padding-right: 7%; }
.precounicarttit{ padding-right: 6%; }
.guardarcarrinho{ background: none; width:auto; }

.setacarrinho{ position: relative; float: left; width: 10px; height: 6px; background: url(../imgs/setabaixocinza.png) no-repeat center center / contain; margin-top: 6px;  clear: none; }

.imgprodcarrinho{ width:100%; height:100%; overflow:hidden; min-width: 58px; }
.lixocarrinho{ background: url(../imgs/lixo.png) no-repeat left center/ auto 16px; width: 16px; height: 18px; }
.observacoes{ position: relative; display: none; border-bottom: 1px solid var(--cinzaclaro); padding-bottom: 10px; box-sizing: border-box; margin-bottom: 10px; }

.paddtitcart{ position: relative; float:left; margin-left: 10px; }
.innerident{ margin-top: 20px; }
.titidentcart{ padding-bottom: 5px; border-bottom: 1px solid var(--corpri3); margin-bottom: 20px; }
.infotamhover{ position: relative; float: left; }



.txtlogin, .txtcart, .txtfav{ margin-left: 2px; z-index:100;}

.fixedmobileinfo{ position: fixed; bottom: 0; left: 0; right: 0; z-index: 10000; }
.wrapprecomobile{ display: flex; flex-direction: column; justify-content:flex-start; align-items: flex-start; background: #fff; }

.itemslide{ box-sizing:border-box; padding-right:2px; position: relative; float: left; clear: both; }

.tickercontainer{ height: 100%; }
.tickercontainer .mask{ height: 100%; display: flex; align-items: center; }

.iconprocuramob{ background: url(../imgs/lupa.png) no-repeat center center /contain; width: 20px; height: 20px; float: right;  margin-left: 14px; z-index: 100000; position: relative; cursor: pointer; }

.iconprocuramob.open{ background: url(../imgs/cruz.png) no-repeat center center /contain; }

.procuramobile{ margin-top: -1px; }

.slideprodfam{ transform: translateY(-15px); }
.slideprodfam .slick-slide{ padding-top: 15px; }

.wrapbtnsfiltrosmob{ position: fixed; bottom: 0; left: 0; width: 100%; z-index: 100000; background: #fff; }
.setabtnfiltros{ width: 13px; }
.rotate180{ transform: rotate(180deg); }

.titulomenu{ transform: translateY(-20px); }
.imglivrorec{ margin-right: 20px; }

.wrapsubmenu > .submenu{ overflow: auto; }

.tooltips{position: absolute;left: 0;top: 0;z-index:100000;}

.tooltip{ padding: 5px 15px 5px 25px; color: #fff; box-sizing: border-box; background: #000; position: absolute; width: auto; min-width: 180px; max-width: 80vw; display: none; pointer-events: none; transform: skewX(var(--skewdefault)); transform-origin: 0 0;}

.tooltip > div{ transform: skewX(calc(var(--skewdefault) * -1)); }

.tooltip::after{content: ''; width: 0; height:0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #000; background: #e8e8e8; border-radius: 4px; position: absolute; bottom:calc(100% - 1px); left:10px; transform: skewX(calc(var(--skewdefault) * -1));}

.selectstyle{ height:40px; float:left; clear:both; position:relative; width:100%; border-radius:0; background: #ffffff url("../imgs/setabaixo.png") no-repeat center right 10px /15px;color:#000;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:20px; box-sizing: border-box; }
select.selectstyle::-ms-expand{ display:none; }

.ordemselect{ background: none; border:none; background: transparent url(../imgs/setabaixopreta.png) no-repeat center right 10px /12px; width: auto; }


/*.wrapinfo .titulo2, .wrapinfo .titulo{ text-shadow: -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px 1.5px 0 #000; -webkit-text-stroke-width: 2px;-webkit-text-stroke-color: #000; }*/

.titshadow{   }

.wrapinfo .titulo2{ opacity: 0; }

.innervermais{ top:calc(100% - 20px); left: 50%; transform: translateX(-50%); border-bottom: 1px solid var(--corpri1); padding-bottom: 10px; }
.bgprod{ background: #000; opacity: 0.06; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.fundobranco{ background: #fff; z-index: 10; }

.bgwrapinfope{  float:left; width: 100%; z-index: 1000; }

/*
.wrapinfope{ min-height: 200px; clip-path: polygon(48px 0%, 100% 0%, calc(100% - 48px) 100%, 0 100%); display: flex; justify-content: space-between; align-items: center;  box-sizing:border-box; background-size: 100% 100%; background-position: 0px 0px; background-image: linear-gradient(0deg, #ccc 35%, #eee 70%);  z-index: 1000;  display: flex; flex-direction: column; justify-content: space-around; position:relative; max-width: 400px; }

.wrapinfope::after{ content:''; height: 100%; width: 100%; position: relative; clip-path: polygon(100% 0%, 100% 0%, calc(100% - 48px) 100%, calc(100% - 58px) 100%); background: transparent linear-gradient(180deg, #FF1917 0%, #D4000C 100%) 0% 0% no-repeat padding-box; position: absolute; left: 0; top: 0; z-index: 0; }*/

.bgmarcas{ background: var(--corfundo1); }
.vermaismarcas{ margin-left: 20px; float: left; position: absolute; transform: translateY(-20px); width: auto; }

/*.famtit:not(.prodproc .famtit){ min-height: 30px; }*/
.dialogcart{ display: none; }
.dialognotificacoes{ display: none; }
.slickgrowposition{ padding-bottom: 50px; }
.slickgrowposition .guide{ width: 0; position: absolute; bottom: 0; height: 50px; left: 0; pointer-events: none; }

.slickgrowposition .guide::after{content:'';background: var(--corpri1);position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;height: 2px; }

.overlaytitle{ position: absolute; top: 50%; width:100%; left: 0; text-align:center; transform: translate(0,-50%); opacity: 1; mix-blend-mode: overlay; z-index: 10;color:#fff;text-shadow: 0px 0px 20px #00000033; }

.titdestaque{ }

.linhasabermais{ background: var(--cinza9d); width: 63px; height: 2px; position: relative; float: left; opacity: 0.75; }

.socialicons{ position: absolute; left: 20px; bottom: 0; }

.wraptitlecinza{ line-height: 1; }
.wraptitlecinza span{ color: #ddd; }

.colunassocial{ margin-top: 30px; }

.titsearchindexborder{ width: 0; height: 1px; background: var(--corpri1); }

.wrapvermais{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; }

.titprodfam{ position: absolute; z-index: -1; letter-spacing: 1.8px; top: 0px; left: 0; transform:translateY(calc(-100% + 30px)); color: #ddd; }

.titencomenda{ position: relative; z-index: -1; /*letter-spacing: 1.8px;*/ top: 0px; left: 0; color: #e8e8e8; }
.titencomenda.corpri1{ color: var(--corpri1); }
.titprodfam.vermelho{ color: #f00; }

.wrapbarrainfoconte.familia{ float: left; width: auto; }

.wrapfam{ position: relative; float: left; }

.faminfo{ border: 1px solid var(--cinza); opacity: 0.5; padding: 9px 15px; font-weight: bold; font-style: italic; box-sizing: border-box; white-space: nowrap; }
.faminfo:hover{ filter: brightness(0.8); }
.wrapfam.active .faminfo{ border: 1px solid #B1AFAF; color: #B1AFAF; opacity: 1; }

.paddingtoptit{ padding-top: 34px; box-sizing: border-box; }
.procurafiltros{ float:left; width:100%; border: 1px solid var(--cinza); border-bottom: 2px solid var(--cinza); }
.menuheader{ margin: 0 12px; position: relative; z-index: 1500; padding-bottom: 11px; border-bottom: 2px solid var(--cinza); white-space: nowrap; }

.menuheader:hover{ }


.wrapmenufams{ clear: both; color: #fff; position: absolute; left: 0;width: 100%;  max-height: 100vh; z-index: 1400; display: none; box-sizing: border-box; overflow: auto; }
.suggestionsBox{ overflow: visible; }



.wrapmenufams > .colunas30{ padding: 150px 40px 20px; background: #202020; margin-bottom: 0; }
.menufamscabeca{ position: relative; }
.menufamscabeca .menuitem{ position: relative; float: left; clear: both; color: #c4c4c4; font-size: 14px; font-weight: 400; padding: 5px 0; box-sizing: border-box;   }
.menufamscabeca .wrapsubmenutit{ color: #c4c4c4; font-size: 12px; font-weight: 500; }
.menufamscabeca .submenuprodutos{ margin-bottom: 4px; }
.innermenu{ position: relative; float: left; clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: center; }
.wrapsubmenuprodutos{ position: relative; float: left; clear: both; width:100%; display: none; }
.menusubfams::before{ content:''; width: 1px; height: 100%; position: absolute; left: 0; top: 0; background: #c9c9c9; }
.wrapsubmenutit, .submenuprodutos{ position: relative; float: left; clear: both; }

.imgpagamentosfooter{ max-height: 38px; }

.titlogin{ padding-left: 30px; transform: translateY(-20px); }

.wrapinconativo{ position: relative; float: left; }
.iconmais{ position: relative; float: left; width: 10px; height: 20px; }

.iconmenos{ position: absolute; float: left; width: 100%; height: 100%; left: 0; top:0; }
.infotxtprod{ display: none; position: relative; float: left; clear: both; padding-left: 10px; box-sizing: border-box; }
.infotxtprod.open{ display: block; }
.wrapicons{  }

.txtcheck{ padding-left: 5px; box-sizing: border-box; cursor: pointer; }
.txtcheck:hover{ color: var(--corpri1); }

.wrapslideproduto .guide{ margin-left: 16px; }
.innercart{ background: rgba(0,0,0,0.75); }

.qtdprodscart{ position: absolute; left: 0; bottom: 4px; margin-left: 66px; }

.imgcarrinhopop{ background: url(../imgs/carrinho.png) no-repeat center center/contain; min-width: 25px; height:25px; float: left; position: relative; }
.wrapitemcarrinho{ background: rgba(0,0,0,0.06)}
.dumpprods.flex .onprod{ margin: 0 10px; }
.margintopprods.flex{ margin-top: 150px; }
.esconderesumo{ margin-bottom: 15px; position: relative; float: left; clear: both; width: 100%; }
.wraptotalcart{ background: var(--cinza3); color: #fff; }

.wraptxticon{ position: relative; float: left; height: 20px; width: 20px; display: flex; justify-content: center; align-items: center; }

.wraptxticon .menos, .wraptxticon .mais{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.margintitencomenda{ margin-bottom: 40px; }

.wrapheadprodcart{ margin-bottom: 5px; }

.setadestaque{ background:url(../imgs/setabaixo.png) no-repeat center center/contain;width:20px;height:60px;position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:100;cursor: pointer; }

.wrapprodutosmenu { margin-top: calc(var(--heightbarramenu) + 70px); }
.titmenushows{ line-height: 1.2; }
.heightprocprod{ height: 46px; }
.nomefamindex{ position: relative; z-index: 100; margin-bottom: 15px; }
.nomefamindex:hover{ color: var(--cinza9d); }
.innerorcamento { display: none;  overflow: hidden; }
.innerunderdest{ top: 100%; position: relative; float: left; clear: both; width: 100%;height: 100%; z-index: 100; }
.underdestaque{position: relative;left: 0;top: 0;float: left;clear: both;width: 100%;height: 100vh;z-index: 0; }
.underdestaque::before, .underdestaque::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.5; }
.underdestaque::before{ background: transparent linear-gradient(270deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box; }

.brancoconte{ z-index: 1; margin-top: 0; min-height: 100vh; background: #fff; position: relative; float: left; }
.portfolioimg{ position: relative; }
.galeriaindex { width: 100%; position: relative; float: left; clear: both; }
.videodefault{ position: relative; float: left; opacity: 1; top: 0; width: 100%; height: 100%; }
.videodefault .video-stream{ min-height: 100vh; min-width: 100vw; }
.videodefault.imagem{ height: 100vh; }
.abremenumob .submenutit { color: #fff; font-size: 11px; font-weight: 400; margin-bottom:5px; }
.abremenumob .clickmenu{ color: #fff; font-size: 14px; font-weight: 400; }

.infobtnprod{ z-index: 100; }

.loaderwrap{ position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); z-index: 100;height: 50px; width: 51px; }
.loader{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); height: 50px; width: 50px; -webkit-transform-origin: center center;-ms-transform-origin: center center;transform-origin: center center; margin: auto; z-index: 10; z-index: 100; box-sizing: border-box;} /*border: 1px solid #009D69; border-radius: 50%;*/

.loader .loader-path{ opacity: 0; stroke-dasharray: 1,200;stroke-dashoffset: 1px; transform: rotate(-90deg); transform-origin: 100% 100%;
	-webkit-transition: stroke-dasharray 0.5s ease-in-out, stroke-dashoffset 0.5s ease-in-out, opacity 0.2s ease-out;
	-moz-transition: stroke-dasharray 0.5s ease-in-out, stroke-dashoffset 0.5s ease-in-out, opacity 0.2s ease-out;
	-ms-transition: stroke-dasharray 0.5s ease-in-out, stroke-dashoffset 0.5s ease-in-out, opacity 0.2s ease-out;
	-o-transition: stroke-dasharray 0.5s ease-in-out, stroke-dashoffset 0.5s ease-in-out, opacity 0.2s ease-out;
	transition: stroke-dasharray 0.5s ease-in-out, stroke-dashoffset 0.5s ease-in-out, opacity 0.2s ease-out;
}

.loader .starter-path{ opacity:0; }

.loaderwrap.active .loader .loader-path{
	-webkit-transition: stroke-dasharray 2s ease-in-out, stroke-dashoffset 2s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transition: stroke-dasharray 2s ease-in-out, stroke-dashoffset 2s ease-in-out, opacity 0.3s ease-in-out;
	-ms-transition: stroke-dasharray 2s ease-in-out, stroke-dashoffset 2s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: stroke-dasharray 2s ease-in-out, stroke-dashoffset 2s ease-in-out, opacity 0.3s ease-in-out;
	transition: stroke-dasharray 2s ease-in-out, stroke-dashoffset 2s ease-in-out, opacity 0.3s ease-in-out;
	stroke-dasharray: 160,200;stroke-dashoffset: 1px;
	opacity: 1;
}

.logovideo{ clear: both; float: left; height: 70px; }

.slidefamilias .innerslide .sabermais{ opacity: 0; bottom: 20px; position: absolute; z-index: 100000;width: 100%; }
.videodestaque{ width: 100%; height:100%; position: absolute; left: 0; top:0; }
.wrapbarrainfoconte.produtos .caminho{ padding-left: 0; }

.btnmenuindex{ background: transparent linear-gradient(180deg, #FF1917 0%, #D4000C 100%) 0% 0% no-repeat padding-box; height: 36px; width: 100%; padding: 0 5px; box-sizing: border-box; }
.separadorbtns{ position: relative;width: 1px;height: 25px; margin-top: 5px;background: #fff; }
.paddbottommenuitem{ padding-bottom: 10px; box-sizing: border-box; }

.imgslideinsta { height: 400px; }

.imgindexsocial{ margin: 2px; position: relative; }


.margintitnoticias{ margin-top: 10px; }

.caixaerrosclicart .titerro{ margin-bottom: 5px; }

.caixaerrosclicart{
	position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); max-height: 100vh;overflow: auto;max-width: 500px;padding: 20px 30px;box-sizing: border-box;background: #eee;z-index: 100000;border-radius: 5px;
}

.fechaclierros{ background: url(../imgs/cruz.png) no-repeat center center / 15px;width:30px;height:30px;right:20px;top:20px;position: absolute;z-index: 1000;cursor: pointer;filter: grayscale(1); }

.overlaysite{ display: none; position: fixed; z-index: 10000; background: rgba(0,0,0,0.4); top: 0; left: 0; width: 100vw; height: 100vh; }
.infonoticia { padding-left: 20px; box-sizing: border-box; }

.txtnoticia { min-height: 50px; }

.titinfos { color: var(--corpri1); }

.wrapinfope .btneffect .infobtn{ opacity: 0; }
.wrapinfope:hover .btneffect .infobtn{ opacity: 1; }
.wrapinfope:hover .titinfos{ color: var(--corpri4); }

.wrapfooter{ z-index: 0; }
button{ appearance: none; background: none; border:0; border-radius: 0; }

.ui-datepicker{ z-index: 110!important; }

.produtosdestaquemenu .dumpprodutosmenu{  }


.menusubfams{ position: relative; }
.imgfundoartpeq {height: 100%;width: 100%;position: absolute;top: 0;left: 0;filter: grayscale(1); z-index: 0; }
.imgfundoartpeq::after {content:'';background: #20202099;width: 100%;height: 100%;position: absolute;top: 0;left: 0; }
.hoverartigomenu:hover .imgfundoartpeq{ filter: grayscale(0); }

.hoverartigomenu{ border: 1px solid #C4C4C4; height: 250px; }

.datamenu::after{ content:''; left: 0; top: 0; width: 30px; height: 1px; background: var(--corpri1); }
.dataconte,.datamenu{ float: left; position: relative; }
.dataconte{ margin-bottom: 10px; }

.anomenu{ position:absolute; bottom: 0; right: 10px; }
.anoconte{ position:absolute; bottom: -5px; right: -15px;  }
.evtmon,.evtday{ line-height: 1.1; }

.infoartigomenu {position: relative; float: left; clear: both; width: 100%; bottom: 0;left: 0;padding: 20px;box-sizing: border-box; }
.infoartigoconte {position: relative; float:left; padding: 10px 0px; box-sizing: border-box; }
.imgsmenu { height: 30vh; position: relative; float: left; width: 100%; }

.btnorcamento{ margin-bottom: 20px; }

.dataartigo{ position: absolute; bottom: 15px; left: 10px; color: #fff; z-index:1000; }

.marginorcamento{ margin-bottom: 35px; }
.paddingrelcarrinho { padding: calc(var(--heightbarramenu) + 20px) 20px 0; box-sizing: border-box; }

.minheighttitprodpeq{ min-height: 32px; }
.wrapbuttonprod .infobtnprod{ max-width: 73%; display: flex; text-align: right; align-items: center; justify-content: flex-end; pointer-events: none; }




.cruzmobile::before{ transform: translate(-50%, -50%) rotate(45deg); }

.closeenc{ display: block; right: 20px; }


.marginprodfav{ margin-bottom: 20px; }
.paddingmaisprod{ padding-left: 4px; box-sizing: border-box; }

.wrapmenuloja .submenuprodutos.atual{ font-weight: 600; }
.wrapmenuloja .submenuprodutos:hover,
.wrapmenuloja .hovermenu:hover{ color: var(--corpri1); }

.wrapmenuloja .wrapsubmenuprodutos .submenutit,
.wrapmenuloja .submenuprodutos{ color: #000; font-weight: 400; }
.wrapmenuloja .wrapsubmenutit.parentatual .submenutit,
.wrapmenuloja .submenutit.parentatual .submenutit{ font-weight: 600; }
.wrapmenuloja .hovermenu.parentatual{ font-weight: 600; }

.titredessociais{ border-bottom: 2px solid #fff; padding-bottom: 5px; padding-right: 20px; box-sizing: border-box; margin-bottom: 15px; float: left; position: relative; }

.marcaslist .logomarca{ filter: grayscale(1) brightness(0.5); }
.marcaslist .logomarca:hover{ filter: grayscale(1) brightness(0.7); }
.imgmarcatit{ max-width: 200px; width: 80%; }
select.ui-datepicker-month, select.ui-datepicker-year{ padding: 0; }
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e{ background: url(../imgs/setadir.png) no-repeat center center/5px; }
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w{ background: url(../imgs/setaesq.png) no-repeat center center/5px; }

.wrapiconmenu.open .abremenumob, .wrapiconmenu.open{ min-width: 190px; }

.bgcinzaartigo{ background: rgba(70,70,70,0.3); position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 100; }
.wrap{ white-space: normal; }

.linhacinza, .linhacinza2{ width: 50%; height: 1px; background: var(--cinza2); margin-right: 5px; }
.linhacinza2{ margin-right: 0; margin-left: 5px; }

.paddingrecpass{ padding-left: 20px; box-sizing: border-box; }
.abremenumob .innermenu, .abremenumob .menubuup{ margin-bottom: 4px; position: relative; float: left; }

.submenupadding{padding-top: 0px; box-sizing: border-box; position: relative; float: left; clear: both; width: 100%; border-top: 1px solid #fff; line-height: 36px; padding: 0 18px;}
.submenupadding:last-child{border-bottom: 1px solid #fff;}

.linhamenumob{
	width: 100%;
	border-bottom: 1px solid var(--corpri1);
	margin-bottom: 10px;
}

.imgpaginfo{ height: 50px; margin-right: 15px; }


.finalizarmobile{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10000;
	background: #fff;
	left: 0;


}

.bgpe{background: url(../imgs/padrao.jpg) no-repeat center center / cover;}


.entretxt{position: absolute; width: 100%; text-align: center; top: 50%; transform: translateY(-50%);}
.marginmenus{margin: 0 19px; position: relative; float: left;}
td:first-child .marginmenus{margin-left: 0;}
td:last-child .marginmenus{/*margin-right: 0;*/}
td:last-child .marginmenus::after{/*content: ''; display: none;*/}

.saibamais.branco::after{content: ''; position: absolute; bottom: -3px; left: 50%; transform: translateX(-50%); width: calc(100% + 4px); height: 1px; background-color: #fff; -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;}
.saibamais.branco:hover::after{content: ''; position: absolute; bottom: -3px; left: 50%; transform: translateX(-50%); width: calc(100% + 4px); height: 1px; background-color: #E2E2E2; -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;}
.saibamais.branco:hover{color: #E2E2E2;}
.saibamais.corpri1::after{content: ''; position: absolute; bottom: -3px; left: 50%; transform: translateX(-50%); width: calc(100% + 4px); 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;}
.saibamais.corpri1:hover::after{content: ''; position: absolute; bottom: -3px; left: 50%; transform: translateX(-50%); width: calc(100% + 4px); height: 1px; background-color: #919191; -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;}
.saibamais.corpri1:hover{color: #919191;}


.textoservicos{display: none;}
.bgservicos{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(139, 184, 177, 0.33);}
.bgservicos2{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(139, 184, 177, 0);}
.swiperservicos .slide:hover .bgservicos2{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(139, 184, 177, 0.87);}




.bgareas{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.33);}
.bgareas2{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1);}
.bgareas3{position: absolute; left: 0; bottom: 0; width: 100%; height: 220px; transform: matrix(-1, 0, 0, -1, 0, 0); background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box; opacity: 0.1;}
/*.colunas3:hover .bgareas2{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0);}
.colunas3:hover .bgareas3{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0);}*/
.saberarea{position: relative; float: left; left: 50%; transform: translateX(-50%); padding: 0 4px;}
.colunas5area:hover .saberarea{font-size: 15px;}
.textoartigo{display: none;}
.sepcaminho{position: relative; float: right; width: 4px; height: 5px; background: url(../imgs/setacaminho.png) no-repeat center center /contain; margin: 0 8px; margin-top: 7px;}

.bgdestaque{position: absolute; left: 0; bottom: 0; width: 100%; height: 220px; background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box; opacity: 0.5; transform: rotate(180deg);}

.wrapsociais{ position: relative; float: left; top: 28px; height: 32px; margin-left: 15px; padding-right: 25px; }
.wrapsociaismob{ position: absolute; bottom: 30px; right: 35px; height: 32px; }

/* .wrapficheiro:hover .imgficheiro{position: relative; float: left; width: 32px; height: 32px; background: url(../imgs/download2.png) no-repeat center center / contain;} */

.wrapficheiro{margin-bottom: 13px;}
.titulopag{line-height: 1.2;}

.bgmenumobile{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(27, 60, 109, 0.95);}
.bgmenumobile2{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(155deg, rgba(27, 59, 106, 1) 0%, rgba(67, 137, 208, 1) 100%) 0% 0% no-repeat padding-box; mix-blend-mode: lighten; opacity: 0.61;}


.slidecoaching .slide:hover .botaoplay{background: url(../imgs/play.png) no-repeat center center / contain;}




.grecaptcha-badge{z-index: 999;}

.gradientemobile{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(180deg, #8BB8B1BC 0%, #8BB8B1 100%) 0% 0% no-repeat padding-box; opacity: 0.63;}

.hoververm{text-decoration: none;}


.bgcirculope{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(119, 104, 73, 0.35); border-radius: 100%;}
.pedirorc{position: relative; float: left; clear: both; left: 50%; transform: translateX(-50%);}
.pedirorc::after{content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: -7px; height: 1px; width: 100%; background: #000;}


td:last-child .marginmenus{margin-right: 0;}
td:last-child .marginmenus::after{display: none;}

.mostraarea:hover .bgareas{background: rgba(0, 0, 0, 0.6);}
.mostraarea:hover .fotoartigo{transform: scale(1.1);}



.maisartigo{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100px; height: 100px; background: url(../imgs/mais.png) no-repeat center center / contain; opacity: 0;}
.mostraarea:hover .maisartigo{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100px; height: 100px; background: url(../imgs/mais.png) no-repeat center center / contain; opacity: 1;}

.mostraarea:hover .fotoartigo2{transform: scale(1.1);}
.mostraarea:hover .fotoarea2{transform: scale(1.1);}

.colunas4:hover .fotoindex{transform: scale(1.1);}

.maisabsolute{width: 12px; height: 12px; background: url(../imgs/mais.png) no-repeat center center / contain; position: absolute; left: 0; top: 0;}

.colunas4index:hover .fotoindex{transform: scale(1.1);}


.bgcontacto a{ text-decoration:none; color:inherit; }


.btncontacto:hover::after{}
.btncontacto:hover{}
.btncontacto:hover .corpri2{}


.procuralista:hover .maisprocura{opacity: 1;}

.menumobile span{}
.menumobile:hover span{}
.menumobile.open{background: url(../imgs/menu.png) no-repeat center center /contain;}
/* .menumobile:hover{transform: rotate(0deg);} */
.menumobile span:nth-child(1){position: relative; float: left; width: 100%; height: 1px; background: #fff; -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; transform: rotate(-90deg); margin-left: -10px; top: 10px;}
.menumobile:hover span:nth-child(1){position: relative; float: left; width: 100%; height: 1px; background: #fff; -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; transform: rotate(0deg); margin-left: 0px; top: 0px;}
.menumobile span:nth-child(2){position: relative; float: left; width: 100%; height: 1px; background: #fff; margin-top: 9px; clear: both; -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; transform: rotate(-90deg);}
.menumobile:hover span:nth-child(2){position: relative; float: left; width: 100%; height: 1px; background: #fff; margin-top: 9px; clear: both; -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; transform: rotate(-0deg);}
.menumobile span:nth-child(3){position: relative; float: left; width: 100%; text-align: center; clear: both; margin-top: 12px; -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; opacity: 0;}
.menumobile:hover span:nth-child(3){opacity: 0.7;}

.wrapprocura.mobile{float: left;}

.wrapprocuradesktop{position: relative; float: left; margin-right: 0px;}
.wrapprocura.mobile .divprocabre{padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 180px; height: 40px; width: 100%; box-sizing: border-box;}

.wrapprocura.desktop .inputprocura{height: 24px; width: calc(100%);}
.wrapprocura.desktop .wrapprocuramobile .inputprocura{height: 30px; width: calc(100% - 40px);}


.wrapprocuramobile .submitprocura{display: block !important; background: url(../imgs/setadirbr.png) no-repeat center center / contain; height: 17px; width: 9px; position: absolute; right: 12px; top: 14px; color: transparent; opacity: 1;}


.imgportdentro{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.imgport:hover .imgportdentro{transform: scale(1.1);}
.imgport2:hover .imgportdentro{transform: scale(1.1);}

.fotoindex{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.paddespecialidades{padding-bottom: 32px; box-sizing: border-box;}
.bgespecialidades{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #62988C; opacity: 0.56;}
.degradeespecialidades{position: absolute; left: 0; bottom: 0; width: 100%; height: 60%; background: transparent linear-gradient(180deg, #438173B3 0%, #43817374 55%, #43817300 100%) 0% 0% no-repeat padding-box; transform: matrix(-1, 0, 0, -1, 0, 0); opacity: 0;}
.swiperespecialidades .slide:hover .bgespecialidades{opacity: 0;}
.swiperespecialidades .slide:hover .degradeespecialidades{opacity: 1;}
.tracoespecialidades{ position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 52px; width: 1px; background: #fff; }
.swiperespecialidades .slide:hover .tracoespecialidades{bottom: 20px;}
.tracoespecialidades::after{ content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 0px; height: 1px; background: #fff; -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; }
.swiperespecialidades .slide:hover .tracoespecialidades::after{ content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 52px; height: 1px; background: #fff; }
.txtespecialidades{ margin-top: 7px; }

.direcoesclinicas:hover .direcoestit{ right: -4px; }
.wrapmaisclinicas{position: absolute; left: 50%; transform: translateX(-50%); bottom: 60px; }
.maisclinicas{width: 35px; height: 35px; background: url(../imgs/mais.png) no-repeat center center / contain; }
.saberclinicas{letter-spacing: 0.7px; display: none; margin-top: 9px; margin-left: 15px; }

.swiperequipa .slide:hover .bgequipa{ opacity: 0; }
.swiperequipa .slide:hover .degradeequipa{ opacity: 1; }
.heightequipa{ height: 400px; }
.swiperequipa .slide:hover .tracoequipa{ height: 25px; }
.tittitequipa{top: 50%; transform: translateY(-50%); text-align: center; }
.swiperequipa .slide:hover .dentista{ bottom: 50px; }

.h100{ height: 100%;}
.caminhodiv{margin-top: 30px; clear: both;}
.h100 .titdestaque{left: 50%; transform: translateX(-50%); text-align: center;}

.titarea{letter-spacing: 6.6px; top: 50%; position: absolute; left: 50%; transform: translate(-50%, -50%); width: calc(100% - 20px); text-align: center;}
.divheightareas{height: 400px;}
.bgarea{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(98, 152, 140, 0.56);}
.tracoarea{position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 1px; height: 52px; background: #fff; }

.divheightartigos{height: 400px;}
.bgartigo{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(98, 152, 140, 0.6);}
.tracoartigo{position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 1px; height: 52px; background: #fff; }


.galeriaconte2-prev{position: absolute; left: -43px; bottom: 42px; width: 11px; height: 21px; background: url(../imgs/setaesqverde.png) no-repeat center center /contain; cursor: pointer;}
.galeriaconte2-next{position: absolute; left: -43px; bottom: 96px; width: 11px; height: 21px; background: url(../imgs/setadirverde.png) no-repeat center center /contain; cursor: pointer;}

.tracogaleria{position: absolute; bottom: 80px; left: -53px; height: 1px; width: 33px; background: #B3C9C3;}

.animate1{ -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }

.animate2{ -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; -ms-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; transition: all 2s ease-in-out; }

.animate3{ -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 3s ease-in-out; }

.copypemobile{ letter-spacing: 0.5px; clear: both; margin-top: 15px; position: relative; float: left; }

.contactodefault{margin-top: 2px; margin-bottom: 0px; }
.contactodentro{margin-bottom: 0px; padding-right: 0px; box-sizing:border-box; }

.erroestilo{box-sizing: border-box; width: 100%; position: relative; box-sizing: border-box; margin-bottom: 3px; clear: both; }
.menushadow{box-shadow: 1px 1px 5px 1px rgba(35,33,28,0.6); -webkit-box-shadow: 1px 1px 5px 1px rgba(35,33,28,0.6); -moz-box-shadow: 1px 1px 5px 1px rgba(35,33,28,0.6); -o-box-shadow: 1px 1px 5px 1px rgba(35,33,28,0.6); }

.tabelanews{ margin-top: 5px; float: left; max-width: 300px; }

.wrapofficaldealer div:nth-child(1){ margin-right: 20px; }

.ui-dialog:not(.nomaxwidth){ max-width: 320px; }
.ui-dialog.nomaxwidth{ padding: 0!important; }

.wrapofficaldealer::before{
	content: '';
	transform-origin: 0 0;  -ms-transform: skew(-30deg, 0deg); -webkit-transform: skew(-30deg, 0deg); transform: skew(-30deg, 0deg);
	background: #242424;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.menusfooter{ margin-bottom: 25px; float: right; position: relative; clear: both; width: 100%; }

.menusfooter .menufooter div{
	transform: skewX(calc(var(--skewdefault) * -1));
}



.menuabaixo .menufooter div{
	transform: skewX(calc(var(--skewdefault) * -1));
}

.footerallforenduro{ }
.footeronlineshop{ }



/************************	SELECT 2 GERAL	************************/

.select2-container{ max-width: 100% !important; border:inherit; }
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: inherit!important;
	background: inherit!important;
	font-weight: inherit!important;
	font-size: inherit!important;
	border: inherit!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{ padding: 0px 20px 0 0; box-sizing: border-box; }

/************************	SELECT 2 GERAL	************************/



/************************	FORM RESERVA	************************/



/************************	FORM RESERVA	************************/




.wrapqtd{ margin-top: 10px; }

.margintitindex{ margin-bottom: 20px; }
.inputcontacto.skew{ background: #fff; transform-origin: 0 100%; width: calc(100% - 23px); }
.inputcontacto .textareadefault{ height: 125px; background: transparent; padding: 0px 22px; padding-top: 20px; background: #fff; border-bottom: 0px solid rgba(145, 164, 148, 0.56);}

.inputreserva .textareadefault{ height: 72px; background: transparent; padding: 0 10px; padding-top: 15px; }

.divinfotour{max-width: 585px; margin-bottom: 35px; }

.divincluded{ position: relative; float: left; left: 50%; transform: translateX(-50%); letter-spacing: 1.8px; margin-top: 12px; text-align: center; }

.aluguer .btndefault{ width: 250px; height: 42px; letter-spacing: 3.2px; }

.titincludedtours{ letter-spacing: 1.5px; margin-top: 50px; }
.txtincludedintours{ margin-top: 12px; margin-bottom: 62px; display: flex; justify-content: space-around; }

.height100{ height: 100%; }

.innerslide .videoembed{ overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0; }
.innerslide .videoembed iframe{ left: 0; top: 0; height: 100%; width: 100%; position: absolute; }

.qtdextra{ margin-top: 5px; }

.wraptestemunhos{}

.divvideodestaque{ z-index:10; max-height: 100vh; width: 100vw; overflow: hidden; pointer-events: none; background: #000; }

.popupmota{ display: none; }
.popuperros{ display: none; }

.wrappopupaluguer.ui-widget-content{ background: var(--cinzaclaro) !important; }

.wrappopupfinalizar.ui-widget-content{ background: var(--cinzaclaro) !important; color: #000 !important; }
.wrappopupfinalizar .ui-widget-content{ color: #000 !important; }

.infoinfoaluguer{ background: var(--cinzaclaro); box-sizing: border-box; padding-top: 20px; }

.ui-dialog .ui-dialog-content.popupaluguer{ padding-left: 20px; padding-right: 20px; }

.divhotel{ height: 100%; background: #fff; transform: skew(var(--skewdefault)) translateY(-50%); position: relative; right: 0px; top: 50%;  box-sizing: border-box; }

.divhotel::before{ content: ''; height: 100%; position: absolute; top: 0; left: calc(100% - 1px); width: 500px; background: #fff; }

.hotelimg{ padding-left: 15px; box-sizing: border-box; position: relative; left: 50%; top: 50%; transform: translate(-50%, -50%) skew(calc(var(--skewdefault) * -1)); display: flex; justify-content: flex-end; }

.hotelimg img{ width: 100%; max-width: 130px; }

.wrapalugueresindex{ margin-top: 0px; }
.navbarmobile{ height: 100%; float: right; }


/* .wrapbarramenumobile::after{ content: ''; position: absolute; display:flex; float: right; left: 0; background: #000; width: 100%; height: 100%; transform: skew(var(--skewdefault)); transform-origin: 0 0; } */

.imgmarca{ position: absolute; z-index: 100; }

.footersocial{margin: 0 8px;}
.footersocial:first-child{margin-left: 0;}
.footersocial:last-child{margin-right: 0;}
.divimgsocial{position: relative; float: left; clear: none;}
.social .infobtn{display: flex; align-items: center;}
.titsocial{margin-left: 12px;}

.spaceBetween{justify-content: space-between;}

.titnewsletter{margin-bottom: 8px;}

.paypalfooter{position: relative; float: left; width: 44px; height: 73px; background: url(../imgs/pagamentos.png) no-repeat center center /contain; margin-top: 12px;}

.bandeirafooter{display: flex; align-items: center; margin: 4px 0;}
.bandeiraportugal{position: relative; float: left; width: 18px; height: 18px; background: url(../imgs/pt.png) no-repeat center center / contain;}
.bandeiraingles{position: relative; float: left; width: 18px; height: 18px; background: url(../imgs/en.png) no-repeat center center / contain;}
.bandeiraespanhol{position: relative; float: left; width: 18px; height: 18px; background: url(../imgs/es.png) no-repeat center center / contain;}

.barratours{position: relative; float: left; width: 152px; height: 30px; background: #A42020; color: #fff; font-size: 13px; letter-spacing: 2.6px; font-weight: 400; display: flex; align-items: center; justify-content: center; margin-top: 22px;}
.barratransfers{position: relative; float: left; width: 152px; height: 30px; background: #A42020; color: #fff; font-size: 13px; letter-spacing: 2.6px; font-weight: 400; display: flex; align-items: center; justify-content: center; clear: both; margin-top: 10px;}
.toppe{background: url(../imgs/semimagem.jpg) no-repeat center center /cover;}

.travelerschoice{position: relative; float: left; width: 84px; height: 84px; background: url(../imgs/logotravelerschoice.png) no-repeat center center /contain; margin-left: 18px;}
.cleansafe{position: relative; float: left; width: 70px; height: 70px; background: url(../imgs/logocleansafe.png) no-repeat center center /contain;}

.tittourdestaque{position: relative; float: left; width: 100%; text-align: left;}
.txtdestaque{position: relative; float: left; width: 100%; text-align: center; margin-top: 15px;}


.bgimgindex{position: absolute; width: 100%; height: 100%; left: 0; top: 0; filter: blur(15px);}
.bgimgindex2{position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 1) 0% 0% no-repeat padding-box;
mix-blend-mode: multiply; opacity: 0.33;}
.bgcaptionindex{position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); mix-blend-mode: multiply;}




.bgtour{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(72, 72, 72, 0.6); mix-blend-mode: multiply;}
.linhatour{position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: #A42020;}


.verbtntour{position: relative; float: left; left: 50%; transform: translateX(-50%); width: 136px; height: 30px; background: #A42020; margin-top: 20px;}
.verbtntour .div{left: 50%; top: 50%; position: relative; float: left; width: 100%; text-align: center; transform: translate(-50%, -50%);}

.testemunhoscontent{box-sizing: border-box; padding-top: 35px; padding-left: 40px; padding-right: 45px;}

.linhavermelha{position: relative; float: left; clear: both; width: 100%; height: 4px; background: #A42020;}



.topcima{margin-top: 100vh;}


.bordamapa{position: relative; float: left; width: 100%; height: 3px; background: #A42020;}

.saberpe{position: absolute; left: 0; width: 100%; bottom: 0px; padding-bottom: 15px;}
.saberpe::after{content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: 21px; background: #484848; width: 1px; height: 40px;}
.saberpe:hover{bottom: 0px; padding-bottom: 42px;}

.testemunhospe{width: 525px; height: 100%; margin-left: 52px;}

.colunas4galeria:hover .imagemconte{transform: scale(1.1);}




.retangulovermelho{position: absolute; right: 0; top: 36px; background: #A42020; width: 115px; height: 67px; z-index: 9; box-sizing: border-box; padding-left: 23px; padding-top: 8px;}

.bgtestemunhosconte{padding: 0 50px; padding-top: 105px; padding-bottom: 70px; box-sizing: border-box; background: #E8E8E8;}

.divtestemunho:nth-child(2n+1){left: 50px; right: auto;}
.divtestemunho:nth-child(2n+2){right: 50px; left: auto;}

.faqsinside{background: #E8E8E8; box-sizing: border-box; padding: 0 40px; padding-top: 35px; padding-bottom: 35px;}
.faqsinside::after{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: #A42020;}

.lupamobile{position: relative; float: left; width: 22px; height: 27px; background: url(../imgs/lupa.png) no-repeat center center /contain; cursor: pointer;}

.lupadesktop{position: relative; float: left; width: 22px; height: 27px; background: url(../imgs/lupa.png) no-repeat center center / contain; cursor: pointer; z-index: 999;}
.lupadesktop.open{background: url(../imgs/lupa.png) no-repeat center center / contain;}
.inputprocura{border-bottom: 1px solid #FFF; letter-spacing: 1.5px;}
.wrapprocuramobile .inputprocura{border-bottom: 1px solid #FFF; margin-bottom: 0px;}
.open .inputprocura{border-bottom: 1px solid #FFF; letter-spacing: 1.5px;}

.wrapprocuradesktop.open{overflow: visible;}

.langmenu{position: absolute; left: 40px; top: 105px;}
.wraplang:last-child{margin-right: 0;}


.divprocuramobile{position: absolute; right: 0; top: 0; width: 100vw; height: 100%; background: #E8E8E8; z-index: 99999; display: none;}

.cruzprocura{position: relative; float: right; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; background: url(../imgs/cruzmobile.png) no-repeat center center /contain; margin-right: 40px; cursor: pointer;}
.procuradentro{position: relative; float: right; margin-right: 20px; width: calc(100% - 120px);}

.datepickerreserva{background: #fff url(../imgs/calendario.png) no-repeat center left 14px / 20px; height: 48px;}
.nrpessoas{padding-left: 43px; background: #fff url(../imgs/pessoas.png) no-repeat center left 12px / 20px; height: 48px;}

.wrapresumotour{position: relative; float: left; width: 100%; background: #fff; box-sizing: border-box; padding: 0 24px; padding-top: 22px; padding-bottom: 22px; margin-top: 24px;}
.wrapidiomasdisp{position: relative; float: left; width: 100%; background: #fff; box-sizing: border-box; padding: 0 24px; padding-top: 22px; padding-bottom: 22px; margin-top: 18px;}

.divbandeira{position: relative; float: left; width: 18px; height: 18px;}
.programacontent{box-sizing: border-box; background: #fff; padding: 16px; }

.retanguloprograma{position: absolute; right: 0; top: 12px; width: 66px; height: 23px; background: #A42020;}
.relogioprograma{position: relative; float: left; width: 11px; height: 11px; top: 50%; transform: translateY(-50%); margin-left: 5px; background: url(../imgs/relogiobr.png) no-repeat center center /contain;}

.divincluido{box-sizing: border-box; padding: 0 52px;}
.divincluido br{display: block; content: ""; border-bottom: 10px solid transparent;}
@-moz-document url-prefix() {
  .divincluido br{margin-bottom: 10px;}
}

.divpersonalizavel{box-sizing: border-box; padding: 22px 28px; background: #E8E8E8; margin-top: 54px;}
.telefonepersonalizavel{width: 14px; height: 13px; background: url(../imgs/telefone.png) no-repeat center center / contain; margin-top: 3px; margin-right: 12px;}

.divinfoadicional{box-sizing: border-box; padding: 0 32px; padding-right: 45px;}




.ui-state-default{text-align: center !important;}

.qtdpadd{box-sizing: border-box; padding: 8px; padding-left: 50px;}

.iconquant{position: absolute; left: 17px; top: 7px; width: 15px; height: 17px; background: url(../imgs/pessoas.png) no-repeat center center / contain;}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-w { background: url(../imgs/setaesqpr.png) no-repeat center center/5px !important; }
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e { background: url(../imgs/setadirpr.png) no-repeat center center/5px !important; }


.bgvisao{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(62, 70, 110, 0.6); mix-blend-mode: multiply; }
.bgbgvisao{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(113, 126, 189, 0.9); mix-blend-mode: multiply;}


.degradeservico{position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background: transparent linear-gradient(180deg, #3E466E00 0%, #3E466E5D 36%, #3E466E 100%) 0% 0% no-repeat padding-box; opacity: 0.61;}
.bgservico{position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: matrix(-1, 0, 0, -1, 0, 0); background: #717EBD; mix-blend-mode: multiply; opacity: 0.6;}
.imgservico{transform: scale(1); position: absolute; left: 0%; top: 0%; width: 100%; height: 100%;}
.swiperservicos .swiper-slide:hover .imgservico{transform: scale(1.1);}

.imgnoticias{transform: scale(1); position: absolute; left: 0%; top: 0%; width: 100%; height: 100%;}
.swipernoticias .swiper-slide:hover .div50:nth-child(2n+1){height: 30%;}
.swipernoticias .swiper-slide:hover .div50:nth-child(2n+2){height: 70%; background: #FFF;}
.swipernoticias .swiper-slide:hover .letra12.branco{color: #717EBD;}
.swipernoticias .swiper-slide:hover .letra19.branco{color: #717EBD;}
.swipernoticias .swiper-slide:hover .letra17.branco{color: #454545;}
.swipernoticias .swiper-slide:hover .txtnoticias{height: 180px;}



.btncontacto{background: none;}
.btncontacto:hover .infobtn{}
.btncontacto:hover .branco{}



.headerarea .tituloconte.corpri2{color: var(--corpri1);}

.headerarea .facelinks{display: none;}

.titconte{cursor: pointer;}
.titconte.branco:hover{color: #717EBD; font-weight: 600;}



.divimgconte{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.colunas4menu:hover .divimgconte{transform: scale(1.1);}

.makeyour{left: 50%; transform: translateX(-50%);}
.fundope2{position: absolute; left: 0; bottom: 0; width: 100%; opacity: 1;}
.fundomenu{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; background: transparent linear-gradient(297deg, #1B3C6D 0%, #4389D0 100%) 0% 0% no-repeat padding-box; transform: matrix(-1, 0, 0, -1, 0, 0); opacity: 0;}
.collapsed .fundomenu{opacity: 1;}
.collapsed .fundomenu{opacity: 1; visibility: visible;}
.divimgsocial::before{/*content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 12px; background: currentColor; -webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;*/}
.divimgsocial::after{/*content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 12px; background: currentColor; -webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;*/}
.divimgsocial:hover::before{/*content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 0px; background: currentColor;*/}
.divimgsocial:hover::after{/*content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 0px; background: currentColor;*/}
.divimgsocial .dentro{position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none;}
.divimgsocial .dentro::before{/*content: ''; position: absolute; left: 50%; top: -5px; transform: translate(-50%, 0%); width: 0px; height: 1px; background: #a5a5a5; -webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;*/}
.divimgsocial .dentro::after{/*content: ''; position: absolute; right: 50%; top: calc(100% + 3px); transform: translate(50%, 0%); width: 0px; height: 1px; background: #a5a5a5; -webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;*/}
.divimgsocial:hover .dentro::before{/*content: ''; position: absolute; left: 50%; top: -5px; transform: translate(-50%, 0%); width: 90px; height: 1px; background: #a5a5a5;*/}
.divimgsocial:hover .dentro::after{/*content: ''; position: absolute; right: 50%; top: calc(100% + 3px); transform: translate(50%, 0%); width: 90px; height: 1px; background: #a5a5a5;*/}

.social.socialmenu .corpri2{color: rgba(0, 0, 0, 0.6);}
.icono2{position: relative; float: left; width: 40px; height: 16px; background: url(../imgs/logocopyciz.png) no-repeat center center / contain; opacity: 0.5; margin-left: 5px;}
.icono2:hover{opacity: 1; background: url(../imgs/logocopylr.png) no-repeat center center / contain;}
.submenu2:hover{opacity: 1;}
.colunas2menumobile{position: relative; float: left;}

.pretobrancoindex{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; mix-blend-mode: color; clip-path: inset(0 0px 0px); transform: rotate(180deg);}

footer{opacity: 1;}
.wrapinsidepe{opacity: 1;}
.divfooter{}

.swiper-pagination::before{content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: 30px; height: calc(100% - 30px); width: 2px; background: rgba(255, 255, 255, 0.2);}
.swiper-pagination::after{content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: 30px; height: 0%; width: 2px; background: rgba(255, 255, 255, 1); animation: progress 9.5s infinite;}

@keyframes progress {
  from {height: 0%;}
  to {height: calc(100% - 30px);}
}

.imgfooter{position: absolute; left: 0; bottom: 0; width: 100%; height: 100vh;}


.imgpart1{position: relative; float: left; width: 33.33333%; transform: translateX(-25%); height: 100%; overflow: hidden; min-height: 1px; opacity: 0;}
.imgpart2{position: relative; float: left; transform: translateY(25%); width: 33.33333%; height: 100%; overflow: hidden; min-height: 1px; opacity: 0;}
.imgpart3{position: relative; float: right; width: 33.33333%; transform: translateX(25%); height: 100%; overflow: hidden; min-height: 1px; opacity: 0;}
.muda .imgpart1{transform: translateX(0); opacity: 1;}
.muda .imgpart2{transform: translateY(0); opacity: 1;}
.muda .imgpart3{transform: translateX(0); opacity: 1;}
.imgdentro{display: block; width: 100vw; height: 100%; padding-right: 0; padding-left: 0; -webkit-box-ordinal-group: 2; -webkit-box-flex: 0; position: relative; float: left;}
.imgpart2 .imgdentro{left: 50%; transform: translateX(-50%);}
.imgpart3 .imgdentro{float: right;}
.pretopartida{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; overflow: hidden;}
.bgpartida{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.15;}
.mostratitpartidaescondida{letter-spacing: 5.6px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 0; background: rgba(255, 255, 255, 0);}
.bordapartida{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: calc(100% + 125px); height: calc(100% + 125px); box-sizing: border-box; border: 60px solid #fff;}
.imgpartida{height: calc(var(--screenHeight)); overflow: hidden;}

.scrollprogress{ position: absolute; z-index: 1200;	height: 100%; max-height: 262px; width: 2px; background-color: #e8e8e8; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.progress-container{height: 100%; position: relative; width: 4px; left: 50%; transform: translateX(-50%);}
.progress-bar{height: 54px; width: 20px; top: 0; position: absolute; left: 50%; transform: translateX(-50%);}
.progress-bar::after{content: ''; display: block; position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: var(--corpri1); width: 2px; height: 100%;}


.swipersobrenos{position: absolute; right: 0; top: 0; width: 100%; height: 100%;}
.titulodepois{background: transparent linear-gradient(180deg, rgba(255, 255, 255,0.5) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important;}

.weareprojects .span{width: 61px; overflow: hidden; position: relative; float: left;}
.weareprojects:hover .span{width: 100px;}
.weareprojects:hover{opacity: 1;}
.weareprojects::after{content: ''; position: absolute; bottom: 0; left: 0; width: 102px; height: 1px; background: #fff;}

.linhaweare{position: absolute; right: 146px; top: 0; width: 35px; height: 0; background: #fff;}


.linhasvg6{position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 35px; height: 100vh; background: #e8e8e8;}
.projectsimg1wrap:hover{width: 100%;}
.projectsimg6wrap{position: relative; float: left; width: 100%; overflow: hidden; height: 100%;}
.projectsimg6{position: relative; float: left; width: 100%; background: url(../imgs/semimagem.jpg) no-repeat center center / cover; height: 100%; transform: scale(1.5); will-change: transform;}
.projectstexto{position: absolute; left: 50%; transform: translateX(-50%); bottom: 33px; width: 450px; opacity: 0;}
.wrapstyle{width: 100%; }
.styleimg{left: 50%; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 120px); height: calc(100% - 120px);}
.bgstyle{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); opacity: 0; pointer-events: none;}
.cursor{ position: absolute; background-color: #000; width: 78px; height: 78px; border-radius: 50%; opacity: 0; transition: opacity 0.5s linear; display: none;}
.cursortxt{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; display: none; text-align: center; min-width: 100px;}
.cursortxt2{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; display: none;}
#textogaleria2{position: relative; float: right; clear: both; overflow: hidden;}
#textogaleria3{position: relative; float: right; clear: both; overflow: hidden;}
#textogaleria4{position: relative; float: right; clear: both; overflow: hidden;}
.modified span{transform: translateY(110%); display: inline-flex; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.modified2 span{transform: translateY(110%);display: inline-flex;-webkit-transition: all 0.1s ease-out;-moz-transition: all 0.1s ease-out;-ms-transition: all 0.1s ease-out;-o-transition: all 0.1s ease-out;transition: all 0.1s ease-out; overflow: hidden;}
.cursor2{ position: absolute; background: url(../imgs/img1.webp) no-repeat center center / 100vw; width: 200px; height: 200px; border-radius: 50%; opacity: 0; transition: opacity 0.5s linear; overflow: hidden; display: none;}
.hovercursor span{-webkit-text-stroke: 1px #fff; color: #fff; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.slidesvg{opacity: 0;}
.slideprojects{height: 100%;}
.makeyourantes::before{content: ''; position: absolute; left: 9px; top: 0px; background: #fff; width: 2px; height: 44px; opacity: 0.2;}
.makeyourantes::after{content: ''; position: absolute; left: 0px; top: 9px; background: #fff; width: 44px; height: 2px; opacity: 0.2;}
.makeyourdepois::before{content: ''; position: absolute; right: 9px; bottom: 0px; background: #fff; width: 2px; height: 44px; opacity: 0.2;}
.makeyourdepois::after{content: ''; position: absolute; right: 0px; bottom: 9px; background: #fff; width: 44px; height: 2px; opacity: 0.2;}


.parentdestaque{margin-bottom: 0;}
.destaque{z-index: 9;}
.paddingtitdest{position: relative; letter-spacing: 4px;}
.paddingtitdest2{top: 50%; transform: translateY(-50%); position: relative; float: left; letter-spacing: 4px; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; filter: grayscale(1);}
.bgcaption{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; overflow: hidden;}
.wrapbgcaption{position: absolute; left: 0; top: 0; width: 100%; height: calc(var(--screenHeight) - 60px); background: #fff; overflow: hidden;}



.blurproject{filter: blur(15px) grayscale(1);}
.blurproject.after{filter: blur(0) grayscale(0);}
.titprojects{-webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important;}

.wrapgaleria1dentro{padding-top: 102px; height: 100%; box-sizing: border-box;}
.degradegaleria{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box; opacity: 0.9;}
.bggaleria{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.9;}
.wraptxt2{left: 50%; transform: translateX(-50%); max-width: calc(100% - 70px);}

.clipsobredentro{opacity: 0;}
.fototxtdentro{opacity: 0; transform: translateX(-100px);}
.tracogaleriadentro{position: absolute; right: 100%; top: 5px; width: 280px; height: 15px; background: #e8e8e8;}
.tracodetails{position: absolute; right: 100%; top: 5px; width: 195px; height: 10px; background: #e8e8e8;}
.brancobranco{background: #fff;}
.titulocaminho2{margin-right: 0;}
.galeriaconte2 .slide:nth-child(4n+1){width: 520px;}
.galeriaconte2 .slide:nth-child(4n+2){width: 438px;}
.galeriaconte2 .slide:nth-child(4n+3){width: 504px;}
.galeriaconte2 .slide:nth-child(4n+4){width: 750px;}
.exceptional{color: rgba(188, 188, 188);}
.exceptional b, .exceptional strong{color: #585858;}
.details b, .details strong{color: #000;}
.tracosnextprojectantes{position: absolute; left: -50px; top: -34px; width: 44px; height: 44px;}
.tracosnextprojectantes::before{content: ''; position: absolute; left: 10px; top: 0; width: 1px; height: 44px; background: #fff;}
.tracosnextprojectantes::after{content: ''; position: absolute; left: 0; top: 10px; width: 44px; height: 1px; background: #fff;}
.tracosnextprojectdepois{position: absolute; right: -42px; bottom: -7px; width: 44px; height: 44px;}
.tracosnextprojectdepois::before{content: ''; position: absolute; right: 10px; bottom: 0; width: 1px; height: 44px; background: #fff;}
.tracosnextprojectdepois::after{content: ''; position: absolute; right: 0; bottom: 10px; width: 44px; height: 1px; background: #fff;}
.divnextproject{position: relative; float: left; left: 50%; transform: translateX(-50%); width: 10px; overflow: hidden;}
.tracoexceptional{position: absolute; right: 100%; top: 5px; width: 175px; height: 8px; background: #e8e8e8;}

.bgweare{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2);}

.linhaback{width: 60px; height: 1px; background: currentColor; margin-top: 11px; margin-right: 16px;}
.top50{top: 50%; transform: translateY(-50%);}
.left50{left: 50%; transform: translateX(-50%);}
.backback{letter-spacing: 1.8px; line-height: 24px;}
.cliplocalizacao{filter: grayscale(1);}

.usobrenos{opacity: 0;}
.imgindex2.blur{filter: blur(15px);}
.pabsolute{position: absolute;}
.captionsobrenos{position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%;}
.navstyle{font-size: 16px; font-weight: 200; letter-spacing: 2.03px; line-height: 22px; color: #fff; opacity: 0.7; margin: 3px 0;}
.navstyle.ativo{opacity: 1;}
.navstyle::after{content: ''; position: absolute; top: 10px; right: -55px; width: 42px; height: 1px; background: transparent; -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;}
.navstyle.ativo::after{content: ''; position: absolute; top: 10px; right: -55px; width: 42px; height: 1px; background: #fff;}
.navegadordentro{position: relative; float: left; top: 50%; transform: translateY(-50%); mix-blend-mode: exclusion; z-index: 9999; opacity: 0; transform: translateY(100px);}
.sobrenostxt b, .sobrenostxt strong{font-weight: 300; color: #000;}
.divservico{opacity: 0.2;}
.divservico .letra16{display: none;}
.divservico.ativo{opacity: 1;}
.bgmissao{position: absolute; right: 0; top: 0; width: 0; height: 100%; background: rgba(0, 0, 0, 0.6);}
.detailstit b, .detailstit strong{font-weight: 200; color: #fff;}
.detailstxt b, .detailstxt strong{font-weight: 400; color: #fff;}
.colunas2missao{margin-bottom: 40px;}
.colunas2missao:nth-child(2n+1){box-sizing: border-box; padding-right: 15px;}
.colunas2missao:nth-child(2n+2){box-sizing: border-box; padding-left: 15px;}
.translatemissao{opacity: 0; transform: translateY(100px);}
.translatemissao2{opacity: 0; transform: translateY(100px);}
.cursormissao{ position: absolute; background-color: #000; width: 194px; height: 194px; border-radius: 50%; opacity: 0; transition: opacity 0.5s linear; pointer-events: none; display: none;}


.conteantes::before{content: ''; position: absolute; left: 9px; top: 0px; background: #777; width: 2px; height: 44px; opacity: 0.2;}
.conteantes::after{content: ''; position: absolute; left: 0px; top: 9px; background: #777; width: 44px; height: 2px; opacity: 0.2;}
.contedepois::before{content: ''; position: absolute; right: 9px; bottom: 0px; background: #777; width: 2px; height: 44px; opacity: 0.2;}
.contedepois::after{content: ''; position: absolute; right: 0px; bottom: 9px; background: #777; width: 44px; height: 2px; opacity: 0.2;}

.navegadormobile{position: fixed; left: 0; bottom: 0; width: 100%; padding-bottom: 25px; display: flex; justify-content: center;}
.navstylemobile{font-size: 12px; font-weight: 200; letter-spacing: 1.52px; line-height: 15px; color: #fff; margin: 0px 7px;}
.navstylemobile.ativo{font-weight: 400;}
.navstylemobile.ativo::after{content: ''; position: absolute; bottom: -25px; left: 50%; transform: translateX(-50%); width: 100%; height: 2px; background: #fff;}

.galeriaconte2{height: 100%; display: flex; flex-wrap: nowrap; align-items: center;}
.galeria2{width: 100%; overflow: hidden;}

.cursorgeral{position: fixed; width: 2px; height: 2px; border-radius: 50%; transition: opacity 0.5s linear; z-index: 1000000000000000000; pointer-events: none;}
.cursordentro{position: absolute; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%, -50%); width: 10px; height: 10px; background: #000;}

.newsimgartigo{position: relative; float: left; width: 100%; height: 100%; transform: scale(1.5);}

.slidesobrenos:first-child{transform: translate(0, 0) !important;}

.linhamenu{position: absolute; right: 0; top: 0; width: 2px; height: 100%; background: #eee;}
.linhamenu div{position: absolute; left: 0; top: 0; width: 2px; height: 0; background: #000;}

.setacursor{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 20px; height: 40px; background: url(../imgs/setadir.png) no-repeat center center /contain; mix-blend-mode: exclusion; display: none;}

.slidesobrenosdentro{width: 100vw; height: 100%;}
.degradeprojects{position: absolute; bottom: 0; left: 0; width: 100%; height: 28%; background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box; opacity: 0;}
.projectsimg1wrap:hover .degradeprojects, .projectsimg2wrap:hover .degradeprojects,
.projectsimg3wrap:hover .degradeprojects, .projectsimg4wrap:hover .degradeprojects,
.projectsimg5wrap:hover .degradeprojects, .projectsimg6wrap:hover .degradeprojects{position: absolute; bottom: 0; left: 0; width: 100%; height: 28%; background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box; opacity: 0.3;}
.spanspan{color: #fff !important; margin: 0 !important;}

.bgpretosobrenos{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.3;}
.captionsobrenos .letra80{overflow: hidden;}
.tituloescreve{opacity: 0;}

.tracoequipa{position: absolute; left: -280px; top: 65px; width: 350px; height: 30px; background: #fff; opacity: 0.2;}
.tracomissao{position: absolute; left: -500px; top: 5px; width: 350px; height: 12px; background: #fff; opacity: 0.2;}

.fadeimage{visibility: hidden; transition: visibility cubic-bezier(.165, .84, .44, 1) .25s;}


.fadeIn{-webkit-animation: animat_show 0.8s; animation: animat_show 0.8s; visibility: visible !important;}

.pnone>div{pointer-events: none;}
.pnone .navegador{pointer-events: all;;}
.pnone .rightsobrenos{pointer-events: all;}

@-webkit-keyframes animat_show {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.corborder{color: transparent; -webkit-text-stroke: 1px #1DE63F;}
.corborder2{color: transparent; -webkit-text-stroke: 2px #1DE63F;}
.corborder3{color: transparent; -webkit-text-stroke: 2px #436F8A;}
.corborder4{color: transparent; -webkit-text-stroke: 2px #FFF;}
.corborder5{color: transparent; -webkit-text-stroke: 2px #C3C3C3;}
.corborder6{color: transparent; -webkit-text-stroke: 2px #000; opacity: 0.15;}
.corborder6.open{color: transparent; -webkit-text-stroke: 2px #fff; opacity: 0.15;}
.corborder7{color: transparent; -webkit-text-stroke: 2px #FFF; opacity: 0.3;}
.contecima.corborder7:hover{color: #fff; opacity: 1;}
.wrapdesign{line-height: 1;}
.wrapcopy{line-height: 1;}
.video-container{position: relative; float: left; width: 100%; height: 100%; overflow: hidden;}
.video-container video { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); object-fit: cover;}
.bgvideo{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.menumobile.open .divlang{opacity: 1;}
.linhamenumobile{position: absolute; left: 0; bottom: 0; width: 100%; }
.loginbarra{position: relative; float: left; width: 24px; height: 27px; margin-left: 17px; cursor: pointer; background: url(../imgs/login.png) no-repeat center center / contain; z-index: 999999;}
.loginbarra.open{background: url(../imgs/login.png) no-repeat center center / contain;}
.enterbranco{-webkit-text-stroke: 0px #1DE63F; position: absolute; bottom: -22px; right: 0; box-sizing: border-box; padding-right: 30px;}
.enterbranco::after{content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 20px; height: 12px; background: url(../imgs/setadir2.png) no-repeat center center / contain;}
.enterseta{position: absolute; right: 0; top: 2px; width: 20px; height: 12px; background: url(../imgs/setadir.png) no-repeat center center / contain;}
.loginregister{position: relative; float: left; padding-left: 114px; height: 15px; margin-bottom: 28px;}
.loginregister::after{content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 100px; height: 1px; background: #1DE63F;}
.bgvideo{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../imgs/gradienta.jpg) no-repeat center center / cover; opacity: 0.5; mix-blend-mode: lighten;}
.bgvideo2{position: absolute; left: 0; bottom: 0; width: 100%; height: 266px; background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box; opacity: 0.25; mix-blend-mode: multiply;}


.whataaso{padding-left: 112px;}
.whataaso::after{content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100px; height: 1px; background: #1DE63F;}
.whataasoinvert{padding-right: 112px;}
.whataasoinvert::after{content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 100px; height: 1px; background: #1DE63F;}


.circulocore{width: 480px; height: 480px; overflow: hidden; border-radius: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.coretxt{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 630px; text-align: center;}
.socialduty{letter-spacing: 1.3px; line-height: 15px; padding-left: 112px;}
.socialduty::after{content: ''; position: absolute; left: 0; top: 6px; width: 100px; height: 1px; background: #fff;}

.divcore{overflow: hidden;}

.ambition1{max-width: 635px; position: absolute; left: 0; top: 0;}
.ambition2{max-width: 475px; width: 100%;}
.bolatopleft{position: absolute; left: 0; top: 0; transform: translate(-50%, -50%); width: 6px; height: 6px; background: #EAEAEA; border-radius: 100%;}
.bolatopright{position: absolute; right: 0; top: 0; transform: translate(50%, -50%); width: 6px; height: 6px; background: #EAEAEA; border-radius: 100%;}
.bolabotleft{position: absolute; left: 0; bottom: 0; transform: translate(-50%, 50%); width: 6px; height: 6px; background: #EAEAEA; border-radius: 100%;}
.bolabotright{position: absolute; right: 0; bottom: 0; transform: translate(50%, 50%); width: 6px; height: 6px; background: #EAEAEA; border-radius: 100%;}
.ambition2:hover .bolatopleft{background: #fff;}
.ambition2:hover .bolatopright{background: #fff;}
.ambition2:hover .bolabotleft{background: #fff;}
.ambition2:hover .bolabotright{background: #fff;}
.ambition2 .colunas3:hover{background: #000;}
.ambition2:hover .corpri2{color: #fff;}
.ambition2:hover .corpri1{filter: blur(1px);}
.ambition2:hover .colunas3:hover .corpri1{filter: blur(0px);}
.imgambition{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: none;}
.bgambition{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #436F8A; opacity: 0.9; mix-blend-mode: multiply;}

.circuloteam{position: relative; float: left; left: 50%; transform: translateX(-50%); width: 150px; height: 150px; background: #fff; border-radius: 100%; overflow: hidden;}
.imgcirculoteam{position: relative; float: left; left: 50%; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 6px); height: calc(100% - 6px); border-radius: 100%;}
.bgcirculoteam{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; background: #000; mix-blend-mode: hue;}

.divnewsletter{box-sizing: border-box; padding-top: 140px; padding-bottom: 135px;}

.formprocura{position: relative; float: left; width: 100%;}
.divcaminho{pointer-events: none;}
.divcaminhodentro{position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); z-index: 999; pointer-events: all;}
.discovernews{position: relative; float: right; width: 156px; height: 156px;}
.imgnews{position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; display: none; pointer-events: none;}
.bgnews{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #436F8A; mix-blend-mode: multiply; opacity: 0.8;}
.bgnews2{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url('../imgs/gradienta.jpg') no-repeat center center / cover; mix-blend-mode: soft-light; opacity: 0.7;}
.hovernews.open .preto{color: #fff;}
.wrapnews:hover .discovernews{background: #000;}

.divcaminho{position: fixed; left: 0; bottom: 0px; width: 100%; height: 178px; z-index: 999;}
.bgcaminho{position: fixed; left: 0; bottom: 0px; width: 100%; height: 178px; background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box; z-index: 1; pointer-events: none;}

.bgcontebaixo{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(97deg, #4389D0 0%, #1B3C6D 100%) 0% 0% no-repeat padding-box; opacity: 0.89;}
.bgcontebaixo2{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url('../imgs/gradienta.jpg') no-repeat center center / cover; mix-blend-mode: soft-light; opacity: 0.7;}
.imgindex2.blur{filter: blur(5px);}
.discovermore{box-sizing: border-box; padding-left: 92px;}
.discovermore::before{content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 80px; height: 1px; background: rgba(255, 255, 255, 0.5);}

.div.active{background: #000;}
.div.active .corpri1{color: #fff;}

.padraocontebaixo{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 942px; height: 474px; background: url(../imgs/padraobolas.svg) repeat center center /155px; opacity: 0.3;}
.padraocore{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 942px; height: 610px; background: url(../imgs/padraobolas.svg) repeat center center /150px; opacity: 1;}
.padraonewsletter{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 942px; height: 100%; background: url(../imgs/padraobolas.svg) repeat center center /150px; opacity: 1;}

.imgarea{position: absolute; left: 0; top: 0; width: 100%; height: 100%; filter: blur(5px); display: none;}
.imgarea2{position: absolute; left: 0; top: 0; width: 100%; height: 100%; filter: blur(5px);}
.bgarea{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #436F8A; mix-blend-mode: multiply; opacity: 0.8;}
.bgarea2{position: absolute; left: 0; top: 0; width: 100%; height: 100%; mix-blend-mode: soft-light; opacity: 0.7; background: url(../imgs/gradienta.jpg) no-repeat center center /cover;}
.bolaarea{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 494px; height: 494px; border-radius: 100%; overflow: hidden; display: none;}
.bolaarea2{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 494px; height: 494px; border-radius: 100%; overflow: hidden;}
.wrappaginas{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: calc(100% - var(--margindefault) * 2);}
.logomarca{filter: grayscale(1);}
.slidemarcas .slide:hover .logomarca{filter: grayscale(0);}

.overflowproc{background: none;}
.suggestionList{padding: 0;}

.videoembed{height: 100%;}
.videodefault video{width: 100%;}

.customcheckbox2{-webkit-appearance: checkbox;-moz-appearance: checkbox;appearance: checkbox;}

.bgindex1{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(180deg, #1B3C6D00 0%, #1B3C6D 100%) 0% 0% no-repeat padding-box; opacity: 0.95;}
.slidedestaque-prev{position: absolute; top: 50%; transform: translateY(-50%); left: 70px; width: 13px; height: 22px; background: url(../../imgs/setaesq.png) no-repeat center center / contain; cursor: pointer; display: none;}
.submenu .menuitem{margin-bottom: 0px;}
.submenu .menuitem .divborder{border-top: 1px solid #fff; padding-top: 6px; padding-bottom: 6px;}
.submenu .menuitem:last-child .divborder{border-bottom: 1px solid #fff;}

.submitprocura{pointer-events: none;}
.open .submitprocura{pointer-events: all;}

.divpe1{}
.divpe2{}
.linhape1{position: absolute; left: 20%; top: 50%; transform: translateY(-50%) rotate(27deg); width: 2px; height: 200px; background: #fff;}


.textoseta{position: absolute; left: 0; bottom: -2px; opacity: 0;}
.slidenoticias-next:hover .textoseta{opacity: 1;}


.wraptitpedrasnaturais{opacity: 0;}
.titlepedras{transform: translateX(-50%);}
.titlenaturais{transform: translateX(50%);}
.slidepedrasnoticias{opacity: 0;}
.pdr1{transform: translateY(-25%);}
.pdr2{transform: translateY(25%);}
.serv1{transform: translateY(-25%);}
.serv2{transform: translateY(25%);}
.slideservicos .slide{padding-bottom: 30px;}
.slideservicos{opacity: 0;}
.titleservicos{transform: translateX(-50%);}
.setasabermais{position: absolute; top: 0; right: 0; width: 50px; height: 26px; background: url(../imgs/setadir1.png) no-repeat center center / contain;}



.sabermaisempresa::before{content: ''; position: absolute; left: 5px; top: 0; width: 1px; height: 18px; background: #AE5D57; transform: rotate(30deg);}

.imgprocura{width: 58px; height: 58px; border-radius: 3px; box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.33);}
.wrapprocuramobile .imgprocura{width: 112px; height: 112px;}

.wrapprocuramobile .h65{margin-bottom: 20px;}

.logobg{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 206px; height: 236px; background: url(../imgs/logo.png) no-repeat center center /contain;}

.tracoantes{width: 32px; display: inline-block; position: relative;}
.tracoantes::before{content: ''; position: absolute; left: 50%; top: calc(50% - 1px); transform: translate(-50%, -50%); width: 4px; height: 8px; background: url(../imgs/icon.png) no-repeat center center /contain; opacity: 1;}
.linhacaption{position: absolute; left: -47px; bottom: -31px; width: 2px; height: 138px; background: #fff; transform: rotate(28deg);}

.imgpagina{box-shadow: 5px 3px 15px #00000053; border-radius: 5px; overflow: hidden;}
.iimgpagina{position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; transform: translate(-50%, -50%) scale(1); }
.wrapartigo:hover .iimgpagina{position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; transform: translate(-50%, -50%) scale(1.1);}


.divtextocontebaixo{}
.legendaslide{position: absolute; left: 0; bottom: 0px; width: 100%; height: 63px; opacity: 0; background: transparent;}
.wrapimgconte:hover .legendaslide{opacity: 1;}
.bglegendaslide{position: absolute; left: 0; bottom: 0px; width: 100%; height: 63px; background: transparent linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 29%, #808080 100%) 0% 0% no-repeat padding-box; mix-blend-mode: multiply; opacity: 0;}
.wrapimgconte:hover .bglegendaslide{opacity: 1;}
.txtlegendaslide{position: absolute; left: 0; bottom: 12px; width: 100%; box-sizing: border-box; padding: 0 24px;}
.txtlegendaslide::before{/*content: ''; position: absolute; left: 11px; top: 0px; width: 1px; height: 9px; transform: rotate(27deg); background: #fff;*/}

.wrapimagempedra{transform: translateY(25%); opacity: 0;}
.divtextopedra{transform: translateY(25%); opacity: 0;}

.bgpedra{position: absolute; right: 0; top: -42px; width: calc(100% + 72px); height: calc(100% + 42px); background: #F7F4F2;}
.descricaopedra span{text-align: right; float: right;}
.titrelaciona span{float: right; text-align: right;}
.wrapprocuramobile{position: fixed; right: 0px; top: 0px; width: 100vw; height: 100vh; display: none; box-sizing: border-box; padding: 0 40px; padding-right: 60px; padding-top: 155px;}
.cruzprocuramobile{position: absolute; right: 47px; top: 102px; width: 33px; height: 33px; background: url(../imgs/cruz.png) no-repeat center center /contain; cursor: pointer;}

.verprodutos{background: #fff;}
.verprodutos::before{content: ''; position: absolute; left: -29px; top: -12px; width: 51px; height: 55px; background: url(../imgs/sabermaisicon.png) no-repeat center center /contain;}

.wrapsobrenos{box-sizing: border-box;}
.vermais::before{content: ''; position: absolute; left: -12px; top: -16px; width: 41px; height: 41px; background: url(../imgs/sabermaisicon3.png) no-repeat center center /contain; transform: rotate(-0deg);}
.sobrenoswrap{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.titnoticias::before{content: ''; position: absolute; left: 0; top: 25px; width: 44px; height: 1px; background: rgba(52, 86, 61, 0.29);}
.vermaisnoticias::before{content: ''; position: absolute; left: -26px; top: -10px; width: 51px; height: 55px; background: url(../imgs/sabermaisicon.png) no-repeat center center /contain;}







.enviarimg{position: absolute; left: 0; top: 0; width: 50px; height: 55px; background: url(../imgs/sabermaisicon.png) no-repeat center center /contain;}


.vermaisprodutos{position: absolute; left: 50%; transform: translateX(-50%); bottom: 28px; padding-left: 25px;}
.vermaisprodutos::before{content: ''; position: absolute; left: 0; top: -17px; width: 51px; height: 55px; background: url(../imgs/sabermaisicon.png) no-repeat center center /contain;}



.createacc .div::after{content: ''; position: absolute; left: 0; bottom: -3px; width: 100%; height: 1px; background: #fff;}
.loginicon{position: absolute; left: 50%; transform: translateX(-50%); top: 17px; width: 20px; height: 27px; background: url(../imgs/login.png) no-repeat center center /contain;}

.ui-widget-content{background: rgba(27, 60, 109, 0.91) !important;}

.lupadesktop{width: 27px; height: 27px; background: url(../imgs/lupa.png) no-repeat center center /contain;}
.lupadesktopinside{width: 27px; height: 27px; background: url(../imgs/lupa.png) no-repeat center center /contain; position: absolute; right: -32px; top: -4px;}

.wrapprocura.desktop{position: absolute; right: -16px; top: -14px; width: 216px; box-sizing: border-box; padding-left: 20px; padding-right: 45px; padding-top: 18px; padding-bottom: 25px; background: rgba(52, 86, 61, 0.91); border-radius: 3px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;}

.swiper-scrollbar-drag{background: #585858; border-radius: 1px; height: 1px;}


.vermaispedras{line-height: 24px; margin-top: 30px; margin-left: 12px;}
.vermaispedras::before{content: ''; position: absolute; left: -26px; top: -12px; width: 51px; height: 55px; background: url(../imgs/sabermaisicon.png) no-repeat center center /contain;}



.textocontactos b{letter-spacing: 1.4px; color: #34563D;}



.linhacopy{width: 32px; height: 12px;}
.linhacopy::before{content: ''; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 14px; height: 1px; background: rgba(222, 222, 222, 0.27);}

.stonepalmo{margin-right: 72px;}
.marmores{margin-right: 110px;}
.calcarios{margin-right: 50px;}
.stonepalmo::after{content: ''; position: absolute; right: -55px; top: 7px; width: 35px; height: 1px; background: rgba(255, 255, 255, 0.29);}
.marmores::after{content: ''; position: absolute; right: -84px; top: 7px; width: 60px; height: 1px; background: rgba(255, 255, 255, 0.29);}


.forminsc .customcheckbox2{-webkit-appearance: none; -moz-appearance: none; appearance: none; display: inline-block; position: relative; min-width: 10px; height: 10px; box-sizing: border-box; border: 0px solid #A42020; padding: 0; margin: 0 0px 0 0; margin-top: 0px; background: rgba(255, 255, 255, 0); box-sizing: content-box; float: left; transform-origin: 0 100%; cursor: pointer;}
.forminsc .customcheckbox2{border:1px solid var(--corpri4); border-radius: 7px; margin-top: 1px;}
.customcheckbox2:checked::after {content: ''; background: var(--corpri1); left: 50%; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 4px); height: calc(100% - 4px); position: absolute; border-radius: 5px;}

.loader-container{pointer-events: none;}
.alturapedra{height: 126px;}
.pedraslado3 .alturapedra{height: 72px;}
.cruzlado{position: absolute; right: 45px; top: 35px; width: 23px; height: 23px; background: url(../imgs/cruz.png) no-repeat center center /contain; cursor: pointer;}

.pedrawrap:hover .alturapedra{transform: translateY(-42px)}
.cruzpedra{position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 27px; height: 27px;}
.cruzpedra::before{content: ''; position: absolute; left: 50%; transform: translateX(-50%); height: 100%; width: 2px; background: #fff; opacity: 0.39;}
.cruzpedra::after{content: ''; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; height: 2px; background: #fff; opacity: 0.39;}
.abrelado{position: absolute; left: 0; top: 0; width: 80px; height: 100%; cursor: pointer;}
.abrelado2{position: absolute; left: 0; top: 0; width: 80px; height: 100%;}

.divsvgmenu{position: absolute; left: 0; top: 100%; width: 100%;}
.collapsed .divsvgmenu{visibility: visible;}

.svglado{position: absolute; left: 0; top: 0; height: 100%; opacity: 0.91;}
.svglado::before{content: ''; position: absolute; left: calc(100% - 1px); top: 0; width: 100vw; height: 100%; background: #34563D;}
.svglado.open::before{content: ''; position: absolute; left: calc(100% - 1px); top: 0; width: 100vw; height: 100%; background: #3E3E3E;}

.wrapprocuramobile .suggestionsBox{position: absolute; bottom: calc(100% + 30px); width: 100%; top: auto;}
.clickerprocura.mobile{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.sobrenos2{transform: translateX(100%);}

.insidesobrenos2{opacity: 0; pointer-events: none;}

.sabermaisnoticia{position: absolute; left: 50%; transform: translateX(-50%); bottom: 42px;}
.sabermaisnoticia::before{content: ''; position: absolute; left: -5px; top: -12px; width: 51px; height: 55px; background: url(../imgs/sabermaisicon.png) no-repeat center center /contain;}




.mooddrag{cursor: pointer;}
.moodicon{position: absolute; left: 56px; bottom: 90px; width: 36px; height: 36px; background: url(../imgs/favicon.png) no-repeat center center /contain;}
.pedirorcmood{position: absolute; right: 32px; bottom: 35px; cursor: pointer;}
.pedirorcmood::before{content: ''; position: absolute; left: -26px; top: -13px; width: 51px; height: 55px; background: url(../imgs/sabermaisicon.png) no-repeat center center /contain; transform: rotate(5deg);}
.cruzpedras{width: 13px; height: 13px; background: url(../imgs/cruz.png) no-repeat center center /contain; margin-top: 2px; cursor: pointer;}
.cruzmadeira{width: 13px; height: 13px; background: url(../imgs/cruz.png) no-repeat center center /contain; margin-top: 2px; cursor: pointer;}
.colunas4mood:nth-child(4n+1){position: relative; float: left; width: 25%; box-sizing: border-box; padding-left: calc(12px * 0 / 4); padding-right: calc(12px * 3 / 4); margin-bottom: 12px; clear: both;}
.colunas4mood:nth-child(4n+2){position: relative; float: left; width: 25%; box-sizing: border-box; padding-left: calc(12px * 1 / 4); padding-right: calc(12px * 2 / 4); margin-bottom: 12px; clear: none;}
.colunas4mood:nth-child(4n+3){position: relative; float: left; width: 25%; box-sizing: border-box; padding-left: calc(12px * 2 / 4); padding-right: calc(12px * 1 / 4); margin-bottom: 12px; clear: none;}
.colunas4mood:nth-child(4n+4){position: relative; float: left; width: 25%; box-sizing: border-box; padding-left: calc(12px * 3 / 4); padding-right: calc(12px * 0 / 4); margin-bottom: 12px; clear: none;}

.moodcanvas{opacity: 0; position: absolute; left: 0; top: 0;}
.pedrasmood{cursor: pointer;}
.madeiramood{cursor: pointer;}

.portfolioinside{position: relative; float: left; width: 100%; height: 100%;}
.pportfolio:hover .portfolioinside{transform: scale(1.1);}
.tituloconte{margin-top: 20px;}

.pedradrag1{-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.pedradrag2{-webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
.pedradrag3{-webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
.pedradrag4{-webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;}
.pedradrag5{-webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease-in-out; -ms-transition: all 0.9s ease-in-out; -o-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out;}
.pedradrag6{-webkit-transition: all 1.0s ease-in-out; -moz-transition: all 1.0s ease-in-out; -ms-transition: all 1.0s ease-in-out; -o-transition: all 1.0s ease-in-out; transition: all 1.0s ease-in-out;}
.pedradrag7{-webkit-transition: all 1.1s ease-in-out; -moz-transition: all 1.1s ease-in-out; -ms-transition: all 1.1s ease-in-out; -o-transition: all 1.1s ease-in-out; transition: all 1.1s ease-in-out;}

.pedrasmoodscroll::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #fff;}
.pedrasmoodscroll::-webkit-scrollbar{width: 3px; background-color: #fff;}
.pedrasmoodscroll::-webkit-scrollbar-thumb{background-color: #262626;}

.madeiramoodscroll::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #fff;}
.madeiramoodscroll::-webkit-scrollbar{width: 3px; background-color: #fff;}
.madeiramoodscroll::-webkit-scrollbar-thumb{background-color: #262626;}


.svgmancha svg{transform: rotate(0deg); animation: rotate 10s infinite linear;}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.saberdestaque{position: relative; float: left; clear: both; margin-top: 10px; width: 40px; height: 40px; background: url(../imgs/sabermais.svg) no-repeat center center /contain;}

.selectlang option{background-color: var(--corpri1); color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 1.4px; border: none; outline: none;}

.colunasmood{position: relative;}

.tooltipp {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  padding: 10px;
  background: #000;
  color: #fff;
  pointer-events: none;
  z-index: 999;
}

.gradientpe{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(297deg, #1B3C6D 0%, #4389D0 100%) 0% 0% no-repeat padding-box; transform: matrix(-1, 0, 0, -1, 0, 0);}
.menudesktop{position: relative; float: left; width: 28px; height: 18px; background: url(../imgs/menu.png) no-repeat center center /contain; margin-top: -6px; cursor: pointer;}
.contentbarra .wrapmenu{transform: translateX(100%); opacity: 0; pointer-events: none;}
.imgpe{position: absolute; left: -515px; top: -303px; width: 1590px; height: 900px; background: url(../imgs/semimagem.jpg) no-repeat center center /contain; mix-blend-mode: darken;}

.titdestaque::after{content: ''; position: absolute; right: 0; bottom: -22px; width: 112px; height: 2px; background: #fff;}

.fundosobrenos{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(27, 60, 109, 0.95);}
.gradientsobrenos{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(0deg, #1B3C6D00 0%, #1B3C6D 100%) 0% 0% no-repeat padding-box; mix-blend-mode: lighten; opacity: 0.61;}



.verservicos{padding-left: 36px;}
.verservicos::before{content: ''; position: absolute; top: 7px; left: 0; width: 28px; height: 2px; background: #CBCBCB;}
.gradientservicos{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(142deg, #1B3C6D 0%, #4389D0 100%) 0% 0% no-repeat padding-box; opacity: 0}
.servicosaber{ position: absolute; right: 22px; bottom: 20px; opacity: 0;}
.servicosaber::before{content: ''; position: absolute; left: -2px; top: -5px; width: 11px; height: 24px; background: url(../imgs/icon.png) no-repeat center center /contain; transform: rotate(-90deg); transform-origin: 0 0;}


.gradientcreditos1{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(180deg, #1B3C6DA2 0%, #4389D07E 51%, #1B3C6D 100%) 0% 0% no-repeat padding-box; opacity: 0.91;}
.gradientcreditos2{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(233deg, #4389D079 0%, #1B3C6D 100%) 0% 0% no-repeat padding-box; opacity: 0.91;}
.gradientcreditos3{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(180deg, #1B3C6D 0%, #1B3C6D00 100%) 0% 0% no-repeat padding-box; opacity: 0.59; transform: matrix(-1, 0, 0, -1, 0, 0);}

.saberequipa{position: absolute; right: 0; top: 35px; cursor: pointer;}
.saberequipa span{opacity: 0;}
.saberequipa:hover span{opacity: 1;}
.saberequipa::before{content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 44px; background: url(../imgs/icon2.png) no-repeat center center /contain; transform: rotate(0deg); transform-origin: 0 0;}
.saberequipa:hover::before{content: ''; position: absolute; left: -2px; top: 10px; width: 11px; height: 24px; background: url(../imgs/icon2.png) no-repeat center center /contain; transform: rotate(-90deg); transform-origin: 0 0;}
.divequipa{position: absolute; left: 0; width: 0; height: 147px; background: #1B3C6D; overflow: hidden;}




.titpagina{position: absolute; left: 0; bottom: 20px; width: 150px;}
.gradientmenus{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(140deg, #4389D0 0%, #1B3C6D 100%) 0% 0% no-repeat padding-box; opacity: 0;}
.wrapartigo:hover .gradientmenus{opacity: 0.72;}
.wrapartigo:hover{border-radius: 0px 125px 0px 0px;}
.sabermenu{position: absolute; right: 10px; bottom: 32px; cursor: pointer; opacity: 0;}
.wrapartigo:hover .sabermenu{opacity: 1;}
.sabermenu span{opacity: 0;}
.sabermenu:hover span{opacity: 1;}
.sabermenu::before{content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 44px; background: url(../imgs/icon.png) no-repeat center center /contain; transform: rotate(0deg); transform-origin: 0 0;}
.sabermenu:hover::before{content: ''; position: absolute; left: -2px; top: 10px; width: 11px; height: 24px; background: url(../imgs/icon.png) no-repeat center center /contain; transform: rotate(-90deg); transform-origin: 0 0;}
.bgcontecima{position: absolute; left: 0; bottom: -135px; width: 100%; height: calc(100% + 35px); background: #eee;}

.imgoval{position: relative; float: left; width: 7px; height: 16px; margin-left: 14px; background: url(../imgs/icon.png) no-repeat center center/contain; margin-top: 7px;}
.galeriaconte .navigation{position: absolute; width: 100%; top: calc(50% - 12px);}


.verinsights{padding-left: 46px;}
.verinsights::before{content: ''; position: absolute; top: 7px; left: 0; width: 36px; height: 2px; background: #1B3C6D;}

.titabre{cursor: pointer;}
.titabre::after{content: ''; position: absolute; top: 16px; right: 0; width: 36px; height: 18px; background: url(../imgs/setabaixo.png) no-repeat center center /contain; transform: translateX(100%);}
.titabre.ativo::after{transform: translateX(100%) rotate(180deg);}

.titabre2{cursor: pointer;}
.titabre2::after{content: ''; position: absolute; top: 0px; right: 0; width: 36px; height: 18px; background: url(../imgs/setabaixo.png) no-repeat center center /contain; transform: translateX(100%);}
.titabre2.ativo::after{transform: translateX(100%) rotate(180deg);}

.wrapequip:hover .equipaimg{overflow: hidden; border-radius: 0px 113px 0px 0px;}
.saberequipa{position: absolute; right: 0px; top: 0px; cursor: pointer; opacity: 1;}
.saberequipa span{opacity: 0;}
.saberequipa:hover span{opacity: 1;}
.saberequipa::before{content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 44px; background: url(../imgs/icon2.png) no-repeat center center /contain; transform: rotate(0deg); transform-origin: 0 0;}
.saberequipa:hover::before{content: ''; position: absolute; left: -2px; top: 10px; width: 11px; height: 24px; background: url(../imgs/icon2.png) no-repeat center center /contain; transform: rotate(-90deg); transform-origin: 0 0;}

.imgcreditos{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.creditosinside{position: absolute; left: 75px; top: 160px; width: 100%;}
.numerocreditos{position: absolute; right: 110px; top: 142px; font-size: 465px; color: #1B3C6D; opacity: 0.79; line-height: 600px; font-weight: 400;}

.wrapfixo{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99999; pointer-events: none;}

.btndefaultborder:hover .branco{color: #1B3C6D;}

.galeriaconte .slide:hover .imagemconte{transform: scale(1.1);}
.galeriaconte .slide{overflow: hidden;}
.galeriaconte .slide:hover{border-radius: 0px 125px 0px 0px;}


