@import url(https://fonts.cdnfonts.com/css/gilroy-bold);@charset "UTF-8";

/** main.scss */

/* ==========================================================================
   Settings
   ========================================================================== */

/** Variables. */

/**
 * settings/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

/* ==========================================================================
   Tools
   ========================================================================== */

/** Functions, mixins etc. */

/**
 * tools/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

/* ==========================================================================
   Vendor
   ========================================================================== */

/** Third party components. */

/**
 * vendor/_main.scss
 */

/* ==========================================================================
   Third-party styles
   ========================================================================== */

/* ==========================================================================
   Generic
   ========================================================================== */

/** Low-specificity, far-reaching rulesets. */

/**
 * generic/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

/* ==========================================================================
   Base
   ========================================================================== */

/** Unclassed HTML elements. */

/**
 * base/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

/* ==========================================================================
   Objects
   ========================================================================== */

/** Design-free objects, abstractions and patterns. */

/**
 * objects/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

/* Extends
   ========================================================================== */

/* Main
   ========================================================================== */

/* ==========================================================================
   Components
   ========================================================================== */

/** Components and widgets. */

/**
 * components/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

:root {
  --primary-color-light: rgb(13 132 75 / 76%);
  --gray-app: rgba(90, 91, 93, 0.4);
  --gray-app-dark: #5a5b5d;
  --app-dark: #000;
  --footer-color: #000a12;
  --white-color: rgb(255, 255, 255);
  --speak-gustavo: #4c6aef;
  --orange-color: #ef6c00;
  --turquoise-color: #1ef1b6;
  --gray-background: #fafafa;
}

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

body {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  font-family: "Gilroy-Light", sans-serif !important;
  overflow-x: hidden;
}

.form-control {
  padding: 1.2rem 2rem;
  height: 4rem;
  outline: none;
  background-color: var(--white-color);
  border-color: var(--gray-app);
  border-width: 1px 1px 1px 1px;
  border-radius: 12px 12px 12px 12px;
}

.input-group-append a {
  border-radius: 0.7rem;
}

.wcpv-sold-by-order-details {
  display: none;
}

.change-password .form-row {
  display: block;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  color: var(--gray-app-dark);
}

#account_password_field .show-password-input {
  right: 0.9em;
  top: 26% !important;
}

#account_confirm_password_field .show-password-input {
  right: 0.9em;
  top: 26% !important;
}

#text-form-title {
  color: var(--gray-app-dark);
  font-weight: 700;
}

#error-senha {
  margin-top: 10px;
  color: #b71c1c;
  font-weight: bold;
}

.btn-pgn,
.woocommerce-Button {
  background-color: var(--primary-color-light) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
  color: var(--white-color) !important;
  font-weight: bold !important;
  padding: 15px 15px !important;
  border-radius: 10px !important;
}

.btn-pgn:hover,
.woocommerce-Button:hover {
  color: var(--white-color) !important;
  background-color: var(--gray-app) !important;
}

#info-payment {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-left: 0.5rem;
  max-height: 100vh !important;
  color: var(--gray-app-dark);
}

.space {
  height: 10vh;
}

#payment-form-visa {
  background-repeat: no-repeat;
  background-size: contain;
}

#payment-form-elo {
  background-repeat: no-repeat;
  background-size: contain;
}

#payment-form-master {
  background-repeat: no-repeat;
  background-size: contain;
}

#payment-form-boleto {
  background-repeat: no-repeat;
  background-size: contain;
}

#payment-form-security {
  background-repeat: no-repeat;
  background-size: contain;
}

.primary-button {
  background-color: var(--primary-color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: var(--white-color);
  font-weight: bold;
  padding: 15px 15px;
  border-radius: 10px;
}

.primary-button:hover {
  color: var(--white-color);
  background-color: var(--primary-color-light);
}

.wc-payment-form input {
  padding: 1.2rem 2rem;
  height: 4rem;
  outline: none;
  background-color: var(--white-color);
  border-color: var(--gray-app);
  border-width: 1px 1px 1px 1px;
  border-radius: 12px 12px 12px 12px;
}

.secondary-button {
  background-color: var(--primary-color-light);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: var(--white-color);
  font-weight: bold;
  padding: 15px 15px;
  border-radius: 10px;
}

.secondary-button:hover {
  color: var(--white-color);
  background-color: var(--gray-app);
}

.btn-back {
  background-color: var(--primary-color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: var(--white-color);
  font-weight: bold;
  padding: 15px 15px;
  border-radius: 10px;
}

.btn-back:hover {
  color: var(--white-color);
  background-color: var(--speak-gustavo);
}

.area-btn-pgn {
  display: flex;
  justify-content: center;
}

.area-btn-pgn .btn-float-right {
  float: right;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  vertical-align: middle;
}

.stepwizard-step .btn.disabled {
  opacity: 1;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard-row:before {
  top: 20px;
  padding-left: 0.5rem;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: var(--gray-app);
  z-order: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: var(--primary-color);
  padding: 6px 0;
  margin: 0 auto;
  font-size: 14px;
  color: var(--white-color);
  font-weight: bold;
  line-height: 28px;
  border-radius: 50%;
}

.btn-circle:hover {
  color: var(--white-color);
  background-color: var(--primary-color-light);
  border: none;
}

.btn-circle:active {
  color: var(--white-color);
  background-color: var(--primary-color-light);
  border: none;
}

#video-modal .modal-content {
  background-color: unset;
  border: none;
}

#video-modal .modal-content .modal-header {
  border: none;
}

#video-modal .modal-content .modal-header button {
  color: var(--accent-color);
}

#video-modal .modal-content .modal-header button span {
  width: 18px;
  height: 18px;
  color: var(--accent-color);
}

#video-modal .modal-content .modal-header .close {
  opacity: 1;
  text-shadow: none;
  padding-bottom: -5rem;
}

#apply_coupon {
  background-color: var(--primary-color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: var(--white-color);
  font-weight: bold;
  padding: 15px 15px;
  border-radius: 10px;
}

#sem-plano .card-header {
  background-color: var(--primary-color);
}

#sem-plano .card-header h5 {
  text-align: center;
  font-weight: 900;
  color: var(--white-color);
}

#sem-plano .card-body {
  font-size: 18px;
  text-align: center;
}

.cookieConsentContainer {
  z-index: 999;
  width: 350px;
  min-height: 20px;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background: #232323;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
}

.cookieConsentContainer .cookieTitle a {
  font-family: Open Sans, arial, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  display: block;
}

.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  font-family: Open Sans, arial, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
  font-family: Open Sans, arial, sans-serif;
  color: #fff;
  text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
  display: inline-block;
  font-family: Open Sans, arial, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
  background: #000;
  box-sizing: border-box;
  padding: 15px 24px;
  text-align: center;
  transition: background 0.3s;
}

.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: #3e9b67;
}

@media (max-width: 980px) {
  .cookieConsentContainer {
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}

.page-header {
  display: none;
}

.nocomments {
  display: none;
}

.woocommerce-notices-wrapper {
  margin-top: 5% !important;
}

.woocommerce-checkout-review-order-table {
  display: none;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  color: var(--gray-app-dark);
}

.woocommerce .my_account_orders td,
.woocommerce table.my_account_orders {
  padding: none !important;
  border: none !important;
  vertical-align: middle;
}

label {
  color: var(--gray-app-dark);
  line-height: 2em;
}

.title-primary {
  color: var(--primary-color);
  font-weight: bold;
  padding: 2rem;
  text-align: center;
  line-height: 1.2em;
}

.title {
  font-weight: bold;
  padding: 2rem;
  text-align: center;
  color: var(--gray-app-dark);
  line-height: 1.2em;
}

.title-orange {
  color: var(--primary-color);
  font-family: Open Sans;
  font-size: 1.9rem;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.sub-title-primary {
  color: var(--primary-color);
  padding: 2rem;
  text-align: center;
  line-height: 1.2em;
}

.btn-send-full-width {
  width: 100%;
  border-radius: 50px;
  background-color: var(--primary-color);
  font-size: 0.8em !important;
  font-weight: bolder;
  color: var(--white-color);
  padding: 0.7854rem 1rem !important;
  text-transform: uppercase;
  margin: 0.368rem;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.btn-send-full-width:hover {
  color: var(--white-color);
  background-color: var(--accent-color);
}

.btn-send {
  width: 100%;
  border-radius: 0.6rem;
  background-color: var(--primary-color-light);
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--white-color);
  padding: 0.7854rem 1rem;
  margin: 0.368rem;
}

.btn-send:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.container-body {
  padding-top: 7rem !important;
}

.color-body {
  background-color: var(--gray-background);
}

/*
*MY-SUBSCRIPTIONS STYLES
*/

.woocommerce-MyAccount-navigation {
  display: none !important;
  float: unset !important;
  width: unset !important;
}

.woocommerce-MyAccount-content {
  float: unset !important;
  width: unset !important;
}

.msbpt-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

#card-current-sub {
  border-radius: 10px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

#list-header-card li {
  font-weight: bold;
  font-size: 14px;
  display: inline;
  transition: 0.3s;
  border-radius: 10px;
  margin: 5px;
}

/*== start of code for tooltips ==*/

.tool {
  cursor: help;
  position: relative;
}

/*== common styles for both parts of tool tip ==*/

.tool::before,
.tool::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
}

/*== pointer tip ==*/

.tool::before {
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #3e474f transparent transparent transparent;
  bottom: 100%;
  content: "";
  margin-left: -0.5em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26), opacity 0.65s 0.5s;
  transform: scale(0.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
}

/*== speech bubble ==*/

.tool::after {
  background: #3e474f;
  border-radius: 0.25em;
  bottom: 180%;
  color: #edeff0;
  content: attr(data-tip);
  margin-left: -8.75em;
  padding: 1em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
  transform: scale(0.6) translateY(50%);
  width: 17.5em;
}

.tool:hover::after,
.tool:focus::after {
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
}

.card-item {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 10px;
  margin: 5px;
}

.account-details-plan span {
  font-size: 25px;
  font-weight: bold;
}

.change-plan-btn {
  background-color: #eceff1 !important;
  color: #000 !important;
}

.header-details h6 {
  font-weight: bold;
}

#card-header-sub {
  border-bottom: 2px solid var(--accent-color);
  background-color: #fff;
}

#card-header-sub h6 {
  font-weight: bold;
}

#icon-circle {
  border-radius: 50%;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #020024;
  background: linear-gradient(227deg, #020024 0%, white 12%, #d3cece 57%);
  text-align: center;
}

#icon-circle-card {
  border-radius: 50%;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #020024;
  opacity: 0.9;
  background: linear-gradient(227deg, #020024 0%, white 0%, #ef6c00 87%);
  text-align: center;
}

#picture-venc {
  max-width: 50%;
  float: right;
}

#star-sub-icon {
  text-align: center;
  color: #ffffff;
  height: 18px;
  width: 18px;
}

.mysbpt-table {
  margin-top: 10px;
}

#btn-bottom-right {
  float: right;
  bottom: 0;
  right: 0;
  margin-top: 5px;
  margin-right: -15px;
}

.btn-number-sub {
  display: inline-block;
  margin: 2px;
  font-size: 14px;
  font-weight: bold;
}

.button-actions {
  width: 100%;
  background-color: var(--accent-color);
  color: #fff;
  padding: 0.894rem;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  border: none;
}

.change-plan-btn:hover {
  color: #fff !important;
  background-color: var(--accent-color) !important;
  border: none;
}

.button-actions:hover {
  color: #fff;
  background-color: var(--primary-color);
  border: none;
}

.table tr td {
  width: 100% !important;
  max-width: 50%;
}

.table th {
  width: 50%;
}

.table {
  background-color: #fff;
  margin-bottom: unset !important;
}

.table-borderless tbody tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  background-color: #fafafa !important;
  border-bottom: 1px solid #eceff1 !important;
  text-align: start;
}

.conteiner-fluid {
  margin-top: 2rem;
}

#list-sub-details li {
  width: 100%;
  font-size: 0.894rem;
  margin-bottom: unset !important;
  border-bottom: none !important;
}

#list-top li {
  width: 100%;
  font-size: 0.894rem;
  margin-bottom: unset !important;
  border-bottom: none !important;
}

#title-list {
  display: block;
}

#title-list li {
  font-weight: bold;
}

#headingFour ul li {
  background-color: var(--primary-color) !important;
  color: #fff;
  font-weight: bold;
}

#headingFour {
  background-color: var(--primary-color) !important;
  color: #fff;
}

@media (max-width: 840px) {
  #card-current-sub {
    border-radius: 10px;
    color: #fff;
    background-image: url("https://www.vocesaudeba.com.br/wp-content/uploads/2021/05/card-background-1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }

  .conteiner-fluid {
    margin: unset;
  }

  .header-details h4 {
    font-size: 0.975rem;
  }

  #title-list {
    display: none;
  }
}

@media only screen and (max-width: 940px) {
  #modal-dialog {
    border-top: none !important;
    position: relative;
  }

  #picture-venc {
    max-width: 100%;
    float: right;
  }

  #info-payment {
    margin-bottom: 2rem;
  }

  .space {
    height: 20vh;
  }
}

#modal-body {
  padding: 0.05rem !important;
}

#modal-dialog {
  border-top: none !important;
  position: relative;
}

#modal-content {
  background-color: var(--primary-color);
}

.modal-footer {
  margin-top: -10px;
  border: none !important;
}

#modal-dialog a {
  overflow-wrap: break-word;
  white-space: normal;
  word-wrap: break-word;
  background-color: #25d366;
  color: #fff;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 940px) {
  .stepwizard-row:before {
    padding-left: unset;
  }
}

.chat {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 40px;
  right: 40px;
  background-color: #ff9e1b;
  color: #FFF;
  border-radius: 50px;
  border: 1px solid var(--white-color);
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 12px #ff9e1b;
  z-index: 100;
  cursor: pointer;
  -webkit-animation: chat-texto-ajuda 2s infinite;
          animation: chat-texto-ajuda 2s infinite;
}

.chat .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 3px 6px;
  border-radius: 50%;
  background-color: red;
  color: white;
  font-size: 13px;
}

.chat-texto-ajuda {
  border-radius: 0.6rem;
  background-color: #ff9e1b;
  font-size: 0.5em;
  font-weight: bolder;
  color: #fff;
  padding: 0.7854rem 1rem;
  margin: 0.368rem;
  position: absolute;
  left: -146px;
  top: 3px;
  -webkit-animation: chat-texto-ajuda 2s infinite;
          animation: chat-texto-ajuda 2s infinite;
}

@-webkit-keyframes chat-texto-ajuda {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 158, 27, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes chat-texto-ajuda {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 158, 27, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.botaoEnviar {
  width: 100%;
  color: white;
  background-color: var(--primary-color-light);
}

.botaoEnviar:hover {
  box-shadow: 0 0 11px var(--primary-color-light);
}

.container-body {
  padding-top: 10rem;
}

.heading-title {
  color: var(--primary-color-light);
  font-family: "Roboto";
  font-size: 1.9rem;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.navbar {
  background: #020024;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  background: linear-gradient(325deg, #0e2a60 0%, #0e2a60 0%, #00d4ff 100%);
}

.navbar .navbar-logo {
  height: auto;
  padding: 1rem 1rem 1rem 10%;
  width: 100px;
}

.navbar .navbar-logo a {
  text-decoration: none;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  color: var(--white-color);
}

.navbar #button-promotion a {
  display: none;
  padding: 0.2rem;
  word-break: break-all;
  border: none;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  float: left;
  color: #fff;
  font-size: 3vw;
  background-color: var(--accent-color);
}

.navbar .menu-logged {
  position: relative;
  display: inline-block !important;
  width: 100%;
  list-style: none;
}

.navbar .menu-logged .fas,
.navbar .menu-logged .far {
  margin-left: 1rem;
  margin-right: -1rem;
  color: var(--primary-color);
}

.navbar .menu-logged .menu-item {
  padding: 0.6rem;
  width: 100%;
}

.navbar .menu-logged .menu-item a {
  font-family: "Gilroy-Bold", sans-serif;
}

.navbar .menu-logged .menu-item a:hover {
  text-decoration: none;
}

.navbar .menu-principal-container ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.navbar .menu-principal-container ul li {
  list-style: none;
  padding: 0.5rem;
  font-weight: 600;
  font-size: 1vw;
  font-family: "Gilroy-Bold", sans-serif;
  text-decoration: none;
}

.navbar .menu-principal-container ul li a {
  text-decoration: none;
  color: var(--white-color);
}

.navbar .menu-principal-container ul li a:hover {
  text-decoration: none;
  color: var(--accent-color) !important;
}

.navbar .menu-principal-container ul .navbar-nav {
  padding-right: 2rem;
  font-size: 0.9vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.navbar #menu-principal .current-menu-item a {
  color: var(--primary-color) !important;
}

.navbar .area-user-menu {
  margin-right: 2rem;
}

.navbar .area-user-menu a {
  border-radius: 6px;
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--white-color) !important;
  margin: 0.5rem;
}

.navbar .area-user-menu .cliente {
  background-color: var(--primary-color);
  border-radius: 0.6rem;
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--white-color);
  padding: 0.7854rem 1rem;
  margin: 0.368rem;
}

.navbar .area-user-menu .precos {
  border-radius: 3rem;
  font-size: 0.8em;
  width: 100%;
  font-weight: bolder;
  color: var(--white-color);
  padding: 0.7854rem 1rem;
  margin: 0.368rem;
  background-color: var(--accent-color);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

/*.navbar .area-user-menu .precos:hover {
  color: var(--white-color);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}*/

.navbar .area-user-menu .dropdown-menu {
  margin-top: 0;
  min-width: 12rem !important;
  top: 92%;
  left: 2px;
}

.navbar .area-user-menu .dropdown-menu a {
  color: var(--gray-app-dark);
  text-decoration: none;
  font-weight: 600 !important;
}

.navbar .area-user-menu .dropdown-item {
  width: 93%;
}

.navbar .area-user-menu .dropdown-header {
  font-size: 16px;
  font-weight: 600 !important;
}

.navbar .social-midia-buttons a {
  border: 0.125rem solid var(--gray-app);
  margin: 0.4rem;
}

.navbar .social-midia-buttons a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: var(--white-color);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.navbar .social-midia-buttons i {
  color: var(--gray-app);
}

.navbar .social-midia-buttons i:hover {
  color: var(--white-color);
}

.navbar .navbar-toggler {
  border-color: var(--white-color) !important;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  right: 0;
  background: var(--primary-color) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px #00000058;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.sidebar h6 {
  color: var(--white-color);
}

.sidebar .menu-logged {
  display: grid;
}

.sidebar .menu-logged .fas::before {
  display: none;
}

.sidebar .menu-logged .far::before {
  display: none;
}

.sidebar .menu-logged .menu-item {
  padding: 1rem;
}

.sidebar .menu-logged .menu-item a {
  font-family: "Gilroy-Bold", sans-serif;
  text-transform: uppercase;
}

.sidebar .menu-logged .menu-item a:hover {
  text-decoration: none;
}

.sidebar .middle-sidebar {
  position: absolute;
  bottom: 20%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}

.sidebar .middle-sidebar .precos {
  border: 1px solid var(--accent-color);
  height: 35px;
  background-color: var(--accent-color);
}

.sidebar .middle-sidebar .menu-principal-container ul > li {
  margin: 1rem;
  text-decoration: none;
  color: var(--gray-app);
  font-family: "Gilroy-Bold", sans-serif;
  text-transform: uppercase;
}

.sidebar #social-midia-area {
  position: absolute;
  display: flex;
  bottom: 5%;
  flex-direction: column;
}

.sidebar #social-midia-area .social-midia-buttons {
  display: block;
}

.sidebar #social-midia-area .social-midia-buttons a {
  border: 0.125rem solid var(--white-color);
  margin: 0.4rem;
}

.sidebar #social-midia-area .social-midia-buttons a:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
  border: var(--accent-color);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.sidebar #social-midia-area .social-midia-buttons i {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: var(--primary-color);
}

.sidebar #social-midia-area .social-midia-buttons i:hover {
  color: var(--white-color);
}

.sidebar .btn-lg,
.sidebar .btn-group-lg > .btn {
  padding: unset;
}

.sidebar a {
  border-radius: 6px;
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--white-color);
  display: block;
  transition: 0.3s;
}

.sidebar .cliente {
  height: 35px;
  width: 172px;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  color: var(--white-color);
  text-decoration: none;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidebar .openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.sidebar .openbtn:hover {
  background-color: #444;
}

#main {
  padding: 0 !important;
  margin: 0 !important;
  transition: margin-left 0.5s;
}

.social-midia-buttons {
  text-align: center;
}

.social-midia-buttons a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  text-align: center;
  margin: 0 auto;
  float: none;
  text-decoration: none;
  line-height: 1.8rem;
  text-align: center;
  background-color: var(--white-color);
  font-weight: normal;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.thumbnail {
  position: relative;
  padding: 0px;
  margin-bottom: 20px;
}

.thumbnail img {
  width: 100%;
  border-radius: 10px;
}

.branding {
  display: flex;
  align-items: center;
  position: relative;
  height: 100vh;
  padding: 10rem;
}

.branding .card-img-overlay {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.branding .image-wrapper {
  border-radius: 35% 75% 35% 65%/66% 30% 80% 34%;
  background-color: #bbbbbb59;
}

.branding h1 {
  color: var(--white-color);
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 900;
  font-size: 3em;
  text-align: left;
  margin-top: 10%;
}

.branding h2 {
  font-size: 2em;
  color: var(--white-color);
  font-weight: 500;
}

.branding h3 {
  font-size: 2em;
  color: var(--white-color);
  font-weight: 500;
}

.branding a {
  background-color: var(--accent-color);
  color: var(--white-color);
  font-weight: bolder;
  text-align: center;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 2em;
  width: auto;
  text-decoration: none;
  display: inline-block;
  margin-top: 2rem;
  padding: 1.2rem 2rem;
  border-radius: 3rem;
  box-shadow: -7px -12px 20px 0px rgba(0, 0, 0, 0.48);
  transition: all 0.3s ease 0s;
}

.branding a:hover {
  box-shadow: 0px 15px 20px rgba(0, 166, 87, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.what-you-look {
  text-align: center;
}

.what-you-look .card-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.what-you-look .card-area img {
  margin: 1rem;
  width: auto;
  height: 480px;
}

.what-you-look .card-area .inside-img {
  position: relative;
  text-align: center;
}

.what-you-look .card-area .inside-img h3 {
  color: var(--white-color);
  position: absolute;
  bottom: 8px;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 3rem;
}

.what-you-look h2 {
  color: var(--primary-color);
  font-weight: 600;
  font-family: "Gilroy-Bold", sans-serif;
  padding: 4rem;
  font-size: 1.8em;
}

.what-you-look h4,
.what-you-look h5 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 1rem;
}

.carousel-inner img {
  margin: 0 auto;
}

.carousel-inner .content-caroseul span {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  font-size: 2vw;
  text-align: center;
  color: var(--white-color);
  font-weight: bold;
  background-color: var(--primary-color);
}

.carousel-inner .content-caroseul p {
  color: var(--primary-color);
  font-weight: 700;
}

.carousel-control-prev {
  width: auto;
  color: #000;
}

.carousel-control-prev span i {
  color: #000;
}

.carousel-control-next {
  width: auto;
  color: #000;
}

.carousel-control-next span i {
  color: #000;
}

.carousel-control-next a {
  color: #000;
}

.carousel-control-next a:hover {
  color: #000;
  background-color: #000;
}

.card-prices {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--primary-color-light);
}

.card-prices h2 {
  color: var(--white-color);
  font-weight: 600;
  padding: 3rem;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.8em;
}

.card-prices .card-price-first {
  width: 350px;
  border-radius: 1rem;
  color: var(--primary-color);
}

.card-prices .card-price-first .card-header {
  padding-top: 1rem;
  border-radius: 1rem 1rem 0 0;
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 2px solid var(--white-color);
}

.card-prices .card-price-first .card-header h3 {
  text-align: center;
  font-weight: bold;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.5em;
}

.card-prices .card-price-first .card-body {
  padding: 3rem;
  font-weight: bold;
  font-family: "Gilroy-Bold", sans-serif;
  color: var(--primary-color);
}

.card-prices .card-price-first .card-body h3 {
  font-weight: bold;
  color: var(--primary-color);
  font-family: "Gilroy-Bold", sans-serif;
}

.card-prices .card-price-first .card-body ul li {
  list-style: none;
  display: flex;
  padding: 0.3rem;
}

.card-prices .card-price-first .card-body ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\F058";
  font-size: 15px;
  text-align: center;
  display: flex;
  border-radius: 5px;
  margin-right: 0.6rem;
}

.card-prices .card-price-first .card-body .subscription-details {
  font-size: 0.8em;
}

.card-prices #first .card-prices-btn {
  margin-left: 3rem;
  margin-right: 5rem;
  position: absolute;
  margin-top: -22px;
  width: 50%;
  border: 1px solid var(--white-color);
  border-radius: 0.7rem;
  padding: 0.854rem 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
}

.card-prices #first a {
  background-color: var(--primary-color);
}

.card-prices #first a:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color-light);
}

.card-prices #second .card-prices-btn {
  margin-left: 4rem;
  margin-right: 5rem;
  position: absolute;
  margin-top: -22px;
  width: 50%;
  border: 1px solid var(--white-color);
  border-radius: 0.7rem;
  background-color: var(--accent-color);
  padding: 0.854rem 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
}

.card-prices #second a {
  background-color: var(--accent-color);
}

.card-prices #second a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color);
}

.card-prices .card-price-second {
  width: 390px;
  border-radius: 1rem;
  color: var(--accent-color);
}

.card-prices .card-price-second .card-header {
  border-radius: 1rem 1rem 0 0;
  background-color: var(--accent-color);
  color: var(--white-color);
  border: 2px solid var(--white-color);
}

.card-prices .card-price-second .card-header h3 {
  margin-top: 1.5rem;
  text-align: center;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.5em;
}

.card-prices .card-price-second .card-body {
  font-weight: bold;
  font-family: "Gilroy-Bold", sans-serif;
  color: var(--accent-color);
}

.card-prices .card-price-second .card-body h3 {
  font-weight: bold;
  color: var(--accent-color);
  font-family: "Gilroy-Bold", sans-serif;
}

.card-prices .card-price-second .card-body .fas {
  color: var(--accent-color);
}

.card-prices .card-price-second .card-body ul {
  padding: 1.5rem;
}

.card-prices .card-price-second .card-body ul > li {
  color: var(--accent-color);
  list-style: none;
  display: flex;
  width: 100%;
  padding: 0.4rem;
}

.card-prices .card-price-second .card-body ul > li:before {
  font-family: "Font Awesome 5 Free";
  content: "\F058";
  font-size: 15px;
  text-align: center;
  display: flex;
  border-radius: 5px;
  margin-right: 0.6rem;
}

.card-prices .card-price-second .card-body .subscription-details {
  font-size: 0.8em;
}

.card-prices .card-header {
  padding: unset;
}

.card-prices .card-price-first.card-body ul > li {
  text-align: start;
  padding-left: 1rem;
}

.card-prices .consult-avulsa {
  color: var(--white-color);
  font-size: 1em;
}

.card-prices .consult-avulsa a {
  border-radius: 0.7rem;
  border: none;
  background-color: var(--gray-app);
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--white-color);
  padding: 1.2rem 2rem;
  text-transform: uppercase;
}

.card-prices .consult-avulsa a:hover {
  background-color: var(--primary-color-light);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color-light);
}

.card-prices .area-duvida {
  color: var(--white-color);
}

.card-prices .area-duvida h5 {
  font-weight: 600;
}

.card-prices .numero-section {
  color: var(--white-color);
  font-size: 1em;
}

.card-prices .numero-section input {
  border-radius: 0.7rem;
  border: none;
  padding: 1.2rem 2rem;
  outline: none;
}


.card-slider .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.card-slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
.card-slider .swiper-slide img {
  display: block;
  width: 100%;
}
.card-slider .card {
  display: flex;
  height: 350px;
  width: 280px;
  position: relative;
  left: 0px;
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .card-slider .card {
    min-height: 350px;
  }
}
.card-slider .card.card-has-bg {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-repeat: no-repeat;
  background-position: center center;
}
.card-slider .card.card-has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.card-slider .card .card-footer {
  background: none;
  border-top: none;
}
.card-slider .card .card-footer .media img {
  max-width: 50px;
  border: solid 3px rgba(255, 255, 255, 0.3);
}
.card-slider .card .card-meta {
  color: #26bd75;
}
.card-slider .card .card-body {
  padding: 2.25rem;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card-slider .card .card-img-overlay {
  padding: 0.5rem;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #234f6d;
  background: linear-gradient(0deg, rgba(4, 69, 114, 0.5) 0%, #044572 100%);
}

.card-slider .card .card-img-overlay  .card.card-has-bg:hover {
  transform: scale(0.98);
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card-slider .card .card.card-has-bg:hover .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #234f6d;
  background: linear-gradient(0deg, rgba(4, 69, 114, 0.5) 0%, #044572 100%);
}
.card-prices .numero-section input:focus {
  border-radius: 0.7rem;
}

.card-prices .numero-section #ligamos {
  border-radius: 0.7rem;
  border: none;
  background-color: var(--primary-color);
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--white-color);
  text-transform: uppercase;
  padding: 1.2rem 2rem;
}

.card-prices .numero-section #ligamos:hover {
  color: var(--white-color);
  background-color: var(--primary-color-light);
  box-shadow: 0 3px 5px 0 var(--gray-app);
  transition: box-shadow 0.3s ease-in-out;
}

.card-prices .numero-section a {
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 100%;
  line-height: 60px;
  border: none;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: var(--primary-color);
  font-weight: normal;
  transition: all 0.5s ease;
}

.card-prices .numero-section a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.card-prices .numero-section a:hover {
  color: var(--white-color);
  background-color: var(--primary-color-light);
  box-shadow: 0 3px 5px 0 var(--gray-app);
  transition: box-shadow 0.3s ease-in-out;
}

.card-price-first .row .col-10 {
  margin-left: -1rem;
}

.card-price-second .row .col-10 {
  margin-left: -2rem;
}

.out-of-section .col-12 h2 {
  color: var(--primary-color);
  font-weight: 600;
  text-align: center;
  padding: 2rem;
  font-size: 1.8em;
}

.why-section {
  padding: 3rem;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: cover;
}

.why-section h2 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-family: "Gilroy-Bold", sans-serif;
  padding: 1rem;
  font-size: 1.8em;
}

.why-section .text-section {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.why-section #text-left {
  color: var(--white-color);
  bottom: 10%;
  padding: 3rem;
  position: absolute;
  text-align: left;
  left: 0;
}

.why-section #text-right {
  top: 30%;
  position: absolute;
  padding: 2rem;
  text-align: left;
  left: 0;
}

.numbers-section {
  background-color: var(--gray-app);
  padding: 7%;
}

.numbers-section h3 {
  color: var(--accent-color);
  font-weight: 900;
  font-size: 3em;
  font-family: "Gilroy-Bold", sans-serif;
}

.numbers-section p {
  color: var(--accent-color);
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}

.numbers-section h2 {
  color: var(--accent-color);
  font-weight: 600;
  padding-top: 2rem;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.5em;
}

.thin {
  background: #e4ebe4b9;
  border-top: 2px dashed var(--gray-app);
  border-bottom: 2px dashed var(--gray-app);
  position: relative;
}

.step-by-step {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.step-by-step .carousel-inner {
  height: 60vh;
}

.step-by-step h2 {
  color: var(--primary-color);
  font-weight: 600;
  text-align: center;
  padding: 2rem;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.8em;
}

.video-section {
  position: relative;
  height: 80vh;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.video-section .video-border {
  border: 4px solid var(--white-color);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10%);
}

.partnership-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: var(--primary-color-light);
}

.partnership-section img {
  width: 250px;
  height: auto;
}

.partnership-section .hermes {
  text-align: end;
}

.partnership-section h2 {
  color: var(--white-color);
  font-weight: 600;
  margin: 1rem;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.8em;
}

.partnership-section h3 {
  color: var(--white-color);
  font-weight: 400;
  text-align: center;
}

.partnership-section a {
  border-radius: 0.7rem;
  border: none;
  width: 50%;
  margin: 0 auto;
  white-space: normal !important;
  word-wrap: break-word;
  text-align: center;
  background-color: var(--primary-color-light);
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--white-color) !important;
  padding: 1.2rem 2rem;
  text-transform: uppercase;
}

.partnership-section a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color);
}

.card-blog-section {
  padding: 2rem;
}

.card-blog-section h2 {
  color: var(--primary-color);
  font-weight: 600;
  padding: 1.3rem;
  font-size: 1.8em;
  font-family: "Roboto", sans-serif;
}

.card-blog-section .card {
  border-radius: 0.7rem;
  width: 340px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.3s;
}

.card-blog-section .card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-blog-section .card img {
  border-radius: 0.7rem;
  width: 100%;
  height: 15vw;
  -o-object-fit: cover;
  object-fit: cover;
}

#blog-btn a {
  border-radius: 0.7rem;
  border: none;
  background-color: var(--primary-color);
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--white-color);
  padding: 1.2rem 2rem;
  text-transform: uppercase;
}

#blog-btn a:hover {
  background-color: var(--primary-color-light);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color-light);
}

.bg-footer {
  background-color: var(--footer-color) !important;
  border: none;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-footer p {
  color: var(--white-color);
  margin-bottom: unset;
}

.bg-footer p a {
  color: var(--white-color);
}

.bg-footer .social-midia-buttons {
  text-align: center;
}

.bg-footer .social-midia-buttons a {
  background-color: var(--white-color);
  color: var(--footer-color);
  font-weight: normal;
}

.bg-footer .social-midia-buttons a:hover {
  background-color: var(--primary-color-light);
  color: var(--white-color);
  border: var(--white-color);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.bg-footer .social-midia-buttons a i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
}

.bg-footer .footer-menu {
  padding-right: 3rem;
}

.bg-footer .footer-menu #menu-secondary .current-menu-item a {
  color: #aeaeae !important;
  font-family: "Gilroy-Bold", sans-serif;
}

.bg-footer .footer-menu a {
  color: var(--white-color);
  margin: -5px;
  text-decoration: underline;
  font-weight: 600;
}

.bg-footer .footer-menu a:hover {
  color: #aeaeae;
}

.bg-footer .footer-menu ul {
  list-style: none;
}

.bg-footer #img {
  width: 100px !important;
  max-width: 100px !important;
}

.bg-footer .content-apoiadores {
  align-self: center;
}

@media (min-width: 1920px) {
  .last-card-text h4 {
    padding: 5rem 10rem;
  }

  .card-prices #second .card-prices-btn {
    left: 9%;
    margin-left: unset;
    margin-right: unset;
  }

  .card-prices #first .card-prices-btn {
    left: 5%;
    margin-left: unset;
    margin-right: unset;
  }

  .card-prices .card-price-second .card-header {
    height: auto;
  }

  .card-prices .card-price-first .card-header {
    height: auto;
  }

  .what-you-look .card-area .inside-img h4 {
    padding: 6rem;
  }

  .carousel-inner .content-caroseul span {
    padding: 3rem;
  }
}
.left-side{
	position: relative;
}
.left-side p{
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1536px) {
  .partnership-section a {
    width: 70%;
    white-space: normal !important;
    word-wrap: break-word;
  }
}

@media (max-width: 1024px) {
  .what-you-look .card-area {
    display: flex;
    flex-direction: column;
    margin: 0.6rem;
  }
}

@media (max-width: 940px) {
  .navbar .logo {
    width: auto;
    padding: unset;
    margin-left: unset;
  }
	
.navbar .navbar-logo {
    
  padding: unset;
    
}
	
 .navbar .navbar-logo a {
    font-size:4vw;
}


  .navbar .area-user-menu {
    margin-right: unset;
    text-align: center;
  }

  .navbar .float-menu {
    padding-left: unset;
  }

  .navbar .menu-principal-container .navbar-nav {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    justify-content: center;
    align-items: center;
  }

  .navbar .menu-principal-container ul {
    display: flex;
    flex-direction: column;
  }

  .navbar .menu-principal-container ul li {
    font-size: 18px !important;
  }

  .navbar .menu-principal-container ul li a {
    color: var(--gray-app-dark) !important;
  }

  .navbar .social-midia-buttons {
    margin-right: unset;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }

  .navbar .dropdown-menu a {
    font-size: 16px;
  }

  .branding {
   text-align: center;
    padding: unset;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .branding .card-img-overlay {
    background-position: right;
  }

  .branding h1 {
    margin-top: 5rem;
	text-align: center;
  }

  .branding #promotion-button {
    margin-right: 2rem;
    margin-bottom: 2rem;
    font-size: 1.5em;
    margin-top: 2rem;
    margin-left: 0.2rem;
    width: auto;
  }

  .carousel-control-prev {
    display: none;
  }

  .carousel-control-next {
    display: none;
  }

  .carousel-inner {
    padding: unset;
  }

  .carousel-inner img {
    height: auto;
    margin: 0 auto;
    width: 100%;
  }

  .carousel-inner .content-caroseul span {
    width: 10px !important;
    height: 10px !important;
    font-size: 12px;
    padding: 18px;
  }

  .carousel-inner .content-caroseul p {
    margin-top: 1rem;
    text-align: center;
  }

  .what-you-look .card-area {
    display: flex;
    margin: 0.6rem;
  }

  .card-prices #first {
    margin: unset;
  }

  .card-prices .card-prices-btn {
    margin-left: 4rem !important;
  }

  .card-prices .col-lg-4 {
    padding: 1.5rem;
    width: 380px;
  }

  .card-prices .card-price-first {
    width: auto !important;
  }

  .card-prices .card-price-second {
    width: auto !important;
  }

  .card-prices .d-flex {
    display: flex;
    flex-direction: column;
  }

  .card-price-second .row .col-10 {
    padding-left: 30px;
  }

  #bg-mobile {
    padding: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .why-section {
    padding: unset;
  }

  .why-section .bg-section {
    height: auto;
  }

  .why-section .text-section {
    padding: 1rem;
  }

  .why-section #text-right {
    position: relative;
    top: 0;
  }

  .why-section #text-left {
    position: relative;
  }

  .numbers-section {
    padding: 2rem;
  }

  .numbers-section h2 {
    font-size: 1.4rem;
  }

  .numbers-section h3 {
    font-size: 45px !important;
  }

  .video-section {
    padding: 1rem;
    height: unset;
  }

  .video-section .video-border {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }

  .partnership-section {
    text-align: center;
  }

  .partnership-section .hermes {
    text-align: center;
  }

  .partnership-section a {
    width: 100%;
  }

  .partnership-section h3 {
    font-size: 25px;
  }

  .card-blog-section .card img {
    height: auto;
  }

  .bg-footer {
    position: relative;
    text-align: center;
  }

  .bg-footer .logo-area-footer img {
    margin: unset;
  }

  .bg-footer .footer-menu {
    text-align: center !important;
    padding-right: 0;
  }

  .bg-footer p {
    padding: 1.3rem;
    margin-bottom: unset;
  }

  .bg-footer .empresa-nome {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    padding-bottom: unset;
  }

  .bg-footer .text-cnpj {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .what-you-look .card-area .inside-img h4 {
    top: 70%;
    padding: 2rem;
  }
}

.faq-section .header-faq {
  text-align: center;
  background-color: var(--primary-color);
  padding-top: 8%;
}

.faq-section .header-faq .input-group {
  width: 50%;
  margin: 0 auto;
}

.faq-section #area-accordion {
  padding: 2rem 20%;
}

.faq-section #area-accordion .card-body {
  color: var(--gray-app-dark);
  padding: 2rem;
}

.faq-section h2 {
  color: var(--white-color);
  font-weight: 600;
  padding: 1rem;
}

.faq-section h4 {
  color: var(--white-color);
  padding: 1rem;
  font-weight: 600;
}

.faq-section #accordion {
  margin: 1rem;
}

.faq-section #collapseOne16 ul {
  padding-left: 10%;
  list-style-type: none;
}

.faq-section #collapseOne16 ul > li {
  padding: 0.3rem;
}

.faq-section #search-box-faq {
  width: auto;
  height: 4rem;
  border-radius: 15px;
}

.faq-section #title {
  font-weight: bold;
}

.faq-section .btn-link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F068";
  font-size: 25px;
  text-align: center;
  border-radius: 5px;
  right: 15px;
  top: 11px;
  position: absolute;
}

.faq-section .btn-link.collapsed::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F067";
  font-size: 25px;
  text-align: center;
  border-radius: 5px;
  right: 15px;
  top: 11px;
  position: absolute;
}

.faq-section .btn.focus,
.faq-section .btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.faq-section .card {
  border: none !important;
}

.faq-section .card .card-body .list-faq {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 1rem;
  padding: 1rem;
}

.faq-section .card .card-header {
  background-color: transparent !important;
  border-bottom: 2px solid var(--primary-color);
}

.faq-section .btn .btn-link {
  border: none !important;
  cursor: pointer;
  background-color: transparent !important;
}

.faq-section .btn .btn-link::hover {
  border: none !important;
  color: var(--primary-color) !important;
  background-color: transparent !important;
}

.faq-section .btn .btn-link::focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.faq-section a[data-toggle=collapse] {
  cursor: pointer;
}

@media (max-width: 940px) {
  .faq-section {
    position: relative;
  }

  .faq-section .header-faq {
    margin-top: 2.5rem;
    padding-top: 10%;
  }

  .faq-section .header-faq .input-group {
    width: 100%;
    margin: 0 auto;
  }

  .faq-section #search-box-faq {
    font-size: 14px;
  }

  .faq-section .btn-link::before {
    top: 30px;
    font-size: 12px;
  }

  .faq-section .btn-link.collapsed::after {
    top: 30px;
    font-size: 12px;
  }

  .faq-section #area-accordion {
    padding: unset;
  }

  .faq-section .card .card-body .list-faq {
    flex-direction: column;
    padding: unset;
  }
}

.contact-section {
  padding-bottom: 1rem;
}

.contact-section ul > li {
  border-top: none;
  border-bottom: none;
  background-color: var(--gray-background);
}

.contact-section ul > li h6 {
  font-weight: bold;
  color: var(--gray-app-dark);
}

.contact-section .one {
  border-right: 1px solid var(--gray-app-dark);
}

.contact-section .two {
  border-right: 1px solid var(--gray-app-dark);
}

.contact-section label .required {
  color: red;
  font-weight: bold;
}

@media (max-width: 940px) {
  .contact-section .one {
    border-right: none;
    border-bottom: 1px solid var(--gray-app-dark);
  }

  .contact-section .two {
    border-right: none;
    border-bottom: 1px solid var(--gray-app-dark);
  }
}

.login-section h2 {
  font: normal normal bold 26px/36px Open Sans;
  color: var(--primary-color);
  text-align: center;
  padding: 1rem;
}

.login-section .login {
  padding: 2rem;
  text-align: left;
}

.login-section .card {
  border-radius: 10px;
}

.login-section #login-left {
  margin-left: -5rem;
  margin-bottom: -2rem;
}

.login-section #login-left img {
  min-height: 100%;
}

@media (max-width: 940px) {
  .login-section h2 {
    padding: 2rem;
  }

  .login-section #login-left {
    display: none;
  }
}

.section-initial h2 {
  color: var(--primary-color-light);
  font-weight: bold;
  line-height: 1.2em;
}

.section-initial p {
  color: var(--gray-app-dark);
  font-size: 18px;
}

.section-initial .after-username img {
  height: 80%;
}

.section-initial .side-img {
  margin: 0 auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.section-initial .side-img .btn-area {
  position: absolute;
  bottom: 27%;
  right: 24%;
}

.section-initial .side-img .btn-area a {
  display: inline-block;
  cursor: pointer;
  width: 58px;
  height: 58px;
  position: relative;
  border-radius: 100%;
  line-height: 60px;
  border: none;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: var(--primary-color-light);
  font-weight: normal;
  transition: all 0.5s ease;
}

.section-initial .side-img .btn-area a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.section-initial .side-img .btn-area a:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
  box-shadow: 0 3px 5px 0 var(--gray-app);
  transition: box-shadow 0.3s ease-in-out;
}

.product-card-section .product-card {
  border-radius: 0.9rem;
}

.product-card-section .one {
  width: 40%;
}

.product-card-section .teleorientacao {
  border: 2px solid var(--primary-color);
}

.product-card-section .teleorientacao h4 {
  color: var(--primary-color);
  font-weight: 200;
  line-height: 1.2em;
}

.product-card-section .teleorientacao h6 {
  color: var(--gray-app);
  line-height: 1.2em;
  padding-bottom: 1rem;
}

.product-card-section .teleorientacao a {
  border-radius: 0.7rem;
  border: none;
  background-color: var(--primary-color);
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--white-color);
  padding: 1.2rem 2rem;
  text-transform: uppercase;
}

.product-card-section .teleorientacao a:hover {
  background-color: var(--gray-app);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color-light);
}

.product-card-section .telemedicina {
  border: 2px solid var(--primary-color-light);
}

.product-card-section .telemedicina h4 {
  color: var(--primary-color-light);
  font-weight: 200;
  line-height: 1.2em;
}

.product-card-section .telemedicina h6 {
  color: var(--gray-app);
  line-height: 1.2em;
  padding-bottom: 1rem;
}

.product-card-section .telemedicina a {
  border-radius: 0.7rem;
  border: none;
  background-color: var(--primary-color-light);
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--white-color);
  padding: 1.2rem 2rem;
  text-transform: uppercase;
}

.product-card-section .telemedicina a:hover {
  background-color: var(--gray-app);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color-light);
}

.product-card-section .card-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.product-card-section .card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

.product-card-section .card-horizontal .one img {
  padding: 0.8rem;
  height: 250px;
  width: 350px;
}

.product-card-section .agenda-card {
  border-radius: 0.9rem;
  border: 2px solid var(--primary-color-light);
}

.product-card-section .agenda-card h4 {
  color: var(--primary-color-light);
  font-weight: bold;
  line-height: 1.2em;
}

.product-card-section .agenda-card h6 {
  color: var(--gray-app);
  font-weight: bold;
  line-height: 1.2em;
  padding-bottom: 1rem;
}

.product-card-section .agenda-card a {
  border-radius: 0.7rem;
  border: none;
  width: 50%;
  background-color: var(--primary-color-light);
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--white-color);
  padding: 1.2rem 2rem;
  text-transform: uppercase;
}

.product-card-section .agenda-card a:hover {
  background-color: var(--primary-color-light);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color-light);
}

.product-card-section .agenda-card .two img {
  padding: 1rem;
}

.emergency-section {
  background-color: var(--primary-color);
  padding: 2rem;
}

.emergency-section .one {
  text-align: end;
}

.emergency-section .one img {
  height: 250px;
}

.emergency-section .two {
  text-align: start;
}

.emergency-section .two img {
  height: 250px;
}

.emergency-section .text-area {
  margin: 0 auto;
  text-align: center;
}

.emergency-section .text-area h2 {
  color: var(--white-color);
  font-weight: bold;
  line-height: 1.2em;
}

.emergency-section .text-area p {
  color: var(--white-color);
  font-weight: 500;
  padding: 2rem;
  line-height: 1.7em;
}

.emergency-section .text-area a {
  display: unset;
  border-radius: 0.7rem;
  border: none;
  background-color: var(--white-color);
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--primary-color);
  padding: 1.2rem 2rem;
  text-transform: uppercase;
}

.emergency-section .text-area a:hover {
  background-color: var(--primary-color-light);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color-light);
}

.emergency-section .text-area a i {
  padding-right: 1rem;
}

.voucher-section {
  background-color: var(--primary-color-light);
}

.voucher-section img {
  height: 450px !important;
}

.voucher-section h2 {
  color: var(--white-color);
  font-weight: bold;
  line-height: 1.2em;
  padding: 2rem;
}

.voucher-section a {
  border-radius: 0.7rem;
  border: none;
  word-wrap: break-word;
  background-color: var(--white-color);
  font-size: 18px;
  font-weight: bolder;
  color: var(--primary-color-light);
  padding: 1.2rem 2rem;
  text-transform: uppercase;
}

.voucher-section a:hover {
  background-color: var(--gray-app-dark);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--gray-app);
}

.voucher-section a i {
  padding-right: 0.8rem;
}

.partnership-product {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color-light);
  min-height: 50vh;
}

.partnership-product img {
  width: 250px;
  height: auto;
}

.partnership-product .hermes {
  text-align: center;
}

.partnership-product h2 {
  color: var(--white-color);
  font-weight: 600;
  padding: 2rem;
}

.partnership-product h3 {
  color: var(--white-color);
  font-weight: 400;
  text-align: center;
}

.partnership-product a {
  border-radius: 0.7rem;
  border: none;
  margin: 0 auto;
  white-space: normal !important;
  word-wrap: break-word;
  text-align: center;
  background-color: var(--primary-color-light);
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--white-color) !important;
  padding: 1.2rem 2rem;
  text-transform: uppercase;
}

.partnership-product a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color);
}

.update-plan {
  padding: 2rem;
}

.update-plan h2 {
  color: var(--primary-color-light);
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}

.update-plan .teleorientacao {
  border: 2px solid var(--primary-color-light);
}

.update-plan .telemedicina {
  border: 2px solid var(--primary-color-light);
}

.update-plan .card {
  border-radius: 2rem;
}

.update-plan .card h2 {
  color: var(--primary-color-light);
  font-weight: bold;
}

.update-plan .card p {
  color: var(--gray-app-dark);
  font-weight: bold;
  padding: 1rem;
}

.update-plan .card a {
  margin-bottom: 1rem;
}

@media (max-width: 940px) {
  .section-initial .side-img {
    height: 50vh;
    background-size: contain;
    background-position: top center;
  }

  .section-initial .side-img .btn-area {
    position: absolute;
    bottom: 33%;
    right: 24%;
  }

  .section-initial .side-img .btn-area a {
    width: 30px;
    height: 30px;
  }

  .product-card-section {
    margin: 0.5rem;
  }

  .product-card-section .custom-card a {
    width: 100%;
  }

  .product-card-section .custom-card h4 {
    padding: 1rem;
    text-align: center;
  }

  .product-card-section .custom-card h6 {
    padding: 1rem;
  }

  .product-card-section .one {
    width: auto;
  }

  .product-card-section .teleorientacao-card a {
    width: 100%;
  }

  .product-card-section .agenda-card a {
    width: 100%;
  }

  .card-horizontal {
    flex-direction: column;
  }

  .card-horizontal .one img {
    height: auto !important;
  }

  .emergency-section .text-area a {
    width: 100%;
  }

  .emergency-section .two {
    margin-top: 2rem;
    text-align: center;
  }

  .voucher-section {
    padding-bottom: 5rem;
  }

  .voucher-section img {
    height: auto !important;
  }

  .voucher-section a {
    width: 100%;
    margin: unset;
  }

  .partnership-product {
    padding: 1rem;
    text-align: center;
  }

  .partnership-product .hermes {
    text-align: center;
  }

  .partnership-product a {
    width: 100%;
  }

  .partnership-product h2 {
    padding: unset;
  }

  .partnership-product h3 {
    font-size: 25px;
  }

  .card-blog-section .card img {
    height: auto;
  }
}

.consulta-avulsa {
  padding: 2rem;
}

.consulta-avulsa .card {
  border-radius: 1rem;
  height: 250px;
}

.consulta-avulsa .card-horizontal {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}

.consulta-avulsa .input-consulta {
  border-radius: 0.7rem;
  height: 2.5rem;
  width: 70%;
  text-align: center;
  color: var(--gray-app-dark);
  outline: none;
  background-color: #D7D7D7;
  border-color: #FFFEFE42;
}

.consulta-avulsa .profissional {
  border: 2px solid var(--gray-app);
}

.consulta-avulsa .profissional h4 {
  color: var(--gray-app);
  font-weight: bold;
  font-size: 1.5em;
}

.consulta-avulsa .profissional h6 {
  color: var(--gray-app-dark);
  font-weight: bold;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.consulta-avulsa .profissional input[type=submit] {
  border-radius: 0.7rem;
  border: none;
  background-color: var(--gray-app);
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  color: var(--white-color);
  padding: 0.8rem 1rem;
  text-transform: uppercase;
}

.consulta-avulsa .profissional input[type=submit]:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color);
}

.consulta-avulsa .geral {
  border: 2px solid var(--primary-color-light);
}

.consulta-avulsa .geral h4 {
  color: var(--primary-color-light);
  font-weight: bold;
  font-size: 1.5em;
}

.consulta-avulsa .geral h6 {
  color: var(--gray-app-dark);
  font-weight: bold;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.consulta-avulsa .geral input[type=submit] {
  border-radius: 0.7rem;
  border: none;
  background-color: var(--primary-color-light);
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  color: var(--white-color);
  padding: 0.8rem 1rem;
  text-transform: uppercase;
}

.consulta-avulsa .geral input[type=submit]:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color);
}

.consulta-avulsa .especialista {
  border: 2px solid var(--primary-color);
}

.consulta-avulsa .especialista h4 {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1.5em;
}

.consulta-avulsa .especialista h6 {
  color: var(--gray-app-dark);
  font-weight: bold;
  line-height: 1.2em;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.consulta-avulsa .especialista input[type=submit] {
  border-radius: 0.7rem;
  border: none;
  background-color: var(--primary-color);
  font-weight: bolder;
  color: var(--white-color);
  text-transform: uppercase;
  padding: 0.8rem 1rem;
  font-size: 14px;
  text-transform: uppercase;
}

.consulta-avulsa .especialista input[type=submit]:hover {
  background-color: var(--primary-color-light);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color-light);
}

.consulta-avulsa .custom-card .card-body small {
  color: var(--gray-app);
}

.consulta-avulsa .custom-card .one img {
  border-radius: 1rem;
  margin-left: 0.5rem;
}

.consulta-avulsa .card-footer {
  background-color: #fff;
  border: none;
  border-radius: 0.9rem;
}

.consulta-avulsa .middle-card {
  width: 60%;
  border-radius: 0.9rem;
}

.consulta-avulsa .middle-card .card-body {
  padding: 2rem;
}

.consulta-avulsa .middle-card a {
  border-radius: 0.7rem;
  border: none;
  background-color: var(--primary-color);
  font-size: 0.8em;
  font-weight: bolder;
  color: var(--white-color);
  padding: 0.8rem 1rem;
  text-transform: uppercase;
}

.consulta-avulsa .middle-card a:hover {
  background-color: var(--primary-color-light);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color-light);
}

.consulta-avulsa .middle-card h5 {
  font-weight: bold;
}

.consulta-avulsa #card-especilidade {
  height: auto;
}

@media (max-width: 940px) {
  .consulta-avulsa {
    padding-left: unset;
    padding-right: unset;
    margin: unset;
  }

  .consulta-avulsa .card {
    height: auto;
  }

  .consulta-avulsa .card .input-consulta {
    width: 100%;
  }

  .consulta-avulsa .custom-card .one img {
    margin: unset;
    padding: 1rem;
  }

  .consulta-avulsa .custom-card .two img {
    margin: unset;
    padding: 1rem;
  }

  .consulta-avulsa .middle-card {
    width: 100%;
    margin: 1rem;
  }
}

.common-branding {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem;
}

.common-branding .content-area {
  margin-left: 5%;
  margin-top: 5%;
}

.common-branding .content-area h1 {
  color: var(--primary-color);
  font-weight: bold;
  line-height: 1.2em;
}

.common-branding .content-area p {
  padding-bottom: 1rem;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
}

.common-branding .content-area a {
  border-radius: 0.6rem;
  background-color: var(--primary-color-light);
  font-size: 0.8em;
  font-weight: bolder;
  text-decoration: none;
  text-transform: uppercase;
  word-wrap: break-word;
  color: var(--white-color);
  padding: 2px;
  margin: 0.368rem;
}

.common-branding .content-area a:hover {
  color: var(--primary-color);
  background-color: var(--white-color);
}

.common-partnership .dashboard-section {
  margin: 0 auto;
  height: 80vh;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat !important;
  position: relative;
}

.common-partnership .dashboard-section img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
}

.common-partnership h2 {
  color: white;
  font-weight: bold;
  padding: 2rem;
  font-size: 1.5em;
  line-height: 1.2em;
}

.common-partnership p {
  color: var(--gray-app-dark);
  padding: 2rem;
  line-height: 2em;
}

.common-speak-to {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*padding-top: 6rem;*/
}

.common-speak-to h2 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-family: "Gilroy-Bold", sans-serif;
  padding: 1rem;
  font-size: 1.8em;
}

.common-speak-to .image-wrapper {
    border-radius: 35% 75% 35% 65%/66% 30% 80% 34%;
    background-color: #bbbbbb59;
}

.common-speak-to p{
	font-size: 2em;
    color: var(--white-color);
    font-weight: 500;
}

.common-speak-to .middle-img {
  margin: 0 auto;
  text-align: center;
}

.common-speak-to .middle-img img {
  width: 100%;
  margin: 0 auto;
}

.common-speak-to a {
  border-radius: 3rem;
  border: none;
  width: auto;
  margin: 0 auto;
  white-space: normal !important;
  word-wrap: break-word;
  text-align: center;
  background-color: var(--accent-color);
  font-size: 1.5em;
  font-weight: bolder;
  color: var(--white-color) !important;
  padding: 1.2rem 2rem;
  text-transform: uppercase;
}

.common-speak-to a:hover {
  background-color: var(--gray-app);
  color: var(--white-color);
  box-shadow: 0 0 11px var(--gray-app);
}

.common-speak-to .icon-whatsapp {
  padding-bottom: 1rem;
}

.periodicity-page {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
}

.periodicity-page h2 {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1.8em;
}

.periodicity-page h3 {
  color: var(--gray-app);
  font-size: 24px;
  font-weight: bold;
}

.periodicity-page h5 {
  color: var(--primary-color);
  font-weight: bold;
}

.periodicity-page .service-list {
  color: var(--primary-color);
  font-weight: 600;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.periodicity-page .prices-list a {
  border-radius: 0.6rem;
  background-color: var(--primary-color);
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  padding: 0.2rem 2rem;
}

.periodicity-page .prices-list a:hover {
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color);
}

.periodicity-page #select-plan input[type=checkbox] {
  display: none;
}

.periodicity-page label {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -2rem;
  color: var(--primary-color);
}

.periodicity-page #select-plan {
  width: 100%;
  display: flex;
  text-align: center;
}

.periodicity-page #first {
  margin-left: -2rem;
}

.periodicity-page #select-plan span {
  padding: 0.6rem 3rem;
  border-radius: 0.9rem;
  display: inline-block;
  color: var(--white-color);
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  background-color: var(--primary-color);
}

.periodicity-page #select-plan span small {
  display: inline-block;
  padding-bottom: -2rem;
  color: var(--white-color);
  font-weight: bold;
  font-size: 0.7em;
}

.periodicity-page #select-plan input[type=checkbox]:checked + span {
  background-color: var(--primary-color-light);
  border: 2px solid var(--primary-color);
  color: var(--white-color);
}

.periodicity-page .btn-continuar input {
  border-radius: 0.6rem;
  background-color: var(--primary-color);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  border: none;
  display: inline-block;
  color: var(--white-color);
  padding: 1rem 1rem;
}

.periodicity-page .btn-continuar input:hover {
  color: var(--white-color);
  box-shadow: 0 0 11px var(--primary-color);
}

.services-term p {
  text-align: start;
}

.single_add_to_cart_button,
button .alt {
  border-radius: 0.6rem !important;
  background-color: var(--primary-color) !important;
  font-weight: bold !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-size: 18px;
  border: none !important;
  color: var(--white-color);
  padding: 1rem 1rem !important;
}

.single_add_to_cart_button:hover,
button .alt:hover {
  color: var(--white-color) !important;
  box-shadow: 0 0 11px var(--primary-color) !important;
}

.wp-post-image {
  border-radius: 0.3rem !important;
}

#view-pic-product {
  margin: 0 auto !important;
  text-align: center;
  border: none;
}

.products {
  display: flex;
  justify-content: center;
}

.products h2 {
  color: var(--primary-color);
  font-weight: bold !important;
  font-size: 1.8em !important;
  text-align: center !important;
}

.products .product-category {
  border-radius: 0.9rem !important;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow;
  padding: 14px 80px 18px 36px;
  cursor: pointer;
}

.products .product-category:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.products .product-category a img {
  border-radius: 0.9rem !important;
  width: auto !important;
  margin: 0 auto !important;
}

h1 {
  color: var(--primary-color);
  font-weight: bold;
  text-align: center;
  font-size: 1.8em;
}

#card-tab h2:first-child {
  display: none;
}

mark {
  display: none;
}

.woocommerce-result-count {
  display: none;
}

.woocommerce-ordering {
  display: none;
}

.woocommerce .products .product {
  width: auto !important;
  border-radius: 0.9rem !important;
  text-align: center;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow;
  padding: 14px 80px 18px 36px;
  cursor: pointer;
}

.woocommerce .products .product:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.woocommerce .products .product a img {
  border-radius: 0.9rem !important;
  height: 50% !important;
}

.woocommerce .products .product span {
  text-align: center;
}

.woocommerce .products .product span bdi {
  font-size: 1.5em;
  font-weight: bold !important;
}

.woocommerce .products .product .product_type_subscription {
  border-radius: 0.6rem !important;
  background-color: var(--primary-color) !important;
  font-weight: bold !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-size: 18px;
  border: none !important;
  color: var(--white-color);
  padding: 1rem 1rem !important;
}

.woocommerce .products .product .product_type_subscription:hover {
  color: var(--white-color) !important;
  box-shadow: 0 0 11px var(--primary-color) !important;
}

.woocommerce .products .product .product_type_simple {
  border-radius: 0.6rem !important;
  background-color: var(--primary-color) !important;
  font-weight: bold !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-size: 18px;
  border: none !important;
  color: var(--white-color);
  padding: 1rem 1rem !important;
}

.woocommerce .products .product .product_type_simple:hover {
  color: var(--white-color) !important;
  box-shadow: 0 0 11px var(--primary-color) !important;
}

.common-video-section h2 {
  color: var(--primary-color);
  font-weight: bold;
  padding: 2rem;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.2em;
}

.common-video-section p {
  color: var(--gray-app);
  font-size: 18px;
  line-height: 2rem;
  margin-bottom: 2rem;
}

.dicas-saudaveis h2 {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}

.dicas-saudaveis .card-img {
  opacity: 0.7;
}

.dicas-saudaveis .card-flyer {
  border-radius: 5px;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
  height: auto;
  width: 100%;
}

.dicas-saudaveis .card-flyer:hover {
  box-shadow: 0px 15px 26px rgba(105, 105, 105, 0.5);
  transition: all 0.2s ease-in;
  margin-top: 50px;
}

.dicas-saudaveis .card-flyer a {
  position: relative;
  padding: 1em 1.5em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: var(--primary-color-light);
  font-size: 30px;
  font-weight: bold;
  z-index: 10;
  margin: 1em 0.8em;
}

.dicas-saudaveis .card-flyer a::after,
.dicas-saudaveis .card-flyer a::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
}

.dicas-saudaveis .card-flyer a::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: var(--gray-app-dark);
  border-right-color: var(--gray-app-dark);
}

.dicas-saudaveis .card-flyer a::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: var(--gray-app-dark);
  border-left-color: var(--gray-app-dark);
}

.dicas-saudaveis .card-flyer a:hover:after,
.dicas-saudaveis .card-flyer a:hover:before {
  width: 100%;
  z-index: -1;
  background-color: var(--primary-color);
  border-color: var(--primary-color-light);
  border-radius: 0.9rem;
  height: 100%;
}

.dicas-saudaveis .card-flyer a:hover {
  color: var(--white-color);
}

.dicas-saudaveis .card-flyer .image-box {
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(102, 102, 102, 0.5);
  border-radius: 5px;
}

.dicas-saudaveis .card-flyer .image-box img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  width: 100%;
  height: 350px;
}

.dicas-saudaveis .card-flyer:hover .image-box img {
  opacity: 1;
  transform: scale(1.15);
}

.archive-section .entry-title {
  color: var(--primary-color);
  font-weight: bold;
  margin-top: 5%;
  text-align: center;
}

.archive-section .card {
  border: none;
}

.archive-section .card .card-img-top {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-section .card .card-title {
  font-weight: bold;
  text-decoration: none;
}

.archive-section .card .card-text {
  text-align: left;
}

.contact-section a {
  text-decoration: none;
}

.sem-produto h2 {
  color: var(--primary-color);
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  font-size: 1.5em;
}

.sem-produto h3 {
  font-weight: bold;
  text-align: center;
  color: var(--gray-app-dark);
  font-size: 20px;
  line-height: 1em;
  font-size: 1.2em;
}

.sem-produto h4 {
  font-weight: bold;
  text-align: center;
  color: var(--gray-app-dark);
  font-size: 20px;
  line-height: 1em;
  font-size: 1.1em;
  padding: 2rem;
}

.sem-produto .text-body {
  color: var(--gray-app);
  text-align: center;
  padding: 2rem;
}

.sem-produto #verificar-pgn {
  margin-bottom: 1rem;
  text-align: end;
}

.sem-produto #reportar-problema {
  margin-bottom: 1rem;
  text-align: start;
}

.thankyou-section {
  padding: 2rem;
}

.thankyou-section .card {
  border-radius: 2rem;
  border: 2px solid var(--primary-color);
}

.thankyou-section .card h2 {
  color: var(--gray-app);
  font-weight: bold;
}

.thankyou-section .card p {
  color: var(--gray-app-dark);
}

.thankyou-section .card a {
  margin-bottom: 1rem;
}

.eusaude-escola h2 {
  color: var(--primary-color);
  font-weight: bold;
  text-align: center;
  padding: 2rem;
}

.eusaude-escola .card {
  border: 2px solid var(--primary-color);
}

.eusaude-escola .card h3 {
  color: var(--primary-color);
  font-weight: bold;
}

.eusaude-escola .card .card-header {
  border-bottom: 2px solid var(--primary-color);
  background-color: var(--white-color);
}

.eusaude-escola .card .card-body p {
  font-weight: bold;
}

/*
  *Blog changes on css custom page 
  *
  */

.article-section {
  /**
  *
  * Share Buttons
  *
  */
  /* Media Queries */
}

.article-section section,
.article-section .container,
.article-section .container-fluid {
  position: relative;
  word-wrap: break-word;
}

.article-section .post-title h1 {
  color: var(--gray-app-dark);
  font-weight: bold;
}

.article-section .post-related {
  margin-left: 28rem;
  padding: 1rem;
}

.article-section .post-related h3 {
  color: var(--gray-app-dark);
  font-weight: bold;
}

.article-section .post-img img {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media (max-width: 768px) {
  .article-section .custom-section {
    margin-bottom: -2rem !important;
    height: 50vh !important;
    width: 100% !important;
  }

  .article-section #text-adjustment {
    margin-left: unset !important;
  }
}

.article-section .section-one {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: var(--white-color);
}

.article-section .section-two {
  padding-top: 10px;
  padding-bottom: 75px;
  background-color: var(--white-color);
}

.article-section .section-three {
  padding-top: 75px;
  padding-bottom: 20px;
  background-color: var(--white-color);
}

.article-section .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.article-section #text-adjustment {
  margin-left: 5rem;
}

.article-section pre {
  background: var(--white-color);
  display: inline-block;
  font-size: 0.55em;
  margin-top: 2em;
  padding: 1em;
}

@media (min-width: 360px) {
  .article-section pre {
    font-size: 0.7em;
  }
}

@media (min-width: 500px) {
  .article-section pre {
    font-size: 1em;
  }
}

.article-section .search-container {
  float: right;
}

.article-section .search-container input[type=text] {
  padding: 7px;
  margin-top: 8px;
  border-radius: 20px 0px 0px 20px;
  font-size: 17px;
  background-color: var(--primary-color-light);
  border: none;
}

.article-section .search-container button {
  float: right;
  padding: 7px 10px;
  margin-top: 8px;
  border-radius: 0px 20px 20px 0px;
  background: var(--white-color);
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.article-section .search-container button:hover {
  background: var(--white-color);
  border: none;
  border-radius: 0px 20px 20px 0px;
}

.article-section .list-info {
  width: 100%;
  display: flex;
  margin-left: -3.2rem;
  margin-right: 3.2rem;
  border: none;
  flex-direction: row;
  float: left;
}

.article-section .list-info ul li {
  list-style: none;
  border: none;
  padding: 0 10px;
  display: inline-block;
  line-height: 20px;
  margin: 20px 0;
  background-color: var(--gray-background);
}

.article-section #list-side {
  line-height: 20px;
  border-right: 1px solid #000000;
  background-color: var(--gray-background);
}

.article-section .post-content {
  text-align: left;
  line-height: 32px;
  font-size: 20px;
  width: 100%;
}

.article-section .box {
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  border-radius: 5px;
}

.article-section .card-post {
  overflow: hidden;
  border: none !important;
  border-radius: 10px;
  height: 120px;
  max-height: 100%;
  border: none;
  box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0, 0, 0, 0.096);
  transition: 1s;
}

.article-section .card-post img {
  height: auto;
  max-height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

.article-section #bottom-card {
  margin-bottom: 2rem;
  margin-left: 5rem;
}

.article-section .card-block {
  margin: 0;
  padding-top: 5px;
}

.article-section .card-block p a {
  text-transform: uppercase;
  color: var(--primary-color-light);
  padding-bottom: -15px;
  font-size: 14px;
}

.article-section .card-post:hover {
  transform: scale(1.05);
  box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0, 0, 0, 0.096);
  transition: 1s;
}

@media screen and (max-width: 640px) {
  .article-section #card-size {
    height: 100% !important;
  }

  .article-section #bottom-card {
    margin-bottom: 2rem;
    margin-left: unset;
  }

  .article-section .post-related {
    margin-left: unset;
  }

  .article-section .card-post {
    padding: 0;
    border-radius: 10px;
    max-height: 100%;
    height: 100% !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }

  .article-section .card-post img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }

  .article-section .card-block {
    padding: 15px;
  }

  .article-section .post-image {
    margin-bottom: 5rem;
    margin-top: -5rem;
    margin-right: unset;
  }

  .article-section #card-side {
    border-left: none;
  }
}

@media screen and (max-width: 640px) and (max-width: 760px) {
  .article-section .post-related {
    margin-left: unset;
  }
}

@media screen and (max-width: 640px) and (max-width: 800px) {
  .article-section .card-post {
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }

  .article-section .post-related {
    margin-left: unset;
  }

  .article-section .card-post img {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }

  .article-section #bottom-card {
    margin-bottom: 2rem;
    margin-left: unset;
  }

  .article-section #card-size {
    height: 100% !important;
  }
}

@media (max-width: 640px)
.navbar .logo {
    width: auto;
    padding: unset;
    margin-left: unset;
    display: none !important;
}

@media screen and (max-width: 640px) and (max-width: 1024px) {
  .article-section .card-post {
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }

  .article-section #bottom-card {
    margin-bottom: 2rem;
    margin-left: unset;
  }
}

.article-section .wrapper .button-header {
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: var(--white-color);
  color: var(--primary-color);
  border-radius: 40px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0);
  transition: all 0.3s ease-out;
  margin: 12px 0;
  transition: 500ms;
}

.article-section .wrapper .button-header .icon {
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 40px;
  box-sizing: border-box;
  line-height: 40px;
  transition: all 0.3s ease-out;
}

.article-section .wrapper .button {
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: var(--white-color);
  color: var(--gray-app-dark);
  border-radius: 40px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
  margin: 12px 0;
  transition: 500ms;
}

.article-section .wrapper .button:hover {
  transform: scale(1.2);
  margin: 5px 0;
}

.article-section .wrapper .button .icon {
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 40px;
  box-sizing: border-box;
  line-height: 40px;
  transition: all 0.3s ease-out;
}

.article-section .wrapper .button:nth-child(1) :hover.icon {
  background: #4267b2;
  color: #fff;
}

.article-section .wrapper .button:nth-child(2) :hover.icon {
  background: #4267b2;
  color: #fff;
}

.article-section .wrapper .button:nth-child(3) :hover.icon {
  background: #0e76a8;
  color: #fff;
}

.article-section .wrapper .button:nth-child(7) :hover.icon {
  background: #25d366;
  color: #fff;
}

.article-section .wrapper .button:nth-child(6) :hover.icon {
  background: #25d366;
  color: #fff;
}

.article-section .wrapper .button:nth-child(5) :hover.icon {
  background: #0088cc;
  color: #fff;
}

.article-section .wrapper .button:nth-child(4) :hover.icon {
  background: #0088cc;
  color: #fff;
}

.article-section .wrapper .button:nth-child(8) :hover.icon {
  background: #0088cc;
  color: #fff;
}

.article-section .wrapper .button:nth-child(9) :hover.icon {
  background: #0088cc;
  color: #fff;
}

.article-section .wrapper .button .icon i {
  line-height: 40px;
  transition: all 0.3s ease-out;
}

.article-section .wrapper .button span {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}

.article-section .wrapper .button:nth-child(1) span {
  color: #4267b2;
}

.article-section .wrapper .button:nth-child(2) span {
  color: #1da1f2;
}

.article-section .wrapper .button:nth-child(3) span {
  color: #0e76a8;
}

.article-section .wrapper .button:nth-child(4) span {
  color: #25d366;
}

.article-section .wrapper .button:nth-child(5) span {
  color: #0088cc;
}

.article-section .share-btn-container {
  width: 70px;
  position: sticky;
  bottom: 0;
  display: flex;
  padding: 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.062);
  box-shadow: 0 5px 15px rgba(112, 112, 112, 0);
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 900px) {
  .article-section .space {
    height: 5vh;
  }
}

@media (max-width: 1024px) {
  .article-section .wrapper .button-header {
    display: none;
  }

  .article-section .share-btn-container {
    width: unset;
    transform: unset;
    position: relative;
    margin-top: 5rem;
    margin-left: -1rem;
    margin-right: 2rem;
    padding: unset;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.062);
    box-shadow: 0 5px 15px rgba(112, 112, 112, 0);
    top: 50%;
    transform: translateY(-50%);
  }

  .article-section .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .article-section .wrapper .button {
    margin: 0 10px;
  }
}

@media (max-width: 1536px) {
  .common-branding .content-area {
    margin-left: 5%;
  }
}

@media (max-width: 940px) {
  .family-alert .alert {
    padding: 0;
  }
}

.family-page {
  margin-bottom: 10%;
}

@media (max-width: 940px) {
  .common-branding {
    height: auto;
  }

  .common-branding .content-area {
    margin-top: unset;
    margin-left: unset;
    padding-top: 5rem;
  }

  .periodicity-page h2 {
    margin-bottom: 1rem;
  }

  .periodicity-page label {
    display: block;
  }

  .periodicity-page h3 {
    margin-bottom: 1rem;
  }

  .periodicity-page h5 {
    margin-bottom: 1rem;
  }

  .periodicity-page .prices-list .col-12 {
    margin-bottom: 1rem;
  }

  .periodicity-page #first {
    margin-left: unset;
  }

  .periodicity-page #select-plan {
    width: 100%;
    text-align: center;
    flex-direction: column;
    display: unset;
  }

  .periodicity-page #select-plan .col-12 {
    margin-top: 1rem;
  }

  .periodicity-page #select-plan .col-12 label {
    margin-bottom: unset;
  }

  .periodicity-page #select-plan .second-value {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .periodicity-page .service-list {
    padding: 1rem;
    flex-direction: row;
    justify-content: left;
  }

  .dicas-saudaveis .card-flyer .image-box img {
    height: auto;
  }

  .dicas-saudaveis .card-flyer a {
    font-size: 4vw;
    z-index: 10;
  }

  .common-partnership .dashboard-section {
    height: 50vh;
    background-size: contain !important;
  }

  .common-partnership .dashboard-section img {
    height: auto;
  }

  .common-partnership p {
    padding: unset;
    text-align: center;
  }

  .common-speak-to {
    padding: 1rem;
    margin: unset;
    border-radius: unset;
  }

  .common-speak-to h2 {
    text-align: center;
  }

  .common-speak-to img {

   margin-left: 5%;
  }

  .common-speak-to a {
    width: 100%;
    margin-bottom: 5rem;
    font-size: 17px;
  }

  .archive-section {
    padding: 2rem;
  }

  .archive-section .card .card-img-top {
    height: auto;
  }

  .update-plan .card img {
    border-radius: 1.8rem 1.8rem 0 0;
  }

  .update-plan .card h2 {
    text-align: center;
  }

  .update-plan .card .saiba-mais-btn {
    text-align: center;
    margin-bottom: 1rem;
  }

  .article-section .post-img img {
    height: auto;
  }

  .article-section .list-info {
    text-align: center;
  }

  .entry-header {
    text-align: center;
  }

  .single_add_to_cart_button,
  button .alt {
    width: 100%;
  }

  .woocommerce .products {
    display: flex;
    flex-direction: column;
    padding: 1rem !important;
  }

  .woocommerce .products .product {
    width: 100% !important;
    padding: 1rem !important;
  }

  .woocommerce .products .product a img {
    height: 50% !important;
  }
}

.email-section {
  padding-top: 10rem;
}

.email-section .container {
  max-width: 900px !important;
}

.email-section .title-primary-left {
  color: var(--primary-color);
  font-weight: bold;
  padding: 2rem;
  line-height: 1.2em;
}

.email-section .title-primary-color-light {
  color: var(--primary-color-light);
  text-align: center;
  font-weight: bold;
  padding: 2rem;
  line-height: 1.2em;
}

.email-section .sub-title-primary-left {
  color: #307fff;
  padding: 2rem;
  line-height: 1.2em;
}

.email-section .btn-clique-aqui {
  border-radius: 0.7rem;
  border: none;
  width: 50%;
  margin: 0 auto;
  white-space: normal !important;
  word-wrap: break-word;
  text-align: center;
  background-color: var(--primary-color-light);
  font-size: 0.8em;
  font-weight: bolder;
  color: #fff !important;
  padding: 1.2rem 2rem;
  text-transform: uppercase;
}

.email-section .btn-clique-aqui:hover {
  box-shadow: 0 0 11px var(--primary-color-light);
}

.email-section hr {
  border: 1px solid var(--primary-color);
  margin-top: 3rem !important;
}

.email-section i {
  font-size: 45px;
}

.email-section .p-2 {
  padding: 1.5rem !important;
}

.not-found h1 {
  text-align: center;
  font-size: 2em;
  margin: 15px 0px;
  font-weight: bold;
}

/* ==========================================================================
   Trumps
   ========================================================================== */

/** Helper classes and overrides. */

/**
 * trumps/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

