/* ESTILOS GENERALES */


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%;
	max-width: 100%;
    background-size: cover;
    background-image: url('../img/BACK000.jpg');
    background-position:center;
	margin-left: auto; 
	margin-right: auto;
    margin-top: 0px;
    padding: 20px 30px;
    position: relative;
    z-index: -2;
    opacity: .10;
}

.contenedor.header {
    height: calc(100vh);
    border: 0px solid #555555;
}



.contenido-descripcion {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
}

.contenido-descripcion .titulo {
    text-transform: uppercase;
    letter-spacing: 5px;
}

.contenido-descripcion .titulo span:first-child {
    font-size: 50px; 
    display: block;
    font-weight: 300;
}

.contenido-descripcion .titulo span:last-child {
    font-weight: 900;
    font-size: 100px;
}

.contenido-descripcion .btn-link {
    display: inline-block;
    padding: 10px 20px;
    margin: 25px 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #3dff3e;
    border: 1px solid #555555;
    animation: parpadeo 2s linear infinite;
    transition: .7s ease;
}


