
.inner-section-3-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.inner-section-3-container--left {
  width: 28.5%;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../assets/images/pexels-fauxels-3182831.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s;
}

.inner-section-3-container--left-img, .inner-section-3-container--left::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inner-section-3-container--left::after {
  border-radius: 0px 20px 20px 0px;
  background: linear-gradient(180deg, rgba(7, 108, 243, 0.27) 0%, rgba(42, 42, 43, 0.56) 100%);
}

.inner-section-3-container--left-img {
  object-fit: cover;
}

.inner-section-3-container--left--content-container {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  color: white;
  z-index: 2;
}
.inner-section-3-container--left--content-container-title {
  margin-bottom: 1.4rem;
  font-size: 2.4rem;
}
.inner-section-3-container--left--content-container-description {
  line-height: normal;
  font-size: 2.0rem;
  text-align: justify;
  display: inline-block;
  width: 100%;
}

.inner-section-3-container--right {
  width: 71.5%;
  padding: 0rem 5rem;
  display: flex;
  flex-direction: column;
}

.inner-section-3-container--content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 75%;
}

.inner-section-3-container--content-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.inner-section-3-container--content-top-label {
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4rem;
  background-color: #076CF3;
  align-self: flex-start;
  padding: 0.75rem 3rem;
}

.inner-section-3-container--control-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 1rem 0;
  gap: 2.5rem 0;
  margin-top: 6.4rem;
}

.inner-section-3-service-itens-list {
  margin-top: 1.5rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.inner-section-3--service-item {
  width: 14.6rem;
  height: 10.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px #1e1e1e38;
  padding: 0rem 1rem;
  cursor: pointer;
  transition: 0.25s;
  overflow: hidden;
}

.inner-section-3--service-item:hover {
  transform: scale(1.20);
  box-shadow: 0px 0px 4px 0px #076CF3;
  color: #076CF3;
}


.inner-section-3--service-item:hover .inner-section-3--service-item--text {
  color: #076CF3;
}

.inner-section-3--service-item--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem 0;
}

.inner-section-3--service-item--img {
  height: 4.8rem;
  object-fit: cover;
}

.inner-section-3--service-item--text {
  color: rgba(30, 30, 30, 0.85);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.inner-section-3--see-more-itens {
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  border: none;
  background: #FFF;
  color: rgba(0, 0, 0, 0.62);
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}

.inner-section-3--see-more-itens::after {
  content: '';
  position: absolute;
  height: 0.5rem;
  border-radius: 1rem;
  width: 35%;
  background: rgba(0, 0, 0, 0.62);
  bottom: -1.5%;
  left: 0;
  transition: 0.5s;
}
.inner-section-3--see-more-itens:hover {
  color: #000;
}
.inner-section-3--see-more-itens:hover::after {
  background-color: #000;
  width: 100%;
}

.inner-section-3-container-control-container--itens {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.vendors-container {
  display: flex;
  align-items: center;
  height: 20rem;
  justify-content: space-between;
  gap: 0 1rem;
}
.swiper-vendors {
  position: relative;
  width: 90%;
  overflow-x: hidden;
  height: 20rem;
  display: flex;
  align-items: center;
}
.swiper-wrapper {
  width: 100%;
  align-items: center;
}
.swiper-slide {
}
.swiper-vendors-pagination {
  position: absolute;
  bottom: 0 !important;
  text-align: center;
}
.swiper-slide-active {
  transform: scale(1.1);
  z-index: 2;
  box-shadow: 0px 0px 4px 0px #076CF3;
  color: #076CF3;
}
.active {
  transform: scale(1.5)
}

.swiper-vendors-next, .swiper-vendors-prev{
  z-index: 2;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;;
  border-radius: 0.5rem;
  border: 1px solid #000;
  cursor: pointer;
  opacity: 0.5;
  color: #000;
}

.swiper-vendors-next:hover, .swiper-vendors-prev:hover {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .inner-section-3-container--left {
    width: 40%;
  }
  .inner-section-3-container--right {
    width: 60%;
  }
  .inner-section-3-container--content {
    width: 100%;
  }
}


@media screen and (max-width: 1024px) {
  .inner-section-3-container  {
    width: 95%;
    flex-direction: column;
    align-items: center;
  }
  .inner-section-3-container--content-top {
    margin-top: 1.5rem;
  }

  .inner-section-3-container--left {
    width: 90% !important;
    border-radius: 2rem;
    height: 22rem;
    overflow-y: scroll;
  }
  .inner-section-3-container--left--content-container {
    bottom: unset;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .inner-section-3-container--right {
    width: 90%;
  }
  .inner-section-3-container--content {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {
  
  .inner-section-3-container--left {
    width: 90% !important;
    border-radius: 2rem;
    height: 32rem;
    overflow-y: scroll;
  }
  .inner-section-3--service-item:hover {
    transform: none;
    box-shadow: 0px 0px 4px 0px #076CF3;
    /*color: #076CF3;*/
  }
}

@media screen and (max-width: 425px) {
  .service-item-card {
    width: 90%;
  }

  .inner-section-3-container--right {
    padding: 0rem 0rem;
  }
}