<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home #openFreightButton {
  width: 100%;
}
.home__main-banner {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .home__main-banner {
    margin-bottom: 32px;
  }
}
@media (min-width: 997px) {
  .home__main-banner .box-banner {
    aspect-ratio: 1136/513;
  }
}
.home__main-banner .box-banner img {
  width: 100%;
  height: 93%;
  object-fit: cover;
}
@media (min-width: 997px) {
  .home__main-banner .video-banner {
    aspect-ratio: 1136/513;
  }
}
.home__main-banner .video-banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.home__main-banner .video-banner #videoPlay {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.home__main-banner .slick-dots {
  display: none !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 767px) {
  .home__main-banner .slick-dots {
    display: flex !important;
  }
}
.home__main-banner .slick-dots li {
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  margin: 0 7px;
  font-size: 0;
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  background: #bcbec0;
}
.home__main-banner .slick-dots li.slick-active {
  background: #fff;
}
.home__main-banner .slick-dots li button {
  font-size: 0;
}
.home__main-banner .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  width: 57px;
  height: 54px;
  padding: 10px;
}
@media (min-width: 767px) {
  .home__main-banner .slick-arrow {
    width: 38px;
    height: 43px;
    padding: 0;
  }
}
.home__main-banner .slick-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMThMMTUgMTJMOSA2IiBzdHJva2U9IiM4QzhDOEMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: 100% 100%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 767px) {
  .home__main-banner .slick-next {
    right: 30px;
  }
}
.home__main-banner .slick-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMThMMTUgMTJMOSA2IiBzdHJva2U9IiM4QzhDOEMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: 100% 100%;
  left: 0;
  transform: translateY(-50%) rotate(-180deg);
}
@media (min-width: 767px) {
  .home__main-banner .slick-prev {
    right: 30px;
  }
}
.home__benefits {
  width: calc(100% - 80px);
  margin: 0 auto 70px;
  background: #f8f8f8;
  border-radius: 16px;
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 767px) {
  .home__benefits {
    margin-bottom: 32px;
    padding: 40px 125px;
    max-width: 1090px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    box-sizing: border-box;
  }
}
.home__benefits--item {
  flex: none;
}
.home__benefits--item #openFreightButton {
  width: 100%;
}
.home__benefits--item a {
  text-decoration: none;
}
.home__benefits--item svg {
  display: block;
  margin: 0 auto;
}
.home__benefits--item p {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  text-align: center;
}
.home #freightModal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.home #freightModal::before {
  content: "";
  opacity: 0.5;
  background: rgb(0, 0, 0);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.home #freightModal .header #closeModalBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #c4c4c4;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}
.home #freightModal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  height: max-content;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .home #freightModal .content {
    width: 90%;
  }
}
.home #freightModal .content .freight_values {
  padding: 45px 25px;
}
@media (max-width: 1024px) {
  .home #freightModal .content .freight_values {
    padding: 25px;
  }
}
.home #freightModal .content .freight_values p {
  text-align: left;
  margin-bottom: 10px;
}
.home #freightModal .content .freight_values p:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  .home #freightModal .content .freight_values p {
    font-size: 14px;
  }
}
.home__categories {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
  overflow-y: auto;
  margin-left: 15px;
  padding-right: 15px;
  gap: 24px;
}
@media (min-width: 768px) {
  .home__categories {
    justify-content: space-between;
    padding: 0px 40px;
    box-sizing: border-box;
    margin-left: 0;
  }
}
.home__categories::-webkit-scrollbar {
  display: none;
}
.home__categories--item {
  flex: none;
}
@media (min-width: 768px) {
  .home__categories--item {
    flex: unset;
  }
}
.home__categories--item a {
  display: block;
}
.home__categories--item img {
  width: 150px;
  display: block;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .home__categories--item img {
    width: 100%;
  }
}
.home__categories--item h2 {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #000000;
  display: block;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .home__categories--item h2 {
    font-size: 15px;
  }
}
.home__banner-list {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  overflow-y: auto;
  margin-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .home__banner-list {
    margin-left: unset;
    padding: 0px 40px;
  }
}
.home__banner-list .box-banner {
  flex: none;
  width: 267px;
}
@media (min-width: 768px) {
  .home__banner-list .box-banner {
    width: auto;
    flex: 1;
  }
}
.home__banner-list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 767px) {
  .home__banner-list {
    margin-bottom: 55px;
  }
}
.home__double-banner {
  padding: 0px 15px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .home__double-banner {
    display: flex;
    align-items: center;
    padding: 0px 40px;
    margin-bottom: 60px;
  }
}
.home__double-banner .box-banner:first-child {
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .home__double-banner .box-banner:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.home__shelf {
  margin-bottom: 50px;
}
.home__shelf h2 {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: #000000;
  text-align: left;
  padding: 0;
  margin-top: 48px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .home__shelf h2 {
    font-size: 25px;
  }
}
.home__shelf .slick-list {
  width: calc(100% - 50px);
  margin: 0 auto;
}
.home__shelf .slick-next {
  position: absolute;
  top: calc(50% - 40px);
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(https://storetng.myvtex.com/arquivos/arrow-prod.png) no-repeat;
  background-size: contain;
  z-index: 20;
}
.home__shelf .slick-prev {
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(https://storetng.myvtex.com/arquivos/arrow-prod.png) no-repeat;
  background-size: contain;
  z-index: 20;
}
.home__newsletter {
  padding: 30px 24px;
  box-sizing: border-box;
  max-width: 360px;
  margin: 0 auto 75px;
}
.home__newsletter--title {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  display: block;
  margin-bottom: 13px;
}
.home__newsletter--text {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  display: block;
  margin-bottom: 25px;
}
.home__newsletter--form {
  display: flex;
  align-items: center;
}
.home__newsletter--form__input {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0 8px;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  color: #8c8c8c;
  cursor: pointer;
  height: 50px;
}
.home__newsletter--form__submit {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 50px;
  color: #ffffff;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  cursor: pointer;
  height: 50px;
}
.home__newsletter--form.success input,
.home__newsletter--form.success button {
  display: none;
}
.home__newsletter--form.success::after {
  content: "Enviado com sucesso!";
  justify-content: center;
  display: flex;
  color: green;
  font-family: "Overpass";
  font-size: 14px;
  font-weight: 400;
}
.home .seo-texts {
  padding: 0 40px;
}
@media (max-width: 997px) {
  .home .seo-texts {
    padding: 0 15px;
  }
}
.home__seo {
  width: 60%;
  margin: 0 auto 60px;
}
.home__seo h2,
.home__seo strong {
  font-weight: 700;
}
.home__seo * {
  font-family: Overpass;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.home__seo a {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #000000;
  text-decoration: none;
}</pre></body></html>