/* Importar a fonte Chango do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Chango:wght@400&display=swap');

/* Reset de margens e preenchimentos e box-sizing para todos os elementos */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Estilos para o header */
header {
  background-color: black;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  align-items: center;
  text-shadow: 2px 2px 4px rgba(194, 174, 174, 0.5);
  font-weight: bold;
}

/* Estilos para o logo */
.logo {
  display: flex;
  align-items: center;
}

.logo h2 {
  margin-top: 10px;
  font-size: 36px;
  color: white;
  margin-left: 20px;
  font-family: 'Chango', sans-serif; 
}

.logo img {
  width: 105px;
  height: 97px;
  margin-left: 10px;
}

/* Estilos para o menu */
.menu ul {
  display: flex;
}

.menu ul li {
  margin-right: 20px;
}

.menu ul li a {
  font-family: 'Chango', sans-serif; 
  letter-spacing: 1.5px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  text-shadow: 2px 2px 4px rgba(194, 174, 174, 0.5);
  font-weight: bold;
}

.menu a {
    text-decoration: none;
    color: white;
    font-family: 'Chango', sans-serif;
    transition: color 0.3s ease, transform 0.3s ease;
  }
  
  /* Estilo ao passar o mouse */
  .menu a:hover {
    color: #D2B48C;  
    transform: scale(1.1); /* Aumenta o tamanho do texto em 10% */
  }

  
/* Estilos para a interface */
.interface {
  width: 100%;
  padding: 5px 170px;
  background-color: #ba936b;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Estilos para o cardápio */
.cardapio {
  text-align: center;
}

.cardapio h2 {
  font-family: 'Chango', sans-serif; /* Aplicar a fonte Chango */
  text-transform: uppercase;
  border-bottom: 2px solid black;
}

.cardapio img {
  margin-top: 15px;
  width: 150px;
  height: 150px;
  border-radius: 95px 95px;
  background-color: black;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); /* Sombra */
}

.cardapio img {
  transition: transform 0.3s ease; /* Suaviza a transição da escala */
}

.cardapio img:hover {
  transform: scale(1.1); /* Aumenta o ícone em 10% ao passar o mouse */
}

/* Estilos para a área de pets */
.area_pet img {
    display: block; /* Remove espaçamentos indesejados ao redor da imagem */
    margin: auto; /* Centraliza a imagem dentro do contêiner pai */
    width: auto; /* Ajuste a largura conforme necessário */
    height: auto; /* Ajuste a altura conforme necessário */}

/* Estilos para o espaço */
.espaco {
  text-align: center;
}

.espaco h2 {
  font-family: 'Chango', sans-serif; 
  font-size: 25px;
  text-transform: uppercase;
  border-bottom: 2px solid black;
}

.espaco img {
  margin-top: 15px;
  width: 400px;
  height: 255px;
  border-radius: 10px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); /* Sombra */
}

/* Estilos para a interface 2 */
.interface2 {
  padding: 10px;
  background-color: #fdf5e6;
}

/* Estilos para a galeria de categorias */

.titulo_galeria h2 {
  text-transform: uppercase;
  font-size: 25px;
  font-family: 'Chango', sans-serif; /* Aplicar a fonte Chango */
  text-align: center;
  background-color: black;
  color: white;
  width: 300px;
  margin: 10px auto;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); /* Sombra */
}


/* Estilos para seções */
section {
  padding: 10px;
  background-color: #fdf5e6;
}

.info_space {
  text-align: center;
  font-family: 'Chango', sans-serif; /* Aplicar a fonte Chango */
}

.info_space h2 {
  background-color: rgb(0, 0, 0);
  width: 250px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
  font-size: 20px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); /* Sombra */
}

.info_space p {
  width: 500px;
  margin: 0 auto;
  text-align: left;
  line-height: 22px;
  font-size: 15px;
}

section.area {
  padding: 0 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.space img {
  width: 400px;
  height: 280px;
  border-radius: 5px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); /* Sombra */
}

.space h2 {
  background-color: black;
  color: white;
  margin-bottom: 10px;
  width: 200px;
  text-align: center;
  margin: 10px auto;
  font-family: 'Chango', sans-serif; /* Aplicar a fonte Chango */
  padding: 10px;
  font-size: 20px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); /* Sombra */
}


/* Estilos para a galeria de gatos */
.galeria_cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centraliza os itens no contêiner */
    gap: 20px; /* Espaçamento entre as caixas */
}

/* Estilo para a caixa de gatos */
.box {
    width: 200px; /* Ajuste o tamanho conforme necessário */
    height: 250px; /* Ajuste o tamanho conforme necessário */
    display: flex;
    flex-direction: column; /* Organiza os itens na vertical */
    align-items: center; /* Centraliza horizontalmente */
    justify-content: center; /* Centraliza verticalmente */
    background-color: black;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); /* Sombra */
}

/* Estilo para as imagens dentro das caixas */
.box img {
    width: 100%; /* Faz com que a imagem ocupe 100% da largura da caixa */
    height: 100%; /* Faz com que a imagem ocupe 100% da altura da caixa */
    object-fit: cover; /* Ajusta a imagem para cobrir o contêiner sem distorção */
    border-radius: 5px; /* Ajusta o arredondamento das bordas, se necessário */
}

/* Estilo para o texto dentro da caixa */
.box p {
    color: white;
    font-family: 'Chango', sans-serif; /* Ajusta a fonte conforme necessário */
    font-size: 20px; /* Ajuste o tamanho da fonte conforme necessário */
    margin-top: 10px; /* Espaçamento entre a imagem e o texto */
}
.box_conteudo h2{
    background-color: black;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Chango', sans-serif;
    margin-bottom: 15px;
    font-size: 18px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); /* Sombra */
}

.box_conteudo ul p{
    margin: 10px;
    color: black;
    font-size: 20px;
    font-family: 'Chango', sans-serif;
}

/* Estilos para o footer */
button:hover {
  background-color: #444;
}

footer {
  background-color: black;
  position: relative;
  padding: 20px 0;
  color: white;
  text-align: center;
  font-family: 'Chango', sans-serif;
  z-index: 1;
}

footer::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 80px;
  background-size: 40px 80px;
  z-index: 0;
}

footer .info {
  position: relative;
  z-index: 1;
}


/* Estilos para as redes sociais */
.redes {
  display: flex;
  font-size: 15px;
  justify-content: center;
}

/* Estilo normal do link */
h2 a {
  text-decoration: none;
  color: white;
  font-family: 'Chango', sans-serif;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Estilo ao passar o mouse */
h2 a:hover {
  color: #D2B48C;  
  transform: scale(1.1); /* Aumenta o tamanho do texto em 10% */
}

.gato {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background-color: #ba936b;
  padding: 20px;
}

.gato img {
  width: 500px;
  height: auto;
}

.gato h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Chango', sans-serif;
  font-size: 36px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.espaco img {
  transition: transform 0.3s ease; 
}

.espaco img:hover {
  transform: scale(1.1);
}