@charset"utf-8"; 
  

@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
  
html { *{ margin:auto;} 
    background: lightsteelblue; background: linear-gradient(to bottom right, lightsteelblue, lightpink); padding-bottom: 3rem;
    font-family: 'Lato', sans-serif; font-family: sans-serif}
body{ background: lightsteelblue; background: linear-gradient(to bottom right, lightsteelblue, lightpink);font-family: lato; padding-bottom: 0rem; margin-bottom: -2.5rem }

h1{display: flex; justify-content: center; color: white;font-weight:bold; font-size: 3rem; ; padding: 3rem 1rem 1rem 3rem; }
body main h2{ display: flex; justify-content: center; color: black; font-size: 2rem; }

.titulito {display: flex; align-content: center; justify-content: center}
.materitas {display: flex; align-items: center;justify-content: center;}
.materitas article {margin-left: 4rem; margin-bottom: 2rem; background-color: #ffe7f1; height: 16rem; width: 17%; padding-left: 2rem;}

.foto{
    display: flex; 
    align-items: center;
    justify-content: center;
    background-color: #0000}

.foto a {background-color: #ffe7f1; width: 4rem; text-align: center; text-decoration: underline; color: lightpink}
.foto a:hover {background-color: lightpink; color: #ffe7f1;}

nav ul{
    display: flex; justify-content: center; align-items: center; padding: 0rem 0rem 0rem 0rem;}
nav ul li{ display: flex; flex-direction: row;;list-style-type: none; }
nav ul li a{ font-weight:bold; display: flex; justify-content: space-between; align-items: center; flex-direction: row; color: #111317; text-decoration: none; font-size: 0.95rem; background-color: lightpink; padding: 1rem 3rem 1rem 3rem;margin:0.5rem 1rem 2rem 3rem }

nav.redessociales{ display: flex; flex-direction:row; justify-content: flex-end}
p.datosdiaz { display: flex;align-items: center;justify-content:center;font-weight: normal;width:65%; font-size: 0.95rem;color: whitesmoke;}
.caja{display: flex;align-items: center;justify-content:center;text-align: center;}


footer{background-color: #f9feff; margin-top:4em;display: flex;justify-content:space-around;align-content: flex-end; padding: 1rem 1rem 1rem 1rem; margin-bottom: 0rem;}
footer h5 {font-size: 0.9rem; font-weight:bold; display: flex; align-items: center; justify-content:space-around; font-size: 0.65rem;text-align:center;width:65%}


