@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

:root {
	--c-primary: 121, 53, 27;
	--c-secondary: 41, 53, 71;
	--c-tertiary: 99, 92, 71;
	--c-light: 245, 245, 245;
	--c-dark: 45, 44, 43;
	--c-text: 45, 44, 43;
	--c-background: 239, 227, 202;
	--font-family-base: 'Space Grotesk' !important;
	color-scheme: dark;
}
[data-bs-theme=dark] {
	--c-text: 239, 227, 202;
	--c-background: 45, 44, 43;
}
html{
   color-scheme:dark;
}

.swiper-comp.primary {
	height: 100dvh !important;
	padding: 0;
}
.swiper-comp.primary .swiper-slide {
	align-items: flex-start;
	justify-content: flex-end;
}
.swiper-comp.primary .swiper-slide>.bg-fixed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	/* aspect-ratio: 16 / 9; */
	object-fit: cover;
	object-position: center;
}
.swiper-comp.primary>.progress {
	justify-content: flex-end;
	padding: 0 5rem 1rem;
  bottom: 0;
  height: auto;
}
.swiper-comp.primary>.progress>.information {
	max-width: 40rem;
	font-size: 1rem;
	align-items: center;
	align-self: end;
}
.swiper-comp.primary>.progress>.information>.link {
	flex: 0 1 2rem;
}

.swiper-comp>.overlay-primary {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgb(var(--c-dark), .75);
	overflow:hidden;
	z-index: 9;
}
.swiper-comp>.overlay-primary>.hero-subtitle {
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: .85rem;
	font-weight: 600;
	color: rgb(var(--c-primary));
}
.swiper-comp>.overlay-primary>h1 {
	font-size: 5.5rem;
	line-height: 1;
	margin: 1rem 0;
	font-weight: 600;
}
.swiper-comp>.overlay-primary>p {
	max-width: 620px;
	font-size: 1.1rem;
	opacity: .92;
}
.swiper-comp>.overlay-primary>.cta {
	width: fit-content;
	padding: 1rem;
	font-size: 1.25rem;
}

@media (max-width: 768px) {
	.swiper-comp>.overlay-primary {
		justify-content: flex-end;
		padding: 2rem 2rem 8rem;
	}
	.swiper-comp>.overlay-primary>.hero-subtitle {
		color: unset;
		opacity: .65;
	}
	.swiper-comp>.overlay-primary>h1 {
		font-size: 3rem;
	}
	.swiper-comp>.overlay-primary>p {
  	font-size: .9rem;
	}
	.swiper-comp>.overlay-primary>.cta {
	  font-size: 1rem;
	}
	.swiper-comp.primary>.progress {
		padding: 0 2rem 1rem;
	}
	.swiper-comp.primary>.progress>.information {
		font-size: .85rem;
		max-width: unset;
		align-self: unset;
		flex-direction: unset;
	}
	.swiper-comp>.progress>.information>.title {
		flex: 1;
	}
}

.navigated {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: red;
	z-index: 10;
}

.navbar {
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: space-between;
	z-index: 100;
	display: flex;
	position: sticky;
}
.navbar.sticky {
	background: unset;ç
}
.navbar>.container {
	width: 100%;
	margin: unset;
	max-width: 100%;
	padding: 0 2rem;
	border-radius: unset;
	background: unset;
}
.navbar>.container>.home {
	opacity: 0;
}
.navbar.sticky>.container>.home {
	opacity: 1;
}
.navbar>.container>.icomenu .line {
	stroke: rgb(var(--c-light));
}
.navbar.sticky>.container>.icomenu .line {
	stroke: rgb(var(--c-dark));
}
.navbar>.container>.icomenu {
	z-index: 10;
}
.navbar>.container>.icomenu.open .line {
	stroke: rgb(var(--c-dark));
}




.navbar>.container>.brandmark {
	position: fixed;
	top: 0;
	right: 0;
	width: 18rem;
	margin: 2rem;
	z-index: 10;
	transform: translateY(calc(100dvh - 100% - 6rem));
	/*mix-blend-mode: difference;*/
}
.navbar.sticky>.container>.brandmark {
	transform: translateY(calc(0%));
	opacity: 0;
	/*content: url("/static/logo/icon-b.png");
	aspect-ratio: 1;
	width: 5rem;
	height: 5rem;
	position: relative;
	margin: 0;*/
}
.navbar>.container>.brandmark>img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
}
.navbar>.container>.brandmark>img {
}



.navbar>.container>.menu-navigation {
	position: absolute;
	top: 0;
	left: 0;
	/*transform: translateY(-50vh);*/
	opacity: 0;
	width: 100dvw;
	height: 100dvh;
	z-index: 5;
	pointer-events: none;
}
.navbar.sticky>.container>.menu-navigation {
	/*display: none;*/
}
.navbar>.container>.menu-navigation>.shortcuts {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	padding: 5rem 15rem;
	background: rgba(var(--c-background));
	z-index: 5;
}
.navbar>.container>.menu-navigation>.shortcuts>a {
	color: rgba(var(--c-text));
	font-size: 2rem;
	pointer-events: none;
}
.navbar>.container>.menu-navigation.open>.shortcuts>a {
	pointer-events: unset;
}
.navbar>.container>.menu-navigation>.shortcuts>a:hover {
	/*color: rgba(var(--c-background), 1);*/
	color: rgba(var(--c-text), .75);
	background: unset;
	text-decoration: underline;
}
.navbar>.container>.menu-navigation>.backdrop,
.navbar>.container>.menu-navigation>.ghost {
	position: fixed;
	top: 0;
	left: 0;
	width: 100dvw;
	height: 100dvh;
	pointer-events: none;
	z-index: -1;
}
.navbar>.container>.menu-navigation>.ghost {
	opacity: 0;
	z-index: 4;
}
.navbar>.container>.menu-navigation.open>.ghost {
	pointer-events: auto;
}
.navbar>.container>.menu-navigation>.backdrop {
	background: rgb(var(--c-dark), .65);
	opacity: 1;
	z-index: 3;
}

.navbar>.container>.menu-navigation.open {
	/*transform: translateY(0);*/
	opacity: 1;
}
.navbar>.container>.menu-navigation.open>.shortcuts {
}

.navbar>.container>.menu-navigation.open>.shortcuts>a {
	/*color: rgba(var(--c-text));*/
}



.navbar.sticky>.container>.space {
	flex: 1;
	display: flex;
	justify-content: center;
}


.navbar>.container>.shortcuts {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.navbar>.container>.shortcuts>a {
	padding: .65rem 1rem;
	font-weight: 600;
	color: rgba(var(--c-light), 1);
	border-radius: 1.5rem;
}
.navbar>.container>.shortcuts>a:hover {
	color: rgba(var(--c-background), 1);
	background: rgb(var(--c-text), 1);
}
.navbar.sticky>.container>.shortcuts {
	/*display: none;*/
	opacity: 0;
	transform: translateY(-6rem);
}

@media (max-width: 1280px) {
	.navbar>.container>.brandmark {
		width: 12rem;
		margin: 1rem;
	}
}

@media (max-width: 768px) {
	.navbar>.container>.brandmark {
		width: 10rem;
		margin: .5rem;
		transform: unset;
	}
}




.is-section.hero {
	margin-top: -5rem !important;
	/*min-height: 200dvh !important;*/
}
.is-section.hero>.is-overlay {
	/*background: rgb(var(--c-background));*/
}
.is-section.hero>.is-overlay>.swiper {
	/*position: sticky;*/
}



.is-section .section-tag {
	/*color: rgb(var(--c-primary));*/
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:.8rem;
	margin-bottom:1.5rem;
}
.is-section .section-title{
	font-size: 3rem !important;
	line-height: 1.15 !important;
	margin-bottom: 2rem;
	max-width: 800px;
}
.is-section .section-text{
	max-width: 760px;
	font-size: 1.1rem;
}
.is-section .quote-box{
	border-left: 2px solid rgb(var(--c-primary));
	padding-left: 2rem;
	margin-top: 3rem;
	font-size: 1.4rem;
}






/* HERO SECTION - Efecto Skrollr */
.hero { height: 120vh; display: flex; align-items: center; justify-content: center; position: relative; }
.hero-title { font-size: 8vw; text-align: center; line-height: 0.9; text-transform: uppercase; }
.hero-bg-text { position: absolute; font-size: 20vw; opacity: 0.05; font-weight: 900; white-space: nowrap; z-index: -1; }
.work-card { background: white; overflow: hidden; }
.work-img { width: 100%; height: 400px; background: #ddd; object-fit: cover; filter: grayscale(100%); transition: 0.5s; }
.work-card:hover .work-img { filter: grayscale(0%); transform: scale(1.05); }
.work-info { padding: 25px; }
.work-info h3 { font-size: 1.5rem; margin-bottom: 10px; }









.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.hamRotate.active {
	transform: rotate(45deg);
}
.hamRotate180.active {
	transform: rotate(180deg);
}
.line {
	fill:none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke:#000;
	stroke-width:5.5;
	stroke-linecap:round;
}
.ham1 .top {
	stroke-dasharray: 40 139;
}
.ham1 .bottom {
	stroke-dasharray: 40 180;
}
.ham1.active .top {
	stroke-dashoffset: -98px;
}
.ham1.active .bottom {
	stroke-dashoffset: -138px;
}
.ham2 .top {
	stroke-dasharray: 40 121;
}
.ham2 .bottom {
	stroke-dasharray: 40 121;
}
.ham2.active .top {
	stroke-dashoffset: -102px;
}
.ham2.active .bottom {
	stroke-dashoffset: -102px;
}
.ham3 .top {
	stroke-dasharray: 40 130;
}
.ham3 .middle {
	stroke-dasharray: 40 140;
}
.ham3 .bottom {
	stroke-dasharray: 40 205;
}
.ham3.active .top {
	stroke-dasharray: 75 130;
	stroke-dashoffset: -63px;
}
.ham3.active .middle {
	stroke-dashoffset: -102px;
}
.ham3.active .bottom {
	stroke-dasharray: 110 205;
	stroke-dashoffset: -86px;
}
.ham4 .top {
	stroke-dasharray: 40 121;
}
.ham4 .bottom {
	stroke-dasharray: 40 121;
}
.ham4.active .top {
	stroke-dashoffset: -68px;
}
.ham4.active .bottom {
	stroke-dashoffset: -68px;
}
.ham5 .top {
	stroke-dasharray: 40 82;
}
.ham5 .bottom {
	stroke-dasharray: 40 82;
}
.ham5.active .top {
	stroke-dasharray: 14 82;
	stroke-dashoffset: -72px;
}
.ham5.active .bottom {
	stroke-dasharray: 14 82;
	stroke-dashoffset: -72px;
}
.ham6 .top {
	stroke-dasharray: 40 172;
}
.ham6 .middle {
	stroke-dasharray: 40 111;
}
.ham6 .bottom {
	stroke-dasharray: 40 172;
}
.ham6.active .top {
	stroke-dashoffset: -132px;
}
.ham6.active .middle {
	stroke-dashoffset: -71px;
}
.ham6.active .bottom {
	stroke-dashoffset: -132px;
}
.ham7 .top {
	stroke-dasharray: 40 82;
}
.ham7 .middle {
	stroke-dasharray: 40 111;
}
.ham7 .bottom {
	stroke-dasharray: 40 161;
}
.ham7.active .top {
	stroke-dasharray: 17 82;
	stroke-dashoffset: -62px;
}
.ham7.active .middle {
	stroke-dashoffset: 23px;
}
.ham7.active .bottom {
	stroke-dashoffset: -83px;
}
.ham8 .top {
	stroke-dasharray: 40 160;
}
.ham8 .middle {
	stroke-dasharray: 40 142;
	transform-origin: 50%;
	transition: transform 400ms;
}
.ham8 .bottom {
	stroke-dasharray: 40 85;
	transform-origin: 50%;
	transition: transform 400ms, stroke-dashoffset 400ms;
}
.ham8.active .top {
	stroke-dashoffset: -64px;
}
.ham8.active .middle {
	//stroke-dashoffset: -20px;
	transform: rotate(90deg);
}
.ham8.active .bottom {
	stroke-dashoffset: -64px;
}
