.event-hero {
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  max-height: 100%;
}

.event-hero__banner {
  background: #fff;
  height: 215px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 18px;
  width: 586px;
  max-width: 100%;
  padding: 16px;
}

.event-hero__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.event-hero__title {
  font-size: 40px;
  font-weight: 700;
  color: rgba(30, 58, 138, 1);
  text-transform: uppercase;
  line-height: 32px;
  padding: 40px 40px;
}

.event-btn-div {
  display: flex;
  justify-content: center;
  padding: 0 0 40px 0;
}

.event-hero__back {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 2px solid rgba(30, 64, 175, 1);;
  color: rgba(30, 64, 175, 1);
  border-radius: 4px;
  text-decoration: none;
  max-width: 100%;
  height: 48px;
  font-weight: 500;
  padding: 14px 16px;
  font-weight: 500;
}

.event-hero__back:hover {
  background: rgba(30, 64, 175, 1);
  color: #fff;
}

.event-hero__status-container {
  padding: 0 0 40px 0;
}

.event-hero__status {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: rgba(118, 117, 135, 1);
  text-align: center;
}

.event-hero__status-sub {
  margin: 2px 0 0;
  font-size: 11.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(170, 169, 188, 1);
  text-align: center;
}

.event-content {
  width: 100%;
  margin: 18px auto 0;
  background: #fff;
  border-radius: 10px;
  padding: 40px 32px;
}

.event-tabs {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}

.event-tabs__tab {
  background: transparent;
  font-family: 'Inter', sans-serif;
  border: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #64748b;
  letter-spacing: 0.3px;
  max-width: 100%;
  height: 36px;
  padding: 8px 20px;
}

.event-tabs__tab.is-active {
  background: #1e3a8a;
  color: #fff;
  font-weight: 700;
}

.event-panel {
  display: none;
}

.event-panel.is-active {
  display: block;
}

.event-panel-header {
  padding: 0 0 40px 0;
}

.event-section-title {
  font-size: 16px;
  font-weight: 800;
  color: #1e3a8a;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 24px;
  border-bottom: 3px solid #1e3a8a;
}

.event-text {
  color: #475569;
  font-size: 12.5px;
  line-height: 1.6;
  max-width: 100%;
  padding: 0 0 40px 0;
}


.event-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(118, 117, 135, 1);
  text-align: justify;
  font-family: 'Roboto', sans-serif;
}

.event-subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #0f172a;
  padding: 0 0 16px 0;
}

.event-files__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.event-file {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #0f172a;
  text-decoration: none;
}

.event-file:hover {
  text-decoration: underline;
}

.event-file__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #1e3a8a;
}

.event-file__icon img {
  width: 18px;
  height: auto;
}

.event-file__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 1);
}

.event-file__size {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 1);
}

.event-tags__list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.event-tag {
  background: rgba(241, 241, 247, 1);
  color: rgba(161, 179, 196, 1);
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 999px;
  max-width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 26px;
}



.event-about-extras {
  padding: 40px 32px;
}


.event-cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 4px;
  background: #1e3a8a;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.event-info-row{
  display: flex;
  gap: 64px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 40px 0;
}

.event-info-item{
  display: flex;
  gap: 16px;
  align-items: center;
}

.event-info-icon{
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.event-info-icon img{
  width: 56px;
  height: 56px;
  display: block;
}

.event-info-title{
  font-weight: 400;
  color: rgba(118, 117, 135, 1);
  font-size: 22px;
  line-height: 26px;
  display: flex;
  justify-content: flex-start;
}

.event-info-sub{
  margin: 2px 0 0;
  color: rgba(170, 169, 188, 1);
  font-size: 18px;
  line-height: 24px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

/* Estilo dos palestrantes */

.speakers-list{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.speaker-card{
  align-items: flex-start;
  border: 1px solid rgba(195, 195, 218, 1);
  border-radius: 8px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
}

.speaker-photo{
   width: 96px;
  height: 96px;
  border-radius: 999px;
  border: 3px solid #1e3a8a;
  overflow: hidden;
  box-sizing: border-box; 
  flex: 0 0 96px;  
}

.speaker-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.speaker-content{
  padding: 0 24px 0;
}

.speaker-name{
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(118, 117, 135, 1);
  padding-bottom: 2px;
}

.speaker-bio{
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #6b7280;
}
 
/* Programação */

.schedule-list{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.schedule-card{
  border: 1px solid rgba(195, 195, 218, 1);
  border-radius: 8px;
  padding: 24px 24px;  
}

.schedule-title{
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: rgba(108, 86, 86, 1);
  padding-bottom: 8px;
}

.schedule-desc{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(109, 109, 109, 1);
  text-align: justify;
}

.schedule-footer{
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 0;
}

.schedule-row{
  display: flex;
  align-items: center;
}

.schedule-meta{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6b7280;
  width: 50%;
}



.schedule-icon img{
  width: 18px;
  height: 18px;
  display: block;
}

.schedule-text{
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: rgba(109, 109, 109, 1);
  text-align: justify;
}
