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

body {
    font-family: 'Oswald', sans-serif;
    background-color: white;
    min-height: 100vh;
    display: flex flex table-column;
    justify-content: space-between;
}

header {
    margin: auto;
    text-align: center;
}

img {
    flex-grow: 1;
    display: flex;
    margin: auto;
    padding: 1em;
    text-align: center;
}

#espacio img {
    margin: auto;
    text-align: center;
}

#espacio {
    background-image: url(./img/fondo2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120% 100%
}

.imagenperfil img {
    text-align: center;
    width: 70vw;
    height: 70vw;
    max-width: 18em;
    max-height: 18em;
}

h1 {
    width: 100%;
    margin: 0;
    padding: 0em;
    text-align: center;
    color: purple;
    line-height: 1.5em;
}

header {
    margin: 0em;
    padding: 0.2em;
}

header nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0.9em;
}

header nav ul li {
    flex-grow: 1;
}

header nav ul li {
    margin-left: 0.3em
}

header nav ul li a {
    background-color: rgba(0, 0, 0, .50);
    border-radius: 5px;
    border: 0px solid rgba(0, 0, 0, .35);
    color: white;
    text-decoration: none;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.informacionpersonal {
    width: 100%;
    padding: 0em;
    text-align: center;
    line-height: 1.5em;
    font-family: 'PT Sans Narrow', sans-serif;
    text-decoration: none;
}

main ul {
    text-decoration: none;
     margin-top: -0.5em;
}

.informacionpersonal h4 { color:purple;
    width: 100%;
    margin: 0em;
    padding: 0.2em;
    text-align: center;
    line-height: 1.4em;
    text-decoration: none;
    margin-top: 1em;
}

.porfolio nav ul li {
    padding: 1.8em;
}

.porfolio nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.porfolio nav ul li {
    padding: 1.8em;
}

.porfolio nav ul li a {
    background-color: #A4546E;
    border: 0px solid;
    border-radius: 10%;
    color: white;
    text-decoration: none;
    height: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5em;
}

footer {
    background-color: rebeccapurple;
    color: pink;
    width: 100%;
    margin: 0em;
    padding: 1em;
    text-align: center;
    line-height: 1.4em;
}

.pie {
    color:lightpink;
    font-family: sans-serif;
    width: 100%;
    margin: 0em;
    padding: 1em;
    text-align: center;
    line-height: 1em;
}

/*porfolio*/


#fondo{background-image: url(./img/fondo3.jpg);
background-repeat: no-repeat;
background-size:100%100%;
    background-position: center;
}


.uno h4 { color:purple;
    width: 100%;
    margin: 0em;
    padding: 0.2em;
    text-align: center;
    line-height: 1.4em;
    text-decoration: none;
    margin-top: 1em;
    font-family: sans-serif;
}

.dos h4 { color:purple;
    width: 100%;
    margin: 0em;
    padding: 0.2em;
    text-align: center;
    line-height: 1.4em;
    text-decoration: none;
    margin-top: 1em;
    font-family: sans-serif;
}


.dos p {
    width: 100%;
    margin: 0em;
    padding: 0em;
    text-align: center;
    line-height: 1.5em;
     margin-top: -1em;
     font-family: sans-serif;
      font-size: 15px;
    margin-top: -0.2em;
}
.uno p {
    width: 100%;
    margin: 0em;
    padding: 0em;
    text-align: center;
    line-height: 1.5em;
    margin-top: -1em;
     font-family: sans-serif;
    font-size: 15px;
    margin-top: -0.2em;
}


img {
    display: flex;
    width: 100%;
    padding: 1em;
    max-width: 40em;
    height: auto;
    margin: auto;
}

.behance nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.behance nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.behance nav ul li {
    padding: 1em;
}

.behance nav ul li a {
    background-color: #A4546E;
    border: 0px solid;
    border-radius: 10%;
    color: white;
    text-decoration: none;
    height: 1em;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 2.1em;
}

main {
    flex-grow: 1;
}

main {
    width: 100%;
    margin-top: 1em;
    display: flex;
    justify-content: center;
    margin right: 4em;
}


