body {
    padding-top: 56px;
}

.bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.parallax {
    /* The image used */
    background-image: url("../img/fintech.jpg");
    /* Set a specific height */
    min-height: 450px;
    /* Full height */
    /* height: 100%; */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}

.r-bg-sobre {
    background-image: url("../img/oculos.jpg");
}

.r-bg-contato {
    background-image: url("../img/handshake.jpg");
}

.r-primary-color {
    background-color: #32404e;
    border-color: #32404e;
}

.r-icon-color {
    color: #32404e;
}

.r-btn-color {
    background-color: #32404e;
    border-color: #32404e;
    color: #fff;
}

.r-color-green {
    color: #28a745;
}
