        #loading-spinner {
            position: fixed;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.9); /*0.9 opacity ayuda a que el header quede de fondo cosa que parezca que se esta cargando*/
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column; /* Asegura que la imagen esté encima y el spinner debajo */
            z-index: 1000;
        }
        
        #loading-image {
            max-width: 80%; /* Ajusta el tamaño de la imagen */
            max-height: 20vh; /* No ocupe más del 20% de la pantalla */
            margin-bottom: 20px; /* Espaciado entre la imagen y el spinner */
        }
        .spinner-text{
            font-family: "Fira Sans", sans-serif;
            color:#007242;
            font-size: 1vw;
            margin-top: 1vw;
        }
        .spinner {
            width: 50px;
            height: 50px;
            border: 5px solid #007242;
            border-top: 5px solid transparent;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        
        @keyframes spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        
        #main-header {
            width: 100%;
            height: 7vh;
            background: #007242;
            color: white;
            font-family: "Fira Sans", sans-serif;
            font-weight: 500;
            font-style: normal;
            position: fixed;
            top: 0;
            left: 0;
            display: none; 
            z-index: 999;
            display: flex !important; 
            align-items: center; /* Asegura que el texto y la imagen estén alineados verticalmente */
            justify-content: space-between; /* Separa los elementos */
            padding: 0 5px; /* Espaciado interno */
        }
        #header-logo-container {
            display: flex;
            align-items: center; /* Asegura que la imagen esté alineada verticalmente */
        }
        
        #header-image {
            height: 4.5vh;
            width: auto;
            margin-right: 6vw;
            margin-top: 3px;
        }

        #header-title {
            flex-grow: 1; /* Ocupa el espacio disponible */
            text-align: left;
            padding-left: 5.5vw;
            font-size: 2vw; /* Tamaño base en pantallas grandes */
            white-space: nowrap; /* Evita que el texto se divida en varias líneas */
        }
        
        @media (max-width: 768px) { /* Tablets y móviles en horizontal */
            #header-title {
                font-size: 4vw; /* Aumenta el tamaño en tablets */
                padding-left: 0;
                margin-left: 0;
            }
        }
        
        @media (max-width: 480px) { /* Smartphones en vertical */
            #header-title {
                font-size: 5vw; /* Aumenta el tamaño en teléfonos */
                padding-left: 0; /* Reduce el padding para mejor alineación */
                margin-left: 0;
            }
            .spinner-text{
                font-size: 4vw;
                margin-top: 2vw;
            }
            #header-image {
                height: 6vw;
                width: auto;
            }

        }

        

        
        #map {
            background-color: #ffffff42!important;
        }
        html, body, #map {
			overflow: hidden;
        }
        .col9{
			height: 100%!important;
		}
		.col3{
			height: 100%;
			overflow: auto;
		}
        .info {
            padding: 6px 8px;
            font: 14px/16px Arial, Helvetica, sans-serif;
            background-color:#000000 !important;
            color: #ffffff !important;
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
            border-radius: 5px;
        }
        .info h2 {
            margin: 0 0 5px;
        }
        .leaflet-container {
            background: #fff;
            padding-right: 10px;
        }
        .leaflet-popup-scrolled {
            border-bottom: unset!important;
            border-top: unset!important;
        }
        .leaflet-popup-content{
            max-height: 70vh;
            max-width: 70vw;
        }
        .leaflet-popup-content.media{
            width: auto!important;
            height: auto!important;
        }
        .leaflet-popup-content th {
            text-align: left;
            vertical-align: top;
            min-width: 75px;
        }
        .leaflet-popup-content td {
            min-width: 75px;
        }
        .leaflet-popup-content td img {
            max-height: 60vh;
            max-width: 60vw;
        }

        .leaflet-tooltip {
            background: none;
            box-shadow: none;
            border: none;
        }
        .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
            border: 0px;
        }
        
        .fa, .leaflet-container, a {
            color: #0000EE !important;
        }
        .leaflet-control-zoom-in, .leaflet-control-zoom-out,
        .leaflet-control-locate a,
        .leaflet-touch .leaflet-control-geocoder-icon,
        .leaflet-control-search .search-button,
         .leaflet-control-measure {
            background-color: #007242 !important;
            border-radius: 10px !important;
            color: #ffffff !important;
        }
        .abstract {
            font: bold 18px 'Lucida Console', Monaco, monospace;
            text-indent: 1px;
            background-color: #000000 !important;
            width: 30px !important;
            color: #ffffff !important;
            height: 30px !important;
            text-align: center !important;
            line-height: 30px !important;
        }
        .abstractUncollapsed {
            padding: 6px 8px;
            font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
            background-color:#000000 !important;
            color: #ffffff !important;
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
            border-radius: 5px;
            max-width: 40%;
        }
        .leaflet-control {
            box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4)!important;
        }
        .leaflet-touch .leaflet-control-layers,
        .leaflet-touch .leaflet-bar,
        .leaflet-control-search,
        .leaflet-control-measure {
            border: 3px solid rgba(255,255,255,.4) !important;
        }
        .leaflet-control-attribution a {
            color: #0078A8 !important;
        }
        .leaflet-control-scale-line {
            border: 2px solid #000000 !important;
            border-top: none !important;
            color: black !important;
        }
        .leaflet-control-search .search-button,
        .leaflet-container .leaflet-control-search,
        .leaflet-control-measure {
            box-shadow: none !important;
        }
        .leaflet-control-search .search-button {
            width: 30px !important;
            height: 30px !important;
            font-size: 13px !important;
            text-align: center !important;
            line-height: 30px !important;
        }
        .leaflet-control-measure .leaflet-control {
            width: 30px !important;
            height: 30px !important;
        }
        .leaflet-container .leaflet-control-search{
            background: none !important;
        }
        .leaflet-control-search .search-input {
            margin: 0px 0px 0px 0px !important;
            height: 30px !important;
        }
        .leaflet-control-measure {
            background: none!important;
            border-radius: 4px !important;
        }
        .leaflet-control-measure .leaflet-control-measure-interaction {
            background-color: #000000 !important;
        }
        .leaflet-touch .leaflet-control-measure
        .leaflet-control-measure-toggle,
        .leaflet-touch .leaflet-control-measure
        .leaflet-control-measure-toggle:hover {
            width: 30px !important;
            height: 30px !important;
            border-radius: 0px !important;
            background-color: #000000 !important;
            color: #ffffff !important;
            font-size: 13px;
            line-height: 30px;
            text-align: center;
            text-indent: 0%;
        }
        .leaflet-control-layers {
			padding: 2px;
			display: flex;
			flex-direction: column;
			align-items: flex-end;
            background-color: #000000 !important;
            color: #ffffff !important;

		}
        .leaflet-control-layers-expanded {
			padding-left: 6px;
		}	
        .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
            display: block;
            background-image: none;
			text-decoration: none;
            margin-bottom: 3px;
        }
        .leaflet-control-layers-expanded .leaflet-control-layers-toggle::after {
            content: '»';
            font-size: x-large;
            color: #ffffff !important;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            text-align: center;
        }
        .leaflet-overlay-pane {
            z-index: 550;
        }
        .leaflet-popup-pane {
            z-index: 700;
        }

        .popup-table tr:nth-child(even) {
            background-color: #bdbdbdab;
          }

          .popup-table td {
            word-break: break-word;
          }



          .hidden {
            display: none !important;
          }


          .info-container {
            position: fixed;
            top: 35vh; /* Ajustable según controles */
            left: 10px;
            z-index: 900;
            cursor: pointer;
            font-size: 18px;
            font-family: "Fira Sans", sans-serif;
          }
          
          .info-icon {
            background-color: transparent; /* o #007242 si querés el círculo */
            color: #007242;
            font-size: 35px;
          }
          .info-popup {
            display: none;
            position: absolute;
            top: -10px;
            left: 40px; /* Se abre hacia la derecha */
            background-color: #f9f9f9;
            color: #333;
            padding: 12px 16px;
            border: 1px solid #ccc;
            border-radius: 8px;
            width: 260px;
            font-size: 14px;
            z-index: 10000;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
          }
          
          .info-popup.visible {
            display: block;
          }
          
          .info-popup .close-btn {
            position: absolute;
            top: 6px;
            right: 8px;
            font-size: 14px;
            color: #888;
            cursor: pointer;
          }
          
          .info-popup ul {
            margin: 0;
            padding-left: 20px;
          }
          
          @media (max-width: 600px) {
          
            .info-popup {
              left: 45px; /* para móviles, un poco más de margen */
              max-width: 80vw;
              font-size: 13px;
            }
          }


          .info-icon svg {
            transform: scale(1.4);
            transform-origin: center;
          }

          .parcel-label {
/*             font-size: 10px; */
/*             font-weight: bold; */
            color: #000000;
/*             background: rgba(255, 255, 255, 0.85);
            border: 1px solid #aaa;
            border-radius: 4px;
            padding: 2px 4px; */
          }
          
/*           .manzana-label {
            font-size: 12px;
            font-weight: bold;
            color: black;
            background: none;
            border: none;
            border-radius: 0;
            padding: 0;
            text-shadow:
              -1px -1px 0 #fff,
               1px -1px 0 #fff,
              -1px  1px 0 #fff,
               1px  1px 0 #fff;
          } */

          .manzana-label {
            font-size: 14px;
            font-family: 'Segoe UI', sans-serif;
            color: #fff;
            background: rgba(50, 50, 50, 0.5);
            border: none;
            border-radius: 15px;
            padding: 2px 5px;
            letter-spacing: 0.5px;
        }