*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  list-style: none;

}
/* Adicione no topo do seu CSS, logo abaixo do seu reset * { ... } */
html, body {
  overflow-x: hidden;
  width: 100%;
}

/* Garante que imagens nunca quebrem a tela */
img {
  max-width: 100%;
  height: auto;
}
.corOuro {
  color: #ffffff;
}
.corWhite{
  color: #ffffff;
}
.borda_letra {
  text-shadow: 10px 5px 5px #232121, 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.corBlack {
  color: #ffffff;
}

.background{
  background-image: url(../assets/img/fundo/impactoJulinat.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

header{
  display: flex;
  justify-content: space-around;
  padding-top: 1rem;
  align-items: center;
  text-align: center;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  position: fixed;
  background: transparent;
  transition: all .35s ease;
  background-color: #fff;
  padding: 14px 14%;
}


.logo{
  font-weight: 500;
  font-size: 1rem;
}

.cabeçalho-link{
  display: flex;
  gap: 3rem;
}

.cabeçalho-link a{
  color: #111;
  font-weight: 700;
  transition: 0.3s;
}

.cabeçalho-link a:hover{
  color: #c8815f;
}

.icon span{
  font-size: 2rem;
  cursor: pointer;
}

.icon span:hover{
  color: #c8815f;
}

.Meio{
  padding: 7rem 0 0 8.5rem;
  line-height: 4rem;
}

.Meio h1{
  font-size: 4rem;

}

.Meio button{
  background-color: #c8815f;
  padding: 1rem 3rem 1rem 3rem;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;

}

.Meio button:hover{
  background-color: #111;
  transform: scaleY(1.2);
}

section{
  padding-top: 7rem;
}

section h1{
  align-items: center;
  text-align: center;
  font-size: 2rem;

}

.Container-card-1{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 2rem;
  text-align: center;

}

.cards img{
  width: 450px;
  height: auto;
  transition: 0.35s ease;

}

.cards img:hover{
  transform: scale(0.9) translateY(-5px);
  cursor: pointer;


}
.cards {
  max-width: 450px;       /* Força o card a ter exatamente a largura máxima da imagem */
  width: 100%;            /* Deixa o card responsivo no celular */
  display: flex;
  flex-direction: column; /* Alinha os itens um abaixo do outro verticalmente */
  align-items: center;    /* Centraliza o título, imagem e texto */
  text-align: center;     /* Garante que o texto fique centralizado */
  background: transparent;/* Mantém o fundo limpo */
  overflow: hidden;       /* MÁGICA 1: Corta qualquer coisa que tente passar das bordas do card */
  box-sizing: border-box; /* Garante que margens e paddings não estufem o tamanho do card */
}

/* Controla o parágrafo da descrição para o texto nunca vazar */
.cards p {
  width: 100%;            /* Ocupa 100% dos 450px do card, nem um pixel a mais */
  max-width: 100%;        /* Reforça o limite */
  padding: 10px 15px;     /* Dá um espaço nas laterais para a letra não colar na borda */
  font-size: 1rem;
  line-height: 1.5;       /* espaço entre as linhas lidas */

  /* MÁGICA 2: Força a quebra de linha obrigatória */
  white-space: normal;    /* Diz pro navegador: "Pode quebrar linhas normalmente" */
  word-wrap: break-word;  /* Se tiver uma palavra gigante, ele quebra ela para não vazar */
  overflow-wrap: break-word; /* Reforço moderno para navegadores mais novos */
}

.cta{
  height: 60vh;
  width: 100%;
  background: url("../assets/img/fundo/festa-junina.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-top: 5rem;
}

.text-cta{
  padding-left: 5rem;
}

.text-cta h6{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .6px;
  margin-bottom: 14px;

}

.text-cta h4{
  font-size: 3.3rem;
  line-height: 1.2;
  letter-spacing: .1rem;
  margin-bottom: 30px;
}

.text-cta a{
  background-color: #c8815f;
  padding: 1rem 3rem 1rem 3rem;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
}

.text-cta a:hover{
  background-color: #111;
  transform: scaleY(1.2);

}

.Container-roupas{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  text-align: center;
  margin-top: 3rem;

}

.Container-roupas img:hover{
  transform: scale(0.9) translateY(-5px);
  cursor: pointer;
  transition: 0.3s;

}

.equipamentos img{
  width: 250px;
  height: auto;
}

.equipamentos{
  background-color: #00c4ff;
  color: #000;
}
/* Container que segura as marcas */
.Marcas {
  margin-top: 5rem;
  margin-bottom: 2rem; /* Margem extra opcional embaixo */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* Quebra a linha se faltar espaço na tela */
  gap: 1.5rem; /* Espaçamento idêntico entre cada logo */
  cursor: pointer;
  padding: 0 10%;
}

/* Aplica o tamanho em TODAS as imagens (com ou sem link) */
.Marcas img,
.Marcas a img {
  width: 130px;          /* Largura fixa máxima */
  height: 140px;          /* Altura fixa máxima */
  object-fit: contain;   /* Garante que a logo caiba inteira dentro do quadrado sem esticar */
  background-color: aliceblue;
  padding: 10px;         /* Margem interna para dar respiro na logo */
  border-radius: 8px;    /* Deixa os cantos levemente arredondados */
  transition: transform 0.3s ease;
}

/* Efeito de hover idêntico para todas */
.Marcas img:hover,
.Marcas a img:hover {
  transform: scale(1.1);
}

.meio-contato h3{
  color: #fff;
  font-size: 23px;
  margin-bottom: 1.6rem;
}

.meio-contato h5{
  font-size: 15px;
  font-weight: 600;
  color: #555;
}

.meio-contato li{
  margin-bottom: 15px;
}

.meio-contato li a{
  display: block;
  color: #555;
  font-weight: 600;
  transition: all .35s ease;
}

fixarslide {

}
.menuResponsivel {
  display: none;
}
@media (max-width: 800px) {
  fixarslide {
    position: absolute;
    width: 300px;
    height: 100px;
    padding: 2px;

  }
  .menuResponsivel {
    display: block;
  }
  .menuP {
    display: none;
  }
  .Meio h1{
    font-size: 30px;

  }
  .Meio{
    padding: 4rem 2rem 2rem 1rem;
    line-height: 3rem;
  }
  .cards img {
    width: 80%;
  }
  .text-cta h4 {
    font-size: 2rem;
  }
}



/* Container que segura a foto e os detalhes */
.detalhes-flex {
  display: flex;
  flex-wrap: wrap; /* Permite quebrar a linha no celular */
  justify-content: center;
  gap: 30px;
  align-items: flex-start;
  text-align: left; /* Alinhamento à esquerda para leitura */
  margin-top: 30px;
}

.info-col-esquerda {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

.info-col-direita {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.img-detalhe {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Ajustes para Celular */
@media (max-width: 768px) {
  .detalhes-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
