@import url("https://maqueta.diba.cat/v4/assets/dist/diba-maqueta.min.css");@font-face {
    font-family: 'MyFont';
    src: url('./DiBaScreen-Regular-UMhRRXBR.woff') format('woff'),
        url('./DiBaScreen-Regular-4BnFGGqo.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg: #f7f7fb;
    --card: #ffffff;
    --muted: #6b7280;
    --border: #e5e7eb;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: MyFont, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica Neue, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
    background: var(--bg);
    color: #111827;
}

/*Pàgina Inici*/
.lui-popover {
    display: none;
}

/*HEADER*/
header {
    position: sticky;
    top: 0;
    backdrop-filter: saturate(180%) blur(8px);
    background: rgba(255, 255, 255, .85);
    font-family: 'MyFont';
    font-weight: 700;
}

.headerMenu {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.headerMenuIframe {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    width: 100%;
    display: flex;
    padding: 0;
}


.headerTitleIcon .filtermenu .native-chart {
    background-color: transparent;
    width: 191px;
    display: flex;
    align-items: self-end;
    justify-content: end;
    position: relative;
    height: 50px;
    padding: 0;
    margin: 0;
}

.headerTitleIcon .map .native-chart {
    width: 300px;
    display: flex;
    align-items: self-end;
    justify-content: end;
    position: relative;
    height: 119px;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.headerTitleIcon {
    width: 1200px;
    align-self: anchor-center;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem 0.5rem 0rem;
    justify-content: center;

}




.logoMenu {
    height: 45px;
    width: auto;
    object-fit: contain;
    width: 70% !important;
}

.seleccions {
    display: flex;
    padding: 10px 0px 0px 70px;
}

.filtermenu {
    display: grid !important;
    margin-left: 5px;
    padding: 0px 10px 0px 0px;
    align-items: center;
    height: 50px;
}

.headerMenu .rowHeaderTop .filtermenu .native-chart {
    height: 45px !important;
}

.headerMenu .rowHeaderTop .filtermenu .select2.select2-container.select2-container--default {
    width: 220px !important;
}

.filtermenu .qlik-embed {
    min-height: 40px;
}

.escut .native-chart {
    background-color: transparent;
    padding: 0 !important;
    margin: 0 !important;
    height: 113px !important;
    position: relative;
}

.escut .speeldial {
    position: relative;
    display: none;
}

.escut .native-chart #NAMKQJm_title {
    display: none !important;
}

.municipi {
    display: flex;
}

.municipio-card {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;

}

.qv-object-map header {
    display: none !important;
}

.fonsblanc {
    background: white;
}

.map {
    width: 160px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.map .speeldial {
    display: none;
}

.bar-selections>.bar {
    display: flex;
    flex-direction: column;
    width: 65%;
    justify-content: flex-end;
    align-items: end;
}

.undo-button {
    background-color: #9D2235;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 7px 25px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

.inici {
    background-color: white;
    color: rgb(91, 91, 91);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-size: 82%;
}

.botonsaccions {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: flex-start;
    margin-top: 6px;
    gap: 5px;
}

.Desfer {
    background-color: transparent;
    color: black;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    font-size: 10px;
}

.Netejar {
    background-color: transparent;
    color: black;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    font-size: 10px;
    padding-left: 4px;
}

.Desfer span,
.Netejar span {
    padding: 5px;
}

.Desfer:hover,
.Netejar.enabled:hover {
    opacity: 0.7;
}

.divider {
    width: 1px;
    height: 20px;
    background-color: #ccc;
    margin: 0 5px;
}

.fletxa-esq {
    display: flex;
    width: 7px;
    height: 7px;
    border-bottom: 2.5px solid #666;
    border-left: 2.5px solid #666;
    transform: rotate(45deg);
    margin-left: 4px;
    margin-right: 10px;
}

.inici:hover .fletxa-esq {
    border-color: #000;
}

.undo-button:hover {
    background-color: #9a1935;
}

.clear-cards-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #ddd;
    color: #888;
    border-color: #bbb;
}

.select2-container--default {
    width: 183px;
}

.qv-object-SimpleFieldSelect .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e5e4e4 !important;
    color: black !important;
    font-weight: 600 !important;
}

.filtermenu .MuiGrid-container {
    border: 0px !important;
    background-color: transparent !important;
}

.filtermenu .MuiGrid-container:hover {
    border: 0px !important;
}

.filtermenu .MuiGrid-root {
    border: 0px solid !important;
}

.filtermenu .qv-object-header.thin {
    border-bottom: 0px solid !important;
}

/*FIN HEADER*/

.container {
    margin: 0;
    padding: 0 16px;
}

.row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 2px 0;
}

.row p {
    margin-bottom: 0 !important;
}

.muted {
    color: var(--muted);
    font-size: 12px;
}

.chip {
    background: #f5f5f5 !important;
    border-radius: 999px;
    padding: 3px 5px;
    font-size: 82%;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s ease;
    border: 2px solid;
}

.chip:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
}

.chip-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

main {
    padding: 12px 0;
    place-self: center;
    width: 1000px;
}

.empty {
    border: 1px dashed var(--border);
    border-radius: 12px;
    padding: 24px;
    color: var(--muted);
    justify-self: center;
    margin: 110px;
    font-size: 14px;
    width: 597px;
    text-align: center;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    margin: 0 auto;
    grid-auto-rows: 325px;
    grid-auto-flow: dense;
}

.card {
    background: var(--card);
    border: 2px solid var(--border);
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .04);
    height: 325px;
}

.card2 {
    background: var(--card);
    border: 2px solid var(--border);
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .04);
    height: 325px;

}

.card:hover,
.card2:hover {
    cursor: auto;
}

.card-top,
.card2-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0px;
}

.card-left,
.card2-left {
    display: flex;
    align-items: center;
    gap: 4px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-bottom: 7px;
}

.title {
    font-weight: 600;
    font-size: 14px;

}

.text {
    margin-top: 6px;
    font-size: 13px;
    color: var(--muted);
    height: 100%;
}

.text .flex-component {
    margin-left: 0%;
    height: 100%;
    width: 100%;
}

.dx-theme-material-typography .card-left h3,
.dx-theme-material-typography .card2-left h3 {
    font-size: 15px;
}

.card .object_no_title.qlik-embed,
.card2 .object_no_title.qlik-embed {
    padding-top: 0;
}

.card .native-chart,
.card2 .native-chart {
    padding: 0;
}

.card .speeldial,
.card2 .speeldial {
    display: none;
}

.btn-x {
    border: 0px solid var(--border);
    border-radius: 8px;
    background: #fff;
    font-size: 26px;
    padding: 0px 6px;
    cursor: pointer;
}

.btn-x-ex {
    border: 0px solid var(--border);
    border-radius: 8px;
    background: #fff;
    font-size: 26px;
    padding: 0px 6px;
    cursor: pointer;
}

.card-expanded .btn-x,
.card2-expanded .btn-x-ex {
    padding: 0px 20px !important;
}

.btn-x:hover,
.btn-x-ex:hover {
    background: #f9fafb;
}

._logoPage_nbrid_17 {
    width: 22% !important;
    padding-top: 10px;
    padding: 0 1px 35px 125px;
}


.card-with-button,
.card2-with-button {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 16px;
}

.buttonContainer {
    background-color: rgb(119, 150, 109);
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90% !important;
    border-radius: 0.5rem;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.logoPage {
    width: 20% !important;
    padding-top: 10px;
}

.full-centered {
    text-align: center;
    width: 100vw;
    font-size: 28px !important;
    margin-top: 23px;
}

.subtopics-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-left: 8px;
}

.subtopics-wrapper.open {
    max-height: 500px;
}

.bar-inner {
    display: flex;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    gap: 12px;
    padding: 5px 0 5px 0;
}

.clear-cards-btn {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #ccc;
    padding: 7px 25px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.clear-cards-btn:hover {
    background-color: #e6e6e6;
}

.clear-cards-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #ddd;
    color: #888;
    border-color: #bbb;
}

.municipi-text {
    display: grid;
}

.chip.selectedsub {
    color: white !important;
}

.chip-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.chip.active {
    font-weight: 600;
}

.subtopics-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    max-width: 1035px;
}

.subtopic-chip {
    border-radius: 999px;
    padding: 3px 5px;
    font-size: 82%;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.subtopic-chip.selectedsub {
    border-width: 2px;
    font-weight: 600;
    background: #f0f0f0;
}

.selectedsub .chip-dot {
    background-color: white;
}

.with-subtopics>.empty {
    margin-top: 100px;
}


@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.municipi-text strong {
    font-size: 20px;
}



.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.full-centered {
    font-size: 1.6rem;
    font-weight: 600;
    color: #222;
    margin: 0;
    text-align: center;
}

.seleccions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.municipi-text {
    font-size: 0.95rem;
    color: #333;
}

.bar-selections {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ededed !important;
    border-top: 1px solid #ddd;
    justify-content: center;
    gap: 5px;
    padding: 0.25rem 6rem;

}

.clear-cards-btn {
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    padding: 0.4rem 0.8rem;
    cursor: pointer;
}

.headerTitleIcon>div {
    height: 113px !important;
}

.chip.active {
    opacity: 0.7;
    cursor: pointer;
    font-weight: bold;
}

.municipi .qlik-embed {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.qlik-embed .loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.title {
    font-size: 15px !important;
}

.subtitle {
    font-size: 13px !important;
    font-weight: bold;
}

.qv-object .qv-inner-object {
    pointer-events: auto;
}

.qv-object .qv-inner-object path,
.qv-object .qv-inner-object rect,
.qv-object .qv-inner-object circle {
    pointer-events: none;

}

g text {
    font-size: 12px;
}

.filtermenu .speeldial {
    display: none;
}

.bar-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.subtopics-bar.closed {
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
}

.select2-selection.select2-selection--single {
    align-items: center;
    display: flex !important;
}

#pdf-header {
    display: inline-grid;
}



.titolmenu {
    font-weight: 600 !important;
    margin-bottom: 15px;

}


.empty span {
    color: black;
}

.iconaInici {
    width: 26px;
    height: 12px;
}

button.inici:hover span {
    color: black
}

.midfloatingButtonsContainer.disabled .buttonDownload,
.midfloatingButtonsContainer.disabled .etiquetaDescarregar {
    display: none;
}

.icon-trash {
    display: none !important;
}

.qv-object-kpi .sn-kpi-ellips-text span {
    color: #f3f3f3;
}


.headerMenuIframe>div.col-1 {
    flex: 0 0 8.333333% !important;
}

.headerMenuIframe>div.col-2 {
    flex: 0 0 16.666667% !important;
}

.escutpdf canvas {
    pointer-events: none;
}

.lui-icon--home:before {
    content: "home";
    display: none;
}

.card,
.card2 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 325px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: var(--card);
    border: 2px solid var(--border);
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .04);
}

.eTooltip-span {
    z-index: 2147483647 !important;
    pointer-events: none !important;
}

article.qv-object-EasyTooltip,
.qv-object-content-container,
.qv-object-content,
.qv-inner-object {
    overflow: visible !important;
    contain: none !important;
    isolation: auto !important;
}

.qv-gridcell {
    overflow: visible !important;
    z-index: auto !important;
}

.sinPDF {
    display: none !important;
    visibility: hidden;
}

/*RESPONSIVE PANTALLA COMPLETA*/

@media (min-width: 1200px) and (max-width: 1699px) {
    .main-menu:has(.empty) {
        background: #eaeaea 0% 0% no-repeat padding-box;
        margin-top: 30px;
    }

    .empty {
        margin: 30px !important;
        font-size: 15px !important;
        width: 750px !important;
        flex-direction: column;
        justify-content: center !important;
        display: flex !important;
        gap: 20px;
        justify-content: center;
        align-items: anchor-center;
    }

    .empty span b {
        text-decoration: underline;
    }

    .EmptyLogo {
        width: 110px !important;
    }

    .etiquetaDescarregar {
        display: none;
    }

    .elementToPopup {
        position: fixed;
        top: 100px;
        left: 220px;
        background-color: #555;
        color: #fff;
        padding: 8px;
        border-radius: 5px;
    }

    .headerTitleIcon .map .native-chart {
        width: 100%;
        height: 100%;

    }

    .escut {
        padding-left: 0px;
        margin-left: -24px;
        height: 40px;
        min-height: 40px;
    }

    .escut .qv-viz-with-disclaimer div {
        margin-top: 15px;
        margin-left: 21px;
    }

    #pdf-header>div {
        height: 115%;
    }

    #pdf-header .lui-icon {
        visibility: hidden;
    }

}

@media (min-width: 1700px) and (max-width: 2000px) {


    .bar-selections>.bar {
        display: flex;
        flex-direction: column;
        width: 50%;
        justify-content: flex-end;
        align-items: end;
    }

    #pdf-header .lui-icon {
        visibility: hidden;
    }

    .bar-selections {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ededed !important;
        padding: 0.2rem 6rem;
        border-top: 1px solid #ddd;
    }

    .subtopics-inner {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .extra-subtopics {
        margin-top: 6px;
    }

    .subtopics-more {
        margin-top: 6px;
        background: transparent;
        border: 1px solid #aaa;
        border-radius: 6px;
        padding: 4px 10px;
        cursor: pointer;
        font-size: 14px;
        height: 32px;
    }

    .subtopics-more-wrapper {
        position: relative;
        display: inline-flex;
        align-items: center;
    }

    .subtopics-more-wrapper .topic-badge {
        position: absolute;
        top: -6px;
        right: -6px;
        font-size: 11px;
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        padding: 0;
        border-radius: 50%;
    }

    .empty {
        margin: 200px !important;
        font-size: 20px !important;
        width: 850px !important;
    }

    .chip {
        background: #f5f5f5 !important;
        border-radius: 999px;
        padding: 7px 6px;
        font-size: 92%;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 6px;
        transition: all 0.2s ease;
        border: 2px solid;
        border-color: rgb(0, 0, 0);
        color: rgb(0, 0, 0);
        transition: 0.2s;
    }

    .subtopics-bar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ededed;
        border-top: 1px solid #ddd;
        z-index: 50;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        padding: 0.2rem 27.5rem;
        justify-content: flex-start;
    }

    .subtopic-chip {
        border-radius: 999px;
        padding: 6px 14px;
        font-size: 92%;
        color: #333;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 6px;
        transition: all 0.2s ease;
    }

    .Desfer {
        background-color: transparent;
        color: black;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 500;
        transition: background-color 0.2s;
        display: flex;
        align-items: center;
        font-size: 11px;
    }

    .Netejar {
        background-color: transparent;
        color: black;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 500;
        transition: background-color 0.2s;
        display: flex;
        align-items: center;
        font-size: 11px;
        padding-left: 2px;
    }

    .inici {
        background-color: white;
        color: rgb(91, 91, 91);
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 500;
        transition: background-color 0.2s;
        display: flex;
        align-items: center;
        font-size: 89%;
        margin-left: 0px;
    }

    .escut {
        padding-left: 0px;
        margin-left: -24px;
        height: 90px;
        margin-bottom: 45px;
    }

    .escutpdf {
        padding-right: 0px !important;
        padding-left: 30px !important;
    }

    .titolmenu {
        font-weight: 600 !important;
        margin-bottom: 15px;
    }

    .bar {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 20px;
    }

    .titolCASMLanding {
        width: 300px;
        height: 62px;
        padding-bottom: 8px;
    }

    .map {
        width: 160px;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: -163px;
    }

    .filtermenu {
        display: grid !important;
        margin-left: 5px;
        padding: 0px 10px 0px 0px;
        align-items: center;
        height: 50px;
        left: -131px;
    }

    .headerTitleIcon {
        width: 1200px;
        align-self: anchor-center;
        display: flex;
        align-items: center;
        padding: 1rem 1.5rem 1.5rem 0rem;
        justify-content: center;

    }

    .iconaCASMLanding {
        padding-top: 29px;
        width: 120px;
        margin-right: 50px;

    }

    .main-menu:has(.empty) {
        background: #eaeaea 0% 0% no-repeat padding-box;
        margin-top: 30px;
    }

    .empty img {
        width: 110px;
        height: auto;
        display: flex;
        justify-content: center;
        align-self: anchor-center;
        margin: 20px;
        width: 100px !important;

    }

    .empty {
        flex-direction: column;
    }


    .empty span b {
        text-decoration: underline;
    }

    .headerMenuIframe .qv-object-SimpleFieldSelect .select2-container .select2-selection--single {
        width: 215px !important;
    }

    .button {
        display: flex;
        justify-content: center;
    }

    .iconaInici {
        width: 26px;
        height: 12px;
    }

    .etiquetaDescarregar {
        width: 135px;
        margin-bottom: 0;
        display: flex;
        place-self: center;
        margin-right: 5px;
        font-weight: bold;
    }

    .info-wrapper {
        display: flex;
        align-self: end;
    }

    .elementToPopup {
        position: fixed;
        top: 125px;
        left: 570px;
        background-color: #555;
        color: #fff;
        padding: 8px;
        border-radius: 5px;
    }

    .municipi .mzh-10 {
        margin-bottom: -2px;
    }
}:root {
  --color-expand: #7e8c53;
  --btn-material-size: 38px;
  --popup-height: 77.5vh;
}

@media (min-width: 1200px) and (max-width: 1699px) {
  :root {
    --color-expand: #7e8c53;
    --btn-material-size: 38px;
    --popup-height: 67vh;
  }
}

.bar {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.chip:hover {
  background: #eaeaea;
}

.chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.chip.active {
  background: #e0e0e0;
  border-color: black;
}

.floatingButtonsContainer {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
  z-index: 999;
}

.midfloatingButtonsContainer {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-self: anchor-center;
  z-index: 9998;
  top: 15%;
}

.buttonPullUpContainer {
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 9999;
}

.buttonPullUp {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: white;
  color: rgb(145 145 145);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 4px 0px #8e8d8d;
  cursor: pointer;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.3s forwards;
  border: 0px solid;
}

.buttonPullUp:hover,
.buttonDownload:hover {
  transform: scale(1.15) !important;
}

.buttonPullUp svg {
  width: 28px;
  height: 28px;
}

.buttonDownload {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #7e8c53;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0px 1px 4px 0px #8e8d8d;
  border: 0px solid;

}

.buttonInfo {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: white;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0px 1px 4px 0px #8e8d8d !important;
  border: 0px solid;

}

/* Spinner */
.spinner {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*noti*/
.scroll-up {
  order: 1;
}

.scroll-down {
  order: 2;
}

.topic-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.topic-chip-container {
  position: relative;
  display: inline-block;
}

.topic-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 50%;
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.topics-more-wrapper {
  display: flex;
  align-items: center;
  margin-left: 8px;
}



.qv-object .qv-object-header {
  padding-bottom: 3px !important;
}

.qv-object-sn-layout-container .qv-object .qv-object-header {
  padding-bottom: 0px !important;
}

.info-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup */
.info-popup {
  width: 520px;
  max-width: 90%;
  height: auto;
  border-color: #9D2235;
}

/* Header */
.info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.info-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
}

.info-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9D2235;
}

.info-close {
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}

/* Body */
.info-body {
  font-size: 14px;
  line-height: 1.5;
}

.info-body p {
  margin-bottom: 10px;
}

.bar-disabled-message {
  font-size: 12px;
  color: #777;
  margin: 6px 12px;
}

.titoliframe {
  font-size: 15px;
}

.iconaAmpliar {
  width: 13px;
  height: 13px;
}

.detall span {
  FONT-SIZE: 8px;
  padding: 3px;
}

.detall img {
  padding: 3px;
  padding-top: 0px;
  width: 15px;
  height: 15px;
}

.info-wrapper {
  position: relative;
  display: inline-block;
}

.buttonInfo {
  position: relative !important;
  z-index: 100 !important;
  width: var(--btn-material-size) !important;
  height: var(--btn-material-size) !important;
  background: white !important;
  border-radius: 50% !important;
  border: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: 0px 1px 4px 0px #8e8d8d !important;
  cursor: pointer !important;
  transition: transform 0.3s ease !important;
  padding: 0 !important;
}

.info-wrapper.search-active .buttonInfo {
  transform: scale(1.1);
}

.close-x {
  color: #7e8c53 !important;
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 1 !important;
}

.btn-material {
  position: fixed;
  bottom: 0;
  right: 0;
  height: var(--popup-height);
  width: 0;
  background: var(--color-expand);
  z-index: 90;
  opacity: 0;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  pointer-events: none;
}

.info-wrapper.search-active .btn-material {
  width: 100vw;
  opacity: 1;
}

.content-expanded {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--popup-height);
  z-index: 95;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease 0.3s;
  padding: 100px 400px;
}

.info-wrapper.search-active .content-expanded {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.info-text-style {
  color: white !important;
  text-align: start;
  padding: 20px;
  font-family: 'MyFont' !important;
}


.logoInfoCASM {
  display: flex;
  left: 0;
  position: absolute;
  bottom: 0;
}

.native-chart.qvobject {
  position: relative !important;
  overflow: hidden !important;
}

.qv-object-placeholder {
  display: none !important;
}

.enllaç {
  padding: 0px 2px;
  color: black !important;
}

.contentInfo,
.footerInfo {
  text-align: justify;
}

@media (min-width: 1700px) and (max-width: 2000px) {
  .titolInfo {
    font-size: 2.5rem !important;
    margin-bottom: 15px;
  }

  .contentInfo,
  .footerInfo {
    font-size: 1.2rem !important;
    color: black;
  }
}

@media (min-width: 1500px) and (max-width: 1699px) {
  .titolInfo {
    font-size: 1.5rem !important;
    margin-bottom: 5px;
  }

  .contentInfo,
  .footerInfo {
    font-size: 1rem !important;
    color: black;
  }

  .info-wrapper.search-active .btn-material {
    width: 100vw;
    opacity: 1;
    height: 36.5vw;
  }

  .info-text-style {
    color: white !important;
    text-align: start;
    padding: 10px 20px;
    font-family: 'MyFont' !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .titolInfo {
    font-size: 1.3rem !important;
    margin-bottom: 5px;
  }

  .contentInfo,
  .footerInfo {
    font-size: 0.7rem !important;
    color: black;
  }

  .info-wrapper.search-active .btn-material {
    width: 100vw;
    opacity: 1;
    height: 34.3vw;
  }

  .content-expanded {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--popup-height);
    z-index: 95;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease 0.3s;
    padding: 100px 350px;
  }
}.contenidorFooter {
    place-items: center;
}





.contenidor {
    justify-self: flex-start;
    margin-left: 225px;
}

.textFooter1 {
    font-size: 13px;
    width: 500px;
    margin-bottom: 0;
}

.titolFooter {
    color: #9D2135;
    font-weight: bold !important;
    padding-bottom: 5px;
    font-size: 18px !important;
}

.iconesFooter {
    align-items: center;
}



.app-footer {
    border-top: 1px solid #dcdcdc;
    padding: 0 !important;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 0.7px 5px #00000029;
    opacity: 1;
}

.qv-object-SimpleFieldSelect .select2-container--default.select2-container--open {
    width: 49%;
}

@media (min-width: 1500px) and (max-width: 1699px) {
    .contenidor {
        justify-self: flex-end;
        margin-left: 116px;
        width: 470px;
    }

    .titolFooter {
        font-size: 9px !important;
    }

    .textFooter1 {
        font-size: 8px;
        width: 500px;
    }

    .consulta {
        font-size: 8px;
    }

    .tlfP {
        font-size: 8px;
    }

    .mailP {
        font-size: 8px;
    }

    .iconesFooter {
        padding: 5px;
    }

    .iconaInici {
        width: 10px;
        height: 12px;
        margin: 0px 10px;
    }


    .container-fluid {
        height: 100%;
        display: flex;
        place-items: anchor-center;
        place-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 1500px) {

    .titolFooter {
        font-size: 9px !important;
    }

    .textFooter1 {
        font-size: 8px;
        width: 500px;
    }

    .consulta {
        font-size: 8px;
    }

    .tlfP {
        font-size: 8px;
    }

    .mailP {
        font-size: 8px;
    }

    .iconesFooter {
        padding: 5px;
    }

    .iconaInici {
        width: 10px;
        height: 12px;
        margin: 0px 10px;
    }

    .contenidor {
        justify-self: flex-start;
        margin-left: 218px;
    }

    .container-fluid {
        height: 100%;
        display: flex;
        place-items: anchor-center;
        place-content: center;
        flex-wrap: wrap;
    }
}@font-face {
    font-family: 'MyFont';
    src: url('./DiBaScreen-Regular-UMhRRXBR.woff') format('woff'),
        url('./DiBaScreen-Regular-4BnFGGqo.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: MyFont;
    background: var(--bg);
    color: #111827;
}


.contenidorInici {
    place-self: center;
}

.filtermenuInici .native-chart {
    background-color: transparent;
    width: 300px;
    display: flex;
    align-items: self-end;
    justify-content: end;
    position: relative;
    height: 50px;
    padding: 0;
    margin: 0;
}

.filtermenuInici {
    display: flex;
    margin-left: 5px;
    display: block;
    padding: 0px 10px 10px 0px;
}

.filtermenuInici .qlik-embed {
    min-height: 40px;
}

.filtermenuInici .MuiGrid-container {
    border: 0px !important;
    background-color: transparent !important;
}

.filtermenuInici .MuiGrid-container:hover {
    border: 0px !important;
}

.filtermenuInici .MuiGrid-root {
    border: 0px solid !important;
}

.contenidorText {
    display: flex;
    border: 1px dashed #d7d7d7;
}

.contenidorInici .subtitol {
    text-align-last: start;
}

.textMain {
    padding: 15px;
    text-align-last: start;
}

.modIconaInici {
    margin-right: 10px;
    margin-top: 18px;
    margin-left: 10px;
}

.contentMainCASM {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align-last: center;
    align-items: end;
    gap: 30px;
    width: 500px;
    align-self: center;
}



.logoMenuMain {
    width: 300px;
    height: 100px;
}

.filtres {
    display: flex;
    align-items: baseline;
}

.textFiltreMun {
    color: #9D2235;
    justify-content: flex-start;
    display: flex;
    font-weight: bold;
}

.btn-cerca {
    background-color: #9D2235;
    color: white;
    padding: 10px 28px;
    border-radius: 999px;
    border: none;
    font-weight: 700;
    font-size: 10px;
    cursor: pointer;
    letter-spacing: 1px;
    transition: 0.2s ease;
}


.btn-cerca:hover {
    background-color: #9D2235;
}

.botoCerca {
    align-self: end;
}

.botoCercaMain {
    display: flex;
    align-self: center;
    margin-top: 10px;
}

.accesWeb {
    align-self: stretch;
}

.titol {
    font-weight: bold;
    font-size: 26px !important;
    display: flex;
    margin-bottom: 0;
}

.subtitol {
    font-size: 18px;
}

.footer-top {
    padding: 16px 24px;
}

.footer-link {
    margin: 0 12px;
    font-size: 14px;
    color: #333 !important;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 3px solid #4a4a4a;
    padding: 8px 12px;
    font-size: 12px;
    color: #555;
}

.footer-center {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    gap: 150px;
}

.footer-right {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    gap: 130px;
}


.logoMenuFooter {
    height: 30px;
    width: auto;
    object-fit: contain;
}

.logoMenuFooter {
    width: 26% !important;
}



.speeldial {
    display: none !important;
}

@media (min-width: 1700px) and (max-width: 2000px) {

    .bar-selections>.bar {
        display: flex;
        flex-direction: column;
        width: 50%;
        justify-content: flex-end;
        align-items: end;
    }

    .contenidorInici {
        height: 65% !important;
        min-height: 65% !important;
    }

    .footer-center {
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        gap: 145px;
    }

    .header-icones {
        width: 1650px;
        display: flex;
        align-self: anchor-center;
        margin-left: 207px;
    }

    .contentInici {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align-last: center;
        gap: 30px;
        width: 900px;
        align-self: center;
    }

    .qv-object-SimpleFieldSelect .select2-container--default {
        width: 98% !important;
    }

    .iconaTextMain {
        width: 400px;
        height: 400px;
    }

    .logoDIBAMain {
        height: 100%;
        display: flex;
        align-items: anchor-center;
        justify-content: center;
    }
}

@media (min-width: 1501px) and (max-width: 1699px) {

    .contenidorInici {
        place-self: center;
        width: 1000px;
        height: 477px;
    }

    .icona {
        display: flex;
        align-items: anchor-center;
    }

    .contenidorInici .qv-object-SimpleFieldSelect .select2-container {
        width: 188px !important;
    }

    .header-icones {
        width: 1030px;
        height: 75px;
        display: flex;
        align-self: anchor-center;
    }

    .filtres .speeldial {
        display: none;
    }

    .textFooter1 {
        font-size: 8px;
        width: 500px;
        margin-bottom: 0px;
    }

    .logoMenu {
        width: 47% !important;
        height: 40px;
        object-fit: contain;
    }

    .iconaTextMain {
        width: 400px;
        height: 285px;
    }

    .logoMenuMain {
        width: 150px;
        height: 50px;
    }

    .divTitol {
        padding: 5px 0px;
    }

    .contenidorInici .qv-object-SimpleFieldSelect .select2-container .select2-selection--single {
        height: 20px !important;
    }

    .filtermenuInici .native-chart {
        width: 190px;
    }

    .contenidorInici .btn-cerca {
        padding: 5px 10px;
        font-size: 8px;
    }

    .textMain {
        padding: 5px;
        text-align-last: start;
        font-size: 10px;
    }

    .p3 {
        font-size: 8px;
    }

    .div3 {
        margin-top: 35px;
    }

    .contenidorInici .qv-object-SimpleFieldSelect li {
        font-size: 8px;
    }

    .titol {
        font-size: 14px !important;
    }

    .subtitol {
        font-size: 10px !important;
        margin-bottom: 0;
        padding: 12px 0px;
    }

    .textFiltreMun {
        font-size: 10px;
    }

    .qv-object-SimpleFieldSelect ul {
        font-size: 8px !important;
    }

    #region-main-footer {
        font-size: 0.5rem;
    }

    .separador .col-12 svg {
        width: 12px !important;
    }

    .filtres .qv-object-SimpleFieldSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 20px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

    .filtermenuInici {
        display: flex;
        display: block;
        padding: 0px 10px 10px 0px;
    }

    .separador .d-none a img {
        max-height: 35px;
        width: auto;
    }

    .separador .col-12 a[href="https://www.facebook.com/DiputaciodeBarcelona"] svg {
        width: 8px !important;
    }

    .accesWeb {
        padding: 25px 0;
    }

    .contenidorText {
        padding: 25px 0;
    }

    .contentMainCASM {
        display: flex;
        align-items: end;
        gap: 30px;
        width: 500px;
        align-self: center;
    }

    .logoDIBAMain {
        height: 100%;
        display: flex;
        align-items: anchor-center;
        justify-content: end;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {

    .filtres .speeldial {
        display: none;
    }

    .header-icones {
        width: 832px;
        height: 75px;
        display: flex;
        align-self: anchor-center;
    }

    .textFooter1 {
        font-size: 8px;
        width: 500px;
        margin-bottom: 0px;
    }

    .contenidorInici {
        place-self: center;
        width: 800px;
        height: 400px;
    }

    .logoMenu {
        width: 47% !important;
        height: 40px;
        object-fit: contain;
    }

    .iconaTextMain {
        width: 275px;
        height: 227px;
    }

    .logoMenuMain {
        width: 150px;
        height: 50px;
    }

    .divTitol {
        padding: 5px 0px;
    }

    .contenidorInici .qv-object-SimpleFieldSelect .select2-container .select2-selection--single {
        height: 20px !important;
    }

    .contenidorInici .qv-object-SimpleFieldSelect .select2-container {
        width: 160px !important;
    }

    .filtermenuInici .native-chart {
        width: 165px;
    }

    .contenidorInici .btn-cerca {
        padding: 5px 10px;
        font-size: 8px;
    }

    .textMain {
        padding: 5px;
        text-align-last: start;
        font-size: 10px;
    }

    .p3 {
        font-size: 8px;
    }

    .div3 {
        margin-top: 35px;
    }

    .contenidorInici .qv-object-SimpleFieldSelect li {
        font-size: 8px;
    }

    .titol {
        font-size: 14px !important;
    }

    .subtitol {
        font-size: 10px !important;
        margin-bottom: 0;
        padding: 12px 0px;
    }

    .textFiltreMun {
        font-size: 10px;
    }

    .qv-object-SimpleFieldSelect ul {
        font-size: 8px !important;
    }

    #region-main-footer {
        font-size: 0.5rem;
    }

    .separador .col-12 svg {
        width: 12px !important;
    }

    .filtres .qv-object-SimpleFieldSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 20px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

    .filtermenuInici {
        display: flex;
        display: block;
        padding: 0px 10px 10px 0px;
    }

    .separador .d-none a img {
        max-height: 35px;
        width: auto;
    }

    .separador .col-12 a[href="https://www.facebook.com/DiputaciodeBarcelona"] svg {
        width: 8px !important;
    }

    .logoDIBAMain {
        height: 100%;
        display: flex;
        align-items: anchor-center;
        justify-content: end;
    }
}

.mzh-100.main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container .bottom-diba .row {
    gap: 0px !important;
}

a.list-group-item {
    border: 1px solid #dee2e6 !important;
    border-right: 0px !important;
    border-left: 0px !important;
}

.container .list-group-flush a.anyTop{
    border-top: 0px !important;
}

.container-fluid{
    justify-content: center;
    height: 100%;
    display: flex;
    place-items: anchor-center;
}.logo {
    width: 100px;
    padding: 5px;
    height: auto;
    padding: 0 50px;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoPageIframe {
    padding-left: 20px;
    width: 50px !important;
    padding-top: 10px;
    justify-content: center;
    display: flex;
}

.logoPageIframeTitol {
    padding-left: 20px;
    width: 50px !important;
    padding-top: 10px;
    justify-content: flex-start;
    display: flex;
}

.row .headerTitle h1 {
    font-size: 30px !important;
}

.row .headerTitle h2 {
    font-size: 20px !important;
}

.headerTitleIcona {
    display: flex;
    width: auto;
    padding: 5px;
    height: 100%;
}

.rowHeaderTop {
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 2px 0;
    flex-wrap: nowrap;
    display: contents;
}

.municipio-body p {
    margin-bottom: 0 !important;
}

.headerTitleIcona .municipio-header {
    background-color: #9D2235;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: 5px 20px;
    display: flex;
    margin-bottom: 0;
}

.Titol {
    font-size: 30px;
    font-weight: bold;
}

.Subtitol {
    font-size: 20px;
}

.seleccions {
    display: flex;
    gap: 15px;
}

.rowHeaderTop .seleccions {
    justify-content: end;
}

.Grupseleccions {
    width: 750px !important;
}

.botonsSeleccions {
    display: flex;
    justify-content: end;
    gap: 12px;
    padding: 4px;
}


.botonsSeleccions .qv-object-action-button header {
    display: none;
}

.botonsSeleccions .qv-object-action-button .qv-object {
    border: 0px !important;
}

.BtnSeleccions {
    width: 45px !important;
    height: 35px;
    padding: 0;
}

.BtnSeleccions .municipio-body {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* El grande también adaptado */
.Grupseleccions .municipio-body {
    width: 100%;
    height: 75px;
    padding: 0px;
}

.municipio-body strong {
    font-size: 9px;
    color: #8a0c0c !important;
    display: inline-block;
    width: 100px;
}

.municipio-body .municipi_contingut,
.trjcontingut_elementToHover {
    color: #222 !important;
    font-weight: 100;
    font-size: 10px;
}

.municipio-body {
    padding: 0px 0px 0px 20px
}

.BtnSeleccions .native-chart {
    padding: 0 !important;
    margin: 0 !important;
}

.BtnSeleccions .speeldial {
    display: none;
}

.rowHeaderTop .filtermenu .native-chart {
    padding: 0;
    height: 32px;
    margin: 0;
    min-height: auto !important;
    padding-top: 0 !important;
}

.municipio-body .trjcontingut {
    color: #222 !important;
}

.municipio-header {
    color: black;
    font-weight: 600;
    font-size: 1rem;
    padding: 0px 20px 5px 15px !important;
    display: flex;
    font-size: 13px !important;
}

@media (min-width: 1501px) and (max-width: 1699px) {

    .iconaCASMLanding {
        width: 100px;
    }

    .logoMenu {
        width: 47% !important;
        height: 40px;
        object-fit: contain;
    }

    .logoMenuInici {
        width: 274px !important;
        height: 40px;
        object-fit: contain;
    }

    .titolmenu {
        font-weight: 600 !important;
        margin-bottom: 15px;

    }



    .map {
        width: 160px;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: -150px;
    }

    .filtermenu {
        display: grid !important;
        margin-left: 5px;
        padding: 0px 10px 0px 0px;
        align-items: center;
        height: 50px;
        left: -131px;
    }

    .headerTitleIcon>div {
        height: 100px !important;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .municipio-body {
        line-height: 1.5 !important;
        color: #a63748 !important;
        font-size: 0.5rem !important;
    }

    .qv-object-SimpleFieldSelect .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 25px !important;
        user-select: none;
        -webkit-user-select: none;
    }

    .empty {
        font-size: 20px !important;
        width: 850px !important;
        flex-direction: column;

    }

    .qv-object-SimpleFieldSelect .select2-container {
        width: 150px !important;
    }

    .titolCASMLanding {
        width: 200px;
    }

    .municipio-body .qv-object.qvt-visualization .lui-icon {
        display: none;
    }

    .qv-object-SimpleFieldSelect .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 10px;
    }

    .filtermenuIframe {
        display: grid !important;
        margin-left: 5px !important;
        padding: 0px 10px 0px 0px !important;
        align-items: center !important;
        height: 43px !important;
    }

    .filtermenuIframe .qlik-embed {
        min-height: 0px;
    }

    .object_no_title.qlik-embed {
        padding-top: 0px;
    }

    .logo {
        width: 75px !important;
        padding: 5px !important;
        height: auto;
        padding: 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logoCASMIframe {
        width: 170px !important;
        padding: 5px !important;
        height: auto;
        padding: 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .filtermenuIframe .native-chart {
        padding: 0px !important;
        min-height: 0px !important;
        height: 34px;
        margin: 0;
        top: auto !important;
        bottom: auto !important;
        margin-top: 3px;
    }

    .filtermenuIframe .speeldial {
        display: none;
    }

    .titolSelector {
        position: inherit;
        margin-bottom: 0px !important;
        top: 5px;
        width: 182px;
        font-size: 9px;
        margin-bottom: -20px;
    }


    .logoIcona {
        width: 125px !important;
        padding: 5px !important;
        height: auto;
        padding: 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .municipio-body-iframe {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .headerMenuIframe {
        display: flex;
        justify-content: center;
    }

    .button {
        display: flex;
        align-self: end;
    }

    .municipio-header {
        color: black;
        font-weight: 600;
        font-size: 1rem;
        padding: 0px 20px 5px 20px !important;
        display: flex;
        font-size: 13px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {

    .logoMenu {
        width: 47% !important;
        height: 40px;
        object-fit: contain;
    }

    .logoMenuInici {
        width: 180px !important;
        height: 40px;
        object-fit: contain;
    }


    .iconaCASMLanding {
        width: 100px;
    }



    .titolmenu {
        font-weight: 600 !important;
        margin-bottom: 15px;

    }



    .map {
        width: 160px;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: -150px;
    }

    .filtermenu {
        display: grid !important;
        margin-left: 5px;
        padding: 0px 10px 0px 0px;
        align-items: center;
        height: 50px;
        left: -131px;
    }

    .headerTitleIcon>div {
        height: 100px !important;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .municipio-body {
        line-height: 1.5 !important;
        color: #a63748 !important;
        font-size: 0.5rem !important;
    }

    .qv-object-SimpleFieldSelect .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 25px !important;
        user-select: none;
        -webkit-user-select: none;
    }

    .empty {
        font-size: 20px !important;
        width: 850px !important;
        flex-direction: column;

    }

    .qv-object-SimpleFieldSelect .select2-container {
        width: 150px !important;
    }

    .titolCASMLanding {
        width: 200px;
    }

    .municipio-body .qv-object.qvt-visualization .lui-icon {
        display: none;
    }

    .qv-object-SimpleFieldSelect .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 10px;
    }

    .filtermenuIframe {
        display: grid !important;
        margin-left: 5px !important;
        padding: 0px 10px 0px 0px !important;
        align-items: center !important;
        height: 43px !important;
    }

    .filtermenuIframe .qlik-embed {
        min-height: 0px;
    }

    .object_no_title.qlik-embed {
        padding-top: 0px;
    }

    .logo {
        width: 75px !important;
        padding: 5px !important;
        height: auto;
        padding: 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logoCASMIframe {
        width: 170px !important;
        padding: 5px !important;
        height: auto;
        padding: 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .filtermenuIframe .native-chart {
        padding: 0px !important;
        min-height: 0px !important;
        height: 34px;
        margin: 0;
        top: auto !important;
        bottom: auto !important;
        margin-top: 3px;
    }

    .filtermenuIframe .speeldial {
        display: none;
    }

    .titolSelector {
        position: inherit;
        margin-bottom: 0px !important;
        top: 7px;
        width: 160px;
        font-size: 9px;
        margin-bottom: -20px;
    }

    .logoIcona {
        width: 125px !important;
        padding: 5px !important;
        height: auto;
        padding: 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .municipio-body-iframe {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .headerMenuIframe {
        display: flex;
        justify-content: center;
    }

    .button {
        display: flex;
        align-self: end;
    }

    .municipio-header {
        color: black;
        font-weight: 600;
        font-size: 1rem;
        padding: 0px 20px 5px 20px !important;
        display: flex;
        font-size: 13px !important;
    }
}

@media (min-width: 1700px) and (max-width: 2000px) {

    .municipio-body .trjcontingut {
        color: #222 !important;
        font-weight: 100;
        font-size: 10px;
    }

    .headerMenuIframe .button {
        display: flex;
        justify-content: flex-end;
        align-self: self-end;
        padding: 15px;
    }

    .logoCASMIframe {
        width: 180px !important;
    }

    .logo {
        width: 120px !important;
        padding: 5px !important;
        padding-bottom: 0px !important;
    }

    .logoPunts {
        margin-top: 8px;
    }

    .qv-object-SimpleFieldSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 28px;
        width: 20px;
    }

    .BtnSeleccions {
        width: 60px !important;
        height: 45px;
        padding: 0;
    }

    .rowHeaderTop .filtermenu .native-chart {
        padding: 0;
        height: 75px;
        margin: 0;
        min-height: auto !important;
        padding-top: 0 !important;
    }

    .municipio-body-iframe .filtermenu .native-chart {
        margin: 28px 0px 0px 15px !important;
        width: 240px;
        padding: 0;
    }

    .filtermenu .qlik-embed {
        min-height: 0 !important;
        padding-top: 0 !important;
    }

    .municipio-body {
        padding: 6px 20px;
        line-height: 1.2;
        color: #333;
        font-size: 0.7rem;
        align-content: center;
    }

    .qv-object-SimpleFieldSelect .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px !important;
        user-select: none;
        -webkit-user-select: none;
    }

    .municipio-body-iframe {
        display: flex;
        flex-direction: column;
        justify-content: normal;
        text-align: unset;
        display: flex;
        align-self: center;
    }

    .filtermenuIframe {
        display: grid !important;
        margin-left: 5px !important;
        padding: 0px 10px 0px 0px !important;
        align-items: center !important;
        height: 43px !important;
    }

    .filtermenuIframe .native-chart {
        padding: 0px !important;
        min-height: 0px !important;
        height: 40px;
        margin: 0;
        top: auto !important;
        bottom: auto !important;
        margin-top: 3px;
    }

    .filtermenuIframe .speeldial {
        display: none;
    }

    .titolSelector {
        position: inherit;
        margin-bottom: 0px !important;
        top: 5px;
        justify-content: flex-start;
        display: flex;
        margin-top: 10px;
        margin-left: 2px;
    }

    .filtermenuIframe .qv-object-SimpleFieldSelect .select2-container {
        width: 215px !important;
    }

    .headerMenuIframe {
        padding: 0 160px;
        display: flex;
        justify-content: center;
    }

    .spinner-border {
        color: #7e8c53;
        width: 60px;
        height: 60px;
    }

    .logoMenuInici {
        height: 55px;
        width: auto;
        object-fit: contain;
        width: 500px !important;
        justify-content: flex-end;
        display: flex;
        align-items: end;
        margin-right: 233px;
    }
}.iframe iframe {
    height: 505px;
    width: 100%;
    border: 0px solid gray;
    border-style: outset;
    padding: 5px 5px;
    margin-top: -55px;
}

.backbutton {
    margin-bottom: 5px;
    background-color: #b10035;
    color: #ffffff;
    border: none;
    padding: 6px 14px;
    font-size: 11px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;}

.backbutton::before {
    content: "←";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ededed;
}

.backbutton:hover {
    background-color: #b10035;
    transform: translateY(-1px);
}

.backbutton:active {
    background-color: #b10035;
    transform: translateY(0);
}

.backbutton p {
    margin-bottom: 0px;
    margin-left: 8px;
}

.sel-toolbar-list {
    display: none;
}

.municipi-info {
    margin-top: 4px;
    font-size: 1rem;
    color: #444;
}

.municipi-info strong {
    color: #000;
}



.noSeleccions {
    position: absolute;
    width: 100%;
    height: 40px;
    margin: 2px;
    max-width: 1236px;
}

.iframe .botonsSeleccionsIframe {
    justify-content: end;
}

.subcapçalera {
    display: flex;
    align-items: center;
    background: #ededed !important;
    padding: 5px;
    border-top: 1px solid #ddd;

}

.backbutton {
    align-content: center;

}

.iframe .BtnSeleccions {
    width: 50px !important;
    height: 35px;
    padding: 0;
}

.tornar {
    width: 60px;
    padding-left: 10px;
}

.col-6.button {
    place-content: center;
}

@media (min-width: 1900px) and (max-width: 2000px) {

    .iframe iframe {
        height: 810px;
        width: 100%;
        border: 0px solid gray;
        border-style: outset;
        padding: 5px 5px;
        margin-top: -55px;
    }

    .noSeleccions {

        position: absolute;
        width: 100%;
        height: 40px;
        margin: 2px;
        max-width: 1918px;
    }

    .backbutton {
        margin-bottom: 5px;
        background-color: #b10035;
        color: #ffffff;
        border: none;
        padding: 6px 14px;
        font-size: 14px;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .backbutton::before:hover {
        left: 5px;
    }

    .backbutton::before {
        content: "←";
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        color: #ededed;
    }

    .backbutton:hover {
        background-color: #b10035;
        transform: translateY(-1px);
    }

    .backbutton:active {
        background-color: #b10035;
        transform: translateY(0);
    }

    .backbutton p {
        margin-bottom: 0px;
        margin-left: 8px;
    }
}