.why-us {
  padding: 5rem 0;
  background-color: #fff;
}

.why-us .container {
  max-width: 1520px;
  display: grid;
  grid-template-columns: 1fr;
}

.why-us-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
}

.why-us-content h2 {
  color: #000;
  font-family: "Exo2", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.why-us-content p {
  color: #6c727f;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 143%;
  margin-bottom: 32px;
}

.why-us-tabs {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}

.why-us-tabs__tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  cursor: pointer;
}

.why-us-tabs__tab h3 {
  color: #acacac;
  font-family: "Exo2", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: color 0.2s ease-in-out;
}

.why-us-tabs__tab p {
  color: #6c727f;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 143%;
  display: none;
  margin: 8px 0 0;
}

.why-us-tabs__tab .why-us-tabs__tab-toggle svg {
  transition: transform 0.2s ease-in-out;
}

.why-us-tabs__tab .why-us-tabs__tab-toggle svg path {
  transition: fill 0.2s ease-in-out;
}

.why-us-image {
  display: none;
}

.why-us-tabs__tab.active {
  align-items: flex-start;
}

.why-us-tabs__tab.active h3 {
  color: #f60;
}

.why-us-tabs__tab.active p {
  display: block;
}

.why-us-tabs__tab.active .why-us-tabs__tab-toggle svg {
  transform: rotate(-90deg);
}

.why-us-tabs__tab.active .why-us-tabs__tab-toggle svg path {
  fill: #f60;
}

@media screen and (min-width: 475px) {
  .why-us {
    background-color: #f5f4f7;
  }
  .why-us-content {
    padding: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .why-us h2 {
    font-size: 2.5rem;
  }
  .why-us-content {
    padding: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .why-us h2 {
    font-size: 3rem;
  }
  .why-us .container {
    grid-template-columns: 1fr 1fr;
  }
  .why-us-content {
    border-radius: 10px 0 0 10px;
  }
  .why-us-image {
    height: 100%;
    display: block;
  }
  .why-us-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
  }
}

.solucoes {
  padding: 5rem 0;
  background: url(../images/conheca-mais.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.solucoes .container {
  max-width: 1520px;
  width: 100%;
}

.solucoes h2 {
  color: #fff;
  text-align: center;
  font-family: "Exo2", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 auto 48px;
  max-width: 870px;
  width: 90%;
}

.solucoes-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.solucoes-tabs__btn {
  padding: 20px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Exo2", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 113%;
  cursor: pointer;
  width: 90%;
  outline: none;
  background-color: transparent;
}

.solucoes-tabs__tab {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr;
}

.solucoes-tabs__tab-content {
  background: #363636;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5%;
}

.solucoes-tabs__tab-content h3 {
  color: #fff;
  font-family: "Exo2", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.solucoes-tabs__tab-content h3 + p {
  color: #c8c8c8;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 64px;
}

.solucoes-tabs__tab-content h4 {
  color: #fff;
  font-family: "Exo2", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.solucoes-tabs__tab-content p {
  color: #c8c8c8;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 143%;
  margin-bottom: 40px;
}

.solucoes-tabs__tab-content p:last-of-type {
  margin-bottom: 0;
}

.solucoes-tabs__tab-image {
  display: none;
}

.solucoes-tabs__btn.active {
  background-color: #f60;
  border: 1px solid #f60;
}

@media screen and (min-width: 475px) {
  .solucoes h2 {
    width: 100%;
  }
  .solucoes-tabs__tab-content {
    width: 100%;
    padding: 2.5rem;
    border-radius: 20px;
  }
  .solucoes .container {
    width: 90%;
  }
  .solucoes-tabs__btn {
    width: fit-content;
  }
}

@media screen and (min-width: 768px) {
  .solucoes h2 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .solucoes h2 {
    font-size: 3rem;
  }
  .solucoes-tabs__tab-content {
    border-radius: 20px 0 0 20px;
    padding: 5rem;
  }
  .solucoes-tabs__tab-content h3 {
    font-size: 2.25rem;
  }
  .solucoes-tabs__tab {
    grid-template-columns: 1fr 1fr;
  }
  .solucoes-tabs__tab-image {
    display: block;
  }
  .solucoes-tabs__tab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
  }
  .resultados .resultados-cards {
    grid-template-columns: 1fr 1fr;
  }
}

.investimentos {
  background: #f5f5f5;
  padding: 5rem 0;
}

.investimentos .section-title__variant {
  max-width: 960px;
}

.investimentos-cards {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.investimentos-cards__card {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #dedede;
  background: #fff;
  padding: 32px;
  transition: transform 0.2s ease-in-out;
}

.investimentos-cards__card:hover {
  transform: translateY(-10px);
}

.investimentos-cards__card-icon {
  border-radius: 50px;
  border: 5px solid #f60;
  padding: 16px;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.investimentos-cards__card h3 {
  color: #000;
  font-family: "Exo2", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin: 32px 0;
}

.investimentos-cards__card p {
  color: #545454;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 143%;
  letter-spacing: -0.32px;
}

@media screen and (min-width: 768px) {
  .investimentos-cards {
    grid-template-columns: 1fr 1fr;
  }
  .investimentos-cards__card h3 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .investimentos-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.nosso-diferencial {
  padding: 5rem 0;
  background-color: #f5f4f7;
}

.nosso-diferencial .section-title__variant {
  max-width: 1024px;
}

.nossoDiferencialSwiper {
  margin-top: 80px;
  cursor: grab;
}

.nosso-diferencial-cards__card {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.nosso-diferencial-cards__card img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  object-fit: cover;
}

.nosso-diferencial-cards__card-content {
  padding: 24px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nosso-diferencial-cards__card-content h3 {
  color: #090e22;
  font-family: "Exo2", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.nosso-diferencial-cards__card-content p {
  color: #6c727f;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 143%;
  margin-bottom: 24px;
}

@media screen and (min-width: 475px) {
  .nosso-diferencial-cards__card {
    max-width: 366px;
  }
  .nossoDiferencialSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
  }
}
