* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family-highlight);
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.5px;
  scroll-behavior: smooth;
}

header {
  background: linear-gradient(
    to bottom,
    #000000,
    #161616,
    #363636,
    #424242,
    #565656
  );
  color: #ffffff;
  display: flex;
  flex-direction: row;
  text-align: center;
  width: 100%;
  height: 100vh;
}

header .left-decoration {
  height: 55%;
  position: fixed;
}

header .right-decoration {
  align-self: center;
  height: 40%;
  position: fixed;
  right: 0;
}

header .header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  height: 63%;
  width: 100%;
}
.modal-winner-text-container {
  overflow-x: visible;
}
.header-social-media {
  display: flex;
  flex-direction: row;
  list-style: none;
}

.header-social-media a {
  color: #ffffff;
  text-decoration: none;
}

.header-social-media a:hover {
  color: #d4d7de;
}

.header-social-media li {
  margin: 0 4px;
  min-width: fit-content;
}

.header-logo {
  margin: 3vh;
  width: 20vh;
  margin-bottom: 5vh;
}

.header-title {
  font-size: 1.5rem;
  width: 90vw;
}

.album-decorative {
  display: none;
}

.is-album-ano .album-decorative {
  display: block;
  width: 10vh;
  position: absolute;
  bottom: 115px;
  left: calc(16% - -14px);
  width: 69px;
  z-index: 1;
}

.internacional-decorative {
  display: none;
}

.is-album-internacional .internacional-decorative {
  display: block;
  width: 10vh;
  position: absolute;
  bottom: 77px;
  left: calc(16% - 12px);
  width: 81px;
  z-index: 0;
}

.musica-ano-decorative {
  display: none;
}

.is-musica-ano .musica-ano-decorative {
  display: block;
  width: 10vh;
  position: absolute;
  bottom: 137px;
  left: calc(16% - -142px);
  width: 85px;
  z-index: 0;
}

.header-button {
  border: 2px solid #ffffff;
  border-radius: 4rem;
  text-decoration: none;
  font-size: 1.3rem;
  color: #f82f21;
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  margin-top: auto;
  line-height: 1;
  padding: 4px 30px 5px;
}

.header-button:hover {
  color: #f82f21;
  background-color: #373737;
}

.header-nav {
  display: flex;
  margin-right: 6vw;
  justify-content: flex-end;
  width: 100%;
}

.winners-grid-section {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 99%;
  z-index: 9999;
  position: relative;
  background-color: #f8f8f8;
}

.winners-grid-section h2 {
  margin: 20px 12px 1px 15px;
  font-size: 1.2rem;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-bold);
  font-weight: 900;
  line-height: 1;
}

.winners-grid-section h2 span {
  color: #9f1a1a;
  font-weight: 900;
  display: block;
}

.winners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  list-style: none;
  padding: 20px;
}

.winners-grid li {
  border: 2px solid black;
  font-size: 1rem;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 4rem;
  font-weight: bolder;
  text-align: center;
  color: #9f1a1a;
  line-height: 1;
  padding: 3px;
}

.winners-grid li:last-of-type {
  grid-column: 1 / -1;
  justify-self: center;
  font-size: 1rem;
  padding: 2px;
  width: 60%;
  line-height: 1;
  padding-top: 5px;
}

.especial-winners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;

  list-style: none;
  padding: 20px;
}

.especial-winners-grid li {
  font-size: 0.9rem;
  border: 2px solid black;
  text-transform: uppercase;
  border-radius: 4rem;
  font-weight: bolder;
  text-align: center;
  justify-content: center;
  display: flex !important;
  align-items: center !important;
  color: #9f1a1a;
  word-spacing: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  padding: 3px;
  /* padding: 3px 10px; */
}

.especial-winners-grid li:nth-child(4n) {
  font-size: 13px !important;
}

.especial-winners-grid li:last-of-type {
  grid-column: 1 / -1;
  justify-self: center;
  width: 45%;
  line-height: 1;
  padding-top: 4px;
}
.axe {
  font-size: 0.9rem !important;
}

.playlist-grid-section {
  position: relative;
  min-height: fit-content;
  text-align: center;
  background-color: #f8f8f8;
  padding-bottom: 25yvh;
  overflow: visible;
  z-index: 1;
}

.playlist-grid-section h2 {
  margin: 0 20px 0;
  font-size: 1.1rem;
  padding-top: 9vh;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-bold);
  font-weight: 900;
  line-height: 1.2;
  width: 73%;
  max-width: 1051px;
  white-space: nowrap;
  text-align: center;
}

.playlist-grid-section h2 span {
  color: #9f1a1a;
  font-weight: 900;
  display: inline;
}

.playlist-grid-section h1 {
  margin: 10px auto 40px;
  font-size: 1.3rem;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-bold);
  font-weight: 900;
  line-height: 0.2;
  width: 45.6%;
  max-width: 470px;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.playlist-grid-section .left-up-playlist-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 32.22%;
  height: auto;
  max-width: 29rem;
  max-height: 17rem;
  object-fit: cover;
}

.poster-playlist-decoration {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5), 12px 12px 0px #9f1a1a;
}

.playlist-grid-section .poster-playlist-decoration {
  margin: 0 0 20px 0;
  width: 50%;
  height: auto;
  max-width: 150px;
  max-height: 17rem;
  object-fit: cover;
}

.playlist-grid-section .right-bottom-images {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  gap: 0;
  width: 15.56%;
  max-width: 224px;
  justify-content: flex-end;
}

.playlist-grid-section .right-down-first-playlist-decoration {
  width: 64.46%;
  max-width: 122px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}

.playlist-grid-section .right-down-second-playlist-decoration {
  width: 35.54%;
  max-width: 102px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}

.content-button-wrapper {
  text-align: center;
  margin: 20px auto;
}

.content-button {
  border: 2px solid #000000;
  border-radius: 4rem;
  text-decoration: none;
  font-size: 1.3rem;
  color: #9f1a1a;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  background-color: transparent;
  padding: 4px 20px 0;
  vertical-align: middle;
}

.content-button:hover {
  background-color: #fff;
  color: #9f1a1a;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  z-index: 10000;
}

.winners-modal {
  background-color: #f8f8f8;
  border-radius: 1rem;
  margin: 30% auto;
  width: 86%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

#hit-claro-musica {
  height: 65vh;
  width: 85%;
}

.modal-winner-content {
  position: relative;
  margin-left: 4px;
}

.modal-winner-info {
  position: relative;
}

#hit-clarum.modal-winner-info-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-items: flex-end;
}

.modal-winner-info-text h4 {
  font-size: 1.4rem;

  /* text-transform: uppercase; */

  cursor: pointer;
}

.modal-winner-info-text p {
  font-size: 1rem;

  /* text-transform: uppercase; */

  margin-bottom: 12px;
}

.modal-image {
  position: relative;

  width: 40%;

  margin-bottom: 15px;

  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5), 12px 12px 0px #9f1a1a;

  cursor: pointer;
}

#musica-ano img,
#album-ano img,
#artista-ano img {
  box-shadow: none;
}

.modal-title {
  font-size: 1.7rem;
  margin-top: 3vh;
  letter-spacing: -1.9px;
  font-weight: 200;
}

.modal-category-name {
  color: #b41e13;
  font-size: 4rem;
  font-style: italic;
  letter-spacing: -1.9px;
  font-weight: 700;
}

.modal-close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  cursor: pointer;
}

.modal-award-link-info {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.modal-award-image {
  width: 6vh;
  rotate: -16deg;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5), 5px 7px 0px #9f1a1a;
  margin-bottom: 10px;
}

.modal-award-link {
  font-size: 1.3rem;
  align-self: flex-end;
  margin-bottom: 3vh;
  margin-left: 2.1vh;
  text-decoration: none;
  color: #b41e13;
  font-style: italic;
  font-weight: 600;
}

.modal-decorative-image {
  display: none;
}

.left-modal-decorative-mobile {
  display: block;
  position: absolute;
  top: 58%;
  left: 0;
  width: 4.4vh;
}

.top-modal-decorative-mobile {
  display: block;
  position: absolute;
  transform: rotate(180deg);
  top: 0;
  right: 0;
  width: 15vh;
}

.hit-claro-musica-bg {
  display: none;
  position: absolute;
  top: 0;
  left: -5px;
  width: 102%;
  height: 115%;
  object-fit: cover;
  z-index: 0;
}

.hit-claro-musica-winner-info {
  display: flex;
  flex-direction: column; /* Stack h4 and the side-by-side content */
  align-items: center;
  width: 100%;
  color: #ffffff;
  position: relative; /* For any absolute positioning if needed */
  margin-bottom: 4vh;
}

/* The h4 (modal-winner-name) is now a direct child and should be at the top */
#hit-claro-musica .modal-winner-name {
  order: 1; /* Ensure it's first */
  text-align: left;
  font-size: 1.4rem; /* Adjust as needed */
  width: 100%;
  margin: 22px 6px 0px 36px;
  z-index: 1; /* Ensure h4 is above background */
}

/* The new container for image and text side-by-side */
.hit-claro-side-by-side-container {
  order: 2; /* Appears after the h4 */
  display: flex;
  flex-direction: row-reverse; /* Image on right, text on left */
  align-items: center;
  justify-content: center;
  width: 90%; /* Adjust width as needed */
  z-index: 1; /* Ensure side-by-side content is above background */
}

/* The image within the side-by-side container */
.hit-claro-side-by-side-container .modal-image {
  width: 45%; /* Adjust as needed */
  height: auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5), 9px 9px 0px #f32a2a;
  margin: 2px 5px 3px 0;
}

/* The text content wrapper within the side-by-side container */
.hit-claro-text-content-wrapper {
  flex: 1; /* Take remaining space */
  text-align: left;
  padding-right: 10px; /* Adjust as needed */
}

/* Specific styles for paragraphs within the text wrapper */
.hit-claro-text-content-wrapper p {
  font-size: 0.8rem; /* Adjust as needed */
}

.hit-claro-text-content-wrapper .modal-winner-artists {
  margin-bottom: 0.5rem; /* Space between artist and info text */
}

.hit-claro-text-content-wrapper .hit-claro-info-text {
  font-size: 0.8rem !important; /* Adjust as needed */
  font-weight: 200 !important;
}

/* Other existing styles that are still relevant */
.hit-claro-musica-winner-info .hit-claro-musica-bg {
  display: block;
}

.hit-claro {
  font-size: 2rem !important;
  margin-top: 5vh !important;
  margin-bottom: 5vh;
}

.app-dowloand-banner {
  position: relative;
  min-height: max-content;
  background: #fd2415;
  color: #fff;
}

.app-dowloand-text {
  display: flex;
  padding-left: 30px;
  height: 60vh;
  min-height: fit-content;
  justify-content: center;
  flex-direction: column;
}

.app-dowloand-text h2 {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 4vh;
  font-size: 1.6rem;
  font-family: var(--font-family-highlight);
  font-weight: 500;
}

.app-dowloand-text p {
  color: #fff;
  font-weight: 200;
  width: 85%;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.app-dowloand-buttons-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 4vh;
}

.app-dowloand-button {
  text-decoration: none;
  font-size: 1.3rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  background-color: #fff;
  padding: 10px 5px;
  display: flex;
  color: #fd2415;
  justify-content: center;
}

.app-download-buttons {
  display: flex;
  width: 40%;
  flex-direction: column;
}

.app-download-image {
  display: none;
}

.terms {
  font-size: 1rem;
  align-self: center;
  justify-self: center;
  margin-top: 12px;
  text-decoration: none;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.line {
  display: none;
}

.footer {
  display: none;
}

#latino-espanhol {
  margin: 20% auto;
}

#latino-espanhol h2,
#album-ano h2 {
  font-size: 3rem;
}

#musica-ano h2 {
  font-size: 3rem;
}

#album-internacional .modal-image,
#album-ano .modal-image,
#musica-ano .modal-image {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5), 12px 12px 0px #9f1a1a;
}

#artista-revelacao .modal-image {
  box-shadow: none;
}

#album-internacional h2 {
  font-size: 2.3rem;
}

#artista-revelacao h2 {
  font-size: 3rem;
}

/*
           celular PORTRAIT - iphone xr, iphone 12 pro, iphone 14 pro max
*/

@media (min-width: 390px) and (max-width: 480px) {
  .playlist-grid-section {
    height: 40vh;
  }

  .playlist-grid-section h2 {
    font-size: 1.2rem;
    width: 90%;
    margin: 0 auto 0;
  }

  .is-musica-ano .musica-ano-decorative {
    display: block;
    width: 10vh;
    position: absolute;
    bottom: 101px;
    left: calc(85% - 52px);
    width: 120px;
    z-index: 0;
  }

  .especial-winners-grid li:nth-child(4n) {
    font-size: 0.9rem;
  }

  .playlist-grid-section h1 {
    font-size: 1.5rem;
    width: 90%;
    letter-spacing: -2.5px;
  }

  .playlist-grid-section .right-bottom-images {
    width: 21%;
    max-width: 120px;
  }

  .playlist-grid-section .right-down-first-playlist-decoration {
    width: 54.46%;
    max-width: 60px;
  }

  .playlist-grid-section .right-down-second-playlist-decoration {
    width: 38.54%;
    max-width: 50px;
  }

  .modal-category-name.forro-piseiro-title {
    font-size: 3rem;
  }

  .winners-modal.is-hit-claro-musica {
    width: 85%;
  }

  .winners-modal {
    margin: 20vh auto;
    width: 86%;
  }

  .hit-claro-musica-winner-info .modal-image {
    height: 17vh;
  }
  .hit-claro-text-content-wrapper p {
    font-size: 0.9rem;
  }

  #latino-espanhol {
    margin: 30% auto;
  }

  .is-album-ano .album-decorative {
    left: calc(16% - -30px);
  }
  #latino-espanhol h2 {
    font-size: 4rem;
  }

  #artista-revelacao h2 {
    font-size: 4rem;
  }
}

@media (max-height: 450px) and (min-width: 480px) {
  header {
    height: 100vh;
  }

  header .left-decoration {
    height: 100%;
  }

  header .right-decoration {
    align-self: flex-end;
    height: 70%;
  }

  header .header-content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 90%;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
  }

  .header-logo {
    width: 100px;
    margin-bottom: 5px;
  }

  .header-title {
    font-size: 1.2rem;
    width: 100%;
    line-height: 1.2;
  }

  .header-button {
    margin-top: 10px;
    padding: 2px 4px;
    width: fit-content;
    max-width: 90%;
    font-size: 14px;
  }

  .especial-winners-grid li:nth-child(4n) {
    font-size: 1rem;
    padding: 3px 7px;
  }

  .header-social-media {
    margin-bottom: 5px;
  }

  .winners-grid-section h2 {
    font-size: 2.2rem;
  }

  .line {
    width: 74.58%;
    height: 2px;
    background-color: #51555d;
    margin: 2rem auto;
  }

  .app-dowloand-text {
    display: flex;
    align-items: center;
    width: 95%;
    text-align: center;
  }

  .app-dowloand-text p {
    width: 89%;
  }

  .modal-winner-text-container {
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  #hit-claro-musica {
    height: 90vh;
  }

  #hit-claro-musica .modal-image {
    height: 120%;
    width: 44%;
    bottom: -38px;
    right: -10px;
    align-self: flex-end;
    box-shadow: none;
  }

  #hit-claro-musica .modal-winner-text-container {
    width: 50%;
    margin: 0 auto;
    text-align: left;
  }

  #hit-claro-musica .hit-claro-info-text {
    width: 50%;
    align-self: center;
    justify-self: center;
    margin: auto;
  }
  #hit-claro-musica .hit-claro-info-text {
    width: 72%;
    justify-self: left !important;
    margin: 0 !important;
  }

  #hit-claro-musica .modal-image {
    width: 31%;
    bottom: 17px;
    height: 89%;
    right: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5), 9px 9px 0px #f32a2a;
  }
  #hit-claro-musica .hit-claro-info-text {
    width: 50%;
    align-self: center;
    justify-self: center;
    margin: auto;
  }
  #hit-claro-musica .hit-claro-info-text {
    width: 72%;
    justify-self: left !important;
    margin: 0 !important;
  }

  #hit-claro-musica .modal-image {
    width: 31%;
    bottom: 17px;
    height: 89%;
    right: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5), 9px 9px 0px #f32a2a;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .winners-modal {
    margin: 4vh auto;
    padding: 15px;
    max-height: 85vh;
    height: 90vh;
    overflow-y: hidden;
  }

  .is-musica-ano .musica-ano-decorative {
    bottom: 97px;
    left: calc(49% - 137px);
  }
  header .header-content {
    height: 80%;
    display: flex;
    justify-content: space-around;
  }

  .winners-grid li:last-of-type {
    width: 50%;
  }

  .is-album-internacional .internacional-decorative {
    display: block;
    width: 10vh;
    position: absolute;
    bottom: 42px;
    left: calc(16% - -17px);
    width: 81px;
    z-index: 0;
  }

  .modal-winner-info {
    flex-direction: row;
    align-items: center;
  }

  .is-album-ano .album-decorative {
    bottom: 68px;
    left: calc(16% - -104px);
  }

  .modal-image {
    width: 25%;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .modal-title {
    font-size: 1rem;
    margin-top: 10px;
  }

  .modal-category-name {
    font-size: 2rem;
  }
  #album-ano .modal-category-name {
    font-size: 2rem;
  }
  .modal-winner-info-text h4 {
    font-size: 0.8rem;
  }

  .modal-winner-info-text p {
    font-size: 0.7rem;
  }

  .left-modal-decorative-mobile {
    width: 10%;
    top: 40%;
  }

  .top-modal-decorative-mobile {
    width: 29%;
  }

  .winners-modal {
    padding-left: 0;
  }

  .hit-claro-musica-winner-info {
    height: 45vh !important;
    margin: 0 0 3vh 0;
    align-self: baseline;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .hit-claro-musica-winner-info .modal-image {
    width: 30%;
  }

  #hit-claro-musica .hit-claro-info-text {
    width: 72%;
    justify-self: left !important;
    margin: 0 !important;
  }

  #hit-claro-musica .modal-image {
    width: 31%;
    bottom: 21px;
    height: 84%;
    right: 37px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5), 9px 9px 0px #f32a2a;
  }

  #hit-claro-musica .modal-winner-name {
    order: 1;
    text-align: left;
    font-size: 1.4rem;
    width: 100%;
    margin: 9px 6px 0px 39px;
    z-index: 1;
  }

  .hit-claro-side-by-side-container {
    align-items: normal;
  }

  .hit-claro-text-content-wrapper .modal-winner-artists {
    margin-bottom: 1.5rem;
  }

  .hit-claro-text-content-wrapper p {
    font-size: 0.9rem;
  }

  .modal-winner-info-text {
    justify-content: center;
    align-self: center;
    text-align: center;
  }

  .modal-winner-info-text .hit-claro-info-text {
    font-size: 0.7rem !important;
    width: 60%;
    margin: auto;
  }

  .playlist-grid-section {
    min-height: fit-content;
    padding-top: 10vh;
    padding-bottom: 25vh;
  }

  .playlist-grid-section h2 {
    margin: 23px auto;
    font-size: 2rem;
    padding-top: 12%;
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-bold);
    font-weight: 900;
    line-height: 1.2;
    width: 73%;
    max-width: 1051px;
    white-space: nowrap;
    text-align: center;
  }

  .playlist-grid-section h1 {
    font-size: 2rem;
  }

  .playlist-grid-section .poster-playlist-decoration {
    width: 12%;
  }

  .especial-winners-grid li {
    font-size: 1rem;
    padding: 3px 7px;
  }

  .playlist-grid-section a {
    font-size: 1.3rem;
  }

  .app-dowloand-banner {
    height: 60vh;
    overflow: hidden;
  }

  #hit-claro-musica {
    height: 90vh;
    width: 65%;
    margin-top: 3vh;
  }

  .footer {
    display: flex;
    flex-direction: column;
    background: #fd2415;
    color: #fff;
    border-top: 1px solid #83170f;
    height: 15vh;
    padding-left: 15vh;
    justify-content: center;
    font-size: clamp(0.5rem, 1vw, 0.7rem);
  }

  .modal-winner-info-text .modal-winner-artists {
    margin: 5px 0;
  }

  .footer nav {
    justify-content: flex-start;
  }
}

@media (min-width: 667px) and (max-width: 667px) and (min-height: 375px) and (max-height: 375px) and (orientation: landscape) {
  #hit-claro-musica .modal-image {
    width: 31%;
    bottom: 1px;
    right: 69px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5), 9px 9px 0px #f32a2a;
  }
}

@media (min-width: 390px) and (max-width: 480px) and (orientation: landscape) {
  #hit-claro-musica .hit-claro-info-text {
    width: 50%;
    align-self: center;
    justify-self: center;
    margin: auto;
  }
  #hit-claro-musica .hit-claro-info-text {
    width: 72%;
    justify-self: left !important;
    margin: 0 !important;
  }

  #hit-claro-musica .modal-image {
    width: 31%;
    bottom: 20px !important;
    height: 89%;
    right: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5), 9px 9px 0px #f32a2a;
  }
}

@media (max-width: 375px) and (orientation: landscape) {
  .winners-modal {
    height: 500px;
  }
}

@media (max-width: 280px) and (orientation: landscape) {
  .hit-claro-musica-winner-info .modal-image {
    width: 50%;
  }
}

@media (width: 667px) and (height: 375px) {
  .winners-modal {
    height: 90vh;
    max-height: 500px;
    overflow-y: auto;
  }

  .winners-grid li:last-of-type {
    grid-column: auto;
    justify-self: auto;
    font-size: 1.4rem;
    padding: 8px;
    border-radius: 4rem;
  }

  .app-dowloand-button {
    margin-bottom: 10vh;
  }
}

@media (width: 740px) and (height: 360px) and (orientation: landscape) {
  .modal-winner-text-container p {
    font-size: 0.6rem;
  }

  .is-musica-ano .musica-ano-decorative {
    bottom: 82px;
    left: calc(49% - 137px);
  }

  .winners-modal .modal-image {
    width: 33%;
  }

  .app-dowloand-button {
    margin-bottom: 10vh;
  }
  .winners-modal modal-image {
    width: 10%;
  }
}

/* celular landscape */

@media (min-width: 540px) and (max-width: 720px) and (orientation: landscape) {
  .header-logo {
    width: 30vh;
    margin-bottom: 2vh;
  }

  .is-album-internacional .internacional-decorative {
    bottom: 44px;
    left: calc(16% - -25px);
  }

  .is-album-ano .album-decorative {
    left: calc(16% - -67px) !important  ;
    bottom: 116px !important;
  }

  .winners-grid li:last-of-type {
    grid-column: 1 / -1;
    justify-self: center;
    width: 40%;
    padding: 8px;
    font-size: 1.3rem;
  }

  .winners-modal {
    width: 70%;
    align-self: center;
    overflow: hidden;
  }

  .header-title {
    font-size: 1.8rem;
    width: 80%;
    line-height: 1.3;
  }

  .header-button {
    margin-top: auto;
    padding: 8px 24px;
    width: fit-content;
    font-size: 16px;
    border-radius: 1rem;
  }

  .is-album-ano .album-decorative {
    bottom: 69px;
    left: calc(16% - -69px);
  }

  .winners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    list-style: none;
    padding: 20px;
    width: 90%;
    margin: auto;
  }

  .especial-winners-grid {
    width: 90%;
  }

  .especial-winners-grid li {
    width: 90%;
    font-size: 1rem;
  }

  .winners-grid-section h2 {
    margin: 4vh 3vw;
    font-size: 2.4rem;
  }

  .winners-grid li {
    font-size: 1.4rem;
    padding: 8px;
  }

  .app-download-image {
    display: none;
  }

  .playlist-grid-section h2 {
    font-size: 1.5rem;
    width: 80%;
    margin: 0 auto 0;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .line {
    width: 74.58%;
    height: 2px;
    background-color: #51555d;
    margin: 2rem auto;
  }

  .playlist-grid-section {
    height: 80vh;
  }

  .playlist-grid-section h2 {
    font-size: 2rem;
    width: 90%;
    white-space: normal;
  }

  .playlist-grid-section h1 {
    font-size: 2rem;
    width: 80%;
    letter-spacing: -2.5px;
  }

  .playlist-grid-section .left-up-playlist-decoration {
    width: 35%;
    max-width: 180px;
  }

  .playlist-grid-section .poster-playlist-decoration {
    width: 35%;
    max-width: 200px;
  }

  .playlist-grid-section .right-bottom-images {
    width: 16%;
    max-width: 150px;
  }

  .playlist-grid-section .right-down-first-playlist-decoration {
    width: 54.46%;
    max-width: 80px;
  }

  .playlist-grid-section .right-down-second-playlist-decoration {
    width: 35.54%;
    max-width: 70px;
  }

  .content-button {
    font-size: 1.5rem;
  }

  .playlist-texts {
    padding: 1px;
  }

  .line {
    width: 90%;
  }
}

@media (min-width: 1024px) {
  .line {
    width: 74.58%;
    height: 2px;
    background-color: #51555d;
    margin: 2rem auto;
  }

  .playlist-grid-section {
    height: 100vh;
  }

  .is-musica-ano .musica-ano-decorative {
    bottom: 180px;
    left: calc(73% - 42px) !important;
    width: 240px !important;
  }

  .playlist-grid-section .left-up-playlist-decoration {
    width: 25%;
    max-width: 250px;
  }

  .playlist-grid-section .poster-playlist-decoration {
    width: 25%;
    max-width: 300px;
  }

  .playlist-grid-section .right-bottom-images {
    width: 20%;
    max-width: 200px;
  }

  .playlist-grid-section .right-down-first-playlist-decoration {
    width: 54.46%;
    max-width: 100px;
  }

  .playlist-grid-section .right-down-second-playlist-decoration {
    width: 35.54%;
    max-width: 85px;
  }
}

@media (min-width: 768px) and (max-width: 1025px) and (orientation: portrait) {
  .header-logo {
    width: 25vh;
  }

  .header-title {
    font-size: 2.2rem;
    width: 70%;
    line-height: 1.3;
  }

  .header-button {
    font-size: 1.6rem;
    border-radius: 4rem;
  }

  .app-download-banner {
    flex-direction: column;
  }

  .app-download-image {
    display: none;
  }

  .app-download-text {
    width: 80%;
  }

  .footer {
    display: none;
  }

  .especial-winners-grid li {
    font-size: 1.2rem;
  }

  .especial-winners-grid li:nth-child(4n) {
    font-size: 1.2rem;
    padding-top: 7px;
  }

  .playlist-grid-section {
    height: 40vh;
  }

  .line {
    display: none;
  }

  .playlist-grid-section h2 {
    font-size: 2.5rem;
    width: 90%;
    padding-top: 14vh;
    margin: 0 auto 0;
  }

  #hit-claro-musica .modal-image {
    bottom: 0px;
    height: 100%;
  }

  #hit-claro-musica h4 {
    font-size: 1.3rem !important;
  }

  #hit-claro-musica p {
    font-size: 1rem !important;
  }

  #hit-claro-musica .hit-claro-info-text {
    font-size: 0.8rem !important;
    width: 100%;
  }
  .hit-claro-musica-bg {
    height: 100%;
    /* min-width: 120vw; */
    left: 0;
  }

  .app-dowloand-text h2 {
    font-size: 2rem;
    font-weight: 500;
  }
}

@media (min-width: 1024px) and (min-height: 760px) and (orientation: landscape) {
  .header-logo {
    width: 25vh;
    margin-bottom: 4vh;
  }

  .mdn-Icon--md,
  .mdn-Icon--md:before {
    font-size: 2rem;
  }

  .header-title {
    font-size: 2.2rem;
    width: 80%;
    line-height: 1.3;
  }
  .is-album-internacional .internacional-decorative {
    display: block;
    width: 10vh;
    position: absolute;
    bottom: 77px;
    left: calc(16% - -26px);
    width: 81px;
    z-index: 0;
  }

  .winners-grid-section {
    margin-top: 4vh;
  }

  .winners-grid-section h2 {
    margin-top: 6vh;
    margin-left: 4vh;
    font-size: 3rem;
  }

  .app-dowloand-text {
    height: auto;
    padding-left: 5vw;
    text-align: center;
    align-items: center;
  }

  .winners-grid li {
    font-size: 2rem;
  }

  .winners-grid li:last-of-type {
    font-size: 2rem;
    padding: 0 4vh;
  }

  .especial-winners-grid li {
    font-size: 1.6rem;
  }

  .especial-winners-grid li:nth-child(4n) {
    font-size: 3rem;
  }

  .playlist-grid-section {
    height: 60vh;
    width: 100%;
  }

  .playlist-grid-section .right-bottom-images {
    width: 10%;
  }

  .playlist-grid-section h2 {
    margin: auto;
  }

  .app-dowloand-text h2 {
    font-size: 2.5rem;
  }

  .app-dowloand-text p {
    font-size: clamp(1rem, 2.5vw, 2rem);
  }

  .app-download-image img {
    min-width: 400px;
  }

  .playlist-grid-section h2 {
    font-size: 2.8rem;
  }

  .playlist-grid-section h1 {
    font-size: 2.8rem;
    margin-bottom: 4vh;
  }

  .playlist-grid-section .poster-playlist-decoration {
    width: 20%;
    max-width: 250px;
    margin-top: 20px;
  }

  .content-button {
    font-size: 1.8rem;
  }

  .winners-modal {
    width: 50% !important;
    margin: 20vh auto !important;
  }

  .app-dowloand-text p {
    font-size: 2rem;
  }

  #hit-claro-musica {
    height: 70vh;
    width: 40%;
  }

  #hit-claro-musica .modal-image {
    margin: 0 0 0 0;
    min-height: 21vh;
    width: 40%;
    bottom: 0;
    align-self: flex-end;
  }

  .hit-claro-musica-winner-info {
    height: 30vh;
    padding-top: 13px;
  }

  .hit-claro-musica-bg {
    height: 36vh;
    /* min-width: 120vw; */
    left: 0;
  }

  #hit-claro-musica h4 {
    font-size: 1.5rem !important;
  }

  #hit-claro-musica p {
    font-size: 1rem !important;
  }

  #hit-claro-musica .hit-claro {
    font-size: 3rem !important;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  header {
    height: 100vh;
  }

  header .left-decoration {
    height: 100%;
  }

  header .right-decoration {
    align-self: flex-end;
    height: 65%;
  }

  header .header-content {
    padding-top: 60px;
    height: 70%;
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
  }

  .is-album-ano .album-decorative {
    bottom: 139px;
    left: calc(16% - -49px);
  }

  .mdn-Icon--md,
  .mdn-Icon--md:before {
    font-size: 3rem;
  }

  .header-logo {
    width: 20vh;
    margin-bottom: 2vh;
  }

  .header-title {
    font-size: 3rem;
    width: 80%;
    line-height: 1.3;
  }

  .header-button {
    margin-top: auto;
    font-size: 2rem;
    padding: 8px 24px 0;
    width: fit-content;
    border-radius: 4rem;
  }

  .winners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    list-style: none;
    padding: 20px;
  }

  .winners-grid li:last-of-type {
    grid-column: 1 / -1;
    justify-self: center;
    font-size: 1.4rem;
    width: 50%;
    padding-top: 9px;
  }

  .winners-grid-section h2 {
    margin: 4vh 3vw;
    font-size: 2.4rem;
  }

  .winners-modal {
    width: 70%;
    align-self: center;
    margin: 10vh auto;
    overflow: hidden;
    margin-top: 20vh;
    padding-left: 0;
  }

  .winners-grid li {
    font-size: 1.4rem;
    padding-top: 7px;
  }

  .modal-award-link {
    display: flex;
    font-size: 2rem;
    align-self: flex-end;
    margin-bottom: 3vh;
    margin-left: 2.1vh;
    text-decoration: none;
    color: #b41e13;
    font-style: italic;
    font-weight: 600;
  }

  #hit-claro-musica {
    height: 70vh;
  }

  #hit-claro-musica .hit-claro-musica-winner-info {
    height: 30vh;
    min-height: fit-content;
  }

  .hit-claro-musica-winner-info .modal-image {
    height: 400px;
    margin: 0;
  }

  .modal-winner-info-text {
    text-align: center;
    align-self: center;
  }

  .hit-claro-info-text {
    font-size: 0.8rem !important;
    margin: 3vh auto;
    width: 70%;
  }

  #hit-claro-musica h4 {
    font-size: 2rem !important;
    padding-left: 4vh;
    width: 50%;
  }

  #hit-claro-musica p {
    padding-left: 4vh;
    font-size: 1.5rem !important;
  }

  .axe {
    font-size: 1.4rem !important;
  }

  #hit-claro-musica .hit-claro-info-text {
    font-size: 0.8rem !important;
    width: 50%;
  }

  #hit-claro-musica .modal-image {
    width: 35%;
    right: 88px;
  }

  #hit-claro-musica .hit-claro-info-text {
    margin: 0;
  }

  #hit-claro-musica p {
    padding-left: 0;
  }

  .modal-award-link-info {
    flex-direction: column;
    align-items: center;
    justify-self: center;
    align-self: center;
  }

  .playlist-grid-section {
    height: 50vh;
  }

  .playlist-grid-section h1 {
    font-size: 2rem;
  }

  .playlist-grid-section h2 {
    font-size: 2rem;
  }

  .app-dowloand-banner {
    flex-direction: column;
    padding: 40px 0;
    justify-content: center;
  }

  .app-download-image {
    display: none;
  }

  .app-dowloand-text {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    height: auto;
    align-items: center;
  }

  .app-dowloand-text p {
    width: 100%;
    font-size: clamp(1rem, 2.5vw, 2rem);
  }

  .app-dowloand-buttons-container {
    width: 40%;
  }

  .modal-title {
    font-size: 3rem;
  }
  .hit-claro {
    font-size: 3em !important;
  }
}

@media (min-width: 720px) and (min-height: 540px) and (orientation: landscape) {
  .header-logo {
    width: 23vh;
  }

  .header-title {
    font-size: 1.5rem;
    width: 70%;
    line-height: 1.3;
  }

  .winners-grid-section h2 {
    margin: 4vh 3vw;
    font-size: 2rem;
  }

  .especial-winners-grid li:nth-child(4n) {
    font-size: 1rem;
    padding: 3px 0;
  }

  .is-album-internacional .internacional-decorative {
    bottom: 78px;
    left: calc(16% - -15px);
  }
  .is-musica-ano .musica-ano-decorative {
    bottom: 108px;
    left: calc(16% - -29px) !important;
    width: 100px !important;
  }
  #hit-claro-musica {
    height: 70vh;
    width: 50%;
    margin-top: 16vh;
  }

  .winners-modal {
    width: 60%;
    margin: 5vh auto;
  }

  .winners-modal .modal-image {
    width: 25%;
  }
}

@media (min-width: 540px) and (max-width: 720px) and (orientation: portrait) {
  .playlist-grid-section h2 {
    font-size: 1.4rem;
    width: 70%;
    margin: 0 auto 0;
  }

  .line {
    display: none;
  }

  .app-dowloand-text {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    height: auto;
    align-items: center;
  }

  .is-musica-ano .musica-ano-decorative {
    display: block;
    width: 10vh;
    position: absolute;
    bottom: 74px;
    left: calc(1% - 63px);
    width: 89px;
    z-index: 0;
  }

  .winners-modal {
    margin: 10vh auto;
    flex-direction: column;
  }

  .modal-title {
    font-size: 2rem;
  }

  .poster-playlist-decoration {
    align-self: center;
  }
  /* pc */

  @media (min-width: 80em) and (max-width: 85.374em) {
    header {
      height: 100vh;
      flex-direction: row;
    }

    header .left-decoration {
      height: 100%;
      width: 14vw;
    }

    header .right-decoration {
      align-self: flex-end;
      position: absolute;
      height: 60%;
      width: 7vw;
    }

    header .header-content {
      padding-top: 30px;
      height: 75%;
      width: 100%;
      justify-content: center;
      gap: 20px;
    }

    .header-logo {
      width: 220px;
    }

    .header-title {
      font-size: 2.2rem;
      width: 70%;
      line-height: 1.3;
    }

    .header-button {
      margin-top: 40px;
      padding: 4px 28px;
      font-size: 1.6rem;
      border-radius: 1.2rem;
    }

    .winners-grid-section {
      background-color: #fff;
    }

    .winners-grid-section h2 {
      margin: 80px 0 20px 120px;
      font-size: 3rem;
    }

    .winners-grid {
      display: grid;
      margin: 0 auto;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      list-style: none;
      padding: 40px;
    }

    .winners-grid li {
      padding: 8px 18px;
      font-size: 1.6rem;
      border-radius: 4rem;
    }

    .winners-grid li:last-of-type {
      grid-column: 3 / 5;
      justify-self: auto;
      font-size: 1.6rem;
      padding: 8px 18px;
      border-radius: 4rem;
    }

    .especial-winners-grid {
      display: grid;
      width: 70%;
      margin: auto;
      gap: 15px;
      place-items: center;
    }

    .especial-winners-grid li {
      width: 70%;
      text-align: center;
      font-size: 1.2rem;
      margin-bottom: 15px;
      border-radius: 4rem;
      padding: 8px 15px;
    }

    .especial-winners-grid li:last-of-type {
      width: 35%;
    }

    .playlist-grid-section {
      background-color: #f8f8f8;
      height: 100vh;
    }

    .playlist-grid-section h2 {
      margin: 20px auto;
      font-size: 2.6rem;
      padding-top: 10%;
      width: 75%;
    }

    .playlist-grid-section h1 {
      font-size: 2.8rem;
      width: 35%;
      letter-spacing: -3.5px;
    }

    .content-button {
      border: 3px solid #000000;
      font-size: 1.8rem;
      padding: 4px 22px;
    }

    .winners-modal {
      display: flex;
      align-items: start;
      padding-left: 6vh;
      padding-top: 2vh;
      justify-content: center;
      min-height: 70%;
      border-radius: 2%;
      margin: 12vh auto;
      width: 55%;
      overflow: hidden;
    }

    .modal-title {
      font-size: 2.2rem;
      font-weight: 200;
    }

    .modal-category-name {
      font-size: 4rem;
    }

    .modal-winner-info {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .modal-image {
      width: 32%;
      margin-right: 3vw;
      margin-left: 3vw;
    }

    .modal-winner-info-text h4 {
      font-size: 2.5rem;
    }

    .modal-winner-info-text p {
      font-size: 1.6rem;
      font-weight: 500;
    }

    .modal-award-image {
      width: 12vh;
      margin-bottom: 15px;
    }

    .modal-award-link {
      font-size: 2rem;
    }

    .modal-award-link-info {
      display: flex;
      flex-direction: row;
    }

    .modal-decorative-image {
      display: block;
      position: absolute;
      top: 0;
      left: 73%;
      width: 38vh;
    }

    .left-modal-decorative-mobile {
      display: none;
    }

    .top-modal-decorative-mobile {
      display: none;
    }

    .app-dowloand-banner {
      display: flex;
      flex-direction: row;
      align-items: center;
    }

    .app-dowloand-text {
      width: 50%;
      padding-left: 7vw;
    }

    .app-dowloand-text h2 {
      font-size: 3rem;
      font-weight: 600;
    }

    .app-dowloand-text p {
      width: 80%;
      font-size: 1.1rem;
    }

    .app-download-image {
      display: flex;
      width: 50%;
      overflow: hidden;
      align-self: flex-end;
    }

    .app-download-image img {
      width: 100%;
      max-width: 700px;
      min-width: 450px;
    }

    .footer {
      display: flex;
      flex-direction: column;
      background: #b41e13;
      color: #fff;
      border-top: 1px solid #83170f;
      height: 15vh;
      padding-left: 15vh;
      justify-content: center;
      font-size: clamp(0.7rem, 1vw, 0.8rem);
    }

    .footer nav {
      justify-content: flex-start;
      margin-bottom: 1vh;
    }
  }

  @media (min-width: 85.375em) and (max-width: 99.999em) {
    .axe {
      font-size: 1.4rem;
    }

    header {
      height: 100vh;
      flex-direction: row;
    }

    header .left-decoration {
      height: 100%;
      width: 14vw;
    }

    header .right-decoration {
      align-self: flex-end;
      position: absolute;
      height: 60%;
      width: 7vw;
    }

    header .header-content {
      padding-top: 30px;
      height: 80%;
      width: 100%;
      justify-content: center;
      gap: 15px;
    }

    .header-logo {
      width: 30vh;
    }

    .header-title {
      font-size: 2rem;
      width: 70%;
      line-height: 1.3;
    }

    .header-button {
      margin-top: 50px;
      padding: 2px 25px;
      width: fit-content;
      font-size: 1.5rem;
      border-radius: 1.1rem;
    }

    .winners-grid-section {
      background-color: #fff;
    }

    .winners-grid-section h2 {
      margin: 100px 0 20px 150px;
      font-size: 3.2rem;
    }

    .winners-grid {
      display: grid;
      margin: 0 4vw;
      grid-template-columns: repeat(4, 1fr);
      gap: 25px;
      list-style: none;
      padding: 45px;
    }

    .winners-grid li {
      padding: 0 20px;
      font-size: 1.8rem;
      border-radius: 4rem;
    }

    .winners-grid li:last-of-type {
      grid-column: 3 / 5;
      justify-self: auto;
      font-size: 1.3rem;
      padding: 0 20px;
      border-radius: 1.3rem;
    }

    .especial-winners-grid {
      display: grid;
      width: 70%;
      margin: auto;
      gap: 15px;
      place-items: center;
    }

    .especial-winners-grid li {
      width: 70%;
      text-align: center;
      font-size: 1rem;
      margin-bottom: 15px;
      border-radius: 4rem;
    }

    .especial-winners-grid li:last-of-type {
      width: 30%;
    }

    .playlist-grid-section {
      background-color: #f8f8f8;
      height: 100vh;
    }

    .playlist-grid-section h2 {
      margin: 20px auto;
      font-size: 2.8rem;
      padding-top: 12%;
      width: 73%;
    }

    .playlist-grid-section h1 {
      font-size: 3rem;
      width: 32.6%;
      letter-spacing: -4px;
    }

    .content-button {
      border: 3px solid #000000;
      font-size: 2rem;
      padding: 2px 20px;
    }

    .winners-modal {
      display: flex;
      align-items: start;
      padding-left: 6vh;
      padding-top: 2vh;
      justify-content: center;
      min-height: 70%;
      border-radius: 2%;
      margin: 12vh auto;
      width: 50%;
      overflow: hidden;
    }

    .modal-title {
      font-size: 2rem;
      font-weight: 200;
    }

    .modal-category-name {
      font-size: 4rem;
    }

    .modal-winner-info {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .modal-image {
      width: 35%;
      margin-right: 3vw;
      margin-left: 3vw;
    }

    .modal-winner-info-text {
      height: 100%;
      text-align: justify;
      /* text-transform: uppercase; */
      align-self: flex-end;
      padding-bottom: 2vh;
    }

    .modal-winner-info-text h4 {
      font-size: 2.7rem;
    }

    .modal-winner-info-text p {
      font-size: 1.8rem;
      font-weight: 500;
    }

    .modal-award-image {
      width: 15vh;
      margin-bottom: 15px;
    }

    .modal-award-link {
      font-size: 2rem;
    }

    .modal-award-link-info {
      display: flex;
      flex-direction: row;
    }

    .modal-decorative-image {
      display: block;
      position: absolute;
      top: 0;
      left: 73%;
      width: 41vh;
    }

    .left-modal-decorative-mobile {
      display: none;
    }

    .top-modal-decorative-mobile {
      display: none;
    }

    .app-dowloand-banner {
      display: flex;
      flex-direction: row;
      align-items: center;
    }

    .app-dowloand-text {
      width: 50%;
      padding-left: 7vw;
    }

    .app-dowloand-text h2 {
      font-size: 3.2rem;
      font-weight: 600;
    }

    .app-dowloand-text p {
      width: 80%;
      font-size: 1rem;
    }

    .app-download-image {
      display: flex;
      width: 50%;
      overflow: hidden;
      align-self: flex-end;
    }

    .app-download-image img {
      width: 100%;
      max-width: 800px;
      min-width: 500px;
    }

    .footer {
      display: flex;
      flex-direction: column;
      background: #b41e13;
      color: #fff;
      border-top: 1px solid #83170f;
      height: 15vh;
      padding-left: 15vh;
      justify-content: center;
      font-size: 0.7rem;
    }

    .footer nav {
      justify-content: flex-start;
      margin-bottom: 1vh;
    }
  }

  @media (min-width: 100em) {
    header {
      height: 100vh;
      flex-direction: row;
    }

    header .left-decoration {
      height: 100%;
      width: 14vw;
    }

    header .right-decoration {
      align-self: flex-end;
      position: absolute;
      height: 60%;
      width: 7vw;
    }

    header .header-content {
      padding-top: 40px;
      height: 80%;
      width: 100%;
      justify-content: center;
      gap: 20px;
    }

    .header-logo {
      width: 30vh !important;
    }

    .header-title {
      font-size: 2.5rem;
      width: 65%;
      line-height: 1.3;
    }

    .header-button {
      margin-top: 50px;
      padding: 4px 30px;
      font-size: 1.8rem;
      border-radius: 1.2rem;
    }

    .winners-grid-section {
      background-color: #fff;
    }

    .winners-grid-section h2 {
      margin: 120px 0 30px 180px;
      font-size: 3.8rem;
    }

    .especial-winners-grid li:nth-child(4n) {
      font-size: 1.2rem;
      padding: 10px 14px;
    }
  }

  .winners-grid {
    display: grid;
    margin: 0 6vw;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    list-style: none;
    padding: 50px;
  }

  .winners-grid li {
    padding: 10px 25px;
    font-size: 2rem;
    border-radius: 4rem;
  }

  .winners-grid li:last-of-type {
    grid-column: 3 / 5;
    justify-self: auto;
    font-size: 2rem;
    padding: 10px 25px;
    border-radius: 4rem;
  }

  .especial-winners-grid {
    display: grid;
    width: 65%;
    margin: auto;
    gap: 20px;
    place-items: center;
  }

  .especial-winners-grid li {
    width: 65%;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 20px;
    border-radius: 4rem;
    padding: 10px 20px;
  }

  .especial-winners-grid li:last-of-type {
    width: 28%;
  }

  .playlist-grid-section {
    background-color: #f8f8f8;
    height: 100vh;
  }

  .playlist-grid-section h2 {
    margin: 30px auto;
    font-size: 3.2rem;
    padding-top: 12%;
    width: 70%;
  }

  .playlist-grid-section h1 {
    font-size: 3.5rem;
    width: 30%;
    letter-spacing: -4.5px;
  }

  .content-button {
    border: 3px solid #000000;
    font-size: 2.3rem;
    padding: 4px 25px;
  }

  .content-button:hover {
    background-color: #fff;
    color: #b41e13;
  }

  .winners-modal {
    display: flex;
    align-items: start;
    padding-left: 8vh;
    padding-top: 3vh;
    justify-content: center;
    min-height: 70%;
    border-radius: 2%;
    margin: 14vh auto !important;
    width: 48%;
    overflow: hidden;
  }

  .modal-title {
    font-size: 2.5rem;
    font-weight: 200;
  }

  .modal-category-name {
    font-size: 4.5rem;
  }

  .modal-winner-info {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-image {
    width: 35%;
    margin-right: 3vw;
    margin-left: 3vw;
  }

  .modal-winner-info-text {
    height: 100%;
    text-align: justify;
    /* text-transform: uppercase; */
    align-self: flex-end;
    padding-bottom: 2vh;
  }

  .modal-winner-info-text h4 {
    font-size: 3rem;
  }

  .modal-winner-info-text p {
    font-size: 2rem;
    font-weight: 500;
  }

  .modal-award-image {
    width: 15vh;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .modal-award-link {
    font-size: 2.3rem;
  }

  .modal-award-link-info {
    display: flex;
    flex-direction: row;
  }

  .modal-decorative-image {
    display: block;
    position: absolute;
    top: 0;
    left: 73%;
    width: 45vh;
  }

  .left-modal-decorative-mobile {
    display: none;
  }

  .top-modal-decorative-mobile {
    display: none;
  }

  .app-dowloand-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .app-dowloand-text {
    width: 50%;
    padding-left: 8vw;
  }

  .app-dowloand-text h2 {
    font-size: 3.8rem;
    font-weight: 600;
  }

  .app-dowloand-text p {
    width: 75%;
    font-size: 1.3rem;
  }

  .app-download-image {
    display: flex;
    width: 50%;
    overflow: hidden;
    align-self: flex-end;
  }

  .app-download-image img {
    width: 100%;
    max-width: 900px;
    min-width: 600px;
  }

  .footer {
    display: flex;
    flex-direction: column;
    background: #fd2415;
    color: #fff;
    border-top: 1px solid #83170f;
    height: 15vh;
    padding-left: 18vh;
    justify-content: center;
    font-size: 0.9rem;
  }

  .footer nav {
    justify-content: flex-start;
    margin-bottom: 1vh;
  }

  .modal-winner-info-text h4 {
    font-size: 2.5rem;
  }

  #hit-claro-musica {
    height: 70vh;

    width: 30%;
    margin-top: 16vh;
  }
}

/* =============================================================================
     DESKTOP 1920x1080 - Zoom 150% (equivalente a ~1280px de largura efetiva)
     ============================================================================= */
@media (min-width: 85.375em) and (max-width: 85.375em) {
  header {
    height: 100vh;
    flex-direction: row;
    min-height: fit-content;
  }

  header .left-decoration {
    height: 100%;
    width: 14vw;
  }

  header .right-decoration {
    align-self: flex-end;
    position: absolute;
    height: 60%;
    width: 7vw;
  }

  header .header-content {
    padding-top: 30px;
    height: 75%;
    width: 100%;
    gap: 20px;
  }

  .header-logo {
    width: 35vh !important;
  }

  .header-title {
    font-size: 2rem;
    width: 70%;
    line-height: 1.3;
  }

  .winners-grid li:last-of-type {
    grid-column: 3 / 5;
    width: 85%;
    margin-left: 24px;
  }

  .especial-winners-grid li {
    font-size: 1.4rem !important;
  }

  .axe {
    font-size: 1.4rem !important;
  }

  .especial-winners-grid li:nth-child(4n) {
    font-size: 1.2rem !important;
    padding: 12px;
  }

  .is-album-ano .album-decorative {
    bottom: -18px !important;
  }

  .header-button {
    margin-top: 40px 10vh;
    padding: 4px 28px;
    font-size: 1.3rem;
    border-radius: 1.2rem;
  }

  #latino-espanhol .modal-title {
    text-align: left;
    margin-left: 30px;
  }

  .winners-grid-section {
    background-color: #fff;
  }

  .is-album-ano .album-decorative {
    left: calc(0% - -90px) !important;
    bottom: 10px !important;
  }

  .winners-grid-section h2 {
    margin: 80px 0 20px 120px;
    font-size: 3rem;
  }

  .winners-grid {
    display: grid;
    margin: 0 4vw;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    padding: 40px;
  }

  .winners-grid li {
    padding: 8px 18px;
    font-size: 1.6rem;
    border-radius: 4rem;
  }

  .winners-grid li:last-of-type {
    grid-column: 3 / 5;
    justify-self: auto;
    font-size: 1.6rem;
    padding: 8px 18px;
    border-radius: 4rem;
  }

  .especial-winners-grid {
    display: grid;
    width: 70%;
    margin: auto;
    gap: 15px;
    place-items: center;
  }

  .especial-winners-grid li {
    width: 70%;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 15px;
    border-radius: 4rem;
    padding: 8px 15px;
  }

  .especial-winners-grid li:last-of-type {
    width: 35%;
  }

  .playlist-grid-section {
    background-color: #f8f8f8;
    height: 100vh;
  }

  .playlist-grid-section h2 {
    margin: 20px auto;
    font-size: 2.6rem;
    padding-top: 10%;
    width: 75%;
  }

  .playlist-grid-section h1 {
    font-size: 2.8rem;
    width: 35%;
    letter-spacing: -3.5px;
  }

  .content-button {
    border: 3px solid #000000;
    font-size: 1.8rem;
    padding: 4px 22px;
  }

  .winners-modal {
    display: flex;
    align-items: start;
    padding-left: 6vh;
    padding-top: 2vh;
    justify-content: center;
    min-height: 70%;
    border-radius: 2%;
    margin: 12vh auto;
    width: 55%;
    overflow: hidden;
  }

  .modal-title {
    font-size: 2.2rem;
    font-weight: 200;
  }

  .modal-category-name {
    font-size: 4rem;
  }

  .modal-winner-info {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-image {
    width: 32%;
    margin-right: 3vw;
    margin-left: 3vw;
  }

  .modal-winner-info-text h4 {
    font-size: 1.8rem;
  }

  .modal-winner-info-text p {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .modal-award-image {
    width: 12vh;
    margin-bottom: 15px;
  }

  .modal-award-link {
    font-size: 2rem;
  }

  .modal-award-link-info {
    display: flex;
    flex-direction: row;
  }

  .modal-decorative-image {
    display: block;
    position: absolute;
    top: 0;
    left: 73%;
    width: 38vh;
  }

  .left-modal-decorative-mobile {
    display: none;
  }

  .top-modal-decorative-mobile {
    display: none;
  }

  .app-dowloand-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .app-dowloand-text {
    width: 50%;
    padding-left: 7vw;
  }

  .app-dowloand-text h2 {
    font-size: 3rem;
    font-weight: 600;
  }

  .app-dowloand-text p {
    width: 80%;
    font-size: 1.1rem;
  }

  .app-download-image {
    display: flex;
    width: 50%;
    overflow: hidden;
    align-self: flex-end;
  }

  .app-download-image img {
    width: 100%;
    max-width: 700px;
    min-width: 450px;
  }

  .footer {
    display: flex;
    flex-direction: column;
    background: #fd2415;
    color: #fff;
    border-top: 1px solid #83170f;
    height: 15vh;
    padding-left: 15vh;
    justify-content: center;
    font-size: 0.8rem;
  }

  .modal-image {
    margin-bottom: 90px;
  }

  .footer nav {
    justify-content: flex-start;
    margin-bottom: 1vh;
  }

  #hit-claro-musica {
    height: 20vh !important;
    min-height: 60vh;
    width: 45% !important;
    padding: 0 !important;
    margin-top: 16vh;
  }

  #hit-claro-musica {
    height: 20vh !important;
    min-height: 60vh;
    width: 45% !important;
    padding: 0 !important;
    margin-top: 16vh;
  }

  #hit-claro-musica .modal-image {
    width: 100% !important;
    bottom: -10vh;
    margin-right: 0;
    margin-left: 0 !important;
  }
  /* 
  /* .hit-claro,
  .modal-award-image {
    padding-left: 60px;
  } */

  #hit-claro-musica .modal-winner-text-container {
    margin-top: 20px;
    align-items: center;
    justify-content: center;
  }

  #hit-claro-musica .modal-winner-info-text {
    width: 60%;
    text-align: left;
  }

  #hit-claro-musica .hit-claro-info-text {
    margin: 0 auto;
  }

  #hit-claro-musica .modal-award-link-info {
    margin-top: 2vh;
    margin-left: 10vh;
  }

  .especial-winners-grid li:nth-child(4n) {
    height: 3vh;
    width: 35vh;
  }

  #hit-claro-musica .modal-award-link {
    font-size: 1.5rem !important;
  }

  #hit-claro-musica .hit-claro {
    font-size: 2.5rem !important;
    margin-left: 8vh;
  }
  .hit-claro {
    margin: 0;
  }
  #hit-claro-musica .modal-decorative-image {
    width: 30vh;
  }
  .line {
    display: block;
  }
}

/* =============================================================================
           DESKTOP 1920x1080 - Zoom 125% (equivalente a ~1536px de largura efetiva)
           ============================================================================= */
@media (min-width: 85.5em) and (max-width: 99.999em) {
  header {
    height: 100vh;
    flex-direction: row;
  }

  .is-album-ano .album-decorative {
    bottom: 2px;
    left: calc(16% - -39px);
    width: 69px;
  }

  .is-musica-ano .musica-ano-decorative {
    display: block;
    width: 10vh;
    position: absolute;
    bottom: 31px;
    left: calc(16% - 43px) !important;
    width: 157px !important;
    z-index: 0;
  }

  header .left-decoration {
    height: 100%;
    width: 14vw;
  }

  header .right-decoration {
    align-self: flex-end;
    position: absolute;
    height: 60%;
    width: 7vw;
  }

  header .header-content {
    padding-top: 30px;
    height: 80%;
    width: 100%;
    justify-content: center;
    gap: 15px;
  }

  .header-logo {
    width: 30vh;
  }

  .header-title {
    font-size: 2rem;
    width: 60%;
    line-height: 1.3;
  }

  .header-button {
    margin-top: 50px;
    padding: 5px 28px 0;
    width: fit-content;
    font-size: 1.3rem;
    border-radius: 1.1rem;
  }

  .winners-grid-section {
    background-color: #f8f8f8;
  }

  .winners-grid-section h2 {
    margin: 100px 0 20px 150px;
    font-size: 3.2rem;
  }

  .winners-grid {
    display: grid;
    margin: 0 4vw;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    list-style: none;
    padding: 45px;
  }

  .winners-grid li {
    font-size: 1.8rem;
    border-radius: 4rem;
    padding: 8px 0 0;
  }

  .winners-grid li:last-of-type {
    grid-column: 3 / 5;
    justify-self: auto;
    width: 85%;
    font-size: 1.6rem;
    margin-left: 25px;
    padding: 3px 20px 0;
    border-radius: 1.3rem;
  }

  .axe {
    font-size: 1.4rem !important;
  }

  .especial-winners-grid {
    display: grid;
    width: 70%;
    margin: auto;
    gap: 15px;
    place-items: center;
  }

  .is-album-internacional .internacional-decorative {
    bottom: -16px;
    left: calc(16% - -9px);
    width: 122px;
  }

  .winners-grid li:nth-child(14n) {
    font-size: 1.4rem;
  }

  .especial-winners-grid li {
    width: 70%;
    text-align: center;
    font-size: 1.6rem;
    min-height: 4vh;
    margin-bottom: 15px;
    border-radius: 4rem;
  }

  .especial-winners-grid li:last-of-type {
    width: 30%;
  }

  .especial-winners-grid li:nth-child(4n) {
    font-size: 1.4rem;
    padding: 20px;
    padding: 3px 0;
  }

  .playlist-grid-section {
    background-color: #f8f8f8;
    height: 100vh;
    padding: 9vh;
  }

  .playlist-grid-section h2 {
    margin: 20px auto;
    font-size: 2.8rem;
    padding-top: 12%;
    width: 73%;
  }

  .playlist-grid-section h1 {
    font-size: 3rem;
    width: 32.6%;
    letter-spacing: -4px;
  }

  .content-button {
    border: 3px solid #000000;
    font-size: 2rem;
    padding: 7px 20px 0;
  }

  .winners-modal {
    display: flex;
    align-items: start;
    padding-left: 6vh;
    padding-top: 2vh;
    justify-content: space-around;
    min-height: 70%;
    border-radius: 2%;
    margin: 12vh auto;
    width: 50%;
    overflow: hidden;
  }

  .modal-title {
    font-size: 2rem;
    font-weight: 200;
  }

  .hit-claro-musica-bg {
    width: 110%;
    height: 110%;
    object-fit: cover;
    z-index: 0;
  }

  #hit-claro-musica .modal-winner-info {
    padding-left: 0;
  }

  .hit-claro-musica-winner-info .modal-image {
    bottom: 25px;
    height: 97%;
    min-width: 36% !important;
    left: -3%;
    margin-left: 0;
    margin-bottom: 0;
  }

  #hit-claro-musica .modal-winner-info-text {
    padding-left: 0;
    margin: 0;
  }

  .winners-modal .modal-winner-info-text {
    margin-left: 0;
  }

  .winners-modal .modal-winner-info-text {
    margin-left: 0 !important;
  }

  .modal-winner-info-text {
    width: 80%;
  }

  .winners-modal .modal-category-name {
    font-size: 4.5rem;
  }

  .modal-winner-info {
    display: flex;
    padding-left: 20vh;
    align-items: center;
    justify-content: center;
  }

  .modal-image {
    width: 35%;
    margin-left: 3vw;
  }

  .modal-winner-info-text {
    height: 100%;
    text-align: justify;
    /* text-transform: uppercase; */
    align-self: flex-end;
    padding-bottom: 2vh;
    margin-left: 5vh;
  }
  .winners-modal .modal-winner-info-text {
    height: 100%;
    text-align: justify;
    /* text-transform: uppercase; */
    align-self: flex-end;
    padding-bottom: 2vh;
    margin-left: 5vh;
  }

  .modal-winner-text-container {
    margin-left: 5vh;
  }

  .modal-winner-info-text h4 {
    font-size: 2rem;
  }

  .modal-winner-info-text p {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .modal-award-image {
    width: 15vh;
    margin-bottom: 15px;
  }

  .modal-award-link {
    font-size: 2rem;
  }

  .modal-award-link-info {
    display: flex;
    flex-direction: row;
  }

  .modal-decorative-image {
    display: block;
    position: absolute;
    top: 0;
    left: 73%;
    width: 34vh;
  }

  .left-modal-decorative-mobile {
    display: none;
  }

  .top-modal-decorative-mobile {
    display: none;
  }

  .app-dowloand-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .app-dowloand-text {
    width: 50%;
    padding-left: 7vw;
  }

  .app-dowloand-text h2 {
    font-size: 3.2rem;
    font-weight: 600;
  }

  .app-dowloand-text p {
    width: 80%;
    font-size: 1rem;
  }

  .app-download-image {
    display: flex;
    width: 50%;
    overflow: hidden;
    align-self: flex-end;
  }

  .app-download-image img {
    width: 100%;
    max-width: 800px;
    min-width: 500px;
  }

  .footer {
    display: flex;
    flex-direction: column;
    background: #fd2415;
    color: #fff;
    border-top: 1px solid #83170f;
    height: 15vh;
    padding-left: 15vh;
    justify-content: center;
    font-size: 0.7rem;
  }

  #hit-claro-musica {
    height: 40vh;
    width: 50% !important;
    padding: 0 0 20px !important;
    margin-top: 16vh;
  }

  .hit-claro-musica-winner-info {
    height: 40vh;
    width: 95%;
  }

  .hit-claro .modal-image {
    height: 50vh !important;
    width: 45% !important;
  }

  .hit-claro {
    padding-left: 60px;
  }

  .hit-claro {
    font-size: 3rem !important;
  }

  .modal-award-image {
    width: 10vh;
    margin-bottom: 8px;
    margin-left: 50px;
  }

  #hit-claro-musica .modal-winner-text-container {
    margin-top: 20px;
    align-items: center;
    justify-content: center;
  }

  #hit-claro-musica .modal-winner-info-text {
    width: 60%;
    text-align: left;
    padding-left: 20vh;
  }

  #hit-claro-musica .hit-claro-info-text {
    margin: 0;
    width: 80%;
  }

  #hit-claro-musica h4 {
    order: 1;
    text-align: left;
    font-size: 1.8rem !important;
    width: 100%;
    margin: 22px 6px 0px 78px !important;
    z-index: 1;
  }
  #hit-claro-musica .modal-winner-name {
    font-size: 2rem !important;
  }

  #hit-claro-musica .modal-winner-artists {
    font-size: 1.4rem !important;
  }

  #hit-claro-musica .hit-claro-info-text {
    font-size: 1.2rem !important;
  }

  .winners-modal {
    padding: 0;
  }

  .footer nav {
    justify-content: flex-start;
    margin-bottom: 1vh;
  }

  .winners-modal .modal-category-header {
    width: 100%;
    text-align: left;
    margin-left: 7vh;
    line-height: 1;
  }

  .winner-modal .modal-category-name {
    font-size: 8.5rem;
    letter-spacing: -10px;
    margin-left: 7vh;
  }

  #hit-claro-musica .modal-winner-info-text {
    padding-left: 4vh;
    padding-top: 0;
  }

  #hit-claro-musica .modal-image {
    min-width: 33vh;
  }
  #album-internacional h2 {
    font-size: 4rem;
    letter-spacing: 1px;
  }

  #artista-revelacao h2 {
    font-size: 4rem;
    letter-spacing: 1px;
  }

  #latino-espanhol h2,
  #album-ano h2 {
    font-size: 4rem;
    letter-spacing: 1px;
  }

  #musica-ano h2 {
    font-size: 4rem;
    letter-spacing: 1px;
  }

  .line {
    display: block;
  }
}

@media (min-width: 1601px) {
  header {
    height: 100vh;
    flex-direction: row;
  }

  header .left-decoration {
    height: 100%;
    width: 14vw;
  }

  header .right-decoration {
    align-self: flex-end;
    position: absolute;
    height: 60%;
    width: 7vw;
  }

  header .header-content {
    padding-top: 40px;
    height: 80%;
    width: 100%;
    justify-content: space-around;
    gap: 20px;
  }

  .header-logo {
    width: 33vh !important;
  }

  .is-album-ano .album-decorative {
    left: calc(16% - 6px);
    bottom: 5px;
    width: 10vh;
  }

  .header-title {
    font-size: 2.5rem;
    width: 65%;
    line-height: 1.3;
  }
  .axe {
    font-size: 1.6rem !important;
  }

  .header-button {
    margin-top: 50px;
    padding: 5px 28px 0;
    font-size: 1.5rem;
    border-radius: 1.2rem;
  }

  .especial-winners-grid li {
    font-size: 1.8rem !important;
  }

  .especial-winners-grid li:nth-child(4n) {
    font-size: 1.6rem !important;
  }

  .is-album-internacional .internacional-decorative {
    bottom: -2px;
    left: calc(16% - 99px);
    width: 177px;
  }
  .winners-grid-section {
    background-color: #f8f8f8;
    margin-top: 0;
  }

  .winners-grid-section h2 {
    margin: 120px 0 30px 180px;
    font-size: 3.8rem;
  }

  .especial-winners-grid li:nth-child(4n) {
    font-size: 1.3rem;
    padding: 8px 20px 0;
  }

  .winners-grid {
    display: grid;
    margin: 0 6vw;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    list-style: none;
    padding: 50px;
  }

  .winners-grid li {
    padding: 8px 25px 0;
    font-size: 2rem;
    border-radius: 4rem;
  }

  .winners-grid li:last-of-type {
    grid-column: 3 / 5;
    justify-self: auto;
    font-size: 2rem;
    width: 85% !important;
    padding: 8px 25px 0;
    margin-left: 25px;

    border-radius: 4rem;
  }

  .especial-winners-grid {
    font-size: 1.6rem !important;
  }

  .is-musica-ano .musica-ano-decorative {
    display: block;
    width: 10vh;
    position: absolute;
    bottom: 118px;
    left: calc(16% - 109px) !important;
    width: 157px !important;
    z-index: 0;
  }

  .especial-winners-grid {
    display: grid;
    width: 65%;
    margin: auto;
    gap: 20px;
    place-items: center;
  }

  .especial-winners-grid li {
    width: 65%;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 20px;
    border-radius: 4rem;
    padding: 8px 20px 0;
  }

  #hit-claro-musica h4 {
    order: 1;
    text-align: left;
    font-size: 2.6rem !important;
    width: 100%;
    margin: 53px 6px 0px 96px !important;
    z-index: 1;
  }

  .especial-winners-grid li:last-of-type {
    width: 28%;
  }

  .playlist-grid-section {
    background-color: #f8f8f8;
    height: 100vh;
    padding-top: 10vh;
  }

  .playlist-grid-section h2 {
    margin: 30px auto;
    font-size: 3.2rem;
    padding-top: 12%;
    width: 70%;
  }

  .playlist-grid-section h1 {
    font-size: 3.5rem;
    width: 30%;
    letter-spacing: -4.5px;
  }

  .content-button {
    border: 3px solid #000000;
    font-size: 2.3rem;
    padding: 7px 25px 0;
  }

  .content-button:hover {
    background-color: #fff;
    color: #b41e13;
  }

  .winners-modal {
    display: flex;
    align-items: start;
    padding: 0 !important;
    padding-left: 8vh;
    padding-top: 3vh;
    justify-content: space-around;
    min-height: 75%;
    border-radius: 2%;
    margin: 10vh auto !important;
    width: 55% !important;
    overflow: hidden;
  }

  .winners-modal .modal-decorative-image {
    width: 36vh;
  }

  .winners-modal .modal-title {
    font-size: 3.3rem;
    font-weight: 200;
    margin-left: 4vh;
    letter-spacing: -5px !important;
    margin-bottom: 10px;
  }

  .winners-modal .modal-image {
    width: 15rem;
    font-weight: 200;
    margin-left: 4vh;
    letter-spacing: -5px !important;
    margin-bottom: 10px;
  }

  .winners-modal .modal-winner-content {
    margin: 30px 10rem 0;
  }

  .winners-modal .modal-category-header {
    width: 100%;
    text-align: left;
  }

  .modal-category-name {
    font-size: 7.5rem;
    letter-spacing: -10px;
    margin-left: 7vh;
  }

  .modal-winner-info {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-image {
    width: 35%;
    margin-left: 3vw;
  }

  .winners-modal .modal-winner-info-text {
    height: 100%;
    margin-left: 5vh;
    text-align: justify;
    /* text-transform: uppercase; */
    align-self: flex-end;
    padding-bottom: 2vh;
  }

  .winners-modal .modal-image {
    margin-bottom: 4vh;
  }

  .winners-modal .modal-image {
    margin-left: 15vh;
  }
  .winners-modal .modal-award-link-info {
    margin-left: 5vh;
  }

  .winners-modal .modal-category-header {
    margin-left: 4vh;
    line-height: 1;
  }

  .modal-winner-info-text h4 {
    font-size: 3rem;
  }

  .modal-winner-info-text p {
    font-size: 2rem;
    font-weight: 500;
  }

  .modal-award-image {
    width: 15vh;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .modal-award-link {
    font-size: 2.3rem;
  }

  .modal-award-link-info {
    display: flex;
    flex-direction: row;
  }

  .modal-decorative-image {
    display: block;
    position: absolute;
    top: 0;
    left: 73%;
    width: 45vh;
  }

  .left-modal-decorative-mobile {
    display: none;
  }

  .top-modal-decorative-mobile {
    display: none;
  }

  .app-dowloand-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .app-dowloand-text {
    width: 50%;
    padding-left: 8vw;
  }

  .app-dowloand-text h2 {
    font-size: 3.8rem;
    font-weight: 600;
  }

  .app-dowloand-text p {
    width: 75%;
    font-size: 1.3rem;
  }

  .app-download-image {
    display: flex;
    width: 50%;
    overflow: hidden;
    align-self: flex-end;
  }

  .app-download-image img {
    width: 100%;
    min-width: 600px;
  }

  .footer {
    display: flex;
    flex-direction: column;
    background: #fd2415;
    color: #fff;
    border-top: 1px solid #83170f;
    height: 15vh;
    padding-left: 18vh;
    justify-content: center;
    font-size: 0.9rem;
  }

  .footer nav {
    justify-content: flex-start;
    margin-bottom: 1vh;
  }

  .modal-winner-info-text h4 {
    font-size: 2.2rem;
  }

  .modal-award-image {
    width: 13vh;
    rotate: -10deg;
  }

  #hit-claro-musica {
    height: 70vh;
    width: 50% !important;
    padding: 0 !important;
    margin-top: 16vh;
  }

  #hit-claro-musica .modal-image {
    width: 100% !important;
    height: 120%;
    align-self: right;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5), 12px 12px 0px #9f1a1a;
  }

  #hit-claro-musica .hit-claro {
    padding-left: 0;
  }

  .hit-claro {
    padding-left: 60px;
  }

  .hit-claro-musica-bg {
    min-width: fit-content;
    height: 140%;
  }

  #hit-claro-musica .modal-winner-content {
    width: 100%;
    margin: 0;
    bottom: 25px;
  }

  #hit-claro-musica p {
    font-size: 1.7rem !important;
  }

  #hit-claro-musica .modal-image {
    width: 32% !important;
    height: 89%;
    right: 124px;
  }

  #hit-claro-musica .modal-winner-info-text {
    margin-top: 20px;
    padding-left: 0;
    bottom: -30px;
    justify-content: center;
  }

  #hit-claro-musica .hit-claro-info-text {
    font-size: 1.4rem !important;
    width: 331px;
  }

  #hit-claro-musica .modal-award-image {
    width: 10vh;
  }

  #hit-claro-musica .hit-claro {
    font-size: 5rem !important;
    letter-spacing: 1px;
  }

  #album-internacional h2 {
    font-size: 4rem;
    letter-spacing: 1px;
  }

  #artista-revelacao h2 {
    font-size: 5rem;
    letter-spacing: 1px;
  }

  #latino-espanhol h2,
  #album-ano h2 {
    font-size: 5rem;
    letter-spacing: 1px;
  }

  #musica-ano h2 {
    font-size: 5rem;
    letter-spacing: 1px;
  }

  .line {
    display: block;
  }
}

@media (min-width: 540px) and (max-width: 720px) and (orientation: portrait) {
  .winners-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 25px !important;
    padding: 20px !important;
    width: 86% !important;
    margin: 0 auto !important;
    list-style: none !important;
  }

  .winners-grid li {
    flex: 0 0 calc(50% - 12.5px) !important;
    box-sizing: border-box !important;
    font-size: 1.3rem !important;
  }

  .especial-winners-grid {
    width: 70%;
  }

  .is-album-ano .album-decorative {
    bottom: -13px;
    left: calc(16% - 35px);
  }

  .especial-winners-grid li {
    font-size: 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    width: 20vh;
  }

  .especial-winners-grid li:nth-child(4n) {
    font-size: 0.7rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    height: 5vh;
    width: 25vh;
  }

  .winners-grid li:last-of-type {
    flex: 0 0 100% !important;
    grid-column: unset !important;
  }

  .playlist-grid-section {
    padding-top: 10vh;
    position: relative;
    min-height: fit-content;
    height: auto;
    text-align: center;
    background-color: #f8f8f8;
    padding-bottom: 14vh;
    display: flex;
    flex-direction: column;
  }

  .playlist-grid-section h2 {
    font-size: 1.5rem !important;
    width: 90% !important;
  }

  .playlist-grid-section h1 {
    font-size: 1.5rem !important;
    width: 90% !important;
    letter-spacing: -3px !important;
  }

  .playlist-grid-section {
    min-height: fit-content !important;
    height: 70vh;
  }

  .app-dowloand-banner .app-download-image {
    display: none;
  }

  .app-dowloand-text {
    width: 90%;
    padding-left: 1vw;
  }

  .footer {
    padding-left: 3vh;
    font-size: 0.9rem;
  }
  .winners-modal {
    display: flex;
    margin: 0 auto !important;
    flex-direction: column !important;
    align-content: center !important;
    justify-content: center !important;
    width: 80% !important;
  }

  .modal-winner-info {
    margin: 0 auto !important;
  }

  .modal-winner-info h4 {
    font-size: 1.5rem;
  }
  .modal-winner-info p {
    font-size: 1.6rem;
  }

  #hit-claro-musica .modal-winner-info-text {
    padding-top: 5vh;
  }
}

@media (width: 85.375em) and (height: 64em) and (orientation: landscape) {
  #hit-claro-musica .modal-image {
    width: 39% !important;
    bottom: 0;
  }
  #hit-claro-musica h4 {
    font-size: 1.5rem !important;
    margin-left: 15px;
  }

  #hit-claro-musica .modal-winner-info-text {
    padding-left: 5vh;
  }

  #hit-claro-musica .modal-award-link-info {
    margin-top: 0;
  }
}

/* Média query  para o zoom de 250% */
@media (max-height: 550px) and (pointer: fine) {
  header {
    height: auto;
    min-height: 100vh;
  }

  header .header-content {
    height: auto;
    padding-bottom: 2rem;
  }

  .winners-grid li {
    font-size: 0.7rem;
    padding-top: 3px;
  }
  .winners-grid li:last-child {
    font-size: 0.7rem;
    padding-top: 3px;
  }

  .especial-winners-grid li {
    font-size: 0.4rem;
    padding-top: 3px;
  }

  .especial-winners-grid li:nth-child(4n) {
    font-size: 0.3rem;
    padding-top: 3px;
  }

  .especial-winners-grid li:last-child {
    font-size: 0.4rem;
    padding-top: 3px;
  }
  .header-button {
    font-size: 0.6rem;
  }

  .header-title {
    font-size: 1rem;
  }
  .header-logo {
    width: 30vh !important;
  }

  #playlist-section {
    height: auto;
    padding-bottom: 8vh;
  }

  #playlist-section h2 {
    font-size: 0.9rem;
  }

  #playlist-section h1 {
    font-size: 0.7rem;
  }
  .app-dowloand-banner {
    font-size: 0.5rem !important;
  }
}

@media (min-width: 80em) and (max-width: 85.374em) {
  header {
    height: 100vh;
    flex-direction: row;
    min-height: fit-content;
  }

  header .left-decoration {
    height: 100%;
    width: 14vw;
  }

  header .right-decoration {
    align-self: flex-end;
    position: absolute;
    height: 60%;
    width: 7vw;
  }

  header .header-content {
    padding-top: 30px;
    height: 75%;
    width: 100%;
    gap: 20px;
  }

  .header-logo {
    width: 35vh !important;
  }

  .header-title {
    font-size: 2rem;
    width: 70%;
    line-height: 1.3;
  }

  .header-button {
    margin-top: 40px 10vh;
    padding: 4px 28px 0;
    font-size: 1.3rem;
    border-radius: 1.2rem;
  }

  .winners-grid-section {
    background-color: #fff;
  }

  .winners-grid-section h2 {
    margin: 80px 0 20px 120px;
    font-size: 3rem;
  }

  .winners-grid {
    display: grid !important;
    margin: 0 4vw;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
    list-style: none;
    padding: 40px;
  }

  .especial-winners-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    width: 55% !important;
    align-self: center !important;
    justify-content: center;
    margin: auto !important;
  }

  .especial-winners-grid li {
    width: 80% !important;
    font-size: 1rem !important;
  }

  .especial-winners-grid li:last-of-type {
    width: 35% !important;

    margin-right: 66px;
  }

  .winners-grid li:last-of-type {
    flex: 0 0 100% !important;
    grid-column: unset !important;
    width: 205%;
    justify-self: first baseline !important;
  }

  .especial-winners-grid li:nth-child(4n) {
    font-size: 0.8rem !important;
    padding-top: 4px;
  }

  .line {
    display: block;
  }
  .playlist-grid-section h2 {
    font-size: 3rem;
    margin: 150px 0 40px 150px;
  }

  .playlist-grid-section h1 {
    font-size: 2rem;
    margin-bottom: 50px;
  }

  .playlist-grid-section .poster-playlist-decoration {
    width: 15% !important;
  }
  .app-download-image {
    display: flex;
    width: 70%;
  }

  .app-dowloand-banner {
    display: flex;
    flex-direction: row !important;
  }

  .footer {
    display: flex;
    flex-direction: column;
    background: #fd2415;
    color: #fff;
    border-top: 1px solid #83170f;
    height: 15vh;
    padding-left: 18vh;
    justify-content: center;
    font-size: 0.9rem;
  }

  .footer nav {
    justify-content: flex-start;
    margin-bottom: 1vh;
  }
  .app-dowloand-text {
    margin-top: 100px;
  }
}

/* ===== ZOOM OPTIMIZATIONS ===== */

/* 1366px monitor with 125% zoom (68.3em - 85.374em) */
@media (min-width: 68.3em) and (max-width: 85.374em) {
  header {
    height: 100vh;
    flex-direction: row;
  }

  header .left-decoration {
    height: 100%;
    width: 14vw;
  }

  header .right-decoration {
    align-self: flex-end;
    position: absolute;
    height: 60%;
    width: 7vw;
  }

  header .header-content {
    padding-top: 30px;
    height: 75%;
    width: 100%;
    justify-content: center;
    gap: 20px;
  }

  .header-logo {
    width: 220px;
  }

  .header-title {
    font-size: 2.2rem;
    width: 70%;
    line-height: 1.3;
  }

  .header-button {
    margin-top: 40px;
    padding: 4px 28px;
    font-size: 1.6rem;
    border-radius: 1.2rem;
  }

  .winners-grid-section {
    background-color: #fff;
  }
}

/* 1366px monitor with 150% zoom (56.916em - 68.299em) */
@media (min-width: 56.916em) and (max-width: 68.299em) {
  header {
    height: 100vh;
    flex-direction: row;
  }

  header .left-decoration {
    height: 100%;
    width: 14vw;
  }

  header .right-decoration {
    align-self: flex-end;
    position: absolute;
    height: 60%;
    width: 7vw;
  }

  header .header-content {
    padding-top: 30px;
    height: 75%;
    width: 100%;
    justify-content: center;
    gap: 20px;
  }

  .header-logo {
    width: 220px;
  }

  .header-title {
    font-size: 2.2rem;
    width: 70%;
    line-height: 1.3;
  }

  .header-button {
    margin-top: 40px;
    padding: 4px 28px;
    font-size: 1.6rem;
    border-radius: 1.2rem;
  }

  .winners-grid-section {
    background-color: #fff;
  }
}

/* 1920px monitor with 125% zoom (96em - 119.999em) */
@media (min-width: 96em) and (max-width: 119.999em) {
  header {
    height: 100vh;
    flex-direction: row;
  }

  header .left-decoration {
    height: 100%;
    width: 14vw;
  }

  header .right-decoration {
    align-self: flex-end;
    position: absolute;
    height: 60%;
    width: 7vw;
  }

  header .header-content {
    padding-top: 40px;
    height: 80%;
    width: 100%;
    justify-content: center;
    gap: 20px;
  }

  .header-logo {
    width: 30vh !important;
  }

  .header-title {
    font-size: 2.5rem;
    width: 70%;
    line-height: 1.2;
  }

  .header-button {
    margin-top: 60px;
    padding: 4px 30px;
    font-size: 1.8rem;
    border-radius: 1.3rem;
  }

  .winners-grid-section {
    background-color: #fff;
  }
}

/* 1920px monitor with 125% zoom (120em - 149.999em) */
@media (min-width: 120em) and (max-width: 149.999em) {
  header {
    height: 100vh;
    flex-direction: row;
  }

  header .left-decoration {
    height: 100%;
    width: 14vw;
  }

  header .right-decoration {
    align-self: flex-end;
    position: absolute;
    height: 60%;
    width: 7vw;
  }

  header .header-content {
    padding-top: 40px;
    height: 80%;
    width: 100%;
    justify-content: center;
    gap: 20px;
  }

  .header-logo {
    width: 30vh !important;
  }

  .header-title {
    font-size: 2.8rem;
    width: 70%;
    line-height: 1.2;
  }

  .header-button {
    margin-top: 60px;
    padding: 4px 35px;
    font-size: 2rem;
    border-radius: 1.4rem;
  }

  .winners-grid-section {
    background-color: #fff;
  }
}

@media (min-width: 1070px) and (max-width: 1199px) and (pointer: fine) {
  .header-title {
    font-size: 1.6rem;
  }

  #hit-claro-musica .hit-claro-musica-winner-info {
    flex-direction: column;
  }

  .hit-claro-musica-bg {
    height: 110%;
  }

  #hit-claro-musica .modal-image {
    bottom: 0;
  }

  .is-musica-ano .musica-ano-decorative {
    bottom: -6px;
    left: calc(73% - 249px) !important;
    width: 94px !important;
  }

  .modal-winner-info-text h4 {
    margin-left: 0 !important;
  }

  .modal-winner-text-container {
    text-align: left;
  }

  .is-album-ano .album-decorative {
    bottom: -14px !important  ;
    left: calc(16% - -71px) !important ;
    width: 41px !important ;
  }

  .is-album-internacional .internacional-decorative {
    display: block;
    width: 10vh;
    position: absolute;
    bottom: 26px;
    left: calc(16% - -17px);
    width: 64px;
    z-index: 0;
  }

  .header-nav {
    margin-top: 10vh;
  }

  .header-button {
    font-size: 1rem;
    margin-top: 0;
  }

  .winners-grid {
    display: grid;
    margin: 0 4vw;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    list-style: none;
    padding: 45px;
  }

  .winners-grid li {
    font-size: 1.3rem;
    border-radius: 4rem;
    padding: 8px 0 0;
  }

  .winners-grid li:nth-child(14n) {
    font-size: 1.1rem;
  }

  .winners-grid-section h2 {
    margin: 70px 0 20px 120px;
  }

  .winners-grid li:last-of-type {
    grid-column: 3 / 5;
    justify-self: auto;
    width: 85%;
    margin-left: 15px;
    font-size: 1.3rem;
    padding: 5px 15px 0;
    border-radius: 1.3rem;
  }

  .winners-modal {
    flex-direction: row;
    align-items: start;
    padding: 0 !important;
    padding-left: 8vh;
    padding-top: 3vh;
    justify-content: space-around;
    min-height: 75%;
    border-radius: 2%;
    margin: 10vh auto !important;
    width: 65% !important;
    overflow: hidden;
  }

  .especial-winners-grid {
    display: grid;
    width: 70%;
    margin: auto;
    min-height: 40vh !important;
    width: 65% !important;
    gap: 15px;
    place-items: center;
  }

  .especial-winners-grid li {
    width: 70%;
    padding-top: 6px;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 15px;
    border-radius: 4rem;
  }

  .especial-winners-grid li:nth-child(4n) {
    font-size: 1rem;
    width: 70%;
    padding-top: 6px;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 15px;
    border-radius: 4rem;
  }

  .especial-winners-grid li:last-child {
    font-size: 1rem;
    width: 40%;
    padding-top: 6px;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 15px;
    border-radius: 4rem;
  }

  .modal-winner-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .playlist-grid-section h2 {
    margin: 20px auto;
    padding-top: 5%;
    width: 73%;
    font-size: 2rem !important;
  }

  .playlist-grid-section h1 {
    font-size: 2.6rem !important;
    width: 32.6%;
    letter-spacing: -4px;
  }

  .playlist-grid-section .poster-playlist-decoration {
    width: 18%;
    max-width: 300px;
  }

  .modal-image {
    width: 35%;
    margin-left: 3vw;
  }

  .app-dowloand-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .app-download-image {
    display: block;
    bottom: 100px;
  }

  .app-download-image img {
    width: 100%;
    max-width: 800px;
    min-width: 500px;
  }

  .footer {
    display: flex;
    flex-direction: column;
    background: #fd2415;
    color: #fff;
    border-top: 1px solid #83170f;
    height: 15vh;
    padding-left: 15vh;
    justify-content: center;
    font-size: 0.7rem;
  }

  .winners-modal {
    display: flex;
    align-items: start;
    padding-left: 6vh;
    padding-top: 2vh;
    justify-content: space-around;
    min-height: 60% !important;
    height: 65%;
    border-radius: 2%;
    margin: 12vh auto;
    width: 40% !important;
    overflow: hidden;
    flex-direction: column;
  }

  .modal-category-name {
    font-size: 2.5rem;
  }

  .modal-title {
    font-size: 1.5rem;
    margin-top: 10px;
  }

  .modal-category-name.axe-pagode-baiano-title {
    font-size: 2.5rem !important;
  }

  .modal-winner-info-text h4 {
    font-size: 1rem;
  }

  .modal-decorative-image {
    display: block;
    position: absolute;
    top: 0;
    left: 65% !important;
    width: 34vh;
  }

  .winners-modal .modal-winner-info-text {
    height: 100%;
    margin-left: 5vh;
    text-align: justify;
    /* text-transform: uppercase; */
    align-self: flex-end;
    padding-bottom: 2vh;
  }

  .winners-modal .modal-image {
    width: 25%;
    margin: 0;
    height: 100% !important;
  }

  #hit-claro-musica .modal-image {
    width: 36%;
    height: 82% !important;
    bottom: 24px;
  }

  #hit-claro-musica .modal-winner-info {
    padding-left: 0 !important;
  }

  .winners-modal .modal-award-link-info {
    margin-left: 5vh;
  }

  .winners-modal .modal-category-header {
    margin-left: 4vh;
    line-height: 1;
  }

  .modal-award-link-info {
    display: flex;
    flex-direction: row;
  }

  .modal-decorative-image {
    display: block;
    position: absolute;
    top: 0;
    left: 73%;
    width: 45vh;
  }

  .left-modal-decorative-mobile {
    display: none;
  }

  .top-modal-decorative-mobile {
    display: none;
  }

  .footer .header-nav {
    margin-top: 0;
  }

  .modal-category-name.axe-pagode-baiano-title {
    font-size: 1.6rem; /* Adjust as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #hit-claro-musica .hit-claro-info-text {
    margin: 0;
  }

  #hit-claro-musica h4 {
    width: 100%;
  }
  #hit-claro-musica .modal-winner-info-text {
    padding-left: 0;
    margin-left: 0;
  }

  .modal-winner-info-text h4 {
    margin-left: 10%;
  }

  #hit-claro-musica h4 {
    margin: 0;
    text-align: left;
    width: 40vh;
  }

  #hit-claro-musica p {
    width: 40vh;
  }

  .line {
    display: block;
  }
  .modal-winner-info {
    padding-left: 20vh !important;
  }
}
@media (min-width: 1260px) and (max-width: 1399px) and (pointer: fine) {
  .winners-modal {
    flex-direction: column;
    align-items: start;
    padding: 0 !important;
    padding-left: 8vh;
    padding-top: 3vh;
    justify-content: space-around;
    min-height: 75%;
    border-radius: 2%;
    margin: 10vh auto !important;
    width: 45% !important;
    overflow: hidden;
  }

  .is-musica-ano .musica-ano-decorative {
    bottom: 50px;
    left: calc(16% - 139px) !important;
    width: 123px !important;
  }

  .is-album-internacional .internacional-decorative {
    bottom: -35px;
    left: calc(16% - 151px);
    width: 122px;
  }

  .especial-winners-grid {
    display: grid;
    width: 70%;
    margin: auto;
    width: 65% !important;
    gap: 15px;
  }
  .is-album-ano .album-decorative {
    left: calc(16% - 97px) !important;
    bottom: -24px;
  }
  .especial-winners-grid li {
    width: 70%;
    padding-top: 6px;
    text-align: center;
    font-size: 1.2rem !important;
    margin-bottom: 15px;
    border-radius: 4rem;
  }

  #hit-claro-musica .hit-claro-musica-winner-info {
    height: 45vh !important;
    margin: 0 0 3vh 0;
    align-self: baseline;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .especial-winners-grid li:nth-child(4n) {
    font-size: 1rem;
    width: 70%;
    padding-top: 6px;
    text-align: center;
    font-size: 1.2rem !important;
    margin-bottom: 15px;
    border-radius: 4rem;
  }

  .especial-winners-grid li:last-child {
    font-size: 1rem;
    width: 40%;
    padding-top: 6px;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 15px;
    border-radius: 4rem;
  }

  .winners-modal .modal-winner-info-text {
    height: 100%;
    margin-left: 5vh;
    text-align: justify;
    /* text-transform: uppercase; */
    align-self: flex-end;
    padding-bottom: 2vh;
  }

  .winners-modal .modal-image {
    margin: 0;
    height: 100% !important;
  }

  #hit-claro-musica .modal-image {
    width: 32% !important;
    right: 68px;
    bottom: 12px;
  }
  .winners-modal .modal-award-link-info {
    margin-left: 5vh;
  }

  .winners-modal .modal-category-header {
    margin-left: 4vh;
    line-height: 1;
  }

  .modal-award-link-info {
    display: flex;
    flex-direction: row;
  }

  .winners-grid li {
    font-size: 1.2rem !important;
  }

  .winners-grid li:last-of-type {
    font-size: 1.2rem;
  }
  .modal-decorative-image {
    display: block;
    position: absolute;
    top: 0;
    left: 73%;
    width: 45vh;
  }

  .left-modal-decorative-mobile {
    display: none;
  }

  .top-modal-decorative-mobile {
    display: none;
  }

  .footer .header-nav {
    margin-top: 0;
  }

  .modal-category-name.axe-pagode-baiano-title {
    font-size: 1.6rem; /* Adjust as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #hit-claro-musica .hit-claro-info-text {
    margin: 0;
  }

  #hit-claro-musica h4 {
    width: 100%;
  }
  #hit-claro-musica .modal-winner-info-text {
    padding-left: 17px;
    margin-top: 0;
  }

  #hit-claro-musica h4 {
    margin: 0;
    text-align: left;
    width: 40vh;
  }

  #hit-claro-musica p {
    width: 40vh;
  }

  .modal-winner-info {
    display: flex;
    margin-left: 20vh;
    flex-direction: row;
  }

  .header .header-nav {
    padding-top: 10vh;
  }

  .hit-claro-musica {
    padding-left: 20px;
  }

  .hit-claro-musica-bg {
    min-width: fit-content;
    height: 100%;
  }
  /* 
  #hit-claro-musica .modal-image {
    /* min-width: 60vh;
    min-height: 27vh; */
  /* bottom: -37px; */

  #hit-claro-musica .modal-award-image {
    width: 10vh;
  }

  .hit-claro-text-content-wrapper p {
    font-size: 1rem;
  }

  #hit-claro-musica {
    height: 50vh !important;
    min-height: 78vh !important;
  }
  #hit-claro-musica .modal-winner-name {
    font-size: 1.7rem;

    margin: 22px 6px 0px 59px;
  }
  .line {
    display: block;
  }
}

@media (min-width: 600px) and (max-width: 1524px) and (orientation: landscape) {
  .is-album-ano .album-decorative {
    display: block;
    left: calc(16% - -90px);
    width: 69px;
  }
}

@media (min-width: 740px) and (max-width: 1524px) and (orientation: portrait) {
  .is-album-internacional .internacional-decorative {
    display: block;
    width: 10vh;
    position: absolute;
    bottom: 115px;
    left: calc(16% - 26px);
    width: 103px;
    z-index: 0;
  }

  .is-musica-ano .musica-ano-decorative {
    bottom: 180px;
    left: calc(77% - 42px);
    width: 164px;
  }
}
