* {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

body {
  background: url("../images/bg.jpg") #061320 no-repeat;
  background-size: cover;
}

#wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#wrapper #logo {
  width: 250px;
}

#wrapper #logo img {
  width: 100%;
}

#wrapper .ciudades {
  display: flex;
  align-items: center;
}

#wrapper .ciudades .separador {
  width: 3px;
  height: 15px;
  background: #fff;
}

#wrapper .ciudades a {
  color: #fff;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
}
