body {
        font-family: 'Open Sans', sans-serif;
      }
      .custom-shadow {
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
      }

main {
    margin-top: -50px;
}

      /* Hero principal */
.hero-section {
  position: relative;
  height: 44vw;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Background */
.hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(10, 79, 163, 0.4); /* acqua-blue/40 */
}

/* Conteúdo */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1rem;
  max-width: 1200px;
}

/* Caixa do título */
.hero-title-box {
  background-color: rgba(10, 79, 163, 0.8);
  backdrop-filter: blur(6px);
  padding: 2rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

/* Título */
.hero-title {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

/* Quebra de linha responsiva */
.hero-title-break {
  display: none;
}

/* Indicador de scroll */
.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: hero-bounce 1.5s infinite;
}

.hero-scroll-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.hero-scroll-icon {
  width: 24px;
  height: 24px;
}

/* Animação */
@keyframes hero-bounce {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 8px);
  }
}

/* Responsivo */
@media (min-width: 768px) {
  .hero-title {
    font-size: 26px;
  }

  .hero-title-break {
    display: block;
  }

  .hero-title-box {
    padding: 0.5rem 2.5rem;
    border-radius: 20px;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 26px;
  }
}





/* Seção CTA */
.cta-intro-section {
  padding: 3rem 1rem;
  text-align: center;
  background-color: #ffffff;
}

/* Texto introdutório */
.cta-intro-text {
  font-size: 20px;
  font-weight: 600;
  color: #595959;
  max-width: 960px;
  margin: 0 auto 2rem auto;
  line-height: 1.4;
}

/* Botão principal */
.cta-button-main {
  background-color: #519C46;
  color: #ffffff;
  font-weight: 700;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 0.75rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
}

.cta-button-main:hover {
  background-color: #519C46;
}



/* Seção */
        .alert-section {
        background-color: #f2f4f6;
        }

        /* Container */
        .alert-container {
        max-width: 960px;
        margin: 80px auto 80px auto;
        }

        /* Cabeçalho */
        .alert-header {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        color: #0a4fa3;
        margin-bottom: 1.5rem;
        }

        .alert-icon {
        width: 24px;
        height: 24px;
        }

        .alert-label {
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        }

        /* Título */
        .alert-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #0a4fa3;
        margin-bottom: 2rem;
        }

        /* Corpo */
        .alert-body {
        color: #2f3a44;
        line-height: 1.7;
        }

        .alert-text {
        margin-bottom: 1.5rem;
        margin-left: 40px;
        }

        .alert-highlight {
        font-weight: 600;
        }

        /* Bloco de consequências */
        .alert-consequences {
            margin-bottom: 50px;
            margin-left: 40px;
        }

        .consequences-title {
        font-weight: 700;
        margin-bottom: 1rem;
        }

        /* Lista */
        .consequences-list {
        list-style: disc;
        padding-left: 1.25rem;
        }

        .consequences-item {
        margin-bottom: 0.5rem;
        line-height: 18px;
        }





        /* Seção principal */
.monitoramento-section {
  padding: 5rem 1rem;
  background-color: #ffffff;
}

/* Container */
.monitoramento-container {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  padding: 80px 0;
}

.monitoramento-bloco{
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

/* Desktop layout */
@media (min-width: 1024px) {
  .monitoramento-container {
    flex-direction: row;
  }

  .monitoramento-text-content,
  .monitoramento-visual {
    width: 50%;
  }
}

/* Subtítulo */
.monitoramento-subtitle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0a4fa3;
  margin-bottom: 1rem;
}

.monitoramento-subtitle-icon {
  width: 20px;
  height: 20px;
}

.monitoramento-subtitle-text {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Título */
.monitoramento-title {
  font-size: 1.875rem;
  font-weight: 800;
  color: #0a4fa3;
  margin-bottom: 2.5rem;
  line-height: 1.3;
}

/* Grid de benefícios */
.monitoramento-benefits {
  display: grid;
  gap: 0rem;
}

.monitoramento-benefit-item {
    margin-left: 40px;
}

/* Benefícios */
.monitoramento-benefit-title {
    font-weight: 700;
    color: #595959;
    margin-bottom: 0px;
    font-size: 20px;
}

.monitoramento-benefit-desc {
  font-size: 16px;
  color: #2f3a44;
  line-height: 1.6;
}

/* Imagem */
.monitoramento-image-wrapper {
  position: relative;
}

.monitoramento-image {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s ease;
}

/* Hover effect */
.monitoramento-image-wrapper:hover .monitoramento-image {
  transform: scale(1.02);
}

/* Decoração */
.monitoramento-image-decoration {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  width: 8rem;
  height: 8rem;
  background-color: rgba(43, 182, 115, 0.1); /* acqua-green/10 */
  border-radius: 50%;
  z-index: -1;
}






/* Seção */
.services-section {
  padding: 5rem 1rem;
  background-color: #f2f4f6;
}

/* Container */
.services-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* Cabeçalho */
.services-header {
  margin-bottom: 3rem;
}

.services-subtitle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0a4fa3;
  margin-bottom: 1rem;
}

.services-subtitle-icon {
  width: 20px;
  height: 20px;
}

.services-subtitle-text {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Título */
.services-title {
  font-size: 1.875rem;
  font-weight: 800;
  color: #0a4fa3;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

/* Descrição */
.services-description {
    color: #595959;
    line-height: 1.7;
    max-width: 64rem;
    font-size: 16px;
    margin-left: 40px;
}

/* Lista de serviços */
.services-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 40px;
}

/* Item */
.service-title {
    font-weight: 700;
    color: #595959;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 20px;
    margin-top: 10px;
}

.service-description-text {
  font-size: 16px;
  color: #595959;
  line-height: 1.6;
}

/* Responsivo */
@media (min-width: 768px) {
  .services-title {
    font-size: 2.25rem;
  }
}






/* ================================
   SEGMENTOS ATENDIDOS
================================ */

.segmentos-section {
  padding: 6rem 1rem;
  background-color: #ffffff;
}

.segmentos-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Título */
.segmentos-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #0a4fa3;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 5rem;
}

/* Grid */
.segmentos-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-top: 1px solid #eef1f4;
  border-left: 1px solid #eef1f4;
}

/* Card */
.segment-card {
  padding: 3rem 2rem;
  text-align: center;
  border-right: 1px solid #eef1f4;
  border-bottom: 1px solid #eef1f4;
  background-color: #ffffff;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.segment-card:hover {
  background-color: #f5f7fa;
  transform: translateY(-4px);
}

/* Ícone */
.segment-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.segment-icon-svg {
  width: 48px;
  height: 48px;
  stroke: #0a4fa3;
  transition: transform 0.3s ease, stroke 0.3s ease;
}

.segment-card:hover .segment-icon-svg {
  transform: translateY(-6px);
  stroke: #2fbf71;
}

/* Título do card */
.segment-title {
  font-size: 16px;
  font-weight: 700;
  color: #595959;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Descrição */
.segment-desc {
  font-size: 16px;
  color: #595959;
  line-height: 1.6;
  max-width: 260px;
  margin: 0 auto;
}

/* ================================
   RESPONSIVO
================================ */

@media (min-width: 640px) {
  .segmentos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .segmentos-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .segmentos-title {
    font-size: 36px;
  }
}








/* ================================
   DIFERENCIAIS ACQUA DOMINI
================================ */

.diferenciais-section {
  padding: 5rem 1rem;
  background-color: #0a4fa3;
}

.diferenciais-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Título */
.diferenciais-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 4rem;
}

/* Grid */
.diferenciais-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}

/* Card */
.diff-card {
  background-color: #ffffff;
  padding: 0.8rem 1rem 1.8rem 1rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 67%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.diff-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

/* Título do card */
.diff-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #595959;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 1rem;
}

/* Descrição */
.diff-card-desc {
  font-size: 16px;
  color: #595959;
  line-height: 1.6;
  max-width: 260px;
  margin: 0 auto;
}

/* ================================
   RESPONSIVO
================================ */

@media (min-width: 640px) {
  .diferenciais-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .diferenciais-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .diferenciais-title {
    font-size: 2rem;
  }
}







/* ================================
   ESTRUTURA GERAL
================================ */

.app-main-container {
  min-height: 100vh;
  background-color: #ffffff;
}

.page-content {
  overflow-x: hidden;
}

/* ================================
   CTA INTRO
================================ */

.cta-intro-section {
  padding: 3rem 1rem;
  text-align: center;
  background-color: #ffffff;
}

.cta-intro-text {
  max-width: 900px;
  margin: 0 auto 2rem;
  font-size: 20px;
  font-weight: 600;
  color: #595959;
  line-height: 1.4;
}

/* Botão padrão CTA */
.cta-button-main,
.cta-button-final {
  display: inline-block;
  background-color: #519C46;
  color: #ffffff;
  font-weight: 700;
  padding: 1rem 2.5rem;
  border-radius: 8px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button-main:hover,
.cta-button-final:hover {
  background-color: #519C46;
  transform: translateY(-3px);
}

/* ================================
   CTA FINAL
================================ */

.final-cta-section {
  padding: 5rem 1rem;
  text-align: center;
  background-color: #ffffff;
}

.final-cta-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0a4fa3;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.final-cta-subtitle {
  font-size: 1.1rem;
  color: #4a5568;
  margin-bottom: 2.5rem;
}

/* ================================
   RESPONSIVO
================================ */

@media (min-width: 768px) {
  .cta-intro-text {
    font-size: 20px;
  }

  .final-cta-title {
    font-size: 2.4rem;
  }
}















.PartContainer {
    position: relative;
    top: 80px;
    flex-direction: column;
}

.PartSlider {
    max-width: 1440px;
    width: 1440px;
}

.ProdContainer .ProdSlider li img {
    width: 40vw;
    height: 40vw;
  }

  .ProdContainer .ProdSlider li h2 {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 21.6px;
    letter-spacing: 0%;
    text-align: center;
  }

  .ProdContainer .ProdSlider {
    padding-left: 0px !important;
  }



  .PartSlider {
    padding-left: 0px;
  }

  .ProdContainer {
    height: 456px;
    top: 100px;
  }
  
  
  
  @media(max-width: 768px){
	.PartSlider {
		max-width: 100vw;
		width: 100vw;
		padding: 0 20px 0 20px !important;
	}

	.PartContainer {
		top: 50px;
	}

	.monitoramento-bloco {
		flex-direction: column;
		margin: 20px;
	}

	.alert-container {
		max-width: 960px;
		margin: 80px 20px 80px 20px;
	}
}
