* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.6;
}

header,
section,
footer,
aside,
nav,
article,
figure {
    font-weight: 200;
    display: block
}

#hoja {
    margin: 0 auto;
    max-width: 850px;
    width: 100%
}

h1 {
    font-size: 1.4em
}

h2 {
    font-size: 1.3em
}

h3 {
    font-size: 1.2em
}

h4 {
    font-size: 1.1em
}

h1,
h2,
h3,
h4 {
    font-weight: 200
}

p {
    font-size: 1em
}

a {
    text-decoration: none
}

h1,
h2,
h3,
h4,
a {
    color: #686
}

a:hover {
    text-decoration: underline
}

ul {
    margin: 5px 0 0 0;
    padding-left: 0px;
    list-style: none
}

article {
    padding: 0 20px
}

.sombra {
    box-shadow: 0px 1px 3px rgba(136, 136, 170, 0.5);
    border-radius: 1em
}

.cajaSombra {
    box-shadow: #aaa 5px 5px 10px;
    border: outset;
    border-color: #ddd;
    border-radius: 1em
}

.logo {
    display: block;
    margin: 0 auto 15px;
    width: 151px;
    height: 70px
}

#logoC {
    width: 151px;
    height: 70px;
    margin: 10px auto;
    background-image: url(https://callejeando.com/images/logocallejeando.png)
}

.logoMini {
    display: none
}

li {
    list-style-type: none
}

nav,
footer {
    background-color: #e2efd4;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.2);
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    /* Para que los botones bajen si no caben */
    padding: 0;
    margin: 0;
    list-style: none;
}

nav ul li {
    text-align: center;
    padding: 1px 0px;
    margin: 0 auto;
    display: block
}

nav ul li a {
    font-size: 1.2em
}

.menu .drop {
    cursor: pointer;
    display: none
}

.menu svg {
    vertical-align: middle
}

.drop svg {
    vertical-align: middle
}

/*if => open*/
.menu nav.open {
    display: block
}

.btnM {
    color: #333
}

.compartir {
    padding: 0px;
    border-radius: 5px;
    box-shadow: 3px 3px 8px #666;
    background-color: #e0f7fa;
    padding: .4em .7em;
    color: #222
}

#amiga {
    font-size: 1em;
    margin: 10px auto
}

.contenedor {
    background-color: #fff;
    width: 1054px
}

footer {
    text-align: center;
    max-width: 850px;
    font-size: .7em
}

footer a {
    color: #333
}

#municipio li {
    color: #30f;
    font-family: monospace;
    font-size: 2em
}

#map {
    width: 640px;
    height: 500px;
    float: left
}

@media screen and (max-width: 640px) {

    #hoja,
    footer,
    nav {
        width: 100%;
        border-radius: 0;
        /* En móvil queda mejor sin bordes redondeados en los extremos */
    }

    nav {
        width: 95vw
    }

    nav a {
        font-size: 1.2em
    }

    nav a#pull:after {
        left: 85vw
    }

    .menu {
        background-color: #d7edc0
    }

    nav ul li {
        padding: 5px 0px
    }

    #hoja,
    footer {
        width: 95vw;
        margin: 0 auto
    }

    #map {
        width: 100%;
        height: 350px
    }

    p {
        font-size: 1em
    }

    article {
        padding: 15px;
        width: 100%
    }

}