@media (max-width: 767.98px) {
    .escritorio{
        display: none;
    }
    .movil{
        display: block;
    }
    .sociales_icono{
        font-size: 1rem;
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 0.125rem;
        background: white;
        color: #328998;
    }
}
@media (min-width: 767.99px) {
    .escritorio{
        display: flex;
    }
    .movil{
        display: none;
    }
    .resume-header .picture {
        width: 244px;
    }
    .resume-header {
        background: #328998;
        color: rgba(255, 255, 255, 0.9);
        height: 244px;
    }
    /*.resume-timeline-item-desc .list-inline{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }*/
}


