/* .svg_map {
    margin-top: 20px;
    margin-bottom: 20px;
}

.svg_map .map_depa {
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.3s;
}

.svg_map .map_depa:hover {
    opacity: 1;
} */

.tippy-box[data-theme~='senati'] {

    background: url('../img/fondo_cuadro.png');
    background-repeat: no-repeat;
    bottom: -100px;
    left: 160px;
    background-size: contain;

}

/* .tippy-box[data-theme~='tomato'][data-placement^='top']>.tippy-arrow::before {
    border-top-color: #00D4A3;
}

.tippy-box[data-theme~='tomato'][data-placement^='bottom']>.tippy-arrow::before {
    border-bottom-color: #00D4A3;
}

.tippy-box[data-theme~='tomato'][data-placement^='left']>.tippy-arrow::before {
    border-left-color: #00D4A3;
}

.tippy-box[data-theme~='tomato'][data-placement^='right']>.tippy-arrow::before {
    border-right-color: #00D4A3;
}

.tippy-box[data-theme~='tomato']>.tippy-svg-arrow {
    fill: #00D4A3;
} */

/* The border */
/* .tippy-box[data-theme~='tomato']>.tippy-svg-arrow>svg:first-child {
    fill: #00D4A3;
} */

/* The fill */
/* .tippy-box[data-theme~='tomato']>.tippy-svg-arrow>svg:last-child {
    fill: red;
} */
.mapa_svg_tootip {
    position: relative;
}


.tippy-box[data-placement^=right]>.tippy-arrow {
    display: none;
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    display: none;
}

/* .tippy-box[data-placement^=left]>.tippy-arrow {
    color: red;
} */

.uk-toltip-map {
    max-width: 342px;
    padding: 17px 15px;

}

.uk-toltip-map ul li h4 {
    color: #071A9D;
    font-size: 18px;
    line-height: 18px;
    font-weight: 900;
    margin: 0;
    padding-top: 15px;
}

.linea_verde_map {
    background: #00FBB8;
    height: 1px;
    width: 95%;
    margin: 8px 0px;
    display: block;
}

.uk-toltip-map ul li p {
    font-weight: 900;
    font-size: 17px;
    color: #071A9D;
    line-height: 20px;
    margin: 0;

}

.tippy-box {
    border-radius: 10px;
}

/* .uk-toltip-map .uk-list-divider>:nth-child(n+2) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #e5e5e5a8;
} */


@media(max-width: 560px) {
    .uk-toltip-map ul li h4 {
        font-size: 15px;
        line-height: 15px;
    }

    .uk-toltip-map ul li p {
        font-size: 12px;
        line-height: 12px;
    }
}