.modulospotify .Content {
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 1.15;
    text-transform: none;
    text-decoration: none;
  }
  .modulospotify .BodyMedium {
    font-size: 16px;
    font-style: normal;
    font-family: 'Helvetica';
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0em;
  }
  .modulospotify .BodyMediumStrong {
    font-size: 16px;
    font-style: normal;
    font-family: 'Helvetica';
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: 0em;
  }
  .modulospotify .H1 {
    font-size: 48px;
    font-style: normal;
    font-family: 'Poppins';
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: 0em;
  }

  .modulospotify-container {
    width: 100%;
    display: flex;
    overflow: auto;
    min-height: auto;
    align-items: center;
    flex-direction: column;
  }
  .modulospotify-separadorinovar {
    width: 100%;
    height: 24px;
  }
  .modulospotify-modulospotify {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex-direction: column;
    background-size: cover;
    justify-content: center;
    background-image: url("/modules/mod_personalizado_spotifylink/img/tq_mjt5k5bfky-a8m-1500w.png");
  }
  .modulospotify-conteudospotify {
    gap: 32px;
    width: 100%;
    display: flex;
    padding: 80px 0;
    flex-wrap: wrap;
    max-width: 1208px;
    align-items: center;
  }
  .modulospotify-textospotify {
    gap: 32px;
    width: 100%;
    display: flex;
    max-width: 535px;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
  }
  .modulospotify-text1 {
    color: rgba(255, 212, 0, 1);
    height: auto;
    align-self: stretch;
    text-align: left;
    line-height: 120.00000476837158%;
  }
  .modulospotify-text3 {
    color: rgba(255, 255, 255, 1);
    height: auto;
    font-size: 16px;
    align-self: stretch;
    font-style: Regular;
    text-align: left;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 150%;
    font-stretch: normal;
    text-decoration: none;
  }
  .modulospotify-text4 {
    font-weight: 400;
  }
  .modulospotify-text5 {
    font-weight: 700;
  }
  .modulospotify-botaospotify {
    gap: 16px;
    width: 100%;
    height: 48px;
    display: flex;
    padding: 24px 32px;
    max-width: 174px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 56px;
    justify-content: center;
    background-color: rgba(255, 212, 0, 1);
  }

  .modulospotify-botaospotify:hover {
    filter: brightness(95%);
  }
  
  .modulospotify-botaospotify:focus-visible {
    border-color: #00DC02!important;
    box-shadow: 0 0 0 2px #00DC02!important;
    outline: none;
  }

  .modulospotify-text7 {
    color: rgba(130, 55, 94, 1);
    height: auto;
    text-align: left;
    line-height: 150%;
  }
  .modulospotify-linkspotify {
    width: 100%!important;
    height: 347px!important;
    max-width: 597px!important; 
    border-radius: 16px!important;
  }
  .modulospotify-divoriaspotify {
    width: 100%;
    height: 8px;
  }
  @media(max-width: 1208px) {
    .modulospotify-separadorinovar {
      width: 100%;
      height: 24px;
    }
    .modulospotify-conteudospotify {
      padding-left: 32px;
      padding-right: 32px;
    }
    .modulospotify-textospotify {
      max-width: 100%;
    }
    .modulospotify-linkspotify {
      padding-top: 0!important; 
    }
  }
  @media(max-width: 375px) {
    .modulospotify-conteudospotify {
      padding-top: 32px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 32px;
    }
    .modulospotify-botaospotify {
      max-width: 100%;
    }
  }
  