.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: 'Abel', sans-serif;
    font-size: 12px;
    background: #FFF;
}

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;
    text-align: center;
}

.topo {
    background-image: url(../images/fachada.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    color: #FFF;
    padding-top: 7%;
    padding-bottom: 5%;
}

.logoetexto p {
    font-size: 34px;
    text-transform: uppercase;
}

.options ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 1170px;
    margin: -30px auto 45px;
}

.options ul li {
    display: inline-block;
    width: 20%;
    -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;
}

.options ul li:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.options ul li img {
    max-width: 100%;
    -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;
}

.options ul li:hover img {
    -ms-filter: drop-shadow(0px 10px 2px #aaa);
    -webkit-filter: drop-shadow(0px 10px 2px #aaa);
    filter: drop-shadow(0px 10px 2px #aaa);
}

.empresas {
    font-size: 25px;
    text-transform: uppercase;
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 905px;
    max-width: 90%;
    margin: 30px auto 0;
    padding: 15px 0;
}

.contato {
    font-size: 18px;
    background: #FFF;
    position: relative;
    top: -14px;
    width: 475px;
    max-width: 100%;
    margin: 0 auto;
}

.buttons {
    margin-top: 10px;
}

.buttons img {
    -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;
}

.buttons img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.bottom {
    width: 100%;
    margin-top: -80px;
}

.bottom .bg {
    width: 100%;
    height: 82px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

@media only screen and (max-width: 768px) {
    .logoetexto p {
        font-size: 18px;
        max-width: 90%;
        margin: 10px auto;
    }

    .logoetexto p br {
        display: none;
    }

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

    .bottom {
        margin-top: 0;
    }

    .bottom .bg {
        display: none;
    }

    .options ul {
        margin-top: 20px;
    }

    .empresas {
        font-size: 16px;
    }

    .contato {
        font-size: 14px;
        top: -5px;
    }
}
