#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 .section-cont {
    max-width: 140rem;
}
#top .section-img picture {    
    margin-left: auto;
    position: relative;
}
#top .section-img picture:before {
    content: '';
    width: 93.75rem;
    height: 84.75rem;
    border: 2.5rem solid #30f529;
    position: absolute;
    z-index: -1;
    bottom: -12.5rem;
    left: -12.5rem;
}
#top .section-img picture img {
    width: 128.5rem;
}
#top .section-img .txt-corp {
    width: 93.75rem;
    margin-top: 16.25rem;
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.6;
    transform: translateX(-12.5rem);
}
#top .section-subAbs {
    top: 69rem;
    left: 0;
}
#top h3 {
    margin-top: 16.75rem;
}

#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;
}

#middle .section-cont {
    max-width: 173.5rem;    
}
#middle .section-cont > div {
    padding: 7.5rem 17.5rem;
}
#middle .section-cont > div:first-of-type {
    padding: 5rem 15rem;
    border: 2.5rem solid #333333;
}
#middle .section-cont > div:last-of-type {
    padding-bottom: 15rem;
    position: relative;
}
#middle .section-cont ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}
#middle .section-cont ul li {
    padding-left: 4.5rem;
    margin-bottom: 2.5rem;
    position: relative;
}
#middle .section-cont ul li:before {
    content: '';
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    left: 0;
    top: 1.5rem;
}
#middle .section-cont > div:first-of-type ul {
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-weight: 300;
}
#middle .section-cont > div:last-of-type ul {
    margin-top: 3rem;
    margin-left: 15rem;
    font-weight: bold;
    letter-spacing: 0.125rem;
}
#middle .section-cont > div:last-of-type h3{
    margin-bottom: 3rem;
    font-size: 3.5rem;
    font-weight: 500;
}
#middle .section-img {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: right;
    position: relative;
}

#middle .section-img picture {
    margin-bottom: 6.75rem;  
}
#middle .section-img picture img {
    width: 111.75rem;
}

@media (max-width: 991px) {
    #top .flex {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-align-items: center;
        align-items: center;
    }
    #top .section-cont {
        max-width: 100%;
        margin-top: 10rem;
    }
    #top .section-img picture img {
        max-width: 100%;
        padding-left: 12.5rem;
    }
    #top .section-img picture:before {
        left: 0;
    }
    #top .section-img .txt-corp {
        margin-left: 12.5rem;
    }
    #middle .flex {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-align-items: center;
        align-items: center;
    }
    #middle .section-cont {
        max-width: 100%;
        margin-top: 10rem;
    }
    
}
@media (min-width: 768px) {
    #middle .section-img:after {
        content: '';
        width: 100vw;
        height: 135rem;       
        background-image: url(../../images/layout/rayado-gris.png);
        background-position: right top;
        position: absolute;    
        top: 0;
        right: 104rem;
        z-index: -1;
    }
    #middle .section-cont > div:last-of-type:after{
        content: '';
        width: 100vw;
        height: 100%;       
        background-image: url(../../images/layout/rayado-verde.png);
        background-position: right top;
        position: absolute;    
        top: 0;
        left: 100%;
        z-index: -1;
    }
}