.cityplan-header-logo{
  width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cityplan-santiago-logo{
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.cityplan-logo-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.cityplan-buttons-container{
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}
.cityplan-button-exchange{
  height: 40px;
  width: 40px;
  background: url(./686bd6a395c7775d445e.png);
  background-position: center;
  background-size: cover;
}
.cityplan-button-weather{
  height: 50px;
  width: 50px;
  background: url(./72d74ca6a4fe27599092.png);
  background-position: center;
  background-size: cover;
}
.cityplan-button-offers{
  height: 53px;
  width: 53px;
  background: url(./4b2349b8137a4d81e61e.png);
  background-position: center;
  background-size: cover;
}
.cityplan-button-security{
  height: 50px;
  width: 50px;
  background: url(./b19aa1492cbdb81fd54b.png);
  background-position: center;
  background-size: cover;
}

.cityplan-button-subscribe{
  height: 40px;
  width: 40px;
  background: url(./6e1b695a5092a83ee826.png);
  background-position: center;
  background-size: cover;
}
