/*
  Font Source Sans Pro
*/
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/source-sans-pro/source-sans-pro-regular.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/source-sans-pro/source-sans-pro-semi-bold.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/source-sans-pro/source-sans-pro-bold.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
  Font Oakes Grotesk
*/
@font-face {
    font-family: 'Oakes Grotesk';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/oakes-grotesk/oakes-grotesk-light.woff2') format('woff2');
}

@font-face {
    font-family: 'Oakes Grotesk';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/oakes-grotesk/oakes-grotesk-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Oakes Grotesk';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/oakes-grotesk/oakes-grotesk-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Oakes Grotesk';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/oakes-grotesk/oakes-grotesk-semi-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Oakes Grotesk';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/oakes-grotesk/oakes-grotesk-bold.woff2') format('woff2');
}

@keyframes kf-floating {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/*
  Custom Bootstrap
 */
body {
    font-family: 'Oakes Grotesk';
    background-color: #202e42;
}

    body > main {
        width: 100%;
        position: relative;
        margin: 100px auto 0 auto;
        overflow: hidden;
    }

    body > footer {
        width: 100%;
        background-color: #f7f8fb;
        color: #576265;
        font-family: "Source Sans Pro";
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto;
    }

        body > footer .row {
            min-height: 100px;
        }


/*
  Backgrounds
 */
.bg-dark {
    background-color: #202e42 !important;
}

.bg-white {
    background-color: white !important;
}

.bg-gelo {
    background-color: #f7f8fb;
}

.bg-purple-blue {
    background: linear-gradient(135deg, #8762f9 0%, #2550ee 100%);
}

.bg-cover {
    background-image: url('../images/bg-pattern.png');
    background-repeat: repeat;
    background-size: 800px 800px;
    padding-bottom: 290px;
}

.bg-cover-overlay {
    position: absolute;
    top: 30px;
    right: 0px;
    width: auto;
    height: 725px;
    background-image: url('../images/overlay-logo-bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    padding-top: 10px;
}

.bg-platform {
    background-image: url('../images/bg-section1-top.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 1px;
    margin-top: -375px;
    padding-top: 515px;
    padding-bottom: 375px;
    margin-left: -1px;
}

.bg-product {
    background-image: url('../images/bg-section1-bottom.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 1px;
    margin-top: -375px;
    padding-top: 280px;
    padding-bottom: 375px;
    margin-left: -1px;
    position: relative;
}

    .bg-product figure {
        position: absolute;
        right: 0px;
        bottom: 280px;
    }
    .bg-product figure img{
        width: 52vw;
    }

.bg-contact {
    background-image: url('../images/bg-contactform.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -375px;
    padding-top: 200px;
    padding-bottom: 120px;
}

/*
  Boxes
*/
.media-box {
    border-radius: 12px;
    box-shadow: 0 2.67px 48.16px 0 rgba(80, 88, 243, 0.09), 0 5.33px 55.33px 0 rgba(80, 88, 243, 0.1), 0 8px 60px 0 rgba(80, 88, 243, 0.05);
    padding: 48px;
    margin: auto;
    color: #fff;
}

    .media-box .title {
        color: #ffffff;
        font-family: 'Oakes Grotesk';
        font-size: 30px;
        font-weight: 600;
        letter-spacing: -0.83px;
        line-height: 37px;
    }

    .media-box .text {
        color: #dddfe7;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        line-height: 24px;
    }

/*
  Seções
*/
.cover-title {
    color: #ffffff;
    font-family: 'Oakes Grotesk';
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 58px;
}

.cover-subtitle {
    color: #bfc4ce;
    font-family: 'Source Sans Pro';
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.67px;
    line-height: 32px;
}

.section-title {
    color: #bfc4ce;
    font-family: 'Oakes Grotesk';
    font-size: 12px;
    letter-spacing: 6px;
    line-height: 14px;
}

.section-subtitle {
    font-family: 'Oakes Grotesk';
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.75px;
    line-height: 48px;
}

.section-subtitle-dark {
    color: #202e42;
}

.section-subtitle-ligth {
    color: #ffffff;
}

.section-text {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    line-height: 24px;
}

.section-text-dark {
    color: #576265;
}

.section-text-ligth {
    color: #dddfe7;
}

.contact-title {
    color: #FFFFFF;
    font-family: "Oakes Grotesk";
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.75px;
    line-height: 48px;
}

/*
 Utils
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #ffffff;
    font-weight: 300 !important;
    font-family: 'Oakes Grotesk';
}

    h1 strong,
    h2 strong,
    h3 strong,
    h4 strong,
    h5 strong,
    h6 strong,
    .h1 strong,
    .h2 strong,
    .h3 strong,
    .h4 strong,
    .h5 strong,
    .h6 strong {
        font-weight: 600;
    }

.lead {
    color: #202e42;
    font-family: 'Oakes Grotesk';
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -0.75px;
    line-height: 48px;
    text-align: center;
    margin-top: 196px;
    margin-bottom: 96px;
}

.nav-link.active,
.highlight {
    background-repeat: no-repeat;
    background-size: 100% 6px;
    background-position-y: 78%;
}
    .nav-link.active,
    .highlight.blue {
        background-image: url("../images/highlight-blue.png");
    }
    .highlight.red {
        background-image: url("../images/highlight-red.png");
    }

.nav-link.active {
    background-size: 90% 3px;
    background-position-y: 62%;
    background-position-x: center;
}

small,
.small {
    font-size: 70%;
}

/*
  Texts
*/
.text-dark {
    color: #202e42 !important;
}

.text-muted {
    color: #BFC4CE !important;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
}

.divider {
    height: 0;
    margin: 0.625rem 0;
    overflow: hidden;
    border-top: 2px solid #e9ecef;
}

.pointer {
    cursor: pointer;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}


.animation-floating {
    animation: kf-floating 1.8s ease infinite;
}


.mt-100px,
.mt-167px,
.mt-225px {
    margin-top: 0;
}

.contact-us {
    height: auto;
    padding-top: 100px;
    color: #576265;
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 24px;
}


/*
  navbar
*/
.navbar {
    min-height: 100px;
    border-bottom: 1px solid rgba(112, 155, 231, 0.05); /* hex #709BE7 */
}

/*
  card
*/
.bg1 {
    height: 542.85px;
    width: 384.3px;
    box-shadow: 0 8px 38.53px 0 rgba(2, 8, 22, 0.07), 0 16px 44.26px 0 rgba(2, 8, 22, 0.08), 0 24px 48px 0 rgba(2, 8, 22, 0.04);
}

.bg2 {
    box-shadow: 20px 20px 40px 0 rgba(2, 8, 22, 0.1);
}

.bg3 {
    box-shadow: 0 5.33px 25.69px 0 rgba(2, 8, 22, 0.05), 0 10.67px 29.51px 0 rgba(2, 8, 22, 0.06), 0 16px 32px 0 rgba(2, 8, 22, 0.03);
}

.card {
    border: none;
    border-radius: 12px;
    box-shadow: 20px 20px 40px 0 rgba(2, 8, 22, 0.1);
    background-color: #ffffff;
    padding: 25px;
}

.card-title {
    height: 38px;
    width: 333.9px;
    color: #202e42;
    font-family: 'Oakes Grotesk';
    font-size: 31.5px;
    font-weight: 600;
    letter-spacing: -0.87px;
    line-height: 38px;
}

.card-header {
    color: #999999;
    font-family: 'Source Sans Pro';
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 90px;
    border-bottom: 2px solid #f5f5f5;
    background-color: unset;
}

.card-body {
    padding: 25px 0;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    line-height: 24px;
}

.card-text {
    color: #576265;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    line-height: 24px;
}

/*
  Forms
*/
form,
input {
    font-family: 'Source Sans Pro';
    font-weight: 400;
}

    form legend {
        color: #202E42;
        font-family: "Oakes Grotesk";
        font-size: 30px;
        font-weight: 600;
        letter-spacing: -0.83px;
        line-height: 37px;
    }

.form-control {
    color: #808080;
    font-size: 0.75rem;
    line-height: 1.5rem;
    border: 2px solid #f5f5f5;
    border-radius: 4px;
    background-color: #ffffff;
    height: calc(3em + 0.75rem + 2px);
}

    .form-control::placeholder {
        color: #999999;
        font-size: 0.75rem;
    }

    .form-control:focus {
        color: #202e42;
        border-color: #f5f5f5;
        outline: 0;
        box-shadow: none;
    }

.form-control-sm {
    height: 40px;
    width: 160px;
    border: 2px solid #f5f5f5;
    border-radius: 4px;
    background-color: #ffffff;
}

.form-control-lg {
    height: 60px;
    width: 160px;
    border: 2px solid #f5f5f5;
    border-radius: 4px;
    background-color: #ffffff;
}

.form-group label {
    font-family: 'Source Sans Pro';
    font-size: 9px;
    font-weight: 600;
    color: #d8d8d8;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    line-height: 8px;
}

/*
  Forms Outline
*/
.form-group-outline {
    position: relative;
    margin-bottom: 1rem;
}

    .form-group-outline label {
        position: absolute;
        top: 5px;
        left: 24px;
        color: #808080;
        font-family: 'Source Sans Pro';
        font-size: 12px;
        font-weight: 600;
        transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: 0 100%;
        transform: translateY(10px);
        cursor: text;
    }

    .form-group-outline .form-control:focus + label,
    .form-group-outline.active label {
        top: 0;
        font-weight: bold;
        letter-spacing: 0.4px;
        transform: translateY(-14px) scale(0.75);
        background: #fff;
        padding-right: 2px;
        padding-left: 2px;
        left: 22px;
        text-transform: uppercase;
        transition: all 0.3s;
        color: #d8d8d8;
    }

    .form-group-outline .form-control:focus + label {
        color: #2550ee;
    }

    .form-group-outline .form-control:focus,
    .form-group-outline.active .form-control:focus {
        border-color: #2550ee;
    }

    .form-group-outline.active .form-control {
        border-color: #d8d8d8;
    }

    .form-group-outline .form-control[readonly],
    .form-group-outline .form-control[readonly]:focus {
        border: 0px solid transparent;
        background-color: transparent;
    }

        .form-group-outline .form-control[readonly] + label,
        .form-group-outline .form-control[readonly]:focus + label {
            color: #d8d8d8;
        }

.form-striped .form-group {
    padding: 0.6875rem 0;
    margin-right: 0;
    margin-left: 0;
}

    .form-striped .form-group:nth-of-type(2n) {
        background-color: #edf1f2;
    }

.form-striped .col-form-label,
.form-striped .form-control-plaintext {
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.form-striped .col-form-label {
    color: #666666;
}

.form-striped .form-control-plaintext {
    color: #202e42;
}

/*
  Input Group
*/
.input-group input,
.input-group .input-group-prepend .input-group-text,
.input-group .input-group-append .input-group-text {
    border: 2px solid #f5f5f5;
    border-radius: 4px;
}

.input-group input {
    font-size: 0.75rem;
    padding: 1.375rem 0;
}

.input-group .input-group-prepend .input-group-text,
.input-group .input-group-append .input-group-text {
    background-color: #ffffff;
}

    .input-group .input-group-prepend .input-group-text i,
    .input-group .input-group-append .input-group-text i {
        color: #d8d8d8;
    }

.input-group input.has-append-text,
.input-group .input-group-prepend .input-group-text {
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group input,
.input-group .input-group-append .input-group-text {
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .input-group .input-group-prepend .input-group-text.disabled,
    .input-group .input-group-append .input-group-text.disabled {
        background-color: #e9ecef;
    }

/*
  form checkbox
*/
.form-check,
.custom-checkbox {
    padding-left: 2.2rem;
}

.form-check-input,
.custom-control-input {
    margin-top: 0.4rem;
}

.form-check-label,
.custom-control-label {
    color: #666666;
    font-size: 0.75rem;
    padding-top: 0.3125rem;
    padding-left: 0.3125rem;
}

    .custom-control-label::before {
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #f5f5f5;
    }

    .custom-control-label::after {
        width: 1.25rem;
        height: 1.25rem;
        background-size: 50% 50%;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #2550ee;
    background-color: #2550ee;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #e6e6e6;
}

/*
  Form Rounded
*/
.input-rounded .input-group-prepend .input-group-text {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.input-rounded .form-control {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    padding: 1.1875rem 0;
}

/*
  buttons
 */
.btn {
    font-family: 'Oakes Grotesk';
    font-weight: bold;
    font-style: normal;
    text-align: center;
    padding: 17.4px 27px;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    line-height: 1;
    border-radius: 0.2rem;
    text-transform: uppercase;
    border-width: 2px;
    cursor: pointer;
}

    .btn:focus,
    .btn.focus {
        box-shadow: none;
    }

    .btn.disabled,
    .btn:disabled {
        opacity: 1;
    }

.btn-link {
    color: inherit;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    border-color: #2550ee;
    background-color: #2550ee;
    color: #fff !important;
    box-shadow: none;
}

    .btn-secondary,
    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary.focus,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-primary.disabled,
    .btn-primary:disabled {
        border-color: #b3b3b3;
        background-color: #b3b3b3;
        color: #fff !important;
        box-shadow: none;
    }

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled):active {
    border-color: #f44d59;
    background-color: #f44d59;
    color: #fff !important;
    box-shadow: none;
}

.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    border: 0.125rem solid #2550ee;
    background-color: #ffffff;
    color: #2550ee !important;
    box-shadow: none;
}

.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    border: 0.125rem solid #f5f5f5;
    background-color: #ffffff;
    color: #b3b3b3 !important;
    box-shadow: none;
}

    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
    .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
        box-shadow: none;
    }

.btn-outline-danger,
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    border: 0.125rem solid #f44d59;
    background-color: #fff;
    color: #f44d59 !important;
    box-shadow: none;
}

.btn-rounded {
    border-radius: 50%;
    padding: 20px 0px;
}

.btn-pill {
    border-radius: 50rem;
    padding: 15px;
}

.btn-xs {
    padding: 8.9px 16px !important;
    font-size: 0.5625rem !important;
    letter-spacing: 1px;
}

.btn-sm {
    padding: 13.4px 29px !important;
    font-size: 0.625rem !important;
    letter-spacing: 1.25px;
}

.btn-lg {
    padding: 21.4px 32.5px !important;
    font-size: 0.875rem !important;
    letter-spacing: 2px;
}

.btn i {
    font-size: 1.125rem;
    line-height: 0.5;
}

.btn-xs i {
    font-size: 1rem;
}

.btn-sm i {
    font-size: 1rem;
}

.btn-lg i {
    font-size: 1.25rem;
}

.btn-pill-xs {
    padding: 7px;
}

.btn-pill-sm {
    padding: 12px;
}

.btn-pill-lg {
    padding: 20px;
}

.btn-pill-xs i,
.btn-pill-sm i {
    font-size: 0.75rem;
    line-height: 1.1;
}

.btn-pill i,
.btn-pill-lg i {
    font-size: 1rem;
    line-height: 1.1;
}

.btn-scroll-down {
    height: 67px;
    width: 67px;
    background: linear-gradient(225deg, #f44d59 0%, #811e57 100%);
    box-shadow: 20px 20px 60px 0 rgba(0, 0, 0, 0.4);
    border-width: 0px !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .contact-us {
        height: auto;
    }

    .bg-platform {
        margin-top: -335px;
        padding-top: 135px;
    }

    .bg-product,
    .bg-contact {
        padding-top: 120px;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body > main {
        max-width: 768px;
    }

    body > footer {
        max-width: 768px;
    }

    .bg-platform {
        margin-top: -335px;
        padding-top: 290px;
    }

}

/* Medium devices (kindle, 800px and up) */
@media (min-width: 800px) {
    body > main {
        max-width: 800px;
    }

    body > footer {
        max-width: 800px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    body > main {
        max-width: 1024px;
    }

    body > footer {
        max-width: 1024px;
    }

    .bg-platform {
        padding-top: 390px;
    }

    .bg-product figure {
        bottom: 322px;
    }

        .bg-product figure img {
            width: 60vw;
        }

    .contact-us {
        height: 300px;
    }

    .mt-167px {
        margin-top: -140px;
    }

    .mt-225px {
        margin-top: -120px;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body > main {
        max-width: 1280px;
    }

    body > footer {
        max-width: 1280px;
    }

    .bg-platform {
        padding-top: 480px;
    }

    .bg-product figure {
        bottom: 280px;
    }

        .bg-product figure img {
            width: 50vw;
        }

    .mt-100px {
        margin-top: -100px;
    }

    .mt-167px {
        margin-top: -167px;
    }

    .mt-225px {
        margin-top: -225px
    }
}

@media (min-width: 1350px) {
    body > main {
        max-width: 1350px;
    }

    body > footer {
        max-width: 1350px;
    }

    .bg-platform {
        margin-top: -375px;
        padding-top: 515px;
    }

    .bg-product figure img {
        height: 85vh;
    }
}

@media (min-width: 1440px) {
    body > main {
        max-width: 1440px;
    }

    body > footer {
        max-width: 1440px;
    }

    .bg-product figure img {
        height: 78vh;
    }
}
