/* 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;
    padding-bottom: 60px;
}
#section-top img {
    width: 240px;
    margin-top: -30px;
    margin-bottom: 30px;
}

#section-bottom{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #e9e9e9;
    font-size: 13px;
}
#section-bottom h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
#section-bottom img{
    margin-top: 25px;
}
#section-bottom #captcha{
    margin-top: 0;
}
@media(max-width: 991px){
    #section-bottom .row > div + div{
        margin-top: 30px;
    }
}