@CHARSET "UTF-8";

	/**
	 * @Author		:	Frederico Martins - fredericomartins.pt
	 * @Project		:	Ferragens do MarquÊs
	 * @Date		:	Maio 2015
	 * @Description	:	Generic CSS file for default module
	 */
	
	@import "icomoon.css";
 @import "reset.css";
 @import "work.css";

.animated {
	visibility: hidden;
}

/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js .se-pre-con { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/preloader.gif)center no-repeat rgb(255,243,1);
}
.msgerro {
	padding: 15px;
	color:rgb(0,0,0);
	font-size: 15px;
	text-align: center;
	float: left;
	background: rgb(255,241,0);
	width: 100%;
	margin-bottom: 26px;
}
html, body {
	font-family: 'Open Sans', arial, sans-serif;
	color: rgb(0,0,0);
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	font-size: 13px;
}
body p {
	line-height: 22px;
	text-align: justify;
}
a {
	text-decoration: none;
	color: rgb(0,0,0);
	/*Cor Underline mas Só funciona no Firefox */
	-moz-text-decoration-color: rgb(211,210,210);
	text-decoration-color: rgb(211,210,210);
}
a:hover {
	text-decoration: underline;
}
.linkpdf {
	font-size: 14px;
	border: rgb(0,0,0) 1px solid;
	padding: 20px;
	display: block;
	margin: 0px;
	line-height: 14px;
	margin-bottom: 20px;
}
.linkpdf:hover {
	text-decoration: none;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
.linkpdf i {
	font-size: 26px;
	margin-right: 20px;
	top: 2px;
	position: relative;
}
.linkpdf span {
	top: -4px;
	position: relative;
}
/* Texto**/
	
h1, h2, h3, h4, h5, h6 {
}
h1 {
	font-size: 36px;
	font-weight: 800;
	line-height: 36px;
	padding: 0px;
	margin: 20px 0px 20px 0px;
}
h2 {
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
	border-bottom: rgb(245,245,245) 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	padding: 10px 0;
	margin: 20px 0 10px 0;
}
h3 span {
	color: rgb(102,102,102);
	font-size: 18px;
}
h3.ttlcol, h4.ttlcol {
	border-bottom: rgb(0,0,0) 1px solid;
	padding-bottom: 20px;
	margin: 40px 0 0 0;
}
h4, h4 a {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 20px 0;
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}
h4 span {
	color: rgb(102,102,102);
	font-size: 18px;
}
h5 {
	font-size: 16px;
	font-weight: 700;
	margin: 25px 0 20px 0;
	text-transform: uppercase;
}
h6 {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}
ul.lista_simples {
	line-height: 24px;
}
ul.lista_simples li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -.7em;
}
ul.lista_simples li:before {
	content: "▪ ";
	color: rgb(204,204,204);
	font-size: 18px;
	top: 2px;
	position: relative;
}
ul.lista_simples li.txtnorm {
	padding-left: 0;
	text-indent: 0;
}
ul.lista_simples li.txtnorm:before {
	content: normal;
}


ul.lista_simples2 {
	line-height: 18px;
}
ul.lista_simples2 li {
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -.7em;
}
ul.lista_simples2 li:before {
	content: "▪ ";
	color: rgb(204,204,204);
	font-size: 18px;
	top: 2px;
	position: relative;
}


hr {
	border: 0px;
	border-top: 1px solid rgb(245,245,245);
	padding: 0;
	width: 100%;
	max-width: 100%;
	display: block;
}

hr.espacobranco {
	border: 0px;
	padding: 0;
	width: 100%;
	max-width: 100%;
	display: block;
}



/*Texto Produtos*/


div.descicao > ul{
	
	list-style:square;
}

div.descicao > ul > li{
	
	margin-left: 20px;
	padding-bottom: 15px;

}













/* button ************************************************************/
a.button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    font-size: 13px;
	line-height: 13px; /* alguns browsers não detectam altura do texto, nós definimos para que funcionem bem os paddings */
/*	color: rgb(15,58,93);
*/	padding: 12px 15px;
	text-align: center;
	background: rgb(0,0,0);
	color: rgb(255,255,255);
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: .1em;
	/* trasition para a borda e background */
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
a.button em {
	font-size: 21px;
}
/* hover do button .no-touch é do moderniz para os smartphones*/
html.no-touch a.button:hover, a.button:hover, html a.button:active, html a.button.active {
	background-color: rgb(153,153,153);
	color: rgb(255,255,255);
}
html a.button.active:hover {
	color: rgb(0,155,219);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(255,255,255);
}
/* Header *********************************************************/
	
header {
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 1;
	min-height: 150px;
}
header a#logo {
	float: left;
}
header a#logo img {
	height: 75px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#contactotop {
	min-height: 40px;
}
#contactotop > div > span {
	float: right;
	padding: 10px 0 0 0;
	line-height: normal;
	margin-top: 10px;
	font-size: 11px;
}
#contactotop > div > span b {
	font-weight: 700;
	margin-right: 3px;
}
#contactotop > div > span > a {
	float: right;
	margin-left: 10px;
	border: 1px solid rgb(0,0,0);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	top: -5px;
	position: relative;
	font-size: 11px;
	text-decoration: none;
	color: rgb(0,0,0);
}
#contactotop > div > span > a:hover {
	background: rgb(255,242,0);
	text-decoration: none;
}
#logomenu {
	/*margin-bottom: 40px;*/
	min-height: 75px;
}
/*  breadcrumbs ***************************************************************************************/
.Breadcrumb {
	/*background:rgb(249,249,248);*/
	border-bottom: 1px solid rgb(238,238,238);
	font-weight: 400;
	margin-bottom: 20px;
	color: rgb(102,102,102);
}
.Breadcrumb .center {
	margin: 0 auto;
	padding: 13px 10px 9px 10px;
	color: rgb(102,102,102);
	font-size: 11px;
	text-transform: capitalize;
}
.Breadcrumb .center a {
	color: rgb(102,102,102);
	font-size: 11px;
	text-decoration: none;
}
.Breadcrumb .center a i {
	color: rgb(153,153,153);
}
.Breadcrumb .center a i:hover {
	color: rgb(255,242,0);
}
.Breadcrumb .center a.btvoltar {
	float: right;
}
.Breadcrumb .center a:hover, .Breadcrumb .center a.activo {
	color: rgb(255,242,0);
}
.Breadcrumb .center span {
	padding: 0 8px;
	color: rgb(255,242,0);
}
/* content ***************/
	
#content {
	width: 100%;
	z-index: 2;
	position: relative;
	min-height: 400px;
	float: left;
}
.container {
	max-width: 1020px;
	width: 1020px;
	/*margin: 0 auto;
		
		display:block;*/
	float: left;
	clear: left;
	left: 50%;
	margin-left: -510px;
	position: relative;
}
.col50pc {
	max-width: 510px;
	width: 510px;
}
.container-full {
	width: 100%;
	float: left;
}
.col-12 {
	width: 1000px;
}
.col-11 {
	width: 915px;
}
.col-10 {
	width: 830px;
}
.col-9 {
	width: 745px;
}
.col-8 {
	width: 660px;
}
.col-7 {
	width: 575px;
}
.col-6 {
	width: 490px;
}
.col-5 {
	width: 405px;
}
.col-4 {
	width: 320px;
}
.col-3 {
	width: 235px;
}
.col-2 {
	width: 150px;
}
.col-1 {
	width: 65px;
}
.col-12 img, .col-11 img, .col-10 img, .col-9 img, .col-8 img, .col-7 img, .col-6 img, .col-5 img, .col-4 img, .col-3 img, .col-2 img, .col-1 img {
	height: auto;
}
.col-12 img {
	max-width: 1000px;
}
.col-11 img {
	max-width: 915px;
}
.col-10 img {
	max-width: 830px;
}
.col-9 img {
	max-width: 745px;
}
.col-8 img {
	max-width: 660px;
}
.col-7 img {
	max-width: 575px;
}
.col-6 img {
	max-width: 490px;
}
.col-5 img {
	max-width: 405px;
}
.col-4 img {
	max-width: 320px;
}
.col-3 img {
	max-width: 235px;
}
.col-2 img {
	max-width: 150px;
}
.col-1 img {
	max-width: 65px;
}
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.col-6 iframe {
	width: 490px;
}
.col-6 iframe {
	height: 315px;
}
.col-12 iframe {
	width: 1000px;
}
.col-12 iframe {
	height: 715px;
}

/* Regras Colunas dentro de colunas **/
.col-12 .col-4:first-child { margin-left:0px;}
.col-12 .col-4:nth-child(3n+0){ margin-right:0px;}
.col-12 .col-4:nth-child(3n+1){ margin-left:0px;}

.col-12 .col-3:first-child { margin-left:0px;}
.col-12 .col-3:nth-child(4n+0){ margin-right:0px;}
.col-12 .col-3:nth-child(4n+1){ margin-left:0px;}

/* Sliders INDEX **/
#slider {
	min-height: 400px;
	background-color: rgb(0,0,0);
	margin-bottom: 40px;
}
#slider-content {
	width:1020px;
	height:400px;
}
.no-js #slider-content{ display:none;}


/* Sliders FOOTER MARCAS **/

#slider-marcas {
	background-color: rgb(245,245,245);
	margin-bottom: 0px;
	margin-top: 40px;
}
.no-js #slider-marcas{ display:none;}
#slider-marcas-content {
	max-width: 1020px;
	left: 50%;
	margin-left: -510px;
	position: relative;
	float: left;
	clear: left;
	margin-top: 80px;
	margin-bottom: 80px;
}
#slider-marcas-content > div {
	height: 86px;
}
/* Footer *********************************************************/
	
	
#footer #extrafooter {
	min-height: 325px;
	background-color: rgb(51,51,51);
	color: rgb(255,255,255);
}
#footer #extrafooter p {
	line-height: 19px;
}
#footer #extrafooter h5 {
	color: rgb(255,255,255);
	margin: 50px 0 35px 0;
}
#footer #extrafooter a {
	color: rgb(255,255,255);
}
#social a {
	text-align: right;
	padding: 10px 10px;
}
#social em {
	font-size: 28px;
}
#footer .social a:hover {
	text-decoration: none;
}
#footer .social a.icon-facebook:hover {
	background-color: rgb(56,89,160);
}
#extrafooter ul.linkspdfs li {
	margin-bottom: 20px;
	height: 20px;
}
#extrafooter ul.linkspdfs li a {
	text-decoration: none;
	line-height: normal;
}
#extrafooter ul.linkspdfs li a:hover {
	text-decoration: underline;
}
#extrafooter ul.linkspdfs li em {
	margin-left: 10px;
	font-size: 11px;
	color: rgb(102,102,102);
	text-transform: uppercase;
}
#extrafooter ul.linkspdfs li em.icon-download {
	margin-right: 10px;
	font-size: 18px;
	color: rgb(102,102,102);
	float: left;
}
#footer #submenucopy {
	background-color: rgb(0,0,0);
	min-height: 73px;
}
#submenucopy > div {
	padding: 30px 0;
}
#submenucopy .submenu li {
	display: inline-block;
	text-align: left;
	margin-right: 20px;
}
#submenucopy .submenu li, #submenucopy .submenu li a {
	font-size: 11px;
	font-weight: 700;
	color: rgb(255,255,255);
	text-decoration: none;
	text-transform: uppercase;
}
#submenucopy .submenu li a:hover {
	color: rgb(255,242,0);
	text-decoration: none;
}
#submenucopy .copyright {
	color: rgb(255,255,255);
	font-size: 12px;
	text-align: right;
	font-weight: 700;
}
#submenucopy .autor, #submenucopy .autor a {
	color: rgb(255,255,255);
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
}
#submenucopy .autor a {
	font-weight: 400;
}
#submenucopy .autor a:hover {
	text-decoration: none;
	color: rgb(255,242,0);
}
html.no-touch #footer #end .social a:hover {
	color: rgb(255,242,0);
}