section .img-portada {
    width: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center center;
    object-position: center center;
}
section .section-tit{
    padding-top: 30px;
}
section .section-tit .hrCorp {
    margin-bottom: 15px;
}
#section-top{
    padding-bottom: 50px;
    text-align: center;
}
#section-top .descarga {
    padding: 20px;
    margin-top: 30px;
    background-color: #ddd;
}
#section-top .descarga .descarga-img {
    height: 0;
    padding-bottom: 133.33333%;
    margin-bottom: 10px;
    background-color: #eee;
    position: relative;
}
#section-top .descarga .descarga-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
#section-top .descarga h2 {
    font-size: 20px;
}