/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */



/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,body{ 
	width:100%;
	height:100%;

}

html{
 
}

body{
  font:normal 100% Arial, Helvetica, sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
    align-content: center;

}
video{
  position: absolute;
   width: 100%    !important;
    height: 100%   !important;
    z-index: 0;
    object-fit: fill;
}
.overlayer{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
}
.logo{
   
   position: relative;
   z-index: 100;
    width:80%;
 
      color: #07fefe;
   
    text-align: center;
    padding: 20px;  
      padding-top: 15vh;
  }
@media screen and (min-width: 768px) {
  .logo{
   


    
  
   
    border-radius: 100%;

    text-align: center;
   
  }
}
.logo img{
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.logo .empresa{


}
.logo h3{
  margin-bottom: 10px;
  font-size: 2em;
  }
.logo  a{
     color: #fff;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}
.logo a img{
  float: left;
    width: 24px;
    margin-right: 7px;
    margin-top: -3px;

}
.logo p{
  margin-bottom: 10px;
}
canvas{
  display:block;
  vertical-align:bottom;
}

#particles-js{
 
}
/* ---- 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;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}
