@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Mohave:ital,wght@0,300..700;1,300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary-color: #000033;
  --text-color: #ffffff;
  --bg-color: #000033;
  --accent-color: #00bc8f;
  --section-padding: 4rem 0;
  --color-yellow: #ffcc00;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Work Sans', sans-serif;
  scroll-behavior: smooth;
}

body {
  background-color: #f7f7f7;
  color: var(--text-color);
  line-height: 1.6;
}

.container-hero {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.topo {
  background-color: #fff;
  padding: 15px 30px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.logo-area {
  display: flex;
  align-items: center;
  width: auto;
}

.logo {
  max-height: 120px; 
    width: 300px !important;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
}

.container-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.menu {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.menu a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.acoes {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.5rem;
}
.acoes a i{
  font-size: 1.5rem;
}

.btn-contato {
  background-color: #00c3aa;
  color: white;
  padding: 8px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.btn-contato:hover {
  background-color: #00b39d;
}

.fa-brands {
  color: #222;
  font-size: 1rem;
  transition: 0.3s;
}

.fa-brands:hover {
  color: #00c3aa;
}

/* Produção */

.nossa-producao-banner {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 30px;
  overflow: hidden;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nossa-producao-banner .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.texto-banner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.texto-banner h2 {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Mohave', sans-serif;
  margin: 0;
  flex: 1 1 250px;
  line-height: 1.2;
}

.texto-banner span {
  font-family: 'Mohave', sans-serif;
  font-style: italic;
  font-weight: 500 !important;
}

.texto-banner h2 span:first-child {
  color: white;
  font-weight: 400;
  display: block;
}

.texto-banner h2 span:last-child {
  color: #00e3b2;
  font-weight: bold;
  display: block;
}

.texto-banner p {
  flex: 2 1 500px;
  font-size: 2.2rem;
  line-height: 1.5;
  color: white;
  margin: 0;
}

.texto-banner strong {
  font-weight: bold;
}



/*PROCESSO 1*/

.processo-section {
  max-width: 1400px;
  margin: auto;
  padding: 2rem;
  font-family: Arial, sans-serif;
  color: #222;
}

.titulo-topo {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.titulo-topo strong {
  font-weight: bold;
}

.processo-conteudo {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
}

.imagem-grande {
  position: relative;
  flex: 2;
}

.imagem-grande img {
  max-width: 1000px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: block;
}

.sobrepor-titulo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: 'Mohave', sans-serif !important;
  font-weight: 400;
  font-size: 3rem;
  text-transform: uppercase;
}

.sobrepor-titulo span {
  color: #00c3aa;
  font-weight: 500;
  font-family: 'Mohave', sans-serif;
  font-style: italic;
}

/* Carrossel vertical */
.carrossel-vertical {
  width: 530px;
  height: 530px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  flex-shrink: 0;
}

.carrossel-track {
  display: flex;
  flex-direction: column;
  animation: scroll-vertical 10s linear infinite;
}

.carrossel-track img {
  width: 330px;
  height: 330px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* Animação de rolagem infinita */
@keyframes scroll-vertical {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}

.texto-descricao {
  margin-top: 2rem;
}

.texto-descricao p {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: justify;
}


/*PRODUCAO 2*/

.processo-section-esquerda {
  max-width: 1400px;
  margin: auto;
  padding: 2rem;
  font-family: Arial, sans-serif;
  color: #222;
}

.titulo-topo-esquerda {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.titulo-topo-esquerda strong {
  font-weight: bold;
}

.processo-esquerda-conteudo {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* Carrossel à esquerda */
.carrossel-esquerda {
  width: 530px;
  height: 530px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  flex-shrink: 0;
}

.carrossel-esquerda-track {
  display: flex;
  flex-direction: column;
  animation: scroll-vertical 6s linear infinite;
}

.carrossel-esquerda-track img {
  width: 330px;
  height: 330px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* Imagem à direita */
.imagem-direita {
  position: relative;
  flex: 2;
}

.imagem-direita img {
  max-width: 1000px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: block;
}

.titulo-sobre-imagem {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: 'Mohave', sans-serif !important;
  font-weight: 400;
  font-size: 3rem;
  text-transform: uppercase;
}

.titulo-sobre-imagem span {
  color: #00c3aa;
  font-weight: 500;
  font-style: italic;
  font-family: 'Mohave', sans-serif;
}

@keyframes scroll-vertical {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* Descrição */
.descricao-esquerda {
  margin-top: 2rem;
}

.descricao-esquerda p {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: justify;
}

/*PRODUCAO 3*/

.processo-section-3 {
  max-width: 1400px;
  margin: auto;
  padding: 2rem;
  font-family: Arial, sans-serif;
  color: #222;
}

.titulo-topo-3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.titulo-topo-3 strong {
  font-weight: bold;
}

.processo-conteudo-3 {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* Imagem à esquerda */
.imagem-esquerda-3 {
  position: relative;
  flex: 2;
}

.imagem-esquerda-3 img {
  max-width: 1000px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: block;
}

.titulo-imagem-3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: 'Mohave', sans-serif;
  font-weight: 400;
  font-size: 3rem;
  text-transform: uppercase;
}

.titulo-imagem-3 span {
  color: #00c3aa;
  font-weight: 500;
  font-style: italic;
  font-family: 'Mohave', sans-serif;
}

/* Carrossel à direita */
.carrossel-direita-3 {
  width: 530px;
  height: 530px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  flex-shrink: 0;
}

.carrossel-track-3 {
  display: flex;
  flex-direction: column;
  animation: scroll-vertical-3 4s linear infinite;
}

.carrossel-track-3 img {
  width: 330px;
  height: 230px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* Animação vertical */
@keyframes scroll-vertical-3 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* Descrição final */
.descricao-3 {
  margin-top: 2rem;
}

.descricao-3 p {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: justify;
}


/* PRODUTO NÃO */
.produtos-banner {
  position: relative;
  width: 100%;
  padding: 60px 30px;
  color: white;
  overflow: hidden;
  text-align: center;
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.texto-central h2{
  position: relative;
  z-index: 2;
  font-size: 3rem;
  margin-bottom: 40px;
  font-weight: 500;
}

.texto-central strong {
  font-weight: bold;
}

.botoes-info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.info-esquerda span {
  color: #00e6b8;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;

}

.info-esquerda p{
    text-align: left !important;
}

.info-direita {
  max-width: 700px;
  text-align: left;
  font-size: 2rem;
}

.info-direita strong {
  font-size: 2rem;
  color: white;
}

/* FOOTER */
footer {
  background-color: #f7f7f7;
  padding: 2rem 0;
  font-family: 'Mohave' sans-serif;
}

.container-footer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
}

/* Coluna da logo */
.logo-col img {
  height: 180px;
  width: auto;
}

/* Contatos */
.contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-links h2 {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #111;
  margin-bottom: 0.5rem;
  font-family: 'Mohave' sans-serif;
}

.contact-links a {
  color: #666;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
  font-family: 'Mohave' sans-serif;
}

.contact-links a:hover {
  color: #000;
}

/* Menu e ícones */
.right-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
}

.menu-footer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.menu-footer h2 {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #111;
  margin-bottom: 0.5rem;
  font-family: 'Mohave' sans-serif;
}

.menu-footer a {
  color: #666;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
  font-family: 'Mohave' sans-serif;
}

.menu-footer a:hover {
  color: #000;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-links img {
  width: 20px;
  height: 20px;
}

/* Responsivo */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
  }
}

/* MENU */
@media (max-width: 768px) {
  .container-header {
    grid-template-columns: 1fr auto;
    gap: 10px;
    flex-wrap: wrap;
  }

  .menu {
    display: flex;
    flex-direction:row;
    background-color: white;
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
    padding: 1rem;
    z-index: 1000;
  }

  .menu.active {
    display: flex;
  }

  .acoes {
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
  }

  @keyframes scroll-horizontal {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
}


