@media screen and (max-width: 768px) {
  .top {
    justify-content: center !important; 
	}
    .top img {
      margin: 16px 0 !important; }

  .menu {
    display: none !important; }


  #keynote .person {
    flex-direction: column; }
    #keynote .person .img {
      margin: 10px 0; } }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Rubik', sans-serif; }

p, ul {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 16px;
  font-weight: 400;
  opacity: 0.8; }

ul {
  padding-left: 32px; }
  ul li {
    margin: 4px 0; }

h2 {
  margin-bottom: 16px; }
  
  
a {
  color: #F58118;
  text-decoration: none;
  transition: opacity linear 0.3s; }
  a:hover {
    opacity: 0.7; }

.main-title {
  font-weight: 500;
  position: relative;
  font-size: 36px;
  display: block;
  margin-bottom: 40px; }
  .main-title:before {
    width: 12px;
    height: 12px;
    background: #17212B;
    display: block;
    content: ' ';
    position: absolute;
    bottom: -24px;
    left: 0; }

.fixed {
  position: fixed;
  width: 100%;
  transition: all linear 0.3s;
  top: 0;
  z-index: 1000; }

.top-margin {
  margin-top: 20px; }

.anchor {
  margin-top: -118px;
  padding-top: 118px !important;
  overflow: hidden;
  position: relative; 
   padding-bottom: 50px !important;}

.top {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  flex-wrap: wrap;
  height: 88px; }
  .top img {
    max-width: 110px;
    height: auto; }
  .top .menu {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .top .menu a,
    .top .menu span {
      cursor: pointer;
      position: relative;
      margin: 0 10px;
      color: #17212B;
      text-decoration: none;
      letter-spacing: -0.4px;
      display: flex;
      align-items: center; 
	  
	  }
      .top .menu a.active,
      .top .menu span.active {
        position: relative;
        transition: .5s ease-out; 
		}
        .top .menu a.active:after,
        .top .menu span.active:after {
          width: 100%;
          height: 4px;
          content: ' ';
          background: #F58118;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0; }
      .top .menu a.submenu:hover,
      .top .menu span.submenu:hover {
        color: #F58118; }
        .top .menu a.submenu:hover > div,
        .top .menu span.submenu:hover > div {
          display: flex; }
      .top .menu a.submenu > div,
      .top .menu span.submenu > div {
        display: none;
        min-width: 150px;
        padding: 8px 0;
        position: absolute;
        top: calc(100% - 2px);
        right: -10px;
        background: #ffffff;
        border: 1px solid #e6e6e6;
        flex-direction: column;
        box-shadow: 1;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05); }
        .top .menu a.submenu > div a,
        .top .menu span.submenu > div a {
          margin: 0;
          padding: 12px 25px 12px 15px; }





.banner {
  background: url(images/banner@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20vh 0; }
  .banner img {
    width: calc(100% - 60px);
    max-width: 340px;
    height: auto; }

#keynote .person {
  display: flex;
  justify-content: flex-start; }
  #keynote .person .img {
    width: 150px;
    height: 150px;
    border-radius: 12px;
    margin-right: 16px;
    padding: 0; }
    #keynote .person .img img {
      max-width: 150px;
      height: auto;
      object-fit: cover; }

.content {
  max-width: 1024px;
  padding: 56px 16px;
  margin: 0 auto; }
  .content div {
    padding: 16px 0; }

#program h5 {
  margin-bottom: 10px; }
#program .date {
  padding: 10px 5px;
  background-color: #fafafa; }
#program .session {
  padding: 10px 5px;
  background-color: #f6f6f6; }
#program span {
  font-weight: bold;
  margin: 0 10px; }

.footer {
  background: #17212B;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 0; }
  .footer img {
    margin: 16px 0;
    max-width: 340px; }
  .footer p {
    font-size: 14px;
    margin: 0; }
	
	
	
.previous-editions-container {
    display: flex;
    justify-content: center;
    gap: 40px; /* Espaço entre as imagens */
    flex-wrap: wrap;
    margin-top: 20px;
}

.menu a, .submenu a {
    text-decoration: none;
    color: #333; /* Cor padrão */
    font-size: 16px;
    ##transition: color 0.3s ease, font-size 0.3s ease;
}

.menu a:hover, .submenu a:hover {
    color: orange; /* Cor laranja ao passar o mouse */
    font-size: 16px; /* Aumenta a fonte */
    font-weight: bold; /* Deixa mais destacado */
}

.previous-editions-container a {
    text-decoration: none;
}

.previous-editions-container img {
    width: 170px; /* Ajuste o tamanho conforme necessário */
    height: auto;
    border-radius: 0px; /* Bordas arredondadas */
    transition: transform 0.3s ease-in-out;
}

.previous-editions-container img:hover {
    transform: scale(1.2); /* Efeito de zoom ao passar o mouse */
}




/*# sourceMappingURL=style.css.map */
