@charset "uft-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

* {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}

header {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.menu {
    width: 5%;

}

.siu {
    width: 20%;

}

.buscador {
    width: 5%;
}

main {
    text-align: center;
}

main div img {
    padding: 1rem;
    align-items: center;
    max-width: 300px;
    border-radius: 50%;
}

main div h3 {
    color: orange;
}

main div h2 {
    color: lightseagreen;
}

nav ul li {
    width: 10%;
}

footer {
    background-color: orange;
    margin: 0.5rem;
    padding: 0.8rem;
    text-align: center;
}

footer p {
    font-size: 0.6rem;
    color: white;
    font-weight: 300;
    font-size: 1rem;
