/**
 * Modernización visual — sin cambiar colores de marca
 */

/* Tipografía base */
body {
    font-size: 15px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    letter-spacing: -0.01em;
}

/* Profundidad del layout */
.page-wrapper {
    box-shadow: none;
}

html,
body {
    background-color: #ffffff;
}

/* Top bar */
.top-bar-wrap {
    width: 100%;
}
.top-bar {
    padding: 8px 0;
    letter-spacing: 0.02em;
}

.top-bar .top-contact .list {
    font-size: 13px;
}

.top-bar select,
.top-bar #municipios {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 4px 10px;
    background: transparent;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.top-bar select:focus,
.top-bar #municipios:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

/* Cabecera y navegación */
header .logo {
    padding: 0px 0 0px;
}

header .nav-wrapper ul {
    border-top: none;
    border-bottom: 1px solid #ebeaea;
}

.navbar-nav > li > a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 14px 18px;
    position: relative;
    transition: opacity 0.2s ease;
}

.navbar-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 18px;
    right: 18px;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.navbar-nav > li > a:hover::after,
.navbar-nav > li > a:focus::after {
    transform: scaleX(1);
}

.navbar-toggle {
    border-radius: 8px;
    transition: background 0.2s ease;
}

.aniversario {
    letter-spacing: 0.02em;
    font-size: 13px;
}

/* Banner publicitario — proporción 1200×250 escalada al ancho del contenedor */
.ad-slot-header,
.ad-slot-inline,
.ad-slot-footer {
    height: auto;
    aspect-ratio: 1200 / 250;
    min-height: 90px;
}

.ad-slot-header #AADIV33,
.ad-slot-inline #AADIV34,
.ad-slot-inline #AADIV35,
.ad-slot-footer #AADIV32 {
    min-height: 0;
    height: 100%;
}

#AADIV33 a,
#AADIV34 a,
#AADIV35 a,
#AADIV32 a,
#AADIV33 a picture,
#AADIV34 a picture,
#AADIV35 a picture,
#AADIV32 a picture {
    display: block;
    width: 100%;
    height: 100%;
}

#AADIV33 a picture img,
#AADIV34 a picture img,
#AADIV35 a picture img {
    width: 100%;
    height: auto;
    display: block;
}

/* Portada / destacados */
.news-featured {
    padding-top: 12px;
}

.news-featured h1 {
    font-size: clamp(26px, 3.5vw, 46px);
    letter-spacing: 0.06em;
    padding: 12px 0 10px;
    line-height: 1.15;
}

.news-featured h2 {
    line-height: 1.35;
}

.news-featured h2.big {
    line-height: 1.2;
    letter-spacing: -0.02em;
    padding-bottom: 16px;
}

.news-featured h2 a,
.news-featured h3 a {
    transition: opacity 0.2s ease;
}

.news-featured h2 a:hover,
.news-featured h3 a:hover {
    opacity: 0.75;
}

.news-featured img,
.news-featured .item,
.news-featured .lazy-bg,
.item.first-col img {
    border-radius: 10px;
    overflow: hidden;
}

/* Alturas proporcionales al nuevo ancho (1400px) */
.news-featured .first-col {
    height: auto;
    aspect-ratio: 600 / 400;
}

.news-featured img.first-col[width="1200"] {
    aspect-ratio: 1200 / 630;
}

.news-featured .second-col {
    height: auto;
    aspect-ratio: 600 / 400;
    min-height: 0;
}

.news-featured .two-col.lazy-bg {
    aspect-ratio: 600 / 400;
    min-height: 0;
}

.news-featured .text {
    border-radius: 0 0 10px 10px;
}

.portadon {
    border-radius: 12px;
    padding: 28px 32px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
}

.lstminute {
    border-radius: 4px;
    letter-spacing: 0.06em;
    font-size: 12px;
    display: inline-block;
}

/* Listados de noticias */
.news {
    padding-top: 28px;
}

.thumbnail {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    margin-bottom: 24px;
}

.thumbnail:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.thumbnail .photo,
.thumbnail .photog {
    border-radius: 10px 10px 0 0;
    transition: transform 0.35s ease;
}

.thumbnail:hover .photo,
.thumbnail:hover .photog {
    transform: scale(1.02);
}

.news .thumbnail .caption {
    padding-top: 4px;
}

.news .thumbnail .caption h3 {
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.news .heading h2 {
    border-radius: 6px;
    letter-spacing: 0.04em;
    padding: 10px 14px;
}

.heading-normal h2 {
    border-radius: 6px;
    letter-spacing: 0.04em;
}

/* Etiquetas */
a .tag {
    border-radius: 4px;
    padding: 5px 10px;
    letter-spacing: 0.05em;
    font-size: 11px;
}

/* Artículo */
.noticia {
    margin-bottom: 40px;
}

.contenido {
    line-height: 1.75;
    font-size: 16px;
}

.contenido img {
    border-radius: 8px;
}

.contenido p {
    margin-bottom: 1.1em;
}

.headnew {
    margin-bottom: 36px;
}

.foto {
    border-radius: 10px;
    overflow: hidden;
}

.foto img {
    border-radius: 8px;
}

.fecha {
    letter-spacing: 0.02em;
}

/* Sidebar — miniaturas de noticias recientes */
.thumbnail1 .photo,
.thumbnail1 img.photo {
    width: 80px;
    height: 60px !important;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.thumbnail1 {
    display: table;
    margin-bottom: 15px;
    width: 100%;
}

.thumbnail1 .photo-content {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

.thumbnail1 .caption {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.thumbnail1 .caption h3 {
    font-size: 16px;
    line-height: 1.35;
    margin-top: 0;
    margin-bottom: 12px;
}

/* Sidebar */
.sidebar .widget {
    margin-bottom: 36px;
}

.sidebar .widget h4 {
    letter-spacing: 0.02em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebeaea;
}

.sidebar .widget ul li {
    padding-left: 18px;
    margin-bottom: 12px;
}

.sidebar .widget-search input {
    border-radius: 8px;
}

.sidebar .widget-search button {
    border-radius: 8px;
}

/* Pie de página */
.site-footer {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

/* Contenedores del pie: mismo ancho que page-wrapper (sin doble límite Bootstrap) */
.site-footer > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.site-footer > .container.pn {
    padding-left: 0;
    padding-right: 0;
}

.site-footer .footer-legal-bar,
.site-footer .footer-copy-bar {
    float: none;
}

.site-footer .footer-legal-row {
    margin-left: 0;
    margin-right: 0;
}

.site-footer .footer-legal-row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.site-footer .footer-copy-bar {
    background: #000;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.02em;
}

.site-footer .footer-copy-bar a {
    color: #fff;
}

.site-footer .footer-copy-bar a:hover {
    color: #ff0;
}

.footer-bottom {
    padding: 22px 0;
}

.footer-main {
    padding: 36px 0 28px;
}

.footer-main > h2,
.footer-titulo {
    letter-spacing: 0.04em;
    margin-bottom: 24px;
}

.footer-main .footer-col ul li {
    margin-bottom: 10px;
}

.footer-bottom .logo {
    letter-spacing: 0.06em;
}

/* Botón volver arriba */
.scrollup i {
    border-radius: 50%;
    line-height: 42px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scrollup:hover i {
    transform: translateY(-3px);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.2);
}

/* Formularios */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
select,
textarea {
    border-radius: 8px;
    transition: box-shadow 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07);
}

/* Separadores y bloques */
hr {
    border: none;
    border-top: 1px solid #ebeaea;
    margin: 28px 0;
}

.grid-2c > p {
    border-radius: 6px;
    padding: 8px 12px;
}

/* Carrusel / galería */
.carrusel .item {
    border-radius: 10px;
    overflow: hidden;
}

.foto-anuncio {
    border-radius: 8px;
    overflow: hidden;
}

/* Breadcrumb y utilidades */
.breadcrumb {
    border-radius: 8px;
}

/* Responsive */
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .ad-slot-header,
    .ad-slot-inline,
    .ad-slot-footer {
        aspect-ratio: 300 / 250;
        min-height: 90px;
    }

    .news-featured h1 {
        font-size: 18px;
        letter-spacing: 0.05em;
        padding: 10px 12px;
    }

    .news-featured h2.big {
        font-size: 22px;
    }

    .portadon {
        padding: 20px;
        border-radius: 10px;
    }

    .navbar-nav > li > a {
        padding: 12px 16px;
    }

    .navbar-nav > li > a::after {
        display: none;
    }

    .thumbnail:hover {
        transform: none;
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    .news-featured .row.np {
        margin-bottom: 8px;
    }

    .news-featured .row.np > [class*="col-"] {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* ─── Fase 2: refinamiento global ─── */

/* Contenedor y secciones */
.container {
    padding-left: 20px;
    padding-right: 20px;
}

.page-wrapper {
    padding-bottom: 8px;
}

.row.np {
    margin-left: -10px;
    margin-right: -10px;
}

.row.np > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

/* Cabecera — logo y fecha */
.logo a.navbar-brand {
    letter-spacing: 0.04em;
    transition: opacity 0.2s ease;
}

.logo a.navbar-brand:hover {
    opacity: 0.8;
}

.logo .logo-text {
    display: block;
    line-height: 1.05;
}

.logo .fecha {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-top: 4px;
    opacity: 0.7;
}

header .container {
    padding-top: 4px;
    padding-bottom: 4px;
}

/* Menú desplegable */
.dropdown-menu {
    border-radius: 8px;
    border: 1px solid #ebeaea;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.1);
    padding: 6px 0;
    margin-top: 0;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.15s ease;
}

/* Top bar — iconos y utilidades */
.top-bar .inline a {
    display: inline-flex;
    align-items: center;
    padding: 4px 6px;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.top-bar .inline a:hover {
    background: rgba(255, 255, 255, 0.12);
}

.top-bar .bi-search {
    font-size: 16px;
}

/* Títulos de sección (home, categorías) */
.news > .row > .col-md-12 > h2,
.news > h2 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 32px 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ebeaea;
}

.news > .row > .col-md-12 > h2 a,
.news > h2 a {
    transition: opacity 0.2s ease;
}

.news > .row > .col-md-12 > h2 a:hover,
.news > h2 a:hover {
    opacity: 0.75;
}

/* Listado horizontal (thumbnail2) */
.news .thumbnail2 {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f0f0f0;
}

.news .thumbnail2:last-child {
    border-bottom: none;
}

.news .thumbnail2 .photo-content {
    display: block;
    flex-shrink: 0;
}

.news .thumbnail2 .photo {
    width: 220px;
    height: 147px !important;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.news .thumbnail2:hover .photo {
    transform: scale(1.02);
}

.news .thumbnail2 .caption {
    display: block;
    padding-left: 0;
    flex: 1;
}

.news .thumbnail2 .caption h3 {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 0;
}

/* Artículo individual */
.news-single-page .headnew {
    display: block;
    width: 100%;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ebeaea;
}

.news-single-page .headnew h1 {
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 12px 0 16px;
    font-weight: 800;
}

.news-single-page .headnew > .col-sm-12:first-child {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    opacity: 0.65;
    margin-bottom: 4px;
}

.news-single-page .mini.rounded {
    border-radius: 50%;
    object-fit: cover;
    vertical-align: middle;
}

.news-single-page .subtitle {
    border-radius: 8px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.news-single-page .thumbnail {
    margin-bottom: 28px;
}

.news-single-page .thumbnail .photo img {
    border-radius: 10px;
}

.news-single-page .contenido blockquote {
    border-left: 4px solid #333333;
    margin: 1.5em 0;
    padding: 12px 20px;
    background: #f8f8f8;
    border-radius: 0 8px 8px 0;
    font-style: italic;
}

.news-single-page .contenido h2,
.news-single-page .contenido h3 {
    margin-top: 1.6em;
    margin-bottom: 0.6em;
}

/* Buscador sidebar */
.search-sidebar form {
    display: flex;
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.search-sidebar input[type="text"] {
    flex: 1;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #333333;
    border-right: none;
    border-radius: 8px 0 0 8px;
    font-size: 14px;
}

.search-sidebar input[type="submit"] {
    height: 42px;
    padding: 0 18px;
    border-radius: 0 8px 8px 0;
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.search-sidebar input[type="submit"]:hover {
    opacity: 0.85;
}

h2.sidebar-heading,
.heading h2.sidebar-heading {
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0 0 10px !important;
    margin-bottom: 16px;
    border-bottom: 2px solid #333333;
}

/* Sidebar — filas de noticias recientes */
.thumbnail1 {
    transition: background 0.2s ease;
    border-radius: 8px;
    padding: 6px;
    margin-bottom: 8px;
}

.thumbnail1:hover {
    background: #f8f8f8;
}

.thumbnail1 .caption h3 a {
    transition: opacity 0.2s ease;
}

.thumbnail1 .caption h3 a:hover {
    opacity: 0.75;
}

/* Paginación */
.pagination {
    flex-wrap: wrap;
    gap: 6px;
    margin: 32px 0;
}

.pagination a {
    float: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: opacity 0.2s ease, transform 0.15s ease;
}

.pagination a:hover {
    transform: translateY(-1px);
}

/* Pie de página */
.footer-main > h2 {
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 12px;
    border-bottom: 2px solid #ebeaea;
    margin-bottom: 28px;
}

.footer-main .footer-col .caption p:first-child {
    font-size: 14px;
    line-height: 1.4;
}

.footer-bottom .legales,
.footer-bottom .redes {
    line-height: 1.8;
    margin-top: 6px;
}

.footer-bottom .legales a,
.footer-bottom .redes a {
    transition: opacity 0.2s ease;
}

.footer-bottom .legales a:hover,
.footer-bottom .redes a:hover {
    opacity: 0.75;
}

.blacker {
    border-radius: 0;
    font-size: 13px;
    letter-spacing: 0.02em;
}

/* Botones de sorteos / bloques home */
.bote-home-item {
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bote-home-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* Etiquetas en artículos */
.headnew a .tag,
.contenido a .tag {
    transition: opacity 0.2s ease;
}

.headnew a .tag:hover,
.contenido a .tag:hover {
    opacity: 0.85;
}

/* Enlaces dentro del contenido */
.contenido a:not(.tag) {
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.25);
    text-underline-offset: 3px;
    transition: text-decoration-color 0.2s ease;
}

.contenido a:not(.tag):hover {
    text-decoration-color: rgba(0, 0, 0, 0.6);
}

/* Accesibilidad — foco visible sin cambiar colores */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid #333333;
    outline-offset: 2px;
}

.news-single-page .headnew > .col-sm-12:first-child,
.news-single-page .reading-time {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    opacity: 0.65;
    margin-bottom: 4px;
}

.search-result-date {
    font-size: 13px;
    color: #757575;
    margin: 0 0 8px;
}

.news-caption {
    margin: 1.25rem auto;
    max-width: 100%;
    text-align: center;
}

.news-caption img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.news-caption figcaption {
    font-size: 13px;
    color: #666;
    margin-top: 8px;
    font-style: italic;
}

.news-caption.alignleft {
    float: left;
    margin: 0 1.25rem 1rem 0;
    max-width: 45%;
}

.news-caption.alignright {
    float: right;
    margin: 0 0 1rem 1.25rem;
    max-width: 45%;
}

/* Responsive — fase 2 */
@media (max-width: 767px) {
    .news .thumbnail2 {
        flex-direction: column;
        gap: 12px;
    }

    .news .thumbnail2 .photo {
        width: 100%;
        height: auto !important;
        aspect-ratio: 600 / 400;
    }

    .news-single-page .headnew h1 {
        font-size: 22px;
    }

    .news-single-page .headnew > .col-sm-7 {
        text-align: left !important;
        margin-top: 12px;
    }

    .search-sidebar form {
        flex-direction: column;
        box-shadow: none;
    }

    .search-sidebar input[type="text"] {
        border-right: 1px solid #333333;
        border-radius: 8px;
        margin-bottom: 8px;
    }

    .search-sidebar input[type="submit"] {
        border-radius: 8px;
        width: 100%;
    }

    .pagination a {
        padding: 8px 12px;
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .news-single-page .headnew > .col-sm-5,
    .news-single-page .headnew > .col-sm-7 {
        display: flex;
        align-items: center;
    }

    .news-single-page .headnew > .col-sm-7 {
        justify-content: flex-end;
    }
}

/* ─── Header móvil ─── */
@media (max-width: 767px) {
    header .navbar {
        border: none;
        min-height: 0;
        background: transparent !important;
    }

    header .nav-wrapper {
        float: none;
        width: 100%;
        text-align: left;
    }

    header .nav-wrapper ul {
        border-top: none;
    }

    .mn-navbar-header {
        width: 100%;
    }

    .mn-navbar-header__bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }

    header .aniversario {
        font-size: 11px;
        line-height: 1.35;
        text-align: center;
        margin: 0 0 8px;
        padding: 0 4px;
        opacity: 0.8;
    }

    header .logo {
        flex: 1 1 auto;
        width: auto !important;
        min-width: 0;
        padding: 4px 0 10px !important;
        float: none !important;
        text-align: left;
    }

    header .logo a,
    header .logo a.navbar-brand {
        float: none !important;
        font-size: clamp(20px, 6vw, 26px) !important;
        line-height: 1.1 !important;
        font-weight: 800;
        padding: 0 !important;
        text-align: left;
        white-space: normal;
    }

    header .logo .logo-text {
        display: block;
    }

    header .logo .fecha {
        display: none;
    }

    header .navbar-toggle {
        float: none !important;
        flex-shrink: 0;
        margin: 0 0 8px 0;
        padding: 10px 12px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #fff;
    }

    header .navbar-toggle .icon-bar {
        background-color: #000;
    }

    header .navbar-collapse {
        clear: both;
        border-top: 1px solid #ebeaea;
        padding: 0;
        margin-top: 0;
        box-shadow: none;
    }

    header .navbar-nav {
        float: none !important;
        margin: 0;
    }

    header .navbar-nav > li {
        float: none;
        border-bottom: 1px solid #f0f0f0;
    }

    header .navbar-nav > li:last-child {
        border-bottom: none;
    }

    header .navbar-nav > li > a {
        padding: 14px 16px;
        font-size: 15px;
    }

    header .navbar-nav > li > a::after {
        display: none;
    }

    header .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
        background: #f8f8f8;
    }

    header .dropdown-menu > li > a {
        padding: 12px 16px 12px 28px;
        font-size: 14px;
        white-space: normal;
    }

    header .dropdown.open > a,
    header .dropdown.open > a:hover,
    header .dropdown.open > a:focus {
        background: #f5f5f5;
    }

    /* Top bar */
    .top-bar {
        padding: 8px 0;
    }

    .top-bar > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .top-bar .top-contact,
    .top-bar .inline.text-right {
        float: none !important;
        width: 100%;
        text-align: center !important;
    }

    .top-bar .top-contact {
        margin-bottom: 8px;
    }

    .top-bar .top-contact .list {
        float: none;
        font-size: 11px;
        line-height: 1.4;
    }

    .top-bar .inline a {
        display: inline-flex;
        vertical-align: middle;
    }

    .top-bar #municipios {
        max-width: calc(100vw - 80px);
        margin-top: 0;
    }
}
