#linha-horario {
    z-index: 1;
}

#linha-horario::before {
    content: " ";
    position: absolute;
    height: 9px;
    background: #e00815;
    width: 95%;
    top: 17px;
    z-index: -1;
    left: 9px;
}

.linksRodape {
    color: black;
    transition: 0.2s;
    text-decoration: none;
}

.linksRodape:hover {
    opacity: 0.8;
    color: #45464a;
}

#sectionRodape {
    background-color: #f3f3f3;
    color: black;
}

.imgHoverRodape {
    transition: 0.2s ease;
}

.imgHoverRodape:hover {
    transform: scale(1.1);
}

.tituloMapa {
    z-index: 1;
}

.tituloMapa::after {
    content: " ";
    background-color: var(--cor-secundaria);
    height: 7px;
    width: 160px;
    position: absolute;
    z-index: -1;
    left: 250px;
    margin-top: 13px;
}

.span-horarios {
    font-size: 15px;
}

@media screen and (min-width: 991px) {
    .margin80 {
        margin-bottom: 80px;
    }

    .divContatos {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {

    .divContatos {
        flex-direction: column-reverse !important;
    }

    .titulosRodape {
        margin-top: 21px;
    }

}

@media (min-width:320px) AND (max-width:427px) {
    .fz-14-rodape {
        font-size: 11.2px !important;
    }

    .tituloMapa::after {
        width: 114px;
        height: 5px;
        left: 187px;
        margin-top: 8px;
    }
}