#top .flex {
    display: -webkit-flex;
    display: flex;
/*    -webkit-justify-content: space-between;
    justify-content: space-between;*/
}
#top .section-cont {
    max-width: 140rem;
}
#top .section-cont .text-dest {
    margin-top: 5.5rem;    
    margin-bottom: 8rem;
}
#top .section-cont .text-dest2 {
    width: 169.5rem;
    padding: 3.5rem 10.5rem;
    border: 2.5rem solid #333333;    
}
#top .section-cont .text-dest2 p,
#top .section-cont .text-dest2 ul li .text-dest {
    font-family: 'titling-gothic-fb-wide', sans-serif;
}
#top .section-cont .text-dest2 ul{
    padding-left: 9rem;
    margin-left: 0;
    list-style-type: none;
}

#top .section-cont .text-dest2 ul li {
    padding-left: 6.25rem;
    margin-bottom: 4rem;
    position: relative;
}
#top .section-cont .text-dest2 ul li:before {
    content: '';
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    left: 0;
    top: 1rem;
}
#top .section-cont .text-dest2 ul li .text-dest {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    display: block;
}

#top .section-img {
    padding-top: 12.25rem;
    padding-left: 22rem;
}
#top .section-img picture {    
    margin-left: auto;
    position: relative;
}
#top .section-img picture:before {
    content: '';
    width: 83.25rem;
    height: 79rem;
    border: 2.5rem solid #30f529;
    position: absolute;
    z-index: -1;
    bottom: -12.5rem;
    left: 40.25rem;
}
#top .section-img picture:after {
    content: '';
    width: 100vw;
    height: 87.25rem;
    background-image: url(../../images/layout/rayado-verde.png);
    background-position: left top;
    position: absolute;
    z-index: -1;
    top: 18.25rem;
    left: 98.5rem;
}
#top .section-img picture img {
    width: 88.75rem;
}
#top .section-img .txt-corp {
    width: 83.25rem;
    margin-top: 16.25rem;
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.375rem;
    transform: translateX(40rem);
    text-transform: uppercase;
}

#middle {
    padding-top: 11.5rem;
}
#middle .section-subAbs {
    position: static;
}
#middle .tabla .tr {    
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
#middle .tabla .tr + .tr {
    border-top: 0.25rem solid white;    
}
#middle .tabla .tr + .tr > * {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
}
#middle .tabla .tr:last-of-type {
    border-bottom: 0.25rem solid white;
}
#middle .tabla .tr .td,
#middle .tabla .tr:first-of-type .th {
    width: 40.75rem;
}
#middle .tabla .tr:first-of-type .th {
    padding: 3rem;
    border-top: 0.25rem solid white;
    border-left: 0.25rem solid white;
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-weight: 500;
    text-align: center;
}
#middle .tabla .tr:first-of-type .th:last-of-type {
    border-right: 0.25rem solid white;
}
#middle .tabla .tr + .tr .th {
    padding-left: 25rem;
    font-weight: 300;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}
#middle .tabla .tr + .tr .th img {
    width: 13.25rem;
    position: absolute;
    left: 4.5rem;
    top: 50%;
    transform: translate(0,-50%);
}
#middle .tabla .tr + .tr .th h3 {
    margin-bottom: 1.5rem;
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-size: 3.5rem;
    font-weight: 500;
}
#middle .tabla .tr + .tr .th p {
    margin-bottom: 0;
}

#middle .tabla .tr .td {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    font-weight: 500;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

#middle .tabla-fdm .fdm,
#middle .tabla-sla .sla,
#middle .tabla-sls .sls,
#middle .tabla-polyjet .polyjet,
#middle .tabla-mjf .mjf,
#middle .tabla-metal .metal{
    background-color: rgba(255, 255, 255, 0.2);
}
#middle .tabla-fdm .tr:first-of-type .fdm,
#middle .tabla-sla .tr:first-of-type .sla,
#middle .tabla-sls .tr:first-of-type .sls,
#middle .tabla-polyjet .tr:first-of-type .polyjet,
#middle .tabla-mjf .tr:first-of-type .mjf,
#middle .tabla-metal .tr:first-of-type .metal{
   background-color: white;
   color: black;
}

#middle .div-btn {
    padding-top: 6rem;
    padding-bottom: 9.25rem;
    text-align: right;
    position: relative;
}
#middle .div-btn:before {
    content: '';
    width: 100vw;
    height: 3.25rem;
    background-image: url(../../images/layout/rayado-verde.png);
    background-position: left top;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);    
}

#middle .middle-xs .tecnologia {
    display: none;
}
#middle .middle-xs .pregunta a p{
    display: none;
}
#middle .middle-xs .pregunta-act .respuesta h3{
    display: none;
}

#middle .middle-xs .pregunta > a,
#middle .middle-xs .pregunta > div{
    padding-left: 12.5rem;
}
/*#middle .middle-xs .tecnologia {
    border-top: 0.25rem solid #333333;
    display: none;
}
#middle .middle-xs .tecnologia-act {
    display: block;
}*/
#middle .middle-xs .pregunta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.25rem solid #333333;
    position: relative;
}
#middle .middle-xs .pregunta > a {
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
#middle .middle-xs .pregunta > a:before{
    content: '';
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
#middle .middle-xs .pregunta > a:before,
#middle .middle-xs .pregunta > a:active:before{
    background-image: url('../../images/iconos/scrollRound-down.svg');
}
.desktop #middle .middle-xs .pregunta > a:hover:before,
#middle .middle-xs .pregunta > a:focus:before{
    background-image: url('../../images/iconos/scrollRound-down-corp.svg');
}
#middle .middle-xs .tecnologia-act .pregunta-act > a,
#middle .middle-xs .tecnologia-act .pregunta-act > a:active{
    color: white;
}
#middle .middle-xs .tecnologia-act > a:before,
#middle .middle-xs .tecnologia-act .pregunta-act > a:active:before,
#middle .middle-xs .tecnologia .pregunta-act > a:hover:before,
#middle .middle-xs .tecnologia .pregunta-act > a:focus:before {
    background-image: url('../../images/iconos/scrollRound-up-corp.svg');
}

#middle .middle-xs .pregunta > div {
    margin-top: 2.5rem;
    font-weight: 300;
    display: none;
}

#bottom {
    margin-top: 10rem;
}
#bottom .flex {
    padding-top: 4.5rem;
    padding-bottom: 7.25rem;
    margin-left: -3.75rem;
    margin-right: -3.75rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#bottom .flex > div {
    width: 33.333333%;
    /*padding-left: 3.75rem;*/
    padding-left: 33.75rem;
    padding-right: 3.75rem;
    font-weight: 300;
    position: relative;
}
#bottom .flex > div:before {
    color: rgba(51, 51, 51, 0.3);
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-size: 25rem;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    left: 3.75rem;
    top: 16rem;
    z-index: -1;
}
#bottom .flex > div:first-of-type:before {
    content: '01';
}
#bottom .flex > div:nth-of-type(2):before {
    content: '02';
}
#bottom .flex > div:last-of-type:before {
    content: '03';
}
#bottom .flex > div h2 {
    margin-top: 2.5rem;
    margin-bottom: 4.5rem;
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-size: 3rem;
    font-weight: 500;    
}
#bottom .flex > div:first-of-type img {
    width: 14.75rem;
}
#bottom .flex > div:nth-of-type(2) img {
    width: 10.25rem;
}
#bottom .flex > div:last-of-type img {
    width: 11.5rem;
}

#bottom .text-dest2 {
    margin-left: 33.75rem;
    width: 169.5rem;
    border: 2.5rem solid #333333;
    padding: 7.5rem 14rem;
    font-weight: 300;
    position: relative;
}
#bottom .text-dest2:before {
    content: '';
    width: 100vw;
    height: calc(100% + 5rem);
    background-image: url(../../images/layout/rayado-gris.png);
    background-position: left top;
    position: absolute;
    left: 100%;
    top: -2.5rem;
    opacity: 0.4;
}
#bottom .text-dest2 .txt-corp {
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.375rem;
    text-transform: uppercase;
}
#bottom .text-dest2 p {
    margin-bottom: 5rem;
}


@media (max-width: 1299px) {
    #bottom .flex > div h2 {
        font-size: 3.5rem;
    }
}
@media (min-width: 992px) {
    .middle-xs {
        display: none;
    }
}
@media (max-width: 991px) {
    #top .flex {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #top .section-img {
        margin-bottom: 5rem;
    }
    #top .section-img picture {
        margin-right: auto;
        text-align: center;
    }
    #top .section-img picture:before {
        left: 50%;
        transform: translate(-50%,0);
    }
    #top .section-img .txt-corp {
        transform: translateX(93rem);
    }
    #top .section-cont {
        max-width: 100%;
    }
    #top .section-cont .text-dest2 {
        width: 100%;
    }
    .middle-lg {
        display: none;
    }
    #bottom .flex > div h2 {
        font-size: 4rem;
    }
}
@media (max-width: 767px) {
    #top .section-img .txt-corp {
        display: none;
    }
    #top .section-img {
        margin-bottom: 30rem;
    }
    #bottom .flex {
        flex-direction: -webkit-column;
        flex-direction: column;
    }
    #bottom .flex > div {
        width: 100%;
        padding-left: 3.75rem;
    }
    #bottom .flex > div + div {
        margin-top: 5rem;
    }
    #bottom .flex > div:before {
        top: 0;
        left: auto;
        right: 3.75rem;
        line-height: 0.8;
    }
    #bottom .text-dest2 {
        width: 100%;
        margin-lefT: 0;
    }
}