.kaja2{
    width: 70%;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hache3{
    width: 70%;
    height: 30px;
    color: rgb(16, 237, 12);
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

.hache51{
    width: 70%;
    height: 20px;
    color: rgb(14, 15, 14);
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 15px;
}

.hache5{
    width: 70%;
    height: 20px;
    color: rgb(14, 15, 14);
    text-align: center;
    margin-bottom: 0px;
    margin-top: 16px;
}

.platillos{
    width: 350px;
    margin-right: 15px;
    margin-top: 20px;
    margin-left: 5px;
    border: solid black 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.platillos1{
    width: 350px;
    margin-right: 15px;
    margin-top: 0px;
    margin-left: 5px;
    border: solid black 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 23 14px 14px rgba(210, 24, 24, 0.1);
}

.imgplatos{
    width: 280px;
    height: 260px;
    margin-top: 20px;
}

h4{
    width: 300px;
    text-align: center;
    margin-top: 30px;
    height: 60px;
    color: rgb(84, 84, 85);
}




.kaj3 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.hache21 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}


form {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Espaciado entre los elementos del formulario */
}

label {
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
    margin-top: 10px;
    color: black;
}

input {
    padding: 10px;
    font-size: 14px;
    background-color: bisque;
    box-shadow: 2px 2px 2px black;
    position: relative;
    bottom: 2px;
    border: none;
}

input:hover {
    background-color: rgb(236, 235, 234);
    box-shadow: 2px 2px 2px black;
    position: relative;
    bottom: 2px;
    border: none;
    font-size: 16px;
}

.button1{
    height: 30px;
    margin-top: 40px;
    color: rgb(251, 250, 252);
    background-color: rgb(10, 81, 233);
    box-shadow: 2px 2px 2px black;
    border: none;
    border-radius: 3%;
}

.button1:hover{
    margin-top: 38px;
    color: rgb(16, 16, 16);
    background-color: rgb(186, 50, 236);
}

.button2{
    height: 30px;
    margin-top: 0px;
    color: rgb(251, 250, 252);
    background-color: rgb(10, 81, 233);
    box-shadow: 2px 2px 2px black;
    border: none;
    border-radius: 3%;
    margin-bottom: 20px;
    width: 100px;
}

.button2:hover{
    color: rgb(16, 16, 16);
    background-color: rgb(186, 50, 236);
}

.imgg{
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-left: 50px;
}

.foot{
    width: 101%;
    height: 470px;
    display: flex;
    background-color: rgb(7, 23, 53);
    margin-top: 15px;
}

.foot1{
    width: 33.2%;
    height: 470px;
}

.dat{
    color: rgb(154, 6, 6);
    text-align: center;
}

.p1{
    color: #f9f9f9;
    text-align: center;
}

.patro{
    margin-bottom: 0px;
    height: 50px;
    text-align: center;
    margin-left: 60px;
    font-size: 30px;
}

.hac{
    width: 101%;
    height: 30px;
    background-color: rgb(7, 23, 53);
    margin-top: 0px;
    text-align: center;
    color: aliceblue;
    padding-top: 6px;
}

.footimg{
    width: 101%;
    height: 50px;
    background-color: rgb(7, 23, 53);
    margin-top: 0px;
    border-top: solid black 2px;
    text-align: center;
    color: aliceblue;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
}

.imgg11{
    width: 30px;
    height: 30px;
    margin-top: 10px;
    padding-right: 30px;
}