@charset "UTF-8";
:root {
  --Verde-denso: #032B1A;
  --Amarelo-Lubrax: #F9EE00;
  --font-lubrax: "Lubrax Display", sans-serif;
  --Verde-Vibra:#004415;
  --mobile-width: 1024px;
}

.no-padding {
  padding: 0;
}

.btn {
  border-radius: 10px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  padding: 0.875rem;
  white-space: nowrap;
}

.btn-secondary {
  background: var(--Amarelo-Lubrax);
  color: var(--Verde-denso) !important;
}

.btn-transparent {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.bg-verde-vibra {
  background: var(--Verde-Vibra);
}

.h100 {
  height: 100%;
}

.image-desktop {
  display: none;
}

.image-mobile {
  display: block;
}

@media (min-width: var(--mobile-width)) {
  .image-desktop {
    display: block;
  }
  .image-mobile {
    display: none;
  }
}
.banner_interno {
  position: relative;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 650px;
}
.banner_interno .coh-container {
  z-index: 2;
}
.banner_interno .coh-container h1 {
  color: #FFF;
  width: 100%;
  padding-bottom: 0;
  font-family: "Lubrax Display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner_interno .coh-container p {
  width: 100%;
  color: #FFF;
  font-family: "Acumim PRO", sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-top: 24px;
}
.banner_interno .coh-container .button_wrapper {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
}
.banner_interno .coh-container .button_wrapper::before, .banner_interno .coh-container .button_wrapper::after {
  content: none;
}
.banner_interno .coh-container .button_wrapper .btn {
  border-radius: 10px !important;
  padding: 10px 30px !important;
}
.banner_interno .coh-container .button_wrapper a {
  white-space: nowrap;
  font-family: "Lubrax Display", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.banner_interno::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 1024px) {
  .banner_interno .coh-container h1, .banner_interno .coh-container p, .banner_interno .coh-container .button_wrapper {
    width: 57.89% !important;
  }
  .banner_interno .coh-container h1 {
    font-size: 45px !important;
  }
  .banner_interno .coh-container p {
    font-size: 13.5px !important;
  }
  .banner_interno .button_wrapper {
    padding-top: 55px !important;
    gap: 10px !important;
  }
}

.cpt_lubrax_section_imagem_left h3.coh-heading {
  padding-bottom: 20px;
  color: var(--Verde-denso);
  font-family: var(--font-lubrax);
  font-size: 34.5px;
  font-style: normal;
  font-weight: 400;
}
.cpt_lubrax_section_imagem_left .container-wrapper {
  display: flex;
  flex-direction: row;
}
.cpt_lubrax_section_imagem_left .container-wrapper .image-left {
  flex: 1;
}
.cpt_lubrax_section_imagem_left .container-wrapper .text-right {
  flex: 1;
}
.cpt_lubrax_section_imagem_left .container-wrapper .text-right:nth-of-type(2) {
  margin-left: 116px;
}
.cpt_lubrax_section_imagem_left .container-wrapper .text-right:nth-of-type(2) h3 {
  color: var(--Verde-denso, #032B1A);
  font-family: var(--font-lubrax);
  font-size: 34.5px;
  font-style: normal;
  font-weight: 700;
}
.cpt_lubrax_section_imagem_left .container-wrapper .text-right:nth-of-type(2) p {
  color: #000;
  font-family: "Acumion Pro", sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  
}
.cpt_lubrax_section_imagem_left .container-wrapper .text-right:nth-of-type(2) .coh-wysiwyg ul {
  list-style: none;
  color: #000;
  font-family: "Acumion Pro", sans-serif !important;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.cpt_lubrax_section_imagem_left .container-wrapper .text-right:nth-of-type(2) .coh-wysiwyg ul li::before {
  content: url("../icons/arrow-list.svg");
  margin-right: 5px;
  vertical-align: middle;
}
.cpt_lubrax_section_imagem_left .container-wrapper .text-right:nth-of-type(2) a {
  padding-top: 40px;
  color: var(--Verde-Vibra);
  text-align: start;
  font-family: var(--font-lubrax);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
  
}
.cpt_lubrax_section_imagem_left .container-wrapper .text-right:nth-of-type(2) a::before {
  content: url("../icons/arrow-saiba-mais.svg");
  display: inline;
  vertical-align: middle;
  margin-right: 4px;
}
@media (max-width: 1024px) {
  .cpt_lubrax_section_imagem_left .container-wrapper {
    display: flex;
    flex-direction: column;
  }
  .cpt_lubrax_section_imagem_left .container-wrapper .coh-container {
    flex: none !important;
  }
  .cpt_lubrax_section_imagem_left .container-wrapper .image-left {
    width: 100% !important;
    height: 200px !important;
    flex: none !important;
  }
  .cpt_lubrax_section_imagem_left .container-wrapper .text-right {
    flex: none !important;
  }
  .cpt_lubrax_section_imagem_left .container-wrapper .text-right:nth-of-type(2) {
    margin-left: 0;
  }
  .cpt_lubrax_section_imagem_left .container-wrapper .text-right:nth-of-type(2) h3 {
    font-size: 24px;
  }
  .cpt_lubrax_section_imagem_left .container-wrapper .text-right:nth-of-type(2) p {
    font-size: 14px;
  }
  .cpt_lubrax_section_imagem_left .container-wrapper .text-right:nth-of-type(2) a {
    font-size: 18px;
  }
}

.cpt_lubrax_section_imagem_right h3.coh-heading {
  padding-bottom: 20px;
  color: var(--Verde-denso);
  font-family: var(--font-lubrax);
  font-size: 34.5px;
  font-style: normal;
  font-weight: 400;
}
.cpt_lubrax_section_imagem_right .container-wrapper {
  display: flex;
  flex-direction: row;
}
.cpt_lubrax_section_imagem_right .container-wrapper .coh-container {
  flex: 1;
}
.cpt_lubrax_section_imagem_right .container-wrapper .text-left:nth-of-type(1) {
  margin-right: 116px;
}
.cpt_lubrax_section_imagem_right .container-wrapper .text-left:nth-of-type(1) h3 {
  color: var(--Verde-denso, #032B1A);
  font-family: var(--font-lubrax);
  font-size: 34.5px;
  font-style: normal;
  font-weight: 400;
}
.cpt_lubrax_section_imagem_right .container-wrapper .text-left:nth-of-type(1) p {
  color: #000;
  font-family: "Acumion Pro", sans-serif !important;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.cpt_lubrax_section_imagem_right .container-wrapper .text-left:nth-of-type(1) .coh-wysiwyg ul {
  list-style: none;
  color: #000;
  font-family: "Acumion Pro", sans-serif !important;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.cpt_lubrax_section_imagem_right .container-wrapper .text-left:nth-of-type(1) .coh-wysiwyg ul li::before {
  content: url("../icons/arrow-list.svg");
  margin-right: 5px;
  vertical-align: middle;
}
.cpt_lubrax_section_imagem_right .container-wrapper .text-left:nth-of-type(1) a {
  padding-top: 40px;
  color: var(--Verde-Vibra);
  text-align: start;
  font-family: var(--font-lubrax);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
  
}
.cpt_lubrax_section_imagem_right .container-wrapper .text-left:nth-of-type(1) a::before {
  content: url("../icons/arrow-saiba-mais.svg");
  display: inline;
  vertical-align: middle;
  margin-right: 4px;
}
@media (max-width: 1024px) {
  .cpt_lubrax_section_imagem_right .container-wrapper {
    display: flex;
    flex-direction: column;
  }
  .cpt_lubrax_section_imagem_right .container-wrapper .image-right {
    width: 100% !important;
    height: 200px !important;
    flex: auto !important;
  }
  .cpt_lubrax_section_imagem_right .container-wrapper .text-left {
    padding-bottom: 1rem;
  }
  .cpt_lubrax_section_imagem_right .container-wrapper .text-left:nth-of-type(1) {
    margin-right: 0;
  }
  .cpt_lubrax_section_imagem_right .container-wrapper .text-left:nth-of-type(1) h3 {
    font-size: 24px;
  }
  .cpt_lubrax_section_imagem_right .container-wrapper .text-left:nth-of-type(1) p {
    font-size: 14px;
  }
  .cpt_lubrax_section_imagem_right .container-wrapper .text-left:nth-of-type(1) a {
    font-size: 18px;
  }
}

.cpt_text_with_imagem_left_no_lin h3.coh-heading {
  padding-bottom: 20px;
  color: var(--Verde-denso);
  font-family: var(--font-lubrax);
  font-size: 34.5px;
  font-style: normal;
  font-weight: 400;
}
.cpt_text_with_imagem_left_no_lin .container-wrapper {
  display: flex;
  flex-direction: row;
}
.cpt_text_with_imagem_left_no_lin .container-wrapper .image-left {
  flex: 1;
}
.cpt_text_with_imagem_left_no_lin .container-wrapper .text-right {
  flex: 1;
}
.cpt_text_with_imagem_left_no_lin .container-wrapper .text-right:nth-of-type(2) {
  margin-left: 116px;
}
.cpt_text_with_imagem_left_no_lin .container-wrapper .text-right:nth-of-type(2) h3 {
  color: var(--Verde-denso, #032B1A);
  font-family: var(--font-lubrax);
  font-size: 34.5px;
  font-style: normal;
  font-weight: 700;
}
.cpt_text_with_imagem_left_no_lin .container-wrapper .text-right:nth-of-type(2) p {
  color: #000;
  font-family: "Acumion Pro", sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  
}
@media (max-width: 1024px) {
  .cpt_text_with_imagem_left_no_lin .container-wrapper {
    display: flex;
    flex-direction: column;
  }
  .cpt_text_with_imagem_left_no_lin .container-wrapper .coh-container {
    flex: none !important;
  }
  .cpt_text_with_imagem_left_no_lin .container-wrapper .image-left {
    width: 100% !important;
    height: 200px !important;
    flex: none !important;
  }
  .cpt_text_with_imagem_left_no_lin .container-wrapper .text-right {
    flex: none !important;
  }
  .cpt_text_with_imagem_left_no_lin .container-wrapper .text-right:nth-of-type(2) {
    margin-left: 0;
  }
  .cpt_text_with_imagem_left_no_lin .container-wrapper .text-right:nth-of-type(2) h3 {
    font-size: 24px;
  }
  .cpt_text_with_imagem_left_no_lin .container-wrapper .text-right:nth-of-type(2) p {
    font-size: 14px;
  }
}

.cpt_text_with_imagem_right_no_li h3.coh-heading {
  padding-bottom: 20px;
  color: var(--Verde-denso);
  font-family: "Lubrax Display";
  font-size: 34.5px;
  font-style: normal;
  font-weight: 400;
}
.cpt_text_with_imagem_right_no_li .container-wrapper {
  display: flex;
  flex-direction: row;
}
.cpt_text_with_imagem_right_no_li .container-wrapper .coh-container {
  flex: 1;
}
.cpt_text_with_imagem_right_no_li .container-wrapper .text-left:nth-of-type(1) {
  margin-right: 116px;
}
.cpt_text_with_imagem_right_no_li .container-wrapper .text-left:nth-of-type(1) .heading > p {
  color: #032B1A;
  font-family: "Lubrax Display" !important;
  font-size: 34.5px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 16px;
  line-height: 48px;
}
.cpt_text_with_imagem_right_no_li .container-wrapper .text-left:nth-of-type(1) p {
  color: #000;
  font-family: "Acumion Pro", sans-serif !important;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.cpt_text_with_imagem_right_no_li .container-wrapper .text-left:nth-of-type(1) .coh-wysiwyg ul {
  list-style: none;
  color: #000;
  font-family: "Acumion Pro", sans-serif !important;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.cpt_text_with_imagem_right_no_li .container-wrapper .text-left:nth-of-type(1) .coh-wysiwyg ul li::before {
  content: url("../icons/arrow-list.svg");
  margin-left: 3px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .cpt_text_with_imagem_right_no_li .container-wrapper {
    display: flex;
    flex-direction: column;
  }
  .cpt_text_with_imagem_right_no_li .container-wrapper .image-right {
    width: 100% !important;
    height: 200px !important;
    flex: auto !important;
  }
  .cpt_text_with_imagem_right_no_li .container-wrapper .text-left {
    padding-bottom: 1rem;
  }
  .cpt_text_with_imagem_right_no_li .container-wrapper .text-left:nth-of-type(1) {
    margin-right: 0;
  }
  .cpt_text_with_imagem_right_no_li .container-wrapper .text-left:nth-of-type(1) .heading > p {
    font-size: 24px;
  }
}

.cpt_text_with_card_and_imagem_le .coh-heading {
  padding-bottom: 20px;
  color: var(--Verde-denso);
  font-family: var(--font-lubrax);
  font-size: 34.5px;
  font-style: normal;
  font-weight: 400;
}
.cpt_text_with_card_and_imagem_le .container-wrapper {
  display: flex;
  flex-direction: row;
}
.cpt_text_with_card_and_imagem_le .container-wrapper .col-left p {
  color: #000;
  font-family: "Acumion Pro", sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.cpt_text_with_card_and_imagem_le .container-wrapper .col-left .card-left,
.cpt_text_with_card_and_imagem_le .container-wrapper .col-left .card-right {
  padding-top: 1rem;
}
.cpt_text_with_card_and_imagem_le .container-wrapper .col-left .card-left .card-body,
.cpt_text_with_card_and_imagem_le .container-wrapper .col-left .card-right .card-body {
  border-radius: 7.5px;
  border: 0.75px solid #424242;
  padding: 1rem 0.5rem;
  height: 100%;
}
.cpt_text_with_card_and_imagem_le .container-wrapper .col-left .card-left .heading p,
.cpt_text_with_card_and_imagem_le .container-wrapper .col-left .card-right .heading p {
  color: #032B1A;
  font-family: "Lubrax Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  padding-bottom: 0.5rem;
}
.cpt_text_with_card_and_imagem_le .container-wrapper .col-left .card-left p,
.cpt_text_with_card_and_imagem_le .container-wrapper .col-left .card-right p {
  font-size: 12px;
  line-height: 15px;
}
.cpt_text_with_card_and_imagem_le .container-wrapper .col-left .card-left p img,
.cpt_text_with_card_and_imagem_le .container-wrapper .col-left .card-right p img {
  display: inline;
  content: url("https://lubrax2025dev.prod.acquia-sites.com/sites/default/files/2025-09/smart-phone-01%20%283%29.png");
  vertical-align: middle;
  margin-right: 3px;
}
.cpt_text_with_card_and_imagem_le .container-wrapper .col-left .card-left p strong,
.cpt_text_with_card_and_imagem_le .container-wrapper .col-left .card-right p strong {
  color: #004415 !important;
}
.cpt_text_with_card_and_imagem_le .container-wrapper .col-right p {
  color: #000;
  font-family: "Acumion Pro", sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.cpt_text_with_card_and_imagem_le .container-wrapper .col-right p a {
  color: #004415;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: bold;
}
.cpt_text_with_card_and_imagem_le .container-wrapper .col-right .hr {
  border-top: 1px solid #004415;
  margin: 1rem 0rem;
}
.cpt_text_with_card_and_imagem_le .container-wrapper .text-right {
  flex: 1;
}
.cpt_text_with_card_and_imagem_le .container-wrapper .text-right:nth-of-type(2) {
  margin-left: 116px;
}
.cpt_text_with_card_and_imagem_le .container-wrapper .text-right:nth-of-type(2) h3 {
  color: var(--Verde-denso, #032B1A);
  font-family: var(--font-lubrax);
  font-size: 34.5px;
  font-style: normal;
  font-weight: 700;
}
.cpt_text_with_card_and_imagem_le .container-wrapper .text-right:nth-of-type(2) .coh-row {
  padding: 2rem 0rem;
}
@media (max-width: 768px) {
  .cpt_text_with_card_and_imagem_le .coh-heading {
    font-size: 20px !important;
    padding-bottom: 10px !important;
  }
  .cpt_text_with_card_and_imagem_le .container-wrapper .card-left,
  .cpt_text_with_card_and_imagem_le .container-wrapper .card-right {
    padding-top: 1rem;
  }
  .cpt_text_with_card_and_imagem_le .container-wrapper .card-left .card-body,
  .cpt_text_with_card_and_imagem_le .container-wrapper .card-right .card-body {
    border-radius: 7.5px;
    border: 0.75px solid #424242;
    padding: 1rem 0.5rem;
  }
  .cpt_text_with_card_and_imagem_le .container-wrapper .card-left .heading p,
  .cpt_text_with_card_and_imagem_le .container-wrapper .card-right .heading p {
    font-size: 14px;
  }
  .cpt_text_with_card_and_imagem_le .container-wrapper .card-left {
    padding-bottom: 1rem;
  }
  .cpt_text_with_card_and_imagem_le .container-wrapper .col-left p,
  .cpt_text_with_card_and_imagem_le .container-wrapper .col-right p {
    font-size: 12px !important;
  }
}

.cpt_banner_text_right .container-wrapper {
  display: flex;
  flex-direction: row;
}
.cpt_banner_text_right .container-wrapper .coh-container {
  flex: 1;
}
.cpt_banner_text_right .container-wrapper .text-right {
  padding: 3rem;
}
.cpt_banner_text_right .container-wrapper .text-right .coh-heading {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 1rem;
}
.cpt_banner_text_right .container-wrapper .text-right .coh-row .oh-column .coh-image-align-left-xs {
  max-width: 3rem;
}
.cpt_banner_text_right .container-wrapper .text-right .coh-row .oh-column .coh-wysiwyg p {
  font-family: "Acumion Pro", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.cpt_banner_text_right .container-wrapper .text-right .coh-row .oh-column .coh-wysiwyg p strong {
  color: #F9EE00 !important;
}
@media (max-width: 768px) {
  .cpt_banner_text_right .container-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .cpt_banner_text_right .container-wrapper .image-right {
    width: 100% !important;
    height: 200px !important;
    flex: auto !important;
  }
  .cpt_banner_text_right .container-wrapper .text-left {
    margin-right: 0;
  }
  .cpt_banner_text_right .container-wrapper .text-left .coh-heading {
    font-size: 20px;
  }
  .cpt_banner_text_right .container-wrapper .text-left .coh-wysiwyg p {
    font-size: 16px;
  }
}

.cpt_text_with_video_left .container-wrapper .video-left {
  flex: 1;
  padding: 0px !important;
}
.cpt_text_with_video_left .container-wrapper .video-left video {
  border-radius: 15px !important;
}
.cpt_text_with_video_left .container-wrapper .text-right {
  flex: 1;
}
.cpt_text_with_video_left .container-wrapper .text-right:nth-of-type(2) {
  margin-left: 116px;
  margin-top: 0px;
}
.cpt_text_with_video_left .container-wrapper .text-right:nth-of-type(2) h3 {
  color: var(--Verde-denso, #032B1A);
  font-family: var(--font-lubrax);
  font-size: 34.5px;
  font-style: normal;
  font-weight: 700;
}
.cpt_text_with_video_left .container-wrapper .text-right:nth-of-type(2) p {
  color: #000;
  font-family: "Acumion Pro", sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding-top: 20px;
}
.cpt_text_with_video_left .container-wrapper .text-right:nth-of-type(2) a {
  padding-top: 40px;
  color: var(--Verde-Vibra);
  text-align: start;
  font-family: var(--font-lubrax);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
}
.cpt_text_with_video_left .container-wrapper .text-right:nth-of-type(2) a::before {
  content: " >";
  display: inline;
  margin-right: 4px;
}
@media (max-width: 1024px) {
  .cpt_text_with_video_left .container-wrapper .coh-container {
    flex: none !important;
  }
  .cpt_text_with_video_left .container-wrapper .video-left {
    flex: none !important;
  }
  .cpt_text_with_video_left .container-wrapper .text-right {
    flex: none !important;
  }
  .cpt_text_with_video_left .container-wrapper .text-right:nth-of-type(2) {
    margin-left: 0;
    margin-top: 2rem;
  }
  .cpt_text_with_video_left .container-wrapper .text-right:nth-of-type(2) h3 {
    font-size: 24px;
  }
  .cpt_text_with_video_left .container-wrapper .text-right:nth-of-type(2) p {
    font-size: 14px;
  }
  .cpt_text_with_video_left .container-wrapper .text-right:nth-of-type(2) a {
    font-size: 18px;
  }
}

.cpt_tabela_nova_marca_texto .header-title {
  display: flex;
  justify-content: start;
  align-items: center;
}
.cpt_tabela_nova_marca_texto .header-title .coh-heading {
  color: var(--Verde-denso, #032B1A);
  font-family: "Lubrax Display", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
  padding-bottom: 1rem !important;
}
.cpt_tabela_nova_marca_texto .coh-paragraph {
  font-family: "Acumion Pro", sans-serif !important;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: start;
}

.cpt_text_with_image .coh-row-inner {
  display: flex;
  align-items: center;
}
.cpt_text_with_image .coh-heading {
  padding-bottom: 20px;
  color: var(--Verde-denso);
  font-family: var(--font-lubrax);
  font-size: 34.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1px;
}
.cpt_text_with_image .coh-wysiwyg > p {
  color: #000;
  font-family: "Acumion Pro", sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.cpt_text_with_image .coh-wysiwyg ul {
  list-style: none;
  color: #000;
  font-family: "Acumion Pro", sans-serif !important;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.cpt_text_with_image .coh-wysiwyg ul li::before {
  content: url("../icons/arrow-list.svg");
  margin-right: 3px;
  vertical-align: middle;
}
.cpt_text_with_image img.coh-image {
  border-radius: 8px;
  padding-top: 0rem;
}
@media (max-width: 1023px) {
  .cpt_text_with_image img.coh-image {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cpt_text_with_image .coh-row-inner {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
  .cpt_text_with_image .coh-heading {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

.cpt_text_with_image_2_grid .coh-row-inner {
  display: flex;
  align-items: center;
}
.cpt_text_with_image_2_grid .coh-heading {
  padding-bottom: 20px;
  color: var(--Verde-denso);
  font-family: var(--font-lubrax);
  font-size: 34.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1px;
}
.cpt_text_with_image_2_grid .coh-wysiwyg > p {
  color: #000;
  font-family: "Acumion Pro", sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.cpt_text_with_image_2_grid .coh-wysiwyg ul {
  list-style: none;
  color: #000;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cpt_text_with_image_2_grid .coh-wysiwyg ul li a {
  color: #004415;
  font-family: "Lubrax Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
  letter-spacing: 1px;
}
.cpt_text_with_image_2_grid .coh-wysiwyg ul li::before {
  content: url("../icons/arrow-list.svg");
  margin-right: 5px;
  vertical-align: middle;
  filter: grayscale(1);
}
.cpt_text_with_image_2_grid img.coh-image {
  border-radius: 8px;
  padding-top: 0rem;
}
@media (max-width: 1023px) {
  .cpt_text_with_image_2_grid img.coh-image {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cpt_text_with_image_2_grid .coh-row-inner {
    display: flex;
    align-items: center;
  }
  .cpt_text_with_image_2_grid .coh-heading {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .cpt_text_with_image_2_grid .coh-wysiwyg ul li a {
    font-size: 13.5px !important;
  }
}

.cpt_text_with_image_link .coh-row-inner {
  display: flex;
  align-items: center;
}
.cpt_text_with_image_link .coh-heading {
  padding-bottom: 20px;
  color: var(--Verde-denso);
  font-family: var(--font-lubrax);
  font-size: 34.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.cpt_text_with_image_link .coh-wysiwyg > p {
  color: #000;
  font-family: "Acumion Pro", sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.cpt_text_with_image_link .coh-wysiwyg ul {
  list-style: none;
  color: #000;
  font-family: "Acumion Pro", sans-serif !important;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.cpt_text_with_image_link .coh-wysiwyg ul li::before {
  content: url("../icons/arrow-list.svg");
  margin-left: 3px;
  vertical-align: middle;
}
.cpt_text_with_image_link a {
  padding-top: 40px;
  color: var(--Verde-Vibra);
  text-align: start;
  font-family: var(--font-lubrax);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
}
.cpt_text_with_image_link a::before {
  content: " >";
  display: inline;
  margin-right: 4px;
}
.cpt_text_with_image_link img.coh-image {
  border: 1px solid;
  border-radius: 8px;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cpt_text_with_image_link .coh-row-inner {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
  .cpt_text_with_image_link img.coh-image {
    padding: 1rem;
  }
}

.cpt_text_with_video .coh-row-inner {
  display: flex;
  align-items: center;
}
.cpt_text_with_video .coh-heading > p {
  padding-bottom: 20px;
  color: var(--Verde-denso);
  font-family: var(--font-lubrax);
  font-size: 34.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.cpt_text_with_video .text > p {
  color: #000;
  font-family: "Acumion Pro", sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.cpt_text_with_video a {
  padding-top: 40px;
  color: var(--Verde-Vibra);
  text-align: start;
  font-family: var(--font-lubrax);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
  display: flex;
  align-items: center;
}
.cpt_text_with_video a::before {
  content: url("../icons/arrow-saiba-mais.svg");
  display: inline;
  vertical-align: middle;
  margin-right: 4px;
}
.cpt_text_with_video img.coh-image {
  border: 1px solid;
  border-radius: 8px;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cpt_text_with_video .coh-row-inner {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
  .cpt_text_with_video img.coh-image {
    padding: 1rem;
  }
  .cpt_text_with_video .coh-heading > p {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

.cpt_list_itens_bg_green .heading > p {
  color: #FFF;
  font-family: "Lubrax Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 1px;
}
.cpt_list_itens_bg_green .coh-wysiwyg ul {
  list-style: disc;
}
.cpt_list_itens_bg_green .coh-wysiwyg ul li {
  color: #FFF;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: 2px 0px;
}
@media (max-width: 768px) {
  .cpt_list_itens_bg_green .heading > p {
    padding-bottom: 1rem;
    font-size: 19px !important;
    line-height: 30px !important;
  }
}

.faq-item {
  padding: 0.5rem 0rem;
}

.coh-accordion-title {
  color: var(--Verde-denso);
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Lubrax Display", sans-serif;
  display: flex !important;
  border-top: 1px solid #3BAD2D !important;
  border-left: 1px solid #3BAD2D !important;
  border-right: 1px solid #3BAD2D !important;
  border-bottom: 1px solid #3BAD2D !important;
  border-radius: 8px;
}
.coh-accordion-title a {
  color: var(--Verde-denso) !important;
  padding: 15px !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.coh-accordion-title a::after {
  content: "" !important;
  width: 15px;
  height: 15.5px;
  transition: all 0.3s ease;
  background-image: url("../icons/open-faq.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.coh-accordion-title a[aria-expanded=true]::after, .is-actived .coh-accordion-title a::after {
  content: "" !important;
  width: 20px;
  height: 4.5px;
  background-image: url("../icons/close-faq.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.coh-accordion-title.is-active {
  border-top: 1px solid #3BAD2D !important;
  border-left: 1px solid #3BAD2D !important;
  border-right: 1px solid #3BAD2D !important;
  border-bottom: none !important;
  border-radius: 8px 8px 0px 0px;
}

.faq-answer,
.coh-accordion-tabs-contens {
  color: #646464;
  font-size: 14px;
  font-weight: 300;
  font-family: "Acumion Pro", sans-serif;
  line-height: 20px;
  padding: 0px 15px 15px;
  border-top: none;
  border-left: 1px solid #3BAD2D !important;
  border-right: 1px solid #3BAD2D !important;
  border-bottom: 1px solid #3BAD2D !important;
  border-radius: 0px 0px 8px 8px;
}

.faq-answer .coh-wysiwyg ul {
  list-style: disc;
  padding: 1rem 0rem 0rem 1rem;
}
.faq-answer .coh-wysiwyg ul li {
  padding-bottom: 1rem;
}

@media (max-width: 1024px) {
  .coh-accordion-title {
    font-size: 14px;
  }
}
.cpt_card_distribuidor .coh-column {
  width: auto !important;
}
.cpt_card_distribuidor .card-header {
  border: 1px solid black;
  border-radius: 8px 8px 0px 0px;
  border-bottom: none;
}
.cpt_card_distribuidor .card-header img {
  width: 100%;
  height: 170px;
  border-radius: 8px 8px 0px 0px;
}
.cpt_card_distribuidor .card-body {
  padding: 0rem 1rem 1rem;
  border: 1px solid black;
  border-radius: 0px 0px 8px 8px;
  border-top: none;
}
.cpt_card_distribuidor .card-body h3.coh-heading {
  color: var(--Verde-denso, #032B1A);
  font-family: "Lubrax Display", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 45px;
}
.cpt_card_distribuidor .card-body p.coh-paragraph {
  color: #000;
  font-size: 12px;
  line-height: 18px;
}
.cpt_card_distribuidor .card-body a.coh-link {
  color: var(--Verde-denso, #032B1A);
  text-align: center;
  font-family: "Lubrax Display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: 1px solid var(--Verde-denso, #032B1A);
  margin-top: 1rem;
}

.cpt_card_container_distribuidore .header-title {
  color: var(--Verde-denso, #032B1A);
  font-family: "Lubrax Display", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.5px;
  padding-bottom: 1rem;
}
.cpt_card_container_distribuidore .header-text {
  font-family: "Acumion Pro", sans-serif;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.cpt_card_container_distribuidore .header-contact {
  font-family: "Acumion Pro", sans-serif;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .cpt_card_container_distribuidore .header-title {
    padding-bottom: 0px;
  }
  .cpt_card_container_distribuidore .header-text {
    text-align: right;
  }
}

.cpt_modal_product #modal-product {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  min-height: 100vh !important;
}
@media (min-width: 1024px) {
  .cpt_modal_product #modal-product {
    overflow: hidden !important;
  }
}
.cpt_modal_product .modal-product-container {
  font-family: "Acumion Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #2F2F2F;
}
.cpt_modal_product .modal-product-right {
  background-color: var(--Verde-denso);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cpt_modal_product .modal-product-right img {
  width: 385px;
  max-height: 375px;
}
.cpt_modal_product .modal-product-right .modal-product-slider {
  display: flex;
  gap: 10px;
}
.cpt_modal_product .modal-product-right .modal-product-slider img {
  max-width: 58px;
  max-height: 56px;
}
.cpt_modal_product .modal-product-left {
  background-color: #fff;
  padding: 30px 50px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cpt_modal_product .modal-product-left .product-section {
  border-bottom: 1px solid #A3A3A3;
}
.cpt_modal_product .modal-product-left .product-section div {
  font-family: "Lubrax Display", sans-serif !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: var(--Verde-denso) !important;
}
.cpt_modal_product .modal-product-left .product-section .subtitle {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.cpt_modal_product .modal-product-left .product-section .title {
  font-size: 24px !important;
  font-weight: bold !important;
}
.cpt_modal_product .modal-product-left .product-section .old-title {
  padding-top: 5px;
}
.cpt_modal_product .modal-product-left .product-section .modal-product-buttons {
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cpt_modal_product .modal-product-left .product-section .modal-product-buttons .button-green {
  background-color: var(--Verde-denso);
  color: #FFF;
  padding: 5px 10px;
  border-radius: 4px;
}
.cpt_modal_product .modal-product-left .product-section .modal-product-buttons .button-outline-green {
  color: var(--Verde-denso);
  padding: 5px 10px;
  border: 1px solid var(--Verde-denso);
  border-radius: 4px;
}
.cpt_modal_product .modal-product-left .container-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 !important;
}
.cpt_modal_product .modal-product-left .container-mobile div {
  flex: 1;
}
.cpt_modal_product .modal-product-left .coh-container::before,
.cpt_modal_product .modal-product-left .coh-container::after {
  clear: none !important;
  content: none !important;
  display: none !important;
}
@media (max-width: 1024px) {
  .cpt_modal_product .modal-product-left .container-mobile {
    flex-direction: column;
  }
}


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root {
  --green-900: #0f5a2a;
  
  --green-700: #1e7a3e;
  
  --green-100: #e8f4ec;
  
  --text: #000;
  --muted: #707070;
  --line: #E3E2E2;
  --bg: #fff;
}


.folhetos {
  display: grid;
}

@media (max-width: 900px) {
  .folhetos {
    grid-template-columns: 1fr;
  }
}
.folhetos__title {
  color: #004415;
  font-family: "Lubrax Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 20px;
}


.filtros {
  border: 1px solid #3BAD2D;
  border-radius: 10px;
  padding: 10px;
  background: var(--bg);
  font-family: "Acumion Pro", sans-serif;
}

.filtros__group {
  margin-bottom: 15px;
}

.filtros__label {
  display: block;
  color: #004415;
  font-family: "Lubrax Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.filtros__input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 14px;
}

.select {
  position: relative;
  font-size: 14px;
  color: #767676 !important;
}

select:focus {
  border-color: var(--line);
  outline: none;
}

option {
  color: #767676 !important;
  font-size: 10.5px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.select__field {
  appearance: none;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 10px 36px 10px 12px;
  background: #fff;
}

.select__caret {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
}


.folhetos__bar {
  border-radius: 3.75px;
  border: 1px solid #E3E2E2;
  margin: 35px 0px;
  font-family: "Lubrax Display";
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 10px;
  flex-wrap: wrap;
}

.chips {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #004415;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1px;
}

.chip {
  border-radius: 4px;
  background: #004415;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  padding: 5px;
  text-transform: capitalize !important;
}

.chip__x {
  border: 0;
  background: transparent;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.folhetos__count {
  color: #004415;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
}


.table__el {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-family: "Acumion Pro", sans-serif;
}

.table__el thead th {
  padding: 0px 15px;
  background: var(--green-900);
  color: #fff;
  font-family: "Lubrax Display";
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 1px;
}

.table__el tbody td {
  padding: 10px 15px;
  border-top: 1px solid var(--line);
  vertical-align: middle;
  color: var(--text);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.td--idioma {
  width: 90px;
}

.ta-right {
  text-align: left;
}

.muted {
  color: var(--muted);
}

.empty {
  text-align: center;
  color: var(--muted);
}


.btn {
  display: inline-block;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.85rem;
  text-decoration: none;
  cursor: pointer;
}

.btn--primary {
  border-radius: 5px;
  border: 1px solid #004415;
  background: #004415;
  color: #FFF;
  font-family: "Lubrax Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
}

.btn--ghost {
  border-radius: 7.5px;
  border: 0.75px solid #004415;
  background: #FFF;
  color: var(--Verde-Vibra, #004415);
  text-align: center;
  font-family: "Lubrax Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
  letter-spacing: 1px;
}


.pager {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: end;
  align-items: center;
  font-family: "Acumion Pro", sans-serif;
}

.pager__info {
  color: var(--muted);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pager__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px;
  align-items: center;
}

.pager__link,
.pager__gap {
  display: inline-flex;
  text-decoration: none;
  display: flex;
  height: 40px;
  min-width: 40px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #FFF;
  color: #5F5F5F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.pager__link {
  letter-spacing: 1px;
  font-family: "Lubrax Display";
}

.pager__gap {
  cursor: auto;
}

.pager__item.is-active .pager__link {
  background: var(--green-900);
  color: #fff;
  border-color: var(--green-900);
  font-weight: 700;
}

.pager__item.is-disabled .pager__link {
  pointer-events: none;
  color: #C2C2C2;
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}

.pager__item .pager__link.next,
.pager__item .pager__link.prev {
  font-family: "Lubrax Display";
}

.pager__item .pager__link.next::after {
  content: url("../icons/arrow-right.svg");
  margin-left: 3px;
  vertical-align: middle;
}

.pager__item .pager__link.prev::before {
  content: url("../icons/arrow-right.svg");
  margin-left: 3px;
  vertical-align: middle;
  rotate: 180deg;
}

.pager__item.is-disabled .pager__link.prev::before,
.pager__item.is-disabled .pager__link.next::after {
  opacity: 0.3;
}

.hidden-mob {
  display: block;
}

@media (max-width: 768px) {
  .hidden-mob {
    display: none;
  }
  .pager__link,
  .pager__gap {
    gap: 0px;
    font-size: 13.5px;
  }
  .pager__info {
    font-size: 13.5px;
  }
  .pager__item .pager__link.next,
  .pager__item .pager__link.prev {
    font-size: 0;
    letter-spacing: 0;
  }
  .pager__link.prev::before,
  .pager__link.next::after {
    font-size: 16px;
    margin-left: 0px;
  }
  .chips {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .table__el thead th,
  .table__el tbody td {
    font-size: 13.5px !important;
  }
}
:root {
  
  --color-white: #ffffff;
  --color-green-dark: #004415;
  --color-green-text: #032B1A;
  --color-border: #cccccc;
}

.bg-white,
.bg-white-lubrax {
  background: var(--color-white);
  color: var(--color-green-text);
}

.bg-green {
  background: var(--color-green-dark);
  color: var(--color-white);
}

.accordion-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.bg-white-lubrax .video_reliability {
  margin-top: 56px;
}
.bg-white-lubrax .video_reliability iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
}
.bg-white-lubrax .accordion-content-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
}
.bg-white-lubrax .accordion-content-header .accordion-title-line {
  font-family: "Lubrax Display";
  font-size: 40px;
  letter-spacing: 1px;
}
.bg-white-lubrax .accordion-content-header .accordion-title-line b {
  font-weight: 700;
}
.bg-white-lubrax .accordion-content-header .accordion-subtitle {
  font-family: "Lubrax Display";
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 1px;
}

.accordion-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
}

.accordion-title {
  font-family: "Lubrax Display";
  font-size: 40px;
  letter-spacing: 1px;
}
.accordion-title b {
  font-weight: 700;
}

.accordion-subtitle {
  font-family: "Lubrax Display";
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 1px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0 ease, padding 0 ease;
}
.accordion-content .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 44px;
}
.accordion-content .grid-2 div {
  padding-top: 0;
}
.accordion-content .grid-2 > div + div {
  border-left: 1px solid var(--color-border);
  padding-left: 20px;
}
.accordion-content .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 44px;
}
.accordion-content .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 44px;
}
.accordion-content h6 {
  font-family: "Lubrax Display";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.accordion-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.iten-conteudo-apenas-texto h3 {
  color: #004415;
  font-family: "Lubrax Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
.iten-conteudo-apenas-texto p {
  padding-top: 10px;
  color: #000;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.icone-conteudo {
  display: grid;
  grid-template-columns: auto 1fr;
  display: flex;
  gap: 10px;
  align-items: center;
}
.icone-conteudo .icone-conteudo-texto {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.icone-conteudo .icone-conteudo-img img {
  width: auto;
  height: 70px;
}

.accordion-item input[type=checkbox]:checked ~ .accordion-body .accordion-content {
  max-height: 100%;
}

.bg-green .arrow {
  width: 24px;
  height: 24px;
  background: url("/sites/default/files/arrow_collapse.png") no-repeat center;
  background-size: contain;
  transition: transform 0.6s ease;
}

.bg-white .arrow,
.bg-white-lubrax .arrow {
  width: 24px;
  height: 24px;
  background: url("/sites/default/files/Vector.png") no-repeat center;
  background-size: contain;
  transition: transform 0.6s ease;
}

.accordion-item input[type=checkbox]:checked ~ .accordion-body .accordion-header .arrow {
  transform: rotate(180deg);
}

@media (max-width: 1023px) {
  .accordion-content h6 {
    font-size: 16px;
    line-height: 23px;
  }
  .accordion-content p {
    font-size: 12px;
  }
  .accordion-content .grid-2,
  .accordion-content .grid-3,
  .accordion-content .grid-4 {
    grid-template-columns: 1fr;
  }
  .accordion-content .grid-2 > div + div {
    border-left: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .accordion-content .grid-2,
  .accordion-content .grid-3 {
    margin-top: 26px;
    gap: 10px;
  }
  .accordion-header .accordion-title,
  .accordion-header .accordion-subtitle {
    font-size: 20px;
  }
  .accordion-content-header .accordion-title-line,
  .accordion-content-header .accordion-subtitle {
    font-size: 20px !important;
  }
  .icone-conteudo {
    gap: 10px;
  }
  .icone-conteudo .icone-conteudo-texto {
    font-size: 12px;
    line-height: normal;
  }
  .icone-conteudo .icone-conteudo-img img {
    width: auto;
    height: 40px;
  }
  .iten-conteudo-apenas-texto h3 {
    font-size: 16px;
  }
  .iten-conteudo-apenas-texto p {
    font-size: 12px;
  }
}
.grid-2-with-separator > *:nth-child(odd):not(:last-child) {
  border-right: 1px solid white;
}

.grid-2-with-separator {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 44px;
}
.grid-2-with-separator .title-content {
  color: #FFF;
  font-family: "Lubrax Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.grid-2-with-separator p {
  padding-top: 10px;
  color: #FFF;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  
}

.pager {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: end;
  align-items: center;
  font-family: "Acumion Pro", sans-serif;
}

.pager-summary {
  color: var(--muted);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px;
  align-items: center;
}

.page-link,
.pager__gap {
  display: inline-flex;
  text-decoration: none;
  display: flex;
  height: 40px;
  min-width: 40px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #FFF;
  color: #5F5F5F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.page-link {
  letter-spacing: 1px;
  font-family: "Lubrax Display";
}

.pager__gap {
  cursor: auto;
}

.page-item.active .page-link {
  background: var(--green-900);
  color: #fff;
  border-color: var(--green-900);
  font-weight: 700;
}

.page-item.disabled .page-link {
  pointer-events: none;
  color: #C2C2C2;
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}

.page-item .page-link.next,
.page-item .page-link.prev {
  font-family: "Lubrax Display";
}

.page-item .page-link.next::after {
  content: url("../icons/arrow-right.svg");
  margin-left: 3px;
  vertical-align: middle;
}

.page-item .page-link.prev::before {
  content: url("../icons/arrow-right.svg");
  margin-left: 3px;
  vertical-align: middle;
  rotate: 180deg;
}

.page-item.is-disabled .page-link.prev::before,
.page-item.is-disabled .page-link.next::after {
  opacity: 0.3;
}

.hidden-mob {
  display: block;
}

@media (max-width: 768px) {
  .hidden-mob {
    display: none;
  }
  .page-link,
  .pager__gap {
    gap: 0px;
    font-size: 13.5px;
  }
  .pager__info {
    font-size: 13.5px;
  }
  .page-item .page-link.next,
  .page-item .page-link.prev {
    font-size: 0;
    letter-spacing: 0;
  }
  .page-link.prev::before,
  .page-link.next::after {
    font-size: 16px;
    margin-left: 0px;
  }
}
#block-lubraxtema-content .search-advanced {
  display: none;
}
#block-lubraxtema-content .coh-style-container-max-width #search-form .container-inline.js-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #block-lubraxtema-content .coh-style-container-max-width #search-form .container-inline.js-form-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
#block-lubraxtema-content .coh-style-container-max-width #search-form .form-item {
  flex: 1 1 auto;
}
#block-lubraxtema-content .coh-style-container-max-width #search-form label {
  color: #004415;
  font-family: "Lubrax Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #block-lubraxtema-content .coh-style-container-max-width #search-form label {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
#block-lubraxtema-content .coh-style-container-max-width #search-form #edit-keys {
  border-radius: 5px;
  border: 1px solid #E3E2E2;
  padding: 10px 12px;
  font-size: 14px;
  width: 93%;
}
#block-lubraxtema-content .coh-style-container-max-width #search-form #edit-submit {
  border-radius: 5px;
  border: 1px solid #004415;
  background: #004415;
  color: #FFF;
  font-family: "Lubrax Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
  height: 100%;
  padding: 0.5rem 1rem;
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (max-width: 480px) {
  #block-lubraxtema-content .coh-style-container-max-width #search-form #edit-submit {
    width: 100%;
  }
}
#block-lubraxtema-content .coh-style-container-max-width .search-help-link {
  display: none;
}

#block-lubraxtema-content > em {
  display: block;
  text-align: center;
  font-family: "Lubrax Display";
  letter-spacing: 1px;
  padding-bottom: 3rem;
}

#block-lubraxtema-content > ol {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 20px;
  list-style: none;
}
#block-lubraxtema-content > ol li {
  padding-bottom: 1rem;
}
#block-lubraxtema-content > ol li h3 a {
  color: #004415;
}
#block-lubraxtema-content > ol li p {
  font-size: 16px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  #block-lubraxtema-content > ol li p {
    font-size: 12px !important;
  }
}

#block-lubraxtema-content > h2 {
  text-align: center;
  font-family: "Lubrax Display";
  letter-spacing: 1px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  color: #004415;
}

#block-lubraxtema-content > nav.d-flex.justify-content-center {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 30px 20px;
  list-style: none;
  display: flex;
  justify-content: end;
}
#block-lubraxtema-content > nav.d-flex.justify-content-center ul {
  flex-wrap: wrap;
  justify-content: end;
}

#mapa-br-buscador {
  height: 700px !important;
}
#mapa-br-buscador .pac-target-input {
  border-radius: 5px;
  border: 1px solid #E3E2E2;
  background: #fff;
  padding: 10px 12px;
  font-size: 14px;
  margin: 0px !important;
  width: auto !important;
  height: auto !important;
  top: 10px !important;
}
#mapa-br-buscador .gm-ui-hover-effect > span {
  background-color: #004415;
}
#mapa-br-buscador .gm-style .gm-style-iw-c {
  padding: 0px !important;
}
#mapa-br-buscador .gm-style-iw-d {
  padding-left: 1rem !important;
}
#mapa-br-buscador .gm-style-iw-d div strong {
  font-size: 13px;
  font-weight: 700;
}
#mapa-br-buscador .gm-style-iw-d div a {
  color: #004415;
  font-family: "Lubrax Display";
  text-align: center;
  letter-spacing: 1px;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 700;
  margin-top: 1rem;
  display: block;
}
@media (max-width: 768px) {
  #mapa-br-buscador {
    height: 400px !important;
  }
}
@media (max-width: 470px) {
  #mapa-br-buscador .pac-target-input {
    left: 10px !important;
    top: 60px !important;
  }
  #mapa-br-buscador .gm-style-iw-d {
    font-size: 12px !important;
  }
}

.header-lubrax {
  background: var(--Verde-denso);
}
.header-lubrax .coh-style-container-max-width {
  padding: 0;
}
.header-lubrax .container-menu {
  margin: auto auto;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}
.header-lubrax .menu-container {
  line-height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 5%;
  width: 100%;
}
.header-lubrax .btn-links {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.header-lubrax .btn-links ul.menu-horizontal {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}
.header-lubrax .btn-links .menu-horizontal,
.header-lubrax .btn-links a {
  color: #FFF;
  text-align: center;
  font-family: "Lubrax Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
  letter-spacing: 1px;
}
.header-lubrax .btn-links .menu-toggle {
  background: transparent;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
  position: relative;
}
.header-lubrax .btn-links .menu-toggle .arrow-icon {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.header-lubrax .btn-links .menu-toggle.rotated .arrow-icon {
  transform: rotate(180deg);
}
.header-lubrax .btn-and-seacrh {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header-lubrax .btn-and-seacrh .btn-menu-melhor-oleo {
  border-radius: 7.5px;
  background: #F9EE00;
  color: #032B1A;
  text-align: center;
  font-family: "Lubrax Display";
  font-size: 11.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
  padding: 11px 16.5px;
  width: auto;
  letter-spacing: 1px;
}
.header-lubrax .btn-and-seacrh .btn-menu-distribuidor {
  border-radius: 7.5px;
  border: 0.75px solid #FFF;
  color: #FFF;
  text-align: center;
  font-family: "Lubrax Display";
  font-size: 11.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
  padding: 11px 16.5px;
  letter-spacing: 1px;
  margin: 0px 15px;
  width: auto;
}
.header-lubrax .btn-and-seacrh .header-search {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: "Lubrax Display";
  font-size: 11.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.5px;
  letter-spacing: 1px;
  letter-spacing: 1px;
}
.header-lubrax .btn-and-seacrh .header-search::after {
  content: "";
  display: inline-block;
  width: 19.5px;
  height: 19.5px;
  margin-left: 9.5px;
  background-image: url("../icons/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.header-lubrax .mega-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 90px;
  background-color: var(--Verde-Vibra);
  width: 100%;
  z-index: 999;
  height: 300px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  height: auto;
}
.header-lubrax .mega-menu.show {
  opacity: 1;
  visibility: visible;
  border-top: 1px solid #5C5C5C;
}
.header-lubrax #megamenu_produtos .megamenu-content ul.ssa-component-instance-e1a81493-322c-4242-97ab-73c047764e40 .lubrax-card:nth-child(1) .card-icon {
  content: url("../icons/portfolio.svg");
}
.header-lubrax #megamenu_produtos .megamenu-content ul.ssa-component-instance-e1a81493-322c-4242-97ab-73c047764e40 .lubrax-card:nth-child(2) .card-icon {
  content: url("../icons/agricola.svg");
}
.header-lubrax #megamenu_produtos .megamenu-content ul.ssa-component-instance-e1a81493-322c-4242-97ab-73c047764e40 .lubrax-card:nth-child(3) .card-icon {
  content: url("../icons/Automoveis-e-SUVs.svg");
}
.header-lubrax #megamenu_produtos .megamenu-content ul.ssa-component-instance-e1a81493-322c-4242-97ab-73c047764e40 .lubrax-card:nth-child(4) .card-icon {
  content: url("../icons/Caminhoes.svg");
}
.header-lubrax #megamenu_produtos .megamenu-content ul.ssa-component-instance-e1a81493-322c-4242-97ab-73c047764e40 .lubrax-card:nth-child(5) .card-icon {
  content: url("../icons/ferroviarios.svg");
}
.header-lubrax #megamenu_produtos .megamenu-content ul.ssa-component-instance-e1a81493-322c-4242-97ab-73c047764e40 .lubrax-card:nth-child(6) .card-icon {
  content: url("../icons/industria.svg");
}
.header-lubrax #megamenu_produtos .megamenu-content ul.ssa-component-instance-e1a81493-322c-4242-97ab-73c047764e40 .lubrax-card:nth-child(7) .card-icon {
  content: url("../icons/maritimo.svg");
}
.header-lubrax #megamenu_produtos .megamenu-content ul.ssa-component-instance-e1a81493-322c-4242-97ab-73c047764e40 .lubrax-card:nth-child(8) .card-icon {
  content: url("../icons/Motocicletas.svg");
}
.header-lubrax #megamenu_servicos .megamenu-content ul.ssa-component-instance-619c84de-c8c2-40aa-99c8-f0c2c3d6327f .lubrax-card:nth-child(1) .card-icon {
  content: url("../icons/lubrax-mais.svg");
}
.header-lubrax #megamenu_servicos .megamenu-content ul.ssa-component-instance-619c84de-c8c2-40aa-99c8-f0c2c3d6327f .lubrax-card:nth-child(2) .card-icon {
  content: url("../icons/ciclo-lubrax.svg");
}
.header-lubrax #megamenu_tecnologia .megamenu-content ul.ssa-component-instance-9aeaaf59-1f93-4959-a249-13d22abee6c8 .lubrax-card .card-icon {
  content: url("../icons/esporte-motor.svg");
}
.header-lubrax .megamenu-content .coh-row-inner {
  height: 100%;
  margin: 0 auto;
}
.header-lubrax .megamenu-content ul.lubrax-cards {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin: auto auto;
  width: 100%;
  height: 100%;
  padding: 2rem 0rem 2rem 8rem;
}
.header-lubrax .megamenu-content .lubrax-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  width: auto;
  box-sizing: border-box;
  font-family: Acumim PRO, sans-serif;
}
.header-lubrax .megamenu-content .card-icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.header-lubrax .megamenu-content .card-title {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 20px;
}
.header-lubrax .megamenu-content .card-title::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.header-lubrax .megamenu-content .card-title .arrow {
  font-weight: normal;
  margin-left: 0.5rem;
}
@media (max-width: 1176px) {
  .header-lubrax .btn-and-seacrh .btn-menu-melhor-oleo,
  .header-lubrax .btn-and-seacrh .btn-menu-distribuidor {
    max-width: 165px;
  }
}

#menu-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav {
  display: none;
}

@media (max-width: 1100px) {
  .header-lubrax .megamenu-content ul.lubrax-cards {
    padding: 2rem 1rem;
  }
}
@media (max-width: 1023px) {
  #menu-desktop {
    display: none !important;
  }
  body.menu-open {
    overflow: hidden;
    height: 100vh;
  }
  #mobile-nav.open .container-mob {
    display: block;
  }
  .mobile-nav {
    display: block;
    background: var(--Verde-denso);
    height: 50px;
    width: 100%;
  }
  .mobile-nav .mobile-container {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .mobile-nav .mobile-container .toogle-menu {
    color: #fff;
    font-size: 25px;
  }
  .mobile-nav .mobile-container .toogle-menu::after .container-mob {
    content: "☰";
  }
  .mobile-nav .mobile-container .toogle-menu::after.container-mob.open {
    content: "✖";
  }
  .mobile-nav .container-mob {
    overflow-y: auto;
    height: 100dvh;
    background: var(--Verde-denso);
    padding: 0px 12px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 102;
    display: none;
  }
  .mobile-nav .container-mob .btn-destaque {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
  }
  .mobile-nav .container-mob .btn-destaque .btn-menu-melhor-oleo {
    border-radius: 7.5px;
    background: #F9EE00;
    color: #032B1A;
    text-align: center;
    font-family: "Lubrax Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 13.5px;
    padding: 11px 16.5px;
    width: auto;
    letter-spacing: 1px;
  }
  .mobile-nav .container-mob .btn-destaque .btn-menu-distribuidor {
    border-radius: 7.5px;
    border: 0.75px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: "Lubrax Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 13.5px;
    padding: 11px 16.5px;
    letter-spacing: 1px;
    margin: 0px 15px;
    width: auto;
  }
  .mobile-nav .uniq {
    align-items: start;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .mobile-nav .uniq .coh-link {
    padding: 16px 8px;
    border: 0;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
  .mobile-nav .drop {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 1rem;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .mobile-nav .drop button {
    padding: 16px 8px;
    border: 0;
    border-top: 1px solid #525252;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
  .mobile-nav .drop .coh-link {
    display: none;
    background-color: #004415;
    padding: 8px 16px;
    white-space: nowrap;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .mobile-nav .drop.open > .coh-link {
    display: block;
    max-height: 200px;
    opacity: 1;
  }
  .mobile-nav #produtos-mob a:nth-child(2)::before {
    content: "";
    display: inline-block;
    background-image: url("../icons/portfolio.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .mobile-nav #produtos-mob a:nth-child(3)::before {
    content: "";
    display: inline-block;
    background-image: url("../icons/agricola.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .mobile-nav #produtos-mob a:nth-child(4)::before {
    content: "";
    display: inline-block;
    background-image: url("../icons/Automoveis-e-SUVs.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .mobile-nav #produtos-mob a:nth-child(5)::before {
    content: "";
    display: inline-block;
    background-image: url("../icons/Caminhoes.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .mobile-nav #produtos-mob a:nth-child(6)::before {
    content: "";
    display: inline-block;
    background-image: url("../icons/ferroviarios.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .mobile-nav #produtos-mob a:nth-child(7)::before {
    content: "";
    display: inline-block;
    background-image: url("../icons/industria.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .mobile-nav #produtos-mob a:nth-child(8)::before {
    content: "";
    display: inline-block;
    background-image: url("../icons/maritimo.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .mobile-nav #produtos-mob a:nth-child(9)::before {
    content: "";
    display: inline-block;
    background-image: url("../icons/Motocicletas.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .mobile-nav #produtos-mob a:nth-child(3)::before {
    content: "";
    display: inline-block;
    background-image: url("../icons/agricola.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .mobile-nav #servicos-mob a:nth-child(2)::before {
    content: "";
    display: inline-block;
    background-image: url("../icons/lubrax-mais.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .mobile-nav #servicos-mob a:nth-child(3)::before {
    content: "";
    display: inline-block;
    background-image: url("../icons/ciclo-lubrax.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .mobile-nav #tecnologia-mob a::before {
    content: "";
    display: inline-block;
    background-image: url("../icons/esporte-motor.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .card-content {
    flex: 1;
    white-space: nowrap;
  }
  .card-subtitle {
    display: none;
  }
  .mega-menu.has-verde-vibra {
    background: linear-gradient(to right, var(--Verde-denso) 0 70%, var(--Verde-Vibra) 70% 100%);
  }
  .mega-menu-card {
    border-radius: 12px;
    padding: 0rem 0rem 1.5rem 0rem !important;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: white;
    transition: transform 0.2s ease;
    font-family: Acumim PRO, sans-serif;
  }
  .mega-menu-card img {
    border-radius: 18px;
  }
  .mega-menu-card a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    
  }
  .mega-menu-card span {
    color: #B5B5B5;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    
  }
  .search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
  }
  .search-wrapper .search-toggle {
    background-color: #032B1A;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    background-image: url("/themes/custom/seu_tema/icons/search.svg");
  }
  .search-wrapper .search-box {
    position: absolute;
    left: 0;
    background-color: #032B1A;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    opacity: 0;
    pointer-events: none;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all 0.3s ease-in-out;
  }
  .search-wrapper .search-box.active {
    opacity: 1;
    pointer-events: auto;
    transform: scaleX(1);
  }
  .search-wrapper .search-box .search-icon {
    width: 20px;
    height: 20px;
    background-image: url("/themes/custom/seu_tema/icons/search.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
  }
  .search-wrapper .search-box input {
    background: transparent;
    border: none;
    color: white;
    outline: none;
    width: 200px;
  }
  .search-wrapper .search-box input::placeholder {
    color: white;
    opacity: 0.8;
  }
  .search-wrapper .search-box .search-close {
    background: transparent;
    border: none;
    width: 20px;
    height: 20px;
    background-image: url("/themes/custom/seu_tema/icons/close.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    flex-shrink: 0;
  }
}
@media (max-width: 1023px) and (max-width: 1400px) {
  .card-subtitle {
    margin-top: 0.25rem;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #B5B5B5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;
  }
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr auto;
}