@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@300;500;800&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: 500;
	}
	em {
		font-style: italic;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
	height: 100%;
	font-size: 100%;
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	font-family: 'Epilogue', sans-serif;
	font-weight: 300;
	font-size:100%;
	line-height:1;
	color:#fff;
	min-height:100%;
	background: #000;
}
:focus {
	box-shadow: 0 0 1px 0 #111;
}
@media (min-width: 960px) {
	::-webkit-scrollbar {
	  width: .5rem;
	}
	::-webkit-scrollbar-track {
	  background: #222;
	  border-radius: 0;
	}
	::-webkit-scrollbar-thumb {
	  background: #222;
	}
	::-webkit-scrollbar-thumb:hover {
	  background: #444; 
	}
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

@media (max-width: 960px) {
	.mobWrapper {
		position: relative;
		overflow-x: hidden;
		width: 100%;
	}
}

.section {
	padding: 3rem 0;
}
.page {
	font-size: 1rem;
	padding: 0 2.5rem;
	max-width: 76rem;
	margin: 0 auto;
	clear:both;
}
.row {
	margin: 0 -1.25rem -2.5rem;
	font-size: 0;
	clear: both;
}
.row.rtl {
	direction: rtl;
}
* + .row,
.row + * {
	margin-top: 4rem;
}
.page:after,
.row:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}
.col,
.gap {
	font-size: 1rem;
	box-sizing: border-box;
	padding: 0 1.25rem;
	min-height: 1px;
	text-align: left;
	direction: ltr!important;
	margin-bottom: 2.5rem;
}
.col > *:last-child {
	margin-bottom: 0!important;
}
@media (min-width: 960px) {
	.col,
	.gap {
		display: inline-block;
		vertical-align: top;
	}
	.v_ac .col,
	.v_ac .gap {
		vertical-align: middle;
	}
	.col1 {width: 8.333%;}
	.col2 {width: 16.666%;}
	.col3 {width: 25%;}
	.col4 {width: 33.333%;}
	.col5 {width: 41.666%;}
	.col6 {width: 50%;}
	.col7 {width: 58.333%;}
	.col8 {width: 66.666%;}
	.col9 {width: 75%;}
	.col10 {width: 83.333%;}
	.col11 {width: 91.666%;}
	.col12 {width: 100%;}
}
@media (max-width: 959px) {
	.section {
		padding: 3.5rem 0;
	}
	.col1,
	* + .col1 {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin: 0 0 2.5rem!important;
	}
	.col2 {
		display: block;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	.row + *,
	.col + .col,
	.gap + .col {
		margin-top: 2.5rem;
	}
}

.hr {
	clear: both;
	border-top: solid 1px rgba(0,0,0,.2);
	margin: 2.5rem 0;
}

a i,
button i {
	line-height: inherit!important;
}
a i + span,
button i + span {
	display: none;
}

picture,
svg,
img {
	display: block;
}
svg {
	width: auto;
	height: auto;
}
svg,
img {
	max-width: 100%;
}

.mobWrapper {
	border: 1rem solid #222;
	border-bottom: none;
}
@media (min-width:960px) {
	.mobWrapper {
		border-right-width: .5rem;
	}
}

.header {
	padding: 1rem 0;
	margin: 4rem 0;
	position: sticky;
	top: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	background: #000;
}
.branding {
	display: inline-block;
}
.branding svg {
	display: block;
	height: 3.75rem;
}
.branding svg path:nth-child(n+3) {
	opacity: 0;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-name: iso;
}
.branding svg path:nth-child(3) {
	animation-delay: 0s;
}
.branding svg path:nth-child(4) {
	animation-delay: 3s;
}
.branding svg path:nth-child(5) {
	animation-delay: 6s;
}
.branding svg path:nth-child(6) {
	animation-delay: 9s;
}
.branding svg path:nth-child(7) {
	animation-delay: 12s;
}
@keyframes iso {
  0% { opacity: 1; }
  18% { opacity: 1; }
  20% { opacity: 0; }
  98% { opacity: 0; }
}
.header ul {
	float: right;
	margin-top: 1.25rem;
}
.header ul li {
	display: inline-block;
	margin-left: 1.25rem;
}
.header ul li a {
	display: block;
	font-size: 1.5rem;
	transition: all 500ms ease;
}
.header ul li a:hover {
	transform: scale(1.2);
}
.featured {
	margin-bottom: 5rem;
}
.featured h2 {
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.4em;
	margin-bottom: .7em;
}
.featured p {
	line-height: 1.4em;
	margin-bottom: .7em;
}

.section:nth-child(odd) .row {
	direction: rtl;
}

.proyecto {
	padding-top: 2.5rem;
	border-top: solid 1px #fff;
}
.proyecto h3 {
	font-size: 1.125rem;
	font-weight: 800;
	margin-bottom: 1.125rem;
}
.proyecto p:last-child:after {
	font-weight: bold;
	content: '.';
	float: right;
}
.proyecto p {
	font-size: .875rem;
	margin-bottom: .75rem;
}
.proyecto strong {
	font-weight: 500;
	margin-right: .75rem;
}
.proyecto strong:after {
	content: '_';
	display: inline-block;
	margin-left: .75rem;
}
.section .col8 img {
	max-height: 80vh;
}
.imgWrapper {
	font-size: 0;
	white-space: nowrap;
	overflow-x: scroll;
	padding: 2.5rem 0 .25rem;
	margin: 0 0 -1rem -.25rem;
	border-right: solid 1px #333;
}
.imgWrapper::-webkit-scrollbar {
  height: .75rem;
}
.imgWrapper::-webkit-scrollbar-track {
  background: #000;
}
.imgWrapper::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 1rem;
  border: solid .25rem #000;
}
.imgWrapper::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.imgWrapper img {
	display: inline-block;
	height: 20vh;
	box-sizing: border-box;
	padding: 0;
	box-shadow: inset 0 0 0 0 #222;
}
.imgWrapper img:first-child {
	margin-left: .25rem;
}
.imgWrapper img.active {
	padding: .875rem;
	box-shadow: inset 0 0 0 .125rem #222;
}
.imgWrapper img + img {
	margin-left: 2.5rem;
}

.footer {
	margin-top: 5rem;
	padding-bottom: 3rem;
}
.footer h3,
.footer h4,
.footer p {
	line-height: 1.4em;
	margin-bottom: .7em;
}
.footer h3 {
	padding-top: 3rem;
	border-top: solid 1px #fff;
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 0;
}
.footer h4 {
	margin-bottom: .75rem;
}
.footer p {
	font-size: .75rem;
}

.footer h6 {
	padding-top: 3rem;
	border-top: solid 1px #fff;
	font-size: .875rem;
	line-height: 1.6em;
}
.footer .col3 h6 {
	text-align: right;
}

@media (max-width:960px) {
	html {
		font-size: 87.5%;
	}
	.header {
		padding: 2rem 0;
		margin-bottom: 3rem;
	}
	.branding img {
		height: 3rem;
	}
	.imgWrapper img {
		height: 25vw;
	}
	.footer h3 {
		margin-right: 20vw;
	}
	.footer .col3 h6 {
		text-align: left;
	}
}