body {
  background: #ececec;
}

body, html { 
  overflow-x: hidden;
}

strong {
  font-weight: 600;
}

.bg  {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.button {
  background-size: cover;
  color: #563c3b;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: .05em;
  background-image: url(../images/button.png);
  background-size: cover;
  font-size: 3.5vw;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.35);
  height: 12.35vw;
  width: 65vw;
  padding: 2.3vw 6.5vw;
  border-radius: 3.5vw 3.5vw 8vw 8vw;
  display: flex;
  justify-content: center;
  outline: none;
}

.button.fs-sm {
  font-size: 3.24vw;
  padding: 2.3vw 5vw;
}

.roxo {
  color:  #51174b;
}

.black {
  color:  #363636!important;
}

.maiusc {
  text-transform: uppercase;
}

.negrito {
  font-weight: 600;
}


@media screen and (min-width: 1025px) {
  .button {
    background-image: url(../images/button-desktop.png);
    font-size: 1vw;
    line-height: 1.2;
    width: 18vw;
    height: 3.4vw;
    padding: .6vw 2.2vw .4vw;
    box-shadow: 0px 1.2vw 1vw rgba(0,0,0,0.35);
    border-radius: 0vw 0vw 2.2vw 2.2vw;
  }

  .button.fs-sm {
    font-size: .9vw;
    padding: .6vw 1vw .4vw;
  }

  .button.lg {
    background-image: url(../images/button-lg.png);
    width: 28.8vw;
    height: 3.2vw;
    padding: 1vw 0;
    background-size: cover;
  }
}