@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

:root {
  --verde_escuro: #2C5629;
  --verde_claro: #8DC63F;
  --tam_titulo: 2.5em;
  --tam_texto: 1.5em;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: white;
    cursor: pointer;
}

a:hover{ color:var(--verde_claro)}



body, ul, li p {
  margin: 0px; 
  padding: 0px;
  font-family: 'Asap Condensed', sans-serif;
  font-weight: lighter;
  font-size: 1em;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  font-family: 'Fira Sans Condensed', sans-serif;
  border: none;
  outline: none;
  background-color:var(--verde_claro);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: var(--verde_escuro);
  color: white;
}

header {
  height:auto; 
  background-color: lightcoral;
  background-image: url("../images/cover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
 
}
.logo {
  height:250px; 
  width: 250px;
  margin: 0 auto;
}

.slogan {
  height:100%; 
  background-color: var(--verde_escuro);
  margin: 0 auto;
  text-align: center;
  color: white;
  padding: 20px;
  font-size: var(--tam_texto);
}

img{
  height:100%; 
  width: 100%;

}

ul {
  display: flex;
  list-style-type: none; 
  background-color: var(--verde_escuro);
  padding: 0px;
  height: 100%;
  
}

li {
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  width: 100%;
  color: white;
  
}

.ifood {
  width: 50px;
  height: auto;
  padding: 0px;
  margin: 0 auto;
}

.promo {
  background-color: var(--verde_claro);
  padding:10px;
  text-align: center;
}
      .foto_promo {
        margin: 0 5% 0 5%;
        text-align: center;
        border: white;
        border-width: 5px;
        border-style: solid;
        box-shadow: 2px 2px #888888;
      }
      .titulo_promo {
        height:100%; 
        margin: 0 auto;
        text-align: center;
        color: var(--verde_escuro);
        font-weight: bold;
        font-size:var(--tam_titulo);
        padding: 5px;
      }
      .texto_promo {
        height:100%; 
        margin: 0 auto;
        text-align: center;
        color: var(--verde_escuro);
        font-family: 'Asap Condensed', sans-serif;
        font-weight: medium;
        font-size:var(--tam_texto);
        padding: 5px;
      }



  


  .cardapio {
  background-color:white;
  padding:30px;
  text-align: center;
}

      .massa {
        width: 150px;
        height: auto;
        padding: 0px;
        margin: 0 auto;
      }

      .titulo_cardapio {
        height:100%; 
        margin: 0 auto;
        text-align: center;
        color: var(--verde_escuro);
        font-family: 'Asap Condensed', sans-serif;
        font-weight: bold;
        font-size:var(--tam_titulo);
        padding: 0px;
      }

      .texto_cardapio {
        height:100%; 
        margin: 0 auto;
        text-align: center;
        color: var(--verde_escuro);
        font-family: 'Asap Condensed', sans-serif;
        font-weight: medium;
        font-size: 1.5em;
        padding: 10px;
      }

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #BFD730;
  text-align: center;
}

.foto_item {
  margin: 5px 5px 5px 5px;
  width:150px;
  height:150px;
  padding:0px;
  text-align: center;
  border: white;
  border-width: 5px;
  border-style: solid;
  box-shadow: 2px 2px #888888;
 
}
.titulo_item {
  color: var(--verde_escuro);
  text-align: center;
  font-family: 'Asap Condensed', sans-serif;
  font-weight: bold;
  font-size:var(--tam_titulo);
  padding: 5px;
  margin: 0px 5px 0px 5px;
}
.ingredientes_item {
  color: var(--verde_escuro);
  text-align: center;
  font-family: 'Asap Condensed', sans-serif;
  font-weight: medium;
  font-size:var(--tam_texto);
  padding: 5px;
  margin: 0px 5px 0px 5px;
}
.preco_item {
  color: var(--verde_escuro);
  text-align: center;
  font-weight: bold;
  font-size:var(--tam_texto);
  padding: 5px;
  border: 1px;
}

.ifood_back {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  background-color: red;
  height: auto;
  padding: 10px;
}

      .ifood_peca {
        text-align: center;
        color: white;
        font-size: var(--tam_texto);
        width: 80%;
        height: auto;
        margin: 0px 0px 0px 0px;
      }

      .ifood_logo {
        text-align: center;
        color: white;
        background-repeat: no-repeat;
        background-clip: content-box;
        width: 10%;
        height: auto;
        padding: 0px;
        margin: 10px 0px 0px 10px;
}

.rappi_back {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  background-color: #FC683A;
  height: auto;
  padding: 10px;
}

      .rappi_peca {
        text-align: center;
        color: white;
        font-size: var(--tam_texto);
        width: 80%;
        height: auto;
        margin: 0px 0px 0px 0px;
      }

      .rappi_logo {
        text-align: center;
        color: white;
        background-repeat: no-repeat;
        background-clip: content-box;
        width: 10%;
        height: auto;
        padding: 0px;
        margin: 10px 0px 0px 10px;
}


.zap_back {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  background-color: #2AB34B;
  height: auto;
  padding: 10px;
}

      .zap_fale {
        text-align: center;
        color: white;
        font-size: var(--tam_texto);
        width: 80%;
        height: auto;
        margin: 0px 0px 0px 0px;
      }

      .zap_logo {
        text-align: center;
        color: white;
        background-repeat: no-repeat;
        background-clip: content-box;
        width: 10%;
        height: auto;
        padding: 0px;
        margin: 10px 0px 0px 10px;
}


.insta_back {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  background-color: #6351A2;
  height: auto;
  padding: 10px;
}

      .insta_siga {
        text-align: center;
        color: white;
        font-size: var(--tam_texto);
        width: 80%;
        height: auto;
        margin: 0px 0px 0px 0px;
      }

      .insta_logo {
        text-align: center;
        color: white;
        background-repeat: no-repeat;  
        background-clip: content-box;
        width: 10%;
        height: auto;
        padding: 0px;
        margin: 10px 0px 0px 10px;
}


.fb_back {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  background-color: #4B62AD;
  height: auto;
  padding: 10px;
}

      .fb_siga {
        text-align: center;
        color: white;
        font-size: var(--tam_texto);
        width: 80%;
        height: auto;
        margin: 0px 0px 0px 0px;
      }

      .fb_logo {
        text-align: center;
        color: white;
        background-repeat: no-repeat;  
        background-clip: content-box;
        width: 10%;
        height: auto;
        padding: 0px;
        margin: 10px 0px 0px 10px;
}

.bottom {
  background-color: var(--verde_escuro);
  padding:10px;
  text-align: center;
  font-size: 1em;
  font-weight: lighter;
  color: white;
}

@media only screen and (max-width: 600px) {

ul {
  display: block;
  padding: 0px;}

li {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  height: 80px;
  vertical-align: middle;
}

.itens {
  width: 100%;
  display: inline-block;
}

}