body {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
  flex-basis: 0;
  background-size: cover;
  background-image: url(../images/RicardoArjona2_LandingPage.jpg);
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  background-position: 50% 50%;
}

footer {
  margin-top: -15px;
  position: relative;
  height: 100px;
  min-height: 100px;
  background-size: cover;
  background-image: url(../images/RicardoArjona2_LandingPage_0003s_0001_PLECA-LEGALES.png);
  display: flex;
  align-items: end;
  justify-content: space-around;
  padding-bottom: 24px;
}

figure.title {
  width: 400px;
  margin-left: -100px;
  margin-top: 40px;
  text-align: center;
}

.subtitle {
  margin-top: 20px;
  max-width: 120px;
}

.subtext {
  margin-top: 20px;
  max-width: 70px;
}

@media screen and (max-width: 700px) {
  footer {
    height: 90px;
    padding: 25px 30px;
    background-size: 2215px 500px;
    background-position: 0px -140px;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  footer > * {
    transform: scale(0.6);
  }
}

footer img {
  height: 30px;
}


footer figure {
  display: flex;
  flex-direction: column;
}

footer figure img:first-child {
  height: 5px;
  min-height: 5px;
  width: fit-content;
  margin-bottom: 3px;
}


footer figure:nth-child(2) {
  width: 40px;
  min-width: 40px;
}


footer figure:nth-child(3) {
  width: 140px;
  min-width: 140px;
}

footer figure:nth-child(3) img:last-child {
  height: 40px;
}


footer figure:nth-child(3) img:first-child {
  width: 25px;
  min-width: 25px;
}

footer img:nth-child(4) {
  width: 80px;
  height: 20px;
}

footer img:nth-child(5) {
  width: 60px;
  height: 20px;
}

article {
  margin-top: 40px;
  padding: 40px 20px 40px;
  box-sizing: border-box;
  width: 200px;
  margin-left: -100px;
  background-image: url(../images/RicardoArjona2_LandingPage_0002s_0001_PAPEL.png);
  background-size: contain;
  background-repeat: no-repeat;
}

aside {
  padding: 20px 50px 40px;
  box-sizing: border-box;
  width: 200px;
  margin-left: -100px;
  background-image: url(../images/papelito_0001s_0004_PAPEL.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

aside.wo-bg {
  background: none;
}


@media screen and (max-width: 1080px) {
  article {
    margin-left: -30px;
  }

  aside {
    margin-left: -30px;
  }
}


@media screen and (min-width: 1335px) {
  article {
    width: 300px;
  }

  aside {
    width: 300px;
  }
}



input {
  width: 100%;
  border: none;
  border-radius: 50px;
  height: 20px;
  margin-top: 5px;
  padding-left: 5px;
  font-family: monospace;
}

button {
  border: none;
  border-radius: 50px;
  background-color: black;
  color: white;
  padding: 5px 10px;
  width: 100%;
  margin-top: 5px;
  cursor: pointer;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

form > img {
  margin-top: 3px;
  height: 10px;
  width: fit-content;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal .fg {
  border-radius: 5px;
  max-width: 90%;
  min-width: 300px;
  background: white;
  padding: 20px 40px;
}