@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* Scroll suave aplicado no documento para que a âncora do menu desça graciosamente */
html {
  scroll-behavior: smooth;
}

.lp-bioprocessos p {
  font-family: "Roboto", sans-serif;
}

/* Variáveis Landing Page Bioprocessos */
:root {
  --sg-blue: #17428C;
  --sg-light-blue: #00A3E0;
  --sg-dark: #333333;
  --sg-gray: #f4f4f4;
  --white: #ffffff;
}

.lp-bioprocessos {
  font-family: 'Open Sans', Arial, sans-serif;
  color: var(--sg-dark);
  line-height: 1.6;
  margin-top: 5em;
}

.section-padding {
  padding: 40px 0;
}

/* Hero Section */
.lp-hero {
  background: linear-gradient(180deg, rgba(233, 236, 239, 1) 0%, rgba(248, 249, 250, 1) 60%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
  padding: 60px 0;
}

/* Uso do clamp() para ter uma tipografia responsiva sem precisar de tantos media queries */
.lp-hero h1,
.lp-hero-solucoes h2 {
  font-size: clamp(4rem, 4em, 4em);
  color: var(--sg-blue);
  font-weight: 300;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.lp-hero h1 strong,
.lp-hero-solucoes h2 strong {
  font-weight: 700;
}

.event-tag {
  background: var(--sg-light-blue);
  color: var(--white);
  padding: 5px 15px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 15px;
  font-family: 'Roboto';
}
@media (min-width: 992px) {
  #section-nuvem .lp-hero-row {
    display: flex;
    align-items: center;
  }

  #section-nuvem.lp-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* Countdown */
.lp-countdown {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  justify-content: center;
  text-align: center;
}

.container-img img {
  border-radius: 20px;
  margin-bottom: 40px;
}

.time-box {
  color: var(--white);
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  min-width: max-content;
  width: calc(100vw / 15) !important;
}

.time-box span {
  font-family: "Roboto", sans-serif;
  font-size: clamp(calc(100vw / 20), 4em, 8rem);
  font-weight: 200;
  display: block;
  color: #17428c;
  line-height: 1;
}

span.rotulo-time {
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  color: #202020;
}

/* Highlight Bar */
.lp-highlight-bar {
  background: var(--sg-blue);
  color: var(--white);
  padding: 40px 0;
  text-align: center;
}

.lp-highlight-bar h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.brand-cloud {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* Portfolio Grid - CSS Grid Puro Aplicado Corretamente */
.lp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.lp-card {
  padding: 30px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  column-gap: 15px;
}

/* .lp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
} */

.lp-card h3 {
  color: var(--sg-blue);
  font-size: 2rem;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* Estilos Genéricos para Botões */
.btn-lp-primary,
.btn-lp-white {
  padding: 15px 35px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s, transform 0.2s;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 400;
}

.btn-lp-primary {
  background: var(--sg-blue);
  color: var(--white);
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 400;
}

.btn-lp-primary:hover {
  background: var(--sg-light-blue);
  color: var(--white);
  text-decoration: none;
}

/* Acessibilidade de Teclado */
.btn-lp-primary:focus-visible,
.btn-lp-white:focus-visible {
  outline: 3px solid var(--sg-light-blue);
  outline-offset: 3px;
}

/* Botão da CTA MID */
.lp-cta-mid {
  background: var(--sg-blue);
  color: var(--white);
  padding: 60px 0;
}

.btn-lp-white {
  background: var(--white);
  color: var(--sg-blue);
  margin-top: 20px;
}

.btn-lp-white:hover {
  background: var(--sg-gray);
  color: var(--sg-blue);
}

/* Form Section */
.lp-form-section {
  background: var(--sg-gray);
}

.form-wrapper {
  background: var(--white);
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.lgpd-text {
  font-size: 0.85em;
  color: #777;
  margin-top: 15px;
}

/* Footer */
.lp-footer {
  background: #222;
  color: #bbb;
}

.lp-footer h4 {
  color: var(--white);
  margin-bottom: 20px;
}

.footer-logo {
  max-width: 180px;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}

.lp-footer address a {
  color: var(--sg-light-blue);
}

.lp-footer address a:hover {
  color: var(--white);
  text-decoration: underline;
}

/* Responsive */
@media (min-width: 991px) {
  .lp-flex .lp-card:nth-child(even) {
    flex-direction: row-reverse;
  }

  .lp-flex .lp-card:nth-child(even) img {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .container.region.region-navigation {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    min-width: 100%;
    margin: 0 !important;
  }

  section h2 {
    font-size: clamp(2rem, 2em, 2em) !important;
  }

  .lp-hero h1 {
    font-size: clamp(3rem, 3em, 3em);
}
  .lp-flex .lp-card:nth-child(even) img {
    margin-left: 0;
  }

  .section-padding {
    padding: 50px 0;
  }

  .lp-hero {
    padding: 0px 0;
  }

  .lp-hero-content {
    text-align: center;
  }

  .lp-countdown {
    justify-content: center;
  }

  .event-tag {
    margin-top: 20px;
  }

  .lp-hero-image {
    margin-top: 40px;
  }
}

p.subtitulo {
  font-size: 19px;
  line-height: inherit;

  color: black;
  font-weight: 500;
  max-width: 800px;
  margin: auto;
  font-family: 'Roboto';
  margin-bottom: 40px;
}

section.lp-about.section-padding {
  padding-top: 0 !important;
}

section.lp-about h2.section-title {
  font-size: clamp(3rem, 3em, 3em);
  color: var(--sg-blue);
  font-weight: 300;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.lead {
  font-size: 19px;
  line-height: inherit;
  text-align: justify;
  color: black;
  font-weight: 500;
}

section.lp-about p:not(.lead),
ul.lp-check-list {
  font-size: 16px;
  margin-top: 12px;
}

section.lp-about a {
  margin: auto;
  text-align: center;
}

section.lp-about div.col-md-12:has(.btn-lp-primary) {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}

section.lp-portfolio {
  background: var(--sg-blue);
  padding-bottom: 0 !important;
}


section.lp-portfolio h2 {
  font-size: clamp(3rem, 3em, 3em);
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

p.text-center.txt-portfolio.subtitulo {
  color: white;
}

.lp-card p {
  font-size: 16px;
}

/*GRID*/
article.lp-card {
  display: flex;
  flex-direction: row;
  padding: 0px;
  border-radius: 0;
}

/* .container-single-portfolio {
  padding: 20px;
} */

article.lp-card img {
  max-width: 43%;
  border-radius: 0px;
  min-width: 43%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
  width: 400px !important;
  transition: all .4s;
}
article.lp-card:hover img {
    filter: brightness(0.5);
}

.lp-flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width:767px) {
  article.lp-card {
    flex-direction: column;
    padding: 0px;
  }

  article.lp-card img {
    width: 100% !important;
    min-width: 100%;
  }

  .container-single-portfolio p,
  .container-single-portfolio h3 {
    padding: 0 20px !important;
  }

  a.btn-lp-primary.btn-portfolio {
    margin-left: 20px !important;
  }

}

.container-single-portfolio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
}


.container-single-portfolio p,
.container-single-portfolio h3 {
  padding: 0 40px;
}

.container-single-portfolio {
  position: relative;
}

.container-single-portfolio p:last-child {
  margin-bottom: 15px;
}

div#edit-actions {
  box-shadow: none;
  padding: 0;
}

a.btn-lp-primary.btn-portfolio {
  width: max-content;
  margin-left: 40px;
  margin-bottom: 30px;
  padding: 10px 25px;
  border-radius: 0;
  margin-top: 7px;
}

.cta-helper {
  font-size: 13px!important;
  opacity: 0.8;
  line-height: 1.4;
  margin-top: 50px;
}



@media (min-width: 992px) {
 section.lp-about .col-md-6:first-child {
    padding-right: 40px;
  }

 section.lp-about .col-md-6:last-child {
    padding-left: 40px;
  }
}

.container-marcas-group {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  align-items: center;
  padding-bottom: 80px;
}

.container-marcas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.lp-hero-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp-hero-image img {
    object-fit: contain;
    display: block;
    height: 22px;
    width: auto !important;
    max-width: 14vw;
}
.container-marcas:last-child .lp-hero-image img {
    height: 80px;
}

@media (max-width: 991px) {
  .container-marcas-group {
    grid-template-columns: repeat(3, 1fr);
  }
  .lp-hero-image img {
    max-width: 20vw;
  }
}

@media (max-width: 767px) {
  .container-marcas-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .lp-hero-image img {
    max-width: 35vw;
  }
}

section#section-nuvem p {
    color: #17428c;
}

section#sobre-saint-gobain h2 {
    font-size: clamp(4rem, 4em, 4em);
    color: var(--sg-blue);
    font-weight: 300;
    margin-bottom: 60px;
    font-family: "Roboto", sans-serif;
    margin-top: 0;
}

section#sobre-saint-gobain span.lp-section-label {
    font-size: clamp(2rem, 1em, 1em);
    color: black;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

section#sobre-saint-gobain h3 {
    margin-top: 0;
    font-weight: 600;
}

.lp-beneficio-card span {
    color: #3F51B5;
    font-weight: 700;
    font-size: 2em;
}

.lp-beneficio-card {
    display: flex;
    align-items: center;
    gap: 1em;
}

.lp-sobre-content a {
    font-size: 1.5em;
    padding-bottom: 60px;
    display: block;
    color: #17428c;
    font-weight: 700;
    transition: all .4s;
    margin-top: 1em;
    outline: none !important;

}
.lp-sobre-content {
    padding-bottom: 2em;
}
.lp-sobre-content p {
    text-align: justify;
}
section#sobre-saint-gobain {
    background: #00000014;
    padding-top: 70px;
}