@charset= "utf-8";
    
body {
    font-family: sans-serif; 
    background-color: cadetblue; 
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0px;
}  

header,
footer {
    background-color: darkcyan;
    padding: .25em;
     height: auto;
    color:white;
}

header {
    background-color: lightseagreen;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
    height: 50px;
}

header ul li a {
    display: flex;
    justify-content: center;
    align-items: center;

}

nav{
    display: flex;
    flex-wrap: wrap;
}

nav>ul {
    display: flex;
    justify-content: space-between;
    background-color: lightseagreen;
}

nav>ul>li {
    font-weight: 500;
    color: white;
    background-color: lightseagreen;
    display: flex;
    padding: 1em;
    
}

nav>ul>li>a {
    font-weight: 500;
    color: white;
    background-color: lightseagreen;
    display: flex;
    text-transform: capitalize;
    text-decoration: inherit;
    align-items: center
    
}


section{
    justify-content: center;
    text-align: center;
} 

.ajustar-texto {
    margin-left: 31%;
}

img {
    display: flex; 
     justify-content: center;
} 

h2{
    display: flex;
    background-color: lightseagreen;
    justify-content: center;
    max-width: 40%;
    margin: .5em;
    margin-left: 30%;
    margin-bottom: 15px;
} 

#foto-personal {
    width: 150px;
    height: 150px;
    display: flex;
    margin-left: 14%;
}

.portfolio-cuadrado {
    width: 15em;
    height: 15em;
    margin-left: 42%;
    margin-bottom: 15px;
}

p:not(#footer-p) {
    width: 38%;
    margin-left: 30%;
}

.portfolio-rect {
    width: 15em;
    height: 20em;
    margin-left: 42%;
    margin-bottom: 15px;
}

.portfolio-acostado {
    width: 20em;
    height: 15em;
    margin-left: 39%;
    margin-bottom: 15px;
}

#actual {
    font-weight: lighter;
    color: darkolivegreen;
}

h1 {
    display: flex;
    margin-left: 10%;
}

h3{
    background-color: white;
    opacity: 20%;
    border-radius: 5px;
    color: lightseagreen;
    width: 10%;
    margin-left: 45%;
    padding: 1.5px;
    
}

.separador-bottom-15 {
    margin-bottom: 15px;
}

.separador-top-25 {
    margin-top: 25px;
}

.separador-bottom-20 {
    margin-bottom: 20px;
}

.centrar {
    text-align: center;
    width:100%;
}

.perfilalo{ 
    text-decoration: none;
    list-style:none;
    color: black;
    font-weight: 600;
    margin-bottom: 50px;
    
}
