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;
}