section #section-top{
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}
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: 30px;
    color: #36688a;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

section .carousel-track{
    display: none;
}
section .carousel-btn{
    background-color: transparent!important;
}
section .duaCarouselH .carousel-btn{
    color: #bbb;
}
section .duaCarouselH .carousel-btn-on .carousel-btn{
    color: #36688a!important;
}
section .duaCarouselH .carousel-btn-on .carousel-btn:hover{
    color: #666666!important;
}

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