.th-exterior {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #FAFAFA;
}

.th-exterior__container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .th-exterior__container {
    max-width: 992px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .th-exterior__container {
    max-width: 1440px;
  }
}
.th-exterior__container {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: var(--jav-space-12);
  align-items: center;
}
@media (max-width: 768px) {
  .th-exterior__container {
    grid-template-columns: 1fr;
    gap: var(--jav-space-8);
  }
}

.th-exterior__media {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.th-exterior__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .th-exterior__media {
    aspect-ratio: 16/9;
  }
}

.th-exterior__title {
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-h2);
  font-weight: 700;
  color: var(--jav-azul-4);
  margin: 0 0 var(--jav-space-5);
}

.th-exterior__desc {
  font-size: var(--jav-font-body-sm);
  line-height: 1.7;
  color: #333;
}
.th-exterior__desc ul {
  padding-left: 1.25rem;
  margin: var(--jav-space-3) 0;
}
.th-exterior__desc ul li {
  margin-bottom: var(--jav-space-2);
}
.th-exterior__desc p {
  margin: 0 0 var(--jav-space-3);
}
.th-exterior__desc strong {
  font-weight: 700;
  color: var(--jav-azul-4);
}

@media (max-width: 768px) {
  body:has(.th-exterior) .hvu-section {
    width: min(100vw, 400px);
    left: 50%;
    margin-left: calc(-1 * min(50vw, 200px));
    margin-right: calc(-1 * min(50vw, 200px));
  }
  body:has(.th-exterior) .hvu-section .hvu-row {
    flex-direction: column;
    min-height: 584px;
  }
  body:has(.th-exterior) .hvu-section .hvu-col-image {
    order: 1;
    height: 272px;
  }
  body:has(.th-exterior) .hvu-section .hvu-col-text {
    order: 2;
    min-height: 312px;
    padding: 20px 40px;
    align-items: center;
    justify-content: center;
  }
  body:has(.th-exterior) .hvu-section .jv-breadcrumb {
    display: none;
  }
  body:has(.th-exterior) .hvu-section .hvu-content {
    width: 319px;
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
  body:has(.th-exterior) .hvu-section .hvu-title {
    width: 319px;
    max-width: 100%;
    margin: 0 0 20px;
    font-size: var(--jav-font-h2);
    line-height: 1;
    text-align: center;
  }
  body:has(.th-exterior) .hvu-section .hvu-desc {
    width: 319px;
    max-width: 100%;
    font-size: var(--jav-font-body-sm);
    line-height: 1;
    color: #010440;
    text-align: center;
  }
  body:has(.th-exterior) .rcg-section {
    padding: 46px 0 33px;
  }
  body:has(.th-exterior) .rcg-section .container {
    width: min(100%, 400px);
    padding: 0 35px;
  }
  body:has(.th-exterior) .rcg-header {
    width: 330px;
    max-width: 100%;
    margin-bottom: 31px;
  }
  body:has(.th-exterior) .rcg-title {
    width: 330px;
    max-width: 100%;
    margin: 0 0 15px;
    font-size: var(--jav-font-h2);
    line-height: 1;
    text-align: center;
  }
  body:has(.th-exterior) .rcg-desc {
    width: 315px;
    max-width: 100%;
    margin: 0 auto;
    font-size: var(--jav-font-body-sm);
    line-height: var(--jav-line-height);
    text-align: center;
  }
  body:has(.th-exterior) .rcg-cards-wrap {
    width: 330px;
    max-width: 100%;
  }
  body:has(.th-exterior) .rcg-cards-wrap .row {
    gap: 31px;
  }
  body:has(.th-exterior) .rcg-card {
    min-height: 446px;
    padding: 36px 39px 35px;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    text-align: center;
  }
  body:has(.th-exterior) .rcg-card__title {
    margin-bottom: 16px;
    font-size: var(--jav-font-h5);
    line-height: var(--jav-line-height);
  }
  body:has(.th-exterior) .rcg-card__content {
    width: 303px;
    max-width: 100%;
    margin: 0 auto;
    font-size: var(--jav-font-body-sm);
    line-height: var(--jav-line-height);
  }
  body:has(.th-exterior) .rcg-card__content ul {
    padding-left: 24px;
  }
  body:has(.th-exterior) .rcg-card__content li {
    margin-bottom: 14px;
  }
  body:has(.th-exterior) .rcg-card__content p {
    margin-bottom: 14px;
  }
  body:has(.th-exterior) .rcg-nota {
    width: 242px;
    max-width: 100%;
    margin: 31px auto 0;
    font-size: var(--jav-font-body-sm);
    line-height: var(--jav-line-height);
    color: #3d6fbc;
  }
  .th-exterior {
    width: min(100vw, 400px);
    left: 50%;
    margin-left: calc(-1 * min(50vw, 200px));
    position: relative;
    padding: 0;
    background: #f9f9f9;
  }
  .th-exterior__container {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .th-exterior__media {
    width: 100%;
    height: 272px;
    aspect-ratio: auto;
    border-radius: 0;
  }
  .th-exterior__content {
    width: 100%;
    min-height: 597px;
    padding: 32px 41px 36px;
    text-align: center;
  }
  .th-exterior__title {
    width: 319px;
    max-width: 100%;
    margin: 0 auto 20px;
    font-size: var(--jav-font-h2);
    line-height: 1;
    text-align: center;
  }
  .th-exterior__desc {
    width: 319px;
    max-width: 100%;
    margin: 0 auto;
    font-size: var(--jav-font-body-sm);
    line-height: var(--jav-line-height);
    color: #000000;
    text-align: center;
  }
  .th-exterior__desc p,
  .th-exterior__desc li {
    font-size: var(--jav-font-body-sm);
    line-height: var(--jav-line-height);
  }
  .th-exterior__desc ul {
    display: inline-block;
    text-align: left;
    margin: 0 auto 14px;
    padding-left: 18px;
  }
  .th-exterior__desc li {
    margin-bottom: 6px;
  }
}
