/* scroll-behavior implementar
padroes de fonte e tamanhos
implementar scroll no produtos
 */

@import url("../fonts/fonts.css");
* {
  scrollbar-width: thin;
  scrollbar-color: #61806b #e3e6dd;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #e3e6dd;
  border: 10px solid #ffffff;
}

*::-webkit-scrollbar-track:hover {
  background-color: #f2fcff;
}

*::-webkit-scrollbar-track:active {
  background-color: #b8c0c2;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #61806b;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #a0b491;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #373937;
}

:root {
  --color-background: #e3e6dd;
  --color-white: #fff;
  --color-black: #000;
  --color-cosmica-dark-green: #61806b;
  --color-cosmica-light-green: #a0b491;
  --color-cosmica-gray: #373937;
  --color-cosmica-light: #e3e6dd;
}
* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

p {
  max-width: 600px;
  margin: 0 auto 1rem auto;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
html {
  scroll-padding-top: 70px; /* Ajuste de acordo com a altura da sua navbar */
  scroll-behavior: smooth; /* Para rolagem suave */
}

h1 {
  font-family: "RocaTwoRegular", sans-serif;
  font-size: 2.9375rem;
  font-weight: 500;
  color: #333;
  font-display: swap;
}

svg text {
  font-family: "RocaTwoRegular", sans-serif;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
header {
  border-radius: 0.3125rem;
  background-color: transparent;
  display: flex;
  height: 4.375rem;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  margin: auto;
  transition:
    background 0.4s ease,
    box-shadow 0.4s ease;
}

header.scroll-header {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-color: #e3e6dd;
}
.logo {
  width: 150px;
  display: none;
  transform:
    width 4s ease,
    transform 4s ease;
}
.logo.scroll {
  width: 100px;
  transform: translateY(1px);
}

/* Estilo geral */
body {
  /*  font-family: "Roca Two", Radio; */
  box-sizing: border-box;
  background-color: #e3e6dd;
  overflow-x: hidden;
  width: 100dvhw;
  font-family: "Cronos Pro Regular", sans-serif;
  font-display: swap;
}

main {
  display: flex;
  justify-content: center;
  gap: 100px;

  flex-direction: column;
  align-items: center;
}

#logo-menu-responsivo {
  display: none;
}
/* Banner Hero */
#hero {
  background-image: url("../imagens/backgroundHero.webp"); /* Insira a imagem de fundo */
  background-attachment: fixed; /* Parallax effect */
  background-size: cover;
  background-position: center;
  /* transition: all 3s ease; */
  height: 100dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 1.25rem;
}

#hero .banner {
  background: rgba(0, 0, 0, 0.5); /* Fundo escurecido no banner */
  padding: 2.5rem;
  border-radius: 0.625rem;
  max-width: 80%;
}

#svg10 {
  width: 60vw; /*Logo svg da cosmica */
  height: 60vh;
}
.path1,
.path2,
.path3,
.path4,
.path5,
.path6,
.path7,
.path8,
.path9 {
  stroke-dasharray: 2600;
  stroke-dashoffset: 2600; /*Animação da logo  */
  stroke-width: 40;
  animation: letter-animation 10s linear forwards;
}

.path1,
.path2,
.path3,
.path4,
.path5,
.path6,
.path7,
.path8,
.path9 {
  animation-delay: 0.5s; /* Delay da animação*/
}

@keyframes letter-animation {
  0% {
    stroke-dashoffset: 2600; /*keyframes da Animação*/
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#icone_marca {
  width: 6.25rem; /* Ajuste o tamanho do logo */
  height: auto;
  margin-bottom: 1.25rem; /* Espaçamento entre o logo e o slogan */
}

.slogan {
  font-size: 32px; /* Ajuste o tamanho da fonte do slogan */
  margin-top: 0.625rem; /* Espaçamento superior */
  color: #e3e6dd;
  text-align: center;
}

/* Seção de Produtos */
.conteudo {
  padding: 3.125rem;
  text-align: center;
  background-color: #ffffff;
}

#titulo_Sobre_nos {
  text-align: center;
}

#secao_sobre_nos {
  display: flex;
  width: 100%;
  height: 100dvh;
  margin-top: 100px;

  background-color: var(--color-background);

  align-self: center;
  justify-content: center;
}

#Sobre_nos {
  width: 75rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  /* padding: 70px 0px; */
}
#titulo_Sobre_nos_mobile {
  display: none;
}

.texto_sustentavel_Sobre_nos {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.125rem;
  flex-direction: column;
  width: 50%;
  text-align: left;
  padding: 0.625rem;
}
.container_img_Sobre_nos {
  /* display: flex; */
  /* text-align: center; */
  /*  width: 50%; */
  height: 100%;
  /* margin: auto; */
  /* align-items: center;
  justify-content: center; */
}

.container_img_Sobre_nos img {
  border: solid 1px var(--color-cosmica-gray);
  max-height: 100%;
  border-radius: 0px 10px 10px 0px;
}
#secao_upcycle {
  display: flex;
  width: 100%;
  height: 100vh;
  align-self: center;
  justify-content: center;
}

#Upcycle {
  /*  padding: 70px 0px; */
  width: 75rem;
  height: 100%;
  align-items: center;
  justify-content: space-around;
  display: flex;
}

.container_upcycle {
  height: 100%;
  text-align: center;
}

.texto_sustentavel_upcycle {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.125rem;
  flex-direction: column;
  width: 50%;
  text-align: left;
  padding: 0.625rem;
}

.container_img_upcycle {
  height: 100%;
  display: flex;
  width: 100%;
}
.container_img_upcycle img {
  border: solid 1px var(--color-cosmica-gray);
  border-radius: 10px 0px 0px 10px;
  max-height: 100%;
}

.fraseAutoridade {
  display: flex;

  justify-content: center;
  align-items: center;
  width: 100dvw;
}

.video_efeito {
  background-color: var(--color-cosmica-gray);
  font-size: 2.5rem;
  color: white;
  width: 100%;
  padding: 4.6875rem;
  text-align: center;
}

/* Seção de Materiais Reciclados */
.materiais_reciclados_utilizados {
  display: flex;
  padding: 3.125rem;
  background-color: #e6e6e6;
}

.lista_materiais h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.material {
  display: inline-block;
  width: 30%;
  margin: 0.625rem;
  padding: 1.25rem;
  background: white;
  border: 0.0625rem solid #ccc;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  text-align: center;
}

.material img {
  max-width: 100%;
  height: auto;
  border-radius: 0.3125rem;
  margin-bottom: 0.9375rem;
}

.material h3 {
  font-size: 1.375rem;
  margin-bottom: 0.625rem;
}

.material p {
  font-size: 1rem;
  color: #666;
}

/* Seção de Contato */
.contato {
  padding: 3.125rem;
  background-color: #fff;
}

.formulario h2 {
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

.preenchimento {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preenchimento input[type="nome"],
.preenchimento input[type="e-mail"],
.mensagem_usuario {
  width: 80%;
  padding: 0.9375rem;
  margin-bottom: 1.25rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.3125rem;
  font-size: 1rem;
}

.mensagem_usuario {
  height: 9.375rem;
}

.preenchimento button {
  padding: 0.9375rem 1.875rem;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.preenchimento button:hover {
  background-color: #45a049;
}

nav {
  display: flex;
  justify-content: center;
}
.menu {
  position: relative;
  display: inline-block;
}
.menu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #4caf50;
  border-radius: 5px;
  transform: scale(0);
  transition: all 0.5s ease;
  bottom: 0;
  left: 0;
}

.menu:hover::after {
  transform: scaleX(1);
}

.navbar-menu {
  display: flex;
  list-style: none;
  justify-content: space-around;
  align-items: center;
  width: 75rem;
}

#icone_marca {
  width: 3.125rem;
  height: auto;
}

.navbar-menu li a {
  color: #f3f0f0;
  border-radius: 0.3125rem;
  text-shadow: 0rem 0rem 0.625rem rgb(0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25rem; /* Aumenta o tamanho do texto */
  font-weight: 800; /* Define o peso da fonte (mais grosso) */
  padding: 0.625rem 0.9375rem;

  transition: background-color 0.3s ease-in-out;
}

/* .navbar-menu li a:hover {
  background-color: #61806b;
} */

.produtos-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 82.5rem;
  overflow: hidden;
  transition: all 1.5s ease-in-out;
}

#produtos-Section {
  padding-bottom: 4.375rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  min-height: 100vh;
  justify-content: space-around;
}

.produtos {
  display: flex;
  gap: 0.875rem;
  -ms-overflow-style: initial;
  scrollbar-width: none;
}

.produtos::-webkit-scrollbar {
  display: none;
}

.produto {
  width: 25rem;
  flex: none;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}
.produto img {
  width: 100%;
  max-height: 34.375rem;
  object-fit: cover;
  border-radius: 0.625rem;
  transition: all 0.5s ease-in-out;
}
.produto img:hover {
  transform: scale(1.3);
}
.produto-info {
  height: 9.5rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0rem;
  left: 0;
  right: 0;
  padding: 0.9375rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 0.625rem;
  transition: height 0.9s cubic-bezier(0.42, 0, 0.12, 1);
}

.saiba-mais {
  margin-top: 10px;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #61806b;
  color: white;
  border: none;
  font-size: 24pt;
  cursor: pointer;
  position: absolute;
  bottom: 0.9375rem;
  left: 45%;
  transition: all 0.9s ease;
}

.saiba-mais:hover {
  background: #45a049;
}

.secao_nossa_causa {
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Nossa_causa {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.nav-btn {
  width: 2.5rem;
  height: 2.5rem;
  background: #61806b;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.25rem;
  transition: all 1.5s ease-in-out;
}

.produto-botao {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 6.25rem;
  gap: 0.625rem;
}
.nav-btn:hover {
  background: #45a049;
}
.secao_nossa_causa {
  height: 100dvh;
}

.circulo_sustentavel {
  position: relative;
  min-width: 28.75rem;
  min-height: 28.75rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* animation: spin 60s linear infinite; */
}

.circulo_sustentavel .border-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* border: .25rem solid #61806b; */
  border-radius: 50%;
}
.circulo_sustentavel .border-circle img {
  height: 100%;
  width: 100%;
}

.circulo_sustentavel .icon-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.circulo_sustentavel .icon {
  background-color: #61806b;
  color: white;
  padding: 0.9375rem;
  border-radius: 50%;
  font-size: 1.5rem;
}
.circle-text {
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 20rem;
  text-align: center;
}
.text1,
.text2 {
  font-size: 1rem;
  text-align: justify;
}
.title1,
.title2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.text1,
.text2,
.circle-text,
.title1,
.title2 {
  opacity: 0;
  transform: translateY(20px); /* Mova os textos para baixo */
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

/* Textos visíveis */
.text1.active,
.text2.active,
.circle-text.active,
.title1.active,
.title2.active {
  opacity: 1;
  transform: translateY(0); /* Volta à posição original */
}
.product-text {
  margin-bottom: 3.75rem;
}

/* Ícone ativo */
.icon.active {
  transform: scale(1.2); /* Aumenta o tamanho */
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  z-index: 2; /* Garante que ele se destaca */
}

/* Outros ícones */
.icon.inactive {
  opacity: 0.5; /* Reduz opacidade dos inativos */
  transition: opacity 0.3s ease;
}
.circulo_sustentavel .label {
  margin-top: 0.625rem;
  font-weight: 500;
  font-size: 0.875rem;
}

/* Positioning for the 4 icons */
.design {
  top: 16%;
  left: 89%;
  transform: translate(-120%, -46%);
}
.make {
  top: 71%;
  right: 1.125rem;
  transform: translate(50%, -50%);
}
.package {
  bottom: -0.625rem;
  left: 50%;
  transform: translate(-50%, 50%);
}
.use {
  top: 16%;
  left: 24%;
  transform: translate(-120%, -40%);
}
.recycle {
  top: 68%;
  left: 10%;
  transform: translate(-120%, -40%);
}
.product-title {
  margin-block: auto;
  a {
    color: var(--color-white);

    font-weight: 900;
  }
}
.texto_Nossa_causa {
  margin-top: 2.5rem;
  gap: 30px;
  display: flex;
  flex-direction: row;
  width: 60%;
  margin-left: 3.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
  align-items: center;
}
.texto_Nossa_causa div {
  width: 50%;
  min-height: 19.375rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Estilo geral do footer */
.footer {
  background-color: var(--color-cosmica-gray); /* Cor de fundo */
  padding: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 0.3125rem solid #e3e6dd; /* Borda superior azul */
}

.footer-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

.footer-logo {
  max-width: 30%;
}

.footer-logo img {
  width: 7.5rem; /* Ajuste o tamanho do logo */
  margin-bottom: 0.625rem;
}

.footer-logo p {
  font-size: 0.875rem;
  color: #333;
  color: #fff;
}

.footer-menu h3,
.footer-social h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
  color: #fff;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
}

.footer-menu ul li {
  margin-bottom: 0.5rem;
  color: white;
}

.footer-menu ul li a {
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
}

.footer-menu ul li a:hover {
  text-decoration: underline;
}

.footer-social .social-icons {
  display: flex;
  gap: 0.625rem;
}

.footer-social a:hover {
  opacity: 0.7;
}
.footer-social .social-icons a img {
  width: 1.875rem; /* Tamanho dos ícones sociais */
}

.footer-social h3 {
  margin-bottom: 0.625rem;
}

.footer-social {
  position: relative;
}

.propaganda {
  margin-top: 3.125rem;
  position: absolute;
  left: -80%;
}

.whatsapp-float {
  flex-direction: column;
  text-decoration: none;
  position: fixed;

  bottom: 5.3125rem;
  right: 2.5rem;

  /* background-size: cover; */
  color: #fff;
  border-radius: 3.125rem;
  /* text-align: center; */
  font-size: 1.875rem;
  /* box-shadow: 3px 3px 3px #f3ecec; */
  z-index: 100;
  width: 3.25rem;
}
.whatsapp-float i {
  font-size: 2em; /* Tamanho do ícone */

  background-color: #25d366;
  width: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.25rem;
  border-radius: 50%;
}

.whatsapp-text {
  color: var(--color-cosmica-gray);
  margin-top: 0.625rem; /* Espaço entre o ícone e o texto */
  font-size: 1.5625rem; /* Tamanho da fonte do texto */
}
