.imagen-decada {
    position: relative;
}

.contenedor-imagen-linea-temporal {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.svg-historia {
    width: 80%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-historia svg {
    width: 100%;
    height: auto;
}

.highlight-point {
    position: absolute; /* Posición absoluta dentro del contenedor relativo */
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    cursor: pointer;
    border: 1px solid red;
    transition: 0.3s;
}

.highlight-area:hover {
    opacity: 0.7;
    border: 2px solid #ff0000; /* Para resaltar el borde */
}

.highlighted-into {
    min-height: 14px;
    min-width: 14px;
    height: 14px;
    width: 14px;
    background-color: red;
    border-radius: 1000px;
    padding: 0.25px;
}

.contenedor-imagen-linea-temporal {
    position: relative;
}

#highlightedPoint-1980 {
    position: absolute;
    top: 54.5%; /* Posición relativa a la altura de la imagen */
    left: 27.5%; /* Posición relativa al ancho de la imagen */
    transform: translate(
        -50%,
        -50%
    ); /* Centrar el punto en el medio de sus coordenadas */
}

#highlightedPoint-1990 {
    top: 27.65%;
    left: 28.145%;
}

#highlightedPoint-2000 {
    top: 60%;
    left: 70%;
    background-color: blue;
}

.highlight-point:hover .highlight-point,
.highlight-point:hover .highlighted-into {
    background-color: rgb(192, 0, 0);
    transition: 0.3s;
}

.punto-destacado{
    transition: 0.2s;
}

.highlighted-point:hover .punto-destacado {
    fill: var(--principal);
}

.anyoDestacadoModal-title{
    font-size: 2.25rem;
    color: var(--dark1);
    font-weight: 700;
    font-style: italic;
}

/* @media (max-width: 750px) {
    .contenedor-imagen-linea-temporal {
        width: 600px;
        min-width: 600px;
    }

    .svg-historia svg {
        width: 550px;
        min-width: 550px;
    }
}

@media (max-width: 605px) {
    .contenedor-imagen-linea-temporal {
        width: 400px;
        min-width: 400px;
    }

    .svg-historia svg {
        width: 350px;
        min-width: 350px;
    }
}

@media (max-width: 450px) {
    .contenedor-imagen-linea-temporal {
        width: 300px;
        min-width: 300px;
    }

    .svg-historia svg {
        width: 300px;
        min-width: 300px;
    }
} */
