@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:#5BCEBB;
    padding: 0;
    text-align: center;
}

h1 {  font-family:'yanone_kaffeesatzbold';
    font-weight: 700;
    text-align: center;
    font-size: 2.5rem;
    color: #625772;
    padding: 0.5rem;
    margin: 0.5rem;
    margin-bottom: -1rem;

    
}

h2 {  font-family: 'yanone_kaffeesatzlight';
    font-weight: 300;
    text-align:center;
    font-size: 1.5rem;
    color: #625772;
    margin-bottom: -1.5rem;
    margin-top: 1rem;
    
}

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

p {  font-family: 'sans-serif';
     text-align: center;
     font-size: 1rem;
     color: #ffffff;
     }

.bloque{
    display: flex;
    justify-content: space-around;
   /*  min-width: 5rem;
    flex-grow: 5rem;
    margin: 1rem 14rem;*/
    
}



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

ul{
    list-style: none;
    font-family: 'oswaldlight';
    font-weight: 300;
    margin: 0;
    padding: 0;

    }


header nav ul li{
    margin: 0 0 0.5rem 0;
    list-style: none;
    
    
}

header nav ul li a{
    color: #CCF6F0;
    background-color:#F38181;
    font-size: 1.5rem;
    text-decoration:none;
    display: block;
    
    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 */

.caja {
   margin:  auto;
   width: 400px;
}

.descargar {
    padding: 0.5rem;
    margin: 1rem;
    width: 10rem;
    margin-left: 10px;

}


.padre{
    justify-content: space-between;
    }

.hijo{
    justify-content:space-around;
    background-color: black;
    /* Tamaño de los links de la botonera */
    min-width: 35%;
    }
s

.padre2{
    display: flex;
    justify-content: space-around;
    min-width: 5rem;
    flex-grow: 0rem;
}


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

.rslides{
    
}


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


p {  font-family: 'yanone_kaffeesatzlight';
    font-weight: 300;
     text-align: center;
     font-size: 1rem;
     color: #ffffff;
     }


/* ADAPTAR A DISTINTOS TAMAÑOS */


@media screen and (min-width:40rem) {
    nav ul {
        display: flex;
           }

.padre2 {display: flex;
     flex-wrap: wrap;
    align-items: flex-start;}
    
    /* texto de adapta en pantalla completa */
@media screen and (min-width:50em) {
    .bloque {
        min-width: 5rem;
    flex-grow: 5rem;
    margin: 1rem 14rem;
    }
    
        .pie {
        min-width: 5rem;
    flex-grow: 5rem;
    margin: 1rem 14rem;
    }
    
    
}
    
    
