.section-top {
    padding-left: 0;
}
#top .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#top #top1 h1,
#top #top1 h2 {
    padding-left: 28.75rem;
}
#top #top1 .section-subAbs {
    top: -3.75rem;
    left: 143.75rem;
}
#top #top1 picture img {
    width: 156.75rem;
}
#top #top1 #caracteristicas {
    margin-top: 12.5rem;
    -webkit-display: flex;
    display: flex;    
}
#top #top1 #caracteristicas .caracteristica {
    width: 33.333333%;
    position: relative;
}
#top #top1 #caracteristicas .caracteristica span {    
    width: 28.5rem;
    height: 28.5rem;
    padding: 1.5rem;
    border: 1.25rem solid rgba(51, 51, 51, 0.3);
    font-weight: bold;
    text-transform: uppercase;    
    display: block;
}
#top #top1 #caracteristicas .caracteristica:after {
    content: '';    
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    left: 28.5rem;
    transform: translate(-50%, 0);
}
#top #top1 #caracteristicas #caracteristica1:after {
    width: 14.75rem;
    height: 19.25rem;
    background-image: url('../../images/iconos/diseno-icon-caracteristica1.svg');
    bottom: -6.5rem;
}
#top #top1 #caracteristicas #caracteristica2:after {
    width: 11.5rem;
    height: 20.5rem;
    background-image: url('../../images/iconos/diseno-icon-caracteristica2.svg');
    bottom: -6rem;
}
#top #top1 #caracteristicas #caracteristica3:after {
    width: 22rem;
    height: 18.5rem;
    background-image: url('../../images/iconos/diseno-icon-caracteristica3.svg');
    bottom: -5rem;
}

#top #top2 {
    width: 147.25rem;
    padding: 6.5rem 15.25rem;
    margin-top: 20.25rem;
    border: 2.5rem solid #30f529;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;    
}
#top #top2 ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}
#top #top2 ul li {
    margin-bottom: 9rem;
}
#top #top2 ul li:last-of-type {
    margin-bottom: 0;
}
#top #top2 ul li .ul-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;
}
#top #top2 ul li .ul-tit span{
    padding-right: 2.25rem;
    color: white;
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-size: 6rem;
    font-weight: bold;
}

#middle .flex {
    margin-top: 12.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
}

@media (max-width: 991px) {
    #top .flex {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #top #top1 picture img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #top #top1 #caracteristicas {
        -webkit-justify-content: center;
        justify-content: center;
    }
    #top #top1 #caracteristicas .caracteristica {
        width: auto;
        /*text-align: center;*/
    }
    #top #top1 #caracteristicas .caracteristica + .caracteristica {
        margin-left: 20rem;
    }
    #top #top1 #caracteristicas .caracteristica span {
        display: inline-block;
    }
    #top #top2 {
        width: 100%; 
    }
}
@media (max-width: 767px) {
    #top #top1 #caracteristicas {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }
    #top #top1 #caracteristicas .caracteristica + .caracteristica {
        margin-top: 10rem;
        margin-left: 0;
    }
}