.hero-service {
  height: auto;
  width: 100%;
  background-color: #080851;
  background-image: url("../assets/Serviços de gestão financeira-10.jpg");
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding-top: 163px;
  padding-bottom: 117px;
}

.inner-container-service {
  width: 100%;
  max-width: 1124px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1220px) {
  .hero-service .inner-container-service {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 920px) {
  .hero-service {
    padding-top: 128px;
    padding-bottom: 81px;
    background-size: 100% 200px;
    background-repeat: no-repeat;
  }

  .hero-service .inner-container-service {
    max-width: 100%;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
  }
}

.hero-service .text-container {}

@media (max-width: 1220px) {
  .hero-service .inner-container-service .text-container {
    margin-right: 50px;
  }
}

@media (max-width: 920px) {
  .hero-service .inner-container-service .text-container {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.hero-service .inner-container-service .text-container .mini-title {
  margin-bottom: 24px;
  color: #2c86ff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 920px) {
  .hero-service .inner-container-service .text-container .mini-title {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}

.hero-service .inner-container-service .text-container .hero-title {
  color: #fff;
  max-width: 549px;
  font-size: 52px;
  font-weight: 400;
  line-height: 64px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1220px) {
  .hero-service .inner-container-service .text-container .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 920px) {
  .hero-service .inner-container-service .text-container .hero-title {
    max-width: 100%;
    width: 100%;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
}

.hero-service .inner-container-service .text-container .description {
  color: #fff;
  max-width: 424px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  opacity: 0.6;
  margin-top: 24px;
}

@media (max-width: 920px) {
  .hero-service .inner-container-service .text-container .description {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
  }
}

.hero-service .inner-container-service .graph-container {
  background-color: transparent;
  height: 367px;
  width: 452px;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.hero-service .graph-container .up-number-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 130px;
  left: 30px;
}

.hero-service .graph-container .up-number-container img {
  margin-right: 15px;
  width: 20px;
  height: 15px;
}

.hero-service .graph-container .up-number-container .up-number {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-right: 20px;
}

@media (max-width: 920px) {
  .hero-service .graph-container .up-number-container {
    left: 30%;
  }

  .hero-service .graph-container {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {

  .hero-service .graph-container svg {
    width: 100%;
  }

  .hero .graph-container .up-number-container .up-number {
    font-size: 14px;
  }
}

.about-service-container {
  width: 100%;
  background: #080851;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 121px;
  padding-left: 24px;
  padding-right: 24px;
}


@media (max-width: 920px) {
  .about-service-container {
    padding-bottom: 71px;
  }
}


.about-service-container .service-about-legend {
  margin-top: 132px;
  margin-bottom: 24px;
  color: #2c86ff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 920px) {
  .about-service-container .service-about-legend {
    margin-top: 50px;
    font-size: 16px;
  }
}


.about-service-container .service-about-title {
  max-width: 949px;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}


@media (max-width: 920px) {
  .about-service-container .service-about-title {
    font-size: 20px;
    line-height: 33px;
    max-width: 100%;
    width: 100%;
  }
}


.about-service-container .service-about-text {
  color: #fff;
  max-width: 971px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  opacity: 0.6;
  margin-top: 24px;
  text-align: center;
}


@media (max-width: 920px) {
  .about-service-container .service-about-text {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}


.about-service-container .service-items-container {
  margin-top: 69px;
  height: 400px;
  max-width: 1000px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}


@media (max-width: 1250px) {
  .about-service-container .service-items-container {
    max-width: 100%;
    width: 83%;
    height: auto;
  }
}

@media (max-width: 1100px) {
  .about-service-container .service-items-container {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 920px) {
  .about-service-container .service-items-container {
    margin-top: 30px;
  }
}


.about-service-container .service-items-container .list-ttile {
  margin-bottom: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}


@media (max-width: 920px) {
  .about-service-container .service-items-container .list-ttile {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}


.service-item-list-wrapper {
  overflow: hidden;
  width: 110%;
  padding-left: 15px;
}


@media (max-width: 1100px) {
  .service-item-list-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: auto;
    padding-left: 0;
  }
}


.about-service-container .service-item-list {
  margin-top: 32px;
  width: 100%;
  display: flex;
  transition: transform 0.5s ease;
  list-style: none;
  gap: 30px;
}


@media (max-width: 1100px) {
  .about-service-container .service-item-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 850px) {
  .about-service-container .service-item-list {
    flex-direction: column;
  }
}


.about-service-container .service-item-list .service-card {
  width: 356px;
  height: 320px;
  flex: 0 0 31%;
  border: 1px solid #ffffff33;
  border-radius: 16px;
  padding: 49px 37px;
}

@media (max-width: 1100px) {
  .about-service-container .service-item-list .service-card {
    width: 356px;
    height: auto;
  }
}

@media (max-width: 910px) {
  .about-service-container .service-item-list .service-card {
    width: 100%;
    flex: 1;
  }
}

@media (max-width: 850px) {
  .about-service-container .service-item-list .service-card {
    min-width: 100%;
    width: 100%;
  }
}




.about-service-container .service-item-list .service-card .info-icone {}

.about-service-container .service-item-list .service-card .card-title {
  margin-top: 64px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
}

.slider-control {
  width: 120%;
  height: 50px;
  top: 55%;
  position: absolute;
  display: flex;
  justify-content: space-between;
}


@media (max-width: 1100px) {
  .slider-control {
    display: none;
  }
}


.slider-control .slider-control-btn {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

.slider-control .btn-prev .prev-img {
  transform: rotate(-180deg);
}

.slider-control .btn-next .next-img {
  transform: rotate(0deg);
}

.offers-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  background-color: #080851;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px;
}

.offers-section-container {
  max-width: 1128px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 96px;
}


@media (max-width: 1230px) {
  .offers-section-container {
    max-width: 100%;
    width: 100%;

    padding-bottom: 50px;
  }
}


.offer-list-title {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  font-family: "Poppins", sans-serif;
}


@media (max-width: 920px) {
  .offer-list-title {
    font-size: 25px;
    width: 100%;
    text-align: center;
  }
}


.offers-section .offers-items-list {
  list-style: none;
  max-width: 502px;
  margin-top: 73px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 700px) {
  .offers-section .offers-items-list {
    margin-top: 40px;
  }
}


.offers-section .offers-items-list .offers-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.offers-section .offers-items-list .offers-item .offer-item-number {
  color: #0766e6;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
  font-family: "Poppins", sans-serif;
}


@media (max-width: 700px) {
  .offers-section .offers-items-list .offers-item .offer-item-number {
    font-size: 25px;
  }
}


.offers-section .offers-items-list .offers-item .offer-item-text {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 25.2px;
  font-family: "Poppins", sans-serif;
  margin-left: 32px;
}

@media (max-width: 700px) {
  .offers-section .offers-items-list .offers-item .offer-item-text {
    font-size: 16px;
  }
}


.item-line-dashed {
  height: 1;

}

.item-line-dashed img {
  width: 100%;
  object-fit: scale-down;
}

.offer-illustration {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 1050px) {
  .offer-illustration {
    margin-left: 50px;
  }
}

@media (max-width: 800px) {
  .offer-illustration {
    display: none;
  }
}


.offer-illustration .offer-image {
  margin-bottom: 70px;
  max-width: 476px;
  max-height: 429px;
}

@media (max-width: 1050px) {
  .offer-illustration .offer-image {
    max-width: 300px;
    max-height: 300px;
  }
}


.service-benefits {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  background-color: #080851;
  flex-direction: column;
  padding-top: 96px;
  padding-bottom: 120px;

}

@media (max-width: 920px) {
  .service-benefits {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


.service-benefits-container {
  max-width: 1128px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 1240px) {
  .service-benefits-container {
    max-width: 100%;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}


.service-benefits .service-benefits-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.service-benefits .service-benefits-title {
  max-width: 600px;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 700px) {
  .service-benefits .service-benefits-title {
    font-size: 25px;
    max-width: 100%;
    line-height: 38px;
    text-align: center;
    width: 100%;
  }
}


.service-benefits .cards-grid {
  width: 100%;
  height: auto;
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 356px);
  grid-template-rows: repeat(2, 286px);
  gap: 30px;
}

@media (max-width: 1240px) {
  .service-benefits .cards-grid {
    grid-template-columns: repeat(3, 1fr);

  }
}

@media (max-width: 920px) {
  .service-benefits .cards-grid {
    grid-template-columns: repeat(2, 1fr);

    grid-template-rows: repeat(3, auto);
  }
}

@media (max-width: 700px) {
  .service-benefits .cards-grid {
    display: flex;
    flex-direction: column;
  }
}


.service-benefits .service-benefits-card {
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff33;
  border-radius: 16px;
  padding: 49px 51px 72px 45px;
}

@media (max-width: 920px) {
  .service-benefits .service-benefits-card {
    padding: 30px;
  }
}


.service-benefits .service-benefits-card .info-icone {}

.service-benefits .service-benefits-card .card-title {
  max-width: 230px;
  margin-top: 64px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 800px){
  .service-benefits .service-benefits-card .card-title {
    max-width: 100%;
    width: 100%;
  }
}