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

#flash {
    background-image: url(../Img/background.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

header {
    padding-top: 25%;
}

#avatar {
    display: flex;
    justify-content: center;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 100;
    padding-top: 15%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 1.5em;
    font-weight: lighter;
}

span {
    font-weight: 800;
    color: #0F99C7;
}

#behance {
    background-color: #044866;
    padding-top: 10%;
    padding-bottom: 15%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 15%;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 10%;
    padding: 10%;
    padding-top: 5%;
}

button {
    height: 54px;
    width: 285px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: none;
}

#button {
    color: #044866;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

section {
    padding: 5%;
    display: flex;
    justify-content: center;
}

a {
    text-decoration: none;
}

ul {
    width: 50%;
    padding: 10px;
}

li {
    height: 45px;
    border-radius: 3px;
    background-color: #044866;
    margin-bottom: 10%;
    color: #6BDAFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

h3 {
    color: #0F99C7;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    margin-top: 5%;
    margin-left: 5%;
}

p {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 100;
    line-height: 21px;
    margin-bottom: 5%;
    margin-left: 5%;
}

#contacto {
    background-color: #0F99C7;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 30%;
    width: 100%;
}

#contacto ul {
    width: 100%;
}

#contacto li {
    background-color: transparent;
}

#facebook {
    height: 54px;
    width: 285px;
    border-radius: 5px;
    background-color: #044866;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
}

#whitebutt {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

footer {
    background-color: #f7f7f7;
    padding: 10% 5% 10% 5%;
}

footer p {
    color: #044866;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    line-height: 12px;
    margin: 0%;
}

div nav {
    padding: 5%;
}

nav ul {
    width: 100%;
    padding: 0;
}

nav ul li {
    display: inline;
    text-decoration: none;
    background-color: transparent;
    padding: 2%;
    width: 100%;
}

nav ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
}

section ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    
    
}