section .container{    
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}
section .container p{
    margin-bottom: 20px;
}
section .container .titulos-seccion{
    margin-top: 50px;
    margin-bottom: 40px;
    color: #36688a;
    font-size: 32px;
    font-weight: 300;
}
section .container h2{
    margin-top: 40px;
    margin-bottom: 20px;
    color: #36688a;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
#legal h2:first-of-type{
    margin-top: 0;
}

#logo-regueiro{
    padding-top: 40px;
}
ul{
    padding-left: 20px;
}
ul li{
    margin-bottom: 10px;
}
section .container p{
    margin-bottom: 20px;
}

section #section-top{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
}
section #section-top .titulos-seccion{
    margin-top: 50px;
    margin-bottom: 40px;
    color: #36688a;
    font-size: 32px;
    font-weight: 300;
}

section #section-bottom #logo-regueiro{
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
}
section #section-bottom .titulos-seccion{
    margin-top: 50px;
    margin-bottom: 40px;
    color: #36688a;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

@media(max-width: 991px){
    #section-bottom .row{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #section-bottom .row > div > div{
        width: 600px;
        max-width: 100%;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
}