#painelAzul div {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 30px;
    margin-left: 30px;
}

#painelAzul img {
    width: 30%;
    margin-top: 20px;
}

.fundo {
    /* background-image: url("../images/fundoContato.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

.fundoInvertido {
    background-image: url("../images/fundoContatoInvertido.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

#mapa {
    width: calc(100% - 10%);
    height: 50%;
    background-color: #FFF;
    text-align: center;
}

#logos {
    background-color: #FFF;
    width: calc(100% - 10%);
    padding-top: 15px;
    padding-bottom: 15px;
    /*height: 100px;*/
}

.logoGrupoGlobal {
    content: url("../images/logoGrupoGlobalContato.png");
    margin-top: 20px;
    margin-left: 20px;
    width: 170px;
}

#conteudoContato {
    width: calc(100% - 10%);
}

@media(max-height:799px) {
    #logos,
    #mapa {
        width: 100%;
    }
    #logos {
        margin-top: 20px;
    }
}