html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #063973;
  border-radius: 50px;
}

.quickmenu-div {
  display: none;
}

.whatsapp-float__btn svg {
  position: fixed;
  z-index: 999;
  bottom: 110px;
  right: 30px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #25d366;
  padding: 12px;
  fill: #fff;
  box-sizing: content-box;
  animation: animate-pulse 3s linear infinite;
}

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

.container {
  margin: 0 auto;
  width: 90%;
}

@media (max-width: 576px) {
  .container {
    max-width: 90%;
  }

  .cta .container {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 90%;
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 90%;
    max-width: 1280px;
  }
}

@media (max-width: 992px) {
  .cta .container {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .whatsapp-float__btn svg {
    display: none;
  }

  .quickmenu-div {
    background: #063973;
    height: 58px;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 9;
  }

  .quickmenu-container {
    width: 80%;
    height: 58px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 204, 102, 0.7), 0 0 0 0 rgba(51, 204, 102, 0.7);
  }

  40% {
    box-shadow: 0 0 0 50px transparent, 0 0 0 0 rgba(51, 204, 102, 0.7);
  }

  80% {
    box-shadow: 0 0 0 50px transparent, 0 0 0 30px transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent, 0 0 0 30px transparent;
  }
}

@media only screen and (min-width: 1024px) {
  .whatsapp-float__btn {
    display: block;
  }
}

/* breadcrumb */

.breadcrumb .breadcrumb-links {
  display: flex;
  padding: var(--ESPAAMENTO-XL, 1.25rem) 0;
  align-items: center;
  gap: var(--ESPAAMENTO-MD, 0.75rem);
  list-style: none;
  flex-wrap: wrap;
}

.breadcrumb .breadcrumb-links li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Foundation-Blue-Normal, #063973);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
}

.breadcrumb .breadcrumb-links-link a {
  color: var(--Foundation-Blue-Normal, #063973);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
}

.breadcrumb .breadcrumb-links-link-third a {
  color: var(--Foundation-Red-Light, #fbe8e7);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
}

.breadcrumb .breadcrumb-links-link.active,
.breadcrumb .breadcrumb-links-link a.active {
  color: var(--corh-1-h-4, #121212);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
}

.breadcrumb .breadcrumb-links-link-third.active {
  color: var(--Foundation-Blue-Normal, #fbe8e7);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
}

/* hero  */
.hero {
  width: 100%;
  padding: 5rem 0;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.56) 100%
    ),
    linear-gradient(180deg, rgba(6, 57, 115, 0) 0%, #063973 100%),
    url("../images/coberturas-bg.webp") lightgray 50% / cover no-repeat;
}

.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--ESPAAMENTO-4XL, 2.5rem);
}

.hero h4 {
  color: #fff;
  font-size: var(--TIPOGRFIA-H4, 1.5rem);
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H4, 32px); /* 133.333% */
}

.hero h1 {
  color: var(--COR-Texto-claro, #fff);
  text-align: center;
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H1, 76px); /* 79.167% */
  letter-spacing: -2.88px;
}

.hero .border {
  width: 100px;
  height: 9px;
  background: var(--Foundation-Blue-Light, #e6ebf1);
}

.hero .paragraph {
  color: #f7f7f7;
  text-align: center;
  font-size: var(--TIPOGRFIA-BODY-LARGE, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Body-Large, 30px); /* 150% */
  max-width: 938px;
}

.hero .orcamento {
  display: flex;
  width: 353px;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--Foundation-Blue-Light, #e6ebf1);
  color: var(--Foundation-Blue-Darker, #021428);
  text-align: center;
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.hero .orcamento:hover {
  background-color: #063973;
  color: #e6ebf1;
}

.hero .orcamento:hover svg path {
  stroke: #e6ebf1;
}

@media screen and (min-width: 1440px) {
  .hero {
    padding: 10rem;
  }
}

/* sobre  */
.sobre {
  padding: 5rem 0;
  background-color: #f7f7f7;
}

.sobre .images {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.sobre .images img {
  display: block;
}

.sobre .images img:nth-child(2) {
  position: absolute;
  top: 312px;
  right: -49px;
  z-index: 2;
}

.sobre .text-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.sobre .text-container h2 {
  color: var(--corh-1-h-4, #121212);
  font-size: var(--TIPOGRFIA-H2, 3rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H2, 60px); /* 125% */
  letter-spacing: -1.44px;
}

.sobre .text-container .border {
  width: 100px;
  height: 9px;
  background: var(--Foundation-Blue-Normal, #063973);
}

.sobre .text-container p {
  color: var(--COR-Texto, #424242);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  max-width: 616px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.sobre .text-container a {
  display: flex;
  width: 231px;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--Foundation-Blue-Normal, #063973);
  color: var(--COR-Fundo-geral, #f7f7f7);
  text-align: center;
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
  transition: background-color 0.3s ease;
}

.sobre .text-container a:hover {
  background-color: #0053a9;
}

.sobre .container {
  display: flex;
  justify-content: center;
  gap: 180px;
  align-items: center;
  width: 100%;
}

/* produtos  */
.produtos {
  padding: 5rem 0;
}

.produtos-text-container {
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
  gap: 2rem;
}

.produtos-text-container h2 {
  color: var(--corh-1-h-4, #121212);
  font-size: var(--TIPOGRFIA-H2, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H2, 60px); /* 125% */
  letter-spacing: -1.44px;
}

.produtos-text-container .border {
  width: 100px;
  height: 9px;
  background: var(--Foundation-Blue-Normal, #063973);
}

.produtos-text-container p {
  color: var(--COR-Texto, #424242);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  max-width: 720px;
}

.produtos .produtos-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  justify-content: center;
  gap: 1.5rem;
}

.produtos .produtos-home-2 {
  padding-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  justify-content: center;
  gap: 1.5rem;
}

.produtos .produtos-home .produto-item {
  display: flex;
  width: 100%;
  height: 449px;
  flex-direction: column;
  padding: 2rem;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  gap: 10px;
  flex-shrink: 0;
}

.produtos .produtos-home-2 .produto-item {
  display: flex;
  width: 100%;
  height: 449px;
  flex-direction: column;
  padding: 2rem;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  gap: 10px;
  flex-shrink: 0;
}

.produtos .produto-item .produto-titulo {
  color: #fff;
  font-size: var(--TIPOGRFIA-H4, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H4, 32px); /* 133.333% */
  text-transform: uppercase;
}

.produtos .produto-item .produto-descricao {
  color: #fff;
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}

.produtos-page-text-container {
  padding-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  align-self: stretch;
  flex-wrap: wrap;
}

.produtos-page-text-container .border-division {
  width: 6px;
  height: 60px;
  flex-shrink: 0;
  background: var(--Foundation-Blue-Normal, #063973);
}

.produtos-page-text-container .divider-title {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.produtos-page-text-container h2 {
  color: var(--corh-1-h-4, #121212);
  font-size: var(--TIPOGRFIA-H2, 3rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H2, 60px); /* 125% */
  letter-spacing: -1.44px;
}

.text p {
  color: var(--COR-Texto, #424242);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  max-width: 714px;
}

.toldos {
  padding: 5rem 0;
  background: linear-gradient(180deg, #063973 59.62%, #082241 100%);
}

.toldos .text-container {
  display: flex;
  padding-bottom: 5rem;
  justify-content: space-between;
  align-items: center;
}

.toldos .text-container h2 {
  color: var(--COR-Texto-claro, #fff);
  font-size: var(--TIPOGRFIA-H2, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H2, 60px); /* 125% */
  letter-spacing: -1.44px;
}

.toldos .text-container p {
  color: var(--COR-Texto-claro, #fff);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  max-width: 593px;
}

.toldos .toldos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: var(--ESPAAMENTO-2XL, 1.5rem);
  align-self: stretch;
}

.toldos .toldo {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  align-self: stretch;
  flex: 1;
}

.toldos .toldo img {
  width: 100%;
  display: block;
}

.toldos .item-content {
  display: flex;
  padding: var(--ESPAAMENTO-XL, 20px);
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  text-decoration: none;
  background: #fff;
  flex: 1;
}

.toldos .item-content h3 {
  color: var(--corh-1-h-4, #121212);
  font-size: 1rem;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  flex: 1;
}

.toldos .saiba-mais-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
}

.toldos .saiba-mais-container a {
  display: flex;
  width: 231px;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--Foundation-Blue-Light, #e6ebf1);
  color: var(--corh-1-h-4, #121212);
  text-align: center;
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  text-decoration: none;
  font-style: normal;
  transition: background-color 0.3s ease;
  font-weight: 500;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
}

.toldos .saiba-mais-container a:hover {
  background-color: #063973;
  color: #e6ebf1;
}

.toldos .saiba-mais-container a:hover svg path {
  stroke: #e6ebf1;
}

/* cta */
.cta {
  padding: 5rem 0;
  background: #f7f7f7;
}

.cta .container {
  background: url("../images/cta.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  height: 648px;
  padding: 4.875rem 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.cta .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ESPAAMENTO-3XL, 2rem);
  width: 635px;
  padding: var(--ESPAAMENTO-6XL, 4rem);
  background: #fff;
}

.cta .text-container h2 {
  color: var(--corh-1-h-4, #121212);
  font-size: var(--TIPOGRFIA-H2, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H2, 60px); /* 125% */
  letter-spacing: -1.44px;
}

.cta .text-container p {
  color: var(--COR-Texto, #424242);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.cta .text-container .border {
  width: 100px;
  height: 9px;
  background: var(--Foundation-Blue-Normal, #063973);
}

.cta .links {
  display: flex;
  align-items: center;
  gap: var(--ESPAAMENTO-XL, 1.25rem);
}

.cta .especialista {
  display: flex;
  height: 56px;
  width: 273px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #eaeaea;
  text-decoration: none;
  transition: background-color 0.3s ease;
  color: var(--corh-1-h-4, #121212);
  text-align: center;
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
}

.cta .especialista:hover {
  background-color: #063973;
  color: #fff;
}

.cta .orcamento {
  display: flex;
  height: 56px;
  width: 226px;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  gap: 10px;
  border-radius: 10px;
  background: var(--Foundation-Blue-Normal, #063973);
  color: var(--Branco, #fff);
  text-align: center;
  text-decoration: none;
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
}

.cta .orcamento:hover {
  background-color: #0053a9;
}

/* galeria  */
.galeria-projetos .text-container h2 {
  color: var(--corh-1-h-4, #121212);
  font-size: var(--TIPOGRFIA-H2, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H2, 60px); /* 125% */
  letter-spacing: -1.44px;
}

.galeria-projetos .text-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.galeria-projetos .text-container .border {
  width: 100px;
  height: 9px;
  background: var(--Foundation-Blue-Normal, #063973);
}

.galeria-projetos .text-container p {
  color: var(--COR-Texto, #424242);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  max-width: 551px;
}

.galeria-projetos {
  padding: 5rem 0;
}

.galeria-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-top: 5rem;
}

/* CADA ITEM DA GALERIA */
.galeria-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / 1;
}

.galeria-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.4s ease;
  border-radius: inherit;
}

/* ÍCONE DE ZOOM */
.zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 2;
}

.galeria-img:hover img {
  transform: scale(1.08);
  opacity: 0.8;
}

.galeria-img:hover .zoom-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

#preview-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

#preview-modal-overlay.active {
  display: flex;
}

#preview-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* IMAGEM AMPLIADA */
#preview-box img {
  max-width: 90%;
  max-height: 80vh;
  object-fit: contain;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

/* CONTADOR */
#modal-img-counter {
  color: #fff;
  margin-top: 1rem;
  font-size: 0.95rem;
}

#modal-close-btn,
#modal-prev-img,
#modal-next-img {
  position: absolute;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

#modal-close-btn:hover,
#modal-prev-img:hover,
#modal-next-img:hover {
  background: rgba(0, 0, 0, 0.7);
}

#modal-close-btn {
  top: 2rem;
  right: 2rem;
}

#modal-prev-img {
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

#modal-next-img {
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.saiba-mais-container-projetos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}

.saiba-mais-container-projetos a {
  display: flex;
  width: 231px;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 6px;
  background: var(--Foundation-Blue-Normal, #063973);
  color: var(--COR-Texto-claro, #fff);
  text-align: center;
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
  text-decoration: none;
}

.saiba-mais-container-projetos a:hover {
  background-color: #0053a9;
}

/* article  */

.artigo .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 5rem 0;
  background: #f6f6f6;
}

.artigo .card .image-container img {
  width: 757px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
  display: block;
}

.artigo .card .text-container {
  display: flex;
  width: 718px;
  max-width: 100%;
  padding: 96px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--ESPAAMENTO-LG, 32px);
  flex-shrink: 0;
  border-radius: 10px 0 0 10px;
  background: #fff;
}

.artigo .card .text-container h1 {
  color: var(--Foundation-Dark-Blue-Normal, #051745);
  font-size: var(--TIPOGRFIA-H2, 3rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H2, 60px); /* 125% */
  letter-spacing: -1.44px;
}

.artigo article a strong {
  color: #063973;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
}

.artigo article h2 {
  font-weight: 600;
}

.artigo .card .text-container p {
  color: #555;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 22.88px */
  letter-spacing: -0.32px;
}

.artigo .card .text-container .orcamento {
  display: flex;
  width: 464px;
  max-width: 100%;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #16a34a;
  color: var(--COR-Fundo-geral, #f7f7f7);
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.artigo .card .text-container .orcamento:hover {
  background-color: #15803c;
}

.artigo article {
  padding: 5rem 0;
  background-color: #fff;
}

.artigo article .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.artigo article h3 {
  color: var(--grey-2, #222);
  font-size: var(--TIPOGRFIA-H4, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H4, 32px); /* 133.333% */
}

.artigo article p,
.artigo article ul li,
.artigo article ol li {
  color: #555;
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
}

.artigo article ol li {
  margin-left: 20px;
  margin-bottom: 16px;
}

.artigo article .text ul,
.artigo article .text ol {
  margin-left: 20px;
}

.artigo article strong {
  font-weight: 600;
}

.artigo article ul,
artigo article ol {
  margin-left: 20px;
}

/* produto  */
.produto .card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 0px;
  max-width: 100%;
}

.produto .card .image-container img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.produto .card .text-container {
  display: flex;
  max-width: 100%;
  /* padding: var(--ESPAAMENTO-3XL, 32px) 64px; */
  width: 45%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--ESPAAMENTO-LG, 16px);
  flex-shrink: 0;
}

.produto .card .text-container h1 {
  color: var(--corh-1-h-4, #121212);
  font-size: var(--TIPOGRFIA-H2, 3rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H2, 60px); /* 125% */
  letter-spacing: -1.44px;
  max-width: 500px;
}

.produto .card .text-container p {
  color: #555;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 22.88px */
  letter-spacing: -0.32px;
  max-width: 450px;
}

.produto .card .text-container .orcamento {
  display: flex;
  width: 355px;
  max-width: 100%;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10000px;
  background: #16a34a;
  color: var(--COR-Fundo-geral, #f7f7f7);
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.produto .card .text-container .orcamento:hover {
  background-color: #15803c;
}

.produto article {
  padding: 5rem 0;
  background-color: #fff;
}

.produto article .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.produto article ol h3 {
  margin-bottom: 16px;
}

.produto article li {
  margin-bottom: 16px;
}

.produto article .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.produto article {
  background-color: #f7f7f7;
}

.produto article h2,
.produto article h3 {
  color: var(--grey-2, #222);
  font-size: var(--TIPOGRFIA-H4, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H4, 32px); /* 133.333% */
}

.produto article p,
.produto article ul li,
.produto article ol li {
  color: #555;
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
}

.produto article .text {
  width: 90%;
}

.produto article .text ul,
.produto article .text ol {
  margin-left: 20px;
}

.produto article .text strong {
  font-weight: 600;
}

/* informações */
.informacoes {
  padding: 5rem 0;
}

.informacoes .cards,
.more-articles .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  align-content: center;
  gap: 33px;
}

.informacoes .card,
.more-articles .card {
  display: flex;
  flex-direction: column;
}

.informacoes .card img,
.more-articles .card img {
  display: block;
  width: 100%;
}

.informacoes .card-content,
.more-articles .card-content {
  display: flex;
  padding: var(--ESPAAMENTO-3XL, 32px);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  flex: 1;
  gap: var(--ESPAAMENTO-2XL, 24px);
  align-self: stretch;
  border: 0.5px solid #888;
  background: #fff;
  text-decoration: none;
}

.informacoes .card-content a,
.more-articles .card-content a {
  text-decoration: none;
}

.informacoes .card-content h3,
.more-articles .card-content h4 {
  color: #000;
  font-size: var(--TIPOGRFIA-H4, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H4, 32px); /* 133.333% */
}

.informacoes .card-content p,
.more-articles .card-content p {
  color: var(--COR-Texto, #424242);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.informacoes .card-content .saiba-mais,
.more-articles .card-content .saiba-mais {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Foundation-Blue-Normal, #063973);
  text-align: center;
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
}

/* more-articles  */
.more-articles {
  padding: 5rem 0;
  background-color: #f5f5f5;
}

.more-articles .cards {
  padding-top: 64px;
}

.more-articles .more-articles-text-container {
  display: flex;
  gap: 32px;
}

.more-articles .more-articles-text-container .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

.more-articles .more-articles-text-container .border {
  width: 6px;
  height: 82px;
  flex-shrink: 0;
  background: var(--Foundation-Blue-Normal, #063973);
}

.more-articles .more-articles-text-container p {
  color: #063973;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.more-articles .more-articles-text-container h2 {
  color: var(--corh-1-h-4, #121212);
  font-size: var(--TIPOGRFIA-H2, 3rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H2, 60px); /* 125% */
  letter-spacing: -1.44px;
}

/* more-produtos */

.more-produtos {
  width: 542px;
}

.more-produtos .head {
  display: flex;
  align-items: center;
  gap: 28px;
  align-self: stretch;
}

.more-produtos .head h4 {
  color: var(--Foundation-Blue-Normal, #063973);
  font-size: var(--TIPOGRFIA-H4, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H4, 32px); /* 133.333% */
}

.more-produtos ul {
  list-style: none;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.more-produtos ul a.active {
  display: flex;
  height: 56px;
  width: 100%;
  max-width: 542px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  background: var(--Foundation-Blue-Normal, #063973);
  color: var(--COR-Fundo-geral, #f7f7f7);
  text-align: center;
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
}

.more-produtos ul a:hover {
  background: var(--Foundation-Blue-Normal, #063973);
  color: var(--COR-Fundo-geral, #f7f7f7);
}

.more-produtos ul a {
  display: flex;
  height: 56px;
  width: 100%;
  max-width: 542px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid var(--Foundation-Blue-Normal, #063973);
  text-decoration: none;
  color: var(--Foundation-Blue-Normal, #063973);
  text-align: center;
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
  transition: background-color 0.3s ease;
}

.more-produtos ul a:hover svg path {
  stroke: #fff;
}

@media (max-width: 1024px) {
  .produtos-page .container {
    flex-direction: column;
  }

  .more-produtos ul a,
  .more-produtos ul a.active {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .produto .card .text-container {
    width: 100%;
  }

  .produto .card .text-container {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .produto .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 32px 0px;
    max-width: 100%;
    gap: 16px;
    text-align: center;
  }
}

/* regiões */
/* .regioesDeAtendimento {
  padding: 5rem 0;
  width: 100%;
} */

.regioesDeAtendimento {
  display: block;
  width: 100%;
  padding: 5rem 0;
}

.regioes-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  gap: 16px;
}

.second-title {
  color: var(--foundation-green-dark-active, #063973);
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

.paragraph {
  color: var(--Gray-600, #535862);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.paragraph strong {
  font-weight: 600;
}

.regioes-title span {
  font-size: 16px;
  color: #4b4b4b;
  margin-top: 8px;
}

.flex-tabs {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  width: 100%;
  gap: 16px;
}

.divTabContent {
  display: grid;
  grid-template-columns: 1fr;
}

.tab {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-right: 8px;
}

.tab button:focus {
  background: #063973;
}

.tablinks {
  border: 1px solid transparent;
  padding: 16px;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #535862;
  width: 100%;
  font-weight: 600;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}

.tablinks:hover {
  color: #f7f7f7;
  border-left: 2px solid transparent;
  background: #063973;
}

.tablinks.active {
  color: #f7f7f7;
  border-left: 2px solid transparent;
  background: #063973;
  transition: 0.3s ease-in-out;
}

.divTabContent ul li {
  font-size: 16px;
  list-style-type: disc;
  margin-left: 16px;
  line-height: 28px;
  color: #535862;
}

.divTabContent ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.tabContentFlex {
  background-color: #f3f3f3;
  padding: 16px;
}

.tab-width-flex {
  max-height: 396px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* política de privacidade  */

.politica-de-privacidade {
  padding: 5rem 0;
}

.politica-de-privacidade h1 {
  color: #222;
  font-size: 3rem;
  font-style: normal;
  font-weight: bold;
  line-height: 54px;
  margin: 1rem 0;
}

.politica-de-privacidade h2 {
  color: #222;
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 54px;
  margin: 1rem 0;
}

.politica-de-privacidade p,
.politica-de-privacidade ul li {
  color: var(--foundation-blue-dark-hover, #8b9395);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 22.88px */
  letter-spacing: -0.64px;
}

.politica-de-privacidade p {
  margin-top: 10px;
}

.politica-de-privacidade ul {
  margin-top: 10px;
  margin-left: 20px;
}

.politica-de-privacidade p strong {
  color: #222;
}

.politica-de-privacidade h3 {
  color: #222;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: bold;
  line-height: 40px;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .second-title {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 1000px) {
  .flex-tabs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .divTabContent ul {
    grid-template-columns: 1fr 1fr;
  }

  .tab-width-flex {
    max-height: 240px;
  }

  .tablinks {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .divTabContent ul {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .artigo .card .image-container img,
  .artigo .card .text-container {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .galeria-content,
  .informacoes .cards,
  .more-articles .cards {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio .portfolio-text-container {
    gap: 2rem;
  }

  .artigo .card .text-container,
  .produto .card .text-container {
    padding: 32px;
  }

  .produto .card {
    flex-direction: column;
  }

  .artigo .card,
  .produto .cards {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .artigo .card .image-container img,
  .artigo .card .text-container {
    border-radius: 0px;
  }

  .artigo .card .text-container h1,
  .produto .card .text-container h1 {
    font-size: 2rem;
    line-height: normal;
  }

  .artigo .card .text-container,
  .produto article .text-container {
    max-width: 100%;
  }

  .artigo article .container,
  .produto article .container {
    flex-direction: column;
    gap: 1rem;
  }

  .artigo article .text {
    width: 100%;
  }

  .more-produtos {
    width: 100%;
  }

  .more-articles .more-articles-text-container h2 {
    font-size: 2rem;
    line-height: normal;
    max-width: 300px;
  }

  .more-articles .more-articles-text-container {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .galeria-content,
  .informacoes .cards,
  .more-articles .cards {
    grid-template-columns: 1fr;
  }

  #modal-prev-img,
  #modal-next-img {
    padding: 0.3rem;
  }

  #preview-box img {
    max-width: 95%;
    max-height: 70vh;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .sobre .text-container p {
    max-width: 400px;
  }
}

@media (max-width: 1024px) {
  .hero h1 {
    font-size: 3rem;
    line-height: normal;
  }

  .sobre .container {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
  }

  .sobre .text-container h2,
  .produtos-text-container h2,
  .toldos .text-container h2,
  .galeria-projetos .text-container h2,
  .produtos-page-text-container h2 {
    font-size: 2rem;
    line-height: normal;
  }

  .sobre .images img:nth-child(2) {
    top: 150px;
    right: -15px;
    width: 50%;
  }

  .produtos .produtos-home,
  .produtos .produtos-home-2 {
    grid-template-columns: 1fr 1fr;
  }

  .produtos-page-text-container {
    gap: 2rem;
  }

  .toldos .toldos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .toldos .text-container {
    flex-direction: column;
    gap: 2rem;
    align-items: start;
  }

  .cta {
    padding: 3rem 0;
  }

  .cta .container {
    padding: 2rem 1.5rem;
  }

  .cta .text-container {
    width: 100%;
    padding: 2rem 1.5rem;
    gap: 1.5rem;
  }

  .cta .text-container h2 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .cta .text-container p {
    font-size: 0.95rem;
  }

  .cta .orcamento {
    width: 273px;
  }
}

@media (max-width: 576px) {
  .cta .container {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 5rem 0;
  }

  .hero .orcamento {
    width: 100%;
  }

  .hero .paragraph {
    max-width: 100%;
  }

  .produtos .produtos-home,
  .produtos .produtos-home-2,
  .toldos .toldos-grid {
    grid-template-columns: 1fr;
  }

  .cta .links {
    flex-direction: column;
    gap: 1rem;
  }

  .cta .orcamento,
  .cta .especialista {
    max-width: 100%;
  }
}
