#titulo {
    box-shadow: 1px 7px 10px rgba(0,0,0,0.50);
    color: rgb(209, 102, 102);    
    padding-top: 0;
    font-family: 'Kaushan Script', cursive;
    font-size: 80px;
    margin: 1%;
    width: auto;
    background-color: antiquewhite;
    border-radius: 20px;
    
}
.cabecera{
    width: auto;
    text-align: center;
    border: solid 5px #bb9288;
    border-radius: 20px;
}
h2 {
    box-shadow: 1px 7px 10px rgba(0,0,0,0.50);
    font-family: 'Kaushan Script', cursive;
    font-size: 30px;
    background-color: beige;
    border-radius: 20px;
}
p {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 22px;
}
#gif {
    box-shadow: 1px 7px 10px rgba(0,0,0,0.50);    
    width: 250px;
    margin: 1%;
    padding: 0;
    border-radius: 20px;
    border: solid 3px #bb9288;
}
ul {
    margin-top: 19%;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.zoom1 {
    border-radius: 20px;
    width: 250px;
    margin: 0 auto;    
    transition: transform 1s;
}
.zoom2 {
    border-radius: 20px;
    width: 250px;
    margin: 0 auto;    
    transition: transform 0.5s;
}

.zoom1:hover{
    transition: all 500ms ease;
    cursor: pointer;
    box-shadow: 1px 10px 15px rgba(0,0,0,0.50);    
    transform: scale(1.5);
}
.zoom2:hover{
    transition: all 500ms ease;
    cursor: pointer;
    box-shadow: 1px 10px 15px rgba(0,0,0,0.50);    
    transform: scale(1.5);
}

#zcon1 {
    border-radius: 20px;
    border: solid 5px #bb9288;
    text-align: center;
    width: auto;
    margin: 1% auto;
    margin-top: 50px;
    padding: 2%;
    box-shadow: 1px 7px 10px rgb(0 0 0 / 50%);
}
.zcon {
    border-radius: 20px;
    border: solid 5px #bb9288;
    text-align: center;
    width: auto;
    margin: 1% auto;
    margin-top: 50px;
    padding: 2%;
    box-shadow: 1px 7px 10px rgb(0 0 0 / 50%);
}
.boton {
    margin: 1%;
    border: 0;
    padding: 0;
    border-radius: 20px;
}
.imginsta{
    width: 50px;
}
.gracias{
    text-align: center;
}
.envio{
    text-align: center;
}
.carro{
    float: right;
    margin-top: 20px;
}
.anadir_al_carro{
    width: 125px;
    margin: 0 auto;
}
.container{
    padding: 0% 4% 0% 4%;
}

body {
    margin: 6px;
    background-color: #f1e1dd;
    
}

footer {
    background-color: #bb9288;
    text-align:center;
    border: solid 3px rgb(233, 78, 40);
        
}
