/* ESTILOS GENERALES */
* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box;
}

body {
    background-color:#000;
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#particles-js {
  height: 100vh; 
  width: 100%;
    position: fixed;
    z-index: -1;
}

.contenedor {
  width: 100%;
    background-size: cover;
    background-image: url('');
    background-position:center;
  margin-left: auto; 
  margin-right: auto;
    margin-top: 15px;
    padding: 20px 30px;
    position: relative;
    z-index: 99;
    opacity: .85;
}