@media (max-width: 768px) {
    .header-nav-bar {
    position: absolute;
    right: 0;
    top: 30px;
    width: 100%;
    }
    .oculta-div{
        display: none;
    }
    footer#footer li {
        margin-bottom: 4px;
        text-align: center;
    }
    footer#footer a {
        font-size: 16px;
    }
    footer .col-lg-8 {
        padding-top: 0 !important;
        margin-top: 0;
    }
    footer h4 {
        text-align: center;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    footer .col-lg-6.mb-4.mb-lg-0 {
        margin: 0 !important;
    }
    footer .col-lg-4 {
        text-align: center;
    }
    .contactoAgencia h2 {
        font-size: 18px !important;
        line-height: 21px;
    }
}
@media (min-width: 769px) {
    .contactoItem{
        display: none;
    }
}
footer .serviciosFooter a{
    pointer-events: none;
}