#storesTitle {
  text-align: center;
  display: none;
  font-weight: bold;
  color: #4d5550;
  margin-bottom: 30px;
  color: black;
  letter-spacing: 2px;
  font-size: 19px;
  margin-bottom: 50px;
  margin-top: 56px;
  color: #123457;
  text-transform: uppercase;
  font-family: "Lato-Black", sans-serif;
}
.storeDiv[data-st-id="1"] {
  order: 1;
}
.centeredContent {
  margin-bottom: 30px;  
}

#mapFiltersDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}
.filterDiv {
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid black;
  margin-right: 30px;
}
.filterSelect {
  position: relative;
  float: left;
  width: 190px;
  background-color: transparent;
  border: none;
  font-family: "Lato-Light", sans-serif;
  font-size: 14px;
  margin-top: 5px;
  cursor: pointer;
  color: #162554;
  border-radius: 0px;
  font-size: 14px;
  padding-bottom: 2px;
}
.filterArrow {
  position: absolute;
  right: 10px;
  color: #12225a;
  font-size: 13px;
  top: 5px;
  pointer-events: none;
}
#openFilters {
  position: relative;
  float: right;
  width: 55px;
  background-color: transparent;
  border: none;
  font-family: "Lato-Bold", sans-serif;
  text-align: center;
  color: #13335a;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  margin-top: 8px;
  cursor: pointer;
}
#mapDiv {
  float: right;
  position: relative;
  width: 45%;
  height: 70vh;
  max-height: 800px;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 20px;
  margin-right: 3%;
}
store {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-family: "Lato-Bold", sans-serif;
  color: #162554;
  font-size: 14px;
  margin-bottom: 10px;
}
storeInfo {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-family: "Lato-Light", sans-serif;
  color: #162554;
  font-size: 13px;
  margin-bottom: 10px;
}
.storeTitle {
  position: relative;
  margin-top: 7px;
  font-size: 12px;
  color: #555555;
  display: none;
}
.cityDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  color: black;
}
.cityName {
  position: relative;
  width: calc(100% - 15px);
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  line-height: 60px;
  padding-left: 18px;
  cursor: pointer;
  border-top: 1px solid #0A0A0A4D;
  background: transparent;
  font-family: 'Poppins';
  letter-spacing: 0;
}
.storesDiv {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* margin-top: 10px; */
  height: 0px;
  padding-bottom: 0px;
  border: none;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  margin-top: 0;
}
.open + .storesDiv {
  padding-bottom: 20px;
  height: auto !important;
}
.storeDiv {
  position: relative;
  float: left;
  width: calc((100%) - 146px);
  margin-left: 30px;
  margin-right: 8px;
  min-height: 90px;
  margin-top: 10px;
  color: #555555;
}
.storeName {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: black;
  margin-left: 20px;
  margin-bottom: 0px;
}

.storeName::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -18px;
  width: 100%;
  height: 100%;
  background-image: url("/files/storeMaker.png");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: left;
}
.storeInfo {
  position: relative;
  width: 100%;
  font-size: 12px;
  font-family: 'Poppins';
  /* margin-top: 8px; */
  color: #0A0A0A;
  margin-left: 20px;
}

.storeInfo.storeAdress {
  font-weight: 600;
  font-size: 14px;
  margin-top: 0px !important;
}

.storeLocationDiv {
  position: relative;
  height: 15px;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
  margin-left: 20px;
}
.storeLocationIcon {
  position: relative;
  float: left;
  height: 15px;
  display: none;
}
div#citiesDiv {
  float: left;
  width: 45%;
  margin-top: 80px;
  margin-left: 3%;
}

.centeredContent {
  width: 100% !important;
  min-height: 78vh;
  overflow: visible;
}
.cityDiv:last-of-type {
  border-bottom: 1px solid #0A0A0A4D;
}

.cityName.open {
  font-weight: 600;
}

.storeLocation {
  color: #0A0A0A;
  position: relative;
  float: left;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 0px;
  font-family: 'Poppins';
  /* font-weight: 500; */
  /* text-transform: lowercase; */
  text-decoration: underline;
  margin-bottom: 10px;
  visibility: hidden;
}

.storeLocation::after {
  content: "Ver mapa";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: underline;
}

.cityNameArrow {
  position: relative;
  float: right;
  display: block;
  margin-right: 15px;
  margin-top: 18px;
  font-size: 20px;
  line-height: 20px;
  transition: transform 0.1s ease-out;
  -moz-transition: -moz-transform 0.1s ease-out;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  -ms-transition: -ms-transform 0.1s ease-out;
}

.storeDiv {
  width: calc(80% - 20px);
  margin-left: 13px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #mapDiv {
    height: 112vw;
    width: 90%;
    margin-top: 5vw;
    margin-left: 5%;
  }
  .centeredContent {
    display: flex;
    flex-direction: column-reverse;
  }

  .cityName {
    padding-left: 0px;
    width: 100%;
  }

  .cityNameArrow.openClose {
    margin-right: 12px;
  }
  .centeredContent::after {
    width: 100%;
    left: 0%;
    background-image: url(/files/storeBannerMobile.png);
    height: 19%;
  }
  .centeredContent {
    margin-top: 0px;
  }
  div#citiesDiv {
    margin-top: 5px;
    width: 90%;
    margin-left: 5%;
    padding-top: 10px;
  }
}
