:root {
  --primary: #193358;
  --primary-hover: #134486;
  --primary-active: #1b3d6e;
  --secondary: #4f8137;
  --secondary-hover: #3f6b2c;
  --green: #4f8137;
  --green-hover: #3f6b2c;
  --green-active: #315624;
  --header-background-color: #ffffff;
  --header-menu-background: #ffffff;
  --header-color-text: #193358;
  --header-search-background-color: #f4f6f8;
  --header-search-background-color-focus: #ffffff;
  --header-search-color: #193358;
  --header-svg-color: #193358;
  --header-border-color: #e5e9ef;
  --footer-background-color: #132a49;
  --footer-color-text: #ffffff;
  --footer-color-text-secondary: #dbe4ee;
  --footer-border-color: rgba(255, 255, 255, 0.16);
  --logo-max-height: 58px;
}

body {
  color: #26384a;
  background: #ffffff;
}

#header {
  border-bottom: 1px solid #e6ebf0;
  box-shadow: 0 8px 24px rgba(25, 51, 88, 0.06);
}

#header .header-wrapper {
  gap: clamp(24px, 3vw, 48px);
  padding-top: 14px;
  padding-bottom: 14px;
}

#header .header-search .search {
  height: 48px;
  border: 1px solid #e3e8ee;
  background: #f6f8fa;
}

#header .header-search .search:focus-within {
  border-color: rgba(19, 68, 134, 0.4);
  box-shadow: 0 0 0 3px rgba(19, 68, 134, 0.08);
}

#header .header-bottom {
  border-top: 1px solid #e8edf2;
  border-bottom: 1px solid #e8edf2;
  background: #ffffff;
}

#header .menu-smart-level-1 {
  justify-content: center;
  gap: clamp(24px, 6vw, 88px);
}

#header .menu-smart-link-level-1 {
  min-width: 150px;
  height: 48px;
  justify-content: center;
  border-radius: 8px;
  color: #193358;
  font-weight: 650;
}

#header .menu-smart-link-level-1:hover,
#header .menu-smart-link-level-1:focus {
  color: #134486;
  background: #f3f6f9;
}

#header .logo {
  width: auto;
  max-width: 260px;
}

@media (min-width: 992px) {
  #header .header-wrapper > .logo-wrapper {
    flex: 0 0 190px;
    margin: 0;
  }

  #header .logo {
    width: 190px;
    height: auto;
  }
}

/* Loja exclusivamente orçamentária: rastreio pertence ao fluxo transacional. */
#tracking {
  display: none !important;
}

.heading-title,
.about-us-title {
  color: #193358;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.tratorvel-institutional-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(54px, 7vw, 96px) 24px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 10%, rgba(166, 200, 58, 0.22), transparent 32%),
    linear-gradient(120deg, #132a49 0%, #193358 58%, #134486 100%);
}

.tratorvel-institutional-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 340px;
  height: 340px;
  right: -100px;
  bottom: -170px;
  border: 42px solid rgba(240, 223, 145, 0.12);
  border-radius: 50%;
}

.tratorvel-institutional-hero__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.tratorvel-institutional-hero__eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #f0df91;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tratorvel-institutional-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 66px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.tratorvel-institutional-hero p {
  max-width: 720px;
  margin: 0 0 28px;
  color: #e9f0f6;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
}

.tratorvel-institutional-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tratorvel-institutional-hero__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 8px;
  color: #193358;
  background: #f0df91;
  font-weight: 750;
  transition: 0.2s ease;
}

.tratorvel-institutional-hero__actions a:hover {
  color: #ffffff;
  background: #4f8137;
  transform: translateY(-2px);
}

.slideshow {
  background: #f5f7fa;
}

.slideshow .swiper-slide img {
  width: 100%;
}

/* Linhas de atuação no formato nativo de banners médios. */
.banners-flex {
  padding: clamp(18px, 2.2vw, 28px) 0 clamp(14px, 2vw, 24px);
}

.banners-flex .banners-home-gx {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 14px;
}

.banners-flex a,
.banners-flex picture {
  display: block;
}

.banners-flex img {
  display: block;
  width: 100%;
  aspect-ratio: 820 / 300;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: none;
}

.banners-flex a:hover img {
  transform: none;
  box-shadow: none;
}

.carousel-categories .wrapper-bg-image {
  background: #f3f6f8;
}

/* Cards de conteúdo: proporção única e alinhamento interno na Home e no Blog. */
section.blog .row > [class*="col-"],
#blog-container-list > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

section.blog .row > [class*="col-"] > a,
#blog-container-list .blog-thumb > a {
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
}

section.blog .img-blog-thumb,
#blog-container-list .img-blog-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 550 / 325;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

section.blog .row > [class*="col-"]:nth-child(4) .img-blog-thumb,
#blog-container-list > [class*="col-"]:nth-child(4) .img-blog-thumb {
  object-position: left center;
}

section.blog .blog-thumb,
#blog-container-list .blog-thumb {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  border-radius: 0 0 6px 6px;
}

section.blog .blog-thumb .blog-body,
#blog-container-list .blog-thumb .blog-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

section.blog .blog-thumb .blog-tags,
#blog-container-list .blog-thumb .blog-tags {
  min-height: 24px;
  margin-bottom: 10px;
}

section.blog .blog-thumb h3,
#blog-container-list .blog-thumb h3 {
  min-height: 48px;
  margin-bottom: 10px;
  line-height: 1.2;
}

section.blog .blog-thumb .blog-resume,
#blog-container-list .blog-thumb .blog-resume {
  min-height: 84px;
  margin-bottom: 14px;
  -webkit-line-clamp: 4;
}

section.blog .blog-thumb .read-more,
#blog-container-list .blog-thumb .read-more {
  margin-top: auto;
}

.about-us {
  padding: clamp(40px, 6vw, 72px) 0;
  background: #f4f7f9;
}

.about-us-description {
  max-width: 940px;
  color: #40566b;
  font-size: 16px;
  line-height: 1.75;
}

.tratorvel-policy-callout {
  padding: clamp(32px, 5vw, 58px) 24px;
}

.tratorvel-policy-callout__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(120deg, #4f8137, #315624);
  box-shadow: 0 14px 40px rgba(49, 86, 36, 0.18);
}

.tratorvel-policy-callout span {
  color: #f0df91;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tratorvel-policy-callout h2 {
  margin: 8px 0 10px;
  color: #ffffff;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 750;
}

.tratorvel-policy-callout p {
  max-width: 720px;
  margin: 0;
  color: #edf5e9;
}

.tratorvel-policy-callout a {
  flex: 0 0 auto;
  padding: 13px 20px;
  border-radius: 8px;
  color: #193358;
  background: #ffffff;
  font-weight: 750;
}

.tratorvel-policy-callout a:hover {
  color: #193358;
  background: #f0df91;
}

.btn.btn-whatsapp {
  width: 100%;
  margin-top: 16px;
  padding: 15px 20px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #4f8137;
  font-size: 16px;
  font-weight: 750;
}

.btn.btn-whatsapp:hover,
.btn.btn-whatsapp:focus {
  color: #ffffff;
  background: #3f6b2c;
}

/* Catálogo orçamentário: remove apenas os pontos de compra do tema. */
.header-account-desktop,
.header-account-mobile,
.header_wishlist,
#header-account-mobile,
#cart-top,
.header-cart,
[data-thumb-slot="price"],
.product-thumb-input-quantity,
.btn-product-wishlist,
#product .product-price,
#product .btn-installment,
#product-buttons-cart,
.payment-methods-wrapper,
.shipping-simulator,
.product-reviews,
#reviews,
.login-to-view-price,
.login-notice {
  display: none !important;
}

.product-thumb-buttons .btn-product-thumb-view {
  width: 100%;
  border-radius: 8px;
  color: #ffffff;
  background: #193358;
}

.product-thumb-buttons .btn-product-thumb-view:hover {
  color: #ffffff;
  background: #134486;
}

#information-contact #content > .row > .col-md-8 {
  display: none;
}

#information-contact #content > .row > .col-md-4 {
  width: 100%;
}

#information-contact .box {
  padding: 28px;
  border: 1px solid #e4eaf0;
  border-radius: 14px;
  background: #f7f9fb;
}

footer .footer-content-second,
footer .hr-footer-wrapper-second {
  display: none;
}

footer .social-media a,
footer .social-media i,
footer .list-contact__item i {
  color: #ffffff !important;
}

footer .social-media a {
  font-size: 20px;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

footer .social-media a:hover,
footer .social-media a:focus {
  color: #ffffff !important;
  opacity: 1;
}

footer .tratorvel-footer-catalog h4 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

footer .tratorvel-footer-catalog ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

footer .tratorvel-footer-catalog a {
  color: #dbe4ee;
}

footer .tratorvel-footer-catalog a:hover,
footer .tratorvel-footer-catalog a:focus {
  color: #ffffff;
}

footer .vowt,
footer .vowt a {
  color: #ffffff;
}

footer .cnpj-link a {
  color: #dbe4ee;
  pointer-events: none;
}

@media (max-width: 991px) {
  :root {
    --logo-max-height: 42px;
  }

  #header .header-wrapper {
    display: grid;
    grid-template-columns: 32px minmax(140px, 160px) 32px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #header .header-wrapper > .logo-wrapper {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    margin: 0;
    justify-self: center;
  }

  #header .logo {
    width: 100%;
    max-width: 160px;
    height: auto;
  }

  #header .header-search {
    grid-column: 3;
    grid-row: 1;
    width: 32px;
    justify-self: end;
  }

  #header .button-canvas-mobile {
    grid-column: 1;
    grid-row: 1;
  }

  .tratorvel-institutional-hero {
    padding: 48px 20px;
  }

  .tratorvel-institutional-hero__actions a {
    width: 100%;
  }

  .tratorvel-policy-callout__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .banners-flex {
    padding: 16px 0;
  }

  section.blog .blog-thumb h3,
  #blog-container-list .blog-thumb h3,
  section.blog .blog-thumb .blog-resume,
  #blog-container-list .blog-thumb .blog-resume {
    min-height: 0;
  }
}
