.section-top {
    background-image: url('../../images/estaticasFront/nosotros-top.jpg');
}
section .row {
    margin-bottom: 45px;
}
section .row > div {
    padding-bottom: 60px;
    position: relative;
}
section .row > div > div {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
section .row img {
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
section .row ul {
    text-align: justify;
}
section h2 {
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}
section h3 {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}
section h4 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
section .text-justify {
    padding-top: 45px;
}
section .text-justify img {
    margin-right: 15px;
}
section .recuadro {
    padding: 15px 15px 5px;
    background-color: #f8f8f8;
    text-align: center;
}

@media (min-width: 1200px) {
    .duaSlider {
        height: 600px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .duaSlider {
        height: 490px;
    }
}
@media (min-width: 992px) {
    section .row img {
        width: 200px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .duaSlider {
        height: 360px;
    }
}
@media (min-width: 768px) {
    section .row {
        display: -webkit-flex;
        display: flex;
    }
    section .text-justify {
        border-top: 1px solid #ddd;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
@media (max-width: 767px) {
    .duaSlider {
        height: 280px;
    }
    section {
        width: 450px;
        max-width: 100%;
    }
    section .row > div + div {
        margin-top: 30px;
    }
}