/* ---- reset ---- */
body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
  font-family: 'Roboto', sans-serif;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.fondo {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f98831+0,ff3236+33,ba1dba+64,5188ff+100 */
  background: #f98831; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #f98831 0%, #ff3236 33%, #ba1dba 64%, #5188ff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #f98831 0%,#ff3236 33%,#ba1dba 64%,#5188ff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #f98831 0%,#ff3236 33%,#ba1dba 64%,#5188ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98831', endColorstr='#5188ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.logocontainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.logo {
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate3d(-50%,-50%,0);
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.footer {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  margin-bottom: 30px;
  width: 100%;
}

.boton {
  position: relative;
  padding: 0;
  width: auto;
  overflow: hidden;
  padding: 20px 35px;
  background-color: transparent;
  transition: all .3s ease-in;
  color: #fff;
  border: 2px solid #fff;
  z-index: 1;
  text-decoration: none;
}
.boton:hover {
  background-color: #fff;
  color: #f98831;
  text-decoration: none;
}

.item {
  text-align: center;
  margin-top: 20px;
}
.item a{
  font-size: 1.5em;
    color: #fff;
}
.item a:hover {
  text-decoration: none;
}