/* inicio hero evento */
.section-evento__hero {
  background-color: #192a6b;
}

.evento-hero__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.evento-hero__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.evento-hero__right {
  width: 100%;
  height: 100%;
  img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.evento-hero__socials {
  display: flex;
  gap: 16px;
}

.evento-hero__subtitle {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .evento-hero__container {
    flex-direction: column;
    margin-top: 44px;
  }
}

/* fim hero evento */

/* sobre evento*/
.evento-sobre__container {
  display: flex;
  gap: 120px;
}
.evento-title {
  color: #192a6b !important;
}
.eventos-sobre__card {
  width: 100%;
  position: sticky;
  top: 180px;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px;
  background: #fff;

  box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, 0.12);
}

.eventos-sobre__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.eventos-sobre__card-title {
  color: #192a6b;

  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.eventos-sobre__card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.eventos-sobre__card-data,
.eventos-sobre__card-local,
.eventos-sobre__card-horas {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #48536c;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.eventos-sobre__card-data svg,
.eventos-sobre__card-local svg,
.eventos-sobre__card-horas svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.eventos-sobre__card-actions {
  width: 100%;
  display: flex;
  justify-content: center;
}

.evento-sobre__content {
  color: #48536c;
  font-family: "Open Sans";
  h3 {
    color: #48536c;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  p {
    color: #48536c;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }
}

.eventos-sobre__card-button {
  width: 100%;
  display: flex;
  height: 40px;
  padding: 0px 12px 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 4px;
  background: #9beb50;

  color: #192a6b;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 100%;
}

.eventos-sobre__card-button:hover {
  background: #88d243;
}

@media screen and (max-width: 768px) {
  .eventos-sobre__card {
    width: auto;
  }
  .evento-sobre__container {
    flex-direction: column-reverse;
  }
}
/* fim sobre evento */

/* HERO AGENDA START */
.section-hero-agenda {
  position: relative;
  width: 100%;
  height: 358px;
  padding-bottom: 160px;
}

.hero-agenda-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.hero-agenda-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(17, 29, 74, 0.2) 0%,
    rgba(17, 29, 74, 0.8) 63.43%,
    #111d4a 85.34%
  );
}

.agenda-hero-container {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.input-hero-agenda {
  color: #0f1d4d !important;
}

.agenda-hero-title {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  h3 {
    margin: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
  }

  p {
    margin: 0;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-align: left;
  }
}

.agenda-hero-form {
  display: flex;
  flex-direction: column;
  max-width: 488px;
  box-sizing: border-box;
  padding: 48px;
  gap: 32px;
  border-radius: 16px;
  background: #f3f5f6;

  position: relative;
  z-index: 10;
  margin-bottom: -120px;
}

.agenda-hero-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  gap: 8px;
  /* max-width: 392px; */
  h3 {
    margin: 0;
    color: #192a6b;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  p {
    margin: 0;
    color: #333f5b;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }
}

.agenda-hero-form-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.agenda-hero-group-input {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;

  label {
    color: #333f5b;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  input {
    display: flex;
    padding: 8px 12px 8px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #b0b6c1;
    background: transparent;
    color: var(--global-color-neutral-400, #9ba2b0);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

.agenda-hero-group-actions {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.btn-agenda-form {
  display: flex;
  height: 40px;
  padding: 0px 12px 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: none;
  background: #9beb50;
  color: #192a6b;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.agenda-content-term {
  display: flex;
  justify-content: center;
}

.agenda-check-confirm {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.agenda-terms-text {
  color: #333f5b;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .section-hero-agenda {
    position: relative;
    background-color: #111d4a;
    padding-top: 200px;
    height: auto;
  }

  .hero-agenda-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 0;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
  }

  .hero-agenda-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
    background: linear-gradient(
      180deg,
      rgba(17, 29, 74, 0.2) 0%,
      rgba(17, 29, 74, 0.8) 63.43%,
      #111d4a 100%
    );
  }

  .agenda-hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 44px;
    padding: 0 16px;
  }

  .agenda-hero-title {
    h3 {
      font-size: 18px;
    }
  }

  .agenda-hero-header {
    h3 {
      font-size: 18px;
    }
  }

  .agenda-hero-form {
    margin-bottom: 0;
    padding: 28px 20px;
  }
}

/* HERO AGENDA END */

/* SOBRE AGENDA START */

.section-sobre-agenda {
  background-color: #111d4a;
  position: relative;
  z-index: 1;
}

.sobre-agenda-container {
  margin-top: -100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 600px;
  padding-top: 0px;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .sobre-agenda-container {
    margin-top: 0px;
    padding-top: 140px;
  }
}

.sobre-agenda-title {
  color: #fff;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.sobre-agenda-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  p {
    margin: 0;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }
}
/* SOBRE AGENDA END */

/* AGENDA CARD START */

.agenda-cards__card.hidden {
  display: none !important;
}

.agenda-cards__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
  max-width: 1216px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .agenda-cards__container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.section-agenda-cards {
  background-color: #111d4a;
}

.agenda-cards__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, 0.12);
  max-width: 384px;
  transition: all 0.3s ease-in-out;
}

.agenda-cards__card-header {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  align-items: flex-start;
  align-self: stretch;
}

.agenda-cards__card-type,
.agenda-cards__card-type-year {
  display: flex;
  padding: 4px 12px;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #d9dee3;
  background: transparent;

  color: #5d677d;
  text-align: center;
  font-family: "Open Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.agenda-cards__card-image {
  width: 100%;
  height: 100%;
  margin-bottom: 16px;

  img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.agenda-cards__card-content {
  display: flex;
}

.agenda-cards__card-content-date {
  display: flex;
  padding: 0px 12px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.agenda-cards__card-content-day {
  overflow: hidden;
  color: #48536c;
  text-overflow: ellipsis;
  font-family: "Open Sans";
  font-size: 24.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.992px;
}

.agenda-cards__card-content-month {
  overflow: hidden;
  color: #333f5b;
  text-overflow: ellipsis;
  font-family: "Open Sans";
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.agenda-cards__card-content-info {
  display: flex;
  padding: 0px 12px 24px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.agenda-cards__card-content-title {
  overflow: hidden;
  color: #333f5b;
  text-overflow: ellipsis;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.agenda-cards__card-content-localization {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: #333f5b;
  text-overflow: ellipsis;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.agenda-cards__card-content-hour {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: #333f5b;
  text-overflow: ellipsis;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.agenda-cards__card-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.agenda-cards__card-footer-button {
  display: flex;
  height: 32px;
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #9beb50;
}

.agenda-cards__ver-mais-wrapper {
  text-align: center;
  margin-top: 1.5rem;
}

.agenda-cards__ver-mais-btn {
  background-color: #192a6b;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.agenda-cards__ver-mais-btn:hover {
  background-color: #0f1d4d;
}

/* AGENDA CARD END */

/* AGENDA FAQ START */

.section-agenda-faq {
  background-color: #111d4a;
}

.agenda-faq__container {
  display: flex;
  gap: 32px;
}

.agenda-faq__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.agenda-faq-subtitle {
  margin: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.agenda-accordion-item {
  display: flex;
  padding: 8px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0px;
  align-self: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.agenda-accordion-header {
  width: 100%;
  padding: 8px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.agenda-accordion-header:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.agenda-accordion-title-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.agenda-accordion-title {
  color: #e2e5e9;
  text-align: left;
  font-size: 16px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.agenda-accordion-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, padding 0.3s;
  background-color: transparent;
  color: #fff;
}

.agenda-accordion-content p {
  margin: 0;
}

.agenda-accordion-icon svg {
  transition: transform 0.3s;
}

@media screen and (max-width: 768px) {
  .agenda-faq__container {
    flex-direction: column;
  }
}

/* AGENDA FAQ END */
