section {
    padding-bottom: 70px;
}
section #section-top {
    min-height: 300px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: white;
    background-image: url('../../images/estaticas/descargas/fondo.jpg');
    background-size: cover;
    background-position: center center;
}
section #section-top h1 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 300;
    text-transform: uppercase;
}

section .descargas {
    margin-top: 30px;
    margin-bottom: 30px;
}
section .descargas .descarga-tit {
    padding: 7.5px 15px;
    background: #993734;
    background: -webkit-linear-gradient(left, #993734 , black);
    background: -o-linear-gradient(right, #993734 , black);
    background: -moz-linear-gradient(right, #993734 , black);
    background: linear-gradient(to right, #993734 , black);
    color: white;
}
section .descargas .descarga-tit .container920 {
    padding-left: 0;
    padding-right: 0;
}
section .descargas .descarga-tit .container920 > h2 { 
    margin-bottom: 0;
    font-size: 26px;
}
section .descargas .descarga-cont {
    font-size: 12px;
    text-transform: uppercase;
}
section .descargas .descarga-cont h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
}
section .descargas .descarga-cont .fa, section .descargas .descarga-cont .descarga-txt {
    display: inline-block;
}
section .descargas .descarga-cont .fa {
    width: 50px;
    font-size: 60px;
}
section .descargas .descarga-cont .descarga-txt {
    width: calc(100% - 70px);
    margin-left: 15px;
}
section .descargas .descarga-cont .row > div {
    padding: 15px;
}

@media (min-width: 992px) {
    section .descargas .descarga-cont {
        border-bottom: 1px solid #2d2d2d;
    }
    section .descargas .descarga-cont .row > div {
        border-left: 1px solid #2d2d2d;
    }
    section .descargas .col-4-min {
        width: 30%;
    }
    section .descargas .col-4-max {
        width: 40%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    section .descargas .descarga-cont:last-of-type {
        border-bottom: 1px solid #2d2d2d;
    }
    section .descargas .descarga-cont .row > div:nth-of-type(odd) {
        border-right: 1px solid #2d2d2d;
    }
}
@media (min-width: 768px) {
    section #section-top h1 {
        font-size: 48px;
    }
    section .descargas .descarga-cont .row > div {
        height: 100px;
    }
    section .descargas .descarga-cont .fa, section .descargas .descarga-cont .descarga-txt {
        vertical-align: bottom;
    }
}
@media (max-width: 767px) {
    section #section-top h1 {
        font-size: 36px;
    }
    section .descargas .descarga-cont .fa, section .descargas .descarga-cont .descarga-txt {
        vertical-align: top;
    }
}
