@font-face {
  font-family: Musicash Icons;
  src: url('../fonts/musicash-icons.eot') format("embedded-opentype"), url('../fonts/musicash-icons.woff') format("woff"), url('../fonts/musicash-icons.ttf') format("truetype"), url('../fonts/musicash-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --purple: #8b41ae;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  background-color: #f4f4f4;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  line-height: 170%;
}

.main-section {
  max-width: 500px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.contain-me {
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.content-wrapper {
  padding-top: 25px;
}

.content-wrapper._1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.album-cover {
  height: 450px;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block {
  text-align: center;
  padding-top: 35px;
}

.artist-name {
  color: var(--black);
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
}

.album-name {
  color: var(--black);
  font-size: 34px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-2 {
  padding-top: 35px;
}

.button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button.white {
  background-color: var(--white);
  color: #000;
}

.button._23 {
  margin-top: 50px;
}

.button._7 {
  height: 50px;
}

.button.red {
  background-color: #db4949;
}

.div-block-3 {
  background-color: var(--purple);
}

.div-block-4 {
  margin-bottom: 25px;
}

.field-label {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}

.text-field {
  color: var(--black);
  background-color: #f4f4f4;
  border: 1px solid #0000;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 24px;
  padding-left: 18px;
  padding-right: 18px;
  transition: all .2s;
}

.text-field:hover {
  border-color: #f7f7f733;
}

.text-field:focus {
  border: 2px solid var(--black);
}

.text-field::placeholder {
  color: #f7f7f72e;
}

.div-block-5 {
  margin-bottom: 50px;
}

.link {
  color: var(--black);
  font-size: 16px;
}

.big-text {
  color: var(--black);
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-copy {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 35px;
}

.div-block-copy._5 {
  margin-bottom: 70px;
}

.div-block-copy._1 {
  display: none;
}

.pages-headet-wrapper {
  text-align: center;
  margin-bottom: 55px;
}

.image-3 {
  object-fit: contain;
  width: 80%;
  height: 80%;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  margin-right: -15px;
  display: flex;
}

.instruction {
  max-width: 26em;
  margin-top: 0;
  padding-left: 2em;
  font-size: 1.3em;
  line-height: 1.3;
  position: relative;
}

.pages-h2 {
  text-align: center;
  max-width: 25.8em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.button-5 {
  text-align: center;
  border-radius: 5px;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
}

.number-system {
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: 0% auto 0% .5em;
}

.validar-pagamento-wrapper {
  border: 2px dashed var(--black);
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-25 {
  color: var(--black);
  padding-top: 50px;
}

.instructions-wrapper {
  grid-row-gap: 2em;
  border-left: 2px #1242af;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 3em;
  display: grid;
}

.validar-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 3em;
  background-color: #1242af0f;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center start;
  padding: 3em 3em 1em;
  display: grid;
}

.currency-2 {
  margin-left: .2em;
  font-size: .4em;
  display: inline-block;
  position: relative;
  top: -1em;
}

.currency-2.lil-bigger {
  margin-left: 0;
  margin-right: .3em;
  font-size: .7em;
  top: -.28em;
}

.div-block-26 {
  padding-top: 25px;
}

.tab-1 {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-right: 15px;
  padding: 2px 5px;
  display: flex;
}

.tab-1.w--current {
  background-color: #fff;
  border: 1px solid #1675bd;
}

.tab-1._20.w--current {
  background-color: #fff;
  background-image: none;
  border: 1px solid #1675bd;
}

.pagamento-referencia-info {
  margin-top: 0;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1;
}

.comprar-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1242af;
  border-radius: 5px;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 0;
  line-height: 50px;
  text-decoration: none;
}

.comprar-button:hover {
  background-color: #222843;
}

.pages-h1 {
  margin-top: 0;
  margin-bottom: 1.2em;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
}

.pages-h1.instrc {
  margin-bottom: .5em;
}

.pagamento-field-lable {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
}

.div-block-27 {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-28 {
  padding-top: 35px;
}

.div-block-29 {
  padding-top: 25px;
}

.div-block-30 {
  color: var(--black);
  margin-bottom: 35px;
  padding-top: 35px;
}

.div-block-31 {
  justify-content: space-between;
  padding-top: 15px;
  display: flex;
}

.link-2 {
  color: var(--black);
  height: 60px;
  padding-right: 25px;
  font-family: Musicash Icons, sans-serif;
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
}

.link-2._2 {
  padding-left: 25px;
  padding-right: 0;
}

.text-block {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
}

.div-block-32 {
  height: 100vh;
  padding-top: 0;
}

.html-embed {
  height: auto;
}

.rich-text-block {
  color: var(--black);
}

.nav-transportador {
  border-top: 1px solid #e3e4e8;
  border-bottom: 1px solid #e3e4e8;
}

.shadowx {
  height: 100px;
}

.navbar {
  background-color: #fff;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 8px 2px #00000005;
}

.contain {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.brand-2 {
  background-image: url('../images/6634f42890bb663a88df8187_NGAPA-LOGO.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
}

.nav-link {
  color: #000;
  margin-left: 35px;
  padding: 0;
  font-size: 15px;
  line-height: 100px;
}

.nav-link:hover {
  font-weight: 700;
}

.nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.section {
  padding: 50px;
}

.section._1 {
  padding-top: 50px;
}

.text-block-205 {
  font-size: 17px;
  line-height: 120%;
}

.div-block-366 {
  justify-content: flex-end;
  display: flex;
}

.div-block-360 {
  color: #fff;
  background-color: #181818;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 35px;
}

.text-block-211 {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.grid-79 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.botao {
  color: #000;
  background-color: #fff;
  border: 1px #a0afbf57;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 25px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.botao:hover {
  background-color: var(--black);
  color: #fff;
  border: 1px #1a5785;
}

.text-block-212 {
  font-size: 32px;
  line-height: 100%;
}

.text-block-204-copy {
  margin-right: 15px;
  font-family: Musicash Icons, sans-serif;
  font-size: 27px;
  line-height: 100%;
}

.text-block-213 {
  color: #ffffff78;
  margin-bottom: 35px;
  font-weight: 500;
}

.text-block-128 {
  line-height: 1;
}

.text-block-128._700 {
  color: var(--black);
  font-family: Musicash Icons, sans-serif;
}

.text-block-3 {
  color: #4e4e4e;
  align-items: center;
  font-size: 17px;
  line-height: 1.1;
  display: flex;
}

.legenda-wrapper {
  border-top: 1px solid #adadad29;
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-155-copy {
  padding-top: 0;
}

.div-block-155-copy.docs {
  margin-top: 25px;
}

.card-wrapper {
  color: #fff;
  background-color: #fff;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.card-wrapper:hover {
  border: 1px solid #00000045;
}

.side-a {
  width: 90%;
  display: flex;
}

.text-block-214 {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
}

.txt {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.side-a-1 {
  width: 50%;
  display: flex;
}

.side-b {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
  position: relative;
}

.side-b._123 {
  padding-left: 10px;
  padding-right: 15px;
}

.card-item {
  height: 100%;
}

.card-item.img {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.card-item.img._900 {
  width: 20%;
}

.card-item.name {
  color: #223;
  align-items: center;
  width: 85%;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.card-item.data-1 {
  width: 25%;
  padding-right: 1rem;
  display: flex;
}

.card-item.data-1.x {
  width: 15%;
}

.card-item.data-1.x._10 {
  width: 20%;
}

.card-item.icon {
  color: #d13232;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-size: 1.5rem;
  display: flex;
}

.text-block-157 {
  color: #fff;
  text-align: center;
  background-color: #2b3036;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-weight: 400;
}

.text-block-157:hover, .text-block-157.green {
  background-color: #1cc8a6;
}

.div-block-367 {
  flex: 1;
  width: 60%;
}

.header-back-wrapper.buttonx {
  justify-content: flex-start;
  display: flex;
}

.perfil-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  width: 250px;
  height: 250px;
}

.perfil-1._500 {
  background-image: url('../images/2539.jpg');
}

.perfil-1._500._5858 {
  background-image: none;
  border-style: none;
  border-radius: 0;
}

.text-block-215 {
  color: #c2c2c2b8;
  align-items: center;
  font-size: 17px;
  line-height: 1.1;
  display: flex;
}

.button-4 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.button-4:hover {
  color: #fff;
  background-color: #d13232;
}

.button-4.no-back {
  background-color: var(--purple);
  color: #e5e5e5;
  border: 1px #e5e5e536;
  margin-top: 15px;
  text-decoration: none;
}

.button-4.no-back {
  color: #e5e5e5;
  background-color: #000203;
  border: 1px solid #e5e5e536;
  margin-top: 15px;
  text-decoration: none;
}

.button-4.no-back:hover {
  border-color: #e5e5e5;
}

.link-3 {
  float: left;
  color: var(--black);
  margin-right: 15px;
  padding-right: 10px;
  font-family: Musicash Icons, sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  text-decoration: none;
  display: block;
}

.heading-2.box {
  float: left;
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
}

.div-block-164 {
  padding-right: 20px;
}

.div-block-164._200 {
  padding-left: 50px;
  font-size: 15px;
}

.main-wrapper {
  padding-top: 0;
}

.div-block-173 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  padding-left: 50px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.div-block-165 {
  padding-left: 20px;
  font-size: 15px;
}

.card-wrapper-2 {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.card-wrapper-2:hover {
  border: 1px solid #d132326b;
}

.div-block-356 {
  background-image: url('../images/images.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 40px;
}

.heading-10 {
  color: var(--black);
  font-size: 30px;
  font-weight: 400;
}

.parceiro-info-seperator {
  margin-bottom: 30px;
  position: relative;
}

.text-block-216 {
  color: #e8e8e8ab;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
}

.parceiro-text-field {
  color: #0009;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 120%;
}

.parceiro-text-field::placeholder {
  color: #9c9c9c;
}

.parceiro-text-field.pendente {
  text-align: left;
  font-weight: 500;
}

.parceiro-text-field.inativo {
  color: #ff7474a1;
  font-weight: 400;
  text-decoration: none;
}

.parceiro-text-field.fretes {
  color: #288562;
  font-weight: 700;
}

.parceiro-text-field.disponivel {
  color: #288562;
  font-weight: 400;
  text-decoration: none;
}

.div-block-168 {
  padding-top: 25px;
}

.form-field-label-2 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-2.bold {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-169 {
  background-color: var(--white);
  border: 1px #e5e5e5;
  border-radius: 5px;
  padding: 60px 50px 50px;
  font-size: 15px;
}

.text-block-217 {
  color: #fff;
  text-align: center;
  background-color: #2b3036;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-weight: 400;
}

.text-block-217:hover {
  background-color: #d13232;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-5._5 {
  border-radius: 200px;
}

.photo-contain {
  max-width: 90px;
}

.div-1 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-1.eie {
  margin-top: 0;
  margin-bottom: 25px;
  overflow: hidden;
}

.div-block-351 {
  font-size: 15px;
}

.form-fiield {
  color: #000;
  background-color: #f4f4f4;
  border: 1px #d0d3dd;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 35px;
  font-size: 17px;
  transition: all .1s;
}

.form-fiield:focus {
  border-color: #1675bd;
}

.form-fiield::placeholder {
  color: #9c9c9c;
}

.form-fiield.long {
  color: #fff;
  padding-bottom: 329px;
}

.form-fiield.sele {
  background-color: var(--white);
  margin-bottom: 0;
}

.form-fiield.sele:hover {
  color: #fff;
  background-color: #000;
}

.div-block-368 {
  flex: 1;
}

.uploaded-photo-wrapper {
  display: none;
}

.uploaded-image-resolution {
  color: #9c9c9c;
}

.error-message {
  color: #e6253f;
  text-align: center;
  background-color: #fce1e6;
  border: 1px solid #e6253f;
  border-radius: 4px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-size: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.link-19 {
  color: #288562;
  line-height: 25px;
  text-decoration: none;
}

.uploaded-image-name {
  height: 16px;
  line-height: 100%;
  overflow: hidden;
}

.success-message {
  color: #171f36;
  font-size: 16px;
  line-height: 24px;
}

.form-field-label-description {
  color: #9c9c9c;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 120%;
}

.button-6 {
  text-align: center;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button-6:hover {
  background-color: #1a5785;
}

.button-6.bx {
  color: #000;
  background-color: #fff;
  height: 50px;
}

.button-6.bx:hover {
  color: #fff;
  background-color: #d13232;
}

.form-success-content {
  background-color: #fff;
  border-radius: 4px;
  min-width: 200px;
  max-width: 1000px;
  height: 80px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 185px 27px 108px;
  position: relative;
  box-shadow: 0 2px 50px #00000042;
}

.form-success-content.with-2-buttons {
  background-color: #fff;
  padding-right: 303px;
  box-shadow: 0 2px 50px #00000042;
}

.checkbox-3 {
  width: 20px;
  height: 25px;
  margin-top: 2px;
  margin-right: 8px;
}

.form-field-label {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
}

.uploaded-photo-info {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.image-6 {
  object-fit: contain;
  max-height: 80%;
}

.form-success {
  z-index: 1000;
  background-color: #f0f0f0bf;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  inset: 0%;
}

.div-block-369 {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  margin-bottom: 0;
  font-size: 15px;
}

.div-block-369.submit {
  max-width: 100%;
}

.form-button-icon {
  margin-right: 8px;
  font-family: Musicash Icons, sans-serif;
  position: relative;
  top: 2px;
}

.uploaded-photo-content {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

.checkbox-label-2 {
  color: var(--black);
  margin-right: 15px;
  font-size: 16px;
  line-height: 25px;
}

.uploaded-photo-div {
  border-right: 1px solid #d0d3dd;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.checkbox-field-3 {
  color: #fff;
  margin-bottom: 35px;
  display: flex;
}

.test-form-block {
  background-color: #fff;
  border-radius: 4px;
  height: 947px;
  margin-bottom: 0;
  padding: 50px;
}

.test-form-block.zero-padding-all {
  height: auto;
  padding: 0;
}

.photo-upload-icon {
  margin-bottom: 14px;
  font-family: Musicash Icons, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.form-left-side {
  background-color: var(--white);
  border-left: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.form-right-side {
  background-color: var(--white);
  border-left: 1px solid #e0e2e733;
  border-right: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.photo-upload-text {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 100%;
}

.button-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button-2.success-continue-copy {
  background-color: #0000002e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.button-2.success-continue-copy:hover {
  background-color: #00000052;
}

.button-2.success-continue-copy.ok {
  color: #05b32e;
  background-color: #0000;
  border: 1px solid #05b32e;
  right: 177px;
}

.button-2.success-continue-copy.ok:hover {
  color: #fff;
  background-color: #05b32e;
}

.button-2.gray {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-2.gray:hover {
  color: #fff;
  background-color: #449e47;
  border-color: #0000;
}

.button-2.gray.apagar:hover {
  background-color: #fc3636;
}

.button-2.success-continue {
  background-color: #05b32e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.button-2.success-continue:hover {
  background-color: #058317;
}

.photo-upload-input-field {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  background-color: #ffffff1c;
  border: 2px dashed #d0d3dd;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field:hover {
  background-color: #ffffff3b;
}

.photo-upload-input-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field::placeholder {
  color: #9c9c9c;
}

.photo-upload-input-wrapper {
  border-bottom: 1px solid #e0e2e75e;
  min-height: 170px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
  overflow: hidden;
}

.form {
  width: 100%;
}

.form.round-corners {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-left: 16px;
  overflow: hidden;
}

.form.round-corners._10 {
  border-style: none;
  margin-left: 0;
  display: flex;
}

.success-flex {
  display: flex;
}

.div-block-154 {
  padding-top: 35px;
}

.confirmation-check-icon {
  color: #05b32e;
  text-align: center;
  background-color: #0000;
  border: 3px solid #05b32e;
  border-radius: 13px;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 50px;
  overflow: hidden;
}

.confirmation-check-icon.absolute-right {
  position: absolute;
  inset: 15px auto auto 20px;
}

.grid-80 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-370 {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 30px;
  display: flex;
}

.text-block-218 {
  font-size: 20px;
}

.text-block-219 {
  font-size: 25px;
  font-weight: 600;
}

.ver-mais {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.div-block-354 {
  width: 250px;
  font-size: 15px;
}

.div-block-371 {
  padding-top: 35px;
}

.div-block-372 {
  background-image: url('../images/running-album-cover-video-2020-design-template-fffefa39f0649a6026bcac1339250dc4_screen.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.div-block-373 {
  float: right;
}

.login-main-section-new {
  background-color: var(--white);
  max-width: 500px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.contentor {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.main-black {
  padding: 50px;
}

.main-black._1 {
  padding-top: 0;
}

.this-is-main {
  padding: 50px;
}

.baixar {
  text-align: center;
  background-color: #adadad40;
  border: 1px dashed #a9a9a9a8;
  border-radius: 12px;
  padding: 50px 50px 25px;
}

.text-block-220 {
  color: var(--black);
  text-align: center;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 700;
}

.text-block-221 {
  color: var(--black);
  margin-bottom: 50px;
}

.div-block-374 {
  margin-bottom: 35px;
}

.text-block-222 {
  color: #000;
  font-size: 35px;
  line-height: 120%;
}

.grid-81 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block {
  background-image: url('../images/running-album-cover-video-2020-design-template-fffefa39f0649a6026bcac1339250dc4_screen.jpeg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #ffffff24;
  border-radius: 5px;
  height: 350px;
  padding-top: 10px;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

.div-block-375 {
  color: #000;
  padding-top: 25px;
}

.text-block-223 {
  margin-bottom: 25px;
  font-size: 16px;
}

.text-block-224 {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 120%;
}

.div-block-376 {
  color: #000;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  min-width: 30%;
  max-width: 30%;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
}

.text-block-225 {
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-226 {
  font-size: 15px;
  line-height: 100%;
}

.div-block-377 {
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-11 {
  margin-bottom: 35px;
  font-size: 43px;
  line-height: 130%;
}

.select-field {
  color: #000;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
  font-size: 15px;
}

.form-block {
  width: 60%;
}

.div-block-378 {
  padding-top: 25px;
}

.link-20 {
  color: var(--black);
  font-size: 17px;
}

.body {
  background-color: var(--white);
}

.tabs {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .main-section {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-field {
    font-size: 16px;
  }

  .pages-h1 {
    font-size: 1.6em;
  }

  .pagamento-field-lable {
    font-size: 1.1em;
    font-weight: 600;
  }

  .shadowx {
    height: 80px;
  }

  .navbar {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-2 {
    width: 160px;
    height: 80px;
  }

  .nav-menu {
    background-color: #223;
    width: 80%;
    height: 100vh;
    padding-top: 39px;
  }

  .nav-link {
    color: #fff;
    margin-left: 0;
    padding-left: 50px;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .menu-button {
    color: var(--black);
    height: 80px;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-365 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .botao {
    width: 100%;
  }

  .text-block-212 {
    font-size: 35px;
  }

  .legenda-wrapper {
    display: none;
  }

  .card-item.img {
    flex: none;
  }

  .link-3 {
    line-height: 1.2;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .div-block-169 {
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .form-left-side, .form-right-side {
    padding: 35px;
  }

  .div-block-154 {
    padding-top: 25px;
  }

  .login-main-section-new {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .contentor {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-black, .this-is-main {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-81 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .main-section {
    max-width: 100%;
  }

  .field-label {
    margin-bottom: 3px;
  }

  .text-field {
    height: 45px;
    margin-bottom: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .pages-h2 {
    letter-spacing: -.015em;
    font-size: 1.5em;
  }

  .validar-pagamento-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .instructions-wrapper {
    border-top: 2px dashed var(--purple);
    border-left-style: none;
  }

  .section._1 {
    padding-top: 25px;
  }

  .grid-79 {
    grid-template-columns: 1fr;
  }

  .botao {
    width: 100%;
  }

  .perfil-1._500._5858 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-3 {
    padding-top: 7px;
    padding-right: 1rem;
    line-height: 1;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .div-block-164._200 {
    padding-left: 0;
  }

  .main-wrapper {
    padding-top: 35px;
  }

  .div-block-173 {
    padding-top: 25px;
    padding-left: 0;
  }

  .div-block-165 {
    padding-left: 0;
  }

  .form.round-corners._10 {
    flex-direction: column;
  }

  .login-main-section-new {
    max-width: 100%;
  }

  .grid-81 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-377 {
    width: 100%;
  }

  .heading-11 {
    font-size: 31px;
    line-height: 120%;
  }
}

@media screen and (max-width: 479px) {
  .album-cover {
    height: 370px;
  }

  .div-block-2 {
    padding-top: 50px;
  }

  .button._7 {
    font-size: 16px;
  }

  .text-field {
    height: 60px;
    font-size: 16px;
  }

  .pages-headet-wrapper {
    margin-bottom: 35px;
  }

  .instruction {
    color: #fff;
    font-size: 1.2em;
  }

  .pages-h2 {
    max-width: none;
    font-size: 17px;
  }

  .validar-pagamento-wrapper {
    border-style: none;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .instructions-wrapper {
    color: #040f20;
    border-top-style: none;
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .validar-wrap {
    border: 2px dashed var(--purple);
    border-radius: .5em;
    align-content: start;
    align-items: start;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-26 {
    text-align: center;
  }

  .pagamento-referencia-info {
    font-size: 1.5em;
  }

  .pages-h1 {
    font-size: 1.3em;
  }

  .pages-h1.instrc {
    color: #fff;
  }

  .div-block-27 {
    width: 170px;
    height: 170px;
  }

  .div-block-28 {
    padding-top: 0;
  }

  .html-embed {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    width: 95%;
    padding-top: 77px;
  }

  .nav-link {
    padding-left: 35px;
    line-height: 80px;
  }

  .menu-button {
    padding-top: 25px;
    font-size: 29px;
  }

  .section {
    padding-top: 25px;
  }

  .section._1 {
    padding-top: 35px;
  }

  .text-block-205 {
    font-size: 16px;
  }

  .div-block-360 {
    margin-bottom: 35px;
    padding: 25px 20px;
  }

  .div-block-365 {
    margin-bottom: 20px;
  }

  .text-block-211 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .botao {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-212 {
    font-size: 31px;
  }

  .text-block-204-copy {
    font-size: 21px;
  }

  .text-block-213 {
    color: #ffffff4a;
    margin-bottom: 25px;
  }

  .text-block-3 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .card-wrapper {
    flex-direction: column;
    height: auto;
    padding: 15px;
  }

  .side-a {
    flex-direction: column;
    width: 100%;
  }

  .text-block-214 {
    margin-top: 0;
    font-size: 15px;
  }

  .side-a-1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .side-b._123 {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-item.img {
    padding-left: 0;
  }

  .card-item.name {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 0;
  }

  .card-item.icon {
    justify-content: flex-start;
    align-items: center;
    width: 15%;
  }

  .card-item.data-1 {
    width: 100%;
  }

  .card-item.data-1.x {
    width: 100%;
    margin-bottom: 5px;
  }

  .card-item.data-1.x._10 {
    width: 100%;
  }

  .text-block-157:hover {
    background-color: var(--purple);
  }

  .header-back-wrapper.buttonx {
    align-items: center;
  }

  .perfil-1._500._5858 {
    width: 260px;
    height: 250px;
  }

  .text-block-215 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .button-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .link-3 {
    margin-top: -4px;
    margin-right: 0;
    padding-top: 0;
    font-size: 1.9rem;
    line-height: 1.4;
  }

  .heading-2.box {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 100%;
  }

  .main-wrapper {
    padding-top: 0;
  }

  .div-block-165 {
    padding-left: 0;
  }

  .card-wrapper-2 {
    flex-direction: column;
    height: auto;
    padding: 15px;
  }

  .heading-10 {
    text-align: center;
    font-size: 24px;
  }

  .text-block-216 {
    margin-top: 7px;
    font-size: 15px;
  }

  .parceiro-text-field {
    margin-bottom: 5px;
  }

  .div-block-169 {
    padding: 35px 25px;
  }

  .link-19 {
    flex: none;
  }

  .button-6 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-6.bx {
    margin-top: 12px;
  }

  .div-block-369 {
    min-width: 150px;
    max-width: 160px;
  }

  .form-left-side {
    padding: 30px 25px 0;
  }

  .form-right-side {
    padding-left: 25px;
    padding-right: 25px;
  }

  .form.round-corners._10 {
    flex-direction: column;
  }

  .div-block-370 {
    flex-flow: column;
    padding: 20px;
  }

  .text-block-218 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .main-black, .this-is-main {
    padding-top: 25px;
  }

  .baixar {
    padding: 33px 33px 15px;
  }

  .text-block-222 {
    font-size: 31px;
  }

  .grid-81 {
    grid-template-columns: 1fr;
  }

  .link-block {
    height: 320px;
  }

  .div-block-375 {
    padding-top: 15px;
  }

  .text-block-223 {
    font-size: 16px;
  }

  .text-block-224 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .div-block-376 {
    min-width: 40%;
    max-width: 40%;
  }

  .text-block-225 {
    font-size: 9px;
  }

  .text-block-226 {
    font-size: 14px;
  }

  .heading-11 {
    font-size: 31px;
  }

  .form-block {
    width: 70%;
  }
}

#w-node-a38f0bd2-89fb-0b57-8dfa-08f176ead89c-63bc5a5a, #w-node-_51f24ee6-ce9e-69b4-4eea-d3938510ee68-63bc5a5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field-2.w-node-_17e1f2e5-4702-f9b3-a68f-4018e97be182-63bc5a5d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a38f0bd2-89fb-0b57-8dfa-08f176ead89c-63bc5a69, #w-node-_51f24ee6-ce9e-69b4-4eea-d3938510ee68-63bc5a69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field-2.w-node-ac8c5ff2-107e-1784-7764-14bcdf639b35-63bc5a6a {
  grid-area: 1 / 1 / 2 / 2;
}


@font-face {
  font-family: 'Musicash Icons';
  src: url('../fonts/musicash-icons.eot') format('embedded-opentype'), url('../fonts/musicash-icons.woff') format('woff'), url('../fonts/musicash-icons.ttf') format('truetype'), url('../fonts/musicash-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}