@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;

}

    

    


    
/* PARA QUE SE VEA BIEN EN CELULAR - HACER SIEMPRE */
*{
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
}


/* ESCRITORIO */

body {
    background-color:#5BCEBB;
    padding: 0;
    text-align: center;
}


header nav ul li a{
    color: #FEFAEC;
    text-decoration:none;
    display: block;
    background-color:#625772;
    text-align: center;
    margin: auto;
    height: 3rem;
    line-height: 3rem;
    
    font-family:'yanone_kaffeesatzbold';
    font-weight: 700;
    text-align: center;
    font-size: 2rem;
    
}

ul li a p{
    color:#FEFAEC;
    text-decoration:none;
       display: block;
    text-align: center;
    margin:0.5rem 1.5rem 1rem ;
    height: 1rem;
    line-height: 1rem;
    font-family:'yanone_kaffeesatzregular';
    font-weight: 500;
    text-align: center;
    font-size: 2.3rem;
    
}
.padre5{
   justify-content:space-around;
    min-width: 5rem;
    flex-grow: 0rem;
    background-color: #625772;
    margin:2rem 0rem;
}


    


img{
   
    
    display:block;
    margin:auto}

 
   

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


a{
    text-decoration: none;
    color: #ffffff
}

hr{
background-color: black;
    margin: 2rem 1rem;

    
}


/* NUEVA REGLA GENERAL */
* {box-sizing: border-box;
   list-style: none;
   margin: 0;
   padding: 0;
    }




/* REGLAS CELULAR */



.padre{
    flex-flow: column;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: center;
    margin: auto;
    }
.hijo{
    flex-direction: column;
    justify-content:space-around;
    background-color: black;
    min-width: 24%;

}

.padre2{
    display: flex;
    justify-content: space-around;
    min-width: 1rem;
    flex-grow: 0rem;
    margin:0.5rem 2rem;
}

.padre2 li {
    margin: 0.3rem auto;
}
    
}
nav ul li a:hover {color: #CCF6F0;
    background-color: #F38181; 
    
}



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

    .padre{display: flex;
           flex-wrap: wrap;
    align-items: flex-start;
        flex-direction: row;
        align-content: center;
        }
    
    @media screen and (min-width:20rem) {
    nav ul {
        display: flex;
    }

    .padre2{display: flex;
           flex-wrap: wrap;
        
    align-items: flex-start;
        flex-direction: row;
        align-content: center;
        }


h1 {  font-family: 'yanone_kaffeesatzregular';
    font-weight: 200;
    text-align:center;
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 3rem;
    margin-top: 3rem ;
    margin: 1.5rem 2rem;
}
        h2{  font-family: 'yanone_kaffeesatzregular';
    color:#CCF6F0;
       font-weight: 300;    
    text-align: left;
    font-size:0.9em;
    margin: 0.5rem 1.5rem;
}
        
         h3{  font-family: 'yanone_kaffeesatzregular';
    color:#ffffff;
       font-weight: 200;    
    text-align: left;
    font-size:1rem;
    margin: 0.5rem 1.5rem 1.2rem;
            max-width: 23rem;
}

         h4{  font-family: 'yanone_kaffeesatzlight';
    color:#CCF6F0;
       font-weight: 300;    
    text-align: left;
    font-size:0.8em;
    margin: 0.5rem 1rem;
             text-decoration: none;
}
        
        
         h5{  font-family: 'yanone_kaffeesatzbold';
    color: #5BCEBB;
       font-weight: 600;    
    text-align: center;
    font-size:3.3rem;
    margin: 1rem 1rem 1.5rem;
             text-decoration: none;
}
        
         h6{  font-family: 'yanone_kaffeesatzregular';
    color:#ffffff;
       font-weight: 300;    
    text-align: center;
    font-size:1.8rem;
    margin: 1.2rem 2rem;
             text-decoration: none;
}

     .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;   
    }
   
