@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap");

:root {
  --cor-base: #f07d00;
  --cor-base-escura: #d66f00;
}
body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #505050;
  font-size: 15px;
  background-color: #f4f4f4; }

html {
  scroll-behavior: smooth; }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #222222;
  text-decoration: none; }
  a:hover {
    color: #111111;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.custom-navbar {
  background: rgba(255, 255, 255, 0.96) !important;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e3e3e3;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 1000; }
  .custom-navbar .container {
    padding-right: 28px;
  }
  .custom-navbar .navbar-brand {
    padding: 0;
    margin: 0; }
    .custom-navbar .navbar-brand .navbar-logo {
      height: 88px;
      width: auto;
      display: block; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
.custom-navbar .navbar-toggler {
  border-color: transparent; }
  .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
.custom-navbar .navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25em 1.25em;
}

@media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 18px;
      margin-right: 18px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #555555 !important;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    .custom-navbar .custom-navbar-nav li a:hover {
      color: #222222 !important; }
  .custom-navbar .custom-navbar-nav li.active a {
    color: #111111 !important; }
  .custom-navbar .custom-navbar-cta {
    display: none !important; }

.custom-navbar .custom-navbar-nav li .btn-whatsapp-nav {
  padding: 9px 20px;
  border-radius: 999px;
  background-color: var(--cor-base);
  border-color: var(--cor-base);
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  gap: 8px; }
  .custom-navbar .custom-navbar-nav li .btn-whatsapp-nav i {
    font-size: 14px; }
  .custom-navbar .custom-navbar-nav li .btn-whatsapp-nav:hover {
    background-color: var(--cor-base-escura);
    border-color: var(--cor-base-escura);
    color: #ffffff !important; }

@media (max-width: 991.98px) {
  .custom-navbar .custom-navbar-nav li .btn-whatsapp-nav {
    width: 100%;
    justify-content: center; } }

.hero {
  background: #ffffff;
  padding: 0; }
  .hero .carousel-inner {
    min-height: 70vh; }
  .hero .intro-excerpt {
    position: relative;
    z-index: 2;
  max-width: 520px; }
  .hero h1 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    color: #111111;
  margin-bottom: 18px;
  font-size: clamp(22px, 3.2vw, 32px);
    letter-spacing: 0.02em; }
  .hero p {
    color: #555555;
    margin-bottom: 22px;
    font-size: clamp(13px, 1.7vw, 15px); }

.hero-carousel {
  position: relative; }

.hero-slide {
  position: relative;
  padding: 5.5rem 0 4.5rem 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 575.98px) {
    .hero .carousel-inner {
      min-height: 45vh;
    }
    .hero-slide {
      padding: 3.5rem 0 0.5rem 0;
      background-size: cover;
    }
  }
  @media (min-width: 768px) {
    .hero-slide {
      padding: 6rem 0 5rem 0; } }
  @media (min-width: 992px) {
    .hero-slide {
      padding: 7rem 0 6rem 0; } }

.hero-slide .container {
  position: relative;
  z-index: 2; }

.hero-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  padding: 18px 20px 18px;
  -webkit-box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  max-width: 520px; }

@media (min-width: 992px) {
  .hero-box-right {
    margin-left: auto; } }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1; }

.hero-overtitle {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 500;
  color: #999999;
  margin-bottom: 10px; }

.hero-text {
  font-size: 15px; }

.hero-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.hero-divider {
  width: 32px;
  height: 1px;
  background: #c8c8c8;
  display: inline-block; }

.hero-controls {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.hero-indicadores {
  margin: 0;
  position: static; }
  .hero-indicadores [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: none;
    margin: 0 3px;
    background-color: rgba(0, 0, 0, 0.12); }
    .hero-indicadores [data-bs-target].active {
      background-color: var(--cor-base); }

.hero-setas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px; }

.hero-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.35);
  background: transparent;
  color: #111111;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease; }
  .hero-arrow:hover {
    background: rgba(0, 0, 0, 0.06); }

.hero-slide-1 {
  background-image: url("../images/banner01.png"); }

.hero-slide-2 {
  background-image: url("../images/banner02.png"); }

.hero-slide-3 {
  background-image: url("../images/banner03.png"); }

.btn {
  font-weight: 500;
  padding: 11px 26px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--cor-base);
  border-color: var(--cor-base);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase; }
  .btn:hover {
    color: #ffffff;
    background: var(--cor-base-escura);
    border-color: var(--cor-base-escura); }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: var(--cor-base);
    border-color: var(--cor-base); }
  .btn.btn-secondary {
    color: #222222;
    background: #e0e0e0;
    border-color: #e0e0e0; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 1px;
    border-color: #d0d0d0;
    color: #222222; }
    .btn.btn-white-outline:hover {
      border-color: #111111;
      color: #111111;
      background-color: transparent; }

.section-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #111111;
  letter-spacing: 0.03em;
  font-size: clamp(22px, 2.7vw, 28px);
  margin-bottom: 1.5rem;
  position: relative; }
  .section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 42px;
    height: 2px;
    background: var(--cor-base); }

.section-intro {
  color: #6b6b6b;
  font-size: 14px;
  max-width: 520px; }

.revenda-section .section-title:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.revenda-section .section-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.we-help-section .historia-texto {
  max-width: none;
}

.product-section {
  padding: 5.5rem 0;
  background: #f8f8f8; }

.product-section .section-title {
  display: inline-block;
  text-align: left;
}

.product-section .section-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.product-section .section-title:after {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.product-section .row.mb-4 {
  text-align: center;
}

@media (max-width: 575.98px) {
  .product-section {
    padding-top: 5px;
  }
}

.cta-whatsapp-section {
  padding: 2.5rem 0 3rem 0;
  background: #ffffff; }
  .cta-whatsapp-section .cta-whatsapp-text {
    font-size: 15px;
    color: #555555;
    margin-bottom: 14px; }
  .cta-whatsapp-section .btn-whatsapp-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: normal;
    text-align: center; }
    .cta-whatsapp-section .btn-whatsapp-cta i {
      font-size: 16px; }

.produto-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 24px 22px;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px; }

.produto-imagem {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 14px; }
  .produto-imagem img {
    width: 100%;
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }

.produto-carousel {
  border-radius: 18px;
  overflow: hidden;
  -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
          box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08); }

.produto-carousel img {
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover; }

.produto-carousel-controles {
  padding: 10px 18px 12px;
  background: #ffffff;
  border-top: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.produto-carousel-controles .carousel-indicators {
  position: static;
  margin: 0; }

.produto-carousel-controles .carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  margin: 0 3px;
  background-color: rgba(0, 0, 0, 0.12); }
  .produto-carousel-controles .carousel-indicators [data-bs-target].active {
    background-color: var(--cor-base); }

.produto-setas .hero-arrow {
  width: 30px;
  height: 30px;
  font-size: 11px; }

.produto-titulo {
  font-family: "Playfair Display", serif;
  font-size: clamp(20px, 2.1vw, 24px);
  margin-bottom: 8px;
  color: #111111;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 18px; }
  .produto-titulo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--cor-base); }

.produto-texto {
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px; }

.produto-lista {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 13px;
  color: #505050; }
  .produto-lista li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 4px; }
    .produto-lista li:before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #b0b0b0;
      position: absolute;
      left: 0;
      top: 10px; }

.why-choose-section {
  padding: 7rem 0; }
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

.we-help-section {
  padding: 5.5rem 0;
  background: #ffffff; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      display: none; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 18px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }

.certificados-section {
  padding: 5.5rem 0;
  background: #ffffff; }
  @media (max-width: 575.98px) {
    .certificados-section {
      padding-top: 5px;
    }
  }
  .certificados-section .section-intro {
    max-width: none;
  }
  .certificados-section .certificados-grid img {
    max-width: 120px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06); }

.minimal-grid .grid-1 {
  -webkit-filter: grayscale(10%);
          filter: grayscale(10%); }

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #3b5d50;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
  padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #3b5d50;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #3b5d50; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.blog-section {
  padding: 5.5rem 0 5.5rem 0;
  background: #ffffff; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 16px; }
    .blog-section .post-entry .post-thumbnail img {
    border-radius: 14px;
    border: 2px solid var(--cor-base);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-family: "Playfair Display", serif;
      font-size: 16px;
      margin-bottom: 6px;
      font-weight: 500; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #999999; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

.blog-search {
  padding-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .blog-search-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #888888;
    margin-bottom: 6px; }
  .blog-search-results-wrapper {
    display: none;
    margin-top: 8px;
    border-radius: 12px;
    background: #fafafa;
    border: 1px solid #e4e4e4;
    max-height: 360px;
    overflow-y: auto; }
  .blog-search-results {
    padding: 8px 12px; }
  .blog-search-item + .blog-search-item {
    border-top: 1px solid #e6e6e6;
    margin-top: 6px;
    padding-top: 6px; }
  .blog-search-title {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #222222;
    text-decoration: none; }
    .blog-search-title:hover {
      color: var(--cor-base); }
  .blog-search-description {
    font-size: 13px;
    color: #666666;
    margin-bottom: 0;
    margin-top: 2px; }
  .blog-search-empty {
    font-size: 13px;
    color: #999999;
    padding: 4px 0; }

.footer-section {
  padding: 56px 0 40px;
  background: #fafafa; }
  .footer-section a {
    text-decoration: none;
    color: #222222;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: #000000; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase; }
  .footer-section .footer-text {
    font-size: 13px;
    color: #666666;
    max-width: 420px; }
  .footer-section .footer-certificados {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #999999;
    margin-bottom: 14px; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 34px;
      height: 34px;
      text-align: center;
      line-height: 34px;
      display: inline-block;
      background: #e7e7e7;
      color: #222222;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #222222;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 12px !important;
      border-color: #e2e2e2; }

.footer-links a {
  font-size: 12px;
  color: #777777; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  border-color: #dcdcdc;
  background-color: #fafafa; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbbbbb; }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3b5d50;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: var(--cor-base) !important; }

.thankyou-icon {
  position: relative;
  color: #3b5d50; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }

/* ---------------------------
   Seções institucionais
---------------------------- */

section[id] {
  scroll-margin-top: 88px; }

.onde-comprar-section {
  padding: 5rem 0;
  background: #f8f8f8; }

.autoridade-section,
.para-quem-section,
.diferenciais-section {
  padding: 3.5rem 0 4rem 0;
}

.autoridade-section {
  background: #ffffff;
}

.para-quem-section {
  background: #f8f8f8;
}

.diferenciais-section {
  background: #ffffff;
}

.produtos-section {
  padding: 3.5rem 0 4rem 0;
  background: #ffffff;
}

.autoridade-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 26px 22px;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.autoridade-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 20px;
  color: #111111;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 16px;
}

.autoridade-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 36px;
  height: 2px;
  background: var(--cor-base);
}

.autoridade-section .custom-list li {
  font-size: 15px;
}

.autoridade-section .section-intro {
  font-size: 15px;
}

.autoridade-card .custom-list {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
}

.autoridade-card .section-intro {
  max-width: none;
}

.autoridade-section .section-title,
.diferenciais-section .section-title {
  text-align: center;
}

.autoridade-section .custom-list,
.diferenciais-section .custom-list {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.autoridade-section .section-intro {
  text-align: center;
}

.autoridade-card .custom-list li {
  display: block;
  width: 100%;
}

@media (max-width: 767.98px) {
  .autoridade-card .custom-list {
    grid-template-columns: 1fr;
  }
}

.para-quem-section .onde-card {
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 18px 18px 16px;
}

@media (max-width: 767.98px) {
  .autoridade-section,
  .para-quem-section,
  .diferenciais-section {
    padding: 2.75rem 0 3.25rem 0;
  }
}

.onde-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 22px 20px;
  border: 1px solid #e4e4e4;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease; }

.onde-card:hover {
  border-color: var(--cor-base);
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  background: #fff8f0;
}

.onde-titulo {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  margin-bottom: 2px;
  color: #181818; }

.onde-texto {
  font-size: 14px;
  color: #666666;
  margin-bottom: 4px; }

.onde-detalhe {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999999;
  margin-bottom: 0; }

.contato-section {
  padding: 5.5rem 0;
  background: #ffffff; }

.contato-info p {
  font-size: 14px;
  color: #555555;
  margin-bottom: 10px; }

.contato-info .link-texto {
  font-size: 14px; }

.contato-observacao {
  font-size: 12px;
  color: #999999;
  margin-top: 8px; }

.contato-form .form-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #888888;
  margin-bottom: 4px; }

.contato-form textarea.form-control {
  height: auto !important;
  padding-top: 10px;
  padding-bottom: 10px; }

.revenda-section {
  padding: 2.5rem 0 3rem 0;
  background: #f8f8f8;
}

.garantia-section {
  padding: 5rem 0;
  background: #f8f8f8; }
  .garantia-section .garantia-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 22px 22px 20px;
    border: 1px solid #e4e4e4; }
  .garantia-section .garantia-lista {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
    color: #555555; }
  .garantia-section .garantia-resumo {
    font-size: 14px;
    color: #444444;
    margin-bottom: 8px; }
  .garantia-section .btn-garantia {
    margin-top: 10px; }

.garantia-modal-body {
  font-size: 14px;
  line-height: 1.7; }
  .garantia-modal-body h6 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 8px; }
  .garantia-modal-body ul {
    padding-left: 18px;
    margin-bottom: 10px; }

.instagram-section {
  padding: 5rem 0;
  background: #ffffff; }
  .instagram-section .instagram-slider {
    margin-top: 10px; }
  .instagram-section .instagram-item {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    position: relative; }
    .instagram-section .instagram-item img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block;
      -webkit-filter: grayscale(8%);
              filter: grayscale(8%);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .instagram-section .instagram-item:before {
      content: "\f16d";
      font-family: "Font Awesome 5 Brands";
      position: absolute;
      right: 10px;
      bottom: 8px;
      font-size: 18px;
      color: #ffffff;
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }
    .instagram-section .instagram-item:hover img {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
              transform: scale(1.03); }
  .instagram-section .tns-nav {
    margin-top: 16px;
    text-align: center; }
    .instagram-section .tns-nav button {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      border: none;
      margin: 0 3px;
      background-color: rgba(0, 0, 0, 0.12); }
      .instagram-section .tns-nav button.tns-nav-active {
        background-color: var(--cor-base); }

.btn-enviar {
  background: var(--cor-base);
  border-color: var(--cor-base); }

.btn-enviar:hover {
  background: var(--cor-base-escura);
  border-color: var(--cor-base-escura); }

.link-texto {
  color: var(--cor-base);
  border-bottom: 1px solid rgba(240, 125, 0, 0.35);
  padding-bottom: 2px; }
  .link-texto:hover {
    color: var(--cor-base-escura);
    border-bottom-color: rgba(214, 111, 0, 0.7); }

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--cor-base);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  z-index: 1100;
  overflow: visible; }
  .whatsapp-float:hover {
    background: var(--cor-base-escura);
    color: #ffffff; }

.whatsapp-float .whatsapp-icon {
  width: 32px;
  height: auto;
  display: block; }

.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(240, 125, 0, 0.6);
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  -webkit-animation: whatsapp-pulse 2.4s ease-out infinite;
          animation: whatsapp-pulse 2.4s ease-out infinite;
  pointer-events: none; }

.whatsapp-hint {
  position: absolute;
  right: 72px;
  bottom: 10px;
  background: var(--cor-base);
  color: #ffffff;
  border-radius: 18px 18px 4px 18px;
  padding: 9px 16px;
  font-size: 12px;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
  pointer-events: none;
  white-space: nowrap; }
  .whatsapp-hint.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.whatsapp-hint::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid var(--cor-base); }

@-webkit-keyframes whatsapp-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5; }
  70% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0; } }

@keyframes whatsapp-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5; }
  70% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0; } }
