@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@font-face {
    font-family: 'orticalight';
    src: url('fonts/Ortica-Light.woff2') format('woff2'),
         url('fonts/Ortica-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

body {
	--color-text: #000;
	--color-bg: #fff;
	--color-link: #000;
	--color-link-hover: #004eff;
	/*--color-logo-bg: #e4e4e4;*/
	font-family: 'Roboto';
    font-weight: 400;
	height: 100vh;
	color: var(--color-text);
	background-color: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



h1, h3 {
	font-family: 'orticalight';
	font-weight: 100;
}


h1,h3,a {
	transition: color 0.5s ease-out;
}


h1:hover {
	color: #004eff;

}


.ocultar {
	display: none;
}


.detalle {
    /* transform: scale(1); */
    position: absolute;
    z-index: 99;
    background: #f3f3f3;
    width: 100%;
    height: 100%;
    left: -100%;
}

.detalle .slideshow__item-subtitle {
	color: #000;
}

.detalle .slideshow__item-title::before {
	background: #000;
}


.cruz {
	background: #f3f3f3;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    left: 25px;
    cursor: pointer;
    border-radius: 120px;
    padding: 10px;
}

.tit_folio {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    text-align: center;
    z-index: 7;
}






/*  LUCES BACKGROUND PRINCIPAL de fondo*/

.intro {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #f2f2f2;
    overflow: hidden;
}


.sinfondo {
	background: none;
}


.intro span {
    width: 50vmin;
    height: 50vmin;
    border-radius: 50vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 45;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.intro span:nth-child(0) {
    color: #ff412e; /* rojo */
    top: 68%;
    left: 75%;
    animation-duration: 21s;
    animation-delay: -8s;
    transform-origin: -13vw -4vh;
    box-shadow: -100vmin 0 13.188647380964236vmin currentColor;
}
.intro span:nth-child(1) {
    color: #ff412e; /* rojo */
    top: 60%;
    left: 55%;
    animation-duration: 13s;
    animation-delay: -3s;
    transform-origin: 6vw 1vh;
    box-shadow: 100vmin 0 12.604565504086004vmin currentColor;
}
.intro span:nth-child(2) {
    color: #F2F2F2; /* GRis */
    top: 11%;
    left: 51%;
    animation-duration: 15s;
    animation-delay: -43s;
    transform-origin: 8vw -1vh;
    box-shadow: 100vmin 0 12.698691359309626vmin currentColor;
}
.intro span:nth-child(3) {
    color: #F2F2F2; /* gris */
    top: 69%;
    left: 54%;
    animation-duration: 16s;
    animation-delay: -15s;
    transform-origin: 24vw -20vh;
    box-shadow: 100vmin 0 12.62998375981077vmin currentColor;
}
.intro span:nth-child(4) {
    color: #39e5a0; /* verde */
    top: 56%;
    left: 96%;
    animation-duration: 36s;
    animation-delay: -31s;
    transform-origin: 7vw 6vh;
    box-shadow: -100vmin 0 12.869558022690661vmin currentColor;
}
.intro span:nth-child(5) {
    color: #39e5a0; /* verde */
    top: 98%;
    left: 19%;
    animation-duration: 54s;
    animation-delay: -38s;
    transform-origin: -12vw 0vh;
    box-shadow: -100vmin 0 12.950532710590311vmin currentColor;
}
.intro span:nth-child(6) {
    color: #39e5a0; /* verde */
    top: 90%;
    left: 87%;
    animation-duration: 27s;
    animation-delay: -30s;
    transform-origin: 14vw -9vh;
    box-shadow: -100vmin 0 13.48440735998036vmin currentColor;
}
.intro span:nth-child(7) {
    color: #39e5a0; /* verde */
    top: 19%;
    left: 90%;
    animation-duration: 55s;
    animation-delay: -43s;
    transform-origin: -18vw -1vh;
    box-shadow: -100vmin 0 12.562069216940113vmin currentColor;
}
.intro span:nth-child(8) {
    color: #004eff; /* azul */
    top: 77%;
    left: 34%;
    animation-duration: 22s;
    animation-delay: -38s;
    transform-origin: -8vw 22vh;
    box-shadow: 100vmin 0 12.886994939542072vmin currentColor;
}
.intro span:nth-child(9) {
    color: #fffb6c; /* amarillo */
    top: 15%;
    left: 47%;
    animation-duration: 8s;
    animation-delay: -30s;
    transform-origin: 4vw -14vh;
    box-shadow: 100vmin 0 13.146920811992572vmin currentColor;
}
.intro span:nth-child(10) {
    color: #fffb6c; /* amarillo */
    top: 19%;
    left: 36%;
    animation-duration: 38s;
    animation-delay: -38s;
    transform-origin: -4vw -19vh;
    box-shadow: 100vmin 0 13.387413689940457vmin currentColor;
}
.intro span:nth-child(11) {
    color: #fffb6c; /* amarillo */
    top: 35%;
    left: 96%;
    animation-duration: 29s;
    animation-delay: -22s;
    transform-origin: 16vw 20vh;
    box-shadow: -100vmin 0 12.848209908354999vmin currentColor;
}
.intro span:nth-child(12) {
    color: #fffb6c;  /* amarillo */
    top: 53%;
    left: 14%;
    animation-duration: 27s;
    animation-delay: -16s;
    transform-origin: 20vw 14vh;
    box-shadow: 100vmin 0 13.399967880258789vmin currentColor;
}


/*  FIN LUCES BACKGROUND PRINCIPAL */


.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-logo-bg);
}

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

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

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Icons */
.icon {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 auto;
	fill: currentColor;
}

.icon--inline {
	display: inline-block;
	width: 0.75em;
	height: 0.65em;
}

.icon--light {
	color: #5cad7c;
}

main {
	position: relative;
	width: 100%;
}

.content {
	width: 100%;
	position: relative;
}

.no-js .content {
    top: 100vh;
}

.intro {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 9;
}

.no-js .intro {
	position: absolute;
}

.intro__box,
.intro__logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background: var(--color-logo-bg);
	opacity: 1;
}

.intro__box {
	transform-origin: 0 0;
	z-index: 0;
}

.no-js .intro__box {
	width: 100%;
	height: 100vh;
}

.intro__logo {
	background: transparent;
	display: flex;
	align-items: center;
	color: #000;
	pointer-events: auto;
	cursor: pointer;
}

.icon--arrowup {
	width: 1.25rem;
	height: 1.25rem;
}

.intro__logo-text {
	font-weight: normal;
	position: absolute;
	width: 100%;
	top: 100%;
	text-align: center;
	margin: 0;
	padding: 0.25rem 0 0 0;
	font-size: 0.85rem;
	opacity: 0;
}

.intro__title-wrap {
	text-align: center;
	position: relative;
	z-index: 100;
	margin-top: 6rem;
}

.intro__title {
    font-size: 10vw;
    margin: 0 0 0.8rem;
    line-height: 1;
    text-transform: ;
}

.intro__subtitle-wrap {
	text-transform: initial;
	line-height: 1.25rem;
}

.intro__subtitle {
	margin: 0;
	font-size: 0.85rem;
}

.intro__info {
	margin: 0 0 1rem 0;
	font-size: 0.85rem;
}

.codrops-icon {
	color: #000;
	display: inline-block;
}

.codrops-icon:hover {}

.intro__enter {
	text-transform: initial;
	margin: 5vh 0 0 0;
	padding: 1rem 0 0 0;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
    background-color: #004eff;
    padding: 15px 22px;
    border-radius: 80px;
}

.intro__enter:hover {
	color: #fff;
    background-color: #000;
}

.no-js .intro__enter {
	display: none;
}

.intro__github {
	text-transform: initial;
	position: relative;
	font-size: 0.85rem;
}

.intro__content {
	position: relative;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}

.intro__content--second {
	display: none;
}

.intro__content-title {
	text-transform: initial;
	font-size: 1.5rem;
	line-height: 0.5;
	font-weight: normal;
	display: none;
	margin: 0;
}

.intro__content-title::before {
	content: '\2015';
	margin: 0 15px 0 0;;
	font-size: 1.25rem;
}

.intro__content-text {
	font-size: 0.8rem;
	line-height: 1.32rem;
	margin-top: 1.6rem;
	max-width: 380px;
}

.intro__location {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 0.8rem;
}

.intro__social {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 0.8rem;
	margin: 1rem 0;
}

.intro__social-item {
	text-transform: initial;
	margin: 0 1rem;
}

.sidebar {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: fixed;
	z-index: 8;
}

.menu {
	margin: 2rem 1rem 2rem 6rem;
    display: flex;
    flex-direction: row-reverse;
}

.menu__item {
	color: #aaa;
	display: block;
	margin: 0 1rem 0 0;
}

.menu__item--current {
	color: #000;
}

.slideshow {
	flex: 1;
}

.slideshow__item {
	position: relative;
	margin: 0 0 0 auto;
	cursor: pointer;
}

.slideshow__item:hover .slideshow__item-img-inner{
	filter: grayscale(0%) opacity(1);
	transition: filter ease 1s;
}

.slideshow__item:hover .slideshow__item-titlewrap{
    opacity: 1;
	transition: opacity ease 2s;
}

.slideshow__item2 {
	position: relative;
	margin: 0 0 0 auto;
	border-bottom: 1px solid #f3f3f3;
	height: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.slideshow__item::after {
	content: '+';
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    margin: 1rem;
    font-size: 1.5rem;
    line-height: 0.5;
    color: #ffffff;
}

.slideshow__item--featured {
	margin-top: 0;
}


.port1 {
	width: 60%;
    float: left;
    height: 50%;
}

.port2 {
	width: 40%;
    float: left;
    height: 50%;
}

.port1left {
	margin-left: 75px;
    width: calc(60% - 75px);
    float: left;
    height: 50%;
}

.port2left {
	margin-left: 75px;
    width: calc(40% - 75px);
    float: left;
    height: 50%;
}



.slideshow__item-number {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    margin: 1rem 1rem 0 0;
}

.slideshow__item-number-int {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 1.15rem;
	margin: 1rem 1rem 0 0;
}


.slideshow__item-title {
	font-size: 1.5rem;
	font-weight: normal;
	position: relative;
    padding: 0 0 0 0rem;
    margin: 0 0 0 0;
}

.slideshow__item-title--larger {
	font-size: 1.85rem;
}

.slideshow__item-subtitle {
	color: #000;
	max-width: 210px;
	margin: 0.5rem 0 0 0rem;
}

.slideshow__item-texto {
	max-width: 355px;
    margin: 2.5rem 0 0 0rem;
    line-height: 1.75rem;
}

/*
.slideshow__item-title::before {
	content: '';
	position: absolute;
	top: 55%;
	left: 0;
	margin: 0 1rem 0;
	height: 1px;
	width: 2rem;
	background: #fff;
} */

.slideshow__item-img {
	width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    overflow: hidden;
}


.slideshow__item-img-int {
    width: 50%;
    height: 100%;
	/* max-width: 100vw; */
	/* max-height: 80vh; */
	margin: 0 0 0 0;
	overflow: hidden;
}

.slideshow__item-img--larger {
	width: 100%;
	height: 100%;
}

.slideshow__item-img-inner {
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	filter: grayscale(100%) opacity(0.5);
	transition: filter ease-out 1s;
}

.imagendetalle {
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	filter: grayscale(0%) opacity(1);
	transition: filter ease-out 1s;
}


.slideshow__item-titlewrap {
	position: absolute;
	bottom: 3rem;
	width: 100%;
	left: 0;
	padding: 1rem;
}


.slideshow__item-titlewrap-int {
	width: 50%;
	padding: 1rem 1rem 1rem 6rem;
}

.slideshow__nav {
	display: none;
}

.slideshow__nav-item {
	cursor: default;
	background: #ddd;
	border: 0;
	height: 1.5rem;
	width: 1px;
	color: transparent;
	font-size: 0;
	padding: 0;
	display: block;
	margin-bottom: 0.5rem;
	position: relative;
}

.slideshow__nav-item:focus {
	outline: none;
}

.slideshow__nav-item--current {
	background: #333;
}

.pater {
	display: none;
}

.pater::before {
	content: '\2015  Sponsor';
	word-spacing: -5px;
	margin: 0 0 0 0.15rem;
	color: #000;
}

.pater__description {
	font-size: 0.85rem;
	padding: 0.5rem 1rem 1rem 1rem;
	color: #aaa;
	margin: 0;
}

.pater__description strong {
	color: #000;
	font-weight: normal;
}

.pater__img-inner {
	background: url(../img/Divi.jpg) no-repeat 50% 50%;
	height: 25vh;
	width: 100%;
	background-size: cover;
}

.content {
 overflow: scroll;
}




@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}


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

	.slideshow__item2 {
	position: relative;
	margin: 0 0 0 auto;
	border-bottom: 1px solid #f3f3f3;
	height: 100%;
	display: block;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
	}

	.slideshow__item-img-int {
    width: 100%;
    height: 350px;
    margin: 0 0 0 0;
    overflow: hidden;
	}

	.slideshow__item-titlewrap-int {
    width: 100%;
    padding: 1rem;
	}


.slideshow__item-titlewrap {
	width: auto;
    padding: 1rem 2rem 1rem 1rem;
    margin: 1rem 0rem -1rem 1rem;
    background: #fff;
}




}


@media screen and (max-width: 860px) {
	.sidebar {
		position: relative;
	}
	.tit_folio {
		display: none;
	}
	.espacio_titulo {
	    margin-top: 0px;
	}

	.detalle {
	position: fixed;
    width: 100%;
    height: 100%;
    padding: 2rem;
	}


.port1 {
	width: 100%;
    float: left;
    height: 50vh;
}

.port2 {
	width: 100%;
    float: left;
    height: 50vh;
}

.port1left {
	margin-left: 0px;
    width: calc(100% - 0px);
    float: left;
    height: 50vh;
}

.port2left {
	margin-left: 0px;
    width: calc(100% - 0px);
    float: left;
    height: 50vh;
}

.slideshow__item-title::before {
	background: #000;
}

.slideshow__item-texto {
    max-height: 77px;
    overflow: scroll;
    padding-right: 16px;
	max-width: 355px;
    margin: 1.5rem 0 0 1rem;
}

.content {
 overflow: unset;
}

}



@media screen and (min-width: 67em) {
	.intro {
		display: grid;
		align-items: start;
		grid-template-columns: repeat(4,25%);
		grid-template-rows: 40% 60%;
	}

	.ocultar {
	display: none;
	}


	.intro__title {
		font-size: 7rem;
	}

	.intro__location {
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		grid-area: 2 / 4 / 2 / 4;
		align-self: start;
		justify-self: end;
		margin-bottom: 3rem;
	}
	.intro__content {
		max-width: none;
		text-align: left;
	}
	.intro__content--second {
		grid-area: 1 / 2 / 1 / 3;
		display: block;
	}
	.intro__content--forth {
		grid-area: 1 / 4 / 1 / 5;
	}
	.intro__content-title {
		display: block;
	}
	.intro__title-wrap {
		grid-area: 2 / 3 / 2 / 3;
	    align-self: stretch;
	    text-align: left;
	    margin: 0;
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	}
	.intro__enter {
		margin: auto 0 0 0;
	}
	.intro__github {
		font-size: 1rem;
		align-self: end;
		justify-self: start;
		grid-area: 2 / 1 / 2 / 1;
	}
	.intro__social {
		grid-area: 2 / 4 / 2 / 4;
		align-self: end;
		justify-self: end;
		font-size: 0.8rem;
		margin: 0;
	}
	.intro__social-item {
		margin: 0 0 0 1rem;
	}
	.content {
		width: 100%;
		height: 100vh;
		position: relative;
		display: flex;
	}
	.sidebar {
	width: 75px;
    border-right: 1px solid #f3f3f3;
    padding-right: 15px;
    background: #ffffff;
    height: 100%;
	}
	.menu {
		margin: 8rem 0.5rem 0 auto;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		transform: rotate3d(0,0,1,180deg);
		display: flex;
	}
	.menu__item {
		margin: 1.5rem 0 0 0;
	}
	.pater {
		display: block;
	}
	.slideshow__item {

	}
	.slideshow__item-number {
	    right: 1rem;
	    top: 1rem;
	}
	.slideshow__item-title {
		font-size: 2rem;
		max-width: 380px;
		line-height: 1rem;
		margin-bottom: 1rem;
	}
	.slideshow__item-titlewrap {
		bottom: 0rem;
	    left: 0rem;
	    padding: 2rem;
	    width: 100%;
	    background: #004eff;
	    color: #fff;
	    opacity: 0;
		transition: opacity ease 1s;
	}


	.slideshow__item-subtitle {
		color: #fff;
		font-size: 0.9rem;
	}
	.slideshow__item-titlewrap--featured {
		bottom: 0rem;
	    left: 0rem;
	}
	.slideshow__item-title--larger {
	    font-size: 2rem;
	    max-width: 600px;
	}
	.slideshow__nav {
		position: absolute;
		right: 0;
		top: 0;
		width: 4rem;
		height: 75vh;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		display: flex;
	}
}

