html,
body {
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	overflow: hidden;
	background-color: #fff;
	background-position: center top;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

}
html .slides,
body .slides,
html > .dg,
body > .dg {
  display: none;
}

.logo{
	position: relative;
	width: 7vw;
	margin: auto;
	margin-bottom: 2.5vw;
	cursor: pointer;
}


.logo img:nth-child(1){
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.logo img:nth-child(2){
	position: absolute;
		top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
}
.logo img:nth-child(3){
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%; 
	height: auto;
}
.logo:hover img:nth-child(1){
	animation: glitch1 2.5s infinite;
}
.logo:hover img:nth-child(2){

	animation: glitch2 2.5s infinite;
}
.logo:hover img:nth-child(3){
	animation: glitch3 2.5s infinite;
}
@media all and (max-width: 768px){
	.logo{
		position: relative;
		width: 30vw;
		margin: auto;
		margin-bottom: 15vw;
		cursor: pointer;
	}
	.logo img:nth-child(1){
		animation: glitch1 2.5s infinite;
	}
	.logo img:nth-child(2){
		animation: glitch2 2.5s infinite;
	}
	.logo img:nth-child(3){
		animation: glitch3 2.5s infinite;
	}
}
.button{
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: auto;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	letter-spacing: 0px;
	text-transform: uppercase;
	border: none;
	padding: 0px;
	overflow: hidden;
	color: #292c32;
	border-color: #292c32;
	box-sizing: border-box;
	margin-top: 30px;
	cursor: pointer;
}
.button:before{
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid;
	border-radius: inherit;
	-webkit-clip-path: polygon(0 0, 87px 0, 87px 50px, 163px 50px, 163px 0px, 250px 0px, 250px 60px, 0px 60px);
	clip-path: polygon(0 0, 87px 0, 87px 50px, 163px 50px, 163px 0px, 250px 0px, 250px 60px, 0px 60px);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	    transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	border: 2px solid;
	-webkit-transform: translate3d(0, -100%, 0) translate3d(0, 2px, 0);
	transform: translate3d(0, -100%, 0) translate3d(0, 2px, 0);
}
.button:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button .button-icon {
	font-family: 'vicons';
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	line-height: inherit;
	position: relative;
	display: inline-block;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	vertical-align: middle;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	 -webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	position: absolute;
	top: -100%;
	height: 56px;
	left: 50%;
	font-size: 20px;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}
.button:hover .button-icon {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translate3d(-50%, 100%, 0);
	transform: translate3d(-50%, 100%, 0);
}
.button .button-icon:before{
	content: "";
	background-image: url("envelope.png");
	display: inline-block;
	width: 100%;
	width: 20px;
	height: 100%;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.button > a {
	display: block;
	padding: 20px;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	vertical-align: middle;
	text-decoration: none;
	color: #292c32;
	font-weight: 800;
}
.button:hover > a {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}



canvas{
	display:block;
	vertical-align:bottom;
}
canvas.draw{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
    width: 50vw;
    height: 50vh;
}
#particles-js{
  height:100%;
  width: 100%;
}
.content.out{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	opacity: 0.0001;
-webkit-transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);;
-moz-transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);;
-ms-transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);;
-o-transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);;
transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%) translateY(-45%);
}
.content{
	width: 100%;
	position: absolute;
	top: 50%;
	text-align: center;
	left: 50%;
	opacity: 1;
	transition-delay: 1s;
-webkit-transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);;
-moz-transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);;
-ms-transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);;
-o-transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);;
transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.content h1{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #292c32;
	letter-spacing: 0;
}
.content h2{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	opacity: 0.5;
	color: #292c32;
	letter-spacing: 0;
}
.content h2 a{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #292c32;
	letter-spacing: 0;
	text-decoration: none;
}
.content p{
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #292c32;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0;
}
.content p a{
	display: inline-block;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #292c32;
	font-size: 14px;
	letter-spacing: 0;
	opacity: 1;
	text-decoration: none;
		margin-top: 15px;
	transition: all 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.content p a:hover{
	opacity: 0.5;
}
#contacto{
position: absolute;
  top: 100%;
  width: 100%;
  height: 50%;
  background-color: #292c32;
}
#contacto.open{
position: absolute;
  top: 50%;
  width: 100%;
  height: 50%;
  background-color: #292c32;
}
.top{
	width: 100%;
  height: 10px;
  top: 0px;
  position: absolute;
  background-color: #292c32;
}
.bottom{
	width: 100%;
  height: 10px;
  bottom: 0px;
  position: absolute;
  background-color: #292c32;
}
.left{
	width: 10px;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-color: #292c32;
}
.right{
	width: 10px;
  height: 100%;
  right: 0px;
  top: 0px;
  position: absolute;
  background-color: #292c32;
}
@media all and (max-width: 768px){
	.top,
	.bottom,
	.left,
	.right{
		display: none;
	}
}
.menu{
  position: fixed;
  width: 360px;
  height: 100%;
  left: 0;
  z-index: 100;
  overflow: hidden;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.menu__handle {
  border: none;
  width: 30px;
  height: 24px;
  padding: 0;
  outline: none;
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 2000;
  background-color: transparent;
}
.menu__handle::before, .menu__handle::after, .menu__handle span {
  background: #ffffff;
}
.menu__handle::before {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.menu__handle::after {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.menu__handle span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1);;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1);;
}
.menu__handle::before, .menu__handle::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);;
}
.menu__inner {
right: 81px;
  width: 250px;
  padding: 0 140px 2em 0;
  overflow-y: auto;
  height: 100%;
  position: relative;
  z-index: 100;
  background-color: #292c32;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.morph-shape {
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.morph-shape svg{
  background-color: #292c32;
}

.menu.menu-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-open .menu__handle::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.menu-open .menu__handle span {
  opacity: 0;
}
.menu-open .menu__handle::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
@media (min-width: 1000px) {
  body {
	  background-image: none;
    background-repeat: no-repeat;
  }
  body > .dg {
    display: block;
  }
}


@keyframes glitch1 {
  0% {
    transform: none;
    opacity: 1;
  }
  7% {
    transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75;
  }
  10% {
    transform: none;
    opacity: 1;
  }
  27% {
    transform: none;
    opacity: 1;
  }
  30% {
    transform: skew(0.8deg, -0.1deg);
    opacity: 0.75;
  }
  35% {
    transform: none;
    opacity: 1;
  }
  52% {
    transform: none;
    opacity: 1;
  }
  55% {
    transform: skew(-1deg, 0.2deg);
    opacity: 0.75;
  }
  50% {
    transform: none;
    opacity: 1;
  }
  72% {
    transform: none;
    opacity: 1;
  }
  75% {
    transform: skew(0.4deg, 1deg);
    opacity: 0.75;
  }
  80% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes glitch2 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(-2px, -3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(-5px, -2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(-5px, -1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(-2px, -6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0.25;
  }
}

@keyframes glitch3 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(2px, 3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(5px, 2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(5px, 1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(2px, 6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0.25;
  }
}