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