body {
	color: black;
	font-family: NHaasGroteskDSProRg, sans-serif;
	font-size: 16px;
	line-height: 16px;
	transition: background-color 0.4s;
}

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

button, input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    outline: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}


@media (hover: none) {
    button:hover a:hover {
        background: unset !important;
		background-color: unset !important;
        color: inherit !important;
        box-shadow: none !important;
        transform: none !important;
    }
}

/* Fonts Call */

@font-face {
  font-family: 'Suisseintl Light';
  src: url('../fonts/SuisseIntl-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl Medium';
  src: url('../fonts/SuisseIntl-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl Normal';
  src: url('../fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltstd cn';
  src: url('../fonts/HelveticaNeueLTStd-Cn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltstd mdcn';
  src: url('../fonts/HelveticaNeueLTStd-MdCn.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueLTStdCn';
  src: url('../fonts/HelveticaNeueLTStd-Cn.woff2') format('woff2'),
       url('../fonts/HelveticaNeueLTStd-Cn.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'NHaasGroteskDSProRg';
  src: url('../fonts/NHaasGroteskDSPro-55Rg.woff2') format('woff2'),
       url('../fonts/NHaasGroteskDSPro-55Rg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TobiasLight';
  src: url('../fonts/Tobias-Light.woff2') format('woff2'),
       url('../fonts/Tobias-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GTStandarNarGR';
  src: url('../fonts/GTStandardNarrowRg.woff2') format('woff2'),
       url('../fonts/GTStandardNarrowRg.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NaNHoloCondRg';
  src: url('../fonts/NaNHoloCondensed-Regular.woff2') format('woff2'),
       url('../fonts/NaNHoloCondensed-Regular.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Font Styles */

.text-underline {
	text-decoration: underline;
}

.text-mayus {
	text-transform: uppercase;
}

.text-align-r {
	text-align: right;
}

.text-lightgray {
	color: #C4C4C4;
}

.text-midgray {
	color: #A0A0A0;
}

.text-darkgray {
	color: #707070;
}

.text-white {
	color: white;
}

.text-white.brdr-bttm {
	padding-bottom: 16px;
    border-bottom: #707070 solid 1px;
    margin-bottom: 8px;
}

.text-black {
	color: black !important;
}

.text-red {
	color: #f83920;
}

.text-tobias {
	font-family: TobiasLight, serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.text-helcnd {
	font-family: 'NaNHoloCondRg', sans-serifserif;
	font-size: 16px;
	line-height: 16px;
}

.text-xs {
	font-size: 14px;
	line-height: 14px;
}

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

.text-s.hidedesk {
	display: none;
}

.text-m {
	font-size: 24px;
	line-height: 24px;
}

.text-m.hide-desk {
	display: none;
}

.text-xm {
	font-size: 36px;
	line-height: 36px;
}

.text-l {
	font-size: 42px;
	line-height: 42px;
}

.text-xl {
	font-size: 60px;
	line-height: 60px;
}

.text-xxl {
	font-size: 90px;
	line-height: 90px;
}

.text-xxxl {
	font-size: 120px;
	line-height: 100px;
}

.m-c-b-mob {
	display: none;
}

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

/* Media Screens */

@media (max-width: 1280px) {
	.text-m {
		font-size: 24px;
		line-height: 24px;
	}

	.text-xm {
		font-size: 36px;
		line-height: 36px;
	}

	.text-l {
		font-size: 48px;
		line-height: 48px;
	}
	
	.text-l.alt {
        font-size: 36px;
        line-height: 40px;
    }

	.text-xl {
		font-size: 60px;
		line-height: 60px;
	}

	.text-xxl {
		font-size: 90px;
		line-height: 90px;
	}

	.text-xxxl {
		font-size: 90px;
		line-height: 90px;
	}
	.text-xxxl.mob {
		font-size: 36px;
		line-height: 36px;
	}
}

@media (max-width: 1100px) {
	.text-m {
		font-size: 24px;
		line-height: 24px;
	}

	.text-xm {
		font-size: 36px;
		line-height: 36px;
	}

	.text-l {
		font-size: 48px;
		line-height: 48px;
	}
	
	.text-l.project-info {
		font-size: 32px;
		line-height: 40px;
	}

	.text-xl {
		font-size: 60px;
		line-height: 60px;
	}

	.text-xxl {
		font-size: 90px;
		line-height: 90px;
	}

	.text-xxxl {
		font-size: 80px;
		line-height: 80px;
	}
}

@media (max-width: 768px) {
	.text-s.mob {
		font-size: 13px;
		line-height: 14px;
	}	
	.text-m.mob {
		font-size: 18px;
		line-height: 18px;
	}
	.text-l.mob {
		font-size: 30px;
		line-height: 30px;
	}
	.text-xl {
		font-size: 48px;
		line-height: 48px;
	}
	.text-xxl {
		font-size: 48px;
		line-height: 48px;
	}
	.text-xxxl {
		font-size: 60px;
		line-height: 60px;
	}
	.text-m.project-card-title {
	font-size: 24px;
	line-height: 24px;
}
}

/* Color Styles */

.bg-c-black {
	background-color: black !important;
}

.bg-c-white {
	background-color: white !important;
}

.bg-c-lightgray {
	background-color: #F7F7F7 !important;
}

/* General Styles */

.body {
	height: 9000px;
	color: #000;
	background-image: url('../images/Menu.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
    font-family: NHaasGroteskDSProRg, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

@media (max-width: 768px) {
	.hidden-item {
		display: none;
	}
}

/* Components */

.go-button-icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D3D3D3;
	border-radius: 40px;
	transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.go-button-icon img {
	width: 16px;
}

.go-button-icon:hover {
	background-color: #FE391F;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

.button-icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #262626;
	border-radius: 12px;
	border: #262626 solid 1px;
	transition: 0.3s;
}

.button-icon img {
	width: 16px;
}

.button-icon:hover {
	background-color: transparent;
	border: white solid 1px;
}

.button-icon.light-gray {
	background-color: #C4C4C4;
	border: #C4C4C4 solid 1px;
}

.button-icon.light-gray:hover {
	background-color: black;
	border: black solid 1px;
}

.single-button-light {
	text-decoration: none;
	color: white;
	background-color: black;
	padding: 12px 16px 10px 16px;
    border-radius: 16px;
	border: black solid 1px;
	transition: 0.4s;
	width: max-content;
}

.single-button-light.no-border {
	border: none;
}

.single-button-light:hover {
	color: black;
	background-color: transparent;
	border: black solid 1px;
}

.single-button-light.darkgray {
	background: linear-gradient(#bfbfbf, #a0a0a0);
	border: none;
}

.button-capsule {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: white;
	text-decoration: none;
	border: #707070 solid 1px;
	border-radius: 16px;
    padding: 12px 16px 10px 16px;
	transition: 0.4s;
}

.button-capsule:hover {
	color: black;
	background-color: white;
	border: white solid 1px;
}

.single-link-text {
	font-size: 16px;
	line-height: 16px;
	color: #707070;
	text-decoration: none;
	transition: 0.4s;
}

.single-link-text:hover {
	color: white;
}

.video-thumb-show {
	display: inline-block;
	vertical-align: baseline;
	height: 100%;
    width: 100%;
    border-radius: 1.5rem;
    object-fit: cover;
}

.video-thumb-show.single {
    border-radius: .5rem;
}

@media (max-width: 768px) {
	.single-button-light.non {
		display: none;
	}
}

/* Header Starts */

.header {
	display: flex;
	width: 100%;
	z-index: 1000;
	padding: 24px 42px 0px 42px;
	transition: background-color .3s;
	position: fixed;
	top: 0%;	
}

.header.dark-mode {
  background-color: #000;
}

.container-header {
  width: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-a-header {

}

.col-a-header.dark-mode {
  border-bottom-color: #707070;
}

.s-3508 {
	display: inline-flex;
	align-items: center;
    gap: 8px;
    height: 40px;
    text-decoration: none;
	color: white;
	background-color: #262626;
	padding: 4px 18px 4px 6px;
	border-radius: 100px;
	transition: background-color 0.4s ease-in-out;
}

.s-3508:hover {
	background-color: #FE391F;
}

.s-3508 img {
	width: 28px;
	height: 28px;
	border-radius: 40px;
}

.col-a-header a {
	color: white;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.logo-menor-img {
  width: 4.2vw;
}

.logo-menor-img.dark-mode {
  display: none;
}

.col-b-header {
	display: flex;
	margin-left: auto;
    margin-right: 27%;
}

.col-b-header.dark-mode {
  border-bottom-color: #707070;
}

.menu-text-btn {
	text-transform: uppercase;
	font-family: 'NaNHoloCondRg', sans-serif;
	font-size: 16px;
	line-height: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.circulo-menu {
  width: 16px;
  height: 16px;
  background-color: #f83920;
  border-radius: 100%;
}

.menu-btn {
	text-transform: uppercase;
	display: inline-flex;
	gap: 6px;
	height: 40px;
	text-decoration: none;
    background: linear-gradient(#FFFFFF, #F2F2F2);
    padding: 12px 16px 10px 12px;
    border-radius: 40px;
    transition: 0.4s;
}

.menu-btn:hover {
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

.menu-dot {
	width: 16px;
	height: 16px;
	background-color: #f83920;
	border-radius: 100%;
}

.col-c-header {
    justify-content: end;
    align-items: center;
    display: flex;
    gap: 24px;
}

.fecha-mail-cont {
	display: flex;
	gap: 8px;
}

.fecha-menu, .hora-menu, .languaje-switch {
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.fecha-menu {
	font-family: 'NaNHoloCondRg', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
	text-align: center;
    position: relative;
    background: linear-gradient(#FFFFFF, #F2F2F2);
    border-radius: 8px;
    padding: 12px 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.fecha-menu.hora {
	width: 12rem;
}

.fecha-menu.inverted {
	background: linear-gradient(#262626, #262626);
}

.hora-menu {
	color: black;
}

.hora-menu.inverted {
	color: white;
}

.languaje-switch {
	display: none;
	font-family: HelveticaNeueLTStdCn, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
	color: black;
	text-decoration: none;
    position: relative;
    background: linear-gradient(#FFFFFF, #F2F2F2);
    border-radius: 24px;
    padding: 10px 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	transition: box-shadow 0.3s ease-in-out;
}

.languaje-switch.inverted {
	color: white;
	background: linear-gradient(#262626, #262626);
}

.languaje-switch:hover {
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
}

.open-tag {
  color: #707070;
  margin-left: .3vw;
  display: inline-block;
}

.section-fecha-home {
  margin-bottom: 22vw;
  padding-top: 6.5vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.fecha-home-y-office {
  	font-family: HelveticaNeueLTStdCn, sans-serif;
  	font-size: 8.35vw;
  	font-weight: 500;
  	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.fecha-home-y-office.gris {
  color: #c4c4c4;
}

.row-container {
	width: 100%;
	display: flex;
	gap: 1rem;
	padding: 56px 42px;
}

.row-container.hide-desktop {
	display: none;
}

.row-container.pddng-bttm-brdr-bttm {
    align-items: end;
    padding: 0 0 16px;
    border-bottom: #707070 solid 1px;
	margin-bottom: 3rem;
}

.row-container.wdth-80 {
	width: 80%;
}

.row-container.title-over {
	width: 6.5rem;
	padding: 0;
}

.row-container.thumbs-projects {
	display: grid;
	grid-template-columns: 2fr 2fr 4fr 4fr;
	padding: 4rem 0;
}

.row-container.thumbs-projects.alt {
	grid-template-columns: 4fr 4fr 4fr;
}

.row-container.divider {
	height: 1px;
	border-bottom: #e1e1e1 solid 1px;
	padding: 0;
}

.row-container.pddng-bttm-s {
	padding-bottom: 1rem;
	height: 22rem;
	align-items: center;
	position: relative;
}

.row-container.closed {
	display: none !important;
	transition:
}

.row-container.single-project {
	display: grid;
	gap: 1rem;
	grid-template-columns: 2fr 8fr 3fr;
}

.row-container.related {
	position: relative;
	height: 400px !important;
}

.row-container.related img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	height: 400px;
	object-fit: cover;
	border-radius: 1rem;
	z-index: 1;
}

.row-container.spcbtwn {
	justify-content: space-between;
}

.row-container.item-end {
	align-items: end;
}	

.row-container.item-center {
	align-items: center;
}

.row-container.no-padding {
	padding: 0;
	height: fit-content;
}

.row-container.border-bttm-gray {
	padding-bottom: 16px;
	border-bottom: #707070 solid 1px;
	margin-bottom: 40px;
}

.row-container.centered {
	justify-content: center;
}

.row-container.content-end {
	justify-content: end;
}

.row-container.s-padding {
	padding: 16px 42px;
}

.row-container.s-padding.alt {
	padding: 16px 42px 0;
}

.row-container.m-padding {
	padding: 32px 42px;
}

.row-container.m-top-padding {
	padding-top: 10rem;
}

.row-container.xm-top-padding {
	padding-top: 6rem;
	padding-bottom: 0;
}

.row-container.m-gap {
	gap: 6rem;
}

.row-container.pddng-bttm-brdr-single {
	padding-bottom: 5rem;
	border-bottom: #707070 solid 1px;
}

.row-container.to-column {
	flex-direction: column;
}

.column-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
	transition: all 0.5s;
}

.column-container.closed {
	display: none;
	transition: all 0.5s;
}

.column-container.content-start {
	justify-content: start;
}

.column-container.reverse {
	flex-direction: column-reverse;
}

.column-container.no-gap {
	gap: 0;
}

.column-container.m-gap {
	gap: 3rem;
}

.img-single {
	width: 100%;
    height: 120px;
    border-radius: 1rem;
}

.img-single.modal-snlg-proj {
	width: 260px;
}

.img-single img {
	align-items: center;
    object-fit: cover;
    width: 100%;
    height: 120px;
    border-radius: 1rem;
}

.img-single.related {
	position: absolute;
	width: 100%;
    height: 400px;
	margin-left: auto;
	margin-right: auto;
}

.img-single.related img {
	align-items: center;
    object-fit: cover;
    width: 400px;
    height: 400px;
	border-radius: 1rem;
}

@media (max-width: 996px) {
	.fecha-mail-cont {
		display: none;
	}
}

@media (max-width: 768px) {
	.header {
		padding: 24px 16px 0px 16px;
	}
	.col-b-header {
		margin-right: 36%;
	}
	.menu {
		padding: 26vh 16px 128px 16px !important;
		justify-content: start !important;
    	align-items: start !important;
		scroll-snap-type: y mandatory;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
		flex-direction: column;
	}
	.menu-card {
		padding: 16px !important;
	}
	.m-card-top {
		flex-direction: column;
		gap: 48px;
	}
	.m-c-t-col-a {
		display: grid !important;
		grid-template-columns: 4fr 5fr !important;
		gap: 12px !important;
	}
	.t-c-a-right-img {
		width: 100% !important;
	}
	.menu-container {
		flex-direction: column;
    	gap: 24px;
		padding: 24px 24px;
	}
	.copy-menu-container {
		display: none;
	}
	.copy-inner {
		border: none !important;
		padding-top: 0px !important;
	}
	.m-c-t-col-b {
		justify-content: start !important;
		align-items: center;
   	 	width: 100%;
		flex-direction: row !important;
        margin-left: 0 !important;
	}
}


/* Header Ends */

/* Menu Starts */

.menu-wrap-mob {
	display: none;
}

.menu {
	z-index: 10;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: black;
	padding: 0px 42px;
	transition: background-color .2s, top .8s cubic-bezier(.23, 1, .32, 1);
	position: fixed;
	top: calc(-100vh - 200px);
	left: 0%;
	right: 0%;
}

.mid-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.menu-card {
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	gap: 64px;
	background: linear-gradient(#111111, #141414);
	padding: 40px;
	border-radius: 36px;
}

.m-card-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.m-c-t-col-a {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 32px
}

.t-c-a-left {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.t-c-a-left.absolute-single {
	position: absolute;
	top: 7rem;
	right: 42px;
	align-items: end;
}

.featured-title {
	font-family: TobiasLight, serif;
	font-size: 30px;
	line-height: 30px;
	color: white;
}

.t-c-a-right {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.t-c-a-right-img {
	display: flex;
    width: 240px;
}

.t-c-a-right-img img {
	width: 100%;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    border-radius: 18px;
}

.m-c-t-col-b {
	display: flex;
	justify-content: center;
	gap: 8px;
	list-style: none;
	margin-left: -8rem;
}

.m-c-t-col-c {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.t-c-contact {
	display: grid;
	grid-template-columns: 1fr 28px 3fr;
	grid-gap: 8px;
	justify-content: start;
}

.t-c-contact-3col {
	grid-column: 3;
}

.copy-menu-container {
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding: 24px 42px;
}

.copy-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-top: #707070 solid 1px;
	padding-top: 24px;
}

.menu-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: black;
	padding: 24px 40px;
	border-radius: 18px;
}

.link-menu {
	color: white;
	font-size: 40px;
	line-height: 40px;
	text-decoration: none;
	transition: color 0.4s ease-in-out;
}

.link-menu:hover, .link-menu.w--current {
  color: #FE391F;
}

.menu.on {
  top: 0;
}

.menu.dark-mode {
  background-color: black;
}

.container-menu {
  width: 95.6%;
  margin-left: auto;
  margin-right: auto;
}

.col-a-menu {
  width: 49.7%;
}

.menu-nombre {
  background-image: url('../images/menu_flecha_roja.svg');
  background-position: 100% -50%;
  background-repeat: no-repeat;
  background-size: 4vw;
  padding-top: 2.4vw;
  padding-bottom: 1.7vw;
  font-size: 8.3vw;
  line-height: .85em;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.menu-nombre:hover {
  background-image: url('../images/menu_flecha_roja.svg');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: 4vw;
}



.link-menu.ultimo {
  border-bottom-style: none;
  margin-bottom: 0;
}

/* Menu Ends */

/* Home Content Start */

.greeting {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
	grid-gap: 12px;
	padding: 88px 42px;
	z-index: 9;
}

.greeting p {
	font-size: 120px;
	line-height: 100px;
}

.home-hero-img {
	width: 28.125rem;
	height: auto;
	display: flex;
	position: fixed;
	top: 96px;
	right: 42px;
	border-radius: 24px;
}

.home-hero-mob {
	display: none;
}

.top-projects {
	width: 100%;
	display: grid;
	grid-template-columns: 7fr 5fr;
	grid-gap: 12px;
	padding: 0px 42px;
}

.t-p-col-a {
	display: flex;
	width: 292px;
	flex-direction: column;
	justify-content: end;
	gap: 12px;
	margin-left: auto;
}

.t-c-a-img {
	width: 100%;
}

.t-c-a-img img {
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: center;
    align-items: center;
	object-fit: cover;
	border-radius: 24px;
}

.t-c-a-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 12px;
	align-items: start;
}

.t-c-a-info a {
	font-size: 14px;
	line-height: 14px;
	text-decoration: underline;
	color: #707070;
	transition: 0.3s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.t-c-a-info a:hover {
	color: #FE391F;
}

.t-p-col-b {
    display: grid;
    width: 450px;
	height: min-content;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
	margin-top: 38px;
    margin-left: auto;
    position: relative;
	background-color: #F8F8F8;
	padding: 12px;
	border-radius: 24px;
	transition: box-shadow 0.4s ease-in-out;
}

.t-p-col-b:hover {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}

.t-p-col-b p {
	width: 95%;
}

.t-c-b-img {
	display: flex;
	width: 100%;
    height: 96px;
}

.t-c-b-img img {
	width: 100%;
	justify-content: center;
    align-items: center;
	object-fit: cover;
	border-radius: 12px;
}

.t-c-b-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.t-c-b-info a {
	font-size: 14px;
	line-height: 14px;
	text-decoration: underline;
	color: #FE391F;
	transition: 0.3s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent;
}

.mid-section {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding: 56px 42px;
}

.mid-col-a {
	width: 688px;
	font-size: 120px;
	line-height: 100px;
}

.mid-col-b {
	width: 800px;
	height: min-content;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
	position: relative;
	background-color: #F8F8F8;
	padding: 12px;
	border-radius: 24px;
	transition: box-shadow 0.4s ease-in-out;
}

.mid-col-b:hover {
	box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.07);
}

.m-c-b-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: start;
	align-items: start;
	grid-gap: 12px;
}

.m-c-b-img {
	display: flex;
	width: 128px;
    height: 102px;
}

.m-c-b-img img {
	width: 100%;
	justify-content: center;
    align-items: center;
	object-fit: cover;
	border-radius: 12px;
}

.m-c-b-tags {
	display: flex;
	justify-content: end;
  	flex-wrap: wrap;
  	gap: 8px;
}

.m-c-b-tag-1 {
	width: max-content;
	height: fit-content;
	background-color: transparent;
	font-size: 13px;
	line-height: 16px;
	padding: 12px 14px 10px 14px;
	color: #707070;
	border-radius: 16px;
	border: #C4C4C4 solid 1px;
}

.m-c-b-tag-2 {
	width: max-content;
	height: fit-content;
	background-color: transparent;
	font-size: 13px;
	line-height: 16px;
	padding: 12px 14px 10px 14px;
	color: #707070;
	border-radius: 16px;
	border: #C4C4C4 solid 1px;
}

.m-c-b-tag-2.light {
	color: black;
}

.since-section {
	width: 100%;
	display: flex;
	justify-content: end;
	align-items: end;
	padding: px 42px;
	z-index: -10;
}

.since-section p {
	width: 450px;
	text-align: start;
}

.home-centered-section {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 96px 42px;
	z-index: 8;
}

.home-centered-section p {
	width: 1380px;
	text-align: center;
}

.home-contact-section {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 12px;
	padding: 96px 42px;
}

.home-card-contact {
	position: relative;
	width: 380px;
	grid-column: 2;
	display: flex;
	flex-direction: column;
	gap: 16px;
	background-color: #F7F7F7;
	padding: 12px;
	border-radius: 24px;
	transition: box-shadow 0.4s ease-in-out;
}

.home-card-contact:hover {
	box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.07);
}

.h-card-top {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 8px;
	margin-left: auto;
}

.h-card-top.abslte-rght-bttm {
	position: absolute;
	right: 42px;
	bottom: 36px;
}

.h-card-top p {
	height: fit-content;
	background-color: white;
	padding: 13px 16px 11px 16px;
    border-radius: 16px;
}

.h-card-top.projects {
	width: 100%;
    padding-bottom: 1.5rem;
    border-bottom: #E7E7E7 solid 1px;
}

.h-card-img {
	display: flex;
}

.h-card-img img {
	width: 100%;
	justify-content: center;
    align-items: center;
	object-fit: cover;
	border-radius: 12px;
}

.home-centered-section a {
	color: black;
	text-decoration: none;
	text-align: center;
	transition: color 0.3s ease-in-out;
	padding-bottom: 200px;
}

.home-centered-section a:hover {
	color: #FE391F;
}

.latest-project-modal {
	position: fixed;
	bottom: 0px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	background: rgba(250, 250, 250, 0.4);
 	backdrop-filter: blur(40px);
  	-webkit-backdrop-filter: blur(10px);
	padding: 24px 42px;
	border-radius: 36px 36px 0px 0px;
	z-index: 9;
	transition: 0.4s ease-in-out;
} 

.latest-project-modal:hover {
	bottom: 0px;
}

.latest-project-modal.scroll {
	bottom: -83px;
}

.latest-project-modal.scroll:hover {
	bottom: 0px;
}

.latest-project-modal.hide {
	bottom: -280px;
}

.l-p-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding-bottom: 0;
}

.l-p-card-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

/* Media Screens */

@media (max-width: 1188px) {
    .m-c-b-tag-2 {
        display: none;
    }
}

@media (max-width: 1480px) {
	.mid-col-a {
		width: 488px;
		font-size: 90px;
		line-height: 90px;
	}
	.mid-col-b {
		width: 800px;
		height: min-content;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 12px;
		position: relative;
		background-color: #F8F8F8;
		padding: 12px;
		border-radius: 24px;
		transition: box-shadow 0.4s ease-in-out;
	}

	.mid-col-b:hover {
		box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.07);
	}

	.m-c-b-info {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-content: start;
		align-items: start;
		grid-gap: 12px;
	}

	.m-c-b-img {
		display: flex;
		width: 112px;
		height: 112px;
	}

	.m-c-b-img img {
		width: 100%;
		justify-content: center;
		align-items: center;
		object-fit: cover;
		border-radius: 18px;
	}

	.m-c-b-tags {
		display: flex;
		justify-content: end;
		flex-wrap: wrap;
		gap: 8px;
	}
}

@media (max-width: 1280px) {
	.mid-col-a {
        font-size: 80px;
        line-height: 80px;
    }
	.mid-col-b {
		grid-template-columns: 3fr 2fr 3fr;
	}
}

@media (max-width: 1100px) {
	.greeting p {
		font-size: 80px;
		line-height: 80px;
	}
	.mid-col-b {
		width: 700px;
		grid-template-columns: 4fr 3fr 4fr;
	}
	.m-c-b-tag-1 {
		font-size: 14px;
		line-height: 14px;
		padding: 10px 10px 9px 10px;;
		border-radius: 14px;
	}

	.m-c-b-tag-2 {
		font-size: 14px;
		line-height: 14px;
		padding: 10px 10px 9px 10px;;
		border-radius: 14px;
	}
}

@media (max-width: 1060px) {
    .m-c-b-tags {
        display: none;
    }
	.mid-col-b {
        width: 640px;
        grid-template-columns: 4fr 3fr 1fr;
    }
	.mid-col-a {
        width: 596px;
        font-size: 70px;
        line-height: 70px;
    }
}

@media (max-width: 996px) {
	.home-hero-img {
		width: 380px;
	}
	.t-p-col-a {
		width: 277px;
	}
	.t-p-col-b {
		width: 380px;
	}
	.mid-col-b {
		width: 432px;
        grid-template-columns: 4fr 3fr 0fr;
	}
	.since-section p {
		width: 380px;
	}
}

@media (max-width: 768px) {
	.greeting {
		padding: 88px 16px;
		grid-template-columns: 1fr 3fr;
	}
	.home-hero-img {
		display: none;
	}
	.home-hero-mob {
		display: flex;
		width: 100%;
		padding: 64px 16px 0px 16px;
	}
	.t-c-a-img img {
		border-radius: 24px;
	}
	.home-hero-img-mob {
		display: flex;
		width: 100%;
		height: auto;
		object-fit: cover;
		justify-content: center;
		align-items: center;
		border-radius: 24px;
	}
	.top-projects {
		display: flex;
		flex-direction: column;
		padding: 0px 16px;
		align-items: center;
	}
	.t-p-col-a {
		justify-content: center;
        margin-left: unset;
	}
	.t-p-col-b {
		display: none;
	}
	.mid-section {
		justify-content: start;
		padding: 24px 16px;
	}
	.mid-col-b.non {
		display: none;
	}
	.since-section {
		padding: 96px 16px;
	}
	.since-section p {
		text-align: end;
	}
	.home-centered-section {
		display: flex;
		padding: 16px 16px;
	}
	.home-contact-section {
		width: 100%;
		display: flex;
		grid-gap: 12px;
		padding: 120px 16px;
	}
	.latest-project-modal {
		padding: 24px 16px;
        border-radius: 24px 24px 0px 0px;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
	}
	.latest-project-modal.scroll {
		bottom: -86px;
	}
	.h-card-top.mob {
		display: none;
	}
	.l-p-top {
		border-bottom: none;
		padding-bottom: 0px;
	}
	.l-p-top.featured-home {
		display: none;
	}
	.mid-col-b {
		width: 100%;
        border-radius: 24px;
        grid-template-columns: 4fr 3fr;
        background: rgba(240, 240, 240, 0.6);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(10px);
	}
	.m-c-b-img img {
		border-radius: 12px;
	}
	.m-c-b-mob {
		display: flex;
		flex-direction: column;
        justify-content: start;
        gap: 12px;
	}
	.m-c-b-mob.featured-home {
        justify-content: space-between;
	}
	.m-c-b-tags.mob {
		display: none;
	}
	.m-c-b-tags {
		display: flex;
        align-items: flex-start;
        align-content: flex-start;
        align-self: stretch;
        flex-wrap: wrap;
        justify-content: start;
	}
	.m-c-b-tag-1 {
        font-size: 12px;
        line-height: 12px;
        padding: 9px 9px 8px 9px;
        border-radius: 12px;
    }
	.m-c-b-tag-1.featured-home {
        background: white;
        border: none;
    }
	.m-c-b-tag-2 {
        font-size: 12px;
        line-height: 12px;
        padding: 9px 9px 8px 9px;
        border-radius: 12px;
    }
	.m-c-b-info {
		display: flex;
        flex-direction: column;
	}
	.m-c-b-info.featured-home {
        flex-direction: row;
	}
}

/* Home Content Ends */


.project-pslider {
  margin-bottom: 6.2vw;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.project-pslider._1 {
  z-index: 3;
}

.project-pslider._2 {
  z-index: 2;
}

.project-pslider._3 {
  z-index: 1;
}

.project-pslider._4 {
  z-index: 0;
}

.project-pslider._4.ultimo {
  margin-bottom: 0;
}

.container-proyectos-pslider {
  z-index: 1;
  width: 95.6%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: .1vw;
  display: flex;
  position: relative;
}

.col-projects-pslider {
  z-index: 1;
  width: 41.2%;
  position: relative;
}

.flecha-absolute-pslider {
  width: 4.2vw;
  height: 2.6vw;
  background-color: #000;
  background-image: url('../images/flecha_pslider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 48%;
  border-radius: 1vw;
  position: absolute;
  top: 12.5vw;
  left: -2.3vw;
}

.flecha-absolute-pslider.dark-mode {
  background-color: #f83820;
}

.elementos-over-pslider {
  z-index: 4;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.link-view-projects-absolute {
  color: #000;
  text-align: right;
  text-decoration: none;
  position: absolute;
  top: 16.3vw;
  right: -67.4vw;
}

.sticky-elementos-over-pslider {
  width: 0;
  margin-bottom: 31.8vw;
  position: -webkit-sticky;
  position: sticky;
  top: 15vw;
}

.link-block-projects-pslider {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-grid-home {
  padding-top: 10vw;
}

.container-projects-home {
  width: 95.6%;
  margin-left: auto;
  margin-right: auto;
}

.title-section-small {
  color: #707070;
  border-bottom: 1px solid #000;
  padding-bottom: .95vw;
  font-family: Helveticaneueltstd cn, sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.3em;
}

.title-section-small.dark-mode {
  color: #c4c4c4;
  border-bottom-color: #707070;
}

.heading-projects-home {
  color: #000;
  letter-spacing: .02vw;
  margin-top: 1.8vw;
  margin-bottom: 0;
  padding-right: 10vw;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 8.3vw;
  font-weight: 400;
  line-height: 1em;
}

.heading-projects-home.ampersand {
  margin-top: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  right: 1.7vw;
}

.heading-projects-home.dark-mode {
  color: #fff;
}

.heading-projects-group {
  position: relative;
}

.group-de-thumbs-project-home {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -3.4vw;
  display: flex;
}

.thumb-project {
  width: 23.3vw;
  color: #000;
  margin-bottom: 8vw;
  text-decoration: none;
  position: relative;
}

.thumb-project.vacio {
  min-height: 2vw;
}

.thumb-project.mediano {
  width: 39.5vw;
}

.thumb-project.grande {
  width: 67.6vw;
}

.img-thumb-proyecto {
  width: 100%;
  height: 26.2vw;
  object-fit: cover;
  border-radius: 1vw;
  margin-bottom: 1vw;
}

.img-thumb-proyecto.menor {
  height: 15vw;
}

.img-thumb-proyecto.grande {
  height: 41.3vw;
}

.titulo-thumb {
	font-family: Suisseintl Medium, sans-serif;
	font-size: 0.813rem;
	font-weight: 500;
	line-height: 1rem;
	display: none;
}

.titulo-thumb.dark-mode {
  color: #c4c4c4;
}

.sub-titulo-thumb {
  color: #707070;
  margin-top: -.1vw;
  margin-bottom: 1vw;
  font-family: Suisseintl Light, sans-serif;
  font-size: 1.14vw;
  font-weight: 300;
  line-height: 1.3em;
}

.sub-titulo-thumb.dark-mode {
  color: #c4c4c4;
}

.tags-thumb-project {
  flex-wrap: wrap;
  display: flex;
}

.tag-project {
  color: #707070;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c4c4c4;
  border-radius: 2vw;
  margin-right: .7vw;
  padding: .6vw 1vw .55vw;
  font-size: .85vw;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.tag-project:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.tag-project.negro {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.tag-project.negro:hover {
  background-color: #000;
  border-color: #000;
}

.tag-project.negro.dark-mode {
  color: #262626;
  border-color: #c4c4c4;
}

.tag-project.gris {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.tag-project.gris.hover {
  color: #fff;
  background-color: #f83820;
  border-color: #f83820;
}

.tag-project.gris.dark-mode {
  color: #262626;
  border-color: #c4c4c4;
}

.tag-project.gris.dark-mode.hover {
  border-color: #f83820;
}

.tag-project.dark-mode {
  color: #c4c4c4;
  border-color: #707070;
}

.tag-project.on {
  color: #fff;
  background-color: #f83820;
  border-color: #f83820;
}

.tag-project.negro-redes-menu {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.tag-project.negro-redes-menu:hover {
  background-color: #000;
  border-color: #000;
}

.tag-project.negro-redes-menu.dark-mode {
  color: #262626;
  border-color: #c4c4c4;
}

.espacio-tgas-thumb {
  width: .5vw;
  height: .5vw;
}

.salto-lista-thumbs-home {
  width: 100%;
  height: 0;
}

.section-archive-home {
  	z-index: 1;
    border-radius: 32px 32px 0 0;
}

.section-archive-home.bg-black {
	position: relative;
  	background: black;
	margin-bottom: -60px;
    padding-bottom: 880px;
}

.section-archive-home.bg-darkgray {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	background: #262626;
	padding: 56px 42px;
	margin-top: 2rem;
	padding-bottom: 5.5rem;
	z-index: 4;
	position: sticky;
	top: 0;
}

.container-archive {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 42px;
	padding-bottom: 7rem;
}

.container-archive.single {
	padding-bottom: 0px;
}

.title-archive {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 12.55vw;
  font-weight: 400;
  line-height: 1em;
}

.title-archive.dark-mode {
  color: #fff;
}

.header-archive {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: .45vw;
  display: flex;
  position: relative;
}

.header-archive.dark-mode {
  border-bottom-color: #707070;
}

.section-all-projects-home {
	position: relative;
}

.link-contact-us {
  color: #000;
  text-align: right;
  margin-top: 1.7vw;
  text-decoration: none;
}

.list-archive-thumbs {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
  display: flex;
}

.list-archive-thumbs.new {
  justify-content: unset;
}

.thumb-archive {
	position: relative;
	width: 18.5rem;
	color: #000;
	text-decoration: none;
	height: 12rem;
	margin-bottom: 4rem;
}

.thumb-archive.alt {
	width: 18.5rem;
	margin-bottom: 0;
}

.thumb-archive.alt.to-right {
	margin-left: auto;
}

.thumb-arch-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    border-radius: 24px;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(10px);
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	z-index: 2;
}

.thumb-arch-hover:hover {
	opacity: 1;
}

.thumb-archive.vacio {
  min-height: 2vw;
}

.thumb-archive.mediano {
  width: 39.5vw;
}

.thumb-archive.grande {
  width: 67.6vw;
}

.img-thumb-archive {
	width: 100%;
	height: 12rem;
	align-items: center;
	object-fit: cover;
}

.img-thumb-archive.grid-projects {
	width: 18.5rem;
    height: 12rem;
    align-items: center;
    object-fit: cover;
    border-radius: 1.5rem;
}

.img-thumb-archive.menor {
  height: 15vw;
}

.img-thumb-archive.grande {
  height: 41.3vw;
}

.sub-titulo-thumb-archive {
  color: #707070;
  margin-top: -.1vw;
  margin-bottom: 1vw;
  font-family: Suisseintl Light, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.3em;
}

.sub-titulo-thumb-archive.dark-mode {
  color: #c4c4c4;
}

.tags-thumb-project-archive {
  margin-top: .6vw;
  display: flex;
}




.link-menu.dark-mode {
  color: #707070;
  border-bottom-color: #707070;
}

.link-menu.dark-mode:hover, .link-menu.dark-mode.w--current {
  color: #fff;
}

.grupo-menu {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  display: flex;
}

.grupo-menu.dark-mode {
  border-bottom-color: #707070;
}

.col-b-menu {
  width: 41.3%;
  justify-content: space-between;
  padding-top: 2.2vw;
  display: flex;
}

.col-a-fetured-element {
  width: 41%;
  padding-top: .6vw;
}

.col-b-fetured-element {
  width: 59%;
  position: relative;
}

.titulo-fetured {
  letter-spacing: .1vw;
  margin-bottom: 5.6vw;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 2.3vw;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: underline;
}

.titulo-fetured.dark-mode {
  color: #fff;
}

.img-fetured-img {
  width: 100%;
  height: 17.6vw;
  object-fit: cover;
  border-radius: 1vw;
  margin-bottom: 1.2vw;
}

.view-projects-link-menu {
  color: #707070;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}

.linea-menu-fetured {
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 1.7vw;
}

.linea-menu-fetured.dark-mode {
  border-bottom-color: #707070;
}

.flecha-fetured {
  height: 2.6vw;
  position: absolute;
  top: 10vw;
  left: -2.2vw;
}

.cerrar-menu-btn {
  width: 3vw;
  float: right;
  margin-top: 4.7vw;
}

.grupo-redes-y-contacto {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.grupo-redes-y-contacto.dark-mode {
  border-bottom-color: #707070;
}

.col-a-redes-menu {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  padding-top: .8vw;
  display: flex;
}

.col-b-redes-menu {
  width: 41.3%;
}

.contact-details {
  color: #707070;
  margin-top: .4vw;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
}

.grupo-menu-datos {
  border-bottom: 1px solid #000;
  padding-top: 6.9vw;
  padding-bottom: 7.5vw;
}

.grupo-menu-datos.dark-mode {
  border-bottom-color: #707070;
}

.fila-fatos-menu {
  justify-content: space-between;
  margin-bottom: .3vw;
  display: flex;
}

.dato-indicador {
  color: #000;
  letter-spacing: .16vw;
  font-size: 8vw;
  line-height: 1em;
  text-decoration: none;
}

.dato-indicador.gris {
  color: #c4c4c4;
}

.dato-indicador.gris.dark-mode {
  color: #707070;
}

.dato-indicador.dark-mode {
  color: #fff;
}

.link-fetured-menu {
  color: #000;
  text-decoration: none;
  position: relative;
}

.new-tag {
  color: #fff;
  background-color: rgba(196, 196, 196, .8);
  border-radius: 2vw;
  padding: .6vw .8vw .55vw;
  font-size: .85vw;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: .8vw;
  right: .6vw;
}

.new-tag.on {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.nav-projects {
	z-index: 2;
    position: fixed;
    bottom: 24px;
    left: 42px;
    right: 42px;
    border-radius: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-projects.project-single {
	bottom: 2rem;
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding: 0 42px;
    z-index: 1;
    position: sticky;
}

.nav-projects.project-single.sticky-stop {
	position: absolute !important;
	top: auto !important;
	bottom: 24px;
}

.container-filter {
  	width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 24px;
    background: rgba(162, 162, 162, 0.2);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 2rem;
}

.container-filter.mob {
	display: none;
}

.container-filter.single-project {
	background: rgba(240, 240, 240, 0.9);
	flex-direction: column;
	gap: 48px;
	padding: 12px;
	max-height: 144px;
	overflow: hidden;
	border-radius: 1.5rem;
	transition: max-height 0.5s ease-in-out;
}

.container-filter.single-project.open {
	max-height: calc(100vh - 190px);
	height: calc(100vh - 190px);
}

.col-a-filter {
  align-items: center;
  display: flex;
}

.view-mode-filter {
  color: #707070;
  margin-right: 3vw;
  line-height: 1em;
}

.link-filter {
  color: #000;
  margin-right: 2vw;
  text-decoration: none;
}

.link-filter:hover {
  color: #f83820;
}

.link-filter.on {
  color: #f83820;
  text-decoration: underline;
}

.link-filter-button {
  color: #707070;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c4c4c4;
  border-radius: 2vw;
  margin-left: 1vw;
  padding: .45vw 1vw .4vw;
  font-size: .85vw;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-filter-button:hover {
  color: #fff;
  background-color: #f83920;
  border-color: #f83920;
}

.link-filter-button.on {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.section-list-projects {
  width: 100%;
  padding-top: 8.9vw;
  padding-bottom: 6vw;
}

.salto-section-list {
  height: 9.75vw;
}

.header-tabla {
  border-bottom: 1px solid #000;
}

.title-header-list {
  width: 50.5%;
  float: left;
  color: #707070;
  padding-bottom: .95vw;
  font-family: Helveticaneueltstd mdcn, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3em;
}

.title-header-list.col-tres {
  width: 24.5%;
}

.title-header-list.col-dos {
  width: 25%;
}

.fila-lista-proyecto {
  width: 100%;
  float: left;
  clear: both;
  border-bottom: 1px solid #c4c4c4;
  justify-content: flex-start;
  padding-top: 1.2vw;
  padding-bottom: .5vw;
  position: relative;
}

.fila-lista-proyecto.dark-mode {
  border-bottom-color: #707070;
}

.col-a-lista-proyectos {
  width: 50.5%;
  float: left;
}

.titulo-proyecto-lista {
  color: #000;
  font-size: 2.5vw;
  line-height: 1.3em;
  transition: all .2s;
}

.titulo-proyecto-lista.anio {
  color: #707070;
}

.titulo-proyecto-lista.anio.dark-mode.hover {
  color: #f83820;
}

.titulo-proyecto-lista.hover {
  color: #ea422c;
  text-decoration: underline;
}

.titulo-proyecto-lista.dark-mode {
  color: #fff;
}

.titulo-proyecto-lista.dark-mode.hover {
  color: #f83820;
}

.col-b-lista-proyectos {
  width: 25%;
  float: left;
}

.col-c-lista-proyectos {
  width: 24.5%;
  float: left;
  padding-top: .5vw;
  display: flex;
}

.new-tag-list {
  color: #fff;
  background-color: #cfcfcf;
  border: 1px solid #cfcfcf;
  border-radius: 2vw;
  margin-left: .15vw;
  padding: .5vw .55vw .4vw;
  font-size: .85vw;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: -1.1vw;
}

.new-tag-list.on {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.new-tag-list.dark-mode {
  color: #707070;
}

.hover-image-list {
  z-index: 1;
  width: 23.3vw;
  height: 15vw;
  opacity: 0;
  object-fit: cover;
  border-radius: 1vw;
  transition: all .2s;
  position: absolute;
  top: -6vw;
  left: 0;
}

.hover-image-list.hover {
  opacity: 1;
}

.section-interactive-projects {
  z-index: 0;
  width: 100%;
  position: relative;
}

.slider-adjuster {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10vw;
  padding-bottom: 12vw;
  position: relative;
}

.slide {
  z-index: 0;
  width: 9.11vw;
  height: 13.42vw;
  float: left;
  color: #000;
  margin-left: 1vw;
  margin-right: 1vw;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: block;
  position: relative;
}

.slide.slide-segundo {
  z-index: 3;
  transform: scale(1.75);
}

.slide.slide-tercero {
  z-index: 2;
  transform: scale(1.55);
}

.slide.slide-cuarto {
  z-index: 1;
  transform: scale(1.25);
}

.slide.slide-quinto {
  z-index: -1;
  margin-left: -5.6vw;
  margin-right: -5.6vw;
  transform: scale(.55);
}

.slide.slide-primero {
  z-index: 4;
  transform: scale(1.9);
}

.slide.debug {
  z-index: 1;
  color: #000;
  top: -6px;
  left: 35px;
  transform: scale(2.1);
}

.numero-slide {
  height: 17.5vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-wrapper {
  z-index: 0;
}

.slider-interactive {
  position: relative;
}

.next-slider {
  z-index: 1;
  width: 39%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.prev-slider {
  z-index: 1;
  width: 39%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.img-thumb-interactivo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .5vw;
}

.tag-project-scaled {
  float: left;
  color: #fff;
  background-color: #9f9f9f;
  border-radius: 2vw;
  padding: .35vw .4vw .25vw;
  font-size: .4vw;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
}

.tag-project-scaled.negro {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.tag-project-scaled.gris {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.tag-absolute {
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: .2vw;
  right: .3vw;
}

.tag-absolute.on {
  opacity: 1;
}

.flecha-interactive {
  width: 2vw;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: .2vw;
  left: .2vw;
}

.flecha-interactive.on {
  opacity: 1;
}

.name-project-interactive {
  color: rgba(0, 0, 0, 0);
  font-size: .61vw;
  line-height: 1em;
  transition: opacity .2s;
  position: absolute;
  bottom: -1vw;
  left: 0%;
  right: 0%;
}

.name-project-interactive.on {
  opacity: 1;
  color: #000;
}

.name-project-interactive.on.dark-mode {
  color: #fff;
}

.hit-container {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hit {
  width: 1vw;
  height: 100%;
  background-color: #aa5050;
}

.container-fechas-office {
  width: 95.6%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-hero-office {
  padding-bottom: 2.2vw;
}

.container-hero-office {
  width: 47.6vw;
  justify-content: center;
  align-items: center;
  margin-top: -5.3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.imagen-hero-office {
  width: 23.3vw;
  height: 26.2vw;
  object-fit: cover;
  border-radius: 1000px;
}

.ficha-office {
  width: 15.5vw;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1vw;
  padding: 1.4vw 1vw .7vw;
  text-decoration: none;
  position: absolute;
  bottom: 3vw;
  left: 0;
}

.flecha-absolute-hero-office {
  width: 4.2vw;
  height: 2.6vw;
  background-color: #000;
  background-image: url('../images/flecha_pslider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 48%;
  border-radius: 1vw;
  position: absolute;
  bottom: -1.1vw;
  right: -1.9vw;
}

.flecha-absolute-hero-office.dark-mode {
  background-color: #f83820;
}

.go-to-projects-hero-office {
  color: #707070;
  margin-top: 1vw;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 11px;
  line-height: 1em;
}

.heading-an-infinite {
  color: #000;
  letter-spacing: .02vw;
  margin-top: 2.8vw;
  margin-bottom: 0;
  padding-right: 10vw;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 6.2vw;
  font-weight: 400;
  line-height: .85em;
}

.heading-an-infinite.ampersand {
  height: 100%;
  align-items: center;
  margin-top: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5vw;
}

.heading-an-infinite.dark-mode {
  color: #fff;
}

.row-services-buttons {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.9vw;
  padding-bottom: 2.6vw;
  display: flex;
}

.row-services-buttons.dark-mode {
  border-bottom-color: #707070;
}

.p-link-schedule-a-call {
  color: #707070;
  border-bottom: 1px solid #707070;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
}

.link-schedule-office {
  text-decoration: none;
}

.flecha-schedule {
  width: 4.2vw;
  margin-top: 2.1vw;
}

.services-buttons {
  width: 60vw;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 3.55vw;
  display: flex;
}

.services-images {
  width: 23.5vw;
  object-fit: cover;
  border-radius: 1vw;
}

.service-big-button-a {
  width: 23.5vw;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1vw;
  padding: .5vw 1.25vw .4vw;
  text-decoration: none;
  position: relative;
  top: -3.7vw;
  left: 14.7vw;
  transform: rotate(22deg);
}

.view-text-big-button {
  color: #000;
  border-bottom: 1px solid #000;
  margin-top: 1vw;
  padding-bottom: 1.3vw;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 1.15vw;
  line-height: 1em;
}

.flecha-btn-grande {
  width: 1.2vw;
  position: absolute;
  top: 1.1vw;
  right: 1.1vw;
}

.titulo-big-button-a {
  padding-top: 2.7vw;
  font-family: Suisseintl Medium, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.3em;
}

.service-big-button-b {
  width: 23.5vw;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1vw;
  padding: .5vw 1.25vw .4vw;
  text-decoration: none;
  position: relative;
  top: 14.2vw;
  left: -25.6vw;
  transform: rotate(-22deg);
}

.titulo-big-button-b {
  padding-top: 10.1vw;
  font-family: Suisseintl Medium, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.3em;
}

/* ========= Office Page ========== */

.about-wrap {
	position: relative; 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 32vh 42px 0px 42px;
}

.office-about-greeting {
	position: sticky; 
    bottom: 42px;
    left: 42px; 
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 64px;
    z-index: 6;
	padding-top: 200px;
    transition: transform 0.3s ease;
}

.office-about-greeting-mob {
	display: none;
}

.about-text-a {
	width: 100%;
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 12px;
}

.text-a-item {
	grid-column: 2;
	width: 450px;
}

.where-image {
	width: 100%;
	display: grid;
	grid-template-columns: 5fr 4fr 3fr;
	align-items: start;
	justify-content: start;
	grid-gap: 12px;
	padding: 48px 0px 48px 0px;
}

.where-text-item {
	grid-column: 2;
}

.w-i-container {
	width: 450px;
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 12px;
}

.w-i-img {
	grid-column: 2;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
    align-items: center;
    object-fit: cover;
	border-radius: 24px;
}

.about-text-b {
	width: 100%;
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 12px;
}

.a-t-b-container {
	grid-column: 2;
	width: 450px;
}

.a-t-b-moved {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 12px;
}

.image-year {
	width: 100%;
	display: grid;
	grid-template-columns: 5fr 4fr 3fr;
	grid-gap: 12px;
	padding-top: 160px;
}

.i-year-container {
	grid-column: 2;
	width: 450px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.i-y-img {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
    align-items: center;
    object-fit: cover;
	border-radius: 24px;
}

.i-y-empty {
	grid-column: 3;
	width: 450px;
}

.services-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 24px;
	padding-top: 184px;
}

.moved-item {
	grid-column: 2;
	text-align: start;
}

.services-title {
	width: 100%;
	padding: 0px 42px;
}

.service-filter {
	width: 100%;
	padding: 0px 42px;
}

.filter-list {
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 12px;
	background-color: #F8F8F8;
	padding: 16px;
	border-radius: 32px;
	list-style: none;
}

.category-btn-default {
	border: #C4C4C4 solid 1px;
    border-radius: 16px;
    padding: 12px 16px 10px 16px;
	background-color: transparent;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
	color: black;
    display: inline-block;
	transition: background-color 0.3s ease-in-out;
}

.category-btn-default:hover {
	background-color: #C4C4C4;
}

.category-btn-default.on {
	border: #FE391F solid 1px;
	background-color: #FE391F;
	color: white;
}

.service-info {
	width: 100%;
	padding: 0px 42px;
}

.s-cards-container {
	width: 100%;
	display: grid;
	grid-template-columns: 5fr 4.37fr 3fr;
	grid-gap: 12px;
	padding: 64px 42px 144px 42px;
}

.total-projects-card {
	position: relative;
	width: 296px;
	height: 192px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #666666; 
	padding: 16px;
	border-radius: 24px;
	transition: background-color 0.4s ease-in-out;
}

.total-projects-card:hover {
	background-color: black; 
}

.t-p-card-top {
	position: relative;
	width: 100%;
	display:flex;
	justify-content: space-between;
	align-items: start;
	gap: 12px;
}

.p-card-top-a {
	width: 100%;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.p-c-t-a-img {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
    align-items: center;
    object-fit: cover;
    border-radius: 12px;
}

.p-card-top-a {
	font-size: 24px;
	line-height: 24px;
	color: white;
}

.p-card-top-a.alt {
	flex-wrap: nowrap;
}

.p-card-top-a.alt {
	font-size: 18px;
	line-height: 18px;
	color: white;
}

.p-c-total-capsule {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	padding: 4px 8px;
	color: white;
	background-color: #A0A0A0;
	border-radius: 8px;
}

.p-c-total-capsule.year {
	padding: 0;
    background-color: transparent;
	color: #C4C4C4 !important;
	position: absolute;
    right: 0;
}

.p-c-total-capsule.counter {
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	padding: 12px 24px;
	color: black;
	background: #F7F7F7;
	border-radius: 16px;
	position: absolute;
	top: 160px;
    right: 42px;
}

.p-c-total-capsule.category {
	border-radius: 8px;
	text-decoration: none !important;
	padding: 4px 12px;
}

.p-c-total-capsule.category.over {
    border: #dbdbdb solid 1px;
    background: transparent;
	color: white !important;
}

.t-p-card-bottom {
	width: 100%;
}

.t-p-card-bottom p {
	text-decoration: underline;
	color: #C4C4C4; 
	font-size: 14px;
	line-height: 16px;
}

.section-publications {
	padding: 42px 42px 24px 42px;
    width: 100%;
    background: black;
    border-radius: 24px 24px 0px 0px;
}

.container-publications {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.titulo-publications {
  width: 50%;
  color: white;
  font-family: TobiasLight, serif;
  text-align: left;
  font-size: 48px;
  line-height: 48px;
}

.titulo-publications.ampersand {
  height: 100%;
  align-items: center;
  margin-top: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5vw;
}

.titulo-publications.dark-mode {
  color: #fff;
}

.grupo-titulo-publications {
  	display: flex;
	padding-bottom: 12px;
}

.grupo-filtro-publications {
	justify-content: flex-start;
	align-items: center;
	display: flex;
	gap: 12px;
	padding: 24px;
	background: linear-gradient(#111111, #141414);
	border-radius: 32px;
}

.grupo-lista-de-publicaciones {
	padding: 64px 0px 164px 0px;
}

.filter-text-publications {
  color: #707070;
  margin-right: 1.5vw;
}

.fila-de-publicacion {
  	border-bottom: 1px solid #585858;
    justify-content: space-between;
    padding: 16px 0px;
    display: flex;
}

.fila-de-publicacion.dark-mode {
  border-bottom-color: #262626;
}

.copy-container {
	width: 100%;
}

.col-a-publicacion {
  width: 50.5%;
}

.col-b-publicacion {
  width: 25%;
  align-items: flex-end;
  display: flex;
}

.col-c-publicacion {
	width: 24.5%;
	align-items: center;
	display: flex;
	justify-content: end;
}

.titulo-press {
 	color: white;
    font-family: TobiasLight, serif;
    font-size: 30px;
    line-height: 30px;
}

.titulo-press.dark-mode {
  color: #c4c4c4;
}

.tipo-press {
  	color: white;
    font-family: NHaasGroteskDSProRg, sans-serif;
    font-size: 24px;
    line-height: 24px;
    position: relative;
}

.btn-press {
 	color: white;
    background-color: #A0A0A0;
    border-radius: 8px;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    display: inline-block;
}

.btn-press.negro {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-press.gris {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.btn-press.dark-mode {
  color: #c4c4c4;
  border-color: #707070;
}

@media (max-width: 768px) {
	.about-wrap {
		padding: 30vh 16px 0px 16px;
	}	
	.office-about-greeting {
		display: none;
	}
	.about-text-a {
		display: flex;
	}
	.where-image {
		grid-template-columns: 1fr 5fr;
		padding: 48px 0px 24px 0px;
	}
	.w-i-img {
		border-radius: 24px;
	}
	.where-text-item {
		grid-column: 1;
	}
	.w-i-container {
		width: 100%;
		display: flex;
	}
	.about-text-b {
		display: flex;
	}
	.a-t-b-moved {
		grid-template-columns: 1fr 5fr;
	}
	.office-about-greeting-mob {
		display: flex;
		flex-direction: column;
		gap: 24px;
    	justify-content: start;
    	align-items: start;
		padding-top: 64px;
	}
	.services-wrap {
		padding-top: 72px;
	}
	.services-title {
		padding: 0px 16px;
	}
	.service-filter {
		width: 100%;
        background-color: #f2f2f2;
        padding: 16px 0px;
	}
	.scroll-wrapper {
		width: 100%;
        display: flex;
        justify-content: flex-start;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
		overflow-y: hidden;
		scroll-padding: 0 16px;
	}
	.filter-list {
		border-radius: 0px;
        padding: unset;
        background-color: unset;
		padding-left: 16px;
        padding-right: 16px;
        gap: 0px;
	}
	.filter-list::-webkit-scrollbar {
		display: none;
	}
	.category-item {
		scroll-snap-align: start; /* Snap en el inicio de cada elemento */
		padding-right: 16px;
	}
	.category-btn-default {
		width: max-content;
	}
	.service-info {
		padding: 0px 16px;
	}
	.s-cards-container {
		display: flex;
		flex-direction: column;
		grid-gap: 24px;
		padding: 64px 16px 64px 16px;
	}
	.total-projects-card {
		width: 100%;
	}
	.home-card-contact {
		width: 100%;
		border-radius: 24px;
	}
	.h-card-img img {
		border-radius: 12px;
	}
	.image-year {
		width: 100%;
		display: flex;
		padding-top: 24px;
	}
	.i-y-empty {
		display: none;
	}
	.section-publications {
		padding: 24px 16px 24px 16px;
	}
	.filter-btn-falso {
		padding: 7px 22px 5px 20px !important;
	}
	.col-b-publicacion {
		display: none;
	}
	.fila-de-publicacion {
		flex-direction: column;
    	align-items: start;
		justify-content: start;
		gap: 40px;
	}
	.col-a-publicacion {
		width: 100%;
	}
	.col-c-publicacion {
		width: 100%;
		align-items: start;
		display: flex;
		justify-content: start;
	}
	.grupo-lista-de-publicaciones {
		padding: 64px 0px 64px 0px;
	}
	.copy-container {
		display: none;
	}
	.home-centered-section a {
		padding-bottom: 120px;
	}
}

/* ======= Office Ends ======= */

.section-contact {
  padding-top: 2.3vw;
}

.container-contact-office {
  width: 95.6%;
  margin-left: auto;
  margin-right: auto;
}

.fila-view-projects-office {
  justify-content: flex-end;
  margin-bottom: 2.6vw;
  display: flex;
}

.link-projects-office {
  color: #000;
  text-align: right;
  text-decoration: none;
}

.col-a-contact-office {
  width: 50.3%;
  padding-top: 3.2vw;
}

.fila-contacto-offices {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.titulo-contacto-office {
  color: #000;
  border-bottom: 1px solid #707070;
  padding-bottom: 2.4vw;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 8.35vw;
  font-weight: 500;
  line-height: 1em;
}

.titulo-contacto-office.gris {
  color: #c4c4c4;
}

.titulo-contacto-office.dark-mode {
  color: #fff;
}

.fila-links-contacto-office {
  border-bottom: 1px solid #707070;
  padding-top: 1.3vw;
  padding-bottom: 1.3vw;
  display: flex;
}

.img-contacto-office {
  width: 49.7%;
  height: 29vw;
  object-fit: cover;
  border-radius: 1vw;
}

.fila-numeros-romanos-office {
  border-bottom: 1px solid #707070;
  padding-top: .8vw;
  padding-bottom: .8vw;
}

.numeros-romanos {
  color: #707070;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.3em;
}

.grupo-datos-office {
  border-bottom: 1px solid #262626;
  padding-top: 8.4vw;
  padding-bottom: 2.6vw;
}

.grupo-datos-office.dark-mode {
  border-bottom-color: #707070;
}

.fila-legales-office {
  justify-content: space-between;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  display: flex;
}

.p-legal-footer {
  color: #707070;
  font-size: 12.3px;
  text-decoration: none;
}

.section-hero-services {
  width: 100%;
  padding-top: 7vw;
}

.titulo-services {
  color: #000;
  letter-spacing: -.1vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisseintl Medium, sans-serif;
  font-size: 8.35vw;
  font-weight: 500;
  line-height: 1em;
}

.titulo-services.gris {
  color: #c4c4c4;
}

.titulo-services.dark-mode {
  color: #fff;
}

.container-hero-services {
  width: 95.6%;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1vw;
  display: flex;
  position: relative;
}

.container-hero-services.dark-mode {
  border-bottom-color: #707070;
}

.cerrar-pop-up {
  position: relative;
  top: -.8vw;
}

.img-cerrar-pop {
  width: 3.3vw;
}

.section-services {
  width: 100%;
  padding-top: 1.7vw;
  padding-bottom: 1.7vw;
}

.container-services {
  width: 95.6%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-a-services {
  width: 41.25%;
  height: auto;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.img-services {
  width: 100%;
  height: 22.7vw;
  object-fit: cover;
  border-radius: 1vw;
  margin-bottom: 1.2vw;
}

.col-b-services {
  width: 49.5%;
}

.fila-service {
  border-bottom: 1px solid #c4c4c4;
  justify-content: space-between;
  align-items: center;
  padding-top: .8vw;
  padding-bottom: .8vw;
  text-decoration: none;
  display: flex;
}

.fila-service.dark-mode {
  border-bottom-color: #707070;
}

.titulo-service {
  color: #000;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 2.51vw;
  font-weight: 400;
  line-height: 1.3em;
  transition: all .2s;
}

.titulo-service.hover {
  color: #f83820;
}

.titulo-service.dark-mode {
  color: #fff;
}

.tag-service {
  color: #707070;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c4c4c4;
  border-radius: 2vw;
  padding: .6vw 1vw .55vw;
  font-size: .85vw;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.tag-service.negro {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.tag-service.gris {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.tag-service.hover {
  color: #fff;
  background-color: #f83820;
  border-color: #f83820;
}

.tag-service.dark-mode {
  color: #c4c4c4;
  border-color: #707070;
}

.pop-up {
  z-index: 1;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.pop-up.debug {
  display: block;
}

.pop-up.dark-mode {
  background-color: #000;
}

.flex-pop-up {
  height: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-hero-process {
  width: 100%;
  padding-top: 9.3vw;
}

.container-hero-process {
  width: 95.6%;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.55vw;
  display: flex;
  position: relative;
}

.container-hero-process.dark-mode {
  border-bottom-color: #707070;
}

.section-process {
  width: 100%;
  padding-top: 1.3vw;
  padding-bottom: 1.3vw;
}

.container-process {
  width: 95.6%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-process {
  width: 24%;
  min-height: 33.6vw;
  border-right: 1px solid #707070;
  position: relative;
}

.col-process.ultimo {
  border-right-style: none;
}

.titulo-process {
  width: 91%;
  min-height: 3em;
  color: #000;
  border-bottom: 1px solid #707070;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 2.51vw;
  font-weight: 400;
  line-height: 1em;
  transition: all .2s;
}

.titulo-process.hover {
  color: #f83820;
}

.titulo-process.dark-mode {
  color: #fff;
}

.p-process {
  max-width: 200px;
  color: #707070;
  margin-top: 1.5vw;
  font-family: Suisseintl Light, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1em;
}

.numero-grande {
  color: #000;
  font-size: 8.3vw;
  line-height: 1em;
  position: absolute;
  bottom: .9vw;
  left: .25vw;
}

.numero-grande.dark-mode {
  color: #fff;
}

.section-hero-project {
  
}

.container-hero-project {
  	width: 100%;
	position: relative;
}

.col-a-hero-project {
  width: 37.7%;
  padding-top: 12vw;
}

.linea-hero-project {
  height: 0;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}

.linea-hero-project.dark-mode {
  border-bottom-color: #707070;
}

.flecha-project {
  width: 4.1vw;
  position: absolute;
  top: -1.25vw;
  right: -2.1vw;
}

.flecha-project.dark-mode {
  display: none;
}

.fecha-project-hero {
  color: #000;
  margin-top: 1.2vw;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 2.51vw;
  font-weight: 400;
  line-height: 1.3em;
  transition: all .2s;
}

.fecha-project-hero.hover {
  color: #f83820;
}

.fecha-project-hero.dark-mode {
  color: #fff;
}

.imagen-project-hero {
  	width: 21%;
    height: 33vw;
    object-fit: cover;
    border-radius: 2rem;
    margin-top: -15vh;
}

.col-b-hero-project {
	width: 37.7%;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 2.3vw;
	display: flex;
}

.lugar-project {
	color: #707070;
	text-align: left;
	margin-top: 1.35vw;
	font-family: Suisseintl Light, sans-serif;
	font-size: 10px;
	font-weight: 300;
	line-height: 1.3em;
	text-decoration: underline;
}

.subrayado-lugar {
	border-bottom: 1px solid #707070;
	text-decoration: underline;
	display: inline-block;
}

.fila-hero-project {
  	width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 0;
	z-index: -1;
}

.titulo-project {
	color: #000;
    margin-bottom: 0;
    position: absolute;
    left: 42px;
    bottom: 13rem;
}

.titulo-project.dark-mode {
  color: #fff;
  border-bottom-color: #707070;
}

.projects-and-archive-group {
	margin-top: 0;
}

.projects-and-archive-group.single {
	margin-bottom: -960px;
}

/* Project images container */

.section-all-projects-home wf-section {
	
}

.categorias-project {
  border-bottom: 1px solid #c4c4c4;
  padding-top: 1.4vw;
  padding-bottom: 1.4vw;
  display: flex;
}

.categorias-project.dark-mode {
  border-bottom-color: #707070;
}

.desciprion-menor-project {
  color: #000;
  padding-top: 1.6vw;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 2.51vw;
  font-weight: 400;
  line-height: 1em;
}

.desciprion-menor-project.hover {
  color: #f83820;
}

.fila-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  display: flex;
}

.imagen-doble {
  width: 47.5vw;
  height: 49vw;
  object-fit: cover;
  border-radius: 1vw;
}

.imagen-triple {
  width: 31.4vw;
  height: 47.6vw;
  object-fit: cover;
  border-radius: 1vw;
}

.imagen-doble-media {
  width: 47.5vw;
  height: 27.4vw;
  object-fit: cover;
  border-radius: 1vw;
}

.salto-doble-baja {
  width: 100%;
  height: 1.3vw;
}

.imagen-triple-chica {
  width: 23.5vw;
  height: 17.6vw;
  object-fit: cover;
  border-radius: 1vw;
}

.imagen-grande {
  width: 39.5vw;
  height: 47.6vw;
  object-fit: cover;
  border-radius: 1vw;
}

.imagen-full {
  width: 100%;
  height: 47.6vw;
  object-fit: cover;
  border-radius: 1vw;
}

.fila-imagen-con-slideshow {
  justify-content: space-between;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  padding-left: 2.2vw;
  display: flex;
  overflow: hidden;
}

.imagen-lateral-slideshow {
  width: 23.4vw;
  height: 27.6vw;
  object-fit: cover;
  border-radius: 1vw;
  display: block;
}

.slider-final-project {
  width: 88.4vw;
  height: 27.6vw;
}

.btn-play-slideshow-final {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -2.1vw;
  right: auto;
}

.flecha-roja-slideshow {
  width: 4.4vw;
}

.slider-container-final-proyecto {
  width: 49.7vw;
  display: block;
  position: relative;
}

.imgen-slide-project {
  width: 43.5vw;
  height: 27.6vw;
  object-fit: cover;
  border-radius: 1vw;
  margin-right: .7vw;
}

.container-contenido-projecto {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}

.texto-contenido-project {
  color: #000;
  letter-spacing: .02vw;
  margin-top: 2.8vw;
  margin-bottom: 0;
  padding-right: 10vw;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 6.2vw;
  font-weight: 400;
  line-height: .9em;
}

.texto-contenido-project.ampersand {
  height: 100%;
  align-items: center;
  margin-top: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5vw;
}

.texto-contenido-project.dark-mode {
  color: #fff;
}

.fila-imagenes-project {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.texto-dos-lineas-informacion {
  color: #000;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 2.51vw;
  font-weight: 400;
  line-height: 1em;
  text-decoration: underline;
  position: absolute;
  bottom: .6vw;
  left: 0;
}

.texto-dos-lineas-informacion.hover {
  color: #f83820;
}

.texto-dos-lineas-informacion.dark-mode {
  color: #fff;
}

.subrayado-texto-dos-lineas {
  border-bottom: 2px solid #000;
  display: inline-block;
}

.subrayado-texto-dos-lineas.dark-mode {
  border-bottom-color: #fff;
}

.imagen-sola-final-project {
  width: 79.5vw;
  height: 38.8vw;
  object-fit: cover;
  border-radius: 1vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-credits-project {
  justify-content: space-between;
  margin-top: 7vw;
  padding-left: 2.2vw;
  display: flex;
}

.col-credits-a {
  z-index: 1;
  width: 47.8vw;
  position: relative;
}

.titulo-credits {
  color: #000;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 2.5vw;
  padding-top: 1.8vw;
  padding-bottom: 1.1vw;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 8.32vw;
  font-weight: 400;
  line-height: 1em;
}

.titulo-credits.dark-mode {
  color: #fff;
  border-bottom-color: #707070;
}

.btn-play-slideshow-credits {
  align-items: center;
  display: flex;
  position: absolute;
  top: 9.9vw;
  right: -2.1vw;
}

.flecha-roja-slideshow-credits {
  width: 4.1vw;
}

.fila-credits-contenido {
  margin-bottom: 1vw;
}

.sub-titulo-credits {
  font-family: Suisseintl Light, sans-serif;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: underline;
}

.sub-titulo-credits.dark-mode {
  color: #c4c4c4;
}

.fila-categoria-tags {
  padding-top: .8vw;
  padding-bottom: .8vw;
  display: flex;
}

.col-credits-projects {
  z-index: 0;
  width: 50vw;
  position: relative;
  overflow: hidden;
}

.linea-slide-featured {
  z-index: -1;
  height: 0;
  border-bottom: 1px solid #c4c4c4;
  position: absolute;
  top: 11.2vw;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.linea-slide-featured.dark-mode {
  border-bottom-color: #707070;
}

.info-credits-project {
  z-index: 1;
  width: auto;
  position: absolute;
  top: .5vw;
  left: 24.6vw;
}

.view-all-projects {
  color: #707070;
  text-align: left;
  font-family: Suisseintl Light, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: underline;
}

.view-all-projects.dark-mode {
  color: #c4c4c4;
}

.texto-featured-projects {
  color: #000;
  margin-bottom: 7.3vw;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 2.51vw;
  font-weight: 400;
  line-height: 1em;
}

.texto-featured-projects.hover {
  color: #f83820;
}

.texto-featured-projects.dark-mode {
  color: #c4c4c4;
}

.slideshow-credits {
  width: 89vw;
  overflow: hidden;
}

.slide-credits {
  width: 44.5vw;
  float: left;
}

.project-interno-credits {
  width: 23.4vw;
}

.imagen-credits-slideshow {
  width: 23.4vw;
  height: 28.7vw;
  object-fit: cover;
  border-radius: 1vw;
  margin-bottom: 1.4vw;
  transition: all .5s;
  display: block;
}

.sub-titulo-thumb-credits {
  min-height: 3em;
  border-bottom: 1px solid #c4c4c4;
  margin-top: -.2vw;
  margin-bottom: 1vw;
  font-family: Suisseintl Light, sans-serif;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.3em;
}

.sub-titulo-thumb-credits.dark-mode {
  color: #fff;
  border-bottom-color: #707070;
}

.section-footer-project {
  padding-top: 8vw;
  padding-bottom: .5vw;
}

.fila-legales-project {
  border-top: 1px solid #262626;
  justify-content: space-between;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  display: flex;
}

.fila-legales-project.dark-mode {
  border-top-color: #707070;
}

.col-b-filter {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.col-c-header.dark-mode {
  border-bottom-color: #707070;
}

.linea-menu-respondive {
  display: none;
}

.tags-thumb-project-responsive {
  flex-wrap: wrap;
  display: none;
}

.logo-menor-img-resp {
  width: 4.2vw;
  display: none;
}

.fecha-y-slide-home {
  z-index: 0;
  position: relative;
}

.section-fecha-office {
  padding-top: 6.5vw;
}

.interactive-image-list {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1vw;
  position: relative;
  top: 0;
  left: 0;
}

.nav-projects-services {
  display: none;
}

.link-project-service {
  width: 100%;
  color: #000;
  text-decoration: none;
}

.anio-pslider-individual {
  z-index: 0;
  color: #707070;
  text-align: right;
  border-bottom: 1px solid #707070;
  font-family: Helveticaneueltstd cn, sans-serif;
  font-size: 10px;
  line-height: 1em;
  position: absolute;
  top: 13px;
  left: -63px;
}

.numero-slider-individual {
  z-index: 1;
  float: right;
  color: #707070;
  text-align: right;
  font-family: Helveticaneueltstd mdcn, sans-serif;
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  right: 0;
}

.numero-slide-hero-home {
  position: relative;
  bottom: 16px;
  right: 32px;
}

.new-project {
  color: #fff;
  background-color: #c4c4c4;
  border: 1px solid #c4c4c4;
  border-radius: 2vw;
  padding: .6vw 1vw .55vw;
  font-size: .85vw;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.new-project.negro, .new-project.gris {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.grupo-rights-y-privacy {
  justify-content: space-between;
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
  display: flex;
}

.texto-menu-legal {
  color: #707070;
  font-size: 12.2px;
  line-height: 1.3em;
}

.link-menu-privacy {
  color: #707070;
  text-decoration: none;
}

.grid-marker {
  height: 0;
  position: relative;
  top: -5vw;
}

.pop-up-view-mode {
  display: none;
}

.view-mode-filter-resp {
  margin-right: 3vw;
  line-height: 1em;
  display: none;
}

.close-list-view, .flecha-absolute-interactive-resp, .and-incluido {
  display: none;
}

.link-return-projects {
  color: #000;
  text-align: right;
  text-decoration: none;
}

.fila-scroll-resp {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  display: flex;
}

.body-terminos {
  height: 2000px;
  background-image: url('../images/Terms_Conditions.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section-terminos {
  width: 100%;
  padding-top: 2.5vw;
  padding-bottom: 4.7vw;
}

.container-terminos {
  width: 95.6%;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-terminos {
  width: 74%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.col-terminos.ultimo {
  border-right-style: none;
}

.titulo-terminos {
  width: 100%;
  color: #000;
  border-bottom: 1px solid #707070;
  margin-bottom: 2.8vw;
  padding-bottom: 1.6vw;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 2.51vw;
  font-weight: 400;
  line-height: 1.3em;
  transition: all .2s;
}

.titulo-terminos.hover {
  color: #f83820;
}

.titulo-terminos.dark-mode {
  color: #fff;
}

.p-terminos {
  color: #707070;
  padding-right: 3vw;
  font-family: Suisseintl Light, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.2em;
}

.img-terminos {
  width: 22.8vw;
  object-fit: cover;
  border-radius: .6vw;
}

.section-category-terminos {
  border-top: 1px solid #000;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}

.section-category-terminos.dark-mode {
  border-top-color: #707070;
}

.contianer-category {
  width: 95.6%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-categorias-terminos {
  width: 72vw;
  display: flex;
}

.cats-terminos {
  color: #707070;
  margin-right: 1.5vw;
}

.body-dark-mode {
  background-color: #000;
}

.logo-menor-img-claro {
  width: 4.2vw;
  display: none;
}

.logo-menor-img-claro.dark-mode {
  display: inline-block;
}

.flecha-view-projects-blanca {
  width: 1.5vw;
  margin-bottom: 1.6vw;
  display: none;
}

.flecha-view-projects-blanca.dark-mode {
  display: inline-block;
}

.flecha-project-img-claro {
  width: 4.1vw;
  display: none;
  position: absolute;
  top: -1.25vw;
  right: -2.1vw;
}

.flecha-project-img-claro.dark-mode {
  display: inline-block;
}

.flex-pop-up-top {
  height: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.scroll-responsive-menu-redes {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grupo-redes {
  display: flex;
}

.close-img-btn {
  transition: all .2s;
}

.close-img-btn:hover {
  filter: invert();
}

.filter-btn-falso {
	color: white;
	background: linear-gradient(#3A3A3A, #2B2B2B);
    border-radius: 16px;
    padding: 9px 16px 7px 16px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: all .2s;
    display: block;
	border: none;
}

.filter-btn-falso.negro {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.filter-btn-falso.negro.dark-mode {
  color: #262626;
  border-color: #c4c4c4;
}

.filter-btn-falso.gris {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.filter-btn-falso.gris.hover {
  color: #fff;
  background-color: #f83820;
  border-color: #f83820;
}

.filter-btn-falso.gris.dark-mode {
  color: #262626;
  border-color: #c4c4c4;
}

.filter-btn-falso.gris.dark-mode.hover {
  border-color: #f83820;
}

.filter-btn-falso.dark-mode {
  color: #c4c4c4;
  border-color: #707070;
}

.filter-btn-falso.on {
  color: #fff;
  background: linear-gradient(#f83820, #f83820);
}

.body-cookies {
  height: 3000px;
  background-image: url('../images/Cookies.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.cookies-pop {
  z-index: 2;
  transition: all .6s cubic-bezier(.77, 0, .175, 1);
  position: fixed;
  bottom: -10vw;
  left: 0;
  right: 0;
}

.cookies-pop.on {
  bottom: 0;
}

.cookies-conatiner {
  width: 60vw;
  background-color: #000;
  border-top-left-radius: 1vw;
  border-top-right-radius: 1vw;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding: 1.8vw 2vw;
  display: flex;
  position: relative;
}

.cookies-title {
  color: #707070;
  font-family: Suisseintl Normal, sans-serif;
  font-size: 3.1vw;
  font-weight: 400;
  line-height: 1em;
  text-decoration: underline;
  display: inline-block;
}

.cookies-aviso {
  width: 17vw;
  color: #c4c4c4;
  font-family: Suisseintl Light, sans-serif;
  font-size: .9vw;
  font-weight: 300;
  line-height: 1.1em;
}

.accept-cookies {
  color: #fff;
  background-color: #f83820;
  border-radius: 2vw;
  margin-left: 1vw;
  padding: .6vw 1.6vw;
  font-size: .85vw;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.accept-cookies:hover {
  color: #fff;
  background-color: #f83920;
  border-color: #f83920;
}

.accept-cookies.on {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.link-cookies {
  color: #c4c4c4;
}

.cerrar-menu-cookies {
  width: 3vw;
  position: absolute;
  top: -1vw;
  right: -1vw;
}

.fondo-blanco-responsive, .linea-resp-menu {
  display: none;
}

.close-img-btn-resp {
  transition: all .2s;
  display: none;
}

.close-img-btn-resp:hover {
  filter: invert();
}

.texto-resp {
  display: none;
}

.texto-normal {
  display: block;
}

.scroll-resp {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.imagen-triple-sola {
  width: 31.4vw;
  height: 47.6vw;
  object-fit: cover;
  border-radius: 1vw;
}

.imagen-triple-chica-scroll {
  width: 23.5vw;
  height: 17.6vw;
  object-fit: cover;
  border-radius: 1vw;
}

.imagen-grande-scroll {
  width: 39.5vw;
  height: 47.6vw;
  object-fit: cover;
  border-radius: 1vw;
}

.imagen-triple-scroll, .imagen-triple-resp {
  width: 31.4vw;
  height: 47.6vw;
  object-fit: cover;
  border-radius: 1vw;
}

.video-thumb {
	z-index: 1;
	height: auto;
	border-radius: 1.5rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.thumb-video-wrapper {
	position: relative;
	overflow: hidden;
	height: 12rem;
}

.gslide-image img {
    max-height: 100vh;
    display: block;
    padding: 0;
    float: none;
    outline: 0;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: 98%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-touch-action: none;
    touch-action: none;
    margin: auto;
    min-width: 200px;
    border-radius: 16px;
}


/* @medias */

@media (max-width: 1540px) {
	.row-container.wdth-80 {
		width: 100%;
	}	
}

@media (max-width: 1330px) {
	.m-c-t-col-b {
		flex-direction: column;
	}
}

@media (max-width: 1180px) {
	.row-container.single-project {
		grid-template-columns: 2fr 8fr 2fr;
	}
	.m-c-t-col-a {
		flex-direction: column;
		gap: 1rem;
	}
	.m-c-t-col-b {
		margin-left: 2rem;
	}
}

@media (max-width: 1080px) {
	.row-container.single-project {
		grid-template-columns: 1fr 11fr;
	}
	.t-c-a-right-img {
		width: 200px;
	}
}

@media (max-width: 768px) {
	.fila-hero-project {
		width: 100%;
		height: 100vh;
		align-items: start;
	}
	.imagen-project-hero {
		width: 100%;
        height: calc(100dvh - 5rem);
        object-fit: cover;
        border-radius: 2.5rem 2.5rem 3rem 3rem;
        margin-top: 5rem;
        padding: 1rem;
	}
	.titulo-project {
		display: none;
	}
	.section-archive-home.bg-black {
		background: black;
		margin-bottom: -336px;
		padding: 0 16px 80px 16px;
		padding-bottom: 670px;
	}
	.row-container.xm-top-padding {
		padding: 4rem 0;
		border-bottom: none;
        margin-bottom: 0;
	}
	.row-container.hide-desktop {
		display: flex;
	}
	.container-archive {
		width: 100%;
		padding: 0;
	}
	.row-container.related img {
		position: unset;
        top: unset;
        left: unset;
        transform: none;
        aspect-ratio: 1 / 1;
        width: 100%;
        object-fit: cover;
        border-radius: 1rem;
        height: unset;
	}
	.row-container.related {
		height: unset !important;
		flex-direction: column-reverse;
	}
	.section-archive-home.bg-darkgray {
		padding: 56px 16px;
		padding-bottom: 3rem;
		margin-top: 1rem;
	}
	.row-container.hide-mob {
		display: none;
	}
	.row-container.spcbtwn.mob-center {
		justify-content: center;
	}
	.row-container.spcbtwn.mob-center {
		justify-content: center;
	}
	.text-s.hidemob {
		display: none;
	}
	.text-s.hidedesk {
		display: flex;
	}
	.row-container.single-project {
		gap: 16px;
		grid-template-columns: 3fr 6fr;
	}
	.text-m.mob-small {
		display: flex;
        font-size: 16px;
        line-height: 16px;
    }
	.text-xm.mob-small {
        font-size: 24px;
        line-height: 24px;
    }
	.text-m.hide-mob {
        display: none;
    }
	.container-filter.single-project {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 12px;
	}
	.container-filter.hide-mob {
		display: none;
	}
	.container-filter.mob {
		display: block;
		padding: 16px;
        justify-content: flex-start;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        overflow-y: hidden;
        scroll-padding: 0 16px;
        display: flex;
		flex-direction: row;
        width: 100%;
	}
	.nav-projects {
		bottom: 16px;
		left: 1rem;
    	right: 1rem;
	}
	.img-single img {
		width: 100%;
	}
	.nav-projects.project-single {
		bottom: 1rem !important;
		gap: 1rem;
	}
	.thumb-video-wrapper {
		width: 100% !important;
		height: 172px !important;
		aspect-ratio: 9/4 !important;
	}
	.thumb-video-wrapper.single {
		height: auto !important;
        aspect-ratio: 9 / 6 !important;
	}
	.text-l.mob-small {
        font-size: 20px;
        line-height: 24px;
    }
	.row-container.wdth-80 {
		width: 100%;
	}
	.container-filter.single-project.open {
		max-height: calc(100dvh - 96px);
		height: calc(100dvh - 96px);
	}
	.column-container.mob-row {
		flex-direction: row;
		gap: 0;
	}
	.list-archive-thumbs.new .img-thumb-archive.single {
        height: auto !important;
		border-radius: .5rem !important;
    }
	.container-archive.single {
		padding-bottom: 300px;
		border-top: none;
	}
	.t-c-a-right-img img {
		aspect-ratio: 1 / 1;
	}
	.container-archive.projects {
        padding: 0 16px;
		padding-bottom: 5.5rem;
		border-top: none;
    }
	.list-archive-thumbs {
		margin-top: 0;
	}
	.row-container.m-top-padding {
		padding: 7rem 16px 0;
	}
	.row-container.pddng-bttm-s {
		height: 18rem;
	}
	.p-c-total-capsule.counter {
		right: 16px;
		top: 120px;
	}
	.thumb-arch-hover {
		z-index: -10;
	}
	.thumb-arch-hover.mob-modal {
		opacity: 1;
		height: unset;
		background: #F8F8F8;
		padding: 12px;
	}
	.img-thumb-archive.mob-hide {
		opacity: 0;
	}
	.p-c-t-a-img.mob-modal {
		width: 148px;
		height: 148px;
		aspect-ratio: 1 / 1;
	}
	.video-thumb {
		border-radius: 12px;
		position: absolute;
		top: 12px;
		left: 12px;
		width: 148px !important;
		height: 148px;
		aspect-ratio: 1 / 1;
		object-fit: cover;
		overflow: hidden;
	}
	.t-c-a-left.absolute-single {
		display: none;
	}
	.video-thumb-show {
		width: 148px !important;
		height: 148px !important;
		border-radius: 12px;
	}
	.video-thumb-show.single {
		width: 100% !important;
		height: auto !important;
	}
	.col-a-filter {
		display: none;
	}
	.gslide iframe, .gslide video {
		width: 100%;
	}
	.text-white.hide-mob {
		display: none;
	}
	.row-container.border-bttm-gray.brdr-mob {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 40px;
	}
	.p-c-total-capsule.category.mob {
		border: #dbdbdb solid 1px;
		background: transparent;
		color: #929292;
	}
}

@media (max-width: 460px) {
	.row-container.single-project {
        grid-template-columns: 1fr;
    }
}