/*Banner 1*/
.banner1 {
  /* width: 100%;
  height: auto;
  margin-left: 0%; */
  margin-bottom: 100px;
}

/*produtos*/
h1 {
  text-align: center;
  margin-bottom: 20px;
}

/* Container principal de produtos */
.product-container {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}

.product-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-item {
  flex: 1;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.main-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Estilizando o container dos spans */
.span-container {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}

.span {
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
}

span:hover {
  text-decoration: solid;
}

.arrow-container {
  margin-top: 8px;
  margin-bottom: 10px;
  order: 1;
  margin-top: 15px;
  /* text-align: center; */

  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 16px;
  gap: 10px;
}

.arrow-container p {
  margin: 0; /* Remove margens padrão do parágrafo */
  line-height: 1; /* Ajusta o espaçamento interno do texto */
}

.arrow-container:hover {
  color: rgb(30, 227, 174);
}

/*banner2*/
.banner-container {
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner2 {
  width: 100%;
}

.banner2 img {
  width: 100%;
  height: auto;
  display: block;
}

.img-base {
  width: 100%;
  height: auto;
}

.img-sob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
}

/* Pq nos escolher */
.escolha {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 20px; */
}


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

.banner3 {
  width: 70%;
  height: auto;
  /* max-width: 85%; */
  margin-bottom: 10px;
}

.text-container {
  width: 30%;
  height: auto;
}

.text-container li {
  list-style-type: none;
  padding-left: 0;
  text-align: justify;
}

.text-container ol {
  margin-top:15px;
  list-style-type: none;
  padding-left: 0;
  text-align: justify;
}

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

.banner4 {
  position: relative;
  display: inline-block;
}

.banner4 img {
  display: block;
}

.banner4 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.99rem;
  text-align: center;
  margin: 0;
}

.banner5 {
  position: relative;
  display: inline-block;
}

.banner5 img {
  display: block;
  width: auto;
  height: auto;
}

.banner5 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: 0.85rem;
  text-align: center;
  margin: 0;
}

.text-paragraph {
  margin-top:15px;
  align-items: center;
  width: 85%;
  text-align: justify;
  /* word-spacing: 0.5em; */
}

/* mapa */
.map {
  max-width: 100%;
  height: auto;
}

.map-container {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* gap: 20px;  */
  position: relative;
  margin-bottom: 40px;
}

.map-container img {
  width: auto;
  /* height: 100px; */
}

.images-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.talk-about {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

@media (max-width: 600px) {
  .escolha {
    flex-direction: column;
  }

  .text-container {
    width: 100%;
    text-align: center;
  }

  .banner3 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  li {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
  }

  ol {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .text-paragraph {
    align-items: center;
    width: 60%;
    text-align: justify;
    margin: 0 auto;
  }

  .listas {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  
  .product-content {
    flex-direction: column;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-item {
    width: 100%;
    max-width: 400px;
    flex-direction: column;
    justify-content: center;
    display: flex; /* Ativa o Flexbox */
    align-items: center; /* Alinha os itens horizontalmente ao centro */
    position: relative;
  }

  .span-container {
    order: -1;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    font-size: 30px;
  }

  .main-image {
    order: 0;
  }

  .arrow-container {
    order: 1;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 30px;
    gap: 10px;
  }

  .img-sob {
    top: 5px;
  }

 
}
