@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: 96%;
	padding: 2%;
	background: #fff;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	align-content: center;s
}

.bannerProdutos{
	width: 100%;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.campoVermelho {
	width: 97%;
	background: #D2171A;
	padding: 1%;
	margin: 1%;
	color: #fff;
	font-size: 1vw;
	text-align: left;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	position: relative;
	line-height: 1.0;
}

.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;
}

.campoCinza img{
	width: 60%;
}

/* Estilos para o menu vertical */
#menu-produtos {
    width: 80%;
    color: #fff;
    padding: 10%;
}

@media (max-width: 800px) {
    #menu-produtos {
        font-size: 2vw; /* Ajusta o tamanho da fonte para 2vw em telas menores que 800px */
    }
    h2{
        font-size: 2vw;
    }
    .produto img {
        width: 100%;
        height: auto;
        border: none;
    }
    .produto-titulo{
        font-size: 2.5vw;
    }
    .campoCinza {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 98%;
        height: 15vh;
        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;
    }

    .campoCinza img{
        width: 100%;
    }

}

@media (min-width: 801px) {
  td:nth-child(1) {
    width: 21%;
  }
  td:nth-child(2) {
    width: 79%;
  }
}

/* Estilo para telas de 800px ou menores */
@media (max-width: 800px) {
  td:nth-child(1) {
    width: 30%;
  }
  td:nth-child(2) {
    width: 69%;
  }
}

#menu-produtos a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px 0;
    position: relative;
}

/* Estilo do submenu */
.submenu {
    display: none; /* Submenu oculto por padrão */
    margin-left: 10px;
    padding-left: 10px;
    opacity: 0;
    transform: translateY(-10px); /* Começa um pouco acima do local final */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Exibe o submenu ao passar o mouse sobre o item do menu */
.menu-item:hover .submenu {
    display: block;
    opacity: 1;
    transform: translateY(0); /* Move para a posição final */
}
.produto table {
    width: 100%;
}

.produto img {
	width: 150px;
    height: 150px;
    border: none;
}

.produtos-container {
    display: flex;
    flex-wrap: wrap;
}

.produto {
    width: 24%; /* Tamanho padrão para telas maiores */
    padding: 2%;
    font-size: 0.9vw;
    font-weight: 500;
    box-sizing: border-box; /* Para incluir margem na largura total */
    color: #fff;
}

/* Media query para telas menores que 800px */
@media (max-width: 800px) {
    .produto {
        width: 48%; /* Duas colunas em telas menores */
        margin-bottom: 4%; /* Espaçamento inferior entre os produtos */
    }
}

.bordaVProduto {
  width: 80%;
  height: auto;
  padding: .5%;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: rgba(210, 23, 26, 1);
  font-size: .9vw;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
}

r1{
  font-size: 1.7vw;
  font-weight: 600;
  color: #d2171a;
}

@media (orientation: portrait) {
.produto img {
		width: auto;
    height: 50px;
}
.produto {
    font-size: 1.5vw;
}
    r1{
      font-size: 3vw;
      font-weight: 600;
      color: #d2171a;
    }
}

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

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

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

/* Estilo padrão para telas maiores que 800px */
@media (min-width: 801px) {
  p {
    font-size: 1.4vw;
  }
  p:nth-child(2) {
    font-size: 0.8vw;
  }
}

/* Estilo para telas de 800px ou menores */
@media (max-width: 800px) {
  p {
    font-size: 2.3vw;
    font-weight: 600;
  }
  p:nth-child(2) {
    font-size: 1.8vw;
  }
}

@media (max-width: 800px) {
    .bannerProdutos{
        width: 100%;
    }
}
