
:root {

  --vh: 1vh;
}


body {
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100); 
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  scroll-behavior: smooth;
}




@media screen {
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
    z-index: -1;
  }
}

.header-logo-desktop {

  min-width: 180px !important;
}

@media (min-width: 1065px) and (max-width: 1279px) {
  .header-logo-desktop {
    left: -36px !important;
  }
}

/* Title Size - Desktop e Mobile */
.title-size {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 34px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
}
#s-title-size {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 34px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
}

/* Mobile */
@media (max-width: 767px) {
  .title-size {
    font-size: 24px !important;
    line-height: 100% !important;
  }
  #s-title-size {
    font-size: 24px !important;
    line-height: 100% !important;
  }
  .carreiras-title {
    font-size: 20px !important;
    line-height: 32px !important;
  }
}


#font-34-responsive {
  font-size: 34px !important;
   line-height: 100% !important;
}

@media (max-width: 767px) {
  #font-34-responsive {
    font-size: 24px !important;
     line-height: 100% !important;
  }
}

#font-32-responsive {
  font-size: 32px !important;
  line-height: 100% !important;
}
.carreiras-text {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  box-sizing: border-box !important;

}@media (max-width: 1023px) {
  .carreiras-text {
    overflow: visible !important;
  }
}
@media (max-width: 767px) {
  #font-32-responsive {
    font-size: 22px !important;
     line-height: 100% !important;
  }
}
/* CONTAINER CUSTOMIZADO LACTALIS - Fixo nos breakpoints */

.container {
    width: 100% !important;
    max-width: 1600px !important;
    margin: 0 auto !important;
  
}

/* CONTAINER HEADER - SEPARADO */
.container-header {
    width: 100% !important;
max-width: 1280px !important;
    margin: 0 auto !important;
    padding-right: 52px !important;
    padding-left: 52px !important;

}
#container-header {
    padding-right: 52px !important;
    padding-left: 25px !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
}


/* Remover classes conflitantes do Tailwind */
.lg\:mr-\[30px\] {
    margin-right: 0 !important;
}

.carreiras-desc p {
  line-height: 20px !important; 
}

/* Se quiser aplicar a todos os parágrafos dentro da classe carreiras-desc */
.carreiras-desc {
    line-height: 20px !important;
}

/* Ou se quiser ser mais específico e abranger outros elementos também */
.esg-content-text p, 
.esg-content-p, 
.carreiras-desc,
.carreiras-desc p {
    line-height: 20px !important;
}



.underlinec {
    color: #004B85 !important;
    border-bottom: 2px solid #004B85 !important; /* Sempre visível */
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    
    line-height: 1.4 !important;
    display: inline-block !important;
    cursor: pointer !important;
    transition: opacity 0.3s ease !important; /* Transição suave apenas na opacidade */
}

/* Hover apenas muda a opacidade, mantém o border */
.underlinec:hover {
    opacity: 0.8 !important;
    border-bottom: 2px solid #004B85 !important; /* Mantém border no hover */
}

/* Remove todas as outras regras conflitantes */
.underlinec:visited,
.underlinec:active,
.underlinec:focus,
.underlinec:link {
    color: #004B85 !important;
    border-bottom: 2px solid #004B85 !important;
    text-decoration: none !important;
}

/* APENAS PARA IPHONE SAFARI - SEM ALTERAR LAYOUT */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 600px) {
    /* Espaço extra de 200px no final para iPhone */
   
    
    /* Garante que o footer-bottom seja sempre visível */
    .footer-bottom {
    
      margin-bottom: 0 !important;
    }
  }
}





/* CLASSE PARA PADRONIZAR CONTAINER DE TEXTO */

.text-container {
    width: 100% !important;
  
    margin: 0 auto !important;
    
    background-color: transparent !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: visible !important;
}

/* Versão compacta */
.text-container-compact {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px 16px !important;
    background-color: transparent !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: visible !important;
}

/* Versão sem padding lateral */
.text-container-full {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 40px 0 !important;
    background-color: transparent !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: visible !important;
}

/* Versão com padding lateral responsivo */
.text-container-responsive {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    background-color: transparent !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: visible !important;
    
    /* Mobile */
    padding: 20px 16px !important;
}

@media (min-width: 768px) {
    .text-container-responsive {
        /* Tablet */
        padding: 30px 20px !important;
    }
}

@media (min-width: 1024px) {
    .text-container-responsive {
        /* Desktop */
        padding: 40px 24px !important;
    }
}

@media (min-width: 1280px) {
    .text-container-responsive {
        /* Desktop Large */
        padding: 40px 0 !important;
    }
}

.footer-bottom a, .footer-bottom p {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 400 !important; /* semibold */
    line-height: 20px !important;
    font-size: 14px !important;
}
/* Para centros específicos */
.text-container-center {
    width: 100% !important;
    max-width: 800px !important; /* Mais estreito para leitura */
    margin: 0 auto !important;
    padding: 40px 24px !important;
    background-color: transparent !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: visible !important;
    text-align: center !important;
}
@media (max-width: 360px) {
 #noticiasSlider{
  padding-right: 1px !important;
}
  
}

/* Para largura total */
.text-container-wide {
    width: 100% !important;
    max-width: 1440px !important; /* Mais largo */
    margin: 0 auto !important;
    padding: 40px 24px !important;
    background-color: transparent !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: visible !important;
}

/* SVG Frame Position - Posicionamento universal para todos os SVG decorativos */
.svg-frame-position {
    position: absolute;
    top: 1px;
    left: -11px;
    display: none;
}

/* Desktop - mostra o SVG */
@media (min-width: 1024px) {
    .svg-frame-position {
        display: block;
    }
}

/* Mobile/Tablet - ajustes de posicionamento */
@media (max-width: 1023px) {
    .svg-frame-position {
        display: block;
       
        left: -10px;
    }
}
@media (max-width: 767px) {
    .svg-frame-position {
      top: -4px
    }
}

   

    p, a {
        font-size: 16px;
        line-height: 20px;
    }
    .noticias-header-info p {
        font-family: Poppins;
        font-weight: 500;
        font-style: normal;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
    }
 
 @media screen and (min-width: 1600px) {

    }
    @media screen and (max-width: 1559px) {
  
    }
        .esg-content-text {
           padding-top: 0px !important;
           margin-top: 0px !important;

        }
        .noticias-section-title{
            margin-top: 42px !important;
        }
    
        
        @media (max-width: 1023px) {
        .esg-content-text {
           padding-top: 0px !important;
           margin-top: 0px !important;

        }
        .noticias-section-title{
            margin-top: 42px !important;
        }
    }
    @media (max-width: 768px) {
        p, a {
            font-size: 12px;
            line-height: 20px;
        }
        .noticias-header-info p {
        font-size: 12px !important;
        }
        #somos-lactalis {
            padding-top: 0px;
            padding-bottom: 0px;
        }
        .section-title{
            margin-top: 47px !important;
        
        }
      
        .nossas-marcas-title{
            margin-top: 40px !important;
            margin-bottom: 29px !important;

        }
        .esg-title, .esg-title-container {
        
            margin-bottom: 10px !important;
        }
        .redes-sociais-title{
           
            margin-bottom: 11px !important;
        }
        .carreira-title{
           
            margin-bottom: 5px !important;
        }
    }



@media (max-width: 767px) {
  .container-header {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

#carousel-indicators{
	display: none;
}






