.all, body, html {
    max-width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

* {
    outline: none;
}

.move {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body {
    font-family: 'din', sans-serif;
    font-size: 12px;
    background: #efefef;
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.all {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.conteudo {
    width: 1170px;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
}

.logos {
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 18px;
    letter-spacing: 7px;
    top: 180px;
}

.logos img {
    margin: 25px 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logos a:hover img {
    transform: scale(1.1);
}

.quadros {
    margin-top: 120px;
    max-width: 40%;
}

.pia {
    margin-right: -50px;
    max-width: 40%;
}

@media screen and (max-width: 930px) {
    .quadros, .pia {
        display: none;
    }

    .conteudo {
        left: 0;
        top: 0;
        transform: none;
    }

    .logos {
        top: 50%;
        width: auto;
        position: fixed;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .logos img {
        max-width: 90%;
    }
}
