body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.page-wrapper {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

.section-cs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  min-height: 40px;
  text-align: center;
}

.texto-copyright {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

@media (max-width: 479px) {
  .texto-copyright {
    font-weight: 400;
    letter-spacing: 0.03em;
  }
}
