@charset utf-8;
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Unica+One);
 <meta name="viewport" content="width=device-width,initial-scale=1.0">

* {
margin: 0;
padding: 0;
font-family: 'Unica One', sans-serif;
}

a {
text-decoration: none;
}


body {
margin: 0;
padding: 0;
}


.top {
display: flex;
flex-direction: column;
justify-content: center;
background-color: white;
width: 100%;
margin-bottom: 10pt;
}

.catedra {
height: 50%;
margin: auto;
margin-top: 5%;
margin-bottom: 2%
}


.nave {
display: flex;
justify-content: center;
width: 100%;
align-items: center;
margin: 0;
padding: 0;
}

.menu {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 0;

}

ul {
list-style: none;
display: flex;
text-decoration: none;
font-family: 'Unica One', sans-serif;
font-weight: 300;
flex-direction: row;
align-items: center;
justify-content: center;
width: 100%;

}

#carta {
font-size: 8pt;
}

.item {
background-color: #3ea8d8;
width: 30%;
margin: 3pt;
display: flex;
justify-content: center;
}



li{
max-width: 100%;
color: white;
font-weight: 400;
}

img {
max-width: 100%;
}

nav {
width: 100%;
}

.tarjeta {
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
}

#yo {
width: 100%;
margin: 0;
padding: 0;
background-color: #3ea8d8;
}

#yo img {
width: 100%;
margin: 0;
padding: 0;
background-color: #3ea8d8;
}


#datos {
background-color: #3ea8d8;
width: 100%;
color: white;
font-family: 'Unica One', sans-serif;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
}

#info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
margin: 0;
padding: 0;

}

h1 {
margin: 0;
}

h2{
margin: 0;
}

h3 {
display: flex;
justify-content: center;
margin: 0;
padding: 0;
width: 100%;
}

#carta {
margin-top: 10pt;
display: flex;
justify-content: center;
margin: auto;
width: 100%;
}



.rotulo{
width: 55%;
display: flex;
flex-direction: column;
justify-content: center;
margin-bottom: 5%;
margin-top: 0;
padding: 0;
    
    
}

.rotulo li {
font-size: 10pt;
}

.pie {
background-color: black;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-content: space-around;
}

.social {
width: 10%;
margin: 10pt;
}

.social img {
max-width: 100%;
}







@media all and (min-width: 768px) {

.top{
height: 70pt;
display: flex;
flex-direction: row; 
width: 50%;
margin-bottom: 10pt;
justify-content: flex-start;
align-items: center;
margin-bottom: 10pt;
margin-top: 10pt;
padding-left: 5pt;
}
    
.nave
{
width: 50%;
margin: 0;
padding: 0;
order: 2;

        }

    
.item{
display: flex;
justify-content: flex-start;
width: 100%;
padding: 0;
}
    
    .item li {
    margin-left: 5pt;
    }
    
.menu {
flex-direction: column;
width: 100%;
justify-content: flex-start;
align-items: flex-start;
margin: 0;
padding: 0;
}

.catedra {
height: 90%;
width: 50%;
order: 1;
display: flex;
justify-content: flex-end;
margin-right: 2pt;
}
    
#catedra img {
width: 100%;
height: 100%;
max-width: 130pt;
}
    


.tarjeta {
flex-direction: row;
align-content: space-between;
width: 100%;
}

.datos {
width: 50%;
justify-content: center;
align-content: center;
display: flex;
    
}

#yo {
width: 100%;
background-color: black;
}
    
h1 {
margin: auto;
}

h2{
margin: auto;
}

.rotulo{
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
margin-bottom: 10pt;
padding: 0;
}
    
#info {
margin: auto;
display: flex;
justify-content: center;
align-content: center;
width: 80%;
}
.social {
height: 50pt;
margin: 10pt;
width: 30%;
}
    
.social img {
height: 50pt;
width: 100%;
max-width: 50pt;
}

#carta {
margin-top: 10pt;
display: flex;
justify-content: center;
margin: auto;
width: 75%;
}

    .pie {
    width: 50%;
    display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: black;
    }
    
    #info h1{
    font-size: 40pt;
    }
    
    #info h2 {
    font-size: 30pt;
    }
    
    #info ul li {
    font-size: 12pt;
    }
    
}

