@import url(import.css);

@media screen and (max-width: 980px) {
  .no-cell {
    display: none !important;

  }
}

@media screen and (min-width: 980px) {
  .div-father {
    display: none !important;
  }
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.no-cell {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.div-all {
  position: relative;
  top: 0;
  display: contents;
}

.div-father {
  width: 100%;
  padding-top: 5vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


div.div-logo {
  border-radius: 50%;
  margin-bottom: 8%;
  display: flex;
  justify-content: center;

}

div.div-logo .div-logo-img {
  width: 50%;

  background-color: aquamarine;
  border-radius: 50%;
  position: relative;
}

.div-main-text h1 {
  font-size: 24px;
  margin-bottom: 3%;
}

.div-secondary-text {
  margin-bottom: 8%;
  text-align: center;
}

.div-secondary-text h2 {
  text-align: center;
  font-size: 14px;
}

.a-link-stores {
  margin-bottom: 5vw;
  text-decoration: none;
  border-radius: 50px;
  color: inherit;

}

.a-div-father-link-stores {
  width: 80vw;
  height: 18vw;
  border-radius: 50px;

}

.a-div-father-link-stores:active {
  width: 80vw;
  height: 18vw;
  border-radius: 50px;
  background-color: none;
}

.a-div-father-link-stores-son {

  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #F1F6FB;
  border-radius: 50px;
}

.a-div-father-link-stores-son img {
  height: 80%;
  position: relative;
  left: 1vh;
}

.a-div-father-link-stores-son-icon-button {
  width: 20%;
  margin-left: 10px;
  position: absolute;
  height: 48px;
}

.a-div-father-link-stores-son-icon-button img {
  height: 48px;
  border-radius: 50px;
}

.a-div-father-link-stores-son-text-button {
  width: 65%;
}

.a-div-father-link-stores-son-text-button {
  text-align: center;
  width: 100%;
}

.a-div-father-link-stores-son-text-button h2 {
  font-size: 14px;

}























