:root {
    --cor-fundo: #C4170C;
    --cor-preco: #031a3d;
    --cor-hover-botao: #219785;

    --cor-botao: #F5A872;
}


@font-face {
    font-family: glbOpenSans;
    font-weight: 700;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-normal.woff2) format('woff2'),
        url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-normal.woff2) format('woff');
    font-display: swap;
}

@font-face {
    font-family: glbOpenSans;
    font-style: italic;
    font-weight: 700;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-italic.woff2) format('woff2'),
        url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-italic.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: glbOpenSans;
    font-style: italic;
    font-weight: 400;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-italic.woff2) format('woff2'),
        url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-italic.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: glbOpenSans;
    font-weight: 300;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-normal.woff2) format('woff2'),
        url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-normal.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: glbOpenSans;
    font-style: italic;
    font-weight: 300;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-italic.woff2) format('woff2'),
        url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-italic.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: glbOpenSans;
    font-weight: 400;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-normal.woff2) format('woff2'),
        url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-normal.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: glbOpenSans;
    font-weight: 600;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-normal.woff2) format('woff2'),
        url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-normal.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: glbOpenSans;
    font-style: italic;
    font-weight: 600;
    src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-italic.woff2) format('woff2'),
        url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-italic.woff) format('woff');
    font-display: swap;
}


.header-inner {
    display: flex;
    align-items: center;
}

/* header {
    background: #FAFAFA;
    padding: 10px 0;
  } */

.logo {
    max-width: 120px;
}

.main-menu-wrapper {
    width: 100%;
    text-align: right;
}

.main-menu li {
    display: inline-block;
}

.main-menu li a {
    margin-top: 20px;
    color: #9e9e9e;
    padding: 10px 20px;
    border-right: 2px dashed #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
}

.main-menu li:nth-child(2) a {
    border-right: none;
}

.main-menu li.menu-btn a {
    border: none;
    background: #000;
    color: #FFF !important;
}

.main-menu li a:hover {
    color: #000;
    border-bottom: 2px solid #000;
}

.main-menu li.menu-btn a:hover {
    background: #444;
}

.footer-inner, .footer-inner a {
    display: flex;
    align-items: center;
    color: rgba(174, 173, 174, 0.8);
    font-size: 13px;
}

footer {
    padding: 20px 0 0 0;
}

#single-custom-widget h2,
.single-footer-item>h2 {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}

.footer-inner .single-footer-item:nth-child(2) {
    width: 50%;
}

.footer-bottom {
    border-top: 1px solid rgba(174, 173, 174, 0.23);
    padding: 20px 0;
}

.footer-bottom p {
    margin: 0;
    color: rgba(174, 173, 174, 0.8);
    text-align: right;
    font-size: 14px;
}

.footer-image img {
    max-width: 80px;
}

.footer-bottom .row {
    align-items: center;
}

.single-footer-item {
    width: 25%;
    padding: 5px;
}

.footer-inner .single-footer-item:first-child a {
    color: #FFF;
    font-weight: bold;
    padding-left: 0;
}

.footer-inner .single-footer-item:last-child {
    padding-right: 0;
}

.footer-inner .single-footer-item:first-child {
    padding-left: 0;
}

.footer-inner .single-footer-item:nth-child(3) a:hover {
    text-decoration: underline;
    color: #FFF;
}


.top-product-image img {
    width: 100%;
}

.action-btn {
    /* display: inline-block;
    background: linear-gradient(to bottom, var(--cor-hover-botao) 0%, #489417 100%);
    text-align: center;
    padding: 25px 20px;
    border-radius: 10px;
    margin: auto;
    color: #FFF;
    box-shadow: 0px 4px 0px 0px rgba(36, 69, 13, 1);
    font-size: 13px; */
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 1rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    color: white;
    border: none;
    border-radius: 10px;
    background: var(--cor-botao);
    transition: all 0.3s ease 0s;
    box-shadow: rgb(0 0 0 / 20%) 0px -10px 15px -5px inset;
    cursor: pointer;
}

.action-btn:hover {
    background: var(--cor-hover-botao);
    color: #FFF;
}

.action-btn strong {
    font-size: 0.9em !important;
    padding-right: 10px;
    display: block;
}

.action-btn p {
    font-size: 0.6em;
    margin-top: 1em;
    margin-bottom: 0;
}

@media(max-width: 800px) {
    .action-btn strong {
        font-size: 1.5em !important;
        padding-right: 10px;
        display: block;
    }

    .action-btn p {
        font-size: 1.0em;
        margin-top: 1em;
        margin-bottom: 0;
    }
}


.black-banner {
    background: var(--cor-fundo);
    color: #FFF;
    text-align: center;
    padding: 30px 0;
}

.black-banner h2 {
    max-width: 800px;
    margin: auto;
    font-weight: 700;
}

.video-section {
    padding: 70px 0;
}

.extra-image {
    text-align: center;
    margin-top: 50px;
}

.contents .container {
    max-width: 850px;
}

.contents {
    padding: 40px 0px 70px 0px;
}

.single-benificier {
    text-align: center;
    margin-bottom: 35px;
    font-size: 17px;
}

.single-benificier p:last-child {
    text-align: left;
}

.single-benificier p img, .single-benificier img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.benificiary {
    margin-top: 50px;
    margin-bottom: 50px;
}

.benificiary {
    padding: 0 15px;
}

.single-benificier h4 {
    font-weight: bold;
    font-size: 22px;
    margin: 20px 0;
}


.contents img {
    max-width: 450px;
    width: auto;
    margin: 15px auto;
    display: block;
}



.contents p {
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
}

.info-boxs {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.single-info-box {
    width: 50%;
    padding: 20px;
    padding-left: 82px;
    position: relative;
}


.packages {
    text-align: center;
    padding: 50px 0 110px;
    color: #FFF;
    background: var(--cor-fundo);
}



.single-packages {
    background: #FFF;
    position: relative;
    padding: 30px 16px;
    color: #000;
    margin: 0 25px;




    width: 278px;
    margin: 1rem;
    background: rgb(254, 254, 254);
    border: 1px solid rgb(238, 238, 238);
    padding: 0.85rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.single-packages::before {
    content: "";
    position: absolute;
    height: 130px;
    top: 0px;
    left: 0px;
    background: var(--cor-fundo);
    width: 100%;
    z-index: -1;
    transition: background-color 0.2s ease-out 0s, height 0.2s ease-out 0s;
}

.discount {
    position: absolute;
    top: 0;
    background: var(--cor-fundo);
    padding: 8px 25px;
    display: block;
    border-radius: 25px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    top: -23px;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
}

.package-head h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.packageb-image img {
    width: 100%;
    margin-bottom: 20px;
}

@media(min-width: 1025px) {
    .packages .row .col-lg-4:nth-child(2) {
        position: relative;
        transform: scale(1.1);
    }
}

.package-center strong {
    display: inline-block;
    position: relative;
}

.package-center strong::after {
    content: "";
    width: 100%;
    height: 2px;
    background: red;
    position: absolute;
    left: 0;
    top: 50%;
}

.packageb-image {
    margin-top: 30px;
}

.package-center {
    font-weight: 600;
    font-size: 15px;
    line-height: 8px;
}

.price h3 {
    color: var(--cor-preco);
    font-weight: bold;
    font-size: 37px;
    margin-bottom: 20px;
}

.perguntas {
    color: var(--cor-preco);
}

.package-bottom p {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.package-bottom a {
    display: inline-block;
    background: var(--cor-hover-botao);
    color: #FFF;
    padding: 10px 40px;
    margin-top: 10px;
    font-size: 23px;
}

.packages .row .col-lg-4:nth-child(2) .package-bottom a {
    background: var(--cor-hover-botao) !important;
}

.packages .package-bottom a:hover, .packages .row .col-lg-4:nth-child(2) .package-bottom a:hover {
    background: #489417 !important;
    color: #FFF;
}

.single-packages {
    margin-bottom: 20px;
}

.package-bottom-contents {
    display: block;
    margin-top: 50px;
}


.star-image {
    display: block;
    margin: 50px 0;
}

.star-image img {
    max-width: 180px;
}

.contents h3 {
    font-weight: bold;
    font-size: 23px;
    margin-top: 50px;
}

.gray-banner {
    background: #F2F2F2;
    text-align: center;
    padding: 50px 0;
}

.gray-banner p {
    max-width: 750px;
    margin: auto;
    font-size: 17px;
}

.gray-banner img {
    display: block;
    margin: auto;
    height: auto !important;
    width: auto;
    margin-bottom: 10px;
}

.packages .row .col-lg-4:nth-child(2) .price h3 {
    color: #000;
}

.action-btn-inner {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.block-section {
    text-align: center;
    padding: 50px 0;
    text-align: center;
    /* color: #FFF; */

}

h3 {
    font-weight: bold;
}

.black-banner-contents p {
    margin: 0;
    margin-top: 35px;
    font-size: 17px;
}

.single-video-item iframe {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 450px;
    border: 1px solid #FFF;
}

.top-product-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.top-product-content p {
    font-size: 17px;
}

.top-product-content {
    padding-right: 25%;
}

.top-product-content ul li {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 27px;
    font-size: 1.4475rem;
}

.top-product-content ul {
    margin-top: 40px;
}

.top-product-content ul li::before {
    color: #fff;
    content: "✓";
    background: var(--cor-fundo);
    border-radius: 100%;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.package-rating ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.package-rating ul li {
    color: #FED112;
    padding: 0 1px;
}

.package-rating ul p {
    color: #484334;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.package-rating ul p i {
    background: var(--cor-hover-botao);
    margin-left: 6px;
    color: #fff;
    border-radius: 50%;
    font-style: normal;
    padding: 2px 5px;
}

.packageTitle {
    margin-bottom: 50px;
}

.for_mobile {
    display: none;
}

.iframeBox {
    position: relative;
}

.iframeBox::before, .iframeBox::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px 20px rgba(0, 0, 0, .5);
    top: 40px;
    left: 30px;
    bottom: 50px;
    width: 15%;
    z-index: -1;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}


.iframeBox::after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 30px;
    left: auto;
}

.singleProof {
    position: relative;
}

.singleProof img {
    width: 100%;
    border: 1px solid #fffafa;
    box-shadow: 0 0 10px #e3e3e3;
}

.singleProof::before, .singleProof::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px 20px rgba(0, 0, 0, .5);
    top: 55px;
    left: 10px;
    bottom: 50px;
    width: 15%;
    z-index: -1;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}


.singleProof::after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}


.package-center p {
    color: #484334;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.package-center p strong {
    text-decoration: line-through;
    color: #ff3131;
}

.package-center p span {
    display: block;
    margin-top: 20px;
}

.singleWar p {
    width: 87%;
    margin: auto;
    text-align: justify;
    font-size: 17px;
}

.iframeBox {
    max-width: 799px;
    margin: auto;
}

.single-video-item {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.footerTextItem img {
    margin-bottom: 20px;
}


.footerTextItem p span {
    font-weight: 700;
}

.popup_cont img {
    height: 260px;
    width: auto;
}


.popup_cont h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: Impact, Charcoal, sans-serif;
    font-weight: bold;
    color: var(--cor-hover-botao);
    text-align: center;
    margin-top: 40px;
}

.popup_cont p {
    font-weight: 600;
    color: var(--cor-hover-botao);
    text-align: center;
    font-size: 20px;
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
}


.popup_cont ul li:last-child a {
    background: #605ba9
}

.popup_cont ul li a {
    padding: 30px 20px;
    border-color: #489417;
    border-width: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #489417;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #489417), color-stop(100%, #489417));
    background: -webkit-linear-gradient(top, #489417 0%, #489417 100%);
    background: -moz-linear-gradient(top, #489417 0%, #489417 100%);
    background: -ms-linear-gradient(top, #489417 0%, #489417 100%);
    background: -o-linear-gradient(top, #489417 0%, #489417 100%);
    background: linear-gradient(to bottom, #489417 0%, #489417 100%);
    box-shadow: none;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    width: 30%;
    margin: 20px auto 0;
    position: relative;
    display: inline-block;
    width: 50%;
    max-width: 600px;
}

.popup_cont ul li a:hover {
    background: var(--cor-hover-botao);
}

.pops_button {
    margin-bottom: 100px;
}

.btn_s_2 {
    background: yellow;
}

.close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 40px;
    z-index: 88;
}

.modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
}

.package-modal {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100%;
}

.modal {
    padding: 0 !important;
}

.package-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
}



.countdown {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.counter-home ul.countdown li {
    background-color: transparent;
    margin: 0 5px;
    padding: 20px 20px;
    /* border: none; */
    color: #FFF;
    text-align: center;
    border: 3px solid #FFF;
    border-radius: 5px;
    width: auto;
}

.counter-home ul.countdown li span {
    font-weight: normal;
    font-size: 60px;
    line-height: 50px;
    color: #FFF;
}

.counter-home ul.countdown li p {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #FFF;
}

/*Lazy Load CSS*/
.blurry-load-container {
    background-color: #f6f6f6;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.blurry-load-container img {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 1s linear;
}



.blurry-load-container img.loaded {
    opacity: 1;
}

.blurry-load-container .img-blur {
    filter: blur(50px);
}


/*Marketing page css*/

.marketing-template-area {
    position: relative;
    background-image: -moz-linear-gradient(153deg, #000 0, #444 53%, #000 100%);
    background-image: -webkit-linear-gradient(153deg, #000 0, #444 53%, #000 100%);
    background-image: -ms-linear-gradient(153deg, #000 0, #444 53%, #000 100%);

    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: nunito sans, sans-serif;
}


.row.depoimentos-whatsapp img {
    margin-bottom: 20px;
    margin-top: 10px;
}

.marketing-header {
    padding: 15px 0;
    background: url;
    margin-bottom: 30px;
    position: relative;
}

.msg-cliente {
    margin-top: 10px;
}

.msg-cliente strong {
    font-size: 12px;
    color: #fff;
    display: block;
}

.msg-cliente small {
    font-size: 11px;
    color: #f3f2ea;
    line-height: 17px;
    display: block;
}


.logo2 {
    text-align: center;
}

.logo2 img {
    width: 135px;
    margin-top: 10px;
}

.marketing-header .img-fluid {
    max-width: 100%;
    height: auto;
}

.formas-pagamento-header small {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    display: block;
    margin-top: 13px;
}

.formas-pagamento-header img {
    margin-top: 5px;
}



/*New Products*/

.conteudo-pagina {
    padding: 20px 0;
    position: relative;
}

#chamada {
    margin-bottom: 30px;
}

#chamada h2 {
    font-size: 30px;
    font-family: ubuntu, sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    line-height: 35px;
}

#chamada h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}


.box-precos {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8.91px .09px rgba(27, 27, 27, .23);
    padding-bottom: 2px;
    margin-top: 20px;
}

.box-precos .header {
    display: block;
    background-color: #f1f1f1;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 50px;
}

.box-precos .header .porcentagem-desconto {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: #6e45c1;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    text-align: left;
    font-weight: 700;
    padding: 14px 12px;
    border-top-left-radius: 3px;
}

.box-precos .header .porcentagem-desconto strong {
    font-size: 14px;
    color: #fff;
}

.box-precos .header .produto-info {
    width: 100%;
    padding: 12px;
    text-align: center;
}

.box-precos .header .produto-info strong {
    font-size: 16px;
    display: block;
    line-height: 13px;
    font-weight: 700;
    color: #6e45c1;
    text-transform: uppercase;
}

.box-precos .thumb {
    width: 100%;
    overflow: hidden;
}

.box-precos .thumb img {
    width: 100%;
    margin: 0 auto;
}

.conteudo-produto {
    margin-top: 20px;
    width: 100%;
    padding: 0 10px;
}

.conteudo-produto .titulo-produto {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 0 19px;
    color: #333;
    margin-top: 10px;
}

.conteudo-produto .precos-produto {
    padding: 0 10px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.conteudo-produto .precos-produto span {
    display: block;
    font-size: 14px;
    color: #333;
}

.conteudo-produto .precos-produto span em.preco-antigo {
    color: #e73671;
    text-decoration: line-through;
}

.conteudo-produto .precos-produto span {
    display: block;
    font-size: 14px;
    color: #333;
}

.conteudo-produto .precos-produto span em {
    font-style: normal;
    float: right;
}

.conteudo-produto .parcela {
    padding: 0 10px;
    font-size: 12px;
    margin-top: 13px;
    line-height: 24px;
}

.conteudo-produto .parcela span {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
}

.conteudo-produto .parcela strong {
    font-size: 12px;
    color: #6e45c1;
    font-weight: 800;
    float: right;
}

.conteudo-produto .parcela strong em {
    font-style: normal;
    font-size: 30px;
    color: #6e45c1;
    font-weight: 900;
}

.frete {
    background-color: #fefefe;
    text-align: center;
    margin: 25px -10px;
    color: #fff;
    padding: 10px;
    border: 1px solid #eee;
}

.frete img {
    width: 26px;
    display: inline-block;
    margin-right: 5px;
}

.frete p {
    display: inline-block;
    color: #000;
    font-size: 12px;
    margin-bottom: 0;
}

.btn-comprar {
    text-align: center;
    height: 49px;
    line-height: 48px;
    margin-top: 10px;
    margin-bottom: 28px;
    position: relative;
}

.btn-comprar a {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 190px;
    height: 50px;
    padding: 0;
    margin: 0 auto;
    line-height: 50px;
    z-index: 111;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background-color: #6e45c1;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

.box-precos.destaque .header .porcentagem-desconto, .box-precos.destaque .btn-comprar a {
    background: #8ec145;
}

.box-precos.destaque .header .produto-info strong, .box-precos.destaque .conteudo-produto .parcela strong, .box-precos.destaque .conteudo-produto .parcela strong em {
    color: #8ec145;
}

.btn-comprar a:hover, .box-precos.destaque .btn-comprar a:hover {
    color: #fff;
    text-decoration: none;
    background: #ffb200;
}


/* Title section*/

.title-box {
    padding: 15px 0;
    background: url(http://pv.grupobachs.com/wp-content/uploads/2020/05/bg_black.jpg) #2e2e2e;
    margin-bottom: 0;
    position: relative;
    padding-top: 25px;
    margin-top: 20px;
}

.title-box h2 {
    font-size: 30px;
    font-family: ubuntu, sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    line-height: 35px;
}

.title-box p {
    text-align: center;
    color: #fff;
    font-size: 13px;
}

/*whatapp section*/

.box-depoimentos-whatsapp {
    background: #8e8e8e;
    padding: 30px 0;
    position: relative;
}


.envio-rodape {
    background-color: rgba(58, 58, 58, .46);
    position: relative;
    padding: 15px 0;
}

.envio-rodape .row .col-lg-3:first-child img {
    width: 35px;
    margin: 15px 10px 0 0;
}

.envio-rodape p {
    margin-left: 2%;
    color: #fff;
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    margin: 10px 0;
}

.envio-rodape img {
    float: left;
    margin: 12px 10px 0 0;
}

.envio-rodape a, .envio-rodape a:hover {
    color: #fff;
}



.box-pirataria {
    background: #f2f2f2;
    position: relative;
    padding: 40px 0 20px;
}

.box-pirataria p {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

.proofTitle {
    text-align: center;
}

.slider_wrapper {
    padding: 25px 0px 50px 0px;
}

.slider_wrapper h2 {
    text-align: center;
    color: #000;
}

.owl-carousel-slider-wrapper .item {
    margin-top: 30px;
}

.slider_wrapper .owl-nav {
    display: block !important;
}





.slider_wrapper .owl-dots {
    float: left;
    width: 100%;
    display: block !important;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slider_wrapper .owl-dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    margin: 0px 5px;
}

a.bottom_button {
    display: inline-block;
    background: linear-gradient(to bottom, var(--cor-hover-botao) 0%, #489417 100%);
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    margin: auto;
    color: #FFF;
    box-shadow: 0px 4px 0px 0px rgba(36, 69, 13, 1);
    font-size: 13px;
    margin-top: 30px;
    line-height: 17px;
    margin: 0px auto;
    display: table;
}

a.bottom_button strong {
    font-size: 25px;
    padding-right: 10px;
    display: block;
}

img.card_img {
    display: block;
    margin: 0px auto;
    margin-top: 20px;
}

.wp_micro_wrapper {
    background: #489417;
    padding: 15px 0px;
}

.wp_micro_wrapper h3 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0px;
}

.wp_micro_wrapper h4 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 600;
}

.wp_micro_content {
    padding: 35px 0px;
}

.wp_micro_content p {
    font-size: 17px;
}

.urgente_section {
    background: #fe0015;
    padding: 40px 0px;
}

.urgente_section h2 {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    font-size: 24px;
    margin-top: 15px;
}

.wp_urgente_section {
    max-width: 750px;
    margin: 0px auto;
}

.urgente_section p {
    font-size: 17px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
}

.urgente_section p span {
    font-weight: 700;
    color: rgb(245, 227, 11);
}

.wp_images {
    text-align: center;
    /*float: left;*/
    width: 100%;
}

.warantyArea {
    padding: 70px 0 70px
}

.action-btn-wrapper {
    width: 100%;
}

.bottom_button:hover {
    color: #FFF;
}

a.bottom_button strong {
    display: block;
    margin-bottom: 15px;
    line-height: inherit;
}

.modal.show .modal-dialog {
    width: 100%;
    max-width: 100%;
}

.modal-dialog.package-modal {
    margin: 0 auto;
}

button.close {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 40px;
}

.link-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.fixed_header {
    /* position: fixed; */
    /* top: 0px; */
    /* z-index: 99; */
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.jmvhCq {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 3px;
    position: sticky;
    top: 0px;
    z-index: 1;
    background-color: var(--cor-fundo);
}

.evNqqL {
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.daHpMd {
    max-width: 1370px;
    width: 96%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px auto;
}

.ReMYz {
    background-color: unset;
    border: unset;
    position: relative;
    width: 35px;
    margin-right: 0.2rem;
    padding: 5px;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    outline: none;
}

.ffAKSg {
    font-family: inherit;
    font-size: 0.8rem;
    text-align: center;
    border: none;
    background-color: var(--cor-botao);
    display: block;
    padding: 0.75rem 0.5rem;
    color: white;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    /* max-width: 40%; */
}

.ReMYz>span {
    display: block;
    height: 4px;
    background: white;
    margin-bottom: 5px;
    width: 25px;
}

.beneficios_lista {
    margin-top: 5em !important;
}

@media(max-width: 767px) {
    .beneficios_lista {
        margin-top: 0em !important;
    }

    .top-product-content ul li {
        font-size: 1.2475rem;
    }

}

.garantia p {
    padding: 0px 14px;
    font-size: 1.125rem;
    margin-top: 24px;
}

.center-image {
    width: 100%;
    margin: auto;
    display: block;
    display: flex;
    justify-content: center;
}


.hgyLgF {
    margin: 0px;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    justify-content: center;
    flex-flow: row-reverse wrap-reverse;
    padding: 1rem 1rem 0px;
    list-style: none;
    color: rgb(255, 255, 255);
}

.cCkPct {
    margin: 0.2rem 0px;
    display: block;
    color: #fff;
    font-weight: bold;
}

.hCMwfO {
    color: #fff;
    font-weight: bold;
}

.kfctgj::after {
    content: "";
    position: absolute;
    top: 130px;
    left: 0px;
    z-index: -1;
    border-left: 139px solid transparent;
    border-right: 139px solid transparent;
    border-top: 60px solid var(--cor-fundo);
    width: 0px;
    transition: border-top 0.2s ease-out 0s, top 0.2s ease-out 0s;
}

.kfctgj::before {
    content: "";
    position: absolute;
    height: 130px;
    top: 0px;
    left: 0px;
    background: var(--cor-fundo);
    width: 100%;
    z-index: -1;
    transition: background-color 0.2s ease-out 0s, height 0.2s ease-out 0s;
}

.kfctgj {
    width: 278px;
    margin: 1rem;
    background: rgb(254, 254, 254);
    border: 1px solid rgb(238, 238, 238);
    padding: 0.85rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.teste {
    width: 278px;
    margin: auto;
    background: #fefefe;
    border: 1px solid #eeeeee;
    padding: 0.85rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(min-width: 1024px) {
    .teste:hover {
        background: var(--cor-botao);
        height: 150px;
    }


    .teste:hover::before {
        background: var(--cor-botao);
        height: 150px;
    }

    .teste:hover::after {
        border-top: 65px solid var(--cor-botao);
        top: 150px;
    }

    .teste:hover .botaohover {
        background: var(--cor-botao);
    }

}

.botaohover {
    font-weight: bold;
}

.gkbxsD {
    font-size: 1.4rem;
    margin: 1rem 0px 0px;
    display: inline-block;
    color: rgb(187, 187, 187);
}


.bJRgOq {
    font-size: 1.125rem;
    display: block;
    color: #fff;
    font-weight: bold;
}

.iUESxm {
    font-weight: 600;
    color: rgb(8, 0, 45);
}


.gulbzf {
    display: block;
    width: 100%;
    border: none;
    font-size: inherit;
    font-family: inherit;
    text-align: center;
    padding: 0.75rem 0.5rem;
    border-radius: 5px;
    background-color: var(--cor-fundo);
    color: white;
    cursor: pointer;
    transition: background-color 0.2s ease 0s;
    margin-top: 1.2rem;
}


.linkcompratop {
    color: inherit;
}

.perguntas-box {
    border-bottom: 1px solid rgb(192, 192, 192);
    margin-bottom: 2em;
}




/** FOOTER **/
.footer {
    background-color: #313131;
}

.footer h6 {
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.footer p,
.footer p>a {
    text-align: center;
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 0.6em;
}

.rastrear-pedido {
    fill: #ffffff;
    color: #ffffff;
    background: radial-gradient(closest-side, #058571 40%, #46AF9F 150%);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
}

.rastrear-pedido:hover,
.rastrear-pedido:focus,
.rastrear-pedido:active {
    color: #fff;
}

.whatsapp {
    fill: #ffffff;
    color: #ffffff;
    background-color: #42ce35;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
}

.whatsapp:hover,
.whatsapp:focus,
.whatsapp:active {
    color: #fff;
}

.img-kit {
    /* margin-top: 5em; */
    background: #fff;
}


.cut {
    text-decoration: line-through;
}

@media(max-width: 900px) {
    .div-destaque {
        margin-bottom: 80px !important;
    }

    .packages {
        text-align: center;
        padding: 50px 0 20px;
        color: #FFF;
        background: var(--cor-fundo);
    }
}

.destaque {
    width: 278px;
    margin: auto;
    background: rgb(228, 0, 0);
    border: 1px solid #eeeeee;
    padding: 0.85rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-menu {
    margin: 0;
    color: #fff;
    font-weight: bold;
}

.saude-topo {
    color: #fff !important;
    font-family: "Open Sans", Sans-serif;
    font-size: 32px;
    font-weight: 300;
}

.search-menu {
    padding: 5px 50px 5px 10px;
    width: 150px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}




.top-product h1 {
    color: #111111;
    font-family: "Roboto", Sans-serif;
    /* line-height: 61px; */
    margin-bottom: 30px;


    font-family: glbOpenSans, "Open Sans", Arial, Inter, -apple-system, "system-ui", Roboto, "Helvetica Neue", Helvetica, Noto, Ubuntu, "Segoe UI", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;

}

.top-product .h2_subtitle {


    font-family: glbOpenSans, "Open Sans", Arial, Inter, -apple-system, "system-ui", Roboto, "Helvetica Neue", Helvetica, Noto, Ubuntu, "Segoe UI", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;

}

.top-product .h2_author {
    font-family: glbOpenSans, "Open Sans", Arial, Inter, -apple-system, "system-ui", Roboto, "Helvetica Neue", Helvetica, Noto, Ubuntu, "Segoe UI", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    color: #4f5257;
}

.por-g1 {
    font-family: glbOpenSans, "Open Sans", Arial, Inter, -apple-system, "system-ui", Roboto, "Helvetica Neue", Helvetica, Noto, Ubuntu, "Segoe UI", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 600;
}

.icon-media {
    font-size: calc(2.25px * 12);
}

.divider {
    padding-top: 25px;
    padding-bottom: 15px;
    display: flex;
}

.divider-separator {
    border-top: 1px solid #CCCCCC;
    width: 100%;
}

.img-adv {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    display: inline-block;
}

.link-adv {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 40px;
}

.text-normal-adv {

    font-family: glbOpenSans, "Open Sans", Arial, Inter, -apple-system, "system-ui", Roboto, "Helvetica Neue", Helvetica, Noto, Ubuntu, "Segoe UI", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;

}

.texto-grande-adv {
    color: #111111;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 30px;
}

.bloco-comentario {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.bloco-comentario2 {
    display: flex;
    align-items: stretch;
}

.header-bloco-comentario {
    font-family: "Open Sans", Sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.avatar-comentario {
    width: 70px;
    height: 70px;
    border-radius: 100px;
}

.comentario-cite {
    margin-left: 23px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
}

.nome-comentario {
    font-family: "Open Sans", Sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.titulo-comentario {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #697882;
}

.bloco-comentario-testemunha {
    padding-top: calc(23px / 2);
    padding-left: 15px;
    padding-right: 15px;
}

.comentario-testemunha {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
}

.no-more-comments {
    background-color: #DFDFDF;
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.texto-comentario {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 50px;
}

.new-footer {
    background-color: #C4170C;
}

.new-footer-div {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap);
    width: 100%;
    color: #fff;
    margin: 0 auto;
    padding-inline: 0;
    height: 100%;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
}

.new-footer-div p {
    font-size: 12px;
}

.borda-vertical-bottom {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #fff;
    margin: 0 10px !important;
    height: 20px;
}

.borda-vertical-bottom-fim {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #fff;
    margin: 0 4px !important;
    height: 18px;
}

.link_destaque {
    color: #57baec;
}

.link_destaque :hover {
    color: #3a86a1;
}


@media (min-width: 1024px) {
    .img-menor {
        display: block;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-menor65 {
        display: block;
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-menor2 {
        display: block;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-menor80 {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1023px) {
    .img-menor {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-menor65 {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-menor2 {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-menor80 {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width: 901px) {
    .inicio-corpo {
        margin-top: 50px;
    }

    .search-menu {
        background-color: #A7140A;
    }

    .borda-vertical-topo {
        border-style: solid;
        border-width: 0px 0px 0px 1px;
        border-color: #A6A6A6;
        margin: 0 40px !important;
        height: 40px;
    }

    .img-logo {
        width: 35px;
    }
}

@media(max-width: 900px) {
    .inicio-corpo {
        margin-top: 0px;
    }

    .menu-menu {
        display: none !important;
    }

    .borda-vertical-bottom {

        height: 20px;
    }

    .text-normal-adv {
        font-size: 18px;
        line-height: 27px;
    }

    .texto-grande-adv {
        font-size: 32px;
        line-height: 35px;
    }

    .new-footer-div {
        font-size: 14px;
    }

    .img-logo {
        width: 25px;
    }

    .search-menu {
        width: 35px;
        margin-right: -30px;
    }

    .first-part-menu {
        margin-left: -30px;
    }

    .top-product h1 {
        font-family: glbOpenSans, "Open Sans", Arial, Inter, -apple-system, "system-ui", Roboto, "Helvetica Neue", Helvetica, Noto, Ubuntu, "Segoe UI", sans-serif;
        font-size: 28px;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: 700;
    }

    .top-product .h2_subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .icon-media {
        font-size: calc(2.25px * 14);
    }

    .footer-direitos {
        display: none !important;
    }

    .direitos {
        margin-left: 10px;
        font-size: 9px !important;
    }

    .top-product .h2_author {
        font-size: 14px;
        line-height: 15px;
    }
}

a {
    color: inherit;
}

/* HEARTBEAT */
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(0.96);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(0.96);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}


.btn-style {
    animation: heartbeat 2.5s infinite;
}

.btn-big {
    display: block;
    width: 100%;
    /* max-width: 600px; */
    margin: auto;
}

.shine:after {
    animation: shine 1s ease-out infinite;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

@keyframes shine {
    10% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.button-midia {
    background-color: #f5f6f7;
    border-radius: 12px;
    height: var(44px, 22px);
    justify-content: center;
    margin: var(0, 14px);
    max-width: var(100%, 22px);
}