﻿html {
    font-size: 100%;
    box-sizing: border-box
}

*, :before, :after {
    box-sizing: inherit
}

body {
    color: #616161;
    text-align: center;
    overflow-x: hidden !important;
    font: 400 16px/25px 'poppins',helvetica,sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
    color: #FFFFFF
}

    a:hover {
        text-decoration: none;
        color: #e2b659;
    }

textarea.input-field:focus, textarea.input-field:active, input.input-field:focus, input.input-field:active {
    border: 1px solid #3385AD;
    outline: 0;
    background: #fff
}

*, :before, :after {
    box-sizing: border-box
}

ul, ol {
    padding-left: 0 !important
}

li {
    list-style: none
}

.row.no-gutters [class^="col-"], .row.no-gutters [class*=" col-"] {
    padding-right: 0;
    padding-left: 0
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 17px;
    height: 17px;
    filter: alpha(opacity=50);
    opacity: 1;
    border-radius: 20px;
    background: transparent;
    border: 2px solid rgba(252,95,69,0.5)
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: alpha(opacity=100);
    opacity: 1;
    background: #3385AD;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #3385AD
}

.dark-text {
    color: #313131
}

.dark-text2 {
    color: #616161
}

.white-text {
    color: #fff
}

.blue-text {
    color: #00A1F2;
}

.ciano-blue-text {
    color: #9CE4FF;
}

.ciano-green-text {
    color: #00BFB8;
}

.green-text {
    color: #51D8A2;
}

.lemon-text {
    color: #A5EC85;
}

.rose-text {
    color: #FFBFBB;
}

.orange-text {
    color: #EEA158;
}

.beige-text {
    color: #FFEACE;
}

.office-365-text {
    color: #e84c1c;
}

.uppercase {
    text-transform: uppercase;
}

.small-text {
    font-size: 14px;
}

.extra-small-text {
    font-size: 13px;
}

strong, .strong {
    font-weight: 500;
}

.blue-line-bottom {
    border-bottom: 3px solid #00A1F2;
}

.ciano-blue-line-bottom {
    border-bottom: 3px solid #9CE4FF;
}

.ciano-green-line-bottom {
    border-bottom: 3px solid #00BFB8;
}

.green-line-bottom {
    border-bottom: 3px solid #51D8A2;
}

.lemon-line-bottom {
    border-bottom: 3px solid #A5EC85;
}

.rose-line-bottom {
    border-bottom: 3px solid #FFBFBB;
}

.orange-line-bottom {
    border-bottom: 3px solid #EEA158;
}

.beige-line-bottom {
    border-bottom: 3px solid #FFEACE;
}


.orange-text {
    color: #EEA158;
}

.four-lines {
    width: 100%
}

    .four-lines .line {
        width: 25%;
        float: left
    }

.diffuse-shadow {
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.05)
}

.image-border {
    box-shadow: inset 0 0 0 10px rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.red-gradient-overlay:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(252,95,69,0.6) 100%);
    background: linear-gradient(to bottom,rgba(255,0,0,0) 0%,rgba(252,95,69,0.6) 100%);
    -webkit-transition: all ease .25s;
    transition: all ease .25s
}

.green-gradient-overlay:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(56,198,149,0.6) 100%);
    background: linear-gradient(to bottom,rgba(255,0,0,0) 0%,rgba(56,198,149,0.6) 100%);
    -webkit-transition: all ease .25s;
    transition: all ease .25s
}

.purple-gradient-overlay:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(178,124,245,0.6) 100%);
    background: linear-gradient(to bottom,rgba(255,0,0,0) 0%,rgba(178,124,245,0.6) 100%);
    -webkit-transition: all ease .25s;
    transition: all ease .25s
}

.yellow-gradient-overlay:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(254,185,96,0.6) 100%);
    background: linear-gradient(to bottom,rgba(255,0,0,0) 0%,rgba(254,185,96,0.6) 100%);
    -webkit-transition: all ease .25s;
    transition: all ease .25s
}

.dark-gradient-overlay:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .75;
    background: -webkit-linear-gradient(top,rgba(255,0,0,0) 50%,#000 100%);
    background: linear-gradient(to bottom,rgba(255,0,0,0) 50%,#000 100%);
    -webkit-transition: all ease .25s;
    transition: all ease .25s
}

h1, h2, h3, h4, h5, h6 {
    color: #313131
}

h1 {
    font: 3.8rem/5.313rem 'Roboto','Libre Baskerville','Playfair Display',Georgia,serif
}

h2 {
    font: 600 3.125rem/4.688rem 'Roboto','Libre Baskerville','Playfair Display',Georgia,serif
}

h3 {
    font-size: 45px;
    line-height: 48px;
    font-weight: 400
}

h4 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 400
}

h5 {
    font-size: 20px;
    line-height: 33px;
    font-weight: 500
}

h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

body {
    line-height: 1.25;
}

.section-number {
    font-weight: 700;
    font-size: 200px;
    color: #e0e0e0;
    opacity: .3;
    position: absolute;
    top: 145px;
    left: 0
}

.centered-number {
    right: 0;
    left: 0
}

.section-heading {
    position: relative;
    z-index: 10
}

section {
    position: relative
}

.section-header {
    position: relative;
    z-index: 10;
    margin-bottom: 11px
}

.sub-heading {
    font-size: 18px;
    margin-bottom: 25px
}

.bgcolor-2 {
    background: #f7f7f7
}

.white-bg {
    background: #fff
}

.standard-button {
    padding: 0 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 30px;
    margin-top: 24px;
    margin-bottom: 25px;
    line-height: 50px;
    border: none;
    box-shadow: none
}

    .standard-button:hover {
        transform: scale(1.05);
    }

.orange-button {
    color: #fff;
    background: #e2b659;
}

    .orange-button:hover, .orange-button:active, .orange-button:active:hover, .orange-button:focus:hover, .orange-button:focus {
        background-color: #e2b659;
        color: #fff;
        outline: none
    }

.blue-outline {
    color: #3385AD;
    background: #fff;
    border: 2px solid #3385AD;
    line-height: 46px;
    padding: 0 38px
}

    .blue-outline:hover, .blue-outline:active, .blue-outline:active:hover, .blue-outline:focus:hover, .blue-outline:focus {
        background-color: #3385AD;
        color: #fff;
        outline: none;
        border: 2px solid #3385AD
    }

.green-button {
    color: #fff;
    background: #38c695
}

    .green-button:hover, .green-button:active, .green-button:active:hover, .green-button:focus:hover, .green-button:focus {
        background-color: #17bb82;
        color: #fff;
        outline: none
    }

.green-outline {
    color: #38c695;
    background: #fff;
    border: 2px solid #38c695;
    line-height: 46px;
    padding: 0 38px
}

    .green-outline:hover, .green-outline:active, .green-outline:active:hover, .green-outline:focus:hover, .green-outline:focus {
        background-color: #38c695;
        color: #fff;
        outline: none;
        border: 2px solid #38c695
    }

.purple-button {
    color: #fff;
    background: #b27cf5
}

    .purple-button:hover, .purple-button:active, .purple-button:active:hover, .purple-button:focus:hover, .purple-button:focus {
        background-color: #954fed;
        color: #fff;
        outline: none
    }

.purple-outline {
    color: #b27cf5;
    background: #fff;
    border: 2px solid #b27cf5;
    line-height: 46px;
    padding: 0 38px
}

    .purple-outline:hover, .purple-outline:active, .purple-outline:active:hover, .purple-outline:focus:hover, .purple-outline:focus {
        background-color: #b27cf5;
        color: #fff;
        outline: none;
        border: 2px solid #b27cf5
    }

.yellow-button {
    color: #fff;
    background: #feb960
}

    .yellow-button:hover, .yellow-button:active, .yellow-button:active:hover, .yellow-button:focus:hover, .yellow-button:focus {
        background-color: #ed9c34;
        color: #fff;
        outline: none
    }

.yellow-outline {
    color: #feb960;
    background: #fff;
    border: 2px solid #feb960;
    line-height: 46px;
    padding: 0 38px
}

    .yellow-outline:hover, .yellow-outline:active, .yellow-outline:active:hover, .yellow-outline:focus:hover, .yellow-outline:focus {
        background-color: #feb960;
        color: #fff;
        outline: none;
        border: 2px solid #feb960
    }

.home {
    background: url(../images/backgrounds/bg-nwk-1.jpg) no-repeat top;
    background-size: cover
}

    .home .color-overlay {
        padding-top: 150px;
        padding-bottom: 65px
    }

    .home .intro {
        margin-top: 10px;
        margin-bottom: 18px
    }

    .home .cta {
        text-align: center
    }

        .home .cta .standard-button {
            margin-right: 10px;
            margin-left: 10px
        }

.home-features {
    margin-top: 55px
}

    .home-features .single-feature {
        margin-bottom: 55px
    }

        .home-features .single-feature .icon {
            font-size: 45px;
            margin-bottom: -25px;
        }

.color-overlay {
    background: rgba(38,39,50,0.85)
}


.sticky-navigation-top {
    background: transparent;
    min-height: 57px;
    border-bottom: 0;
    -webkit-backface-visibility: hidden;
}



    .sticky-navigation-top .navbar-brand img {
        max-height: 56px
    }

    .sticky-navigation-top .current a {
        color: #e2b659 !important
    }

    .sticky-navigation-top .main-navigation li a {
        line-height: 45px;
        color: #e2b659;
        font-weight: 500;
        font-size: 14px
    }

        .sticky-navigation-top .main-navigation li a:hover, .sticky-navigation-top .main-navigation li a:focus {
            color: #e2b659;
        }



.sticky-navigation-scroll {
    background: #fff;
    min-height: 57px;
    border-bottom: 0;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.25)
}

    .sticky-navigation-scroll .navbar-brand {
        margin-top: 4px
    }

        .sticky-navigation-scroll .navbar-brand img {
            max-height: 56px
        }

    .sticky-navigation-scroll .current a {
        color: #e2b659 !important
    }

    .sticky-navigation-scroll .main-navigation li a {
        line-height: 45px;
        color: #313131;
        font-weight: 500;
        font-size: 14px
    }

        .sticky-navigation-scroll .main-navigation li a:hover, .sticky-navigation-scroll .main-navigation li a:focus {
            color: #e2b659
        }

.text-navbar, .text-gray {
    color: #fff !important;
}

.exibirLogoNavbarScroll {
    display: none !important;
}

.alinhamento-navbar {
    padding-top: 5px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 1px;
}

.our-focus {
    position: relative;
    padding-top: 114px;
    padding-bottom: 150px
}

.focuses .single-focus {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 60px;
    margin-top: 50px
}

    .focuses .single-focus .icon {
        font-size: 55px;
        margin-bottom: 20px
    }

    .focuses .single-focus p {
        margin-top: 20px;
        margin-bottom: 53px
    }

.video-play .color-overlay {
    padding-top: 120px;
    padding-bottom: 147px
}

.video-play h3 {
    margin-bottom: 35px
}

.video-play .embed-responsive {
    margin-bottom: 50px
}

.video-play .play-button {
    font-size: 80px;
    color: #38c695
}

    .video-play .play-button:hover, .video-play .play-button:focus {
        color: #17bb82;
        outline: none;
        text-decoration: none
    }

.video-play .text {
    margin-top: 15px
}

.work-steps {
    padding-top: 114px;
    padding-bottom: 150px
}

.steps {
    margin-top: 125px
}

    .steps .step-1-image {
        background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(252,95,69,0.1) 100%),-webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(252,95,69,0.1) 100%),url(../images/work-steps/step-1.jpg) no-repeat top;
        background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(252,95,69,0.1) 100%),linear-gradient(to bottom,rgba(255,0,0,0) 0%,rgba(252,95,69,0.1) 100%),url(../images/work-steps/step-1.jpg) no-repeat top;
        background-size: cover
    }

    .steps .step-2-image {
        background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(56,198,149,0.1) 100%),-webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(56,198,149,0.1) 100%),url(../images/work-steps/step-2.jpg) no-repeat top;
        background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(56,198,149,0.1) 100%),linear-gradient(to bottom,rgba(255,0,0,0) 0%,rgba(56,198,149,0.1) 100%),url(../images/work-steps/step-2.jpg) no-repeat top;
        background-size: cover
    }

    .steps .step-3-image {
        background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(178,124,245,0.1) 100%),-webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(178,124,245,0.1) 100%),url(../images/work-steps/step-3.jpg) no-repeat top;
        background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(178,124,245,0.1) 100%),linear-gradient(to bottom,rgba(255,0,0,0) 0%,rgba(178,124,245,0.1) 100%),url(../images/work-steps/step-3.jpg) no-repeat top;
        background-size: cover
    }

    .steps .step-4-image {
        background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(254,185,96,0.1) 100%),-webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(254,185,96,0.1) 100%),url(../images/work-steps/step-4.jpg) no-repeat top;
        background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(254,185,96,0.1) 100%),linear-gradient(to bottom,rgba(255,0,0,0) 0%,rgba(254,185,96,0.1) 100%),url(../images/work-steps/step-4.jpg) no-repeat top;
        background-size: cover
    }

    .steps .step-5-image {
        background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(254,185,96,0.1) 100%),-webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(254,185,96,0.1) 100%),url(../images/work-steps/step-5.jpg) no-repeat top;
        background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(254,185,96,0.1) 100%),linear-gradient(to bottom,rgba(255,0,0,0) 0%,rgba(254,185,96,0.1) 100%),url(../images/work-steps/step-5.jpg) no-repeat top;
        background-size: cover
    }

    .steps .step-6-image {
        background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(254,185,96,0.1) 100%),-webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(254,185,96,0.1) 100%),url(../images/work-steps/step-6.jpg) no-repeat top;
        background: -webkit-linear-gradient(top,rgba(255,0,0,0) 0%,rgba(254,185,96,0.1) 100%),linear-gradient(to bottom,rgba(255,0,0,0) 0%,rgba(254,185,96,0.1) 100%),url(../images/work-steps/step-6.jpg) no-repeat top;
        background-size: cover
    }

    .steps .step {
        padding-bottom: 50px
    }

        .steps .step .step-image {
            position: relative
        }

            .steps .step .step-image img {
                width: 100%
            }

        .steps .step .step-box-left {
            position: relative;
            padding: 38px;
            float: left;
            margin-left: -293px;
            margin-top: -50px;
            z-index: 10;
            width: 458px;
            min-height: 300px
        }

        .steps .step .step-box-right {
            position: relative;
            padding: 38px;
            float: right;
            margin-right: -293px;
            margin-top: -50px;
            z-index: 10;
            width: 458px;
            min-height: 300px
        }

        .steps .step .step-icon {
            position: relative;
            z-index: 1;
            float: left;
            color: #bfbfbf;
            width: 67px;
            height: 100%;
            margin-top: 12px;
            margin-right: 16px;
            font: 600 50px 'Libre Baskerville','Playfair Display',Georgia,serif
        }

        .steps .step .content-area p {
            padding-right: 13px
        }

.pricing {
    padding-top: 114px;
    padding-bottom: 150px
}

.price-circle-blue {
    background: #3385AD;
    width: 106px;
    height: 106px;
    margin: auto;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #3385AD
}

    .price-circle-blue h4 {
        margin-bottom: 0;
        margin-top: 23px
    }

    .price-circle-blue .extra-small-text {
        line-height: .6
    }

.price-circle-green {
    background: #38c695;
    width: 106px;
    height: 106px;
    margin: auto;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #38c695
}

    .price-circle-green h4 {
        margin-bottom: 0;
        margin-top: 23px
    }

    .price-circle-green .extra-small-text {
        line-height: .6
    }

.price-circle-purple {
    background: #b27cf5;
    width: 106px;
    height: 106px;
    margin: auto;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #b27cf5
}

    .price-circle-purple h4 {
        margin-bottom: 0;
        margin-top: 23px
    }

    .price-circle-purple .extra-small-text {
        line-height: .6
    }

.price-circle-yellow {
    background: #feb960;
    width: 106px;
    height: 106px;
    margin: auto;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #feb960
}

    .price-circle-yellow h4 {
        margin-bottom: 0;
        margin-top: 23px
    }

    .price-circle-yellow .extra-small-text {
        line-height: .6
    }

.packages .single-package {
    margin-top: 51px;
    padding-bottom: 12px
}

    .packages .single-package h5 {
        margin-top: 27px;
        margin-bottom: 22px
    }

    .packages .single-package .feature-list {
        margin-top: 38px
    }

        .packages .single-package .feature-list li {
            margin-top: 12px;
            margin-bottom: 12px
        }

            .packages .single-package .feature-list li .icon {
                margin-right: 5px;
                font-weight: 700
            }

.features {
    padding-top: 12px;
    padding-bottom: 21px
}

.feature-grid {
    margin-top: 75px
}

.feature-box {
    margin-bottom: 70px;
    padding-right: 20px;
    padding-left: 20px
}

    .feature-box .feature-header {
        margin-bottom: 26px
    }

        .feature-box .feature-header h6 {
            margin-top: -4px
        }

        .feature-box .feature-header .icon {
            float: left;
            font-size: 60px;
            margin-left: -2.5px;
            margin-top: -.5px;
            margin-right: 5px
        }

.cta-bottom {
    margin-top: 50px
}

    .cta-bottom h4 {
        display: inline-block;
        margin-right: 25px;
        margin-top: 30px
    }

    .cta-bottom .standard-button {
        margin-top: 20px
    }

.subscribe-section {
    padding-top: 120px;
    padding-bottom: 125px
}

.subscribe-form {
    margin-top: 11px
}

    .subscribe-form .input-box {
        border: 2px solid #efefef;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        padding: 0 20px 0 27px;
        width: 300px;
        background: #f7f7f7;
        line-height: 46px
    }

    .subscribe-form input.input-box:focus {
        border: 2px solid #3385AD;
        outline: 0;
        background: #fff
    }

    .subscribe-form .standard-button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: -7px;
        padding: 0 25px
    }

.mailchimp-success, .mailchimp-error {
    display: none
}

.success {
    display: none
}

.contact-form {
    text-align: center;
    margin-top: 51px
}

    .contact-form .input-field {
        line-height: 49px;
        width: 100%;
        border: 1px solid #efefef;
        border-radius: 4px;
        text-align: center;
        padding: 0 10px;
        margin-bottom: 24px
    }

    .contact-form textarea.input-field {
        max-height: 225px;
        line-height: 27px;
        padding-top: 15px
    }

    .contact-form .standard-button {
        margin-top: 17px
    }

    .contact-form ::-webkit-input-placeholder {
        text-align: center
    }

    .contact-form :-moz-placeholder {
        text-align: center
    }

    .contact-form ::-moz-placeholder {
        text-align: center
    }

    .contact-form :-ms-input-placeholder {
        text-align: center
    }

.footer .footer-col {
    padding: 1px 1px 1px;
    text-align: left
}

    .footer .footer-col h6 {
        margin-bottom: 10px
    }

    .footer .footer-col .social-icons {
        padding-top: 5px
    }

        .footer .footer-col .social-icons a {
            color: #fff;
            font-size: 30px;
            margin-right: 10px
        }

            .footer .footer-col .social-icons a:hover {
                color: #3385AD
            }

.footer .footer-logo {
    margin-top: 45px;
    text-align: center
}

    .footer .footer-logo img {
        max-height: 38px
    }

.fixed-bg {
    background-attachment: fixed
}



.navbar-right {
    margin-right: 0px !important;
}

.w-100px{
    width:100px;
}

.w-100{
    width:100%;
}

.padding-left-20{
    padding-left: 20px;
}

.padding-bottom-20{
    padding-bottom:20px;
}

.home-features a{
    padding: 0px 20px;
}

.flex{
    display:flex;
}

.flex-center {
    justify-content: center;
}