/*.section-top {
    background-image: url('../../images/contactoFront/contacto-top.jpg');
}*/
#mapa {
    /* height: 0;
    padding-bottom: 30%; */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
}
/* #mapa .mapa {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
} */
section {
    text-align: center;
}
section h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
footer {
    margin-top: 45px;
}

@media(max-width: 400px){
    section #formContacto .row > div{
        width: 100%;
    }
}