:root {
  accent-color: #000;
}

#single-blog .compartilhe .icos a, #archive-blog .paginacao .page-numbers, #terms-cookie button {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.rotation {
  animation: rotation 10s infinite linear;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump {
  animation: jump 1.5s infinite;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

* {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  cursor: default;
}

a, button {
  cursor: pointer;
}
a *, button * {
  cursor: pointer;
}

input, textarea {
  cursor: text;
}

button, input, select {
  border-radius: 0;
  font-family: "Outfit", sans-serif;
}

button:focus, button:active, input:focus, input:active {
  outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
}

body {
  line-height: 1em;
  background-color: #f7f7f7;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

textarea, input, a {
  outline: none;
}
*::-moz-selection {
  background: #000;
  color: #fff;
}
*::selection {
  background: #000;
  color: #fff;
}

*::-moz-selection {
  background: #000;
  color: #fff;
}

html {
  font-size: 16px;
}

body {
  font-size: 1em;
  font-family: "Outfit", sans-serif;
  color: #000;
}

p {
  color: #000;
  line-height: 1.5em;
}

a {
  text-decoration: none;
  color: currentColor;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

img::-moz-selection {
  background-color: transparent;
}

img::selection {
  background-color: transparent;
}

.clear {
  clear: both;
}

.box-site {
  position: relative;
  overflow: hidden;
}

.clearfix, .container {
  *zoom: 1;
}

.clearfix:before, .clearfix:after, .container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}

.container:after, .clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.no-scroll {
  overflow: hidden;
}

.d-flex {
  display: flex !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

.no-events {
  pointer-events: none !important;
}

.xdebug-var-dump {
  font-size: 14px;
}

.video-container {
  position: relative;
  height: 0px;
  background-color: red;
  padding: 0 0 56.25%;
}
.video-container iframe, .video-container video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .visible-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .visible-desktop {
    display: none !important;
  }
}
/* container e display-none e flex para todas telas (sm - md - lg - xl) */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1340px;
  }
  .d-sl-none {
    display: none !important;
  }
  .d-sl-flex {
    display: flex !important;
  }
}
/* Colunas (col's) para todas telas (sm - md - lg - xl - sl) */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-sl-1, .col-sl-2, .col-sl-3, .col-sl-4, .col-sl-5, .col-sl-6, .col-sl-7, .col-sl-8, .col-sl-9, .col-sl-10, .col-sl-11, .col-sl-12, .col-sl, .col-sl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1500px) {
  .col-sl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sl-first {
    order: -1;
  }
  .order-sl-last {
    order: 13;
  }
  .order-sl-0 {
    order: 0;
  }
  .order-sl-1 {
    order: 1;
  }
  .order-sl-2 {
    order: 2;
  }
  .order-sl-3 {
    order: 3;
  }
  .order-sl-4 {
    order: 4;
  }
  .order-sl-5 {
    order: 5;
  }
  .order-sl-6 {
    order: 6;
  }
  .order-sl-7 {
    order: 7;
  }
  .order-sl-8 {
    order: 8;
  }
  .order-sl-9 {
    order: 9;
  }
  .order-sl-10 {
    order: 10;
  }
  .order-sl-11 {
    order: 11;
  }
  .order-sl-12 {
    order: 12;
  }
  .offset-sl-0 {
    margin-left: 0;
  }
  .offset-sl-1 {
    margin-left: 8.333333%;
  }
  .offset-sl-2 {
    margin-left: 16.666667%;
  }
  .offset-sl-3 {
    margin-left: 25%;
  }
  .offset-sl-4 {
    margin-left: 33.333333%;
  }
  .offset-sl-5 {
    margin-left: 41.666667%;
  }
  .offset-sl-6 {
    margin-left: 50%;
  }
  .offset-sl-7 {
    margin-left: 58.333333%;
  }
  .offset-sl-8 {
    margin-left: 66.666667%;
  }
  .offset-sl-9 {
    margin-left: 75%;
  }
  .offset-sl-10 {
    margin-left: 83.333333%;
  }
  .offset-sl-11 {
    margin-left: 91.666667%;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.gutters-2 {
  margin-right: -2px;
  margin-left: -2px;
}

.gutters-2 > .col, .gutters-2 > [class*=col-] {
  padding-right: 2px;
  padding-left: 2px;
}

.gutters-3 {
  margin-right: -3px;
  margin-left: -3px;
}

.gutters-3 > .col, .gutters-3 > [class*=col-] {
  padding-right: 3px;
  padding-left: 3px;
}

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.gutters-5 > .col, .gutters-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutters-7 {
  margin-right: -7px;
  margin-left: -7px;
}

.gutters-7 > .col, .gutters-7 > [class*=col-] {
  padding-right: 7px;
  padding-left: 7px;
}

.hidden {
  display: none !important;
}

@media (min-width: 1500px) {
  .hidden-sl {
    display: none !important;
  }
}
@media (max-width: 1499px) and (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (max-width: 1499px) {
  .no-gutters-xl-low {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-xl-low > .col, .no-gutters-xl-low > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .gutters-2-xl-low {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gutters-2-xl-low > .col, .gutters-2-xl-low > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }
  .gutters-3-xl-low {
    margin-right: -3px;
    margin-left: -3px;
  }
  .gutters-3-xl-low > .col, .gutters-3-xl-low > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .gutters-5-xl-low {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutters-5-xl-low > .col, .gutters-5-xl-low > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutters-10-xl-low {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutters-10-xl-low > .col, .gutters-10-xl-low > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .no-gutters-lg-low {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-lg-low > .col, .no-gutters-lg-low > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .gutters-2-lg-low {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gutters-2-lg-low > .col, .gutters-2-lg-low > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }
  .gutters-3-lg-low {
    margin-right: -3px;
    margin-left: -3px;
  }
  .gutters-3-lg-low > .col, .gutters-3-lg-low > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .gutters-5-lg-low {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutters-5-lg-low > .col, .gutters-5-lg-low > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .no-gutters-md-low {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-md-low > .col, .no-gutters-md-low > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .gutters-2-md-low {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gutters-2-md-low > .col, .gutters-2-md-low > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }
  .gutters-3-md-low {
    margin-right: -3px;
    margin-left: -3px;
  }
  .gutters-3-md-low > .col, .gutters-3-md-low > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .gutters-5-md-low {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutters-5-md-low > .col, .gutters-5-md-low > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .no-gutters-sm-low {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-sm-low > .col, .no-gutters-sm-low > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .gutters-2-sm-low {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gutters-2-sm-low > .col, .gutters-2-sm-low > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }
  .gutters-3-sm-low {
    margin-right: -3px;
    margin-left: -3px;
  }
  .gutters-3-sm-low > .col, .gutters-3-sm-low > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .gutters-5-sm-low {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutters-5-sm-low > .col, .gutters-5-sm-low > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 575px) {
  .hidden-ss {
    display: none !important;
  }
  .no-gutters-ss {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-ss > .col, .no-gutters-ss > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .gutters-2-ss {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gutters-2-ss > .col, .gutters-2-ss > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }
  .gutters-3-ss {
    margin-right: -3px;
    margin-left: -3px;
  }
  .gutters-3-ss > .col, .gutters-3-ss > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .gutters-5-ss {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutters-5-ss > .col, .gutters-5-ss > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 11 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-sl-row {
    flex-direction: row !important;
  }
  .flex-sl-column {
    flex-direction: column !important;
  }
  .flex-sl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sl-fill {
    flex: 11 auto !important;
  }
  .flex-sl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sl-start {
    justify-content: flex-start !important;
  }
  .justify-content-sl-end {
    justify-content: flex-end !important;
  }
  .justify-content-sl-center {
    justify-content: center !important;
  }
  .justify-content-sl-between {
    justify-content: space-between !important;
  }
  .justify-content-sl-around {
    justify-content: space-around !important;
  }
  .align-items-sl-start {
    align-items: flex-start !important;
  }
  .align-items-sl-end {
    align-items: flex-end !important;
  }
  .align-items-sl-center {
    align-items: center !important;
  }
  .align-items-sl-baseline {
    align-items: baseline !important;
  }
  .align-items-sl-stretch {
    align-items: stretch !important;
  }
  .align-content-sl-start {
    align-content: flex-start !important;
  }
  .align-content-sl-end {
    align-content: flex-end !important;
  }
  .align-content-sl-center {
    align-content: center !important;
  }
  .align-content-sl-between {
    align-content: space-between !important;
  }
  .align-content-sl-around {
    align-content: space-around !important;
  }
  .align-content-sl-stretch {
    align-content: stretch !important;
  }
  .align-self-sl-auto {
    align-self: auto !important;
  }
  .align-self-sl-start {
    align-self: flex-start !important;
  }
  .align-self-sl-end {
    align-self: flex-end !important;
  }
  .align-self-sl-center {
    align-self: center !important;
  }
  .align-self-sl-baseline {
    align-self: baseline !important;
  }
  .align-self-sl-stretch {
    align-self: stretch !important;
  }
}
.editor {
  font-size: 18px;
  letter-spacing: 0.1px;
}
.editor.editor-tax-loja {
  font-size: 16px;
}
@media (max-width: 991px) {
  .editor {
    font-size: 16px;
  }
}
.editor img {
  max-width: 100%;
}
.editor p, .editor ul, .editor ol {
  font-size: 1em;
  line-height: 1.7em;
  margin-bottom: 0.9em;
  color: #353535;
}
.editor img {
  padding: 30px 0;
  max-width: 100%;
  height: auto !important;
  border-radius: 4px;
}
.editor iframe {
  width: 100%;
  height: 500px;
  border-radius: 4px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .editor iframe {
    height: 240px;
  }
}
.editor em {
  font-style: italic;
}
.editor b, .editor strong {
  font-weight: 700;
}
.editor a {
  text-decoration: underline;
}
.editor ol, .editor ul {
  list-style-type: none;
  padding-left: 2em;
}
.editor ol li, .editor ul li {
  padding: 0.2em 0;
}
.editor ul li {
  position: relative;
  color: #353535;
}
.editor ul li::before {
  content: " ";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000;
  top: 0.95em;
  margin-top: -2.5px;
  left: -20px;
}
.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 1rem;
  margin-top: 2em;
  font-weight: 600;
  color: #353535;
}
.editor h2:first-child, .editor h3:first-child, .editor h4:first-child, .editor h5:first-child, .editor h6:first-child {
  margin-top: 0;
}
.editor h2 {
  margin-top: 2em;
  font-size: 1.5rem;
  line-height: 2rem;
}
.editor h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.editor h6 {
  font-weight: 600;
  font-size: 1.28em;
}
.editor ol li {
  position: relative;
  list-style: disc;
}
.editor blockquote {
  font-size: 1.2em;
  padding: 0.5em 0 0 3em;
  margin: 1.5em 0 1.5em 0.5em;
  font-style: italic;
}
.editor .alignnone {
  display: block;
  margin: 1em 0 2em;
}
.editor .aligncenter {
  display: block;
  margin: 1em auto 1em;
}
.editor .aligncenter .wp-caption-text {
  text-align: center;
}
.editor .alignright {
  float: right;
  margin: 1em 0 1em 1em;
  max-width: 50%;
}
.editor .alignleft {
  float: left;
  margin: 1em 1em 1em 0;
  max-width: 50%;
}
.editor .wp-caption-text {
  font-size: 0.725em;
  line-height: 1.2em;
  margin: 5px 0 0;
}
.editor .wp-caption {
  max-width: 100%;
}
.editor .wp-caption.alignleft, .editor .wp-caption.alignright {
  max-width: 50%;
}
.editor .bloco-produto-artigo {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .editor .bloco-produto-artigo {
    gap: 10px;
  }
}
.editor .bloco-produto-artigo img {
  margin: 0;
  padding: 0;
  max-width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .editor .bloco-produto-artigo img {
    max-width: 90px;
  }
}
@media (max-width: 991px) {
  .editor .bloco-produto-artigo .bloco-produto-artigo-info {
    width: 100%;
  }
}
.editor .bloco-produto-artigo .bloco-produto-artigo-info .bloco-produto-artigo-info--nome {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 500;
  margin-bottom: 30px;
  max-width: 90%;
}
@media (max-width: 991px) {
  .editor .bloco-produto-artigo .bloco-produto-artigo-info .bloco-produto-artigo-info--nome {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.editor .bloco-produto-artigo .bloco-produto-artigo-info .bloco-produto-artigo-info--btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.editor .bloco-produto-artigo .bloco-produto-artigo-info .bloco-produto-artigo-info--btns a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .editor .bloco-produto-artigo .bloco-produto-artigo-info .bloco-produto-artigo-info--btns {
    flex-direction: column;
    gap: 10px;
  }
  .editor .bloco-produto-artigo .bloco-produto-artigo-info .bloco-produto-artigo-info--btns a {
    text-align: center;
    width: 100%;
  }
}
.editor .bloco-editor-loja {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #e0e0e0;
  padding: 25px;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .editor .bloco-editor-loja {
    padding: 12px;
  }
}
.editor .bloco-editor-loja img {
  max-width: 120px;
  height: auto;
}
@media (max-width: 991px) {
  .editor .bloco-editor-loja img {
    max-width: 90px;
  }
}
.editor .bloco-editor-loja h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .editor .bloco-editor-loja h3 {
    font-size: 15px;
    line-height: 22px;
  }
}
.editor .bloco-produto-tabela {
  border: 1px solid #e0e0e0;
  padding: 15px 25px 15px 15px;
  border-radius: 16px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #f7f7f7;
  margin-top: 35px;
}
.editor .bloco-produto-tabela .bloco-produto-tabela-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.editor .bloco-produto-tabela .bloco-produto-tabela-item .bloco-produto-tabela--info {
  display: grid;
  align-items: center;
  grid-template-columns: 150px 200px;
  gap: 15px;
}
.editor .bloco-produto-tabela .bloco-produto-tabela-item .bloco-produto-tabela--info div {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.editor .bloco-produto-tabela .bloco-produto-tabela-item .bloco-produto-tabela--info .img {
  text-align: center;
}
.editor .bloco-produto-tabela .bloco-produto-tabela-item .bloco-produto-tabela--info .img img {
  max-width: 100px;
  height: auto;
  mix-blend-mode: multiply;
  max-height: 180px;
}
.editor .bloco-produto-tabela .bloco-produto-tabela-item .btns {
  display: flex;
  gap: 10px;
}
.editor .bloco-produto-tabela .bloco-produto-tabela-item .btns a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .editor .bloco-produto-tabela .bloco-produto-tabela-item {
    grid-template: 1fr;
    display: grid;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
  }
  .editor .bloco-produto-tabela .bloco-produto-tabela-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .editor .bloco-produto-tabela .bloco-produto-tabela-item .bloco-produto-tabela--info {
    grid-template-columns: 100px 1fr;
  }
  .editor .bloco-produto-tabela .bloco-produto-tabela-item .bloco-produto-tabela--info .img img {
    max-width: 80px;
    max-height: 120px;
  }
}

#terms-cookie {
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 9999;
  width: 450px;
  height: 115px;
  position: fixed;
  left: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  padding: 13px 30px;
}
#terms-cookie.accept {
  display: none;
}
#terms-cookie .text {
  padding: 10px 0;
}
#terms-cookie .text h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
#terms-cookie .text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 133%;
}
#terms-cookie button {
  width: 75px;
  height: 100%;
  border-left: 1px solid #714C2B;
  background: transparent;
}
#terms-cookie button svg {
  margin-left: 25px;
}

main.mt-hellobar {
  margin-top: 110px;
}
@media (max-width: 991px) {
  main.mt-hellobar {
    margin-top: 80px;
  }
}

header {
  background-color: #000;
}
@media (min-width: 992px) {
  header .top-site {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }
  header .top-site .logo {
    text-transform: uppercase;
    font-weight: 700;
    color: #3B7A57;
    font-size: 1.625rem;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  header .top-site .logo svg {
    width: 45px;
    height: auto;
  }
  header .top-site .logo span {
    color: #fff;
  }
  header .top-site ul {
    display: flex;
    align-items: center;
  }
  header .top-site ul a {
    color: #fff;
    padding: 20px 25px;
    font-weight: 500;
    transition: 0.2s;
  }
  header .top-site ul a:hover {
    color: #3B7A57;
  }
  header .top-site ul li {
    position: relative;
  }
  header .top-site ul li .sub-menu {
    position: absolute;
    background-color: #000;
    flex-direction: column;
    padding: 10px;
    z-index: 99;
    width: 200px;
    top: 33px;
    left: -28px;
    display: none;
  }
  header .top-site ul li .sub-menu li {
    width: 100%;
  }
  header .top-site ul li .sub-menu a {
    text-align: left;
    display: block;
    padding: 10px;
  }
  header .top-site ul li:hover .sub-menu {
    display: flex;
  }
  header .top-site nav {
    display: flex;
    align-items: center;
  }
  header .top-site nav form {
    margin-left: 30px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
  }
  header .top-site nav form input {
    height: 45px;
    font-size: 14px;
    width: 0px;
    padding: 0;
    transition: 0.2s;
  }
  header .top-site nav form input.active {
    padding: 0 15px;
    width: 180px;
  }
  header .top-site nav form button {
    width: 50px;
    height: 45px;
    background-color: #3B7A57;
    transition: 0.2s;
  }
  header .top-site nav form button svg {
    width: 22px;
    fill: #fff;
    height: auto;
  }
  header .top-site nav form button:hover {
    background-color: #2e5e43;
  }
  header .toggle-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  header .top-site {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
  header .top-site .logo {
    text-transform: uppercase;
    font-weight: 700;
    color: #3B7A57;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  header .top-site .logo svg {
    width: 35px;
    height: auto;
  }
  header .top-site .logo span {
    color: #fff;
  }
  header nav {
    background-color: #000;
    color: #fff;
    display: block;
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    padding: 80px 30px 30px 30px;
    z-index: 9997;
    transition: all 0.4s ease;
  }
  header nav.active {
    opacity: 1;
    left: 0;
  }
  header nav.active + .toggle-menu span.line1 {
    transform: rotate(45deg);
  }
  header nav.active + .toggle-menu span.line2 {
    margin-top: -2px;
    transform: rotate(-45deg);
  }
  header nav.active + .toggle-menu span.line3 {
    display: none;
  }
  header nav ul {
    text-align: center;
  }
  header nav ul a {
    padding: 15px 0;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
  }
  header nav form {
    margin-top: 25px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
  }
  header nav form input {
    height: 45px;
    font-size: 14px;
    width: 100%;
    padding: 0;
    padding: 0 15px;
  }
  header nav form button {
    width: 50px;
    height: 45px;
    background-color: #3B7A57;
    transition: 0.2s;
  }
  header nav form button svg {
    width: 22px;
    fill: #fff;
    height: auto;
  }
  header .toggle-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    width: 70px;
    height: 70px;
    z-index: 9999;
  }
  header .toggle-menu span {
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    transition: all 0.4s ease;
  }
  header .toggle-menu span + span {
    margin-top: 6px;
  }
}

#error404 {
  padding: 60px 0;
}
#error404 h1 {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
#error404 h2 {
  font-size: 1.6rem;
}

#page {
  padding: 80px 0;
}
#page h1 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

#contato {
  padding: 100px 0;
}

.form-busca-topo {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .form-busca-topo {
    margin-bottom: 50px;
  }
}
.form-busca-topo form {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #e0e0e0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.form-busca-topo form input {
  padding: 0 20px;
  width: 100%;
  height: 60px;
  font-weight: 500;
}
.form-busca-topo form input::-moz-placeholder {
  color: #949494;
}
.form-busca-topo form input::placeholder {
  color: #949494;
}
.form-busca-topo form button {
  background-color: #fff;
  height: 50px;
  width: 70px;
  position: relative;
}
.form-busca-topo form button svg {
  fill: #7d7d7d;
  width: 25px;
  height: auto;
  transition: 0.2s;
}
.form-busca-topo form button:hover svg {
  fill: #000;
}

#busca {
  padding: 80px 0;
}
@media (max-width: 991px) {
  #busca {
    padding: 60px 0;
  }
}
#busca .contagem {
  font-size: 1rem;
  font-weight: 500;
  color: #464646;
}
#busca .s-cupons-busca {
  padding: 80px 0;
}
@media (max-width: 991px) {
  #busca .s-cupons-busca {
    padding: 50px 0;
  }
}
#busca .s-cupons-busca .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  #busca .s-cupons-busca .grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
#busca .s-lojas-busca {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  #busca .s-lojas-busca {
    padding: 50px 0;
  }
}

.post-blog img {
  width: 100%;
  height: 240px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.post-blog .info h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #141414;
  font-weight: 500;
  margin: 12px 0;
}
.post-blog .info .meta {
  font-size: 13px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 500;
}
.post-blog .info .meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-blog .info .meta .meta-item svg {
  width: 18px;
  height: auto;
  stroke: #3B7A57;
}
@media (min-width: 992px) {
  .post-blog .info h3:hover, .post-blog .info p:hover {
    text-decoration: underline;
  }
}

#archive-blog .bloco-h1 {
  margin-top: 50px;
}
#archive-blog .bloco-h1 h1 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #archive-blog .bloco-h1 h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}
#archive-blog .s-topo-blog .swiper-blog .swiper-slide {
  height: 440px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
#archive-blog .s-topo-blog .swiper-blog .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 33.86%, rgba(217, 217, 217, 0) 100%);
}
#archive-blog .s-topo-blog .swiper-blog .swiper-slide .info {
  max-width: 600px;
  display: block;
}
#archive-blog .s-topo-blog .swiper-blog .swiper-slide .info h2 {
  color: #fff;
  font-weight: 600;
  font-size: 2.375rem;
  line-height: 3rem;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #archive-blog .s-topo-blog .swiper-blog .swiper-slide .info h2 {
    font-size: 28px;
    max-width: 95%;
    line-height: 36px;
  }
}
#archive-blog .s-topo-blog .swiper-blog .swiper-slide .info .meta {
  color: #fff;
  margin-bottom: 30px;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 28px;
}
#archive-blog .s-topo-blog .swiper-blog .swiper-slide .info .meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
#archive-blog .s-topo-blog .swiper-blog .swiper-slide .info .meta .meta-item svg {
  width: 18px;
  height: auto;
  stroke: #3B7A57;
}
#archive-blog .s-topo-blog .swiper-blog .swiper-pagination {
  bottom: 25px;
  z-index: 99;
}
#archive-blog .s-topo-blog .swiper-blog .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  opacity: 1;
  height: 12px;
  background-color: transparent;
  border: 1px solid #fff;
}
#archive-blog .s-topo-blog .swiper-blog .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #3B7A57;
  background-color: #3B7A57;
}
#archive-blog .content {
  padding: 70px 0;
}
#archive-blog .h1 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 40px;
}
#archive-blog .breadcrumb {
  margin-bottom: 50px;
}
#archive-blog .grid-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#archive-blog .paginacao {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 50px;
}
#archive-blog .paginacao .page-numbers {
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 500;
  font-size: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.2s;
}
#archive-blog .paginacao .page-numbers.current, #archive-blog .paginacao .page-numbers:hover {
  background-color: #3B7A57;
}
@media (max-width: 991px) {
  #archive-blog {
    padding-left: 60px 0;
  }
  #archive-blog .h1 {
    margin-bottom: 40px;
  }
  #archive-blog .grid-blog {
    grid-template-columns: 1fr;
  }
}

#single-blog {
  background-color: #fff;
  padding: 50px 0 70px 0;
}
@media (max-width: 991px) {
  #single-blog {
    padding: 50px 0 60px 0;
  }
}
#single-blog .topo h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  #single-blog .topo h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
#single-blog .topo .meta {
  margin-bottom: 30px;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 500;
}
#single-blog .topo .meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
#single-blog .topo .meta .meta-item svg {
  width: 18px;
  height: auto;
  stroke: #3B7A57;
}
@media (max-width: 991px) {
  #single-blog .topo .meta {
    font-size: 13px;
  }
}
#single-blog .topo .thumb {
  margin-bottom: 30px;
}
#single-blog .topo .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
  height: auto;
}
#single-blog .editor {
  padding: 20px 0;
}
#single-blog .sidebar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
#single-blog .compartilhe {
  margin-top: 25px;
}
#single-blog .compartilhe .title {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
#single-blog .compartilhe .icos {
  display: flex;
  align-items: center;
  gap: 20px;
}
#single-blog .compartilhe .icos a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #141414;
  transition: 0.3s;
}
#single-blog .compartilhe .icos a svg {
  width: 20px;
  height: auto;
  fill: #141414;
  transition: 0.3s;
}
#single-blog .compartilhe .icos a:hover {
  background-color: #3B7A57;
  border-color: #3B7A57;
}

.s-posts-relacionados {
  padding: 70px 0;
  background-color: #f7f7f7;
}
.s-posts-relacionados .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
@media (max-width: 991px) {
  .s-posts-relacionados {
    padding: 45px 0;
  }
  .s-posts-relacionados .grid {
    grid-template-columns: 1fr;
  }
}

.btn {
  background-color: #46c600;
  color: #fff;
  padding: 13px 40px;
  border-radius: 5px;
  font-size: 1.125rem;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.2s;
}
.btn:hover {
  background-color: #389d00;
}
.btn.btn2 {
  background-color: #3B7A57;
  color: #fff;
  font-size: 1rem;
  padding: 18px 45px;
}
.btn.btn2:hover {
  background-color: #33694b;
}
.btn.amazon {
  background-color: #F7CA00;
  color: #1d1d1d;
}
.btn.min {
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .btn.min {
    font-size: 13px;
    padding: 8px 20px;
  }
}

.box-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.titulo {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.titulo.branco {
  color: #fff;
}
.titulo:before {
  width: 20px;
  height: 4px;
  background-color: #3B7A57;
  content: "";
  display: block;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .titulo {
    font-size: 22px;
    line-height: 28px;
  }
}

#breadcrumbs {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}
#breadcrumbs span {
  display: flex;
  align-items: center;
}
#breadcrumbs .breadcrumb_last {
  font-weight: 400;
}
#breadcrumbs.center {
  display: flex;
  justify-content: center;
}
#breadcrumbs svg {
  stroke: #949494;
  margin: 0 5px;
}

.wpcf7 form {
  position: relative;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  height: 50px;
  width: 100%;
  padding: 0 22px;
  margin-bottom: 15px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  font-weight: 500;
}
.wpcf7 textarea {
  height: 150px;
  font-size: 1rem;
  line-height: calc(1rem + 10px);
  padding: 15px 22px;
  resize: none;
}
.wpcf7 input[type=submit] {
  cursor: pointer;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 5px;
}
.wpcf7 .enviar {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.wpcf7 .enviar .wpcf7-spinner {
  position: absolute;
  right: 270px;
  margin: 0;
  top: 18px;
}
.wpcf7 .enviar input {
  background-color: #46c600;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 1.125rem;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  width: 250px;
}

footer {
  position: relative;
}
footer .area-1 {
  padding: 35px 0;
  background-color: #272727;
  text-align: center;
  display: flex;
  justify-self: center;
  width: 100%;
}
footer .area-1 p {
  color: #fff;
}

.copy {
  padding: 20px 0;
  background-color: #141414;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hellobar {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
}
#hellobar .content {
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  position: relative;
}
#hellobar .content button {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #000;
  right: 0;
}
#hellobar .content button svg {
  fill: #fff;
  width: 22px;
  height: auto;
}
#hellobar .content .hellobar-text {
  color: currentColor;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (max-width: 991px) {
  #hellobar {
    top: 70px;
  }
  #hellobar .content {
    padding: 10px 0;
    justify-content: flex-start;
    gap: 15px;
  }
  #hellobar .content .hellobar-text {
    font-size: 16px;
    line-height: 22px;
    max-width: 50%;
  }
}/*# sourceMappingURL=style.min.css.map */