:root {
  --atc-universe-height: 36px;
}

/* Mantem a data de tres dias da grande final legivel em todos os viewports. */
.final-date strong {
  font-size: clamp(2.2rem, 5vw, 5rem);
}

body {
  padding-top: var(--atc-universe-height) !important;
}

.site-header {
  top: var(--atc-universe-height) !important;
}

.site-header--menu-open {
  height: calc(100dvh - var(--atc-universe-height)) !important;
}

.atc-universe-bar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10000;
  height: var(--atc-universe-height);
  color: #fffdf8;
  background: #2f070b;
  border-bottom: 1px solid #ffffff2e;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
}

.atc-universe-inner {
  width: min(1380px, calc(100% - 32px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.atc-universe-title {
  color: #e8d2a6;
  font-weight: 700;
}

.atc-universe-title b {
  margin-left: 10px;
  color: #f2ca63;
}

.atc-universe-title span {
  margin-left: 5px;
  color: #fffdf8;
  font-weight: 600;
}

.atc-universe-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.atc-universe-links a {
  color: #fffdf8;
  text-decoration: none;
  font-weight: 700;
}

.atc-universe-links a:hover,
.atc-universe-links a:focus-visible,
.atc-universe-links .atc-universe-join {
  color: #f2ca63;
}

.canta-idealization-band {
  position: relative;
  z-index: 3;
  color: #2f070b;
  background: #e4b12c;
  border-block: 1px solid #f5d77d;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

.canta-idealization-inner {
  width: min(1240px, calc(100% - 40px));
  min-height: 126px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(360px, 1.35fr) minmax(180px, 0.55fr);
  align-items: center;
  gap: 36px;
}

.canta-idealization-name span,
.canta-idealization-inner a small {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.canta-idealization-name h2 {
  margin: 0;
  color: #2f070b;
  font-size: 28px;
  line-height: 1;
}

.canta-idealization-inner > p {
  margin: 0;
  padding-inline: 34px;
  border-inline: 1px solid #2f070b42;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.canta-idealization-inner > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  color: #2f070b;
  text-decoration: none;
}

.canta-idealization-inner > a img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
}

.canta-idealization-inner > a strong {
  display: block;
  font-size: 20px;
}

@media (max-width: 640px) {
  :root {
    --atc-universe-height: 62px;
  }

  .atc-universe-inner {
    width: calc(100% - 20px);
    display: grid;
    grid-template-rows: 25px 27px;
    align-content: center;
    gap: 0;
  }

  .atc-universe-title {
    display: block;
    overflow: hidden;
    color: #e8d2a6;
    font-size: 9px;
    line-height: 25px;
    text-align: center;
    white-space: nowrap;
  }

  .atc-universe-title b {
    margin-left: 4px;
  }

  .atc-universe-title span {
    margin-left: 3px;
  }

  .atc-universe-links {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }

  .atc-universe-links a {
    font-size: 10px;
  }

  .canta-idealization-inner {
    width: calc(100% - 32px);
    min-height: 0;
    padding: 26px 0;
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .canta-idealization-name {
    grid-column: 1;
  }

  .canta-idealization-name h2 {
    font-size: 25px;
  }

  .canta-idealization-inner > p {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 16px 0 0;
    border: 0;
    border-top: 1px solid #2f070b42;
    font-size: 13px;
  }

  .canta-idealization-inner > a {
    grid-column: 2;
    grid-row: 1;
  }

  .canta-idealization-inner > a span {
    display: none;
  }
}

@media (max-width: 980px) {
  .site-header--menu-open,
  .site-header--menu-open .main-nav {
    background: #4a0e16 !important;
    background-color: #4a0e16 !important;
    opacity: 1 !important;
    isolation: isolate;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
}

@media print {
  body {
    padding-top: 0 !important;
  }

  .atc-universe-bar {
    display: none !important;
  }

  .site-header {
    top: 0 !important;
  }
}
