#paginaContato {
    float: left;
    width: 100%;
    padding: 0 0 50px 0;
}

/* Bloco Inicial */

.blocoInicial {
    float: left;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.blocoInicial h1 {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
    position: relative;
    margin: 0;
    padding-bottom: 20px;
}

/* Mapa */

.iframeMapa {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.iframeMapa iframe {
    width: 100%;
    height: 500px;
    float: left;
    width: 100%;
}

/* Link */

.linkMapa {
    float: left;
    width: 100%;
    text-align: center;
}

.linkMapa .boxLink {
    display: flex;
    align-items: center;
    justify-content: center;
}

.linkMapa .boxLink  img {
    margin-right: 15px;
}

.linkMapa .boxLink a {
    display: flex;
    align-items: center;
    background: #EA6C00;
    padding: 10px 20px;
    border-radius: 10px;
}

.linkMapa .boxLink a span {
    color: #fff;
    margin-right: 10px;
}

.linkMapa .boxLink a i {
    color: #fff;
    font-size: 20px;
}

@media (max-width: 768px) {

    /* Bloco Inicial */

    .blocoInicial h1 {
        padding: 0;
        font-size: 24px;
        line-height: 34px;
    }

}