@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 ======================================
=========================================================================================
*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Ubuntu:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lora:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Quantico:400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Unna:wght@400;700&display=swap");
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: 75%;
}

strong,
b {
  font-weight: bold;
}

cite,
em,
dfn,
i {
  font-style: italic;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

input,
select {
  vertical-align: middle;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

/*Criar file variables (variable-default)*/
.message {
  margin: 10px 0px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
}
.message.info {
  color: #3A87AD;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
}
.message.success {
  color: #468847;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}
.message.warning {
  color: #C09853;
  background-color: #FCF8E3;
  border-color: #FBEED5;
}
.message.error {
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
}
.message .i {
  margin: 10px 22px;
  font-size: 2em;
  vertical-align: middle;
}
.message p {
  margin: auto;
  text-align: center;
}
.message p a {
  text-decoration: underline;
}

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

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

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

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

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 26px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 12px;
}

h6, .h6 {
  font-size: 10px;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
  color: #888888 !important;
}

a {
  text-decoration: none;
}

iframe {
  max-width: 100%;
  border: 0;
}

article ol,
article ul {
  padding-inline-start: 40px;
}
article ol li,
article ul li {
  margin-bottom: 10px;
}
article ul li {
  list-style-type: disc;
}

/*=======================================================================================
====================================== CSS HELPERS ======================================
========================================================================================*/
/* clean */
.red {
  color: #F00;
}

/* show just on screen readers */
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*=======================================================================================
======================================== CSS WP =========================================
========================================================================================*/
.wp-caption {
  position: relative;
  width: auto !important;
}

.wp-caption .wp-caption-text {
  color: white;
  position: absolute;
  left: 0;
  bottom: -10px;
  padding: 10px;
  width: 100%;
}

.editable ul {
  list-style: square;
  margin-left: 30px;
}

.wp-block-image figcaption {
  background: #eee;
  display: block;
  font-weight: 400;
  padding: 0.67em;
  font-size: 13px;
  text-align: left;
  margin: 0 0 5px;
}

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

.wp-block-image.round img {
  border-radius: 50%;
  border: 2px solid #000;
}

/*=======================================================================================
======================================== COMMON =========================================
========================================================================================*/
.txt-center {
  text-align: center;
}

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

.wp-block-button a,
.btn-comprar {
  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,
.btn-comprar span {
  display: block;
  font-size: 13px;
  color: #FFF;
  font-weight: normal;
}
.wp-block-button a:hover,
.btn-comprar: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);
}

.wp-block-button.blue a {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
  color: #f2f2f2;
  border: 1px solid #005673;
  border-radius: 15px;
  box-shadow: 0 4px 0 0 #005673;
  margin: 0 auto 2px;
  display: inline-block;
  padding: 30px 34px 20px;
  background: #00A3D9;
  background: -webkit-linear-gradient(top, #00A3D9, #0090c0);
  background: linear-gradient(to bottom, #00A3D9, #0090c0);
}
.wp-block-button.blue a span {
  display: block;
  font-size: 13px;
  color: #FFF;
  font-weight: normal;
}
.wp-block-button.blue a:hover {
  color: #FFF;
  background: #005673;
  background: -webkit-linear-gradient(top, #005673, #00A3D9);
  background: linear-gradient(to bottom, #005673, #00A3D9);
  box-shadow: 0 2px 0 0 #005673;
  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-home header nav,
.page-template-page-home header .logo,
.page-template-page-pv-kit header nav,
.page-template-page-pv-kit header .logo,
.page-template-page-pv header nav,
.page-template-page-pv header .logo {
    float: none !important;
    text-align: center;
    padding: 10px 0;
  }
  .page-template-page-home header nav img,
.page-template-page-home header .logo img,
.page-template-page-pv-kit header nav img,
.page-template-page-pv-kit header .logo img,
.page-template-page-pv header nav img,
.page-template-page-pv header .logo img {
    width: auto;
    max-width: 200px;
    max-height: 50px;
  }
  .page-template-page-home header nav,
.page-template-page-pv-kit header nav,
.page-template-page-pv header nav {
    display: none;
  }
  .page-template-page-home .inicio h1,
.page-template-page-pv-kit .inicio h1,
.page-template-page-pv .inicio h1 {
    display: none;
  }
  .page-template-page-home .wp-block-button a,
.page-template-page-home .btn-comprar,
.page-template-page-pv-kit .wp-block-button a,
.page-template-page-pv-kit .btn-comprar,
.page-template-page-pv .wp-block-button a,
.page-template-page-pv .btn-comprar {
    font-size: 22px;
    padding: 20px;
  }
  .page-template-page-home .wp-block-button a span,
.page-template-page-home .btn-comprar span,
.page-template-page-pv-kit .wp-block-button a span,
.page-template-page-pv-kit .btn-comprar span,
.page-template-page-pv .wp-block-button a span,
.page-template-page-pv .btn-comprar span {
    font-size: 11px;
  }
  .page-template-page-home .offers .offers-container a,
.page-template-page-pv-kit .offers .offers-container a,
.page-template-page-pv .offers .offers-container a {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto 50px;
  }
  .page-template-page-home .offers .offers-container a.offer-2,
.page-template-page-pv-kit .offers .offers-container a.offer-2,
.page-template-page-pv .offers .offers-container a.offer-2 {
    margin-top: 30px;
  }
  .page-template-page-home .offers .offers-container a.offer-2 .mais-vendido-offer,
.page-template-page-pv-kit .offers .offers-container a.offer-2 .mais-vendido-offer,
.page-template-page-pv .offers .offers-container a.offer-2 .mais-vendido-offer {
    position: relative;
    left: 0;
    top: -15px;
  }
  .page-template-page-home .offers .offers-container a .offer-container-2,
.page-template-page-pv-kit .offers .offers-container a .offer-container-2,
.page-template-page-pv .offers .offers-container a .offer-container-2 {
    margin: 0 auto;
  }
  .page-template-page-home .txt-center,
.page-template-page-pv-kit .txt-center,
.page-template-page-pv .txt-center {
    text-align: center;
  }
  .page-template-page-home footer section div,
.page-template-page-pv-kit footer section div,
.page-template-page-pv footer section div {
    width: 90%;
    margin: auto;
    float: none;
  }
  .page-template-page-home footer section div:nth-child(2), .page-template-page-home footer section div:nth-child(4),
.page-template-page-pv-kit footer section div:nth-child(2),
.page-template-page-pv-kit footer section div:nth-child(4),
.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-home footer .copyright,
.page-template-page-pv-kit footer .copyright,
.page-template-page-pv footer .copyright {
    padding-top: 20px;
    text-align: center;
  }
  .page-template-page-home footer .copyright p,
.page-template-page-pv-kit footer .copyright p,
.page-template-page-pv footer .copyright p {
    float: none;
    text-align: center;
  }
}
.blog-header.billet {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}
.blog-header.billet p {
  margin: 0;
}

.msg-alert.billet {
  background: #ffa500;
  padding: 14px 0;
  margin-bottom: 0;
}
.msg-alert.billet img {
  padding: 0 0 0 25px;
}

.box-dica {
  color: #fff;
  background: #89d055;
  padding: 15px 0;
}
.box-dica p {
  text-align: center;
  margin: 0;
}
.box-dica p b {
  text-transform: uppercase;
}

.generated-billet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  background: #f1f1f147;
}
.generated-billet p {
  font-family: "Open-sans", sans-serif;
  text-align: center;
}
.generated-billet p b {
  color: #404040;
}
.generated-billet .btn-cartao {
  display: block;
  max-width: 450px;
  margin: 10px auto 40px;
  padding: 20px 0;
  border-radius: 5px;
  color: #fff;
  background: #f69028;
  box-shadow: 0px 8px 0 #bd6408;
  text-align: center;
  text-transform: uppercase;
}
.generated-billet .btn-cartao:hover {
  opacity: 0.8;
}

main.billet {
  letter-spacing: -1px;
}
main.billet iframe {
  margin-top: 20px;
  width: 100%;
  min-height: 885px;
}
main.billet h1 {
  text-align: center;
  font-size: 35px;
  color: #ff1414;
  margin: 40px 0 10px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -2px;
}
main.billet p {
  font-size: 22px;
  text-align: center;
}
main.billet h2 {
  font-size: 32px;
  margin: 15px 0;
  text-align: center;
  color: #404040;
}
main.billet strong {
  color: #ff1414;
}
main.billet .treatment h2 {
  padding: 20px 20px 0 20px;
  font-size: 32px;
  letter-spacing: -1px;
  color: #ff1414;
}
main.billet .discount b,
main.billet .discount strong {
  color: #ff1414;
}
main.billet .discount b {
  text-decoration-line: underline;
}
main.billet .attention {
  margin-top: 30px;
}
@media (max-width: 599px) {
  main.billet iframe {
    min-height: 600px;
  }
}
@media (min-width: 900px) {
  main.billet iframe {
    min-height: 300px;
  }
}

.thank {
  max-width: 980px;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
}
.thank span {
  color: #89d055;
  font-size: 25px;
}

.msg-alert.ebook {
  background: #89d055;
  padding: 25px;
  margin: 0;
}
.msg-alert.ebook p {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 130%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.msg-alert.ebook img {
  float: left;
  margin: 5px 15px 0 0;
}
.msg-alert.ebook b,
.msg-alert.ebook strong {
  font-size: 14px;
}

main.ebook {
  background: #f1f1f147;
}
main.ebook section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
main.ebook section .sucess {
  margin-top: 60px;
  text-align: center;
  line-height: 1.2;
}
main.ebook section .sucess small {
  font-size: 20px;
  margin-bottom: 10px;
}
main.ebook section .sucess b,
main.ebook section .sucess span {
  color: #ee349d;
}
main.ebook section .sucess p {
  font-size: 32px;
}
@media (max-width: 599px) {
  main.ebook section .sucess {
    flex-direction: column;
  }
  main.ebook section .sucess p {
    line-height: 40px;
    margin: 10px 0;
  }
}
main.ebook section .more-product {
  display: flex;
  justify-content: space-evenly;
  margin: 30px;
}
main.ebook section .more-product .cards {
  max-width: 445px;
  width: 100%;
}
main.ebook section .more-product .cards p {
  margin: 1px;
}
main.ebook section .more-product .cards div {
  width: 100%;
  background: #fff;
}
main.ebook section .more-product .cards div img {
  margin: auto;
}
main.ebook section .more-product .cards div p {
  font-weight: bold;
  padding: 10px;
}
main.ebook section .more-product .cards div p span {
  color: #ee349d;
}
main.ebook section .more-product .cards div:first-of-type {
  background: #f1f1f1;
}
main.ebook section .more-product .cards div:last-of-type {
  display: flex;
}
main.ebook section .more-product .cards a {
  font-size: 16px;
  margin: 25px 0;
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  background-color: #ee349d;
  color: #fff;
}
main.ebook section .more-product .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28%;
}
@media (max-width: 599px) {
  main.ebook section .more-product {
    flex-direction: column;
    margin: 20px 0 0 0;
  }
  main.ebook section .more-product .more {
    width: 100%;
    margin: 25px 0;
  }
}
main.ebook .container-club {
  text-align: center;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
main.ebook .container-club .club {
  margin: 30px 0 10px 0;
  text-align: center;
}
main.ebook .container-club .club span {
  color: #ee349d;
}
main.ebook .container-club .club p {
  font-size: 20px;
}
main.ebook .container-club .club small {
  font-size: 16px;
}
main.ebook .container-club .club p:first-of-type {
  font-size: 24px;
}
main.ebook .social-share {
  margin-top: 15px;
  width: 100%;
  background: #fbfbfb;
  padding: 20px;
}
main.ebook .social-share .facebook {
  padding: 20px;
  background: #fff;
  width: auto;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  margin-top: 10px;
  position: relative;
}
main.ebook .social-share .facebook::before {
  content: "";
  box-shadow: -3px -3px 2px #cccccc2b;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  background: #ffffff;
  top: -7px;
  transform: rotate(45deg);
}
main.ebook .social-share .facebook::before .conteudo {
  padding: 20px;
  background: #fff;
  width: auto;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  margin-top: 20px;
  overflow: hidden;
}
main.ebook .social-share p {
  font-size: 15px;
}

.msg-alert.upsell {
  background: #ffa500;
  margin-bottom: 20px;
}
.msg-alert.upsell .container {
  text-align: center;
}
.msg-alert.upsell .container p {
  font-size: 20px;
  line-height: 40px;
}
.msg-alert.upsell .container strong {
  font-size: 24px;
}

.upsell {
  padding: 0;
  font-size: 24px;
  text-align: center;
}
.upsell span {
  font-size: 40px;
  margin: 0 0 10px 0;
  display: inline-block;
}
.upsell div p {
  margin-bottom: 5px;
  text-align: center;
}
.upsell div b,
.upsell div .second {
  font-size: 20px;
}
.upsell .img-product {
  padding-top: 20px;
}
.upsell .offer {
  margin: 30px;
  display: block;
  text-align: center;
}
.upsell .offer strong {
  font-size: 30px;
  color: #ff1414;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.upsell .offer p {
  font-size: 23px;
  color: #404040;
  letter-spacing: -1px;
  max-width: 305px;
  margin: auto;
}
.upsell .offer p span {
  font-size: 23px;
  text-decoration-line: line-through;
}
.upsell .offer b {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  color: #404040;
  margin: 15px 0 20px;
  display: block;
}
.upsell .btn {
  background: #f69028;
  display: block;
  padding: 20px 40px;
  color: #fff;
  margin: 20px 0;
  border-radius: 5px;
  padding-bottom: 24px;
  box-shadow: inset 0px -8px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.upsell small {
  color: #404040;
  letter-spacing: -1px;
  text-align: center;
}
.upsell .not {
  text-align: center;
  border-bottom: 1px #2e82bc dashed;
  color: #2e82bc;
  font-size: 20px;
  display: inline-block;
  margin: 20px 0;
}
.upsell .not:hover {
  text-decoration: underline;
}
.upsell .seguranca {
  margin: 0 0 50px 0;
}

header.thanks {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}
header.thanks p {
  margin: 0;
}

.msg-alert.thanks {
  background: #89d055;
  padding: 25px;
}
.msg-alert.thanks p {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 130%;
  text-align: center;
}
.msg-alert.thanks img {
  margin: 0px 25px 15px;
}
.msg-alert.thanks b,
.msg-alert.thanks strong {
  font-size: 20px;
  text-transform: uppercase;
}

main.thanks section {
  display: flex;
}
main.thanks section section.container.ebook,
main.thanks section div {
  background: #fff;
  border-radius: 5px;
  padding: 20px 15px;
  margin: 40px;
  box-shadow: 0 0 5px #ccc;
  text-align: center;
}
main.thanks section section.container.ebook h2,
main.thanks section div h2 {
  color: #EE349D;
  font-size: 24px;
}
main.thanks section section.container.ebook img,
main.thanks section div img {
  margin: 10px;
}
main.thanks section section.container.ebook a,
main.thanks section div a {
  padding: 10px;
  box-shadow: 0 0 5px #000;
  background: #ee349d;
  color: #fff;
  border-radius: 7px;
}
main.thanks section section.container.ebook a:hover,
main.thanks section div a:hover {
  background: #ee349de3;
}
@media (max-width: 599px) {
  main.thanks section {
    flex-direction: column;
  }
}

.page-template-page-blog,
.home,
.single {
  background: #fafafa;
}

.blog-header,
.blog-footer {
  background: #FFF;
  color: #333333;
}

.blog-header .logo a,
.blog-header .custom-logo-link a {
  width: 150px;
}
.blog-header form button {
  top: 7px;
  right: 7px;
  border: none;
  position: absolute;
  cursor: pointer;
}
.blog-header form button svg {
  fill: #999;
}
.blog-header form input {
  border: none;
  box-shadow: none;
  margin: 0;
}
.blog-header form input::-webkit-input-placeholder {
  color: #AAA;
  text-transform: uppercase;
}
.blog-header form input:-moz-placeholder {
  color: #AAA;
  text-transform: uppercase;
}
.blog-header form input::-moz-placeholder {
  color: #AAA;
  text-transform: uppercase;
}
.blog-header form input:-ms-input-placeholder {
  color: #AAA;
  text-transform: uppercase;
}

.blog-footer {
  border-top: 1px solid #EEE;
  color: #a3a3a3;
  padding: 40px 0;
  text-align: center;
}
.blog-footer .logo {
  display: block;
}
.blog-footer .logo img {
  max-width: 64px;
}
.blog-footer .menu-footer-container {
  margin: 30px auto;
}
.blog-footer .menu-footer-container li {
  padding: 0 20px;
  display: inline-block;
}
.blog-footer .menu-footer-container li a {
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
  color: #333;
}
.blog-footer p {
  text-align: center;
  color: black;
}
.blog-footer nav {
  display: inline-block;
}

.blog-aside #search-2 {
  display: none;
}
.blog-aside ol.list-featured {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 0;
}
.blog-aside ol.list-featured li {
  counter-increment: my-awesome-counter;
  display: flex;
  font-size: 0.8rem;
}
.blog-aside ol.list-featured li:before {
  content: "0" counter(my-awesome-counter);
  font-weight: 100;
  font-size: 2rem;
  margin-right: 0.5rem;
  font-family: sans-serif, Georgia;
  line-height: 1;
  color: #D9D9D9;
}
.blog-aside #sidebar .widget {
  margin-bottom: 30px;
}
.blog-aside #sidebar .widget h3 {
  margin-bottom: 20px;
}
.blog-aside #sidebar .widget li {
  margin-bottom: 10px;
  line-height: 2rem;
  border-bottom: 1px dotted #DDD;
}
.blog-aside #sidebar .widget li a {
  text-transform: capitalize;
}
.blog-aside #sidebar .widget.widget_nav_menu {
  padding: 10px 0 25px;
}
.blog-aside #sidebar .widget.widget_nav_menu li {
  display: inline-block;
  border: none;
}
.blog-aside #sidebar .widget.widget_nav_menu li a {
  padding: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}

main {
  padding: 40px 0;
}
main:after {
  content: "";
  display: table;
  clear: both;
}
main .post-list {
  float: left;
  max-width: 100%;
  width: 100%;
}
main .post-list h1 {
  font-weight: normal;
  line-height: 17px;
  font-size: 30px;
  line-height: 250%;
  padding: 0 0 20px;
}
main .post-list .input-search {
  box-shadow: none;
  border: 0;
  letter-spacing: 0;
  font-weight: 300;
  font-style: normal;
  font-size: 52px;
  height: 80px;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
main .post-list .input-search:focus {
  outline: none;
  box-shadow: 0;
}
main .post-list article {
  display: flex;
  margin-bottom: 48px;
}
main .post-list article .category,
main .post-list article .category a,
main .post-list article small {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.03em;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.54);
}
main .post-list article .category {
  text-transform: uppercase;
}
main .post-list article small {
  display: inline-block;
  margin-top: 5px;
  border-top: 1px solid #EEE;
  padding-top: 5px;
}
main .post-list article h2 {
  font-size: 24px;
  line-height: 28px;
  overflow: hidden;
  max-height: 56px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  letter-spacing: -0.42px;
  margin: 5px 0 10px;
}
main .post-list article .sumary {
  overflow: hidden;
  max-height: 42px;
}
main .post-list article .sumary p {
  line-height: 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  fill: rgba(0, 0, 0, 0.54);
}
main .post-list article .txt {
  flex: 1 1 auto;
  margin-right: 24px;
}
main .post-list article figure {
  width: 150px;
  overflow: hidden;
  flex: 0 0 auto;
  display: block;
  float: right;
}
main .post-list article figure a {
  width: 100%;
  height: 150px;
  display: block;
}
main aside {
  width: 305px;
  text-align: center;
  margin: 0 auto;
}
main aside h3 {
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.single article header p,
.single article .entry-content,
.single article .entry-footer {
  max-width: 740px;
  width: 100%;
  margin: auto;
}
.single article .social-share {
  text-align: center;
}
.single article h3.share {
  text-align: center;
  margin: 0;
}
.single article header h1 {
  text-align: center;
  font-size: 40px;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.single article header p {
  border-top: 1px solid #EEE;
  text-align: center;
  font-size: 14px;
  padding: 10px 0 0;
}
.single article header p a {
  color: #666;
  font-size: 14px;
}
.single article header p em,
.single article header p i {
  font-size: 14px;
}
.single article .entry-tags a {
  color: #333;
  display: inline-block;
  font-size: 80%;
  text-decoration: none;
  background: #e5e5e5;
  border-radius: 4px;
  margin: 0 4px 8px 0;
  border: 0;
  line-height: 24px;
  padding: 8px 12px 4px;
}
.single article .entry-tags a:hover {
  color: #FFF;
}
.single .related-posts {
  position: relative;
}
.single .related-posts h3 {
  text-align: center;
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
}
.single .related-posts .post-list {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single .related-posts .post-list article {
  flex: 0 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.single .related-posts .post-list article .txt {
  margin-right: 10px;
}

.error404 h3.txt-center {
  margin-top: 50px;
}

.main article p,
.main article a,
.main article li,
.single article p,
.single article a,
.single article li {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.003em;
  line-height: 1.58;
}
.main article h1,
.main article h2,
.main article h3,
.main article h4,
.main article h5,
.main article h6,
.main article p,
.main article ul,
.single article h1,
.single article h2,
.single article h3,
.single article h4,
.single article h5,
.single article h6,
.single article p,
.single article ul {
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.84);
}

.page-numbers {
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  color: #666;
}
.page-numbers.current {
  color: #FFF;
}
.page-numbers.dots {
  letter-spacing: 1px;
}
.page-numbers:hover {
  color: #666;
  border-color: #666;
}

@media (max-width: 599px) {
  .single .related-posts .post-list {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .single .related-posts .post-list article {
    flex: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .single .related-posts .post-list article .txt {
    margin-right: 10px;
  }

  .single article header h1 {
    font-size: 32px;
  }

  .blog-footer .menu-footer-container li {
    padding: 0;
    display: block;
    line-height: 300%;
  }

  main aside,
main article {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  main .post-list {
    margin-bottom: 40px;
  }
  main .post-list h1 {
    line-height: 120%;
  }
  main .post-list article figure.img,
main .post-list article figure.img a {
    width: 80px;
    height: 120px;
  }
}
@media (min-width: 1085px) {
  main .post-list {
    max-width: 660px;
  }
  main aside {
    width: 280px;
    height: inherit;
    float: right;
  }
  main aside h3 {
    padding-bottom: 16px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.page-template-page-pv-kit,
.page-template-page-pv-kit-2,
.page-template-page-pv {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  background: #FFF;
}
.page-template-page-pv-kit h1,
.page-template-page-pv-kit h2,
.page-template-page-pv-kit h3,
.page-template-page-pv-kit h4,
.page-template-page-pv-kit h5,
.page-template-page-pv-kit h6,
.page-template-page-pv-kit .wp-block-button a,
.page-template-page-pv-kit .btn-comprar,
.page-template-page-pv-kit .price,
.page-template-page-pv-kit-2 h1,
.page-template-page-pv-kit-2 h2,
.page-template-page-pv-kit-2 h3,
.page-template-page-pv-kit-2 h4,
.page-template-page-pv-kit-2 h5,
.page-template-page-pv-kit-2 h6,
.page-template-page-pv-kit-2 .wp-block-button a,
.page-template-page-pv-kit-2 .btn-comprar,
.page-template-page-pv-kit-2 .price,
.page-template-page-pv h1,
.page-template-page-pv h2,
.page-template-page-pv h3,
.page-template-page-pv h4,
.page-template-page-pv h5,
.page-template-page-pv h6,
.page-template-page-pv .wp-block-button a,
.page-template-page-pv .btn-comprar,
.page-template-page-pv .price {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}
.page-template-page-pv-kit h1,
.page-template-page-pv-kit-2 h1,
.page-template-page-pv h1 {
  font-size: 28px;
}
.page-template-page-pv-kit h2,
.page-template-page-pv-kit-2 h2,
.page-template-page-pv h2 {
  font-size: 30px;
  margin: 20px 0;
}
.page-template-page-pv-kit h3,
.page-template-page-pv-kit-2 h3,
.page-template-page-pv h3 {
  font-size: 21px;
}
.page-template-page-pv-kit article .text,
.page-template-page-pv-kit-2 article .text,
.page-template-page-pv article .text {
  clear: both;
  margin: 0 auto;
  width: 740px;
}
.page-template-page-pv-kit article .inicio ul,
.page-template-page-pv-kit-2 article .inicio ul,
.page-template-page-pv article .inicio ul {
  list-style: none;
  padding: 12px 0 0;
}
.page-template-page-pv-kit article .inicio ul li,
.page-template-page-pv-kit-2 article .inicio ul li,
.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-kit article .inicio ul li:before,
.page-template-page-pv-kit-2 article .inicio ul li:before,
.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-kit article .has-3-columns iframe,
.page-template-page-pv-kit-2 article .has-3-columns iframe,
.page-template-page-pv article .has-3-columns iframe {
  height: 172px;
}
.page-template-page-pv-kit article .centralizar, .page-template-page-pv-kit article h3, .page-template-page-pv-kit article p,
.page-template-page-pv-kit-2 article .centralizar,
.page-template-page-pv-kit-2 article h3,
.page-template-page-pv-kit-2 article p,
.page-template-page-pv article .centralizar,
.page-template-page-pv article h3,
.page-template-page-pv article p {
  max-width: 720px;
  margin: 0 auto 20px;
}
.page-template-page-pv-kit article .wp-block-button.aligncenter,
.page-template-page-pv-kit-2 article .wp-block-button.aligncenter,
.page-template-page-pv article .wp-block-button.aligncenter {
  margin-bottom: 40px;
}

@media (max-width: 830px) {
  .page-template-page-pv-kit .d-hide,
.page-template-page-pv .d-hide {
    display: block;
  }
  .page-template-page-pv-kit header .container div nav,
.page-template-page-pv-kit header .container div .logo,
.page-template-page-pv header .container div nav,
.page-template-page-pv header .container div .logo {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
    padding: 10px 0;
  }
  .page-template-page-pv-kit header .container div nav img,
.page-template-page-pv-kit header .container div .logo img,
.page-template-page-pv header .container div nav img,
.page-template-page-pv header .container div .logo img {
    width: auto;
    max-width: 200px;
    max-height: 50px;
  }
  .page-template-page-pv-kit header .container div nav,
.page-template-page-pv header .container div nav {
    display: none;
  }
  .page-template-page-pv-kit header .inicio h1,
.page-template-page-pv header .inicio h1 {
    display: none;
  }
  .page-template-page-pv-kit header .wp-block-button a,
.page-template-page-pv-kit header .btn-comprar,
.page-template-page-pv header .wp-block-button a,
.page-template-page-pv header .btn-comprar {
    font-size: 22px;
    padding: 20px;
  }
  .page-template-page-pv-kit header .wp-block-button a span,
.page-template-page-pv-kit header .btn-comprar span,
.page-template-page-pv header .wp-block-button a span,
.page-template-page-pv header .btn-comprar span {
    font-size: 11px;
  }
  .page-template-page-pv-kit header .offers .offers-container a,
.page-template-page-pv header .offers .offers-container a {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto 50px;
  }
  .page-template-page-pv-kit header footer section div,
.page-template-page-pv header footer section div {
    width: 90%;
    margin: auto;
    float: none;
  }
  .page-template-page-pv-kit header footer section div:nth-child(2), .page-template-page-pv-kit header footer section div:nth-child(4),
.page-template-page-pv header footer section div:nth-child(2),
.page-template-page-pv header footer section div:nth-child(4) {
    width: 90%;
  }
  .page-template-page-pv-kit header footer .copyright,
.page-template-page-pv header footer .copyright {
    padding-top: 20px;
    text-align: center;
  }
  .page-template-page-pv-kit header footer .copyright p,
.page-template-page-pv header footer .copyright p {
    float: none;
    text-align: center;
  }
  .page-template-page-pv-kit .infos,
.page-template-page-pv .infos {
    height: auto;
    padding: 15px 0;
  }
  .page-template-page-pv-kit .infos .container,
.page-template-page-pv .infos .container {
    flex-direction: column;
  }
  .page-template-page-pv-kit .infos .container .info-item,
.page-template-page-pv .infos .container .info-item {
    min-height: auto;
    width: auto !important;
    max-width: 75%;
    float: left;
    padding: 0 10px;
  }
  .page-template-page-pv-kit .infos .container .info-item:nth-child(1),
.page-template-page-pv .infos .container .info-item:nth-child(1) {
    border-radius: 5px 0 0 0;
  }
  .page-template-page-pv-kit .infos .container .info-item:nth-child(2),
.page-template-page-pv .infos .container .info-item:nth-child(2) {
    border-radius: 0 5px 0 0;
  }
  .page-template-page-pv-kit .infos .container .info-item:nth-child(3),
.page-template-page-pv .infos .container .info-item:nth-child(3) {
    border-radius: 0 0 0 5px;
  }
  .page-template-page-pv-kit .infos .container .info-item img,
.page-template-page-pv .infos .container .info-item img {
    margin: 20px auto 0;
    float: none;
    display: block;
  }
  .page-template-page-pv-kit .infos .container .info-item p,
.page-template-page-pv .infos .container .info-item p {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .page-template-page-pv-kit .infos .container .info-item .info-icon,
.page-template-page-pv .infos .container .info-item .info-icon {
    border: 0;
    width: 100%;
  }
}
.page-template-page-upsell2,
.page-template-page-checkout {
  font-family: "Ubuntu", sans-serif;
}
.page-template-page-upsell2 a,
.page-template-page-checkout a {
  color: #2b5ecc;
}
.page-template-page-upsell2 .checkout-footer,
.page-template-page-upsell2 .checkout-header,
.page-template-page-checkout .checkout-footer,
.page-template-page-checkout .checkout-header {
  background: #333;
  font-size: 14px;
  color: #eee;
}
.page-template-page-upsell2 .checkout-footer p,
.page-template-page-upsell2 .checkout-header p,
.page-template-page-checkout .checkout-footer p,
.page-template-page-checkout .checkout-header p {
  color: #eee;
  font-size: 14px;
}
.page-template-page-upsell2 .checkout-footer a,
.page-template-page-upsell2 .checkout-header a,
.page-template-page-checkout .checkout-footer a,
.page-template-page-checkout .checkout-header a {
  color: #fff;
}
.page-template-page-upsell2 .checkout-footer a:hover,
.page-template-page-upsell2 .checkout-header a:hover,
.page-template-page-checkout .checkout-footer a:hover,
.page-template-page-checkout .checkout-header a:hover {
  color: #ddd;
}
.page-template-page-upsell2 .checkout-footer nav,
.page-template-page-upsell2 .checkout-header nav,
.page-template-page-checkout .checkout-footer nav,
.page-template-page-checkout .checkout-header nav {
  font-size: 16px;
  line-height: 60px;
  color: #eee;
}
.page-template-page-upsell2 .checkout-header,
.page-template-page-checkout .checkout-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}
.page-template-page-upsell2 .checkout-header p,
.page-template-page-checkout .checkout-header p {
  margin: 0;
}
.page-template-page-upsell2 .msg-alert,
.page-template-page-checkout .msg-alert {
  color: #fff;
  font-size: 26px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-upsell2 .msg-alert p,
.page-template-page-checkout .msg-alert p {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  padding: 15px 20px 0;
  max-width: 900px;
}
.page-template-page-upsell2 .msg-alert strong,
.page-template-page-checkout .msg-alert strong {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration-line: underline;
}
.page-template-page-upsell2 .checkout-main,
.page-template-page-checkout .checkout-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-page-upsell2 .checkout-footer,
.page-template-page-checkout .checkout-footer {
  padding: 30px 0;
}
.page-template-page-upsell2 .checkout-footer p,
.page-template-page-checkout .checkout-footer p {
  max-width: 500px;
  text-align: center;
  margin: auto;
}
.page-template-page-upsell2 .checkout-footer hr,
.page-template-page-checkout .checkout-footer hr {
  opacity: 0.1;
}
.page-template-page-upsell2 .checkout-footer .menu,
.page-template-page-checkout .checkout-footer .menu {
  text-align: center;
}
.page-template-page-upsell2 .checkout-footer .menu li,
.page-template-page-checkout .checkout-footer .menu li {
  padding: 0 20px;
  display: inline-block;
}
.page-template-page-upsell2 .checkout-footer .menu li a,
.page-template-page-checkout .checkout-footer .menu li a {
  padding-bottom: 5px;
  font-size: 14px;
}

div.text-field {
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 745px) {
  .page-template-page-upsell2,
.page-template-page-checkout {
    margin: 0;
  }
  .page-template-page-upsell2 .msg-alert,
.page-template-page-checkout .msg-alert {
    flex-direction: column;
  }
  .page-template-page-upsell2 .msg-alert.billet img,
.page-template-page-checkout .msg-alert.billet img {
    padding: 0;
  }
  .page-template-page-upsell2 .msg-alert.thanks img,
.page-template-page-checkout .msg-alert.thanks img {
    margin: 14px 0 0;
  }
  .page-template-page-upsell2 .box-dica,
.page-template-page-checkout .box-dica {
    padding: 10px;
  }
  .page-template-page-upsell2 .blog-header,
.page-template-page-checkout .blog-header {
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .page-template-page-upsell2 .blog-header img,
.page-template-page-checkout .blog-header img {
    margin: 0 auto;
  }
  .page-template-page-upsell2 .blog-header p,
.page-template-page-checkout .blog-header p {
    margin-top: 15px;
    text-align: center;
  }
  .page-template-page-upsell2 .blog-header p img,
.page-template-page-checkout .blog-header p img {
    padding: 15px 15px 0;
  }
}
@media (max-width: 1040px) {
  .msg-alert.upsell {
    margin-top: 32px;
  }
}
.page-template-default {
  font-family: helvetica, freesans, sans-serif;
  margin: 0;
}
.page-template-default article {
  max-width: 690px;
}
.page-template-default .adv {
  text-align: center;
  color: #BBB;
  margin: 20px 0 0 0;
}
.page-template-default .header {
  padding: 0 0 8px;
}
.page-template-default .header h2 {
  font-size: 17px;
  font-weight: normal;
  margin-top: 5px;
}
.page-template-default h1 {
  color: #333;
  font-size: 2.3em;
  letter-spacing: -0.06em;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .page-template-default h1 {
    font-size: 27px;
  }
}
.page-template-default iframe {
  border: 0;
  margin-bottom: 20px;
}
.page-template-default footer {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  background: #333;
  padding: 10px 0;
  min-height: 40px;
  padding: 10px;
}
.page-template-default footer p {
  display: block;
  color: #EEE;
  text-align: center;
  max-width: 690px;
  margin: 0 auto 10px;
  font-size: 12px;
}
.page-template-default footer a {
  text-decoration: underline;
  font-weight: bold;
  color: #FFF;
  font-size: 12px;
}

.page-template-page-pv-kit .session_title {
  background: url(../images/bg-cinza-escuro.jpg) #2e2e2e;
}
.page-template-page-pv-kit .session_title h2 {
  color: #FFF;
}
.page-template-page-pv-kit .session_title h2 span {
  color: #EE349D;
}
.page-template-page-pv-kit .infos {
  background: #444;
  min-height: 50px;
  position: relative;
}
.page-template-page-pv-kit .infos .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-page-pv-kit .infos .container div {
  width: 24.5%;
  display: inline-block;
  vertical-align: text-top;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-page-pv-kit .infos .container div:first-child {
  width: 29%;
  padding-right: 10px;
}
.page-template-page-pv-kit .infos .container div:nth-child(3) {
  width: 20%;
}
.page-template-page-pv-kit .infos .container div img {
  float: left;
  margin: 12px 0 0 0;
}
.page-template-page-pv-kit .infos .container div p {
  color: #fff;
  font-size: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  margin: 10px 0;
}
.page-template-page-pv-kit .infos .container div p a {
  color: #FFF;
  font-size: 12px;
}
.page-template-page-pv-kit header {
  padding: 15px 0;
  background: #2e2e2e;
  margin-bottom: 30px;
  position: relative;
  margin: 0;
}
.page-template-page-pv-kit header .container div {
  width: 33%;
  display: inline-block;
  vertical-align: text-top;
}
.page-template-page-pv-kit header .logo {
  text-align: center;
}
.page-template-page-pv-kit header .logo img {
  max-width: 300px;
  max-height: 75px;
}
.page-template-page-pv-kit header strong {
  font-size: 12px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.page-template-page-pv-kit header small {
  font-size: 11px;
  color: #f3f2ea;
  line-height: 17px;
  display: block;
}
.page-template-page-pv-kit .offers h2,
.page-template-page-pv-kit .offers h3 {
  margin-bottom: 10px;
}
.page-template-page-pv-kit .offers h2 span,
.page-template-page-pv-kit .offers h3 span {
  color: #EE349D;
}

body.page-template-page-pv {
  margin-top: 0;
}
@media (min-width: 830px) {
  body.page-template-page-pv .d-hide {
    display: none !important;
  }
}
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;
}

.page-template-page-safe * {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}
.page-template-page-safe main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-template-page-safe main img {
  margin: 40px 0;
  width: 350px;
  height: 175px;
}
.page-template-page-safe main h1 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 40px 0;
  max-width: 350px;
}
.page-template-page-safe main p {
  width: 350px;
  line-height: 25px;
  font-size: 16px;
  color: #9e9e9e;
}
.page-template-page-safe main a.button {
  margin: 30px 0;
  color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  background-color: #f06292;
}
.page-template-page-safe main ul {
  display: flex;
}
.page-template-page-safe main ul li, .page-template-page-safe main ul a {
  font-size: 16px;
  color: #9e9e9e;
}

.page-template-page-pvHair-black,
.page-template-page-pvHair {
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  margin-top: 70px;
}
.page-template-page-pvHair-black .d-hide,
.page-template-page-pvHair .d-hide {
  display: none;
}
.page-template-page-pvHair-black header,
.page-template-page-pvHair header {
  background: black;
  position: fixed;
  z-index: 999;
  width: 100%;
  margin-top: -70px;
}
.page-template-page-pvHair-black header nav,
.page-template-page-pvHair header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  padding: 15px 35px 20px;
  margin: 0 auto;
}
.page-template-page-pvHair-black header nav ul,
.page-template-page-pvHair header nav ul {
  padding: 0 20px;
  margin-left: 40px;
}
.page-template-page-pvHair-black header nav ul li,
.page-template-page-pvHair header nav ul li {
  padding: 15px 5px;
  margin: 0 2px;
}
.page-template-page-pvHair-black header nav ul li a,
.page-template-page-pvHair header nav ul li a {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.page-template-page-pvHair-black header nav ul li:hover,
.page-template-page-pvHair header nav ul li:hover {
  background: #d69200;
}
.page-template-page-pvHair-black header nav ul li:last-child,
.page-template-page-pvHair header nav ul li:last-child {
  background: linear-gradient(to bottom, #ffdb57 0%, #e8b809 45%, #c29a0a 100%);
}
.page-template-page-pvHair-black header img,
.page-template-page-pvHair header img {
  max-height: 40px;
  max-width: 300px;
}
.page-template-page-pvHair-black article.container,
.page-template-page-pvHair article.container {
  display: flex;
  flex-direction: column;
}
.page-template-page-pvHair-black .wp-block-image,
.page-template-page-pvHair .wp-block-image {
  margin-top: 15px;
}
.page-template-page-pvHair-black .fullwidth.session_title,
.page-template-page-pvHair .fullwidth.session_title {
  margin: 0 0 40px;
}
.page-template-page-pvHair-black .fullwidth.session_title h2,
.page-template-page-pvHair .fullwidth.session_title h2 {
  margin: 15px;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  width: auto;
  max-width: 100%;
}
.page-template-page-pvHair-black h2,
.page-template-page-pvHair h2 {
  margin: 40px 0 30px;
  font-size: 23px;
  text-align: center;
  font-weight: 500;
}

.hair-benefits,
.hair-offers {
  background-size: cover !important;
  position: relative;
  text-align: center;
  padding: 50px 0;
}
.hair-benefits .header,
.hair-offers .header {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.hair-benefits:before,
.hair-offers:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #d69200;
  opacity: 0.7;
}

.hair-benefits .title,
.hair-offers .title,
.hair-faq .title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0;
}
.hair-benefits .title:after,
.hair-offers .title:after,
.hair-faq .title:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #434141;
  display: block;
  margin: 20px auto 10px;
}

.hair-offers .header .subtitle {
  font-size: 24px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin: 20px 0 10px;
  padding: 20px;
}
.hair-offers .header .scarcity {
  text-align: center;
  color: #434141;
  font-size: 25px;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 30px;
  padding: 0 20px;
}
.hair-offers .offers-container {
  position: relative;
}
.hair-offers .offers-container a {
  box-shadow: 0 0 25px rgba(50, 50, 50, 0.2);
}
.hair-offers .offers-container a .offer-container-2 {
  margin: 0;
}
.hair-offers .offers-container br {
  display: none;
}
.hair-offers .pag-seguro {
  position: relative;
  padding: 20px;
}
.hair-offers .pag-seguro p {
  margin: 40px 0 10px;
  text-align: center;
}

.hair-benefits {
  padding: 50px 0 0 0;
}
.hair-benefits .description {
  text-align: center;
  margin-top: 15px;
  display: block;
  padding: 20px 20px 0;
}
.hair-benefits .benefits {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
.hair-benefits .benefits .column {
  max-width: 400px;
  padding: 40px 20px 0;
}
.hair-benefits .benefits .column h3 {
  display: block;
  min-height: 90px;
  margin: 0 0 10px;
  padding: 15px;
  font-size: 20px;
  color: #434141;
  font-weight: 500;
}
.hair-benefits .benefits .txt-right {
  text-align: right;
}
.hair-benefits .benefits .txt-left {
  text-align: left;
}

.hair-main-section {
  background-size: cover !important;
  position: relative;
  padding: 120px 0 240px;
}
.hair-main-section .container-title {
  max-width: 980px;
  margin: 0 auto;
}
.hair-main-section .container-title .box-title {
  max-width: 600px;
  text-align: center;
}
.hair-main-section .container-title .box-title .title {
  font-size: 34px;
  line-height: 59px;
  color: #434141;
  font-weight: 600;
  margin: 0;
}

.hair-faq {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 50px;
}
.hair-faq .title {
  color: #d69200;
  text-align: center;
}
.hair-faq .title:after {
  background: #d69200;
}
.hair-faq .container-faq {
  display: flex;
  padding: 60px 0 40px;
}
.hair-faq .box-faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.hair-faq .box-faq img {
  padding-top: 20px;
  max-width: 300px;
  max-height: 350px;
}

@media screen and (max-width: 945px) {
  .hair-main-section {
    background: url("/wp-content/themes/highconversion/assets/images/bg-beneficios-mobile.jpg") no-repeat bottom !important;
    padding: 40px 0 700px;
    background-size: cover !important;
  }
  .hair-main-section .container-title .box-title {
    margin: 0 auto;
  }

  .hair-benefits .benefits {
    flex-direction: column;
    padding: 0;
  }
  .hair-benefits .benefits .column {
    text-align: center;
    padding: 20px 20px 0;
  }
  .hair-benefits .benefits .column h3 {
    padding: 0px;
  }

  .hair-faq .container-faq {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px) {
  .hair-main-section {
    padding: 40px 0 600px;
  }
}
@media screen and (max-width: 670px) {
  .page-template-page-pvHair-black header nav,
.page-template-page-pvHair header nav {
    justify-content: center;
  }
  .page-template-page-pvHair-black header nav ul,
.page-template-page-pvHair header nav ul {
    display: none;
  }
  .page-template-page-pvHair-black .hair-main-section,
.page-template-page-pvHair .hair-main-section {
    padding: 40px 0 500px;
  }
  .page-template-page-pvHair-black .hair-main-section .container-title .box-title,
.page-template-page-pvHair .hair-main-section .container-title .box-title {
    padding: 20px;
  }
}
.page-template-page-pvHair-black {
  background: #000;
}
.page-template-page-pvHair-black p, .page-template-page-pvHair-black li, .page-template-page-pvHair-black h3, .page-template-page-pvHair-black h2,
.page-template-page-pvHair-black .hair-benefits .description,
.page-template-page-pvHair-black .hair-benefits .benefits .column h3 {
  color: #fff;
}
.page-template-page-pvHair-black .hair-offers .header .scarcity {
  color: #fff !important;
}
.page-template-page-pvHair-black .title {
  color: #fff !important;
}
.page-template-page-pvHair-black .title:after {
  background: #fff !important;
}
.page-template-page-pvHair-black .falsification_warning p,
.page-template-page-pvHair-black .hair-accordion .panel p,
.page-template-page-pvHair-black .offers-container a .offer-container-2 .content-product .price-product p,
.page-template-page-pvHair-black .offers-container a .offer-container-2 .content-product .portion p {
  color: #000;
}

.page-template-page-acquisition {
  margin-top: 0;
}
.page-template-page-acquisition .header-body {
  margin-bottom: 20px;
}
.page-template-page-acquisition .logo {
  width: 150px;
  padding: 20px 0;
  margin: 0 auto;
}
.page-template-page-acquisition h2 {
  font-size: 37px;
}
.page-template-page-acquisition h3 {
  font-size: 28px;
}
.page-template-page-acquisition h1, .page-template-page-acquisition h2, .page-template-page-acquisition h3, .page-template-page-acquisition h4, .page-template-page-acquisition h5 {
  font-family: "Unna", serif;
  font-weight: 600;
}
.page-template-page-acquisition p {
  font-family: "Montserrat", sans-serif;
}
.page-template-page-acquisition .container-acquisition {
  width: 96%;
  max-width: 980px;
  margin: 0 auto;
}
.page-template-page-acquisition .header {
  text-align: center;
}
.page-template-page-acquisition .header h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 50px auto;
  padding: 0 20px;
  max-width: 780px;
  width: 90%;
  font-size: 30px;
}
.page-template-page-acquisition .header p {
  text-transform: capitalize;
  text-align: center;
  font-size: 24px;
  padding: 0 20px 20px;
  margin: 0;
}
.page-template-page-acquisition .offer {
  display: flex;
  flex-wrap: wrap;
}
.page-template-page-acquisition .offer .img-product, .page-template-page-acquisition .offer .plan, .page-template-page-acquisition .offer .description, .page-template-page-acquisition .offer .choose-plan {
  width: 50%;
  padding: 0 20px 40px;
}
.page-template-page-acquisition .offer .img-product {
  text-align: center;
}
.page-template-page-acquisition .offer .img-product img {
  max-height: 100%;
}
.page-template-page-acquisition .offer .img-plan {
  padding: 0 20px;
}
.page-template-page-acquisition .offer .description .triangle {
  background-color: #e1c27a;
  color: #FFF;
  padding: 8px 15px;
  display: inline-block;
  position: relative;
}
.page-template-page-acquisition .offer .description .triangle b {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.page-template-page-acquisition .offer .description .triangle b::after {
  content: "";
  position: absolute;
  border-bottom: 37px solid #e1c27a;
  border-right: 32px solid transparent;
  top: 0;
  right: -32px;
}
.page-template-page-acquisition .offer .description h2 {
  margin-bottom: 0;
}
.page-template-page-acquisition .offer .description .rating {
  margin-bottom: 15px;
}
.page-template-page-acquisition .offer .description .rating img {
  width: 110px;
  margin: 0 10px 5px 0;
}
.page-template-page-acquisition .offer .description .rating span {
  color: #b9b9b9;
  font-size: 15px;
  font-weight: 700;
}
.page-template-page-acquisition .offer .description .product-description-text {
  margin-bottom: 15px;
  font-size: 0.9em;
}
.page-template-page-acquisition .offer .description .product-description-text li {
  list-style-type: disc;
  list-style-position: inside;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  margin-bottom: 0.5em;
}
.page-template-page-acquisition .offer .description .product-description-text ul, .page-template-page-acquisition .offer .description .product-description-text ol {
  margin: 1em 0;
}
.page-template-page-acquisition .offer h2 {
  text-transform: capitalize;
  font-family: "Unna", serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  margin: 13px 0;
  letter-spacing: 1px;
}
.page-template-page-acquisition .price span.actual-price {
  font-size: 22px;
  color: #cd051d;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.page-template-page-acquisition .price span:first-child {
  font-size: 18px;
  color: #939393;
  text-decoration-line: line-through;
}
.page-template-page-acquisition .price span:last-child {
  font-size: 15px;
  color: #000;
  text-decoration-line: none;
}
.page-template-page-acquisition hr {
  height: 2px;
  background-color: #d8d8d8;
  margin: 16px 0 18px;
}
.page-template-page-acquisition .choose {
  text-transform: uppercase;
  font-size: 18px;
}
.page-template-page-acquisition .package {
  border: 2px solid #D8D8D8;
  margin-bottom: 20px;
  padding: 14px 0 14px 60px;
  cursor: pointer;
  position: relative;
}
.page-template-page-acquisition .package.active .check-box {
  background-color: #2FA12F;
  color: #FFF;
}
.page-template-page-acquisition .package .check-box {
  background-color: rgba(216, 216, 216, 0.37);
  color: rgba(216, 216, 216, 0);
  width: 23px;
  height: 23px;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 16px;
  text-align: center;
  cursor: pointer;
  padding-top: 3px;
  padding-left: 1.5px;
}
.page-template-page-acquisition .package .check-box::before {
  content: "✓";
  font-size: 20px;
  position: absolute;
  left: 4px;
  top: 0;
}
.page-template-page-acquisition .package p {
  margin-bottom: 0;
  margin-right: 10px;
}
.page-template-page-acquisition .package b {
  text-transform: uppercase;
}
.page-template-page-acquisition .add-cart {
  margin: 25px 0;
}
.page-template-page-acquisition .add-cart a {
  display: block;
  max-width: 270px;
  cursor: pointer;
  width: 280px;
  padding: 15px 30px;
  background-color: #37b121;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.page-template-page-acquisition .add-cart.mobile {
  display: none;
}
.page-template-page-acquisition .continuity-box {
  padding: 15px 0 15px 8px;
  cursor: pointer;
}
.page-template-page-acquisition .continuity-box p {
  padding-left: 25px;
  padding-right: 10px;
  position: relative;
  margin: 0;
  font-size: 16px;
}
.page-template-page-acquisition .continuity-box.active {
  background-color: #f4f4f4;
}
.page-template-page-acquisition .continuity-box.active .radio-btn::before {
  border: 5px solid #2FA12F;
  background: #fff;
}
.page-template-page-acquisition .continuity-box .radio-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #0C233F;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 2px;
}
.page-template-page-acquisition #terms {
  display: none;
  border: 1px solid #f4f4f4;
  padding: 20px 30px;
}
.page-template-page-acquisition #terms b {
  font-size: 17px;
  text-align: center;
  color: #6D7278;
  text-transform: uppercase;
  display: block;
  width: 100%;
  letter-spacing: 1px;
}
.page-template-page-acquisition #terms p {
  text-align: center;
}
.page-template-page-acquisition #terms h2 {
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  margin: 10px 0;
}
.page-template-page-acquisition #terms .line {
  margin: 16px auto;
  height: 4px;
  width: 50px;
  background-color: #e1c27a;
}
.page-template-page-acquisition #terms a {
  display: block;
  margin-top: 5px;
  color: #0091FF;
  font-size: 14px;
  text-align: center;
}
.page-template-page-acquisition #terms .info {
  font-size: 11px;
  font-weight: lighter;
  color: #333333;
  line-height: 1.1;
  margin: 10px 0;
}
.page-template-page-acquisition #terms ul {
  margin-left: -10px;
  padding: 12px 0 12px 30px;
}
.page-template-page-acquisition #terms ul li {
  list-style: inherit;
  margin-top: 7px;
}
.page-template-page-acquisition .monthlySingle {
  display: none;
}
.page-template-page-acquisition .guarantee .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 60px;
}
.page-template-page-acquisition .guarantee .infos {
  padding: 0 20px;
  margin-left: 20px;
  max-width: 750px;
}
.page-template-page-acquisition .guarantee p {
  font-size: 16px;
}
.page-template-page-acquisition .guarantee img {
  margin-left: 20px;
  width: 200px;
}
.page-template-page-acquisition .product-description {
  padding: 40px 20px;
  background-color: #f4f4f4;
}
.page-template-page-acquisition .product-description h2, .page-template-page-acquisition .product-description h3, .page-template-page-acquisition .product-description h4, .page-template-page-acquisition .product-description h5 {
  max-width: 800px;
  margin: 10px auto 20px;
}
.page-template-page-acquisition .product-description p {
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 1em;
  max-width: 800px;
}
.page-template-page-acquisition .stories_customers {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.page-template-page-acquisition .stories_customers h2 {
  text-align: center;
}
.page-template-page-acquisition .stories_customers .customer {
  display: flex;
  border-top: solid 1px #d5d5d5;
  padding: 40px 0;
}
.page-template-page-acquisition .stories_customers .customer:first-of-type {
  border: none;
}
.page-template-page-acquisition .stories_customers .customer .stars_customer {
  width: 150px;
  flex-shrink: 0;
  padding: 0 20px;
}
.page-template-page-acquisition .stories_customers .customer .stars_customer p {
  font-family: "Unna", serif;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 10px;
}
.page-template-page-acquisition .stories_customers .customer .stars_customer .stars_img {
  max-width: 120px;
  margin-bottom: 5px;
}
.page-template-page-acquisition .stories_customers .customer .testimony {
  width: 100%;
  padding: 0 20px;
}
.page-template-page-acquisition .stories_customers .customer .testimony h3 {
  font-style: italic;
  font-size: 24px;
  font-family: "Unna", serif;
}
.page-template-page-acquisition .stories_customers .customer .testimony .box_video {
  width: 80%;
}
.page-template-page-acquisition .stories_customers .alert {
  font-size: 14px;
  opacity: 0.6;
}
.page-template-page-acquisition .container-faq {
  display: flex;
  padding: 40px 20px;
}
.page-template-page-acquisition .container-faq .asks {
  margin-left: 20px;
}
.page-template-page-acquisition .container-faq .ask {
  border-top: 1px solid #d5d5d5;
  margin: 0 20px;
  padding: 20px 0;
}
.page-template-page-acquisition .container-faq .ask h3 {
  margin-top: 10px;
  font-size: 30px;
}
.page-template-page-acquisition .container-faq .ask p {
  font-size: 16px;
  opacity: 0.8;
}
.page-template-page-acquisition .container-faq .ask:first-of-type {
  border: none;
  padding-top: 0;
}
.page-template-page-acquisition .container-faq h2 {
  text-transform: capitalize;
}
.page-template-page-acquisition .benefits {
  padding: 40px 20px;
}
.page-template-page-acquisition .benefits h2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Unna", serif;
}
.page-template-page-acquisition .benefits h2 * {
  font-family: "Unna", serif;
  text-align: center;
}
.page-template-page-acquisition .benefits .container-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.page-template-page-acquisition .benefits .container-benefits .box-benefits {
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}
.page-template-page-acquisition .benefits .container-benefits .box-benefits h3 {
  font-family: "Unna", serif;
  font-size: 28px;
  margin: 20px 0 10px;
  text-align: center;
}
.page-template-page-acquisition .benefits .container-benefits .box-benefits p {
  font-size: 16px;
  text-align: center;
  opacity: 0.7;
}
.page-template-page-acquisition .btn-mobile {
  width: 100%;
  height: 64px;
  box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  background-color: #e1c27a;
  background-image: linear-gradient(to right, #bd9d52, #e1c27a, #bd9d52);
  border: 1px solid #f2d200;
  z-index: 999;
}
.page-template-page-acquisition .btn-mobile a {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-decoration: none;
}
.page-template-page-acquisition footer {
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .page-template-page-acquisition .header h1 {
    margin: 1em auto;
  }
  .page-template-page-acquisition .img-product, .page-template-page-acquisition .plan, .page-template-page-acquisition .description, .page-template-page-acquisition .choose-plan {
    width: 100% !important;
    padding: 0.5em !important;
  }
  .page-template-page-acquisition .description hr {
    margin: 0.25em 0;
  }
  .page-template-page-acquisition .price p {
    font-size: 80%;
  }
  .page-template-page-acquisition .shipping {
    opacity: 0.8;
  }
  .page-template-page-acquisition .shipping b {
    font-size: 80%;
  }
  .page-template-page-acquisition .packages .package {
    margin-bottom: 0.5em;
  }
  .page-template-page-acquisition .packages p {
    font-size: 90%;
    line-height: 1.2;
  }
  .page-template-page-acquisition .plan {
    order: 1;
  }
  .page-template-page-acquisition .add-cart {
    display: none;
  }
  .page-template-page-acquisition .add-cart.mobile {
    display: block;
    display: flex;
    justify-content: center;
  }
  .page-template-page-acquisition .product-description-text {
    display: none;
  }
  .page-template-page-acquisition .content {
    padding: 40px 20px;
  }
  .page-template-page-acquisition .guarantee .content {
    flex-direction: column;
    padding: 0;
  }
  .page-template-page-acquisition .guarantee h2 {
    font-size: 32px;
    margin-top: 10px;
  }
  .page-template-page-acquisition .guarantee .infos {
    padding: 20px;
    margin: 0;
  }
  .page-template-page-acquisition .guarantee img {
    margin-left: 0px;
    margin-top: 25px;
  }
  .page-template-page-acquisition .stories_customers {
    padding-bottom: 0;
  }
  .page-template-page-acquisition .stories_customers .customer {
    flex-direction: column;
    margin: 25px 0;
  }
  .page-template-page-acquisition .stories_customers .customer .stars_customer {
    text-align: center;
    align-self: center;
    width: 300px;
  }
  .page-template-page-acquisition .stories_customers .customer .stars_customer img {
    max-width: 150px;
  }
  .page-template-page-acquisition .stories_customers .customer .stars_customer p {
    font-size: 20px;
    text-align: center;
  }
  .page-template-page-acquisition .stories_customers .customer .testimony h3 {
    text-align: center;
    font-weight: 24px;
    margin-bottom: 15px;
  }
  .page-template-page-acquisition .stories_customers .customer .testimony p {
    font-size: 16px;
    opacity: 0.8;
  }
  .page-template-page-acquisition .stories_customers .customer .testimony .box_video {
    width: 100%;
  }
  .page-template-page-acquisition .container-faq {
    flex-direction: column;
  }
  .page-template-page-acquisition .container-faq h2 {
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .page-template-page-acquisition .container-faq .asks {
    margin-left: 0;
  }
  .page-template-page-acquisition .container-faq .ask {
    padding: 5px 0;
  }
}

body.page-template-page-acquisition-2 {
  @import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,600;0,800;1,300;1,400;1,600&display=swap");
  font-family: "Raleway", sans-serif;
  color: #5e5f61;
  margin-top: 0;
}
body.page-template-page-acquisition-2 .site-width {
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
}
body.page-template-page-acquisition-2 .header {
  display: block;
  position: relative;
  z-index: 4;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
body.page-template-page-acquisition-2 .header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 110px;
}
body.page-template-page-acquisition-2 .header img {
  max-width: 300px;
  max-height: 80px;
  object-fit: contain;
  object-position: left;
  margin: 10px 0;
}
body.page-template-page-acquisition-2 .offer {
  background: url(../images/bg-acquisition-2.webp) no-repeat center center;
  background-size: cover;
}
body.page-template-page-acquisition-2 .offer__title {
  color: #27377a;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.4;
  padding-top: 70px;
  margin-bottom: 16px;
  position: relative;
}
body.page-template-page-acquisition-2 .offer__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 45px;
  height: 1px;
  background: #27377a;
}
body.page-template-page-acquisition-2 .offer__benefits {
  column-count: 2;
  margin: 30px 0;
  font-size: 15px;
}
body.page-template-page-acquisition-2 .offer__benefits p {
  position: relative;
  margin-left: 20px;
}
body.page-template-page-acquisition-2 .offer__benefits p:before {
  content: "✓";
  position: absolute;
  top: 0;
  left: -20px;
  color: #4780c2;
  font-size: 20px;
}
@media (min-width: 901px) {
  body.page-template-page-acquisition-2 .card--mobile {
    display: none !important;
  }
  body.page-template-page-acquisition-2 .doctor-mob {
    display: none !important;
  }
  body.page-template-page-acquisition-2 .card {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    padding-bottom: 60px;
  }
  body.page-template-page-acquisition-2 .card * {
    text-align: center;
  }
  body.page-template-page-acquisition-2 .card__item {
    background: white;
    box-shadow: 0 0 10px #8c8c83;
    position: relative;
  }
  body.page-template-page-acquisition-2 .card__sell {
    width: 40%;
    z-index: 1;
  }
  body.page-template-page-acquisition-2 .card__options {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 10px 10px;
  }
  body.page-template-page-acquisition-2 .card__options-item {
    background: #f2f2f2;
    padding: 10px;
    margin: 5px;
    width: calc(100% / 3);
    margin-bottom: 5px;
    cursor: pointer;
  }
  body.page-template-page-acquisition-2 .card__options-item p {
    line-height: 1.3;
    font-size: 18px;
    margin-bottom: 0;
  }
  body.page-template-page-acquisition-2 .card__options-item .card__ebook {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  body.page-template-page-acquisition-2 .card__options-item--bestseller {
    position: relative;
  }
  body.page-template-page-acquisition-2 .card__options-item--bestseller:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-top: 10px solid #27377a;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #27377a;
  }
  body.page-template-page-acquisition-2 .card__options-item--active {
    background: #e8f3fa;
    box-shadow: inset 0 0 0 2px #56a7d9;
  }
  body.page-template-page-acquisition-2 .card__options--3 .card__options-item, body.page-template-page-acquisition-2 .card__options--5 .card__options-item, body.page-template-page-acquisition-2 .card__options--6 .card__options-item {
    width: calc(100% / 3 - 10px);
  }
  body.page-template-page-acquisition-2 .card__prices {
    font-size: 20px;
  }
  body.page-template-page-acquisition-2 .card__prices p {
    margin: 0;
  }
  body.page-template-page-acquisition-2 .card__prices hr {
    max-width: 45px;
    margin: 10px auto;
    height: 0;
    border-top: 2px solid #5e5f61;
  }
  body.page-template-page-acquisition-2 .card .price__regular {
    font-size: 18px;
  }
  body.page-template-page-acquisition-2 .card .price__regular span {
    text-decoration: line-through;
  }
  body.page-template-page-acquisition-2 .card .price__instant {
    font-weight: 600;
  }
  body.page-template-page-acquisition-2 .card .price__member {
    font-weight: 600;
    color: red;
  }
  body.page-template-page-acquisition-2 .card .price__final {
    font-weight: 600;
  }
  body.page-template-page-acquisition-2 .card .price__final-price {
    font-size: 40px;
    margin-right: 10px;
  }
  body.page-template-page-acquisition-2 .card .price__final-text {
    font-size: 15px;
  }
  body.page-template-page-acquisition-2 .card__buy {
    display: block;
    font-weight: 300;
    margin: 10px auto;
    width: 280px;
    max-width: 90%;
    text-align: center;
    border: 1px solid #e47925;
    background: #dfa15a;
    color: #fff;
    font-size: 25px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px #666666;
    padding: 7px;
    background-image: linear-gradient(to bottom, #dfa15a, #ed8924);
  }
  body.page-template-page-acquisition-2 .card__buy:focus, body.page-template-page-acquisition-2 .card__buy:hover {
    box-shadow: 0px 1px 3px #666666;
    background: #e47825;
    background-image: linear-gradient(to bottom, #e47825, #ba5b12);
  }
  body.page-template-page-acquisition-2 .card__shipping {
    color: #4880c2;
    font-size: 15px;
    font-weight: 600;
    margin: 15px auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.page-template-page-acquisition-2 .card__shipping img {
    margin-right: 10px;
  }
  body.page-template-page-acquisition-2 .card__subscribe {
    width: 31%;
    margin: 50px 0;
    font-weight: 600;
  }
  body.page-template-page-acquisition-2 .card__subscribe .subscribe-list p {
    position: relative;
    padding-left: 10px;
    margin-left: 40px;
    text-align: left;
    font-weight: 600;
    font-size: 17px;
  }
  body.page-template-page-acquisition-2 .card__subscribe .subscribe-list p:before {
    content: "✓";
    position: absolute;
    left: -15px;
    top: 0;
    color: red;
    font-size: 23px;
  }
  body.page-template-page-acquisition-2 .card__subscribe label {
    position: relative;
    display: flex;
    align-items: flex-start;
    text-align: left;
    background: #d3e8f5;
    border-radius: 10px;
    padding: 10px 8px;
    margin-bottom: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  body.page-template-page-acquisition-2 .card__subscribe label input {
    opacity: 0;
    width: 0;
  }
  body.page-template-page-acquisition-2 .card__subscribe label .fake-check {
    border: 1px solid grey;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 5px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.page-template-page-acquisition-2 .card__subscribe label .fake-check svg {
    display: none;
    margin: 4px;
  }
  body.page-template-page-acquisition-2 .card__subscribe label input:checked ~ .fake-check svg {
    display: block;
  }
  body.page-template-page-acquisition-2 .card__subscribe label .subscribe-message {
    text-align: left;
  }
  body.page-template-page-acquisition-2 .card__subscribe label .subscribe-message p {
    text-align: left;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
  }
  body.page-template-page-acquisition-2 .card__subscribe label:focus, body.page-template-page-acquisition-2 .card__subscribe label:hover {
    background: #beddf0;
  }
  body.page-template-page-acquisition-2 .card__subscribe label:hover .subscribe-conditions {
    display: block;
  }
  body.page-template-page-acquisition-2 .card__subscribe label label:focus .subscribe-conditions {
    display: block;
  }
  body.page-template-page-acquisition-2 .card__subscribe label .subscribe-conditions {
    display: none;
    position: absolute;
    left: 50px;
    right: -50px;
    bottom: 10px;
    height: auto;
    transform: translateY(100%);
    z-index: 2;
    background: white;
    border: 1px solid #5e5f61;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  body.page-template-page-acquisition-2 .card__subscribe label .subscribe-conditions a {
    font-size: inherit;
    font-weight: 600;
    color: #27377a;
  }
  body.page-template-page-acquisition-2 .card__guarantee {
    width: 30%;
    margin: 50px 0;
  }
  body.page-template-page-acquisition-2 .card__guarantee p {
    font-size: 15px;
    line-height: 1.3;
  }
  body.page-template-page-acquisition-2 .card__guarantee img {
    max-width: 60%;
    margin-bottom: 30px;
  }
  body.page-template-page-acquisition-2 .card__title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    margin-bottom: 25px;
    padding: 10px;
    background: #27377a;
    position: relative;
    font-weight: 400;
  }
  body.page-template-page-acquisition-2 .card__title * {
    margin: 2px 0;
    line-height: 1.2;
    font-size: 22px;
    color: white;
  }
  body.page-template-page-acquisition-2 .card__title small {
    font-size: 18px;
  }
  body.page-template-page-acquisition-2 .card__title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 20px solid #27377a;
  }
  body.page-template-page-acquisition-2 .card__inner {
    padding: 10px;
  }
}
body.page-template-page-acquisition-2 .faq .site-width {
  padding-bottom: 60px;
}
body.page-template-page-acquisition-2 .faq h2 {
  margin-top: 40px;
  font-size: 27px;
  font-weight: 300;
  color: #27377a;
  position: relative;
}
body.page-template-page-acquisition-2 .faq h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 45px;
  height: 1px;
  background: #27377a;
}
body.page-template-page-acquisition-2 .accordion {
  letter-spacing: 0.5px;
}
body.page-template-page-acquisition-2 .accordion label {
  display: block;
  color: #4780c2;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom: 2px solid #5e5f61;
  position: relative;
}
body.page-template-page-acquisition-2 .accordion label:before {
  content: "+ ";
  position: absolute;
  top: 19px;
  left: 0;
}
body.page-template-page-acquisition-2 .accordion .accordion-body {
  display: none;
  font-weight: 300;
  font-size: 17px;
  padding-left: 15px;
}
body.page-template-page-acquisition-2 .accordion .accordion-body p {
  margin-bottom: 20px;
}
body.page-template-page-acquisition-2 .accordion input:checked ~ .accordion-body {
  display: block;
  border-bottom: 2px solid #5e5f61;
}
body.page-template-page-acquisition-2 .accordion input:checked ~ label {
  border-bottom: 2px solid transparent;
}
body.page-template-page-acquisition-2 .accordion input:checked ~ label:before {
  content: "– ";
}
body.page-template-page-acquisition-2 .doctor {
  background: #b9d537;
  color: white;
  padding: 40px 0;
}
body.page-template-page-acquisition-2 .doctor h2 {
  font-size: 27px;
  font-weight: 300;
  color: white;
  position: relative;
  margin-bottom: 40px;
}
body.page-template-page-acquisition-2 .doctor h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 45px;
  height: 1px;
  background: white;
}
body.page-template-page-acquisition-2 .doctor__container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
body.page-template-page-acquisition-2 .doctor img {
  max-width: 300px;
  flex-shrink: 0;
  margin-left: 20px;
}
body.page-template-page-acquisition-2 .doctor p {
  line-height: 1.3;
}
body.page-template-page-acquisition-2 .product {
  padding: 40px;
}
body.page-template-page-acquisition-2 .product h2 {
  font-size: 27px;
  font-weight: 300;
  color: #27377a;
  position: relative;
  margin-bottom: 40px;
}
body.page-template-page-acquisition-2 .product h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 45px;
  height: 1px;
  background: #27377a;
}
body.page-template-page-acquisition-2 .product__container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 30px;
}
body.page-template-page-acquisition-2 .product img {
  flex-shrink: 0;
  margin: 0 40px;
  max-width: 250px;
}
body.page-template-page-acquisition-2 .product p {
  line-height: 1.3;
  max-width: 500px;
  font-size: 15px;
}
body.page-template-page-acquisition-2 .product a {
  display: block;
  font-weight: 300;
  margin-top: 20px;
  width: 200px;
  max-width: 90%;
  text-align: center;
  border: 1px solid #e47925;
  background: #dfa15a;
  color: #fff;
  font-size: 15px;
  border-radius: 2px;
  box-shadow: 0px 1px 3px #666666;
  padding: 7px;
  background-image: linear-gradient(to bottom, #dfa15a, #ed8924);
}
body.page-template-page-acquisition-2 .product a:focus, body.page-template-page-acquisition-2 .product a:hover {
  box-shadow: 0px 1px 3px #666666;
  background: #e47825;
  background-image: linear-gradient(to bottom, #e47825, #ba5b12);
}
body.page-template-page-acquisition-2 .footer {
  border-top: 1px solid black;
  font-size: 13px;
  padding-top: 20px;
}
body.page-template-page-acquisition-2 .footer p {
  margin-bottom: 20px;
}
body.page-template-page-acquisition-2 .footer a {
  font-size: inherit;
  color: #27377a;
}
@media (max-width: 900px) {
  body.page-template-page-acquisition-2 .site-width {
    max-width: 86%;
  }
  body.page-template-page-acquisition-2 .header .header__flex div {
    display: none;
  }
  body.page-template-page-acquisition-2 .header .header__flex img {
    width: 80%;
  }
  body.page-template-page-acquisition-2 .offer__title {
    padding-top: 20px;
  }
  body.page-template-page-acquisition-2 .offer__benefits {
    column-count: 1;
  }
  body.page-template-page-acquisition-2 .card--desktop {
    display: none;
  }
  body.page-template-page-acquisition-2 .card__choose {
    background: #27377a;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 20px 20px;
  }
  body.page-template-page-acquisition-2 .card__choose h2 {
    color: white;
    text-align: center;
    font-weight: 400;
    padding: 20px;
    width: 100%;
  }
  body.page-template-page-acquisition-2 .card__choose button {
    width: 40%;
    display: block;
    font-size: 20px;
    color: #27377a;
    background: rgba(255, 255, 255, 0.8);
    border: 5px solid transparent;
    border-radius: 8px;
    padding: 10px 20px;
  }
  body.page-template-page-acquisition-2 .card__choose .button-active {
    border-color: orange;
    background: white;
    width: 58%;
  }
  body.page-template-page-acquisition-2 .card__price {
    background: white;
    padding: 20px 20px 0;
  }
  body.page-template-page-acquisition-2 .card__price p {
    text-align: center;
    margin-bottom: 0;
  }
  body.page-template-page-acquisition-2 .card__price-big {
    font-size: 60px;
    font-weight: 400;
    color: #27377a;
  }
  body.page-template-page-acquisition-2 .card__price-retail {
    color: red;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 14px;
  }
  body.page-template-page-acquisition-2 .card__price-shipping {
    color: #4780c2;
    font-size: 14px;
    font-weight: 300;
  }
  body.page-template-page-acquisition-2 .card__options {
    background: white;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  body.page-template-page-acquisition-2 .card__options button {
    display: block;
    width: 80%;
    max-width: 500px;
    margin-bottom: 10px;
    padding: 10px 20px;
    border: 1px solid #5e5f61;
    background: white;
    font-size: 20px;
    border-radius: 5px;
  }
  body.page-template-page-acquisition-2 .card__options button p {
    font-size: 14px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    opacity: 0.5;
  }
  body.page-template-page-acquisition-2 .card__options button.card__options-item--active {
    border-color: #4780c2;
    background: #4780c2;
    color: white;
  }
  body.page-template-page-acquisition-2 .card__options .card__buy {
    font-weight: 300;
    margin: 10px auto;
    width: 280px;
    max-width: 90%;
    text-align: center;
    border: 1px solid #e47925;
    background: #dfa15a;
    color: #fff;
    font-size: 25px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px #666666;
    padding: 7px;
    background-image: linear-gradient(to bottom, #dfa15a, #ed8924);
  }
  body.page-template-page-acquisition-2 .card__options .card__buy:focus, body.page-template-page-acquisition-2 .card__options .card__buy:hover {
    box-shadow: 0px 1px 3px #666666;
    background: #e47825;
    background-image: linear-gradient(to bottom, #e47825, #ba5b12);
  }
  body.page-template-page-acquisition-2 .card__options .checkout-disabled {
    opacity: 0.4;
    pointer-events: none;
  }
  body.page-template-page-acquisition-2 .card__options label {
    display: block;
    width: 80%;
    max-width: 500px;
    margin: 10px auto 0;
    position: relative;
    padding-left: 35px;
  }
  body.page-template-page-acquisition-2 .card__options label p {
    padding-top: 2px;
  }
  body.page-template-page-acquisition-2 .card__options label .fake-check {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    border: 3px solid #4780c2;
    border-radius: 5px;
  }
  body.page-template-page-acquisition-2 .card__options label .fake-check svg {
    display: none;
    margin: 2px;
  }
  body.page-template-page-acquisition-2 .card__options label input:checked ~ .fake-check svg {
    display: block;
  }
  body.page-template-page-acquisition-2 .card__options label .subscribe-message {
    color: #4780c2;
    margin-bottom: 0;
    font-size: 17px;
  }
  body.page-template-page-acquisition-2 .card__options label .subscribe-message p {
    margin-bottom: 0;
    line-height: 1.2;
  }
  body.page-template-page-acquisition-2 .card__options .subscribe-conditions {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
  }
  body.page-template-page-acquisition-2 .card__options .subscribe-conditions a {
    display: block;
    font-size: inherit;
    color: #27377a;
    font-weight: 600;
    margin: 0 auto;
  }
  body.page-template-page-acquisition-2 .card__guarantee {
    background: #333e6e;
  }
  body.page-template-page-acquisition-2 .card .guarantee__container {
    padding: 40px 0;
  }
  body.page-template-page-acquisition-2 .card .guarantee__container img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
  }
  body.page-template-page-acquisition-2 .card .guarantee__container h2 {
    color: white;
    font-weight: 400;
    padding: 30px 0 10px;
    width: 100%;
    font-size: 30px;
  }
  body.page-template-page-acquisition-2 .card .guarantee__container p {
    color: white;
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
  }
  body.page-template-page-acquisition-2 .doctor {
    display: none;
  }
  body.page-template-page-acquisition-2 .doctor-mob {
    background: #e5e9ea;
  }
  body.page-template-page-acquisition-2 .doctor-mob__container {
    padding: 40px 0;
  }
  body.page-template-page-acquisition-2 .doctor-mob__header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  body.page-template-page-acquisition-2 .doctor-mob__header img {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
  }
  body.page-template-page-acquisition-2 .doctor-mob__header h2 {
    color: #27377a;
    margin-bottom: 0;
  }
  body.page-template-page-acquisition-2 .doctor-mob p {
    font-size: 15px;
  }
  body.page-template-page-acquisition-2 .product {
    background: #e5e9ea;
    padding: 50px 0;
    margin-bottom: 0;
  }
  body.page-template-page-acquisition-2 .product__container {
    flex-flow: column;
    padding: 0;
  }
  body.page-template-page-acquisition-2 .product__container img {
    max-width: 250px;
    margin: 0 auto 20px;
  }
  body.page-template-page-acquisition-2 .product__container h2 {
    text-align: center;
  }
  body.page-template-page-acquisition-2 .product__container h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-template-page-acquisition-2 .product__container p {
    max-width: 100%;
  }
  body.page-template-page-acquisition-2 .product__container a {
    display: block;
    width: 200px;
    max-width: 100%;
    margin: 20px auto;
  }
}

.page-template-page-vsl {
  margin-top: 0;
}
.page-template-page-vsl .container_card_vsl .btnJs {
  background-color: #3D9E3D;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  border-radius: 31px;
  color: #fff;
  margin: 30px auto;
  max-width: 600px;
  display: none;
}
.page-template-page-vsl .container_card_vsl b {
  display: block;
  width: 100%;
  text-align: center;
  margin: 15px 0;
  padding: 0 20px;
}
.page-template-page-vsl .container_card_vsl b img {
  margin: 0 5px;
}
.page-template-page-vsl .container_card_vsl b img:first-child {
  transform: rotate(180deg);
}
.page-template-page-vsl .container_card_vsl .headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 980px;
  margin: 0 auto 20px auto;
  padding: 20px;
}
.page-template-page-vsl .container_card_vsl .card_vsl {
  display: flex;
  max-width: 980px;
  margin: 0 auto 100px;
}
.page-template-page-vsl .container_card_vsl .card_vsl br {
  display: none;
}
.page-template-page-vsl .container_card_vsl .card_vsl .card_video {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.page-template-page-vsl .container_card_vsl .card_vsl .card_video .video {
  width: 100%;
  border: 0;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0 0 5px black;
}
.page-template-page-vsl .container_card_vsl .card_vsl .card_doctor {
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
}
.page-template-page-vsl .container_card_vsl .card_vsl .card_doctor img {
  border-radius: 3px;
}
.page-template-page-vsl .container_card_vsl .card_vsl .card_doctor h2 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.page-template-page-vsl .container_card_vsl .card_vsl .card_doctor h2::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 35px;
  background-color: #d5d5d5;
  left: 0;
  bottom: -5px;
}
.page-template-page-vsl .container_card_vsl .card_vsl .card_doctor p {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  word-break: break-all;
}
@media (max-width: 980px) {
  .page-template-page-vsl .container_card_vsl .card_vsl {
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  .page-template-page-vsl .card_doctor {
    margin: 20px auto auto;
  }
  .page-template-page-vsl .container_card_vsl .card_vsl .card_video {
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .page-template-page-vsl .container_card_vsl .card_vsl {
    margin: 0;
  }
  .page-template-page-vsl .container_card_vsl .card_vsl .card_doctor {
    text-align: center;
  }
  .page-template-page-vsl .container_card_vsl .card_vsl .card_doctor img {
    width: 200px;
    margin: 0 auto;
  }
  .page-template-page-vsl .container_card_vsl .card_vsl .card_video {
    padding: 20px;
    height: 100%;
  }
  .page-template-page-vsl .container_card_vsl .btnJs {
    margin: 0 15px 30px;
  }
}

.box-btn-bottom-mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.box-btn-bottom-mobile-nav a {
  border-radius: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}

#bio_ep {
  max-width: 600px;
  width: 100%;
  max-height: 400px;
  height: 100%;
  left: 45%;
}

.pop-up .box-title {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pop-up .box-title h2 {
  font-family: sans-serif;
  font-size: 32px;
  font-weight: 400;
}
.pop-up .box-title .img-logo {
  max-width: 150px;
  max-height: 150px;
}
.pop-up h3 {
  font-weight: 500;
  font-size: 92px;
  font-family: sans-serif;
  padding: 0 20px;
}
.pop-up .description-pop-up {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.pop-up .description-pop-up hr {
  width: 100%;
}
.pop-up .description-pop-up p {
  margin: 0;
  padding-left: 20px;
  line-height: 120%;
}
.pop-up form {
  padding: 20px;
}
.pop-up form label {
  color: #737373;
}
.pop-up form .box-email {
  display: flex;
  margin-top: 10px;
}
.pop-up form .box-email input {
  width: 370px;
  margin: 0;
  outline: 0;
  color: #dcdcdc;
  border: 2px solid #dcdcdc;
  text-align: center;
  padding: 15px 0;
}
.pop-up form .box-email button {
  width: 230px;
  margin-left: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 768px) {
  .pop-up {
    background: white;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.5);
  }
  .pop-up .box-title h2 {
    font-size: 28px;
  }
  .pop-up h3 {
    font-size: 72px;
  }
  .pop-up button {
    padding: 10px;
  }
}

#bio_ep {
  border-radius: 10px;
}
#bio_ep #bio_ep_close {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  #bio_ep {
    left: 50%;
  }
}

.social_media {
  background: linear-gradient(135deg, #d5e0fb 0%, #fde6f0 100%);
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.social_media p {
  max-width: 450px;
  text-align: center;
  margin-bottom: 20px;
}

.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.jpg);
  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 img {
  max-height: 20px;
}
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 ******************************************
****************************************************************************************/
form .checkradio-style {
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
form .checkradio-style input {
  visibility: hidden;
}
form .checkradio-disable {
  background: blue;
}
form .checkradio-enable {
  background: pink;
}
form input[type=date],
form input[type=datetime-local],
form input[type=email],
form input[type=month],
form input[type=number],
form input[type=range],
form input[type=search],
form input[type=text],
form input[type=tel],
form input[type=time],
form input[type=url],
form input[type=week],
form input[type=password],
form select,
form textarea,
form .chosen-container a {
  width: 100%;
  background: white;
  margin: 0 0 20px;
  color: #666;
  border: solid 1px #999;
  font-size: 14px;
  font-family: helvetica, freesans, sans-serif;
  resize: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 4px #DDD inset;
  border-radius: 3px;
}
form input[type=date]:focus,
form input[type=datetime-local]:focus,
form input[type=email]:focus,
form input[type=month]:focus,
form input[type=number]:focus,
form input[type=range]:focus,
form input[type=search]:focus,
form input[type=text]:focus,
form input[type=tel]:focus,
form input[type=time]:focus,
form input[type=url]:focus,
form input[type=week]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus,
form .chosen-container a:focus {
  background: rgba(255, 255, 255, 0.9);
}
form textarea {
  height: 162px;
  padding: 10px;
}

/* TOOLTIP OF PLUGIN VALIDATOR */
.form-error {
  background: #F2DEDE;
  border: 1px solid #EED3D7;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #B94A48;
  font-size: 11px;
  padding: 5px 10px;
  margin-top: -64px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.form-error p {
  margin: 0 !important;
}
.form-error em {
  width: 0;
  height: 0;
  display: block;
  border: 10px solid transparent;
  border-top-color: #EED3D7;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}

.invalid {
  border-color: #EED3D7 !important;
  box-shadow: 0 0 5px #EED3D7 !important;
}

.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;
}

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.offers {
  background: url(../images/bg-cinza-escuro.jpg) repeat;
  padding: 40px 0;
  margin-bottom: -40px;
}
.offers br {
  display: none;
}
.offers h2 {
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
.offers h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
.offers .mais-vendido {
  margin: 40px 0 20px;
}

.offers-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 599px) {
  .offers-container {
    flex-direction: column;
  }
}
.offers-container a {
  text-align: center;
  display: block;
  margin-top: 20px;
  cursor: pointer;
}
@media (max-width: 599px) {
  .offers-container a.order-1 {
    order: 1;
  }
  .offers-container a.order-4 {
    order: 2;
  }
}
.offers-container a .offer-container {
  max-width: 310px;
  width: 100%;
  margin: 13px auto 15px;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #EEE;
  border: 1px solid #eee;
  transform: scale(1);
  padding: 40px 0 20px;
}
.offers-container a .offer-container div:first-child {
  background-color: #9b9fa0;
  color: #fff;
  font-weight: bold;
  border-radius: 400px;
  padding: 8px 10px;
  width: 90%;
  line-height: 140%;
  text-align: center;
  position: absolute;
  top: -15px;
  z-index: 9;
  margin-left: 5%;
}
.offers-container a .offer-container img {
  margin: 40px auto;
}
.offers-container a .offer-container p {
  color: #484334;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.offers-container a .offer-container p.normal {
  font-weight: normal;
}
.offers-container a .offer-container p.price {
  color: #999;
  font-size: 40px;
  margin-top: -20px;
}
.offers-container a .offer-container p span {
  text-decoration: line-through;
  color: #ff3131;
}
.offers-container a .offer-container p i {
  background: #74be33;
  margin-left: 6px;
  color: #FFF;
  border-radius: 50%;
  font-style: normal;
  padding: 2px 5px;
}
.offers-container a .offer-container .btn {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #58167d;
  margin: 0 auto;
  padding: 4%;
  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-container a .offer-container .btn:hover {
  background-color: #390e52;
}
.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-container a .offer-container-2 p {
  margin: 0;
}
.offers-container a .offer-container-2 img {
  margin: 10px auto 0 auto;
}
.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-container a .offer-container-2 .promotion strong {
  font-size: 16px;
  display: block;
  line-height: 13px;
  font-weight: 700;
  color: #6e45c1;
  text-transform: uppercase;
}
.offers-container a .offer-container-2 .promotion small {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #5e5e5e;
  font-style: normal;
}
.offers-container a .offer-container-2 .promotion .discount {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  background-color: #6e45c1;
  color: #fff;
  width: 50px;
  height: 50px;
  border-top-left-radius: 3px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
}
.offers-container a .offer-container-2 .promotion .discount strong {
  font-size: 14px;
  color: #fff;
}
.offers-container a .offer-container-2 .promotion div {
  align-items: center;
  width: 100%;
}
.offers-container a .offer-container-2 .promotion div strong {
  padding: 5px;
}
.offers-container a .offer-container-2 .content-product {
  padding-bottom: 10%;
}
.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-container a .offer-container-2 .content-product .title-product p {
  text-align: center;
}
.offers-container a .offer-container-2 .content-product .price-product {
  padding: 10px;
  font-size: 14px;
}
.offers-container a .offer-container-2 .content-product .price-product p {
  display: flex;
  justify-content: space-between;
}
.offers-container a .offer-container-2 .content-product .price-product span {
  font-weight: bold;
  color: #e73671;
  text-decoration: line-through;
}
.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-container a .offer-container-2 .content-product .portion p {
  font-weight: bold;
}
.offers-container a .offer-container-2 .content-product .portion strong {
  font-size: 12px;
  color: #6e45c1;
  font-weight: 800;
  float: right;
}
.offers-container a .offer-container-2 .content-product .portion strong em {
  font-style: normal;
  font-size: 30px;
  color: #6e45c1;
  font-weight: 900;
}
.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-container a .offer-container-2 .content-product .shipping img {
  margin-bottom: 10px;
}
.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-container a .offer-container-2 .content-product .btn-comprar-2:hover {
  background-color: #390e52;
}
.offers-container a.offer-2 {
  margin-top: 85px;
  position: relative;
}
.offers-container a.offer-2 .mais-vendido-offer {
  margin: 0;
  position: absolute;
  top: -65px;
  left: 65px;
}
.offers-container a.bestseller .offer-container {
  background: #fff;
  box-shadow: 3px 3px 14px black;
}
.offers-container a.bestseller .offer-container .btn {
  background: #74be33;
}
.offers-container a.bestseller .offer-container .btn:hover {
  background-color: #5b9628;
}
.offers-container a.bestseller .offer-container-2 .promotion .discount {
  background: #8ec145;
}
.offers-container a.bestseller .offer-container-2 .promotion div strong {
  color: #8ec145;
}
.offers-container a.bestseller .offer-container-2 .content-product .portion strong {
  color: #8ec145;
}
.offers-container a.bestseller .offer-container-2 .content-product .portion strong em {
  color: #8ec145;
}
.offers-container a.bestseller .offer-container-2 .content-product .btn-comprar-2 {
  background: #74be33;
}
.offers-container a.bestseller .offer-container-2 .content-product .btn-comprar-2:hover {
  background-color: #5b9628;
}
@media (max-width: 599px) {
  .offers-container a.bestseller {
    order: -1;
  }
}

/* Slider Slick */
.slick-slider {
  position: relative;
  display: block;
  margin-bottom: 60px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list .slick-track .blocks-gallery-item.slick-slide {
  margin: 0 8px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -35px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "〈";
}
[dir=rtl] .slick-prev:before {
  content: "〉";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "〉";
}
[dir=rtl] .slick-next:before {
  content: "〈";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.social-share {
  margin-bottom: 10px;
}
.social-share ul {
  padding-inline-start: 0;
}
.social-share ul > li {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  float: none;
  list-style: none;
}
.social-share ul > li:first-child {
  margin-left: 0;
}
.social-share ul > li a {
  position: relative;
  display: block;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: center -32px;
  font-size: 0;
}
.social-share ul > li a:after {
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  z-index: -1;
  border-radius: 50%;
}
.social-share ul > li a.whatsapp {
  background-image: url(../images/icons/whatsapp.svg);
  background-size: 60%;
  background-position: 6px -22px;
}
.social-share ul > li a.whatsapp:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  bottom: 1px;
  left: 3px;
  background-color: #25d366;
}
.social-share ul > li a.whatsapp:after {
  background: #25d366;
}
.social-share ul > li a.facebook {
  background-image: url(../images/icons/facebook.svg);
  background-size: 60%;
  background-position: 5px -26px;
}
.social-share ul > li a.facebook:after {
  background: #3b5998;
}

.stars {
  cursor: pointer;
  display: flex;
  margin: 10px 0 15px;
}
.stars span {
  color: #999;
  margin: 5px 0 0 10px;
  font-size: 14px;
}
.stars:hover .star polygon {
  fill: #ffd055 !important;
}
.stars .star {
  max-width: 23px;
  max-height: 20px;
}
.stars .star polygon {
  fill: #d8d8d8;
}
.stars .star:hover ~ .star polygon {
  fill: #d8d8d8 !important;
}
.stars[data-stars] .star polygon {
  fill: #ffd055;
}
.stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: #d8d8d8;
}
.stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: #d8d8d8;
}
.stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: #d8d8d8;
}
.stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: #d8d8d8;
}
.stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
  fill: #d8d8d8;
}

.video {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
.video img,
.video iframe {
  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;
}

#dashboard_right_now .comment-count,
#dashboard_right_now .comment-mod-count,
#latest-comments,
#welcome-panel .welcome-comments,
.user-comment-shortcuts-wrap {
  display: none !important;
}

.box-atualizacao,
.box-experiente {
  margin: 20px 0 30px;
  text-decoration: none;
  font-family: helvetica, freesans, sans-serif;
}
.box-atualizacao h3,
.box-experiente h3 {
  font-family: helvetica, freesans, sans-serif;
}
.box-atualizacao p,
.box-experiente p {
  font-family: helvetica, freesans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.box-atualizacao {
  border: 1px dotted #000;
  background: #effff7;
  padding: 10px 15px;
  line-height: unset;
  font-size: 13px;
}

.box-experiente {
  background: #ddd;
  padding: 10px;
  text-align: center;
  margin: 20px 0 40px;
  color: #333;
}

a.url-pagina-vendas {
  text-decoration: none;
}

.the-content:after {
  content: "";
  display: table;
  clear: both;
}
.the-content h2,
.the-content h3,
.the-content a {
  font-family: "Lora", Georgia, serif;
}
.the-content h2 {
  font-size: 30px;
}
.the-content h3 {
  font-size: 20px;
}
.the-content p,
.the-content li {
  color: #333;
  font-size: 20px;
  line-height: 160%;
  font-family: "Lora", Georgia, serif;
}
.the-content p {
  margin-bottom: 30px;
}
.the-content li {
  margin-bottom: 20px;
}
.the-content strong a {
  color: red;
}

/*
=========================================================================================
====================================== TIMER ============================================
=========================================================================================
*/
.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  background: #fdee68;
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  transition: all 0.3s ease;
}
.timer * {
  text-align: center;
}
.timer p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 120%;
  text-transform: uppercase;
}
.timer .flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 400px;
}
.timer .contador {
  display: flex;
  margin-right: 0.5rem;
}
.timer .contador .slot {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  position: relative;
  width: 3.3em;
}
.timer .contador .slot .num {
  font-size: 2.3rem;
  font-weight: bold;
  color: #be1a1a;
  transition: all 0.3s ease;
}
.timer .contador .slot .label {
  width: 100%;
  font-size: 0.7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
}
.timer .contador .slot:not(:last-child):after {
  content: ":";
  position: absolute;
  font-size: 2.5rem;
  right: -5px;
  top: -5px;
}
.timer .cta {
  background: #21a021;
  color: white;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-size: calc(0.75rem + 0.4vw);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.timer:focus, .timer:hover {
  background: #fff383 !important;
}
.timer:focus .num, .timer:hover .num {
  color: #644545 !important;
}
.timer:focus .cta, .timer:hover .cta {
  background: #128012 !important;
}

@media (min-width: 900px) {
  .timer {
    flex-flow: row;
    padding: 1rem;
  }
  .timer p {
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 1.3rem;
  }
  .timer .contador {
    margin-right: 1rem;
  }
}
.high-tab-panel {
  border: 1px solid #dedede;
  box-shadow: 2px 2px 4px rgba(139, 137, 137, 0.2);
}
.high-tab-panel .components-tab-panel__tabs {
  background: #f3f4f5;
  position: sticky;
  top: 0;
  z-index: 100;
}
.high-tab-panel .components-tab-panel__tabs button {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 3px 15px;
  margin-left: 0;
  font-weight: 400;
  color: #191e23;
  outline-offset: -1px;
  transition: box-shadow 0.1s linear;
  line-height: 2.5em;
}
.high-tab-panel .components-tab-panel__tabs button.active-tab {
  box-shadow: inset 0 -3px #007cba;
  font-weight: 600;
  position: relative;
}
.high-tab-panel .components-tab-panel__tabs button:focus {
  background-color: transparent;
}
.high-tab-panel .components-tab-panel__tab-content {
  padding: 15px;
}

.hamburguer .row {
  width: 20px;
  height: 2px;
  background-color: black;
  margin: 2px 0;
  position: relative;
}
.hamburguer .row:after, .hamburguer .row:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: black;
  position: absolute;
  left: 0;
}
.hamburguer .row:after {
  top: -5px;
}
.hamburguer .row:before {
  bottom: -5px;
}

form input[type=text] {
  box-shadow: none;
}

.d-none {
  display: none;
}

.sb-search {
  display: flex;
  align-items: center;
}

.menu-container {
  margin-right: 20px;
}

.container-menu-search {
  display: flex;
  align-items: center;
}

.container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: auto;
  max-width: 980px;
  width: 88%;
  height: 72px;
}
.container-header #menu-curtain,
.container-header .hamburguer {
  display: none;
}
.container-header .sb-close-block svg {
  visibility: hidden;
  width: 20px;
  margin-top: 6px;
}
.container-header .searchform {
  margin: 0;
  width: 100%;
}
.container-header .searchform .sb-search-input {
  margin: 0;
  font-family: inherit;
  color: #2c3e50;
  border-radius: 50px;
  padding: 10px 45px 10px 25px;
  outline: none;
  transition: all 0.5s ease-out;
}
.container-header img {
  width: 110px;
  margin: 10px 0 15px 0;
}

.menu li {
  padding: 9px;
}
.menu li a {
  display: block;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
}
.menu li:hover .sub-menu {
  display: block;
}
.menu .sub-menu {
  display: none;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  max-width: 400px;
  min-width: 250px;
  position: absolute;
  margin: 10px 0 0 1px;
}
.menu .sub-menu li {
  float: none;
  padding: 7px 10px;
}
.menu .sub-menu li a {
  padding: 0;
}
.menu .sub-menu li:first-child {
  padding: 15px 10px 10px;
}
.menu .sub-menu li:last-child {
  padding: 0 10px 15px;
}
.menu .sub-menu::after {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  left: 11px;
  top: -6px;
  position: absolute;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(45deg);
  pointer-events: none;
}

.sb-icon-search {
  opacity: 0.5;
  width: 30px;
  display: block;
  position: absolute;
  right: 6px;
  top: 0;
  padding: 0;
  text-align: center;
  pointer-events: none;
  margin-top: 6px;
  z-index: 90;
  -webkit-font-smoothing: antialiased;
}

.blog-header {
  box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.1);
  width: 100%;
  z-index: 99;
}

.sb-search.sb-search-open {
  width: 100%;
}

@media (max-width: 1040px) {
  .blog .logo {
    width: 100%;
    text-align: center;
    z-index: -1;
  }

  .d-none {
    display: inline;
  }

  header.blog-header {
    position: fixed;
    margin-top: -75px;
  }

  .sb-search {
    position: absolute;
    margin-top: 10px;
    min-width: 40px;
    width: 40px;
    height: 50px;
    right: 0;
    top: 0;
    transition: width 0.5s ease-out;
  }
  .sb-search:focus-within {
    width: 100%;
  }

  .sb-icon-search {
    right: 6px;
    margin-top: 2px;
    top: auto;
  }

  .container-header button.hamburguer {
    display: flex;
    height: 60px;
    width: 40px;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    border: none;
    outline: none;
    background: #fff;
    padding-left: 2px;
  }
  .container-header .searchform .sb-search-input {
    opacity: 0;
    padding: 17px 45px 16px 25px;
  }
  .container-header #menu-curtain {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 20;
    background-color: #000;
    visibility: hidden;
    backface-visibility: hidden;
    display: block;
  }
  .container-header #menu-curtain.menu-curtain--opened {
    opacity: 0.7;
  }
  .container-header #menu-curtain.menu-curtain--animate {
    visibility: visible;
    transition: opacity 0.5s cubic-bezier(0, 0, 0.3, 1);
  }
  .container-header .sb-search:focus-within .sb-icon-search {
    visibility: hidden;
  }
  .container-header .sb-search:focus-within .sb-search-input {
    opacity: 1;
  }
  .container-header .sb-search:focus-within .sb-search-input:focus {
    background-color: white;
  }
  .container-header .sb-search:focus-within + .sb-close-block {
    z-index: 999;
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 10px;
    margin: -10px;
  }
  .container-header .sb-search:focus-within + .sb-close-block svg {
    opacity: 0.5;
    visibility: visible;
  }

  .menu-container {
    width: 272px;
    transform: translateX(-2100px);
    z-index: 99;
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
    overflow-y: scroll;
    opacity: 0;
  }
  .menu-container .principal {
    padding-top: 10px;
  }
  .menu-container .principal ul {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .menu-container .principal ul li {
    padding: 10px;
  }
  .menu-container .principal ul .sub-menu {
    flex-direction: column;
    z-index: 999;
    max-width: auto;
    min-width: auto;
    box-shadow: none;
    margin: 0;
    padding-left: 15px;
  }
  .menu-container .principal ul .sub-menu:first-child {
    padding: 5px 0 5px;
  }
  .menu-container .principal ul .sub-menu::after {
    border: 0;
    background: none;
  }
  .menu-container .principal ul .sub-menu li {
    float: none;
    padding: 7px 10px;
  }
  .menu-container .principal ul .sub-menu li::before {
    content: "-";
    color: #f39ecf;
    position: absolute;
    margin-left: -14px;
  }
  .menu-container .principal ul .sub-menu li a {
    padding: 0;
  }
  .menu-container .principal ul .sub-menu li:first-child {
    padding: 10px 10px 10px;
  }
  .menu-container.menu-container--show-menu {
    transform: translateX(0);
    left: 0;
    position: fixed;
    background: #fff;
    opacity: 1;
  }

  .current-menu-item a {
    border-bottom: 2px solid;
    text-decoration: none;
    display: block;
    padding: 5px 0;
  }

  .menu--no-scroll {
    overflow-y: hidden;
  }

  .menu-container, .menu-rounder {
    height: 100vh;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 600px) {
  .container-header .sb-search-input {
    opacity: 0;
  }
}
.yellow-btn {
  display: inline-block;
  margin: 0 auto;
  padding: 30px 34px 20px;
  color: #fcfcfc;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 140%;
  border: 1px solid #ffdb57;
  border-radius: 15px;
  box-shadow: 0 4px 0 0 #e8b809;
  background: #ffdb57;
  background: -webkit-linear-gradient(top, #ffdb57, #c29a0a);
  background: linear-gradient(to bottom, #ffdb57, #c29a0a);
}
.yellow-btn br {
  display: none;
}
.yellow-btn p {
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: open sans, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
}
.yellow-btn:hover {
  box-shadow: 0 2px 0 0 #c29a0a;
  margin: 0 auto;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.4);
  background: #c29a0a;
  background: -webkit-linear-gradient(top, #c29a0a, #ffdb57);
  background: linear-gradient(to bottom, #c29a0a, #ffdb57);
}
@media screen and (max-width: 600px) {
  .yellow-btn {
    font-size: 20px;
  }
  .yellow-btn p {
    font-size: 13px;
  }
}

.hair-accordion {
  max-width: 570px;
  margin: 0 auto;
  padding: 0 20px;
}
.hair-accordion .accordion {
  background-color: #E5BA20;
  color: #fff;
  cursor: pointer;
  width: 100%;
  padding: 18px;
  margin-top: 2px;
  border: none;
  outline: none;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.hair-accordion .accordion.active, .hair-accordion .accordion:hover {
  background-color: #d69200;
}
.hair-accordion .panel {
  padding: 15px;
  background-color: white;
  display: none;
  font-size: 14px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.hair-accordion .panel p {
  margin: 0;
}
.hair-accordion .panel.show {
  display: block;
}

.anvisa {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0 20px;
}
.anvisa .description {
  max-width: 730px;
  text-align: center;
  padding: 10px;
}
.anvisa .description h2 {
  font-size: 28px;
  font-weight: 500;
  color: #000;
}
.anvisa .description p {
  font-size: 14px;
  text-align: center;
  color: #000;
}
.anvisa img {
  max-width: 250px;
}

.msg-alert {
  background: #89d055;
}
.msg-alert.upsell {
  background: #ffa500;
  margin-bottom: 20px;
}
.msg-alert.upsell .container {
  text-align: center;
}
.msg-alert.upsell .container p {
  font-size: 20px;
  line-height: 40px;
}
.msg-alert.upsell .container strong {
  font-size: 24px;
}
.msg-alert.ebook {
  padding: 25px;
  margin: 0;
}
.msg-alert.ebook p {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 130%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.msg-alert.ebook img {
  float: left;
  margin: 5px 15px 0 0;
}
.msg-alert.ebook b,
.msg-alert.ebook strong {
  font-size: 14px;
}
.msg-alert.thanks {
  background: #89d055;
  padding: 25px;
}
.msg-alert.thanks p {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 130%;
  text-align: center;
}
.msg-alert.thanks img {
  margin: 0px 25px 15px;
}
.msg-alert.thanks b,
.msg-alert.thanks strong {
  font-size: 20px;
  text-transform: uppercase;
}

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