/*
Theme Name: Tema7-Blisq-Tema-7
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family: 'Source Serif Pro';
	src: url('assets/fonts/source-serif-pro/SourceSerifPro-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Source Serif Pro';
	src: url('assets/fonts/source-serif-pro/SourceSerifPro-It.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Source Serif Pro';
	src: url('assets/fonts/source-serif-pro/SourceSerifPro-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Source Serif Pro';
	src: url('assets/fonts/source-serif-pro/SourceSerifPro-LightIt.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Source Serif Pro';
	src: url('assets/fonts/source-serif-pro/SourceSerifPro-ExtraLight.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Source Serif Pro';
	src: url('assets/fonts/source-serif-pro/SourceSerifPro-ExtraLightIt.otf') format('opentype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Source Serif Pro';
	src: url('assets/fonts/source-serif-pro/SourceSerifPro-Semibold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Source Serif Pro';
	src: url('assets/fonts/source-serif-pro/SourceSerifPro-SemiboldIt.otf') format('opentype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Source Serif Pro';
	src: url('assets/fonts/source-serif-pro/SourceSerifPro-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Source Serif Pro';
	src: url('assets/fonts/source-serif-pro/SourceSerifPro-BoldIt.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Source Serif Pro';
	src: url('assets/fonts/source-serif-pro/SourceSerifPro-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Source Serif Pro';
	src: url('assets/fonts/source-serif-pro/SourceSerifPro-BlackIt.otf') format('opentype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('assets/fonts/source-sans-pro/SourceSansPro-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('assets/fonts/source-sans-pro/SourceSansPro-It.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('assets/fonts/source-sans-pro/SourceSansPro-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('assets/fonts/source-sans-pro/SourceSansPro-LightIt.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('assets/fonts/source-sans-pro/SourceSansPro-ExtraLight.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('assets/fonts/source-sans-pro/SourceSansPro-ExtraLightIt.otf') format('opentype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('assets/fonts/source-sans-pro/SourceSansPro-Semibold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('assets/fonts/source-sans-pro/SourceSansPro-SemiboldIt.otf') format('opentype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('assets/fonts/source-sans-pro/SourceSansPro-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('assets/fonts/source-sans-pro/SourceSansPro-BoldIt.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('assets/fonts/source-sans-pro/SourceSansPro-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('assets/fonts/source-sans-pro/SourceSansPro-BlackIt.otf') format('opentype');
	font-weight: 900;
	font-style: italic;
}

:root {
	--bg-red: #91323C;
	--source-sans: "Source Sans Pro", sans-serif;
	--source-serif: "Source Serif Pro", serif;
	--montserrat: "Montserrat", sans-serif;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

html.no-overflow {
	overflow: hidden;
}

body {
	font-family: var(--source-sans);
	overflow-x: hidden;
	background-color: #E8E7E1;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

ul {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

address {
	font-style: normal;
}

.full-screen {
	min-height: 100vh;
	min-width: 100vh;
}

.btn {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0.979px;
	text-transform: uppercase;
	padding: 15px 25px;
	border-radius: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	border: none;
	cursor: pointer;
	transition: all .2s;
}

.btn.btn-full-width {
	width: 100%;
	font-family: var(--source-sans);
}

.btn.bg-red:hover {
	background-color: #fff;
	color: var(--bg-red);
}

.bg-red {
	background-color: var(--bg-red);
}

.bg-light {
	background-color: #E8E7E1;
}

.btn.bg-light:hover {
	background-color: var(--bg-red);
	color: #D6D5D0;
}

.bg-light-secondary {
	background-color: #D6D5D0;
}

.bg-brown {
	background-color: #1C0F0F;
}

.btn.bg-brown:hover {
	background-color: #892f39;
}

.color-dark {
	color: #1C0F0F;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-25 {
	margin-bottom: 25px;
}

.text-center {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

.events-none {
	pointer-events: none;
}

.only-mobile {
	display: none !important;
}

/* Header */

header {
	position: absolute;
	width: 100%;
	top: 35px;
	left: 0;
	margin: 0;
	z-index: 1;
}

.header-socials {
	display: none;
}

.page-template-front-page header {
	top: 0;
	padding: 35px 0;
	background-color: #E8E7E1;
}

#nav-icon,
.wrapper-logo-mobile {
	display: none;
}

.header-top {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
}

.header-top>li {
	position: relative;
	min-width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-logo {
	max-width: 95px;
	height: auto;
	opacity: 1;
}

.page-template-front-page .custom-logo.invisible {
	opacity: 0;
}

.header-top>li.menu-item-has-children::before {
	content: '';
	position: absolute;
	top: -50%;
	left: 0;
	height: 65px;
	width: 100%;
}

.header-top>li.menu-item-has-children::after {
	content: '';
	width: 9px;
	height: 6px;
	background-image: url(assets/images/icons/icon-has-children.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 6px;
}

.light .header-top>li.menu-item-has-children::after {
	filter: invert(1);
}

.light .header-top>li>a:not(.custom-logo-link) {
	color: #E8E7E1;
}

.light .header-top>li.current-menu-item>a:not(.custom-logo-link),
.light .header-top>li>a:not(.custom-logo-link):hover {
	color: #1C0F0F;
}

.light .custom-logo {
	filter: invert(1);
}

.header-top>li>a:not(.custom-logo-link) {
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 12px;
	/* 100% */
	letter-spacing: 0.96px;
	text-transform: uppercase;
	padding: 10px 15px;
	border-radius: 15px;
	transition: all .2s;
}

.sub-menu {
	position: absolute;
	border-radius: 7px;
	background-color: #DAD8D2;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 100%;
	left: -18px;
	min-width: 145px;
	opacity: 0;
	visibility: hidden;
	/* box-shadow: 0px 0px 15px #bebebe; */
	transition: all .2s;
}

.single-servico .sub-menu::before,
.single-servico .sub-menu {
	background-color: #e8e7e1;
}

.header-top>li.menu-item-has-children:hover .sub-menu {
	top: calc(100% + 15px);
	opacity: 1;
	visibility: visible;
}

.sub-menu::before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #DAD8D2;
	rotate: 45deg;
	transform-origin: top;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.sub-menu>li>a {
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 8px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0.675px;
	text-transform: uppercase;
	white-space: nowrap;
	display: flex;
	padding: 10px;
	border-radius: 10px;
	transition: all .2s;
}

.sub-menu>li>a:hover {
	background-color: #c5c2b9;
}

.header-top>li.current-menu-item>a:not(.custom-logo-link),
.post-type-archive-portefolio .header-top>li.menu-item-portfolio>a,
.header-top>li>a:not(.custom-logo-link):hover {
	background-color: #dad8d2;
}

/* Side */
.side-info {
	position: fixed;
	z-index: 1;
	writing-mode: sideways-lr;
	text-orientation: mixed;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
}

.left-info {
	left: 2rem;
}

.right-info {
	writing-mode: vertical-rl;
	right: 2rem;
}

.side-info>a {
	font-family: var(--source-sans);
	color: #1c0f0f;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	line-height: 15px;
	text-transform: uppercase;
	padding: 6px;
	transition: all .2s;
}

.side-info span {
	display: block;
	margin-right: 5px;
	padding: 5px;
}

.error404 .side-info>a {
	display: none;
}

.side-info.light>a {
	color: #EDEDED;
}

.side-info>a:hover {
	color: #892f39;
}

/* Footer */

footer {
	padding: 88px 0 68px 0;
	position: relative;
	z-index: 1;
	background-color: #e8e7e1;
}

.footer-container {
	max-width: 1815px;
	margin: 0 auto;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1fr 45% 1fr;
}

.footer-content {
	margin-bottom: 10px;
}

.footer-bottom>li {
	line-height: 0;
}

.footer-bottom>li>a,
.footer-title {
	color: #1F1F1F;
	font-family: var(--montserrat);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 15px;
	display: block;
}

.footer-bottom>li>a {
	padding: 5px 0;
}

.footer-bottom>li>a:hover {
	color: #000;
	text-decoration: underline;
}

.footer-text {
	color: #1F1F1F;
	font-family: var(--montserrat);
	font-size: 19px;
	font-style: normal;
	font-weight: 275;
	line-height: 26px;
	/* 136.842% */
	transition: all .2s;
	display: block;
	color: #1C0F0F;
}

a.footer-text:hover {
	font-weight: 400;
}

.footer-text>span {
	display: block;
}

.footer-socials {
	display: flex;
	align-items: center;
	gap: 14px;
}

.footer-socials a {
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-socials a:hover {
	scale: 1.1;
}

.footer-service {
	color: #1F1F1F;
	font-family: var(--montserrat);
	font-size: 47px;
	font-style: normal;
	font-weight: 200;
	line-height: 56px;
	white-space: nowrap;
	/* 119.149% */
	transition: all .2s;
}

.footer-service:hover {
	color: #1C0F0F;
	font-weight: 300;
}

.footer-grid-bottom {
	align-items: flex-end;
	margin-top: 180px;
}

/* Frontpage  */

.frontpage-animation {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.frontpage-intro-background {
	height: 100%;
	width: 100%;
	background-color: var(--bg-red);
	animation: intro 2s forwards 1s;
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
}

@keyframes intro {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-100%);
	}
}

.frontpage-intro-logo {
	transform-origin: left;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: introLogo 2s forwards 1s;
	z-index: 3;
}

.frontpage-intro-logo.invisible {
	visibility: hidden;
	opacity: 0;
}

@keyframes introLogo {
	from {
		max-width: 240px;
		top: 50%;
	}

	to {
		max-width: 95px;
		top: 90px;
	}
}

.cursor-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 25px;
	aspect-ratio: 1;
	pointer-events: none;
	border-radius: 50%;
	z-index: 1;
	background: rgba(28, 15, 15, 0.10);
	transition: opacity 0.2s ease, width .5s;
	mix-blend-mode: darken;
	opacity: 0;
	transform-origin: center;
}

.cursor-shadow.active {
	opacity: .8;
}

.cursor-shadow.active.hover {
	width: 75px;
}

.frontpage-hero {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 108vh;
	padding: 200px 0 100px;
	overflow: hidden;
}

.frontpage-hero-title-container {
	max-width: 820px;
	margin: 0 auto 15px auto;
	position: relative;
}

.frontpage-hero-title-container::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 1px;
	height: 300px;
	background-color: #000;
	transform: translate(-50%, -35px);
}

.frontpage-hero-title {
	color: #1C0F0F;
	text-align: center;
	font-size: 104px;
	font-style: normal;
	font-weight: 600;
	line-height: 86%;
	letter-spacing: -3.12px;
	text-transform: uppercase;
}

.frontpage-hero-title>span {
	font-family: var(--source-serif);
	font-weight: 400;
}

.frontpage-hero-text-container {
	max-width: 465px;
	margin: 0 auto;
}

.frontpage-hero-text {
	color: #1C0F0F;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%
}

.frontpage-slider {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	gap: 12px;
}

.slider-pin {
	position: relative;
	overflow: hidden;
}

.frontpage-portfolio-item {
	flex: 1 0 25%;
	position: relative;
	height: 90vh;
}

.frontpage-porfolio-details {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	min-height: 274px;
	width: 50%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.frontpage-porfolio-details-title {
	color: #1C0F0F;
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
	/* 115% */
	letter-spacing: -0.6px;
	text-transform: uppercase;
}

.frontpage-porfolio-category {
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	/* 150% */
}

.frontpage-portfolio-item:hover .frontpage-porfolio-details {
	opacity: 1;
	visibility: visible;
}

.frontpage-portfolio-item>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}

.frontpage-project {
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;
	display: flex;
	align-items: center;
	z-index: 1;
	position: relative;
	padding: 120px 0;
}

.frontpage-project::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.59) 61.02%);
}

.frontpage-project-container {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

.frontpage-project-title {
	color: #FFF;
	font-size: 66px;
	font-style: normal;
	font-weight: 700;
	line-height: 66px;
	/* 100% */
	text-transform: uppercase;
	margin-bottom: 20px;
}

.frontpage-project-title>span {
	font-family: var(--source-serif);
	font-weight: 400;
}

.frontpage-project-wrapper {
	max-width: 470px;
	filter: drop-shadow(0px 0px 40px #000);
}

.frontpage-service {
	padding: 50px 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.frontpage-service-container {
	max-width: 1674px;
	margin: 0 auto;
}

.frontpage-service-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.frontpage-service-items {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	color: #1C0F0F;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	/* 133.333% */
	letter-spacing: -0.2px;
	text-transform: uppercase;
	width: 100%;
	font-family: var(--source-sans);
}

.frontpage-service-item {
	position: relative;
	display: inline-block;
	height: 100%;
	overflow: hidden;
	color: #FFF;
	font-size: 8vw;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -3px;
	text-align: center;
}

.frontpage-service-item>span {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	font-weight: 600;
	transition: transform .8s ease;
	color: #1C0F0F;
	white-space: nowrap;
}

.frontpage-service-items:hover .frontpage-service-item>span {
	transform: translateY(-100%);
}

.frontpage-service-item::before {
	content: attr(data-title);
	display: block;
	transition: transform .8s ease;
}

.frontpage-service-items:hover .frontpage-service-item::before {
	transform: translateY(-100%);
}

.frontpage-service-know-more {
	position: relative;
}

.frontpage-service-items:hover .frontpage-service-know-more::after {
	opacity: 1;
}

.frontpage-service-know-more::after {
	content: '';
	position: absolute;
	top: -100%;
	left: 0;
	width: calc(100% + 30px);
	transform: translateY(-100%);
	aspect-ratio: 1;
	background-image: url(assets/images/icons/icon-service.svg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	transition: all .5s;
}

.frontpage-service-item-image {
	position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%) skew(0);
	pointer-events: none;
	transition: opacity 0.2s;
}

.frontpage-service-items:hover .frontpage-service-item-image {
	opacity: .8;
}

.frontpage-history {
	background-color: #91323C;
	padding: 170px 0 145px 0;
}

.frontpage-history-container {
	max-width: 1680px;
	margin: 0 auto;
}

.frontpage-history-grid {
	display: grid;
	grid-template-columns: 42% 1fr;
	column-gap: 60px;
}

.frontpage-history-left {
	position: relative;
	top: 10%;
}

.frontpage-history-right>span {
	color: #1C0F0F;
	font-size: 14px;
	font-weight: 700;
	line-height: 10px;
	/* 71.429% */
	letter-spacing: 0.42px;
	text-transform: uppercase;
}

.frontpage-history-right>span.font-light {
	color: #F4EDED;
}

.frontpage-history-text {
	margin: 70px 0;
}

.frontpage-animated-word {
	background: linear-gradient(to bottom, #fff, #fff) no-repeat;
	background-size: 0;
	background-clip: text;
	color: rgba(28, 15, 15, 0.18);
	font-size: 6.4vw;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -4.8px;
	text-transform: uppercase;
	padding-right: 10px;
	font-family: var(--source-sans);
}

.frontpage-history-image {
	aspect-ratio: 3 / 4;
	width: auto;
	height: auto;
	object-fit: cover;
}

.frontpage-history-image-data {
	width: auto;
	height: 80%;
}

.frontpage-history-image-I {
	max-height: 72%;
	position: absolute;
	top: 0;
	right: 10px;
	rotate: -7deg;
}

.frontpage-history-image-II {
	max-height: 40%;
	position: absolute;
	bottom: 15%;
	left: 15%;
	rotate: 8deg;
	opacity: 0;
	transition: all 1s;
	transition-delay: 1s;
}

.frontpage-history-image-III {
	max-height: 20%;
	position: absolute;
	top: -25px;
	left: 40%;
	rotate: 12deg;
	transition: all 1s;
	opacity: 0;
}

.frontpage-history-grid.visible .frontpage-history-image-II,
.frontpage-history-grid.visible .frontpage-history-image-III {
	opacity: 1;
}

/* Page */

.container {
	max-width: 705px;
	margin: 0 auto;
}

.main-container {
	max-width: 1496px;
	margin: 0 auto;
}

.general-section {
	padding-top: 215px;
}

.general-content {
	counter-reset: section-counter;
}

.general-content h1 {
	color: #1C0F0F;
	font-size: 32px;
	font-weight: 700;
	line-height: 29px;
	/* 90.625% */
	text-transform: uppercase;
	margin-bottom: 25px;
}

.general-content p>strong {
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 17px;
	font-weight: 600;
	line-height: 26px;
	/* 152.941% */
}

.general-content>h2 {
	color: #1C0F0F;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	/* 126.087% */
	text-transform: uppercase;
	margin: 25px 0 10px 0;
}

.general-content>h2::before {
	content: counter(section-counter, decimal-leading-zero) ".";
	counter-increment: section-counter;
}

.general-content>h3 {
	color: #1C0F0F;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin: 15px 0 10px 0;
}

.general-content>h4 {
	font-size: 16px;
	margin: 15px 0 10px 0;
}

.general-content>ul {
	margin-left: 20px;
}

p,
.general-content li,
.general-content>p {
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
	margin-bottom: 10px;
}

.general-content li>a,
.general-content>p>a {
	text-decoration: underline;
}

.general-content li {
	position: relative;
	margin-bottom: 0;
}

.general-content li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	width: 4px;
	height: 4px;
	background-color: #1c0f0f;
	border-radius: 4px;
	display: block;
	transform: translateY(-50%);
}

/* 404 */

.section-404 {
	background-color: #D9D8D2;
	padding: 305px 0 160px 0;
}

.container-404 {
	max-width: 730px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title-404 {
	color: #1C0F0F;
	text-align: center;
	font-family: var(--source-serif);
	font-size: 104px;
	font-weight: 500;
	line-height: 86%;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.text-404 {
	color: #1C0F0F;
	text-align: center;
	font-family: var(--montserrat);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
	margin-bottom: 15px;
}

/* Single Service */
.service-intro {
	padding: 260px 0 80px 0;
	background: linear-gradient(#D9D8D2 60%, #91323C 40%);
}

.service-intro-container {
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.service-label {
	color: #91323C;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 10px;
	/* 71.429% */
	letter-spacing: 0.42px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.service-title {
	color: #1C0F0F;
	text-align: center;
	font-size: 66px;
	font-style: normal;
	font-weight: 700;
	line-height: 66px;
	/* 100% */
	text-transform: uppercase;
}

.service-intro-container>p {
	color: #1C0F0F;
	text-align: center;
	font-family: var(--montserrat);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 150% */
}

.service-images-container {
	max-width: 1456px;
	margin: 50px auto 0 auto;
}

.service-images-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.service-image {
	display: flex;
	width: 100%;
	height: auto;
}

.service-image>img {
	aspect-ratio: 4 / 5;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-description {
	padding: 50px 0 70px 0;
}

.service-description-container {
	max-width: 600px;
	margin: 0 auto;
}

.service-description-content li,
.service-description-content>p {
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	/* 171.429% */
	margin-bottom: 10px;
}

.service-description-content>h2 {
	color: #1C0F0F;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 133.333% */
	text-transform: uppercase;
	margin-top: 20px;
}

.service-description-content>ul {
	margin: 10px 0;
	padding-left: 20px;
}

.service-description-content li {
	line-height: 16px;
	position: relative;
}

.service-description-content li::before {
	content: '';
	height: 2px;
	width: 2px;
	border-radius: 50%;
	background-color: #1c0f0f;
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	display: block;
}

.others-services-left {
	max-width: 150px;
	padding-top: 70px;
}

.others-services {
	border-top: 1px solid #C7C6BE;
}

.others-services-grid {
	display: grid;
	grid-template-columns: 12% 1fr;
	min-height: 610px;
	padding-left: 5%;
	gap: 20px;
}

.others-services-left>h2 {
	color: #1C0F0F;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;
	/* 109.375% */
	text-transform: uppercase;
}

.others-services-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.others-services-item {
	background-color: #D9D8D2;
	padding: 30px 105px 30px 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	transition: all .2s;
	border: 1px solid transparent;
}

.others-services-item::before {
	content: '';
	position: absolute;
	top: 35px;
	right: 35px;
	width: 20%;
	aspect-ratio: 1;
	background-image: url(assets/images/icons/icon-service.svg);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	pointer-events: none;
	border: 2px solid transparent;
	transition: all .2s;
}

.others-services-item:hover {
	border-color: #D9D8D2;
	background-color: #E8E7E1;
}

.others-services-item:hover::before {
	opacity: 1;
}

.others-services-title {
	color: #1C0F0F;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	/* 104.762% */
	text-transform: uppercase;
	margin-bottom: 10px;
	max-width: 80%;
}

.others-services-content>p {
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	/* 156.25% */
}

/* Contacto */
.contact-intro {
	padding: 230px 0 180px 0;
	background-color: #91323C;
	overflow: hidden;
	animation: 1s contactIntro forwards;
}

.contact-title>strong {
	font-weight: 700;
	letter-spacing: -3.12px;
	line-height: 1.2;
	display: block;
	position: relative;
	font-family: var(--source-sans);
	overflow: hidden;
	color: #d9d8d2;
}

.contact-title {
	color: #1C0F0F;
	font-family: var(--source-serif);
	font-size: 104px;
	font-weight: 400;
	line-height: 0.8;
	/* 85.577% */
	text-transform: uppercase;
	position: relative;
	z-index: 0;
}

@keyframes contactIntro {
	from {
		padding-bottom: 180px;
	}

	to {
		padding-bottom: 90px;
	}
}

.contact-title>span {
	display: block;
	padding-top: 30px;
	position: relative;
	z-index: 1;
	animation: 1s contactSpan forwards;
}

@keyframes contactSpan {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-30%);
	}
}

.contact-title>span::before {
	content: '';
	display: block;
	box-shadow: 0 0 0 100vmax #D9D8D2;
	clip-path: inset(0 -100vmax);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #D9D8D2;
	pointer-events: none;
	z-index: -1;
}

.contact-form {
	padding: 50px 0 95px 0;
}

.contact-footer-grid,
.contact-form-grid {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.contact-footer-left,
.contact-form-left {
	flex: 0 0 35%;
}

.contact-footer-mails,
#contact-form {
	flex: 0 0 50%;
}

.contact-form-text {
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 150% */
	margin-bottom: 140px;
}

.contact-form-item {
	max-width: 190px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.contact-item-text {
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 157.143% */
	transition: all .2s;
}

a.contact-item-text:hover {
	font-weight: 500;
}

.contact-item-text>span {
	display: block;
}

#contact-form {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.input-form>label {
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 10px;
	font-weight: 700;
	line-height: 13px;
	/* 130% */
	margin-left: 15px;
}

.input-form>label.error {
	color: #892f39;
}

.input-text {
	border: none;
	background-color: transparent;
	width: 100%;
	border-bottom: 1px solid #C9C9C4;
	padding: 5px 20px 8px 15px;
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	/* 161.538% */
}

.textarea {
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #C9C9C4;
	padding: 5px 20px 8px 15px;
	resize: none;
	height: 115px;
	display: block;
	width: 100%;
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	/* 161.538% */
}

textarea:focus,
input:focus {
	outline: none;
}

.input-checkbox {
	margin-left: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.input-checkbox>input {
	appearance: none;
	height: 16px;
	width: 16px;
	border: 1px solid #858481;
	border: 1px solid #858481;
}

.input-checkbox>input:checked {
	background-color: #858481;
}

.response-ajax {
	font-size: 16px;
	color: #1C0F0F;
}

.input-checkbox>label {
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.contact-footer {
	background-color: #1C0F0F;
	padding: 50px 0 275px 0;
}

.contact-footer-phrase {
	color: #E8E7E1;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 150% */
}

.contact-footer-phrase>strong {
	font-weight: 700;
}

.contact-footer-mails {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-top: 18px;
}

.contact-footer-title {
	color: #E8E7E1;
	font-family: var(--montserrat);
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 13px;
	/* 130% */
}

.contact-footer-text {
	color: #E8E7E1;
	font-family: var(--montserrat);
	font-size: 42px;
	font-style: normal;
	font-weight: 100;
	line-height: 1.3;
	display: block;
	/* 104.762% */
	transition: all .2s;
}

.contact-footer-text:hover {
	font-weight: 200;
	color: #fff;
}

.portfolio {
	padding: 200px 0 50px 0;
}

.portfolio-category-items {
	max-width: 1250px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 50px;
	overflow-x: auto;
	min-height: 45px;
	scrollbar-width: none;
}

.portfolio-category-item {
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: 12px;
	/* 120% */
	letter-spacing: 0.8px;
	text-transform: uppercase;
	padding: 12px 15px;
	border-radius: 40px;
	background: rgba(28, 15, 15, 0.07);
	border: 1px solid transparent;
	white-space: nowrap;
	transition: all .2s;
	display: block;
}

.portfolio-current {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.8px;
	font-weight: 600;
}

.portfolio-category-item:hover,
.portfolio-category-item.selected {
	border-color: #C1C1C1;
	background-color: transparent;
}

.portfolio-item {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.portfolio-item>img {
	width: 100%;
	height: auto;
	aspect-ratio: 7 / 8;
	object-fit: cover;
	transition: all .2s;
}

.portfolio-item:hover>img {
	rotate: 3deg;
	scale: 1.1;
}

.portfolio-item::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.portfolio-item:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Modal */
.hidden {
	visibility: hidden;
	opacity: 0;
}

.portfolio-modal {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(28, 15, 15, 0.11);
	backdrop-filter: blur(5px);
	height: 100%;
	width: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
}

.portfolio-modal-content {
	max-width: 1038px;
	width: 100%;
	margin: 0 auto;
	padding: 6%;
}

.portfolio-modal-images img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	max-height: 50vh;
}

.portfolio-modal-body {
	position: relative;
}

.close-modal {
	position: absolute;
	top: 20px;
	right: 20px;
	border: none;
	width: 40px;
	aspect-ratio: 1;
	border-radius: 50%;
	background-image: url(assets/images/icons/icon-close.svg);
	background-position: center;
	cursor: pointer;
	z-index: 1;
	transition: all .2s;
}

.close-modal:hover {
	scale: 1.1;
}

.portfolio-modal-footer {
	background-color: #E8E7E1;
	padding: 20px 32px 20px 20px;
}

.portfolio-modal-footer>p {
	font-size: 14px;
	margin-bottom: 0;
}

.porfolio-modal-footer-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
	gap: 10px;
}

.portfolio-modal-title {
	color: #1C0F0F;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 18.362px;
	/* 115% */
	letter-spacing: -0.479px;
	text-transform: uppercase;
}

.btn-modal {
	background-color: #D6D5D0;
	color: #1C0F0F;
}

.btn-modal:hover {
	background-color: #69242C;
	color: #D6D5D0;
}

.btn-mobile {
	display: none;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	left: 25px;
	z-index: 1;
	font-size: 0;
	width: 40px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: none;
	background-image: url(assets/images/icons/icon-arrow.svg);
	background-position: center;
	cursor: pointer;
	transition: all .2s;
}

.slick-arrow:hover {
	scale: 1.1;
}

.slick-next {
	left: auto;
	right: 25px;
	transform: rotate(180deg);
}

.porfolio-modal-footer-categories {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
	border-top: 1px solid #d6d5d0;
	padding-top: 10px;
}

.porfolio-modal-category {
	color: #1C0F0F;
	font-family: var(--montserrat);
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 19.16px;
	transition: all .2s;
	/* 150% */
}

.porfolio-modal-category:hover {
	font-weight: 600;
}

.porfolio-modal-footer-categories>li:not(:first-child)::before {
	content: '.';
	position: relative;
	top: -3px;
	left: -5px;
}

/* Sobre Nós */
.about-us {
	min-height: 100dvh;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.about-us-title {
	color: #91323C;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 10px;
	/* 71.429% */
	letter-spacing: 0.42px;
	text-transform: uppercase;
	white-space: nowrap;
}

.about-us-subtitle {
	color: #E8E7E1;
	font-size: 66px;
	font-style: normal;
	font-weight: 700;
	line-height: 66px;
	/* 100% */
	text-transform: uppercase;
	text-align: center;
}

.about-us-top-container {
	padding-top: 250px;
	max-width: 786px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 7px;
	align-items: center;
	justify-content: center;
}

.about-us-bottom-container {
	padding-bottom: 50px;
	max-width: 730px;
	margin: 0 auto;
}

.about-us-bottom-container>p {
	color: #E8E7E1;
	text-align: center;
}

.separator {
	display: block;
	width: 1px;
	flex-grow: 1;
	background-color: #E8E7E1;
}

.origin {
	background: url(assets/images/mask-graphic.svg),
		linear-gradient(to bottom, #91323C 0%, #99353F 100%);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-top: 400px;
}

.origin-text {
	color: rgba(28, 15, 15, 0.10);
	text-align: center;
	font-size: 120px;
	font-style: normal;
	font-weight: 900;
	line-height: 102px;
	/* 85% */
	letter-spacing: -4.8px;
	text-transform: uppercase;
	position: absolute;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1130px;
	width: 100%;
	font-family: var(--source-sans);
}

.cronology {
	display: flex;
	position: relative;
	padding: 310px 10% 250px 10%;
	column-gap: 10%;
	min-height: 100vh;
}

.cronology.active {
	cursor: grabbing;
}

.cronology.active .cronology-item {
	pointer-events: none;
	user-select: none;
	cursor: grabbing;
}

.cronology-media {
	position: relative;
	height: 100%;
}

.cronology-item {
	display: flex;
	position: relative;
}

/* Cronologia Secção 1 */
.cronology-item:nth-child(1)>.cronology-media {
	width: 730px;
}

.cronology-item:nth-child(1) .cronology-media-item:nth-child(1) {
	top: -200px;
	left: -175px;
	z-index: 1;
	rotate: -6deg;
}

.cronology-item:nth-child(1) .cronology-media-item:nth-child(2) {
	top: -160px;
	left: 0;
	z-index: 2;
	rotate: 6deg;
}

.cronology-item:nth-child(1) .cronology-media-item:nth-child(3) {
	top: -80px;
	right: 0;
	z-index: 3;
	rotate: -7deg;
}

/* Cronologia Secção 2 */
.cronology-item:nth-child(2)>.cronology-media {
	width: 700px;
}

.cronology-item:nth-child(2) .cronology-media-item:nth-child(1) {
	top: -235px;
	left: -100px;
	z-index: 1;
	rotate: -4deg;
}

.cronology-item:nth-child(2) .cronology-media-item:nth-child(2) {
	top: -125px;
	left: 125px;
	z-index: 0;
	rotate: 3deg;
}

/* Cronologia Secção 3 */
.cronology-item:nth-child(3)>.cronology-media {
	width: 735px;
}

.cronology-item:nth-child(3) .cronology-media-item:nth-child(1) {
	top: -200px;
	left: -100px;
	z-index: 1;
	rotate: 8deg;
}

.cronology-item:nth-child(3) .cronology-media-item:nth-child(2) {
	top: -80px;
	left: 95px;
	z-index: 0;
	rotate: -4deg;
}

/* Cronologia Secção 4 */
.cronology-item:nth-child(4)>.cronology-media {
	width: 900px;
}

.cronology-item:nth-child(4) .cronology-media-item:nth-child(1) {
	top: -210px;
	left: 0;
	z-index: 1;
	rotate: -6deg;
}

.cronology-item:nth-child(4) .cronology-media-item:nth-child(2) {
	top: -145px;
	left: 165px;
	z-index: 1;
	rotate: 6deg;
}

.cronology-item:nth-child(4) .cronology-media-item:nth-child(3) {
	top: -45px;
	right: 0;
	z-index: 2;
	rotate: -7deg;
}

/* Cronologia Secção 5 */
.cronology-item:nth-child(5)>.cronology-media {
	width: 700px;
}

.cronology-item:nth-child(5) .cronology-media-item:nth-child(1) {
	top: -250px;
	left: -110px;
	z-index: 1;
	rotate: 4deg;
}

.cronology-item:nth-child(5) .cronology-media-item:nth-child(2) {
	top: -110px;
	left: 125px;
	z-index: 0;
	rotate: 3deg;
}

/* Cronologia Secção 6 */
.cronology-item:nth-child(6)>.cronology-media {
	width: 1080px;
}

.cronology-item:nth-child(6) .cronology-media-item:nth-child(1) {
	top: 0;
	left: 35px;
	z-index: 1;
	rotate: 3deg;
}

.cronology-item:nth-child(6) .cronology-media-item:nth-child(2) {
	top: -85px;
	left: 400px;
	z-index: 1;
	rotate: 12deg;
}

.cronology-item:nth-child(6) .cronology-media-item:nth-child(3) {
	right: 290px;
	top: 172px;
	z-index: 0;
}

.cronology-item:nth-child(6) .cronology-media-item:nth-child(4) {
	right: 20px;
	top: 45px;
	z-index: 1;
}

.cronology-media>img {
	position: absolute;
}

.cronology-item {
	position: relative;
	align-items: center;
	z-index: 0;
}

.cronology-item::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -18%;
	width: 130%;
	height: 1px;
	display: block;
	background-color: #1C0F0F;
	z-index: 0;
}

.cronology-item::after {
	content: '';
	background-color: #1C0F0F;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	z-index: 2;
}

.cronology-item:nth-child(even) .cronology-content::before {
	top: -110px;
}

.cronology-content::before {
	content: attr(data-attr);
	position: absolute;
	color: #69242C;
	font-family: var(--source-serif);
	font-size: 252px;
	font-style: normal;
	font-weight: 700;
	line-height: 0;
	letter-spacing: -17.64px;
	text-transform: uppercase;
	writing-mode: sideways-lr;
	left: 0;
	top: -120%;
	z-index: -1;
}

.cronology-content {
	flex: 0 0 292px;
	position: relative;
	z-index: 2;
}

.cronology-content>p {
	color: #E8E7E1;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 171.429% */
}

.cronology-date {
	color: #E8E7E1;
	font-family: var(--source-serif);
	font-size: 37px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	/* 91.892% */
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

@media (max-width: 1880px) {

	/* Footer */
	.frontpage-history-container,
	.footer-container {
		padding: 0 5%;
	}
}

@media (max-width: 1680px) {
	.general-content h1 {
		font-size: 30px;
		line-height: 1;
	}

	/* Footer */
	.footer-service {
		font-size: 42px;
		line-height: 1.3;
	}

	.footer-grid-bottom {
		margin-top: 170px;
	}

	/* Frontpage */
	.frontpage-porfolio-details {
		width: 70%;
	}

	.frontpage-service-know-more::after {
		width: 100%;
	}

	.frontpage-hero-title-container {
		max-width: 800px;
	}

	.frontpage-porfolio-details-title {
		font-size: 18px;
		line-height: 1.2;
	}

	.contact-title,
	.title-404,
	.frontpage-hero-title {
		font-size: 95px;
	}

	/* .frontpage-portfolio-item>img {
		height: 700px;
	} */

	/* Serviço */
	.about-us-subtitle,
	.service-title {
		font-size: 64px;
	}

	.others-services-item {
		padding: 30px;
	}

	.others-services-title {
		font-size: 40px;
		line-height: 1;
	}

	.others-services-grid {
		min-height: 540px;
		gap: 20px;
	}

	/* Contacto */
	.contact-footer-text {
		font-size: 40px;
	}

	/* Sobre Nós */
	.origin-text {
		font-size: 105px;
		line-height: 0.9;
		max-width: 65%;
	}

	.cronology-content::before {
		font-size: 200px;
	}
}

@media (max-width: 1550px) {

	.service-images-container,
	.main-container {
		padding: 0 5%;
	}
}

@media (max-width: 1440px) {
	.general-content h1 {
		font-size: 28px;
		line-height: 1;
	}

	/* Footer */
	.footer-service {
		font-size: 38px;
	}

	.footer-grid-bottom {
		margin-top: 130px;
	}

	/* Frontpage */
	.frontpage-portfolio-item {
		height: 80vh;
	}

	.frontpage-porfolio-category {
		font-size: 14px;
	}

	.frontpage-porfolio-details {
		width: 70%;
		min-height: 200px;
	}

	.frontpage-project-title {
		font-size: 60px;
		line-height: 1.1;
	}

	.frontpage-history {
		padding: 115px 0;
	}

	.frontpage-hero-title-container {
		max-width: 600px;
	}

	.title-404,
	.contact-title,
	.frontpage-hero-title {
		font-size: 75px;
	}

	.contact-title>span {
		padding-top: 20px;
	}

	/* Contacto */
	.contact-footer-text {
		font-size: 38px;
	}

	.contact-footer {
		padding: 50px 0 210px 0;
	}

	/* Serviço */
	.about-us-subtitle,
	.service-title {
		font-size: 60px;
		line-height: 1.1;
	}

	.others-services-title {
		font-size: 38px;
	}

	.others-services-left>h2 {
		font-size: 30px;
		line-height: 1.1;
	}

	/* Sobre Nós */
	.origin-text {
		font-size: 90px;
		max-width: 800px;
	}

	.cronology-content::before {
		font-size: 180px;
	}

}

@media (max-width: 1376px) {
	.btn {
		font-size: 15px;
	}

	/* Footer */
	footer {
		padding: 65px 0 50px 0;
	}

	.footer-service {
		font-size: 36px;
	}

	/* Frontpage */
	.frontpage-project-title {
		font-size: 55px;
	}

	.frontpage-hero-title-container {
		max-width: 500px;
	}

	.frontpage-porfolio-details {
		min-height: 40%;
		width: 100%;
	}

	.frontpage-porfolio-details-title {
		font-size: 16px;
	}

	.frontpage-service-item {
		font-size: 7vw;
	}

	.title-404,
	.contact-title,
	.frontpage-hero-title {
		font-size: 65px;
	}

	/* Serviço */
	.others-services-left>h2 {
		font-size: 28px;
	}

	.others-services-title {
		font-size: 36px;
	}

	/* Sobre Nós */
	.cronology-media {
		scale: .8;
	}

	.about-us-bottom-container>p {
		font-size: 14px;
	}
}

@media (max-width: 1280px) {
	.general-content h1 {
		font-size: 26px;
	}

	/* Header */
	.page-template-front-page header {
		padding: 15px 0;
	}

	.header-top {
		column-gap: 30px;
	}

	header {
		top: 15px;
	}

	.header-top>li>a {
		font-size: 11px;
	}

	@keyframes introLogo {
		from {
			max-width: 240px;
			top: 50%;
		}

		to {
			max-width: 95px;
			top: 70px;
		}
	}

	/* Footer */
	.footer-service {
		font-size: 35px;
	}

	.footer-grid {
		grid-template-columns: 1fr 35% 1fr;
		column-gap: 20px;
	}

	/* Frontpage */
	.frontpage-history {
		padding: 85px 0;
	}

	.frontpage-history-left {
		top: 0;
	}

	.frontpage-history-image-I {
		max-height: 65%;
	}

	.frontpage-project-container {
		padding: 0 5%;
	}

	.frontpage-project-title {
		font-size: 52px;
	}

	.frontpage-history-text {
		margin: 50px 0;
	}

	.frontpage-service-items {
		font-size: 8px;
	}

	.frontpage-service {
		padding: 65px 0;
		min-height: auto;
	}

	.text-404,
	.frontpage-hero-text {
		font-size: 15px;
	}

	.frontpage-hero-title-container {
		max-width: 415px;
	}

	.title-404,
	.contact-title,
	.frontpage-hero-title {
		font-size: 58px;
	}

	/* Contacto */
	.contact-footer-text {
		font-size: 34px;
	}

	.contact-footer-grid,
	.contact-form-grid {
		gap: 8%;
	}

	.contact-footer-mails,
	#contact-form {
		flex: 1 0 50%;
	}

	.contact-footer {
		padding: 50px 0 180px 0;
	}

	.contact-footer-mails {
		gap: 55px;
		margin-top: 0;
	}

	.contact-intro {
		padding: 190px 0 90px 0;
	}

	@keyframes contactIntro {
		from {
			padding-bottom: 90px;
		}

		to {
			padding-bottom: 25px;
		}
	}

	/* Portefolio */
	.portfolio-category-items {
		padding: 0 5%;
		cursor: grab;
	}

	.portfolio-category-items.active {
		cursor: grabbing;
		user-select: none;
	}

	.portfolio-category-items.active .portfolio-category-item {
		pointer-events: none;
	}

	.btn.btn-modal {
		font-size: 13px;
		padding: 12px 22px;
	}

	/* Serviço */
	.service-intro {
		padding: 200px 0 80px 0;
	}

	.service-title {
		font-size: 56px;
	}

	.others-services-left>h2 {
		font-size: 26px;
	}

	.others-services-title {
		font-size: 34px;
	}

	.others-services-content>p {
		font-size: 14px;
	}

	/* Sobre Nós */
	.about-us-bottom-container>p {
		margin-bottom: 5px;
	}

	.cronology-content::before {
		top: -60%;
	}

	.about-us-subtitle {
		font-size: 44px;
	}

	.origin-text {
		top: 60px;
		font-size: 75px;
		max-width: 700px;
	}

	.origin {
		padding: 220px 0 80px 0
	}

	.about-us-top-container {
		padding-top: 200px;
		max-width: 570px;
	}
}

@media (max-width: 1080px) {
	.btn {
		font-size: 14px;
	}

	/* Footer */
	.footer-service {
		font-size: 30px;
	}

	.footer-grid-bottom {
		margin-top: 95px;
	}

	.footer-logo>img {
		max-width: 100px;
		height: auto;
	}

	.footer-text {
		font-size: 16px;
		line-height: 1.4;
	}

	/* Frontpage */
	.frontpage-project-title {
		font-size: 50px;
	}

	.frontpage-history {
		padding: 95px 0;
	}

	.frontpage-history {
		padding: 80px 0 0 0;
	}

	/* Contacto */
	.contact-footer-text {
		font-size: 32px;
	}

	.contact-footer {
		padding: 50px 0 125px 0;
	}

	/* Serviço */
	.about-us-subtitle,
	.service-title {
		font-size: 50px;
	}

	.others-services-title {
		font-size: 30px;
	}

	.others-services-items {
		display: block;
	}

	.others-services-item::before {
		opacity: 1;
		width: 25px;
	}

	.others-services-grid {
		grid-template-columns: 125px 1fr;
	}
}

@media (max-width: 1080px) and (min-height: 835px) {

	/* Frontpage */
	.frontpage-hero {
		min-height: 60vh;
	}

	.frontpage-project {
		min-height: 55vh;
	}

	.frontpage-hero {
		padding-bottom: 50px;
	}

	/* Sobre Nós */
	.about-us {
		min-height: 70vh;
	}
}

@media (max-width: 1024px) {

	/* Frontpage */
	.frontpage-service-know-more::after {
		top: -5px;
	}

	.frontpage-slider {
		overflow-x: auto;
		scrollbar-width: none;
		gap: 10px;
	}

	.frontpage-portfolio-item {
		cursor: grab;
		height: fit-content;
		flex: 1 0 30%;
	}

	.frontpage-porfolio-details {
		padding: 20px;
		cursor: pointer;
	}

	.frontpage-porfolio-details-title {
		font-size: 15px;
	}

	.frontpage-slider.active {
		cursor: grabbing;
	}

	.frontpage-slider.active>.frontpage-portfolio-item {
		pointer-events: none;
	}

	.frontpage-history-image-I {
		top: 12%;
		max-height: 50%;
	}

	.frontpage-history-image-II {
		max-height: 25%;
		left: 20%;
	}

	.frontpage-history-image-data {
		height: 75%;
		opacity: .2;
	}

	.frontpage-hero-title-container {
		max-width: 340px;
	}

	.title-404,
	.contact-title,
	.frontpage-hero-title {
		font-size: 50px;
	}

	.contact-title>span {
		padding-top: 15px;
	}

	/* Contacto */
	.contact-footer-text {
		font-size: 30px;
	}

	/* Sobre Nós */
	.origin {
		padding: 100px 0 80px 0;
	}

	.origin-text {
		top: 40px;
		font-size: 65px;
		max-width: 590px;
	}

	.cronology-content::before {
		font-size: 170px;
		top: -40%;
	}

	.cronology-item:nth-child(even) .cronology-content::before {
		top: -60px;
	}

	.cronology {
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		cursor: grab;
		min-height: auto;
		padding: 235px 10% 60px 10%;
	}

	.cronology-media {
		scale: 0.7;
	}

	/* Portefólio */
	.btn.btn-modal {
		display: none;
	}

	.btn.btn-modal.btn-mobile {
		display: flex;
	}

	.portfolio-modal-footer-list {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		gap: 10px;
		flex-wrap: wrap;
	}
}

@media (max-width: 900px) {

	/* Frontpage */
	.frontpage-service-item-image {
		display: none;
	}

	/* Footer */
	.footer-service {
		font-size: 26px;
	}

	.footer-logo>img {
		max-width: 85px;
	}

	.footer-grid-bottom {
		margin-top: 70px;
	}

	/* Page */
	.general-content p>strong {
		font-size: 16px;
	}

	.general-content>h2 {
		font-size: 20px;
		line-height: 1.3;
	}

	.general-content>h2 {
		font-size: 18px;
	}

	/* Contacto */
	.contact-footer-text {
		font-size: 28px;
	}

	/* Serviço */
	.about-us-subtitle,
	.service-title {
		font-size: 48px;
	}

	.others-services-title {
		font-size: 28px;
	}

	/* Sobre Nós */
	.origin-text {
		font-size: 65px;
		max-width: 590px;
	}

	.cronology-content::before {
		font-size: 115px;
		letter-spacing: -10px;
	}

	/* Portefolio */
	.btn.btn-modal {
		font-size: 12px;
		padding: 10px 20px;
	}
}

@media screen and (max-width: 820px) {

	/* Frontpage */
	.frontpage-porfolio-details {
		min-height: 25%;
	}

	.frontpage-porfolio-details {
		visibility: visible;
		opacity: 1;
	}

	.frontpage-history-grid {
		grid-template-columns: 100%;
	}

	.frontpage-history {
		padding: 65px 0;
	}

	.frontpage-history-image-data {
		height: auto;
		opacity: 1;
		width: 75%;
		object-fit: contain;
	}

	.frontpage-history-image-I {
		top: 15%;
		max-height: 60%;
		right: 15%;
	}

	.frontpage-history-image-II {
		max-height: 35%;
		left: 20%;
		bottom: 10%;
	}

	.frontpage-history-image-III {
		top: 0;
		left: 30%;
		max-height: 30%;
	}

	.frontpage-animated-word {
		font-size: 12vw;
	}
}

@media (max-width: 768px) {
	body {
		overflow-x: hidden;
	}

	.container,
	.container-404 {
		padding: 0 5%;
	}

	.general-content h1 {
		font-size: 24px;
	}

	/* Header */
	.header-socials {
		display: flex;
		margin: 15px;
		gap: 20px;
		align-items: center;
	}

	.header-socials img {
		width: 25px;
		height: auto;
	}

	.header-top>li.menu-item-has-children::after {
		top: 20px;
		z-index: 1;
		right: 15px;
	}

	.header-top>li.menu-item-has-children:hover>.sub-menu {
		display: block;
	}

	.frontpage-intro-logo {
		left: 50%;
	}

	.side-info>a {
		font-size: 11px;
	}

	.side-info>a>br,
	.menu-item-home {
		display: none;
	}

	.header-top>li {
		min-width: 100%;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}

	.header-menu {
		position: fixed;
		height: 100dvh;
		width: 100%;
		background-color: #fff;
		top: 0;
		left: -100vw;
		padding: 150px 25px 100px 25px;
		z-index: 1;
		transition: all .4s;
	}

	.header-menu::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-image: url(assets/images/mask-graphic.svg);
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: contain;
		opacity: 0.05;
		pointer-events: none;
	}

	#nav-icon.active~.header-menu {
		left: 0;
	}

	.header-top {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0;
	}

	.header-top::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 110px;
		background-color: #1C0F0F;
		background-image: url(assets/images/logo-mobile.svg);
		background-repeat: no-repeat;
		background-size: 85px;
		background-position: 50% 15px;
	}

	.header-top>li>a {
		font-size: 16px;
		color: #1C0F0F !important;
	}

	/* Page */
	.about-us-top-container,
	.general-section {
		padding-top: 200px;
	}

	.general-content p>strong {
		font-size: 15px;
	}

	p,
	.general-content li,
	.general-content>p {
		font-size: 14px;
		line-height: 1.4;
	}

	.service-intro-container>p {
		font-size: 15px;
	}

	/* Menu Mobile */
	.only-mobile {
		display: flex !important;
	}

	.page-template-front-page header {
		padding: 0;
		top: 15px;
	}

	.header-navigation {
		display: flex;
	}

	.wrapper-logo-mobile,
	#nav-icon {
		display: block;
		width: fit-content;
	}

	.wrapper-logo-mobile {
		margin: 0 auto;
	}

	#nav-icon {
		width: 45px;
		height: 45px;
		transform: rotate(0deg);
		transition: .5s ease-in-out;
		cursor: pointer;
		position: absolute;
		top: 25px;
		left: 5%;
		z-index: 2;
	}

	#nav-icon span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background-color: #1C0F0F;
		border-radius: 3px;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
	}

	.light #nav-icon span {
		background-color: #fff;
	}

	/* Icon 3 */
	#nav-icon span:nth-child(1) {
		top: 0px;
	}

	#nav-icon span:nth-child(2),
	#nav-icon span:nth-child(3) {
		top: 15px;
	}

	#nav-icon span:nth-child(4) {
		top: 30px;
	}

	#nav-icon.active span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}

	#nav-icon.active span:nth-child(2) {
		transform: rotate(45deg);
		background-color: #fff;
	}

	#nav-icon.active span:nth-child(3) {
		transform: rotate(-45deg);
		background-color: #fff;
	}

	#nav-icon.active span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}

	.menu-item-logo,
	.sub-menu::before {
		display: none !important;
	}

	.header-top>li>a:not(.custom-logo-link) {
		font-size: 16px;
		z-index: 1;
		width: 100%;
		border-bottom: 1px solid #1c0f0f26;
		border-radius: 0;
		padding: 15px;
	}

	.sub-menu {
		position: relative;
		opacity: 1;
		visibility: visible;
		top: 0 !important;
		left: 0;
		min-width: auto;
		align-items: flex-start;
		background-color: transparent;
		padding: 5px;
		padding-left: 35px;
		margin-top: 10px;
		list-style-type: disc;
		display: none;
	}

	.sub-menu>li>a {
		font-size: 14px;
	}

	/* Side */
	.side-info {
		display: none;
	}

	/* Frontpage */
	.frontpage-hero {
		min-height: 65vh;
	}

	.frontpage-portfolio-item {
		flex: 1 0 40%;
	}

	.frontpage-project-title {
		font-size: 48px;
	}

	.frontpage-service-know-more::after,
	.frontpage-service-grafica {
		display: none;
	}

	.frontpage-service-item {
		font-size: 9vw;
	}

	.text-404,
	.frontpage-hero-text {
		font-size: 14px;
	}

	/* Sobre Nós */
	.about-us-bottom-container {
		padding: 0 5% 50px 5%;
	}

	.origin-text {
		font-size: 60px;
		max-width: 530px;
	}

	/* Footer */
	.footer-grid {
		grid-template-columns: 1fr 1fr;
		row-gap: 30px;
	}

	.footer-logo {
		grid-row: 1;
		grid-column: span 2;
	}

	.footer-grid-bottom {
		margin-top: 30px;
		align-items: flex-start;
		position: relative;
	}

	footer {
		padding: 50px 0;
	}

	.footer-services {
		grid-row: 1;
	}

	.footer-service {
		font-size: 24px;
	}

	/* Contacto */
	.contact-footer-grid,
	.contact-form-grid {
		flex-direction: column;
		row-gap: 15px;
	}

	.contact-form-text {
		margin-bottom: 15px;
	}

	.contact-form {
		padding: 50px 0 40px 0;
	}

	.contact-footer {
		padding: 50px 0 85px 0;
	}

	/* Serviço */
	.about-us-subtitle,
	.service-title {
		font-size: 46px;
	}

	.others-services-grid {
		grid-template-columns: 100%;
		padding: 0 5%;
	}

	.others-services-left {
		max-width: 100%;
	}

	.others-services-title {
		font-size: 26px;
	}

	.others-services-left>h2 {
		font-size: 24px;
	}
}

@media (max-width: 650px) {
	.grid-3 {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.title-404,
	.contact-title,
	.frontpage-hero-title {
		font-size: 45px;
	}

	/* Portfolio */
	.portfolio-modal-footer>p {
		font-size: 12px;
		line-height: 1.6;
	}

	.porfolio-modal-footer-flex {
		margin-bottom: 15px;
	}

	.porfolio-modal-footer-categories {
		margin-top: 15px;
	}

	.close-modal,
	.slick-arrow {
		width: 30px;
	}

	.btn-modal {
		padding: 12px 22px;
		font-size: 12px;
	}

	.slick-prev {
		left: 15px;
	}

	.close-modal,
	.slick-next {
		right: 15px;
	}

	.close-modal {
		top: 15px;
	}

	.portfolio-modal-footer {
		padding: 15px;
	}

	/* Serviço */
	.service-description-container,
	.service-intro-container {
		padding: 0 5%;
	}

	.service-images-container {
		padding: 0;
	}

	.service-images-grid {
		display: flex;
		overflow-x: scroll;
		scrollbar-width: none;
		cursor: grab;
	}

	.service-images-grid.active {
		cursor: grabbing;
	}

	.service-images-grid.active .service-image {
		pointer-events: none;
		cursor: grabbing;
	}

	.service-image {
		flex: 0 0 250px;
		cursor: grab;
	}

	.service-image:first-child {
		margin-left: 5%;
	}

	.service-image:last-child {
		margin-right: 5%;
	}

	/* Sobre Nós */
	.origin {
		padding: 150px 0 40px 0;
	}

	.origin-text {
		font-size: 50px;
		max-width: 480px;
		padding: 0 5%;
	}

	/* Contacto */
	.contact-intro {
		padding: 190px 0 75px 0;
	}

	/* Serviço */
	.service-description {
		padding: 50px 0;
	}

	.others-services-left{
		padding-top: 50px;
	}
}

@media (max-width: 550px) {
	.btn {
		font-size: 13px;
	}

	.response-ajax {
		font-size: 14px;
	}

	/* Frontpage */
	.frontpage-portfolio-item {
		flex: 1 0 70%;
	}

	.frontpage-hero-title-container::before {
		height: 250px;
	}

	.frontpage-project-title {
		font-size: 45px;
	}

	.frontpage-history-text {
		margin: 30px 0;
	}

	.frontpage-hero-text-container {
		padding: 0 5%;
	}

	.frontpage-project {
		min-height: 70vh;
	}

	.frontpage-service-know-more {
		display: none;
	}

	.frontpage-service-item {
		font-size: 50px;
	}

	/* Footer */
	.footer-grid {
		grid-template-columns: 100%;
		row-gap: 15px;
	}

	.footer-socials,
	.footer-services,
	.footer-logo {
		display: none;
	}

	.footer-grid-bottom {
		margin-top: 15px;
	}

	.footer-service {
		font-size: 30px;
	}

	.footer-bottom>li>a,
	.footer-title {
		font-size: 11px;
		line-height: 1.4;
	}

	.footer-bottom {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	/* Contacto */
	.contact-footer-text {
		font-size: 26px;
	}

	/* Serviço */
	.about-us-subtitle,
	.service-title {
		font-size: 44px;
	}

	.cronology-content::before {
		top: 0;
		font-size: 135px;
	}

	.cronology {
		padding: 135px 10% 60px 10%
	}

	/* Sobre Nós */
	.cronology-media {
		scale: 0.6;
	}
}

@media (max-width: 450px) {
	.frontpage-hero {
		min-height: 100vh;
		padding-bottom: 90px;
	}

	.frontpage-project-title {
		font-size: 40px;
	}

	.frontpage-service-item {
		font-size: 41px;
		letter-spacing: normal;
	}

	/* Portefolio */
	.btn.btn-modal {
		font-size: 10px;
		padding: 8px 18px;
	}

	/* Contacto */
	.contact-footer-text {
		font-size: 22px;
	}

	/* Sobre Nós */
	.origin-text {
		font-size: 45px;
	}

	.cronology {
		overflow: initial;
	}

	.cronology-media {
		scale: 0.7;
	}

	/* Footer */
	.footer-text {
		padding: 3px 0;
	}
}

@media (max-width: 450px) and (min-height: 845px) {
	.frontpage-hero {
		min-height: 75vh;
		padding-bottom: 50px;
	}
}