#CESTADEALIMENTOS{
    display: block;
    flex-direction: column;
    
}
linha_CADASTRO{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    padding: 8px;
    font-size: 45PX;
    color: rgb(255, 115, 0);
    border: #2ab600 solid 4px;
    border-radius: 20%;
}
linha_CADASTRO2{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    padding: 8px;
    font-size: 33PX;
    border: #6cf543 solid 1px;
    border-radius: 20px;
}

.inputlongo{
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: none;
    border-radius: 30px;
    box-sizing: border-box;
    background-color: #e7e7e7;
    border: 2px solid #2ab600;
     box-shadow: 5px 2px 10px 10px #ff8330;
    font-size: 22px;
    color: rgb(255, 115, 0);
    font-weight: bold;
    text-align: center;
    gap: 10px;
    text-align: center;
	}

    .inputlongo:hover {
        background-color: #000000;
        box-shadow: 3px 3px 10px 10px rgb(2, 125, 240);
        color: #b5f8b8;
      }

.inputcurto{
    width: 20%;
    height: 75px;
    padding: 10px;
    margin: 5px 0;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #e7e7e7;
    border: 5px solid #2ab600;
     box-shadow: 5px 2px 10px 5px #ff8330;
    font-size: 30px;
    color: rgb(255, 115, 0);
    font-weight: bold;
    text-align: center;
    gap: 10px;
    text-align: center;
	}

    .inputcurto:hover {
        background-color: #000000;
        box-shadow: 3px 3px 10px 10px rgb(2, 125, 240);
        color: #b5f8b8;
        width: 25%;
      }
      .g{
        display: inline-block;
        font-size: 40px;
        color: rgb(255, 115, 0);
        font-weight: bold;
        width: 2%;
        animation: tremida 2s infinite;
      }
      #PESQUISARALIMENTOSICON, #PESQUISARALIMENTOSICONEXCLUIR{
        display:block;
        position: absolute;
        width: 70px;
        left:33%;
        top: 42.7%;
        animation: tremida 2s infinite;
        cursor: pointer;
        z-index: 1000;
      }
 #PESQUISARALIMENTOSICON:hover, #PESQUISARALIMENTOSICONEXCLUIR:hover {
        width: 85px;
      }


 @media screen and (max-width: 1366px) {

            #PESQUISARALIMENTOSICON, #PESQUISARALIMENTOSICONEXCLUIR{
        display:block;
        position: absolute;
        width: 70px;
        left:25%;
        top: 65%;
        animation: tremida 2s infinite;
        cursor: pointer;
        z-index: 1000;
      }
    }
      @media screen and (max-width: 768px) {
        .g{
          
          font-size: 20px;
    
        }
        .inputlongo{
          font-size: 20px;
          }
        .inputcurto{
          font-size: 20px;
          width: 30%;
          }
           .inputcurto:hover {
      
            width: 35%;
          }
          linha_CADASTRO, linha_CADASTRO2{
            font-size: 17px;
          }
                 #PESQUISARALIMENTOSICON, #PESQUISARALIMENTOSICONEXCLUIR{
        display:block;
        position: absolute;
        width: 50px;
        left:5%;
        top: 28.5%;
        animation: tremida 2s infinite;
        cursor: pointer;
        z-index: 1000;
      }
      }