body {
  background: #7900ff;
  position: relative;
  padding-bottom: 1em;
  min-height: 100vh;
}

* {
  font-family: sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #F5F5F5;
}

button {
  border: none;
  color: purple;
  background-color: fuchsia;
  padding: 1em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2.8em;
  cursor: pointer;  
  
}

a {
  color: #FDF5E6;
  text-decoration: underline;
}

.border {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.about__text {
  padding-left: 100px;
  padding-right: 100px;
  text-align: justify;
}

.description__text {
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: justify;
}

.description__presentation {
  padding-left: 100px;
  padding-right: 100px;
  text-align: justify;
}

.img---logo1 {
  width: 100%;
}

.img---logo2 {
  width: 100%;
}

.section--top {
  height: 100vh;
}

.section--obra {
  height: 100%;
}

.illustration {
  height: 100vh;
}

.text {
  padding-left: 140px;
  padding-right: 140px;
}

.title {
  text-align: center;
}

.footer {
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.lista {
  padding-left: 140px;
}

.vinieta {
  padding-left: 140px;
  padding-right: 80px;
  padding-bottom: 50px;
}

.img--contenidomanipuladologo {
  width: 100%;
  padding-bottom: 60px;
}

.contenedor-div {
  position: relative;
}

.signature {
  position: absolute;
  padding-top: 0px;

  padding-left: 100px;
  padding-right: 100px;
  text-align: justify;
}

@media screen and (max-width: 480px) {
  .description__text {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: justify;
  }
  .description__presentation {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vinieta {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
  }

  .about__text {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section--obra {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lista {
    padding-left: 16px;
  }

  .signature {
    position: absolute;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: justify;
  }
}
