.banner-container {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-top: 95px;
}

.banner-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  max-width: 100%;
  /* width: 40%; */
  height: auto;
}

.btn-video {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  color: white;
  background-color: #25314f;
  font-weight: bold;
  box-shadow: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal-content {
  position: relative;
  margin: 10% auto;
  width: 80%;
  max-width: 700px;
}

.modal-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; /* mantém proporção 16:9 */
}

.close {
  position: absolute;
  top: -40px;
  right: 14px;
  color: white;
  font-size: 28px;
  cursor: pointer;
}

.image-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
}

.image-container img {
  max-width: 150px;
  height: auto;
}

.icons-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(246, 246, 246);
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.launched-title {
  text-align: center;
  margin-bottom: 16px;
}

/* .launched-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.launched-image img {
  max-width: 16%;
  height: auto;
} */

.escolha-container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.carousel-links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.carrousel-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
}

.flex-item2 {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.machine-image {
  max-width: 85%;
  height: auto;
}

.carrossel {
  margin-top: 10px;
  max-width: 80px;
}

.carousel-inner {
  max-width: 660px;
}

.carousel-inner img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.text-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
}

.titulo {
  font-weight: bold;
}

.titulo2 {
  display: inline-block;
  color: rgb(30, 227, 174);
  font-weight: bold;
}

p {
  color: rgb(149, 149, 149);
}

i {
  margin-right: 5px;
  color: #63e6be;
  padding-left: 0%;
}

li {
  list-style: none;
  color: rgb(149, 149, 149);
}

.desktop {
  display: flex;
}

.mobile {
  display: none;
}

/* .carousel-indicators [data-bs-target] {
  color: rgb(30, 227, 174) !important;
} */
/*
.carousel-indicators button {
  color: rgb(30, 227, 174) !important;
} */

/* .carousel-indicators button.active {
  background-color: color rgb(30, 227, 174);
} */

.available-desktop {
  display: flex;
  flex-direction: column;
}
.available-mobile {
  display: none;
}

.custom-carousel-control .carousel-control-prev-icon,
.custom-carousel-control .carousel-control-next-icon {
  background-color: #b0b0b0;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .banner-container {
    margin-top: 72px;
  }

  .escolha-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .carousel-links-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
  .image-container {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .carousel-icons-wrapper {
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    /* gap: 20px; */
  }

  #carouselExampleIndicators {
    flex: 0 0 50%;
  }

  .image-container {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-item2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-container {
    align-items: center;
    width: 60%;
    margin: 0 auto;
    word-spacing: 1px;
    margin-top: 30px;
  }

  .titulo {
    font-weight: bold;
    padding-left: 20px;
  }

  .titulo2 {
    display: inline-block;
    color: rgb(30, 227, 174);
    font-weight: bold;
    padding-left: 20px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: flex;
  }

  .available-desktop {
    display: none;
  }
  .available-mobile {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    /* Place to the right of carousel */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .available-mobile .image-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
