html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  @media only screen and (max-width: 480px) {
    img {
      width: 100%;
    }
  }

  .img-customizada {
    height: 100%;
    background-color: black;
  }

  .espaco-top {

    margin-top: 5% !important;
    margin-bottom: 5% !important;
  }

  .espaco-final {

    padding-bottom: 5%
  }

  .espaco-titulo {
    padding-top: 5%;
  }

  .icone-carrosel {
    top: 20% !important
  }

  .teste {
    color: #000;
  }