.hero-partners {
  background-image: url('../img/bg-hero-partners.webp');
  background-size: cover;
  /* Substitua pelo caminho da sua imagem de fundo */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.img-with-text {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: -10px;
}

.img-with-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 46%);
  pointer-events: none;
}

.img-with-text img {
  width: 100%;
  height: auto;
  display: block;
}

.accordion {
  color: #343434;
}

.accordion-body {
  font-size: 18px;
}

#hero-img {
  background-image: url('../img/hero-eng.webp');
  background-size: cover;
  /* Substitua pelo caminho da sua imagem de fundo */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Ajuste a altura conforme necessário */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: relative;
  min-height: 80vh;
}

#section-partners {
  background-image: url('../img/bg-partners.webp');
  background-size: cover;
  /* Substitua pelo caminho da sua imagem de fundo */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Ajuste a altura conforme necessário */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  position: relative;
  font-family: 'Open Sans', sans-serif !important;
}

.section-head {
  font-weight: bold;
  color: var(--second_black);
}

.stats-text h5 {
  font-weight: bold;
}

.stats-text h3 {
  font-weight: bold;
  color: var(--first_orange);
}

/* Estilos para a modal */
#video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

#video-embed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

#close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.progress {
  border-radius: 0.5rem;
}

.progress-bar {
  background-color: var(--first_orange);
}

.accordion {
  color: white;
}

.accordion-item {
  background-color: #ffffff00;
  border: none !important;
}

.accordion-button {
  background-color: #ffffff00;
  color: white;
  font-size: 1.4rem;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
  color: #ff6b0e;
  background-color: #ff6b0e12;
  border-radius: 20px;
  box-shadow: inset 0 -1px 0 rgb(253 113 13 / 25%);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #ff6b0e66;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(253 113 13 / 25%);
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--first_orange) !important;
  border: 2px solid var(--first_orange);
  padding: 24px 24px;
  border-radius: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  font-weight: bold;
}

video::-webkit-media-controls-timeline-progress-bar {
  background-color: #FF6B0E;
  /* Cor da parte reproduzida */
}

.swiper-container {
  width: 100%;
  padding: 20px;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.countWrap span {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Archivo Black', sans-serif !important;
}

.scale-up-down {
  transform-origin: left !important;
  animation: scale-up-down 3s ease-in-out;
}

@keyframes scale-up-down {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* .loading-bar */
.loading-bar {
  width: 100%;
  background: #ff6a0e4f;
  padding: 2px;
  border: 1px solid rgb(233, 114, 40);
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(240, 113, 35, 0.5);
  margin: auto;
}

/* .loading-bar--progress */
.loading-bar--progress {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}

/* .loading-bar--progress span */
.loading-bar--progress span {
  margin: auto;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  flex-basis: 11%;
  flex-grow: 1;
  flex-shrink: 1;
  height: 20px;
  animation: FadeIn 3s ease;
  transition: all 1s cubic-bezier(0.17, 0.67, 0.88, 0.17);
}

/* .loading-bar--progress span:first-of-type, .loading-bar--progress span:last-of-type */
.loading-bar--progress span:first-of-type,
.loading-bar--progress span:last-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* .by-jasper */
.by-jasper {
  position: absolute;
  bottom: 2em;
  right: 2em;
  /* Assuming that .lollypop class is defined elsewhere */
}

/* @keyframes FadeIn */
@keyframes FadeIn {
  0% {
    opacity: 0;
    transform: scale(0.1);
    background: rgba(255, 107, 14, 1);
    border-radius: 4px;
  }

  85% {
    opacity: 1;
    background: rgb(255, 107, 14);
    background: linear-gradient(180deg,
        rgba(255, 107, 14, 1) 0%,
        rgb(224, 102, 9) 56%,
        rgb(168, 77, 7) 100%);
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  100% {
    transform: scale(1);
    background: rgb(255, 107, 14);
    background: linear-gradient(180deg,
        rgba(255, 107, 14, 1) 0%,
        rgb(218, 100, 10) 56%,
        rgb(168, 77, 7) 100%);
    border-radius: 0;
  }
}

/* @for $i from 1 through 12 */
.loading-bar--progress span:nth-child(1n) {
  animation-delay: 0.15s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.loading-bar--progress span:nth-child(2n) {
  animation-delay: 0.30s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.loading-bar--progress span:nth-child(3n) {
  animation-delay: 0.45s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.loading-bar--progress span:nth-child(4n) {
  animation-delay: 0.60s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.loading-bar--progress span:nth-child(5n) {
  animation-delay: 0.75s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.loading-bar--progress span:nth-child(6n) {
  animation-delay: 0.90s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.loading-bar--progress span:nth-child(7n) {
  animation-delay: 1.05s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.loading-bar--progress span:nth-child(8n) {
  animation-delay: 1.20s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.loading-bar--progress span:nth-child(9n) {
  animation-delay: 1.35s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.loading-bar--progress span:nth-child(10n) {
  animation-delay: 1.50s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.loading-bar--progress span:nth-child(11n) {
  animation-delay: 1.65s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.loading-bar--progress span:nth-child(12n) {
  animation-delay: 1.80s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

/* .loading-bar--progress .first, .loading-bar--progress .last */
.loading-bar--progress span.first {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.loading-bar--progress span.last {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}


@media(max-width: 992px) {

  .img-with-text p {
    display: none;
  }

  #video-thumbnail {
    height: 205px;
  }
}