@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
h1 {
    padding-left: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-family: ;
    font-size: 30px;
    line-height: 40px;
    color: #5E6AAA  ;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

h2 {
    text-align: center;
    font-family: ;
    font-size: 23px;
    line-height: 40px;
    color: #5E6AAA  ;
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}

h3 {
    text-align: center;
    font-family: ;
    font-size: 16px;
    line-height: 40px;
    color: #5E6AAA  ;
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}

img {
    align-content: center;
    display: block;
    
}

.bordes {
    
    margin-left: 60px;
    margin-right: 40px;
    margin-top: 50px;
    border-radius: 10px;
}

.centro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}



nav {
    padding: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}

.a1 {
    display: flex;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 5px;
    color: #334393;
    
}
.a2 {
    display: flex;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 15px;
    color: #334393;
    
}

.a3 {
    display: flex;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 15px;
    color: #FFFFFF;
    text-decoration: none;
    
}


footer {
    display: flex;
    justify-content: flex-end;
    justify-content: center;
    color: #ABB5E8;
    font-size: 15px;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
}

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

body {
    background-color: #EFC6E4;
}