*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 95vw;
    margin: 0 auto;
}
nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background: rgb(70, 149, 240);
    
    margin-top: 10px;
    
    margin-bottom: 20px;
    
    
    padding: 0 20px;
    box-shadow: 0px 0px 5px #000;
}
.queArmar{
    width: 100%;
    height: 60px;
    background: rgba(70, 149, 240, 0.418);
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 20px;
    box-shadow: 0px 0px 5px #000;
    display: flex;
    justify-content: space-evenly;
    align-items: center;


}
.queArmar img{
    width: 40px;
    height: 40px;
}
.queArmar img:hover{
    cursor: pointer;
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}
nav h2{
    font-size: 25px;
    position: relative;
    top: 10px;
    text-align: center;
    font-weight: bold;
    color: rgb(0, 0, 0);
    
    letter-spacing: 2px;

    font-family: 'Roboto', sans-serif;
}
.pedir
    {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 30px;
        }

    

.pedirComida{
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    padding: 12px 20px;
    width: 100%;
    cursor: pointer;

}
.pedirComida:hover{
    background-color: #56ee1080;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    padding: 12px 20px;
    width: 100%;
    cursor: pointer;
}
#pedido{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(10, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    cursor: pointer;
    }

h4{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 12px 20px;
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.li{
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    padding: 12px 20px;
    
}

#reseteo button{
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    font-size: 13px;
    font-weight: bold;
    margin-top: 12px;
    padding: 5px 10px;
    cursor: url(../img/borrar1.png), auto;
    width: 100%;
}


button{
    text-decoration: none;
    background-color: #f2f2f200;
    list-style: none;
    border: none;

}
#banner{
    
        color: rgb(0, 0, 0);
        font-size: 20px;
        font-weight: bold;
        margin-top: 12px;
        margin-bottom: 12px;
        padding: 12px 20px;
        width: 100%;
        background-color: #f2f2f2;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    
}

.img-hamburgesa{
    width: 64px;
    height: 64px;
    object-fit: cover;
}
.confirmar{
    background-color: #00ff2abd;
    border: 2px solid #ccc;
    box-shadow: 0px 0px 5px #000;
    border-radius: 4px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 50px;
    padding: 12px 20px;
    width: 100%;
    cursor: pointer;
}

/* responsive */

@media screen and (max-width: 600px){
    .pedir{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 30px;
        }
    .pedirComida{
        background-color: #f2f2f2;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        color: #2f2f2f;
        font-size: 16px;
        font-weight: bold;
        margin-top: 12px;
        padding: 12px 20px;
        width: 100%;
        cursor: pointer;
    }
    .confirmar{
        background-color: #00ff2abd;
        border: 2px solid #ccc;
        box-shadow: 0px 0px 5px #000;
        border-radius: 4px;
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 50px;
        padding: 12px 20px;
        width: 100%;
        cursor: pointer;
    }
    .queArmar{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .queArmar img{
        width: 40px;
        height: 40px;
    }
    .queArmar img:hover{
        cursor: pointer;
        transform: scale(1.2);
        transition: all 0.3s ease-in-out;
    }
    .img-hamburgesa{
        width: 64px;
        height: 64px;
        object-fit: cover;
    }
    .confirmar{
        background-color: #00ff2abd;
        border: 2px solid #ccc;
        box-shadow: 0px 0px 5px #000;
        border-radius: 4px;

    }}


@media screen and (max-width: 400px){
    .pedir{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 30px;
        }
    .pedirComida{
        background-color: #f2f2f2;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        color: #2f2f2f;
        font-size: 16px;
        font-weight: bold;
        margin-top: 12px;
        padding: 12px 20px;
        width: 100%;
        cursor: pointer;
    }
    .confirmar{
        background-color: #00ff2abd;
        border: 2px solid #ccc;
        box-shadow: 0px 0px 5px #000;
        border-radius: 4px;
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 50px;
        padding: 12px 20px;
        width: 100%;
        cursor: pointer;
    }
    .queArmar{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .queArmar img{
        width: 40px;
        height: 40px;
    }
    .queArmar img:hover{
        cursor: pointer;
        transform: scale(1.2);
        transition: all 0.3s ease-in-out;
    }
    .img-hamburgesa{
        width: 64px;
        height: 64px;
        object-fit: cover;
    }
    .confirmar{
        background-color: #00ff2abd;
        border: 2px solid #ccc;
        box-shadow: 0px 0px 5px #000;
        border-radius: 4px;
    }
}

@media screen and (max-width: 700px){
    
    .pedir{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 30px;
        }
    .pedirComida{
        background-color: #f2f2f2;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        color: #2f2f2f;
        font-size: 16px;
        font-weight: bold;
        margin-top: 12px;
        padding: 12px 20px;
        width: 100%;
        cursor: pointer;
    }
    .confirmar{
        background-color: #00ff2abd;
        border: 2px solid #ccc;
        box-shadow: 0px 0px 5px #000;
        border-radius: 4px;
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 50px;
        padding: 12px 20px;
        width: 100%;
        cursor: pointer;
    }
    .queArmar{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .queArmar img{
        width: 40px;
        height: 40px;
    }
    .queArmar img:hover{
        cursor: pointer;
        transform: scale(1.2);
        transition: all 0.3s ease-in-out;
    }
    .img-hamburgesa{
        width: 64px;
        height: 64px;
        object-fit: cover;
    }
    .confirmar{
        background-color: #00ff2abd;
        border: 2px solid #ccc;
        box-shadow: 0px 0px 5px #000;
        border-radius: 4px;
    }
}
    
.swal-text {
    background-color: #FEFAE3;
    padding: 17px;
    border: 1px solid #F0E1A1;
    display: block;
    margin: 22px;
    text-align: center;
    color: #61534e;
  }