/*section .mapa {
    height: 100px;
}*/

#contacto{
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #e9e9e9;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}
/*#contacto h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase; 
}
#contacto .hrCorp{
    margin-top: 20px;
    margin-bottom: 45px;
}*/
#contacto h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

@media (min-width: 1770px) {
    #contacto{
        min-height: calc(100vh - 436px);
    }
}
@media (max-width: 1769px) {
    #contacto{
        min-height: calc(100vh - 460px);
    }
}

@media (max-width: 991px) {
    #contacto{
        min-height: calc(100vh - 500px);
    }
    #contacto .container > .row > div + div{
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    #contacto {
        min-height: calc(100vh - 568px);
    } 
}
@media (max-width: 499px) {
    #contacto {
        min-height: calc(100vh - 538px);
    }
}