@charset "UTF-8";
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 400;
  src: local("Satoshi Regular"), url("../font/Satoshi-Regular.woff") format("woff"); }
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 300;
  src: local("Satoshi Light"), url("../font/Satoshi-Light.woff") format("woff"); }
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 500;
  src: local("Satoshi Medium"), url("../font/Satoshi-Medium.woff") format("woff"); }
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 700;
  src: local("Satoshi Bold"), url("../font/Satoshi-Bold.woff") format("woff"); }
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 900;
  src: local("Satoshi Black"), url("../font/Satoshi-Black.woff") format("woff"); }
* {
  transition: color .2s ease;
  transition: font-size .2s ease; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  position: relative;
  font-family: "Satoshi", sans-serif !important;
  color: #333333;
  margin: 0 !important;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #8282AB; }

::selection {
  color: #fff;
  background: #8282AB; }

.cookiealert {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 260px;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transform: translate(0, 100%);
  transition: all 500ms ease-out;
  background: #8282AB; }
  .cookiealert p {
    font-size: 0.875rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px; }
  .cookiealert a {
    color: #EFEFEF; }
  .cookiealert button.acceptcookies {
    padding: 14px 12px !important;
    font-size: 0.875rem;
    max-width: 100%;
    text-transform: uppercase;
    width: 100%;
    display: block;
    white-space: normal;
    text-align: center;
    margin: 0; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    text-align: center; }
    .cookiealert button.acceptcookies {
      margin: 0 auto; } }
.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.grid._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

button:focus {
  outline: none !important;
  box-shadow: none; }

.center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.centerright {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important; }

.centerend {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 900px) {
  .grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
section {
  position: relative;
  padding: 80px 0; }

@media (min-width: 1240px) {
  .container {
    max-width: 1270px; } }
@media (max-width: 1580px) {
  .container {
    max-width: 1100px; } }
.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-1 {
  background-color: #8282AB;
  color: #fff; }
  .bg-1 * {
    color: #fff; }

.bg-2 {
  background-color: #0E372F;
  color: #fff; }
  .bg-2 * {
    color: #fff; }

.bg-3 {
  background-color: #CCCCCC; }

img.img-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  z-index: 2; }

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 0 40px 40px 40px;
  overflow: hidden; }
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 500ms; }
  .image-wrapper:hover img {
    transform: scale(1.05); }

.img-radius {
  border-radius: 0 0 0 40px; }

.flex {
  display: flex;
  align-items: center;
  gap: 10px; }

.flex-end {
  display: flex;
  align-items: end;
  gap: 50px; }

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px; }

.gap50 {
  gap: 50px !important; }

.between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.between-end {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.justify-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.radius-0 {
  border-radius: 0px !important; }

.w-100 {
  width: 100%; }

.w-max {
  max-width: max-content; }

.h-100 {
  height: 100%; }

.mt-80 {
  margin-top: 80px; }

.h1, h1, .h2, h2 {
  color: #0E372F;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px; }

.h3, h3 {
  font-size: 2.125rem;
  font-weight: 400; }

.h4, h4 {
  font-weight: 400; }

.h5, h5 {
  font-size: 1.375rem;
  font-weight: 400; }

p, li {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 300; }

b, strong {
  font-weight: 700; }

a.link-absolute {
  display: block;
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  z-index: 2; }

.btn.btn-primary, .wc-block-components-button {
  position: relative;
  background-color: #8282AB !important;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
  border: none;
  border-radius: 0 20px 20px 20px;
  padding: 17px 19px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  max-width: max-content;
  overflow: hidden;
  white-space: break-spaces;
  transition: all ease 150ms; }
  .btn.btn-primary span, .wc-block-components-button span {
    position: relative;
    z-index: 1; }
  .btn.btn-primary:after, .wc-block-components-button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #0E372F;
    z-index: 0;
    transition: all ease 150ms; }
  .btn.btn-primary:hover:after, .wc-block-components-button:hover:after {
    height: 100%; }

.btn.btn-primary._2 {
  background-color: #0E372F !important; }
  .btn.btn-primary._2:after {
    background-color: #333333; }

.btn.btn-primary._3 {
  background-color: transparent !important;
  color: #0E372F !important;
  border: solid 1px #0E372F;
  border-radius: 20px;
  font-size: 1.375rem;
  padding: 22px 28px; }
  .btn.btn-primary._3:after {
    background-color: #8282AB; }
  .btn.btn-primary._3:hover {
    color: #fff !important;
    border: solid 1px #8282AB; }

.redes {
  margin-top: 10px;
  margin-bottom: 20px; }
  .redes ul {
    gap: 10px; }
    .redes ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      border-radius: 0 10px 10px 10px;
      width: 39px;
      min-width: 39px;
      height: 39px;
      min-height: 39px; }

.share ul {
  gap: 10px; }
  .share ul li a {
    background-color: #8282AB;
    border-radius: 0 10px 10px 10px;
    width: 58px;
    min-width: 58px;
    height: 58px;
    min-height: 58px; }
    .share ul li a:hover {
      transform: translateY(-5px); }

.swiper-slide .category {
  background-color: #8282AB;
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; }
  .swiper-slide .category h4 {
    color: #fff;
    font-size: 1rem;
    line-height: 1; }

.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  background-position: center;
  background-size: 31px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px; }
  .swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
    display: none; }

.swiper-button-prev {
  background-image: url("../img/icons/arrow-prev.svg") !important;
  right: 70px;
  left: auto; }

.swiper-button-next {
  background-image: url("../img/icons/arrow-next.svg") !important;
  right: 5px; }

.video-container {
  position: relative;
  max-width: 1240px;
  margin: 30px auto 0; }
  .video-container .bg-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .video-container .bg-video-thumb {
    background: #EFEFEF;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .video-container button.play {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 76px;
    height: 76px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
    .video-container button.play:hover {
      transform: scale(1.1); }
  .video-container .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%; }
  .video-container .embed-container iframe,
  .video-container .embed-container object,
  .video-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.formulario {
  margin-top: 30px; }
  .formulario .form-control {
    background-color: transparent;
    color: #0E372F;
    height: 60px;
    font-size: 1.25rem;
    padding: 10px 20px;
    border: solid 1px #ccc;
    border-radius: 0 20px 20px 20px;
    margin-top: 10px; }
    .formulario .form-control::placeholder {
      color: #333333;
      font-weight: 300; }
  .formulario textarea.form-control {
    height: 200px; }
  .formulario input.wpcf7-submit {
    margin: 0;
    margin-left: auto;
    margin-top: 20px; }
  .formulario .wpcf7-spinner {
    margin-top: -35px;
    float: left; }
  .formulario span.wpcf7-list-item {
    margin: 0; }
  .formulario .wpcf7-not-valid-tip {
    color: red;
    font-size: 0.875rem;
    font-weight: 300;
    margin: 2px 10px 12px; }
  .formulario .wpcf7 form .wpcf7-response-output {
    text-align: center;
    border-radius: 0 10px 10px 10px;
    padding: 16px;
    margin: 10px 0 0; }
  .formulario .wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffb900;
    color: #000; }
  .formulario .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #fff; }

@media screen and (max-width: 1580px) {
  section {
    padding: 60px 0; }

  .flex {
    gap: 5px; }

  .gap50 {
    gap: 30px !important; }

  .h1, h1, .h2, h2 {
    font-size: 3.875rem;
    margin-bottom: 15px; }

  .h4, h4 {
    font-size: 1.375rem; }

  .h3, h3 {
    font-size: 1.875rem; }

  p, li {
    font-size: 1.25rem; }

  .btn.btn-primary {
    font-size: 0.875rem;
    margin-top: 15px; }

  .btn.btn-primary._3 {
    font-size: 1.125rem;
    padding: 20px 25px; }

  .pr-5, .px-5 {
    padding-right: 2rem !important; }

  .mt-4, .my-4 {
    margin-top: 1rem !important; }

  .mt-5, .my-5 {
    margin-top: 2rem !important; }

  .swiper-button-next, .swiper-button-prev {
    transform: scale(0.8);
    transform-origin: left; }

  .share {
    transform: scale(0.8);
    transform-origin: top left; } }
@media screen and (max-width: 900px) {
  section {
    padding: 40px 0; }

  .flex-sm-column {
    flex-direction: column; }

  .flex-wrapper {
    gap: 10px; }

  .image-wrapper {
    border-radius: 0 20px 20px 20px; }

  .h1, h1, .h2, h2 {
    font-size: 2.5rem;
    margin-bottom: 10px; }

  .h3, h3 {
    font-size: 1.75rem; }

  .h4, h4 {
    font-size: 1.25rem; }

  p, li {
    font-size: 1.125rem; }

  .btn.btn-primary {
    padding: 15px 17px;
    margin-top: 10px; }

  .btn.btn-primary._3 {
    font-size: 1rem;
    padding: 12px 15px; }

  .swiper-slide .category h4 {
    font-size: 0.875rem; }

  .swiper-button-next, .swiper-button-prev {
    top: 20px; }

  .swiper-button-prev {
    right: 50px; }

  .gap50 {
    gap: 20px !important; }

  .pl-5, .px-5 {
    padding-left: 15px !important; }

  .pr-5, .px-5 {
    padding-right: 15px !important; }

  .pt-5, .py-5 {
    padding-top: 2rem !important; }

  .pb-5, .py-5 {
    padding-bottom: 2rem !important; }

  .mb-m-20 {
    margin-bottom: 20px; }

  .mt-5, .my-5 {
    margin-top: 1.5rem !important; }

  .mb-5, .my-5 {
    margin-bottom: 1.5rem !important; }

  .formulario .form-control {
    height: 55px;
    font-size: 1.125rem;
    padding: 8px 16px;
    border-radius: 0 10px 10px 10px;
    margin-top: 8px; }
  .formulario input.wpcf7-submit {
    margin-top: 15px; } }
header {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
  z-index: 100; }
  header .brand {
    outline: none; }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header nav.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px; }
    header nav.nav-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      gap: 22px; }
      header nav.nav-menu ul li {
        position: relative;
        font-size: 15px; }
        header nav.nav-menu ul li a {
          position: relative;
          display: block;
          color: #333333;
          font-size: 1rem;
          width: 100%;
          line-height: 1;
          padding: 8px 0;
          text-align: center;
          text-decoration: none !important;
          transition: all ease 200ms; }
          header nav.nav-menu ul li a:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0%;
            border-bottom: solid 2px #8282AB;
            transition: all ease 200ms; }
          header nav.nav-menu ul li a:hover:after, header nav.nav-menu ul li a.active:after {
            width: 100%; }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn {
    font-size: 14px; }
    header .hamburger-btn .hamburger-lines .close-line {
      position: relative;
      z-index: 1;
      height: 2px;
      width: 24px;
      border-radius: 0px;
      background-color: #8282AB;
      margin: 6px 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-transition: all ease .2s;
      transition: all ease .2s; }
    header .hamburger-btn .hamburger-lines.open .close-top {
      transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
      transform-style: preserve-3d; }
    header .hamburger-btn .hamburger-lines.open .close-middle {
      opacity: 0; }
    header .hamburger-btn .hamburger-lines.open .close-bottom {
      transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
      transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    top: 100%;
    left: -2px;
    right: 0;
    width: calc(100% + 4px);
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease .8s;
    transition: all ease .8s; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 22px;
      background-color: #8282AB;
      padding: 0;
      z-index: 200;
      transform: translateY(-80vh) translateX(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        flex-direction: column;
        gap: 0px; }
        header .menu-overlay .nav-menu ul li a {
          color: #fff;
          font-size: 1.25rem;
          text-align: left;
          padding: 20px 15px;
          border-bottom: solid 1px #ffffff30; }
          header .menu-overlay .nav-menu ul li a:after {
            display: none; }
          header .menu-overlay .nav-menu ul li a:hover, header .menu-overlay .nav-menu ul li a:focus {
            background-color: #fff;
            color: #8282AB; }
  header .menu-overlay.open {
    display: block;
    height: 600px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1580px) {
    header .brand img {
      max-width: 245px; }
    header nav.nav-menu {
      gap: 15px; }
      header nav.nav-menu ul {
        gap: 17px; }
        header nav.nav-menu ul li a {
          font-size: 15px; }
    header .cart-link svg, header .user-wrapper a svg {
      width: 22px;
      height: 22px; } }
  @media screen and (max-width: 900px) {
    header {
      padding: 22px 2px; }
      header .nav-container {
        padding: 0 10px !important; }
      header .brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
        header .brand img {
          max-width: 180px; }
      header nav.nav-menu {
        order: 2; }
      header .flex.gap5 {
        gap: 0px; }
      header .cart-link, header .user-wrapper a {
        transform: scale(0.85);
        transform-origin: right; } }

/*TRADUTOR*/
.translate-wrapper {
  background-color: #fff;
  position: fixed;
  right: 30px;
  top: -3px;
  z-index: 100;
  border: solid 1px #8282AB;
  padding: 6px 12px;
  border-radius: 0 0 10px 10px; }
  @media screen and (max-width: 900px) {
    .translate-wrapper {
      right: auto;
      left: 10px;
      top: auto;
      bottom: -2px;
      border-radius: 10px 10px 0 0; } }

/*CARRINHO*/
.cart-wrapper {
  position: relative; }
  .cart-wrapper .cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #0E372F;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 30px;
    min-width: 18px;
    text-align: center;
    line-height: 1.2; }

.cart-link, .user-wrapper a {
  background-color: #8282AB;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-radius: 0 10px 10px 10px;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none; }
  .cart-link svg, .user-wrapper a svg {
    width: 24px;
    height: 24px; }
  .cart-link:hover, .user-wrapper a:hover {
    opacity: 0.7; }

.cart-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background: white;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 999999;
  opacity: 0;
  transform: translateX(400px);
  transition: all 0.4s ease;
  pointer-events: none; }
  .cart-notification svg {
    flex-shrink: 0; }
  .cart-notification span {
    font-size: 14px;
    font-weight: 500;
    color: #333; }

.cart-notification.show {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto; }

@keyframes pulse {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
.cart-count.updated {
  animation: pulse 0.3s ease; }

section.hero {
  padding-top: 0; }
  section.hero:before {
    content: '';
    background-image: url("../img/icons/shape-hero.svg");
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 212px;
    height: 581px; }
  section.hero h1 {
    margin-bottom: 20px; }
  @media screen and (max-width: 1580px) {
    section.hero h1 {
      margin-bottom: 15px; }
    section.hero:before {
      top: 45%;
      transform: translateY(-50%) scale(0.8);
      transform-origin: left; }
    section.hero img {
      max-height: 70vh; } }
  @media screen and (max-width: 900px) {
    section.hero {
      padding-top: 20px; }
      section.hero:before {
        display: none; }
      section.hero img {
        margin-left: 0px;
        width: calc(100% + 15px);
        max-width: 120%; } }

section.home-hero {
  padding: 50px 0 40px; }
  section.home-hero .img-hero {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 40px 40px 0;
    overflow: hidden;
    pointer-events: none;
    max-width: 40vw; }
    section.home-hero .img-hero._2 {
      top: 50px;
      left: 380px;
      border-radius: 40px 40px 0 40px;
      z-index: 1; }
    section.home-hero .img-hero._3 {
      top: 225px;
      left: 570px;
      border-radius: 40px 40px 0 40px;
      z-index: 2; }
    section.home-hero .img-hero._4 {
      top: auto;
      bottom: 110px;
      left: 140px;
      border-radius: 0 40px 40px 40px;
      z-index: 1; }
    section.home-hero .img-hero._5 {
      top: auto;
      bottom: 50px;
      left: 320px;
      border-radius: 40px 40px 40px 0;
      z-index: 2; }
  section.home-hero .shape {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none; }
  section.home-hero .title {
    max-width: 55%;
    margin-left: auto; }
  section.home-hero .content {
    margin-top: 100px; }
  @media screen and (max-width: 1820px) {
    section.home-hero .img-hero {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 34vw;
      max-height: 66vh; }
      section.home-hero .img-hero._2 {
        left: 22vw;
        max-width: 315px;
        max-height: 25vh; }
      section.home-hero .img-hero._3 {
        top: 210px;
        left: 27vw;
        max-width: 14vw;
        max-height: 20vh; }
      section.home-hero .img-hero._4 {
        left: 40px;
        max-width: 15vw; }
      section.home-hero .img-hero._5 {
        left: 220px;
        max-width: 15vw;
        max-height: 22vh; }
    section.home-hero .content {
      margin-top: 75px; }
    section.home-hero .shape {
      transform: scale(0.8);
      transform-origin: right; } }
  @media screen and (max-width: 1380px) {
    section.home-hero .img-hero {
      max-height: 72vh; }
      section.home-hero .img-hero._2 {
        left: 18vw; }
      section.home-hero .img-hero._3 {
        top: 190px;
        left: 23vw; }
      section.home-hero .img-hero._4 {
        max-width: 13vw; }
      section.home-hero .img-hero._5 {
        left: 165px;
        max-width: 14vw;
        max-height: 20vh; }
    section.home-hero .content {
      margin-top: 50px; } }
  @media screen and (max-width: 900px) {
    section.home-hero {
      padding: 190px 0 220px; }
      section.home-hero .title {
        max-width: 100%; }
      section.home-hero .img-hero {
        max-width: 50vw; }
        section.home-hero .img-hero._2 {
          left: auto;
          right: -30px;
          max-width: 80vw;
          max-height: 120px;
          height: 120px; }
        section.home-hero .img-hero._3 {
          display: none; }
        section.home-hero .img-hero._4 {
          max-width: 180px;
          width: 180px;
          bottom: 0px;
          left: 15px; }
        section.home-hero .img-hero._5 {
          left: 165px;
          max-width: 170px;
          max-height: 120px;
          bottom: 40px; }
      section.home-hero .content {
        margin-top: 30px; } }

section.places .swiper {
  margin-top: 50px; }
section.places .swiper-slide {
  padding-top: 20px; }
  section.places .swiper-slide .flag {
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 2;
    border-radius: 8px;
    overflow: hidden; }
  section.places .swiper-slide .image-wrapper {
    height: 250px; }
  section.places .swiper-slide .content {
    padding: 18px 0; }
    section.places .swiper-slide .content h3 {
      margin-bottom: 5px; }
section.places .grid {
  gap: 40px 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr; }
@media screen and (max-width: 1580px) {
  section.places .swiper {
    margin-top: 30px; }
  section.places .swiper-slide .image-wrapper {
    height: 200px; } }
@media screen and (max-width: 900px) {
  section.places .swiper {
    margin-top: 50px;
    overflow: unset; }
  section.places .swiper-slide .flag {
    transform: scale(0.8);
    transform-origin: left; }
  section.places .swiper-slide .image-wrapper {
    height: 175px; }
  section.places .swiper-slide .content {
    padding: 12px 10px; }
  section.places .grid {
    gap: 25px 0px; } }

section.places._2 .swiper-slide .content h3 {
  font-size: 1.75rem;
  font-weight: 700; }
section.places._2 .swiper-slide .content p {
  font-size: 1.25rem;
  padding-right: 30px; }

section.home-revista h2 {
  margin: 30px 0 10px; }
section.home-revista .image-wrapper {
  z-index: 2; }
section.home-revista .img-absolute {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  border-radius: 0 0 0 40px;
  z-index: 0;
  overflow: hidden; }
  section.home-revista .img-absolute img {
    max-width: 50vw; }
@media screen and (max-width: 900px) {
  section.home-revista .img-absolute {
    display: none; }
  section.home-revista h2 {
    margin: 15px 0 10px; }
  section.home-revista .image-wrapper {
    margin-top: 20px; } }

section.ebooks .swiperEbooks {
  overflow: unset;
  margin-top: 30px; }
section.ebooks .swiper-slide .category {
  left: 0;
  transform: none;
  border-radius: 0 0 10px 0; }
  section.ebooks .swiper-slide .category .flag img {
    max-width: 32px; }
section.ebooks .swiper-slide .content {
  padding: 15px 0; }
section.ebooks .grid {
  gap: 60px 70px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr; }
@media screen and (max-width: 900px) {
  section.ebooks .swiperEbooks {
    margin-top: 50px; } }
@media screen and (max-width: 900px) {
  section.ebooks .grid {
    gap: 40px 20px;
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important; } }

section.blog {
  background-color: #EFEFEF; }
  section.blog .item-post .image-wrapper {
    height: 250px; }
  section.blog .item-post .content {
    padding: 20px 0; }
  section.blog .btn.btn-primary._2 {
    margin-bottom: -140px; }
  section.blog .swiper-button-next, section.blog .swiper-button-prev {
    top: -40px; }
  @media screen and (max-width: 1580px) {
    section.blog .item-post .image-wrapper {
      height: 200px; } }
  @media screen and (max-width: 900px) {
    section.blog .swiperBlog {
      margin-top: 20px; }
    section.blog .item-post .image-wrapper {
      height: 175px; }
    section.blog .item-post .content {
      padding: 12px 10px; }
    section.blog .btn.btn-primary._2 {
      margin-bottom: 0px;
      margin-top: 30px; }
    section.blog .swiper-button-next, section.blog .swiper-button-prev {
      top: -15px; } }

section.depoimentos .item {
  display: flex;
  gap: 30px; }
  section.depoimentos .item .photo {
    background-color: #D9D9D9;
    width: 128px;
    min-width: 128px;
    height: 128px;
    border-radius: 0 20px 20px 20px;
    overflow: hidden; }
    section.depoimentos .item .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
@media screen and (max-width: 1580px) {
  section.depoimentos .item .photo {
    width: 108px;
    min-width: 108px;
    height: 108px; } }
@media screen and (max-width: 900px) {
  section.depoimentos .swiperDepoimentos {
    overflow: unset;
    margin-top: 40px; }
  section.depoimentos .swiper-button-next, section.depoimentos .swiper-button-prev {
    top: 0px; }
  section.depoimentos .item {
    gap: 20px;
    flex-direction: column; }
    section.depoimentos .item .photo {
      width: 98px;
      min-width: 98px;
      height: 98px; }
    section.depoimentos .item p {
      font-size: 1rem; } }

section.revista-destaque {
  background-color: #0E372F;
  color: #fff;
  margin-top: 80px; }
  section.revista-destaque .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    section.revista-destaque .image-wrapper img {
      width: auto;
      max-width: 100%;
      max-height: 70vh;
      object-fit: contain; }
  section.revista-destaque h3 {
    margin-bottom: 25px; }
  @media screen and (max-width: 1580px) {
    section.revista-destaque h3 {
      margin-bottom: 20px; } }
  @media screen and (max-width: 900px) {
    section.revista-destaque {
      margin-top: 0; }
      section.revista-destaque .image-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        display: flex;
        justify-content: center;
        margin-bottom: 20px; } }

section.revistas {
  margin-top: 80px; }
  section.revistas h3 {
    color: #0E372F; }
  section.revistas .swiperRevistas {
    overflow: unset; }
  section.revistas .swiper-button-prev, section.revistas .swiper-button-next {
    top: -50px; }
  @media screen and (max-width: 900px) {
    section.revistas {
      margin-top: 0; }
      section.revistas .swiper-button-prev, section.revistas .swiper-button-next {
        top: -44px; } }

section.single-revista .edicao {
  background: #8282AB;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  max-width: max-content;
  margin: 20px auto 20px;
  padding: 12px 22px;
  border-radius: 12px; }
section.single-revista .revista-container {
  position: relative;
  max-width: 1020px;
  background-color: #EFEFEF;
  padding: 10px;
  margin: 0 auto; }
section.single-revista .magazine-viewport {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  overflow: hidden; }
  section.single-revista .magazine-viewport .shadow {
    -webkit-box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    -o-box-shadow: 0 0 20px #ccc;
    -ms-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc; }
section.single-revista .magazine-viewport.zoom-in {
  cursor: move; }
section.single-revista .magazine {
  overflow: hidden; }
section.single-revista .magazine .page {
  width: 100%;
  height: 100%; }
section.single-revista .magazine-progress {
  max-width: 1000px;
  margin: 15px auto 5px;
  padding: 0 10px; }
section.single-revista .magazine-progress input[type="range"] {
  width: 100%;
  cursor: pointer;
  height: 6px;
  appearance: none; }
  section.single-revista .magazine-progress input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #8282AB;
    cursor: pointer; }
section.single-revista .progress-info {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  opacity: .7; }
@media screen and (max-width: 1580px) {
  section.single-revista .edicao {
    font-size: 1.125rem; }
  section.single-revista .revista-container {
    max-width: 900px; } }

section.single-product h1.product_title {
  font-size: 3.75rem;
  font-weight: 400;
  margin-bottom: 30px; }
section.single-product p.price {
  background-color: #0E372F;
  padding: 12px 16px;
  color: #fff;
  font-size: 1.75rem;
  border-radius: 0 12px 12px 12px;
  margin: 10px 0 30px; }
section.single-product .input-text.qty.text {
  padding: 9px;
  max-width: 80px;
  color: #8282AB;
  border: solid 2px #8282AB;
  border-radius: 0 10px 10px 10px;
  font-size: 1.5rem; }
section.single-product .single_add_to_cart_button {
  background-color: transparent !important;
  color: #8282AB;
  border: solid 2px #8282AB;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 0 10px 10px 10px;
  margin-top: 0; }
  section.single-product .single_add_to_cart_button:hover {
    color: #fff; }
    section.single-product .single_add_to_cart_button:hover svg path {
      fill: #fff; }
@media screen and (max-width: 1580px) {
  section.single-product h1.product_title {
    font-size: 3rem;
    margin-bottom: 25px; }
  section.single-product .single_add_to_cart_button {
    font-size: 1.25rem; }
    section.single-product .single_add_to_cart_button svg {
      width: 26px; } }
@media screen and (max-width: 900px) {
  section.single-product .image-wrapper {
    margin-bottom: 20px; }
  section.single-product h1.produto_title {
    font-size: 2.5rem;
    margin-bottom: 20px; }
  section.single-product p.price {
    width: 100%;
    text-align: center; }
  section.single-product .input-text.qty.text {
    max-width: 70px;
    font-size: 1.25rem; }
  section.single-product .single_add_to_cart_button {
    font-size: 1.125rem;
    padding: 7px 15px; } }

section.viver-fora-1 h2 {
  margin-bottom: 40px; }
section.viver-fora-1 .img-absolute {
  position: absolute; }
  section.viver-fora-1 .img-absolute._1 {
    right: 0;
    bottom: -60px;
    z-index: 1; }
  section.viver-fora-1 .img-absolute._2 {
    bottom: -180px;
    right: 60px; }
@media screen and (max-width: 1580px) {
  section.viver-fora-1 h2 {
    margin-bottom: 30px; } }
@media screen and (max-width: 900px) {
  section.viver-fora-1 {
    padding-bottom: 300px; }
    section.viver-fora-1 .img-absolute._1 {
      bottom: -180px; }
    section.viver-fora-1 .img-absolute._2 {
      bottom: -260px;
      right: 100px; } }

section.viver-fora-1._brasil-1 .img-absolute {
  top: 50%;
  transform: translateY(-50%);
  left: -80px; }
@media screen and (max-width: 1580px) {
  section.viver-fora-1._brasil-1 .img-absolute img {
    max-width: 34vw; } }
@media screen and (max-width: 900px) {
  section.viver-fora-1._brasil-1 {
    padding-bottom: 40px; }
    section.viver-fora-1._brasil-1 .img-absolute {
      top: auto;
      transform: none;
      left: auto;
      position: relative;
      margin-top: 20px; }
      section.viver-fora-1._brasil-1 .img-absolute img {
        max-width: 100%; } }

.single-place-hero .flag {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px; }
@media screen and (max-width: 1580px) {
  .single-place-hero .flag {
    top: -55px; } }
@media screen and (max-width: 1380px) {
  .single-place-hero .image-wrapper {
    max-height: 250px; } }
@media screen and (max-width: 900px) {
  .single-place-hero .image-wrapper {
    height: 200px; }
  .single-place-hero .flag {
    top: -50px; } }

.single-place-1 .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 80px; }
  .single-place-1 .flex-wrapper .item {
    position: relative;
    display: flex;
    width: calc(50% - 60px); }
    .single-place-1 .flex-wrapper .item .flex {
      gap: 30px; }
    .single-place-1 .flex-wrapper .item p {
      font-size: 1.125rem;
      font-weight: 300;
      margin-bottom: 0; }
    .single-place-1 .flex-wrapper .item:after {
      content: '';
      position: absolute;
      right: -7%;
      top: 50%;
      transform: translateY(-50%);
      height: 80px;
      border-right: solid 1px #fff; }
  .single-place-1 .flex-wrapper .item:nth-child(even):after {
    display: none; }
@media screen and (max-width: 1580px) {
  .single-place-1 .flex-wrapper .item .flex {
    gap: 25px; }
  .single-place-1 .flex-wrapper .item p {
    font-size: 1rem; } }
@media screen and (max-width: 900px) {
  .single-place-1 .flex-wrapper {
    gap: 30px 35px; }
    .single-place-1 .flex-wrapper .item {
      width: calc(50% - 25px);
      text-align: center; }
      .single-place-1 .flex-wrapper .item:after {
        display: none; }
      .single-place-1 .flex-wrapper .item .flex {
        flex-direction: column;
        gap: 15px; }
      .single-place-1 .flex-wrapper .item p {
        font-size: 0.875rem; }
      .single-place-1 .flex-wrapper .item .icon {
        min-width: 40px;
        width: 40px; } }

@media screen and (max-width: 900px) {
  section.single-place-2 .image-wrapper {
    margin-bottom: 20px; } }

section.single-place-3 {
  background-color: #ccc; }
  section.single-place-3 .swiperSteps {
    overflow: unset; }
  section.single-place-3 .box {
    padding: 40px 50px;
    border-radius: 0 20px 20px 20px; }
    section.single-place-3 .box * {
      margin: 0; }
  section.single-place-3 .swiper-button-next, section.single-place-3 .swiper-button-prev {
    margin-top: -60px; }
  @media screen and (max-width: 900px) {
    section.single-place-3 .swiperSteps {
      margin-top: 20px; }
    section.single-place-3 .box {
      padding: 30px 40px; } }

section.parceiros .filtro-categorias-parceiro, section.parceiros .filtro-localizacao-parceiro {
  position: relative;
  font-size: 1.25rem;
  z-index: 2; }
  section.parceiros .filtro-categorias-parceiro .gap5, section.parceiros .filtro-localizacao-parceiro .gap5 {
    gap: 5px; }
  section.parceiros .filtro-categorias-parceiro .item, section.parceiros .filtro-localizacao-parceiro .item {
    position: relative; }
    section.parceiros .filtro-categorias-parceiro .item a, section.parceiros .filtro-localizacao-parceiro .item a {
      background-color: #D9D9D9;
      border-radius: 5px;
      padding: 6px 18px;
      color: #333333;
      font-size: 1.25rem;
      text-decoration: none; }
      section.parceiros .filtro-categorias-parceiro .item a:hover, section.parceiros .filtro-localizacao-parceiro .item a:hover {
        background-color: #8282AB;
        color: #fff; }
    section.parceiros .filtro-categorias-parceiro .item a.active, section.parceiros .filtro-localizacao-parceiro .item a.active {
      background-color: #8282AB;
      color: #fff; }
    section.parceiros .filtro-categorias-parceiro .item ul.subnav, section.parceiros .filtro-localizacao-parceiro .item ul.subnav {
      width: 100%;
      position: absolute;
      background-color: #e9e9e9;
      flex-direction: column;
      padding: 10px;
      left: 0;
      top: 110%;
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      transition: all ease 300ms; }
      section.parceiros .filtro-categorias-parceiro .item ul.subnav li a, section.parceiros .filtro-localizacao-parceiro .item ul.subnav li a {
        font-size: 1rem;
        width: 100%;
        display: block;
        text-align: center; }
    section.parceiros .filtro-categorias-parceiro .item:hover ul.subnav, section.parceiros .filtro-localizacao-parceiro .item:hover ul.subnav {
      max-height: 500px;
      visibility: visible;
      opacity: 1; }
section.parceiros .filtro-categorias-parceiro.disabled {
  opacity: .3;
  pointer-events: none; }
section.parceiros .filtro-localizacao-parceiro {
  z-index: 3; }
  section.parceiros .filtro-localizacao-parceiro .item a:hover {
    background-color: #0E372F; }
  section.parceiros .filtro-localizacao-parceiro .item a.active {
    background-color: #0E372F; }
section.parceiros .msg-selecione {
  display: block;
  font-size: .875rem;
  margin-top: -5px; }
section.parceiros .parceiros-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 40px; }
  section.parceiros .parceiros-wrapper .item-parceiro {
    position: relative;
    display: flex;
    border-top: solid 1px #33333326;
    gap: 60px;
    padding: 30px 0;
    transition: opacity .3s ease, transform .3s ease, max-height .35s ease, margin .35s ease;
    max-height: 500px;
    /* valor maior que a altura máxima do card */
    min-height: min-content;
    overflow: hidden; }
    section.parceiros .parceiros-wrapper .item-parceiro .infos {
      width: 50%; }
    section.parceiros .parceiros-wrapper .item-parceiro .logo-site, section.parceiros .parceiros-wrapper .item-parceiro .infos-contact {
      width: 25%; }
    section.parceiros .parceiros-wrapper .item-parceiro .logo-site img {
      max-width: 100%;
      height: auto; }
    section.parceiros .parceiros-wrapper .item-parceiro .infos h3 {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 12px; }
    section.parceiros .parceiros-wrapper .item-parceiro .infos .categorias-parceiro {
      padding-left: 20px;
      display: flex;
      gap: 35px;
      margin-bottom: 10px; }
      section.parceiros .parceiros-wrapper .item-parceiro .infos .categorias-parceiro li {
        font-size: 1.125rem; }
    section.parceiros .parceiros-wrapper .item-parceiro .infos * {
      font-size: 1.125rem; }
    section.parceiros .parceiros-wrapper .item-parceiro .infos p {
      margin-bottom: 5px; }
    section.parceiros .parceiros-wrapper .item-parceiro .infos-contact .redes ul li a {
      display: flex;
      background-color: #333333; }
    section.parceiros .parceiros-wrapper .item-parceiro .infos-contact a {
      display: block;
      color: #333333;
      font-size: 1.125rem;
      max-width: max-content; }
  section.parceiros .parceiros-wrapper .item-parceiro.is-hidden {
    opacity: 0;
    transform: translateY(10px);
    max-height: 0;
    min-height: unset;
    margin-top: 0;
    margin-bottom: 0;
    pointer-events: none;
    padding: 0; }
@media screen and (max-width: 1580px) {
  section.parceiros .filtro-categorias-parceiro .item a, section.parceiros .filtro-localizacao-parceiro .item a {
    font-size: 1.125rem; }
  section.parceiros .filtro-categorias-parceiro .item ul.subnav li a, section.parceiros .filtro-localizacao-parceiro .item ul.subnav li a {
    font-size: 0.875rem; } }
@media screen and (max-width: 900px) {
  section.parceiros .filtro-categorias-parceiro, section.parceiros .filtro-localizacao-parceiro {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px; }
    section.parceiros .filtro-categorias-parceiro ul, section.parceiros .filtro-localizacao-parceiro ul {
      flex-wrap: wrap; }
  section.parceiros .parceiros-wrapper .item-parceiro {
    flex-direction: column;
    gap: 0px; }
    section.parceiros .parceiros-wrapper .item-parceiro .infos, section.parceiros .parceiros-wrapper .item-parceiro .infos-contact {
      width: 100%; }
    section.parceiros .parceiros-wrapper .item-parceiro .infos {
      font-size: 1rem;
      line-height: 1.1; }
      section.parceiros .parceiros-wrapper .item-parceiro .infos .categorias-parceiro {
        flex-direction: column;
        gap: 6px;
        margin-bottom: 15px; }
    section.parceiros .parceiros-wrapper .item-parceiro .redes {
      margin-top: 15px;
      margin-bottom: 10px; } }

section.ebook-place h2 {
  font-size: 4rem; }
@media screen and (max-width: 900px) {
  section.ebook-place .image-wrapper {
    margin-bottom: 20px; }
  section.ebook-place h2 {
    font-size: 3rem; } }

@media screen and (max-width: 900px) {
  section.blog-categories .btn.btn-primary._3 {
    max-width: 45%; } }

section.blog-feature {
  background-color: #0E372F;
  color: #fff; }
  section.blog-feature .img-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 100%;
    border-radius: 0 40px 40px 0;
    z-index: 2; }
  section.blog-feature h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 400;
    line-height: 80px; }
  section.blog-feature .btn.btn-primary:hover {
    color: #333333 !important; }
    section.blog-feature .btn.btn-primary:hover:after {
      background-color: #EFEFEF !important; }
  @media screen and (max-width: 1580px) {
    section.blog-feature h2 {
      font-size: 52px;
      line-height: 60px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 900px) {
    section.blog-feature .img-absolute {
      position: relative;
      width: calc(100% - 15px);
      margin-bottom: 20px; }
    section.blog-feature h2 {
      font-size: 40px;
      line-height: 46px;
      margin-bottom: 15px; } }

section.single-post p.date {
  font-size: 1.25rem; }
section.single-post h1, section.single-post h2, section.single-post h3 {
  color: #333333; }
section.single-post h1 {
  font-size: 4.375rem;
  font-weight: 400;
  max-width: 70%;
  line-height: 80px;
  margin-bottom: 40px; }
section.single-post h2 {
  font-size: 3.25rem;
  font-weight: 400;
  margin: 35px 0 20px; }
section.single-post h3 {
  margin: 30px 0 15px; }
section.single-post .wp-block-image {
  margin: 20px 0; }
@media screen and (max-width: 1580px) {
  section.single-post p.date {
    font-size: 1.125rem; }
  section.single-post h1 {
    font-size: 4rem;
    max-width: 80%;
    line-height: 72px;
    margin-bottom: 35px; }
  section.single-post h2 {
    font-size: 3rem;
    margin: 30px 0 15px; } }
@media screen and (max-width: 1580px) {
  section.single-post p.date {
    font-size: 1rem; }
  section.single-post h1 {
    font-size: 2.5rem;
    max-width: 100%;
    line-height: 48px;
    margin-bottom: 20px; }
  section.single-post h2 {
    font-size: 2.25rem; } }

section.parceiros-topicos .item {
  width: calc(33.33% - 10px);
  border-radius: 0 20px 20px 20px;
  padding: 30px 35px;
  text-align: center; }
  section.parceiros-topicos .item h4 {
    margin-bottom: 0; }
@media screen and (max-width: 900px) {
  section.parceiros-topicos .item {
    width: calc(50% - 5px);
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center; } }

section.tabela {
  background-color: #0E372F;
  color: #fff; }
  section.tabela .pricing-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 0; }
  section.tabela .pricing-feature {
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  section.tabela .pricing-plan {
    background: #EFEFEF;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    border-bottom: solid 1px #00000012; }
    section.tabela .pricing-plan .feature-text {
      color: #333333;
      font-size: 16px;
      line-height: 1.2; }
  section.tabela .pricing-plan-premium {
    background: #CCCCE6;
    border-bottom: solid 1px #ffffff5e; }
  section.tabela .pricing-header .pricing-plan {
    background-color: #8282AB;
    flex-direction: column;
    padding: 30px 20px;
    border-radius: 0 20px 0 0;
    min-height: auto; }
  section.tabela .pricing-plan h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 2px 0; }
  section.tabela .pricing-plan .price {
    font-size: 22px;
    margin: 0; }
  section.tabela .pricing-header .pricing-feature {
    border-bottom: none; }
  section.tabela .check, section.tabela .no-include {
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  section.tabela .check {
    background-image: url("../img/icons/icon-check.svg"); }
  section.tabela .no-include {
    background-image: url("../img/icons/icon-close.svg"); }
  @media screen and (max-width: 900px) {
    section.tabela .pricing-row {
      grid-template-columns: 1fr;
      gap: 15px;
      margin-bottom: 15px; }
    section.tabela .pricing-header {
      display: flex;
      flex-direction: column;
      gap: 15px; }
    section.tabela .pricing-header .pricing-feature {
      display: none; }
    section.tabela .pricing-row:not(.pricing-header) {
      display: flex;
      flex-direction: column;
      gap: 10px; }
    section.tabela .pricing-feature {
      border-bottom: none;
      margin-top: 20px; }
    section.tabela .pricing-plan {
      padding: 15px;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      position: relative; }
    section.tabela .pricing-plan::before {
      content: attr(data-plan);
      color: #0E372F;
      margin-right: auto; }
    section.tabela .pricing-row:not(.pricing-header) .pricing-plan:nth-child(2)::before {
      content: 'Essencial'; }
    section.tabela .pricing-row:not(.pricing-header) .pricing-plan:nth-child(3)::before {
      content: 'Premium'; }
    section.tabela .pricing-header .pricing-plan {
      padding: 25px 20px; }
    section.tabela .feature-text {
      font-size: 13px;
      text-align: right; } }

section.contact-form h3 {
  color: #0E372F; }

section.contact {
  background-color: #ccc; }
  section.contact .contact-item {
    margin-top: 20px; }
    section.contact .contact-item .box {
      background-color: #8282AB;
      padding: 20px 40px;
      border-radius: 0 20px 20px 20px;
      font-size: 1.25rem; }
    section.contact .contact-item a {
      color: #333333;
      font-size: 1.25rem; }
  @media screen and (max-width: 1580px) {
    section.contact .contact-item {
      margin-top: 15px; }
      section.contact .contact-item .box, section.contact .contact-item a {
        font-size: 1.125rem; } }
  @media screen and (max-width: 900px) {
    section.contact .contact-item {
      flex-direction: column;
      margin-top: 25px;
      gap: 8px !important; }
      section.contact .contact-item .box, section.contact .contact-item a {
        text-align: center; }
      section.contact .contact-item .box {
        padding: 15px 30px; }
      section.contact .contact-item .space {
        display: none; } }

.woocommerce form .form-row {
  display: block; }
.woocommerce .col2-set .col-1, .woocommerce .woocommerce-page .col2-set .col-1 {
  max-width: 48%; }
.woocommerce .col2-set .col-2, .woocommerce .woocommerce-page .col2-set .col-2 {
  max-width: 48%; }
.woocommerce .h1, .woocommerce h1, .woocommerce .h2, .woocommerce h2 {
  font-size: 3rem; }
.woocommerce p, .woocommerce li {
  font-size: 1.125rem; }
.woocommerce a {
  color: #8282AB; }
.woocommerce nav.woocommerce-MyAccount-navigation {
  margin-bottom: 20px; }
  .woocommerce nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
      display: block;
      background-color: #8282AB;
      padding: 14px 22px;
      color: #EFEFEF; }
.woocommerce .woocommerce-info {
  border-top-color: #8282AB; }
.woocommerce .woocommerce-info::before {
  color: #8282AB; }

footer {
  background-color: #0E372F;
  padding: 60px 0 80px;
  margin-top: 150px; }
  footer * {
    color: #fff; }
  footer .partner-cta {
    position: relative;
    border-radius: 0 40px 40px 40px;
    margin-top: -125px;
    overflow: hidden; }
    footer .partner-cta .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 0; }
      footer .partner-cta .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    footer .partner-cta .content {
      position: relative;
      width: 65%;
      height: 100%;
      background-image: linear-gradient(90deg, transparent 0%, #8282AB 40%);
      padding: 60px 80px 60px 280px;
      margin-left: auto;
      z-index: 1; }
    footer .partner-cta h2 {
      font-size: 2.5rem;
      margin-bottom: 20px; }
    footer .partner-cta p {
      font-size: 1.25rem;
      font-weight: 300; }
  footer .newsletter {
    margin-top: 50px; }
    footer .newsletter h3 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 0; }
    footer .newsletter .formulario {
      margin: 0; }
      footer .newsletter .formulario .form-control {
        color: #fff;
        max-width: 100%;
        min-width: 365px;
        max-width: 365px;
        height: 50px;
        font-size: 16px;
        border-radius: 80px;
        margin: 0; }
        footer .newsletter .formulario .form-control::placeholder {
          color: #fff; }
      footer .newsletter .formulario .wpcf7-spinner {
        position: absolute;
        right: 18px;
        top: 48px; }
      footer .newsletter .formulario input.wpcf7-submit {
        margin: 0; }
  footer .border {
    width: 100%;
    border: 1px solid #fff !important;
    margin: 40px 0; }
  footer .small {
    margin-top: 30px; }
    footer .small p {
      font-size: 12px; }
  footer nav {
    width: 100%; }
    footer nav ul {
      display: flex;
      flex-direction: column;
      gap: 25px;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      footer nav ul li {
        font-size: 1rem; }
        footer nav ul li a:hover {
          color: #8282AB; }
  footer nav.politica ul {
    gap: 5px; }
    footer nav.politica ul li {
      font-size: 0.875rem; }
  footer .copy {
    margin-top: 20px; }
    footer .copy p {
      font-size: 1rem;
      margin: 0; }
    footer .copy p:last-child {
      margin-bottom: 0; }
    footer .copy a:hover {
      color: #8282AB; }
  @media screen and (max-width: 1580px) {
    footer {
      padding: 50px 0 40px;
      margin-top: 130px; }
      footer .partner-cta .content {
        padding: 50px 40px 50px 270px; }
      footer .partner-cta h2 {
        font-size: 2rem;
        margin-bottom: 15px; }
      footer .partner-cta p {
        font-size: 1.125rem; }
      footer .newsletter h3 {
        font-size: 2rem; }
      footer .newsletter .formulario .form-control {
        min-width: 300px;
        max-width: 300px;
        height: 48px;
        font-size: 14px; }
      footer nav ul {
        gap: 20px; }
        footer nav ul li {
          font-size: 0.875rem; }
      footer .copy p {
        font-size: 0.875rem; } }
  @media screen and (max-width: 900px) {
    footer {
      padding: 50px 0 60px;
      margin-top: 110px; }
      footer .partner-cta .bg {
        position: relative;
        height: 135px; }
      footer .partner-cta .content {
        width: 100%;
        padding: 20px;
        background-image: linear-gradient(0deg, #8282ab99 0%, #8282AB 40%); }
      footer .partner-cta h2 {
        font-size: 1.75rem;
        margin-bottom: 12px; }
      footer .partner-cta p {
        font-size: 1rem; }
      footer .newsletter {
        margin-top: 40px; }
        footer .newsletter .formulario .form-control {
          min-width: max-content;
          max-width: 100%;
          margin-bottom: 10px; }
        footer .newsletter .formulario input.wpcf7-submit {
          margin-left: auto; }
      footer nav ul {
        gap: 10px;
        margin: 15px 0; } }

/*# sourceMappingURL=styles.css.map */
