h1{
    text-align: center;
    font-size: 80px;
    color: brown;
}

h2{
    font-size: 40px;
    text-align: center;
    color: brown;
}

h3{
    font-size: 30px;
    color: brown;
}

p{
    font-size: 20px;

}

.contenedor{
    display: flex;
}

.imagen{
    width: 350px;
    margin-right: 50px;
    border-radius: 40px;
    padding: 20px;
    color: bisque;
}

body{
    background-image: url(Textura\ natural\ en\ tonos\ beiges.png);
}

.imagen2{
    width: 350px;
    height: 300px;
    margin-right: 50px;
    border-radius: 50px;
    padding: 20px;
    color: bisque;
}

.imagen3{
    margin-left: 100px;
    width: 350px;
    height: 300px;
    border-radius: 50px;
    padding: 20px;
    color: bisque;
}

.imagen4{
    margin-left: 150px;
    width: 350px;
    height: 300px;
    border-radius: 50px;
    padding: 20px;
    color: bisque;
}

ul{
    font-size: 20px;
}

.img{
    width: 70px;
    height: 60px;
}

.boton{
    background-color: teal;
    border-radius: 50px;
    padding: 20px;
    text-decoration: none;
    color: aliceblue;
    width: 80px;
}

button{
    border-radius: 20px;
    padding: 20px;
    color: black;
    cursor: pointer;
    font-weight: bold;
    align-items: center;
    gap: 15px;
    display: flex;
    font-size: 15px;
    background-color: burlywood;
}

.boton2{
    background-color: teal;
    border-radius: 50px;
    padding: 20px;
    text-decoration: none;
    color: aliceblue;
    width: 80px;
}

.boton3{
    background-color: teal;
    border-radius: 50px;
    padding: 20px;
    text-decoration: none;
    color: aliceblue;
    width: 80px;
}

.boton4{
    background-color: teal;
    border-radius: 50px;
    padding: 20px;
    text-decoration: none;
    color: aliceblue;
    width: 80px;
}

.logos{
    width: 350px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    margin-left: 570px;
}

footer{
    font-size: 5px;
    text-align: center;
}

.inte{
    display: flex;
    justify-content: space-between;
}

.pedido{
    margin-left: 80px;
}