@import url('https://fonts.googleapis.com/css?family=Playfair+Display:900|Roboto');

* { margin: 0;
    padding: 0;
    box-sizing: border-box;}

                                       





                                        /*BODY*/
body {
    font-family: Roboto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;}
                                        

                                        /*HEADER*/

header{
    background: #000AFF;
    width: 100%;
    height: 100px;
    padding: 15px;
    display: block;}






                                        /*NAV 1*/

nav{
    display: block;
    padding: 15px;}

nav.menu-header{
    width: 100%;
    height: 3rem;
    background:#000AFF;
    display: contents;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: baseline;
	align-content: center;}

ul{
    display: block;
    justify-content: flex-end;
    width: 49%;
    height: auto;
    margin: 0px;
    align-items: end;
    align-content: end;
    margin: 0rem;}

a.btn-menu{
    text-decoration: none;}

li{
   margin: 0 2rem;
    font-size: 10px;
    flex-wrap: wrap;
list-style-type: none;}

.menu-header ul li{
    list-style-type: none;
    display: inline-block;}


.vn10{
    font-family: Roboto;
    font-size: 1rem; 
    color: #ffffff; 
    align-content: flex-start;
    width: 10%;
    margin:0px;
    margin-left: 1.5rem;}

li.vn10{
    width: 5rem;
}

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

a:hover {
    color: #00ffd8;  
    text-decoration: none;}



                                        /*NAV 2*/




nav.menu-compas{
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;}

ul.listado{
    display: block;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 1rem;}

li.btn-menu-2{
    margin: 0 2rem;
    font-size: 10px;
    flex-wrap: wrap;
    list-style-type: none;}

a.btn-menu-2 {
    text-decoration: none;
    color: #000AFF;}



nav.menu-dos{
    justify-content: flex-end;}








                                        /*MAIN*/
main{
    width: 70%;
    height: 70rem;
    background:#ffffff;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 1rem;}






                                        /*SECTION 1*/







                                        /*DIV-CUADRO1*/

section.cuadrados{
    width: 100%;
    height: 26rem;
    background:#ffffff;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;}

.fotobaru{
    border-radius: 50%;
    margin: 1rem;}

ul li.mi-nombre{
    font-family: 'Playfair Display';
    font-size: 3rem;
    color: #000AFF;
    width: 80%;
    flex-wrap: wrap;
    list-style: none;}

ul.ul-nombre{
    margin-left: 0px;
    margin-right: 7px;}

div.cuadro1{
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-style: solid;
    border-color: #000AFF;
    border-width: 22px;}

p.subtitulo{
    font-family: Roboto;
    font-size: 1rem;
    color: #000AFF;
    margin-left: 406px;}

li.subtitulo{
    font-size: 1rem;
    color: #000AFF;}



section.section-fotobaru{
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;}



                                        /*DIV-CUADRO2*/


div.cuadro2{
    width: 100%;
    height: 5rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-style: solid;
    border-color: #000AFF;
    border-width: 22px;
    border-top-width: 0px;
    padding: 2rem;}

p.subtitulo2{
    font-family: Roboto; bold;
    font-size: 10px;
    color: #000AFF;}








                                        /*DIV-CUADRO 3 -izq*/

div.cuadro3-izq{
    width: 50%;
    height: 69%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;}

li.subtitulo{
    font-size: 1rem;
    color: #000AFF;}

ul.materias-cursadas{
    margin: 0%;}

li.numero-grande{
    font-family: 'Playfair Display';
    font-size: 3rem;
    color: #000AFF;
    width: 40%;
    flex-wrap: wrap;
    padding: 0%;
    margin-bottom: 19px;}

li.subtitulo2{
    font-family: Roboto; bold;
    font-size: 10px;
    color: #8b8b8b;
    margin: 2px 32px;}





                                        /*DIV- 2 cuadros*/

div.dos-cuadros{
    width: 100%;
    height: 32rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-style: solid;
    border-color: #000AFF;
    border-width: 22px;
    border-top-width: 0px;
    padding: 2rem;}





                                /*DIV-CUADRO 3 -LISTAS*/

div.cuadro3-der{
    width: 50%;
    height: 69%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;}




li.subtitulo3{
    font-family: Roboto; bold;
    font-size: 10px;
    color: #000AFF;
    margin: 2px 32px;}







                                         /*FOOTER*/
footer{
    background: #ffffff;
    width: 100%;
    height: 5rem;
    align-content: flex-end;
    justify-content: center;
}

p.legales{
    font-size: 10px;
    color: #000AFF;
    justify-content: center;
    width: 70%;
    margin: 20px auto;}