@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(../image/preloader.gif)center no-repeat rgb(102,26,0);
}
.msgerro {
	padding: 15px;
	color: rgb(255,255,255);
	font-size: 15px;
	text-align: center;
	float: left;
	background: rgb(102,25,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: rgb(245,244,241);
	font-size: 13px;
}
body p {
	line-height: 22px;
	text-align: justify;
/*   font-family: 'Pontano Sans', sans-serif;
 font-weight: 300;
font-style: normal;*/
	font-size:17px;
	
}
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: 32px;
	font-weight: 700;
	padding-bottom: 5px;
	margin-top: 20px;
	color: rgb(51,51,51);
}
h3 {
	font-size: 18px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	display: inline-block;
}
h4, h4 a {
	font-size: 22px;
	margin: 0 0 20px 0;
	text-decoration: none;
	font-weight: 300;
	color: rgb(51,51,51);
}
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;
}
hr {
	border: 0px;
	border-top: 1px solid rgb(245,245,245);
	padding: 0;
	width: 100%;
	max-width: 100%;
	display: block;
}
/* 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);
}
/*  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(102,25,0);
}
.Breadcrumb .center a.btvoltar {
	float: right;
}
.Breadcrumb .center a:hover, .Breadcrumb .center a.activo {
	color: rgb(102,25,0);
}
.Breadcrumb .center span {
	padding: 0 8px;
	color: rgb(102,25,0);
}
/* content ***************/
	
#content {
	width: 100%;
	z-index: 2;
	position: relative;
	min-height: 400px;
	float: left;
}
.container {
	max-width: 1176px;
	width: 1176px;
	/*margin: 0 auto;
		
		display:block;*/
	float: left;
	clear: left;
	left: 50%;
	margin-left: -588px;
	position: relative;
}
.col50pc {
	max-width: 510px;
	width: 510px;
}
.container-full {
	width: 100%;
	float: left;
}
.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: 12px;
	margin-right: 12px;
	float: left;
}
.col-12 {
	width: 1152px;
}
.col-11 {
	width: 1054px;
}
.col-10 {
	width: 956px;
}
.col-9 {
	width: 858px;
}
.col-8 {
	width: 760px;
}
.col-7 {
	width: 662px;
}
.col-6 {
	width: 564px;
}
.col-5 {
	width: 466px;
}
.col-4 {
	width: 368px;
}
.col-3 {
	width: 270px;
}
.col-2 {
	width: 172px;
}
.col-1 {
	width: 74px;
}
.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 {
	width: 1152px;
}
.col-11 img {
	width: 1054px;
}
.col-10 img {
	width: 956px;
}
.col-9 img {
	width: 858px;
}
.col-8 img {
	width: 760px;
}
.col-7 img {
	width: 662px;
}
.col-6 img {
	width: 564px;
}
.col-5 img {
	width: 466px;
}
.col-4 img {
	width: 368px;
}
.col-3 img {
	width: 270px;
}
.col-2 img {
	width: 172px;
}
.col-1 img {
	width: 74px;
}
.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;
}
/* Header *********************************************************/
	
header {
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 1;
	min-height: 170px;
	background-color: rgb(255,255,255);
}
header a#logo {
	float: left;
	margin-top: 20px;
}
header a#logo img {
	height: 80px;
	width: 193px;
	-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;
}
#top-nav {
	padding: 15px 0;
	min-height: 20px;
	background: rgb(102,26,0);
	color: rgb(255,255,255);
	font-size: 13px;
}
#top-nav a {
	color: rgb(255,255,255);
	text-decoration: none;
}
#top-nav a:hover {
	text-decoration: underline;
}
#top-nav i {
	margin-right: 10px;
}
#top-nav #top-tlm {
	padding-right: 20px;
	margin-right: 20px;
	border-right: rgb(255,255,255) solid 1px;
}
#logomenu {
	paddding: 30px 0;
}
/* Sliders INDEX **/
#slider {
	min-height: 560px;
	margin-bottom: 40px;
}
#slider-content {
	width: 1020px;
	height: 560px;
}
.no-js #slider-content {
	display: none;
}
.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 560px;
}
.banner li {
	list-style: none;
	height: 560px;
}
.banner ul li {
	float: left;
}
/* CONTENT GERAL **/
.ttlcentrado {
	text-align: center;
}
/* FOOTER MARCAS **/

#parceiros {
	background-color: rgb(245,244,241);
	margin-bottom: 0px;
	min-height: 200px;
}
.no-js #parceiros {
	display: none;
}
#slide-parceiros {
	margin: 60px 0;
}
#parceiros h2, #parceiros h4 {
	text-align: center;
}
/* Footer *********************************************************/
	
	
#footer {
	min-height: 325px;
	background-color: rgb(255,255,255);
	padding: 60px 0;
}
#footer h6 {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 35px;
	text-align: left;
}
#roda_contactos > p {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 14px;
	text-align: left;
}
#roda_contactos > p > a, #roda_contactos > p > span {
	font-weight: 400;
}
#footer div ul li {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	width: 45%;
	margin-left: 15px;
	font-weight: 400;
}
#footer div ul li:before {
	content: ">";
	display: block;
	width: 0;
	height: 0;
	position: relative;
	top: 0px;
	left: -15px;
	content: "\f054";
	font-family: 'icomoon';
	color: rgb(84,51,34);
}
#footer div.facebook {
	text-align: center;
	margin: 40px 0 20px 0;
}
#footer div.facebook > a {
	font-size: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	padding: 8px 14px;
	background-color: rgb(84,51,34);
	color: rgb(255,255,255);
	text-decoration: none;
	-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;
}
#footer div.facebook > a:hover {
	background-color: rgb(200,123,66);
}
#footer .copyright {
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
}
#footer .autor {
	text-align: center;
	padding-top: 12px;
	font-weight: 700;
}
#footer .autor > a {
	font-weight: 400;
}



	
	/* midia query 1280 ************/
	@media screen and (max-width: 1260px) {
}
	
	/* midia query 1024 TABLET PORTRAIT*************************************************************************/
	@media screen and (max-width: 1004px) {
body {
	padding: 0 10px;
}
.col-12 {
	width: 100%;
}
.col-11 {
	width: 100%;
}
.col-10 {
	width: 100%;
}
.col-9 {
	width: 70%;
}
.col-8 {
	width: 100%;
}
.col-7 {
	width: 100%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 100%;
}
.col-4 {
	width: 100%;
}
.col-3 {
	width: 33%;
}
.col-2 {
	width: 100%;
}
.col-1 {
	width: 100%;
}
.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: 0;
	margin-right: 0;
	padding: 5px;
}
.col-6 img, .col-8 img, .destaques img {
	width: 100%;
	height: auto;
}
.noticia h2 {
	margin-bottom: 0px;
}
.quotes .col-10 {
	width: 80%;
}
.container {
	width: 100%;
	left: inherit;
	margin-left: inherit;
}
#header {
	height: 62px;
}
#submenucopy > div > ul {
	text-align: center;
	display: block;
}
#submenucopy > div > div {
	text-align: center;
	margin-top: 40px;
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}
/*#slider-marcas-content .item img{ height:100%; width:auto;}*/
#slider-marcas-content .owl-item {
	width: 100%;
	height: auto;
}
#slider-marcas-content > div {
	height: auto;
}
#submenucopy .col-6.submenu {
	width: 100%;
}
#submenucopy .copyright {
	text-align: center;
	color: rgb(0,0,0);
	width: 100%;
}
#slider-marcas {
	width: 100%;
	padding: 40px 0;
}
#slider-marcas-content {
	max-width: 100%;
	left: 0;
	margin-left: 0;
	position: relative;
	float: none;
	clear: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
#slider-marcas-content div.col-12 {
	width: 100%;
}
/* Sliders INDEX **/
#slider-content {
	width: 100%;
	height: auto;
}
#slider {
	height: auto;
	min-height: 100px;
}
#slide > div > div > a > img {
	width: 100%;
}
}
		
	
	/* Telemoveis */
@media screen and (max-width: 640px) {
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
	width: 100%;
}
.nav-toggle {
	top: -70px;
}
#slider-header {
	height: 420px;
}
#slider-marcas-content > div {
	height: auto;
}
#footer #submenucopy {
	background-color: rgb(0,0,0);
	height: 300px;
}
#submenucopy > div {
	padding: 20px 0;
}
#submenucopy .submenu li {
	display: block;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 34px;
}
#submenucopy .submenu li, #submenucopy .submenu li a {
	font-size: 13px;
}
#submenucopy > div > ul {
}
#submenucopy div.copyright {
	margin-top: 30px;
}
#destaques-home > a:nth-child(2) > li {
	margin-top: 40px;
}




	
	/* midia query 480 *************************************************************************/
	@media screen and (max-width: 460px) {
}
	
	/* midia query 320 *************************************************************************/
	@media screen and (max-width: 320px) {
}
