 *{
    margin: 0;
    padding: 0;
}

body{
    font-family: Arial, sans-serif;
    background-color: #e9bdd2;
    
}

header{
    background-color: #f8b4c8;
    text-align: center;
    padding: 20px;
}

header h1{
    color: white;
    margin-bottom: 15px;
    font-family: cursive;
    font-size: 50px;
    
}

  
nav ul li{
    display: inline-block;
    margin: 0 15px;
    font-size: 20px;
}
nav ul{
    list-style: none;
    text-align: center;
}
nav ul li a {
   text-decoration: none;
   color: white;
}
nav{
    background-color: #f48fb1;
    padding: 12px;
    

}


.men{
    text-align: center;
    padding: 30px;
    
}

.men img{
    width: 800px;
    max-width: 90%;
    border-radius: 9px;
}

.men h2{
    margin-top: 20px;
    color: #d81b60;
}

.men p{
    margin-top: 10px;
    font-size: 20px;
}

.contenido{
    text-align: center;
    padding: 30px;
}

.contenido h2{
    color: #d81b60;
    margin-bottom: 15px;
    font-size: 40px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.contenido p{
    width: 80%;
    margin: auto;
    font-size: 20px;
    margin-top: 20px;
    
}
.contenido img{
    margin-bottom: 15px;
    margin-top: 35px;
}
.men img{
    width: 700px;
    max-width: 90%;
    margin-top: 20px;
    border-radius: 9px;
}
.men h2{
    font-size: 40px;
}
.lindo li a:hover {
    background-color: rgb(173, 100, 149);
    
}


.lindo ul{
    list-style: center;
    padding: 0;
    list-style: none;
}
.lindo a{
    text-decoration: none;
    color: white;
}

.destacados{
    text-align: center;
    padding: 30px;
    
}

.destacados h2{
    color: #d81b60;
    margin-bottom: 20px;
    font-size: 40px;
}

.destacados img{
    width: 250px;
    max-width: 90%;
    border-radius: 10px;
    margin-top: 20px;
}

.destacados h3{
    color: #d81b60;
    margin-top: 10px;
   
}

.destacados p{
    margin-bottom: 20px;
}

.promocion{
    text-align: center;
    background-color: #ffe4ec;
    padding: 25px;
}
.promocion p{
    font-size: 18px;
}
.promocion h2{
    color: #d81b60;
}

.porque{
    text-align: center;
    padding: 30px;
}

.porque h2{
    color: #d81b60;
    margin-bottom: 15px;
    font-size: 40px;
}

.porque p{
    margin: 10px;
    font-size: 20px;
}

footer{
    background-color: #f48fb1;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}
.productos{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.producto{
    text-align: center;
    width: 250px;
}
.producto img{
    width: 180px;
    max-width: 100%;
    border-radius: 10px;
}


.banner-productos{
    text-align: center;
    padding: 30px;
}

.banner-productos h2{
    color: #d81b60;
    font-size: 40px;
}

.banner-productos p{
    font-size: 20px;
    margin-top: 15px;
}

.catalogo{
    text-align: center;
    padding: 30px;
}

.tarjeta{
    display: inline-block;
    width: 250px;
    margin: 15px;
    padding: 15px;
    background-color: white;
    border: 2px solid #f48fb1;
    border-radius: 10px;
    text-align: center;
}

.tarjeta img{
    width: 180px;
    height: 180px;
    border-radius: 10px;
}

.tarjeta h3{
    color: #d81b60;
    margin-top: 10px;
}

.tarjeta p{
    margin-top: 10px;
    font-size: 17px;
}

.tarjeta h4{
    color: #d81b60;
    margin-top: 10px;
}

.tarjeta button{
    margin-top: 15px;
    background-color: #f48fb1;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
 }

.tarjeta button:hover{
    background-color: rgb(207, 11, 112);
}
.promo-productos{
    text-align: center;
    background-color: #ffe4ec;
    padding: 25px;
}

.promo-productos h2{
    color: #d81b60;
}

.promo-productos p{
    font-size: 18px;
}
video{
    max-width: 800%;
    height: auto;
    border-radius: 10px;
}
@media  (max-width: 768px){

    header h1{
        font-size:40px;
    }

    nav ul li{
        margin:10px;
    }

    .men img{
        width:90%;
    }

    .contenido img{
        width:70%;
    }

    .productos{
        justify-content:center;
        gap:20px;
    }

    .producto{
        width:220px;
    }

    .contenido p,
    .men p{
        width:90%;
        font-size:18px;
    }
    video{
        width: 90%;
        height: auto;
    }

   .tarjeta{
        width: 220px;
    }

    .tarjeta img{
        width: 150px;
        height: 150px;
    }

}


@media  (max-width:480px){

    header{
        padding:15px;
    }

    header h1{
        font-size:30px;
    }

    nav ul{
        display:flex;
        flex-direction:column;
        align-items:center;
    }

    nav ul li{
        display:block;
        margin:8px 0;
    }

    nav ul li a{
        display:block;
        width:180px;
        text-align:center;
        padding:10px;
    }

    .men{
        padding:20px;
    }

    .men h2{
        font-size:28px;
    }

    .men p{
        width:100%;
        font-size:17px;
    }

    .men img{
        width:100%;
    }

    .contenido{
        padding:20px;
    }

    .contenido h2{
        font-size:28px;
    }

    .contenido p{
        width:100%;
        font-size:17px;
    }

    .contenido img{
        width:100%;
    }

    .productos{
        flex-direction:column;
        align-items:center;
    }

    .producto{
        width:90%;
        max-width:300px;
    }

    .producto img{
        width:160px;
        height:160px;
    }

    .promocion,
    .porque{
        padding:20px;
    }

    footer{
        font-size:16px;
        padding:15px;
    }
    video{
        width: 100%;
        height: auto;
    }
       .tarjeta{
        display: block;
        width: 90%;
        margin: 20px auto;
    }

    .tarjeta img{
        width: 150px;
        height: 150px;
    }

    .banner-productos h2{
        font-size: 30px;
    }


}


