	.input__label-content,
	.animate, .animate_ease-out,
	.slick-prev, .slick-next,
	.iconmenu::after, .iconmenu.open::after,
	.busubmit3, .busubmit2, .busubmit{ -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out; }
	
	.animatebg{-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-ms-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
	
	.animateease{ -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; }
	
	:root{
		--corpri1: #E23231;
		--corpri2: #919191;
		--corpri3: #DA1412;
		--corpri4: #707070;
		--corpri5: #8E8E8E;
		--corpri6: #D8BE53;
		--fundobtn: rgba(255,255,255,0.1);
		--sizeicons: 40px; 
		--branco10: rgba(255,255,255,0.1);
		--branco30: rgba(255,255,255,0.3);
		--branco40: rgba(255,255,255,0.4);
		--margincolunas: 50px;
	}
	
	.branco10{ color: var(--fundobtn); }
	.branco30{ color: var(--branco30); }
	.branco40{ color: var(--branco40); }
	
	.currentcolor{color: currentColor;}

	.bgimgdentro{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(90deg, #000000 0%, #00000000 50%, #00000000 100%) 0% 0% no-repeat padding-box; opacity: 0.4;}
	 
	.customcheckbox{-moz-appearance: none;-webkit-appearance: none; -o-appearance: none;appearance: none;height: 15px;width: 15px; background: #fff; border-radius: 20px;margin-right: 10px; 
		margin-top: 5px; }
	
	.customcheckbox:checked{ background: var(--corpri1); }
	
	.bgcontecima:hover .bgnoticias{ width: 140px; }
	
	.maisnoticias:hover::before{ opacity: 1; }
	
	.bgnoticias{ background: rgba(0, 27, 76, 0.5); }
	.colunas2:hover .bgnoticias{ background: rgba(0, 27, 76, 0.8); }
	
	.maxwidth1600{ max-width: 1600px; margin: 0 auto; position: relative; }
	/*.maxwidth1200{ width: 100%; max-width: 1200px; height: 100%; margin: 0 auto; position: relative; }*/
	.maxwidth900{ width: 100%; max-width: 900px; height: 100%; margin: 0 auto; position: relative; }
	
	.corpri1{ color: var(--corpri1); }
	.corpri2{ color: var(--corpri2); }
	.corpri3{ color: var(--corpri3); }
	.corpri4{ color: var(--corpri4); }
	.corpri5{ color: var(--corpri5); }
	.corpri6{ color: var(--corpri6); }
	
	.preto{color: #000;}  
	
	.thin{ font-weight: 100; }
	.extralight, .lighter{ font-weight: 200; }
	.light{ font-weight: 300; }
	.regular{ font-weight: 400; }
	.medio{ font-weight: 500; }
	
	.semibold,
	.sbold{ font-weight: 600;}
	.bold{ font-weight: 700;}
	.extrabold{ font-weight: 800;}
	.black{ font-weight: 900;}
	
	.pointer{ cursor: pointer; }
	
	.esquerdo{text-align: left;}
	.justificado{text-align: justify;}
	.centro{text-align: center;}
	.direito{text-align: right;}
	
	.adefault{text-decoration: inherit; color: inherit; }
	
	h1{padding: 0; margin: 0;}
	p{padding: 0; margin: 0;}
	
	 
	
	
	
	
	
	
	
	.txtconteprod{color: #707070;}
	.conteprod:hover .txtconteprod{color: #000;}
	
	.titconteprod::before{content: ''; position: absolute; left: 0; top: -19px; width: 27px; height: 7px; background: url(imgs/tilver.png) no-repeat center center /contain;}
	
	
	.roxo{ color: #2c1224; }
	.branco{ color: #ffffff; }
	.cinza{ color: #919191; }
	.cinzaesc{ color: #585548; }
	.cinzaesc:hover{ color: #585548; }
	  
	
	 /*letra (FONT SIZES NA CABEÇA)*/
	
	.underline{ text-decoration: underline; }
	
	#main-slider{ overflow: hidden; }
	
	
	
	/** MENU **/
	
	.divmenu{ float: right; position: relative; width: 100%; height: 100%; z-index:1000; visibility:visible; justify-content: flex-end; align-items: center; }
	.tdmenu{ width: 100%; }
	table.menupri{ float: left; }
	.menupri{ font-size: 13px; color: #CBCBCB; text-decoration: none; font-weight: 400; }
	.menupri2{ font-size: 13px; color: #E23231; text-decoration: none; font-weight: 500; margin-left: 4px; }
	
	a.menupri{ /*opacity: 0.65;*/ }
	.menupri:hover{ opacity: 1; }
	
	.grayscale{ filter: grayscale(1); opacity: 0.8; }
	.grayscale:hover{ filter: grayscale(0); opacity: 1; }
	div.submenu{ background: }
	
	a.submenu{ font-size: 13px; font-weight: 400; color: var(--corpri2); text-decoration: none; }
	a.submenu:hover{ color: #E23231; }
	a.submenu:hover::before{ content: ''; position: absolute; top: 14px; transform: translateY(-50%); width: 12px; height: 4px; background: url(imgs/tilver.png) no-repeat center center /contain; left: -14px; }
	
	.submenu2{ font-size: 12px; font-weight: 400; color: #fff; text-decoration: none; }
	
	.hiddenprivacy{ display: none; }
	
	.submenu>table>tr>td{ }
	td.submenu{	text-align:left; padding: 0px 0px; box-sizing: border-box; position: relative; padding-top: 7px; padding-bottom: 7px; 	box-sizing: border-box;cursor: pointer;}
	
	.menusubsub{ display: block; }
	
	.custom-navigation{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
	
	.iconativar{ pointer-events: none; }

	.saberserv{opacity: 0;}
	
	.twentytwenty-handle{background: rgba(218,20,18, 0.8); -webkit-transition: background 0.3s ease-out, border 0.3s ease-out;-moz-transition: background 0.3s ease-out, border 0.3s ease-out;-ms-transition: background 0.3s ease-out, border 0.3s ease-out;-o-transition: background 0.3s ease-out, border 0.3s ease-out;transition: background 0.3s ease-out, border 0.3s ease-out;}
	.twentytwenty-handle:hover{background: rgba(218,20,18, 0.6); -webkit-transition: background 0.3s ease-out, border 0.3s ease-out;-moz-transition: background 0.3s ease-out, border 0.3s ease-out;-ms-transition: background 0.3s ease-out, border 0.3s ease-out;-o-transition: background 0.3s ease-out, border 0.3s ease-out;transition: background 0.3s ease-out, border 0.3s ease-out;  }

	.wrapspray::before{content: ''; position: absolute; top: -30px; left: 50%; transform: translateX(-50%); width: 31px; height: 8px; background: url(imgs/tilver.png) no-repeat center center/contain;}
	
	.titprodut::before{content: ''; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); width: 20px; height: 5px; background: url(imgs/tilver.png) no-repeat center center/contain;}
	
	.menusubsub,
	.bgsubmenu{ background: #000; border-radius: 0px; position: absolute; padding: 10px 20px; left: -10px; min-width: 150px; max-width: 200px; z-index:1000; box-sizing:border-box; }
	.linhamenu{ width: 15px; height: 1px; overflow: hidden; background: #09a6d0; position: absolute; bottom: -5px; right: -15px; z-index: 1; transform: rotate(-60deg); transform-origin: 0 0; }
	 
	.linhamenumob{ width: 15px; height: 1px; overflow: hidden; background: #09a6d0; position: absolute; bottom: -5px; right: -15px; z-index: 1; transform: rotate(-60deg); transform-origin: 0 0;}
	 
	 .botaopanelcolor{background: #DA1412 linear-gradient(101deg, #960200 0%, #FF0100 39%, #FF5755 48%, #890200 81%, #FF0100 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center; border-radius: 4px;}
	 .botaopanelcolor:hover{background-position: left center;}
	 
	 .bucontact{border: none; height: 45px; width: 100%; color: #fff; background: #DA1412 linear-gradient(101deg, #960200 0%, #FF0100 39%, #FF5755 48%, #890200 81%, #FF0100 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center; border-radius: 4px;}
	 .bucontact:hover{background-position: left center;}
	 
	 .buorcamento{border: none; height: 45px; width: 100%; color: #fff; background: #000; border-radius: 4px;}
	 .buorcamento:hover{border: none; height: 45px; width: 100%; color: #000; background: #fff;}
	 
	 .botaopanelchrome{background: #8E8E8E linear-gradient(281deg, #CBCBCB 0%, #5A5A5A 33%, #BABABA 66%, #454545 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center; border-radius: 4px;}
	 .botaopanelchrome:hover{background-position: left center;}
	 
	 .bgbuttonvermelho{background: #DA1412 linear-gradient(102deg, #960200 0%, #FF0100 39%, #FF5755 48%, #890200 81%, #FF0100 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center; border-radius: 4px;}
	 .butaovermelho1:hover .bgbuttonvermelho,
	 .butaovermelho2:hover .bgbuttonvermelho{background-position: left center;}
	 
	 .colunas2chrome:hover .butaovermelho1 .bgbuttonvermelho{background-position: left center;}
	 .colunas2chrome:hover .butaovermelho2 .bgbuttonvermelho{background-position: left center;}
	 
	 .saberserv:hover .corpri1{color: #fff;}
	 .saberserv .bgbuttonvermelho{height: 1px; bottom: 0; left: 0; background: #DA1412 linear-gradient(102deg, #960200 0%, #FF0100 39%, #FF5755 48%, #890200 81%, #FF0100 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center;}
	 .saberserv:hover .bgbuttonvermelho{height: 100%; background-position: left center;}
	 
	 .sabernov:hover .corpri1{color: #fff;}
	 .sabernov .bgbuttonvermelho{height: 1px; bottom: 0; left: 0; background: #DA1412 linear-gradient(102deg, #960200 0%, #FF0100 39%, #FF5755 48%, #890200 81%, #FF0100 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center;}
	 .sabernov:hover .bgbuttonvermelho{height: 100%; background-position: left center;}
	 
	 .saberconte:hover .corpri1{color: #fff;}
	 .saberconte .bgbuttonvermelho{height: 1px; bottom: 0; left: 0; background: #DA1412 linear-gradient(102deg, #960200 0%, #FF0100 39%, #FF5755 48%, #890200 81%, #FF0100 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center;}
	 .saberconte:hover .bgbuttonvermelho{height: 100%; background-position: left center;}
	 
	 .verequip .bgbuttonvermelho{ background: #DA1412 linear-gradient(102deg, #960200 0%, #FF0100 39%, #FF5755 48%, #890200 81%, #FF0100 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center;}
	 .verequip:hover .bgbuttonvermelho{background-position: left center;}
	 
	 .comeceja{ background: #DA1412 linear-gradient(102deg, #960200 0%, #FF0100 39%, #FF5755 48%, #890200 81%, #FF0100 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center;}
	 .comeceja:hover{background-position: left center;}
	 
	 .saberja{ background: transparent linear-gradient(98deg, #919191 0%, #DEDEDE 39%, #888888 81%, #CCCCCC 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center;}
	 .saberja:hover{background-position: left center;}
	 
	 .saberprocesso{background: transparent linear-gradient(98deg, #919191 0%, #DEDEDE 39%, #888888 81%, #CCCCCC 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center; border-radius: 4px;}
	 .saberprocesso:hover{background-position: left center;}
	 
	 .orcbotaoconte{background: #DA1412 linear-gradient(100deg, #960200 0%, #FF0100 39%, #FF5755 48%, #890200 81%, #FF0100 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center; border-radius: 4px;}
	 .orcbotaoconte:hover{background-position: left center;}
	 
	 .pedirbotaoconte{background: transparent linear-gradient(100deg, #919191 0%, #DEDEDE 39%, #888888 81%, #CCCCCC 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center; border-radius: 4px;}
	 .pedirbotaoconte:hover{background-position: left center;}
	 
	 .gradientprojectos{ background: rgb(0,0,0); background: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0) 48%, rgba(255,255,255,0) 52%, rgba(0,0,0,0) 100%); background-size: 200% auto; background-position: right center;}
	 .verprojectos:hover .gradientprojectos{background-position: left center;}
	
	.menusubsub{ padding: 15px 15px; box-sizing: border-box; left: -100%; opacity: 0; }
	
	.saberchrome{-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-ms-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
	.saberchrome:hover{padding-left: 10px; padding-right: 10px;}
	.saberchrome:hover .corpri5{color: #fff;}
	.saberchrome::before{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #8E8E8E linear-gradient(281deg, #CBCBCB 0%, #5A5A5A 33%, #BABABA 66%, #454545 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center; border-radius: 4px;}
	.saberchrome:hover::before{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-position: left center; -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-ms-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
	
	.verprojects{-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-ms-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;transition: all 0.7s ease-out; border: none;}
	.verprojects:hover{padding-left: 10px; padding-right: 10px;}
	.verprojects:hover .corpri5{color: #fff;}
	.verprojects::before{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #8E8E8E linear-gradient(281deg, #CBCBCB 0%, #5A5A5A 33%, #BABABA 66%, #454545 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center; border-radius: 4px;}
	.verprojects:hover::before{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-position: left center; -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-ms-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
	
	.vernoticias{-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-ms-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;transition: all 0.7s ease-out; border: none;}
	.vernoticias:hover{padding-left: 10px; padding-right: 10px;}
	.vernoticias:hover .corpri5{color: #fff;}
	.vernoticias::before{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #8E8E8E linear-gradient(281deg, #CBCBCB 0%, #5A5A5A 33%, #BABABA 66%, #454545 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center; border-radius: 4px;}
	.vernoticias:hover::before{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-position: left center; -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-ms-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
	
	.sabersomos{-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-ms-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;transition: all 0.7s ease-out; border: none;}
	.sabersomos:hover{padding-left: 10px; padding-right: 10px;}
	.sabersomos:hover .corpri5{color: #fff;}
	.sabersomos::before{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #8E8E8E linear-gradient(281deg, #CBCBCB 0%, #5A5A5A 33%, #BABABA 66%, #454545 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center; border-radius: 4px;}
	.sabersomos:hover::before{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-position: left center; -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-ms-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
	
	.verprojectos{-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-ms-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;transition: all 0.7s ease-out; border: none;}
	.verprojectos:hover{padding-left: 10px; padding-right: 10px;}
	.verprojectos:hover .corpri5{color: #fff;}
	.verprojectos::before{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #8E8E8E linear-gradient(281deg, #CBCBCB 0%, #5A5A5A 33%, #BABABA 66%, #454545 100%) 0% 0% no-repeat padding-box; background-size: 200% auto; background-position: right center; border-radius: 4px;}
	.verprojectos:hover::before{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-position: left center; -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-ms-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
	
/** MENU MOBILE **/
	
	.menumobilepri{ color: #fff;  font-size: 18px; font-weight: 400;}
	.menumobilepri2{ color: #E23231; font-size: 18px; font-weight: 400;}
	
	.menumobilepri:hover{ opacity: 1; }
	
	.divzoom{}
	.colunas3img:hover .divzoom{transform: scale(1.1);}
	.txtnorm{line-height: 1.5;}
	
	/*.legenda{opacity: 0;}*/
	.colunas3img:hover .legenda{opacity: 1;}
	
	.colunas3produt:hover .divimgprodindex{transform: scale(1.1);}
	
	a{color: inherit;}
	
	/*.bgsubmenu::before{content: ''; position: absolute; top: 0; right: 0; border-top: 80px solid white; border-left: 80px solid red; width: 0;}*/
	 
	input[type="radio"]{ width: 20px; }
	
	.menuhover:hover .menumobilepri{ font-weight: 400; color: #E23231; }
	
	.wrapmenu{ position: relative; display: inline-block; margin:0 auto; clear: both; }
	
	.wrapcaminho{line-height: 1;}
	
	.maisvermais{background: url(imgs/maiscinza.png) no-repeat center center / contain;}
	.colunas3menu:hover .corpri4{color: #DA1412;}
	.colunas3menu:hover .maisvermais{background: url(imgs/maisver.png) no-repeat center center / contain;}
	
/** DEFAULTS **/
	select{ appearance:none; -moz-appearance:none; -webkit-appearance: none; -o-appearance:none; -ms-appearance:none; }
	select{ font-size: 24px; background-color:#001b4c; background-repeat: repeat; padding: 0px; color: #fff; -moz-border-radius:5px; border-radius: 5px; border: none; padding: 0px;  appearance: none; -moz-appearance: none; -webkit-appearance: none; -o-appearance: none; -ms-appearance; }
	.selectx{ border-radius: 0; }
	.txtnorm a{ text-decoration: none; }
	
	
	.btndefault{ border: none; background: var(--fundobtn); height: var(--sizeicons); padding: 0 15px; box-sizing: border-box; border-radius: 20px; display:flex; justify-content: center; align-items: center; text-decoration: inherit; cursor: pointer; }
	.btndefault.comochegar{ background: var(--branco40); }
	.btndefault:hover{ background: #fff; }

	.btncorpri1{background: var(--corpri1);}
	.btncorpri1:hover{background: #fff; color: var(--corpri1);}
	.btncorpri2{background: var(--corpri2);}
	.btncorpri2:hover{background: #fff; color: var(--corpri2);}
	.btncorpri3{background: var(--corpri3);}
	.btncorpri3:hover{background: #fff; color: var(--corpri3);}
	.btncorpri4{background: var(--corpri4);}
	.btncorpri4:hover{background: #fff; color: var(--corpri4);}
	.btncorpri5{background: var(--corpri5);}
	.btncorpri5:hover{background: #fff; color: var(--corpri5);}
	.btncorpri6{background: var(--corpri6);color}
	.btncorpri6:hover{background: #fff; color: var(--corpri6);}
	
	.busubmit3,
	.busubmit{ border: none; height: 50px; width: 100%; color: #fff; text-align: center; }
	.busubmit:hover{ background: #4E4E4E; color: var(--corpri1); }
	.busubmit3:hover,
	.busubmit2{ background: #000; }
	.busubmit2{ border: none; background: #061b57; height: 50px; width: 100%; color: #fff; font-weight: 600; border-radius: 0; text-align: center; }
	 
	/*.caminho{ line-height: 0.8; }*/
	.titulocaminho{ color: #8E8E8E; text-decoration: none; font-size: 12px; font-weight: 400; pointer-events: all; text-transform: uppercase; }
	.titulocaminho2{color: #8E8E8E; text-decoration: none; font-size: 12px; font-weight: 400; pointer-events: all; text-transform: uppercase; }

	.caminho.dark .titulocaminho{color: var(--corpri2);}
	.caminho.dark .titulocaminho2{color: var(--corpri2);}

	.separadorcaminho{ display: inline-block; width: 3px; height: 3px; background: var(--corpri1); border-radius: 50%; vertical-align: middle; }

	.legendaloja{ font-size: 12px; line-height: normal; font-weight: normal; font-variant: normal; color: #c4b694; text-decoration: none; }
	.legendaloja2{font-size: 12px; line-height: normal; font-weight: normal; font-variant: normal; color: #9d854d; text-decoration: none; }
	
	/*.bandeira2{ color: #e10102; font-size: 11px; text-decoration: none; font-weight: 500; }*/
	
	.bandeira:hover{opacity: 1;}
	
	#suggestions{ text-align: center; text-decoration: none; z-index: 2000; position: relative; color: #fff; position: absolute; top: 100%; width: 140%; background: #323232; box-sizing:border-box; }
	#suggestions li{font-size: 16px; text-align: left; text-decoration: none; list-style: none; cursor: pointer; position: relative; width: 100%; clear: both; display: block; float: left; }
	#suggestions li:hover .vermais { opacity: 1; }
	/*#suggestions::after{ content: ''; display: block; width: 100px; left: 100%; height: 100%; background: #323232; position: absolute; top:0; }*/
	#autoSuggestionsList{ color: #fff; text-align: center; text-decoration: none; z-index: 1800; margin-top: 2px; float: left; position: relative; overflow: auto; padding-right: 10px; margin-right: -10px; }
	
	.barramenu{ width: 100%; position: fixed; top: 0; left: 0; z-index: 2000;}
	.bkcinza{ background: #a0a3a4; }
	
	.imgprocura{ float: left; position: relative; }
	  
	/*.colunas3empval:hover .imgempresas{transform: scale(1.2, 1.2); webkit-transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); }*/
	.saberserv:hover{padding-left: 10px; padding-right: 10px;}
	.sabernov:hover{padding-left: 10px; padding-right: 10px;}
	.saberconte:hover{padding-left: 10px; padding-right: 10px;}
	 
	.submitnews{width: 11px; height: 12px; background: url(imgs/setadir.png) no-repeat center center / contain; padding: 0; cursor: pointer; position: absolute; top: 50%; transform:translateY(-50%); right: 20px; }
	
/** FOOTER **/
	
	.footeritem{ float: left; clear: none; position: relative; }
	
	.wrapfooter{ float: left; clear: both; position: relative; width: 100%; /*margin-top:95px;*/ }
	 
	.vaiprojetos:hover .corpri4{/*color: #fff*/}
	
	.wrapprocesso1:hover .dentroprocesso1{transform: scale(1.1);}
	.wrapprocesso2:hover .dentroprocesso2{transform: scale(1.1);}
	.wrapprocesso3:hover .dentroprocesso3{transform: scale(1.1);}
	
	.wrapprocesso1:hover .saberserv{opacity: 1;}
	.wrapprocesso2:hover .saberserv{opacity: 1;}
	.wrapprocesso3:hover .saberserv{opacity: 1;}
	
	.wrapvermais:hover .maisvermais{background: url(imgs/maisver.png) no-repeat center center /contain;}
	.wrapvermais:hover .corpri4{color: #DA1412;}
	
	.projproj .wrapvermais{opacity: 0;}
	.projproj:hover .wrapvermais{opacity: 1;}
	
	.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; margin-top: 0px; }
	
	.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;  }
	
	.bkpe{ width: 100%; position: relative; float: left; clear: both; }
	.copyright{ clear: none; position: relative;/*width: 30%;*/ line-height: 1.6; opacity: 1; }
	.wrapfootercopy{ float: left; clear: none; position: relative; }
	.logospe{ max-width: 320px; width: 100%; /*margin-top: 10px;*/ }
	.clickopen{ height: 55px; }
	.footerinfo{ position: relative; float: left; width: 100%; clear: both; }

/** FORMS **/
	
	.procura{ clear: both; float: right; }
	.wrapprocura{ position: relative; width: 100%; clear: both; box-sizing:border-box; }
	.bgprocura{ background: rgba(0,0,0, 0.8); position: absolute; width: 100%; height: 100%; }
	.inputstring{ background: transparent; height: 100%; position: relative; width: 100%; clear: none; box-sizing:border-box; float: right; text-align: right; color: #fff; text-transform: uppercase; }
	.innerprocura{ border-bottom: 1px solid #fff; padding-bottom: 5px; box-sizing:border-box; }
	.envioprocura{ background: url(imgs/lupa.png) no-repeat center center/contain; width: 17px; height: 17px; }
	
	textarea:focus, input:focus{ outline: none; }
	input{ border:0; }
	
	.inputorcamento{height: 42px; width: 100%; float: left; position: relative; padding: 0 20px; box-sizing: border-box; background: transparent; border: 1px solid #fff;}
	
	
	
	.onprod:hover .bg100{ background: rgba(0,0,0, 0.7); }
	
	.input { position: relative; display: inline-block; margin-top: 10px; width: 100%; vertical-align: top; float: left; } 
	
	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; }
	
	.inputnewsletter::-webkit-input-placeholder {  color: #fff ; opacity: 1; }
	.inputnewsletter:-moz-placeholder { /* Firefox 18- */   color: #fff; opacity: 1; }
	.inputnewsletter::-moz-placeholder {  /* Firefox 19+ */   color: #fff; opacity: 1; }
	.inputnewsletter:-ms-input-placeholder { color: #fff; opacity: 1; }
	
	.inputstring::-webkit-input-placeholder {  color: #fff ; opacity: 1; font-weight: 400; }
	.inputstring:-moz-placeholder { /* Firefox 18- */   color: #fff; opacity: 1; font-weight: 400; }
	.inputstring::-moz-placeholder {  /* Firefox 19+ */   color: #fff; opacity: 1; font-weight: 400; }
	.inputstring:-ms-input-placeholder { color: #fff; opacity: 1; font-weight: 400; }
	
	.divhidden{ float: left; width: 100%; height: 100%; position: absolute; display: none; bottom: 0; right: 0; z-index: 100; }
	.facelinks{ width: auto; position: relative; float: left; z-index: 100; pointer-events: all; clear: both; }
	
	.ui-widget-overlay{ background: rgba(69,69,69,0.6); height: 100%; width: 100%; position: fixed; z-index: 100; top: 0; }
	.dialogrel{ z-index: 201; position: absolute; width: 100%; left: 0; }
	.headpopup{ line-height: 40px; }
	.cruzpopup{float: right; clear: none; position: relative; }
	
	.inputnewsletter{ width: 100%; border-radius: 20px; background: var(--branco10); padding: 5px 15px; height: 40px; box-sizing: border-box; }
	.wrapnewsinput{max-width: 340px; }
	.newsletter{ transform: translateY(calc(50% + 12px)); webkit-transform: translateY(calc(50% + 12px)); -moz-transform: translateY(calc(50% + 12px)); -o-transform: translateY(calc(50% + 12px)); z-index: 100; margin-top: -35px; }
	
	.divfacebook{opacity: 0.8;}
	.divfacebook:hover{opacity: 1;}
	.divinstagram{opacity: 0.8;}
	.divinstagram:hover{opacity: 1;}
	
/** CONTACTOS **/
	
	.localizacao{ float: left; clear: both; position: relative; width: 100%; box-sizing: border-box; overflow: hidden; }
	.formcontacto{ float: left; clear: both; position: relative; width: 100%; }
	
	.wrapimgempresas img{ margin-left: auto; margin-right: auto; display: block; vertical-align: middle; }
	
/************************INPUT EFFECTS***********************/ 
	
	.input--hoshi{ overflow: hidden; }
	.input__field--hoshi{ width: 100%; padding: 0 15px; border-radius: 4px;}
	.input__field--hoshi::after{ margin-top: 0px; }
	.input__label--hoshi{ position: absolute; bottom: 0; left: 0; padding: 0; padding-left: 0px; width: 100%; height: calc(100% - 14px); text-align: left; pointer-events: none; }
	.colunas2orcamento .input__label--hoshi{ position: absolute; bottom: 0; left: 0; padding: 0; padding-left: 0px; width: 100%; height: calc(100% - 12px); text-align: left; pointer-events: none; }
	.input__label-content--hoshi{ position: absolute; top: 0px; padding-left: 15px; margin-top: 0px; }
	.input__label--hoshi::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: calc(100% - 10px); }
	.input__label--hoshi::after{ margin-top: 0px; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; }
	
	
	.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::after,
	.input--filled .input__label--hoshi::after{ 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{ opacity: 1; margin-top: -8px; font-size: 10px; }
	
	.textarea .input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
	.textarea.input--filled .input__label-content--hoshi{ opacity: 1; margin-top: -5px; font-size: 10px; }
	
	.inputdefault{ height: 38px; width: 100%; float: left; position: relative; padding: 0 15px; box-sizing: border-box; background: transparent; background: #fff; border-radius: 0px;}
	
	.defaulttextarea{ height: 75px; width: 100%; float: left; position: relative; padding: 20px 15px; box-sizing:border-box; background: transparent; background: #fff; border-radius: 0px;}
	
	.input--filled .defaulttextarea{  }
	.input--filled .inputdefault{  }
	
	.erronewsletter{ transform: translateY(-10px); webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -o-transform: translateY(-10px); line-height: 1.0; }
	.langmob{ clear: both; float: right; padding-right: 20px; box-sizing: border-box; }
	
	.twentytwenty-wrapper{height: 100%;}
/* Icon menu */
	
	.iconmenu{ width: 32px; height: 22px; position: relative; 
		/*-webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out;*/ cursor: pointer; right: 0; float: right; background: url(imgs/iconmenu.png) no-repeat center center / contain; clear: both;
	}
	
	.iconmenu::after{content: 'MENU'; bottom: -15px; left: 50%; transform: translateX(-50%); color: #E23231; font-weight: 400; font-weight: 400; font-size: 10px; position: absolute;}
	
	.iconmenu.open{ background: url(imgs/cruz.png) no-repeat center center / contain; }
	
/* fim icon menu */
	
	.onprod:hover .sabermaisproduto{ opacity: 0.5; max-width: 1000px; }
	
/** DESTAQUE **/
	
	.bgdestaque{ position: absolute; width: 100%; left: 0; height: 100%; background: rgba(0,0,0, 0.8); height: 100%; top: 0; }
	/*#main-slider:hover .caption{ position: absolute; left: 155px; text-align: right; }*/
	.opacityvermais{ opacity: 0.6; }
	.imgcontecima{ background-size: cover; width: 100%; height: 100%; position: relative; z-index: 0; top: 0; }
	
	.formtopo .txtnorm{ color: #fff; }
	
	
	/*#main-slider:hover .imgdentro{width: calc(100% - 160px);}*/
	
	.logonormal{opacity: 1;}
	.logocolapsado{opacity: 0;}
	.logowidth{width: 172px; transform: translateY(30px);}
	
	.panelmaiorcolor{position: relative; float: left; width: 66%; height: 100%;}
	.panelmaiorchrome{position: relative; float: left; width: 34%; height: 100%;}
	
/** INDEX **/
	
	.linhatit{ width: 20px; height: 2px; background: #006fb7; position: relative; float: left; }
	.wraptitprod{ position: relative; float: left; clear: both; }
	
/** PRODUTOS **/
	
	.linhamostramenu{ width: 18px; height: 2px; background: #ae1415; float: left; clear: both; position: relative; margin-top: 10px; }
	
	.titprodutosindex::before{ content: ''; width: 18px; height: 2px; background: #474747; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); }
	
	.imgslideempresa{ height: 100%; position: relative; width: 100%; clear: both; }
    
	.wrapfilename{ float: left; position: relative; color: #8E8E8E; }
	
	.wrapficheiro{ padding: 7px 10px; box-sizing: border-box; line-height: 0.7; clear: both; float: left; margin-right: 15px; padding-left: 0; }
	.wrapficheiro:hover .wrapfilename{ /*color: #061b57;*/ }
	.wrapficheiro:hover .imgcontrela{ transform: rotate(90deg); }
	.titcontrela{ border-bottom: 1px solid #061b57; }
	
/* CONTE PRODUTOS */
	
	.buttonagenda{ border-radius: 20px;color: var(--corpri1); background: var(--fundobtn); position: relative; height: auto; width: auto; float: left; padding: 0 20px; 
	height: var(--sizeicons); display: flex; align-items: center;  cursor: pointer; }
	.buttonagenda .menupri2{ color: var(--corpri1); }
	.buttonagenda.menumobilepri:hover{ background: #fff; color: var(--corpri1); }
	.buttonagenda .menupri{color: var(--corpri1); }
	.buttonagenda:hover .menupri,
	.buttonagenda:hover .menupri2{ color: var(--corpri1); }
	.buttonagenda:hover { color: var(--corpri1); }
	.buttonagenda .linhahovermenu{ display: none; }
	.setamenu{
		display: inline-block;
		width: 5px;
		height: 10px;
		vertical-align: middle;
		background: url(imgs/setadir.png) no-repeat center center / contain;
		margin-left: 2px;
	}
	
	.wrapdata{
		border-top: 1px solid currentcolor;
		border-bottom: 1px solid currentcolor;
		box-sizing: border-box;
		float: left;
		clear: none;
		display: block;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding-bottom: 3px;
		min-width: 26px;
	}
	
	.eventofooter .wrapdata{ min-width: 18px; } 
	
	.paddingtitevent{ padding-left: 7px; box-sizing: border-box; }
	.imgeventolista,
	.imgeventoslide{ width: 100%; border-top: 3px solid currentcolor; }
	.imgeventoslide,
	.imgeventolista{ margin-bottom: 20px; left: 50%; transform: translateX(-50%); position: relative; }
	
	.wrapvideodestaque, .wrapimgdestaque{ box-sizing: border-box; height: 100%; width: 100%; border-top: 3px solid var(--corpri1); z-index: 100; }
	.wrapvideodestaqueconte{ box-sizing: border-box; height: calc(100% + var(--margindefault)); width: 100%; border-top: 3px solid var(--corpri1); z-index: 100; }
	
	.bgbranco3,.bgcinza,.bgbranco2,.bgbranco{ background: #fff; position: absolute; height: calc(100% + var(--margindefault)); width: 100%; left: 0; top: 0; }
	.bgcinza, .bgbranco2{ height: 100%; }
	.bgcinza, .bgnoticias{ background: #eee; }
	
	.bgbranco3{ height: calc(100% - 280px); margin-top: 280px; }
	
	.wrapinfoshow{ margin-top: 20px; }
	
	.vertodos2,
	.vertodos{
		position: absolute;
		right: calc(var(--margindefault) + var(--sizeicons) + 20px);
		bottom: 0px;
		height: var(--sizeicons);
		vertical-align: middle;
		display: flex;
		align-items: center;
		border-radius:20px;
		background: var(--fundobtn);
		padding: 0 20px;
		box-sizing: border-box;
		color: var(--corpri1);
	}
	
	.vertodos2{ background: var(--branco40); right: calc((var(--margindefault) / 2) + var(--sizeicons) + 20px  ); }
	
	.vertodos2:hover,
	.vertodos:hover{ background: #fff; }
	
	.maisverde,
	.maispag{ bottom: 0; left: 0; background: rgba(255,255,255,0.4) url(imgs/maiscinza.png) no-repeat center center/11px; height: var(--sizeicons); width: var(--sizeicons); border-radius: 50%; cursor: pointer; }
	
	.maisverde{ position: relative; float: left; background: rgba(255,255,255,0.4) url(imgs/maisverde.png) no-repeat center center/11px; }
	.maisverde.maisagendafooter{ background-size: 10px; background-color: rgba(255,255,255,0.1) }
	
	.maisverde:hover,
	.wrappag:hover .maispag{ background: #fff url(imgs/maisverde.png) no-repeat center center/11px; }
	
	.slidenoticias .slick-slide{ margin-right: 10px; width: calc(33vw - (var(--margindefault) * 2)); }
	
	.imgpaginas{ box-sizing: border-box; width: 100%; position: relative; float: left; clear: both; /*border-bottom: 3px solid var(--corpri1);*/ }
	
	.wraptrailerdestaque{ margin-top: 40px; }
	.trailerdestaque{ margin-top: 20px; height: 70vh; }
	
	.gradientempresa{
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 50%;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
		z-index: 1;
	}
	
	.txtempresa{ padding-top: 40px; padding-bottom: 20px; box-sizing: border-box; max-width: 250px; line-height: 1.}
	.bgempresa{ margin-bottom: calc(var(--margindefault) * -1); }
	
	.wrapbtnsareas{ display: flex; justify-content:center; align-items: center; }
	.wrapbtnsareas .btndefault{ box-sizing: border-box; min-width: 180px; text-align: center; display: flex; justify-content: center; }
	.hrfooter{ width: 100%; height: 1px; background: var(--branco10); }
	
	.maisagendafooter{ margin-top:10px; height: 30px; width: 30px; }
	
	.wrapfooterinfo{ width: 100%; }
	.agendalista,
	.agenda{ display: block; position: relative; clear: both; float: left; width: 100%; }
	
	.marginagendaconte{ margin-bottom: calc(var(--margindefault)*1.5); }
	.marginagenda{margin-top: calc(var(--margindefault) / 2); }
	.separadoragenda{ width: 100%; position: relative; float: left; clear: both; height: 1px; background: var(--branco10); }
	.marginseparadoragenda{ margin-top: calc( var(--margindefault) / 2); margin-bottom: calc( var(--margindefault) / 2); }
	
	.divreserva{box-sizing: border-box;display: flex; background: #F0F0F0; transform: translateY(calc(var(--margindefault) * -1)); }
	.nowrap{ white-space: nowrap; }
	.btnreservar{ min-width: 160px; margin-bottom: 30px; margin-right: 30px; }
	.margintopconte{ margin-top: var(--margindefault); }
	.margintopprojecto{ margin-top: calc(var(--margindefault) + 125px); }
	.headerconte{ position: relative; float: left; width: 100%; clear: both; /*display: flex; justify-content: space-between;*/ margin-bottom:  calc( var(--margindefault) / 2); /*align-content: center;*/ }
	.wrapcaminho{ display: flex; align-items: flex-end; }
	
	.videoindex iframe{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
	
	
	
	.colunas2conte{ padding-right: var(--margindefault); box-sizing: border-box; }
	.imgslideconte{ width: 100%; box-sizing: border-box; }
	.divslideconte{ height: 100%; box-sizing: border-box; }
	.galeriaconte{ position: relative; float: left; clear: both; width: 100%; }
	.galeriaconte .slick-slide > div{ height: 100%; } 

	.imgcontrelaurl,
	.downloadcontrela{ background: url(imgs/setadir.png) no-repeat center center / contain; border-right: 2px solid var(--corpri1);transform: rotate(90deg);width: 13px;height: 18px;position: relative;margin-right: 10px; }
	
	.imgcontrelaurl{ border-right: 0; transform: none; }
	.checkboxfill{width: 10px; height:10px; margin-right: 6px; margin-left: 0; margin-top: 6px; }
	
	.facelinksicon{ width:20px; height:20px; background:url(imgs/share.png) no-repeat center center /contain; }
	.at-icon-wrapper{ /*border-radius: 50%;*/ }
	
	input[name="confirmorobot"]{ transform: scale(0); position: absolute; }
	
	.wraprmfooter{  float: left; clear: both; position: relative; width: 100%; margin-top: 30px; margin-bottom: 0px; }
	.wraprmfooter > div{ display: flex; flex-wrap: nowrap; align-items: flex-end; }
	.socialfooter{ clear: both;position: relative;display: flex;align-items: center;margin-top: 20px; }
	
	.iconfacebook{ background: url(imgs/facebook.png) no-repeat center center / contain; width: 20px; height: 20px; margin-left: 15px; float: left; }
	.iconinstagram{ background: url(imgs/instagram.png) no-repeat center center / contain; }
	
	.wrapconflitos{  position: relative; width: auto; }
	.moradape{ margin-top: 0px; }
	
	.wrapinfoevento{ width: 100%; float: left; position: relative; }
	.imgeventoatual{ width: 100%; max-width: 220px; border-top: 3px solid currentcolor; }
	.brancosepevento{ width: 100%; height: calc( var(--margindefault) * 2); background: #fff; position: relative; float: left; clear: both; }
	.elementdestaque{ height: 100%; }
	
	.colunamorada::before{content: ''; position: absolute; top: -15px; left: 0; width: 16px; height: 4px; background: url(imgs/tilbr.png) no-repeat center center /contain; opacity: 0.6;}
	.colunatel::before{content: ''; position: absolute; top: -15px; left: 0; width: 16px; height: 4px; background: url(imgs/tilbr.png) no-repeat center center /contain; opacity: 1;}
	.colunasociais::before{content: ''; position: absolute; top: -15px; left: 0; width: 16px; height: 4px; background: url(imgs/tilver.png) no-repeat center center /contain; opacity: 1;}
	
	
	.title::before{content: ''; position: absolute; top: -20px; left: 0; width: 27px; height: 7px; background: url(imgs/tilver.png) no-repeat center center /contain; opacity: 1;}
	
	.titrela::before{content: ''; position: absolute; top: -20px; left: 0; width: 16px; height: 4px; background: url(imgs/tilver.png) no-repeat center center /contain; opacity: 1;}
	
	.pme{position: relative; float: left; width: 43px; height: 52px; background: #000 url(imgs/logopme.png) no-repeat center center /contain;}
	.excelencia{position: relative; float: left; clear: both; width: 43px; height: 56px; margin-top: 11px; background: #000 url(imgs/logopmeexcelencia.png) no-repeat center center /contain;}
	
	.divfacebook{position: relative; float: left; width: 20px; height: 20px; background: url(imgs/facebook.png) no-repeat center center /contain; clear: both; margin-top: 10px;}
	.divinstagram{position: relative; float: left; width: 20px; height: 20px; background: url(imgs/instagram.png) no-repeat center center /contain; clear: none; margin-left: 7px; margin-top: 10px;}
	
	.wrappag:hover .imgpaginas .animate{transform: scale(1.1);}
	
	.evtmon,
	.evtday{ line-height: 1; padding-top:2px; }
	.evtmon{ padding-bottom: 2px; padding-top: 0; }
	
	.slideexibicao .slick-track{ padding-top: 20px; box-sizing: border-box; }
	.progimapag,
	.paganterior{ background: url(imgs/setadir.png) no-repeat center center / contain; width: 15px; height: 15px; position: relative; }
	.paganterior{ transform: rotate(180deg); }
	.titmes{ margin-bottom: 5px; }
	
	.linhahovermenu{
		width: calc(100% + 10px);
		height: 1px;
		left: 50%;
		transform:translateX(-50%);
		background: var(--corpri1);
		bottom: -10px;
		opacity: 0;
		position: absolute;
	}
	
	.menubu{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.wrapimghoverevento{ position: relative; }
	
	.bghoverevento{
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.6);
		z-index: 100;
		opacity: 0;
	}

.maiseventolista{ position:relative; border-radius: 50%; margin-right: 10px; width: var(--sizeicons); height: var(--sizeicons); background: var(--branco10) url(imgs/maisverde.png)no-repeat center center /11px; }
.wrapmaiseventolista{position: absolute; right: 100%; opacity: 0; height: 100%; width: calc(var(--sizeicons) + 10px); }
.evento:hover .wrapmaiseventolista{ opacity: 1; }
.maiseventolista:hover{ background: #fff url(imgs/maisverde.png)no-repeat center center /11px; }

.menupri2::before{content: ''; position: absolute; top: 8px; transform: translateY(-50%); width: 14px; height: 4px; background: url(imgs/tilver.png) no-repeat center center /contain; left: -14px;}

.slideexibicao .slick-track{  margin-left: calc((var(--marginslideindex) * (var(--slidestoshow) * 2) ) * -1); }

.wrapgaleriaagenda .slick-slide{ height: auto!important; }

.slick-slide:not(.wrapgaleriaagenda .slick-slide) > div{
	width:100%;
	height: 100%;
	position: relative;
	float: left;
}

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

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

.fechatrailer{
	background: var(--branco30) url(imgs/cruz.png) no-repeat center center/10px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	top: var(--margindefault);
	right: var(--margindefault);
	cursor: pointer;
	z-index: 100;
}

.fechatrailer:hover{ background-color: #fff; }

.popuptrailer{
	width: 100%;
	height: 100vh;
	position: fixed;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
}

.vertrailer::before{
	content:'';
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 100%;
	min-width: 200px;
	height: 100px;
}
.vertrailer{ position: absolute; top: calc(100% + 20px);  text-align: center; display: flex; opacity: 0; justify-content: center;}

.videotrailer{
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.opacity50{opacity: 0.5;}
.opacity70{opacity: 0.7;}

iframe{ border: 0;}
/*.eventospassados{display: none;}*/
.wrapinfoeventoatualconte{ 
	position: relative;
	float: left;
	clear: both;
}
.wrapinfoeventoatualconte .datasevento .branco{
	color: currentColor;
}





.orcamentocheckbox{-moz-appearance: none; -webkit-appearance: none; -o-appearance: none; appearance: none; height: 12px; width: 12px; background: transparent; margin-right: 8px; margin-top: 8px; margin-left: 0; border: 1px solid #fff; position: relative; float: left;}
.orcamentocheckbox:checked::after{ content: ''; position: absolute; left: 2px; top: 2px; width: 9px; height: 9px; background: #fff; }

.contactoscheckbox{-moz-appearance: none; -webkit-appearance: none; -o-appearance: none; appearance: none; height: 12px; width: 12px; background: transparent; margin-right: 8px; margin-top: 5px; margin-left: 0; border: 1px solid #8e8e8e; position: relative; float: left;}
.contactoscheckbox:checked::after{ content: ''; position: absolute; left: 2px; top: 2px; width: 6px; height: 6px; background: #fff; }

.imgcertificacoes{height: 60px;}

.slickcertificacoes .slick-slide{padding-right: 30px;}
.slickcertificacoes .slick-list{/*margin: 0 -15px;*/}

.menupri:hover{color: #E23231;}

.orcamentotextarea{height: 73px; width: 100%; float: left; position: relative; padding: 10px 15px; box-sizing: border-box; background: transparent; border: 1px solid #fff; border-radius: 4px;}

.bgpreto{background: #000;}

.inputcontacto{height: 46px; width: 100%; float: left; position: relative; padding: 0 15px; box-sizing: border-box; background: transparent; border: 1px solid #6e6e6e; border-radius: 4px;}
.textareacontacto{height: 73px; width: 100%; float: left; position: relative; padding: 15px 15px; box-sizing: border-box; background: transparent; border: 1px solid #6e6e6e; border-radius: 4px;}
/* SERVIÇOS */
.colunas4servicos{cursor: pointer;}
.colunas4servicos:hover .corpri2{color: #fff; text-shadow: 0px 0px 10px #000000;}
.colunas4servicos:hover .letra19{color: #fff; text-shadow: 0px 0px 20px #000000;}


.saber .letra13{text-shadow: 0px 0px 15px #000000;}
.saber:hover .letra13{text-shadow: 0px 0px 0px #000000;}

/* CHROME */
.imgchrome{position: relative; float: left; width: 100%;}
.chromelogo{position: relative; float: left; width: 189px; height: 95px; background: url(imgs/logoartechrome.png) no-repeat center center /contain;}
.chromelogomobile{position: relative; float: left; width: 180px; height: 90px; background: url(imgs/watermarkchrome2.png) no-repeat center center /contain; margin-bottom: 25px;}
.spectrachrome{position: relative; float: left; width: 140px; height: 54px; background: url(imgs/logospectrachrome.png) no-repeat center center /contain; margin-top: 10px;}

/* SOMOS */

.conflitospe.corpri5:hover{color: #fff;}

/* PROJECTOS */
.bgportfolio{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.6;}
.divimagemprojectos:hover .bgportfolio{opacity: 0;}
.divimagemprojectos:hover .dentroprojectos{opacity: 0;}
.divimagemprojectos:hover .cruznov{opacity: 1;}
.cruznov{position: absolute; width: 20px; height: 20px; background: url(imgs/maisbr.png) no-repeat center center /contain; bottom: 15px; right: 15px; opacity: 0;}

/*Novidades */
.ultnov::before{content: ''; position: absolute; left: -40px; top: 10px; width: 31px; height: 7px; background: url(imgs/tilver.png) no-repeat center center /contain;}
.divimagemnovidades{position: relative; float: left; width: 100%;}
.divimagemconte{position: relative; float: left; width: 100%; height: 247px;}
.imagemconte{height: 247px;}

.badojas{animation: slide1 1s ease-in-out infinite;}

@keyframes slide1{
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 5px);
  }
}

@keyframes slide2{
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, 0);
  }
}