body {
  font-family: 'Roboto', sans-serif;
  background-color: #0F0039;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.principal {
    height: 70vh;
    position: relative;
}

.topo {
  padding: 56px 0px 0px 0px;
  height: 20vh;

}



.content-pop {
  text-align: center;
  margin-top: 20%;
  border-radius: 10px;
  color: #fff;

}
  .content-pop h1 {
    font-weight: 700;
    font-size: 41px;
    display: block;
    margin-top: 70px;
  }
  .content-pop p {
    font-size: 22px;
    display: block;
    margin-top: 17px;
  }

.btn-fechar {
  text-align: right;
}

.btn {
  text-align: center;
  margin-top: 20px;
}

.rodape {
  bottom: 0px;
  position: absolute;
  width: 100%;
  display: block;
  padding: 0px 0px;
  height: 10vh;
}
  .rodape p {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
  }





/*Mobile*/
@media only screen and (max-width: 980px) {
  .content-pop .btn img {
    width: 100%;
    height: auto;
  }
  .content-pop h1 {
    font-size: 33px;
        margin-top: 45px;
  }
  .content-pop {
    padding: 30px;
    margin-top: 10%;

  }
  .principal {
    min-height: 70vh;
  }
  .topo img {
    width: 113px;
    height: auto;
  }
  .topo {
    height: 10vh;
  }
  .rodape {
    height: 20vh;
  }
}
