@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Poppins:700');

nav {

    padding-bottom: 5em;
    padding: 1em;
    background-color: #000000;
}

nav ul { 
list-style: none;
margin: 0;
padding: 1em;
display: flex;
flex-direction: row;
align-content: space-around;
justify-content: space-around;

}

nav ul li a { 
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: white;
text-decoration: none;
display: block; 
text-align: center;
}
nav ul li a:hover {
    color: #697eac;
    
}

section {
    padding-top: 1em;
}
section h2 {
    margin-top: 0
    padding-top: 0,4em;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 4em;
    
    text-decoration: none;
    text-align: center;
}
p { 
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center; 
    margin-top:0;
    margin-bottom: 0.7em;
    margin-left: auto;
    margin-right: auto;
}
img {
    max-width: 100%;
    max-height: auto;
    align-self: center;
    margin: 0.5em;
    
}
.container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top 2em;
    padding-bottom: 2em;
    
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    
}
footer {
    padding-top: 2em;
    background-color: #40434a;
}

footer p {
    color: white;
    font-size: 1em;
}


.celeste {
    background-color: #00ffff;    
}
.perfil {
    border-radius: 50%;
     border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
    
}
.celeste h2 {
    color: black;    
}
.celeste p {
    
    font-size: 2em;
    font-weight: 300;
    color: #4154ea;

}

.azul {
    background-color: rgb(255, 0, 206);
}
.azul h2{
    color: white;font-size: 3em;
    
}
.azul p {
    font-size: 2em;
    font-weight: 900;
    color: #f5ff00;
}




.port {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
}



.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.contact {
    justify-content: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}

.contact img {
    
    justify-content: center;
    display: flex;
	flex-direction: row;
	justify-content: center;
}


