@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');


  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Albert Sans', sans-serif;
    }


body {
background-color: #fff;
color: #000;
line-height: 1.6;
}

    /* Estado inicial escondido */
    .hidden {
      opacity: 0;
      transform: translateY(60px);
      filter: blur(8px);
      transition: all 0.8s ease-out;
    }

    /* Quando aparecer */
    .show {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }

header {
      margin: 10px;
      background: #111;
      border-radius: 10px;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 2rem;
    }

        .menu-toggle {
      display: none;
      font-size: 1.5rem;
      background: none;
      border: none;
      color: #fff;
      cursor: pointer;
    }

        header img {
      display: flex;
      align-items: center;
      width: 120px;
    }

    header nav {
      display: flex;
      align-items: center;
    }

    header nav a {
      margin: 0 1rem;
      text-decoration: none;
      color: #fff;
      font-size: 0.8rem;
      position: relative;
    }

        header nav a:hover {
      color: #3F5644;
    }

    /* Estilo do dropdown */
    .dropdown {
      position: relative;
    }

    .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      background: #222;
      border-radius: 6px;
      display: none;
      flex-direction: column;
      min-width: 180px;
      padding: 0.5rem 0;
      z-index: 1000;
    }

    .dropdown-menu a {
      padding: 0.5rem 1rem;
      color: #fff;
      text-decoration: none;
      font-size: 0.8rem;
      display: block;
    }

    .dropdown-menu a:hover {
      color: #3F5644;
    }

    /* Mostrar no hover (desktop) */
    .dropdown:hover .dropdown-menu {
      display: flex;
    }

    /* Mostrar via JS (mobile) */
    .dropdown-menu.show {
      display: flex;
    }

    .btn-header {
      background: #3F5644;
      padding: 0.5rem 1rem;
      border-radius: 8px;
      color: #fff;
      font-size: 0.8rem;
      text-decoration: none;
    }

    .btn-header:hover {
      background: #fff;
      color: #3F5644;
    }

.whatsapp-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.whatsapp-float {
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

.whatsapp-float img {
  width: 35px;
}

.whatsapp-message {
  background: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero {
      margin: 10px;
      border-radius: 10px;
      padding: 21rem 2rem;
      text-align: left;
    }

    .c-resi {
      background-image: url("../img/banner-residencial.png");
      background-size: cover; /* para ocupar todo o espaço */
      background-position: center; /* centraliza */
      background-repeat: no-repeat; /* não repete */
    }

    .b-indu {
      background-image: url("../img/banner-b-industrial.png");
      background-size: cover; /* para ocupar todo o espaço */
      background-position: center; /* centraliza */
      background-repeat: no-repeat; /* não repete */
    }

    .c-indu {
      background-image: url("../img/banner-industrial.png");
      background-size: cover; /* para ocupar todo o espaço */
      background-position: center; /* centraliza */
      background-repeat: no-repeat; /* não repete */
    }

    .c-lavo {
      background-image: url("../img/banner-lavo.png");
      background-size: cover; /* para ocupar todo o espaço */
      background-position: center; /* centraliza */
      background-repeat: no-repeat; /* não repete */
    }

    .b-resi {
      background-image: url("../img/banner-b-resi.png");
      background-size: cover; /* para ocupar todo o espaço */
      background-position: center; /* centraliza */
      background-repeat: no-repeat; /* não repete */
    }

    .mesa {
      background-image: url("../img/banner-mesa.png");
      background-size: cover; /* para ocupar todo o espaço */
      background-position: center; /* centraliza */
      background-repeat: no-repeat; /* não repete */
    }

    .hero h1 {
      color: #ffffff;
      font-size: 2.5rem;
      font-weight: 700;
    }

    .hero p {
      margin: 1rem 0;
      color: #ffffff;
    }

    .hero .btn {
      background: #3F5644;
      color: #fff;
      padding: 0.6rem 1rem;
      border-radius: 20px;
      text-decoration: none;
      font-size: 0.9rem;
    }

    .btn:hover {
      background:#FFF ;
      color: #3F5644;
    }


.models {
padding: 3rem 2rem;
text-align: center;
}


.models h2 {
font-size: 2rem;
font-weight: 700;
margin-bottom: 2rem;
}


.models-grid {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1.5rem;
}


.models-grid .model img{
border: 10px solid #3F5644; /* cinza claro */
border-radius: 12px; /* borda arredondada */
padding: 5px;
border-radius: 10px;
width: 400px;
height: 400px;
}

/* CONTAINERS */
.grid-valores {
  max-width: 1100px;
  margin: auto;
  padding: 60px 20px;
}

.container h2 {
font-size: 2rem;
font-weight: 700;
align-items: center;
display: flex;
justify-content: center;
}

/* VALORES */
.grid-valores {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  cursor: pointer;
}
.valor {
  background: #3f5644;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.grid-valores :hover {
  background: #3F5644;
}

.valor svg {
  width: 30px;   /* tamanho */
  height: 30px;
  color: #fff; /* cor principal */
  stroke-width: 1; /* espessura da linha */
  margin-bottom: 10px;
}



.valor p {
  color: #fff;
}

.valor h3 {
  color: #FFF;
}

.valor h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.ficha-tecnica {
  display: grid;
  align-items: center;
  justify-content: center;
}

.ficha-tecnica h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  margin-bottom: 2rem;
  margin: 0 300px; /* centraliza horizontalmente */
  padding: 50 50px; /* margem interna nas laterais */
  line-height: 1.6; /* espaçamento entre linhas */
  border-radius: 10px;
  background: #3F5644;
}

.content p{
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #fff;
}

/* FOOTER */
.footer {
  margin: 20px;
  background-color: #1e1a1a; /* cor de fundo escuro */
  padding: 80px;
  border-radius: 20px;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

/* Logo */
.footer-logo img {
  height: 40px;
}

/* Linha separadora */
.footer-line {
  flex: 1;
  height: 1px;
  background-color: #3F5644;
  margin: 0 20px;
  min-width: 100px;
}

/* Botão */
.btn-orcamento {
  background-color: #3F5644;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  white-space: nowrap;
}

.btn-orcamento:hover {
  background-color: #fff;
  color:#3f5644;
}

/* Social icons */
.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  transition: 0.3s;
}

.footer-social a i {
  font-size: 18px;
  color: #3F5644;
  transition: 0.3s;
}

.footer-social a:hover i {
  color: #fff;
}


.footer-social a:hover {
  background: #3F5644;
}

.footer-social img {
  width: 18px;
  height: 18px;
  filter: invert(30%) sepia(20%) saturate(500%) hue-rotate(20deg);
}

/* -------------------------------
   RESPONSIVIDADE
--------------------------------*/
@media (max-width: 768px) {

  .menu-toggle {
  display: block;
  align-items: center; /* deixa o botão no canto direito */
}

    header img {
      width: 30%;
    }

/* Esconde o nav e o botão orçamento inicialmente */
header nav {
  display: none;
  flex-direction: column;
  align-items: center; /* centraliza os links */
  width: 100%;
  margin-top: 1rem;
  background: #111;
  border-radius: 8px;
  padding: 1rem;
}

header nav a {
  margin: 0.7rem 0;
  text-align: center;
  width: 100%;
}



/* Esconde o botão de orçamento quando o menu está fechado */
header .btn-orcamento {
  display: none;
}

/* Quando o menu abre */
header nav.show {
  display: flex;
}

header nav.show + .btn-orcamento {
  display: block;
  margin: 1rem auto 0;
  text-align: center;
}

  .content {
  margin-bottom: 2rem;
  padding: 0;
}

.models-grid {
  padding: 10px;
}

.content {
  margin-bottom: 2rem;
  margin: 0 20px; /* centraliza horizontalmente */
  padding: 0 0px; /* margem interna nas laterais */
}

.content p{
  margin:10px;
  margin-bottom: 1rem;
  font-size: 1rem;
}

  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-line {
    display: none; /* escondemos a linha em telas menores */
  }

  .footer-btn {
    margin: 10px 0;
  }

  .footer-social {
    justify-content: center;
  }
}