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-bottom: 0.25rem;
}

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

html .site-footer__top {
    padding: 64px;
}

html .site-footer__bottom {
    padding: 20px 0;
    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;
}

#block-laseme-masinformacion-menu {
    margin-top: 50px;
}

/** Override bootstrap footer */
html .site-footer .nav {
    --bs-nav-link-padding-x: 0.5rem;
    --bs-nav-link-padding-y: 0.25rem;
    --bs-nav-link-font-weight: ;
    --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-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.view-poblaciones .view-content .views-row a,
#block-laseme-masinformacion a,
#block-laseme-masinformacion-menu 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 {
    color: var(--ds-laseme-white);
}