* {padding: 0;
    margin: 0;
    
}

html, body {
    height: 100%;
    width: 100%;
    background-color: black;
}

header {background-color:darkblue;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }

    header ul {
    color: yellow;
    display: flex;
    gap: 25px;
    list-style: none;
    position: relative;
    left: 450px;

    }

    header ul li a  {
        color: yellow;
        font-size: x-large;
        text-decoration: none;
    }

 

.local {
    background-color: black;
    height: 600px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    overflow: visible;
}

.local img {
    width: calc(33.33% - 10px);
    height: 50%;
    object-fit: cover;
    transition: transform 0.3s ease; 
}

.local img:hover {
    transform: scale(2);
    z-index: 10; 
}

.logo {
    background-color: black;
    height: 250px;
    color: red;
    padding: 20px;
    margin: 20px;
    display: flex;
    justify-content: center;   
    align-items: center;      
    gap: 40px;                 
}

.logo img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    flex-shrink: 0;            
}

.logo h1 {
    font-size: 200px;          
    line-height: 1;            
    margin: 0;
    white-space: nowrap;
}

.pizzas, .empanadasycanastitas {
    background-color: black;
    color: darkgoldenrod;
    height: auto;
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px; 
    padding: 20px;
    font-size: x-large;
    
    
}

.promos {
    width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
    background-color: black;
    padding: 20px; 
    
    
}

.promo-item {
    text-align: center;
}

.images {
    display: flex;
    justify-content: center;
    gap: 10px; 
}

.images img {
    width: calc((100% - 10px) / 2); 
    height: auto; 
    object-fit: cover;
}

.promos {
    width: 500px;
    height: 500px;
    background-color: black;
}

.promos {
    width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
    background-color:black ;
    margin-bottom: 50px;
    position: relative;
    right: 250PX;

    
}


.promos div:nth-child(5) {
    grid-column: 2 / 3; 
}

.promos div:nth-child(6) {
    grid-column: 3 / 4; 
}

.promos div {
    background-color: black;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;

    
   

}


.promos .imagenes {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;

}


.promos .imagenes img {
    width: 300px;
    height: 300px;
    object-fit: cover;    
    
}

.promos h1 {
    color: darkgoldenrod;
}

.signomas {
    font-size: xx-large;
}

.datos {
    background-color: black;
    width: 100%;
    height: 200px;
}

.falso {color: black;}

h1 {
    text-align: center;
    
}

.titulopromos {
    color: red;
}

h2 , .falso1{
    color: darkgoldenrod;
}

@media (max-width: 880px) {

    
    img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .local {
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .local img {
        width: 100%;
        height: 180px;
    }

    .local img:hover {
        transform: none;
    }


    .empanadasycanastitas {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 20px;
        font-size: large;
        align-items: start;
    }

    
    .promos {
        width: 100%;
        right: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        padding: 10px;
    }

    .promos div {
        width: 100%;
    }

    .promos .imagenes {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .promos .imagenes img {
        width: 100%;
        height: 160px;
    }

    
    h1 {
        font-size: x-large;
    }

    .titulopromos {
        font-size: 40px;
        margin: 20px 0;
    }

    header {
        justify-content: center;
    }

    header ul {
        left: 0;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    
    .pizzas {
        max-width: 720px;
        margin: 0 auto;
        grid-template-columns: 2.2fr 1fr 1fr;
        font-size: small;
        gap: 8px;
    }

    .pizzas .pizza-item {
        padding: 2px;
    }

    .pizzas h2 {
        font-size: medium;
        text-align: center;
    }

    .pizzas p {
        font-size: small;
        line-height: 1.2;
    }




    body {
        overflow-x: hidden;
    }

    
   .pizzas {
        max-width: 640px;      
        margin: 0 auto;
        grid-template-columns: 2.5fr 1fr 1fr;
        gap: 6px;
        padding: 10px 5px;
        box-sizing: border-box;
    }

    .pizzas .pizza-item {
        min-width: 0;
    }

    .pizzas h2 {
        font-size: 15px;
        text-align: left;
        margin-bottom: 6px;
    }

    .pizzas p {
        font-size: 13px;
        line-height: 1.15;
        margin: 0;
    }

   .logo {
        width: 100%;
        max-width: 100%;
        margin: 10px auto;
        padding: 20px 10px;
        box-sizing: border-box;
        justify-content: center;
    }

    .logo h1 {
        font-size: 72px;
    }

    .logo img {
        width: 100px;
        height: 100px;
    }

}

@media (max-width: 480px) {

    body {
        overflow-x: hidden;
    }


    header {
        padding: 10px;
    }

    header ul {
        flex-direction: column;
        gap: 10px;
        left: 0;
    }

    header ul li a {
        font-size: medium;
    }


    .local {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 8px;
    }

    .local img {
        height: 160px;
    }


    .logo {
        flex-direction: column;
        gap: 10px;
        height: auto;
        padding: 15px 10px;
    }

    .logo h1 {
        font-size: 48px;
    }

    .logo img {
        width: 80px;
        height: 80px;
    }


    .pizzas {
        grid-template-columns: 1.8fr 1fr 1fr;
        max-width: 100%;
        padding: 8px 4px;
        gap: 4px;
        font-size: 12px;
    }

    .pizzas h2 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .pizzas p {
        font-size: 12px;
        line-height: 1.1;
    }


    .empanadasycanastitas {
        grid-template-columns: 1.5fr 1fr;
        font-size: small;
        gap: 10px;
    }

    .promos {
        width: 100%;
        right: 0;
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 10px;
    }

    .promos .imagenes {
        flex-direction: column;
    }

    .promos .imagenes img {
        width: 100%;
        height: 180px;
    }

    .promos h1 {
        font-size: medium;
        text-align: center;
    }

    .promos h2 {
        font-size: large;
    }


    h1 {
        font-size: large;
    }

    .titulopromos {
        font-size: 32px;
        margin: 15px 0;
    }

}



   











    





