.intro-2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 75vh;
}
.separadores-img{
    height: 75vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-tematica{
    background-image: url(../img/Foto-SmartCity.webp);
}
.separadores-contenido{
    width: 80%;
    display: block;
    margin: 0 auto;
}
.container-tematica-items{
    display: flex;
    gap: 0 5em;
    margin-top: 6em;
}
.content-tematica-items{
    /*display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 3em 2em;
    margin-top: 6em;*/
}
.content-tematica-imagen{
    position: -webkit-sticky;
    position: sticky;
    top: 10em;
    align-self: flex-start;    
}
.content-tematica-imagen img{
    min-width: 400px;
    max-width: 500px;
}
.tema-item{
    text-align: left;
    flex-basis: 350px;
}
.tema-item p:first-child{
    position: relative;
    min-height: 2em;
    margin-bottom: 1em;
}
.tema-item p{
    margin-bottom: 3em;
}
.tema-item p:first-child span{
    position: absolute;
    width: 5em;
    border-bottom: 1px solid #333;
    left: 0;
    bottom: 0;
}


/*.menu-links li a:after{
    content: "";
    display: block;
    margin: auto;
    margin-top: 2px;
    height: 2px;
    width: 0px;
    transition: all .25s;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
         -o-transition: all .3s;
}
.menu-links li a:hover:after{
    width: 100%;
    background-color: #FFF;
}*/


.tema-item:hover > p:first-child,
.tema-item:hover > p:first-child span{
    color: var(--text-color-general);
    border-color: var(--text-color-general);
}
.tema-item.gobernanza:hover > p:first-child,
.tema-item.gobernanza:hover > p:first-child span{
    color: var(--gobernanza);
    border-color: var(--gobernanza);
}
h1 strong.gobernanza{
    color: var(--gobernanza);
    border-color: var(--gobernanza);
}
.tema-item.competitividad:hover > p:first-child,
.tema-item.competitividad:hover > p:first-child span{
    color: var(--competitividad);
    border-color: var(--competitividad);
}
h1 strong.competitividad{
    color: var(--competitividad);
    border-color: var(--competitividad);
}
.tema-item.planeamiento:hover > p:first-child,
.tema-item.planeamiento:hover > p:first-child span{
    color: var(--planeamiento);
    border-color: var(--planeamiento);
}
h1 strong.planeamiento{
    color: var(--planeamiento);
    border-color: var(--planeamiento);
}
.tema-item.desarrollo:hover > p:first-child,
.tema-item.desarrollo:hover > p:first-child span{
    color: var(--desarrollo);
    border-color: var(--desarrollo);
}
h1 strong.desarrollo{
    color: var(--desarrollo);
    border-color: var(--desarrollo);
}
.tema-item.ambiente:hover > p:first-child,
.tema-item.ambiente:hover > p:first-child span{
    color: var(--ambiente);
    border-color: var(--ambiente);
}
h1 strong.ambiente{
    color: var(--ambiente);
    border-color: var(--ambiente);
}
hr.hr-1{
    border: 0; height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}