/* base */

* {
    box-sizing: border-box;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-color: #787474;
    background-color: #000;
    /*background-image: url('style.css');*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1;
    position: fixed;
    top: 0;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #111;
}

canvas {
    display: block;
}

.cuerpo {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.valenzuela-logo {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 30vh;
}

.valenzuela {
    width: 80%;
    height: auto;
    max-width: 450px;
}

.logos {
    width: 100%;
    margin: 20px auto;
    max-width: 900px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.logos img {
    margin: 20px;
    width: calc(100% - 40px);
    max-width: 200px;
    max-height: 80px;
}