body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.none {
    display: none !important;
}

#loading {
    background: #f59221;
}

.load-circle {
    width: 200px;
    height: 200px;
    background: #f59221 url(/assets/captei/gif_image2.gif) no-repeat center center;
}

.light-logo,
.dark-logo {
    max-height: 35px;
}

.home-banner-01,
.home-banner-02,
.home-banner-03,
.home-banner-01 .effect,
.home-banner-02 .effect,
.home-banner-03 .effect {
    background: #f59221;
}

.owl-dots .owl-dot.active {
    background: #68bd47;
}

.owl-dots .owl-dot {
    border: 1px solid #68bd47;
}

.feature-box-04:hover {
    border-color: #68bd47;
}

.section-title h2 {
    color: #f59221;
}

.section-title h2:after {
    background: #68bd47;
}

.section-title .st-help-text {
    color: #68bd47;
}

.theme-color {
    color: #68bd47;
}

.theme-bg {
    background-color: #f59221;
}

a {
    color: #f59221;
}

a:hover {
    color: #f59221;
}

.side-feature h2 {
    color: #333;
}

.our-team-02 .team-icon li a {
    background: #68bd47;
}

.header-nav.header-light {
    background-color: #f59221;
}

.header-nav.fixed-header {
    background-color: #ffffff;
}

.header-nav.fixed-header .navbar-nav > li > a.active {
    color: #f59221;
}

.m-btn.m-btn-theme2nd {
    background: #68bd47;
    border-color: #68bd47;
}

.m-btn.m-btn-theme2nd:focus,
.m-btn.m-btn-theme2nd:hover {
    background: #68bd47;
    color: #fff;
}

.our-team-02 .team-icon li:nth-child(2) {
    top: -35px;
    right: 0px;
}

.m-btn.m-btn-theme,
.m-btn.m-btn-theme2nd {
    background: #68bc47;
    border-color: #68bc47;
}

.m-btn.m-btn-theme:focus,
.m-btn.m-btn-theme:hover,
.m-btn.m-btn-theme:hover,
.m-btn.m-btn-theme:active {
    color: #68bc47;
}

.fixed-header .light-logo,
.fixed-header .dark-logo {
    max-height: 30px;
}

@media only screen and (max-width: 600px) {
    .light-logo,
    .dark-logo {
        max-height: 24px;
    }

    .m-btn {
        padding: 5px 15px;
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .header-nav.fixed-header .navbar-nav > li > .nav-link {
        padding: 15px 0;
    }
}

/***************************************************************************************************************/

.navbar.navbar-expand-lg.header-border .container {
    z-index: 900;
    width: 1px;
    height: 1px;
    position: absolute;
    right: 10px;
}

.navbar.navbar-expand-lg.header-border {
    position: relative !important;
    width: 100%;
    height: 1px;
    border-top: 3px solid #68bc47;
    z-index: 1100;
}

.header-nav .navbar-toggler {
    z-index: 800;
}

.header-nav.header-light .h-search {
    color: #ffffff;
    border-left: 0px solid rgba(255, 255, 255, 0.15);
}

.header-nav .h-login {
    line-height: 15px;
}

.header-nav .btn-login {
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 9px;
    font-size: 12px;
    outline: 0 !important;

    background: #68bc47 !important;
    border-color: #68bc47 !important;
    color: #fff !important;

    width: 85px;
}

.header-nav .btn-login:focus,
.header-nav .btn-login:active,
.header-nav .btn-login:hover {
    background: #68bc47 !important;
    border-color: #68bc47 !important;
    color: #fff !important;
    outline: 0 !important;
    box-shadow: none;
}

.header-nav .btn-login i {
    margin-top: -6px;
    margin-right: 5px;
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg.header-border .container {
        right: 80px;
    }
}

@media (min-width: 992px) {
}

/***************************************************************************************************************/
.login-box form {
    width: 100%;
    padding: 10px;
    zoom: 0.8;
    color: #ffffff;
}

.login-box {
    background-color: #68bc47;
    position: relative;
    width: 100%;
    z-index: 1050;
}

/***************************************************************************************************************/

.price-table:hover {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.35);
    background: #ffffff !important;
}

.price-table .pt-body li i.fa-asterisk {
    color: #ffeb3b;
}

.price-table .pt-body li.disabled {
    color: #b7b7b7;
}

.price-table .pt-body li i.fa-times {
    color: #ff1100;
}

.price-table .pt-body li i.fa-info-circle {
    color: orange !important;
}

.price-table .pt-body.pt-itens {
    min-height: 130px;
}

.price-table .pt-body.pt-infos {
    /* min-height: 140px; */
    margin-top: 10px;
    margin-bottom: 75px;
}

.price-table:after {
    display: none;
}

.price-table .selected {
    z-index: 10;
    position: absolute;

    right: -40px;
    top: 32px;

    width: 215px;
    height: 32px;

    padding: 0 20px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 0px 2px 5px #888888;
    background: #335cdc;
    border-top: 5px solid #335cdc;
    border-bottom: 5px solid #335cdc;
    transform: rotate(35deg);
}

.price-table .selected .fa-star {
    color: #FFEB3B;
}

#planos .section-title h2,
#planos .section-title p {
    color: #ffffff;
}

.bt-contratar {
    cursor: pointer;
    background-color: #265cdc;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.m-btn.m-btn-theme,
.m-btn.m-btn-theme2nd {
    background: #265cdc;
    border-color: #265cdc;
    line-height: 35px;
    padding: 0px;
}

.m-btn.m-btn-theme:focus, .m-btn.m-btn-theme:hover {
    background: transparent;
    color: #265cdc;
}

.pt-body .bt-contratar:hover {
    color: #ffffff !important;
}

.price-table-01.price-table.rounded {
    height: 100%;
    background: rgba(255, 255, 255, 0.97);
}

.price-table-01 .pt-btn {
    position: absolute;
    bottom: 30px;
    width: 80%;
    left: 50%;
    margin-left: -40%;
}

/* .price-table {
    padding: 30px 20px;
    max-width: 400px;
    margin: 0 auto;
}

.price-table li {
    font-size: 13px;
}

.price-table .pt-price {
    font-size: 28px;
    margin-top: 10px;
}

.price-table .pt-body li {
    padding: 3px 0 8px 20px;
}
.price-table .pt-body li i {
    top: 6px;
}

.price-table:after {
    display: none;
} */

/* .price-table .pt-head {
    padding: 0 0 20px;
}

.pt-body .bt-contratar {
    cursor: pointer;
    background-color: #265cdc;
    color: #ffffff !important;
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.pt-body .bt-contratar:hover {
    color: #ffffff !important;
} */

/* .price-table .selected {
    z-index: 10;
    width: 180px;
    height: 32px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 0px 2px 5px #888888;
    background: #335cdc;
    border-top: 5px solid #335cdc;
    border-bottom: 5px solid #335cdc;
    transform: rotate(35deg);
    position: absolute;
    right: -47px;
    top: 17px;
} */

/* #planos .section-title h2 {
    color: #ffffff;
}

#planos .section-title p {
    color: #ffffff;
} */

/***************************************************************************************************************/

.section {
    padding: 50px 0;
}

.observacoes .fa-asterisk {
    top: -1px;
    left: 0px;
}

.cadastro .titulo {
    margin: 30px 0;
    color: #f59221;
}

.cadastro .section-title h2 {
    color: #233d63;
}

.cadastro .add-regiao {
    background-color: rgb(245, 146, 33);
    padding: 20px 0;
    color: #ffffff;
    border: 7px double #ffffff;
}

@media screen and (min-width: 500px) {
    .cadastro .add-regiao {
        margin-top: -28px;
    }
}

.cadastro .add-regiao > div:first-of-type {
    margin-bottom: 10px;
}

.required {
    background-color: #ffa49d21;
}

[required] {
    border-left-color: #f44336;
    border-left-width: 3px;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.dv-fixed-bt {
    position: fixed;
    right: -5px;
    bottom: 0px;
    color: white;
    z-index: 10000010;
    cursor: auto !important;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 90px 0px 0px 0px;
    box-shadow: 0px 0px 15px -5px #2fb742;
    display: flex;
    align-items: center;
    justify-content: center;
}

i.bgwhats {
    background: url(/assets/images/whatsapp_icon.png);
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1.6em;
    left: 1.4em;
    cursor: pointer;
}

.herbyCookieConsent a {
    cursor: pointer;
}

.herbyCookieConsent p {
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-align: left !important;
    margin-bottom: -20px;
}

@media screen and (max-width: 769px) {
    .btn-fixed-bt {
        right: 2px;
        bottom: 2px;
    }

    .btn-fixed-bt i.bgwhats {
        width: 40px;
        height: 40px;
    }
}

.bloco-cadastrar {
    margin-top: 25px;
    text-align: center;
}

.bloco-cadastrar a {
    padding: 10px 25px !important;
    width: auto !important;
    line-height: initial !important;
    height: auto !important;
    margin-bottom: 25px !important;
}

body.light {
    background: #f9f9f9;
}

main.blog {
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #323232;
    background-color: #f9f9f9;
    font-size: 16px;
    line-height: 1.5;
}

main.blog * {
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

main.blog h2 {
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.33333;
    margin: 0;
}

main.blog article main {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

main.blog > .container {
    margin-top: 125px;
}

aside section + section {
    margin-top: 32px;
}

main.blog aside h2 {
    display: none;
}

main.blog article header h1 {
    font-size: 2em;
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.1667;
    margin: 0 0 16px;
    padding: 0;
}

main.blog article main h2 {
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1.5px;
}

main.blog article main h3 {
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -1.5px;
}

main.blog article main p + h2,
main.blog article main p + hr {
    margin-top: 10px;
}

main.blog article main a {
    border-bottom: 1px dotted #becbdc;
    word-wrap: break-word;
}

main.blog article main p + ul,
main.blog article main p + ol,
main.blog article main p + h3,
main.blog article main p + blockquote,
main.blog article main p + img,
main.blog article main p + pre,
main.blog article main p + .wp-caption,
main.blog article main p + .codecolorer-container,
main.blog article main p + .embed-responsive {
    margin-top: 24px;
}

main.blog article header p {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    font-size: 1.25em;
    letter-spacing: -1px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

main.blog article header {
    border-bottom: 1px solid #cdcdcd;
    margin: 0 0 25px 0;
    padding: 0 0 24px 0;
}

main.blog .nopdlr {
    padding-left: 0px;
    padding-right: 0px;
}

main.blog p {
    font-size: 1.1em;
    line-height: 1.5;
    margin: 0.8em 0 0;
}

main.blog article main p {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    letter-spacing: -0.25px;
}

main.blog article main {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

main.blog article main ul li + li,
main.blog article main ol li + li {
    margin-top: 16px;
}

main.blog article main ul li {
    font-size: 1.2em;
}

main.blog .about {
    font-size: 0.875em;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    overflow: hidden;
}

main.blog .about img {
    border-radius: 64px;
    float: left;
    margin: 0 16px 0 0;
    max-height: 40px;
    width: auto;
}

main.blog .about p {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

main.blog .about time {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    text-transform: lowercase;
}

main.blog .about .social {
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #cdcdcd;
    bottom: 0;
    left: 0;
    margin: 14px 0 0 0;
    padding: 8px 0 0 0;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 100;
}

main.blog .about .social ul {
    list-style: none;
    padding: 0;
    margin: 0 0 8px 0;
}

main.blog .about .social ul li {
    display: inline-block;
}

main.blog .about .social ul li a {
    border-radius: 32px;
    display: block;
    height: 32px;
    margin: 0;
    position: relative;
    text-indent: -5000px;
    width: 32px;
}

main.blog .about .social ul li a:after {
    color: white;
    display: block;
    font-family: "Font Awesome 5 Brands";
    font-size: 15px;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 32px;
}

main.blog .about .social ul li.facebook a {
    background: #42579c;
}

main.blog .about .social ul li.twitter a {
    background: #54a6e5;
}

main.blog .about .social ul li.linkedin a {
    background: #3579ba;
}

main.blog .about .social ul li.whatsapp a {
    background: #32b742;
}

main.blog .about .social ul li.facebook a:after {
    content: "";
}

main.blog .about .social ul li.twitter a:after {
    content: "";
}

main.blog .about .social ul li.linkedin a:after {
    content: "";
}

main.blog .about .social ul li.whatsapp a:after {
    content: "";
}

main.blog article main h3 + p {
    margin-top: 16px;
}

main.blog article main h2 + p,
main.blog article main h2 + ul,
main.blog article main h2 + ol,
main.blog article main h2 + .wp-caption {
    margin-top: 16px;
}

.zem_rp_content h3 {
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.333333;
    margin: 0 0 26px 0;
}

.zem_rp_content ul {
    list-style: none;
    padding: 0;
}

.zem_rp_content ul li {
    display: table;
}

.zem_rp_content ul li + li {
    margin-top: 16px;
}

.zem_rp_content ul li a {
    color: #323232;
    display: table-cell;
    font-size: 0.875em;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 1.5;
    vertical-align: middle;
}

.zem_rp_content ul li a:visited,
.zem_rp_content ul li a:hover,
.zem_rp_content ul li a:focus {
    color: #323232;
}

img {
    vertical-align: middle;
}

.zem_rp_content ul li a img {
    border-radius: 3px;
    min-width: 64px;
}

.zem_rp_content ul li a.zem_rp_title {
    padding: 0 0 0 15px;
}

.pp-form {
    position: relative;
    color: inherit;
}

main.blog article main form {
    background: #f0f0fa;
    border-radius: 3px;
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 300;
    padding: 30px;
    margin: 24px 0;
}

main.blog article main form button {
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.pp-form .btn {
    width: 100%;
    margin-top: 16px;
    padding: 10px 24px;
    border: 1px solid #1c2633;
    background-color: #374b64;
    color: #fff !important;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.pp-form .btn:hover {
    background-color: #1c2633;
    border: 1px solid #0a0d12;
}

.signup {
    /*background: #f0f0fa;*/
    /*color: #6d84a7;*/
    /*padding: 48px 0;*/
    /*position: relative;*/

    background: #f5f6ff;
    color: #6d84a7;
    padding: 48px 0 0;
    position: relative;
}

.signup h2 {
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #374b64;
    font-size: 1.5em;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.33333;
    margin: 0;
}

.signup p {
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
}

.signup form {
    margin: 16px 0;
}

.signup form .checkbox {
    color: #555555;
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: -0.5px;
}

.signup .checkbox {
    position: relative;
}

.signup .radio,
.signup .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.signup form input[type="submit"].btn {
    margin-left: 8px;
    font-weight: 700;
    border-radius: 4px;
}

.signup .btn.btn-primary {
    background-color: #374b64;
    border-color: #374b64;
    color: white;
}

.signup .btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #496485;
    border-color: #496485;
}

@media (min-width: 992px) {
    .zem_rp_content ul li a {
        vertical-align: top;
    }

    .zem_rp_content ul li a.zem_rp_title {
        height: 64px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    main.blog .about {
        margin-bottom: 0;
        text-align: center;
    }

    main.blog .about img {
        float: none;
        margin: 16px 0;
        max-height: none;
    }

    main.blog .about .social {
        background: none;
        bottom: initial;
        left: initial;
        padding: 15px 0 0 0;
        position: static;
        right: initial;
        z-index: 0;
    }

    main.blog .about .social ul {
        margin: 0 0 14px 0;
    }

    main.blog article header h1 {
        font-size: 3em;
    }

    main.blog article header p {
        font-size: 1.5em;
    }

    main.blog article .row .col-md-9 {
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
}

@media (min-width: 768px) {
    .signup h2 {
        margin-top: 0px;
    }
}

#servicos .feature-box-04 {
    margin: 15px 0;
}

#servicos .feature-box-04 h5 {
    font-size: 18px;
    font-weight: bold;
}

#servicos .feature-box-04 .feature-content {
    min-height: 300px;
}

.home-banner-02 {
    padding: 150px 0 0;
}

.border-funcionalidade {
    border-bottom: 2px dashed var(--teal);
    cursor: pointer;
}

/*###############################################################################*/

.with-select-flags > .phone-input-group > .phone-country {
    width: 55px;
    height: 34px;
    display: inline-block;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen {
    height: 32px !important;
}

.with-select-flags > .phone-input-group > .select2-container > .select2-choice {
    margin-top: 1px;
}

.with-select-flags > .phone-input-group > .phone-country {
    border: 1px solid #ccc !important;
    border-right: 0 !important;
    height: 36px !important;
}

.select2-container .select2-choice {
    max-height: 33px !important;
}

#rd-form-joq3m2m5i .select2-container .select2-choice {
    height: 33px !important;
}

.with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen > .flag {
    margin-left: 10px !important;
    margin-top: -3px !important;
}

.home-banner-02 .hb-text h1 {
    font-size: 50px;
    line-height: 66px;
    font-weight: 700;
}

.home-banner-02 .hb-text h2 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

@media (max-width: 768px) {
    .home-banner-02 .hb-text h1 {
        font-size: 1.3em;
        line-height: initial;
    }

    .home-banner-02 .hb-text h2 {
        font-size: 16px;
    }

    #home {
        padding: 65px 0 0;
    }
}

.blog p {
}

#loginBox .alert-info {
    font-size: 20px;
    font-weight: bold;
}

.bg-captei {
    background-image: url(/assets/static/images/LINKEDIN-CAPA.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.blockUI.blockOverlay{
    /* background-color: rgb(68 68 68) !important; */
    /* ofusca */
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.blockElement {
    width: 100% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    position: fixed !important;
}

.blockElement .icon-spinner2.spinner::before {
    font-size: 33px !important;
    color: #f59324;
}

/* quando blockElement visivel, bloqueia a interação com o conteúdo (scroll) */
html:has(.blockElement) {
    overflow: hidden !important;
}