/* GERAL */

body {
	background-color: #222222;
	font-family: 'Arial', sans-serif;
	color: #666;
	font-size: 13px;
}

h1 {
	font-size: 25px;
	text-transform: uppercase;
	color: #727271;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 0 20px 15px 0;
	border-bottom: 5px solid #ef7f1a;
	margin: 0 0 50px 0;
	display: inline-block;
}

h2 {
	font-size: 18px;
	color: #ef7f1a;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

h2:first-child {
	margin-top: 0;
}

h3 {
	font-size: inherit;
	font-weight: 400;
	color: #ef7f1a;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
}

h3:first-child {
	margin-top: 0;
}

p {
	line-height: 19px;
	text-align: justify;
	clear: both;
}

ul.pontos {
    clear: both;
}

ul.pontos li {
    line-height: 1.5;
}

ul.pontos li:before {
    content: "■";
    color: #ef7f1a;
    display: inline-block;
    margin: 0 10px;
}

p.col {
	clear: none;
}

b {
	font-weight: bold;
}

* {
	-webkit-transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
}

.full_width {
	width: 100%;
	display: block;
}

.banner {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}


/* HEADER */

.header {
	background: #FFF;
	width: 100%;
	border-top: 3px solid #EF7F1A;
}

.header .header_container {
	width: 1200px;
	padding: 25px;
	margin: 0 auto;
	overflow: auto;
	box-sizing: border-box;
	position: relative;
}

.idiomas {
	position: absolute;
	top: 0;
	right: 25px;
	color: #FFF;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 11px;
}

.idiomas a {
	display: block;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
    background: #ef7f1a;
    line-height: 25px;
}

.idiomas a:hover {
	background: #ff8f2b;
}

.idiomas a.active {
	background: #ff8f2b;
}

.idiomas a:last-child {
    margin-left: 5px;
    font-size: 13px;
    padding: 0 7px;
}

.header .header_container .logo {
	float: left;
}

.header .header_container .logo-small {
	float: left;
    height: 35px;
    margin-left: 25px;
    margin-top: 7.5px;
    border-left: 1px solid #dadada;
    padding-left: 25px;
}

.header .header_container .slogan {
	float: right;
	font-family: 'Lato', sans-serif;
	text-align: right;
	line-height: 19px;
	margin: 4.5px 100px 0 0;
}

.header .header_container .slogan .top {
	font-size: 18px;
	color: #ef7f1a;
}

.header .header_container .slogan .bottom {
	font-size: 14px;
	color: #6A6A67;
}


/* MENU */

.menu_wrapper {
	width: 100%;
	background: #727271;
}

.menu_wrapper .menu {
	width: 1200px;
	padding: 0 25px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: auto;
}

.menu_wrapper .menu li {
	display: block;
	float: left;
}

.menu_wrapper .menu li a {
	display: block;
	padding: 15px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
}

.menu_wrapper .menu li a:hover {
	color: #ef7f1a;
}

.menu_wrapper .menu li .active {
	background: #ef7f1a;
}

.menu_wrapper .menu li .active:hover {
	background: #ff8f2b;
	color: #FFF;
}

.c-button {
	display: none;
}


/* CONTENT */

.content {
	width: 100%;
	background: #FFF;
}

.content .content_container {
	width: 1200px;
	padding: 50px 25px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: auto;
}

.content .content_container p a {
	color: #ef7f1a;
}

.content .content_container p a:hover {
	color: #000;
}


/* HOME */

.home_slider {
	width: 100%;
	background: #EEE;
}

.home_slider .home_slider_container {
	width: 1200px;
	padding: 0 25px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: auto;
}

/*
.home_slider_container .col60 {
	width: 50% !important;
	float: right !important;
}

@media (max-width: 850px) {
    .home_slider_container .col60 {
        width: 100% !important;
        float: none !important;
    }
}
*/

.home_slider_container img {
	width: 100%;
	display: block;
}

.destaque {
	border: 1px solid #EEE;
	padding: 4px;
	position: relative;
	box-sizing: border-box;
	margin: 0 30px;
}

.destaque .thumb {
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
}

.destaque .titulo {
	font-size: 14px;
	display: block;
	margin: 10px 0;
	text-align: center;
	padding: 0 20px;
	line-height: 19px;
	box-sizing: border-box;
	text-transform: uppercase;
    font-weight: 700;
}

.destaque .overlay {
	display: block;
	position: absolute;
	height: 100%;
	line-height: 265px;
	width: 100%;
	background: rgba(239, 127, 26, 0.7);
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
	color: #FFF;
	left: 0;
	top: 0;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.destaque:hover {
	border: 1px solid #ef7f1a;
}

.destaque:hover .titulo {
	color: #ef7f1a;
}

.destaque:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* MENU LATERAL */

.menu_lateral {
	margin: 50px 0;
}

.menu_lateral li a {
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	display: block;
	padding: 13px 25px;
	box-sizing: border-box;
	width: 93%;
	-webkit-transition: width 0.1s linear, background 0.1s linear;
	transition: width 0.1s linear, background 0.1s linear;
	background: #727271 url(../img/menu_lateral/arrow.png) right center no-repeat;
	cursor: pointer;
	text-transform: uppercase;
}

.menu_lateral li {
	margin: 0 0 3px 0;
}

.menu_lateral li:last-child {
	margin: 0;
}

.menu_lateral li a:hover {
	width: 100%;
	background: #EF7F1A url(../img/menu_lateral/arrow.png) right center no-repeat;
}

.menu_lateral li .active {
	width: 100%;
	background: #EF7F1A url(../img/menu_lateral/arrow.png) right center no-repeat;
}

.menu_lateral.nos_produtos {
	margin: 0 !important;
}


/* PRODUTOS */

.produto {
	border: 1px solid #EEE;
	position: relative;
	height: 102px;
}

.produto:hover {
	border-color: #EF7F1A;
}

.produto .produto_container {
	width: 100%;
	position: relative;
}

.produto .thumb {
	width: 100%;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.produto .capt-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: rgba(114, 114, 113, 0.6);
}

.produto .caption {
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFF;
	width: 100%;
}

.produto:hover .capt-wrap {
	background: rgba(239, 127, 26, 0.6);
}

.prod-logo {
	width: 125px;
	border: 1px solid #EEE;
	padding: 10px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.prod-logo:hover {
	border-color: #ef7f1a;
}

.prod-logo {
	float: left;
	width: 125px;
	border: 1px solid #EEE;
	padding: 10px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.prod-logo:hover {
	border-color: #ef7f1a;
}

.contacte-nos {
	display: block;
	width: 100%;
	max-width: 175px;
	float: right;
	background-color: #FFF;
	margin-bottom: 30px;
	background-position: 95% center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border: 1px solid #ef7f1a;
	color: #ef7f1a;
	background-image: none;
	background-size: auto 20px;
	padding: 10px 0;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.contacte-nos:hover {
	background-color: #ef7f1a;
	color: #FFF;
	background-image: url(../img/produtos/contacto.png);
	padding-right: 35px;
}

.marca_produtos {
	overflow: auto;
	margin-bottom: 30px;
	border: 1px solid #EEE;
	background: #FFF;
	padding: 14px;
	box-sizing: border-box;
	position: relative;
	display: block;
}

.marca_produtos:last-child {
	margin-bottom: 0;
}

.marca_produtos:hover {
	background: #FDFDFD;
	border: 1px solid #EF7F1A;
}

.marca_produtos .logo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 35%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.marca_produtos .descricao {
	display: block;
	float: left;
	width: 60%;
	margin: 0 0 0 40%;
	text-align: justify;
}


/* CATALOGOS */

.catalogo {
	border: 1px solid #EEE;
	padding: 4px;
	position: relative;
}

.catalogo .catalogo_container {
	width: 100%;
	position: relative;
}

.catalogo .catalogo_container .thumb {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.catalogo .catalogo_container .caption {
	display: block;
	font-size: 14px;
	padding: 5px 0;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	background: #727271;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.catalogo .catalogo_container .pdf {
	margin: 112.5px 0 0 50%;
	left: -12.5px;
	position: absolute;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.catalogo .catalogo_container .overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 250px;
	top: 0;
	left: 0;
	background: rgba(239, 127, 26, 0.7);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity: 0;
	filter: alpha(opacity=0);
}

.catalogo .catalogo_container:hover .pdf {
	opacity: 1;
	filter: alpha(opacity=100);
}

.catalogo .catalogo_container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.catalogo:hover {
	border: 1px solid #EF7F1A;
}

.catalogo:hover .catalogo_container .caption {
	opacity: 0;
	filter: alpha(opacity=0);
}

.catalogos .col .bloco {
    border: 1px solid #dadada;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
}

.catalogos .col .bloco:last-child {
    margin-bottom: 0;
}

.img-catalogo {
    display: block;
    width: 125px;
}

.catalogos-lista:after {
    content: "";
    display: table;
    clear: both;
}

.catalogos-lista li {
    display: block;
    margin-bottom: 10px;
}

.catalogos-lista li:last-child {
    margin-bottom: 0;
}

.catalogos-lista li a {
    display: block;
    padding-left: 30px;
    line-height: 20px;
    background-image: url('../img/catalogos/pdf.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 20px;
}
.catalogos-lista li a:hover {
    color: #EF7F1A;
}


/* VIDEOS */

.lista-videos li {
    display: block;
    margin-bottom: 10px;
}

.lista-videos li:last-child {
    margin-bottom: 0;
}

.lista-videos li a {
    display: block;
    padding-left: 30px;
    line-height: 20px;
    position: relative;
}

.lista-videos li a:before {
    content: "\f16a";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    color: #f00;
    font-size: 16px;
}

.lista-videos li a:hover {
    color: #EF7F1A;
}


/* PARCEIROS E MARCAS */

.parceiro {
	border: 1px solid #EEE;
	padding: 4px;
}

.parceiro .parceiro_container {
	width: 100%;
	position: relative;
}

.parceiro .parceiro_container .thumb {
	width: 70%;
	margin: 20px auto;
	display: block;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.parceiro .parceiro_container .caption {
	display: block;
	font-size: 14px;
	padding: 3px 0;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	background: #727271;
	color: #FFF;
}

.parceiro:hover {
	border: 1px solid #EF7F1A;
}

.parceiro:hover .parceiro_container .thumb {
}

.parceiro:hover .parceiro_container .caption {
	background: #EF7F1A;
}


/* NOTICIAS */

.data {
	font-size: 11px;
	margin: 5px 0 10px 0;
	display: block;
}


/* CONTACTOS */

.contact_col {
	width: 47.5%;
	float: left;
}

.contact_col:last-child {
	float: right;
}

.mapa {
	border: 0;
	margin-bottom: 25px;
	float: left;
	width: 47.5%;
	height: 180px;
}

.mapa:nth-child(2) {
	float: right;
}


/* FOOTER */

.footer {
	width: 100%;
}

.footer .footer_container {
	width: 1200px;
	padding: 40px 25px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: auto;
	font-size: 12px;
	color: #B9B9B9;
	line-height: 19px;
}

.footer .footer_container a:hover {
	color: #EF7F1A;
}

.footer .footer_container .morada {
	float: left;
}

.footer .footer_container .morada b {
	color: #ef7f1a;
}

.footer .footer_container .morada:nth-child(2) {
	margin-left: 30px;
}

.footer .footer_container .credits {
	float: right;
	text-align: right;
}


/* IMG LEGENDA */

.img-legenda {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.img-legenda .col img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.img-legenda .col span {
    display: block;
    text-transform: uppercase;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .img-legenda .col {
        width: 31.333%;
    }
    .img-legenda .col:nth-last-child(n+3) {
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .img-legenda .col {
        width: 48.5%;
    }
    .img-legenda .col:nth-last-child(n+2) {
        margin-bottom: 15px;
    }
}



/* * * RESPONSIVE * * */

@media all and (max-width: 1200px) {
	.header .header_container {
		width: 100%;
	}
	.menu_wrapper .menu {
		width: 100%;
	}
	.content .content_container {
		width: 100%;
	}
	.home_slider .home_slider_container {
		width: 100%;
	}
	.footer .footer_container {
		width: 100%;
	}
}

@media all and (max-width: 1000px) {
	.header .header_container .logo {
		margin: 0 auto;
		display: block;
		float: none;
    }
    .header .header_container .logo-small {
        margin: 25px auto 0 auto;
        display: block;
        float: none;
        border-left: 0;
        padding-left: 0;
    }
    .header .header_container .slogan {
		text-align: center;
		margin: 30px auto 0 auto;
		display: block;
		float: none;
	}
	.menu_wrapper .menu {
		display: none;
	}
	.menu_wrapper .c-button {
		display: block;
		width: 100%;
		color: #FFF;
		background: none;
		border: 0;
		margin: 0 auto;
		position: relative;
		font-size: 20px;
		padding: 15px 0;
		cursor: pointer;
	}
	.menu_wrapper .c-button:before {
		content: "";
		position: absolute;
		left: 30px;
		top: 0.65em;
		width: 1.5em;
		height: 0.30em;
		background: #FFF;
		box-shadow: 0 0.55em 0 0 #FFF, 0 1.1em 0 0 #FFF;
	}
}

@media all and (max-width: 850px) {
	.footer .footer_container .morada {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		margin-left: 0 !important;
	}
	.footer .footer_container .credits {
		width: 100%;
		text-align: center;
	}
}

@media all and (max-width: 550px) {
	.marca_produtos .logo {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100px;
		background-size: 70% auto;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.marca_produtos .descricao {
		display: block;
		float: left;
		width: 100%;
		margin: 100px 0 0 0;
		text-align: justify;
	}
}