section {
    padding-top: 23.5rem;
    padding-bottom: 20rem;
}
section .section-sub {
    margin-bottom: 13rem;
}
section .blq-categoria + .blq-categoria {
    margin-top: 8.75rem;
}
section .maquinaria-categoria {
    height: 7rem;
    margin-bottom: 10rem;
    background-color: #ffde86;
    color: #0a3b61;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.0;
    text-align: center;  
}
section .maquinaria-categoria span {
    height: 100%;
    padding: 0 7.54rem;
    background-color: white;
    display: inline-block;
}
section .maquinaria-flex {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-cotnent: flex-start;
    justify-cotnent: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
section .maquinaria-flex .post {
    width: 33.333333%;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    margin-bottom: 10rem;
}
section .maquinaria-flex .post .post-tit {
    color: #0a3b61;
    font-size: 3.75rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
section .maquinaria-flex .post .post-alt {
    width: 100%;
    height: 14.5rem;
    padding: 1.75rem 12.5rem;
    margin-bottom: 0;
    background-color: rgba(58, 58, 58, 0.6);
    color: white;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
section .maquinaria-flex .post .embed-responsive-16by9 {
    padding-bottom: 75%;
}

/* SLIDER */
section .duaSlider {
    position: relative;
    overflow: hidden;
}
section .duaSlider .duaSlider-slides > * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section .duaSlider .duaSlider-slides > * + * {
    display: none;
}
section .duaSlider1 .duaSlider-slides > * + * {
    left: 100%;
    display: block;
}
section .duaSlider .duaSlider-prev,
section .duaSlider .duaSlider-next,
section .duaSlider .duaSlider-pager .duaSlider-page {
    cursor: pointer;
}

/* SLIDER-CUSTOM */
section .duaSlider {
    height: 0;
    padding-bottom: 75%;
    border-bottom: 1rem solid #ffc60b;
}
section .duaSlider .duaSlider-prev,
section .duaSlider .duaSlider-next {
    width: 6.75rem;
    height: 7rem;    
    position: absolute;
    bottom: 4rem;
    /*transform: translate(0, -50%);*/
}
section .duaSlider .duaSlider-prev {
    left: 0;
}
section .duaSlider .duaSlider-next {
    right: 0;
}
section .duaSlider .duaSlider-prev:after,
section .duaSlider .duaSlider-next:after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
section .duaSlider .duaSlider-prev:after {
    background-image: url('../../../../images/iconos/prev-black.svg');
}
section .duaSlider .duaSlider-next:after {
    background-image: url('../../../../images/iconos/next-black.svg');
}

@media (min-width: 768px) and (max-width: 991px) {
    section .maquinaria-flex .post .post-tit {
        min-height: 8rem;
    }
    section .maquinaria-flex .post .post-alt {
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    section {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    section .section-sub {
        margin-bottom: 10rem;
    }
    section .maquinaria-categoria {
        height: auto;
        padding-bottom: 3rem;
        background-color: transparent;
        font-size: 5rem;
        position: relative;
    }
    section .maquinaria-flex .post {
        width: 50%;
    }
    section .maquinaria-categoria span {
        width: 100%;
        height: auto;
        padding-left: 3rem;
        padding-right: 3rem;
    }    
    section .maquinaria-categoria:before {
        content: '';
        width: 100%;
        height: 2.5rem;
        background-color: #ffde86;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    section .maquinaria-flex .post .post-tit {
        min-height: 8rem;
    }
    section .maquinaria-flex .post .post-alt {
        font-size: 3rem;
    }
}
@media (max-width: 499px) {
    section .maquinaria-flex .post {
        width: 100%;
    }
    section .maquinaria-flex .post .post-alt {
        font-size: 3.5rem;
    }
}