@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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

#wpadminbar ul {
  display: block; }

.ir {
  display: block;
  overflow: hidden;
  text-indent: -9999px; }

img {
  display: block; }

body {
  background-color: #FFFBFB;
  word-break: break-word;
  overflow: auto; }

a {
  text-decoration: none; !important }

.pagina-all-content a {
  text-decoration:none;
  color: #1E1E1E; }
  .pagina-all-content a:hover {
    font-weight: 700; }
  .pagina-all-content a.button {
    text-decoration: none; }
    .pagina-all-content a.button:hover {
      font-weight: 600; }

strong {
  font-weight: bold; }

.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px; }

.limitador {
  max-width: 1440px; }

.desk-only {
  display: none; }
  @media (min-width: 990px) {
    .desk-only {
      display: block; } }

.mobile-only {
  display: block; }
  @media (min-width: 990px) {
    .mobile-only {
      display: none; } }

.p-rel {
  position: relative; }

.button {
  transition: all 0.3s ease;
  text-transform: initial !important;
  width: fit-content; }
  .button:hover {
    transform: translate(4px, 4px);
    box-shadow: none;
    border: 1px solid;
    background-color: #FFFBFB;
    color: #1E1E1E; }
  .button.b-invertido {
    background-color: #1E1E1E;
    color: #FFFBFB;
    border: 1px solid #FFFBFB;
    box-shadow: 2px 2px 0 1px #FFFBFB; }
    .button.b-invertido:hover {
      background-color: #1E1E1E;
      color: #FFFBFB;
      box-shadow: none; }
  .button.bt-vermelho {
    background-color: #E40303;
    color: #FFFBFB;
    border: 1px solid #FFFBFB;
    box-shadow: 5px 6px 0 1px #FFFBFB;
    padding: 0; }
    .button.bt-vermelho:hover {
      background-color: #E40303;
      color: #FFFBFB;
      box-shadow: none;
      transform: translate(5px, 6px); }
  .button.b-invertido-bg-branco {
    background-color: #1E1E1E;
    color: #FFFBFB;
    border: 1px solid #FFFBFB;
    box-shadow: 2px 2px 0 1px #1E1E1E; }
    .button.b-invertido-bg-branco:hover {
      background-color: #1E1E1E;
      color: #FFFBFB;
      box-shadow: none; }

.project-card.sem-pb {
  filter: none !important; }

a > img, img > a {
  transition: all 0.3s ease; }
  a > img:hover, img > a:hover {
    opacity: 0.4; }

figcaption {
  font-family: 'Rubik';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  border: 2px solid;
  text-align: left;
  padding: 8px 20px; }
  @media (min-width: 990px) {
    figcaption {
      font-size: 16px;
      font-weight: 700; } }

.t-light {
  font-weight: 300; }

.t-bold {
  font-weight: bold; }

.t-upper {
  text-transform: uppercase; }

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

.t-right {
  text-align: right; }

.t-display {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 110%; }
  @media (min-width: 990px) {
    .t-display {
      font-size: 50px;
      line-height: 110%; } }

h1 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 120%; }
  @media (min-width: 990px) {
    h1 {
      font-size: 30px;
      line-height: 120%; } }

h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%; }
  @media (min-width: 990px) {
    h2 {
      font-size: 28px;
      line-height: 130%; } }

h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%; }
  @media (min-width: 990px) {
    h3 {
      font-size: 16px;
      line-height: 19px; } }

h4 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%; }
  @media (min-width: 990px) {
    h4 {
      font-size: 16px;
      line-height: 140%; } }

h5 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%; }
  @media (min-width: 990px) {
    h5 {
      font-size: 15px;
      line-height: 140%; } }

h6 {
  font-family: 'Lato';
  font-size: 11px;
  line-height: 140%;
  font-style: italic; }
  @media (min-width: 990px) {
    h6 {
      font-size: 12px; } }

p {
  font-family: 'Lato';
  font-size: 16px;
  line-height: 140%; }

.first-footer .footer-text.desktop {
  min-width: 525px;
  width: 33%; }
  .first-footer .footer-text.desktop > div > div > div > div {
    gap: 10px; }
    .first-footer .footer-text.desktop > div > div > div > div fieldset div p span {
      font-family: 'Lato';
      font-size: 16px;
      line-height: 140%; }
    .first-footer .footer-text.desktop > div > div > div > div fieldset input {
      width: 100px; }
    .first-footer .footer-text.desktop > div > div > div > div fieldset:last-child div {
      transition: all 0.3s ease !important;
      text-transform: initial !important;
      width: fit-content !important;
      box-shadow: 2px 2px 0 1px #1e1e1e !important;
      text-decoration: none !important; }
      .first-footer .footer-text.desktop > div > div > div > div fieldset:last-child div:hover {
        transform: translate(2px, 2px) !important;
        box-shadow: none !important;
        border: 1px solid !important;
        background-color: #FFFBFB !important;
        color: #1E1E1E !important; }
.first-footer.mobile > div > div > div > div {
  gap: 10px; }
  .first-footer.mobile > div > div > div > div > div {
    flex-wrap: wrap !important; }
    .first-footer.mobile > div > div > div > div > div input + fieldset {
      width: 100%; }
      .first-footer.mobile > div > div > div > div > div input + fieldset + fieldset {
        width: calc(50% - 33px); }
        .first-footer.mobile > div > div > div > div > div input + fieldset + fieldset + fieldset {
          width: calc(50% - 33px); }
  .first-footer.mobile > div > div > div > div fieldset div p {
    width: 100%; }
    .first-footer.mobile > div > div > div > div fieldset div p span {
      font-family: 'Lato';
      font-size: 16px;
      line-height: 140%;
      text-align: center !important;
      width: 100% !important; }
      .first-footer.mobile > div > div > div > div fieldset div p span span {
        width: 100% !important;
        display: block !important; }
  .first-footer.mobile > div > div > div > div fieldset input {
    width: 100%; }
  .first-footer.mobile > div > div > div > div fieldset:last-child div {
    transition: all 0.3s ease !important;
    text-transform: initial !important;
    width: fit-content !important;
    box-shadow: 2px 2px 0 1px #1e1e1e !important;
    text-decoration: none !important; }
    .first-footer.mobile > div > div > div > div fieldset:last-child div:hover {
      transform: translate(2px, 2px) !important;
      box-shadow: none !important;
      border: 1px solid !important;
      background-color: #FFFBFB !important;
      color: #1E1E1E !important; }
.first-footer .footer-social.desktop {
  gap: 10px;
  width: 33%;
  min-width: 253px; }
@media (min-width: 990px) {
  .first-footer .donate-button-center {
    width: 33%;
    text-align: center; } }

.second-footer h5 {
  font-size: 11px;
  line-height: 100%; }

.all-menu {
  padding: 10px 20px;
  position: relative;
  overflow: hidden; }
  .all-menu .all-menu-superior {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    .all-menu .all-menu-superior .menu-container-logo-li {
      display: flex;
      flex-direction: row;
      gap: 30px; }
      .all-menu .all-menu-superior .menu-container-logo-li .menu-dk-logo {
        transition: opacity 0.3s ease; }
        .all-menu .all-menu-superior .menu-container-logo-li .menu-dk-logo.op-none {
          opacity: 0;
          position: absolute;
          z-index: 0;
          top: 10px; }
      .all-menu .all-menu-superior .menu-container-logo-li .menu-dk-li {
        display: none; }
        @media (min-width: 990px) {
          .all-menu .all-menu-superior .menu-container-logo-li .menu-dk-li {
            display: flex;
            align-items: center; }
            .all-menu .all-menu-superior .menu-container-logo-li .menu-dk-li ul {
              display: flex;
              flex-direction: row;
              align-items: center;
              gap: 0px; }
              .all-menu .all-menu-superior .menu-container-logo-li .menu-dk-li ul li a,
              .all-menu .all-menu-superior .menu-container-logo-li .menu-dk-li ul li a:visited {
                padding: 15px 20px;
                color: #1E1E1E;
                font-family: 'Rubik';
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 130%; } }
      @media (min-width: 990px) and (min-width: 990px) {
        .all-menu .all-menu-superior .menu-container-logo-li .menu-dk-li ul li a,
        .all-menu .all-menu-superior .menu-container-logo-li .menu-dk-li ul li a:visited {
          font-size: 16px;
          line-height: 19px; } }
        @media (min-width: 990px) {
                .all-menu .all-menu-superior .menu-container-logo-li .menu-dk-li ul li a:hover,
                .all-menu .all-menu-superior .menu-container-logo-li .menu-dk-li ul li a:visited:hover {
                  font-weight: 700; } }
    .all-menu .all-menu-superior .menu-container-ajudar-hamburguer {
      display: flex;
      flex-direction: row;
      gap: 20px;
      align-items: center;
      height: 46.6px;
      width: 100%;
      justify-content: space-between; }
      @media (min-width: 990px) {
        .all-menu .all-menu-superior .menu-container-ajudar-hamburguer {
          width: auto;
          justify-content: flex-end; } }
      .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .button-quero-ajudar {
        opacity: 0;
        visibility: hidden;
        padding: 5px 10px;
        width: 120px;
        height: 29px;
        background: #FF8C00;
        box-shadow: 4px 4px 0px #1E1E1E;
        border-radius: 100px;
        transition: all 0.3s ease;
        order: 0; }
        .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .button-quero-ajudar:hover {
          transform: translate(4px, 4px);
          box-shadow: none;
          border: 1px solid; }
        .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .button-quero-ajudar.btn-visivel {
          opacity: 1 !important;
          visibility: visible !important; }
        @media (min-width: 990px) {
          .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .button-quero-ajudar {
            display: block;
            opacity: 1;
            visibility: visible;
            order: 1; } }
        .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .button-quero-ajudar a {
          font-size: 15px;
          font-family: 'Rubik';
          font-weight: 500;
          line-height: 100%;
          color: #1E1E1E; }
      .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .menu-hamburguer {
        display: flex;
        flex-direction: column;
        gap: 3px;
        width: 20px;
        height: 14px;
        order: 2; }
        @media (min-width: 990px) {
          .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .menu-hamburguer {
            display: none; } }
        .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .menu-hamburguer div {
          width: 20px;
          height: 4px;
          background-color: #1E1E1E;
          transition: all 0.3s ease; }
        .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .menu-hamburguer.hamb-ativo .hamburguer-1 {
          transform: rotate(-50deg) translate(-5px, 3px); }
        .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .menu-hamburguer.hamb-ativo .hamburguer-2 {
          opacity: 0; }
        .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .menu-hamburguer.hamb-ativo .hamburguer-3 {
          transform: rotate(50deg) translate(-5px, -2px); }
      .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .all-menu-inferior {
        min-height: calc(100vh - 66.4px);
        background-color: #FFFBFB; }
      .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .busca-menu-jquery {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        font-family: 'Lato';
        gap: 10px;
        display: none;
        order: 1; }
        @media (min-width: 990px) {
          .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .busca-menu-jquery {
            display: flex;
            order: 0; } }
        .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .busca-menu-jquery .svg-lupa {
          cursor: pointer;
          height: 30px; }
          .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .busca-menu-jquery .svg-lupa svg {
            position: relative; }
            .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .busca-menu-jquery .svg-lupa svg path {
              fill: #1E1E1E; }
            .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .busca-menu-jquery .svg-lupa svg:hover {
              animation: lupa 0.7s linear infinite; }
@keyframes lupa {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
        .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .busca-menu-jquery .busca-input {
          display: none; }
          .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .busca-menu-jquery .busca-input form {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            gap: 10px;
            outline: 0; }
            .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .busca-menu-jquery .busca-input form input {
              border: none;
              background: none;
              border-bottom: 2px solid;
              border-radius: 0;
              width: 100%; }
              @media (min-width: 990px) {
                .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .busca-menu-jquery .busca-input form input {
                  width: 140px; } }
              .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .busca-menu-jquery .busca-input form input:hover, .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .busca-menu-jquery .busca-input form input:focus-visible {
                outline: 0; }
            .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .busca-menu-jquery .busca-input form .busca-seta-submeter {
              background: none;
              position: relative;
              padding: 0 14px 0 0px; }
              .all-menu .all-menu-superior .menu-container-ajudar-hamburguer .busca-menu-jquery .busca-input form .busca-seta-submeter:hover {
                animation: boomerang 0.7s linear infinite; }
@keyframes boomerang {
  0% {
    left: 0; }
  50% {
    left: 3px; }
  100% {
    left: 0; } }
  .all-menu .all-menu-inferior {
    transition: transform 0.3s ease;
    background: #FFFBFB; }
    .all-menu .all-menu-inferior.fechado {
      display: block;
      transform: translate(100%, 10px);
      position: absolute;
      overflow: hidden;
      width: calc(100% - 10px);
      min-height: calc(100vh - 66.4px);
      visibility: hidden; }
    .all-menu .all-menu-inferior.aberto {
      display: flex;
      flex-direction: column;
      gap: 20px;
      opacity: 1;
      width: calc(100% - 10px);
      min-height: calc(100vh - 66.4px);
      transform: translate(0%, 10px);
      visibility: visible; }
      .all-menu .all-menu-inferior.aberto .menu-mb-li ul {
        display: flex;
        flex-direction: column;
        gap: 20px; }
        .all-menu .all-menu-inferior.aberto .menu-mb-li ul li {
          padding: 15px 10px; }
        .all-menu .all-menu-inferior.aberto .menu-mb-li ul a,
        .all-menu .all-menu-inferior.aberto .menu-mb-li ul a:visited {
          font-size: 15px;
          font-family: 'Rubik';
          font-weight: 500;
          line-height: 100%;
          color: #1E1E1E; }
          .all-menu .all-menu-inferior.aberto .menu-mb-li ul a:hover,
          .all-menu .all-menu-inferior.aberto .menu-mb-li ul a:visited:hover {
            font-weight: 700; }

label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px; }

input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 30px;
  line-height: 32px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline-offset: 0px;
  padding-left: 10px; }

textarea {
  border: 1px solid #ccc;
  outline-offset: 0px;
  width: 100%;
  height: 250px;
  line-height: 32px;
  padding-left: 0; }

.show-password-input {
  top: 6px !important; }

input[type="checkbox"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="radio"],
input[type="range"] {
  width: auto; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400; }

:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400; }

form.invalid .wpcf7-response-output,
form.unaccepted .wpcf7-response-output,
form.payment-required .wpcf7-response-output {
  padding: 20px; }

.wpcf7-spinner {
  display: none; }

.first-footer {
  z-index: 999; }

.svg-back {
  transform: translate(0px, 2px); }

.page .content-block {
  gap: 15px; }

.wp-block-algori-image-video-slider-block-algori-image-video-slider {
  width: 100%; }

.content-block h1:hover a, .content-block h2:hover a, .content-block h3:hover a, .content-block h4:hover a, .content-block h5:hover a, .content-block h6:hover a {
  color: #FF8C00; }

div.single-product .product {
  padding: 30px;
  box-sizing: border-box; }
  @media (min-width: 700px) {
    div.single-product .product {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center; } }
  @media (min-width: 990px) {
    div.single-product .product {
      padding: 48px; } }
  div.single-product .product .woocommerce-product-gallery.images {
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    @media (min-width: 700px) {
      div.single-product .product .woocommerce-product-gallery.images {
        width: 45%; } }
    @media (min-width: 990px) {
      div.single-product .product .woocommerce-product-gallery.images {
        width: 35%; } }
    div.single-product .product .woocommerce-product-gallery.images .woocommerce-product-gallery__trigger {
      border: 1px solid #1E1E1E;
      background: none; }
      div.single-product .product .woocommerce-product-gallery.images .woocommerce-product-gallery__trigger:before {
        top: 17px;
        left: 5px;
        width: 26px;
        height: 1px;
        border: 0;
        background: #1E1E1E; }
      div.single-product .product .woocommerce-product-gallery.images .woocommerce-product-gallery__trigger:after {
        top: 5px;
        left: 18px;
        width: 1px;
        height: 26px;
        border: 0;
        background: #1E1E1E;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    div.single-product .product .woocommerce-product-gallery.images .flex-control-nav {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center;
      gap: 5px;
      border-radius: 20px;
      border: 1px solid #1E1E1E;
      padding: 6px 20px;
      box-sizing: border-box; }
      div.single-product .product .woocommerce-product-gallery.images .flex-control-nav li a {
        width: 8px;
        height: 8px;
        display: block;
        overflow: hidden;
        text-indent: -999px;
        border-radius: 6px;
        border: 1px solid #1E1E1E;
        transition: background ease .5s; }
        div.single-product .product .woocommerce-product-gallery.images .flex-control-nav li a.flex-active {
          background: #1E1E1E; }
  div.single-product .product .entry-summary {
    display: flex;
    flex-flow: column wrap;
    gap: 20px; }
    @media (min-width: 700px) {
      div.single-product .product .entry-summary {
        width: 41% !important; } }
    @media (min-width: 990px) {
      div.single-product .product .entry-summary {
        width: 45%;
        margin-right: 10%; } }
    div.single-product .product .entry-summary .product_title {
      font-family: 'Rubik';
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 130%; }
      @media (min-width: 990px) {
        div.single-product .product .entry-summary .product_title {
          font-size: 28px;
          line-height: 130%; } }
    div.single-product .product .entry-summary .linha-seta {
      justify-content: flex-start; }
    div.single-product .product .entry-summary .woocommerce-product-details__short-description {
      font-family: 'Lato';
      font-size: 16px;
      line-height: 140%; }
    div.single-product .product .entry-summary .price {
      font-size: 24px;
      line-height: 30px;
      font-weight: 700;
      color: inherit; }
    div.single-product .product .entry-summary .cart {
      margin-bottom: 0; }
      @media (min-width: 990px) {
        div.single-product .product .entry-summary .cart {
          height: 50px;
          max-width: 100%; } }
      div.single-product .product .entry-summary .cart span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 100%;
        position: absolute;
        top: 0;
        text-align: center;
        pointer-events: pointer;
        cursor: pointer; }
        div.single-product .product .entry-summary .cart span.bt-less {
          left: 0;
          font-size: 24px; }
        div.single-product .product .entry-summary .cart span.bt-more {
          right: 0;
          font-size: 20px; }
        div.single-product .product .entry-summary .cart span.disabled {
          pointer-events: none;
          opacity: 0.5; }
      div.single-product .product .entry-summary .cart .mod-quantidade {
        position: relative;
        max-width: 110px;
        width: 36%;
        display: inline-block;
        vertical-align: middle; }
        @media (min-width: 990px) {
          div.single-product .product .entry-summary .cart .mod-quantidade {
            margin-right: 40px; } }
        div.single-product .product .entry-summary .cart .mod-quantidade .quantity {
          float: none;
          width: 100%;
          margin: 0; }
          div.single-product .product .entry-summary .cart .mod-quantidade .quantity .qty {
            background: none;
            border-radius: 5px;
            height: 50px;
            width: 100%;
            box-sizing: border-box;
            font-size: 16px;
            font-weight: bold; }
      div.single-product .product .entry-summary .cart .single_add_to_cart_button {
        display: inline-block;
        vertical-align: middle;
        float: none;
        font-size: 22px;
        line-height: 50px;
        padding: 0;
        font-weight: bold;
        text-transform: uppercase;
        max-width: 170px;
        height: 50px;
        box-sizing: border-box;
        width: 56%;
        overflow: hidden; }
        div.single-product .product .entry-summary .cart .single_add_to_cart_button:after {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: #000;
          opacity: 0;
          transition: opacity ease .5s;
          pointer-events: none;
          z-index: 1; }
    div.single-product .product .entry-summary .product_meta {
      display: none; }
    div.single-product .product .entry-summary .stock.in-stock {
      display: none; }
    div.single-product .product .entry-summary .stock.out-of-stock {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 140%; }
      @media (min-width: 990px) {
        div.single-product .product .entry-summary .stock.out-of-stock {
          font-size: 15px;
          line-height: 140%; } }
  div.single-product .product .woocommerce-tabs {
    display: none; }
div.single-product .como-usar p {
  padding-bottom: 15px; }

.mb-seta {
  padding-bottom: 40px; }

.page-id-12 {
  font-family: 'Lato', sans-serif; }
  .page-id-12 .site-main {
    position: relative; }
    .page-id-12 .site-main header {
      border-bottom: 2px solid; }
      .page-id-12 .site-main header .entry-title {
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 120%;
        padding: 50px 0px 15px 0px;
        width: 100%;
        text-align: center;
        text-transform: uppercase; }
        @media (min-width: 990px) {
          .page-id-12 .site-main header .entry-title {
            text-align: left;
            font-size: 30px;
            line-height: 120%;
            padding: 80px 70px 15px 70px; } }
    .page-id-12 .site-main .entry-content {
      padding: 25px 35px; }
      @media (min-width: 990px) {
        .page-id-12 .site-main .entry-content {
          padding: 80px 70px 25px 70px;
          min-height: calc(100vh - 68px - 132px - 98px); } }
      .page-id-12 .site-main .entry-content .woocommerce-form-row {
        padding: 0;
        margin-bottom: 20px; }
      .page-id-12 .site-main .entry-content input {
        border: 1px solid #1E1E1E;
        border-radius: 0; }
      .page-id-12 .site-main .entry-content input[name='rememberme'] {
        width: 18px;
        height: 18px; }
      .page-id-12 .site-main .entry-content #customer_login .col-1 h2,
      .page-id-12 .site-main .entry-content #customer_login .col-2 h2 {
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 130%; }
        @media (min-width: 990px) {
          .page-id-12 .site-main .entry-content #customer_login .col-1 h2,
          .page-id-12 .site-main .entry-content #customer_login .col-2 h2 {
            font-weight: 500;
            font-size: 16px;
            line-height: 19px; } }
      .page-id-12 .site-main .entry-content #customer_login .col-1 {
        padding-bottom: 35px; }
      .page-id-12 .site-main .entry-content #customer_login label {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        padding-bottom: 5px; }
  .page-id-12 .entry-footer {
    display: none; }
  .page-id-12 .woocommerce-MyAccount-navigation-link--downloads {
    display: none; }
  @media (min-width: 990px) {
    .page-id-12 .woocommerce-MyAccount-navigation-link--customer-logout {
      display: block; } }
  .page-id-12 .entry-header {
    display: block; }
    .page-id-12 .entry-header .linha-seta {
      justify-content: flex-start; }
  .page-id-12 .entry-content .addtoany_share_save_container {
    display: none; }
  .page-id-12 .entry-content hr {
    display: none; }
  .page-id-12 .woocommerce-MyAccount-navigation {
    padding-top: 105px;
    border-bottom: 1px solid; }
    @media (min-width: 990px) {
      .page-id-12 .woocommerce-MyAccount-navigation {
        padding-top: 0;
        border-bottom: 0px solid;
        border-left: 2px solid;
        width: auto !important; }
        .page-id-12 .woocommerce-MyAccount-navigation ul {
          padding-left: 20px; }
          .page-id-12 .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout {
            padding-bottom: 0; } }
    .page-id-12 .woocommerce-MyAccount-navigation ul li {
      font-family: 'Rubik';
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 130%; }
      .page-id-12 .woocommerce-MyAccount-navigation ul li.is-active {
        font-weight: 700; }
  .page-id-12 .woocommerce-MyAccount-navigation-link {
    padding-bottom: 20px; }
    @media (min-width: 990px) {
      .page-id-12 .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
        color: #1E1E1E !important; } }
    .page-id-12 .woocommerce-MyAccount-navigation-link a,
    .page-id-12 .woocommerce-MyAccount-navigation-link a:visited {
      color: #1E1E1E;
      transition: color ease .5s; }
      @media (min-width: 990px) {
        .page-id-12 .woocommerce-MyAccount-navigation-link a:hover,
        .page-id-12 .woocommerce-MyAccount-navigation-link a:visited:hover {
          color: #750787;
          font-weight: 700; } }
  @media (min-width: 990px) {
    .page-id-12 .woocommerce-MyAccount-content {
      margin-left: auto;
      position: relative;
      min-height: calc(100vh - 430px);
      float: none;
      width: calc(100% - 150px - 138px) !important; } }
  .page-id-12 .woocommerce-MyAccount-content p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px; }
  .page-id-12 .dashboard-account-controllers {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 80px);
    top: 0;
    padding-top: 143px; }
    @media (min-width: 990px) {
      .page-id-12 .dashboard-account-controllers {
        width: 30%;
        position: static;
        padding-top: 0; } }
    .page-id-12 .dashboard-account-controllers .account-controllers-first {
      position: relative;
      display: flex;
      flex-direction: row;
      width: 50%;
      height: 40px; }
      @media (min-width: 990px) {
        .page-id-12 .dashboard-account-controllers .account-controllers-first {
          max-width: 400px;
          min-width: 320px;
          width: auto; } }
      .page-id-12 .dashboard-account-controllers .account-controllers-first .dashboard-hello {
        min-width: 200px;
        padding-left: 20px; }
    .page-id-12 .dashboard-account-controllers .dashboard-sair {
      padding: 10px 0;
      text-align: end; }
      .page-id-12 .dashboard-account-controllers .dashboard-sair a {
        color: black; }
    .page-id-12 .dashboard-account-controllers .dashboard-account-logout {
      position: absolute;
      top: 20px;
      left: 60px;
      min-width: 200px; }
  .page-id-12 .dashboard-welcome {
    padding-top: 40px; }
    @media (min-width: 990px) {
      .page-id-12 .dashboard-welcome {
        max-width: 400px;
        position: absolute;
        bottom: 70px; } }
    .page-id-12 .dashboard-welcome a,
    .page-id-12 .dashboard-welcome a:visited {
      font-weight: 700;
      color: #1E1E1E; }
  @media (min-width: 990px) {
    .page-id-12 #customer_login {
      display: flex;
      justify-content: center;
      gap: 100px; }
      .page-id-12 #customer_login .u-column1 {
        max-width: 250px; }
      .page-id-12 #customer_login .u-column2 {
        max-width: 350px; } }
  .page-id-12 #customer_login h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px; }
  .page-id-12 #customer_login .woocommerce-form-register,
  .page-id-12 #customer_login .woocommerce-form-login {
    border: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0; }
    .page-id-12 #customer_login .woocommerce-form-register a,
    .page-id-12 #customer_login .woocommerce-form-register a:visited,
    .page-id-12 #customer_login .woocommerce-form-login a,
    .page-id-12 #customer_login .woocommerce-form-login a:visited {
      color: #750787; }
  .page-id-12 #customer_login .woocommerce-form-login .woocommerce-form-login__rememberme span {
    position: relative;
    top: -4px; }
  .page-id-12 #customer_login button {
    color: #1e1e1e;
    text-align: center;
    text-transform: lowercase;
    background-color: #FFFBFB;
    border: 1px solid #1E1E1E;
    border-radius: 100vw;
    flex: 0 auto;
    padding: 5px 30px;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    transition: background-color .2s;
    display: inline-block;
    box-shadow: 5px 6px 0px #1E1E1E;
    height: 30px; }
    .page-id-12 #customer_login button:hover {
      color: #1E1E1E;
      background-color: #FEEC4D;
      border-color: #1E1E1E;
      box-shadow: 5px 6px 0px #fffbfb;
      overflow: overlay;
      margin-left: 6px;
      margin-top: 6px !important; }
      .page-id-12 #customer_login button:hover:after {
        opacity: 0; }
  .page-id-12 #customer_login .button-submit-login-myaccount {
    display: flex;
    justify-content: center;
    height: 30px; }
    .page-id-12 #customer_login .button-submit-login-myaccount button {
      float: none !important; }
  .page-id-12 #customer_login .login-container-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 20px; }
    @media (min-width: 990px) {
      .page-id-12 #customer_login .login-container-button {
        padding-top: 57px; } }
    .page-id-12 #customer_login .login-container-button label {
      width: calc(100% - 115px); }
      .page-id-12 #customer_login .login-container-button label span {
        font-weight: 400;
        font-size: 11px;
        line-height: 140%; }
        @media (min-width: 990px) {
          .page-id-12 #customer_login .login-container-button label span {
            font-size: 12px; } }
    .page-id-12 #customer_login .login-container-button .woocommerce-LostPassword {
      width: 102px;
      text-align: end; }
      .page-id-12 #customer_login .login-container-button .woocommerce-LostPassword:hover {
        width: 105px; }
    .page-id-12 #customer_login .login-container-button .woocommerce-form__label-for-checkbox {
      padding-bottom: 0 !important; }
    .page-id-12 #customer_login .login-container-button a,
    .page-id-12 #customer_login .login-container-button a:visited {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      line-height: 140%;
      color: #1E1E1E;
      padding: 2px;
      border-bottom: 1px solid; }
      @media (min-width: 990px) {
        .page-id-12 #customer_login .login-container-button a,
        .page-id-12 #customer_login .login-container-button a:visited {
          font-size: 12px;
          line-height: 140%; } }
      .page-id-12 #customer_login .login-container-button a:hover,
      .page-id-12 #customer_login .login-container-button a:visited:hover {
        color: #750787;
        font-weight: 700; }
  .page-id-12 #customer_login button[name="register"] {
    margin-bottom: 0; }
  @media (min-width: 1240px) {
    .page-id-12 #customer_login .u-column1 {
      margin-left: 88px; } }
  @media (min-width: 1240px) {
    .page-id-12 #customer_login .u-column2 {
      margin-right: 88px; } }
  .page-id-12 .woocommerce-privacy-policy-text {
    font-size: 11px;
    line-height: 140%;
    text-align: center; }
    @media (min-width: 990px) {
      .page-id-12 .woocommerce-privacy-policy-text {
        font-size: 12px; } }
  .page-id-12 .woocommerce-ResetPassword .button {
    background-color: #5761DD !important;
    color: #F7F8E2 !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    font-size: 100%;
    font-weight: 300 !important;
    margin: 0 0 20px 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    padding: 0.618em 1em;
    border-radius: 5px;
    left: auto;
    border: 0;
    display: inline-block;
    font-family: 'Dosis'; }

.woocommerce-orders .woocommerce-MyAccount-navigation,
.woocommerce-view-order .woocommerce-MyAccount-navigation,
.woocommerce-edit-address .woocommerce-MyAccount-navigation,
.woocommerce-edit-account .woocommerce-MyAccount-navigation {
  padding-top: 0; }
.woocommerce-orders .woocommerce-MyAccount-content,
.woocommerce-view-order .woocommerce-MyAccount-content,
.woocommerce-edit-address .woocommerce-MyAccount-content,
.woocommerce-edit-account .woocommerce-MyAccount-content {
  max-width: 100%; }
.woocommerce-orders p,
.woocommerce-view-order p,
.woocommerce-edit-address p,
.woocommerce-edit-account p {
  font-size: 16px;
  line-height: 20px; }
.woocommerce-orders address,
.woocommerce-view-order address,
.woocommerce-edit-address address,
.woocommerce-edit-account address {
  font-size: 16px;
  line-height: 36px;
  border: none !important;
  padding: 0 !important; }
  .woocommerce-orders address .woocommerce-customer-details--phone,
  .woocommerce-orders address .woocommerce-customer-details--email,
  .woocommerce-view-order address .woocommerce-customer-details--phone,
  .woocommerce-view-order address .woocommerce-customer-details--email,
  .woocommerce-edit-address address .woocommerce-customer-details--phone,
  .woocommerce-edit-address address .woocommerce-customer-details--email,
  .woocommerce-edit-account address .woocommerce-customer-details--phone,
  .woocommerce-edit-account address .woocommerce-customer-details--email {
    padding-left: 0 !important; }
  .woocommerce-orders address .woocommerce-customer-details--phone::before,
  .woocommerce-orders address .woocommerce-customer-details--email::before,
  .woocommerce-view-order address .woocommerce-customer-details--phone::before,
  .woocommerce-view-order address .woocommerce-customer-details--email::before,
  .woocommerce-edit-address address .woocommerce-customer-details--phone::before,
  .woocommerce-edit-address address .woocommerce-customer-details--email::before,
  .woocommerce-edit-account address .woocommerce-customer-details--phone::before,
  .woocommerce-edit-account address .woocommerce-customer-details--email::before {
    display: none; }
  .woocommerce-orders address .woocommerce-customer-details--phone,
  .woocommerce-view-order address .woocommerce-customer-details--phone,
  .woocommerce-edit-address address .woocommerce-customer-details--phone,
  .woocommerce-edit-account address .woocommerce-customer-details--phone {
    padding-top: 5px; }
  .woocommerce-orders address .woocommerce-customer-details--email,
  .woocommerce-view-order address .woocommerce-customer-details--email,
  .woocommerce-edit-address address .woocommerce-customer-details--email,
  .woocommerce-edit-account address .woocommerce-customer-details--email {
    padding-top: 10px; }

.woocommerce-orders table.my_account_orders {
  border: none !important;
  color: #1E1E1E; }
  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__row--status-failed a.pay,
  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__row--status-pending a.pay {
    margin-right: 20px !important; }
  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__row--status-failed a.cancel,
  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__row--status-pending a.cancel {
    margin-left: 20px !important; }
  .woocommerce-orders table.my_account_orders tbody tr {
    padding: 0px 0px 40px 0; }
    .woocommerce-orders table.my_account_orders tbody tr:first-child {
      padding: 40px 0; }
    .woocommerce-orders table.my_account_orders tbody tr td {
      padding-bottom: 30px !important;
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px; }
      .woocommerce-orders table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-actions {
        border-bottom: 1px solid #000 !important; }
      .woocommerce-orders table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-number a,
      .woocommerce-orders table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-number a:visited {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #1E1E1E; }
      .woocommerce-orders table.my_account_orders tbody tr td:before {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 130%; }
      .woocommerce-orders table.my_account_orders tbody tr td time,
      .woocommerce-orders table.my_account_orders tbody tr td span {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px; }
  .woocommerce-orders table.my_account_orders tbody .woocommerce-orders-table__cell-order-total del {
    padding-right: 10px; }
  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__cell-order-number a,
  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__cell-order-number a:visited {
    color: #1E1E1E;
    font-weight: 700; }
    @media (min-width: 990px) {
      .woocommerce-orders table.my_account_orders .woocommerce-orders-table__cell-order-number a,
      .woocommerce-orders table.my_account_orders .woocommerce-orders-table__cell-order-number a:visited {
        font-size: 22px;
        line-height: 28px; } }
.woocommerce-orders .status-colorido {
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 8px;
  width: fit-content;
  margin-left: auto;
  background-color: #FAC8FB;
  color: #1E1E1E;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  border: 1px solid #1E1E1E; }
  @media (min-width: 700px) {
    .woocommerce-orders .status-colorido {
      width: auto;
      padding: 8px 10px;
      font-size: 12px;
      max-width: fit-content;
      margin: 0 auto; } }
  .woocommerce-orders .status-colorido.status-cancelled, .woocommerce-orders .status-colorido.status-failed {
    background: #E40303;
    color: #FFFBFB; }
  .woocommerce-orders .status-colorido.status-processing {
    background: #75FCFB;
    color: #1E1E1E; }
  .woocommerce-orders .status-colorido.status-pending, .woocommerce-orders .status-colorido.status-on-hold {
    background: #FFDCB8;
    color: #1E1E1E; }
  .woocommerce-orders .status-colorido.status-completed {
    background: #74FCAF;
    color: #1E1E1E; }
  .woocommerce-orders .status-colorido.status-refunded {
    background: #FDADAF;
    color: #1E1E1E; }
.woocommerce-orders table.shop_table {
  margin: 0 !important;
  text-align: center !important; }
  @media (min-width: 990px) {
    .woocommerce-orders table.shop_table {
      border-spacing: 0 30px;
      margin: -34px 0 !important; } }
  .woocommerce-orders table.shop_table tr:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #1E1E1E; }
  @media (min-width: 990px) {
    .woocommerce-orders table.shop_table th {
      font-family: 'Rubik';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      padding: 0 !important; } }
  .woocommerce-orders table.shop_table td {
    border: none !important;
    background-color: transparent !important;
    padding: 4px 0px 10px 0px !important; }
    @media (min-width: 990px) {
      .woocommerce-orders table.shop_table td {
        border-bottom: 1px solid #1E1E1E !important; } }
  .woocommerce-orders table.shop_table .woocommerce-orders-table__cell-order-actions a {
    margin-bottom: 20px !important; }
    @media (min-width: 990px) {
      .woocommerce-orders table.shop_table .woocommerce-orders-table__cell-order-actions a {
        margin-bottom: 0 !important;
        width: auto; } }
.woocommerce-orders .woocommerce-orders-table__cell-order-actions::before {
  display: none; }
.woocommerce-orders .woocommerce-orders-table__cell-order-actions a {
  width: auto;
  text-align: center;
  background-color: #FFFBFB !important;
  color: #1E1E1E !important;
  border-radius: 20px !important;
  border: 1px solid !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-family: 'Lato';
  font-style: normal;
  font-size: 11px !important;
  line-height: 140% !important; }
  .woocommerce-orders .woocommerce-orders-table__cell-order-actions a:hover {
    background-color: #FEEC4D !important; }

.woocommerce-view-order mark {
  background-color: transparent;
  font-weight: 700; }
.woocommerce-view-order h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  text-transform: uppercase; }
  @media (min-width: 990px) {
    .woocommerce-view-order h2 {
      font-size: 30px; } }
.woocommerce-view-order .woocommerce-MyAccount-content {
  padding-top: 40px; }
  @media (min-width: 990px) {
    .woocommerce-view-order .woocommerce-MyAccount-content {
      padding-top: 0; } }
.woocommerce-view-order .woocommerce-OrderUpdates {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 20px;
  border-left: 3px solid #750787; }
  .woocommerce-view-order .woocommerce-OrderUpdates li {
    padding-left: 20px; }
  .woocommerce-view-order .woocommerce-OrderUpdates li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    left: -9px;
    border: 3px solid #750787;
    margin-top: 5px; }
    @media (min-width: 990px) {
      .woocommerce-view-order .woocommerce-OrderUpdates li::before {
        left: -10px; } }
.woocommerce-view-order .woocommerce-table--order-details {
  border: none !important;
  border-spacing: 0 10px !important;
  max-width: 500px; }
  .woocommerce-view-order .woocommerce-table--order-details th {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; }
  .woocommerce-view-order .woocommerce-table--order-details td {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    border-top: 0px !important; }
    .woocommerce-view-order .woocommerce-table--order-details td .amount {
      font-weight: 500; }
  .woocommerce-view-order .woocommerce-table--order-details tbody tr td:nth-child(2n) {
    text-align: end; }
  .woocommerce-view-order .woocommerce-table--order-details thead tr th:nth-child(2n) {
    text-align: end; }
  .woocommerce-view-order .woocommerce-table--order-details th {
    border-top: 0px !important; }
  .woocommerce-view-order .woocommerce-table--order-details tfoot .shipped_via {
    display: block;
    max-width: 90px;
    margin-left: auto; }
  .woocommerce-view-order .woocommerce-table--order-details tfoot td {
    max-width: 100px;
    text-align: end; }
  .woocommerce-view-order .woocommerce-table--order-details tfoot:after, .woocommerce-view-order .woocommerce-table--order-details tfoot:before {
    content: '';
    width: 156%;
    border-top: 1px solid;
    display: block; }
  .woocommerce-view-order .woocommerce-table--order-details .woocommerce-table__product-name a,
  .woocommerce-view-order .woocommerce-table--order-details .woocommerce-table__product-name a:visited {
    color: #1E1E1E; }
  .woocommerce-view-order .woocommerce-table--order-details .woocommerce-table__product-name a:hover {
    font-weight: 700; }
.woocommerce-view-order .woocommerce-order-details__title {
  padding-top: 40px; }
.woocommerce-view-order td,
.woocommerce-view-order th {
  padding: 9px 0px !important; }
.woocommerce-view-order .woocommerce-order-details {
  margin-bottom: 0 !important; }
  .woocommerce-view-order .woocommerce-order-details div:last-child {
    padding: 30px 0 0 0;
    text-align: left !important; }
    .woocommerce-view-order .woocommerce-order-details div:last-child div {
      margin: 0 !important; }
.woocommerce-view-order .entry-content .woocommerce p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%; }
  @media (min-width: 990px) {
    .woocommerce-view-order .entry-content .woocommerce p {
      font-size: 14px; } }
.woocommerce-view-order .entry-content .woocommerce .order-again {
  margin-bottom: 25px; }
  .woocommerce-view-order .entry-content .woocommerce .order-again a {
    border-radius: 50px;
    text-transform: uppercase;
    width: fit-content;
    background-color: #74FCAF !important;
    color: #1E1E1E !important;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
    border: 1px solid #1E1E1E;
    padding: 8px 10px;
    transition: background-color 0.3s ease; }
    .woocommerce-view-order .entry-content .woocommerce .order-again a:hover {
      background-color: #FEEC4D !important; }
@media (min-width: 990px) {
  .woocommerce-view-order .entry-content .woocommerce .woocommerce-customer-details {
    max-width: 500px; } }
.woocommerce-view-order .entry-content .woocommerce .woocommerce-customer-details .woocommerce-column__title {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  text-transform: inherit;
  padding-bottom: 10px; }
  @media (min-width: 990px) {
    .woocommerce-view-order .entry-content .woocommerce .woocommerce-customer-details .woocommerce-column__title {
      font-size: 16px;
      line-height: 19px; } }
.woocommerce-view-order .entry-content .woocommerce .woocommerce-customer-details .woocommerce-column--shipping-address {
  padding-top: 20px; }
  @media (min-width: 990px) {
    .woocommerce-view-order .entry-content .woocommerce .woocommerce-customer-details .woocommerce-column--shipping-address {
      padding-top: 0; } }
.woocommerce-view-order .entry-content .woocommerce .woocommerce-customer-details address,
.woocommerce-view-order .entry-content .woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--phone,
.woocommerce-view-order .entry-content .woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--email {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 220%;
  padding-top: 0; }
  @media (min-width: 990px) {
    .woocommerce-view-order .entry-content .woocommerce .woocommerce-customer-details address,
    .woocommerce-view-order .entry-content .woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--phone,
    .woocommerce-view-order .entry-content .woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--email {
      font-size: 14px; } }

@media (min-width: 990px) {
  .woocommerce-edit-address .woocommerce-MyAccount-content {
    max-width: 700px;
    float: none !important;
    margin-left: 288px; } }
.woocommerce-edit-address .woocommerce-MyAccount-content form h3 {
  padding-top: 40px; }
  @media (min-width: 990px) {
    .woocommerce-edit-address .woocommerce-MyAccount-content form h3 {
      padding-top: 0; } }
.woocommerce-edit-address h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  padding-bottom: 15px; }
  @media (min-width: 990px) {
    .woocommerce-edit-address h3 {
      font-size: 16px;
      line-height: 19px; } }
.woocommerce-edit-address p.endereco-primeiro-paragrafo {
  padding: 40px 0;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 140%; }
  @media (min-width: 990px) {
    .woocommerce-edit-address p.endereco-primeiro-paragrafo {
      font-size: 12px;
      padding: 0 0 40px 0; } }
.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  border-bottom: 0px; }
.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address address {
  padding-bottom: 15px !important; }
.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address.u-column2 {
  padding-top: 40px; }
  @media (min-width: 990px) {
    .woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address.u-column2 {
      padding-top: 0; } }
.woocommerce-edit-address .edit,
.woocommerce-edit-address button {
  border-radius: 50px !important;
  text-transform: uppercase;
  width: fit-content;
  background-color: #FFFBFB !important;
  color: #1E1E1E !important;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 140%;
  border: 1px solid #1E1E1E !important;
  padding: 8px 10px;
  transition: background-color 0.3s ease; }
  .woocommerce-edit-address .edit:hover,
  .woocommerce-edit-address button:hover {
    background-color: #FEEC4D !important; }
    .woocommerce-edit-address .edit:hover:after,
    .woocommerce-edit-address button:hover:after {
      opacity: 0; }
.woocommerce-edit-address button[name="save_address"] {
  margin-top: 30px !important; }
.woocommerce-edit-address .woocommerce-address-fields #billing_number_field,
.woocommerce-edit-address .woocommerce-address-fields #billing_neighborhood_field,
.woocommerce-edit-address .woocommerce-address-fields #shipping_number_field,
.woocommerce-edit-address .woocommerce-address-fields #shipping_neighborhood_field {
  width: 100%; }
.woocommerce-edit-address .woocommerce-address-fields #shipping_neighborhood_field .optional {
  display: none; }

.woocommerce-edit-account .woocommerce-MyAccount-content {
  padding-top: 40px; }
  @media (min-width: 990px) {
    .woocommerce-edit-account .woocommerce-MyAccount-content {
      padding-top: 0; } }
.woocommerce-edit-account .flex-edit-login {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media (min-width: 990px) {
    .woocommerce-edit-account .flex-edit-login {
      flex-direction: row; } }
  .woocommerce-edit-account .flex-edit-login p {
    width: 100% !important; }
    .woocommerce-edit-account .flex-edit-login p label {
      padding-bottom: 10px;
      line-height: 1.1 !important; }
    @media (min-width: 990px) {
      .woocommerce-edit-account .flex-edit-login p {
        width: 33% !important; } }
.woocommerce-edit-account .flex-edit-senha {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media (min-width: 990px) {
    .woocommerce-edit-account .flex-edit-senha {
      flex-direction: row; } }
  .woocommerce-edit-account .flex-edit-senha p {
    width: 100%; }
    .woocommerce-edit-account .flex-edit-senha p label {
      padding-bottom: 10px;
      line-height: 1.1 !important; }
      .woocommerce-edit-account .flex-edit-senha p label.hide-mb {
        display: none; }
        @media (min-width: 990px) {
          .woocommerce-edit-account .flex-edit-senha p label.hide-mb {
            display: block; } }
    @media (min-width: 990px) {
      .woocommerce-edit-account .flex-edit-senha p {
        width: 33% !important; } }
.woocommerce-edit-account #mailchimp-gdpr-fields {
  display: none; }
.woocommerce-edit-account h2,
.woocommerce-edit-account legend {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 20px; }
.woocommerce-edit-account legend {
  padding-top: 40px; }
.woocommerce-edit-account p button.woocommerce-Button {
  border-radius: 50px;
  text-transform: uppercase;
  width: fit-content;
  background-color: #FFFBFB !important;
  color: #1E1E1E !important;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  border: 1px solid #1E1E1E;
  padding: 8px 10px;
  transition: background-color 0.3s ease;
  border: 1px solid #1E1E1E;
  margin-top: 20px; }
  .woocommerce-edit-account p button.woocommerce-Button:hover {
    background-color: #FEEC4D !important; }
    .woocommerce-edit-account p button.woocommerce-Button:hover:after {
      opacity: 0; }

button {
  overflow: hidden; }
  button:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    transition: opacity ease .5s;
    pointer-events: none;
    z-index: 1; }

.entry-content .addtoany_share_save_container {
  display: none; }

.page-id-10 {
  font-family: 'lato'; }
  .page-id-10 #post-10 header.entry-header {
    margin-bottom: 40px !important; }
  .page-id-10 #post-10 .entry-header,
  .page-id-10 #post-10 .woocommerce-notices-wrapper,
  .page-id-10 #post-10 .woocommerce-notices-wrapper,
  .page-id-10 #post-10 .return-to-shop,
  .page-id-10 #post-10 .woocommerce-cart-form__contents {
    position: relative;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-bottom: 10px !important; }
    @media (min-width: 990px) {
      .page-id-10 #post-10 .entry-header,
      .page-id-10 #post-10 .woocommerce-notices-wrapper,
      .page-id-10 #post-10 .woocommerce-notices-wrapper,
      .page-id-10 #post-10 .return-to-shop,
      .page-id-10 #post-10 .woocommerce-cart-form__contents {
        padding-left: 88px !important;
        padding-right: 88px !important; } }
    .page-id-10 #post-10 .entry-header .entry-title,
    .page-id-10 #post-10 .woocommerce-notices-wrapper .entry-title,
    .page-id-10 #post-10 .woocommerce-notices-wrapper .entry-title,
    .page-id-10 #post-10 .return-to-shop .entry-title,
    .page-id-10 #post-10 .woocommerce-cart-form__contents .entry-title {
      font-family: 'Rubik';
      font-style: normal;
      font-weight: 600;
      font-size: 25px;
      line-height: 120%;
      text-transform: uppercase; }
      @media (min-width: 990px) {
        .page-id-10 #post-10 .entry-header .entry-title,
        .page-id-10 #post-10 .woocommerce-notices-wrapper .entry-title,
        .page-id-10 #post-10 .woocommerce-notices-wrapper .entry-title,
        .page-id-10 #post-10 .return-to-shop .entry-title,
        .page-id-10 #post-10 .woocommerce-cart-form__contents .entry-title {
          font-size: 30px; } }
  .page-id-10 #post-10 .entry-header {
    padding: 50px 0 15px;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid; }
    @media (min-width: 990px) {
      .page-id-10 #post-10 .entry-header {
        text-align: left; } }
  .page-id-10 #post-10 .relative-cart {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px; }
    .page-id-10 #post-10 .relative-cart .btn-atualizar-carrinho {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 5px); }
      @media (min-width: 990px) {
        .page-id-10 #post-10 .relative-cart .btn-atualizar-carrinho {
          left: 100%;
          transform: translate(-143%, 0px); } }
      .page-id-10 #post-10 .relative-cart .btn-atualizar-carrinho button {
        overflow: hidden; }
        .page-id-10 #post-10 .relative-cart .btn-atualizar-carrinho button:after {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: #000;
          opacity: 0;
          transition: opacity ease .5s;
          pointer-events: none;
          z-index: 1; }
  .page-id-10 #post-10 button[name="update_cart"] {
    background: #FAC8FB !important;
    color: #1E1E1E !important;
    width: 225px;
    border-radius: 50px;
    transition: background 0.3s ease; }
    .page-id-10 #post-10 button[name="update_cart"]:hover {
      background: #FEEC4D !important; }
      .page-id-10 #post-10 button[name="update_cart"]:hover:after {
        opacity: 0 !important; }
  .page-id-10 #post-10 .woocommerce-info {
    margin-left: 30px !important;
    margin-right: 30px !important; }
    @media (min-width: 990px) {
      .page-id-10 #post-10 .woocommerce-info {
        margin-left: 88px !important;
        margin-right: 88px !important; } }
  .page-id-10 #post-10 .wc-forward {
    background: #74FCAF !important;
    width: 190px;
    margin: 0 auto; }
    @media (min-width: 990px) {
      .page-id-10 #post-10 .wc-forward {
        display: inline-block;
        width: 210px;
        line-height: 1; } }
  .page-id-10 #post-10 .return-to-shop {
    margin-bottom: 40px; }
    @media (min-width: 990px) {
      .page-id-10 #post-10 .return-to-shop {
        margin-bottom: 80px; } }
  .page-id-10 #post-10 .titulo-wc-cart {
    color: #FFFBFB;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid #FFFBFB;
    width: 100vw;
    transform: translate(-30px, 0);
    overflow: hidden; }
    @media (min-width: 990px) {
      .page-id-10 #post-10 .titulo-wc-cart {
        transform: translate(-105px, 0);
        padding-left: 105px; } }
  .page-id-10 .wc-backward {
    background-color: #FFFBFB !important;
    color: #1E1E1E !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 0 0 20px 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    padding: 5px 30px !important;
    border-radius: 50px !important;
    left: auto;
    border: 0;
    display: inline-block;
    font-family: 'Lato'; }
    @media (min-width: 990px) {
      .page-id-10 .wc-backward {
        font-size: 14px !important; } }
  .page-id-10 .wc-proceed-to-checkout a,
  .page-id-10 button {
    background-color: #FFFBFB !important;
    color: #1E1E1E !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 0 0 20px 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    padding: 5px 30px !important;
    border-radius: 50px !important;
    left: auto;
    border: 0;
    display: inline-block;
    font-family: 'Lato'; }
    @media (min-width: 990px) {
      .page-id-10 .wc-proceed-to-checkout a,
      .page-id-10 button {
        font-size: 14px !important; } }
  .page-id-10 .shop_table {
    border: none !important; }
    .page-id-10 .shop_table thead {
      text-align: center; }
    .page-id-10 .shop_table .quantity .qty {
      padding: 0; }
    .page-id-10 .shop_table tr {
      text-align: center;
      border-top: 1px solid #1E1E1E !important;
      border-bottom: 1px solid #1E1E1E !important;
      padding-bottom: 40px !important; }
      @media (min-width: 990px) {
        .page-id-10 .shop_table tr {
          border: 0 !important; } }
      .page-id-10 .shop_table tr td {
        border: none !important; }
        @media (min-width: 990px) {
          .page-id-10 .shop_table tr td {
            border-top: 1px solid #1E1E1E !important;
            border-bottom: 1px solid #1E1E1E !important;
            padding: 15px !important; } }
        .page-id-10 .shop_table tr td a {
          color: #1E1E1E !important; }
    .page-id-10 .shop_table .product-thumbnail,
    .page-id-10 .shop_table .product-name,
    .page-id-10 .shop_table .product-price,
    .page-id-10 .shop_table .product-quantity,
    .page-id-10 .shop_table .product-subtotal {
      display: flex !important;
      flex-direction: column !important;
      text-align: center !important;
      gap: 10px !important; }
      @media (min-width: 990px) {
        .page-id-10 .shop_table .product-thumbnail,
        .page-id-10 .shop_table .product-name,
        .page-id-10 .shop_table .product-price,
        .page-id-10 .shop_table .product-quantity,
        .page-id-10 .shop_table .product-subtotal {
          display: table-cell !important;
          width: 20%; } }
    .page-id-10 .shop_table .product-remove a {
      margin: 0 auto; }
    .page-id-10 .shop_table .product-thumbnail {
      display: block !important;
      margin: 0 auto; }
      .page-id-10 .shop_table .product-thumbnail a {
        width: 100%; }
      .page-id-10 .shop_table .product-thumbnail img {
        margin: 0 auto;
        min-height: 363px;
        width: 100%;
        object-fit: cover; }
        @media (min-width: 990px) {
          .page-id-10 .shop_table .product-thumbnail img {
            min-height: 150px; } }
      @media (min-width: 990px) {
        .page-id-10 .shop_table .product-thumbnail {
          display: table-cell !important; } }
    .page-id-10 .shop_table .product-thumbnail::before {
      display: none; }
  .page-id-10 .cart-bg {
    background-color: #1E1E1E; }
    .page-id-10 .cart-bg .main-cart-cupom {
      padding-bottom: 40px; }
      .page-id-10 .cart-bg .main-cart-cupom .cart-cupom-conteudo {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        gap: 20px; }
        @media (min-width: 990px) {
          .page-id-10 .cart-bg .main-cart-cupom .cart-cupom-conteudo {
            flex-direction: row;
            gap: 0; } }
        @media (min-width: 990px) {
          .page-id-10 .cart-bg .main-cart-cupom .cart-cupom-conteudo .coupon {
            width: 60%; }
            .page-id-10 .cart-bg .main-cart-cupom .cart-cupom-conteudo .coupon form input {
              width: 250px; } }
        .page-id-10 .cart-bg .main-cart-cupom .cart-cupom-conteudo button {
          overflow: hidden; }
          .page-id-10 .cart-bg .main-cart-cupom .cart-cupom-conteudo button:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: #000;
            opacity: 0;
            transition: opacity ease .5s;
            pointer-events: none;
            z-index: 1; }
        .page-id-10 .cart-bg .main-cart-cupom .cart-cupom-conteudo .aplicar-cupom {
          margin-top: 20px;
          overflow: hidden; }
          @media (min-width: 990px) {
            .page-id-10 .cart-bg .main-cart-cupom .cart-cupom-conteudo .aplicar-cupom {
              margin-top: 0;
              margin-left: 10px; } }
          .page-id-10 .cart-bg .main-cart-cupom .cart-cupom-conteudo .aplicar-cupom:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: #000;
            opacity: 0;
            transition: opacity ease .5s;
            pointer-events: none;
            z-index: 1; }
    .page-id-10 .cart-bg .cart-cupom-input,
    .page-id-10 .cart-bg #calc_shipping_postcode {
      font-family: 'Lato';
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      height: 30px;
      line-height: 32px;
      border: 1px solid #FFFBFB;
      border-radius: 0px;
      outline-offset: 0px;
      padding-left: 10px;
      background-color: #1E1E1E;
      width: 100%;
      color: #FFFBFB; }
      .page-id-10 .cart-bg .cart-cupom-input label,
      .page-id-10 .cart-bg #calc_shipping_postcode label {
        font-family: 'Lato';
        font-weight: 400;
        font-size: 16px;
        line-height: 20px; }
      .page-id-10 .cart-bg .cart-cupom-input::-webkit-input-placeholder,
      .page-id-10 .cart-bg #calc_shipping_postcode::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #FFFBFB;
        font-weight: 400;
        font-family: 'Lato'; }
      .page-id-10 .cart-bg .cart-cupom-input::-moz-placeholder,
      .page-id-10 .cart-bg #calc_shipping_postcode::-moz-placeholder {
        /* Firefox 19+ */
        color: #FFFBFB;
        font-weight: 400;
        font-family: 'Lato'; }
      .page-id-10 .cart-bg .cart-cupom-input:-ms-input-placeholder,
      .page-id-10 .cart-bg #calc_shipping_postcode:-ms-input-placeholder {
        /* IE 10+ */
        color: #FFFBFB;
        font-weight: 400;
        font-family: 'Lato'; }
      .page-id-10 .cart-bg .cart-cupom-input:-moz-placeholder,
      .page-id-10 .cart-bg #calc_shipping_postcode:-moz-placeholder {
        /* Firefox 18- */
        color: #FFFBFB;
        font-weight: 400;
        font-family: 'Lato'; }
      .page-id-10 .cart-bg .cart-cupom-input:focus-visible,
      .page-id-10 .cart-bg #calc_shipping_postcode:focus-visible {
        outline: 1px solid #FFFBFB; }
    .page-id-10 .cart-bg button[name="apply_coupon"] {
      background: #FFFBFB;
      color: #1E1E1E;
      width: auto; }
    .page-id-10 .cart-bg button[name="calc_shipping"] {
      background: #FAC8FB !important;
      color: #1E1E1E !important;
      width: auto;
      font-size: 16px;
      margin-left: 2px; }
    .page-id-10 .cart-bg button[name="continue-comprando"] {
      background: #75FCFB !important;
      color: #1E1E1E !important;
      width: auto; }
    .page-id-10 .cart-bg .cart-collaterals {
      padding: 0 30px;
      width: calc(100% - 60px) !important; }
      @media (min-width: 990px) {
        .page-id-10 .cart-bg .cart-collaterals {
          padding: 0 80px;
          width: calc(100% - 160px) !important; } }
    .page-id-10 .cart-bg .cart_totals {
      width: 100% !important; }
      .page-id-10 .cart-bg .cart_totals .shop_table_dois {
        color: #1E1E1E !important;
        width: 100%;
        font-size: 16px;
        line-height: 19px;
        position: relative; }
        .page-id-10 .cart-bg .cart_totals .shop_table_dois a,
        .page-id-10 .cart-bg .cart_totals .shop_table_dois .shipping-calculator-button {
          color: #1E1E1E !important;
          text-decoration: underline; }
        .page-id-10 .cart-bg .cart_totals .shop_table_dois th {
          width: 0% !important;
          text-align: right !important;
          border-bottom: 1px solid #1E1E1E;
          padding: 30px 0; }
          @media (min-width: 990px) {
            .page-id-10 .cart-bg .cart_totals .shop_table_dois th {
              width: 20% !important;
              text-align: center !important; } }
        .page-id-10 .cart-bg .cart_totals .shop_table_dois td {
          width: 94% !important;
          text-align: end !important;
          padding: 30px 0; }
          @media (min-width: 990px) {
            .page-id-10 .cart-bg .cart_totals .shop_table_dois td {
              width: 80% !important;
              text-align: left !important;
              border-bottom: 1px solid #1E1E1E; } }
        .page-id-10 .cart-bg .cart_totals .shop_table_dois .order-total td,
        .page-id-10 .cart-bg .cart_totals .shop_table_dois .order-total th {
          border-bottom: 0; }
        .page-id-10 .cart-bg .cart_totals .shop_table_dois #calc_shipping_country_field,
        .page-id-10 .cart-bg .cart_totals .shop_table_dois #calc_shipping_state_field,
        .page-id-10 .cart-bg .cart_totals .shop_table_dois #calc_shipping_city_field {
          display: none !important; }
        .page-id-10 .cart-bg .cart_totals .shop_table_dois #shipping_method label {
          font-size: 16px;
          line-height: 19px; }
        .page-id-10 .cart-bg .cart_totals .shop_table_dois #shipping_method p {
          font-size: 16px;
          line-height: 19px; }
        .page-id-10 .cart-bg .cart_totals .shop_table_dois .woocommerce-shipping-destination {
          font-size: 16px;
          line-height: 19px; }
      .page-id-10 .cart-bg .cart_totals .wc-forward {
        font-size: 16px;
        line-height: 1;
        padding: 0.618em 1em; }
        @media (min-width: 990px) {
          .page-id-10 .cart-bg .cart_totals .wc-forward {
            position: absolute;
            bottom: 40px;
            right: 90px; } }
      .page-id-10 .cart-bg .cart_totals h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 51px;
        padding-bottom: 30px;
        display: none; }
      .page-id-10 .cart-bg .cart_totals .digite-seu-endereco {
        font-size: 15px;
        padding-left: 80px; }
        @media (min-width: 990px) {
          .page-id-10 .cart-bg .cart_totals .digite-seu-endereco {
            padding-left: 0; } }
      .page-id-10 .cart-bg .cart_totals .shipping-calculator-button {
        font-size: 15px; }

.woocommerce-checkout {
  font-family: 'lato'; }
  .woocommerce-checkout #primary {
    overflow: hidden; }
  .woocommerce-checkout .entry-header {
    display: none; }
  .woocommerce-checkout .entry-content {
    padding-top: 50px; }
    @media (min-width: 990px) {
      .woocommerce-checkout .entry-content {
        padding-top: 80px; } }
  .woocommerce-checkout #mailchimp-gdpr-fields {
    display: none !important; }
  .woocommerce-checkout .woocommerce-message {
    margin: 0px 30px 3em 30px;
    box-sizing: border-box; }
    @media (min-width: 990px) {
      .woocommerce-checkout .woocommerce-message {
        margin: 0px 88px 3em; } }
    .woocommerce-checkout .woocommerce-message span {
      line-height: 30px; }
  .woocommerce-checkout .woocommerce-message::before {
    display: none; }
  .woocommerce-checkout .site-main {
    position: relative;
    overflow-x: hidden;
    margin-bottom: -6px; }
  .woocommerce-checkout .entry-header {
    padding: 40px 30px 0 30px; }
    @media (min-width: 990px) {
      .woocommerce-checkout .entry-header {
        padding: 40px 88px 0 88px; } }
    .woocommerce-checkout .entry-header .linha-seta {
      justify-content: flex-start; }
  .woocommerce-checkout .woocommerce-notices-wrapper,
  .woocommerce-checkout .woocommerce-form-coupon-toggle,
  .woocommerce-checkout .woocommerce-form-coupon,
  .woocommerce-checkout .woocommerce-notices-wrapper,
  .woocommerce-checkout .col2-set,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout .seu-pedido-checkout,
  .woocommerce-checkout .cart-checkout,
  .woocommerce-checkout .woocommerce-checkout-review-order-table,
  .woocommerce-checkout .pagamento-checkout,
  .woocommerce-checkout .woocommerce-form-login-toggle,
  .woocommerce-checkout .woocommerce-notice,
  .woocommerce-checkout .woocommerce-order-overview,
  .woocommerce-checkout .woocommerce-order-details,
  .woocommerce-checkout .mp-details-title,
  .woocommerce-checkout .mp-col-md-4,
  .woocommerce-checkout .mp-col-md-8,
  .woocommerce-checkout .woocommerce-customer-details,
  .woocommerce-checkout .woocommerce-message {
    padding: 0px 30px 0 30px;
    box-sizing: border-box; }
    @media (min-width: 990px) {
      .woocommerce-checkout .woocommerce-notices-wrapper,
      .woocommerce-checkout .woocommerce-form-coupon-toggle,
      .woocommerce-checkout .woocommerce-form-coupon,
      .woocommerce-checkout .woocommerce-notices-wrapper,
      .woocommerce-checkout .col2-set,
      .woocommerce-checkout #order_review_heading,
      .woocommerce-checkout .seu-pedido-checkout,
      .woocommerce-checkout .cart-checkout,
      .woocommerce-checkout .woocommerce-checkout-review-order-table,
      .woocommerce-checkout .pagamento-checkout,
      .woocommerce-checkout .woocommerce-form-login-toggle,
      .woocommerce-checkout .woocommerce-notice,
      .woocommerce-checkout .woocommerce-order-overview,
      .woocommerce-checkout .woocommerce-order-details,
      .woocommerce-checkout .mp-details-title,
      .woocommerce-checkout .mp-col-md-4,
      .woocommerce-checkout .mp-col-md-8,
      .woocommerce-checkout .woocommerce-customer-details,
      .woocommerce-checkout .woocommerce-message {
        padding: 0px 88px 0 88px; } }
  .woocommerce-checkout address {
    font-size: 16px;
    line-height: 36px;
    border: none !important;
    padding: 0 !important; }
    .woocommerce-checkout address .woocommerce-customer-details--phone,
    .woocommerce-checkout address .woocommerce-customer-details--email {
      padding-left: 0 !important; }
    .woocommerce-checkout address .woocommerce-customer-details--phone::before,
    .woocommerce-checkout address .woocommerce-customer-details--email::before {
      display: none; }
    .woocommerce-checkout address .woocommerce-customer-details--phone {
      padding-top: 5px; }
    .woocommerce-checkout address .woocommerce-customer-details--email {
      padding-top: 10px; }
  .woocommerce-checkout .mp-row-checkout-pix-container,
  .woocommerce-checkout .mp-details-title {
    box-sizing: border-box !important; }
  .woocommerce-checkout .mp-details-title {
    font-family: 'dosis'; }
  .woocommerce-checkout .woocommerce-order-details__title,
  .woocommerce-checkout .woocommerce-column__title {
    font-size: 32px;
    line-height: 120%;
    padding-bottom: 30px; }
    @media (min-width: 990px) {
      .woocommerce-checkout .woocommerce-order-details__title,
      .woocommerce-checkout .woocommerce-column__title {
        font-size: 64px; } }
  .woocommerce-checkout .mp-details-pix {
    box-shadow: 0 0px 0px 0 !important;
    font-family: 'dosis' !important; }
    .woocommerce-checkout .mp-details-pix p {
      font-family: 'dosis'; }
    @media (min-width: 990px) {
      .woocommerce-checkout .mp-details-pix .mp-row-checkout-pix .mp-col-md-4 {
        width: 39% !important; } }
    @media (min-width: 990px) {
      .woocommerce-checkout .mp-details-pix .mp-row-checkout-pix .mp-col-md-8 {
        width: 60% !important; } }
    .woocommerce-checkout .mp-details-pix .mp-row-checkout-pix .mp-details-pix-number-p {
      line-height: 25px; }
    .woocommerce-checkout .mp-details-pix .mp-row-checkout-pix .mp-details-list {
      padding-bottom: 20px; }
  .woocommerce-checkout .woocommerce-thankyou-order-details {
    padding-top: 20px; }
  .woocommerce-checkout .woocommerce-form-coupon,
  .woocommerce-checkout .woocommerce-form-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 30px 40px 30px !important; }
    @media (min-width: 990px) {
      .woocommerce-checkout .woocommerce-form-coupon,
      .woocommerce-checkout .woocommerce-form-login {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0px 88px 40px 88px !important; } }
    .woocommerce-checkout .woocommerce-form-coupon p,
    .woocommerce-checkout .woocommerce-form-login p {
      padding-bottom: 20px; }
    .woocommerce-checkout .woocommerce-form-coupon p:first-child,
    .woocommerce-checkout .woocommerce-form-login p:first-child {
      width: 100%; }
    .woocommerce-checkout .woocommerce-form-coupon .form-row-first,
    .woocommerce-checkout .woocommerce-form-login .form-row-first {
      width: 100%; }
      @media (min-width: 990px) {
        .woocommerce-checkout .woocommerce-form-coupon .form-row-first,
        .woocommerce-checkout .woocommerce-form-login .form-row-first {
          width: 50% !important; } }
    .woocommerce-checkout .woocommerce-form-coupon .form-row-last,
    .woocommerce-checkout .woocommerce-form-login .form-row-last {
      width: 100%; }
      @media (min-width: 990px) {
        .woocommerce-checkout .woocommerce-form-coupon .form-row-last,
        .woocommerce-checkout .woocommerce-form-login .form-row-last {
          width: 44% !important; } }
    .woocommerce-checkout .woocommerce-form-coupon .woocommerce-form__label-for-checkbox,
    .woocommerce-checkout .woocommerce-form-login .woocommerce-form__label-for-checkbox {
      display: flex !important;
      gap: 10px; }
  .woocommerce-checkout #account_password_field {
    width: 50% !important; }
  .woocommerce-checkout #order_review_heading {
    padding-top: 30px;
    padding-bottom: 15px; }
    @media (min-width: 990px) {
      .woocommerce-checkout #order_review_heading {
        padding-top: 80px; } }
  .woocommerce-checkout .seu-pedido-checkout,
  .woocommerce-checkout .pagamento-checkout {
    padding-bottom: 30px; }
    @media (min-width: 990px) {
      .woocommerce-checkout .seu-pedido-checkout,
      .woocommerce-checkout .pagamento-checkout {
        padding-bottom: 80px; } }
    .woocommerce-checkout .seu-pedido-checkout .linha-seta,
    .woocommerce-checkout .pagamento-checkout .linha-seta {
      justify-content: flex-start; }
  .woocommerce-checkout #payment .pagamento-checkout ul.wc_payment_methods {
    padding: 30px 0 !important; }
    @media (min-width: 990px) {
      .woocommerce-checkout #payment .pagamento-checkout ul.wc_payment_methods {
        padding: 40px 0 !important; } }
    .woocommerce-checkout #payment .pagamento-checkout ul.wc_payment_methods li {
      display: flex;
      flex-wrap: wrap; }
  .woocommerce-checkout .col2-set {
    width: auto !important; }
  .woocommerce-checkout h3 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    text-transform: uppercase; }
    @media (min-width: 990px) {
      .woocommerce-checkout h3 {
        font-size: 30px; } }
  .woocommerce-checkout .woocommerce-billing-fields h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #1E1E1E;
    margin-bottom: 40px; }
  .woocommerce-checkout button {
    background-color: #FFFBFB !important;
    color: #1E1E1E !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 0 0 20px 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    padding: 5px 30px !important;
    border-radius: 50px !important;
    left: auto;
    border: 1px solid !important;
    display: inline-block;
    font-family: 'Lato'; }
    @media (min-width: 990px) {
      .woocommerce-checkout button {
        font-size: 14px !important; } }
    .woocommerce-checkout button:hover {
      background-color: #FEEC4D !important; }
  .woocommerce-checkout button[name="woocommerce_checkout_place_order"] {
    background: #74FCAF !important; }
    .woocommerce-checkout button[name="woocommerce_checkout_place_order"]:hover {
      background: #FEEC4D !important; }
  .woocommerce-checkout button[name="apply_coupon"] {
    background: #FFFBFB;
    color: #1E1E1E;
    width: auto;
    margin-top: 20px !important; }
    @media (min-width: 990px) {
      .woocommerce-checkout button[name="apply_coupon"] {
        margin-top: 0 !important; } }
    .woocommerce-checkout button[name="apply_coupon"]:hover {
      background: #FEEC4D !important; }
  .woocommerce-checkout .woocommerce-error {
    margin-left: 30px;
    margin-right: 30px; }
    @media (min-width: 990px) {
      .woocommerce-checkout .woocommerce-error {
        margin-left: 88px;
        margin-right: 88px; } }
  .woocommerce-checkout .woocommerce-message {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (min-width: 990px) {
      .woocommerce-checkout .woocommerce-message {
        padding-left: 28px; } }
  .woocommerce-checkout .woocommerce-additional-fields {
    display: none; }
  .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
    width: 100%; }
    .woocommerce-checkout #customer_details .col-1 #billing_number_field, .woocommerce-checkout #customer_details .col-1 #billing_neighborhood_field, .woocommerce-checkout #customer_details .col-1 #shipping_number_field, .woocommerce-checkout #customer_details .col-1 #shipping_neighborhood_field, .woocommerce-checkout #customer_details .col-2 #billing_number_field, .woocommerce-checkout #customer_details .col-2 #billing_neighborhood_field, .woocommerce-checkout #customer_details .col-2 #shipping_number_field, .woocommerce-checkout #customer_details .col-2 #shipping_neighborhood_field {
      width: 100%; }
  .woocommerce-checkout #customer_details .woocommerce-shipping-fields {
    padding-top: 20px; }
    @media (min-width: 990px) {
      .woocommerce-checkout #customer_details .woocommerce-shipping-fields {
        padding-top: 40px; } }
    .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
      display: flex;
      gap: 10px; }
      @media (min-width: 990px) {
        .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
          align-items: center; } }
  @media (min-width: 990px) {
    .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 4%; } }
  .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper #shipping_company_field, .woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper #shipping_company_field {
    display: none; }
  @media (min-width: 990px) {
    .woocommerce-checkout .form-row {
      width: 20% !important; }
      .woocommerce-checkout .form-row input[name="billing_address_2"] {
        position: relative;
        top: 6px; } }
  .woocommerce-checkout .mailchimp-newsletter {
    width: 100% !important; }
  .woocommerce-checkout .cart-checkout:nth-of-type(2),
  .woocommerce-checkout .cart-checkout:nth-of-type(3),
  .woocommerce-checkout .cart-checkout:nth-of-type(4) {
    display: none; }
  .woocommerce-checkout .cart-checkout .shop_table {
    border: none !important;
    margin-bottom: 0; }
    .woocommerce-checkout .cart-checkout .shop_table thead {
      text-align: center; }
    .woocommerce-checkout .cart-checkout .shop_table tr {
      text-align: center;
      border-top: 1px solid #1E1E1E !important;
      border-bottom: 1px solid #1E1E1E !important; }
      @media (min-width: 990px) {
        .woocommerce-checkout .cart-checkout .shop_table tr {
          border: 0 !important; } }
      .woocommerce-checkout .cart-checkout .shop_table tr td {
        border: 0; }
        @media (min-width: 990px) {
          .woocommerce-checkout .cart-checkout .shop_table tr td {
            border-top: 1px solid #1E1E1E !important;
            border-bottom: 1px solid #1E1E1E !important; } }
        .woocommerce-checkout .cart-checkout .shop_table tr td a {
          color: #1E1E1E !important; }
    .woocommerce-checkout .cart-checkout .shop_table .product-thumbnail,
    .woocommerce-checkout .cart-checkout .shop_table .product-name,
    .woocommerce-checkout .cart-checkout .shop_table .product-price,
    .woocommerce-checkout .cart-checkout .shop_table .product-quantity,
    .woocommerce-checkout .cart-checkout .shop_table .product-subtotal {
      display: flex !important;
      flex-direction: column !important;
      text-align: center !important; }
      @media (min-width: 990px) {
        .woocommerce-checkout .cart-checkout .shop_table .product-thumbnail,
        .woocommerce-checkout .cart-checkout .shop_table .product-name,
        .woocommerce-checkout .cart-checkout .shop_table .product-price,
        .woocommerce-checkout .cart-checkout .shop_table .product-quantity,
        .woocommerce-checkout .cart-checkout .shop_table .product-subtotal {
          display: table-cell !important;
          width: 20%; } }
    .woocommerce-checkout .cart-checkout .shop_table .product-thumbnail {
      display: block !important;
      margin: 0 auto; }
      .woocommerce-checkout .cart-checkout .shop_table .product-thumbnail a {
        width: 100%; }
      @media (min-width: 990px) {
        .woocommerce-checkout .cart-checkout .shop_table .product-thumbnail {
          display: table-cell !important; } }
    .woocommerce-checkout .cart-checkout .shop_table .product-thumbnail::before {
      display: none; }
  .woocommerce-checkout .shop_table_dois {
    color: #1E1E1E !important;
    width: 100%;
    position: relative;
    border: none !important; }
    .woocommerce-checkout .shop_table_dois a,
    .woocommerce-checkout .shop_table_dois .shipping-calculator-button {
      color: #1E1E1E !important;
      text-decoration: underline; }
    .woocommerce-checkout .shop_table_dois th {
      width: 0% !important;
      text-align: right !important;
      border-bottom: 1px solid #1E1E1E;
      padding: 30px 0; }
      @media (min-width: 990px) {
        .woocommerce-checkout .shop_table_dois th {
          width: 20% !important;
          text-align: center !important;
          border-top: 0 !important;
          padding: 20px 0 !important; } }
    .woocommerce-checkout .shop_table_dois td {
      width: 94% !important;
      text-align: end !important;
      padding: 30px 0;
      border-bottom: 1px solid #1E1E1E; }
      @media (min-width: 990px) {
        .woocommerce-checkout .shop_table_dois td {
          width: 80% !important;
          text-align: left !important;
          border-top: 0 !important; } }
    .woocommerce-checkout .shop_table_dois .cart-discount th {
      word-break: break-word; }
    .woocommerce-checkout .shop_table_dois .woocommerce-remove-coupon {
      color: #1E1E1E !important; }
    .woocommerce-checkout .shop_table_dois .order-total td,
    .woocommerce-checkout .shop_table_dois .order-total th {
      border-bottom: 0; }
    .woocommerce-checkout .shop_table_dois #calc_shipping_country_field,
    .woocommerce-checkout .shop_table_dois #calc_shipping_state_field,
    .woocommerce-checkout .shop_table_dois #calc_shipping_city_field {
      display: none !important; }
    .woocommerce-checkout .shop_table_dois .order-total th, .woocommerce-checkout .shop_table_dois .woocommerce-shipping-totals th, .woocommerce-checkout .shop_table_dois .cart-subtotal th, .woocommerce-checkout .shop_table_dois .cart-discount th {
      text-align: left !important; }
      @media (min-width: 990px) {
        .woocommerce-checkout .shop_table_dois .order-total th, .woocommerce-checkout .shop_table_dois .woocommerce-shipping-totals th, .woocommerce-checkout .shop_table_dois .cart-subtotal th, .woocommerce-checkout .shop_table_dois .cart-discount th {
          padding-left: 13px !important; } }
    .woocommerce-checkout .shop_table_dois #shipping_method p {
      font-size: 16px;
      line-height: 28px; }
    .woocommerce-checkout .shop_table_dois .woocommerce-shipping-destination {
      font-size: 16px;
      line-height: 28px; }
  .woocommerce-checkout div#pagseguro-credit-card-form p {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    justify-content: space-between; }
    @media (min-width: 990px) {
      .woocommerce-checkout div#pagseguro-credit-card-form p {
        width: 49% !important;
        padding-bottom: 30px; } }
  .woocommerce-checkout #payment {
    background: #1E1E1E !important;
    color: #FFFBFB !important;
    font-family: 'lato' !important; }
    .woocommerce-checkout #payment .pagamento-titulo {
      padding: 50px 0 15px 0;
      border-bottom: 1px solid;
      width: 100vw;
      transform: translate(-30px, 0px);
      padding-left: 30px; }
      @media (min-width: 990px) {
        .woocommerce-checkout #payment .pagamento-titulo {
          padding: 80px 102px 15px 90px;
          transform: translate(-90px, 0px); } }
    .woocommerce-checkout #payment .wc_payment_methods .payment_box .mp-checkout-container p,
    .woocommerce-checkout #payment .wc_payment_methods .payment_box .mp-checkout-container .mp-input-label,
    .woocommerce-checkout #payment .wc_payment_methods .payment_box .mp-checkout-container .mp-terms-and-conditions-container span,
    .woocommerce-checkout #payment .wc_payment_methods .payment_box .mp-checkout-container .mp-terms-and-conditions-container a,
    .woocommerce-checkout #payment .wc_payment_methods .payment_box .mp-checkout-container .mp-payment-methods-badge-text,
    .woocommerce-checkout #payment .wc_payment_methods .payment_box .mp-checkout-container .mp-helper-message {
      font-family: 'dosis' !important; }
    .woocommerce-checkout #payment label[for="payment_method_woo-mercado-pago-custom"] {
      position: relative;
      top: -10px; }
      .woocommerce-checkout #payment label[for="payment_method_woo-mercado-pago-custom"] img {
        position: absolute !important;
        top: 1px;
        left: 105px; }
    .woocommerce-checkout #payment label[for="payment_method_woo-mercado-pago-pix"] {
      position: relative;
      top: -10px; }
      .woocommerce-checkout #payment label[for="payment_method_woo-mercado-pago-pix"] img {
        position: absolute !important;
        top: 3px;
        left: 30px; }
    .woocommerce-checkout #payment label[for="payment_method_pagseguro"] {
      position: relative;
      top: -10px; }
      .woocommerce-checkout #payment label[for="payment_method_pagseguro"] img {
        position: absolute !important;
        top: 3px;
        left: 115px; }
    .woocommerce-checkout #payment .payment_box::before {
      border-right-color: transparent !important;
      border-left-color: transparent !important;
      border-top-color: transparent !important; }
    @media (min-width: 990px) {
      .woocommerce-checkout #payment .place-order {
        width: 95% !important; } }
    .woocommerce-checkout #payment #place_order {
      margin-top: 40px; }
    .woocommerce-checkout #payment a,
    .woocommerce-checkout #payment a:visited {
      color: #1E1E1E; }
  .woocommerce-checkout .product-thumbnail {
    height: auto !important; }
  .woocommerce-checkout .product-thumbnail {
    width: 150px;
    height: 150px; }
    .woocommerce-checkout .product-thumbnail img {
      width: 100% !important;
      object-fit: contain;
      max-width: 150px;
      max-height: 150px; }

#billing_address_2_field::before, #shipping_address_2_field::before {
  content: 'Complemento' !important;
  padding-bottom: 10px; }
  @media (min-width: 990px) {
    #billing_address_2_field::before, #shipping_address_2_field::before {
      position: relative;
      top: 7px; } }

.blog-post h1 {
  font-size: 30px;
  font-family: 'Rubik';
  font-weight: 700;
  line-height: 110%; }
  @media (min-width: 990px) {
    .blog-post h1 {
      font-size: 50px; } }
.blog-post p,
.blog-post span,
.blog-post li,
.blog-post label {
  font-family: 'Lato';
  font-size: 15px;
  line-height: 140%; }
.blog-post cite,
.blog-post table,
.blog-post figcaption,
.blog-post .wp-block-file,
.blog-post .wp-block-button {
  font-family: 'Lato'; }
.blog-post .header-blog {
  display: flex;
  padding: 10px 20px;
  align-items: flex-start;
  background: #1E1E1E; }
  @media (min-width: 990px) {
    .blog-post .header-blog {
      padding: 10px 50px; } }
  .blog-post .header-blog h3 {
    text-transform: uppercase;
    color: #FDADAF; }
.blog-post .post-unico {
  padding: 50px 25px 100px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px; }
  @media (min-width: 990px) {
    .blog-post .post-unico {
      padding: 50px 100px 100px 100px;
      max-width: 1240px;
      margin: 0 auto; } }
  .blog-post .post-unico .entry-date {
    width: fit-content; }
    .blog-post .post-unico .entry-date p {
      padding: 5px;
      border: 1px solid #1E1E1E; }
  .blog-post .post-unico .entry-cats-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px; }
    .blog-post .post-unico .entry-cats-tags .cat-links ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 10px; }
    .blog-post .post-unico .entry-cats-tags .cat-links li {
      background: #75FCFB;
      padding: 5px;
      transition: background 0.3s ease; }
      .blog-post .post-unico .entry-cats-tags .cat-links li:hover {
        background: #FEEC4D; }
      .blog-post .post-unico .entry-cats-tags .cat-links li a,
      .blog-post .post-unico .entry-cats-tags .cat-links li a:visited {
        color: #1E1E1E; }
    .blog-post .post-unico .entry-cats-tags .tags-links {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 10px; }
      .blog-post .post-unico .entry-cats-tags .tags-links a,
      .blog-post .post-unico .entry-cats-tags .tags-links a:visited {
        background: #FAC8FB;
        color: #1E1E1E;
        padding: 5px;
        transition: background 0.3s ease; }
        .blog-post .post-unico .entry-cats-tags .tags-links a:hover,
        .blog-post .post-unico .entry-cats-tags .tags-links a:visited:hover {
          background: #FEEC4D; }
  .blog-post .post-unico .entry-title {
    font-size: 30px;
    font-family: 'Rubik';
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase; }
    @media (min-width: 990px) {
      .blog-post .post-unico .entry-title {
        font-size: 50px; } }
  .blog-post .post-unico .entry-autoria {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .blog-post .post-unico .entry-autoria a,
    .blog-post .post-unico .entry-autoria a:visited {
      color: #1E1E1E;
      text-decoration: underline; }
      .blog-post .post-unico .entry-autoria a:hover,
      .blog-post .post-unico .entry-autoria a:visited:hover {
        font-weight: 700; }
    .blog-post .post-unico .entry-autoria .bio-autoria {
      max-width: 670px; }
  .blog-post .post-unico img {
    object-fit: contain;
    height: auto; }
  .blog-post .post-unico .entry-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%; }
    .blog-post .post-unico .entry-content a,
    .blog-post .post-unico .entry-content a:visited {
      color: #1E1E1E;
      text-decoration: underline; }
      .blog-post .post-unico .entry-content a:hover,
      .blog-post .post-unico .entry-content a:visited:hover {
        font-weight: 700; }
    .blog-post .post-unico .entry-content ul {
      font-size: 12px;
      font-family: 'Lato';
      font-weight: 300;
      text-transform: uppercase;
      list-style: disc;
      margin-left: 17px;
      display: flex;
      flex-direction: column;
      gap: 15px; }
    .blog-post .post-unico .entry-content .wp-block-separator.is-style-wide, .blog-post .post-unico .entry-content .wp-block-separator.is-style-default {
      width: 100%; }
    .blog-post .post-unico .entry-content h1,
    .blog-post .post-unico .entry-content h2,
    .blog-post .post-unico .entry-content h3,
    .blog-post .post-unico .entry-content h4,
    .blog-post .post-unico .entry-content h5,
    .blog-post .post-unico .entry-content h6 {
      padding: 10px;
      background-color: #FAC8FB;
      text-transform: uppercase;
      width: fit-content;
      transition: all 0.3s ease; }
    @media (min-width: 990px) {
      .blog-post .post-unico .entry-content p {
        font-size: 17px;
        line-height: 150%; } }
    .blog-post .post-unico .entry-content .wp-block-cover img {
      object-fit: cover;
      height: 100%; }
    .blog-post .post-unico .entry-content .wp-block-file {
      margin-bottom: 0;
      display: flex;
      flex-direction: row;
      align-items: center;
      min-height: 30px; }
      .blog-post .post-unico .entry-content .wp-block-file a {
        font-size: 11px;
        line-height: 110%;
        text-align: left;
        font-style: italic; }
        @media (min-width: 990px) {
          .blog-post .post-unico .entry-content .wp-block-file a {
            font-size: 12px; } }
        .blog-post .post-unico .entry-content .wp-block-file a.wp-block-file__button {
          font-size: 11px;
          font-family: 'Rubik';
          font-weight: 500;
          border-radius: 100px;
          border: 2px solid #1E1E1E;
          background: #FFFBFB;
          padding: 5px 10px;
          box-shadow: 3px 2px 0px 0px #1E1E1E;
          text-decoration: none;
          font-style: normal;
          transition: all 0.3s ease; }
          .blog-post .post-unico .entry-content .wp-block-file a.wp-block-file__button:hover {
            transform: translate(3px, 2px);
            box-shadow: none;
            border: 1px solid #1E1E1E;
            background: #FEEC4D;
            color: #1E1E1E; }
    .blog-post .post-unico .entry-content .wp-block-embed {
      margin: 0 auto; }
    .blog-post .post-unico .entry-content iframe {
      margin: 0 auto !important; }
    .blog-post .post-unico .entry-content .wp-block-table {
      overflow-x: unset; }
      .blog-post .post-unico .entry-content .wp-block-table .wp-element-caption {
        font-size: 11px;
        line-height: 110%;
        text-align: left;
        font-style: italic; }
        @media (min-width: 990px) {
          .blog-post .post-unico .entry-content .wp-block-table .wp-element-caption {
            font-size: 12px; } }
    .blog-post .post-unico .entry-content .wp-block-file a,
    .blog-post .post-unico .entry-content .wp-block-file a:visited {
      font-size: 11px;
      line-height: 110%;
      text-align: left;
      font-style: italic;
      color: #1E1E1E; }
      @media (min-width: 990px) {
        .blog-post .post-unico .entry-content .wp-block-file a,
        .blog-post .post-unico .entry-content .wp-block-file a:visited {
          font-size: 12px; } }
      .blog-post .post-unico .entry-content .wp-block-file a:hover,
      .blog-post .post-unico .entry-content .wp-block-file a:visited:hover {
        font-weight: 700; }
    .blog-post .post-unico .entry-content .wp-block-quote cite {
      font-size: 20px;
      line-height: 26px;
      font-style: italic; }
      @media (min-width: 990px) {
        .blog-post .post-unico .entry-content .wp-block-quote cite {
          font-size: 22px; } }
    .blog-post .post-unico .entry-content .wp-block-pullquote p {
      font-size: 20px;
      line-height: 26px;
      font-style: italic; }
      @media (min-width: 990px) {
        .blog-post .post-unico .entry-content .wp-block-pullquote p {
          font-size: 22px; } }
    .blog-post .post-unico .entry-content .wp-block-pullquote cite {
      font-size: 11px;
      line-height: 140%;
      font-style: italic; }
      @media (min-width: 990px) {
        .blog-post .post-unico .entry-content .wp-block-pullquote cite {
          font-size: 12px; } }
    .blog-post .post-unico .entry-content .wp-calendar-table caption {
      font-weight: 700; }
    .blog-post .post-unico .entry-content .wp-block-button {
      min-height: 40px; }
      .blog-post .post-unico .entry-content .wp-block-button a {
        font-size: 16px;
        font-family: 'Rubik';
        font-weight: 500;
        border-radius: 100px;
        border: 2px solid #1E1E1E;
        background: #FFFBFB;
        padding: 10px 20px;
        box-shadow: 6px 6px 0px 0px #1E1E1E;
        text-decoration: none;
        font-style: normal;
        transition: all 0.3s ease; }
        .blog-post .post-unico .entry-content .wp-block-button a:hover {
          transform: translate(6px, 6px);
          box-shadow: none;
          border: 1px solid #1E1E1E;
          background: #FEEC4D;
          color: #1E1E1E; }
      .blog-post .post-unico .entry-content .wp-block-button.is-style-fill a {
        font-size: 16px;
        font-family: 'Rubik';
        font-weight: 500;
        border-radius: 100px;
        border: 2px solid #1E1E1E;
        background: #3172F5;
        color: #FFFBFB;
        padding: 10px 20px;
        box-shadow: 6px 6px 0px 0px #1E1E1E;
        text-decoration: none;
        font-style: normal;
        transition: all 0.3s ease; }
        .blog-post .post-unico .entry-content .wp-block-button.is-style-fill a:hover {
          transform: translate(6px, 6px);
          box-shadow: none;
          border: 1px solid #1E1E1E;
          background: #FEEC4D;
          color: #1E1E1E; }
      .blog-post .post-unico .entry-content .wp-block-button.is-style-outline a {
        font-size: 16px;
        font-family: 'Rubik';
        font-weight: 500;
        border-radius: 100px;
        border: 2px solid #1E1E1E;
        background: #FFFBFB;
        padding: 10px 20px;
        box-shadow: 6px 6px 0px 0px #1E1E1E;
        text-decoration: none;
        font-style: normal;
        transition: all 0.3s ease; }
        .blog-post .post-unico .entry-content .wp-block-button.is-style-outline a:hover {
          transform: translate(6px, 6px);
          box-shadow: none;
          border: 1px solid #1E1E1E;
          background: #FEEC4D;
          color: #1E1E1E; }
.blog-post .all-noticias-relacionadas {
  background: #1E1E1E;
  color: #FFFBFB;
  padding-bottom: 60px; }
  .blog-post .all-noticias-relacionadas h1 {
    padding: 60px 25px;
    text-align: center; }
    @media (min-width: 990px) {
      .blog-post .all-noticias-relacionadas h1 {
        padding: 80px 100px;
        text-align: left; } }
  .blog-post .all-noticias-relacionadas .all-cards-relacionados {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px; }
    @media (min-width: 990px) {
      .blog-post .all-noticias-relacionadas .all-cards-relacionados {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 100px; } }
    .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card {
      display: flex;
      padding: 30px 25px;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      align-self: stretch;
      border: 1px solid #1E1E1E;
      width: 100%; }
      @media (min-width: 990px) {
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card {
          width: 32%; } }
      .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card img {
        width: 100%;
        object-fit: contain;
        height: auto; }
      .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+1) {
        background: #C7B1E9; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+1) .post-categories ul li {
          background: #94C6D9; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+1) .post-tags h5 a,
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+1) .post-tags h5 a:visited {
          background: #94C6D9; }
      .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+2) {
        background: #FFFBFB; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+2) .post-categories ul li {
          background: #74FCAF; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+2) .post-tags h5 a,
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+2) .post-tags h5 a:visited {
          background: #74FCAF; }
      .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+3) {
        background: #FDADAF; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+3) .post-categories ul li {
          background: #FFDCB8; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+3) .post-tags h5 a,
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+3) .post-tags h5 a:visited {
          background: #FFDCB8; }
      .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+4) {
        background: #75FCFB; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+4) .post-categories ul li {
          background: #FDADAF; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+4) .post-tags h5 a,
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+4) .post-tags h5 a:visited {
          background: #FDADAF; }
      .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+5) {
        background: #74FCAF; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+5) .post-categories ul li {
          background: #FAC8FB; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+5) .post-tags h5 a,
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n+5) .post-tags h5 a:visited {
          background: #FAC8FB; }
      .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n) {
        background: #FAC8FB; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n) .post-categories ul li {
          background: #74FCAF; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n) .post-tags h5 a,
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card:nth-child(6n) .post-tags h5 a:visited {
          background: #74FCAF; }
      .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .post-cats-tags {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .post-cats-tags .post-categories ul {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          gap: 10px; }
          .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .post-cats-tags .post-categories ul li {
            padding: 5px;
            transition: background 0.3s ease; }
            .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .post-cats-tags .post-categories ul li:hover {
              background: #FEEC4D; }
            .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .post-cats-tags .post-categories ul li a,
            .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .post-cats-tags .post-categories ul li a:visited {
              color: #1E1E1E; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .post-cats-tags .post-tags h5 {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          gap: 10px; }
          .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .post-cats-tags .post-tags h5 a,
          .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .post-cats-tags .post-tags h5 a:visited {
            color: #1E1E1E;
            padding: 5px;
            transition: background 0.3s ease; }
            .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .post-cats-tags .post-tags h5 a:hover,
            .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .post-cats-tags .post-tags h5 a:visited:hover {
              background: #FEEC4D; }
      .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .titulo-post-archive,
      .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .titulo-post-archive:visited {
        color: #1E1E1E; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .titulo-post-archive:hover,
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .titulo-post-archive:visited:hover {
          font-weight: 700; }
      .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .post-meta {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        color: #1E1E1E; }
        .blog-post .all-noticias-relacionadas .all-cards-relacionados .post-card .post-meta .post-author {
          text-decoration: underline;
          text-align: right; }
.blog-post .btn-todas-noticias {
  padding: 5px 10px;
  width: 176px;
  height: 29px;
  background: #1E1E1E;
  box-shadow: 4px 4px 0px #FFFBFB;
  border: 1px solid #FFFBFB;
  border-radius: 100px;
  transition: all 0.3s ease;
  margin: 10px auto 0px; }
  @media (min-width: 990px) {
    .blog-post .btn-todas-noticias {
      width: 185px; } }
  .blog-post .btn-todas-noticias:hover {
    transform: translate(4px, 4px);
    box-shadow: none; }
  .blog-post .btn-todas-noticias a {
    color: #FFFBFB; }

.all-blog {
  padding: 20px 30px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 990px) {
    .all-blog {
      padding: 0 45px 50px 45px; } }
  .all-blog img {
    object-fit: contain;
    width: 100%;
    height: auto; }
  .all-blog .thumb-link {
    width: 100%; }
    .all-blog .thumb-link img {
      max-height: 192px;
      height: 192px;
      object-fit: cover; }
      @media (min-width: 1920px) {
        .all-blog .thumb-link img {
          height: 400px;
          max-height: 400px; } }
  .all-blog a,
  .all-blog .all-filtros a {
    text-decoration: none; }
  .all-blog .post-card {
    display: flex;
    padding: 30px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border: 1px solid #1E1E1E;
    width: 100%; }
    @media (min-width: 990px) {
      .all-blog .post-card {
        width: 49%; } }
    .all-blog .post-card a {
      text-decoration: none; }
    .all-blog .post-card .post-cats-tags {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px; }
      @media (min-width: 990px) {
        .all-blog .post-card .post-cats-tags {
          gap: 5px; } }
      .all-blog .post-card .post-cats-tags .post-categories ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px; }
        @media (min-width: 990px) {
          .all-blog .post-card .post-cats-tags .post-categories ul {
            gap: 5px; } }
        .all-blog .post-card .post-cats-tags .post-categories ul li {
          padding: 5px;
          transition: background 0.3s ease; }
          @media (min-width: 990px) {
            .all-blog .post-card .post-cats-tags .post-categories ul li {
              font-size: 12px;
              line-height: 100%; } }
          .all-blog .post-card .post-cats-tags .post-categories ul li:hover {
            background: #FEEC4D; }
          .all-blog .post-card .post-cats-tags .post-categories ul li a,
          .all-blog .post-card .post-cats-tags .post-categories ul li a:visited {
            color: #1E1E1E; }
      .all-blog .post-card .post-cats-tags .post-tags h5 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px; }
        @media (min-width: 990px) {
          .all-blog .post-card .post-cats-tags .post-tags h5 {
            font-size: 12px;
            line-height: 100%;
            gap: 5px; } }
        .all-blog .post-card .post-cats-tags .post-tags h5 a,
        .all-blog .post-card .post-cats-tags .post-tags h5 a:visited {
          color: #1E1E1E;
          padding: 5px;
          transition: background 0.3s ease; }
          .all-blog .post-card .post-cats-tags .post-tags h5 a:hover,
          .all-blog .post-card .post-cats-tags .post-tags h5 a:visited:hover {
            background: #FEEC4D; }
    .all-blog .post-card .titulo-post-archive,
    .all-blog .post-card .titulo-post-archive:visited {
      color: #1E1E1E; }
      .all-blog .post-card .titulo-post-archive:hover,
      .all-blog .post-card .titulo-post-archive:visited:hover {
        font-weight: 700;
        text-decoration: underline; }
      @media (min-width: 990px) {
        .all-blog .post-card .titulo-post-archive h2,
        .all-blog .post-card .titulo-post-archive:visited h2 {
          font-size: 20px !important;
          line-height: 130%; } }
    .all-blog .post-card .post-meta {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      gap: 10px;
      width: 100%; }
      .all-blog .post-card .post-meta h5:nth-child(2n) {
        text-align: end; }
      .all-blog .post-card .post-meta .post-author {
        text-decoration: underline; }
  .all-blog .destaques-blog {
    display: flex;
    flex-direction: column;
    gap: 15px; }
    @media (min-width: 990px) {
      .all-blog .destaques-blog {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media (min-width: 990px) {
      .all-blog .destaques-blog .post-card {
        width: 49%; } }
    @media (min-width: 990px) {
      .all-blog .destaques-blog .post-card:first-child {
        width: 100%;
        flex-direction: row; }
        .all-blog .destaques-blog .post-card:first-child .thumb-link {
          display: flex;
          align-self: stretch; }
          .all-blog .destaques-blog .post-card:first-child .thumb-link img {
            object-fit: cover;
            max-height: max-content;
            height: auto; }
        .all-blog .destaques-blog .post-card:first-child h2 {
          font-size: 40px !important; }
        .all-blog .destaques-blog .post-card:first-child .post-tax-title-data-autor {
          width: 110%; } }
    .all-blog .destaques-blog .post-card .post-tax-title-data-autor {
      display: flex;
      flex-direction: column;
      gap: 15px; }
    .all-blog .destaques-blog .post-card:first-child {
      background: #C7B1E9; }
      .all-blog .destaques-blog .post-card:first-child .post-categories ul li {
        background: #94C6D9; }
      .all-blog .destaques-blog .post-card:first-child .post-tags h5 a,
      .all-blog .destaques-blog .post-card:first-child .post-tags h5 a:visited {
        background: #94C6D9; }
    .all-blog .destaques-blog .post-card:nth-child(2n) {
      background: #74FCAF; }
      .all-blog .destaques-blog .post-card:nth-child(2n) .post-categories ul li {
        background: #FAC8FB; }
      .all-blog .destaques-blog .post-card:nth-child(2n) .post-tags h5 a,
      .all-blog .destaques-blog .post-card:nth-child(2n) .post-tags h5 a:visited {
        background: #FAC8FB; }
    .all-blog .destaques-blog .post-card:nth-child(3n) {
      background: #FAC8FB; }
      .all-blog .destaques-blog .post-card:nth-child(3n) .post-categories ul li {
        background: #74FCAF; }
      .all-blog .destaques-blog .post-card:nth-child(3n) .post-tags h5 a,
      .all-blog .destaques-blog .post-card:nth-child(3n) .post-tags h5 a:visited {
        background: #74FCAF; }
  .all-blog .all-busca-single-post {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: 'Lato';
    gap: 10px; }
    @media (min-width: 990px) {
      .all-blog .all-busca-single-post {
        display: flex; } }
    .all-blog .all-busca-single-post.busca-cinza {
      justify-content: center; }
      .all-blog .all-busca-single-post.busca-cinza .busca-seta-submeter svg path {
        stroke: #bcbcb7; }
      .all-blog .all-busca-single-post.busca-cinza .busca-input-2 .search-input input {
        border-bottom: 2px solid #bcbcb7;
        color: #bcbcb7; }
        .all-blog .all-busca-single-post.busca-cinza .busca-input-2 .search-input input::placeholder {
          color: #bcbcb7; }
        .all-blog .all-busca-single-post.busca-cinza .busca-input-2 .search-input input::-ms-input-placeholder {
          color: #bcbcb7; }
        .all-blog .all-busca-single-post.busca-cinza .busca-input-2 .search-input input:-ms-input-placeholder {
          color: #bcbcb7; }
    .all-blog .all-busca-single-post .svg-lupa {
      cursor: pointer;
      height: 30px; }
      .all-blog .all-busca-single-post .svg-lupa svg {
        position: relative; }
        .all-blog .all-busca-single-post .svg-lupa svg path {
          fill: #bcbcb7; }
        .all-blog .all-busca-single-post .svg-lupa svg:hover {
          animation: lupa 0.7s linear infinite; }
@keyframes lupa {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
    .all-blog .all-busca-single-post .busca-input-2 {
      width: 100%; }
      @media (min-width: 990px) {
        .all-blog .all-busca-single-post .busca-input-2 {
          width: 30%; } }
      .all-blog .all-busca-single-post .busca-input-2 form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px;
        outline: 0;
        width: 100%; }
        .all-blog .all-busca-single-post .busca-input-2 form .search-input {
          width: 100%; }
        .all-blog .all-busca-single-post .busca-input-2 form input {
          border: none;
          background: none;
          border-bottom: 2px solid;
          border-radius: 0;
          width: 100%; }
          @media (min-width: 990px) {
            .all-blog .all-busca-single-post .busca-input-2 form input {
              width: 100%; } }
          .all-blog .all-busca-single-post .busca-input-2 form input:hover, .all-blog .all-busca-single-post .busca-input-2 form input:focus-visible {
            outline: 0; }
        .all-blog .all-busca-single-post .busca-input-2 form .busca-seta-submeter {
          background: none;
          position: relative;
          padding: 0 14px 0 0px; }
          .all-blog .all-busca-single-post .busca-input-2 form .busca-seta-submeter:hover {
            animation: boomerang 0.7s linear infinite; }
@keyframes boomerang {
  0% {
    left: 0; }
  50% {
    left: 3px; }
  100% {
    left: 0; } }
  .all-blog .all-filtros {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding-top: 25px;
    padding-bottom: 25px; }
    .all-blog .all-filtros a,
    .all-blog .all-filtros a:visited {
      padding: 5px 10px;
      border-radius: 100px;
      border: 1px solid;
      border-color: #750787;
      transition: all 0.3s ease;
      color: #1E1E1E; }
      .all-blog .all-filtros a:hover,
      .all-blog .all-filtros a:visited:hover {
        background-color: #FEEC4D;
        border-color: #1E1E1E; }
  .all-blog .all-posts-blog {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 25px; }
    @media (min-width: 990px) {
      .all-blog .all-posts-blog {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media (min-width: 990px) {
      .all-blog .all-posts-blog .post-card {
        width: 32%; } }
    .all-blog .all-posts-blog .post-card:nth-child(6n+1) {
      background: #C7B1E9; }
      .all-blog .all-posts-blog .post-card:nth-child(6n+1) .post-categories ul li {
        background: #94C6D9; }
      .all-blog .all-posts-blog .post-card:nth-child(6n+1) .post-tags h5 a,
      .all-blog .all-posts-blog .post-card:nth-child(6n+1) .post-tags h5 a:visited {
        background: #94C6D9; }
    .all-blog .all-posts-blog .post-card:nth-child(6n+2) {
      background: #FFFBFB; }
      .all-blog .all-posts-blog .post-card:nth-child(6n+2) .post-categories ul li {
        background: #74FCAF; }
      .all-blog .all-posts-blog .post-card:nth-child(6n+2) .post-tags h5 a,
      .all-blog .all-posts-blog .post-card:nth-child(6n+2) .post-tags h5 a:visited {
        background: #74FCAF; }
    .all-blog .all-posts-blog .post-card:nth-child(6n+3) {
      background: #FDADAF; }
      .all-blog .all-posts-blog .post-card:nth-child(6n+3) .post-categories ul li {
        background: #FFDCB8; }
      .all-blog .all-posts-blog .post-card:nth-child(6n+3) .post-tags h5 a,
      .all-blog .all-posts-blog .post-card:nth-child(6n+3) .post-tags h5 a:visited {
        background: #FFDCB8; }
    .all-blog .all-posts-blog .post-card:nth-child(6n+4) {
      background: #75FCFB; }
      .all-blog .all-posts-blog .post-card:nth-child(6n+4) .post-categories ul li {
        background: #FDADAF; }
      .all-blog .all-posts-blog .post-card:nth-child(6n+4) .post-tags h5 a,
      .all-blog .all-posts-blog .post-card:nth-child(6n+4) .post-tags h5 a:visited {
        background: #FDADAF; }
    .all-blog .all-posts-blog .post-card:nth-child(6n+5) {
      background: #74FCAF; }
      .all-blog .all-posts-blog .post-card:nth-child(6n+5) .post-categories ul li {
        background: #FAC8FB; }
      .all-blog .all-posts-blog .post-card:nth-child(6n+5) .post-tags h5 a,
      .all-blog .all-posts-blog .post-card:nth-child(6n+5) .post-tags h5 a:visited {
        background: #FAC8FB; }
    .all-blog .all-posts-blog .post-card:nth-child(6n) {
      background: #FAC8FB; }
      .all-blog .all-posts-blog .post-card:nth-child(6n) .post-categories ul li {
        background: #74FCAF; }
      .all-blog .all-posts-blog .post-card:nth-child(6n) .post-tags h5 a,
      .all-blog .all-posts-blog .post-card:nth-child(6n) .post-tags h5 a:visited {
        background: #74FCAF; }
  .all-blog .paginacao {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
    padding: 30px 0 0 0; }
    .all-blog .paginacao .page-numbers {
      padding: 5px 10px;
      border-radius: 10px;
      border: 1px solid #000; }
      .all-blog .paginacao .page-numbers.current {
        background: #FEEC4D; }

.all-bg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1; }
  .all-bg .bg-img {
    width: 100%;
    height: 100%; }
    .all-bg .bg-img img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    .all-bg .bg-img .bg-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* Modo de mesclagem padrão */
      mix-blend-mode: hard-light;
      /* Modo de mesclagem para WebKit/Blink (Chrome, Safari, Opera) */
      -webkit-blend-mode: hard-light;
      /* Modo de mesclagem para Firefox */
      -moz-blend-mode: hard-light;
      /* Modo de mesclagem para Microsoft Edge e IE */
      -ms-blend-mode: hard-light; }
  .all-bg ~ * {
    z-index: 3;
    position: relative; }

.project-card {
  filter: grayscale(1); }
  .project-card:hover:nth-child(3n+1) {
    filter: unset;
    background: #fdadaf; }
  .project-card:hover:nth-child(3n+2) {
    filter: unset;
    background: #75fcfb; }
  .project-card:hover:nth-child(3n) {
    filter: unset;
    background: #74fcaf; }

.small-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .small-header .small-title,
  .small-header .back-small-header a,
  .small-header .back-small-header a:visited {
    color: #FDADAF; }
  .small-header .back-small-header a {
    display: flex;
    align-items: center;
    gap: 10px; }
    .small-header .back-small-header a:hover h4 {
      font-weight: 700; }

@media (min-width: 990px) {
  .header-thumb-title .space-image {
    width: 50%; } }

.texto-da-chamada-projeto {
  display: flex;
  flex-direction: column;
  gap: 35px; }

@media (min-width: 990px) {
  .big-text-block .sticky-coluna {
    width: 50%; } }
@media (min-width: 990px) {
  .big-text-block .sticky-coluna .first-column {
    position: sticky;
    top: 50px; } }
.big-text-block .sticky-coluna .first-column .heading-text {
  padding-bottom: 40px; }
  @media (min-width: 990px) {
    .big-text-block .sticky-coluna .first-column .heading-text {
      padding-bottom: 50px; } }

.share-block .share-title {
  text-transform: uppercase; }

.space-content-wrap {
  width: 100%; }
  @media (min-width: 990px) {
    .space-content-wrap {
      width: 50%; } }

.space-card {
  transition: all 0.3s ease; }
  .space-card:hover:nth-child(3n+1) {
    filter: unset;
    background: #fdadaf; }
  .space-card:hover:nth-child(3n+2) {
    filter: unset;
    background: #75fcfb; }
  .space-card:hover:nth-child(3n) {
    filter: unset;
    background: #74fcaf; }

@media (min-width: 990px) {
  .header-thumb-title .space-image.header-espaco-img {
    width: 30%; } }
@media (min-width: 990px) {
  .header-thumb-title .space-image.header-espaco-img + .space-content-wrap {
    width: 70%;
    justify-content: center; } }

.space-content-wrap.centro-de-acolhida {
  background-color: #FDADAF; }
.space-content-wrap.clinica-social {
  background-color: #FFDCB8; }
.space-content-wrap.centro-cultural {
  background-color: #75FCFB; }

.big-number {
  gap: 20px;
  border-bottom: 0px solid;
  border-top: 1px solid;
  padding: 30px 25px 30px 25px; }
  @media (min-width: 990px) {
    .big-number {
      gap: 10px;
      border-top: 0px solid;
      padding: 40px 0px; } }

.flex-imprensa-contato {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media (min-width: 990px) {
    .flex-imprensa-contato {
      flex-direction: row;
      gap: 60px; } }
  .flex-imprensa-contato .contato-card {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .flex-imprensa-contato .contato-card .button {
      width: fit-content;
      margin: 0 auto; }
      @media (min-width: 990px) {
        .flex-imprensa-contato .contato-card .button {
          margin: 0 0 0 auto; } }

.secao-imprensa {
  color: #1E1E1E; }
  .secao-imprensa .primeira-coluna {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center; }
    @media (min-width: 990px) {
      .secao-imprensa .primeira-coluna {
        max-width: 550px;
        text-align: left; } }
    .secao-imprensa .primeira-coluna h2 {
      text-transform: initial; }
  @media (min-width: 990px) {
    .secao-imprensa .title-cover-block {
      max-width: 600px; } }
  .secao-imprensa.secao-midia {
    padding: 80px 20px;
    background-color: #FFDCB8;
    background-image: none; }
    @media (min-width: 990px) {
      .secao-imprensa.secao-midia {
        padding: 80px 70px; } }
    .secao-imprensa.secao-midia .title-cover-block {
      flex-direction: column;
      gap: 20px;
      justify-content: center; }
      @media (min-width: 990px) {
        .secao-imprensa.secao-midia .title-cover-block {
          flex-direction: row;
          flex-wrap: wrap;
          gap: 20px;
          justify-content: flex-end; } }

.limite-titulo .t-display {
  max-width: 564px; }

.sec-a-casa-1-title {
  padding: 60px 25px !important; }
  @media (min-width: 990px) {
    .sec-a-casa-1-title {
      padding: 80px 50px !important; } }

.sec-a-casa-1-descricao {
  padding: 0 25px 30px 25px !important; }
  @media (min-width: 990px) {
    .sec-a-casa-1-descricao {
      padding: 0px 50px 100px 50px !important;
      justify-content: space-between; } }
  .sec-a-casa-1-descricao a {
    width: fit-content !important; }

.a-casa-1-flex {
  padding: 0 25px 30px 25px !important; }
  @media (min-width: 990px) {
    .a-casa-1-flex {
      padding: 0px 50px 100px 50px !important; } }
  .a-casa-1-flex .donation-card {
    justify-content: center;
    gap: 20px; }
    @media (min-width: 990px) {
      .a-casa-1-flex .donation-card {
        min-height: 260px; } }

.first-column.a-casa-1 {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  @media (min-width: 990px) {
    .first-column.a-casa-1 {
      max-width: 500px; } }

.donation-card-wrap .donation-card.dark {
  transition: all 0.3s ease; }
  .donation-card-wrap .donation-card.dark:hover {
    background: #FFFBFB; }
    .donation-card-wrap .donation-card.dark:hover h1, .donation-card-wrap .donation-card.dark:hover p {
      color: #1E1E1E; }
.donation-card-wrap .donation-card.white {
  transition: all 0.3s ease; }
  .donation-card-wrap .donation-card.white:hover:nth-child(4n+1) {
    background: #FF8C00; }
    .donation-card-wrap .donation-card.white:hover:nth-child(4n+1) * {
      color: #FFFBFB; }
  .donation-card-wrap .donation-card.white:hover:nth-child(4n+2) {
    background: #004DFF; }
    .donation-card-wrap .donation-card.white:hover:nth-child(4n+2) * {
      color: #FFFBFB; }
  .donation-card-wrap .donation-card.white:hover:nth-child(4n+3) {
    background: #750787; }
    .donation-card-wrap .donation-card.white:hover:nth-child(4n+3) * {
      color: #FFFBFB; }
  .donation-card-wrap .donation-card.white:hover:nth-child(4n) {
    background: #E40303; }
    .donation-card-wrap .donation-card.white:hover:nth-child(4n) * {
      color: #FFFBFB; }

.infographic-icon {
  animation: sobedesce 1s linear infinite; }
@keyframes sobedesce {
  0% {
    transform: translate(0px, 0px); }
  50% {
    transform: translate(0px, 10px); }
  100% {
    transform: translate(0px, 0px); } }
.star-feature {
  animation: lupa 1.5s linear infinite; }

.t-preto-important {
  color: #1E1E1E !important; }

.button-row.bt-carteiras-digitais {
  justify-content: center; }
  .button-row.bt-carteiras-digitais a {
    transition: all 0.3s ease; }
    @media (min-width: 990px) {
      .button-row.bt-carteiras-digitais a {
        width: fit-content !important; } }
    .button-row.bt-carteiras-digitais a:hover {
      transform: translate(2px, 2px); }

.button.donate-page {
  transform: translate(-50%, -4px) !important;
  position: relative;
  left: 50%;
  transition: all 0.3s ease !important; }
  .button.donate-page:hover {
    background-color: #FFFBFB;
    box-shadow: none;
    transform: translate(-50%, 0px) !important; }

.iframe-google-forms {
  width: 100%; }
  .iframe-google-forms iframe {
    width: 100%; }

.space-content-wrap.voluntariado {
  background-color: #75FCFB; }
.space-content-wrap.empresas-parceiras {
  background-color: #FDADAF; }
.space-content-wrap.doacoes {
  background-color: #FAC8FB; }

.o-que-e-aceito h6 {
  font-style: normal; }

@media (min-width: 990px) {
  .onde-doar .space-content-wrap {
    width: 50%;
    justify-content: center; }
    .onde-doar .space-content-wrap + img.space-image {
      width: 50%; } }

.all-iframe-maps {
  width: 100%; }
  .all-iframe-maps iframe {
    width: 100% !important; }

.program-card-wrap {
  flex-direction: column; }

.section-program-cards.black {
  padding: 40px 5vw 80px;
  margin: 0;
  background: #1E1E1E; }
  .section-program-cards.black .t-branco {
    color: #FFFBFB;
    width: 100%; }
  .section-program-cards.black .program-card-wrap {
    background: #FFFBFB; }
@media (min-width: 990px) {
  .section-program-cards .program-card .space-card-image {
    height: auto; } }

.header-single-programacao .data-horario-header-programacao {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-transform: uppercase; }
  @media (min-width: 990px) {
    .header-single-programacao .data-horario-header-programacao {
      flex-direction: row;
      justify-content: space-between;
      width: 100%; } }
@media (min-width: 990px) {
  .header-single-programacao .header-espaco-img {
    aspect-ratio: 4/3; } }
.header-single-programacao .texto-da-chamada-projeto {
  text-align: center; }
  @media (min-width: 990px) {
    .header-single-programacao .texto-da-chamada-projeto {
      text-align: left; } }

.eventos-relacionados-single-programacao .program-card-category {
  background-color: #75FCFB; }
.eventos-relacionados-single-programacao .program-card .space-card-image {
  height: auto; }
@media (min-width: 990px) {
  .eventos-relacionados-single-programacao .program-card {
    width: 30%; }
    .eventos-relacionados-single-programacao .program-card .space-card-image {
      height: auto; } }
.eventos-relacionados-single-programacao .button {
  background-color: #004DFF;
  color: #FFFBFB; }
  .eventos-relacionados-single-programacao .button:hover {
    border: 1px solid #1E1E1E; }

.all-pesquisa-cabecalho .pesquisa-superior {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 26px 30px;
  gap: 20px; }
  @media (min-width: 990px) {
    .all-pesquisa-cabecalho .pesquisa-superior {
      padding: 20px 45px; } }
  .all-pesquisa-cabecalho .pesquisa-superior h2 {
    text-transform: uppercase; }
.all-pesquisa-cabecalho .pesquisa-inferior {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 26px 30px;
  gap: 20px;
  background: #1E1E1E; }
  @media (min-width: 990px) {
    .all-pesquisa-cabecalho .pesquisa-inferior {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      padding: 40px 45px;
      gap: 40px; } }
  .all-pesquisa-cabecalho .pesquisa-inferior .search-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    gap: 25px; }
    @media (min-width: 990px) {
      .all-pesquisa-cabecalho .pesquisa-inferior .search-form {
        width: 60%;
        flex-direction: row; } }
    .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input {
      position: relative;
      width: 100%; }
      @media (min-width: 990px) {
        .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input {
          width: 100%; } }
      .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input input {
        width: 100%;
        height: 50px;
        background: transparent;
        border: 1px solid;
        color: #FFFBFB;
        padding-left: 50px;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 136.5%; }
        @media (min-width: 990px) {
          .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input input {
            font-size: 16px;
            line-height: 120%; } }
        .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input input:focus-visible {
          outline: 0;
          border: 2px solid; }
        .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input input:focus::placeholder {
          padding-left: 0; }
        .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input input:focus:-ms-input-placeholder {
          padding-left: 0; }
        .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input input:focus::-ms-input-placeholder {
          padding-left: 0; }
        .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input input::placeholder {
          color: #FFFBFB;
          opacity: 1;
          /* Firefox */
          font-family: 'Lato';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 136.5%; }
          @media (min-width: 990px) {
            .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input input::placeholder {
              font-size: 16px;
              line-height: 120%; } }
        .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #FFFBFB;
          padding-left: 50px;
          font-family: 'Lato';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 136.5%; }
          @media (min-width: 990px) {
            .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input input:-ms-input-placeholder {
              font-size: 16px;
              line-height: 120%; } }
        .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #FFFBFB;
          padding-left: 50px;
          font-family: 'Lato';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 136.5%; }
          @media (min-width: 990px) {
            .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input input::-ms-input-placeholder {
              font-size: 16px;
              line-height: 120%; } }
      .all-pesquisa-cabecalho .pesquisa-inferior .search-form .search-input svg {
        position: absolute;
        left: 15px;
        top: 0;
        height: 50px; }
    .all-pesquisa-cabecalho .pesquisa-inferior .search-form button {
      color: #1e1e1e;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer;
      background-color: #fffbfb;
      border: 1px solid #1e1e1e;
      border-radius: 100vw;
      flex: 0 auto;
      padding: 10px 20px;
      font-family: 'Rubik', sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-decoration: none;
      transition: all .2s, box-shadow .2s;
      display: inline-block;
      box-shadow: 4px 4px 0 1px #1e1e1e;
      align-self: center; }
      .all-pesquisa-cabecalho .pesquisa-inferior .search-form button.b-invertido {
        background-color: #1E1E1E;
        color: #FFFBFB;
        border: 1px solid #FFFBFB;
        box-shadow: 4px 4px 0 1px #FFFBFB;
        width: fit-content;
        min-width: 110px; }
        .all-pesquisa-cabecalho .pesquisa-inferior .search-form button.b-invertido:hover {
          background-color: #1E1E1E;
          color: #FFFBFB;
          box-shadow: none;
          transform: translate(4px, 4px); }
  .all-pesquisa-cabecalho .pesquisa-inferior #busca-selecionar-categoria {
    width: 100%;
    background: #74FCAF;
    color: #FFFBFB;
    height: 50px;
    border: 1px solid;
    padding: 0 10px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 136.5%;
    cursor: pointer; }
    @media (min-width: 990px) {
      .all-pesquisa-cabecalho .pesquisa-inferior #busca-selecionar-categoria {
        width: 40%;
        font-size: 16px;
        line-height: 120%; } }
    .all-pesquisa-cabecalho .pesquisa-inferior #busca-selecionar-categoria:focus-visible {
      outline: 0;
      border: 2px solid; }
    .all-pesquisa-cabecalho .pesquisa-inferior #busca-selecionar-categoria option {
      height: 50px; }
      .all-pesquisa-cabecalho .pesquisa-inferior #busca-selecionar-categoria option:hover {
        background: #FFFBFB;
        color: #74FCAF; }

.sem-resultado-search {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  min-height: calc(100vh - 66.6px - 285.3px - 98px - 125px); }
  @media (min-width: 990px) {
    .sem-resultado-search {
      min-height: calc(100vh - 66.6px - 245.4px - 98px - 125px); } }
  .sem-resultado-search.sem-resultado-404 {
    min-height: calc(100vh - 66.6px - 430px); }
    @media (min-width: 990px) {
      .sem-resultado-search.sem-resultado-404 {
        min-height: calc(100vh - 66.6px - 190px); } }

.admin-bar .sem-resultado-search.sem-resultado-404 {
  min-height: calc(100vh - 66.6px - 487px); }
  @media (min-width: 990px) {
    .admin-bar .sem-resultado-search.sem-resultado-404 {
      min-height: calc(100vh - 66.6px - 220px); } }

.home-cover {
  position: relative; }
  .home-cover .home-cover-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .home-cover .home-title-block,
  .home-cover .home-button-row {
    z-index: 1; }
  .home-cover .home-button {
    transition: all 0.3s ease; }
    .home-cover .home-button:hover {
      transform: translate(3px, 3px);
      box-shadow: none; }

.call-to-action-donate .bt-doe-agora h1 {
  text-transform: uppercase;
  width: max-content;
  padding: 15px 40px; }

.home-section-programacao-title {
  margin-bottom: 40px; }

@media (min-width: 990px) {
  .home .donation-card-wrap .donation-card {
    width: 32%; } }

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

/* DOE PAGE - mobile */
@media (max-width: 767px) {
  .template-doe .donation-card-wrap { flex-direction: column; }
  .template-doe .donation-card { width: 100% !important; }
}