/*
Theme Name: JMFERNANDES
Theme URI: https://www.jmfernandes.pt
Author: Paulo Ferreira Lino
Author URI: paulolino84@gmail.com
Description: 
Version: 1.0
Tags: 
Text Domain: jmfernandes
*/

@charset "UTF-8";

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* JM FERNANDES ***************************************************************************************************** */
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* Design by Paulo Ferreira Lino — paulolino84@gmail.com ************************************************************ */
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* Font Hanken Grotesk by Alfredo Marco Pradil ——> https://hanken.co/ */
@font-face {
	font-family: 'ExtraLight';
  	src: url('fonts/HankenGrotesk-ExtraLight.eot');
  	src: url('fonts/HankenGrotesk-ExtraLight.eot?#iefix') format('embedded-opentype'),
    	url('fonts/HankenGrotesk-ExtraLight.woff2') format('woff2'),
        url('fonts/HankenGrotesk-ExtraLight.woff') format('woff');
	font-weight:100;
  	font-style: normal;
}
@font-face {
	font-family: 'Light';
  	src: url('fonts/HankenGrotesk-Light.eot');
  	src: url('fonts/HankenGrotesk-Light.eot?#iefix') format('embedded-opentype'),
    	url('fonts/HankenGrotesk-Light.woff2') format('woff2'),
        url('fonts/HankenGrotesk-Light.woff') format('woff');
	font-weight:200;
  	font-style: normal;
}
@font-face {
	font-family: 'Regular';
  	src: url('fonts/HankenGrotesk-Regular.eot');
  	src: url('fonts/HankenGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
    	url('fonts/HankenGrotesk-Regular.woff2') format('woff2'),
        url('fonts/HankenGrotesk-Regular.woff') format('woff');
	font-weight:400;
  	font-style: normal;
}
@font-face {
	font-family: 'Medium';
  	src: url('fonts/HankenGrotesk-Medium.eot');
  	src: url('fonts/HankenGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
    	url('fonts/HankenGrotesk-Medium.woff2') format('woff2'),
        url('fonts/HankenGrotesk-Medium.woff') format('woff');
	font-weight:500;
  	font-style: normal;
}
@font-face {
	font-family: 'SemiBold';
  	src: url('fonts/HankenGrotesk-SemiBold.eot');
  	src: url('fonts/HankenGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
    	url('fonts/HankenGrotesk-SemiBold.woff2') format('woff2'),
        url('fonts/HankenGrotesk-SemiBold.woff') format('woff');
	font-weight:600;
  	font-style: normal;
}
@font-face {
	font-family: 'Bold';
  	src: url('fonts/HankenGrotesk-Bold.eot');
  	src: url('fonts/HankenGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
    	url('fonts/HankenGrotesk-Bold.woff2') format('woff2'),
        url('fonts/HankenGrotesk-Bold.woff') format('woff');
	font-weight:700;
  	font-style: normal;
}
@font-face {
	font-family: 'Black';
  	src: url('fonts/HankenGrotesk-Black.eot');
  	src: url('fonts/HankenGrotesk-Black.eot?#iefix') format('embedded-opentype'),
    	url('fonts/HankenGrotesk-Black.woff2') format('woff2'),
        url('fonts/HankenGrotesk-Black.woff') format('woff');
	font-weight:900;
  	font-style: normal;
}
/* Colors */
/* Red 			#cc0000 */
/* Black        #1d1e21 */
/* Dark Grey   	#4f5054 */
/* Medium Grey  #7d7f84 */
/* Light Grey  	#b6b9c3 */
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 0 - RESET & GLOBAL */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* layout */
html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
    font-family: 'Medium', sans-serif;
    font-size: 16px;
    color: #1d1e21;
	height: 100%;
}
.div-body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
main {
	flex: 1;
}
footer {
	flex-shrink: 0;
	background-color: #1d1e21;
	padding: 80px 0;
	margin-top: 160px;
}
/* text */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Bold';
}
h1 {
   font-size: 3rem;
}
h2 {
	font-size: 2.25rem;
}
h3 {
	font-size: 1.75rem;
	margin-bottom: 1.5rem;
}
h4 {
	font-size: 0.675rem;
	text-transform: uppercase;
	color: #b6b9c3;
}
h5 {

}
h6 {

}
p {
	font-family: 'Medium';
	font-size: 1.0625rem;
}

blockquote {
	font-family: 'Light';
	font-style: italic;
	font-size: 1.825rem;
	color: #4f5054;
    position: relative;
}
blockquote::before {
    content: '\201C';
    position: absolute;
    display: block;
    font-family: georgia;
    font-size: 4rem;
    line-height: 0;
    font-weight: 700;
    left: -2.50rem;
    top: 1rem;
    margin: auto;
}
blockquote::after {
	content: '\201D';
	display: inline-block;
	position: absolute;
}
.quote-author {
	font-family: 'Bold';
	font-size: 0.725rem;
	text-transform: uppercase;
	color:#1d1e21;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 0;
}

::selection {
    background-color: #cc0000;
    color: #fff;
	opacity: .99;
}
::-moz-selection { 
    background-color: #cc0000;
    color: #fff;
	opacity: .99;
}


/* links & buttons */
a:focus {
    text-decoration: none;
    outline: none;
}
a:link, a:visited {
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid;
	color: inherit;
}
a:hover, a:active {
	border-bottom: 1px solid transparent;
}
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    line-height: 1;
	background-color: transparent;
}
button:focus {
    outline: none;
    box-shadow: none !important;
}
.reset-link:link, .reset-link:visited {
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 0;
	position: relative;
}
.reset-button {
    line-height: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}
/* forms elements */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #1d1e21 !important;
	background-color: #f8f8f9 !important;
	-webkit-box-shadow: 0 0 0 60px #f8f8f9 inset;
	-moz-box-shadow: 0 0 0 60px #f8f8f9 inset;
	box-shadow: 0 0 0 60px #f8f8f9 inset;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 1 - MODULAR */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* layout */
.full-block {
	width: 100%;
	height: 100vh;
	display: inline-block;
	position: relative;
}
.full-block-header {
	width: 100%;
	height: calc(100vh - 80px);
	display: block;
	position: relative;
}
.partial-100-50-block {
	width: 100%;
	height: 50vh;
	min-height: 560px;
	display: inline-block;
	position: relative;
}
.partial-100-80-block {
	width: 100%;
	height: 80vh;
	min-height: 600px;
	display: inline-block;
	position: relative;
}
.full-height {
	height: 100%;
}
.full-width {
	width: 100%;
}
/* -- margins */
.m-zero {
	margin: 0;
}
/* -- paddings */
.pt-sm {
	padding-top: 2rem;
}
.pl-sm {
	padding-left: 2rem;
}
.pb-sm {
	padding-bottom: 2rem;
}
.pr-sm {
	padding-right: 2rem;
}

.pt-md {
	padding-top: 4rem;
}
.pl-md {
	padding-left: 4rem;
}
.pb-md {
	padding-bottom: 4rem;
}
.pr-md {
	padding-right: 4rem;
}

.pt-lg {
	padding-top: 6rem;
}
.pl-lg {
	padding-left: 6rem;
}
.pb-lg {
	padding-bottom: 6rem;
}
.pr-lg {
	padding-right: 6rem;
}

.pt-xl {
	padding-top: 8rem;
}
.pl-xl {
	padding-left: 8rem;
}
.pb-xl {
	padding-bottom: 8rem;
}
.pr-xl {
	padding-right: 8rem;
}

.pt-xxl {
	padding-top: 12rem;
}
.pl-xxl {
	padding-left: 12rem;
}
.pb-xxl {
	padding-bottom: 12rem;
}
.pr-xxl {
	padding-right: 12rem;
}
/* -- offsets */
.pull-right-1 {
	margin-right: -8.333334%;
}
.pull-left-1 {
	margin-left: -8.333334%;
}
.pull-left-2 {
	margin-left: -16.666666%;
}
/* text */
.p-s {
	font-family: 'Regular';
	font-size: 0.875rem;
	line-height: 1.6;
	color: #7d7f84;
}

.p-m {
    font-size: 0.9375rem;
	color: #7d7f84;
}

.p-lg {
    font-size: 1.375rem;
}

.p-number {
	font-family: 'Black';
	font-size: 20rem;
	line-height: 1;
	color: #f8f8f9;
}
.t-extralight {
	font-family: 'ExtraLight';
}
.t-light {
	font-family: 'Light';
}
.t-regular {
	font-family: 'Regular';
}
.t-medium {
	font-family: 'Medium';
}
.t-semibold {
	font-family: 'SemiBold';
}
.t-bold {
	font-family: 'Bold';
}
.t-black {
	font-family: 'Black';
}
/* -- specific text */
.big-title { /* hero */
    font-family: 'Black';
    font-size: 3.75rem;
}
.sub-big-title { /* hero */
	font-family: 'Bold';
	font-size: 0.8rem;
	color: #1d1e21;
	text-transform: uppercase;
}
.h4-subtitle { /* after h4 title */
	font-family: 'Bold';
	font-size: 1.8rem;
	line-height: 1;
	color: #cc0000;
	margin-bottom: 2rem;
}

.pre-title-a { /* default */
    font-size: 1rem; 
    text-transform: uppercase; 
    font-family: 'Bold';
}
.pre-title-b { /* subtitle 14 with square */
    position: relative;
    font-size: 0.875rem;
    line-height: 0;
    font-family: 'Bold';
    text-transform: uppercase; 
    margin-left: 40px;
}
.pre-title-b::before { /* subtitle 14 with square */
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #cc0000;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* color & backgrounds */
.c-red {
	color: #cc0000;
}
.c-black {
	color: #1d1e21;
}
.c-dark-grey {
	color: #4f5054;
}
.c-medium-grey {
	color: #7d7f84;
}
.c-light-grey {
	color: #b6b9c3;
}
.c-white {
	color: #fff;
}
.b-red {
	background-color: #cc0000;
}
.b-black {
	background-color: #1d1e21;
}
.b-dark-grey {
	background-color: #4f5054;
}
.b-medium-grey {
	background-color: #7d7f84;
}
.b-light-grey {
	background-color: #b6b9c3;
}
.b-white {
	background-color: #fff;
}
/* links & buttons */
.button-door, .button-door:link, .button-door:visited {
	font-family: 'SemiBold';
	font-size: 1rem;
	padding: 0.725rem 2rem;
	text-align: left;
	display: inline-block;
    position: relative;
    background-color: transparent;
    z-index: 2;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}
.button-door:hover, .button-door:active {
    color: #fff;
    padding: 0.725rem 4rem 0.725rem 2rem;
}

.button-door::before, .button-door::after, 
.button-door:link::before, .button-door:visited::before,
.button-door:link::after, .button-door:visited::after {
    content: '';
    width: 3px;
    height: 100%;
    display: inline-block;
    position: absolute;
    background-color: #1d1e21;
    top: 0;
    bottom: 0;
    margin: auto;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}
.button-door::before {
    left: 0;
    z-index: -1;
}
.button-door::after {
    right: 0;
}

.button-door:hover::before, .button-door:active::before {
    width: 100%;
    background-color: #cc0000;
}

.button-plus {
    position: absolute;
    right: 0;
    opacity: 0;
    transform: rotate(0deg);
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}
.button-door:hover .button-plus, .button-door:active .button-plus {
    color: #fff;
    transform: rotate(90deg);
    right: 1.5rem;
    opacity: 1;
}

.big-bold-link:link, .big-bold-link:visited { /* big isolated link */
	font-family: 'Bold';
	font-size: 2.6rem;
	line-height: 1.5;
	color: #1d1e21;
	border-bottom: 3px solid;
}
.big-bold-link:hover, .big-bold-link:active { /* big isolated link */
	border-bottom: 3px solid transparent;
}

.hero-buttonscroll:link, .hero-buttonscroll:visited {
	width: 78px;
	height: 78px;
    font-size: 78px;
	display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
	-webkit-animation: scrollUpDown 2s ease 1s 10 ;
	-moz-animation: scrollUpDown 2s ease 1s 10;
	animation: scrollUpDown 2s ease 1s 10;
}
.hero-buttonscroll:hover, .hero-buttonscroll:active {
    color: #cc0000;
}
@-webkit-keyframes scrollUpDown {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes scrollUpDown {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.button-submit {
	font-family: 'Bold';
	font-size: 3rem;
    line-height: 1;
	padding: 0.725rem 0;
	text-align: center;
	display: inline-block;
    position: relative;
    background-color: transparent;
    z-index: 2;   
}

.button-submit::after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #cc0000;
    bottom: 0;
    position: absolute;
    left: 0;
}

.button-submit-icon {
    height: 3rem;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    opacity: 0;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;   
}

.bsi-l {
    left: -3.5rem;
}
.bsi-r {
    right: -3.5rem;
}

.button-submit:hover ,.button-submit:active {
    color: #cc0000;
}
.button-submit:hover::after ,.button-submit:active::after {
    width: 0;
}
.button-submit:hover .button-submit-icon ,.button-submit:active .button-submit-icon {
   opacity: 1;
    color: #1d1e21;
}

/* images & overlays */
.cover-image {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.image-1-1-ratio {
   width: 100%;
   padding-top: 100%;
}
.image-3-4-ratio {
   width: 100%;
   padding-top: 133.5%;
}
.image-5-4-ratio {
   width: 100%;
   padding-top: 80%;
}
.image-16-9-ratio {
   width: 100%;
   padding-top: 56.25%;
}
.image-2-1-ratio {
   width: 100%;
   padding-top: 50%;
}
/* -- icons */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
/* -- overlays */
.top-overlay {
	position: relative;
}
.top-overlay::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 50%);
    background: -o-linear-gradient(rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 50%);
    background: linear-gradient(rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 50%);
}
/* -- patterns */
.pattern-square {
    background-image: url("graphics/pattern_squareA.svg");
    background-size: 31px 34px;
    background-repeat: repeat;
}
/* --- patterns size & locations */
.full-pattern { /* size */
    width: 100%;
    height: 100%;
}
.hero-pattern { /* hero */
    width: 225px;
    height: 108px;
    position: absolute;
    bottom: -50px;
    right: 10%;
    z-index: 1;
}
.home-history-pattern { /* home history */
    width: 80px;
    height: 100%;
    position: absolute;;
    left:-8.33333333%;
    z-index: 1;
}
.home-showroom-pattern { /* home showroom */
    width: 120px;
    height: 120px;
    position: absolute;;
    right:0;
    top: -60px;
    z-index: 1;
}
.vidro-intro-pattern { /* vidro intro */
    width: 256px;
    height: 256px;
    position: absolute;;
    right:10px;
    top: 10px;
    z-index: 1;
}
.aluminio-intro-pattern { /* aluminio intro */
    width: 256px;
    height: 56px;
    position: absolute;;
    left: 20px;
    top: -66px;
    z-index: 1;
}
.aluminio-mestres-pattern { /* aluminio mestres*/
    width: 226px;
    height: 130px;
}
.sobre-nos-services-pattern { /* sobre nos services */
    width: 70%;
    height: 220px;
    position: absolute;
    display: block;
    left: 15px;
    top: 100px;
}
.info-pattern { /* sobre nos info */
	width: 80px;
	height: 126px;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.galeria-pattern { /* galeria */
	width: 68%;
	max-width: 240px;
	height: 250px;
	position: absolute;
	left: 0;
	right: 0;
	top: -45px;
	margin:auto;
}

.contactos-pattern { /* contactos */
    width: 144px;
    height: 144px;
    position: absolute;
    right: -60px;
    top: 12px;
    z-index: 1;
}


/* -- rectangles graphics */
.home-history-rectangle {
	width: 100px;
	height: 20px;
	background-color: #1d1e21;
	position: absolute;
	bottom: -20px;
	right: 0;
	
}
.sobre-nos-services-rectangle {
    width: 85%;
    height: 30px;
    background-color: #1d1e21;
    position: absolute;
    right: 0;
    top: 200px;
}
.aluminio-intro-rectangle {
    width: 100%;
    max-width: 240px;
    height: 30px;
    background-color: #b6b9c3;
    display: inline-block;
}
.aluminio-mestres-square {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #1d1e21;
    position: absolute;
    top: -25px;
    right: 16%;
}
.aluminio-mestres-rectangle {
    width: 15px;
    height: 224px;
    display: inline-block;
    background-color: #cc0000;
    position: absolute;
    bottom: -112px;
    left: 0;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 2 - COMPONENTS */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* cookie bar */
.cookie-status {
	display: none;
}
.cookie-status-false{
	display: block;
}
.cookie-bar {
    background-color: #1d1e21;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 60%;
    min-width: 480px;
    padding: 20px 30px;
    margin: auto;
}
.cookie-desc {
	font-family: 'Light';
	font-size: 0.85rem;
	color: #fff;
	padding-right: 3rem;
	margin: 0;
}
.cookie-button {
    min-width: 160px;
    padding: 10px 30px;
    background-color: #b6b9c3;
}
.cookie-button:hover, .cookie-button:active  {
   background-color: #cc0000;
	color: #fff;
}
/* hero */
.hero-scrolldown {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 15%;
}
/* pitch */
.pitch-block {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 40px 10% 0 60px;
}
.pitch-block::before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    background-color: #cc0000;
    top: 0;
    left: 0;
}
.pitch-text {
	font-family: 'Black';
	font-size: 3rem;
	line-height: 1.2;
	color: #1d1e21;
}
.pitch-link:link, .pitch-link:visited { 
	font-family: 'Black';
	font-size: 3rem;
	line-height: 1.2;
	color: #1d1e21;
	border-bottom: 4px solid #cc0000;
}
.pitch-link:hover, .pitch-link:active { 
	border-bottom: 4px solid transparent;
}
.pitch-arrow {
    font-size: 6vw;
    line-height: 0;
    position: absolute;
    color: #e8e8e9;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    right: -3vw;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 3 - NAVIGATION */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* header */
#header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1;
	z-index: 999;
}
.col-header {
	display: flex;
    padding: 0 15px;
	align-items: center;
}
/* -- desktop default */
.header-container-logo {
    max-width: 170px;
    width: 100%;
    display: inline-block;
    margin-right: 60px;
	float: left;
}
/* menu */
.menu-container{
    display: inline-block;
	float: right;
	margin-left: auto;
}
.menu {
    margin: 0;
    padding: 0;
	font-size: 0;
}
.menu li {
	display: inline-block;
}
.menu li a, .menu li a:link, .menu li a:visited {
	font-family: 'SemiBold';
	font-size: 0.6rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	padding: 0 20px;
	position: relative;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	color: #1d1e21;
} 
.menu li a::before, .menu li a:link::before, .menu li a:visited::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	background-color: #7d7f84;
	left: 0;
	top: 0px;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}
.menu li a:hover::before, .menu li a:active::before {
	height: 6px;
}
.page-vidro .menu li:nth-child(1) a::before, 
.page-vidro .menu li:nth-child(1) a:link::before, .page-vidro .menu li:nth-child(1) a:visited::before,
.page-vidro .menu li:nth-child(1) a:hover::before, .page-vidro .menu li:nth-child(1) a:active::before,
.page-aluminio .menu li:nth-child(2) a::before, 
.page-aluminio .menu li:nth-child(2) a:link::before, .page-aluminio .menu li:nth-child(2) a:visited::before,
.page-aluminio .menu li:nth-child(2) a:hover::before, .page-aluminio .menu li:nth-child(2) a:active::before,
.page-galeria .menu li:nth-child(3) a::before, 
.page-galeria .menu li:nth-child(3) a:link::before, .page-galeria .menu li:nth-child(3) a:visited::before,
.page-galeria .menu li:nth-child(3) a:hover::before, .page-galeria .menu li:nth-child(3) a:active::before,
.page-sobre-nos .menu li:nth-child(4) a::before, 
.page-sobre-nos .menu li:nth-child(4) a:link::before, .page-sobre-nos .menu li:nth-child(4) a:visited::before,
.page-sobre-nos .menu li:nth-child(4) a:hover::before, .page-sobre-nos .menu li:nth-child(4) a:active::before,
.page-contactos .menu li:nth-child(5) a::before, 
.page-contactos .menu li:nth-child(5) a:link::before, .page-contactos .menu li:nth-child(5) a:visited::before,
.page-contactos .menu li:nth-child(5) a:hover::before, .page-contactos .menu li:nth-child(5) a:active::before {
	height: 6px;
	background-color: #cc0000;
} 
/* -- desktop x-header */
.x-header #header { /* special header + hero */
	margin-bottom: -80px;
}
.x-header .menu li a, .x-header .menu li a:link, .x-header .menu li a:visited {
	color: #fff;
} 
.x-header .menu li a::before, .x-header .menu li a:link::before, .x-header .menu li a:visited::before {
	background-color: #fff;
}
/* -- mobile */
/* button open menu */
.mobile-trigger {
    display: none;
    float: right;
	margin-left: auto;
}
.trigger-nav {
    width: 40px;
    height: 13px;
    padding: 20px 0;
    display: block;
    position: relative;
    margin: auto;
}
.trigger-nav .menu-icon-line, .trigger-nav .menu-icon-subline {
    width: 100%;
    height: 2px;
    display: block;
    background: #000;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
    transition:all .2s ease;
}
.trigger-nav .menu-icon-subline {
	width: 0;
	background: #cc0000;
}
.trigger-nav .menu-il-top {
    position: absolute;
    top: 12px;
    left: 0;
    bottom: auto;
    margin: auto;
}
.trigger-nav .menu-il-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 1;
}
.trigger-nav .menu-il-bottom {
    position: absolute;
    bottom: 12px;
    left: 0;
    top: auto;
    margin: auto;
}
.trigger-nav .menu-isl-top {
    position: absolute;
    top: 12px;
    right: 0;
    bottom: auto;
    margin: auto;
}
.trigger-nav .menu-isl-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.trigger-nav .menu-isl-bottom {
    position: absolute;
    bottom: 12px;
    right: 0;
    top: auto;
    margin: auto;
}
.trigger-nav:hover .menu-il-top, .trigger-nav:active .menu-il-top,
.trigger-nav:hover .menu-il-middle, .trigger-nav:active .menu-il-middle,
.trigger-nav:hover .menu-il-bottom, .trigger-nav:active .menu-il-bottom {
    width: 70%;
}
.trigger-nav:hover .menu-isl-top, .trigger-nav:active .menu-isl-top,
.trigger-nav:hover .menu-isl-middle, .trigger-nav:active .menu-isl-middle,
.trigger-nav:hover .menu-isl-bottom, .trigger-nav:active .menu-isl-bottom {
    width: 20%;
}
/* -- mobile x-header */
.x-header .trigger-nav .menu-icon-line, .x-header .trigger-nav .menu-icon-subline {
    background: #fff;
}
.x-header .trigger-nav .menu-icon-subline {
	background: #cc0000;
}
/* mobile menu */
.mobile-menu {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #000;
    position: fixed;
    overflow: hidden;
    z-index: 99999999;
    top: 0;
    right: 0;
    transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
.mobile-menu.menu-open {
    transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
    right: 0;
}
.mobile-menu-block {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    overflow-y: scroll;
}
.mobile-menu-container {
    width: 100%;
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    padding: 100px 8.33333333%;    
    height: 100%;
}
/* -- top */
.mobile-menu-top {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	padding: 20px 0;
	text-align: right;
	position: relative;
	display: inline-block;
}
.home-mobile-menu:link, .home-mobile-menu:visited {
	width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 0;
	display: inline-block;
    color: #fff;
	z-index: 9999;
	position: absolute !important;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.home-mobile-menu:hover, .home-mobile-menu:active {
    color: #cc0000;
}
.close-mobile-menu{
    width: 60px;
    height: 60px;
	display: inline-block;
	z-index: 9999;
    background-color: transparent;
}
.close-mobile-menu::before, .close-mobile-menu::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
}
.close-mobile-menu::before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-mobile-menu::after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-mobile-menu:hover::before, .close-mobile-menu:hover::after,
.close-mobile-menu:active::before, .close-mobile-menu:active::after{
    background-color: #cc0000;
}
/* -- nav */
.mobile-menu-nav {
    margin: 0;
    padding: 0;
}
.mobile-menu-nav li {
    width: 100%;
    display: inline-block;
	border-top: 2px solid #fff;
	
}
.mobile-menu-nav li:first-child {
    border-top: none;
}
.mobile-menu-nav li a:link, .mobile-menu-nav li a:visited {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
	width: 100%;
    position: relative;
    display: inline-block;
}
.mobile-menu-nav li a:hover, .mobile-menu-nav li a:active {
    color: #cc0000;
}
.mobile-menu-nav li a:link .mobile-menu-icon, .mobile-menu-nav li a:visited .mobile-menu-icon {
    font-size: 64px;
    color: #cc0000;
    position: absolute;
    right: 60px;
	top: 0;
    bottom: 0;
	margin: auto;
	opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.mobile-menu-nav li a:hover, .mobile-menu-nav li a:active {}
.mobile-menu-nav li a:hover .mobile-menu-icon, .mobile-menu-nav li a:active .mobile-menu-icon {
	opacity: 1;
    right: 0px;
}
/* -- bottom */
.mobile-menu-bottom {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	padding: 40px 0;
	position: relative;
	display: inline-block;
	color: #666;
}
.mobile-social-list {
	margin-bottom: 0;
}
.mobile-social-list li {
    display: inline-block;
    margin: 0 4px;
	vertical-align: middle;
}
.mobile-social-icons:link, .mobile-social-icons:visited {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #fff;
	line-height: 0;
}
.mobile-social-icons:hover, .mobile-social-icons:active {
    color: #cc0000;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 4 - FOOTER */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.footer-top, .footer-middle {
	padding-bottom: 3rem;
}
.footer-title {
	font-family: 'Medium';
	font-size: 1.5rem;
	line-height: 2.25rem;
	color: #b6b9c3;
}
.f-biglink:link, .f-biglink:visited {
	padding: 0 2px;
	color: #b6b9c3;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}
.f-biglink:link::after, .f-biglink:visited::after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #b6b9c3;
	position: absolute;
	bottom: -2px;
	left: 0;
	margin: auto;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}
.f-biglink:hover, .f-biglink:active {
	color:#fff;
}
.f-biglink:hover::after, .f-biglink:active::after {
	height: 0;
}
.footer-desc {
	font-family: 'Medium';
	font-size: 0.8rem;
	line-height: 1.3rem;
	letter-spacing: 0.05rem;
	color: #b6b9c3;
}
.fl-desc:hover, .fl-desc:active {
	color: #fff;
}
.footer-legal  {
	font-family: 'Medium';
	font-size: 0.6rem;
	line-height: 1.3rem;
	letter-spacing: 0.05rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #b6b9c3;
	padding-bottom: 0.75rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #b6b9c3;
}
.fl-legal:link, .fl-legal:visited {
	margin-right: 30px;
	display: inline-block;
}
.fl-legal:hover, .fl-legal:active {
	color: #fff;
}
.footer-copy, .footer-author {
	font-family: 'Medium';
	font-size: 0.65rem;
	line-height: 1.3rem;
	letter-spacing: 0.05rem;
	text-decoration: none;
	color: #b6b9c3;
}
.footer-author {
	text-align: right;
}
.fl-author:hover, .fl-author:active {
	color: #fff;
}
/* -- footer manutencao */
.jmf-manutencao footer {
	margin-top: 0;
}

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 5 - HOMEPAGE */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* hero */
.home-hero {
	display: flex;
	align-items: center;
}
.home-hero-image {
	width:100%; 
	height:100%; 
	position:absolute;
}

.h-biglink:link, .h-biglink:visited {
	padding: 0 2px;
	color: #1d1e21;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}
.h-biglink:link::after, .h-biglink:visited::after {
	content: '';
	width: 100%;
	height: 6px;
	background-color: #7d7f84;
	position: absolute;
	bottom: -2px;
	left: 0;
	margin: auto;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}
.h-biglink:hover::after, .h-biglink:active::after {
	background-color: #cc0000;
}
/* home-intro*/
.intro-text-block {
	padding: 6rem 10rem;
	background-color: #1d1e21;
	z-index: 2;
	position: relative;
}
.intro-text-block::before {
	content: '';
	width: 30px;
	height: 100%;
	display: inline-block;
	background-color: #cc0000;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.intro-text-block p {
	font-family: 'Light';
	font-size: 1rem;
	color: #b6b9c3;
	padding-right: 20%;
}
.intro-slider-controls {
	position: absolute;
	right: 12.333334%;
	z-index: 1;
}
.intro-slider-controls ul {
    display: inline-block;
    font-size: 0;
}
.intro-slider-controls ul li {
    display: inline-block;
    margin: 0 1px;
}
.slider-control, .slider-control:link, .slider-control:visited {
    width: 50px;
    height: 50px;
    line-height: 0;
    display: block;
    position: relative;
    color: #fff;
    background-color: #4f5054;
}
.slider-control:hover, .slider-control:active {
    background-color: #7d7f84;
}
.slider-control span {
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 0;
    display: block;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* home-history */
.pre-history-data {
	font-family: 'Bold';
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #b6b9c3;
	line-height: 1;
}
.history-data {
	font-family: 'Black';
	font-size: 12rem;
	line-height: 1;
}
/* services */
.service-block:link, .service-block:visited {
    width: 100%;
	overflow: hidden;
    height: 0;
    padding-top: 75%;
	position: relative;
}
.service-block-left {
	margin-right: 15px;
}
.service-block-right {
	margin-left: 15px;
	margin-top: 6rem;
}
.service-block-title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
	align-items: center;
	justify-content: center;
}
.service-title {
	font-family: 'Bold';
	font-size: 2.6rem;
	letter-spacing: 0.125rem;
	color: #fff;
    position: relative;
}
.service-title::after {
    content: 'Descobre';
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    left: -180px;
    top: 20px;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.service-block:hover .service-title {
	color: #cc0000;
}
.service-block:hover .service-title::after {
    left: -80px;
    opacity: 1;
}
.service-block-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.service-block:hover .service-block-image, .service-block:active .service-block-image {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.service-line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 45%, 75% 45%, 75% 55%, 25% 55%, 25% 100%, 100% 100%, 100% 0%);
}
.diagonal-line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: .5;
   }
.diagonal-line  line {
         stroke: #e2e2e2;
         stroke-width: 1;
      }

.service-block-image::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.75) 100%);
    background: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.75) 100%);
}
.service-block-image::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0, .25);
}

/* home gallery */
.home-gallery-block {
	margin-top: 8rem;
	margin-bottom: 8rem;
	padding: 3rem;
	position: relative;
}
.home-gallery-block::before {
	content: '';
	width: 30px;
	height: 30px;
	display: inline-block;
	background-color: #cc0000;
	top: 0;
	left: 0;
	position: absolute;
}
.home-gallery-block a:link, .home-gallery-block a:visited {
	position: relative;
}
.home-gallery-block a:link span, .home-gallery-block a:visited span {
	width: 78px;
	height: 78px;
	font-size: 78px;
	line-height: 0;
	top: 0;
	bottom: 0;
	right: -100px;
	margin: auto;
	position: absolute;
	border-bottom: none;
	text-decoration: none;
	display: inline-block;
}
.gallery-link:link, .gallery-link:visited { /* big gallery link with arrow */
    display: inline-block;
}
.gallery-link:link .p-big-bold-link, .gallery-link:visited .p-big-bold-link { /* big gallery link with arrow */
	font-family: 'Bold';
	font-size: 2.6rem;
	line-height: 1.5;
	color: #1d1e21;
	border-bottom: 3px solid;
    display: inline;
}
.gallery-link:hover .p-big-bold-link, .gallery-link:active .p-big-bold-link { /* big gallery link with arrow */
	border-bottom: 3px solid transparent;
}
.home-gallery-drawing {
    max-width: 800px;
    width: 100%;
    padding-top: 80%;
    position: absolute;
    display: inline-block;
    top: -200px;
    left: -100px;
    opacity: .05;
    z-index: -10;
    transform: rotate(-20deg);
    background-size: contain;
    background-repeat: no-repeat;
}
/* home about us */
.home-about-us-text {
    padding: 80px 60px;
    background-color: #fff;
    margin-left: -180px;
}
/* home showroom */
.home-showroom-section {
    position: relative;
    border-left: 10px solid #CC0000;
}
.home-showroom-text {
    padding: 4rem 0;
}
.home-showroom-red-graphic {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-color: #cc0000;
    position: absolute;
    left: 24%;
    bottom: 10%;
}
.home-showroom-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.home-showroom-mask::before, .home-showroom-mask::after {
    content: '';
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    z-index: 2;
}
.home-showroom-mask::before {
    top: 0;
    left: 0;
}
.home-showroom-mask::after {
    bottom: 0;
    left: 0;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 6 - VIDRO */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* hero */
.vidro-hero-desc {
    margin-left: -16.666666%;
    text-align: right;
}
/* intro */
.vidro-text-block {
	padding: 6rem 10rem;
    background-color: #1d1e21;
    z-index: 2;
    position: relative;
}
.vidro-text-block::after {
    content: '';
    width:100%;
    width: calc(100% - 10rem);
    height: 16px;
    background-color: #cc0000;
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 10rem;
}
.vidro-text-block p {
	font-family: 'Light';
	font-size: 1rem;
	color: #b6b9c3;
	padding-right: 20%;
}
.video-number {
    margin-top: -10rem;
}
/* solutions */
.solutions-slider-direction {
    direction: rtl;
}
.solutions-list {
    width: 100%;
    position: relative;
}
.solutions-element {
    position: relative;
    padding: 0 20px;
	overflow: hidden;
}
.solutions-bottom-overlay {
	position: relative;
}
.solutions-bottom-overlay::before {
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 20%, rgba(0,0,0,.5) 60%, rgba(0,0,0,0.99) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 20%, rgba(0,0,0,.5) 60%, rgba(0,0,0,0.99) 100%);
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 20%, rgba(0,0,0,.5) 60%, rgba(0,0,0,0.99) 100%);
}

#solutions-slider .slick-arrow {
    width: 48px;
    height: 48px;
    display: flex;
    top: -68px;
    z-index: 9;
    position: absolute !important;
    font-size: 0;
    background-color: #4f5054;
}
#solutions .slick-prev {
    right: 70px;
}
#solutions .slick-next {
    right: 20px;
}

#solutions .slick-prev::before, #solutions .slick-next::before {
    width: 48px;
}

#solutions .slick-prev::before {
    content: url("graphics/chrevon-bold-l_white.svg");
}

#solutions .slick-next::before {
    content: url("graphics/chrevon-bold-r_white.svg");
}

#solutions .slick-arrow:hover, #solutions .slick-arrow:hover {
    background-color: #cc0000;
}

.solutions-name {
	font-family: 'Regular';
	font-size: 1.25rem;
    line-height: 1;
	color: #fff;
	direction: ltr;
	position: absolute;
	padding: 40px;
	top: 80%;
	width: 100%;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
.solutions-element:hover .solutions-name {
	top: 0;
}
.solutions-plus {
    right: 40px;
    position: absolute;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}

.solutions-element:hover .solutions-plus {
    transform: rotate(45deg);
    opacity: 0;
}

.solutions-desc {
	font-family: 'Regular';
	font-size: 1rem;
	color: #fff;
	direction: ltr;
	position: absolute;
	padding: 40px;
	margin-bottom: 0;
	bottom: -120%;
	width: 100%;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    -ms-transition:all .4s ease;
    transition:all .4s ease;
}
.solutions-element:hover .solutions-desc {
	bottom: 0;
}
.solutions-icon {
    font-size: 90px;
    opacity: .1;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    -ms-transition:all .4s ease;
    transition:all .4s ease;
}
.solutions-icon:hover, .solutions-icon:active  {
    opacity: 1;
}

/* quote */
.vidro-quote-b {
    margin-bottom: 16%;
}
.quote-back {
	width: 100%; 
	height: 80vh; 
	min-height: 768px;
	position: relative;
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center; 
}
.quote-pos-abs {
	position: absolute;
	bottom: -10%;
}
.quote-front {
	bottom: 20%;
	padding: 100px 60px 100px 80px;
	border-left: 8px solid #cc0000;
	background-color: #1d1e21;
}
.quote-front blockquote {
    color: #fff;
    font-size: 1.5rem;
}
.quote-front .quote-author {
    color: #b6b9c3;
}
.quote-pattern {
    width: 244px;
    height: 100px;
    position: absolute;
    bottom: -110px;
    right: -5px;
}
/**/
.services-list {
    width: 100%;
    position: relative;
}

.services-element {
    position: relative;
    padding: 0 20px;
}

.services-bottom-overlay {
	position: relative;
}
.services-bottom-overlay::before {
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,.99) 0%, rgba(0,0,0,.8) 20%, rgba(0,0,0,.5) 60%, rgba(0,0,0,.3) 100%);
    background: -o-linear-gradient(rgba(0,0,0,.99) 0%, rgba(0,0,0,.8) 20%, rgba(0,0,0,.5) 60%, rgba(0,0,0,0.3) 100%);
    background: linear-gradient(rgba(0,0,0,.99) 0%, rgba(0,0,0,.8) 20%, rgba(0,0,0,.5) 60%, rgba(0,0,0,0.3) 100%);
}

#services-slider .slick-arrow {
    width: 48px;
    height: 48px;
    display: flex;
    bottom: -68px;
    z-index: 9;
    position: absolute !important;
    font-size: 0;
    background-color: #4f5054;
}

#services-slider .slick-prev {
    left: 20px;
}
#services-slider .slick-next {
    left: 70px;
}

#services-slider .slick-prev::before, #services-slider .slick-next::before {
    width: 48px;
}

#services-slider .slick-prev::before {
    content: url("graphics/chrevon-bold-l_white.svg");
}

#services-slider .slick-next::before {
    content: url("graphics/chrevon-bold-r_white.svg");
}

#services-slider .slick-arrow:hover, #services-slider .slick-arrow:hover {
    background-color: #cc0000;
}

.services-name {
	font-family: 'Bold';
	font-size: 1.75rem;
    line-height: 1;
	color: #fff;
	position: absolute;
	padding: 40px;
	top: 0;
	width: 100%;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}

.services-desc {
	font-family: 'Regular';
	font-size: 0.9375rem;
	color: #fff;
	position: absolute;
	padding: 40px;
	top: 100px;
	width: 100%;
    opacity: 0;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    -ms-transition:all .4s ease;
    transition:all .4s ease;
}
.services-element:hover .services-desc {
	opacity: 1;
}
.services-icon {
    font-size: 90px;
    opacity: .1;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    -ms-transition:all .4s ease;
    transition:all .4s ease;
}
.services-icon:hover, .services-icon:active  {
    opacity: 1;
}

/* services team & methodology */
.team-vidro {
    margin-bottom: 200px;
}
.specialists-graphic {
    width: 100%;
    height: 32px;
    display: inline-block;
    background-color: #1d1e21;
    margin-bottom: -32px;
}
.services-methodology {
    padding: 80px 60px;
    background-color: #fff;
    margin-left: -180px;
}
.services-expertise {
    z-index: 2;
    padding: 80px 60px;
    margin-bottom: -25%;
    background-color: #fff;
    position: relative;
}

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 7 - ALUMÍNIO */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/**/
.aluminio-hero-desc {
    z-index: 2;
}
.aluminio-hero-image-pull {
	margin-left: -16.666666%;
}
/* intro */
.aluminio-quote-block {
	padding: 6rem 10rem;
    background-color: #1d1e21;
    z-index: 2;
    position: relative;
}
.aluminio-quote-block::before {
    content: '';
    width:15px;
    height: 100%;
    background-color: #cc0000;
    position: absolute;
    left: 0;
    top: 0;
}
.aluminio-quote-block blockquote {
    color: #fff;
}
.aluminio-quote-block .quote-author {
    color: #b6b9c3;
}

.aluminio-solutions-list {
    width: 100%;
    position: relative;
}

.aluminio-solutions-element {
    position: relative;
    padding: 0 20px;
}

.aluminio-solutions-bottom-overlay {
	position: relative;
}
.aluminio-solutions-bottom-overlay::before {
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,.99) 0%, rgba(0,0,0,.8) 20%, rgba(0,0,0,.5) 60%, rgba(0,0,0,.3) 100%);
    background: -o-linear-gradient(rgba(0,0,0,.99) 0%, rgba(0,0,0,.8) 20%, rgba(0,0,0,.5) 60%, rgba(0,0,0,0.3) 100%);
    background: linear-gradient(rgba(0,0,0,.99) 0%, rgba(0,0,0,.8) 20%, rgba(0,0,0,.5) 60%, rgba(0,0,0,0.3) 100%);
}

#aluminio-solutions-slider .slick-arrow {
    width: 48px;
    height: 48px;
    display: flex;
    bottom: -68px;
    z-index: 9;
    position: absolute !important;
    font-size: 0;
    background-color: #4f5054;
}

#aluminio-solutions-slider .slick-prev {
    left: 20px;
}
#aluminio-solutions-slider .slick-next {
    left: 70px;
}

#aluminio-solutions-slider .slick-prev::before, #aluminio-solutions-slider .slick-next::before {
    width: 48px;
}

#aluminio-solutions-slider .slick-prev::before {
    content: url("graphics/chrevon-bold-l_white.svg");
}

#aluminio-solutions-slider .slick-next::before {
    content: url("graphics/chrevon-bold-r_white.svg");
}

#aluminio-solutions-slider .slick-arrow:hover, #aluminio-solutions-slider .slick-arrow:active {
    background-color: #cc0000;
}

.aluminio-solutions-name {
	font-family: 'Bold';
	font-size: 1.75rem;
    line-height: 1;
	color: #fff;
	position: absolute;
	padding: 40px;
	top: 0;
	width: 100%;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}

.aluminio-solutions-desc {
	font-family: 'Regular';
	font-size: 0.9375rem;
	color: #fff;
	position: absolute;
	padding: 40px;
	top: 100px;
	width: 100%;
    opacity: 0;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    -ms-transition:all .4s ease;
    transition:all .4s ease;
}
.aluminio-solutions-element:hover .aluminio-solutions-desc {
	opacity: 1;
}
.aluminio-solutions-icon {
    font-size: 90px;
    opacity: .1;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    -ms-transition:all .4s ease;
    transition:all .4s ease;
}
.aluminio-solutions-icon:hover, .aluminio-solutions-icon:active  {
    opacity: 1;
}

.solutions-center-arrow {
    text-align: center;
    align-self: center;
}

.aluminio-mestres {
    margin-bottom: 200px;
}
.aluminio-expertise {
    z-index: 2;
    padding: 80px 60px;
    background-color: #fff;
    position: relative;
    margin-left: -8.33333333%;
    margin-top: -1px;
}
.image-expertise-pull {
	margin-left: -16.666666%;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 8 - GALERIA */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.galeria-hero-block {
    padding: 10% 0; 
    position: relative; 
    overflow-x: hidden;
}
.galeria-hero-big-number {
    font-family: 'Black';
	font-size: 28vw;
	color: #f8f8f9;
	line-height: 1;
	position: absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -8%;
	white-space: nowrap;
}

.galeria-intro-left {
    background-color: #1d1e21; 
    padding-top:80px; 
    padding-bottom: 80px;
}
.p-galeria-intro {
    color: #fff; 
    font-size: 0.875rem;
    font-family:'Regular';
}
.galeria-intro-right {
    background-color: #cc0000; 
    height: 100%; 
    margin-top: 40px;
}

.filtragem-list {}
.filtragem-list > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 60px;
}
.filtragem-list > li:nth-child(2) {
	margin-right: 100px;
}
.filtragem-title {
	font-family: 'Bold';
	font-size: 2.5rem;
	line-height: 1;
	color: #cc0000;
}
.filtragem-subtitle {
	font-family: 'Bold';
	font-size: 0.6875rem;
	line-height: 1;
	text-transform: uppercase;
	color: #b6b9c3;
}
.tipologia-list, .material-list {}
.tipologia-list li, .material-list li {
	font-size: 0.875rem;
	margin-bottom: 6px;
}
.button-galeria {
	font-family: 'Bold';
	min-width: 140px;
	text-align: left;
	padding: 0;
	margin: 0;
	position: relative;
}
.button-galeria::after {
	content: '-';
	position: absolute;
	right: 0;
}
.button-galeria.not-active {
	color: #b6b9c3;
}
.button-galeria.not-active::after {
	content: '+';
}
.button-galeria:hover, .button-galeria:active {
	color: #cc0000;
} 

.galeria-feed li {
	margin-bottom: 30px;
}
.galeria-image:link, .galeria-image:visited {
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.galeria-image:link > div, .galeria-image:visited > div {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.galeria-image:hover > div, .galeria-image:active > div {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); 
}
.galeria-bottom-overlay {
	position: relative;
}
.galeria-bottom-overlay::before {
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
}
.galeria-image-number {
	font-family: 'Bold';
	font-size: 0.6875rem;
	color: #fff;
	left: 14px;
	bottom: 14px;
	position: absolute;
	margin-bottom: 0;
}
.galeria-categorias {
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
}
.galeria-categorias li {
	display: inline-block;
	font-size: .75rem;
	margin-bottom: 0;
}
.galeria-categorias li::before {
	content: '/';
	display: inline-block;
	margin: 0 3px;
}
.galeria-categorias li:first-child::before {
	display: none;
}
.galeria-data {
	font-size: .75rem;
	margin-bottom: 0;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 9 - SOBRE NÓS */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.sobre-nos-hero {
	display: flex;
	align-items: center;
}
.sobre-nos-hero-image {
	width:100%; 
	height:100%; 
	position:absolute;
}
.sobre-nos-intro-block {
    padding-top: 12rem;
    padding-bottom: 8rem;
}
.selo {
    max-width: 400px;
    width: 80%;
    margin: -10rem auto 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.sobre-nos-intro-text {
    margin-right: 16.66666667%;
}
.sobre-nos-intro-text h2 {
    font-size: 1.625rem;
    line-height: 1.5;
}
.sobre-nos-intro-block .p-number {
    position: absolute;
    bottom: -5rem;
    right: 0;
    z-index: -1;
}
.sobre-nos-services-title {
    font-size: 2.625rem;
    font-family: 'Black';
}
.sobre-nos-services-img {
    margin-bottom: 2rem;
}
.sobre-nos-services-desc {
    padding-right: 20%;
    margin-bottom: 3rem;   
}

.sobre-nos-slider-top-red {
    width: 100%;
    height: 16px;
    display: inline-block;
    background-color: #cc0000;
}
/* slider */
.slick-slide:focus {
    outline: none;
}
.sobre-nos-slider-block {
    width: 100%;
	position: relative;
}
.sobre-nos-slider-backimage {
    width: 100%;
    padding-top: 40%;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: -6px;
}
.sobre-nos-slider-frontitem {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#sn-slider .slick-dots {
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    bottom: -12%;
    position: absolute;
}
#sn-slider .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}
#sn-slider .slick-dots li button {
    text-indent: -999999rem;
    width: 100px;
    height: 2px;
    padding: 0;
    background-color: #fff;
    display: inline-block;
    opacity: .5;
}
#sn-slider .slick-dots li button:hover, #sn-slider .slick-dots li button:active {
    opacity: 1;
    background-color: #cc0000;
}
#sn-slider .slick-dots li.slick-active button {
    opacity: 1;
}
#sn-slider .slick-dots li.slick-active button:hover, #sn-slider .slick-dots li.slick-active button:active {
    opacity: 1;
    background-color: #fff;
}

#sn-slider .slick-arrow {
    width: 16%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 9;
    position: absolute !important;
    font-size: 0;
}
#sn-slider .slick-prev {
    left: 0;
}
#sn-slider .slick-next {
    right: 0;
}

#sn-slider .slick-prev::before, #sn-slider .slick-next::before {
    width: 100px;
    opacity:.4;
}

#sn-slider .slick-prev::before {
    content: url("graphics/arrow_left_white.svg");
}

#sn-slider .slick-next::before {
    content: url("graphics/arrow_right_white.svg");
}

#sn-slider .slick-arrow.slick-prev:hover::before, #sn-slider .slick-arrow.slick-next:hover::before {
    opacity: 1;
}

/* mercados */
.mercados-block {
    position: relative;
    margin-bottom: 4%;
}
.mercados-portugal {
    margin-bottom: 15px;
}
.mercados-mundo {
    margin-left: 20%;
}
.mercados-pre-title {
    font-family: 'Bold';
    font-size: 0.875rem;
    line-height: 1;
    text-transform: uppercase;
    color: #b6b9c3;
    margin-bottom: 5px;
}
.mercados-title {
    font-family: 'Black';
    font-size: 7vw;
    line-height: 1;
	color:#1d1e21;
    margin-bottom: 0;
}
.mercados-desc {
    margin: 0;
}
.mercados-list {
    margin-top: 40px;
    margin-bottom: 0;
}
.mercados-list li {
    display: inline-block;
}
.mercados-list li::before {
    content: '/';
    font-family:'Bold';
    color: #cc0000;
    display: inline-block;
    margin: 0 3px;
}
.mercados-list li:first-child::before {
    display: none;
}
.mapa-mundo {
    width: 100%;
    height: 120%;
    top: 0;
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/mapa.png);
}

/* quote */
.sobrenos-quote-text {
    width: 100%;
    background-color: #cc0000;
    padding: 10% 10% 10% 20%;
    position: relative;
    display: inline-block;
}
.sobrenos-quote-text::before {
    content: '';
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    top: -80px;
    right: -80px;
    background-color: #1d1e21;
}

.sobrenos-quote-text blockquote {
    color: #fff;
    margin-bottom: 0;
}

/* info */
.info-grey-block {
	width: 100%;
	height: 30px;
	display: inline-block;
	background-color: #b6b9c3;
}
.info-stamp {
	width: 160px;
	height: 160px;
	display: inline-block;
	position: absolute;
	background-image: url("graphics/info-stamp.svg");
	opacity: .5;
	top: -60px;
	left: -30px;
	z-index: -1;
}
.info-desc {
	padding-right: 8%;
	margin-bottom: 40px;
}

/* key figures */
.key-figures-title {
    font-family: 'Bold';
    font-size: 1.375rem;
    line-height: 1;
    text-transform: uppercase;
    color: #cc0000;
}
.key-figures-list {
    width: 100%;
    position: relative;
}
.key-figures-list::before {
    content: '';
    position: absolute;
    width: 84%;
    height: 120%;
    background-color: #1d1e21;
    z-index: -1;
    right: 0;
    top: -10%;
}
.key-figures-element {
    position: relative;
    padding: 0 40px;
}
.key-data {
    bottom: 0;
    position: absolute;
    padding: 40px;
}
.key-name {
    font-family: 'Medium';
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
}
.key-position {
    font-family: 'Bold';
    font-size: 0.6875rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    color: #cc0000;
}



#key-slider .slick-arrow {
    width: 48px;
    height: 48px;
    display: flex;
    bottom: -68px;
    z-index: 9;
    position: absolute !important;
    font-size: 0;
    background-color: #cc0000;
}
#key-slider .slick-prev {
    right: 250px;
}
#key-slider .slick-next {
    right: 200px;
}

#key-slider .slick-prev::before, #key-slider .slick-next::before {
    width: 48px;
}

#key-slider .slick-prev::before {
    content: url("graphics/chrevon-bold-l_white.svg");
}

#key-slider .slick-next::before {
    content: url("graphics/chrevon-bold-r_white.svg");
}

#key-slider .slick-arrow:hover, #key-slider .slick-arrow:hover {
    background-color: #4f5054;
}

/* equipa */
.equipa-block {
	height: 100%;
	position: relative;
	margin-bottom: 128px;
}
.equipa-block::before {
	content: '';
	width: 15px;
	height: 100%;
	display: inline-block;
	position: absolute;
	background-color: #cc0000;
}
/* dividor */
.divisor-img, .divisor-color {
	width: 100%;
	height: 112px;
	display: inline-block;
}
.divisor-img {}
.divisor-color {
	background-color: #cc0000;
}
/* pitch */
.sobre-nos-pitch-arrow {
	font-size: 4rem;
    line-height: 0;
    position: absolute;
    color: #1d1e21;
    z-index: -1;
}

/* historia */
.x-back {
	position: relative;
}
.x-back::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.x-back.back-fade::before {
	z-index: 888;
	background-color: rgba(0,0,0,.4);
}
.historia-modal {
    width: 75%;
    max-width: 1200px;
    height: 100%;
    display: inline-block;
    background-color: #000;
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
.historia-modal.historia-open {
    transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
    right: 0;
}
.historia-block {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
	color: #fff;
    overflow-y: scroll;
}
.historia-container {
    width: 100%;
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    padding: 100px 8.33333333%;    
    height: 100%;
}

.close-button {
    width: 60px;
    height: 60px;
	display: inline-block;
	z-index: 9999;
    background-color: #b6b9c3;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
.historia-open .close-button {
	opacity: 1;
	left: -30px;
}
.close-button::before, .close-button::after {
    content: "";
    width: 75%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
}
.close-button::before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
.close-button::after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
.close-button:hover, .close-button:active {
	background-color: #cc0000;
}

.historia-timeline li {
	display: inline-flex;
	margin-bottom: 40px;
}
.historia-ano {
	min-width: 80px;
	font-family: 'Medium';
	color: #cc0000;
}
.historia-desc-title {
	line-height: 1.1;
	margin-bottom: 10px;
}
.historia-desc-text {
	font-family: 'Light';
	font-size: 0.9375rem;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 10 - CONTACTOS */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.contacts-white-block {
    background-color: #fff; 
    margin-top: -145px; 
    width: 100%; 
    height: 100%; 
    padding-top: 80px;
}
.contacts-header {
    border-left: 15px solid #cc0000;
}
.p-contacts-header-a {
    font-family: 'Bold'; 
    font-size: 0.875rem; 
    text-transform: uppercase; 
    color: #b6b9c3; 
    line-height: 1;
}
.p-contacts-header-b {
    color: #b6b9c3; 
    font-size: 1.125rem; 
    font-family: 'Medium'; 
    margin-bottom: 0;
}
.contacts-arrow-link:link, .contacts-arrow-link:visited {
    font-size: 80px; 
    width: 80px; 
    height: 80px; 
    line-height: 0; 
    position: absolute; 
    right: 0; 
    bottom: 0;
}
.contacts-form-title {
    width: 100%;
    height: 100%;
    background-image: url("graphics/formulario-texto.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.list-assunto {
	padding-bottom: 80px;
}
.list-assunto li {
	display: inline-block;
	margin-left: 60px;
	line-height: 1;
	
}
.list-assunto li:first-child {
	margin-left: 0;
	
}

.input-radio-button:link, .input-radio-button:visited {
	display: inline-block;
}
.input-radio-button:hover, .input-radio-button:active {}

.input-radio-check {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	background-color: #b6b9c3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
}
.input-radio-check::before {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background-color: #888;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.input-radio-button:hover .input-radio-check::before,
.input-radio-button:active .input-radio-check::before  {
	opacity: 1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}
.input-radio-text {
	vertical-align: middle;
}

/* assunto active */
.input-radio-button.assunto-active {
	pointer-events: none;
}
.assunto-active .input-radio-check {
	background-color: #cc0000;
	pointer-events: none;
}
.assunto-active .input-radio-text {
	color: #cc0000;
}
/* form */
.form-group {
    margin-bottom: 40px;
}
label {
	font-family: 'Bold';
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #1d1e21;
}
input {
	width: 100%;
	display: block;
	background-color: #f8f8f9;
	border: none;
	padding: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
select {
	width: 100%;
	display: block;
	background-color: #f8f8f9;
	border: none;
	padding: 10px 20px;
    height: 64px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
textarea {
	width: 100%;
	display: block;
	background-color: #f8f8f9;
	border: none;
	padding: 20px;
	min-height: 200px;
	resize: vertical;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
input:hover, select:hover, textarea:hover, 
input:focus, select:focus, textarea:focus {
	outline: none;
    border:none;
	background-color: #efeff1;
}
.required {
	color: #cc0000;
	font-size: 1rem;
	line-height: 1;
}

/* rgpd */
.rgpd-block {
	margin-bottom: 80px;
}
.autoriza-block {
    width: 100%;
    padding: 0 10% 0 0;
	margin-top: 10px;
    display: inline-block;
}
.autoriza-block:hover {
    cursor: pointer;
}

.rgpd-checkbox-box {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 3px solid #cc0000;
    display: inline-block;
    position: absolute;
}
.rgpd-checkbox-box .message-checkmark:after {
    content: '';
    height: 25px;
    width: 10px;
    border-right: 3px solid #cc0000;
    border-top: 3px solid #cc0000;
    right: -5px;
    bottom: 0;
    left: auto;
    top: -18px;
    position: absolute;
    transform: scaleX(-1) rotate(135deg);
    margin: auto;
    opacity: 0;
}
.rgpd-checkbox-text {
    margin-left: 40px;
	line-height: 1.1;
}
.rgpd-title {
	font-family: 'SemiBold';
    font-size: 1rem;
    color: #282828;
    display: inline-block;
}
.rgpd-desc {
    font-size: 0.75rem;
}

.rgpd-aceite .rgpd-checkbox-box .message-checkmark:after {
    opacity: 1;
    border-right: 3px solid #269C2C;
    border-top: 3px solid #269C2C;
}

.rgpd-aceite .rgpd-checkbox-box {
    border: 3px solid #269C2C;
}

.rgpd-aceite .rgpd-title {
	font-family: 'SemiBold';
    color: #269C2C;
}

/* input errors */
.input-error { 
	background-color: #fee;	
}
.input-error:hover, .input-error:focus {
	outline: none;
    border:none;
	background-color: #fdd;
}
/* message errors */
.erro-validacao { 
	width: 0;
	display: none;
    font-family: 'Regular';
    font-size: 0.75rem;
    line-height: 1.2;
    padding: 6px 8px;
    color: #eeeff1;
    background-color: #4f5054;
    position: relative;
    margin-top: 6px;
	margin-bottom: 0;
}
.erro-validacao::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #4f5054 transparent;
    left: 10px;
    right: 0;
    top: -6px;
}
.error-show {
	width: auto;
    display: inline-block;
}
/* global messages */
.form-server-message { 
	display: inline-block;
	max-width: 400px;
	background-color: #fff;
	position: fixed;
	z-index: 99999;
	bottom: 10%;
	left: -600px;
	visibility: hidden;
	box-shadow: 10px 20px 30px 0 rgba(0,0,0, .2);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.form-server-loading { 
	display: inline-block;
	max-width: 200px;
	background-color: #fff;
	position: fixed;
	z-index: 99999;
	bottom: 10%;
	left: -600px;
	visibility: hidden;
	box-shadow: 10px 20px 30px 0 rgba(0,0,0, .2);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.fsm-show { 
	visibility: visible;
	left: 5%;
}
.message-status { 
	width: 15px;
	float: left;
    flex: none;
}
.message-desc {
	border: 1px solid #f8f8f8;
	border-left: none;
	padding: 30px;
}

.fsm-title {
    font-family: 'SemiBold';
	font-size: 1.5rem;
	line-height: 1;
	padding-right: 40px;
}

.fsm-desc {
    font-family: 'Regular';
	font-size: 0.875rem;
    line-height: 1.2;
	color: #444;
	margin-bottom: 30px;
}

.fsm-close {
    color: #b6b9c3;
	background-color: #1d1e21; 
    display: inline-block;
    padding: 10px 40px;
}

.fsm-close:hover, .fsm-close:visited {
    color: #fff;
	background-color: #cc0000;
}
#form-success .fsm-close:hover, .fsm-close:visited {
    color: #fff;
	background-color: #269C2C;
}

#form-error .message-status {
	background-color: #cc0000;
}
#form-success .message-status {
	background-color: #269C2C;
}
#form-loading .message-status {
	background-color: #000;
}
#form-loading .message-desc {
	border: none;
	border-left: none;
	padding: 0 30px 30px;
}
#form-loading .fsm-desc {
	margin-bottom: 0;
}

#form-error .fsm-title {
	color: #cc0000;
}
#form-success .fsm-title {
	color: #269C2C;
}
#form-contato.temp-disabled { 
	opacity: 0.6;
	pointer-events: none;
}

/* loading spinner */
.spinner {
  width: 30px;
  height: 30px;
  background-color: #cc0000;
  margin: 30px auto 20px;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* maps */
.contacts-map-right-bar {
	width: 100%;
	height: 32px;
	background-color: #1d1e21;
	display: inline-block;
}
.map-block {
    margin-left: -16.66666667%;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin-right: -15px;
}
.map-responsive iframe{
    left:0;
    top:0;
	bottom: 0;
	right: 0;
    height:100%;
    width:100%;
    position:absolute;
}
.map-title {
	font-family: 'Black';
	font-size: 3rem;
	line-height: 1.3;
	position: relative;
	z-index: 2;
	padding-right: 8%;
}
.map-pattern {
	width: 80px;
	height: 250px;
	position: absolute;
	top: 32px;
	left: 0;
}
/* info */
.contacts-info {
	position: relative;
	z-index: 2;
}
.contacts-info-block {
	width: 100%; 
	height: 100%; 
	display: inline-block;  
	padding:0 0 3%; 
	background-color: #fff;
}
.contacts-red-square {
	width:28px;
	height: 28px;
	display: inline-block;
	background-color: #cc0000;
	margin-bottom: 40px;
}
.info-list {}
.info-list li {
	margin-bottom: 40px;
}
.info-list-block {
	padding-top: 20px;
	border-top: 3px solid #1d1e21;
}
.info-list-title {
	font-family: 'Bold';
	font-size: 1rem;
	line-height: 1;
	color: #cc0000;
	margin-bottom: 10px;
}
.info-list-desc {
	font-family: 'SemiBold';
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 0;
}

/**/
.contacts-services-block {
    margin-top: -80px; 
    margin-bottom: -160px;
}

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 11 - LEGAL */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.legal-hero {
	padding: 100px 0;
	border-left: 10px solid #cc0000;
}
.legal-content {
    padding: 120px 0 0;
}
.legal-block {
    margin-bottom: 80px;
}
.legal-block h2 {
    font-family: 'Medium';
    font-size: 1.6rem;
    display: inline-block;
    position: relative;
    padding: 0 40px 0 50px;
}
.legal-block h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    top: 12px;
    left:0;
    background-color: #CC0000;
}
.legal-block p {
    margin-bottom: 8px;
}
.legal-block ul {
    margin: 20px 0;
}
.legal-block ul li {
    margin-bottom: 10px;
}
.legal ul li:last-child {
    margin-bottom: 0;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 12 - 404 */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.page-404 header {
	border-left: 10px solid #c00;
}
.not-found-block {
	padding: 80px 0 120px;
	height: calc(100vh - 80px);
	display: flex;
	align-items: center;
}
.not-found-title {
	margin-bottom: 0;
}
.page-404 footer {
	margin-top: 0;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 13 - MANUTENCAO */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.jmf-manutencao main {
	display: flex;
}
.jmf-manutencao main section {
	width: 100%;
	border-left: 10px solid #cc0000;
}
.manutencao-image-block {
	width: 100%;
	height: 100vh;
	display: inline-block;
	position: relative;
}
.manutencao-stamp {
	width: 160px;
	height: 160px;
	display: inline-block;
	position: absolute;
	background-image: url("graphics/manutencao_stamp.svg");
	opacity: .5;
	top: -60px;
	left: -30px;
	z-index: -1;
}
.manutencao-title {
	margin-bottom: 2rem;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 14 - NO SCRIPT */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.no-js body {
	overflow: hidden;
}
noscript {
	display: block;
	position: relative;
	z-index: 9999999999;
	text-align: center;
}
.ns-main {
    width: 100%;
    height: 100%;
    position: fixed;
	display: flex;
	flex-direction: column;
	min-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 50px 0;
    overflow-y: scroll;
}
.ns-content {
	flex: 1;
}
.ns-title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 30px;
}
.ns-desc {
	font-size: 1.125rem;
	margin-bottom: 60px;
}
.ns-desc a:link, .ns-desc a:visited {
	text-decoration: none;
	border-bottom: 1px solid;
}
.ns-desc a:hover, .ns-desc a:active {
	border-bottom: 1px solid transparent;
}
.ns-desc-two {
	font-size: 0.9375rem;
}
.ns-logo {
	max-width: 200px;
	margin-bottom: 60px;
}
.ns-footer {
	flex-shrink: 0;
}
.ns-copy {
	font-size: 0.8375rem;
	line-height: 1.1;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 15 - MEDIA QUERIES */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
@media all and (min-width:2400px) {
    /* -- 0 */
	html, body {
		font-size: 32px;
	}
    /* -- 3 */
    #header {
        height: 200px;
    }
    .header-container-logo {
        max-width: 300px;
    }
    .menu li a, .menu li a:link, .menu li a:visited {
        height: 200px;
        line-height: 200px;
    } 
    .x-header #header { /* special header + hero */
        margin-bottom: -200px;
    }
    /* -- 5 */
    #home-history {
        padding-top: 10rem;
    }
}
@media all and (min-width:1440px) {
     /* -- 1 */
    .image-5-4-ratio {
         padding-top: 60%;   
    }
}
@media all and (min-width:1201px) {
     /* -- 1 */
    #home-history {
        padding-top: 6rem;
    }
}
@media all and (max-width:1200px) {
    /* -- 1 */
    .partial-100-80-block {
        width: 100%;
        height: 60vh;
        min-height: 460px;
    }
    .pr-xl {
        padding-right: 2rem;
    }
    /* -- 2 */
     .big-title {
        font-size: 2.75rem;
    }
    .pitch-text, .pitch-link:link, .pitch-link:visited {
        font-size: 2.5rem;
    }
    
    /* -- 5 */
    #home-intro .image-5-4-ratio {
        padding-top: 60%;
        margin-bottom: 100px;
    }
    .intro-text-block {
        padding: 4rem 6rem;
    }
    #home-history {
        margin-top: 100px;
    }
    .home-history-pattern {
        width: 55px;
    }
    .home-about-us-text {
        margin-left: 0;
    }
    .home-quote.pb-xl {
        padding-bottom: 0;
    }
    
    /* -- 6 */
    .vidro-text-block {
        padding: 4rem 6rem;
    }
    .solutions-name {
        top: 70%;
    }
    .services-name {
        font-size: 1.5rem;
    }
    .quote-back {
        height: 60vh;
        min-height: 468px;
    }
    .quote-front blockquote {
        font-size: 1.35rem;
    }
    .quote-pattern {
        height: 60px;
        bottom: -80px;
    }
    
    /* -- 7 */
    .image-expertise-pull {
        margin-left: auto;
    }
    
    /* -- 9 */
    #slider.pt-xl {
        padding-top: 0;
    }
    
    /* -- 10 */
    #contacts-map.pt-xl {
        padding-top: 0;
    }
    .map-title {
        font-size: 2rem;
    }
    /* -- 13 */
	.manutencao-image-block {
        height: 60vh;
        min-height: 600px;
	}
}
@media all and (max-width:990px) {
    /* -- 0 */
    blockquote {
        font-size: 1.5rem;
    }
    /* -- 1 */
    .full-block-header {
        height: 100%;
    }
    .partial-100-50-block {
        height: 40vh;
        min-height: 420px;
    }
    .pr-xl {
        padding-right: 1rem;
    }
    /* -- 2 */
    .pitch-text, .pitch-link:link, .pitch-link:visited {
        font-size: 2rem;
    }
	/* -- 3 */
    .menu-container {
        display: none;
    }
    .mobile-trigger {
        display: inline-block;
    }
    .mobile-menu-right-container {
        padding-top: 160px;
    }
	/* -- 4 */
	.footer-author {
		text-align: left;
	}
    /* -- 5 */
    #home-history {
        margin-top: 0;
    }
    /* -- 6 */
    .vidro-hero-desc {
        padding: 5% 0 8%;
        margin-left: 8.333333%;
        text-align: left;
    }
    .vidro-hero-image {
        min-height: 600px;
    }
    .vidro-text-block {
        padding: 14%;
    }
    .video-number {
        margin-top: 40px; 
        margin-bottom: -300px;
    }
    .solutions-slider-direction {
        direction: ltr;
    }
    .quote-back {
        height: 70vh;
        min-height: 468px;
    }
    /* -- 7 */
    .aluminio-hero-image {
        min-height: 600px;
    }
    .aluminio-hero-desc {
        padding: 5% 0 8%;
        margin-left: 8.333333%;
        text-align: left;
    }
    .aluminio-hero-image-pull {
        margin-left: 0;
    }
    .aluminio-mestres {
        margin-bottom: 60px;
    }
    .services-methodology {
        padding: 80px 0 0;
        margin-left: 0;
    }
    
    /* -- 8 */
    .filtragem-list > li:first-child {
		display: inline-block;
		margin-right: 0;
        margin-bottom: 20px;
		width: 100%;
	}
    /* -- 9 */
    .selo {
        max-width: 200px;
    }
    .sobre-nos-services-pattern {
        left: 20px;
    }
    
    .sobre-nos-services-rectangle {
		display: none;
	}
    
    #slider.pt-xl {
        padding-top: 0;
    }
    #slider.pb-xxl {
        padding-bottom: 8rem;
    }
    
    .sobre-nos-slider-backimage {
        padding-top: 60%;
    }
    #slider .image-2-1-ratio {
        padding-top: 60%;
    }
    
    .mercados-mundo {
        margin-bottom: 40px;
    }
    
    .info-grey-block {
		height: 20px;
		margin-bottom: 40px;
	}
    
    /* -- 10 */
    .contactos-pattern {
        width: 110px;
        height: 110px;
        top: 4px;
    }
    
    .list-assunto {
		padding-bottom: 0;
	}
	.list-assunto li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
    
    #contacts-map.pt-xl {
        padding-top: 0;
    }
    
    .contacts-map-right-bar {
        height: 16px;
        margin-bottom: 40px;
    }
    
    .map-title {
        font-size: 2rem;
    }
    
    .map-block {
        margin-left: 0;
        margin-top: 40px;
    }
    
    .contacts-services-block {
        margin-top: -20px;
        margin-bottom: -160px;
    }
    
    
}
@media all and (max-width:768px){
    
    /* -- 9 */
    .selo {
        margin-bottom: 40px;
    }
    
    /* -- 13 */
	.jmf-manutencao main section {
		padding: 120px 0 0;
	}
	.manutencao-image-block {
		margin-top: 80px;
        height: 100%;
        padding-top: 60%;
	}

}
@media all and (max-width:575px) {
    /* -- 0 */
	html, body {
		font-size: 13px;
	}
	h1 {
		font-size: 2.3rem;
	}
	h4 {
		font-size: 0.85rem;
	}
    blockquote {
        font-size: 1.5rem;
    }
    .quote-author {
        font-size: 0.85rem;
    }
	
    /* -- 1 */
    .partial-100-80-block {
        width: 100%;
        height: 40vh;
        min-height: 360px;
    }
	.partial-100-50-block {
		height: 35vh;
		min-height: 320px;
	}
	.p-s {
		font-size: 1rem;
	}
    .p-lg {
        font-size: 1.275rem;
    }
	.big-title {
		font-size: 3.25rem;
	}
	
	.h-biglink:link::after, .h-biglink:visited::after {
		height: 5px;
		bottom: -3px;
	}
	
	/* -- 2 */
	.cookie-bar {
		width: 90%;
		min-width: inherit;
	}
	.cookie-block {
		flex-wrap: wrap;
	}
	.cookie-desc {
		padding-right: 1rem;
		margin: 0 0 30px;
	}
	/* -- 3 */
    .col-header {
        padding: 0 20px;
    }
    .header-container-logo {
        margin-right: 20px;
    }
	.mobile-menu-container {
		padding: 30px 8.33333333%;
	}
	.home-mobile-menu:link, .home-mobile-menu:visited {
		width: 50px;
		height: 50px;
		font-size: 50px;
	}
	.close-mobile-menu {
		width: 50px;
		height: 50px;
	}
	.mobile-menu-nav li a:link, .mobile-menu-nav li a:visited {
		font-size: 3rem;
	}
	.mobile-menu-icon {
		display: none;
	}
	/* -- 4 */
	footer {
		padding: 60px 0;
		margin-top: 100px;
	}
	.footer-top, .footer-middle {
		padding-bottom: 2rem;
	}
	.footer-desc {
		font-size: 1.125rem;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.footer-legal {
		font-size: 0.75rem;
	}
	.footer-copy, .footer-author {
		font-size: 0.8125rem;
		line-height: 1.3;
	}
	.fl-legal:link, .fl-legal:visited {
		margin-top: 4px;
	}
    /* -- 5 */
    .home-hero {
		display: inline-block;
		height: 100%;
	}
	.home-hero-image {
		padding-top: 80%;
		position: relative;
		margin-bottom: 60px;
	}
    
    .home-hero .big-title {
        font-size: 2.75rem;
    }
    .intro-text-block {
        padding: 3rem 4rem;
        background-color: #1d1e21;
        z-index: 2;
        position: relative;
    }
    
    .intro-text-block::before {
        width: 10px;
    }
    
    .intro-text-block p {
        padding-right: 0;
    }
    
    #home-intro {
        margin-bottom: 60px;
    }
    
    .history-data {
        font-size: 7rem;
    }
    
    .home-history-pattern {
        display: none;
    }
    .home-history-rectangle {
        bottom: -40px;
    }
    
    .service-block-left {
        margin-right: 0;
    }
    
    .service-block-right {
        margin-left: 0;
        margin-top: 0;
    }
    
    .home-gallery-drawing {
        display: none;
    }
    
    .home-gallery-block a:link span, .home-gallery-block a:visited span {
        position: relative;
        right: 0;
        margin: 20px 0 0 0;
        display: block;
    }
    .home-gallery-block {
        margin-bottom: 3rem;
    }
    
    .home-quote.pb-xl {
        padding-bottom: 0;
    }
    
    .home-about-us-text {
        padding: 40px 0 0;
        margin-left: 0;
    }
    .home-showroom-mask::before, .home-showroom-mask::after {
        width: 50px;
        height: 50px;
    }
    
    .home-showroom-red-graphic {
        width: 40px;
        height: 40px;
        bottom: 20%;
    }
    
    .home-showroom-pattern {
        width: 80px;
        height: 80px;
        top: -20px;
    }
    
    .home-showroom-section {
        border-left: none;
    }
    /* -- 6 */
    .vidro-hero-desc {
        padding: 20% 0;
    }
    .vidro-hero-desc .big-title {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
    .vidro-hero-image {
        height: 40vh;
        min-height: 340px;
    }
    
    #solutions-slider .slick-arrow {
        top: auto;
        bottom: -68px;
    }
    
    .vidro-quote-b {
        margin-bottom: 120px;
        margin-top: -80px;
    }
    .quote-pos-abs {
        position: relative;
        bottom: auto;
    }
    .quote-back {
        height: 100%;
        min-height: 100%;
        background-image: none !important;
    }
    .quote-front {
        bottom: auto;
        padding: 40px 20px 40px 40px;
        border-top: 6px solid #cc0000;
        border-left: none;
    }
    
    .vidro-quote-b .quote-front blockquote {
        font-size: 1.4rem;
    }
    
    .quote-pattern {
        width: 180px;
        height: 20px;
        bottom: -40px;
        right: 0;
    }
    
    .team-vidro {
        margin-bottom: 80px;
    }
    
    .team-vidro .services-methodology {
        padding-bottom: 0;
    }
    
    .services-expertise {
        padding: 40px 0 0;
        margin-bottom: 0;
    }
    
    /* -- 7 */
    
    .aluminio-hero-desc {
        padding: 20% 0;
    }
    .aluminio-hero-desc .big-title {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
    
    .aluminio-hero-image-pull {
        margin-left: 0;
    }
    
    .aluminio-hero-image {
        height: 40vh;
        min-height: 340px;
    }
    
    .aluminio-quote-block {
        padding: 6rem 10% 6rem 16%;
    }
    .aluminio-quote-block::before {
        width: 6px;
    }
    
    .solutions-center-arrow {
        text-align: none;
        align-self: none;
    }
    
    .aluminio-mestres-rectangle {
        width: 10px;
        height: 140px;
        bottom: -70px;
    }
    
    .aluminio-mestres {
        margin-bottom: 0;
    }
    
    .aluminio-expertise {
        padding: 20px 0;
        margin-left: 0;
    }
    
    .services-methodology {
        padding: 80px 0;
        margin-left: 0;
    }
    .image-expertise-pull {
        margin-left: auto;
    }
	
	/* -- 8 */
	.galeria-hero-block .big-title {
		font-size: 1.85rem;
    	line-height: 1.4;
		margin-bottom: 30px;
	}
	
	.galeria-intro-left {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.galeria-intro-right {
		height: 8px;
		margin-top: 0;
	}
	
	.galeria-pattern {
		display: none;
	}
	
	.filtragem-title {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	
	.filtragem-subtitle {
		font-size: 0.8rem;
		border-bottom: 1px solid;
    	padding-bottom: 5px;
	}
	
	.filtragem-list > li {
		display: inline-block;
		margin-right: 0;
		width: 100%;
	}
	
	.filtragem-list > li:nth-child(2) {
		margin-right: 0;
		margin-bottom:30px;
	}
	
	.tipologia-list li, .material-list li {
		font-size: 1.2rem;
		margin-bottom: 12px;
	}
	
	.galeria-categorias li {
		font-size: 1rem;
	}
	.galeria-data {
		font-size: .85rem;
	}
	
	.pitch-block {
		padding: 40px 0 0 0;
	}
	.pitch-arrow {
		display: none;
	}
	
	/* -- 9 */
	
	.sobre-nos-hero {
		display: inline-block;
		height: 100%;
	}
	.sobre-nos-hero-image {
		padding-top: 60%;
		position: relative;
		margin-bottom: 60px;
	}
	
	.sub-big-title {
		font-size: 1rem;
	}
	.sobre-nos-hero .big-title {
		font-size: 2.125rem;
	}
	
	.hero-scrolldown {
		position: relative;
		margin: 40px 0 0;
	}
	
	.hero-buttonscroll:link, .hero-buttonscroll:visited {
		line-height: 1;
	}
	
	.hero-pattern {
		width: 225px;
		height: 60px;
		position: relative;
		margin-bottom: 40px;
	}
	
	.historia-modal {
		width: 88%;
	}
	.historia-timeline li {
		display: block;
	}
	.historia-modal .close-button {
		left: -25px;
		top: 30px;
		bottom: auto;
		width: 50px;
		height: 50px;
	}
	.historia-open .close-button {
		left: -25px;
		top: 30px;
		bottom: auto;
		width: 50px;
		height: 50px;
	}
	
	.sobre-nos-intro-text {
		margin-right: 0;
	}
	.sobre-nos-intro-text h2 {
		font-size: 1.35rem;
	}
    
    .sobre-nos-services-pattern {
		display: none;
	}
	
	#slider.pt-xl {
		padding-top:0;
	}
	#slider.pb-xxl {
		padding-bottom: 6rem;
	}
	.sobre-nos-slider-top-red {
		width: 60%;
		height: 8px;
	}
	.sobre-nos-slider-backimage {
		padding-top: 75%;
	}
	#sn-slider .slick-dots {
		bottom: -50%;
	}
	#sn-slider .slick-dots li button {
		width: 60px;
	}
	
	.mercados-block {
		margin-bottom: 0;
	}
	
	.pre-title-b {
		font-size: 1rem;
		line-height: 1.2;
	}
	
	.mercados-block .pre-title-b {
		margin-bottom: -40px;
	}
	.mercados-mundo {
		margin-left: 0;
		margin-bottom: 20px;
	}
	.mercados-title {
		font-size: 10vw;
	}
	.mapa-mundo {
		top: auto;
		height: 100%;
	}
	
	.sobrenos-quote-text {
		padding: 16% 10% 16% 20%;
	}
	.sobrenos-quote-text::before {
		width: 60px;
		height: 60px;
		top: -60px;
		right: 0;
	}
	
	.info-pattern {
		width: 50px;
		height: 80px;
		left: 15px;
		top: -180px;
	}
	
	#info .button-door:link, #info .button-door:visited {
		min-width: 160px;
	}
	#info .button-door.ml-4:link , 	#info .button-door.ml-4:visited {
		margin-left: 0 !important;
		margin-top: 20px;
	}
	
	.key-figures-title {
		margin-bottom: 80px;
	}
	
	#key-slider .slick-prev {
		right: auto;
		left: 40px;
	}
	#key-slider .slick-next {
		right: auto;
		left: 90px;
	}
	
	.equipa-block {
		margin-bottom: 60px;
	}
	.equipa-block::before {
		width: 18%;
		height: 6px;
		top: -40px;
	}
	.showroom-text-block {
		margin: 0 15px;
	}
	.sobre-nos-pitch-arrow {
		position: relative;
		margin-bottom: 40px;
	}
	.pitch-text {
		font-size: 2rem;
        line-height: 1.4;
	}
	.pitch-link:link, .pitch-link:visited {
		font-size: 2rem;
        border-bottom: 3px solid #cc0000;
	}
	
	
	/* -- 10 */
	.contacts-header {
		border-left: none;
	}
	.contacts-white-block {
		margin-top: 0;
		padding-top: 40px;
	}
	.contactos-pattern {
		width: 48px;
		height: 60px;
		right: -25px;
		top: -65px;
    }
	
	.contacts-form-title {
		display: none;
	}
    .contacts-arrow-link:link, .contacts-arrow-link:visited {		
		position: relative;
		margin: 40px 0 0;
		display: block;
	}
	.contacts-services-block {
		margin-top: -20px;
		margin-bottom: -100px;
	}
	.contacts-map-right-bar {
		width: 20%;
		height: 10px;
		margin-bottom: 40px;
	}
	.map-title {
		font-size: 2rem;
		margin-bottom: 40px;
	}
	.map-pattern {
		width: 25px;
		height: 160px;
		top: 0;
		left: auto;
		right: 0;
		opacity: .6;
	}
	.map-block {
		margin-left: 0;
	}
	.map-responsive {
		padding-bottom: 65%;
		margin-right: -15px;
		margin-left: -15px;
	}
	.info-list-desc {
		font-size: 1.25rem;
	}
	
	.form-server-message {
		max-width: 290px;
	}
	
	/* -- 11 */
	.legal-hero {
		padding: 10px 0;
		border-left: 6px solid #cc0000;
		margin: 20px 0;
	}
	.legal-content {
		padding: 20px 0 0;
	}
	.legal-block h2 {
		padding: 0 40px 0 0;
		margin-bottom: 30px;
	}
	.legal-block h2::before {
		width: 4px;
		height: 100%;
		top: 0;
		left: -8.33333333%;
	}
	.legal-block ul {
		padding-left: 15px;
		padding-right: 20px;
	}
    /* -- 12 */
	.not-found-block {
		height: 100%;
	}
    
	/* -- 13 */
	.jmf-manutencao main section {
		border-left: 6px solid #cc0000;
		padding: 80px 0 0;
		overflow: hidden;
	}
	.manutencao-stamp {
		width: 130px;
		height: 130px;
		left: auto;
		right: -30px;
	}
	.manutencao-image-block {
        padding-top: 70%;
	}
	
}

.img-lightbox{
    visibility: hidden;
}

.img-lightbox img{
    display: inline;
    position: absolute;
    top:-999999px;
    left: -9999999px;
}