section {
    padding-bottom: 60px;
}
section .img-portada {
    width: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center center;
    object-position: center center;
}

#section-top {
    padding-top: 30px;
}