#particles-js {
    background: url(../imagenes/estudio.jpg);
    background-position: center;
    background-attachment: contain;
    background-size: cover;
}

.slide {
    color: white;
}

.contenido-slide  h1, p {
     color: white;
     text-shadow: 1px 1px 1px #222;
}

.contenido-slide img {
    width: 50%;
    height: auto;
}

.contenido-slide {
        padding-top: 14%;
        position: absolute;
        text-align: center;
        width: 100%;
       /* background: rgba(255, 255, 255, 0.2)*/
}
.imagen-slide {

}

.texto-slide {

}

.boton-slide {

}
