html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  line-height: 1.3;
  margin: 0px;
  padding: 0px;
}

.main {
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 7, 12, 0.2)), to(rgba(5, 7, 12, 0.2))), url(../sources/img-andrea/tessttt/andy02.jpg);
  background: linear-gradient(rgba(5, 7, 12, 0.2), rgba(5, 7, 12, 0.2)), url(../sources/img-andrea/tessttt/andy02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.body-invite {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header--title {
  font-family: 'Sacramento', cursive;
  font-weight: 400;
  margin: 0;
  padding-top: 5%;
  letter-spacing: 0.08em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 96px;
  color: #fff;
}

.header--info {
  font-family: 'Inter', sans-serif;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 16px;
  color: #fff;
}

.player_btn {
  width: 60%;
  -ms-flex-item-align: center;
      align-self: center;
  position: absolute;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 70px;
  bottom: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 30px;
}

.player_btn p {
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  width: 100%;
  letter-spacing: 2px;
  margin: 0;
}

.player_audio {
  visibility: hidden;
}

.hide {
  display: none;
}

.date {
  width: 100%;
  font-family: 'Inconsolata', monospace;
  font-weight: 600;
  position: absolute;
  bottom: 18%;
  height: 80px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1.5px;
  text-align: center;
}

#cuenta {
  width: 100%;
  position: absolute;
  bottom: 15%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.simply-section {
  background: transparent;
  color: #fff;
  width: 70px;
  height: 70px;
  margin: 0 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.simply-amount {
  font-family: 'Inconsolata', monospace;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: 700;
}

.simply-word {
  font-family: 'Inconsolata', monospace;
  font-weight: 300;
  font-size: 16px;
}

.navigation {
  position: fixed;
  bottom: 3%;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 20px;
  width: 90%;
  height: 70px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation .img {
  height: 34px;
  -webkit-filter: invert(47%) sepia(93%) saturate(292%) hue-rotate(214deg) brightness(79%) contrast(94%);
          filter: invert(47%) sepia(93%) saturate(292%) hue-rotate(214deg) brightness(79%) contrast(94%);
}

.navigation .img:hover {
  -webkit-filter: invert(21%) sepia(18%) saturate(6103%) hue-rotate(246deg) brightness(99%) contrast(95%);
          filter: invert(21%) sepia(18%) saturate(6103%) hue-rotate(246deg) brightness(99%) contrast(95%);
}

.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.navigation .list {
  position: relative;
  list-style: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 20px;
  height: 100%;
  z-index: 1;
}

.navigation a {
  padding: 9% 0 9% 0;
  text-decoration: none;
}

.navigation .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation .icon span {
  font-size: 14px;
  color: #551A8B;
}

.copy {
  width: 100%;
  font-family: 'Inter', sans-serif;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 10px;
  background-color: #041411f1;
  color: #fff;
  list-style: none;
  font-weight: 400;
  text-decoration: none;
}

.copy p {
  margin: 0;
  color: #84817a;
  font-weight: 300;
  letter-spacing: 1px;
}

@media screen and (min-width: 800px) {
  .navigation {
    width: 50%;
  }
  .header--title {
    font-size: 120px;
  }
  .simply-section {
    width: 20%;
  }
}

@media screen and (min-width: 1200px) {
  .main {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 7, 12, 0.2)), to(rgba(5, 7, 12, 0.2))), url(../sources/img-andrea/tessttt/andy02.jpg);
    background: linear-gradient(rgba(5, 7, 12, 0.2), rgba(5, 7, 12, 0.2)), url(../sources/img-andrea/tessttt/andy02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #cuenta {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    bottom: 16%;
  }
  .date {
    height: auto;
    bottom: 27%;
    letter-spacing: 3px;
  }
  .body-invite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navigation {
    width: 30%;
  }
}
/*# sourceMappingURL=style.css.map */