@charset utf-8;
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
}
a {
    text-decoration: none;
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    min-height: 100vh;
    min-width: 100vw;
}
.nave {
    display: flex;
    justify-content: flex-start; /*center*/
    width: 100vw;
    align-items: flex-start; 
    margin: 0;
    padding: 0;
}
nav {
    width: 100vw;    
}
.tarjeta {
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
.menu {
    width: 100vw;
    display: flex;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    font-size: 1.5rem;
    flex-direction: row;    
}
hgroup {
    margin: 0.5em;
}
.item {
    background-color: #FCB514;
    width: 25vw;
    list-style: none;
    padding: 1rem;
    display: flex;
    justify-content: center; 
    box-sizing: border-box;
}
.carta {background-color: #F05A43; }
.mapa {background-color: #EE335F;}
.app {background-color: #34B998;}

li {
    max-width: 100vw;
    color: #fff;    
}
img { 
    max-width: 100vw;
    height: auto;
}
/*YO*/
#yo {
    width: 50vw;
    margin: 0;
    padding: 0;
    background-color: #27A9E1;

}
#yo img {
    width: 50vw;
    max-width: 50vw;
    margin: 0;
    padding: 0;
    background-color: #27A9E1;
}

#datos {
    background-color: #27A9E1;
    width: 50vw;
    
    color: #fff;
    font-family: 'Roboto Slab', serif;
    
    
    /*------*/
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;  
}
#info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 50vw;
    
    margin: auto;
    text-align: center;

}

.pie {
    width: 100vw;
    height: 8rem;
    background-color: #25466F;
    
    display: flex;
    flex-direction: row;
    align-content: space-around;
    box-sizing: border-box;
}
.icono-behance {
    width: 100%;
    display: flex;
    justify-content: flex-end; 
    padding-right: 15%;
    padding-top: 1rem;
}
.icono-behance img {
    max-width: 100%;
    height: auto;
}
@media all and (min-width:0) and (max-width:45rem) {
.tarjeta {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
hgroup {
    font-size: 0.8rem;
    margin: 0.5em;
}
#datos {
    width: 100vw;
    height: auto; 
}

img { 
    max-width: 100vw;
    height: auto;
}
#yo {
    width: 100vw;
}
#yo img {
    width: 100vw;
    max-width: 100vw;
}
.icono-behance {
    display:flex; 
    justify-content: center;
    padding-right: 0%;
    padding-top: 1rem;
}

}
    