html, body,
h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
}

.text-black {
    color: #000 !important;
}

.text-green {
    color: #2CAD68 !important;
}

.text-green-light {
    color: #20BC26 !important;
}

.text-normal {
    text-transform: none;
}

.text-muted-footer {
    font-size: 12px;
}

.font-weight-600 {
    font-weight: 600;
}

.cameleon-heading {
    font-size: 2.4em;
    font-weight: 600;
    color: #858585;
}

.btn-primary {
    background-color: #2CAC69;
    color: #ffffff;
    -moz-transition: all 800ms linear;
    -webkit-transition: all 800ms linear;
    transition: all 800ms linear;
    border-radius: 5px;
}

.btn-orange {
    color: #ffffff;
    background-color: #FFAF00;
    box-shadow: 0px 4px 0px 0px rgba(238, 163, 0, 1);
    border-radius: 4px;
    font-size: 18px;
    padding: 10px 60px;
    font-weight: 600;
}

.btn-orange:hover, .btn-orange:focus {
    color: #FFF;
    background-color: rgba(238, 163, 0, 1);
    background-size: 600% 600%;
    -webkit-animation: bgAnimate 7s ease infinite;
    -moz-animation: bgAnimate 7s ease infinite;
    -o-animation: bgAnimate 7s ease infinite;
    animation: bgAnimate 7s ease infinite;
}

.btn-block {
    display: block;
    width: 100%;
}

@-webkit-keyframes bgAnimate {
    0%, 100% {
        background-position: 0 14%;
    }
    50% {
        background-position: 100% 87%;
    }
}

@-moz-keyframes bgAnimate {
    0%, 100% {
        background-position: 0 14%;
    }
    50% {
        background-position: 100% 87%;
    }
}

@-o-keyframes bgAnimate {
    0%, 100% {
        background-position: 0 14%;
    }
    50% {
        background-position: 100% 87%;
    }
}

@keyframes bgAnimate {
    0%, 100% {
        background-position: 0 14%;
    }
    50% {
        background-position: 100% 87%;
    }
}

.btn-outline {
    color: #4E4E4E;
    font-weight: bold;
    border: 1px solid #B6B6B6;
    -moz-transition: all 800ms linear;
    -webkit-transition: all 800ms linear;
    transition: all 800ms linear;
}

.btn-outline.light-radius {
    border-radius: 10px;
}

.btn-outline.radius {
    border-radius: 50px;
}

.btn-outline:hover, .btn-outline:focus {
    background-color: #2CAC69;
    color: #ffffff;
}

.btn-outline-primary, .btn-outline-primary:hover {
    color: #FFF;
    background-color: #2CAC69;
    border: 2px solid #FFF;
    font-size: 1.4rem;
    text-transform: lowercase;
    padding: 2px 40px;
}

.btn-no-rounded {
    border-radius: 0 !important;
}

.btn-green, .btn-green:hover, .btn-green:active, .btn-green:focus {
    background-color: #2CAD68;
    color: #FFF;
}

.btn-green-light, .btn-green-light:hover, .btn-green-light:active, .btn-green-light:focus {
    background-color: #20BD26;
    color: #FFF;
}

.light-radius {
    border-radius: 5px;
}

/* Home - como funciona */
.item-workit {
    position: relative;
}

.item-workit .item-workit-header {
    color: #2CAC69;
}

.item-workit .item-workit-header .item-w-num {
    margin: 0 auto;
    font-size: 1.6em;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border: 1px dashed #2CAC69;
    background-color: #ffffff;
    border-radius: 100%;
    font-weight: 600;
}

.item-workit .item-workit-header .item-w-num-label {
    font-size: 1.1em;
    min-height: 80px;
    height: 80px;
    display: table;
    width: 100%;
    position: relative;
    top: 10px;
    background: #FFF;
}

.item-workit .item-workit-header .item-w-num-label > div {
    display: table-cell;
}

.item-workit .item-workit-body {
    position: relative;
}

.item-workit .item-workit-body:before, .item-workit .item-workit-body::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 225px;
    height: 225px;
    background-color: #FAFAFA;
    border-radius: 100%;
    z-index: 0;
}

.item-workit .item-workit-body img {
    z-index: 1;
    height: 140px;
    margin-top: 20px;
    margin-bottom: 14px;
}

.item-workit .item-workit-body .item-workit-title {
    font-size: 1em;
    font-weight: 500;
    z-index: 1;
    position: relative;
}

.cameleon-navbar-container {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -1px 3px 2px rgba(202, 202, 202, 0.7);
    box-shadow: 0 -1px 3px 2px rgba(202, 202, 202, 0.7);
    border-bottom: 1px solid #eee;
}

.cameleon-navbar-container .cameleon-navbar-nav li a {
    color: #A9A9A9;
    text-transform: none;
    padding: 0 28px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
}

.cameleon-navbar-container a,
.cameleon-navbar-container a:hover,
.cameleon-navbar-container a:before {
    color: #666;
    text-decoration: none;
    border-bottom: none;
}

.home-header {
    min-height: 75vh;
    background-image: url('../images/bg-banner-02.png');
    max-height: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 100px;
}

.build-app-free {
    position: relative;
    margin-top: -270px;
    margin-bottom: 150px;
    float: right;
    margin-right: 16%;
    color: #FFF;
}

.build-app-free h1 {
    color: #FFF;
    font-weight: bold;
    margin-bottom: 4px;
}

.build-app-free p {
    margin: 4px 0;
    font-size: 19px;
}

.cameleon-button-chevron .btn-outline {
    -moz-transition: all 50ms "easing";
    -webkit-transition: all 50ms "easing";
    transition: all 50ms "easing";
}

.cameleon-button-chevron .btn-outline:hover {
    color: #4E4E4E;
    background-color: #E5F1F6;
    -moz-transition: all 700ms "fadeIn";
    -webkit-transition: all 700ms "fadeIn";
    transition: all 700ms "fadeIn";
}

.cameleon-button-chevron .btn-outline:active {
    background-color: #2CAC69;
    -moz-transition: all 500ms "linear";
    -webkit-transition: all 500ms "linear";
    transition: all 500ms "linear";
}

.cameleon-button-chevron .fa {
    color: #B6B6B6;
}

.why-build-app {
    background-color: #F6FFFA;
}

.why-build-app h1 {
    color: #2CAC69;
    font-weight: 600;
}

.why-build-app blockquote {
    font-style: normal;
    color: #858585;
    font-size: 1.6rem;
    width: 70%;
    margin: 0 auto;
}

.why-build-app blockquote:before {
    content: "\f10d";
    color: #ECF4F0;
    font: normal normal normal 35px/1 FontAwesome;
    top: -8px;
    position: relative;
}

.why-build-app blockquote:after {
    content: "\f10e";
    color: #ECF4F0;
    font: normal normal normal 35px/1 FontAwesome;
}

.getting-started {
    background-color: #2CAC69;
}

.getting-started h3 {
    color: #ffffff;
}

.uk-offcanvas-bar {
    background: #2CAC69;
    color: #FFF;
}

.build-app {
    background-color: #FAFAFA;
}

.build-app h1 {
    font-size: 2.8rem;
}

.build-app h3 {
    font-size: 1.58rem;
}

.build-app ul li {
    font-size: 20px;
}

.build-app ul li span {
    margin-right: 8px;
    width: 30px;
    height: 30px;
    color: #2CAC69;
    display: inline-block;
}

.build-app ul li span:before {
    font-size: 22px;
}

.build-app ul li:nth-child(n+2) {
    margin-top: 2px;
}

.has-error .help-block-error {
    color: #ff0000;
    margin: .25rem 0 .5rem 0;
    font-size: 12px;
}

.funcionalidades .uk-flex > div {
    max-width: 140px;
    max-height: 120px;
    width: 140px;
    height: 120px;
    color: #909090;
}

.funcionalidades .uk-flex > div > div {
    max-width: 60px;
    max-height: 60px;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px auto;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

.funcionalidades .uk-flex > div > div > img {
    margin: 0 auto;
}

.contact .uk-flex .icon > img {
    height: 60px;
}

.contact .uk-flex h3 {
    color: #2CAC69;
}

.uk-form-controls .control-label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #2CAC69;
}

.contact .uk-form-controls .control-label {
    font-size: 20px;
}

.contact .uk-form-controls input,
.contact .uk-form-controls textarea {
    background-color: #F9F9F9;
    border: 1px solid transparent;
    border-radius: 4px;
}

.como-funciona h1 {
    font-size: 2.3rem;
    font-weight: 600;
}

.como-funciona h3 {
    font-weight: 600;
    font-size: 1.4rem;
}

.como-funciona p {
    color: #000;
    font-size: 22px;
}

.como-funciona p.small {
    font-size: 1.2rem;
}

.como-funciona .item-w-num {
    margin: 0 auto;
    font-size: 3.8em;
    line-height: 80px;
    width: 84px;
    height: 84px;
    border: 1px dashed #2CAC69;
    background-color: #ffffff;
    border-radius: 100%;
    text-align: center;
    color: #2CAC69;
    font-weight: 600;
}

.como-funciona h2 {
    color: #2CAC69;
    font-size: 1.7rem;
    font-weight: 400;
}

.como-funciona .publicar-aplicativo .btn-create-app {
    padding: 10px 20px;
    font-size: 1.5rem;
    font-weight: 400;
}

.como-funciona .publicar-aplicativo img {
    height: 30px;
    margin-right: 10px;
}

.uk-navbar-nav .uk-active {
    border-bottom: 2px solid #2CAC69;
}

.planos-e-precos .box {
    background: #F9F9F9;
    padding: 10px;
    border-radius: 10px;
    min-height: 645px;
}

.planos-e-precos .box.share {
    background: #FFF;
    border: 2px solid #2CAD68;
}

.planos-e-precos .box.share h1 {
    font-weight: 800;
    font-size: 4rem;
}

.planos-e-precos .box.share h1 > span {
    font-weight: 400;
    font-size: 2rem;
    position: relative;
    top: -14px;
}

.planos-e-precos .box h2 {
    color: #000;
}

.planos-e-precos .box h2 > span {
    color: #2CAD68;
}

.planos-e-precos .box h1.price {
    font-size: 50px;
    font-weight: 600;
}

.planos-e-precos .box h1.price:before {
    content: "R$ ";
    font-size: 20px;
    position: relative;
    top: -10px;
    margin-right: 6px;
}

.planos-e-precos .box h1.price:after {
    content: "/mês";
    font-size: 16px;
    position: relative;
    top: -10px;
    margin-left: 6px;
    color: #bebebe;
}

.planos-e-precos .box .price_description {
    height: 20px;
}

.planos-e-precos .box .os > .fa {
    font-size: 24px !important;
    color: #bebebe;
    margin-right: 10px;
}

.planos-e-precos .box ul {
    width: 80%;
    margin: 0 auto;
}

.planos-e-precos .box ul li {
    padding: 14px 0;
    border-top: 1px solid #dedede;
    font-size: 14px;
    font-weight: 600;
}

.planos-e-precos .box ul > li:nth-child(n+2) {
    margin-top: 0;
}

/* Selection pseudo-element
 ========================================================================== */
.uk-input:focus, .uk-select:focus, .uk-textarea:focus,
.uk-radio:focus, .uk-checkbox:focus {
    border-color: #2CAD68;
}

.uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate,
.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus {
    background-color: #2CAD68;
}

.planos-e-precos .box .btn-blue {
    background-color: #31B2D2;
    color: #FFF;
}

.planos-e-precos .alert-muted {
    color: #bebebe;
}

.vantagens-e-diferenciais .uk-flex-center {
    margin-top: 40px;
}

.vantagens-e-diferenciais .uk-flex-center li > a {
    font-size: 2.4rem;
    text-transform: none;
    border: none;
    text-decoration: underline;
    color: #000;
    font-weight: 600;
}

.vantagens-e-diferenciais li.uk-active {
    /*background: transparent url('../images/arrow-tabs.png') 100px 82px no-repeat;*/
    padding-bottom: 30px;
}

.vantagens-e-diferenciais li.uk-active a {
    color: #2CAC69;
    text-decoration: none;
}

.vantagens-e-diferenciais .line-dashed {
    margin: 0 auto;
    font-size: 3.8em;
    line-height: 80px;
    width: 300px;

    border: 1px dashed #2CAC69;
    background-color: #ffffff;
    border-radius: 100%;
    text-align: center;
    color: #2CAC69;
    font-weight: 600;
    padding: 15% 0;
}

.vantagens-e-diferenciais .ja-esta-pronto {
    width: 360px;
    position: absolute;
    left: 50%;
    margin-top: -10%;
    -moz-transition: all 800ms linear;
    -webkit-transition: all 800ms linear;
    transition: all 800ms linear;
}

.vantagens-e-diferenciais .btn-publication,
.mes-gratis .btn-publication {
    display: inline-block;
    background-color: #20BC26;
    border-radius: 100px;
    font-size: 1.5vw;
    color: #FFF !important;
    text-transform: none;
    padding: 20px 80px;
    font-weight: 100;
    margin-top: 80px;
    -moz-transition: all 800ms linear;
    -webkit-transition: all 800ms linear;
    transition: all 800ms linear;
}

.vantagens-e-diferenciais .btn-publication > span,
.mes-gratis .btn-publication > span {
    font-weight: 400;
}

.vantagens-e-diferenciais .btn-period {
    display: inline-block;
    background-color: #2CAD68;
    border-radius: 20px;
    font-size: 2vw;
    color: #FFF !important;
    text-transform: none;
    padding: 26px 50px 8px;
    font-weight: 100;
    margin-top: 4vw;
    -moz-transition: all 800ms linear;
    -webkit-transition: all 800ms linear;
    transition: all 800ms linear;
}

.vantagens-e-diferenciais .btn-period > div {
    line-height: 1px;
    font-weight: 400;
    font-size: 40px;
}

.vantagens-e-diferenciais .btn-period > small {
    font-size: 50%;
}

.vantagens-e-diferenciais .line-green > div {
    background-color: transparent;
    background-image: -moz-linear-gradient(180deg, transparent, #2CAD68, transparent);
    background-image: -webkit-linear-gradient(180deg, transparent, #2CAD68, transparent);
    background-image: -o-linear-gradient(180deg, transparent, #2CAD68, transparent);
    background-image: linear-gradient(180deg, transparent, #2CAD68, transparent);
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: 2px 1px;
}

.vantagens-e-diferenciais .custo-zero {
    position: relative;
    margin-top: -70px;
}

.vantagens-e-diferenciais .box-green {
    background-color: #00AD67;
}

.vantagens-e-diferenciais .box-green h2 {
    color: #FFF;
}

.vantagens-e-diferenciais .line-vertical-dashed > div > div {
    border-left: 2px dashed #cecece;
    height: 100px;
    width: 1px;
    margin: 0 auto;
}

.vantagens-e-diferenciais .line-vertical-solid > div > div {
    border-left: 2px solid #cecece;
    height: 80px;
    width: 1px;
    margin: 0 auto;
}

.blog > div {
    margin-bottom: 30px;
}

.blog .date {
    background: #B5DC81;
    border-radius: 50%;
    text-align: center;
    margin: 0 10px;
    color: #FFF;
    font-size: 20px;
    padding: 25px 0 15px;
}

.blog .date > div {
    font-weight: bold;
    font-size: 30px;
    line-height: 16px;
}

.blog .line {
    position: relative;
    border-left: 1px solid #dedede;
    width: 0;
    height: 85%;
    margin-left: 49%;
    margin-top: 16px;
}

.blog.view .date {
    margin: 0 40px;
}

footer .uk-grid h5 {
    color: #2CAC69;
}

footer .uk-grid ul li {
    font-size: 15px;
}

footer .copyright {
    font-size: 13px;
}

footer a, footer a:link,
footer a.uk-icon-button {
    color: #bbb;
}

footer a:hover,
footer a.uk-icon-button:hover {
    color: #4d4d4d;
}

footer a.uk-icon-button {
    color: #fff;
    background-color: #EBEBEB;
}

.btn-create-app {
    padding: 4px 34px;
    color: #FFF !important;
}

.btn-login {
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px
}

.uk-navbar-nav > li > a, .uk-navbar-item,
.uk-navbar-toggle {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
    font-weight: 600;
}

.btn-criador {
    padding: 0 30px;
    color: #6C6C6C;
    font-size: 24px;
    text-transform: lowercase;
    border-color: #E5F1F6;
    font-weight: 400;
}

.fa.fa-angle-double-right.fa-2x.uk-inline.color-lightgrey:before {
    color: #E5F1F6;
}

.funcionalidades .uk-heading-line {
    color: #C2C2C2;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 40px;
}

.funcionalidades .uk-heading-line > span {
    padding: 0 30px;
}

.mes-gratis h1 {
    text-transform: uppercase;
    font-weight: 600;
}

.mes-gratis h1.title {
    text-transform: none;
    color: #BCBCBC;
    font-size: 36px;
    font-weight: 400;
}

.mes-gratis h2 {
    color: #858585;
    font-weight: 200;
}

.mes-gratis h2 > b {
    font-weight: 600;
}

.mes-gratis .text-como-funciona {
    font-size: 30px;
    margin-top: 50px;
    color: #B7B7B7;
}

.mes-gratis .text-como-funciona > span {
    color: #20BD26;
}

.mes-gratis .btn-publication-light {
    display: inline-block;
    background-color: #FFF;
    border-radius: 100px;
    font-size: 14px;
    color: #20BC26 !important;
    text-transform: none;
    padding: 16px 50px;
    font-weight: 100;
    margin-top: 4vw;
    -moz-transition: all 800ms linear;
    -webkit-transition: all 800ms linear;
    transition: all 800ms linear;
    border: 2px solid #20BC26;
    font-weight: 600;
}

.mes-gratis .btn-publication-light > span {
    font-weight: 400;
}