@charset "utf-8";

#auth {
  float: left;
  width: 100%;
  padding: 11px 0;
}

#auth .instrucao {
  float: left;
  width: 100%;
  padding: 11px 0 0;
  text-align: center;
}

#auth .form {
  float: left;
  width: 100%;
}

#auth .form .c1 {
  float: left;
  width: 100%;
  margin: 14px 0 0;
  position: relative;
}

#auth .form .c100 {
  float: left;
  width: 100%;
  margin: 14px 0 0;
  position: relative;
  text-align: center;
}

#auth .form .campo {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 3px solid #e0e0e0; /* Adicione uma borda */
  border-radius: 20px; /* Adicione cantos arredondados */
  outline: none;
}

#auth .form .campo:focus {
  border-color: #d4d4d4; /* Cor da borda quando focado */
}

#auth .form .j_senha .chave {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  bottom: 15px;
  z-index: 1;
  background-position: 50%;
  background-repeat: no-repeat;
}

#auth .form .j_senha .chave.mostrar {
  background-image: url('../../imagens/geral/preto-auth-senha-mostrar.png');
}

#auth .form .j_senha .chave.ocultar {
  background-image: url('../../imagens/geral/preto-auth-senha-ocultar.png');
}

#auth .form .submit {
  height: 50px;
  padding: 0 20px;
 background: linear-gradient(90deg, #EF5466, #CA2A36);
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
}

#auth .form .submit.disabled {
  background-color: rgb(90 90 90 / 50%);
}

#auth .form .submit.disabled:hover {
  background-color: rgb(90 90 90 / 50%);
}

#auth .form .submit:hover {
  background-color: #005b52;
}

#auth .form .politica {
  float: left;
  width: 100%;
  margin: 12px 0 0;
  position: relative;
}

#auth .form .politica .checkbox {
  display: none;
}

#auth .form .politica .checkbox + label {
  float: left;
  width: 100%;
  cursor: pointer;
}

#auth .form .politica .checkbox + label b {
  float: left;
  margin: 5px 0 0 22px;
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;
  cursor: pointer;
}

#auth .form .politica .checkbox + label b a {
  font-weight: bold;
}

#auth .form .politica .checkbox + label em {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-image: url('../../imagens/geral/preto-auth-checked-no.png');
  background-repeat: no-repeat;
  background-position: 50%;
}

#auth .form .politica .checkbox:checked + label em {
  background-image: url('../../imagens/geral/preto-auth-checked.png');
}

#auth .opcoes {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}

#auth .opcoes button {
  float: left;
  width: 100%;
  padding: 15px 0;
  margin: 2px 0;
  text-align: center;
  border-radius: 20px;
}

#auth .opcoes .google {
  float: left;
  width: 100%;
  padding: 14px 0;
  margin: 2px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  color: #1f2937;
  font-weight: bold;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .18);
}

#auth .opcoes .google span {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .18);
}

#auth .opcoes button:hover {
  background-color: rgb(90 90 90 / 20%);
}

/* Auth moderno Meu CDs */
#site .auth-page {
  min-height: calc(100vh - 92px);
  margin: 0 !important;
  padding: 96px 0 54px !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(239, 84, 102, .18), transparent 34%),
    radial-gradient(circle at 86% 80%, rgba(202, 42, 54, .14), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
}

#site .auth-centro {
  width: min(1040px, calc(100% - 32px)) !important;
}

#site .auth-page .titulo {
  display: none !important;
}

#site .auth-shell {
  width: 100%;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(320px, .94fr) minmax(360px, 440px);
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .14);
  border: 1px solid rgba(15, 23, 42, .08);
}

#site .auth-aside {
  min-height: 620px;
  padding: 54px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(9, 10, 18, .88), rgba(26, 10, 24, .78)),
    linear-gradient(135deg, #ef5466, #ca2a36);
  color: #fff;
}

#site .auth-aside::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.28), transparent 22%),
    linear-gradient(120deg, rgba(255,255,255,.18) 0 1px, transparent 1px 16px);
  opacity: .38;
}

#site .auth-aside::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -130px;
  bottom: -120px;
  border-radius: 50%;
  border: 34px solid rgba(255,255,255,.13);
}

#site .auth-aside > * {
  position: relative;
  z-index: 1;
}

#site .auth-brand {
  position: absolute;
  top: 42px;
  left: 48px;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

#site .auth-aside strong {
  width: max-content;
  max-width: 100%;
  padding: 8px 13px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

#site .auth-aside h1 {
  max-width: 430px;
  margin: 0;
  font-size: 42px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

#site .auth-aside p {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

#site .auth-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
}

#site .auth-points span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

#auth {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

#auth .auth-card {
  width: 100%;
  max-width: 440px;
  padding: 44px 42px;
  box-sizing: border-box;
}

#auth .auth-card-head {
  margin: 0 0 22px;
}

#auth .auth-card-head span {
  display: inline-flex;
  height: 28px;
  padding: 0 11px;
  align-items: center;
  border-radius: 999px;
  background: rgba(239, 84, 102, .10);
  color: #ca2a36;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
}

#auth .auth-card-head h2 {
  margin: 13px 0 0;
  color: #12151f;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

#auth .form {
  float: none !important;
}

#auth .form .c1,
#auth .form .c100 {
  float: none !important;
  width: 100% !important;
  margin: 11px 0 0 !important;
}

#auth .form .c1 {
  border: 0 !important;
}

#auth .form .campo {
  float: none !important;
  width: 100% !important;
  height: 50px !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
  border: 1px solid #dfe3ea !important;
  border-radius: 8px !important;
  outline: none !important;
  background: #f8fafc !important;
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 50px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

#auth .form select.campo {
  cursor: pointer;
}

#auth .form .campo::placeholder {
  color: #6b7280;
  font-weight: 500;
}

#auth .form .campo:focus {
  border-color: #ef5466 !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(239, 84, 102, .12) !important;
}

#auth .form .j_senha .chave {
  right: 14px !important;
  bottom: 15px !important;
  opacity: .62;
}

#auth .form .submit {
  width: 100% !important;
  height: 52px !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #ef5466 0%, #ca2a36 100%) !important;
  box-shadow: 0 12px 28px rgba(202, 42, 54, .24) !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

#auth .form .submit:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #f26475 0%, #b92330 100%) !important;
}

#auth .form .politica {
  float: none !important;
  width: 100% !important;
  margin: 15px 0 0 !important;
}

#auth .form .politica .checkbox + label {
  float: none !important;
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
}

#auth .form .politica .checkbox + label b {
  float: none !important;
  margin: 1px 0 0 !important;
  color: #475569;
  font-size: 12px !important;
  line-height: 1.35;
  font-weight: 600 !important;
  font-style: normal !important;
}

#auth .form .politica .checkbox + label em {
  position: relative !important;
  flex: 0 0 20px;
  top: auto !important;
  left: auto !important;
  border-radius: 6px;
}

#auth .opcoes {
  float: none !important;
  width: 100% !important;
  margin: 18px 0 0 !important;
  display: grid;
  gap: 8px;
}

#auth .opcoes .google,
#auth .opcoes button {
  float: none !important;
  width: 100% !important;
  min-height: 48px;
  margin: 0 !important;
  padding: 0 16px !important;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
}

#auth .opcoes .google {
  border: 1px solid #dfe3ea;
  background: #fff;
  color: #111827;
}

#auth .opcoes button {
  border: 1px solid transparent;
  background: #f3f5f8;
  color: #202634;
}

#auth .opcoes button:hover,
#auth .opcoes .google:hover {
  background: #eef1f6 !important;
}

#auth .instrucao {
  float: none !important;
  padding: 0 !important;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

@media only screen and (max-width: 820px) {
  #site .auth-page {
    padding: 82px 0 32px !important;
  }

  #site .auth-shell {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  #site .auth-aside {
    min-height: 250px;
    padding: 34px 28px;
  }

  #site .auth-brand {
    top: 24px;
    left: 28px;
  }

  #site .auth-aside h1 {
    font-size: 30px;
  }

  #auth .auth-card {
    max-width: none;
    padding: 30px 24px 26px;
  }
}

/* Auth refinado: limpo, leve e profissional */
#site .auth-page {
  min-height: calc(100vh - 82px) !important;
  padding: 96px 0 120px !important;
  display: flex !important;
  align-items: flex-start !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(248,249,252,.98) 100%),
    radial-gradient(circle at 8% 18%, rgba(239, 84, 102, .12), transparent 30%),
    radial-gradient(circle at 92% 82%, rgba(202, 42, 54, .10), transparent 28%) !important;
}

#site .auth-centro {
  width: min(460px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
}

#site .auth-shell {
  width: 100% !important;
  min-height: 0 !important;
  display: block !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  box-shadow: none !important;
}

#site .auth-aside {
  display: none !important;
}

#auth {
  display: block !important;
  background: transparent !important;
}

#auth .auth-card {
  width: 100% !important;
  max-width: none !important;
  padding: 34px 34px 30px !important;
  border-radius: 8px !important;
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, .08) !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .10) !important;
}

#auth .auth-card-head {
  margin: 0 0 22px !important;
  text-align: left !important;
}

#auth .auth-card-head span {
  display: none !important;
}

#auth .auth-card-head h2 {
  margin: 0 !important;
  color: #141824 !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 26px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

#auth .auth-card-head::after {
  content: "Use seus dados para continuar no Meu CDs";
  display: block;
  margin-top: 7px;
  color: #64748b;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

#auth .form .c1,
#auth .form .c100 {
  margin-top: 10px !important;
}

#auth .form .campo {
  height: 48px !important;
  line-height: 48px !important;
  border-radius: 8px !important;
  border: 1px solid #e1e5ec !important;
  background: #fff !important;
  color: #111827 !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

#auth .form .campo:focus {
  border-color: #ef5466 !important;
  box-shadow: 0 0 0 3px rgba(239, 84, 102, .12) !important;
}

#auth .form .submit {
  height: 50px !important;
  margin-top: 2px !important;
  border-radius: 8px !important;
  background: #ca2a36 !important;
  box-shadow: 0 12px 24px rgba(202, 42, 54, .22) !important;
  font-size: 13px !important;
}

#auth .form .submit:hover {
  background: #b92330 !important;
}

#auth .opcoes {
  margin-top: 16px !important;
  gap: 9px !important;
}

#auth .opcoes .google,
#auth .opcoes button {
  min-height: 46px !important;
  border-radius: 8px !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

#auth .opcoes .google {
  border: 1px solid #dde3ec !important;
  background: #fff !important;
  color: #111827 !important;
}

#auth .opcoes button {
  border: 1px solid transparent !important;
  background: #f5f6f8 !important;
  color: #111827 !important;
}

#auth .opcoes .google:hover,
#auth .opcoes button:hover {
  background: #eef1f5 !important;
}

#auth .form .politica .checkbox + label b {
  color: #475569 !important;
}

@media only screen and (max-width: 540px) {
  #site .auth-page {
    padding: 78px 0 96px !important;
  }

  #auth .auth-card {
    padding: 28px 20px 24px !important;
  }

  #auth .auth-card-head h2 {
    font-size: 23px !important;
  }
}

/* Auth referencia Meu CDs */
body:has(.auth-page) > header {
  display: none !important;
}

body:has(.auth-page) > footer {
  display: none !important;
}

body:has(.auth-page) #play {
  display: none !important;
}

body:has(.auth-page) main {
  padding-top: 0 !important;
}

#site .auth-page {
  min-height: 100vh !important;
  padding: 0 0 118px !important;
  background: #fff !important;
  display: block !important;
}

#site .auth-page .auth-centro {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

#site .auth-page .auth-shell {
  width: 100% !important;
  min-height: 100vh !important;
  display: grid !important;
  grid-template-columns: minmax(390px, 42vw) minmax(0, 1fr) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

#site .auth-page .auth-shell *,
#site .auth-page .auth-shell {
  box-sizing: border-box !important;
}

#site .auth-page .auth-aside {
  position: relative !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 64px 7vw 72px 6.5vw !important;
  overflow: hidden !important;
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(224, 0, 15, .90), rgba(202, 0, 12, .82)),
    url("../../uploads/padronizadas/auth-cadastro-fone-meucds.png") center bottom / cover no-repeat !important;
}

#site .auth-page .auth-aside::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(209, 0, 13, .30), rgba(209, 0, 13, .08) 48%, rgba(130, 0, 8, .12));
  pointer-events: none;
}

#site .auth-page .auth-logo {
  position: absolute;
  top: 62px;
  left: 6.5vw;
  z-index: 2;
  width: 168px;
  max-height: 58px;
  object-fit: contain;
}

#site .auth-page .auth-aside-copy {
  position: relative;
  z-index: 2;
  width: min(430px, 100%);
  margin-top: 155px;
}

#site .auth-page .auth-aside-copy h1 {
  margin: 0 !important;
  color: #fff !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: clamp(42px, 4.7vw, 72px) !important;
  line-height: 1.08 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

#site .auth-page .auth-aside-copy p {
  margin: 24px 0 0 !important;
  color: rgba(255,255,255,.84) !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: clamp(24px, 2.3vw, 38px) !important;
  line-height: 1.22 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

#site .auth-page .auth-line {
  display: block;
  width: 62px;
  height: 4px;
  margin: 48px 0 34px;
  border-radius: 999px;
  background: #fff;
}

#site .auth-page .auth-safe {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  border-radius: 8px;
  background: rgba(123, 0, 8, .28);
  box-shadow: 0 18px 44px rgba(83, 0, 8, .18);
}

#site .auth-page .auth-safe i {
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}

#site .auth-page .auth-safe strong {
  color: #fff !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
}

#site .auth-page #auth {
  position: relative !important;
  min-width: 0 !important;
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 76px 6vw 96px !important;
  border-radius: 34px 0 0 34px !important;
  background:
    radial-gradient(circle at 50% 16%, rgba(226, 232, 240, .42), transparent 30%),
    #fff !important;
  box-shadow: -18px 0 55px rgba(15, 23, 42, .12) !important;
}

#site .auth-page .auth-topbar {
  position: absolute;
  top: 68px;
  right: 6vw;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #17191f;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 650;
  white-space: nowrap;
}

#site .auth-page .auth-topbar button {
  border: 0;
  padding: 0;
  background: transparent;
  color: #e50914;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

#site .auth-page #auth .auth-card {
  position: static;
  width: min(590px, 100%) !important;
  max-width: 590px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#site .auth-page #auth .auth-card-head {
  width: 100%;
  margin: 0 0 30px !important;
  text-align: left !important;
}

#site .auth-page #auth .auth-card-head::after,
#site .auth-page #auth .auth-card-head span {
  display: none !important;
}

#site .auth-page #auth .auth-card-head h2 {
  margin: 0 !important;
  color: #17191f !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: clamp(36px, 3.4vw, 50px) !important;
  line-height: 1.08 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

#site .auth-page #auth .auth-card-head p {
  margin: 12px 0 0 !important;
  color: #737b8a !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

#site .auth-page #auth .form {
  width: 100% !important;
  padding: 12px !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 20px 60px rgba(15, 23, 42, .13) !important;
  border: 1px solid rgba(15, 23, 42, .06) !important;
}

#site .auth-page #auth .form .c1,
#site .auth-page #auth .form .c100 {
  float: none !important;
  width: 100% !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
}

#site .auth-page #auth .form .campo {
  width: 100% !important;
  height: 64px !important;
  line-height: 64px !important;
  padding: 0 18px !important;
  border-radius: 8px !important;
  border: 1px solid #e2e5ea !important;
  background: #fff !important;
  color: #1c2028 !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .02) !important;
}

#site .auth-page #auth .form .campo::placeholder {
  color: #828895 !important;
  font-weight: 650 !important;
  opacity: 1 !important;
}

#site .auth-page #auth .form .campo:focus {
  border-color: #e50914 !important;
  box-shadow: 0 0 0 4px rgba(229, 9, 20, .09) !important;
}

#site .auth-page #auth .form select.campo {
  text-transform: uppercase !important;
  color: #17191f !important;
}

#site .auth-page #auth .form .senha .chave {
  top: 20px !important;
  right: 18px !important;
}

#site .auth-page #auth .form .politica {
  margin: 2px 0 18px !important;
  padding: 0 !important;
}

#site .auth-page #auth .form .politica .checkbox + label {
  min-height: 30px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

#site .auth-page #auth .form .politica .checkbox + label em {
  order: -1;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #e50914 !important;
}

#site .auth-page #auth .form .politica .checkbox + label em::before {
  color: #fff !important;
}

#site .auth-page #auth .form .politica .checkbox + label b {
  color: #242833 !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 650 !important;
}

#site .auth-page #auth .form .politica a {
  color: #e50914 !important;
  font-weight: 900 !important;
}

#site .auth-page #auth .form .submit {
  height: 64px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(90deg, #e50914, #f01420) !important;
  color: #fff !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 64px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  box-shadow: 0 18px 34px rgba(229, 9, 20, .24) !important;
}

#site .auth-page #auth .form .submit:hover {
  background: linear-gradient(90deg, #cc0611, #e50914) !important;
}

#site .auth-page #auth .opcoes {
  width: min(590px, 100%) !important;
  margin: 16px auto 0 !important;
  display: grid !important;
  gap: 10px !important;
}

#site .auth-cadastro #auth .opcoes button[data-segundo="entrar"],
#site .auth-login #auth .opcoes button[data-segundo="cadastrar"] {
  display: none !important;
}

#site .auth-page #auth .opcoes .google,
#site .auth-page #auth .opcoes button {
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 8px !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

#site .auth-page #auth .opcoes .google {
  border: 1px solid #dfe3ea !important;
  background: #fff !important;
}

#site .auth-page #auth .opcoes button {
  border: 0 !important;
  background: #f3f5f8 !important;
  color: #0f172a !important;
}

#site .auth-page .auth-footer-points {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-top: 1px solid #eef0f4;
  background: rgba(255,255,255,.88);
}

#site .auth-page .auth-footer-points span {
  min-width: 190px;
  min-height: 54px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-right: 1px solid #e4e7ec;
  color: #1e232c;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

#site .auth-page .auth-footer-points span:last-child {
  border-right: 0;
}

#site .auth-page .auth-footer-points i {
  color: #17191f;
  font-size: 28px;
}

@media only screen and (max-width: 1020px) {
  #site .auth-page .auth-shell {
    grid-template-columns: 1fr !important;
  }

  #site .auth-page .auth-aside {
    min-height: 430px !important;
    padding: 34px 28px 46px !important;
  }

  #site .auth-page .auth-logo {
    top: 34px;
    left: 28px;
    width: 140px;
  }

  #site .auth-page .auth-aside-copy {
    margin-top: 110px;
  }

  #site .auth-page #auth {
    min-height: auto !important;
    padding: 44px 22px 138px !important;
    border-radius: 26px 26px 0 0 !important;
  }

  #site .auth-page .auth-topbar {
    position: static;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 28px;
  }
}

@media only screen and (max-width: 620px) {
  #site .auth-page .auth-aside {
    min-height: 380px !important;
  }

  #site .auth-page .auth-aside-copy h1 {
    font-size: 38px !important;
  }

  #site .auth-page .auth-aside-copy p {
    font-size: 23px !important;
  }

  #site .auth-page .auth-safe {
    padding: 14px 16px;
  }

  #site .auth-page .auth-safe strong {
    font-size: 15px !important;
  }

  #site .auth-page #auth .auth-card-head h2 {
    font-size: 31px !important;
  }

  #site .auth-page #auth .form {
    padding: 10px !important;
  }

  #site .auth-page #auth .form .campo,
  #site .auth-page #auth .form .submit {
    height: 56px !important;
    line-height: 56px !important;
    font-size: 14px !important;
  }

  #site .auth-page .auth-footer-points {
    min-height: 112px;
    flex-wrap: wrap;
    padding: 14px 12px;
  }

  #site .auth-page .auth-footer-points span {
    min-width: 0;
    width: 33.33%;
    padding: 0 8px;
    border: 0;
    flex-direction: column;
    gap: 7px;
    font-size: 11px;
    text-align: center;
  }

  #site .auth-page .auth-footer-points i {
    font-size: 22px;
  }
}

/* Ajuste fino para aproximar da referencia em telas de notebook */
#site .auth-page {
  padding-bottom: 0 !important;
  overflow: hidden !important;
}

#site .auth-page .auth-shell {
  height: 100vh !important;
  min-height: 640px !important;
  grid-template-columns: minmax(520px, 42.2vw) minmax(0, 1fr) !important;
}

#site .auth-page .auth-aside {
  min-height: 640px !important;
  padding: 50px 72px 54px 88px !important;
  background:
    linear-gradient(180deg, rgba(224, 0, 15, .34) 0%, rgba(213, 0, 12, .16) 48%, rgba(140, 0, 8, .04) 100%),
    url("../../uploads/padronizadas/auth-cadastro-fone-meucds.png") center bottom / cover no-repeat !important;
}

#site .auth-page .auth-aside::after {
  background: linear-gradient(90deg, rgba(204, 0, 12, .10), rgba(204, 0, 12, 0) 58%) !important;
}

#site .auth-page .auth-logo {
  top: 48px;
  left: 88px;
  width: 164px;
}

#site .auth-page .auth-aside-copy {
  margin-top: 148px;
  width: 430px;
}

#site .auth-page .auth-aside-copy h1 {
  font-size: clamp(42px, 3.95vw, 62px) !important;
  line-height: 1.08 !important;
}

#site .auth-page .auth-aside-copy p {
  margin-top: 22px !important;
  font-size: clamp(23px, 2vw, 32px) !important;
}

#site .auth-page .auth-line {
  width: 54px;
  height: 4px;
  margin: 34px 0 30px;
}

#site .auth-page .auth-safe {
  gap: 15px;
  padding: 15px 22px;
  border-radius: 8px;
  background: rgba(122, 0, 8, .30);
}

#site .auth-page .auth-safe strong {
  font-size: 17px !important;
}

#site .auth-page #auth {
  min-height: 640px !important;
  justify-content: flex-start !important;
  padding: 92px 5.2vw 92px !important;
  border-radius: 28px 0 0 28px !important;
}

#site .auth-page .auth-topbar {
  top: 58px;
  right: 5.2vw;
  font-size: 16px;
}

#site .auth-page #auth .auth-card {
  width: min(580px, 100%) !important;
  max-width: 580px !important;
}

#site .auth-page #auth .auth-card-head {
  margin-bottom: 20px !important;
}

#site .auth-page #auth .auth-card-head h2 {
  font-size: clamp(34px, 3.1vw, 46px) !important;
}

#site .auth-page #auth .auth-card-head p {
  margin-top: 8px !important;
  font-size: 17px !important;
}

#site .auth-page #auth .form {
  padding: 10px !important;
  border-radius: 8px !important;
}

#site .auth-page #auth .form .c1,
#site .auth-page #auth .form .c100 {
  margin-bottom: 10px !important;
}

#site .auth-page #auth .form .campo {
  height: 54px !important;
  line-height: 54px !important;
  font-size: 15px !important;
}

#site .auth-page #auth .form .senha .chave {
  top: 15px !important;
}

#site .auth-page #auth .form .politica {
  margin: 4px 0 12px !important;
}

#site .auth-page #auth .form .politica .checkbox + label em {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
}

#site .auth-page #auth .form .submit {
  height: 56px !important;
  line-height: 56px !important;
}

#site .auth-page #auth .opcoes:empty {
  display: none !important;
}

#site .auth-page .auth-footer-points {
  min-height: 92px;
}

#site .auth-page .auth-footer-points span {
  min-height: 46px;
  font-size: 14px;
}

#site .auth-page .auth-footer-points i {
  font-size: 25px;
}

@media only screen and (max-height: 720px) and (min-width: 1021px) {
  #site .auth-page .auth-shell,
  #site .auth-page .auth-aside,
  #site .auth-page #auth {
    min-height: 620px !important;
  }

  #site .auth-page .auth-aside {
    padding-top: 42px !important;
  }

  #site .auth-page .auth-logo {
    top: 40px;
  }

  #site .auth-page .auth-aside-copy {
    margin-top: 132px;
  }

  #site .auth-page .auth-aside-copy h1 {
    font-size: 50px !important;
  }

  #site .auth-page .auth-aside-copy p {
    font-size: 25px !important;
  }

  #site .auth-page #auth {
    padding-top: 70px !important;
    padding-bottom: 78px !important;
  }

  #site .auth-page .auth-topbar {
    top: 48px;
  }

  #site .auth-page #auth .auth-card-head h2 {
    font-size: 36px !important;
  }

  #site .auth-page #auth .auth-card-head p {
    margin-top: 5px !important;
    font-size: 15px !important;
  }

  #site .auth-page #auth .auth-card-head {
    margin-bottom: 14px !important;
  }

  #site .auth-page #auth .auth-card {
    width: min(560px, 100%) !important;
    max-width: 560px !important;
  }

  #site .auth-page #auth .form {
    padding: 8px !important;
  }

  #site .auth-page #auth .form .c1,
  #site .auth-page #auth .form .c100 {
    margin-bottom: 8px !important;
  }

  #site .auth-page #auth .form .campo {
    height: 46px !important;
    line-height: 46px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
  }

  #site .auth-page #auth .form .senha .chave {
    top: 11px !important;
  }

  #site .auth-page #auth .form .politica {
    margin: 2px 0 8px !important;
  }

  #site .auth-page #auth .form .politica .checkbox + label b {
    font-size: 14px !important;
  }

  #site .auth-page #auth .form .politica .checkbox + label em {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
  }

  #site .auth-page #auth .form .submit {
    height: 50px !important;
    line-height: 50px !important;
  }

  #site .auth-page .auth-footer-points {
    min-height: 76px;
  }
}

/* Container centralizado com respiro nas laterais */
@media only screen and (min-width: 1021px) {
  #site .auth-page {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px 0 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%) !important;
  }

  #site .auth-page .auth-centro {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  #site .auth-page .auth-shell {
    width: min(1210px, calc(100vw - 72px)) !important;
    height: min(760px, calc(100vh - 36px)) !important;
    min-height: 620px !important;
    grid-template-columns: minmax(455px, 40.5%) minmax(0, 1fr) !important;
    border-radius: 0 28px 28px 0 !important;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .12) !important;
  }

  #site .auth-page .auth-aside,
  #site .auth-page #auth {
    min-height: 620px !important;
  }

  #site .auth-page .auth-aside {
    padding-left: 76px !important;
    padding-right: 54px !important;
  }

  #site .auth-page .auth-logo {
    left: 76px !important;
  }

  #site .auth-page #auth {
    padding-left: 5.6vw !important;
    padding-right: 5.6vw !important;
  }

  #site .auth-page .auth-topbar {
    right: 5.6vw !important;
  }
}
