.card.card--23 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column nowrap;
  gap: 1rem;
  background-color: var(--dark);
  background-image:
    linear-gradient(-45deg, var(--dark), var(--grey)), var(--card-background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply, normal;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  height: 100%;
}

.card.card--23:focus-within,
.card.card--23:hover {
  box-shadow: 0 0 0 2px var(--secondary-color);
}

.card.card--23 .card__title {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 0 0.25rem var(--dark);
  margin: 0;
  min-height: calc(1.25rem * 2 * 1.3);
}

.card.card--23 .card__link {
  z-index: 1;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: var(--transition);
  color: var(--light);
  font-weight: 600;
  border: 2px solid currentColor;
  border-radius: 99px;
}

.card.card--23 .card__link > span {
  width: 0;
  max-width: fit-content;
  opacity: 0;
  transition: var(--transition);
}

.card.card--23 .card__link:focus > span,
.card.card--23 .card__link:hover > span {
  width: 100px;
  opacity: 1;
  margin-right: 0.5rem;
}

.card.card--23 .card__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  backface-visibility: visible;
}

.card.card--23 .card__link:focus,
.card.card--23 .card__link:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.shadow-19 {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}

.title-subtitle {
  margin-bottom: 0;
}

.title-subtitle span {
  display: block;
  font-size: 0.9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

/* ================= CLIENTES ================= */
.clientes .clientes__item {
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}

.clientes .clientes__item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto;
  opacity: 0.75;
  border-radius: var(--bs-border-radius-sm);
  transition: opacity var(--transition);
}

.clientes .clientes__item:hover img {
  opacity: 1;
}

/* ================= DEPOIMENTOS ================= */
.testimonial .testimonial-author-image {
  width: 100%;
  max-width: 64px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 999px;
}

/* ==================== DEFAULT ==================== */

.btn.default {
  display: flex;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);

  color: #fafafa;

  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  transition: 0.3s ease;
  min-height: 34px;
}

.btn.default:hover {
  opacity: 0.8;
}

.default-container .container {
  max-width: 1043px;
}

.default-container .header {
  margin: 0 0 41px 0;
}

.default-container .header .title {
  color: #fafafa;
  font-family: "Public Sans";
  font-size: 28.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 6px 0;
}

.default-container .header p {
  color: #c3c3c3;
  font-family: Inter;
  font-size: 11.4px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

.default-container .header .btn {
  background: transparent;
  color: #fafafa;
  border-color: #fafafa;
  height: fit-content;
}

@media screen and (max-width: 1920px) {
  .default-container .header {
    align-items: start !important;
    gap: 1.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .default-container .header {
    margin: 0 0 63px 0;
  }

  .btn.default {
    padding: 10px 18px;
    border-radius: 4px;
    border: 1px solid var(--primary-color);
    font-size: 16px;
    font-weight: 350;
    min-height: 34px;
  }

  .default-container .container {
    max-width: 1482px;
  }

  .default-container .header .title {
    font-size: 40.5px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 26px 0;
  }

  .default-container .header p {
    font-size: 16.5px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
  }
}

/* ================== FIM DEFAULT ================== */

/* ==================== BANNER ==================== */

.splide-banner .container {
  max-width: 1042px;
}

.splide-banner .title {
  color: #fafafa;
  font-family: "Public Sans";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 41.6px;
  margin: 80px 0 0 0;
}

.splide-banner .title span {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 33px;
}

.splide-banner p {
  color: #fafafa;
  font-family: Inter;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 300;
  line-height: 19.2px;
  margin: 10px 0 32px 0;
}

.splide-banner .btn.secondary {
  background-color: transparent;
  border-color: transparent;
}

.splide-banner .btn.secondary:hover {
  background-color: #fafafa;
  color: #050505;
  opacity: 1;
}

@media screen and (min-width: 1920px) {
  .splide-banner .container {
    max-width: 1482px;
  }

  .splide-banner .title {
    font-size: 49px;
    font-weight: 700;
    line-height: 56.6px;
    margin: 110px 0 0 0;
  }

  .splide-banner .title span {
    font-weight: 600;
    font-size: 48px;
  }

  .splide-banner p {
    font-size: 18.6px;
    font-weight: 300;
    line-height: 26.2px;
    margin: 16px 0 53px 0;
  }
}

/* ================== FIM BANNER ================== */

/* ==================== WHO-WE-ARE-CONTAINER  ==================== */

.who-we-are-container .container {
  max-width: 1020px;
  padding: 67px 12px;
  overflow: hidden;
}

.who-we-are-container .title {
  color: #fafafa;
  text-align: center;
  font-family: "Public Sans";
  font-size: 28.4px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

.who-we-are-container p {
  color: #fafafa;
  text-align: center;
  font-family: Inter;
  font-size: 11.3px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 12px 0 42px 0;
}

.who-we-are-container .card {
  border-radius: 3px;
  border: 1px solid rgba(230, 107, 14, 0.1);
  background: rgba(250, 250, 250, 0.03);
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08);

  width: 100%;
  display: flex;
  padding: 14px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  min-height: 218px;
}

.who-we-are-container .card .icon {
  border-radius: 8px;
  background: rgba(230, 107, 14, 0.2);
  display: flex;
  padding: 7px;
  justify-content: center;
  align-items: center;
}

.who-we-are-container .card svg {
  height: 16px;
  width: 16px;
}

.who-we-are-container .card .title {
  color: #fafafa;
  font-family: "Public Sans";
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  margin: 14px 0 4px 0;
  text-align: start;
}

.who-we-are-container .card p {
  color: #c3c3c3;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
  margin: 0;
  text-align: start;
}

.who-we-are-container .btn {
  width: fit-content;
  margin: 48px auto 0 auto;
}

@media screen and (min-width: 1920px) {
  .who-we-are-container .container {
    max-width: 1460px;
    padding: 104px 0;
  }

  .who-we-are-container .title {
    font-size: 40.8px;
  }

  .who-we-are-container p {
    font-size: 16.6px;
    margin: 24px 0 66px 0;
  }

  .who-we-are-container .card {
    border-radius: 3px;
    border: 3px solid rgba(230, 107, 14, 0.1);
    padding: 22px;
    flex: 1 0 0;
    min-height: 314px;
  }

  .who-we-are-container .card .icon {
    border-radius: 8px;
    padding: 9px;
  }

  .who-we-are-container .card svg {
    height: 24px;
    width: 24px;
  }

  .who-we-are-container .card .title {
    font-size: 18.5px;
    font-weight: 400;
    line-height: 21.6px;
    margin: 25px 0 10px 0;
  }

  .who-we-are-container .card p {
    font-size: 16.4px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
  }
}

/* ================== FIM WHO-WE-ARE-CONTAINER  ================== */

/* ==================== SERVICES-CONTAINER ==================== */

.card.default {
  width: 100%;
  min-height: 333px;

  border-radius: 1px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.11) 0%, rgba(230, 107, 14, 0) 100%),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.11) 64.54%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    var(--background);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding: 32px 10px 28px 10px;
  transition: 0.6s ease;
  border: none;
  object-fit: cover;
  height: 100%;
}

.card.default:hover {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      var(--Brand-primary-base, rgba(230, 107, 14, 0.2)) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 64.54%, rgba(0, 0, 0, 0.6) 100%),
    var(--background);
  background-repeat: no-repeat;
  background-size: cover;
}

.card.default .title {
  color: #fafafa;
  font-family: "Public Sans";
  font-size: 15.6px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  transition: 0.6s ease;
}

.card.default:hover .title {
  color: var(--primary-color);
}

.card.default p {
  color: #fafafa;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin: 8px 0 24px 0;
}

.card.default .btn {
  display: flex;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid transparent;
  background: transparent;

  color: #fafafa;

  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  transition: 0.3s ease;
  min-height: 34px;
}

.card.default:hover .btn {
  border-color: var(--primary-color);
  background: var(--primary-color);
}

@media screen and (min-width: 1920px) {
  .card.default {
    width: 100%;
    min-height: 479px;
    border-radius: 1px;
    padding: 32px 15px 36px 15px;
  }

  .card.default .title {
    font-size: 22.6px;
    font-weight: 400;
    margin: 0;
  }

  .card.default p {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    margin: 8px 0 32px 0;
  }

  .card.default .btn {
    padding: 11px 20px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 300;
    min-height: 34px;
  }
}

/* ================== FIM SERVICES-CONTAINER ================== */

/* ==================== BLOG-CONTAINER ==================== */

.blog-container.home .container {
  padding: 40px;
}

.card-blog.default {
  padding: 0;
  border-radius: 2px;
  border: 1px solid rgba(195, 195, 195, 0.2);
  background: #1a1a1a;

  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-blog.default:hover {
  background: #242424;
}

.card-blog.default .cover {
  width: 100%;
  height: 202px;
  overflow: hidden;
}

.card-blog.default img {
  transition: 0.3s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-blog.default:hover img {
  transform: scale(1.1);
}

.card-blog.default .content {
  width: 100%;
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-grow: 1;
}

.card-blog.default .content .time {
  display: flex;
  padding: 2px 9px;
  align-items: flex-start;
  width: fit-content;
  border-radius: 6px;
  border: 1px solid #242424;
  background: #1a1a1a;

  color: #c3c3c3;

  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.card-blog.default .content .title {
  color: #fafafa;
  font-family: "Public Sans";
  font-size: 15.6px;
  font-style: normal;
  font-weight: 400;
  transition: 0.6s ease;
  margin: 16px 0 3px 0;
}

.card-blog.default:hover .title {
  color: var(--primary-color);
}

.card-blog.default .content p {
  color: #c3c3c3;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
  margin: 11px 0 16px 0;
}

@media screen and (min-width: 1920px) {
  .card-blog.default {
    padding: 0;
    border-radius: 2px;
    border: 1px solid rgba(195, 195, 195, 0.2);
  }

  .card-blog.default .cover {
    height: 283px;
  }

  .card-blog.default .content {
    padding: 28px 24px;
  }

  .card-blog.default .content .time {
    padding: 3px 14px;
    border-radius: 6px;
    border: 1px solid #242424;
    font-size: 14px;
    font-weight: 400;
  }

  .card-blog.default .content .title {
    font-size: 22.6px;
    font-weight: 400;
    margin: 23px 0 6px 0;
  }

  .card-blog.default .content p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 19px 0 24px 0;
  }
}

/* ================== FIM BLOG-CONTAINER ================== */

/* ==================== MPI-CONTAINER ==================== */

.mpi-container .container {
}

.mpi-container .title {
  color: #fafafa;
  text-align: center;
  font-family: "Public Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 40px 0;
}

@media screen and (min-width: 1920px) {
  .mpi-container .title {
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 53px 0;
  }
}

/* ================== FIM MPI-CONTAINER ================== */

/* ==================== CUSTOMERS-CONTAINER ==================== */

.customers-container .container {
  padding: 20px;
  overflow: hidden;
}

.customers-container .title {
  color: #fafafa;
  font-family: "Public Sans";
  font-size: 28.7px;
  font-style: normal;
  font-weight: 500;
  text-align: start;
  margin: 0 0 40px 0;
}

.customer-item {
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.customers-container .customer-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 576px) {
  .customers-container .customer-item img {
    max-width: 150px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.customer-item.hidden {
  display: none;
}

.btn-show-more {
  display: flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: transparent;
  margin: 0 auto 0 auto;

  border-radius: 4px;
  border: 1px solid #fafafa;

  color: #fafafa;

  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  transition: 0.3s ease;
}

.btn-show-more:hover {
  background-color: #fafafa;
  color: #050505;
}

@media screen and (min-width: 1920px) {
  .customers-container .title {
    font-size: 41.7px;
    font-weight: 500;
    margin: 0 0 57px 0;
  }

  .btn-show-more {
    padding: 13px 13px;
    gap: 12px;
    margin: 0 auto 0 auto;
    border-radius: 4px;
    border: 1px solid #fafafa;
    font-size: 16px;
    font-weight: 400;
  }
}

/* ================== FIM CUSTOMERS-CONTAINER ================== */

/* ==================== OTHERS-CONTAINER ==================== */

.others-container img {
  height: 380px;
  min-width: 432px;
  flex: 1 0 0;

  border-radius: 4px;
  margin-right: 46px;
}

.others-container .table {
  max-width: 900px;
  border: 1px solid #444;
  background: #222;
  color: #fff;
  font-family: Arial, sans-serif;
  border-radius: 5px;
  overflow: hidden;
}

.others-container .table-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
}

.others-container .table-header > div {
  padding: 16px;
  color: #fafafa;
  font-family: "Public Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.others-container .table-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.others-container .column {
  padding: 8px 17px;
}

.others-container .column:first-child {
  border-right: 1px solid #444;
}

.others-container .column p {
  margin: 0;
  padding: 6px 0;
  color: #fafafa;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  background-color: transparent;
}

.others-container .column p:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 992px) {
  .others-container img {
    width: 100%;
    min-width: 100%;
    margin: 0 0 24px 0;
  }
}

@media screen and (min-width: 1920px) {
  .others-container img {
    height: 538px;
    min-width: 600px;
    flex: 1 0 0;

    border-radius: 4px;
    margin-right: 72px;
  }

  .others-container .table {
    max-width: 900px;
    border: 1px solid #444;
    border-radius: 5px;
  }

  .others-container .table-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-weight: 600;
  }

  .others-container .table-header > div {
    padding: 24px;
    font-size: 22px;
    font-weight: 600;
  }

  .others-container .table-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .others-container .column {
    padding: 16px 24px;
  }

  .others-container .column:first-child {
    border-right: 1px solid #444;
  }

  .others-container .column p {
    margin: 0;
    padding: 6px 0;
    font-size: 15px;
    font-weight: 300;
  }

  .others-container .column p:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

/* ================== FIM OTHERS-CONTAINER ================== */

/* ==================== PRODUCTS-CONTAINER ==================== */

.products-container.pages .title.modified,
.services-container.pages .title.modified,
.gallery-container .title.modified {
  color: #fafafa;
  font-family: "Public Sans";
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  margin: 0 0 55px 0;
}

.products-container.pages .title.modified::before,
.services-container.pages .title.modified::before,
.gallery-container .title.modified::before {
  content: "";
  position: absolute;

  left: 0;
  bottom: -8px;

  height: 2px;
  width: 243px;
  border-radius: 8px;
  background-color: var(--primary-color);
}

@media screen and (min-width: 1920px) {
  .products-container.pages .title.modified,
  .services-container.pages .title.modified,
  .gallery-container .title.modified {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 84px 0;
  }

  .products-container.pages .title.modified::before,
  .services-container.pages .title.modified::before,
  .gallery-container .title.modified::before {
    content: "";
    position: absolute;

    left: 0;
    bottom: -8px;

    height: 3px;
    width: 342px;
    border-radius: 8px;
    background-color: var(--primary-color);
  }
}

/* ================== FIM PRODUCTS-CONTAINER ================== */

/* ==================== CERTIFICATES-LICENSES-CONTAINER  ==================== */

.certificates-licenses-container .card {
  border-radius: 3px;
  border: 1px solid rgba(230, 107, 14, 0.1);
  background: rgba(250, 250, 250, 0.03);
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.08);

  display: flex;
  padding: 14px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1 0 0;
  min-height: 218px;
}

.certificates-licenses-container .card .icon {
  border-radius: 8px;
  background: rgba(230, 107, 14, 0.2);
  display: flex;
  padding: 7px;
  justify-content: center;
  align-items: center;
}

.certificates-licenses-container .card svg {
  height: 16px;
  width: 16px;
}

.certificates-licenses-container .card .title {
  color: #fafafa;
  font-family: "Public Sans";
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  margin: 14px 0 4px 0;
  text-align: start;
}

.certificates-licenses-container .card p {
  color: #c3c3c3;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
  margin: 0;
  text-align: start;
}

.certificates-licenses-container .btn {
}

@media screen and (min-width: 1920px) {
  .certificates-licenses-container .card {
    border-radius: 3px;
    border: 3px solid rgba(230, 107, 14, 0.1);
    padding: 22px;
    flex: 1 0 0;
    min-height: 213px;
  }

  .certificates-licenses-container .card .icon {
    border-radius: 8px;
    padding: 9px;
  }

  .certificates-licenses-container .card svg {
    height: 24px;
    width: 24px;
  }

  .certificates-licenses-container .card .title {
    font-size: 18.5px;
    font-weight: 400;
    line-height: 21.6px;
    margin: 25px 0 10px 0;
  }
}

/* ================== FIM CERTIFICATES-LICENSES-CONTAINER  ================== */

/* ==================== FAQ-CONTAINER ==================== */

.faq-container .faq-item {
  margin-bottom: 12px;
  background: #242424;
  overflow: hidden;
}

.faq-container .faq-item svg {
  width: 12px;
  height: 8px;
}

.faq-container .faq-header {
  width: 100%;
  border: 0;
  background: #1c1c1c;
  color: #fff;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 11px;
  text-align: left;
}

.faq-container .faq-icon {
  color: #bdbdbd;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-container .faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #171717;
}

.faq-container .faq-content p,
.faq-container .faq-content li {
  color: #d9d9d9;
  margin: 0;
  padding: 20px 24px;
  line-height: 1.6;
  font-size: 11px;
}

.faq-container .faq-item.active .faq-content {
  max-height: 300px;
}

.faq-container .faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-container .faq-content li {
  list-style: inside;
  margin: 0;
  padding: 0 24px;
}

.faq-container .faq-content .list {
  margin: 0;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 1920px) {
  .faq-container .faq-item {
    margin-bottom: 12px;
  }

  .faq-container .faq-item svg {
    width: 17px;
    height: 11px;
  }

  .faq-container .faq-header {
    width: 100%;
    border: 0;
    padding: 18px 24px;
    font-size: 14px;
  }

  .faq-container .faq-icon {
    font-size: 18px;
  }

  .faq-container .faq-content {
    max-height: 0;
    overflow: hidden;
  }

  .faq-container .faq-content p,
  .faq-container .faq-content li {
    margin: 0;
    padding: 20px 24px;
    line-height: 1.6;
    font-size: 14px;
  }

  .faq-container .faq-item.active .faq-content {
    max-height: 300px;
  }

  .faq-container .faq-item.active .faq-icon {
    transform: rotate(180deg);
  }

  .faq-container .faq-content li {
    margin: 0;
    padding: 0 24px;
  }

  .faq-container .faq-content .list {
    margin: 0;
    padding: 24px 0;
    gap: 16px;
  }
}

/* ================== FIM FAQ-CONTAINER ================== */

/* ==================== LOCATION-CONTAINER ==================== */

.location-container .title {
  color: #fafafa;
  font-family: "Public Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin: 0;
}

.location-container address {
  color: #fafafa;
  font-family: Inter;
  font-size: 10.4px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  margin: 6px 0 40px 0;
}

.location-container .map {
  border-radius: 4px;
  border: 1px solid rgba(195, 195, 195, 0.2);
  width: 100%;
  height: 306px;
}

@media screen and (min-width: 1920px) {
  .location-container .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
  }

  .location-container address {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 24px 0 64px 0;
  }

  .location-container .map {
    border-radius: 4px;
    height: 424px;
  }
}

/* ================== FIM LOCATION-CONTAINER ================== */

/* ==================== card-container ==================== */

.card-container .card {
  background: var(--primary-color);
  width: 100%;
  height: 100%;
  padding: 1.75rem;
  border-radius: 0.75em;
  box-shadow: -3px 3px 4px -1px rgba(34, 34, 34, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-height: 130px;
}

/* ================== FIM card-container ================== */

/* ==================== GALLERY-CONTAINER ==================== */

.gallery-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* ================== FIM GALLERY-CONTAINER ================== */

.iso-9001 {
  height: 280px;
  width: 280px;
}

.iso-9001 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
