@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

body, html {
  font-family: "Poppins", sans-serif;
  background: #1e1e1e;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1vw;
}

/*SESSÃO BANNER*/
#blocoA {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

/*SESSÃO VÍDEO*/
#faixa-video {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  background: #000;
  padding: 1%;
}

.video {
  width: 100%;
  max-width: 81%;
  height: auto;
  border: 5px solid #c79f00;
  margin: 2%;
  border-radius: 0px 25px 0px 25px;
}

/*SESSÃO NOSSAS MARCAS*/
.container {
  padding: 0;
  margin: 0;
  background: #000;
  width: 100%;
}

.faixa-marcas {
  width: 100%;
  max-width: 88%;
  padding: 1%;
  margin-bottom: 2%;
  margin-left: auto; /* Mantém o alinhamento à direita */
  border: 5px solid #c79f00;
  border-radius: 20px 0 0 20px; /* Mantém o border-radius */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #1e1e1e; /* Fundo escuro para harmonizar com o layout */
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); /* Mantém a sombra elegante */
}

.faixa-marcas p1 {
  font-size: 4vw;
  font-weight: 600;
  color: #fff;
  margin-right: 5%;
}

.faixa-marcas img {
  width: 15vw;
  max-width: 100%;
  margin-right: 2vw; /* Espaçamento entre imagens */
}

/* Otimização para dispositivos móveis */
@media (max-width: 768px) {
  .faixa-marcas {
    max-width: 100%; /* Ocupar toda a largura em telas pequenas */
    border-radius: 20px 0 0 20px; /* Mantém o border-radius em mobile */
    margin: 0 auto; /* Centraliza o conteúdo em telas menores */
  }

  .faixa-marcas img {
    width: 25vw; /* Aumenta o tamanho da imagem para ficar proporcional em mobile */
  }

  .faixa-marcas p1 {
    font-size: 5vw; /* Ajusta o tamanho do texto para ser mais legível em mobile */
  }
}

.image-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}


/*RECEITAS*/
#blocoC {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

p2 {
  font-size: 3vw;
  font-weight: 600;
  color: #fff;
}

table td {
  padding: 1%;
}

table img {
  border: 3px solid #c79f00;
  border-radius: 0px 25px 0px 25px;
  transition: transform 0.3s ease-in-out;
}

table img:hover {
  transform: scale(1.1);
}

.valores {
  margin: 0 auto;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.valores p2 {
  width: 100%;
  text-align: center;
}

.images {
  display: flex;
  margin-left: -30%;
}

.images img {
  width: auto;
  height: 10vh;
  margin: 10%;
}

/*Receitas*/
.areaReceitas {
  width: 100%;
  max-width: 82%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.areaReceitas a {
  flex: 1;
  margin: 0 10px;
  box-sizing: border-box;
}

.areaReceitas img {
  max-width: 100%;
  height: auto;
  display: block;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: none;
}

/*DOWNLOAD*/
.titulo3 {
  width: 100%;
  max-width: 50%;
  padding: 2%;
  line-height: 1.0;
  font-family: 'Poppins', sans-serif;
}

A31 {
  color: #000;
  font-size: 2.5vw;
  font-weight: 800;
  line-height: 1.0;
}

.bordaV {
  width: 100%;
  max-width: 60%;
  padding: 0.5%;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: rgba(210, 23, 26, 1);
  font-size: 1.5vw;
  text-align: center;
  margin-bottom: 2%;
}

.botao2 {
  width: 100%;
  max-width: 50%;
  margin-top: 5%;
  cursor: pointer;
}

#blocoB img {
  border: 5px solid #c79f00;
}

/* Estilos para mobile */
@media (max-width: 768px) {
  .faixa-marcas p1 {
    font-size: 5vw;
  }

  .faixa-marcas img {
    width: 25vw;
  }

  .video {
    width: 100%;
  }

  .bordaV {
    width: 100%;
    font-size: 3.5vw;
  }

  .titulo3, .botao2 {
    width: 100%;
  }

  .valores {
    width: 100%;
  }

  .images img {
    width: auto;
    height: 8vh;
  }

  p2 {
    font-size: 5vw;
  }

  .areaReceitas img {
    width: 100%;
  }

  A31 {
    font-size: 5vw;
  }

  .botao2 {
    margin-top: 2%;
  }
}
