html .site-footer {
    background-color: var(--ds-laseme-darker-grey);
    padding: 0;
    border-top: 1px solid var(--ds-laseme-white);
}

html .site-footer .block {
    border: 0;
}

html .site-footer .block h1,
html .site-footer .block h2,
html .site-footer .block h3,
html .site-footer .block h4,
html .site-footer .block h5,
html .site-footer .block h6 {
    color: var(--ds-laseme-white);
    border: 0;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

html .site-footer .content a {
    color: var(--ds-laseme-tertiary-color);
}

html .site-footer__top {
    padding: 64px 0;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

html .site-footer__bottom {
    padding: 20px 32px;
    background-color: var(--ds-laseme-black);
    color: var(--ds-laseme-white);
    text-align: center;
}

html .site-footer .nav .nav-link {
    transition: all 0.3s ease;
}

/* Enlaces y textos */
.view-poblaciones .view-content .views-row a,
#block-laseme-masinformacion a,
#block-laseme-masinformacion-menu a,
.footer-contact a {
    color: var(--ds-laseme-grey);
    text-shadow: none;
    opacity: 1;
}

.view-poblaciones .view-content .views-row a:hover,
.view-poblaciones .view-content .views-row a:focus,
#block-laseme-masinformacion a:hover,
#block-laseme-masinformacion a:focus,
#block-laseme-masinformacion-menu a:hover,
#block-laseme-masinformacion-menu a:focus,
.footer-contact a:hover,
.footer-contact a:focus {
    color: var(--ds-laseme-white);
}

.footer-contact {
    color: var(--ds-laseme-grey);
    font-size: 0.95rem;
}

/** Override bootstrap footer */
html .site-footer .nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.35rem;
    --bs-nav-link-color: var(--ds-laseme-tertiary-color);
    --bs-nav-link-hover-color: var(--ds-laseme-white);
    --bs-nav-link-disabled-color: #868e96;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 !important;
    margin-top: 1rem;
    margin-bottom: 0;
}

html .site-footer .nav li {
    list-style: none;
}

.view-poblaciones .views-col {
    white-space: nowrap;
}

.view-poblaciones .views-col.col-1 {
    width: 46% !important;
    padding-right: 8px;
}

.view-poblaciones .views-col.col-2 {
    width: 54% !important;
}

@media (min-width: 768px) {
    html .site-footer__top > .row > div:nth-child(1) {
        width: 32%;
        padding-left: 24px;
        padding-right: 24px;
    }

    html .site-footer__top > .row > div:nth-child(2) {
        width: 38%;
        padding-left: 24px;
        padding-right: 24px;
    }

    html .site-footer__top > .row > div:nth-child(3) {
        width: 30%;
        padding-left: 24px;
        padding-right: 24px;
    }
}

html .site-footer__bottom .row {
    align-items: center;
}

html .site-footer__bottom img {
    max-height: 54px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}