@import url("menu.css");

* { /*border:1px solid #f00;*/ margin:0px; padding:0px; }

html, body { width:100%; /*height:100%;*/ background: #fff; font-weight:300; font-family: 'Montserrat', sans-serif, verdana, arial; font-size:14px; border:0px; 
			color: #726B63; text-align:justify; 
			overflow-x: hidden;
			}


.textareaAd { font-family: 'Montserrat', sans-serif, verdana, arial; font-size:12px; color: #999; }
a { text-decoration: none; color: #000; }

.posiciona { width:95%; margin: 0 auto; max-width:1150px; position:relative; }

.posicionaMenu { width:95%; margin: 0 auto; max-width:1150px; position:relative; }


#subMenuProd.barraDefault { position:relative; }
#subMenuProd.barraFixed { position: fixed !important; top: 0px; left:0px; width:100%; z-index:20; padding-bottom:10px; }
.barraMenu { /*min-height:110px;*/ position:Relative; z-index:9; }

#headerTopo { display:block; }
#menuMobile, #menuMobileMarca { display:none; }
.headerTopo { z-index:1; /*background: #f00;*/ position:Relative; position:Relative; width:100%;  }

.boxSearch { padding:3px; padding-left:30px; border:1px solid #e8e8e8; font-weight:300; font-family: 'Montserrat', sans-serif, verdana, arial; font-size:12px;  color: #726B63;
					 background: url('/images/ico-search.png') no-repeat 2% center; }
a.linguas { color: #726B63; padding: 0px 10px; font-size:10px; }
a.linguas:hover { color: #000; }
/*
.headerTopo.zona1 { min-height:300px; max-height:600px; height: -moz-calc(100vh - 180px);height: -webkit-calc(100vh - 180px);height: -o-calc(100vh - 180px);height: calc(100vh - 180px); }
*/

/* home slide */
.slideHome { display: inline-block; position:relative; /*float:left;*/ width:5%; }
.slideHome.first { margin-right:10%; }

.classnv1aux { 
  position: relative; z-index:1; opacity:0;
  width: -moz-calc(50% - 10px);width: -webkit-calc(50% - 10px);width: -o-calc(50% - 10px);width: calc(50% - 10px);
}
.classnv1 { 
  position: absolute; top: 0px; /*height:200px; display: inline-block; */
  /*width: -moz-calc(50% - 10px);width: -webkit-calc(50% - 10px);width: -o-calc(50% - 10px);width: calc(50% - 10px);*/
	width: 49%;
}
.classnv1 img { box-shadow: 0px 0px 10px #999; }

.classnv1.z1 { left: -moz-calc(-50% - 20px);left: -webkit-calc(-50% - 20px);left: -o-calc(-50% - 20px);left: calc(-50% - 20px); }
.classnv1.z2 { left: 0px; }
.classnv1.z3 { left: -moz-calc(50% + 20px);left: -webkit-calc(50% + 20px);left: -o-calc(50% + 20px);left: calc(50% + 20px); }
.classnv1.z4 { left: -moz-calc(100% + 20px);left: -webkit-calc(100% + 20px);left: -o-calc(100% + 20px);left: calc(100% + 20px); }
.classnv1 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



/** {box-sizing:border-box}*/

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
	width:100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}
.mySlides .zonas { float:left;width: -moz-calc(50% - 20px);width: -webkit-calc(50% - 20px);width: -o-calc(50% - 20px);width: calc(50% - 20px); }
.mySlides .zonas.zona1 {  }
.mySlides .zonas.zona2 { float:right; }
.mySlides .zonas img { width:100%; cursor:pointer; }
.mySlides .zonasProds { min-width:120px; width: -moz-calc(20% - 20px);width: -webkit-calc(20% - 20px);width: -o-calc(20% - 20px);width: calc(20% - 20px); margin-left:10px; margin-right:10px; }
.mySlides .zonasProds img { width:120px;/*width:100%;*/ cursor:pointer; }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.prev {
  left: 0;
  /*border-radius: 3px 0 0 3px;*/
}
.next {
  right: 0;
  /*border-radius: 3px 0 0 3px;*/
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  /*background-color: rgba(0,0,0,0.8);*/
}

/* Caption text */
.mySlides .text {
  /*color: #000;*/
  /*font-size: 15px;*/
  /*padding: 8px 12px;
  position: absolute;*/
  /*bottom: 8px;*/
  width: 100%;
  text-align: left;
	display:none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* footer **/
.footerZona { background: #E5E5E5; }
.footerZonaLeft { float:left; width:74%;}
.footerZonaRight { float:right; width:25%;}
.footerZona1, .footerZona2, .footerZona3, .footerZona4 { float:left; margin-right:15px; margin-bottom:50px; width: -moz-calc(22% - 20px);width: -webkit-calc(22% - 20px);width: -o-calc(22% - 20px);width: calc(22% - 20px); }
.footerZona1 {  width: -moz-calc(34% - 20px);width: -webkit-calc(34% - 20px);width: -o-calc(34% - 20px);width: calc(34% - 20px); }
.footerZona4 { margin-right:0px; width: -moz-calc(22% + 5px);width: -webkit-calc(22% + 5px);width: -o-calc(22% + 5px);width: calc(22% + 5px); }
.footerTit { color: #736A63; font-weight:Bold; /*margin-top:30px;*/ margin-bottom:10px;}
.footerLink { color: #736A63; /*font-weight:Bold;*/ }
.footerZonaLogos1 { float:left; margin-top:0px; width:50%; margin-bottom:20px; text-align:left;}
.footerZonaLogos2 { float:right; margin-top:0px; width:50%; margin-bottom:20px; text-align:right;}

.footerZonaC1, .footerZonaC2 { float:left; margin-right:25px; margin-bottom:50px; width: -moz-calc(50% - 25px);width: -webkit-calc(50% - 25px);width: -o-calc(50% - 25px);width: calc(50% - 25px); }
.footerZonaC2 { height:400px; }
.footerLinkC { color: #736A63; font-size:12px;}

/* form */
.form_signZEsq { float:left; width:30%; position:relative;}
.form_signZDir { float:right; width:70%; position:relative;}
.inputBoxes { font-family: 'Montserrat', sans-serif, verdana, arial; font-weight:300; /*border-radius:5px;*/ background: #eee; padding:4px; border:1px solid #eee; font-size:14px; color: #000; width: -moz-calc(100% - 10px);width: -webkit-calc(100% - 10px);width: -o-calc(100% - 10px);width: calc(100% - 10px); /*width:100%;*/}
.inputBoxesRed {  border:1px solid #f00 !important; }
.inputSelect { font-family: 'Montserrat', sans-serif, verdana, arial; font-weight:300; background: #eee; padding:4px; border:1px solid #eee; font-size:14px; color: #000; width:100%;}
.inputBot { CURSOR:POINTER; border-radius:5px; background: #EE7D00; padding:8px 30px; border:0px; font-size:14px; color: #fff; FONT-WEIGHT:BOLD;}


/* popups */
#zonaMsgAreaReservada, #zonaMsgAreaRecuperar { display:none; z-index:10001; position:fixed; background: url('/images/fundo_popups.png'); top:0px; width:100%; left:0px; height:100%; }
#zonaMsgPopup { display:none; z-index:10001; position:fixed; background: url('/images/fundo_popups.png'); top:0px; width:100%; left:0px; height:100%; }
#zonaMsgPopup2 { display:none; z-index:10001; position:fixed; background: url('/images/fundo_popups.png'); top:0px; width:100%; left:0px; height:100%; }
#zonaMsgPopupDesigner { display:none; z-index:10001; position:absolute; top:0px; width:100%; left:0px; }
#zonaMsgPopupDesignerInner { z-index:10001; position:fixed; background: url('/images/fundo_popups.png'); top:0px; width:100%; left:0px; height:100%; }
#loading { display:none; z-index:10001; position:fixed; top:0px; left:0px; right:0px; bottom:0px; background: url('/images/fundo_popups2.png'); }
#zonaFichaCarga { display:none; z-index:10000; position:absolute; top:0px; width:100%; left:0px; height:100%; background: url('/images/fundo_popups.png'); }
.inputAreaBot { font-weight:bold; cursor:pointer;background:#000; color: #fff; padding:5px 30px 5px 30px; border:0px; }


/* secções textp */
.zonaPagSector { margin-top:50px; margin-bottom:100px; }
.zonaPag { position:Relative; width:100%; }
.zonaPag1Esq { float:left; width:50%; min-height:300px;  }
.zonaPagInner1 { padding-right:40px; padding-top:30px; padding-bottom:0px;}
.zonaPagInner2 { padding-left:40px; padding-top:30px; padding-bottom:0px;}
.zonaPag1Dir { position:absolute; right:0px; width:50%; height:100%; top:0px; }
.zonaPag2Esq { float:right; width:50%; min-height:300px; }
.zonaPag2Dir { position:absolute; left:0px; width:50%; height:100%; top:0px; }
.zonaPagTit { font-size:16px; font-weight:400; color: #726B63; /*margin-top:20px;*/ margin-bottom:10px; text-transform:uppercase; }
.zonaPagTxt {  margin-bottom:30px; font-weight:300; font-size:14px; }
.zonaPagMarcaDir { float:right; width:50%; position:relative; }
.zonaPagMarcaEsq { float:left; width:50%; position:relative; }


/* noticias */
.zonaNoticia1, .zonaNoticia2, .zonaNoticia3 { float:left; z-index:1; position:relative; margin-top:25px; margin-bottom:50px; width: -moz-calc(33% - 30px);width: -webkit-calc(33% - 30px);width: -o-calc(33% - 30px);width: calc(33% - 30px);}
.zonaNoticia1 { margin-left:0px;margin-right:45px; }
.zonaNoticia2 { margin-left:0px;margin-right:45px; }
.zonaNoticia3 { margin-left:0px;margin-right:0px; }
.zonaNoticiaData { margin-left:50px; position:relative; z-index:2; margin-top:-30px; background: #fff; min-height:50px; /*border:1px solid #f00;*/ }
.zonaNoticiaDataInner { padding:10px; } 
.zonaNoticiaTit { font-size:40px; font-weight:200; color: #000; margin-bottom:30px; text-transform:uppercase; }
.zonaNoticiaTxt { color: #736A63; font-weight:300; font-size:14px; }
.zonaNoticiaDataFile { margin-left:20%; position:relative; z-index:2; margin-top:-50px; background: #fff; min-height:50px; }
.zonaNoticiaDataFileInner { padding:20px; } 

/* produtos */
.listaMarcaCatP {}
.listaCats { float:left; margin-left:25px; position:relative; margin-bottom:20px; width: -moz-calc(20% - 20px);width: -webkit-calc(20% - 20px);width: -o-calc(20% - 20px);width: calc(20% - 20px); }
.listaCats.n1 { margin-left: 0px;}
.zonaProdFamilia { float:left; position:relative; margin:25px; margin-bottom:50px; width: -moz-calc(33% - 50px);width: -webkit-calc(33% - 50px);width: -o-calc(33% - 50px);width: calc(33% - 50px); }
.zonaCatsProd { float:left; position:relative; width:14%; min-width:120px; margin-left:3%; margin-right:3%; margin-bottom:10px;  /*border:1px solid #ccc;*/ }
.zonaCatsProdTit { min-height:50px; text-align:Center; font-size:16px; font-weight:400; color: #736C66; margin-top:0px; margin-bottom:0px; /*text-transform:uppercase;*/ }
.zonaProdutoFoto { float:left; width:50%; position:relative; }
#zonaProdutoFotoMostra { position:relative; height:500px; width:100%; }
.zonaProdutoDetalhe { float:right;  position:relative;  width:50%; min-height:500px; text-align:right; /*background: #f00;*/ }
.zonaProdutoDetalheTit { float:right; width:100%; position:relative; font-weight:300; color: #726B63; text-transform:uppercase; font-size:30px; }
.zonaProdutoDetalheRef { float:right; position:relative; font-weight:400; color: #726B63; margin-top:10px;  }
.zonaProdutoDetalheSep { clear:both; height:200px;  }
.zonaProdutoAreaEsq { float:left; width:40%; }
.zonaProdutoAreaDir { margin-left: 2%; float:left; width:40%; }
.zonaProdutoAreaBot { margin-left: 3%; float:left; width:10%; }
.zonaProdutoExtrasLista { float:left; width: -moz-calc(86% / 8);width: -webkit-calc(86% / 8);width: -o-calc(86% / 8);width: calc(86% / 8); MARGIN-BOTTOM:50PX; position:relative; /*min-width:100px;*/ text-align:center; }
.zonaProdutoExtrasLista.n1 { margin-left:0px; }
.zonaProdutoExtrasLista.n2 { margin-left:2%; }
.zonaProdutoExtrasLista.n3 { margin-left:2%; }
.zonaProdutoExtrasLista.n4 { margin-left:2%; }
.zonaProdutoExtrasLista.n5 { margin-left:2%; }
.zonaProdutoExtrasLista.n6 { margin-left:2%; }
.zonaProdutoExtrasLista.n7 { margin-left:2%; }
.zonaProdutoExtrasLista.n8 { margin-left:2%; }

.zonaDownloads { float:left; padding: 7px 15px; border: 1px solid #726B65; margin-left:-1px; MIN-WIDTH:100PX; cursor:pointer; text-align:center; }
.zonaDownloadsOn { background: #726B65; color: #fff; }


/* projectos */
.zonaProjecto1, .zonaProjecto2 { float:left; z-index:1; position:relative; margin-top:25px; margin-bottom:25px; width: -moz-calc(50% - 25px);width: -webkit-calc(50% - 25px);width: -o-calc(50% - 25px);width: calc(50% - 25px);}
.zonaProjecto1 { margin-left:0px;margin-right:50px; }
.zonaProjecto2 { margin-left:0px;margin-right:0px; }
.zonaProjectoInner { padding:0px; min-height:50px; /*border:1px solid #f00;*/ } 
.zonaProjTit { text-align:left; font-size:16px; font-weight:400; color: #736C66; margin-top:10px; margin-bottom:30px; /*text-transform:uppercase;*/ }
.zonaProjTxt { text-align:center; color: #736A63; font-weight:300; font-size:14px; }


/* contactos */
.formContactLab { float:left; position:relative; padding:5px; padding-left:0px; width: 90px; }
.formContactCmp { float:left; position:relative; width: -moz-calc(100% - 100px);width: -webkit-calc(100% - 100px);width: -o-calc(100% - 100px);width: calc(100% - 100px);}
.zonaContactoDados { position:relative; float:left; z-index:1;width:45%; padding-bottom:20px; }
.zonaContactoMapa { position:relative; float:right; z-index:1;width:45%; height:300px; }
.zonaContactoFormEsq { position:relative; float:left; width:45%; }
.zonaContactoFormDir { position:relative; float:right; width:45%; }

/* area pessoal */
.zonaContaEsq { float:left; width:45%; position:Relative; border: 1px solid #eee; }
.zonaContaDir { float:right; width:45%; position:Relative; border: 1px solid #eee; }
.zonaContaEsq1, .zonaContaEsq2, .zonaContaEsq3 { width: -moz-calc(30% - 2px);width: -webkit-calc(30% - 2px);width: -o-calc(30% - 2px);width: calc(30% - 2px);
								float:left; position:Relative; border: 1px solid #eee;  }
.zonaContaEsq1 { }
.zonaContaEsq2 { margin-left:5%;}
.zonaContaEsq3 { margin-left:5%;}


/***********************************************/
/* hor scroll */
/* Example wrapper */
.wrap {
	position: relative;
	/*margin: 3em 0;*/
	height:100%;
	z-index:1;
}

/* Frame */
.frame {
	height: 100%;/*250px;*/
	line-height:80%;/*250px;*/
	overflow: hidden;
}
.frame ul {
	position:relative; 
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 14px;
	display: block; white-space: nowrap; 	width:100%;
}
.frame ul li {
	/*float: left;*/
	position:relative; 
	display: inline-block;
	/*width:100%;*/
	/*width: -moz-calc(100% - 50px);width: -webkit-calc(100% - 50px);width: -o-calc(100% - 50px);width: calc(100% - 50px);
	max-width: 500px;*/
	height: 100%;
	margin: 0px; /*0 1px 0 0;*/
	padding: 0;
	/*background: #333;*/
	color: #ddd;
	text-align: center;
	cursor: pointer;
	opacity:0.6;
	margin-left:40px;
	margin-right:0px;
}
.frame ul li.first {
	margin-right:40px;
}
.frame ul li.second {
	margin-left:0px;
}
.frame ul li.last {
	margin-right:40px;
}

.frame ul li.active {
	color: #fff;
	/*background: #a03232;*/
	opacity:1;
}
.frame ul li .foto {
	position:absolute; top:0px; left:0px; right:0px; bottom:35px;
}
.frame ul li .label {
	display:none;
}
.frame ul li.active > .label {
	display:block;
}

/* Scrollbar */
.scrollbar {
	margin: 0 0 1em 0;
	height: 2px;
	background: #ccc;
	line-height: 0;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #292a33;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* Pages */
.pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
	background: #aaa;
}
.pages li.active {
	background: #666;
}

/* Controls */
.controls { margin: 25px 0; text-align: center; }

/* One Item Per Frame example*/
.oneperframe { height: 300px; line-height: 300px; }
.oneperframe ul li { width: 1140px; }
.oneperframe ul li.active { background: #333; }

/* Crazy example */
/*
.crazy ul li:nth-child(2n) { width: 100px; margin: 0 4px 0 20px; }
.crazy ul li:nth-child(3n) { width: 300px; margin: 0 10px 0 5px; }
.crazy ul li:nth-child(4n) { width: 400px; margin: 0 30px 0 2px; }
*/



/*** mapa ***/
.gm-style-iw {
    /*width: 350px !important;*/
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px #34CCFF;
    border: 2px solid #34CCFF;
    border-radius: 10px 10px 10px 10px;
}
#iw-container {
    margin-bottom: 10px;
}
#iw-container .iw-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    background-color: F38322;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 15px 5px 20px 15px;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
}
.iw-content img {
    float: right;
    margin: 0 5px 5px 10px; 
}
.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}
.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
} 




/**
cookies
**/
	.div_cookies {
		z-index:9999;
		/*position:fixed;
		bottom:0;
		left:0;
		z-index:9999;
		width:100%;
		height:auto;
		padding:5px 0;
		background-color:rgb(243,179,19);
		background-color:rgba(243,179,19,0.8);

		display:none;*/
	}
	.div_cookies > div {
		display:table;
		margin:auto;
		height:100%;		
		min-height:60px;
	}
	.div_cookies > div > div {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	}
	.div_cookies .cookies_texto {
		font-size: 13px;
		color: #4b4a4a;
		text-decoration:none;
		font-weight:300;
		line-height:16px;
		display:inline-block;
		padding:5px 20px;
	}
	.div_cookies .cookies_botoes {
		padding:5px 20px;
		display:inline-block;
	}
	.div_cookies .cookies_botoes .cookies_bt1, .div_cookies .cookies_botoes .cookies_bt2 {
		display:inline-block;
		margin:0 5px;
		height:29px;
	}
	.div_cookies .cookies_botoes .cookies_bt1 a, .div_cookies .cookies_botoes .cookies_bt2 a {
		padding:0 17px;
		font-size: 12px;
		color: #4b4a4a;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:400;
		line-height:29px;
		display:block;
		background-color:#FFFFFF;
		cursor:pointer;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;	
	}
	.div_cookies .cookies_botoes .cookies_bt2 a, .div_cookies .cookies_botoes .cookies_bt1 a:hover {
		color: #ffffff;
		background-color:#8d8d8d;
		cursor:pointer;
	}
	.div_cookies .cookies_botoes .cookies_bt2 a:hover {
		color: #4b4a4a;
		background-color:#FFFFFF;
		cursor:pointer;
	}
	
	
.scrollup {
    z-index:1000;
		width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 0.3;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background: url('/images/icon_top.png') no-repeat;
}

.scrollup:hover {
    opacity: 1;
}	
	