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

a:link {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}

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

#blocoG {
    width: 100%;
    padding: 0%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    background: #fff;
}

.bannerReceitas{
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 70%;
}

.bordaReceitas{
  width:100%;
  margin-left: .5%;
  margin-top: 1%;
  margin-bottom: 1%;
}

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

.imgReceitasreceita{
  height: 150px;
  width: auto;
  display: inline-block;
  margin: 2%;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 1;
  border: none;
}

.tabela-receitas{
  width: 75%;
  border-spacing: 20px;
}
@media (max-width: 800px) {
  .bannerReceitas{
    border-radius: 0px;
    width: 100%;
  }
  .tabela-receitas {
    width: 85%; /* Ajuste para 100% para ocupar toda a tela */
    border-spacing: 0px;
    margin: 0; /* Remove margem lateral */
    padding: 0; /* Remove padding adicional */
  }
  
  .imgReceitasreceita {
    width: 100%;
    height: auto;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
  }
  .campoCinza {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 98%;
      height: 50px;
      background: #cecece;
      padding: 1%;
      margin: 1%;
      color: #fff;
      font-size: 1vw;
      text-align: center;
      border-top-right-radius: 25px;
      border-bottom-left-radius: 25px;
      position: relative;
      line-height: 1.0;
  }
}
A3{
  color: #fff;
  font-size: 3vw;
  font-weight: 800;
  line-height: 1.0;
}

A4 {
  color: #d2171a;
  font-size: 3vw;
  font-weight: 800;
}

.campoCinza {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98%;
    height: 350px;
    background: #cecece;
    padding: 1%;
    margin: 1%;
    color: #fff;
    font-size: 1vw;
    text-align: center;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    position: relative;
    line-height: 1.0;
}

/* Para telas menores que 800px */
@media (max-width: 800px) {
    .campoCinza {
        height: auto; /* Altura automática */
    }
    A21{
      font-size: 2.5vw;
    }
    p{
      font-size: 1.5vw;
    }
}

.campoCinza img{
  width: 100%;
}

.descricaoProduto{
  width: 100%;
  text-align: left;
  font-size: 1.5vw;
  color: #000;
  font-weight: 800;
  margin-left: 5%;
}

.ingredientes{
  width: 90%;
  text-align: left;
  font-size: 1vw;
  font-weight: 500;
}

A1{
  font-size: 3vw;
  Color: #D2171A;
  text-align: center;
  font-weight: 800;
}
