.container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible; /* Asegúrate de que el contenedor no oculte el desbordamiento */
    padding: 10px; /* Agrega espacio alrededor de la imagen */
}

.image {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2)); /* Reduce la sombra */
}
.highlight {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2)); /* Sombra reducida */
    transition: all 0.2s ease-in-out; /* Tiempo de transición reducido */
    transform-origin: center;
    stroke: #808080; /* Contorno gris */
    stroke-width: 1; /* Ancho del contorno original */
}

.highlight:hover {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3)); /* Sombra aún más reducida */
    fill: url(#grad1);
    transform: scale(1.05); /* Aumenta el tamaño al 105% */
    stroke: #ffd700; /* Contorno amarillo */
    stroke-width: 3; /* Ancho del contorno */
}

/* Define the gradient used for the sweep effect */
#grad1 {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.5), rgba(255,255,255,0.1));
    background-size: 200%;
    animation: sweep 2s infinite linear;
}


.tooltip {
    display: none;
    position: absolute;
    width: 300px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.slick-prev, .slick-next {
    background-color: #ccc;
    border-radius: 50%;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/*--------------------------------------------------------------*/
/*   Estilos de imagenes de municipios sección mapa magdalena */
/*--------------------------------------------------------------*/

   .media {
            overflow: hidden;
            margin-bottom: 20px;
        }
        .media img {
            float: left;
            margin-right: 10px;
            border-radius: 8px;
            box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
        }
        .media-body h5 {
            margin-top: 0;
        }

/*--------------------------------------------------------------*/    



/*--------------------------------------------------------------*/
/*   Estilos de imagenes sección de Resultados y Avances */
/*--------------------------------------------------------------*/

  .rounded-shadow {
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: 100%;
            height: 300px;
            object-fit: cover;
        }
        .deshal-blog-thumb img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }  


/*--------------------------------------------------------------*/
/*   Estilos de imagenes sección de Últimas Actualizaciones */
/*--------------------------------------------------------------*/

 .news {
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: 100%;
            height: 180px;
            object-fit: cover;
        }        



/*--------------------------------------------------------------*/
/*   Estilos de wikipedia */
/*--------------------------------------------------------------*/
  
  .small-icon {
            width: 60px; /* Ajusta el ancho del icono */
            height: 9px; /* Ajusta la altura del icono */
        }

   /*--------------------------------------------------------------*/     