@charset "UTF-8";
/*
=========================================================================================
==================================== MIXINS C/ SASS =====================================
=========================================================================================
*/

/* Como usar:
.my-box {
  padding: 10px;

  @include for-size(desktop-up) {
    padding: 20px;
  }
}
Insira @include for-size dentro do elemento que você deseja fazer algum ajuste de responsividade.
*/

/*
=================================================
===================== Sizes =====================
=================================================
*/

/**
*@name: Reset CSS, HTML;
*@author: Alan Nicolas Souza;
*@author-url: http://alanicolas.com
*@description: Reset CSS, HTML;
*@date: 21/02/2013;
*@update: 11/06/2014;
*@company: NeoLife;
*@version: 1.4;
**/

/*
=========================================================================================
======================================= HTML RESET ======================================
=========================================================================================
*/

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

article,
figure,
footer,
header,
nav,
section {
    display: block;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a:hover,
a:active {
    outline: none;
}

ul {
    margin: none;
}

ul li {
    list-style: none;
}

nav li {
    display: block;
    float: left;
}

button {
    cursor: pointer;
}

/*Criar file variables (variable-default)*/

/****************************************************************************************
*************************************** TYPOGRAPH ***************************************
****************************************************************************************/

body,
a {
    font-family: helvetica, freesans, sans-serif;
    font-size: 18px;
    color: #333;
}

h2,
h3,
p {
    text-rendering: optimizeLegibility;
    display: block;
    margin-bottom: 10px;
}

p {
    line-height: 160%;
    text-align: left;
}

h2,
h3 {
    line-height: 120%;
    font-weight: bold;
    color: #333;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 18px;
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
}

article ul {
    padding-inline-start: 40px;
}

article ul li {
    margin-bottom: 10px;
}

article ul li {
    list-style-type: disc;
}

/*=======================================================================================
====================================== CSS HELPERS ======================================
========================================================================================*/

/* clean */

/*=======================================================================================
======================================== CSS WP =========================================
========================================================================================*/

.wp-block-button {
    margin: 30px 0;
}

/*=======================================================================================
======================================== COMMON =========================================
========================================================================================*/

.txt-center {
    text-align: center;
}

footer a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.wp-block-button a {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    color: #f2f2f2;
    border: 1px solid #436e1d;
    border-radius: 15px;
    box-shadow: 0 4px 0 0 #436e1d;
    margin: 0 auto 2px;
    display: inline-block;
    padding: 30px 34px 20px;
    background: #74be33;
    background: -webkit-linear-gradient(top, #74be33, #68aa2e);
    background: linear-gradient(to bottom, #74be33, #68aa2e);
}

.wp-block-button a span {
    display: block;
    font-size: 13px;
    color: #FFF;
    font-weight: normal;
}

.wp-block-button a:hover {
    color: #FFF;
    background: #436e1d;
    background: -webkit-linear-gradient(top, #436e1d, #74be33);
    background: linear-gradient(to bottom, #436e1d, #74be33);
    box-shadow: 0 2px 0 0 #436e1d;
    margin: 2px auto 0;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1040px) {
    body {
        margin-top: 75px;
    }
}

@media (max-width: 830px) {

    .page-template-page-pv header nav,
    .page-template-page-pv header .logo {
        float: none !important;
        text-align: center;
        padding: 10px 0;
    }

    .page-template-page-pv header .logo img {
        width: auto;
        max-width: 200px;
        max-height: 50px;
    }

    .page-template-page-pv header nav {
        display: none;
    }

    .page-template-page-pv .wp-block-button a {
        font-size: 22px;
        padding: 20px;
    }

    .page-template-page-pv .wp-block-button a span {
        font-size: 11px;
    }

    .page-template-page-pv .offers .offers-container a {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto 50px;
    }

    .page-template-page-pv .txt-center {
        text-align: center;
    }

    .page-template-page-pv footer section div {
        width: 90%;
        margin: auto;
        float: none;
    }

    .page-template-page-pv footer section div:nth-child(2),
    .page-template-page-pv footer section div:nth-child(4) {
        width: 90%;
    }

    .page-template-page-pv footer .copyright {
        padding-top: 20px;
        text-align: center;
    }

    .page-template-page-pv footer .copyright p {
        float: none;
        text-align: center;
    }
}

.page-template-page-pv {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    background: #FFF;
}

.page-template-page-pv h2,
.page-template-page-pv h3,
.page-template-page-pv .wp-block-button a {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.page-template-page-pv h2 {
    font-size: 30px;
    margin: 20px 0;
}

.page-template-page-pv h3 {
    font-size: 21px;
}

.page-template-page-pv article .inicio ul {
    list-style: none;
    padding: 12px 0 0;
}

.page-template-page-pv article .inicio ul li {
    font-style: normal;
    font-weight: 400;
    color: #414042;
    margin-bottom: 14px;
    padding-left: 24px;
    position: relative;
    text-transform: uppercase;
    list-style-type: none;
}

.page-template-page-pv article .inicio ul li:before {
    color: #FFF;
    content: "✓";
    background: #000;
    border-radius: 100%;
    padding: 1px 4px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2px;
}

.page-template-page-pv article h3,
.page-template-page-pv article p {
    max-width: 720px;
    margin: 0 auto 20px;
}

.page-template-page-pv article .wp-block-button.aligncenter {
    margin-bottom: 40px;
}

body.page-template-page-pv {
    margin-top: 0;
}

body.page-template-page-pv header {
    padding: 10px 0;
    margin-bottom: 40px;
}

body.page-template-page-pv header .logo {
    float: left;
    padding: 10px 0;
    position: relative;
    z-index: 0;
}

body.page-template-page-pv header .logo img {
    max-height: 60px;
    max-width: 300px;
}

body.page-template-page-pv header nav {
    float: right;
}

body.page-template-page-pv header nav ul li a {
    margin-top: 20px;
    color: #9e9e9e;
    padding: 10px 20px;
    border-right: 2px dashed #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}

body.page-template-page-pv header nav ul li a:hover {
    color: #000;
    border-bottom: 2px solid #000;
    text-decoration: none;
}

body.page-template-page-pv header nav ul li:nth-child(2) a {
    border-right: 0;
}

body.page-template-page-pv header nav ul li:last-child a {
    background: #000;
    border: 0;
    border-radius: 3px;
    color: #fafafa;
}

body.page-template-page-pv header nav ul li:last-child a:hover {
    background: #9e9e9e;
    color: #fafafa;
}

.wp-block-button__link {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    color: #f2f2f2;
    border: 1px solid #436e1d;
    border-radius: 15px;
    box-shadow: 0 4px 0 0 #436e1d;
    margin: 0 auto 2px;
    display: inline-block;
    padding: 30px 34px 20px;
    background: #74be33;
    background: -webkit-linear-gradient(top, #74be33, #68aa2e);
    background: linear-gradient(to bottom, #74be33, #68aa2e);
}

.wp-block-button__link span {
    display: block;
    font-size: 13px;
    color: #FFF;
    font-weight: normal;
}

.wp-block-button__link:hover {
    color: #FFF;
    background: #436e1d;
    background: -webkit-linear-gradient(top, #436e1d, #74be33);
    background: linear-gradient(to bottom, #436e1d, #74be33);
    box-shadow: 0 2px 0 0 #436e1d;
    margin: 2px auto 0;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.4);
}

.btn-whatapp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25d366;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.4) 0 8px 6px -6px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1002;
}

.btn-whatapp a {
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.btn-whatapp a svg {
    width: 30px;
    height: 30px;
    margin: 10px auto;
}

@media (max-width: 599px) {
    .btn-whatapp {
        display: none;
    }
}

.container {
    clear: both;
    margin: auto;
    max-width: 980px;
    width: 88%;
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

.falsification_warning {
    width: 100%;
    padding: 40px 0 20px;
    background: #f2f2f2;
}

.falsification_warning img {
    margin: 0 auto 20px;
    display: block;
}

footer {
    background: #2e2e2e;
    background: url(../images/bg-cinza-escuro.webp);
    z-index: 111;
    position: relative;
    font-family: nunito sans, sans-serif;
    color: rgba(174, 173, 174, 0.8);
    font-weight: 200;
    padding-top: 10px;
}

footer p.disclaimer {
    max-width: 600px;
    margin: 20px auto;
    font-size: 12px;
    width: 80%;
}

footer:before {
    content: " ";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.3);
    bottom: 40px;
    left: 0;
}

footer strong {
    color: #fff;
    font-size: 14px;
    margin: 20px 0 10px;
    display: block;
}

footer li,
footer p,
footer a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

footer p a {
    font-weight: bold;
    color: #FFF;
}

footer p a:hover {
    color: #EEE;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    font-weight: normal;
    text-decoration: underline;
}

footer .copyright p {
    float: right;
    margin: auto;
    line-height: 20px;
}

footer section > div {
    float: left;
    width: 25%;
    margin-bottom: 30px;
    padding-right: 3%;
}

footer section > div:nth-child(2) {
    width: 34%;
}

footer section > div:nth-child(4) {
    width: 16%;
    padding: 0;
}

/****************************************************************************************
*************************************** FORMS ******************************************
****************************************************************************************/

/* TOOLTIP OF PLUGIN VALIDATOR */

.fullwidth.session_title {
    padding: 10px 0;
    margin: 40px 0;
    text-align: center;
    background: #000000;
}

.fullwidth.session_title h2 {
    width: 720px;
    margin: 20px auto;
    max-width: 90%;
    color: #FFF;
}

.offers {
    background: url(../images/bg-cinza-escuro.webp) repeat;
    padding: 40px 0;
    margin-bottom: -40px;
}

.offers br {
    display: none;
}

.offers h2 {
    color: #fff;
    text-align: center;
}

.offers h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.offers .offers-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media (max-width: 599px) {
    .offers .offers-container {
        flex-direction: column;
    }
}

.offers .offers-container a {
    text-align: center;
    display: block;
    margin-top: 20px;
    cursor: pointer;
}

.offers .offers-container a .offer-container-2 {
    background: #fff;
    max-width: 350px;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    border-radius: 4px;
    margin: 0 15px;
}

.offers .offers-container a .offer-container-2 p {
    margin: 0;
}

.offers .offers-container a .offer-container-2 img {
    margin: 10px auto 0 auto;
}

.offers .offers-container a .offer-container-2 .promotion {
    background-color: #f1f1f1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offers .offers-container a .offer-container-2 .promotion strong {
    font-size: 16px;
    display: block;
    line-height: 13px;
    font-weight: 700;
    color: #6e45c1;
    text-transform: uppercase;
}

.offers .offers-container a .offer-container-2 .promotion div {
    align-items: center;
    width: 100%;
}

.offers .offers-container a .offer-container-2 .promotion div strong {
    padding: 5px;
}

.offers .offers-container a .offer-container-2 .content-product {
    padding-bottom: 10%;
}

.offers .offers-container a .offer-container-2 .content-product .title-product {
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.offers .offers-container a .offer-container-2 .content-product .title-product p {
    text-align: center;
}

.offers .offers-container a .offer-container-2 .content-product .price-product {
    padding: 10px;
    font-size: 14px;
}

.offers .offers-container a .offer-container-2 .content-product .price-product p {
    display: flex;
    justify-content: space-between;
}

.offers .offers-container a .offer-container-2 .content-product .price-product span {
    font-weight: bold;
    color: #e73671;
    text-decoration: line-through;
}

.offers .offers-container a .offer-container-2 .content-product .portion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding: 0 10px 10px 10px;
}

.offers .offers-container a .offer-container-2 .content-product .portion p {
    font-weight: bold;
}

.offers .offers-container a .offer-container-2 .content-product .portion strong {
    font-size: 12px;
    color: #6e45c1;
    font-weight: 800;
    float: right;
}

.offers .offers-container a .offer-container-2 .content-product .portion strong em {
    font-style: normal;
    font-size: 30px;
    color: #6e45c1;
    font-weight: 900;
}

.offers .offers-container a .offer-container-2 .content-product .shipping {
    background-color: #FEFEFE;
    text-align: center;
    padding: 10px;
    border: 1px solid #DEDEDE;
    color: #000;
    font-size: 12px;
    margin-bottom: 0;
}

.offers .offers-container a .offer-container-2 .content-product .shipping img {
    margin-bottom: 10px;
}

.offers .offers-container a .offer-container-2 .content-product .btn-comprar-2 {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    background-color: #58167d;
    margin: 20px auto 0 auto;
    padding: 6%;
    width: 75%;
    border-radius: 4px;
    text-shadow: rgba(0, 0, 0, 0.05) 0 2px 3px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.18);
}

.offers .offers-container a .offer-container-2 .content-product .btn-comprar-2:hover {
    background-color: #390e52;
}

.offers .offers-container a.bestseller {
    margin-top: 0px;
}

.offers .offers-container a.bestseller .offer-container-2 .promotion div strong {
    color: #8ec145;
}

.offers .offers-container a.bestseller .offer-container-2 .content-product .portion strong {
    color: #8ec145;
}

.offers .offers-container a.bestseller .offer-container-2 .content-product .portion strong em {
    color: #8ec145;
}

.offers .offers-container a.bestseller .offer-container-2 .content-product .btn-comprar-2 {
    background: #74be33;
}

.offers .offers-container a.bestseller .offer-container-2 .content-product .btn-comprar-2:hover {
    background-color: #5b9628;
}

@media (max-width: 599px) {
    .offers .offers-container a.bestseller {
        order: -1;
    }
}

/* Slider Slick */

/* Slider */

/* Arrows */

/* Dots */

.video {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.video img {
    border-radius: 10px;
    border: 1px solid #FFF;
    background-color: #000;
    width: 100%;
}

.video .play-button {
    outline: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 63;
    border: none;
    order: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
}

.video:hover .play-button path.ytp-large-play-button-bg {
    fill: #f00;
    fill-opacity: 1;
}

.video:before,
.video:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px 20px rgba(0, 0, 0, 0.5);
    top: 40px;
    left: 10px;
    bottom: 50px;
    width: 15%;
    z-index: -1;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.video:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

/*
=========================================================================================
==================================== BAZAR HOME =========================================
=========================================================================================
*/

/*
=========================================================================================
====================================== TIMER ============================================
=========================================================================================
*/

/*# sourceMappingURL=style.css.map */

.img.emoji,
.img.wp-smiley {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

.blog-aside #sidebar .widget.widget_nav_menu li a:hover,
.blog-footer .menu-footer-container li a:hover,
.blog-header ul.menu li a:hover,
.blog-header ul.menu li ul.sub-menu li a:hover,
.single a,
.widget a:hover {
    color: #e7018b
}@charset "UTF-8";
/*
=========================================================================================
==================================== MIXINS C/ SASS =====================================
=========================================================================================
*/

/* Como usar:
.my-box {
  padding: 10px;

  @include for-size(desktop-up) {
    padding: 20px;
  }
}
Insira @include for-size dentro do elemento que você deseja fazer algum ajuste de responsividade.
*/

/*
=================================================
===================== Sizes =====================
=================================================
*/

/**
*@name: Reset CSS, HTML;
*@author: Alan Nicolas Souza;
*@author-url: http://alanicolas.com
*@description: Reset CSS, HTML;
*@date: 21/02/2013;
*@update: 11/06/2014;
*@company: NeoLife;
*@version: 1.4;
**/

/*
=========================================================================================
======================================= HTML RESET ======================================
=========================================================================================
*/

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

article,
figure,
footer,
header,
nav,
section {
    display: block;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a:hover,
a:active {
    outline: none;
}

ul {
    margin: none;
}

ul li {
    list-style: none;
}

nav li {
    display: block;
    float: left;
}

button {
    cursor: pointer;
}

/*Criar file variables (variable-default)*/

/****************************************************************************************
*************************************** TYPOGRAPH ***************************************
****************************************************************************************/

body,
a {
    font-family: helvetica, freesans, sans-serif;
    font-size: 18px;
    color: #333;
}

h2,
h3,
p {
    text-rendering: optimizeLegibility;
    display: block;
    margin-bottom: 10px;
}

p {
    line-height: 160%;
    text-align: left;
}

h2,
h3 {
    line-height: 120%;
    font-weight: bold;
    color: #333;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 18px;
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
}

article ul {
    padding-inline-start: 40px;
}

article ul li {
    margin-bottom: 10px;
}

article ul li {
    list-style-type: disc;
}

/*=======================================================================================
====================================== CSS HELPERS ======================================
========================================================================================*/

/* clean */

/*=======================================================================================
======================================== CSS WP =========================================
========================================================================================*/

.wp-block-button {
    margin: 30px 0;
}

/*=======================================================================================
======================================== COMMON =========================================
========================================================================================*/

.txt-center {
    text-align: center;
}

footer a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.wp-block-button a {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    color: #f2f2f2;
    border: 1px solid #436e1d;
    border-radius: 15px;
    box-shadow: 0 4px 0 0 #436e1d;
    margin: 0 auto 2px;
    display: inline-block;
    padding: 30px 34px 20px;
    background: #74be33;
    background: -webkit-linear-gradient(top, #74be33, #68aa2e);
    background: linear-gradient(to bottom, #74be33, #68aa2e);
}

.wp-block-button a span {
    display: block;
    font-size: 13px;
    color: #FFF;
    font-weight: normal;
}

.wp-block-button a:hover {
    color: #FFF;
    background: #436e1d;
    background: -webkit-linear-gradient(top, #436e1d, #74be33);
    background: linear-gradient(to bottom, #436e1d, #74be33);
    box-shadow: 0 2px 0 0 #436e1d;
    margin: 2px auto 0;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1040px) {
    body {
        margin-top: 75px;
    }
}

@media (max-width: 830px) {

    .page-template-page-pv header nav,
    .page-template-page-pv header .logo {
        float: none !important;
        text-align: center;
        padding: 10px 0;
    }

    .page-template-page-pv header .logo img {
        width: auto;
        max-width: 200px;
        max-height: 50px;
    }

    .page-template-page-pv header nav {
        display: none;
    }

    .page-template-page-pv .wp-block-button a {
        font-size: 22px;
        padding: 20px;
    }

    .page-template-page-pv .wp-block-button a span {
        font-size: 11px;
    }

    .page-template-page-pv .offers .offers-container a {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto 50px;
    }

    .page-template-page-pv .txt-center {
        text-align: center;
    }

    .page-template-page-pv footer section div {
        width: 90%;
        margin: auto;
        float: none;
    }

    .page-template-page-pv footer section div:nth-child(2),
    .page-template-page-pv footer section div:nth-child(4) {
        width: 90%;
    }

    .page-template-page-pv footer .copyright {
        padding-top: 20px;
        text-align: center;
    }

    .page-template-page-pv footer .copyright p {
        float: none;
        text-align: center;
    }
}

.page-template-page-pv {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    background: #FFF;
}

.page-template-page-pv h2,
.page-template-page-pv h3,
.page-template-page-pv .wp-block-button a {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.page-template-page-pv h2 {
    font-size: 30px;
    margin: 20px 0;
}

.page-template-page-pv h3 {
    font-size: 21px;
}

.page-template-page-pv article .inicio ul {
    list-style: none;
    padding: 12px 0 0;
}

.page-template-page-pv article .inicio ul li {
    font-style: normal;
    font-weight: 400;
    color: #414042;
    margin-bottom: 14px;
    padding-left: 24px;
    position: relative;
    text-transform: uppercase;
    list-style-type: none;
}

.page-template-page-pv article .inicio ul li:before {
    color: #FFF;
    content: "✓";
    background: #000;
    border-radius: 100%;
    padding: 1px 4px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2px;
}

.page-template-page-pv article h3,
.page-template-page-pv article p {
    max-width: 720px;
    margin: 0 auto 20px;
}

.page-template-page-pv article .wp-block-button.aligncenter {
    margin-bottom: 40px;
}

body.page-template-page-pv {
    margin-top: 0;
}

body.page-template-page-pv header {
    padding: 10px 0;
    margin-bottom: 40px;
}

body.page-template-page-pv header .logo {
    float: left;
    padding: 10px 0;
    position: relative;
    z-index: 0;
}

body.page-template-page-pv header .logo img {
    max-height: 60px;
    max-width: 300px;
}

body.page-template-page-pv header nav {
    float: right;
}

body.page-template-page-pv header nav ul li a {
    margin-top: 20px;
    color: #9e9e9e;
    padding: 10px 20px;
    border-right: 2px dashed #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}

body.page-template-page-pv header nav ul li a:hover {
    color: #000;
    border-bottom: 2px solid #000;
    text-decoration: none;
}

body.page-template-page-pv header nav ul li:nth-child(2) a {
    border-right: 0;
}

body.page-template-page-pv header nav ul li:last-child a {
    background: #000;
    border: 0;
    border-radius: 3px;
    color: #fafafa;
}

body.page-template-page-pv header nav ul li:last-child a:hover {
    background: #9e9e9e;
    color: #fafafa;
}

.wp-block-button__link {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    color: #f2f2f2;
    border: 1px solid #436e1d;
    border-radius: 15px;
    box-shadow: 0 4px 0 0 #436e1d;
    margin: 0 auto 2px;
    display: inline-block;
    padding: 30px 34px 20px;
    background: #74be33;
    background: -webkit-linear-gradient(top, #74be33, #68aa2e);
    background: linear-gradient(to bottom, #74be33, #68aa2e);
}

.wp-block-button__link span {
    display: block;
    font-size: 13px;
    color: #FFF;
    font-weight: normal;
}

.wp-block-button__link:hover {
    color: #FFF;
    background: #436e1d;
    background: -webkit-linear-gradient(top, #436e1d, #74be33);
    background: linear-gradient(to bottom, #436e1d, #74be33);
    box-shadow: 0 2px 0 0 #436e1d;
    margin: 2px auto 0;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.4);
}

.btn-whatapp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25d366;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.4) 0 8px 6px -6px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1002;
}

.btn-whatapp a {
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.btn-whatapp a svg {
    width: 30px;
    height: 30px;
    margin: 10px auto;
}

@media (max-width: 599px) {
    .btn-whatapp {
        display: none;
    }
}

.container {
    clear: both;
    margin: auto;
    max-width: 980px;
    width: 88%;
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

.falsification_warning {
    width: 100%;
    padding: 40px 0 20px;
    background: #f2f2f2;
}

.falsification_warning img {
    margin: 0 auto 20px;
    display: block;
}

footer {
    background: #2e2e2e;
    background: url(../images/bg-cinza-escuro.webp);
    z-index: 111;
    position: relative;
    font-family: nunito sans, sans-serif;
    color: rgba(174, 173, 174, 0.8);
    font-weight: 200;
    padding-top: 10px;
}

footer p.disclaimer {
    max-width: 600px;
    margin: 20px auto;
    font-size: 12px;
    width: 80%;
}

footer:before {
    content: " ";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.3);
    bottom: 40px;
    left: 0;
}

footer strong {
    color: #fff;
    font-size: 14px;
    margin: 20px 0 10px;
    display: block;
}

footer li,
footer p,
footer a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

footer p a {
    font-weight: bold;
    color: #FFF;
}

footer p a:hover {
    color: #EEE;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    font-weight: normal;
    text-decoration: underline;
}

footer .copyright p {
    float: right;
    margin: auto;
    line-height: 20px;
}

footer section > div {
    float: left;
    width: 25%;
    margin-bottom: 30px;
    padding-right: 3%;
}

footer section > div:nth-child(2) {
    width: 34%;
}

footer section > div:nth-child(4) {
    width: 16%;
    padding: 0;
}

/****************************************************************************************
*************************************** FORMS ******************************************
****************************************************************************************/

/* TOOLTIP OF PLUGIN VALIDATOR */

.fullwidth.session_title {
    padding: 10px 0;
    margin: 40px 0;
    text-align: center;
    background: #000000;
}

.fullwidth.session_title h2 {
    width: 720px;
    margin: 20px auto;
    max-width: 90%;
    color: #FFF;
}

.offers {
    background: url(../images/bg-cinza-escuro.webp) repeat;
    padding: 40px 0;
    margin-bottom: -40px;
}

.offers br {
    display: none;
}

.offers h2 {
    color: #fff;
    text-align: center;
}

.offers h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.offers .offers-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media (max-width: 599px) {
    .offers .offers-container {
        flex-direction: column;
    }
}

.offers .offers-container a {
    text-align: center;
    display: block;
    margin-top: 20px;
    cursor: pointer;
}

.offers .offers-container a .offer-container-2 {
    background: #fff;
    max-width: 350px;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    border-radius: 4px;
    margin: 0 15px;
}

.offers .offers-container a .offer-container-2 p {
    margin: 0;
}

.offers .offers-container a .offer-container-2 img {
    margin: 10px auto 0 auto;
}

.offers .offers-container a .offer-container-2 .promotion {
    background-color: #f1f1f1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offers .offers-container a .offer-container-2 .promotion strong {
    font-size: 16px;
    display: block;
    line-height: 13px;
    font-weight: 700;
    color: #6e45c1;
    text-transform: uppercase;
}

.offers .offers-container a .offer-container-2 .promotion div {
    align-items: center;
    width: 100%;
}

.offers .offers-container a .offer-container-2 .promotion div strong {
    padding: 5px;
}

.offers .offers-container a .offer-container-2 .content-product {
    padding-bottom: 10%;
}

.offers .offers-container a .offer-container-2 .content-product .title-product {
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.offers .offers-container a .offer-container-2 .content-product .title-product p {
    text-align: center;
}

.offers .offers-container a .offer-container-2 .content-product .price-product {
    padding: 10px;
    font-size: 14px;
}

.offers .offers-container a .offer-container-2 .content-product .price-product p {
    display: flex;
    justify-content: space-between;
}

.offers .offers-container a .offer-container-2 .content-product .price-product span {
    font-weight: bold;
    color: #e73671;
    text-decoration: line-through;
}

.offers .offers-container a .offer-container-2 .content-product .portion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding: 0 10px 10px 10px;
}

.offers .offers-container a .offer-container-2 .content-product .portion p {
    font-weight: bold;
}

.offers .offers-container a .offer-container-2 .content-product .portion strong {
    font-size: 12px;
    color: #6e45c1;
    font-weight: 800;
    float: right;
}

.offers .offers-container a .offer-container-2 .content-product .portion strong em {
    font-style: normal;
    font-size: 30px;
    color: #6e45c1;
    font-weight: 900;
}

.offers .offers-container a .offer-container-2 .content-product .shipping {
    background-color: #FEFEFE;
    text-align: center;
    padding: 10px;
    border: 1px solid #DEDEDE;
    color: #000;
    font-size: 12px;
    margin-bottom: 0;
}

.offers .offers-container a .offer-container-2 .content-product .shipping img {
    margin-bottom: 10px;
}

.offers .offers-container a .offer-container-2 .content-product .btn-comprar-2 {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    background-color: #58167d;
    margin: 20px auto 0 auto;
    padding: 6%;
    width: 75%;
    border-radius: 4px;
    text-shadow: rgba(0, 0, 0, 0.05) 0 2px 3px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.18);
}

.offers .offers-container a .offer-container-2 .content-product .btn-comprar-2:hover {
    background-color: #390e52;
}

.offers .offers-container a.bestseller {
    margin-top: 0px;
}

.offers .offers-container a.bestseller .offer-container-2 .promotion div strong {
    color: #8ec145;
}

.offers .offers-container a.bestseller .offer-container-2 .content-product .portion strong {
    color: #8ec145;
}

.offers .offers-container a.bestseller .offer-container-2 .content-product .portion strong em {
    color: #8ec145;
}

.offers .offers-container a.bestseller .offer-container-2 .content-product .btn-comprar-2 {
    background: #74be33;
}

.offers .offers-container a.bestseller .offer-container-2 .content-product .btn-comprar-2:hover {
    background-color: #5b9628;
}

@media (max-width: 599px) {
    .offers .offers-container a.bestseller {
        order: -1;
    }
}

/* Slider Slick */

/* Slider */

/* Arrows */

/* Dots */

.video {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.video img {
    border-radius: 10px;
    border: 1px solid #FFF;
    background-color: #000;
    width: 100%;
}

.video .play-button {
    outline: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 63;
    border: none;
    order: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
}

.video:hover .play-button path.ytp-large-play-button-bg {
    fill: #f00;
    fill-opacity: 1;
}

.video:before,
.video:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px 20px rgba(0, 0, 0, 0.5);
    top: 40px;
    left: 10px;
    bottom: 50px;
    width: 15%;
    z-index: -1;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.video:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

/*
=========================================================================================
==================================== BAZAR HOME =========================================
=========================================================================================
*/

/*
=========================================================================================
====================================== TIMER ============================================
=========================================================================================
*/

/*# sourceMappingURL=style.css.map */

.img.emoji,
.img.wp-smiley {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

.blog-aside #sidebar .widget.widget_nav_menu li a:hover,
.blog-footer .menu-footer-container li a:hover,
.blog-header ul.menu li a:hover,
.blog-header ul.menu li ul.sub-menu li a:hover,
.single a,
.widget a:hover {
    color: #e7018b
}

.blog-footer nav a:hover svg,
.blog-header .container form button:hover svg {
    fill: #e7018b
}

.page-numbers.current,
.single article .entry-tags a:hover {
    background: #e7018b
}

.page-numbers.current {
    border: 1px solid #81014e
}

.single a:hover {
    color: #81014e
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important
}




.blog-footer nav a:hover svg,
.blog-header .container form button:hover svg {
    fill: #e7018b
}

.page-numbers.current,
.single article .entry-tags a:hover {
    background: #e7018b
}

.page-numbers.current {
    border: 1px solid #81014e
}

.single a:hover {
    color: #81014e
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important
}


