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;
}

:root {
	font-size: 15px;
}

html {
	height: 100%;
}

 
body {
	font-family: 'Red Hat Display', sans-serif;
	height: 100%;
	--color-text: #d4bebe;
	--color-bg: #f7f5f5;
	--color-link: #5a5a5a;
	--color-link-hover: #000;
	color: var(--color-text);
	background-color: var(--color-bg);
 	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	min-height: 10000px;
}

canvas {
	position: fixed;
	top: 0;
	left: 0;
}

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

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

ul, li{
	padding: 0;
	list-style: none;
}

.positionabsolute{
	position: relative;
	left: 40%;
	top: 41px;
}

.flechasabsolute{
	position: absolute;
	right: 0;
	bottom: 7%;
}

.frame {
	color: #000;
	padding: 0 5vw;
	text-align: center;
	position: relative;
	z-index: 1000;
}

.frame__title {
	text-align: left;
	font-size: 1rem;
	padding-top: 3rem;
	margin: 0 0 1rem;
	font-weight: normal;
	text-shadow: 0 0 1px white;
    -webkit-text-stroke: 0.1px white;
}

.frame__links {
	display: inline;
}

.frame__github{
	position: fixed;
	bottom: 5%;
	left: 5%;
}

.swiper-container {
  width: 100%;  
  height: 300px;
  overflow: hidden;
}

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

.frame__demos {
	margin: 1rem 0;
}

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

.content {
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	position: relative;
	align-items: center;
}

.header {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
	will-change: opacity;
	opacity: 0;
}

.header__title {
	font-size: 2rem;
	text-transform: uppercase;
	margin-bottom: 0px;
	letter-spacing: 0.15rem;
	background: linear-gradient(40deg, #fdf680 0%,#d6716d 50%, #a0fafb 100%);
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 100;
}

.header ul,
.mouse_scroll{
	z-index: 2;
}

.splide{
	width: 100%;
}

.proyectos{
	width: 100%;
}

.proyectos ul{
	width: 464px;
	margin: 21px auto;
}

.proyectos li {
    text-align: center;
    display: inline-block;
    width: 102px;
    height: 100px;
    background: #4a4a4a;
    vertical-align: middle;
    border-radius: 100%;
    color: #fff;
		margin: 0 5%;
}

.proyectos li span {
    display: block;
    padding-top: 23px;
}

.header__text {
	font-size: 1.25rem;
	color: #393c46;
}

.heading {
	width: 679px;
	color: #232323;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	z-index: 1;
	will-change: opacity;
	opacity: 0;
	top: 0;
	line-height: 21px;
	font-size: 1rem;
   	padding: 0 40px;
}

.dvideo{
	position: absolute;
    left: 0;
    top: -125%;
    width: 100%;
    z-index: 1;
}

.alignleft{
	width: 100%;
	text-align: left!important;
	line-height: 31px;
}

ul{
	padding: 0;
}

.frame__title-wrap{
	position: fixed;
	z-index: 7;
}

.hola {
	position: relative;
	top: 100%;
	font-size: 7rem;
	color: #fff;
	overflow: hidden;  
	border-right: .15em solid green;  
	white-space: nowrap; 
	margin: 0 auto;  
	letter-spacing: -2px;  
	animation: 
	typing 2.1s steps(5, end),
  blink-caret .5s step-end infinite;
}


.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu {
  margin-top: 1px;
}

.unu, .doi, .trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

/* The typing effect */
@keyframes typing {
	from { width: 0 }
	to { width: 100% } 
}

 @keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}

 
@media all and ( max-width: 800px ){

	.frame__github, .frame__links a:not(:last-child), .frame__demos a:not(:last-child) {
	    margin-right: 0;
	}
	
	.hola {
    	font-size: 5rem;
	}

	.heading{
		 width: 100%;
	}
	.dvideo {
	    top: -212%;
	}
}
