.bg-custom {
    background-image: url('../img/bg_head.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 7em; /* Asegura que ocupe el alto del navbar */
}
.footer {
    width: 91.666667%; /* equivalente a w-11/12 */
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 180px;
    padding-bottom: 2.5rem; /* 10 * 0.25rem */
}

@media (min-width: 1024px) {
    .footer {
        max-width: 1000px;
    }
}

@media (min-width: 1280px) {
    .footer {
        max-width: 1190px;
    }
}

@media (min-width: 1536px) {
    .footer {
        max-width: 1300px;
    }
}
