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

:root {
	font-size: 18px;
}

@font-face {
  font-family: 'NBInternationalPro';
  src: url('../fonts/NBInternationalPro-Bold.otf') format('opentype');
}

body {
	--color-text: #fff;
	--color-bg: #171717;
	--color-link: #4b4b4b;
	--color-link-hover: #000;
	color: var(--color-text) !important;
	background-color: var(--color-bg) !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Page Loader */
.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}

.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;

}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
	text-decoration: underline;
}

.message {
	background: var(--color-text);
	color: var(--color-bg);
	padding: 1rem;
	text-align: center;
}

.frame {
	padding: 3rem 5vw;
	text-align: center;
	position: relative;
	z-index: 1000;
}

.frame__title {
	font-size: 1rem;
	margin: 0 0 1rem;
	font-weight: normal;
}

.frame__links {
	display: inline;
}

.frame__links a:not(:last-child) {
	margin-right: 1rem;
}

.frame__demos a:not(:last-child) {
	margin-right: 2rem;
}

.frame__demos {
	margin: 1rem 0;
}

.frame__demo {
	white-space: nowrap;
}

.frame__demo--current,
.frame__demo--current:hover {
	color: var(--color-text);
}

.title {
	font-family: paralucent, sans-serif;
	font-weight: 700;
}

.js-image {
	max-width: 100%;
	display: block;
}

.loaded .js-image {
	opacity: 0;
}

canvas {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
}

.header {
	padding: 3rem;
}

.header__title {
	font-family: paralucent, sans-serif;
	font-size: 2rem;
}

.info {
	margin: 0.5rem 0;
	display: flex;
}

.info__link {
	margin-right: 1.25rem;
}

.section {
	padding: 10vh 0;
	margin: 0;
	min-height: 100vh;
}

/*intro*/
.intro {
	text-align: right;
	font-size: 18px;
	padding-top: 50px;
}

.intro__title {
	padding-top: 1em;
	position: absolute;
	bottom: -2em;
	right: 0;
}

.intro__wrap {
	position: relative;
}

.intro__background-image {
	margin-right: 20%;
	position: relative;
}

.intro__background-image img {
	width: 100%;
	display: block;
}

.intro__foreground-image {
	position: absolute;
	right: 0;
	width: 55%;
	top: 10rem;

}

.intro__left-image-1 {
	position: absolute;
	left: 0;
	width: 50%;
	top: 10rem;
}

.intro__left-image {
	position: absolute;
	left: 0;
	width: 40%;
	top: 4.85rem;
}

.intro__product-image-1{
	position: absolute;
	right: 0;
	width: 55%;
	top: 0%;
}

.intro__production-image{
	position: absolute;
	left: 0;
	width: 40%;
	top: 5%;
}

.intro__production-image-1{
	position: absolute;
	right: 0;
	width: 40%;
	top: 5%;
}

.intro__sustainability-image-1{
	position: absolute;
	right: 0;
	width: 50%;
	top: 55%;
}

.intro__sustainability-image-2{
	position: absolute;
	right: 0;
	width: 50%;
	top: 37%;
}

/*dos*/
.dos {
	margin: 100px 50px;
	position: relative;
}

.dos img {
	max-width: 100%;
	display: block;
	width: 100%;
}

.dos__foreground {
	width: 40%;
	position: relative;
	padding-left: 6em;
}

.dos__background {
	text-align: right;
	margin-left: 30%;
	position: relative;
	margin-top: -14vh;
}

.dos__text {
	position: absolute;
	bottom: 0;
	width: 40%;
	right: calc(100% + 1em);
}

.meta {
	font-family: paralucent, sans-serif;
	font-weight: 700;
}

.dos .meta {
	position: absolute;
	left: 0;
	/*right: 0;*/
	/*left: auto;*/
	top: 100%;
	transform: rotate(-90deg);
	transform-origin: 0 0;

}

.meta__subtitle {
	font-size: 1.2em;
	white-space: nowrap;
}

.meta__title {
	font-size: 2.5em;
	white-space: nowrap;
}

/*tres*/
.tres {
	position: relative;
}

.tres__background {
	position: relative;
	width: 55%;
	margin-top: -40%;
	z-index: 1;
}

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

.tres__text {
	position: absolute;
	top: 100%;
	width: 20em;
	left: 0;
	padding-top: 1em;
}

.tres .meta {
	position: absolute;
	right: -1em;
	top: 100%;
	width: 8em;
	/*background: green;*/
	transform-origin: 0 0;
	transform: rotate(-90deg);
	text-align: left;
}

.tres__foreground {
	padding-right: 8em;
	text-align: right;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
}

.tres__foreground-image {
	float: right;
	width: calc(70% - 8em);
}

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

/*cuatro*/
.cuatro ul {
	max-width: 800px;
	margin: 100px auto;
	list-style: none;
	overflow: hidden;
}

.cuatro li {
	width: 50%;
	text-align: center;
	float: left;
	margin-bottom: 2em;
}

/*last*/
.last {
	margin: 100px auto 0 auto;
	text-align: center;
	padding-bottom: 30vh;
}

.last__image {
	max-width: 480px;
	margin: 0 auto;
}

.last img {
	display: block;
	max-width: 100%;
}

.button {
	display: inline-block;
	background: none;
	border-radius: 0;
	border: 1px solid #94a6ab;
	cursor: pointer;
	padding: 0.7em 1.3em;
	font-size: 1em;
	margin: 0 0.5em;
}

.button:focus {
	outline: none;
}

.buttons {
	margin-bottom: 100px;
}


@media (min-width: 1480px) {
	.section {
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px;
	}
}

@media screen and (min-width: 53em) {
	.message {
		display: none;
	}
	.frame {
		position: fixed;
		text-align: left;
		z-index: 100;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 2rem;
		grid-gap: 3rem;
		pointer-events: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		grid-template-columns: min-content min-content auto 300px;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title links info ...'
							'... ... ... ...'
							'... ... demos demos';
	}
	.frame__title-wrap {
		grid-area: title;
		display: flex;
	}
	.frame__title {
		margin: 0;
		white-space: nowrap;
	}
	.frame__info {
		grid-area: info;
	}
	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: end;
	}
	.frame__links {
		grid-area: links;
		padding: 0;
		white-space: nowrap;
		margin: 0 1rem;
	}
	.frame a {
		pointer-events: auto;
	}
}

@media (max-width: 750px) {

	.section,
	.last {
		margin: 0 50px;
	}

	.last {
		margin: 0 auto;
	}

	.intro__background-image {
		position: static;
	}

	.intro__background-image img {
		display: none;
	}



	.intro__foreground-image img {
		display: block;
		width: 100%;
	}

	.dos {
		position: relative;
	}

	.dos__background {
		position: static;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.dos__background-image {
		padding-left: 3em;
		min-height: 200px;
	}

	.dos__foreground {
		margin: 0;
		position: absolute;
		left: 0;
	}

	.dos__foreground-image {
		display: none;
	}

	.dos__foreground {
		width: 0;
	}

	.dos__text {
		position: static;
		width: auto;
		text-align: right;
		margin: 1em 0;
	}

	.dos .meta {
		transform: rotate(-90deg);
		width: 8em;
		left: -8em;
		transform-origin: 100% 0;
		top: 4em;
		font-size: 0.5rem;
	}

	.tres .meta {
		font-size: 0.5rem;
	}

	.tres__foreground-image {
		width: 100%;
		float: none;
	}

	.tres__background {
		margin: 0;
		width: auto;
	}

	.tres__background-image {
		display: none;
	}

	.tres__text {
		position: static;
		width: auto;
		margin: 0;
	}

	.cuatro li {
		float: none;
		width: auto;
	}

	.cuatro li img {
		width: 100%;
	}

	.last__image {
		margin: 0 20px;
	}

	.button {
		font-size: 0.8em;
	}
}

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

.pr-10-space{
	padding-right: 10rem !important
}

.pl-10-space{
	padding-left: 10rem !important
}

.header .nav-link{
	color: #41c0ed;
	font-weight: 700;
	font-size: .7rem;
	font-family: 'Roboto Mono', monospace;
	padding: 0;
	transition: all .3s ease;
	letter-spacing: 1px;
}
.header .link-active{
	color: #fff
}
.header .nav-link:hover{
	opacity: .7
}
.section-title{
	color: #efd880;
	position: relative;
  margin-bottom: 3rem;
  text-transform: uppercase;
  letter-spacing: 3px;
	display: inline-block;
	font-size: 1rem
}
.section-title::after{
	content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 120%;
  height: 2px;
  background-color: #efd880;
}
.ellipses-container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.ellipses-container .ellipses-box{
	flex-basis: 20%;
	padding-right: 45px;
}
.ellipses-container .ellipses-box p{
	font-size: 80%;
}

.ellipses{
	width: auto;
  height: 60px;
	margin-bottom: 2rem;
}
.card{
	background-color: transparent !important;
	border: 0 !important;
}
.card-header{
	background-color: transparent !important;
	border-bottom: 2px solid #2b5b6d !important;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: .75rem 0 !important;
	cursor: pointer;
	margin-bottom: 0 !important
}

.scroll-container{
	position: fixed;
	top: 10rem;
	right: 10rem;
	-webkit-user-drag: none;
}
.scroll-container img{
  width: 200px;
	height: 200px
}
.info-title{
	font-size: 4rem;
}
.info-subtitle{
	font-size: 2rem;
}
.customFadeAnimation{
	opacity: 0;
	-webkit-animation: customFadeAnimation 1s forwards;
  animation: customFadeAnimation 1s forwards;
}
.delay-5{
	animation-delay: .5s
}
.delay-10{
	animation-delay: 1s
}
.delay-15{
	animation-delay: 1.5s
}
.delay-20{
	animation-delay: 2s
}
.delay-25{
	animation-delay: 2.5s
}
.delay-30{
	animation-delay: 3s
}
@keyframes customFadeAnimation {
  from {
    transform: translateY(3rem);
  }
  to {
    transform: translateY(0rem);
    opacity: 1;
  }
}
.wow{
	animation: fadeInUp;
  animation-duration: 2s;
	transition: visibility 2s
}


footer{
	font-family: 'Roboto Mono', monospace;
	font-size: 80%;
	padding-left: 3rem !important;
	padding-right: 3rem !important;
	display: flex;
	justify-content: space-between;
	opacity: .5
}
footer a{
	color: #fff;
	transition: all .3s ease
}
footer a:hover{
	color: #fff;
	opacity: .7;
	text-decoration: none;
}
footer .lang{
	padding: .25rem .5rem;
	border: 1px solid #fff;
	border-radius: 20px;
}
.mobile-menu-trigger{
	display: none;
}

.mobile-menu{
	position: fixed;
	width: 300px;
	height: 100%;
	overflow-y: scroll;;
	background-color: #2c3b8e;
	top: 0;
  right: -300px;
  z-index: 999;
	padding: 2rem 1rem;
	transition: all .3s ease;
}

.mobile-menu .mobile-menu-head{
	display: flex;
	justify-content: space-between;
}
.mobile-menu .mobile-menu-head img{
	max-width: 175px;
}
.mobile-menu .mobile-menu-head .mobile-menu-close img{
	max-width: 100%
}
.mobile-menu .mobile-menu-body{
	padding-top: 4rem;
}
.mobile-menu .mobile-menu-body h3{
	margin-top: 2rem;
}
.mobile-menu .mobile-menu-body h3:first-child{
	margin-top: 0;
}
.mobile-menu .mobile-menu-body a{
	color: #fff;
}
.loader{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #171717;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;

}
.loader li{
	font-size: 1250%;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    font-family: "NBInternationalPro";
		display: none;
}
.loader li.active{
	display: block;
}
.nav-left,
.nav-right{
	align-items: center;
}
.scroll-container{
	display: block;
	transition: all .3s ease
}

.social-media{
	position: fixed;
  top: 20rem;
  left: calc(2rem + 25px);
  display: flex;
  flex-direction: column;
	z-index: 1
}

.social-media a img{
	width: 25px;
	margin-bottom: .5rem;
	transition: all .3s ease;
}
.social-media a img:hover{
	opacity: .7
}
.social-media span{
	font-size: 60%;
  transform: rotate(270deg);
  position: relative;
  top: 1.75rem;
  left: -1.5rem;
	font-family: 'Roboto Mono', monospace;
}

@media screen and (max-width:768px){
	.info-title{
		font-size: 1.5rem
	}
	.info-subtitle{
		font-size: 1rem
	}
	.w-50,
	.w-75{
		width: 100% !important
	}
	.m-product-img{
		top: 0 !important;
		opacity: .5
	}
	footer{
		display: flex;
	}
	.pl-5{
		padding-left: 0 !important;
	}
	.m-mt-0{
		margin-top: 0 !important
	}
	.m-pb-0{
		padding-bottom: 0 !important
	}
	.m-pt-0{
		padding-top: 0 !important
	}
}

@media screen and (max-width:1024px) {
	.mobile-menu-trigger{
		display: block;
	}
	.mobile-menu-trigger img{
		width: 40px;
		height: 30px;
	}
	.header{
		padding: 1rem;
	}
	.header .nav-left,
	.header .nav-right{
		display: none !important;
	}
	.header .nav-link{
		padding: 0;
		font-size: .75rem;
	}

	.nav-center{
		justify-content: space-between !important;
		margin-bottom: 0rem;
		padding: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.nav-center img{
		max-height: 40px !important;
	}
	.ellipses-container .ellipses-box{
		flex-basis: 100%;
		margin-bottom: 1rem
	}
	.intro__foreground-image,
	.intro__left-image,
	.intro__product-image-1,
	.intro__left-image-1,
	.intro__production-image,
	.intro__production-image-1 {
		position: static;
		margin: 0;
		padding: 0;
		transform: none;
		width: auto;
	}
	.intro__production-image,
	.intro__production-image-1,
	.intro__left-image,
	.intro__product-image-1{
		margin-bottom: 1rem;
	}
	.scroll-container{
		display: none;
	}
	.social-media{
		display: none;
	}
	footer{
		
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	footer div:first-child{
		display: flex;
    flex-direction: column;
		margin-bottom: 1rem;
	}
	footer .lang{
	width: fit-content;
	margin-top: 1rem;
	margin-left: 0 !important
	}
	.position-relative .pl-4{
		padding-left: 0 !important
	}
	.logos .col-lg-2{
		width: 50%
	}
	canvas{
		display: none;
	}
	.loaded .js-image{
		opacity: 1;
	}
	.intro__wrap p.w-50{
		width: 100% !important;
	}
}

@media screen and (min-width:1441px) {
	.pt-0-xl{
		padding-top: 0rem !important
	}
	.pt-5-xl{
		padding-top: 5rem !important
	}
	.pt-7-xl{
		padding-top: 7rem !important
	}
	.pt-10-xl{
		padding-top: 10rem !important
	}
	.pt-15-xl{
		padding-top: 15rem !important
	}
	#production-1,
	#production-2{
		top: 38%
	}
}

@media not all and (min-resolution:.001dpcm){ @supports (-webkit-appearance:none) { 
	@media screen and (min-width:1025px) and (max-width:1366px) {
		canvas{
			display: none;
		}
		.loaded .js-image{
			opacity: 1 !important;
		}
		.intro__product-image-1{
			z-index: -1;
		}
		.scroll-container{
			z-index: 2;
		}
	}
 }}

 /* @media not all and (min-resolution:.001dpcm) { @media {

    .safari_only { 

        color:#0000FF; 
        background-color:#CCCCCC; 

    }
}} */