@charset "UTF-8";
/*
Theme Name: Rede de produto
Theme URI: https://rpn.com
Author: Dotkom
Author URI: https://dotkom.com.br
Description: Tema do blog criado do zero.
Version: 0.1.0
Text Domain: meu-blog
*/
/* Estilos mínimos só pra ver que carregou */
/* =====================================================
   Reset / Normalize base
   ===================================================== */
/* Box sizing global */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove margens e paddings padrão */
html,
body,
h1, h2, h3, h4, h5, h6,
p,
blockquote,
pre,
figure,
dl, dd,
ul, ol,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/* Altura base */
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Body base */
body {
  min-height: 100%;
  line-height: 1.5;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Listas sem estilo */
ul,
ol {
  list-style: none;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
}

/* Imagens e mídia */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Inputs e botões */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

/* Remove bordas e fundo padrão */
button {
  background: none;
  border: 0;
  cursor: pointer;
}

/* Textarea sem resize horizontal */
textarea {
  resize: vertical;
}

/* Tabelas */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Elementos inline */
strong {
  font-weight: bolder;
}

em {
  font-style: italic;
}

/* Evita overflow estranho em textos longos */
p,
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* Remove animações se usuário preferir */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.container {
  max-width: 1680px;
  width: 100%;
  padding: 0 32px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}
@media screen and (max-width: 990px) {
  .container {
    padding: 0 15px;
  }
}
.container .wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.site-main {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.topbar {
  width: 100%;
  background-color: #C67605;
  padding: 4px;
  color: #FFF;
  font-size: 12px;
  display: flex;
  justify-content: center;
}

header {
  width: 100%;
  background-color: #006F67;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
}
header .header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 990px) {
  header .header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 990px) {
  header .header .logo img {
    max-width: 60px;
    width: 100%;
  }
}
header .header .open-menu {
  display: none;
}
@media screen and (max-width: 990px) {
  header .header .open-menu {
    display: flex;
  }
}
header .header .open-menu i {
  font-size: 24px;
  color: #FFF;
}
@media screen and (max-width: 990px) {
  header .header .menu {
    display: none;
  }
}
header .header .menu > ul {
  display: flex;
  gap: 24px;
  align-items: center;
}
header .header .menu > ul > li:last-child {
  background: #48AE4C;
  padding: 5px 12px;
  border-radius: 4px;
  height: fit-content;
}
header .header .menu > ul > li:last-child a {
  font-size: 14px;
  color: #FFF;
}
header .header .menu > ul > li a {
  font-size: 14px;
  color: #232323;
}
header .header .busca {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 990px) {
  header .header .busca {
    flex: unset;
    width: 100%;
  }
  header .header .busca form {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.post {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.post_img {
  width: 100%;
  min-height: 230px;
  height: 100%;
  background: #CCC;
}
.post_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post_info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.post_info--autor {
  display: flex;
  gap: 16px;
}
.post_info--autor p {
  font-size: 12px;
  font-weight: 500;
}
.post_info--nome {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: space-between;
}
.post_info--nome h1 {
  font-weight: 600;
  font-size: 22px;
}
.post_info--nome .icone {
  font-size: 22px;
}
.post_info--resumo {
  width: 100%;
}
.post_info--resumo p {
  font-size: 14px;
  opacity: 0.6;
}
.post_info--tags {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.post_info--tags li a {
  background: rgba(35, 35, 35, 0.43);
  color: #FFF;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 100px;
}

.title-section {
  width: 100%;
}
.title-section h1 {
  width: 100%;
  font-size: 22px;
  margin-top: 28px;
  font-weight: 300;
}

.post-grid-menor {
  flex-direction: row;
}
@media screen and (max-width: 990px) {
  .post-grid-menor {
    flex-direction: column;
  }
}
.post-grid-menor .post_img {
  width: 100%;
  min-height: unset;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.post-grid-menor .post_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.post-grid-menor .post_info--autor {
  display: flex;
  gap: 16px;
}
.post-grid-menor .post_info--autor p {
  font-size: 12px;
  font-weight: 500;
}
.post-grid-menor .post_info--nome {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: space-between;
}
.post-grid-menor .post_info--nome h2 {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 79px;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 600;
  font-size: 18px !important;
}
.post-grid-menor .post_info--nome .icone {
  font-size: 22px;
}
.post-grid-menor .post_info--resumo {
  width: 100%;
  margin-top: 4px;
}
.post-grid-menor .post_info--resumo p {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  color: #333;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 14px;
  opacity: 0.6;
}
.post-grid-menor .post_info--tags {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.posts-grid {
  width: 100%;
  display: grid;
  gap: 24px;
  margin-top: 32px;
  grid-template-columns: 2fr 1fr;
  /* deixe a primeira linha fixa e as outras automáticas */
  grid-template-rows: 220px auto auto;
  grid-template-areas: "a b" "a c" "a d";
}

/* áreas */
.posts-grid .post:nth-child(1) {
  grid-area: a;
}

.posts-grid .post:nth-child(2) {
  grid-area: b;
}

.posts-grid .post:nth-child(3) {
  grid-area: c;
}

.posts-grid .post:nth-child(4) {
  grid-area: d;
}

.posts-grid .post:first-child {
  display: flex;
  flex-direction: column !important;
  text-decoration: none; /* remove sublinhado do link */
  color: inherit; /* mantém texto igual */
}
.posts-grid .post:first-child .post_img {
  max-height: 400px;
  height: 100%;
  min-height: 400px;
}

@media (max-width: 768px) {
  .posts-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "a" "b" "c" "d";
  }
  /* opcional: ajusta imagem do post grande */
  .posts-grid .post:first-child .post_img {
    min-height: 260px;
    max-height: 260px;
  }
}
.destaque-home {
  padding: 60px 0;
  margin: 60px 0;
  background: #f2f2f2;
}
@media screen and (max-width: 990px) {
  .destaque-home .post-grid-menor {
    flex-direction: column !important;
  }
  .destaque-home .post-grid-menor .post_img {
    height: auto !important;
    margin-bottom: 24px;
  }
}

.destaque-categorias {
  margin-bottom: 48px;
  padding: 24px 0 48px 0;
  background: #f2f2f2;
}
@media screen and (max-width: 990px) {
  .destaque-categorias .post-grid-menor {
    flex-direction: column !important;
  }
  .destaque-categorias .post-grid-menor .post_img {
    height: auto !important;
    margin-bottom: 24px;
  }
}

.destaque_section .post-grid-menor {
  flex-direction: row;
  align-items: center;
  gap: 5%;
}
.destaque_section .post-grid-menor .post_img {
  width: 100%;
  min-height: unset;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.destaque_section .post-grid-menor .post_info--nome h2 {
  font-size: 22px !important;
}
.destaque_section .post-grid-menor .post_info--resumo {
  width: 100%;
  margin-top: 4px;
}
.destaque_section .post-grid-menor .post_info--resumo p {
  display: inline;
  line-clamp: none !important;
  -webkit-line-clamp: none !important;
  -webkit-box-orient: horizontal;
  height: auto;
  margin: 0;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  font-size: 14px;
  opacity: 0.6;
}
.destaque_section .post-grid-menor .post_info--tags {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.posts-grid-simple {
  width: 100%;
  display: grid;
  gap: 24px;
  margin-top: 32px;
  grid-template-columns: repeat(3, 1fr);
}
.posts-grid-simple .post_img {
  width: 100%;
  height: 350px;
}

@media (max-width: 1024px) {
  .posts-grid-simple {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .posts-grid-simple {
    grid-template-columns: 1fr;
  }
}
.related-posts .swiper-wrapper {
  padding-bottom: 50px;
}
.related-posts__header {
  padding-bottom: 28px;
}
.related-posts__header h2 {
  width: 100%;
  font-size: 22px;
  margin-top: 28px;
  font-weight: 300;
}

.single-post-page {
  padding: 32px 0;
}
.single-post-page .single-wrap {
  /* container editorial (parecido com print) */
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .single-post-page .single-wrap {
    max-width: 100%;
    width: 100%;
  }
}
.single-post-page .single-article {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.single-post-page {
  /* imagem do topo com moldura/respiro */
}
.single-post-page .single-hero {
  margin: 0;
  background: #fff;
  overflow: hidden;
}
.single-post-page .single-hero img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.single-post-page .single-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 50px 0;
}
@media screen and (max-width: 990px) {
  .single-post-page .single-header {
    margin: 0px 0;
  }
}
.single-post-page .single-title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
}
.single-post-page .single-subtitle {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.75;
  margin: 0;
}
.single-post-page .single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  opacity: 0.65;
  margin-top: 2px;
}
.single-post-page .single-meta__sep {
  opacity: 0.6;
}
.single-post-page {
  /* Tipografia do conteúdo */
}
.single-post-page .single-content {
  font-size: 16px;
  line-height: 1.9;
}
.single-post-page .single-content p {
  margin: 0 0 18px;
}
.single-post-page .single-content h2 {
  font-size: 26px;
  line-height: 1.25;
  margin: 28px 0 12px;
  font-weight: 700;
}
.single-post-page .single-content h3 {
  font-size: 20px;
  line-height: 1.3;
  margin: 22px 0 10px;
  font-weight: 700;
}
.single-post-page .single-content a {
  text-decoration: underline;
}
.single-post-page .single-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .single-post-page .single-wrap {
    max-width: 100%;
  }
}

.busca form {
  background: #FFF;
  padding: 8px;
  outline: none;
  border-radius: 8px;
}
.busca form input {
  border: none;
  outline: none;
  font-size: 14px;
}

.busca-page .title-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
}
.busca-page .title-section h1 {
  text-align: center;
}

/* Remove estilo padrão do iOS */
.busca__input,
input[type=search] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff !important;
  background: #fff !important;
  border-radius: 8px; /* mantém arredondado */
}

/* Remove estilo interno do Safari */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.category .destaque_section {
  border-top: none;
  border-bottom: none;
  margin: unset;
}
.category .title-section {
  padding-bottom: 24px;
}
.category .title-section h1 {
  margin: 0 !important;
}

.destaque-categoria .post_img {
  height: 400px !important;
}
.destaque-categoria .post-grid-menor {
  justify-content: center;
  align-items: center;
  gap: 5%;
}

.overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.overlay .nossa-loja {
  background: #006F67;
  position: fixed;
  width: 100%;
  left: 0;
  padding: 8px;
  color: #FFF;
  bottom: 0;
  font-size: 14px;
  text-align: center;
  display: none;
}
.overlay .menu-mobile {
  max-width: 350px;
  width: 100%;
  background: #FFF;
  padding: 24px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
}
.overlay .menu-mobile p {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.overlay .menu-mobile li {
  border-bottom: 1px solid #f2f2f2;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.overlay .menu-mobile li a {
  font-size: 14px;
  transition: ease-in-out 320ms;
}
.overlay .menu-mobile li a:hover {
  color: #006F67;
  font-weight: bold;
}

.wp-block-button__link, .wp-element-button {
  background: #48AE4C;
  color: #FFF;
  padding: 10px 18px !important;
}

/* footer */
.footer-stamps {
  display: flex;
}

.footer-menu ul li a {
  color: #FFF !important;
  font-size: 14px;
  width: 100%;
  text-align: left;
  display: flex;
}

@media screen and (max-width: 990px) {
  .footer-menu ul li {
    padding-bottom: 15px;
  }
}

.footer {
  margin-top: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #fff 0%, #efefef 100%) 0% 0% no-repeat padding-box;
  background: #1e2221 0% 0% no-repeat padding-box;
  padding-top: 59px;
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 1025px) {
  .footer {
    padding-top: 0;
  }
}
.footer .footer-informations {
  max-width: 1680px;
  width: 100%;
  padding: 0 32px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 1025px) {
  .footer .footer-informations .footer-columns .footer-menu__items {
    display: none;
    transition: all 0.6s ease-in-out;
  }
  .footer .footer-informations .footer-columns .footer-menu__items.closed {
    display: block;
  }
}
@media screen and (min-width: 1026px) {
  .footer .footer-informations .footer-columns .footer-logo__image {
    max-width: 210px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1025px) {
  .footer .footer-informations .footer-columns .footer-logo__image {
    max-width: 130px;
    margin: 0 auto 20px auto;
  }
}
.footer .footer-informations .footer-columns .footer-text {
  font-size: 16px;
  line-height: 20px;
  color: #616161;
  font-weight: 300;
}

@media screen and (min-width: 1026px) {
  .footer .footer-informations .footer-columns {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    grid-gap: 15px;
  }
}
@media screen and (max-width: 1025px) {
  .footer .footer-informations .footer-columns .footer-menu {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
  }
}
@media screen and (max-width: 1025px) {
  .footer .footer-informations .footer-columns .no-border {
    border-bottom: 0;
  }
}
@media screen and (max-width: 1025px) {
  .footer .footer-informations .footer-columns .footer-menu.footer-menu__one {
    border-top: 0;
    border-bottom: 1px solid #d1d1d1;
    padding: 50px 0 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 1025px) {
  .footer .footer-informations .footer-columns .footer-menu.atendimento {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.footer .footer-informations .footer-columns .footer-menu.atendimento .footer-menu__href {
  font-size: 18px;
}

.footer .footer-informations .footer-columns .footer-menu.atendimento .footer-menu__text {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
  padding-top: 10px;
}

.footer .footer-informations .footer-columns .footer-menu__title {
  font-size: 16px;
  margin-bottom: 24px;
  color: #c8d538;
  font-weight: 600;
}

@media screen and (max-width: 1025px) {
  .footer .footer-informations .footer-columns .footer-menu__title {
    font-size: 18px;
    text-align: left;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1025px) {
  .footer .footer-informations .footer-columns .no-border {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1025px) {
  .footer .footer-informations .footer-columns .footer-title-arrow::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.53564 1.854L7.51786 8.00065L13.5356 2.00955' stroke='%23343A40' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDExIiB3aWR0aD0iMTYiIGhlaWdodD0iMTEiPgoJPHRpdGxlPk5vdm8gUHJvamV0bzwvdGl0bGU+Cgk8ZGVmcz4KCQk8aW1hZ2UgIHdpZHRoPSIxNCIgaGVpZ2h0PSI5IiBpZD0iaW1nMSIgaHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFBNEFBQUFKQ0FNQUFBQTFrKzFiQUFBQUFYTlNSMElCMmNrc2Z3QUFBRDlRVEZSRnlzcks1ZVhsL3Y3Ky8vLy8rdnI2ejgvUDRPRGd2YjI5dWJtNTZPam96czdPMjl2YjhmSHg4dkx5MDlQVDlmWDF4c2JHNU9Uaysvdjd3Y0hCMTlmWFVvQzhhQUFBQUJWMFVrNVQvNUFBQUFELzRQLy9ZUC8vQUFEL0FQK2dBUC8vMVZIVzJ3QUFBR05KUkVGVWVKdzl6T3NPZ2xBTUErQzJJR2NLZ1lUM2YwaEJGTG1kT1NWeFRYOThhVEtDQk9qZmltUWlGNXhudVdDem9YclNJL1dxaFVydTlvaXRsRTJaWWp1Yjd1am1lc2lrZ0g2eThiYjc1UlgvZ21qV1F5eERKOUcrY1Izd3A2cjBFejYwc2g4cjduT2cyZ0FBQUFCSlJVNUVya0pnZ2c9PSIvPgoJPC9kZWZzPgoJPHN0eWxlPgoJPC9zdHlsZT4KCTx1c2UgaWQ9IkNhbWFkYSAxIiBocmVmPSIjaW1nMSIgeD0iMSIgeT0iMSIvPgo8L3N2Zz4=");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 10px;
    transform: rotate(0deg);
  }
  .footer .footer-informations .footer-columns .footer-title-arrow.closed::after {
    transform: rotate(-180deg);
  }
}
.footer .footer-informations .footer-columns .footer-menu__href {
  font-size: 13px;
  line-height: 16px;
  color: #858585;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s linear;
  display: block;
}

.footer .footer-informations .footer-columns .footer-menu__href.footer-menu__headline {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  color: #858585;
}

.footer .footer-informations .footer-columns .footer-menu__href.footer-menu__headline2 {
  font-size: 13px;
  letter-spacing: 0;
  color: #858585;
  font-weight: 500;
}

.footer .footer-informations .footer-columns .footer-menu__href.atendimento {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.11px;
  color: #858585;
  margin-top: 23px;
}

.footer .footer-informations .footer-columns .footer-menu__href.atendimento strong {
  font-weight: 700;
}

.footer .footer-informations .footer-columns .footer-menu__href span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  color: #616161;
}

@media screen and (min-width: 1026px) {
  .footer .footer-informations .footer-columns .footer-menu__href:hover {
    color: #efecdf;
  }
}
.footer .footer-menu__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 24px;
}

.footer .footer-menu__item.footer-menu__headline {
  font-size: 14px;
  letter-spacing: 0;
  color: #616161;
}

.footer .footer-menu__item.footer-menu__headline2 {
  padding: 36px 0 10px 0;
}

@media screen and (max-width: 1025px) {
  .footer .footer-menu__item.footer-menu__headline2 {
    padding: 0 0 10px 0;
  }
}
.footer .footer-menu__item.footer-menu__text {
  padding-top: 15px;
}

.footer .footer-menu__item.footer-menu__flex {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  padding-bottom: 15px;
}

.footer .footer-menu__item.footer-menu__align-center {
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
}

.footer .footer-menu__item .footer-menu__icon::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}

.footer .footer-menu__item .footer-menu__icon.icon-phone:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.983' height='23.979' viewBox='0 0 23.983 23.979'%3E%3Cpath id='Telefone' d='M20.465,3.563A11.987,11.987,0,1,0,3.513,20.515a11.909,11.909,0,0,0,8.476,3.513,11.453,11.453,0,0,0,4.9-.992,5.155,5.155,0,0,0,2.615-2.482,2.992,2.992,0,0,0-.755-3.375l-.035-.035a.465.465,0,0,1,.049-.049,1.616,1.616,0,0,0-.01-2.378l-1.707-1.707a1.623,1.623,0,0,0-1.169-.533,1.666,1.666,0,0,0-1.184.528l-.888.888c-.044-.025-.084-.044-.128-.064a3.1,3.1,0,0,1-.291-.158,10.475,10.475,0,0,1-2.506-2.284,6.27,6.27,0,0,1-.76-1.169c.222-.207.429-.419.632-.627.084-.089.173-.173.261-.261a1.582,1.582,0,0,0,0-2.388L10.173,6.1c-.1-.1-.192-.192-.286-.291-.187-.192-.38-.39-.587-.582a1.635,1.635,0,0,0-1.159-.5,1.685,1.685,0,0,0-1.174.5l-.01.01L5.9,6.3a2.423,2.423,0,0,0-.72,1.549,5.616,5.616,0,0,0,.41,2.373,13.562,13.562,0,0,0,2.4,4.006A14.751,14.751,0,0,0,12.9,18.073a7.771,7.771,0,0,0,2.793.824c.069,0,.138,0,.207,0a2.5,2.5,0,0,0,1.914-.824l.02-.02A.591.591,0,0,1,17.885,18l.03.03a1.813,1.813,0,0,1,.5,2.087c-.567,1.347-2.773,2.728-6.424,2.728A10.8,10.8,0,1,1,22.4,14.92a.594.594,0,1,0,1.145.316A11.975,11.975,0,0,0,20.465,3.563ZM16.933,17.274a1.305,1.305,0,0,1-1.036.434,1.2,1.2,0,0,1-.133,0,6.6,6.6,0,0,1-2.353-.71A13.569,13.569,0,0,1,8.9,13.455,12.456,12.456,0,0,1,6.7,9.8a4.387,4.387,0,0,1-.34-1.865,1.236,1.236,0,0,1,.38-.809L7.8,6.069a.554.554,0,0,1,.35-.173.479.479,0,0,1,.331.168l.015.015c.187.173.365.355.553.548.1.1.2.2.3.3l.844.844a.424.424,0,0,1,0,.715l-.266.266c-.261.261-.5.513-.77.75-.01,0-.015.015-.025.025a.809.809,0,0,0-.2.883c0,.015.01.025.015.039a6.932,6.932,0,0,0,1.026,1.673l0,0a11.546,11.546,0,0,0,2.793,2.541c.133.084.266.153.395.217a3.1,3.1,0,0,1,.291.158.538.538,0,0,0,.054.03.85.85,0,0,0,.385.094.813.813,0,0,0,.592-.266l1.061-1.061a.53.53,0,0,1,.345-.183.482.482,0,0,1,.321.173l.01.01,1.707,1.707a.448.448,0,0,1-.01.725l0,0c-.113.123-.237.242-.37.37C17.337,16.84,17.13,17.042,16.933,17.274Z' transform='translate(0 -0.05)' fill='%23FFF'/%3E%3C/svg%3E%0A");
  width: 23px;
  height: 23px;
}

.footer .footer-menu__item .footer-menu__icon.icon-whatsapp:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.975' height='23.979' viewBox='0 0 23.975 23.979'%3E%3Cg id='Whatsapp' transform='translate(-210 -7895.266)'%3E%3Cg id='Grupo_1643' data-name='Grupo 1643' transform='translate(215.519 7900.786)'%3E%3Cg id='Grupo_1642' data-name='Grupo 1642'%3E%3Cpath id='Caminho_2398' data-name='Caminho 2398' d='M130.153,126.562l-1.84-1.407a1.584,1.584,0,0,0-2.077.137l-.719.719a3.715,3.715,0,0,1-1.493-.76l-.063-.053a3.936,3.936,0,0,1-.483-.483l-.051-.061a3.713,3.713,0,0,1-.76-1.494l.718-.718a1.584,1.584,0,0,0,.139-2.076l-1.407-1.838a1.651,1.651,0,0,0-1.979-.51l-.209.094a3.46,3.46,0,0,0-2.064,3.088,9.179,9.179,0,0,0,2.149,6.092l.094.109a9.591,9.591,0,0,0,1.171,1.171l.109.094a9.194,9.194,0,0,0,5.9,2.151h.192a3.46,3.46,0,0,0,3.087-2.068l.094-.209A1.652,1.652,0,0,0,130.153,126.562Zm-.606,1.49h0l-.094.209a2.239,2.239,0,0,1-2,1.336h-.167a7.975,7.975,0,0,1-5.12-1.864l-.109-.094a8.379,8.379,0,0,1-1.022-1.022l-.094-.11a7.961,7.961,0,0,1-1.864-5.288,2.239,2.239,0,0,1,1.336-2l.209-.094a.436.436,0,0,1,.523.139l1.407,1.838a.363.363,0,0,1-.031.476l-.95.95a.609.609,0,0,0-.17.528,4.933,4.933,0,0,0,1.092,2.379l.051.06a5.153,5.153,0,0,0,.631.631l.063.053a4.935,4.935,0,0,0,2.378,1.09.609.609,0,0,0,.529-.17l.95-.95a.363.363,0,0,1,.476-.031l1.84,1.411A.437.437,0,0,1,129.547,128.052Z' transform='translate(-117.863 -117.878)' fill='%23FFF'/%3E%3C/g%3E%3C/g%3E%3Cg id='Whatsapp-2' data-name='Whatsapp' transform='translate(210 7895.266)'%3E%3Cg id='Grupo_1644' data-name='Grupo 1644' transform='translate(0 0)'%3E%3Cpath id='Caminho_2399' data-name='Caminho 2399' d='M20.5,3.513A11.988,11.988,0,0,0,.116,10.577,12.062,12.062,0,0,0,1.584,17.89L.573,21.373a1.667,1.667,0,0,0,2.065,2.065l3.484-1.011A11.99,11.99,0,0,0,20.5,3.513Zm-.86,16.093a10.659,10.659,0,0,1-6.347,3.08,10.83,10.83,0,0,1-6.779-1.439.609.609,0,0,0-.481-.062L2.3,22.27a.449.449,0,0,1-.556-.556l1.084-3.733a.609.609,0,0,0-.062-.481,10.773,10.773,0,1,1,16.875,2.107Z' transform='translate(-0.035 0)' fill='%23FFF'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 23px;
  height: 23px;
}

.footer .footer-menu__item .footer-menu__icon.icon-mail:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.978' height='23.979' viewBox='0 0 23.978 23.979'%3E%3Cpath id='rodape-email' d='M11.989,0A11.989,11.989,0,1,0,23.978,11.989,12,12,0,0,0,11.989,0Zm0,22.854A10.865,10.865,0,1,1,22.854,11.989,10.878,10.878,0,0,1,11.989,22.854ZM17.624,7.048H6.355A1.369,1.369,0,0,0,4.988,8.415v7.148A1.368,1.368,0,0,0,6.355,16.93H17.624a1.369,1.369,0,0,0,1.367-1.367V8.415a1.369,1.369,0,0,0-1.367-1.367Zm-.847,1.124-4.787,3.8L7.2,8.172Zm.847,7.634H6.355a.243.243,0,0,1-.243-.243V8.742l5.528,4.39a.562.562,0,0,0,.7,0l5.528-4.39v6.821a.243.243,0,0,1-.243.243Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
  width: 23px;
  height: 23px;
}

.footer .btn-clube {
  background: #c8d538 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 5px;
  color: #1e2221;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  max-width: 262px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 990px) {
  .footer .btn-clube {
    margin-bottom: 60px;
  }
}
.footer .footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 15px;
  padding-top: 4px;
  justify-content: center;
  width: 120px;
}

@media screen and (max-width: 1025px) {
  .footer .footer-social {
    justify-content: flex-start;
  }
}
.footer .footer-social .footer-social__icon {
  transition: 0.2s linear;
}

.footer .footer-social .footer-social__icon:hover {
  transform: scale(1.05);
}

.footer .footer-social .footer-social__item .footer-social__href.svg {
  display: flex;
  height: 32px;
  align-items: center;
}

.footer .footer-selos {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1026px) {
  .footer .footer-selos {
    gap: 10px;
    align-items: center;
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 1025px) {
  .footer .footer-selos {
    flex-direction: column;
  }
}
.footer .footer-selos .payment {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer .footer-selos .payment .footer-menu__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: #c8d538;
  width: 100%;
}

.footer .footer-selos .payment div {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

@media screen and (max-width: 1025px) {
  .footer .footer-selos .payment {
    justify-content: center;
    padding: 35px 0;
  }
}
.footer .footer-selos .footer-payment__img {
  width: 100%;
  max-width: fit-content;
}

@media screen and (max-width: 1025px) {
  .footer .footer-selos .footer-payment__img {
    max-width: 29px;
  }
}
.footer .footer-selos .stamps {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1026px) {
  .footer .footer-selos .stamps {
    width: 19%;
  }
}
@media screen and (max-width: 1025px) {
  .footer .footer-selos .stamps {
    border-top: 0;
    border-bottom: 0;
    padding: 0 0 35px 0;
    justify-content: flex-start;
    order: 2;
    align-items: center;
  }
}
.footer .footer-selos .stamps a {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.footer .footer-selos .stamps .footer-menu__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: #c8d538;
  width: 100%;
}

.footer .footer-selos .stamps .footer-secutiry__lets {
  max-height: 77px;
  width: auto;
}

@media screen and (max-width: 1025px) {
  .footer .footer-selos .stamps .footer-secutiry__lets {
    max-width: 60px;
  }
}
.footer .footer-selos .stamps a#seloEbit {
  max-height: 100%;
}

.footer .footer-selos .stamps .footer-secutiry__img {
  width: 100%;
  border-radius: 5px;
}

@media screen and (min-width: 1026px) {
  .footer .footer-selos .stamps .footer-secutiry__img {
    width: 116px;
  }
}
@media screen and (max-width: 1025px) {
  .footer .footer-selos .stamps .footer-secutiry__img {
    max-width: 90px;
  }
}
.footer .footer-selos .footer-development {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 20%;
  justify-content: flex-end;
}

@media screen and (max-width: 1025px) {
  .footer .footer-selos .footer-development {
    padding: 35px 0;
    justify-content: center;
    flex-direction: row;
    order: 3;
  }
}
.footer .footer-selos .footer-development .footer-development__img.logo-wake {
  max-width: 100px;
}

.footer .footer-selos .footer-development .footer-development__img.logo-benova {
  max-width: 130px;
}

.footer .footer-selos .footer-development a {
  max-width: 100px;
}

.footer .footer-bottom {
  padding: 15px 0;
}

.footer .footer-bottom * {
  color: #FFF;
}

.footer .footer-bottom .content {
  display: flex;
  width: 100%;
  max-width: 95%;
}

@media screen and (max-width: 1025px) {
  .footer .footer-bottom .content {
    display: block;
  }
}
.footer .footer-bottom .content .footer-copy {
  color: #8f8f8f;
  text-align: left;
  width: 100%;
  line-height: 20px;
  display: block;
  word-break: break-word;
}

@media screen and (min-width: 1026px) {
  .footer .footer-bottom .content .footer-copy {
    font-size: 10px;
    font-weight: 400;
  }
}
@media screen and (max-width: 1025px) {
  .footer .footer-bottom .content .footer-copy {
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .footer-bottom .content .footer-development {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 20%;
  justify-content: flex-end;
}

@media screen and (max-width: 1025px) {
  .footer .footer-bottom .content .footer-development {
    width: 100%;
    justify-content: center;
  }
}
.footer .footer-bottom .content .footer-development .footer-development__img {
  width: 100%;
  max-width: 100px;
  display: block;
}

.footer .footer-bottom .content .footer-development .footer-development__img.logo-wake {
  max-width: 80px;
}

.footer .footer-bottom .content .footer-development a svg {
  width: 100px;
}

.newsletter {
  background: #19403e;
  position: relative;
}

@media screen and (min-width: 1026px) {
  .newsletter {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 64px auto 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 1025px) {
  .newsletter {
    padding: 30px 30px 10px !important;
    display: block;
    margin: 30px 15px;
  }
}
.newsletter .newsletter-columns {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 158px;
  width: 100%;
  max-width: 1300px;
  gap: 60px;
  padding: 0 20px;
}

@media screen and (max-width: 1025px) {
  .newsletter .newsletter-columns {
    display: block;
    height: auto;
  }
}
.newsletter .newsletter-columns .newsletter-titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.newsletter .newsletter-columns .newsletter-titles .newsletter-title {
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
}

@media screen and (min-width: 1026px) {
  .newsletter .newsletter-columns .newsletter-titles .newsletter-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1025px) {
  .newsletter .newsletter-columns .newsletter-titles .newsletter-title {
    font-size: 30px;
    width: 100%;
  }
}
.newsletter .newsletter-columns .newsletter-titles .newsletter-subtitle {
  color: #fff;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
}

@media screen and (min-width: 1026px) {
  .newsletter .newsletter-columns .newsletter-titles .newsletter-subtitle {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1025px) {
  .newsletter .newsletter-columns .newsletter-titles .newsletter-subtitle {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1026px) {
  .newsletter .newsletter-columns .newsletter-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
.newsletter .newsletter-columns .newsletter-form .newsletter-form__fields {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  gap: 15px;
}

@media screen and (max-width: 1025px) {
  .newsletter .newsletter-columns .newsletter-form .newsletter-form__fields {
    flex-direction: column;
  }
}
.newsletter .newsletter-columns .newsletter-form .newsletter-form__fields .newsletter-form__input {
  background: rgba(0, 0, 0, 0);
  border: 0;
  width: 100%;
  text-indent: 30px;
  font-weight: 400;
  transition: 0.2s linear;
  color: #fff;
  border-radius: 27px;
  border: 1px solid #fff;
}

.newsletter .newsletter-columns .newsletter-form .newsletter-form__fields .newsletter-form__input::placeholder {
  color: #fff;
  font-size: 14px;
}

@media screen and (min-width: 1026px) {
  .newsletter .newsletter-columns .newsletter-form .newsletter-form__fields .newsletter-form__input {
    width: 304px;
    height: 44px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1025px) {
  .newsletter .newsletter-columns .newsletter-form .newsletter-form__fields .newsletter-form__input {
    height: 44px;
    font-size: 16px;
  }
}
.newsletter .newsletter-columns .newsletter-form .newsletter-form__fields .newsletter-form__button {
  background: #c8d538;
  border: 0;
  color: #19403e;
  font-weight: 700;
  width: 100%;
  transition: 0.2s linear;
  cursor: pointer;
  border-radius: 27px;
  text-transform: uppercase;
}

@media screen and (min-width: 1026px) {
  .newsletter .newsletter-columns .newsletter-form .newsletter-form__fields .newsletter-form__button {
    font-size: 14px;
    width: 155px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1025px) {
  .newsletter .newsletter-columns .newsletter-form .newsletter-form__fields .newsletter-form__button {
    font-size: 14px;
    padding: 20px;
    margin-top: 5px;
    width: 124px;
    height: 44px;
    line-height: 4px;
    margin: 0 auto;
  }
}
.newsletter .newsletter-columns .newsletter-form #alert-newsletter {
  text-align: center;
  font-size: 14px;
  color: #207817;
  font-weight: 600;
  padding-top: 15px;
}

@media screen and (min-width: 1026px) {
  .newsletter .newsletter-columns .newsletter-form #alert-newsletter {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
  }
}
.posts-grid-simple .post_info--nome h2 {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 73px;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

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