/* Geral */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 50px;
}

/* Espaços */

.blank-space-20 {
  height: 20px;
}

.blank-space-50 {
  height: 50px;
}

.blank-space-75 {
  height: 75px;
}

.blank-space-100 {
  height: 200px;
}

.blank-space-150 {
  height: 150px;
}

.blank-space-200 {
  height: 200px;
}

.only-desktop {
  display: block;
}

.only-tablet {
  display: none;
}

.only-mobile {
  display: none;
}

.only-mobile2 {
  display: none;
}

/* Fontes */

@font-face {
  font-family: "SamsungSharpSans";
  src: url("./fonts/SamsungSharpSans-Bold.ttf");
}

@font-face {
  font-family: "SamsungSharpSans-Regular";
  src: url("./fonts/SamsungSharpSans-Regular.ttf");
}

@font-face {
  font-family: "SamsungSharpSan-Medium";
  src: url("./fonts/SamsungSharpSans-Medium.ttf");
}

@font-face {
  font-family: "SamsungSharpSan-Bold";
  src: url("./fonts/SamsungSharpSans-Bold.ttf");
}

@font-face {
  font-family: "SamsungOne300C";
  src: url("./fonts/SamsungOne-300C_v1.0.ttf");
}

@font-face {
  font-family: "SamsungOne-400";
  src: url("./fonts/SamsungOne-400.ttf");
}

@font-face {
  font-family: "SamsungOne-400C";
  src: url("./fonts/SamsungOne-400C_v1.0.ttf");
}

@font-face {
  font-family: "SamsungOne-600";
  src: url("./fonts/SamsungOne-600.ttf");
}

@font-face {
  font-family: "SamsungOne-700";
  src: url("./fonts/SamsungOne-700.ttf");
}

/* Textos */

h1,
h2,
h3,
h4 {
  font-family: "SamsungSharpSans";
}

h5,
h6,
p {
  font-family: "SamsungOne300C";
}

p {
  font-size: 1.5em;
}

h1 {
  font-size: 3.4em;
}

h3 {
  font-size: 2em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.9em;
  font-weight: 400;
}

.textalign-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

/*Botões*/

.button {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  padding: 10px 24px 11px 24px;
  border-radius: 25px;
  width: 190px;
  text-align: center;
  font-family: "SamsungOne300C";
  margin: 0 auto;
}

.button:hover {
  color: #000000;
  background-color: #f5f5f5;
}

.regulation-text-center {
  margin: 0 10% 0;
}

a {
  text-decoration: none;
}

/* icones*/

.icon-title {
  max-width: 100%;
}

/*Video*/

.videomob {
  width: 100%;
  height: auto;
}

/* Color */
.backgroundcolor-white {
  background-color: #ffffff;
}

.backgroundcolor-black {
  background-color: #000210;
}

.backgroundcolor-gray {
  background-color: #f8f8f8;
}

.backgroundcolor-gray {
  background-color: #f4f4f4;
}

.backgroundcolor-blue {
  background-color: #1428a0;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-red {
  color: #ff0000;
}

.color-gray {
  color: #999999;
}

.color-blue {
  display: block;
  color: #02a6fe;
  text-transform: uppercase;
  margin-top: 4px;
}

.title-section {
  color: #ffffff;
  letter-spacing: 0.01em;
  font-size: 48px;
  font-family: SamsungSharpSan-Bold;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}

.subtitle-section {
  margin: 20px 20px !important;
  font-size: 24px;
  font-family: SamsungOne-400;
  margin: 0 auto;
  text-align: center;
}

/* Parte header */
.divtext-div-header h1 {
  margin: 15px auto 25px;
}

.divimg-div-header img {
  width: 100%;
}

.div-div-header .regulation-text-center {
  margin-top: 45px;
}

.div-title-image-div-header {
  background-color: #f4f4f4;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding-top: 50px;
}

/* Parte textcenter-imagecenter */
.divtext-textcenter-imagecenter p {
  margin: 0 auto !important;
  width: 100%;
}

.regulamento-title {
  font-size: 20px;
  font-family: SamsungOne-400;
  font-weight: bold;
  margin: 10px !important;
  padding: 40px 0px;
  text-align: center !important;
}

.regulamento {
  font-size: 20px;
  font-family: SamsungOne-400;
  margin: 10px !important;
  text-align: justify !important;
}

.text-intro-01 {
  font-size: 35px;
  font-family: SamsungOne-400C;
}

.text-intro-02 {
  font-size: 35px;
  font-family: SamsungOne-700;
}

.divimg-textcenter-imagecenter img {
  width: 100%;
  text-align: center;
}

.div-textcenter-imagecenter {
  text-align: center;
}

.div-textcenter-imagecenter .regulation-text-center {
  margin-top: 45px;
}

.secao-conteudo {
  display: none;
  /* Oculta todas as seções por padrão */
  padding: 20px;
  border: 1px solid #eee;
  margin-top: 15px;
  background-color: #f9f9f9;
}

.secao-conteudo.ativa {
  display: block;
  /* Mostra a seção que tem a classe 'ativa' */
}

/*Menu*/

.menu-transparente {
  background-color: #000210;
  width: 100%;
}

.menu-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: space-between;
  position: relative;
}

.logo img {
  padding-left: 5px;
  max-height: 200px;
}

.menu-desktop {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu-links a,
.menu-idiomas a {
  color: white;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 16.47px;
  font-family: SamsungSharpSans-Regular;
  margin-left: 10px;
}

.menu-idiomas img {
  width: 116px !important;
  height: auto;
}

.separator {
  color: white;
  margin: 0 5px;
}

/* Hamburguer */
.menu-toggle {
  font-size: 30px;
  color: white;
  display: none;
  cursor: pointer;
  align-items: center !important;
  /* centraliza verticalmente */
  margin-bottom: 10px;
}

/* Menu Mobile */
.menu-mobile {
  display: none;
  flex-direction: column;
  background-color: #000210;
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
  padding: 20px;
  z-index: 1000;
}

.menu-mobile a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 10px;
}

/* RESPONSIVO */
@media (max-width: 1023px) {
  .menu-desktop {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .menu-mobile.show {
    display: flex;
    border-radius: 15px;
  }
}

/*Perído*/
.image-player {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 40px;
  position: relative;
  display: inline-block;
  text-align: center;
}

.play-button {
  font-family: SamsungOne-600 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: #ff4d80;
  /* rosa como no exemplo */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.2s ease;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.icon-date {
  max-width: 415px;
  display: block;
  margin: 0 auto;
}

.image-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-buttons a {
  display: inline-block;
}

.image-buttons img {
  width: 378px;
  height: auto;
  cursor: pointer;
  display: block;
}

.modal {
  display: none;
  /* ou flex quando ativo */
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  /* fundo escuro */
  z-index: 10000;
  padding: 2rem;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
}

.video-wrapper {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  background: none;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*Como participar*/

.steps {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  justify-content: center;
}

.step1,
.step2,
.step3 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 40px;
}

.step1 {
  min-width: 25%;
}

.step2 {
  min-width: 25%;
}

.step3 {
  min-width: 25%;
}

.step-number img {
  width: 100px;
  display: block;
  /* Evita espaço extra abaixo da imagem */
}

.step-text {
  font-size: 20px;
  color: #fff;
  text-align: left;
  flex-grow: 1;
  /* Permite que o bloco de texto ocupe o espaço disponível dentro do seu 'step' */
  min-width: 0;
}

.step-text p {
  margin-top: 0;
}

.step-text p:last-child {
  margin-bottom: 0;
  font-size: 18px !important;
}

.step-text p.bold {
  font-weight: bold;
  white-space: nowrap;
  /* Fundamental: Mantém o título em uma única linha */
  display: block;
  /* Garante que o nowrap funcione como esperado */
  font-size: 20px !important;
}

.step-text p.description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0;
  /* Ajuste conforme o font-size */
  font-size: 25px !important;
}

/*Prêmio*/

.promo-img {
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}

.participate {
  width: 376px;
  height: auto;
  cursor: pointer;
  display: block;
}

/*Letra da música*/

.container-lyrics {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lyrics,
.lyrics-bold {
  text-align: left;
  max-width: 600px;
  font-size: 24px;
  font-family: SamsungOne-400, sans-serif !important;
}

.lyrics-bold {
  font-style: italic;

  font-family: SamsungOne-700, sans-serif !important;
}

/*Regulamento*/

.btn-fechar {
  position: absolute;
  font-family: SamsungOne-700, sans-serif !important;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  color: white;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  padding: 4px;
  width: 40px;
  height: 40px;
}

.meu-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.meu-modal.hidden {
  display: none;
}

.meu-modal-box {
  background: #000210;
  padding: 30px;
  border-radius: 12px;
  max-width: 600px;
  max-height: 80%;
  overflow-y: auto;
  position: relative;
  border-radius: 10px;
}

.meu-modal-box::-webkit-scrollbar {
  width: 8px;
  /* Largura da barra */
}

.meu-modal-box::-webkit-scrollbar-track {
  background: #000210;
  /* Cor de fundo do track (trilho) */
  border-radius: 10px;
}

.meu-modal-box::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  /* Cor da "alça" */
  border-radius: 10px;
  border: 2px solid #000210;
  /* Borda para criar espaço ao redor */
}

.meu-modal-box::-webkit-scrollbar-thumb:hover {
  background: #aaa;
  /* Cor ao passar o mouse */
}

.fechar-modal {
  position: absolute;
  z-index: 1000;
  top: 12px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  font-family: SamsungOne-400;
}

.regulamento {
  margin: 20px 80px !important;
  font-size: 1em !important;
  font-family: SamsungOne-400;
  margin: 0 auto;
  text-align: justify;
}

.regulamento-pais {
  margin: 20px 0;
  text-align: center;
  justify-content: center;

}

.regulamento-content {
  margin: 40px 0;
  display: none;
}

#pais-reg {

  width: 60%;
}

.hidden {
  display: none !important;
}

#regulamento2,
#letra,
#formulario {
  display: none;
}

#regulamento2.active,
#letra.active,
#formulario.active {
  display: block;
  /* ou 'flex', 'grid', dependendo do seu layout */
}

/*Formulário*/

label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  color: white;
  font-size: 18px;
  font-family: SamsungSharpSan-Bold;
  letter-spacing: 0.1em;
}

label span {
  letter-spacing: normal;
}

input,
select {
  /* Base for all inputs and selects */
  width: 100%;
  padding: 10px 8px;
  background: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
  color: white;
  /* Default text color for inputs and (valid) selected options */
  font-size: 16px;
  /* Harmonized font size */
  outline: none;
  box-sizing: border-box;
  /* Ensures padding/border are included in width/height */
  font-family: SamsungOne-400C;
}

select {
  background-color: #000210;
}

input::placeholder {
  color: #999999;
}

/* --- Specific Styling for #estado select --- */
.custom-select-wrapper {
  position: relative;
}

select#estado {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #000210;
  border-bottom: 2px solid #ffffff;
  /* Consistent with general input/select */
  padding: 10px 40px 10px 12px;
  /* Right padding for arrow, adjusted vertical padding */
  font-size: 16px;
  /* Consistent with other inputs */
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  color: #999;
}

select#estado:focus {
  outline: none;
}

/* When a valid option (i.e., not the one with value="") is selected */
select#estado:valid {
  color: white;
}

select#estado option {
  background-color: #000210;
  color: white;
}

select#estado option[value=""] {
  color: #999;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  box-sizing: border-box;
}

.form-columns {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  width: 100%;
}

.form-left,
.form-right {
  flex: 1;
  min-width: 300px;
}

.form-group {
  position: relative;
  margin-bottom: 24px;
}

.form-group-max {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}

#upload-icon {
  display: block;
  /* Para permitir margens automáticas e centralização */
  margin: 0 auto 10px auto;
  /* Centraliza horizontalmente e adiciona 10px de margem inferior */
  max-width: 70px;
  /* Exemplo: define uma largura máxima */
}

.upload-box {
  margin-top: 40px;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  color: #343435;
  width: 600px;
  box-sizing: border-box;
  background-color: #808188;
  position: relative;
}

#upload-box-text {
  display: inline-block;
  font-family: SamsungOne-400C;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01rem;
}

.upload-box p {
  margin: 0;
}

.video-file-name {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #343435;
}

.upload-box .upload-click {
  color: #343435;
  font-weight: bold;
  text-decoration: underline;
}

.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  position: relative;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
}

.checkbox label {
  font-size: 18px;
  font-family: SamsungOne-400C;
  font-weight: normal;
  color: white;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-bottom: 0;
}

.checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid white;
  background-color: transparent;
  border-radius: 3px;
  transition: border-color 0.2s ease;
}

.checkbox label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 45%;
  width: 5px;
  height: 10px;
  border-style: solid;
  border-color: white;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg) scale(0);
  transition: transform 0.2s ease;
}

.checkbox input[type="checkbox"]:checked+label::after {
  transform: translateY(-50%) rotate(45deg) scale(1);
}

.checkbox input[type="checkbox"]:checked+label::before {
  border-color: #0077cc;
}

.checkbox a {
  color: white;
  text-decoration: underline;
  margin-left: 4px;
}

.submit-container {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.btn.btn-upload {
  background-color: #ffffff;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn.btn-upload.image-submit-button {
  background-color: transparent;
  padding: 0;
  border: none;
  line-height: 0;
}

.btn.btn-upload.image-submit-button img {
  display: block;
}

.error-message,
.error {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

#erro-regulamento,
#erro-video {
  text-align: center;
  display: block;

  width: 100%;
  margin-bottom: 15px;
}

.input-erro {
  border-bottom-color: #ff6b6b !important;
}

select.input-erro {
  border-bottom-color: #ff6b6b !important;
}

.success-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  color: #212121;
  padding: 60px 30px 90px;
  border-radius: 10px;
  text-align: center;
  font-size: 25px;
  z-index: 9999;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-family: "SamsungSharpSans", sans-serif;
  font-weight: bold;
}

/* Ícone de check */
.success-message::before {
  content: "✔";
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #212121;
}

.ok-button {
  margin-top: 20px;
  background-color: #000000;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 20px;
  cursor: pointer;
  font-family: "SamsungSharpSans", sans-serif;
  font-weight: bold;
}

.form-section {
  padding: 60px 20px;
  display: none;
  width: 100%;
}

.form-section.active {
  display: block;
}

.upload-box.dragover {
  border-style: solid;
  /* Muda de dashed para solid */
  border-color: #007bff;
  /* Cor de destaque */
  background-color: rgba(0, 100, 200, 0.1);
  /* Fundo levemente azulado */
}

.remove-video-btn:hover {
  color: #cc0000;
  /* Vermelho mais escuro no hover */
}

/* Mural */

.mural-section {
  padding: 40px 10px;
  text-align: center;
  margin: 0 auto !important;
  display: none;
}

.mural-section h2 {
  margin-bottom: 20px;
  font-size: 48px;
}

.mural-grid {
  display: grid;
  /* Mobile: 3 colunas por padrão */
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  /* Gap um pouco menor para mobile */
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  /* Espaçamento interno no grid */
}

.video-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: none;
}

.video-card video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 12px;
  background-color: black;
  cursor: pointer;
}

.vote-count {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  margin: 10px auto;
  font-family: SamsungOne-400;
}

.vote-btn {
  background-color: white;
  color: #000000;
  border: none;
  padding: 10px 40px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  transition: transform 0.2s;
  font-family: SamsungSharpSan-Bold;
  font-size: 18px;
}

.vote-btn:hover {
  transform: scale(1.05);
}

/*Pagina Vencedor*/

.text-name-winner {
  font-size: 43.51px;
  font-family: "SamsungOne-700", sans-serif;
  margin: 40px !important;
  text-align: center;
}

.winner-thumb {
  max-width: 395px;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
}

/*Pagina Fim*/

.text-end-promo {
  font-family: "SamsungSharpSans";
  font-size: 55px;
  margin: 0 20px;
  padding-bottom: 50px;
}

.text-date-end-promo {
  font-family: "SamsungOne-700", sans-serif;
  font-size: 55px;
  margin: 0 20px;
}

/* Desktop: 6 colunas */
@media (min-width: 992px) {
  .mural-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    /* Gap maior para desktop */
  }
}

.video-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: none;
  /* Mantido do seu CSS */
  font-family: "SamsungOne-400", sans-serif;
  /* Aplicando a fonte ao card */
}

.video-card .video-wrapper {
  width: 100%;
  aspect-ratio: 9 / 16;
  background-color: black;
  border-radius: 12px;
  overflow: hidden;
  /* Garante que o vídeo respeite o border-radius */
  cursor: pointer;
  position: relative;
  /* Para posicionar ícones de play, se necessário */
}

.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* Remove espaço extra abaixo do vídeo */
}

.vote-count {
  color: #ffffff;
  font-weight: 500;
  font-size: 1em;
  /* Ajustado para 1em para consistência */
  margin-top: 5px;
  /* Espaço acima da contagem de votos */
}

.vote-btn {
  background-color: white;
  color: #000000;
  border: none;
  padding: 10px 30px;
  /* Padding ajustado */
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  transition: transform 0.2s, background-color 0.2s;
  font-family: "SamsungSharpSan-Bold", sans-serif;
  /* Aplicando a fonte ao botão */
  font-size: 0.9em;
  /* Ajustado para 0.9em */
  width: 100%;
  /* Para o botão não ser muito largo em cards estreitos */
  max-width: 150px;
}

.vote-btn:hover {
  transform: scale(1.05);
  background-color: #f0f0f0;
  /* Leve mudança de cor no hover */
}

/* Estilos do Modal */
.modal {
  display: none;
  /* Oculto por padrão */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Permite scroll se o conteúdo do modal for muito grande */
  background-color: rgba(0, 0, 0, 0.85);
  /* Fundo escuro semi-transparente */
  align-items: center;
  /* Centraliza verticalmente */
  justify-content: center;
  /* Centraliza horizontalmente */
}

.modal-content {
  background-color: #1a1a1a;
  /* Fundo escuro para o conteúdo do modal */
  margin: auto;
  /* Centraliza na tela (redundante com flex no .modal, mas bom para fallback) */
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 1200px;
  /* Largura máxima do modal */
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.modal-content video {
  width: 100%;
  max-height: 80vh;
  /* Altura máxima do vídeo, para não ocupar a tela inteira */
  display: block;
  border-radius: 8px;
  /* Bordas arredondadas para o vídeo no modal */
  background-color: #000;
  /* Fundo preto para a área do vídeo */
}

.close-btn {
  color: #ccc;
  position: absolute;
  top: -10px;
  /* Posiciona um pouco acima do modal content */
  right: -10px;
  /* Posiciona um pouco à direita do modal content */
  font-size: 35px;
  font-weight: bold;
  background-color: #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: color 0.2s, background-color 0.2s;
}

.close-btn:hover,
.close-btn:focus {
  color: white;
  background-color: #d32f2f;
  /* Cor de destaque no hover */
  text-decoration: none;
  cursor: pointer;
}

/*Final*/

.final-call {
  padding: 40px 20px;
  text-align: center;
}

.final-call h2 {
  margin-bottom: 20px;
}

.final-call button {
  padding: 15px 30px;
  background: transparent;
  border: 2px solid #00f0ff;
  color: #00f0ff;
  font-weight: bold;
  border-radius: 12px;
  cursor: pointer;
  text-shadow: 0 0 5px #00f0ff;
  box-shadow: 0 0 10px #00f0ff;
}

/*Pagina Vencedor*/

.text-name-winner {
  margin: 0 10px !important;
  text-align: center;
}

.winner-thumb {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 820px) {
  .steps {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center;
    gap: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 40px;
  }

  /* Cada passo */
  .step1,
  .step2,
  .step3 {
    width: 1000%;
    max-width: 400px;
    padding: 0 20px;
    /* Limita a largura máxima para não ficar muito esticado */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Alinha o conteúdo (número + texto) à esquerda */
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {

  html,
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* impede rolagem horizontal */
    width: 100%;
  }

  /*menu*/

  .logo img {
    max-width: 150px;
  }

  .menu-mobile {
    left: 0;
    right: 0;
    align-items: flex-end;
    /* Alinha os itens à esquerda */
    text-align: right;
    /* Garante que o texto fique à esquerda */
    padding-left: 20px;
    /* Espaçamento da margem esquerda */
  }

  .menu-container {
    padding: 10px 20px;
  }

  .menu-mobile a {
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 16.47px;
    font-family: SamsungSharpSans-Regular;
  }

  .title-section {
    font-size: 33px;
    margin: 0 30px;
  }

  .mural-section h2 {
    margin-bottom: 20px;
    font-size: 35px;
    margin: 0 30px;
  }

  .regulamento {
    text-align: justify !important;
    margin: 0 auto;
    width: 85%;
    margin: 0 auto !important;
  }

  .regulamento p {
    max-width: 100%;
  }

  .btn-fechar {
    top: 8px;
    right: 8px;
    font-size: 28px;
    width: 36px;
    height: 36px;
  }

  /* Geral */
  .only-desktop {
    display: none;
  }

  .only-mobile {
    display: block;
    width: 100%;
  }

  /*Textos*/

  p {
    font-size: 1.25em;
  }

  h1 {
    font-size: 2.5em;
    padding-left: 5%;
    padding-right: 5%;
  }

  h3 {
    font-size: 1.75em;
  }

  h6 {
    font-size: 0.8em;
  }

  /*Espaços*/

  .blank-space-100 {
    height: 100px;
  }

  .subtitle-section {
    font-size: 20px;
    font-family: SamsungOne-400;
    text-align: center;
    margin: 0 30px !important;
  }

  /*Header*/

  .divtext-div-header h1 {
    margin: 0px auto;
    padding: 40px 0px;

    font-size: 30px;
  }

  /* Parte div-header e textcenter-imagecenter */
  .div-div-header .divimg-div-header img,
  .div-textcenter-imagecenter .divimg-textcenter-imagecenter img {
    width: 100%;
  }

  /*Header*/
  .text-intro-01,
  .text-intro-02 {
    font-size: 37px;
    margin: 0 15%;
  }

  .image-buttons {
    flex-direction: column;
    align-items: center;
  }

  .image-buttons img {
    width: 375px;
    max-width: 375px !important;
    margin: 0 auto;
    padding: 0 20px;
  }

  .icon-date {
    max-width: 300px;
    margin: 0 auto;
    padding: 10px 0;
  }

  .close {
    top: 30%;
  }

  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    color: #ff4d80;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: transform 0.2s ease;
  }

  /*Como participar*/

  .steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 15px !important;
    min-height: 40vh;
    box-sizing: border-box;
    margin: 0 20px;
  }

  /* Cada passo */
  .step1,
  .step2,
  .step3 {
    width: 100%;
    max-width: 300px;
    /* Limita a largura máxima para não ficar muito esticado */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Alinha o conteúdo (número + texto) à esquerda */
    gap: 10px;
    padding: 0;
  }

  /* Texto do passo */
  .step-text {
    font-size: 15px;
    color: #fff;
    text-align: left;
    flex-grow: 1;
    min-width: 0;
  }

  /* Ajustes finos no texto */
  .step-text p.bold,
  .step-text p.description {
    font-size: 15px !important;
  }

  .step-text p:last-child {
    font-size: 13px !important;
  }


  .step-text p.bold {
    white-space: normal;
  }

  .step-number img {
    width: 80px;
    display: block;
  }

  /*Letra*/
  .container-lyrics {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lyrics,
  .lyrics-bold {
    text-align: left;
    max-width: 600px;
    font-size: 30px;
    margin: 0 30px;
    font-family: SamsungOne-400, sans-serif !important;
  }

  .lyrics-bold {
    font-style: italic;
    margin: 0px;
    font-family: SamsungOne-700, sans-serif !important;
  }

  /*Participe*/
  .form-section {
    padding: 30px 20px;
    display: none;
    width: auto;
  }

  form {
    max-width: 640px;
    margin: 0 auto;
  }

  .form-columns {
    gap: 0px;
  }

  .upload-box {
    max-width: 95%;
  }

  .checkbox label {
    white-space: normal;
    /* permite quebrar linhas */
    padding-left: 30px;
    padding-right: 15px;
    /* adiciona margem à direita */
    text-align: left;
  }

  .checkbox {
    padding: 0 20px !important;
    /* mais espaço nas laterais no mobile */
  }

  .success-message {
    padding: 20px 10px 40px;
    text-align: center;
    font-size: 10px;
    z-index: 9999;
    width: 90%;
    max-width: 300px;
  }

  label {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    color: white;
    font-size: 18px;
    font-family: SamsungSharpSan-Bold;
    letter-spacing: 0.1em;

    /* Adicione essas propriedades 👇 */
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* Ícone de check */
  .success-message::before {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .ok-button {
    margin-top: 20px;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 10px;
  }

  .meu-modal-box {
    background: #000210;
    padding: 30px;
    border-radius: 12px;
    max-width: 375px;
    max-height: 70%;
    overflow-y: auto;
    position: relative;
  }

  /*Mural*/
  .mural-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    padding: 10px 10px;
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
  }

  @media screen and (max-width: 430px) {

    .text-intro-01,
    .text-intro-02 {
      font-size: 25px;
      margin: 0px 15%;
    }

    .title-section {
      font-size: 35px;
      margin: 0 30px;
    }

    .subtitle-section {
      font-size: 20px;
      margin: 30px !important;
    }

    .menu-links a,
    .separator {
      font-size: 10px;
      letter-spacing: 0.05em;
    }

    .menu-idiomas img {
      height: 30px;
      width: 116px;
    }
  }
}

/* Oculta por padrão */
.hidden {
  display: none !important;
}

/* Tela de fundo escurecida */
.form-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

/* Spinner circular animado */
.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ffffff;
  border-top: 6px solid transparent;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

/* Animação */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


.video-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-card:hover {
  transform: scale(1.5);
  z-index: 1000;
}

.video-card .vote-count,
.video-card .vote-btn {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

#remove-video-button {
  display:none; cursor:pointer; color:#ff6b6b; margin-left:10px; font-weight:bold;
}

#mensagem-sucesso {
  display: none;
}

.message-moderation {
  font-size: 12px;font-family: 'SamsungOne-400';
}

#regulamento-div {
  position: relative;
}