@import url('https://fonts.googleapis.com/css?family=Montserrat');

*{margin: 0;}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: sans-serif;
    background: white;
  font-family: 'Montserrat', sans-serif;
}

ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #73cdf1;
    overflow: hidden;
    border-bottom: 3px solid;
    border-color:  #e2e2e2;

}

li.menu:hover{
  background-color: #e2e2e2;
  color: black;
}

li.menu {
    float: left;

}

li.menu a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 15px;

}


h1 {
        text-decoration: none;
        color: #000000;
        text-align: center;
        letter-spacing: 5px;
        text-shadow: 2px 2px #73cdf1;

  }

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


.mapa {
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: center; */
	text-align: center;

}

.mapa h3 {
    margin: 1rem;
}

.mapa img {
    margin: 0.2rem;
}


footer {
    float: center;
    background: #73cdf1;
    color: #000000;
    padding: 0.5rem;
    font-size: 0.75rem;
    margin-top: 2rem;
}


@media (max-width: 60rem) {

  ul.menu {
      max-width: 60rem;
      margin: 0 auto;

  }

  .mapa {
      width: 100%;
      max-width: 60rem;
      display: flex;
    	flex-direction: column;
    	flex-wrap: nowrap;
      margin: 0 auto;

  }


  }
