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

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

body {
    background: #fff;
    color: #333;

}

a {
    text-decoration: none;
    color: #333;
}

/* MENU */

nav {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}


nav ul li {
    display: inline-block;
    font-family: 'Roboto Mono', monospace;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    margin-top: 1rem;
}

li:hover {
    text-decoration: underline;
}

header {
    margin-bottom: 4rem;
}

.mapaImg {
    display: block;
    margin: auto;
    width: 100%;
}


/* headings */

h1 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
}


h2 {
    font-family: 'Roboto Mono', monospace;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 500;
}

h3 {
    font-family: 'Roboto Mono', monospace;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2rem;
}

h4 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 1rem 1rem 2rem 1rem;
    font-size: 1rem;
}




/* estructura */
main {
    background-color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 1.5rem;
}


footer {
    background-color: #fff;
    width: 50%;
    margin: 3rem auto 3rem auto;
}

.footerText {
    text-align: center;
    color: #41b3a3;
    font-family: 'Roboto Mono', monospace;
    font-weight: 300i;
    font-size: 0.75rem;
}

article p {
    font-weight: 400;
    width: 70%;
    text-align: center;
    margin: auto;
}
