@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: rgba(211, 211, 211, 0.596);
}

.identificar {
    text-align: center;
}

.identificar h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ec0404;
}

.identificar span {
    color: gray;
}

span {
    font-size: 1.1em;
}

/* Container com os botoes para paginas de cardápio */
.btn-opçoes {
    display: flex;
    justify-content: center;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.btn-opçoes a {
    color: white;
}

.btn-opçoes a:hover {
    color: yellow;
}


/* Botões do cardápio */
.sanduiches {
    border-radius: 10px;
    padding: 10px;
    background-color: #ec040488;    
    height: 30px;
    color: white;
    
}

.adicionais {
    border-radius: 10px;
    padding: 10px;
    background-color: #ec040488;    
    height: 30px;
    color: white;
}

.bebidas {
    border-radius: 10px;
    padding: 10px;
    height: 30px;
    background-color: #ec040488;    
    color: white;
}

.combos {
    border-radius: 10px;
    padding: 10px;
    height: 30px;
    background-color: #ec040488;
    color: white;
}

/* Outras adicionais */
.container-outras-adicionais {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box-adicionais {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 680px) {
    .box-adicionais {
        gap: 50px;
    }
}

.outras-adicionais {
    width: 300px;
    display: flex;
}

.outras-adicionais h4 {
    padding: 5px;
}

.outras-adicionais-item {
    text-align: left;
    color: gray;
    width: 70%;
}

.outras-adicionais-valor  {
    color: #ec0404;
}

/* Produtos de carnes na aba adicionais */
.container-adicionais {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
}

.adicionais-nomes h2 {
    text-align: center;
    color: #ec0404;
    margin-top: 30px;
    margin-bottom: 5px;
}

.adicionais-nomes p {
    color: gray;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.carnes {
    display: flex;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.carnes h4 {
    padding: 5px;
}

.carnes-produto {
    text-align: left;
    width: 70%;
    color: gray;
}

.carnes-valor {
    color: #ec0404;
}
