.evento {
  margin: 0 auto;
  padding: 0 16px;
  margin-top: 40px; }
  .evento .voltar-calendario {
    margin: 48px 16px 48px;
    display: inline-flex;
    align-items: center;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #454545;
    line-height: 1.2; }
    .evento .voltar-calendario svg {
      margin-right: 8px;
      width: 14px;
      height: 14px;
      flex-shrink: 0;
      transform: translateY(-1.2px); }
  .evento .sc-event {
    margin: 0 auto;
    display: flex;
    min-height: 359px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch; }
    .evento .sc-event__card {
      padding: 24px;
      border-radius: 24px;
      border: 1px solid #BFBFBF;
      background: #ffffff;
      box-shadow: 0 2.887px 8.662px 0 rgba(13, 10, 44, 0.06); }
    .evento .sc-event__top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px; }
      @media (max-width: 640px) {
        .evento .sc-event__top {
          flex-direction: column;
          align-items: flex-start;
          gap: 12px; } }
    .evento .sc-event__date, .evento .sc-event__time {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap; }
      .evento .sc-event__date svg, .evento .sc-event__time svg {
        width: 22px;
        height: 22px;
        flex-shrink: 0; }
    .evento .sc-event__meta {
      display: inline-flex;
      align-items: center;
      gap: 24px;
      flex-wrap: wrap;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 32px;
      color: rgba(0, 0, 0, 0.8); }
    .evento .sc-event__badges {
      display: inline-flex;
      align-items: center;
      gap: 10px; }
      @media (max-width: 640px) {
        .evento .sc-event__badges {
          gap: 8px; } }
    .evento .sc-event__title {
      margin: 32px 0;
      font-family: "Montserrat", sans-serif;
      font-size: 39.1px;
      font-weight: 700;
      line-height: 48px;
      color: #3D3D3D; }
      @media (max-width: 1024px) {
        .evento .sc-event__title {
          font-size: 32px;
          letter-spacing: -0.8px; } }
      @media (max-width: 640px) {
        .evento .sc-event__title {
          font-size: 24px;
          letter-spacing: -0.4px; } }
    .evento .sc-event__content {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      line-height: 29px;
      color: rgba(0, 0, 0, 0.8);
      font-weight: 400; }
      .evento .sc-event__content a {
        color: #111;
        text-decoration: underline;
        text-underline-offset: 2px; }
        .evento .sc-event__content a:hover {
          opacity: 0.8; }
    .evento .sc-event__actions {
      margin-top: 32px;
      display: flex;
      gap: 16px;
      flex-wrap: wrap; }
      @media (max-width: 640px) {
        .evento .sc-event__actions {
          gap: 12px; } }

.sc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  gap: 8px;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase; }
  .sc-badge svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transform: translateY(-0.8px); }
  .sc-badge--primary {
    background: rgba(0, 92, 169, 0.1);
    color: #005CA9; }
  .sc-badge--muted {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.4); }
  .sc-badge--green {
    background: linear-gradient(110deg, #1F8832 15.84%, #27993B 54.76%, #2CA942 86.61%);
    color: #FFF; }
  .sc-badge--blue {
    background: #005CA9;
    color: #FFF; }

.sc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 80px;
  border: 1px solid transparent;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease, background 0.15s ease, border-color 0.15s ease; }
  .sc-btn:hover {
    opacity: 0.92; }
  .sc-btn:active {
    transform: translateY(1px); }
  .sc-btn--primary {
    border-radius: var(--button-radius-full, 80px);
    background: linear-gradient(110deg, #2CA942 15.84%, #55B13A 54.76%, #52B934 86.61%);
    color: #fff;
    font-weight: 600; }
  .sc-btn--secondary {
    background: transparent;
    border-color: #BFBFBF;
    color: #454545;
    font-weight: 500; }
    .sc-btn--secondary:hover {
      background: #BFBFBF;
      border-color: transparent; }

.sc-addcal {
  position: relative;
  display: inline-flex; }
  .sc-addcal__menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 240px;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid #BFBFBF;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(13, 10, 44, 0.12);
    z-index: 50; }
  .sc-addcal__item {
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #303030;
    text-decoration: none; }
    .sc-addcal__item:hover {
      background: rgba(0, 0, 0, 0.06); }

/*# sourceMappingURL=calendario-evento-v2.css.map */
