.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

#validationCustom02-1:hover {
  color: var(--bs-primary);
  border: 1px solid var(--bs-blue);
}

#validationCustom01-1 {
  color: var(--bs-blue);
  border: 1px solid var(--bs-blue);
}

.segmentos-content span:nth-child(even) {
  opacity: 0.45;
}

.segmentos-content {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 18px;
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.segmentos-marquee {
  width: 100%;
  overflow: hidden;
}

.segmentos-track {
  display: flex;
  width: max-content;
  animation: segmentos-scroll 35s linear infinite;
}

.segmentos-content {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

.segmentos-content span {
  flex-shrink: 0;
  /*font-size: 17;*/
}

@keyframes segmentos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.hero-art img {
  position: absolute;
  top: -5%;
  right: -10%;
  width: 120%;
  height: 110%;
  object-fit: contain;
}

.hero-art img {
  transform: translateY(var(--parallax-y));
}

@media (max-width: 991px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .hero-art {
    position: absolute;
    inset: auto -25% -10% auto;
    width: 75%;
    height: 55%;
    opacity: .9;
  }
}

@media (max-width: 991px) {
  .hero-content {
    position: relative;
    z-index: 2;
  }
}

.hero {
  min-height: 100svh;
  background: #337cbd;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  min-height: 100svh;
}

.hero-content {
  padding: clamp(2rem, 5vw, 5rem) clamp(2rem, 6vw, 7rem);
}

.hero-art {
  position: relative;
  overflow: hidden;
}

.hero-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero {
  min-height: 100svh;
  background: #337cbd;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  min-height: 100svh;
}

.hero-content {
  padding: clamp(2rem, 5vw, 5rem) clamp(2rem, 6vw, 7rem);
}

.hero-art {
  position: relative;
  overflow: hidden;
}

.hero-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #337cbd;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  padding: clamp(2rem, 6vw, 7rem);
}

.hero-shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -2%;
  width: clamp(320px, 32vw, 580px);
  height: auto;
  transform: translateY(-50%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .hero-content {
    padding: 2rem 1.5rem 9rem;
  }
}

@media (max-width: 768px) {
  .hero-shape {
    top: auto;
    bottom: -18%;
    right: -28%;
    width: 75vw;
    transform: none;
  }
}

.logo-track {
  animation: scroll-left 55s linear infinite;
}

.logo-track-reverse {
  animation-direction: reverse;
}

.logo-marquee-wrapper {
  width: 100%;
  overflow: hidden;
}

.logo-marquee {
  width: 100%;
  overflow: hidden;
}

.logo-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}

.logo-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 0;
  gap: 70px;
  padding-right: 70px;
}

.logo-group img {
  width: 120px;
  height: auto;
  flex-shrink: 0;
}

.logo-track {
  animation: logo-scroll 50s linear infinite;
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.logo-track-reverse {
  animation-direction: reverse;
  animation-duration: 60s;
}

@media (max-width: 576px) {
  .logo-group {
    gap: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 576px) {
  .logo-group img {
    width: 90px;
  }
}

.logo-marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
  padding: 25px 0;
}

.hero-shape {
  display: none;
}

@media (min-width: 992px) {
  .hero-shape {
    display: block;
  }
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-network {
  position: absolute;
  width: 55%;
  max-width: 900px;
  right: 20%;
  bottom: -8%;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
  object-fit: contain;
}

.hero-shape {
  position: absolute;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-network {
  right: 0;
  bottom: -10%;
}

.hero-network {
  mask-image: linear-gradient( to left, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, .75) 65%, transparent 100% );
  -webkit-mask-image: linear-gradient( to left, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, .75) 65%, transparent 100% );
}

@media (max-width: 991.98px) {
  .hero-network {
    width: 85%;
    max-width: none;
    right: -20%;
    bottom: -5%;
    opacity: 0.07;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.hero-network {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.hero {
  position: relative;
  overflow: hidden;
}

.segmentos-track-reverse {
  animation-direction: reverse;
}

