h1 {
    font-family: verdana;
    font-size: 20px;
    height: 20px;
    width: 177px;
    text-align: center;
    padding:9px 5px 13px;
    margin-left: 15px;
    background: rgb(224, 215, 132);
    border-top: 3px solid rgb(204, 195, 110);
    border-left: 3px solid rgb(204, 195, 110);
    border-radius: 15px;
}
.menu-superior {
    text-decoration: none;
    color: #333;
}
h6 {
    font-family: verdana;
    font-size: 20px;
    height: 20px;
    width: 177px;
    text-align: center;
    padding:9px 5px 13px;
    margin-left: 15px;
    background: rgb(224, 215, 132);
    border-top: 3px solid rgb(204, 195, 110);
    border-left: 3px solid rgb(204, 195, 110);
    border-radius: 15px;
}
nav a {
    font-weight: 600;
    padding-right: 22px;
}
nav a:hover {
    color: whitesmoke;
}
a {
    text-decoration: none;
}
header { 
    display: flex;
    justify-content: space-between;
    height: 100px;
    width: 99%;
    margin: 10px 0px ;
    background: linear-gradient(#f80d, #ff9800de);
    border-top: 5px solid #f807;
    border-left: 5px solid #f807;
    border-radius: 7px;
    font-family: sans-serif;
    align-items: center;
    padding: 10px;
}

.logo-img {
    margin-right: 5px;
    margin-left: 5px;
    width: 80px; 
    height: 80px;
}
.logo {
    display: flex;
    font-size: 32px;
    align-items: center;
    text-decoration: none;
}
h2 {
    font-size: 46px;
    padding: 200px;
    text-align: center;
    font-family: Verdana, arial, Tahoma, sans-serif;
    color: white;
    opacity: 0.8;
}
.box{
    margin-top: 55px;
    width: 100%;
    height: 533px;
    background-image: url(imagenes/fondo.jpg);
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}
.opaco {
    width: 100%;
    height: 100%;
    background-color: #0009;
}
h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #000f;
    text-align: center;
    font-size: 22px;
    height: 22px;
    width: 142px;
    padding: 11px 3px 13px;
    background: linear-gradient(#666e, #777c);
    border-top: 3px solid #3337;
    border-left: 3px solid #3337;
    border-radius: 15px;
    -webkit-text-stroke: 0.4px #fff3;
}
.contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
}
li {
    font-family:helvetica ;
    font-size: 17px;
    font-weight: bold;
    text-align: justify;
}
p {
    font-family: sans-serif;
    text-align: justify;
    line-height: 1.3;
}
img{
    height: 333px;
}
.mercadolibre {
    font-family: tahoma;
}

.perfume {
    padding-top: 22px;
}
.lorem {
    text-align: justify;
}
h4 {
    text-align: center;
    font-size: 22px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.aclaracion {
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
span {
    font-weight: 600;
    font-size: 19px;
}