section.loUltimo {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 60px 0;
}
section.loUltimo .header {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 4px 0;
}
section.loUltimo .header .left {
    display: block;
    position: relative;
    width: 50%;
    float: left;
}
section.loUltimo .header .right {
    display: block;
    position: relative;
    width: 50%;
    float: left;
    text-align: right;
}
section.loUltimo .header .right a {
    display: none;
    color: #e30023;
    font-size: 1.6em;
    font-weight: 700;
    border: 2px solid #e30023;
    padding: 4px 30px 4px 10px;
    border-radius: 4px;
}
section.loUltimo .header .right a:hover {
    opacity: 0.75;
}
section.loUltimo .header .right a svg {
    position: absolute;
    top: 7px;
    right: 14px;
    fill: #e30023;
}
section.loUltimo .header .left h3 {
    font-weight: 900;
    font-size: 3em;
    color: #151F2C;
    padding: 0;
}
section.loUltimo .header .left h3:hover {
    opacity: 0.75;
}
section.loUltimo .header .left h3 svg {
    fill: #e30023;
    width: 40px;
    position: absolute;
    left: -18px;
    top: -2px;
    display: none;
}
section.loUltimo .header .lineas {
    display: inline-block;
    position: relative;
    width: 100%;
}
section.loUltimo .header .lineas .vertical {
    display: none;
    position: absolute;
    width: 2px;
    height: 41px;
    background-color: #e30023;
    top: -8px;
    left: 0;
}
section.loUltimo .header .lineas .horizontal {
    display: block;
    position: absolute;
    width: 970px;
    height: 2px;
    background-color: #e30023;
    right: 0;
    top: 33px;
}
section.loUltimo .notas {
    display: inline-block;
    position: relative;
    padding: 0;
}
section.loUltimo .notas article {
    display: block;
    position: relative;
    width: 23.5%;
    float: left;
    margin: 0 2% 0 0;
}
section.loUltimo .notas article + article {
    display: block;
    position: relative;
    width: 23.5%;
    float: left;
    margin: 0 2% 0 0;
}
section.loUltimo .notas article + article + article {
    display: block;
    position: relative;
    width: 23.5%;
    float: left;
    margin: 0 2% 0 0;
}
section.loUltimo .notas article + article + article + article {
    display: block;
    position: relative;
    width: 23.5%;
    float: left;
    margin: 0;
}
section.loUltimo .notas article h2 {
    font-size: 1.6em;
}
section.loUltimo .notas article .titular {
    height: 160px;
}
section.loUltimo .notas article figure  {
    height: 123px;
}
section.loUltimo .notas article figure img {
    width: 228px;
    height: 124px;
}
section.loUltimo .notas article .fecha {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 10px 10px 0;
}
section.loUltimo .notas article + article .fecha,
section.loUltimo .notas article + article + article .fecha,
section.loUltimo .notas article + article + article + article .fecha {
    padding: 0 0 10px 0;
}
section.loUltimo .notas article .fecha p {
    color: #e30023;
    font-size: 1.6em;
    font-weight: 700;
}
section.loUltimo .mobile {
    display: none;
}

@media (min-width: 0px) and (max-width: 767px) {

    section.loUltimo {
        margin: 0 0 50px 0;
    }
    section.loUltimo .desktop {
        display: none;
    }
    section.loUltimo .mobile {
        display: block;
    }
    section.loUltimo .mobile .linea-tiempo {
        display:block;
        position: relative;
        padding: 10px 10px 0 10px;
    }
    section.loUltimo .mobile .linea-tiempo .header {
        display: inline-block;
        position: relative;
        width: 100%;
        margin: 0 0 4px 0;
    }
    section.loUltimo .mobile .linea-tiempo .header h3 {
        margin-bottom: 10px;
        font-weight: 900;
        font-size: 3em;
        color: #151F2C;
        padding: 0;
    }
    section.loUltimo .mobile .linea-tiempo .header h3 svg {
        fill: #e30023;
        width: 40px;
        position: absolute;
        left: 0;
        top: -2px;
        display: none;
    }
    section.loUltimo .header .right a {
        display: inline-block;
    }
    section.loUltimo .mobile .notas {
        padding: 0;
    }
    section.loUltimo .mobile .notas article {
        width: 100%;
        margin: 0 0 20px 0;
        background-color: #fff;
    }
    section.loUltimo .mobile .notas article figure {
        width: 40%;
        float: left;
        height: auto;
    }
    section.loUltimo .mobile .notas article .titular {
        width: 60%;
        float: left;
        height: auto;
        padding: 4px 10px 0 14px;
    }
    section.loUltimo .mobile .notas article h2 {
        font-size: 1.8em;
        font-weight: 500;
        color: #151F2C;
    }
    section.loUltimo .mobile .notas article .titular time p {
        margin: 0 0 4px 0;
        font-size: 1.4em;
        font-weight: 700;
        color: #e30023;
    }
    section.loUltimo .mobile .notas article .box {
        display: block;
        position: relative;
        height: auto;
    }
    section.loUltimo .mobile .notas article .box::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        z-index: 1;
        left: 0;
        top: 6px;
        border-top: 6px solid transparent;
        border-left: 6px solid #e30023;
        border-bottom: 6px solid transparent;
    }
    section.loUltimo .mobile .linea-tiempo::after {
        content: '';
        position: absolute;
        width: 2px;
        background-color: #e30023;
        top: 60px;
        bottom: 20px;
        left: -6px;
        margin-left: 14px;
    }
    section.loUltimo .mobile .boton a {
        display: inline-block;
        position: relative;
        color: #e30023;
        font-size: 1.6em;
        font-weight: 700;
        border: 2px solid #e30023;
        padding: 4px 30px 4px 10px;
        border-radius: 4px;
    }
    section.loUltimo .mobile .boton a svg {
        position: absolute;
        top: 5px;
        right: 14px;
        fill: #e30023;
    }
    section.loUltimo .notas article figure img {
        width: 100%;
        height: auto;
        margin: 0 0 -3px 0;
    }
    section.loUltimo .mobile .boton {
        margin: -2px 0 0 -2px;
        background-color: #fff;
        padding: 10px;
        position: relative;
    }
    section.loUltimo .mobile .boton:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        z-index: 1;
        left: 2px;
        top: 18px;
        border-top: 6px solid transparent;
        border-left: 6px solid #e30023;
        border-bottom: 6px solid transparent;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {

    section.loUltimo .notas article figure {
        height: 89px;
    }
    section.loUltimo .notas article figure img {
        width: 170px;
        height: 90px;
    }
    section.loUltimo .notas article h2 {
        font-size: 1.4em;
    }
    section.loUltimo .header .lineas .horizontal {
        width: 720px;
    }
    section.loUltimo .notas article .titular {
        height: 160px;
        padding: 12px;
    }

}

@media (min-width: 1024px) and (max-width: 1160px) {

    section.loUltimo .notas article figure {
        height: 84px;
    }
    section.loUltimo .notas article figure img {
        width: 160px;
        height: 85px;
    }
    section.loUltimo .notas article h2 {
        font-size: 1.4em;
    }
    section.loUltimo .header .lineas .horizontal {
        width: 656px;
    }
    section.loUltimo .notas article .titular {
        height: 160px;
        padding: 12px;
    }

}

@media (min-width: 1161px) and (max-width: 1699px) {
   
    section.loUltimo .notas article figure {
        height: 104px;
    }
    section.loUltimo .notas article figure img {
        width: 196px;
        height: 105px;
    }
    section.loUltimo .notas article h2 {
        font-size: 1.5em;
    }
    section.loUltimo .header .lineas .horizontal {
        width: 811px;
    }

}

@media (min-width: 0px) and (max-width: 413px) {

    section.loUltimo .mobile .notas article h2 {
        font-size: 1.6em;
        font-weight: 500;
        color: #151F2C;
    }

}