* {padding: 0;
margin: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    min-height: 100vh;
    flex-wrap: wrap;
    background-color:#767676;
   
    margin: 0;
    padding:0;
     }

header,
footer{
    flex-grow: 0;
}






img {
    /* para que una imagen nunca sea mayor
        que la caja que las contiene */
    max-width: 100%;
    height: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5em;
}

header,
footer {
    background-color: #d16950;
    padding: .25em;
    flex-grow: 0;
}

header {
    
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
   
}





header ul {
    list-style: none;
    
    /* caja flexible */
    display: flex;
    
}

header ul li {
    width: em;
    height: 3em;
    margin-left: 0.5em;
    
    /* caja flexible */
    display: flex;
    
    
    

}

header ul li a {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    color: white;
    text-decoration: none;
    font-weight: bold;

    /* caja flexible */
    display: flex;
    
    
    
    /* centrado en la horizontal */
    justify-content: center;

    /* centrado en la vertical */
    align-items: center;
    

}
main{
    
    flex-grow: 1;
    
    display: flex;
    
    flex-wrap: wrap;
    
    flex-direction:column;
   
    
    justify-content: space-between;
}

h1{
    font-family: sans-serif;
    text-transform: uppercase;
    background-color: #e27878;
    border-bottom-color: #070807;
    width:100%;
    margin-top: 0.5em;
    padding: 0.4em;
    box-sizing: border-box;
    font-weight: bolder;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);
    
    border-radius: 50em;
    
    
    display: flex;
    justify-content: center;
    
    align-items: center;
   
}

.blues{
    
    color: #0e0e10;
    font-weight: bolder;
}


main p{
    font-weight: inherit;
    
        
}


 h2{

    font-size: 1.5em;
    font-family: sans-serif;
    color: rgba(255, 87, 94, 0.96);
    background-color: none;
    text-transform: uppercase;
    margin: 1em;
    text-decoration: none;
     text-shadow:  0 .35em .5em rgba(232, 214, 214, 0.35) inset, 0 .35em .5em rgba(124, 78, 78, 0.35); 
    
   
    
    display: flex;
    
    justify-content: center;
    
   
    
    
   
}





header nav ul li a{
    text-decoration: none;
    border: 0.1em solid #e24848;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);
    font-size: 0.7em;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    border-radius: 1em;
    background-color: #383032;
    padding: 1em ;
    
    display: flex;
    
   
    
    
}

header nav ul{
    
    list-style: none;
    padding: 0em;
    margin: 0em;
}


main img{
    
    margin: 2em;
    padding: 0em;
    border-image-width: 0%;
    
}

.fotolis{
    border-radius: 50%;
    width: 50vw;
    height: 50vw;
    max-width: 20em;
    max-height: 20em;
    border: .25em solid grey;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);
    
    
    }
main div{
    
    display: flex;
    
    flex-direction: row;
    
    justify-content: center;
    
    
 
    
     
}

main section{ 
    
    
}


main section ul li{
    list-style:none;
    padding:0em;
    margin: 0em;
    
    
    display: flex;
    justify-content: center;
    
    
}
main section ul li a{
 text-decoration: none;
 font-size: 1em;
 color: white;
 font-family: sans-serif;
 font-weight: bold;
 background-color: #e86a6a;
 width: 100%;
 margin: .25em;
 padding: 1em ;

    
    border-radius: 1em;
    display: flex;
    justify-content: space-between;
    
    
    
    
}


/*.uala{
    display: flex;
    flex-direction: row;
    
    justify-content:space-around;
    
    } */


.nicolo{
    font-weight: bolder;
    color: white;
}

.up{
    font-family:sans-serif;
    color:white;
    text-align: center;
    font-size: 1.5em;
    padding: 1em;
    
    
   
    
    
 
}

aside > p{
    
}

main p a:visited{
    color: red;
}

main p a:hover{
    color: yellow;
}

.cuadrado{
    list-style: square;
}

.datos{
    font-family: sans-serif;
    font-weight:bolderactive;
    text-decoration: underline;
    text-transform:uppercase;
    margin: 1em;
    background-color: none;
}
.blanco{
    background-color:#98979b;
    width: 100%;
}

.bloque{
    background-color: white;
    width: 100%;
    padding: 0.1em;
    margin: 0.1em;
}

footer p{
    font-family: sans-serif;
    font-size: 0.7em;
    
}



section div ul{
    
    display: flex;
    flex-direction:row;
    
   
    
}

section div ul{
    
    padding: 1em;
    display: flex;
    
    
    justify-content: space-between;;
    
    flex-wrap: nowrap;
    
    
    
}
  

aside{
    display: flex;
    
    flex-direction: row;
    
    justify-content: center;
    
}








.mari{
    
   
    list-style: none;
    text-decoration: none;
 font-size: 1em;
 color: white;
 font-family: sans-serif;
 font-weight: bold;
 background-color: #e86a6a;
 width: 30%;
 margin: .25em;
 padding: 1em ;
    
    border-radius: 3em;

}

.bartolos{ 
    list-style: none;
    color:white;
    font-size: 1em;
    font-family: sans-serif;
    width: 50

    font-weight: normal;
    background-color: #c77474;
    flex-direction: column;
    padding-top: 1em;
    padding-bottom: 1em;  box-sizing: border-box;
    align-content: center;
    border-radius: 90em;
 
    display: flex;
    justify-content: center; 
    align-items: center;
    
   
}




@media (min-width: 52em) {
    
    header  {
        
        background-color: rgba(61, 129, 180, 0.89);
        position: relative;
        right: auto;
        top: auto;
        height: auto;
        min-width: auto;
        align-items:center;
    }
    
    body{
        background-color: rgba(77, 15, 15, 0.24);
    }
    
    
    main p{
        color: black;
    }
    
   
    
}


    
   
    

    
   
    
























