@charset "utf-8";

/* FUENTES TIPOGRÁFICAS */
@font-face {
    font-family: 'yanone_kaffeesatzbold';
    src: url('yanonekaffeesatz-bold-webfont.eot');
    src: url('yanonekaffeesatz-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-bold-webfont.woff2') format('woff2'),
         url('yanonekaffeesatz-bold-webfont.woff') format('woff'),
         url('yanonekaffeesatz-bold-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-bold-webfont.svg#yanone_kaffeesatzbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'yanone_kaffeesatzlight';
    src: url('yanonekaffeesatz-light-webfont.eot');
    src: url('yanonekaffeesatz-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-light-webfont.woff2') format('woff2'),
         url('yanonekaffeesatz-light-webfont.woff') format('woff'),
         url('yanonekaffeesatz-light-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'yanone_kaffeesatzregular';
    src: url('yanonekaffeesatz-regular-webfont.eot');
    src: url('yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-regular-webfont.woff2') format('woff2'),
         url('yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* ESCRITORIO */
body {
      background-color:#F38181;
      padding: 0;
      text-align: center;
}

h1 {  font-family: 'yanone_kaffeesatzbold';
      font-weight: 700;
      text-align: center;
      font-size: 3rem;
      color: #ffffff;

    
}

h2 {  font-family: 'yanone_kaffeesatzbold';
      font-weight: 700;
      text-align: left;
      font-size: 2rem;
      color: #625772;
    
}

h3 {  font-family: 'yanone_kaffeesatzlight';
      font-weight: 300;
      justify-content: space-between;
      text-align: left;
      font-size: 1.5rem;
      color: #ffffff;
    
    
}

p {  font-family: 'yanone_kaffeesatzlight';
     text-align: left;
     font-size: 1rem;
     color: #ffffff;
     margin: 0rem 5rem 0rem 0rem; 
    
}

p.destacado{
    font-size: 1.2rem;
    text-align: left;
}

div#pagina{ width: 80%;
    margin: auto;
}

ul{
    list-style: none;
    font-family: 'oswaldlight';
    font-weight: 300;
    margin: 0;
    padding: 0;
    /*text-align: left;*/
}


header nav ul li{
    margin: 0 0 0.5rem 0;
    list-style: none;
    /*font-size: 10rem;*/
    
}

header nav ul li a{
    color: #F38181;
    font-size: 1.5rem;
    text-decoration:none;
    display: block;
    background-color:#CCF6F0;
    text-align: center;
    margin: auto;
    height: 3rem;
    line-height: 3rem;
    font-family: sans-serif;
}

hr{
background-color: black;
    margin: 3rem 5em:

    
}



/* INTEGRANTES DEL EQUIPO */
main section ul li a p{
color: #ffffff;
    list-style: "none";
    font-family: 'oswaldlight';
    text-align: center
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    text-decoration: none;
    
    }

main section ul li a{
    text-decoration: none;
    
}



/* NUEVO */




.padre{
   /* display: flex;
    flex-flow: column;*/
    justify-content: space-between;
    /* min-width: 5rem; */
    /*flex-grow: 0rem;*/
}

.hijo{
    justify-content:space-around;
    background-color: black;
    min-width: 24%;
}

.img{
    border-radius: 50%;
    box-shadow: 0 0.5em 0.5em 0;
    color: black;  
}

.padre2{  
    display:flex;
    justify-content:space-around;
    align-items: center;
    flex-direction:column;
    text-align:center;
       }

.pie{
    color: #CCF6F0;
    font-family: 'yanone_kaffeesatzlight';
    font-weight: 700;
    text-align:left;
    font-size: 1rem;
    justify-content: space-between;
    min-width: 15rem;
    flex-grow: 20rem;   
    }

nav ul li a:hover {
    color: #CCF6F0;
    background-color: #625772;     
}

/* ADAPTAR A DISTINTOS TAMAÑOS */


@media screen and (min-width:40rem) {
    nav ul {
        display: flex;
       /* flex-flow:row;
        flex-wrap: nowrap;*/
        /*align-items: flex-start;*/
    }
  /*  
    nav ul li {
        flex: 1;
        margin: 0;
    }
    
    */
.padre2 {display: flex;
     flex-wrap: wrap;
    align-items: flex-start;}
    
    
        @media screen and (min-width:200px) {
.padre2{  
    display:flex;    
    align-items: center;
    flex-direction:row;
    
       }}
    
    /* ADAPTAR A DISTINTOS TAMAÑOS PAGINAS INDIVIDUALES */
    
.padregaby {display: flex;
     flex-wrap: wrap;
    align-items: flex-start;}

.padrelia {display: flex;
     flex-wrap: wrap;
    align-items: flex-start;}
    
.padreari {display: flex;
     flex-wrap: wrap;
    align-items: flex-start;}

.padrero {display: flex;
     flex-wrap: wrap;
    align-items: flex-start;}
    
    
}     

@media screen and (min-width:10rem) {   
/* imagen se adapta */
img {max-width:100%}
           }
