@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@500&family=Mooli&family=Skranji&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
}

.background-image {
  position: relative;
  width: 100%;
  height: 57vw; /* Mantenha ou ajuste a altura conforme necessário */
}

.background-image::before {
  content: "";
  position: absolute;
  top: -16%; /* Restaurado para 0 para evitar cortar a parte de cima */
  left: 0;
  width: 100%;
  height: 135%; /* Volte para 100% para evitar cortar a parte de baixo */
  background-image: url("fundo03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; /* Ajuste para centralizar sem cortar as bordas */
}

.divider {
  display: block;
  width: 0.2vw; /* Largura da linha baseada na largura da viewport */
  height: 2vw; /* Altura da linha baseada na largura da viewport */
  background-color: white;
  margin: 0 20px; /* Espaço horizontal em torno da linha */
  border-radius: 0.1vw; /* Arredonda a parte superior e inferior */
}

.nav-buttons {
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  color: white;
  padding: 0;
  z-index: 1000;
  transition: top 1s ease-in-out;
  background-repeat: repeat;
  background-position: center center;
  background-size: contain;
  height: 4vw;
  background-color: #333333;
  background-image: linear-gradient(
    to right,
    #333333 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); /* Sombra ajustada para projetar-se para baixo */
}

@keyframes slideDown {
  to {
    top: 0;
  }
}

.nav-buttons a,
.nav-buttons a:visited {
  text-decoration: none;
  color: #ffffff; /* Cor do texto para branco */
  margin-right: 50px;
  cursor: pointer;
  font-size: 1.1vw;
  font-weight: bold;
  position: relative;
}

.nav-buttons a:hover,
.nav-buttons a:focus {
  color: #cccccc; /* Cor do texto para um branco mais escuro no hover */
}

.nav-buttons a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: white;
  transition: width 0.7s;
}

.nav-buttons a:hover::after {
  width: 100%;
}

.nav-buttons a:active,
.nav-buttons a:focus {
  color: #ffffff; /* Cor do texto para branco quando ativo/focado */
}

.nav-buttons a:active:hover,
.nav-buttons a:focus:hover {
  color: #cccccc; /* Cor do texto para um branco mais escuro no active hover */
}

.navbar-logo {
  height: 3.3vw; /* Ajusta a altura com base na largura da viewport */
  width: auto; /* Mantém a largura automática para preservar as proporções da imagem */
  margin-right: 15px;
}

.nav-logo {
  max-width: 5vw; /* Diminuir a largura máxima */
  max-height: 2.8vh; /* Diminuir a altura máxima */
  width: auto; /* Ajusta a largura automaticamente */
  height: auto; /* Ajusta a altura automaticamente */
  /* Manter as outras propriedades como estão */
  transition: transform 0.3s;
  cursor: pointer;
}

.nav-logo:hover {
  transform: scale(1.2);
}

.nav-logo:first-of-type::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  height: 30px;
  width: 1px;
  background-color: white;
  transform: translateY(-50%);
}

.nav-logo:first-of-type {
  margin-left: 0px; /* Ajuste este valor conforme necessário para centralizar */
}

/* Seleciona o link que contém a imagem do Facebook e ajusta a margem à direita */
a[href="https://www.facebook.com/KerFrango"]
{
  margin-right: 1vw; /* Reduz o espaço após o ícone do Facebook */
}

/* Seleciona o link que contém a imagem do Instagram e ajusta a margem à esquerda */
a[href=" "] {
  margin-left: 0vw; /* Reduz o espaço antes do ícone do Instagram */
}

.logo-image {
  position: absolute;
  width: 18%;
  /* Ajuste o tamanho da imagem. Por exemplo, 20% da largura do container. Ajuste conforme necessário */
  top: 20%;
  /* Movida mais para cima. Ajuste conforme necessário */
  left: 18%;
  transform: translateY(-50%);
  z-index: 1;
}

.dark-gray-section {
  width: 100%;
  background-color: #333;
  display: flex;
  justify-content: space-around;
  /* Distribui os containers igualmente */
  align-items: start;
  /* Alinha os contêineres no topo */
  padding: 0px 0;
  overflow-x: hidden;
}

.feature-container {
  flex: 1;
  text-align: center;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-container {
  height: 200px;
  /* altura fixa para o contêiner da imagem */
  display: flex;
  align-items: center;
  /* centraliza a imagem verticalmente */
  justify-content: center;
  /* centraliza a imagem horizontalmente */
}

.feature-image {
  max-height: 150px;
  width: auto;
}

.quality-logo {
  max-height: 200px;
  /* Uma altura maior para esta imagem específica */
}

.text-container {
  height: auto;
  /* altura automática para o contêiner do texto */
  display: flex;
  align-items: center;
  /* centraliza o texto verticalmente */
  justify-content: center;
  /* centraliza o texto horizontalmente */
  color: #fff;
  /* Cor branca para o texto */
  margin-top: 20px;
  /* Adicionando uma margem superior para separar o texto da imagem */
}

.text-container {
  width: 75%;
  font-size: 1.2rem;
  margin: 0px;
}

.feature-title {
  color: #fff;
  /* Cor branca */
  font-size: 1.5rem;
  /* Tamanho da fonte */
  margin: 0px;
  text-transform: uppercase;
  /* Garantindo que o texto esteja em maiúsculas */
  font-family: sans-serif;
}

.best-cuts-section {
  background-image: linear-gradient(
      to bottom,
      rgba(250, 58, 0, 1),
      rgba(250, 58, 0, 0.5)
    ),
    url("cortesdefrango.jpg");
  background-size: 70% auto;
  background-position: center -13%;
  background-repeat: repeat;
  background-color: #fa3a00;
  padding: 40px 10%;
  text-align: center;
  color: white;
  box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.9),
    /* Sombra interna na parte inferior */ inset 0 10px 20px -10px rgba(0, 0, 0, 0.9); /* Sombra interna na parte superior */
}

.cuts-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
  width: 50%;
  margin: 0px;
  margin: 0px auto;
  /* Adicionando gradiente ao texto */
  background-image: linear-gradient(to top, #970202, #00000098);
  /* Gradiente de vermelho para laranja */
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  /* torna a cor original do texto transparente para que o gradiente possa ser visto */
}

.h3 {
  font-size: 2.5rem;
  margin: 0px;
  margin-bottom: 2vw;
  color: white;
}

.cuts-list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1vw;
  /* Espaço abaixo da lista */
}

.cuts-list ul {
  text-align: left;
  /* Alinha o texto à esquerda */
  padding-left: 0;
  /* Remove o padding padrão à esquerda das listas */
}

.cuts-list li {
  margin-bottom: 10px;
  /* Espaço entre os itens da lista */
}

.container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #333;
  overflow: hidden;
}

.info,
.map {
  flex: 1;
  /* Isso garante que ambos ocupem metade da largura */
  padding: 20px;
}

.info {
  text-align: center;
  color: #fff;
  /* Cor do texto em branco */
}

.info img {
  width: 300px;
  height: auto;
  margin-bottom: 0;
}

.info h2 {
  font-size: 2rem;
  color: #ff7f00;
  margin: 0;
}

.info p {
  font-size: 1.2rem;
}

.map {
  height: 400px;
  width: 100%;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.info,
.map {
  transition: transform 2.7s ease;
  /* Adicione uma transição suave */
}

.slide-in-from-left {
  transform: translateX(-100%);
}

.slide-in-from-right {
  transform: translateX(100%);
}

.show-element.slide-in-from-left {
  transform: translateX(0);
}

.show-element.slide-in-from-right {
  transform: translateX(0);
}

.feature-container {
  /* suas propriedades existentes */
  opacity: 0;
  transform: translateX(100%);
  transition: transform 1.4s ease-in-out, opacity 1s ease-in-out;
}

.feature-container.active {
  transform: translateX(0);
  opacity: 1;
}

.history-section {
  content: "";
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url("equipekerfrango.jpg");
  background-attachment: fixed;
  background-position: center 120% !important; /* Aumente este valor para descer a imagem */
  background-repeat: no-repeat;
  background-size: 100%; /* Mantenha em 100% a menos que você queira ajustar o zoom */
  z-index: 1;
  background-color: #525252;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 1s;
}

.history-content {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  text-align: center;
  opacity: 0;
  transition: opacity 1s, transform 1s;
  z-index: 3;
}

.history-content h2 {
  font-family: "Dancing Script", cursive;
  font-size: 2vw;
  color: white;
}

.history-content p {
  color: white;
}

.overlay.darken {
  background-color: rgba(0, 0, 0, 0.4);
}

.history-content.visible {
  opacity: 1;
  bottom: 50%;
}

.history-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 1s;
  z-index: 2;
  /* Garante que fique entre a imagem e o conteúdo */
}

.overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  /* Inicialmente transparente */
  transition: background-color 1s;
  z-index: 2;
  /* Garante que fique entre a imagem e o conteúdo */
}

.history-section .overlay.darken {
  background-color: rgba(0, 0, 0, 0.6);
}

.history-content.exit-up {
  transform: translateX(-50%) translateY(-150%);
}

img {
  max-width: 100%;
  height: auto;
}

.contact-container {
  background-color: #f3581a; /* Cor de fundo */
  color: white;
  display: flex;
  justify-content: center;
  padding: 3rem;
  box-shadow: inset 0px 10px 25px -10px rgba(0, 0, 0, 0.8),
    /* Sombra interna na parte de cima */ inset 0px -10px 25px -10px
      rgba(0, 0, 0, 0.8); /* Nova sombra interna na parte de baixo, invertida para cima */
}

.contact-item {
  display: flex;
  align-items: center; /* Alinha os itens verticalmente */
  margin-right: 15rem; /* Espaço à direita de cada item de contato, ajuste conforme necessário */
}

.contact-item:last-child {
  margin-right: 0; /* Remove a margem à direita do último item para evitar espaçamento extra no fim */
}

.contact-item img {
  width: 3.5rem; /* Largura padrão do ícone */
  height: auto; /* Altura automática para manter a proporção */
}

.contact-item .email-icon {
  width: 4.5rem; /* Largura maior apenas para o ícone de e-mail */
}

.contact-info {
  display: flex;
  flex-direction: column; /* Organiza o título e o link em coluna */
  margin-left: 0.5rem; /* Espaço entre o ícone e o texto */
}

.contact-title {
  font-size: 1.3rem; /* Tamanho da fonte do título */
  margin-bottom: 0.25rem; /* Espaço abaixo do título */
}

.contact-link {
  color: white; /* Cor do texto dos links */
  text-decoration: none; /* Sem sublinhado */
  font-size: 1.3rem; /* Tamanho da fonte dos links */
}

.contact-link:hover {
  text-decoration: underline; /* Sublinhado ao passar o mouse */
}

.input-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

#emailInput {
  padding: 10px;
  margin-bottom: 10px;
  width: 70%;
  font-size: 16px;
}

.input-container button {
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.input-container button:hover {
  background-color: #1a9402;
}

.scroll-container {
  position: relative;
  width: 100%;
  overflow: hidden; /* Necessário para conter os filhos dentro do contêiner */
}

.scroll-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; /* Posiciona no fundo do .scroll-container */
  height: 10px; /* A altura do pseudo-elemento */
  box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.5); /* Sombra projetada para cima */
  z-index: 3; /* Um z-index maior para garantir que apareça acima dos botões */
}

.recipes-section {
  background-color: transparent; /* Sem cor de fundo */
  text-align: center; /* Centralizar o conteúdo */
  padding: 20px 0; /* Espaçamento superior e inferior */
  margin: 0 auto; /* Centralizar a div na página */
}

.recipes-title {
  color: #fff; /* Texto branco */
  font-family: "Arial", sans-serif; /* Utilize a fonte que deseja */
  font-size: 48px; /* Tamanho da fonte ajustado */
  margin: 0; /* Remover margens */
  text-shadow: 2px 2px 18px rgba(255, 255, 255, 0.4); /* Efeito de iluminação sutil */
}

.decorative-line {
  display: inline-flex; /* Usar flex para alinhar os elementos em linha */
  align-items: center; /* Centralizar verticalmente */
  justify-content: center; /* Centralizar horizontalmente */
  gap: 10px; /* Espaçamento entre os elementos */
}

.line {
  background-color: #fff; /* Cor branca das linhas */
  height: 2px; /* Altura das linhas */
  width: 60px; /* Largura das linhas */
}

.heart-icon {
  color: #fff; /* Cor branca do coração */
  font-size: 24px; /* Tamanho do coração */
}

.subheading {
  color: #fff; /* Texto branco */
  font-family: "Arial", sans-serif; /* Altere para a fonte que você tem na imagem */
  font-weight: lighter; /* Fonte mais fina */
  font-size: 24px; /* Tamanho da fonte ajustado */
  margin-top: 10px; /* Espaçamento acima da sublegenda */
}

#scrollContainer {
  background-color: #333;
}

.card-container {
  overflow-x: hidden;
  background-color: #333333;
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  padding-left: 9vw; /* Adiciona padding à esquerda do contêiner */
  padding-right: 2vw; /* Mantém o padding existente à direita */
  padding-top: 2vw; /* Mantém o padding existente no topo */
  padding-bottom: 2vw; /* Mantém o padding existente na parte inferior */
  scroll-behavior: smooth;
}

.card-container::before,
.card-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 300px; /* Este valor pode precisar de ajustes */
  pointer-events: none;
  z-index: 2;
}

.card-container::after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(151, 51, 51, 0) 0%,
    rgba(51, 51, 51, 1) 100%
  );
}

.card-container::before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(151, 51, 51, 0) 0%,
    rgba(51, 51, 51, 1) 100%
  );
}

.scroll-button {
  position: absolute;
  top: 50%;
  /* Centraliza o botão verticalmente */
  transform: translateY(-50%);
  /* Define uma cor de fundo com transparência */
  background-color: rgba(255, 255, 255, 0.9);
  /* Remove a borda padrão dos botões */
  border: none;
  /* Deixa o botão circular */
  border-radius: 50%;
  /* Define o estilo do cursor para indicar que o botão é clicável */
  cursor: pointer;
  /* Define a posição no eixo z para garantir que o botão fique sobre os outros elementos */
  z-index: 10;
  /* Ajusta o tamanho do botão */
  width: 60px; /* Tamanho do botão */
  height: 60px; /* Tamanho do botão */
  /* Aumenta o tamanho das setas */
  font-size: 50px; /* Tamanho da seta */
  /* Alinha o texto (seta) horizontal e verticalmente */
  display: flex;
  align-items: center;
  justify-content: center;
  /* Adiciona sombra para um efeito 3D leve */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Suaviza as transições ao mudar propriedades */
  transition: background-color 0.3s, transform 0.3s;
}

.scroll-button:hover {
  /* Muda a cor de fundo ao passar o mouse */
  background-color: rgba(255, 255, 255, 1);
  /* Eleva o botão um pouco quando o mouse está sobre ele */
  transform: translateY(-50%) scale(1.1);
}

.scroll-button.left {
  /* Afasta o botão esquerdo da borda */
  left: 30px;
}

.scroll-button.right {
  /* Afasta o botão direito da borda */
  right: 30px;
}

.recipe-card {
  cursor: pointer;
  width: 300px;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  background-color: #ffffff;
  flex: 0 0 auto; /* Não permite que os cartões se redimensionem */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ajusta o espaçamento interno */
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.5); /* Sombra suave */
}

.recipe-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.5); /* Sombra mais pronunciada no hover */
}

.recipe-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.recipe-content {
  padding: 15px;
}

.recipe-title {
  font-family: "Lato", sans-serif;
  font-size: 1.5em;
  color: #000000;
  margin: 0;
  text-align: center;
}

.recipe-description {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  color: #bbbbbb;
  margin-top: 10px;
}

.like-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.like-button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 3vw;
  color: rgba(0, 0, 0, 0.493);
  position: relative;
  outline: none;
  transition: color 0.3s ease;
}

.like-button:focus {
  outline: none;
}

.like-button.liked,
.like-button:hover {
  color: #ff0000;
}

.like-count {
  margin-right: 5px;
}

/* Efeito de preenchimento suave para o coração */
.like-button::before {
  content: "♥";
  font-size: 3vw;
  color: #ff0000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: normal;
  transition: opacity 0.3s ease, transform 0.5s ease;
  transform: scale(0);
  opacity: 0;
  z-index: -1;
}

.like-button:hover::before,
.like-button:focus::before,
.like-button.liked::before {
  /* Adiciona a classe .liked para garantir que o estado "curtido" mantenha o efeito */
  opacity: 1;
  transform: scale(1);
}

/* Efeito suave ao remover o "like" */
.like-button:not(.liked)::before {
  transition: opacity 0.3s ease, transform 0.5s ease;
  transform: scale(0);
  opacity: 0;
}

/* Efeito de sombra no coração para um "glow" suave */
.like-button:hover {
  text-shadow: 0 0 15px rgba(255, 0, 0, 0.7);
}
/* CSS styling */
.contact-section {
  background-color: #e98c00; /* Este é um tom de azul, ajuste conforme necessário para combinar com o seu design */
  color: white; /* Cor do texto */
  text-align: center; /* Centraliza o texto na div */
  padding: 40px 0; /* Espaçamento acima e abaixo do texto */
  margin: 0; /* Remove qualquer margem padrão */
  width: 100%; /* A div ocupará 100% da largura disponível */
}

.contact-section h2 {
  font-size: 2em; /* Tamanho da fonte do título */
  margin: 0 0 10px 0; /* Margem abaixo do título */
  font-weight: bold; /* Título em negrito */
  line-height: 1.2; /* Espaçamento entre as linhas do título */
}

.contact-section p {
  font-size: 1.5em; /* Tamanho da fonte do texto */
  margin: 0; /* Remove margens do parágrafo */
  font-weight: normal; /* Peso da fonte normal para o texto do parágrafo */
  line-height: 1.5; /* Espaçamento entre as linhas do parágrafo */
}

.sacContato {
  background-color: #333333;
  color: white;
  display: flex;
  flex-direction: row;
  gap: 7em; /* Espaço entre as divs */
  padding: 40px 20px;
  justify-content: center;
  text-align: center;
}

.sacContato .left-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sacContato .left-content img {
  width: 190px;
  height: auto;
  margin-bottom: 10px;
}

@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
.sacContato .left-content p {
  font-size: 20px;
  margin: 0;
  font-family: "Pacifico", cursive; /* Fonte desenhada aplicada */
}

.sacContato .titulos {
  margin-right: 20px;
}

.sacContato .titulos h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.sacContato .titulos p {
  text-align: center;
  margin: 0;
}

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

.sacContato ul li {
  margin-bottom: 10px;
  text-align: center;
}

.sacContato a {
  text-decoration: none;
  color: white;
}

.sacContato a:hover {
  text-decoration: underline;
}
.desenvolvedor {
  background-color: white;
  color: #000;
  text-align: center;
  padding: 0.5rem;
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
  border-top: 1px solid #ccc;
}

.desenvolvedor a {
  color: #f3581a; /* Define a cor do link, pode ser qualquer cor de sua escolha */
  text-decoration: none; /* Remove o sublinhado do link */
}

.desenvolvedor a:hover {
  text-decoration: underline; /* Adiciona o sublinhado ao passar o mouse sobre o link */
}

.prep-time {
  display: flex;
  justify-content: center; /* Centraliza horizontalmente o conteúdo flex */
  align-items: center; /* Centraliza verticalmente o conteúdo flex */
  font-size: 0.8em; /* Tamanho inicial do texto do tempo de preparo */
  color: #666; /* Cor do texto do tempo de preparo */
  margin: 8px 0; /* Espaço acima e abaixo do tempo de preparo */
}

.prep-time img {
  width: 20px; /* Largura inicial do ícone do relógio */
  height: auto; /* Altura automática para manter proporção */
  margin-right: 5px; /* Espaço à direita do ícone */
}
.content-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 20px;
  width: 100%;
  margin-bottom: 5vw;
}

.text-section,
.text-sectionn {
  /* Assegure-se de que ambas as classes estejam estilizadas da mesma forma */
  width: 15em;
  margin-right: 20px;
}

.cortes-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: calc(
    100% - 35em - 20px
  ); /* Ajuste a largura para preencher o espaço restante */
}

.corte-item {
  width: 20vw; /* 20% da largura da viewport */
  height: 20vw; /* Mesma medida para manter a proporção */
  max-width: 170px; /* Largura máxima */
  max-height: 170px; /* Altura máxima */
  background-color: #b6cdd3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

/* Verifique se todas as classes estão corretamente fechadas e estilizadas */
/* ... restante do seu CSS ... */

/* Corrigindo a largura do container dos cortes para alinhar com o texto acima */
.cortes-container {
  width: calc(
    70% - 15em - 20px
  ); /* Ajuste para que fique igual ao container do texto */
}

/* Certifique-se de que todos os usos de classes únicas estejam consistentes em ambos os elementos */
#aves {
  color: #be0505;
  font-size: 1.9em !important;
}

.CortesDeFrangoAvesTemperadas {
  font-size: 1.2em !important; /* Ajuste o tamanho da fonte se necessário para alinhamento */
}

/* Restante dos estilos para .corte-imagem, .corte-label, etc. */

/* Efeito de hover para os itens de produto */
.corte-item:hover {
  transform: scale(1.05); /* Efeito de zoom ao passar o mouse */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Adicione a sombra ao passar o mouse */
}

/* Estilos para as imagens dos produtos */
.corte-imagem {
  max-width: 50%; /* Ajuste a largura máxima da imagem */
  max-height: 50%; /* Ajuste a altura máxima da imagem */
  margin-bottom: 25px;
}

/* Estilos para os rótulos dos produtos */
.corte-label {
  position: absolute;
  bottom: 5px; /* Posição do label na parte inferior do item */
  width: 80%;
  text-align: center;
  font-size: 1em; /* Tamanho da fonte do label */
  font-weight: 600; /* Torna o texto um pouco mais pesado */
  color: #ffffff;
}

#aves {
  color: #be0505;
}

/* Efeito de hover para os itens de produto */
.corte-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Adicione a transição para transform e box-shadow */
}

.text-section h1 {
  font-size: 2.5em; /* Ajuste o tamanho da fonte conforme necessário */
  margin-bottom: 0.5em; /* Ajuste o espaço abaixo do título */
}
.cortes-container {
  width: calc(
    70% - 15em - 20px
  ); /* Ajuste para que fique igual ao container do texto */
}

/* Adicionando margem ao topo de todas as .content-wrapper após a primeira */
.content-wrapper:not(:first-child) {
  margin-top: 2vw; /* Ajuste o valor conforme necessário para obter o espaço desejado */
  margin-bottom: 2vw;
}
.banner img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 0px; /* Este valor ajusta o espaço acima da imagem */
  /* Sombra mais sutil e mais próxima da base da imagem */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); /* Reduza o deslocamento vertical e o desfoque */
}

/*|||||||||||.menuToggle|||||||||||||||BotãoDe3Barrinhas|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#menuToggle {
  display: block;
  position: fixed;
  top: 20px; /* Ajustado para posicionar mais para cima */
  right: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  z-index: 3000 !important;
}

#menuToggle a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: rgb(255, 255, 255);
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #444444;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: fixed;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 10px;
  padding-top: 125px;
  background: #dd7e11;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 100% 0;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  top: 0;
  right: 0;
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
  text-align: center;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

/*|||||||||||.menuToggle|||||||||||||||BotãoDe3Barrinhas|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media screen and (max-width: 1024px) {
  .nav-buttons {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  #menuToggle,
  #menu {
    display: none;
  }
}

/*|||||||||||||||||||||||||||||||||contact-container||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media screen and (max-width: 600px) {
  .contact-container {
    display: flex;
    justify-content: space-around; /* Distribui os itens uniformemente no container */
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
  }
  .contact-item {
    display: flex;
    align-items: center; /* Alinha os itens verticalmente */
    margin: 5px; /* Espaço ao redor de cada item */
    flex-basis: calc(
      50% - 10px
    ); /* Ajusta o item para caber dois por linha, com espaçamento */
  }
  .contact-item img {
    filter: invert(100%);
    width: 13vw !important; /* Define apenas a largura das imagens */
    height: auto; /* A altura se ajustará proporcionalmente */
    margin-right: 10px; /* Espaçamento entre imagem e texto */
  }

  .contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-title {
    font-weight: bold;
    font-size: 5vw;
  }
  .contact-link {
    word-break: break-word;
    font-size: 4vw;
    width: 100%;
  }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
  .contact-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 15px;
    box-sizing: border-box;
  }
  .contact-item {
    display: flex;
    align-items: center;
    margin: 10px;
    flex-basis: calc(50% - 20px);
  }
  .contact-item img {
    filter: invert(100%);
    width: 60px; /* Tamanho maior para tablets */
    height: 60px; /* Altura fixa para manter a proporção */
    margin-right: 15px;
  }
  .contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-title {
    font-weight: bold;
  }
  .contact-link {
    word-break: break-word;
  }
}

/*|||||||||||||||||||||.sacContato|||||ÚltimaParteDoSite|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media screen and (max-width: 768px) {
  .sacContato {
    flex-direction: column; /* Empilha verticalmente em telas menores */
    gap: 1em; /* Reduz o espaço entre as divs */
    padding: 20px; /* Reduz o padding */
  }

  .sacContato .left-content,
  .sacContato .titulos {
    align-items: center; /* Centraliza o conteúdo */
    text-align: center; /* Texto centralizado */
    margin-right: 0; /* Remove a margem direita */
  }

  .sacContato .titulos h2,
  .sacContato ul li,
  .sacContato a {
    text-align: center; /* Texto centralizado */
  }

  .prep-time {
    justify-content: center; /* Mantém o conteúdo centralizado horizontalmente */
  }

  /* Ajustes para as imagens e outros conteúdos conforme necessário */
  .banner img {
    width: 100%; /* Garante que a imagem se redimensione para caber na tela */
    content: url("QualidadeCelular.jpg");
  }
}

/*|||||||||||||||||||||||||||||||||contact-container||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media screen and (max-width: 600px) {
  .contact-container {
    display: flex;
    justify-content: space-around; /* Distribui os itens uniformemente no container */
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
  }
  .contact-item {
    display: flex;
    align-items: center; /* Alinha os itens verticalmente */
    margin: 5px; /* Espaço ao redor de cada item */
    flex-basis: calc(
      50% - 10px
    ); /* Ajusta o item para caber dois por linha, com espaçamento */
  }
  .contact-item img {
    filter: invert(100%);
    width: 13vw !important; /* Define apenas a largura das imagens */
    height: auto; /* A altura se ajustará proporcionalmente */
    margin-right: 10px; /* Espaçamento entre imagem e texto */
  }

  .contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-title {
    font-weight: bold;
    font-size: 5vw;
  }
  .contact-link {
    word-break: break-word;
    font-size: 4vw;
    width: 100%;
  }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
  .contact-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 15px;
    box-sizing: border-box;
  }
  .contact-item {
    display: flex;
    align-items: center;
    margin: 10px;
    flex-basis: calc(50% - 20px);
  }
  .contact-item img {
    filter: invert(100%);
    width: 60px; /* Tamanho maior para tablets */
    height: 60px; /* Altura fixa para manter a proporção */
    margin-right: 15px;
  }
  .contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-title {
    font-weight: bold;
  }
  .contact-link {
    word-break: break-word;
  }
}

/*|||||||||||||||||||||||||||||||||PRODUTOS||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media only screen and (max-width: 600px) {
  .content-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    gap: 10px;
  }

  .text-section,
  .text-sectionn {
    width: 90%;
    align-items: center;
  }

  h1#aves {
    font-size: 7vw !important; /* Aumentando o tamanho do texto */
    color: #be0505;
  }

  .CortesDeFrangoAvesTemperadas {
    font-size: 5vw !important; /* Aumentando o tamanho do texto */
  }

  .cortes-container {
    width: 100%;
    justify-content: center;
  }

  .corte-item {
    width: 35%; /* Diminuindo o tamanho dos botões */
    height: auto; /* Altura automática para manter a proporção da imagem */
  }

  .corte-imagem {
    max-width: 40%; /* Diminuindo o tamanho das imagens */
    margin-bottom: 0px;
    margin-top: 10px; /* Espaço entre a imagem e o texto abaixo dela */
  }

  .corte-label {
    position: static;
    padding: 5px;
    background-color: transparent; /* Removendo o fundo */
    color: white; /* Alterando a cor do texto para branco */
    border-radius: 5px;
    font-size: 3.4vw;
  }

  .banner img {
    margin-top: 0px; /* Ajuste para espaçamento menor em dispositivos móveis */
  }

  .corte-item:hover {
    transform: none; /* Remover o efeito de hover em dispositivos móveis */
    box-shadow: none;
  }
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
  .content-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    gap: 10px;
  }

  .text-section,
  .text-sectionn {
    width: 90%;
    align-items: center;
  }

  h1#aves {
    font-size: 5vw !important; /* Tamanho de fonte ajustado para tablets */
    color: #be0505;
  }

  .CortesDeFrangoAvesTemperadas {
    font-size: 4vw !important; /* Tamanho de fonte ajustado para tablets */
  }

  .cortes-container {
    width: 100%;
    justify-content: center;
  }

  .corte-item {
    width: 100%; /* Tamanho ajustado para tablet */
    height: auto; /* Mantendo a altura automática */
  }

  .corte-imagem {
    max-width: 55%; /* Tamanho da imagem ajustado para tablets */
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .corte-label {
    position: static;
    padding: 5px;
    background-color: transparent;
    color: white;
    border-radius: 5px;
    font-size: auto;
  }

  .banner img {
    margin-top: 0px;
  }

  .corte-item:hover {
    transform: scale(1.05); /* Efeito de hover ajustado para tablets */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  }
}

@media only screen and (min-width: 601px) and (max-width: 900px) and (min-height: 300px) and (max-height: 1000px) {
  .content-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    gap: 10px;
  }

  .text-section,
  .text-sectionn {
    width: 90%;
    align-items: center;
  }

  h1#aves {
    font-size: 8vw !important; /* Tamanho de fonte ajustado para tablets */
    color: #be0505;
  }

  .CortesDeFrangoAvesTemperadas {
    font-size: 6vw !important; /* Tamanho de fonte ajustado para tablets */
  }

  .cortes-container {
    width: 100%;
    justify-content: center;
  }

  .corte-item {
    width: 100%; /* Tamanho ajustado para tablet */
    height: auto; /* Mantendo a altura automática */
  }

  .corte-imagem {
    max-width: 55%; /* Tamanho da imagem ajustado para tablets */
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .corte-label {
    position: static;
    padding: 5px;
    background-color: transparent;
    color: white;
    border-radius: 5px;
    font-size: auto;
  }

  .banner img {
    margin-top: 0px;
  }

  .corte-item:hover {
    transform: scale(1.05); /* Efeito de hover ajustado para tablets */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  }
}
