:root {
    /* deixa o logo maior que o padrão do tema */
    --ns-header-logo-height: 120px;
}

.contato-rodape li:nth-of-type(1),
.contato-rodape li:nth-of-type(2) {
    display: none;
}

#modalContato .modal-body > div>.span6:last-child {
    display: none !important;
}

#modalContato .modal-body > div>.span6 {
    min-width: 100%;
}

#modalContato {
    max-width: 410px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (max-width: 760px) {
    .secao-banners .slides img {
        height: auto;
        max-width: 100%;
        }
    }
}