.investimentos-m02 {
  font-family: var(--default-font-family);
}

.investimentos-m02__container {
  max-width: 1200px;
  margin: auto;
}

.investimentos-m02__title {
  color: var(--light-text-neutral-600, #0C2028);
  font-family: var(--default-font-family); 
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: var(--letter-spacing);
  width: 55%;
  margin: 0px 0 20px;
}

.investimentos-m02__container p.investimentos-m02__description {
  color: var(--light-text-neutral-500, #566972);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: var(--letter-spacing);
}

.investimentos-m02__carrossel {
  margin: 91px 0 0;
}

.investimentos-m02__carrossel .swiper-slide {
  margin-right: 10px !important;
}

.investimentos-m02__card {
  background-color: var(--light-surface-primary-500, #0b2521) !important;
  position: relative;
  min-height: 480px;
  background-size: cover;
  border-radius: var(--card-border-radius);
  color: var(--light-text-neutral-0);
}
.investimentos-m02__card .card__shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  opacity: 0.5;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0) 23.22%, #000 82.41%);
  border-radius: var(--card-border-radius);
}
.investimentos-m02__card a {
  position: absolute;
  right: 24px;
  bottom: 25px;
}
.investimentos-m02__card a:hover svg rect {
  fill: var(--light-surface-neutral-0);
}
.investimentos-m02__card a:hover svg path {
  stroke: var(--light-elements-neutral-600);
}

.card__text {
  position: absolute;
  left: 26px;
  bottom: 25px;
  max-width: 70%;
  color: var(--light-text-neutral-0, #FFF);
}
.investimentos-m02__card h3 {
  font-family: var(--default-font-family); 
  font-size: 32px;
  margin: 0 0 10px;
  line-height: 41.6px;
  font-weight: 800;
  letter-spacing: var(--letter-spacing);
}
.investimentos-m02__card p {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: var(--letter-spacing);
  margin: 0;
}
.investimentos-m02__disclaimer{
  color: var(--light-text-neutral-600);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 768px) {
  .swiper-slide {
    width: 32.8%;
  }
}

@media (max-width: 1230px) {
  .investimentos-m02__container {
    margin: 0 20px;
  }
}

@media (max-width: 1024px) {
  .investimentos-m02__container {
    margin: 0 20px;
  }
  .investimentos-m02 {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .investimentos-m02__title {
    font-family: var(--default-font-family); 
    font-size: 36px;
    font-weight: 800;
    line-height: 94%;
    letter-spacing: var(--letter-spacing);
    width: 80%;
    margin: 0px 0 18px;
  }
  p.investimentos-m02__description {
    margin: 0;
    color: var(--light-text-neutral-500, #566972);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: var(--letter-spacing);
  }
  .investimentos-m02__carrossel {
    margin: 35px 0 0;
  }
  .investimentos-m02__card {
    min-height: 498px;
  }
}

@media (max-width: 376px) {
  .investimentos-m02__card {
    min-height: 398px;
  }
}

@media (max-width: 321px) {
  .investimentos-m02__card {
    min-height: 320px;
  }
}
