.title {
  font-weight: 900;
  font-size: 70px;
  line-height: 89.5%;
  text-align: center;
}

.page-container {
  margin: 5% 5%;
}

.straight-color {
  width: 25%;
  background: #009c8f;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100px;
}

.filters-container {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 59px;
}

.input-container > label {
  color: #000000;
  margin-right: 15px;
}

.info-container {
  text-align: center;
  color: #282727;
  width: 100%;
  height: 100%;
  background: rgba(36, 36, 36, 0.5);
  padding: 0;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: hidden;
}

.area:hover .info-container{
  visibility: visible;
}

.area:hover .category-name, .area:hover .location{
  display: none;
}

.container-location-local{
  display: flex;
  margin-bottom: 10px;
}

.location{
  padding-right: 10px;
  border-right: 1px solid black;
}

.storeNumber{
  margin-left: 10px;
}

.input-container > select {
  background: #ffffff;
  border: 0.680975px solid #d7d7d7;
  background-image: url(/files/arrow-select-category.svg);
  background-position: 95%;
  background-repeat: no-repeat;
  border-radius: 98.2743px;
  padding-left: 20px;
  width: 225px;
  height: 36px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 13.0672px;
  color: #000000;
  opacity: 0.7;
}

.input-container > select > option {
  font-size: 13.0672px;
  font-weight: 500;
  color: rgba(74, 74, 74, 0.7);
}

#name {
  background: rgba(255, 255, 255, 0.02);
  border: 0.680975px solid #d7d7d7;
  border-radius: 98.2743px;
  background-image: url(/files/search.svg);
  background-repeat: no-repeat;
  background-position: center left 15px;
  width: 283px;
  height: 36px;
  padding-left: 50px;
  font-weight: 700;
  font-size: 13.0672px;
  line-height: 14px;
  color: #000000;
  opacity: 0.7;
  margin-right: 50px;
}

#name::placeholder {
  color: #4a4a4a;
  font-weight: 500;
}

.areas-grid {
  display: flex;
  margin-right: 0;
  margin-bottom: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.area {
  display: flex;
  margin-bottom: 2vw;
  width: 16vw;
  height: 16vw;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #ffffff;
  border: 0.980741px solid #d8d8d8;
  cursor: pointer;
  margin-right: 1vw;
}

.area-photo {
  display: none;
  height: 0;
  width: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.area-logo {
  background: #fff;
  width: 150px;
  height: 150px;
  /* padding-right: 20px; */
  /* padding-left: 20px; */
  background-size: cover;
  background-position: center;
}

.area-logo-container {
  position: relative;
  top: 0;
  height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin: 0px;
  justify-content: center;
}

.area-phone {
  font-weight: normal;
  font-size: 16px;
  display: flex;
  line-height: 16px;
  align-items: center;
}

.area-phone > img {
  margin-right: 8px;
}

.logo {
  height: 150px;
  display: block;
}

.area > .loyalty-icon {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  z-index: 1;
  background: #009c8f;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-right: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.category-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 900;
}

.location {
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.open-popup {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: var(--title2-color);
  cursor: pointer;
  margin-top: 25px;
}

#area-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(5, 5, 5, 0.6);
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.area-popup-container {
  width: 640px;
  background-color: #fff;
  position: relative;
  overflow-y: scroll;
}

.area-popup-content {
  display: flex;
  flex-direction: column;
}

.description {
  font-weight: 400;
  font-size: 15px;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hours-container {
  
  flex-direction: column;
  margin-top: 20px;
  margin-left: auto;
  width: 301px;
}

.hours-container > .name {
  font-weight: 700;
  font-size: 15px;
}

.hours-container > .hours {
  font-weight: 400;
  font-size: 15px;
}

.area-img {
  width: 100%;
  height: 310px;
  background-size: cover;
  position: sticky;
}

.description {
  display: none;
}

.info {
  color: black;
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: space-around;
  padding: 40px 0;
  margin: auto;
}

.contact-info {
  background: transparent;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  opacity: 1;
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  margin-bottom: 10px;
  font-family: 'Montserrat';
  font-size: 18px;
}

.contact-info > img {
  margin-right: 10px;
  width: 16px;
}

.contact-info > img:last-child{
  display: none;
}

.contact-info:last-child {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
}

.phone > img {
  margin-left: 19px;
  margin-right: 23px;
}

.closed {
  font-weight: 500;
  font-size: 17.07px;
  color: white;
  opacity: 0.7;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 100;
}

.bannerTitle {
  width: 100%;
  color: white;
  height: auto;
  display: block;
  text-transform: uppercase;
  position: relative;
  background-image: url(/files/background-gatronomia.png);
  background-size: cover;
  background-position: center;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount {
  width: 301px;
  height: 42px;
  background: var(--title2-color);
  display: flex;
  margin: 13px 0 11px auto;
  align-items: center;
  border: 1px solid var(--title2-color);
  font-weight: 500;
  font-size: 14px;
  width: 301px;
  height: 43px;
  color: #000000;
  opacity: 1;
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  margin-bottom: 5px;
  padding-left: 10px;
}


.more {
  line-height: 16px;
  font-size: 13px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  background: #009c8f;
  border: 1px solid #009c8f;
  width: fit-content;
  margin: auto;
  padding: 10px 20px;
  border-radius: 100px;
}

.more:hover {
  background: transparent;
  border: 1px solid white;
}

.discount > .name {
  font-weight: 500;
  font-size: 11px;
  color: #ffffff;
  text-transform: uppercase;
  width: 100px;
}

.discount > img {
  margin-left: 19px;
  margin-right: 23px;
}

.discount > .percentage {
  font-weight: 800;
  font-size: 13px;
  color: #ffffff;
  margin-left: auto;
  margin-right: 30px;
}

.sectionTitle {
  width: 100%;
  color: var(--main-color);
  height: auto;
  display: block;
  position: relative;
  font-size: 60px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
  text-align: center;
  align-items: center;
}

.titlePic {
  height: 50vh;
  position: relative;
  background-image: url(/files/benefitsClub.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  /* top: -120px; */
  background-position: center;
}

.infoContainer {
  position: relative;
  display: block;
  margin-top: 60px;
}

img.benefitsCard {
  display: inline-block;
  width: 20%;
  margin-left: 10%;
  position: relative;
  margin-right: 5%;
}

.benefitsInfo {
  display: inline-block;
  width: 64%;
  vertical-align: top;
  color: black;
  line-height: 1.5;
  margin-top: 25px;
}

a.downloadBenefits {
  text-decoration: underline;
  cursor: pointer;
}

img.loyaltyLogo {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .title.bannerTitle {
    font-size: 41px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
  }
  .page-container {
    padding: 0px;
  }
  .input-container > label {
    display: none;
  }
  .filters-container {
    width: 100%;
    padding: 5% 0%;
    padding-bottom: 30px;
    background: white;
    position: relative;
    margin-bottom: 0;
    z-index: 2;
  }
  .straight-color {
    width: 40%;
    top: 333px;
    height: 100%;
  }
  .input-container {
    width: 40px;
    height: 40px;
    width: 45px;
    height: 45px;
    background: #009c8f;
    border: none;
    color: white;
  }
  select#category {
    width: 100%;
    padding: unset;
    hie: 100%;
    height: 100%;
    /* background: #E0004D; */
    border: none;
    background: transparent;
    /* visibility: hidden; */
    font-size: 0px;
    /* color: white; */
    content: unset;
  }
  #category {
    /* background-position-y: 31px; */
    background-image: url(/files/filterIcon.svg);
    background-position: center !important;
    background-image: url(/files/filterIcon.svg) !important;
    background-repeat: no-repeat !important;
    /* color: white; */
    background-size: 70% !important;
  }
  .area {
    width: 43vw;
    height: 43vw;
    /* border-left: none; */
    margin-bottom: 5px;
  }
  .area-logo {
    background-size: 172px;
  }
  .more {
    display: none;
  }
  img.loyaltyLogo {
    top: 20px;
    right: 20px;
    width: 20px;
  }
  input#name {
    border-radius: inherit;
    border: 1px solid #d7d7d7;
    height: 45px;
  }
  .titlePic {
    background-image: url(/files/benefitsBannerMobile.png) !important;
    background-size: contain;
    height: 325px;
  }
  .infoContainer {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0px;
    width: 84%;
    letter-spacing: 0px;
    margin: auto;
  }
  .closed {
    display: block !important;
  }
  .benefitsInfo {
    width: 100%;
    line-height: 33px;
    font-size: 20px;
  }
  a.downloadBenefits {
    font-size: 14px;
  }
  img.benefitsCard {
    width: 95%;
    margin: 0px auto;
  }
  .sectionTitle {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 60px;
  }
  #area-popup {
    background: rgba(5, 5, 5, 0.4);
    z-index: 999;
  }
  .areas-grid {
    margin-bottom: 90px;
    padding-right: 0px;
    background: white;
    position: relative;
    justify-content: space-between;
  }
  .area-popup-container {
    width: 90%;
    overflow: hidden;
    overflow-y: scroll;
  }
  .area-popup-content {
    padding: 0;
    flex-direction: column;
    position: relative;
  }
  .area-img {
    width: 100%;
    position: unset;
    height: 250px;
  }
  .closed {
    display: block !important;
    right: 10px;
    top: 10px;
  }
  .discount {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .contact-info-container {
    margin-top: 0;
    width: 100%;
  }
  .contact-info {
    padding-left: 0;
  }
  .info {
    width: calc(100% - 20px);
    margin: auto;
    padding: 30px 10px;
    display: flex;
    flex-direction: unset;
    align-items: center;
  }
  .description {
    width: 100%;
  }
  .logo {
    height: 100px;
  }
  .contact-info-container{
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 821px) {
  .areas-grid {
    margin-bottom: 90px;
    padding-left: 5%;
  }
}
