@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

/*GERAL ------------------------------------------------------------------------------------------------*/

* {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  color: rgb(54, 54, 54);
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

body {
  background-color: rgb(0, 0, 0);
  margin: 10vh 1em 5vh;
}

h1 {
  background: url(../img/sipblackfriday.png) no-repeat top center;
  background-size: 200px;
  font-size: 3em;
  font-weight: 700;
  padding-top: 5em;
  letter-spacing: -0em;
  color: rgb(19, 19, 19);
}

button {
  background-color: rgb(19, 19, 19);
  border: 0;
  border-radius: 4em;
  display: block;
  font-weight: 700;
  margin: 6vh auto;
  padding: 0.7em 2em;
  transition: all 0.15s ease;
  color: white;
}

button:hover {
  background-color: #fe0406;
  transform: translateY(-5px);
}

a {
  font-weight: 700;
  padding-bottom: 0.6em;
  border-bottom: solid 1px rgba(256, 256, 256, 0);
}

a:hover {
  padding-bottom: 0.4em;
  border-bottom: solid 1px rgba(256, 256, 256, 0.4);
}

b {
  font-weight: 700;
  color: #fe0406;
}

/* RESPONSIVO-------------------------------------------------------------------------------------------------------------*/

@media (min-width: 750px) {
  * {
    font-size: 1.1em;
  }

  body {
    margin: 15vh 1em;
  }

  h1 {
    background: url(../img/sipblackfriday.png) no-repeat top center;
    background-size: 280px;
    font-size: 8vw;
    padding-top: 280px;
  }

  button {
    margin: 6vh auto;
    padding: 1em 4em;
  }
}
