
.timeline_centrado  {
    position: relative;
}
.timeline_centrado .row {
    margin-bottom:80px;
    align-items: center;
}
.timeline_centrado .row .col-first {
    text-align: right;      
}
.timeline_centrado .row .col-last {
    text-align: left;      
}
.timeline_centrado .year_circulo {
    width: 76px;
    height: 76px;
    margin: auto 20px;
    border-radius: 50%;
    font-size: 40px;
    background-color: #fff;
} 
.timeline_centrado .year_circulo::before {
    content: '';
    background-image: url('/wp-content/uploads/2025/10/boton-negro.svg');
    display: flex;
    width: 110px;
    height: 110px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -17px -10px;
} 
.timeline_centrado .year_text {
    font-size: 50px;
    font-weight: 600;
}
.timeline_centrado .year_text::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-color: #111111;
    width: 36px;
    height:2px;
}
.timeline_centrado .titulo_timeline_item {
    font-weight: 600;
    margin-bottom:10px;
}
.timeline_centrado .texto_timeline_item {
    font-weight: 500;
    max-width: 400px;
    margin: 0 auto 0 0;
}

@media(min-width:992px){
    .timeline_centrado .linea_central{
       /* content:"";
        width:1px;
        top:0;
        bottom:70px;
        right:50%;
        position: absolute;
        z-index:1;
        background-color: #fff;
        border: 1px solid #B4C4B8;
        border-style: dashed; */
        position: absolute;
        top: 0;
        bottom: 50px;
        right: 50%;
        width: 3px;
        z-index: 1;
        background: repeating-linear-gradient(
            to bottom,
            #B4C4B8 0,
            #B4C4B8 10px,   /* longitud del trazo */
            transparent 10px,
            transparent 20px /* espacio entre trazos */
        );
        
    }
    .timeline_centrado>*{
        position: relative;
        z-index:10;
    }
    .timeline_centrado .row:nth-of-type(2n) {
        flex-direction: row-reverse;
    }
    .timeline_centrado .row:nth-of-type(2n) .col-first {
        text-align: left;      
    }
    .timeline_centrado .row:nth-of-type(2n) .col-last {
        text-align: right;      
    }
    .timeline_centrado .row:nth-of-type(2n) .year_circulo::before {
        background-image: url('/wp-content/uploads/2025/10/boton-gris.svg');
    } 
    .timeline_centrado .row:nth-of-type(2n) .year_text::after {
        content: none;
    }
    .timeline_centrado .row:nth-of-type(2n) .year_text::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        background-color: #111111;
        width: 36px;
        height:2px;
    }
    .timeline_centrado .row:nth-of-type(2n) .texto_timeline_item {
        margin: 0 0 0 auto;
    }
}
@media(max-width:991px){
    .timeline_centrado .year_circulo {
        width:90px;
        height:90px;
        font-size: 26px;
        margin:0 30px 0px 0;
    }
    .timeline_centrado .row>*{
        margin-bottom:40px;
    }
}
@media(max-width:679px){
    .timeline_centrado .row {
        flex-direction: column;
    }
    .timeline_centrado .row .col-first {
        text-align: center;
    }
    .timeline_centrado .year_text::after {
        content:none;
        width: 0;
        height: 0;
    }
    .timeline_centrado .year_circulo {
        margin: 0 auto;
    }
    .timeline_centrado .texto_timeline_item {
        margin: 0 auto;
        text-align: center;
    }
    .timeline_centrado .row>*{
        margin-bottom:10px;
    }
}
@media(max-width:400px) {
    .timeline_centrado .year_circulo {
        width:70px;
        height:70px;
        font-size: 20px;
        margin:0;
    }
    
}