:root {
  --w: 280px;
  --h: 280px;
  --sizeImg: 272px;
}

body {
  flex: 1;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(../../img/portada/fondoPortadaLibre.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-family: calibri;
}

.tarjeta {
  position: relative;
  transform-style: preserve-3d;
  animation: iniciar 5s;
}

@media only screen and (max-width: 1024px) {
  :root {
    --w: 202px;
    --h: 202px;
    --sizeImg: 202px;
  }
}

@media only screen and (max-width: 480px) {
  :root {
    --w: 110px;
    --h: 110px;
    --sizeImg: 110px;
  }
}
