body, html {

    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

body{

    background: linear-gradient(135deg, #030303, #000000, #726777);
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
    margin: 1%;
    width: 90%;
    border-radius:4ch;
    background: linear-gradient(135deg, #201f20, #130404, #5a0a72);
    opacity: 0.9;
    transition: opacity 0.5s ease;
    box-shadow: 0 6px 12px rgb(128, 67, 197)
    
}

.textos .titulo {
    font-size: 40px;
    font-weight: bold;
    color: #b958d1;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.textos .subtitulo {
    font-size: 16px;
    color: #8834af;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
}

.logo img {
    height: 200px;
    width: auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #0e95d3, #030303, #040725);
    opacity: 0.9;
    transition: opacity 0.5s ease;
    box-shadow: 0 6px 12px rgba(2, 196, 255, 0.89)
    
} 

.menu {
    text-align: center;
    
}

.menu a {
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: rgb(177, 128, 192);
    text-decoration: none;
    border-radius: 4ch;
    margin: 20px;
    background: linear-gradient(135deg, #322236, #20064e, #0f010f);
    opacity: 0.9;
    transition: opacity 0.5s ease;
    box-shadow: 0 6px 12px rgba(156, 91, 209, 0.89)
}

.texto-centro {

    text-align: center;
    color: #8c41d3;
    margin-top: 5%;

}


.footer {

    background-color: #0e95d3;
    text-align: center;
    list-style: none;
    padding: 2%;
    margin-top: 7%;
    width: 90%;
    margin-left: 3%;
    border-radius: 10ch;
    color: rgb(131, 64, 170);
    background: linear-gradient(135deg, #040725, #030303, #2c0264 );
    opacity: 0.9;
    transition: opacity 0.5s ease;
    box-shadow: 0 6px 12px rgb(128, 67, 197)
    
}

main {
    
    display: flex;
    text-align: center;
    margin-top:2%;
    margin-right: 19%;
    border-radius: 1ch;
    width: 100%;
    height: 110%;
    background: linear-gradient(135deg, #04050f, #030303, #02134b );
    opacity: 100;
    transition: opacity 55s ease;
    box-shadow: 0 6px 12px rgb(128, 67, 197)
    
}

.imagen1 {

    width: 80%;
    height: 40%;
    text-align: center;
    margin-top: 30%;
    margin-left: 8%;
    border-radius: 4ch;
    opacity: 0.9;
    transition: opacity 0.5s ease;
    box-shadow: 0 6px 12px rgb(128, 67, 197)
    

}

.imagen2 {

    width: 90%;
    height: 40%;
    text-align: center;
    margin-top: 35%;
    margin-left: 7%;
    border-radius: 4ch;
    opacity: 0.9;
    transition: opacity 0.5s ease;
    box-shadow: 0 6px 12px rgb(128, 67, 197)

}

.imagen3 {

    width: 80%;
    height: 40%;
    text-align: center;
    margin-top: 33%;
    margin-left: 15%;
    border-radius: 4ch;
    opacity: 0.9;
    transition: opacity 0.5s ease;
    box-shadow: 0 6px 12px rgb(128, 67, 197)
}

.imagen4 {

    width: 70%;
    height: 40%;
    text-align: center;
    margin-top: 30%;
    margin-left: 8%;
    border-radius: 4ch;
    opacity: 0.9;
    transition: opacity 0.5s ease;
    box-shadow: 0 6px 12px rgb(128, 67, 197)

}

.texto-productos1 {

    text-align: center;
    margin-top: 12%;
    color:rgb(142, 69, 170);
    background-color: #000000;
    width: 60%;
    height: 35%;
    margin-left: 22%;
    border-radius: 4ch;
    opacity: 0.9;
    transition: opacity 0.5s ease;
    box-shadow: 0 6px 12px rgb(128, 67, 197)
    
}

.texto-productos2 {

    text-align: center;
    margin-top: 12%;
    color:rgb(127, 68, 161);
    background-color: #080808;
    width: 70%;
    height: 35%;
    margin-left: 18%;
    border-radius: 4ch;
    opacity: 0.9;
    transition: opacity 0.5s ease;
    box-shadow: 0 6px 12px rgb(128, 67, 197)
}

.texto-productos3 {

    text-align: center;
    margin-top: 12%;
    color:rgb(113, 63, 136);
    background-color: #000000;
    width: 65%;
    height: 35%;
    margin-left: 25%;
    border-radius: 4ch;
    opacity: 0.9;
    transition: opacity 0.5s ease;
    box-shadow: 0 6px 12px rgb(128, 67, 197)

}

.texto-productos4 {

    text-align: center;
    margin-top: 12%;
    color:rgb(120, 44, 155);
    background-color: #000000;
    width: 55%;
    height: 35%;
    margin-left: 26%;
    border-radius: 4ch;
    opacity: 0.9;
    transition: opacity 0.5s ease;
    box-shadow: 0 6px 12px rgb(128, 67, 197)

}

.boton-comprar {

    color: rgb(181, 157, 201);
    border-radius: 3ch;
    background-color: #360366;
    cursor: pointer;
    margin-top: 5%;
    opacity: 0.9;
    transition: opacity 0.5s ease;
    box-shadow: 0 6px 12px rgb(128, 67, 197)

}




