
  
  /* Text */
  .box > * {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: justify;
  }


.header-container-cobre-tela{
    width: 100%;
    height: 10%;
    justify-content: space-between;
}


.texto-Header{
    font-weight: bolder;
    overflow: hidden;
}

.espaco-texto{
    width: 100%;
    height: 70%;
    max-height: 70%;
    overflow-y: auto;
}

.espaco-texto > *{
    width: 90%;
}


.body-container-cobre-tela{
    width: 100%;
    height: 85%;
}

.container-divisao-meio{
    display: flex;
    flex-direction: row;
}
.conteudo-body-esquerda{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.conteudo-imagem{
    width: 30%;
    height: 100%;
    position: relative;
    background-image: url('../../../Assets/Utils/moldura.webp'),url('../../../Assets/Cidades/CAPITAL.webp');
    background-position: center,center;
    background-repeat: no-repeat,no-repeat;
    background-size: cover!important;
}


.conteudo-imagem > div{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url('../../../Assets/Utils/moldura.webp');
    background-position: center;
    background-repeat: no-repeat;
}

.parte-container-cobre-tela{
    height: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.laterais-container-cobre-tela{
    width: 10%;
}
.esquerda-lateral{
    background-image: url('../../../Assets/Utils/partes-pergaminho/BASE-LEFT.webp');
}
.meio-container-cobre-tela{
    height: 88%;
    background-image: url('../../../Assets/Utils/partes-pergaminho/BASE.webp');
    width: 70%;
}
.direita-lateral{
    background-image: url('../../../Assets/Utils/partes-pergaminho/BASE-RIGHT.webp');
}

.conteudo-container{
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.espaco-botoes{
    width: 100%;
    height: 30%;
    display: flex;
    gap: 1rem;
}






#espaco_alimentos{
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
}

#espaco_alimentos > *{
    width: calc(33.3% - 1rem);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.alimento_button>*{
    width: 100%;
}

.alimento_icon:hover{
    background-image: url('../../../Assets/Utils/Icones/alimento-compra.webp'),url('../../../Assets/Utils/Icones/Icon-Select/argola-select.webp');
    background-position: center,center;
    background-repeat: no-repeat,no-repeat;
    background-size: 60%,contain;
    cursor: pointer;
}  

.alimento_icon.active{
    background-image: url('../../../Assets/Utils/Icones/alimento-compra.webp'),url('../../../Assets/Utils/Icones/Icon-Select/argola-select.webp');
    background-position: center,center;
    background-repeat: no-repeat,no-repeat;
    background-size: 60%,contain;
}  

.alimento_icon{
    height:70% ; 
    background-image: url('../../../Assets/Utils/Icones/alimento-compra.webp');
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}

.alimento_value{
    height: 30%;
    width: 80%;
    background-image: url('../../../Assets/Utils/Icones/moeda-viewder.webp'),url('../../../Assets/Utils/Icones/moeda-viewder.webp'),url('../../../Assets/Utils/Icones/moeda-viewder.webp');
    background-position: left,center,right;
    background-size: 25%,25%,25%;
    background-repeat: no-repeat,no-repeat,no-repeat;
}

.alimento_value_unique{
    height: 100%;
    width: 10%;
    background-image: url('../../../Assets/Utils/Icones/moeda-viewder.webp');
    background-position: left,center,right;
    background-size: contain;
    background-repeat: no-repeat,no-repeat,no-repeat;
}

#alimento_compra > .conteudo-imagem{
    background-image: url('../../Assets/Mercado/mercado.webp');
}

.botoes_espaco_comprar{
    padding: 1.5rem;
    background-image: url('../../../Assets/Utils/botao.webp');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.botoes_espaco_comprar>*{
    margin: 0;
    color: white;
    text-align: center;
    font-weight: bolder;
    user-select: none;
}

.botoes_espaco_comprar>*:hover{
    cursor: pointer;
}
#espacoComprar{
    display: flex;
    flex-direction: column;
    height: 30%;
    width: 100%;

    gap: 1rem;
}

#espacoComprar >*{
    margin:  0 ;
    display: flex;
    justify-content: center;
    align-items: center;
}
#espaco_comprar_botoes{
    display: flex;
    height: 50%;
    width: 100%;

    gap: 1rem;
}

#espaco_comprar_botoes >*{
    margin:  0 ;
    display: flex;
    justify-content: center;
    align-items: center;
}



