.topo {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: var(--deg180-primary-color-gradient);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  color: white;
  position: relative;
  z-index: 1;
  padding-bottom: 7rem;
  min-height: 800px;
}

.topo h1 {
  font-size: 6rem;
  margin-bottom: 20px;
  line-height: 6rem;
  z-index: 10;
  margin-top: 10rem;
  letter-spacing: 0.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.2),
    0 6px 12px rgba(0, 0, 0, 0.1);
  padding-left: 5rem;
  padding-right: 5rem;
}

.topo p {
  font-size: 2rem;
  max-width: 1600px;
  line-height: 2.5rem;
  z-index: 10;
  margin-top: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

#unico {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 1;
  object-position: center top;
}

@media (max-width: 500px) {
  .topo h1 {
    font-size: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .topo p {
    font-size: 2rem;
    line-height: 2.5rem;
    z-index: 10;
    margin-top: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* Seção 2 */
.section2-sobre {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 50px;
  box-sizing: border-box;
  padding-left: 5rem;
  padding-right: 5rem;
}

.imagem-section2-sobre .imagem-container {
  width: 500px;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  overflow: hidden;
}

.imagem-section2-sobre img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1);
  z-index: 10;
}

.texto-section2-sobre {
  max-width: 1000px;
}

.texto-section2-sobre h1 {
  font-size: 5rem;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #04063b;
}

.texto-section2-sobre p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #333;
}

.imagem-section2-sobre {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.imagem-section2-sobre h1 {
  font-size: 1.5rem;
  margin-top: 20px;
  text-align: center;
  color: #04063b;
}

.imagem-section2-sobre p {
  font-size: 1.3rem;
  margin-top: 20px;
  text-align: center;
  color: #04063b;
  z-index: 100;
  text-align: center;
}

@media (max-width: 1700px) {
  .imagem-section2-sobre h1 {
    font-size: 1.3rem;
  }
}

@media (max-width: 1440px) {
  .texto-section2-sobre {
    font-size: 32px;
  }

  .topo h1 {
    margin-top: 6rem;
  }
}

@media (max-width: 1200px) {
  .imagem-section2-sobre .imagem-container {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 1024px) {
  .section2-sobre {
    flex-direction: column;
  }

  .texto-section2-sobre {
    max-width: 100%;
  }

  .texto-section2-sobre h1 {
    font-size: 3rem;
  }

  .texto-section2-sobre p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

@media (max-width: 500px) {
  .section2-sobre {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* Seção 3 */
.caixa-inclusao {
  width: 100%;
  height: 250px;
  background-color: #00003b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  padding: 2rem;
  color: white;
  gap: 30px;
}

.icones {
  font-size: 5rem;
  margin: 0 15px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1440px) {
  .caixa-inclusao {
    font-size: 1.3rem;
  }

  .icones {
    width: 100%;
    font-size: 4.5rem;
    gap: 20px;
  }
}


@media (max-width: 1024px) {
  .texto-section2-sobre h1 {
    font-size: 4rem;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #04063b;
  }

  .caixa-inclusao {
    flex-direction: column;
    height: auto;
    text-align: center;
  }

  .icones {
    width: 100%;
    font-size: 3rem;
    gap: 15px;
  }
}

@media (max-width: 430px) {
  .icones {
    width: 100%;
    font-size: 2.5rem;
    gap: 15px;
  }
}

/* Seção 4 */
.section4-sobre {
  width: 100%;
  height: auto;
  position: relative;
  background: var(--primary-color-gradient);
  box-sizing: border-box;
  overflow: hidden;
}

.section4-sobre h1 {
  font-size: 6rem;
  color: white;
  text-align: center;
  margin-bottom: 2rem;
  z-index: 10;
  position: relative;
  margin-top: 100px;
}

#section4-sobre-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
  display: block;
  position: absolute;
}

.section4-sobre .conteudo {
  position: relative;
  color: white;
  font-size: 3rem;
  text-align: center;
  padding: 3rem;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 5rem;
}

.cliente-div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px;
  justify-items: center;
  align-items: center;
  width: 100%;
}

.cliente {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cliente img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cliente img.puropeixe {
  width: 140px;
}

.cliente img.tinautica {
  width: 150px;
}

.cliente img.estrela {
  width: 150px;
}

.cliente img.aroeira {
  width: 100px;
}


.cliente img.gene {
  width: 180px;
}

.cliente-preto {
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cliente-preto img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 1600px) {
  .cliente-div {
    width: 80%;
  }
}

@media (max-width: 1440px) {
  .section4-sobre h1 {
    font-size: 5rem;
  }
}

@media (max-width: 1200px) {
  .section4-sobre .conteudo {
    font-size: 2.5rem;
    padding: 2.5rem;
  }

  .cliente-div {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .cliente {
    width: 220px;
    height: 220px;
  }

  .cliente-preto {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 1024px) {
  .section4-sobre h1 {
    font-size: 4rem;
  }
}

@media (max-width: 900px) {
  .section4-sobre .conteudo {
    font-size: 2rem;
  }

  .cliente-div {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .cliente {
    width: 180px;
    height: 180px;
  }

   .cliente-preto {
    width: 180px;
    height: 180px;
  }

  .cliente img.puropeixe,
  .cliente img.tinautica {
    width: 150px;
  }
}

@media (max-width: 600px) {
  .section4-sobre .conteudo {
    font-size: 1.8rem;
    padding: 2rem 1rem;
  }

  .cliente-div {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .cliente {
    width: 150px;
    height: 150px;
  }

  .cliente-preto {
    width: 150px;
    height: 150px;
  }

  .cliente img.puropeixe,
  .cliente img.tinautica {
    width: 120px;
  }

  .section4-sobre h1 {
    font-size: 4rem;
  }
}
