.ak-div-tiendas-p {
  display: block;
  height: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c3c4c4;
  background-color: #f8f8f8;
}

.ak-h1-tiendas-p {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.ak-grid-tiendasp {
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  grid-template-areas: ". . . ."
    ". . . ."
    ". . . ."
    ". . . ."
    "Area Area-2 Area-3 Area-4";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.ak-title {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.ak-text {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #20bb97;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.ak-columns-tiendas-p {
  padding: 20px !important;
}

.ak-cols-tiendasp {
  padding-right: 0px;
  padding-left: 0px;
}

.ak-text-grid-tiendasp {
  font-family: Poppins, sans-serif;
  text-align: center;
}

.ak-text-link-tiendasp {
  font-family: Poppins, sans-serif;
  color: #20bb97;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
}

.ak-text-maps {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.ak-link-maps {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #20bb97;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
}

.ak-h2-ciudades {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.ak-div-bot-ver-tiendas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ak-bot-tiendas {
  background-color: #000 !important;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.ak-h3-tiendas-p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.ak-select-tiendas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #fffefe;
  font-family: Poppins, sans-serif;
}

.ak-form-str {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ak-city-drop{
  display: flex;
  justify-content: center;
}

.ak-h2-tiendas {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.ak-h2-tiendas-copy {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #20bb97;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .ak-div-tiendas-p {
    margin-top: 20px;
  }

  .ak-grid-tiendasp {
    grid-row-gap: 37px;
  }

  .ak-select-tiendas {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .ak-div-tiendas-p {
    height: auto;
  }

  .ak-select-tiendas {
    width: 30%;
  }
}

@media screen and (max-width: 479px) {
  .ak-div-tiendas-p {
    height: auto;
    margin-top: 20px;
  }

  .ak-h1-tiendas-p {
    font-size: 20px;
  }

  .ak-h2-ciudades {
    font-size: 16px;
  }

  .ak-div-bot-ver-tiendas {
    margin-bottom: 20px;
  }

  .ak-select-tiendas {
    width: 50%;
  }

  .ak-h2-tiendas {
    font-size: 20px;
  }

  .ak-h2-tiendas-copy {
    font-size: 20px;
  }
}