#top .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#top .proceso {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#top .proceso + .proceso {
    margin-top: 6rem;
}
#top .proceso > div {
    padding-top: 34.75rem;
    position: relative;
}
#top .proceso > div p {
    margin-bottom: 0;
}
#top .proceso > div .proceso-tit {
    font-weight: bold;
    text-transform: uppercase;
}
#top .proceso > div:before {
    content: '';
    width: 28.5rem;
    height: 29.25rem;
    border: 1.25rem solid rgba(48, 245, 41, 0.3);
    position: absolute;
    left: 0;
    top: 0;
}
#top .proceso > div:after {
    content: '';
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    left: 27.25rem;
    top: 29.25rem;
    transform: translate(-50%, -100%);
}
#top .proceso1 > div:after {
    width: 23rem;
    height: 20.5rem;
    background-image: url(../../images/iconos/flujo-icon-diseno.svg);
    top: 30rem;
}
#top .proceso2 > div:after {
    width: 26.5rem;
    height: 25rem;
    background-image: url(../../images/iconos/flujo-icon-malla.svg);
    top: 32.25rem;
}
#top .proceso3 > div:after {
    width: 18.5rem;
    height: 21.5rem;
    background-image: url(../../images/iconos/flujo-icon-preparacion.svg);    
}
#top .proceso4 > div:after {
    width: 26.25rem;
    height: 19.5rem;
    background-image: url(../../images/iconos/flujo-icon-impresion.svg);
}
#top .proceso picture img {    
    width: 83.25rem;
}
#top #top2 {
    width: 172.25rem; 
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
#top #top2 .text-listado {
    padding-left: 31.25rem;
    margin-bottom: 10rem;
    position: relative;
}
#top #top2 .text-listado:before {
    width: 31.25rem;
    /*padding-right: 4.75rem;*/
    color: white;
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-size: 6rem;
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: -1rem;
    left: -5.5rem;
}
#top #top2 .text-listado:first-of-type:before {
    content: '01';
    color: #30f529;
}
/*#top #top2 .text-listado:first-of-type {
    margin-bottom: 5rem;
}*/
#top #top2 .text-listado:first-of-type .btn {
    margin-top: 3rem;
}
#top #top2 .text-listado:nth-of-type(2):before {
    content: '02';
}
#top #top2 .text-listado:nth-of-type(3):before {
    content: '03';
}
#top #top2 .text-listado:nth-of-type(4):before {
    content: '04';
}
#top #top2 .text-listado:nth-of-type(5):before {
    content: '05';
}
#top #top2 .text-listado:nth-of-type(6):before {
    content: '06';
}
#top #top2 .text-listado:last-of-type:before {
    content: '07';
}
#top #top2 .text-listado .listado-tit{
    margin-bottom: 2.5rem;
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    display: block;
}

@media (max-width: 1399px) {
    #top .flex {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}
@media (max-width: 1099px) {
    #top .flex {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}
@media (min-width: 992px) {
    #top .proceso-xs {
        display: none;
    }
}
@media (max-width: 991px) {
    #top #top2 {
        width: 100%;
    }
    #top .flex {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #top #top1 .proceso {
        -webkit-justify-content: center;
        justify-content: center;
    }
    #top #top1 .proceso > div {
        width: 80rem;
    }
    #top .proceso-lg {
        display: none;
    }
    #top #top2 {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #top #top2 .proceso1{
        -webkit-order: 1;
        order: 1;
    }
    #top #top2 #section-listado1 {
        -webkit-order: 2;
        order: 2;
    }  
    #top #top2 #section-listado2 {
        -webkit-order: 3;
        order: 3;
    }
    
    #top #top2 .proceso2{
        -webkit-order: 4;
        order: 4;
    }    
    #top #top2 #section-listado3 {
        -webkit-order: 5;
        order: 5;
    }
    
    
    #top #top2 .proceso3{
        -webkit-order: 6;
        order: 6;
    }
    #top #top2 #section-listado4 {
        -webkit-order: 7;
        order: 7;
    }
    #top #top2 #section-listado5 {
        -webkit-order: 8;
        order: 8;
    }
    
    #top #top2 .proceso4{
        -webkit-order: 9;
        order: 9;
    }
    #top #top2 #section-listado6 {
        -webkit-order: 10;
        order: 10;
    }
    #top #top2 #section-listado7 {
        -webkit-order: 11;
        order: 11;
    }
    
    #top #top2 .proceso {
        -webkit-justify-content: center;
        justify-content: center;
    }
    #top .proceso > div {
        width: 55rem;
    }
    
    #top #top2 .text-listado {
        padding-left: 18.5rem;
        margin-top: 5rem;
    }
    #top #top2 .text-listado:before {
        width: 17.25rem;
    }
        
    
}
@media (max-width: 459px) {
    #top .proceso {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }
    #top .proceso > div:before {
        left: calc(50% - 14.25rem);
    }
    #top .proceso picture {
        margin-top: 5rem;
    }
}