.navbar {
    background: var(--primary);
}

.navbar-brand img {
    max-width: 200px;
}

.navbar .navbar-toggler .navbar-toggler-bar {
    background-color: var(--secondary) !important;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary);
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.btn-outline-secondary {
    color: var(--secondary);
    border-color: var(--secondary);
}

.btn-outline-secondary:hover {
    background: var(--secondary);
    color: var(--text-black);
}

.btn-secondary {
    color: var(--text-black) !important;
    background-color: var(--secondary) !important;
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--secondary-dark) !important;
    border-color: var(--secondary-dark);
}

.bg-primary {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary);
}

.page-header .container {
    margin-top: 150px;
    font-family: 'Open Sans', sans-serif;
}

.page-header .container h1 {
    font-family: inherit;
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
}

.page-header .container p {
    font-family: inherit;
    font-weight: 300;
    color: #fff;
    margin-top: 0px;
    font-size: 20px;
}

.page-header .container h2 {
    font-family: inherit;
    font-weight: 600;
    color: #02e2f5;
    font-size: 30px;
    margin-bottom: 10px;
}

.page-header .container .title-brand {
    margin-bottom: 50px;
}

.page-header .container #action a {
    font-family: inherit;

}

.section {
    font-family: 'Open Sans', sans-serif;
}

#workflow {
    color: var(--primary);
}

#workflow h2 {
    font-family: inherit;
    font-weight: 700;

}

#workflow p.subtitulo {
    font-family: inherit;
    font-weight: 400;
    font-size: 20px;
}


#features {
    margin-top: 20px;
}

#features h3 {
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
}

#features p {
    color: #666;
}

div#sejaRevendedor {
    background: url(/site/v3/img/bg-cifrao.png) no-repeat center right #f7bb00;
}

div#sejaRevendedor p {
    font-family: inherit;
    font-weight: 600;
    font-size: 30px;
    color: var(--primary);
}

div#sejaRevendedor a.btn {
    text-decoration: underline;
    color: var(--primary);
}

#bpm {
    font-family: inherit;
    padding-bottom: 0px;
    background: #e2e2e2;
    margin-top: 100px;
    border-top: 3px solid #ccc;
}

#bpm h2, #numeros h2, #clientes h2 {
    font-family: inherit;
    font-weight: 700;
    color: var(--primary);
}

#bpm h4, #numeros h4 {
    font-family: inherit;
    font-weight: 600;
    color: var(--primary);
    font-size: 22px;
    margin-top: 20px;
}

#bpm p  {
    font-size: 16px;
    margin-top: 15px;
    color: var(--primary);
}
#bpm p strong {
    font-weight: 600;
}

#bpm img#icontop {
    margin-top: -170px;
}

#numeros {
    margin-top: 10px;
}

#numeros h4 {
    font-family: inherit;
    font-weight: 600;
    color: var(--primary);
    font-size: 18px;
    margin-top: 20px;
}

#numeros p.numeros {
    font-family: inherit;
    font-weight: 700;
    color: #45a0c1;
    font-size: 50px;
    margin-top: 20px;
}

#plano h2 {
    font-family: inherit;
    font-weight: 600;
    font-size: 50px;
    color: #999;
    margin-bottom: 0px;
}

#clientes p.subtitle, #plano p.subtitle {
    font-family: inherit;
    font-size: 25px;
    color: #999;
    margin-top: 0px;
    margin-bottom: 40px;
    min-height: inherit;
}







#plano .plan-box {
    font-family: inherit;
    background: url(/site/v3/img/background-price.png) no-repeat center center;
    min-height: 560px;
    width: 100%;
    padding: 70px;
}

#plano .plan-box h3 {
    font-family: inherit;
    color: var(--secondary);
    font-weight: 600;
    text-align: center;
    font-size: 25px;
    letter-spacing: 2px;
}

#plano .plan-box p.price-before {
    font-family: inherit;
    font-size: 20px;
    color: #575757;
    margin-bottom: 0px;
}

#plano .plan-box p.price-before span {
    text-decoration: line-through;
}

#plano .plan-box p.price {
    font-family: inherit;
    font-size: 50px;
    color: #575757;
    font-weight: 600;
}

#plano .plan-box p.price span {
    font-size: 20px;
    vertical-align: top;
}
#plano .plan-box ul {
    padding: 0px;
}
#plano .plan-box ul li {
    list-style: none;
    margin-top: 12px;
}

#plano .plan-box .btn-secondary {
    font-family: inherit;
    font-weight: 600;
    color: #575757 !important;
}
#plano .col-md-8 {
    min-height: 560px;
}
#plano #plano-personalizado {
    vertical-align: middle;
    border-left: 1px solid #ccc;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
    margin-top: 100px;
}

#plano #plano-personalizado h3 {
    font-family: inherit;
    font-weight: 600;
    color: #575757 !important;
    font-size: 30px;
}

#plano #plano-personalizado p {
    font-family: inherit;
    color: #575757 !important;
    font-size: 20px;
}

#plano #plano-personalizado a {
    color: #575757 !important;

}

.footer {
    background: var(--primary);
}

.footer .logo {
    margin: 20px 0;
}

.footer a {
    color: #fff;
}

.footer h3 {
    font-size: 18px;
    color: #fff;
}

.footer p#contato a {
    font-family: inherit;
    font-size: 25px;
    color: #fff;
    font-weight: 800;
}

.footer .social {
    width: 28px;
}

@media screen and (min-width: 992px) {
    .footer .logo{
        width: 25%;
    }
    .cloud-logos img{
        width: 40%;
    }
}

@media screen and (max-width: 991px) {
    .footer .logo{
        width: 50%;
    }
    .navbar-collapse:after {
        background: var(--primary);
        color: #fff;
    }

    .navbar-collapse .navbar-nav>.nav-item>.nav-link {
        color: #fff !important;
    }

    .navbar-collapse {
        background: var(--primary);
        border-left: 1px solid var(--secondary);
    }

    .page-header .container {
        margin-top: 40px;
    }
    .page-header .container h1 {
        font-size: 40px;
        margin-top: 60px !important;
    }

    .page-header .container p {
        font-weight: 400;
        margin-bottom: 20px;
    }

    .btn-outline-secondary {
        font-weight: 600;
    }

    .page-header .container h2 {
        font-size: 25px;
        margin-top: 10px;
    }
    .page-header .container p {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .page-header .container .title-brand {
        margin-bottom: 40px;
    }
    .page-header.section-dark {
        background-position: 45% 0px;
        background-repeat: no-repeat;
        background-color: var(--primary);
    }

    .navbar.navbar-transparent {
        padding-top: 0px;
    }

    #numeros h2, #clientes h2 {
        font-size: 35px;
    }

    #numeros p.subtitle, #clientes p.subtitle, #plano p.subtitle {
        font-size: 18px;
    }

    #clientes .container {
        padding: 20px;
    }

    .cloud-logos img{
        width: 60%;
    }
}

@media screen and (max-width: 660px) {
    .footer .logo{
        width: 70%;
    }
    .cloud-logos img{
        width: 100%;
    }
}