.conteudo-contato {
    display: table;
    width: 100%;
    padding: 0;
}

#iframe_google {
    position: relative;
    display: table;
    width: 980px;
    padding: 0;
    margin: 20px 0 0 0;
    height: 331px;
    float: left;
    clear: both;
    border: 1px solid #AAA;
}

#iframe_google.preloader:after {
    content: " ";
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("/app/recursos/images/preloader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.endereco {
    float: right;
    clear: right;
    width: 360px;
}

.endereco .linha {
    width: 100%;
    display: table;
    float: left;
    clear: both;
}

.endereco .linha +.linha {
    padding-top: 18px;
}

.endereco .linha h2.titulo {
    color: #bbb;
    font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 5px 0;
}

.endereco .linha .info {
    float: left;
    clear: both;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

body.isTablet .endereco .linha h2.titulo {
    margin-bottom: 7px;
}

html body .formulario {
    float: left;
    clear: left;
    width: 610px;
    max-width: 54%;
}

html body .endereco h1,
html body .formulario h1 {
    padding-bottom: 35px;
}