﻿@font-face {
    font-family: 'Patria';
    src: url('../../fonts/PATRIA_REGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.title-f {
    font-family: 'Patria', sans-serif;
    font-size: 5rem;
    color: #611232;
    text-align: center;
    padding: 25px;
    font-weight: 700;
}
.paragrah-1 {
    font-size: 1.8rem;
}
.title-f1 {
    font-family: 'Patria', sans-serif;
    font-size: 3rem;
    color: #611232;
    margin-top: 5px;
}
.fuente {
    color: #8b8b8d;
    font-size: 1.3rem;
    margin-top: 15px;
    text-align: justify;
}
.contenedor {
    display: flex;
    justify-content: center;
}

.contenedor-imagen {
    position: relative;
    width: fit-content; 
}

.imagen-principal {
    display: block;
    max-width: 100%;
    height: auto;
}
.icono {
    position: absolute;
    width: 35px;
    height: 35px;
    cursor:pointer;
}

/* ---------- Superior ---------- */

.top-left {
    top: calc(0px + var(--y, 0px));
    left: calc(22% + var(--x, 0px));
}

.top-center {
    top: calc(0px + var(--y, 0px));
    left: calc(62% + var(--x, 0px));
    transform: translateX(-50%);
}

.top-right {
    top: calc(128px + var(--y, 0px));
    right: calc(49% - var(--x, 0px));
}

/* ---------- Centro izquierda ---------- */

.left-center {
    top: calc(49% + var(--y, 0px));
    left: calc(-3px + var(--x, 0px));
    transform: translateY(-50%);
}

/* ---------- Centro derecha ---------- */

.right-center {
    top: calc(50% + var(--y, 0px));
    right: calc(25px - var(--x, 0px));
    transform: translateY(-50%);
}

/*******Popover********/
.popover-personalizado {
    display: none;
    position: absolute;
    width: 260px;
    text-align:center;
    background-color: #f7f0bb;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,.2);
    z-index: 1000;
}

    .popover-personalizado p {
        margin: 0 0 15px;
        color: black;
        font-size:1.4rem;
        text-align:justify;
    }

.btn-popover {
    display: block;
    text-align: center;
    background-color:white ;
    color: black;
    font-weight:700;
    font-size:1.8rem;
    text-decoration: none;
    padding: 10px;
    border-radius: 15px;
}
    .btn-popover:hover {
        background: #8a1b39; 
        color: #fff;
    }



/* =========================================================
   DÍAS DE INVENTARIO
   Bootstrap 3 + jQuery UI Slider
   Multiselect personalizado sin dependencias
   ========================================================= */


/* =========================================================
   1. Contenedor general
   ========================================================= */

#inventoryDaysDashboard {
    width: 100%;
    margin-bottom: 35px;
    color: #222;
}

.inventory-days-title {
    margin-top: 0;
    margin-bottom: 8px;
    color: #611232;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}

.inventory-days-description {
    margin-bottom: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}


/* =========================================================
   2. Panel de filtros
   ========================================================= */

.inventory-days-filters-panel {
    margin-top: 22px;
    margin-bottom: 30px;
    overflow: visible;
    border: 0;
    border-radius: 16px;
    background-color: #f1f1f1;
    box-shadow: none;
}

    .inventory-days-filters-panel .panel-heading {
        display: none;
    }

    .inventory-days-filters-panel .panel-body {
        padding: 24px 28px;
        overflow: visible;
    }

.inventory-days-filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .inventory-days-filter-row > [class*="col-"] {
        min-width: 0;
    }

.inventory-days-filter-group {
    width: 100%;
}

.inventory-days-filters-panel .control-label {
    display: block;
    margin-bottom: 10px;
    color: #222;
    font-size: 1.8rem;
    font-weight: 500;
}

.inventory-days-filters-panel .help-block {
    margin-top: 8px;
    margin-bottom: 0;
    color: #777;
    font-size: 12px;
    line-height: 1.4;
}


/* =========================================================
   3. Etiquetas de periodo
   ========================================================= */

.inventory-days-period-labels {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 15px;
}

.inventory-days-period-label-container {
    display: flex;
    flex-direction: column;
    width: 48%;
    min-width: 0;
}

.inventory-days-period-label-container-right {
    align-items: flex-end;
    text-align: right;
}

.inventory-days-period-label-container .text-muted {
    margin-bottom: 3px;
    color: #777;
    line-height: 1.2;
}

.inventory-days-period-label {
    display: block;
    overflow-wrap: break-word;
    color: #4b4b4b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
}


/* =========================================================
   4. Slider jQuery UI
   ========================================================= */

.inventory-days-slider {
    padding: 0 10px;
}

    /* Barra completa */
    .inventory-days-slider .ui-slider {
        position: relative;
        width: 100%;
        height: 8px;
        border: none;
        border-radius: 999px;
        background: #d8d8d8;
    }

    /* Barra seleccionada */
    .inventory-days-slider .ui-slider-range {
        position: absolute;
        top: 0;
        height: 100%;
        border-radius: 999px;
        background: #a02142;
    }

    /* Botones */
    .inventory-days-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        top: 50%;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        margin-left: -9px;
        border: 3px solid #a02142;
        border-radius: 50%;
        outline: none;
        background: #fff;
        cursor: pointer;
        transition: 0.15s;
    }

        /* Hover */
        .inventory-days-slider .ui-slider-handle:hover {
            transform: scale(1.08);
            box-shadow: 0 0 0 5px rgba(160, 33, 66, 0.12);
        }

        /* Active */
        .inventory-days-slider .ui-slider-handle:active {
            transform: scale(0.95);
        }

    /* Quitar estilos del tema */
    .inventory-days-slider .ui-widget-content {
        border: none;
    }

    .inventory-days-slider .ui-widget-header {
        border: none;
        background: #a02142;
    }

        .inventory-days-slider .ui-state-default,
        .inventory-days-slider .ui-widget-content .ui-state-default,
        .inventory-days-slider .ui-widget-header .ui-state-default {
            border: 3px solid #a02142;
            background: #fff;
        }

    .inventory-days-slider .ui-state-focus,
    .inventory-days-slider .ui-state-active {
        outline: none;
    }

    /* Slider deshabilitado */
    .inventory-days-slider .ui-slider.ui-state-disabled {
        opacity: 0.55;
    }

        .inventory-days-slider .ui-slider.ui-state-disabled .ui-slider-handle {
            cursor: not-allowed;
        }

/* =========================================================
   5. Multiselect personalizado
   ========================================================= */

.inventory-days-state-container {
    position: relative;
    z-index: 30;
    width: 100%;
}

.inventory-days-multiselect {
    position: relative;
    width: 100%;
}

.inventory-days-multiselect-toggle {
    position: relative;
    display: block;
    width: 100%;
    min-height: 38px;
    padding: 8px 34px 8px 12px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    outline: none;
    background-color: #fff;
    color: #444;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: none;
}

    .inventory-days-multiselect-toggle:hover,
    .inventory-days-multiselect-toggle:focus {
        border-color: #aaa;
        outline: none;
        background-color: #fff;
        color: #222;
    }

    .inventory-days-multiselect-toggle.is-open {
        border-color: #a02142;
        box-shadow: 0 0 0 2px rgba(160, 33, 66, 0.1);
    }

    .inventory-days-multiselect-toggle[disabled] {
        cursor: not-allowed;
        opacity: 0.6;
        background-color: #eee;
    }

    .inventory-days-multiselect-toggle .caret {
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -2px;
    }

#inventoryDaysStateSummary {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inventory-days-multiselect-menu {
    position: absolute;
    z-index: 1060;
    top: calc(100% + 4px);
    right: 0;
    left: 0;
    min-width: 250px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.inventory-days-multiselect-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 9px;
    border-bottom: 1px solid #eee;
    background-color: #fafafa;
}

    .inventory-days-multiselect-actions .btn-link {
        padding: 3px 5px;
        border: 0;
        color: #611232;
        font-size: 12px;
        text-decoration: none;
    }

        .inventory-days-multiselect-actions .btn-link:hover,
        .inventory-days-multiselect-actions .btn-link:focus {
            color: #a02142;
            text-decoration: underline;
        }

.inventory-days-multiselect-options {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 0;
}

.inventory-days-multiselect-option {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 7px 12px;
    color: #444;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.3;
}

    .inventory-days-multiselect-option:hover {
        background-color: #f4f4f4;
    }

    .inventory-days-multiselect-option input {
        flex: 0 0 auto;
        margin: 1px 8px 0 0;
        cursor: pointer;
    }

    .inventory-days-multiselect-option span {
        flex: 1;
        min-width: 0;
        overflow-wrap: break-word;
    }

    .inventory-days-multiselect-option input[disabled] {
        cursor: not-allowed;
    }

    .inventory-days-multiselect-option:has( input[disabled] ) {
        cursor: not-allowed;
        opacity: 0.55;
    }


/* =========================================================
   6. Botón de descarga
   ========================================================= */

.inventory-days-download-container {
    display: flex;
    align-items: flex-end;
    min-height: 78px;
    padding-top: 25px;
}

#downloadInventoryDaysMunicipalCSV,
#inventoryDaysDownloadButton {
    width: 100%;
    min-height: 42px;
    padding: 10px 15px;
    border: 0;
    border-radius: 7px;
    outline: none;
    background-color: #1e6659;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

    #downloadInventoryDaysMunicipalCSV:hover,
    #downloadInventoryDaysMunicipalCSV:focus,
    #inventoryDaysDownloadButton:hover,
    #inventoryDaysDownloadButton:focus {
        background-color: #174f45;
        color: #fff;
    }

    #downloadInventoryDaysMunicipalCSV:active,
    #inventoryDaysDownloadButton:active {
        background-color: #123f37;
    }

    #downloadInventoryDaysMunicipalCSV[disabled],
    #downloadInventoryDaysMunicipalCSV.disabled,
    #inventoryDaysDownloadButton[disabled],
    #inventoryDaysDownloadButton.disabled {
        cursor: not-allowed;
        opacity: 0.55;
    }

    #downloadInventoryDaysMunicipalCSV .glyphicon,
    #inventoryDaysDownloadButton .glyphicon {
        margin-right: 7px;
    }


/* =========================================================
   7. Estados generales
   ========================================================= */

.inventory-days-status {
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 13px;
}

    .inventory-days-status .glyphicon {
        margin-right: 7px;
    }

.inventory-days-loading-icon {
    display: inline-block;
    animation: inventory-days-spin 1s linear infinite;
}

@keyframes inventory-days-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   8. Filas de gráficas
   ========================================================= */

.inventory-days-chart-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

    .inventory-days-chart-row:first-of-type {
        margin-top: 20px;
    }

    .inventory-days-chart-row > [class*="col-"] {
        display: flex;
        min-width: 0;
    }


/* =========================================================
   9. Tarjetas de gráficas
   ========================================================= */

.inventory-days-chart-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
    padding: 0 5px 8px;
    background-color: #fff;
}

.inventory-days-chart-header {
    display: flex;
    align-items: flex-start;
    min-height: 78px;
    margin-bottom: 6px;
}

.inventory-days-chart-title-container {
    flex: 1;
    min-width: 0;
}

.inventory-days-chart-title {
    margin: 2px 0 3px;
    color: #111;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.inventory-days-chart-description {
    margin: 0;
    color: #555;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}


/* =========================================================
   10. Indicadores numerados
   ========================================================= */

.inventory-days-chart-number {
    display: flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    border-radius: 16px 50% 50% 16px;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.inventory-days-chart-number-registration {
    background-color: #bdecc4;
}

.inventory-days-chart-number-construction {
    background-color: #efd3ac;
}

.inventory-days-chart-number-sale {
    background-color: #f3b5b8;
}

.inventory-days-chart-number-total {
    background-color: #15389a;
    color: #fff;
}

.inventory-days-chart-number-housing {
    background-color: #b18725;
    color: #fff;
}


/* =========================================================
   11. Contenedores ECharts
   ========================================================= */

.inventory-days-chart {
    width: 100%;
    height: 310px;
    min-width: 0;
}

.inventory-days-chart-wide {
    height: 340px;
}

.inventory-days-chart.is-loading {
    min-height: 310px;
    opacity: 0.55;
    pointer-events: none;
}

.inventory-days-chart-wide.is-loading {
    min-height: 340px;
}


/* =========================================================
   12. Nota informativa
   ========================================================= */

.inventory-days-note-panel {
    margin-top: 24px;
    margin-bottom: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

    .inventory-days-note-panel .panel-heading {
        display: none;
    }

    .inventory-days-note-panel .panel-body {
        padding: 0;
    }

    .inventory-days-note-panel p {
        margin: 0;
        color: #666;
        font-size: 10px;
        line-height: 1.5;
    }

    .inventory-days-note-panel strong {
        color: #444;
    }


/* =========================================================
   13. Pantallas medianas
   ========================================================= */

@media (max-width: 1199px) {

    .inventory-days-filters-panel .panel-body {
        padding-right: 22px;
        padding-left: 22px;
    }

    .inventory-days-chart {
        height: 300px;
    }

    .inventory-days-chart-wide {
        height: 330px;
    }

    .inventory-days-chart-title {
        /*font-size: 14px;*/
    }

    .inventory-days-chart-description {
        /*font-size: 10px;*/
    }
}


/* =========================================================
   14. Tablet
   ========================================================= */

@media (max-width: 991px) {

    .inventory-days-filter-row {
        display: block;
    }

        .inventory-days-filter-row >
        [class*="col-"] {
            margin-bottom: 20px;
        }

            .inventory-days-filter-row >
            [class*="col-"]:last-child {
                margin-bottom: 0;
            }

    .inventory-days-download-container {
        min-height: 0;
        padding-top: 0;
    }

    .inventory-days-chart-row {
        display: block;
        margin-top: 0;
    }

        .inventory-days-chart-row >
        [class*="col-"] {
            display: block;
            margin-top: 30px;
        }

    .inventory-days-chart-card {
        padding-right: 0;
        padding-left: 0;
    }

    .inventory-days-chart-header {
        min-height: auto;
        margin-bottom: 10px;
    }

    .inventory-days-chart {
        height: 380px;
    }

    .inventory-days-chart-wide {
        height: 400px;
    }

    .inventory-days-chart-title {
        font-size: 16px;
    }

    .inventory-days-chart-description {
        font-size: 12px;
    }

    .inventory-days-multiselect-menu {
        min-width: 100%;
    }
}


/* =========================================================
   15. Móvil
   ========================================================= */

@media (max-width: 767px) {

    #inventoryDaysDashboard {
        margin-bottom: 25px;
    }

    .inventory-days-title {
        font-size: 22px;
    }

    .inventory-days-description {
        font-size: 13px;
    }

    .inventory-days-filters-panel {
        border-radius: 12px;
    }

        .inventory-days-filters-panel .panel-body {
            padding: 20px 16px;
        }

    .inventory-days-period-labels {
        display: block;
        margin-bottom: 15px;
    }

    .inventory-days-period-label-container {
        width: 100%;
        margin-bottom: 10px;
    }

    .inventory-days-period-label-container-right {
        align-items: flex-start;
        text-align: left;
    }

    .inventory-days-period-label {
        font-size: 12px;
    }

    .inventory-days-period-slider {
        width: calc(100% - 20px);
        margin-right: 10px;
        margin-left: 10px;
    }

    .inventory-days-download-container {
        padding-top: 0;
    }

    #inventoryDaysDownloadButton {
        min-height: 44px;
    }

    .inventory-days-chart-row >
    [class*="col-"] {
        margin-top: 25px;
    }

    .inventory-days-chart-header {
        align-items: flex-start;
    }

    .inventory-days-chart-number {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        margin-right: 8px;
        font-size: 18px;
    }

    .inventory-days-chart-title {
        font-size: 15px;
    }

    .inventory-days-chart-description {
        font-size: 11px;
    }

    .inventory-days-chart {
        height: 340px;
    }

    .inventory-days-chart-wide {
        height: 360px;
    }

    .inventory-days-note-panel p {
        font-size: 10px;
    }

    .inventory-days-multiselect-menu {
        position: fixed;
        z-index: 1100;
        top: 15%;
        right: 15px;
        bottom: auto;
        left: 15px;
        width: auto;
        max-height: 70vh;
    }

    .inventory-days-multiselect-options {
        max-height: calc(70vh - 52px);
    }
}


/* =========================================================
   16. Móviles pequeños
   ========================================================= */

@media (max-width: 480px) {

    .inventory-days-filters-panel .panel-body {
        padding-right: 13px;
        padding-left: 13px;
    }

    .inventory-days-chart-number {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .inventory-days-chart-title {
        font-size: 14px;
    }

    .inventory-days-chart-description {
        font-size: 10px;
    }

    .inventory-days-chart {
        height: 315px;
    }

    .inventory-days-chart-wide {
        height: 335px;
    }
}






/* ===========================
     CSS para seccion de MAPA
   ===========================
*/

#inventoryDaysMunicipalStateSelect {
    font-size: 1.8rem;
}
.inventoryDaysMunicipalStateSelect:hover {
    background-color: #f4f4f4;
}

.inventory-days-municipal-section {
    margin-top: 45px;
    margin-bottom: 45px;
}

.inventory-days-municipal-header {
    margin-bottom: 24px;
}

.inventory-days-municipal-title {
    margin-top: 0;
    margin-bottom: 8px;
    color: #333333;
}

.inventory-days-municipal-description {
    margin-bottom: 0;
    color: #666666;
}

.inventory-days-municipal-content {
    display: flex;
    align-items: stretch;
}

    .inventory-days-municipal-content::before,
    .inventory-days-municipal-content::after {
        display: none;
    }

    .inventory-days-municipal-content > [class*="col-"] {
        float: none;
    }

.inventory-days-municipal-filter-panel,
.inventory-days-municipal-result-panel {
    height: 100%;
    min-height: 620px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.inventory-days-municipal-filter-panel {
    border-radius: 16px;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    padding: 24px 22px;
}

.inventory-days-municipal-result-panel {
    position: relative;
    padding: 15px;
}

.inventory-days-municipal-filter-group {
    margin-bottom: 30px;
}

    .inventory-days-municipal-filter-group:last-of-type {
        margin-bottom: 20px;
    }

    .inventory-days-municipal-filter-group .control-label {
        font-size: 1.8rem;
        display: block;
        margin-bottom: 12px;
        color: #333333;
        font-weight: 600;
    }

.inventory-days-municipal-filter-panel
.inventory-days-period-labels {
    margin-bottom: 18px;
}

.inventory-days-municipal-filter-panel
.inventory-days-period-label-container {
    max-width: 48%;
}

    .inventory-days-municipal-filter-panel
    .inventory-days-period-label-container .text-muted {
        display: block;
        margin-bottom: 4px;
        font-size: 12px;
    }

.inventory-days-municipal-filter-panel
.inventory-days-period-label {
    display: block;
    min-height: 20px;
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.inventory-days-municipal-filter-panel
.inventory-days-period-label-container-right {
    text-align: right;
}

.inventory-days-municipal-filter-panel
.inventory-days-slider {
    padding-right: 9px;
    padding-left: 9px;
}

/*
 * Se reutilizan las clases del slider estatal.
 * Estos estilos únicamente complementan el slider municipal.
 */
#inventoryDaysMunicipalPeriodSlider {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 5px;
}

.inventory-days-municipal-variable-dropdown {
    width: 100%;
}

    .inventory-days-municipal-variable-dropdown
    .dropdown-toggle {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 34px;
        padding-right: 32px;
        overflow: hidden;
        text-align: left;
    }

        .inventory-days-municipal-variable-dropdown
        .dropdown-toggle .caret {
            position: absolute;
            top: 50%;
            right: 12px;
            margin-top: -2px;
        }

.inventory-days-municipal-variable-selected-label {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inventory-days-municipal-variable-dropdown
.dropdown-menu {
    width: 100%;
    min-width: 100%;
    max-height: 280px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow-y: auto;
}

    .inventory-days-municipal-variable-dropdown
    .dropdown-menu > li > a {
        display: flex;
        align-items: center;
        padding: 9px 12px;
        white-space: normal;
    }

    .inventory-days-municipal-variable-dropdown
    .dropdown-menu > li.active > a,
    .inventory-days-municipal-variable-dropdown
    .dropdown-menu > li.active > a:hover,
    .inventory-days-municipal-variable-dropdown
    .dropdown-menu > li.active > a:focus {
        color: #333333;
        background-color: #eeeeee;
    }

.inventory-days-municipal-variable-color {
    display: inline-block;
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    margin-right: 9px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 2px;
    vertical-align: middle;
}

.inventory-days-municipal-loading {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 11px 12px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background-color: #f7f7f7;
    color: #555555;
    font-size: 13px;
}

.inventory-days-municipal-loading-icon {
    margin-right: 7px;
    animation: inventory-days-municipal-spin 1s linear infinite;
}

.inventory-days-municipal-download-container {
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid #eeeeee;
}

.inventory-days-municipal-download-button {
    width: 100%;
}

.inventory-days-municipal-map-container {
    position: relative;
    width: 100%;
    min-height: 585px;
}

.inventory-days-municipal-map {
    position: relative;
    width: 100%;
    min-height: 585px;
}

.inventory-days-municipal-map-initial-message,
.inventory-days-municipal-map-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    max-width: 480px;
    padding: 18px;
    border: 1px dashed #cccccc;
    border-radius: 4px;
    background-color: #fafafa;
    color: #666666;
    text-align: center;
    transform: translate(-50%, -50%);
}

.inventory-days-municipal-map-placeholder-title {
    display: block;
    margin-bottom: 7px;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
}

.inventory-days-municipal-map-placeholder-detail {
    display: block;
    margin-top: 4px;
    font-size: 13px;
}

#inventoryDaysMunicipalError,
#inventoryDaysMunicipalEmpty {
    margin-bottom: 15px;
}

@keyframes inventory-days-municipal-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .inventory-days-municipal-content {
        display: block;
    }

        .inventory-days-municipal-content > [class*="col-"] {
            float: left;
        }

    .inventory-days-municipal-filter-panel,
    .inventory-days-municipal-result-panel {
        height: auto;
        min-height: 0;
    }

    .inventory-days-municipal-filter-panel {
        margin-bottom: 25px;
    }

    .inventory-days-municipal-download-container {
        margin-top: 5px;
    }

    .inventory-days-municipal-map-container,
    .inventory-days-municipal-map {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .inventory-days-municipal-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .inventory-days-municipal-filter-panel {
        padding: 20px 16px;
    }

    .inventory-days-municipal-result-panel {
        padding: 10px;
    }

    .inventory-days-municipal-filter-group {
        margin-bottom: 25px;
    }

    .inventory-days-municipal-filter-panel
    .inventory-days-period-label {
        font-size: 12px;
    }

    .inventory-days-municipal-map-container,
    .inventory-days-municipal-map {
        min-height: 420px;
    }
}

/*Boton situ*/

.btn-boton-imagen {
    width: 87%;
    padding: 0;
    border: 1px solid #ddd;
    background: #a57f2c;
    border-radius: 10px;
    overflow: hidden;
    margin: 18px auto;
}

    .btn-boton-imagen:focus,
    .btn-boton-imagen:active {
        outline: none !important;
        box-shadow: none !important;
    }

.boton-contenido {
    display: flex;
    align-items: center;
    min-height: 100px;
}

.boton-imagen {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

    .boton-imagen img {
        max-width: 150px;
        max-height: 70px;
        object-fit: contain;
    }

.boton-texto {
    width: 65%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: white;
}
