@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
  padding: 0;
}
body {
  background-color: rgb(0, 0, 0);
  color: rgb(230, 230, 230);
  font-family: "Gotham", sans-serif;
}
p {
  color: #ffffff;
}
.text-center {
  text-align: center;
}
.title-xl {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}
.title-lg {
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
}
.title-md {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.text-box {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  overflow: hidden;
}
.text-gold {
  color: rgb(255, 238, 186);
}
.text-muted {
  color: rgb(176, 176, 176);
}
.text-muted-center {
  color: rgb(176, 176, 176);
  font-weight: 500;
}
.text-gold-center {
  color: rgb(255, 238, 186);
  font-weight: 500;
}
.caption-faint {
  line-height: 20px;
  font-size: 14px;
  display: block;
  filter: opacity(0.4);
}
.bg-gradient {
  position: relative;
}

.background-image {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  height: 145px !important;
}

.rich-text {
  padding: 16px;
}

.rich-text.detail-2 {
  padding: 12px 16px;
}

.detail-title {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.p-absolute {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.container.padd-page {
  padding: 50px;
  color: white;
}

.white {
  color: white;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pb-36 {
  padding-bottom: 36px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.p-card {
  padding: 24px 40px 12px 40px;
  align-content: center;
}
.p-xy-20-40 {
  padding: 20px 40px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
.w-70 {
  width: 70%;
  margin: 0 auto;
}
.w-95 {
  width: 95%;
  margin: 0 auto;
}
.cards-wrapper li:not(:last-child) {
  margin-bottom: 4px;
}

.align-content-center {
  align-content: center;
}

.img-mob,
.img-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.infos-img-text-left p {
  margin-left: 16%;
}
.infos-img-text-right p {
  margin-right: 16%;
}
.infos-img-text-right div,
.infos-img-text-left div {
  margin-top: 16px;
}

.feature-list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 0px 40px;
  flex-wrap: wrap;
}

.features-list-start {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 0px 40px;
  flex-wrap: wrap;
}

.feature-list li {
  position: relative;
}

.gallery {
  overflow: hidden;
}
.gallery img {
  width: 100%;
  height: auto;
  display: block;
}

.padd-page {
  padding-top: 80px;
}

.image-group {
  display: flex;
}

.layout-simple .w-50 {
  width: 50%;
}

.bg-section {
  background-image: url("../assets/img/img-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;

  display: flex;
  align-items: center;
  justify-content: center;
}

.layout-simple {
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: end;
}

.layout-simple.flex-d {
  align-items: center;
}

.after-before {
  display: flex;
  justify-content: space-around;
  padding: 40px 0px;
  font-size: clamp(10px, 4vw, 16px);
}

.title-l-size {
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 58px !important;
}

.image-text-group {
  display: flex;
}
.image-text-group div {
  align-content: center;
  width: 50%;
}

.image-text-group .text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.marketing-card {
  display: flex;
  gap: 16px;
}

.marketing-card .img-coluna {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.marketing-card picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-text {
  height: 290px;
  align-content: end;
}

.showcase-card {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.showcase-card h4 {
  padding: 16px 24px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  max-width: 1200px !important;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  display: flex !important;
  align-items: center;
}

.swiper-cards img {
  display: block;
  width: 50%;
}
.swiper-v1 .swiper-button-next,
.swiper-v1 .swiper-button-prev {
  position: initial !important;
  width: auto !important;
  margin-top: 25px !important;
  width: 35px !important;
}
.swiper-v1 .swiper-button-next:after,
.swiper-v1 .swiper-rtl .swiper-button-prev:after,
.swiper-v1 .swiper-button-prev:after,
.swiper-v1 .swiper-rtl .swiper-button-next:after {
  content: "" !important;
}
.swiper-v1 .swiper-button-next,
.swiper-v1 .swiper-button-next-0,
.swiper-v1 .swiper-button-next-1,
.swiper-v1 .swiper-button-next-2,
.swiper-v1 .swiper-button-next-3,
.swiper-v1 .swiper-button-next-4 {
  background: url(../assets/icon/icon_right.png) no-repeat center center;
}
.swiper-v1 .swiper-button-prev,
.swiper-v1 .swiper-button-prev-0,
.swiper-v1 .swiper-button-prev-1,
.swiper-v1 .swiper-button-prev-2,
.swiper-v1 .swiper-button-prev-3,
.swiper-v1 .swiper-button-prev-4 {
  background: url(../assets/icon/icon_left.png) no-repeat center center;
}
.swiper-button-next-0 {
  background: url(../assets/icon/icon_right_ghost.png) no-repeat center center;
  border-radius: 50%;
  background-size: 32px;
}
.swiper-button-prev-0 {
  background: url(../assets/icon/icon_left_ghost.png) no-repeat center center;
  border-radius: 50%;
  background-size: 32px;
}
.swiper-button-prev-0:after,
.swiper-rtl .swiper-button-next-0:after,
.swiper-button-next-0:after,
.swiper-rtl .swiper-button-prev-0:after {
  content: "" !important;
}
.swiper-button-prev-0:hover,
.swiper-button-next-0:hover,
.swiper-button-prev-4:hover,
.swiper-button-next-4:hover,
.swiper-v1 .swiper-button-prev:hover,
.swiper-v1 .swiper-button-prev-1:hover,
.swiper-v1 .swiper-button-prev-2:hover,
.swiper-v1 .swiper-button-prev-3:hover,
.swiper-v1 .swiper-button-next:hover,
.swiper-v1 .swiper-button-next-1:hover,
.swiper-v1 .swiper-button-next-2:hover,
.swiper-v1 .swiper-button-next-3:hover {
  opacity: 0.6;
}
.btn-swipper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.swiper-container {
  overflow: hidden;
}

.swiper-options {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}

.swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.append-buttons,
.append-buttons-2 {
  text-align: center;
  margin-top: 20px;
}

.append-buttons a,
.append-buttons-2 a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  background-color: transparent;
  display: inline-block;
  color: #ffffff;
  border: 0.1px solid rgba(233, 233, 233, 0.4);
  padding: 8px 24px;
  border-radius: 50px;
  margin: 0 10px;
  transition: all 0.2s ease;
}

.append-buttons a.active,
.append-buttons a:hover,
.append-buttons-2 a.active,
.append-buttons-2 a:hover {
  border: 1.8px solid white;
}

.append-buttons,
.append-buttons-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding-inline: 2rem;
}

.buttons-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  gap: 0.5rem;
  padding: 1rem 2rem;
  scroll-behavior: smooth;
  position: relative;
  max-width: 100%;
}

.buttons-wrapper a {
  white-space: nowrap;
  flex-shrink: 0;
}

.scroll-indicator {
  position: absolute;
  bottom: 73%;
  transform: translateY(73%);
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem;
  cursor: pointer;
  z-index: 10;
  border-radius: 4px;
  user-select: none;
}

.scroll-indicator.left {
  left: 10px;
  background: url(../assets/icon/icon_left_ghost.png) no-repeat center center;
}

.scroll-indicator.right {
  right: 10px;
  background: url(../assets/icon/icon_right_ghost.png) no-repeat center center;
}
img[src="assets/img/twenty-sixth-image-mobile.jpg"],
img[src="assets/img/img-bg.jpg"] {
  display: none;
}

@media screen and (max-width: 834px) {
  .image-text-group,
  .padd-page {
    padding-top: 56px;
  }
  .rich-text {
    text-align: center;
  }
  .text-center {
    text-align: center;
  }
  .title-xl {
    font-size: 36px;
  }
  .title-lg {
    font-size: 28px;
    line-height: 34px;
  }
  .title-md {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
  .text-box {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    overflow: hidden;
  }
  .caption-faint {
    line-height: 20px;
    font-size: 14px;
    display: block;
    filter: opacity(0.4);
  }
  .image-text-group {
    flex-direction: column-reverse;
    text-align: center;
  }
  .image-text-group div {
    width: 100%;
  }
  .p-card {
    text-align: center;
    padding: 16px;
  }
  .swiper-slide {
    flex-direction: column-reverse;
  }
  .swiper-cards img {
    width: 100%;
  }
  .feature-list,
  .features-list-start {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .feature-list span,
  .features-list-start span {
    display: none;
  }
  .features-list-start {
    width: 60%;
    justify-content: center;
  }
  .p-xy-20-40 {
    padding: 16px;
  }
  .feature-list li:not(:first-child)::before {
    content: "";
  }
  .layout-simple {
    flex-direction: column;
  }
  .layout-simple.flex-d {
    flex-direction: column-reverse;
    padding-top: 56px;
  }
  .layout-simple .w-50 {
    width: 100%;
  }
  img[src="assets/img/twenty-sixth-image-mobile.jpg"],
  img[src="assets/img/img-bg.jpg"] {
    display: block;
  }
  .layout-simple-text {
    position: absolute;
    z-index: 10;
  }
  .text-box {
    text-align: center;
  }
  .marketing-card,
  .bg-section {
    flex-direction: column;
  }
  .pb-80 {
    padding-bottom: 56px !important;
  }

  .marketing-card .img-principal img {
    height: clamp(170px, 50vw, 395px);
  }

  .marketing-card .img-coluna {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 16px;
  }
  .marketing-card .img-coluna picture:nth-child(1) {
    grid-row: 1;
    display: grid;
    grid-column: span 2;
    height: auto;
  }

  .marketing-card .img-coluna picture:nth-child(2),
  .marketing-card .img-coluna picture:nth-child(3) {
    grid-row: 2;
  }
  .marketing-card .img-coluna picture:nth-of-type(2) img,
  .marketing-card .img-coluna picture:nth-of-type(3) img {
    height: clamp(220px, 60vw, 530px);
  }
  .bg-section {
    background-image: none;
    min-height: auto;
  }
  .swiper-text {
    height: max-content;
    align-content: end;
  }
  .swiper-v1 .swiper-wrapper {
    align-items: end;
  }
  .layout-simple.img-bg {
    justify-content: start;
    align-items: center;
  }
  .layout-simple.img-bg img {
    object-fit: cover;
    object-position: left;
    height: 60vh;
  }

  .img-bg ul {
    position: absolute;
  }
  .container.padd-page {
    padding: 16px;
  }
  .title-lg.pb-36 {
    padding-bottom: 0px !important;
  }
  .background-image {
    bottom: -15px;
  }
}
