* {
    box-sizing: border-box;
}


body{background-color: #f6e8f7;
     flex-direction: column;
    
    }

a{font-family: 'Tenor Sans', sans-serif;
  text-decoration: none;
  color:black;
  margin-left: 2%;
}

a:hover{
    color:#d9bcdb;
}

h1{font-family: 'Tenor Sans', sans-serif;
   text-decoration: none;
   box-sizing: border-box;
   font-size-adjust: auto;
}

header{
    
    display:flex;
    background-color: #baa99a;
    align-items:center;
    background-color: white;
    text-decoration: none;
    justify-content: space-between;
       }


#botonera a {   
    display: block; 
    color:black;
    text-decoration: none;
}

#botonera .menu {
    margin: 0;
    display: flex;
    list-style: none;
}

#botonera .menu > li:hover > a + ul {
    display: block;
    list-style: none;
    text-align: left;
    
}

#botonera .menu > li > a {
    padding: 1em 2em;
}

#botonera .menu > li > a:hover {
    color:#d9bcdb;
}

#botonera .menu ul {
    padding: 0;
    position: absolute;
    display: none;
}

#botonera .menu ul > li > a {
    padding: 0.7em 2em;
    background-color:rgba(255, 255, 255, 0.53);
}

#botonera .menu ul > li > a:hover {
    background-color:#f6e8f7;
}
                   
    
li{flex-grow: 1;
    
    
}
main {
    display: flex;
    align-self: center;
    background-color: #f6e8f7;  
}

p {
    font-family: 'Tenor Sans', sans-serif;
    text-align: left;
}


.info {
    display: block;
    width:100%;
    height: auto;
    margin-top: 5%
    
}

h2{
    font-family: 'Tenor Sans', sans-serif;
    text-align: left;    
}

h3{
    font-family: 'Tenor Sans', sans-serif;
    text-align: left;    
}
footer{
     display:flex;
     background-color: white;   
    
}

footer>ul, li{
    display:flex;
    align-content: space-between;
    list-style: none;
}

.imagen{
    width: 45%;
    height: auto;
}

.web{
    align-self: right;
    display: flex;
}