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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@200;300;400;600&display=swap');

/*--a partir de 640px---*/

.bordeuno{
    border-radius: 2em;
}
.uno {display: flex;
  flex-direction: column;
  margin: 1em;
}
.listanav{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.aprob {
    font-size: 30pt;
}

.encurso {
    font-size: 30pt;
}
a {text-decoration: none;
    font-size: 20pt;
    color: indianred;
    border-radius: 4px;
}

a:hover{
    color: rgb(173, 216, 105);
}

.listados{
    display: flex;
    justify-content: center;
}

h1 {color: indianred;
    font-family: "Noto Sans Mono", monospace;
    font-weight: 600;
    font-size: 35pt;
    }

h2{
    font-family: 'Noto Sans Mono', monospace;
    color: indianred;
    font-size: 25pt;
}

h3 {font-family: 'Noto Sans Mono', monospace;
    font-weight: 600;
}

h4 { font-family: 'Noto Sans Mono', monospace;
    font-weight: 600;
    font-size: 8pt;
    }

.contienedatos ul {
     display: flex;
     align-items: baseline;
     flex-wrap: wrap;
     justify-content: center;
    }

body {background-color: bisque;
    text-align: center;
}

.dos {size: 10%;
    margin: 45pt 0 5pt 0;
}

.arti {
    margin: 40pt 2pt 8pt 2pt;
    }

.imgperfil {
     border-radius: 150pt;
     width: 250px;
     height: 250px;
 }


.rotulodos {
    align-items: center;
    margin-left: auto;
    margin-bottom: 2em;
    margin-top: 2em;
    background-color: lavenderblush;
    width: 500px;
    border-radius: 5pt;
    margin-left: auto;
} 
.nombrer {
    font-size: 25pt;
}

ul { list-style: none;
    text-align: center;
    font-family: 'Noto Sans Mono', monospace;
}

.dgpc {width: 4em;
height: auto;
display: block;
}

#logo {background-color: lavenderblush;
max-width: 4em;
margin: 4pt 4pt 4pt 4pt;
}

.link{
background-color: lavenderblush;
font-family: monospace;
margin: 5pt 10pt 5pt 10pt;
padding: 1em;
border-radius: 1em;
}


.aprob {background-color: rgb(173, 216, 105);
display: block;
text-align: center;
width: 16em;
padding: 10px 10px 10px 10px;
border-radius: 10px;
margin: auto;
font-size: 20pt;
}
.encurso {background-color: rgb(173, 216, 105);
    display: block;
    width: 16em;
    text-align: center;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    margin: auto;
    font-size: 20pt;
}
.xp{
    font-family: 'Noto Sans Mono', monospace;
    color: indianred;
    font-size: 25pt;
    margin-top: 3em;
}
    

nav ul li {margin: 0 0 1em 0;
    font-family: 'Noto Sans Mono', monospace;
}

p {font-family: 'Noto Sans Mono', monospace;
font-size: 6pt;
display: block;
margin-top: 3em;
}

h4 {font-family: 'Noto Sans Mono', monospace;
color: indianred;}


.imgaparte {
border-radius: 150pt;
width: 120px;
height: 120px;
}

.datosobligatorios {background-color: azure;
border-radius: 20pt;
display: block;
margin: 5pt 5pt 0 5pt;
padding: 4pt 4pt 4pt 4pt;
}

.imgdato {
    justify-content: center;
    width: 100pt;
    padding: 5pt 0 5pt 0;
}

.datos3 {
    margin-bottom: 1em;
}

li {
    display: list-item;
}

footer {
    background-color: lavenderblush;
}
.compas{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: 2em;
    margin-bottom: 2em;
}

.compasul{
    background-color: rgb(173, 216, 105);
    border-radius: 2em;
    display: flex;
    flex-direction: row;
    padding-bottom: 4em;
    margin-right: 2em;
    margin-left: 2em;
    justify-content: center;
}
/*---a partir de 1200px---*/


@media (min-width: 75em) {
    .contienedatos ul li {
        display: flex;
        flex-direction:column;
        width: 25em;
        justify-content: center;
    }

.contienedatos ul {
    flex-direction:row;
}
.uno {
    flex-direction: row;
    justify-content: space-between;
}

h2{
    font-family: 'Noto Sans Mono', monospace;
    color: indianred;
}
h4{
    font-size: 15pt;
}

h3, h4 { font-family: 'Noto Sans Mono', monospace;
    font-weight: 600;

    }

.imgperfil {
        width: 200px;
        height: 200px;
    }

.dos {size: 10%;
    margin: 10pt 0 5pt 0;
}

.arti {
    margin: 2em 0 1em 0;
    }

.rotulodos {
    background-color: lavenderblush;
    margin-left: auto;
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 1em;
    border-radius: 1em;
    width: 20em;
} 
.nombrer {
    font-size: 12pt;
}
p {
font-size: 10pt;
}
.compasul{
    justify-content: space-evenly;
}
}