* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #1f0303;
  position: relative;
  z-index: 0;
  max-width: 1024px;
  margin: 0 auto;
}

/* camada com imagem de fundo e transparência */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/brinquedos/4.jpg') center center / cover no-repeat;
  opacity: 0.10; /* aqui você controla a transparência: 0.0 (invisível) a 1.0 (visível) */
  z-index: -1;
}
.logo img {
  height: 80px;
  box-shadow: #060606 1px 1px 10px 1px;;
}

header.topo::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #ffcc00, #ff9900);
  border-radius: 50%;
  transform: translateY(10px) scaleY(2);
  margin-bottom: 15px;
}
  .fechar-form {
  position: absolute;
  top: 1px;
  right: 15px;
  font-size: 40px;
  color: rgb(255, 255, 255) !important; /* cor do X da galeria */
  cursor: pointer;
  font-weight: bold;
  z-index: 1001;
}
/* Desktop */

@media (min-width: 769px) {

   .menu {
    display: flex;
    gap: 25px;
    margin-left: auto;
  }

  .menu a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    transition: 0.3s;
  }

  .menu a:hover {
    color: #ffb400;
    border-bottom: 2px solid #ffb400;
  }

  .row-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
header.topo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 20px;
  flex-wrap: nowrap;
  flex-direction: column; /* empilha logo e linha */
  align-items: flex-start; /* mantém logo à esquerda */
}

   .headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 20px 40px;
  }

  .headline-texto {
    flex: 1;
    padding: 0 15px;
  }

  .headline h1 {
    font-size: 36px;
    margin-bottom: 10px;
    text-align: left;
  }

  .headline p {
    max-width: 500px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px;
  }

  .headline .whatsapp {
    width: calc(100% - 20px);
    font-size: 15px;
    padding: 10px 20px;
    
  }

  .galeria {
    flex: 1;
    text-align: right;
  }

  .quem-somos-conteudo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px;
  }

  .quem-somos-img {
    flex: 1;
  }

  .quem-somos-img img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 0.9px #060606;
  }

  .quem-somos-texto {
    flex: 1.2;
    color: whitesmoke;
  }

  .quem-somos-texto h2 {
    color: #ffb400;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .quem-somos-texto p {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
  }
  
.contato {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  
}

.contato span {
  font-weight: bold;
  
}

.whatsapp {
  margin-top: 5px;
  background: linear-gradient(90deg, #00611a, #00a22b, #00611a);
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;

}

.whatsapp:hover {
  background: linear-gradient(90deg, #008a20, #00d63a, #008a20);
  transition: 0.3s;
}

.row-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
}

}
/* NO CELULAR 
---------------
------------------------
----------------------------------
---------------------------------------------
------------------------------------------------------------- */  
/* Responsivo */


@media (max-width: 768px) {

  .menu {
  display: none;
}

    .fechar-form {
  position: absolute;
  top: 17px;
  right: 25px;
  font-size: 40px;
  color: #8c0d0d !important;
  cursor: pointer;
  font-weight: bold;
  z-index: 1001;
}

  header.topo {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
  }


  .row-header {
     display: flex; gap: 0 10px;
     font-size: 12px;
     justify-content: center;
     width: 100%;
     padding: 10px;
     border-radius: 5px;
  }
  .whatsapp {
  margin: 10px;
  background: linear-gradient(90deg, #00611a, #00a22b, #00611a);
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  width: calc(100% - 20px);
}
.quem-somos-conteudo {
  display: flex;
  flex-direction: column-reverse; /* inverte a ordem */
  gap: 20px;
  padding: 20px;
}
}

p {
    color: whitesmoke;
    padding: 10px;
}

h1 {
    padding: 10px;
    font-size: 16px;
}
h2 {
color: whitesmoke;
font-size: 18px;;

}
.texto-degrade {
  font-size: 26px;
  font-weight: bold;
  background: linear-gradient(90deg, #ffffff, #ffdd00, #ff8243);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#foto-galeria {
  width: 100%;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0.9px #060606;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
}
.galeria {

padding: 15px;
}

.foto-galeria {
width: 100%;
border-radius: 10px;
box-shadow: 1px 1px 10px 0.9px #060606;
}

.quem-somos {
padding: 10px;

}
/* efeito slide horizontal */
.slide-esquerda {
  animation: slideEsquerda 6s ease-in-out;
}

@keyframes slideEsquerda {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.quem-somos ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.quem-somos li {
  margin: 5px 0;
  font-weight: 500;
  color: whitesmoke
}
.img-texto {
  width: 100%;
  max-width: 250px;
  border-radius: 10px;
  display: block;
  margin: 15px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.faq {
  
  margin: 0;
  color: #fff;
  padding: 15px;
}
.faq h2 {
  text-align: center;
  color: #ffb400;
  margin-bottom: 20px;
}
.faq h3 {
  font-size: 35px;
  text-align: center;
  color: #ffb400;
  margin-bottom: 20px;
}
.faq details {
  background: rgba(0,0,0,0.3);
  border: 1px solid #444;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.faq summary {
  
  cursor: pointer;
  font-weight: bold;
  color: #ffcc00;
}
.faq p {
  margin: 10px 0 0;
  color: #ddd;
  line-height: 1.5;
}
.abrir-galeria {
  display: block;
  margin: 1px auto;
  background: transparent;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
}
.abrir-galeria:hover {
  display: block;
  margin: 1px auto;
  background: transparent;
  color: #fff;
  border-bottom:2px solid #ff9900;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
    cursor: pointer;

}
/* popup principal */
.popup-galeria {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.popup-conteudo {
  background: #222;
  border-radius: 10px;
  padding: 15px;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
}
.grade-fotos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.grade-fotos img {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  transition: transform .2s;
}
.grade-fotos img:hover {
  transform: scale(1.03);
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}
.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}
.fechar-lightbox {
  position: absolute;
  top: -5px;
  right: 15px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.fechar {
  position: absolute;
  top: 1px;
  right: 15px;
  font-size: 40px;
  color: white !important; /* cor do X da galeria */
  cursor: pointer;
  font-weight: bold;
  z-index: 1001;
}


.seta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  cursor: pointer;
  user-select: none;
}
.seta:hover { opacity: 0.7; }
.seta.esquerda { left: 30px; }
.seta.direita { right: 30px; }


/* footer */
.rodape {
  background: #1a0606;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  padding: 15px 0;
}
.rodape-linha {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.coluna.logo {
  width: 30%;
}

.coluna.centro {
  flex: 1;
}

.coluna.logo img {
  height: 40px;
}

.coluna.centro p {
  margin: 0;
  color: #ccc;
  font-size: 14px;
  line-height: 1.4;
}

.coluna.contato {
  width: 70%;
  text-align: left;
  font-size: 13px;
  color: #ddd;
}

@media (max-width: 700px) {
  .coluna.centro {
    display: none;
  }
  .rodape-linha {
    justify-content: space-around;
  }
  .coluna.logo {
    width: 30%;
  }
  .coluna.contato {
    width: 70%;
  }
}


/*MODAL */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: flex-start; /* mantém topo visível */
  overflow-y: auto;        /* rolagem se passar da tela */
  z-index: 999;
  padding: 10px 15px;      /* espaço no topo/laterais */
}

.modal-conteudo {
  background: #fffffff4;
  padding: 25px;
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
  margin: auto;
  margin-top: 10px;        /* garante distância do topo */
}

.modal-conteudo h2 { text-align: center; margin-bottom: 15px; }
.modal-conteudo label { display: block; margin-top: 10px; font-weight: bold; font-size: 14px; }
.modal-conteudo input, select, textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 4px;
  font-size: 16px;
}
.local { display: flex; gap: 10px; }
.enviar {
  margin-top: 15px;
  width: 100%;
  padding: 10px;
  background: #25d366;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}
.fechar {
  position: absolute;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
  

}
