* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #07526c;
}

body {
  overflow-x: hidden;
}

.pagina {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #07526c;
}

.cartao {
  position: relative;
  width: min(100%, 1080px);
  line-height: 0;
  background: #07526c;
}

picture {
  display: block;
}

.capa {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.link-area {
  position: absolute;
  z-index: 10;
  display: block;
  cursor: pointer;
  border-radius: 999px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.18);
}

.link-area:focus-visible {
  outline: 4px solid #ffffff;
  outline-offset: -4px;
}

.link-area:active {
  background: rgba(255, 255, 255, 0.08);
}

.somente-leitor {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* CELULAR — capa 1080 × 1920 */
.imoveis {
  left: 14.665%;
  top: 58.194%;
  width: 68.650%;
  height: 6.160%;
}

.whatsapp {
  left: 14.665%;
  top: 66.447%;
  width: 68.650%;
  height: 6.100%;
}

.email {
  left: 14.665%;
  top: 74.581%;
  width: 68.650%;
  height: 6.100%;
}

.instagram {
  left: 14.665%;
  top: 82.715%;
  width: 68.650%;
  height: 6.041%;
}

/* TABLET — capa 2048 × 2732 */
@media (min-width: 600px) and (max-width: 899px) {
  .cartao {
    width: min(100%, 2048px);
  }

  .imoveis {
    left: 17.143%;
    top: 57.074%;
    width: 60.461%;
    height: 6.556%;
  }

  .whatsapp {
    left: 17.143%;
    top: 65.769%;
    width: 60.553%;
    height: 6.556%;
  }

  .email {
    left: 17.143%;
    top: 74.603%;
    width: 60.461%;
    height: 6.625%;
  }

  .instagram {
    left: 17.143%;
    top: 83.368%;
    width: 60.461%;
    height: 6.625%;
  }
}

/* DESKTOP E NOTEBOOK — capa 1920 × 1080 */
@media (min-width: 900px) and (orientation: landscape) {
  html,
  body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .pagina {
    width: 100vw;
    height: 100vh;
    min-height: 0;
    align-items: center;
    justify-content: center;
  }

  .cartao {
    width: min(100vw, calc(100vh * 16 / 9));
    max-width: 1920px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  .capa {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .imoveis {
    left: 49.940%;
    top: 37.088%;
    width: 36.663%;
    height: 9.245%;
  }

  .whatsapp {
    left: 49.940%;
    top: 48.990%;
    width: 36.663%;
    height: 9.245%;
  }

  .email {
    left: 49.940%;
    top: 60.680%;
    width: 36.663%;
    height: 9.033%;
  }

  .instagram {
    left: 49.940%;
    top: 72.157%;
    width: 36.663%;
    height: 9.245%;
  }
}
