*, :after, :before {
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  margin: 0;
  line-height: 1;
}

ul, li {
  margin: 0;
  padding: 0;
}

#governadores .introMobile {
  display: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 30px;
}
#governadores .introMobile .lead {
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 24px;
  line-height: 28px;
  color: #010101;
}
#governadores .introMobile .setenceSeparator {
  height: 6px;
  border-bottom: 1px solid #DBDBDB;
  border-top: 1px solid #DBDBDB;
  margin: 30px 0;
  display: block;
}
#governadores .introMobile .autor {
  font-family: "PTSans-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
#governadores .intro_nonMobile {
  display: block;
}
#governadores .bloco_abertura {
  z-index: 1;
}
#governadores .bloco_abertura .abertura {
  height: 100vh;
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#governadores .bloco_abertura .abertura.abertura:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.8));
}
#governadores .bloco_abertura .abertura .multimedia_container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: url(https://cdn.jornaldenegocios.pt/images/2025-05/OriginalSizeuu2025-05-21-18-03-59-501733.jpg);
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
}
#governadores .bloco_abertura .abertura .info_bottom {
  width: 100%;
  text-align: center;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 20px 70px;
}
#governadores .bloco_abertura .abertura .info_bottom h1 {
  font-size: 58px;
  font-weight: 800;
  text-shadow: 1px 1px 2px black;
  line-height: 1.2;
  display: block;
  padding-bottom: 10px;
  color: #ffffff;
  font-family: "Merriweather", serif, Georgia, "Times New Roman";
}
#governadores .bloco_abertura .abertura .info_bottom .lead {
  margin-top: 20px;
  font-family: "Merriweather", serif, Georgia, "Times New Roman";
  font-size: 24px;
  padding-bottom: 20px;
  text-shadow: 1px 1px 2px black;
  color: #ddd;
}
#governadores .bloco_abertura .abertura .info_bottom .autor {
  color: #ffffff;
  font-size: 18px;
  font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
  text-shadow: 1px 1px 2px black;
}
#governadores .bloco_abertura .abertura .ic_down {
  background: url(https://www.sabado.pt/i/ic03_next.png) center no-repeat scroll;
  background-size: contain;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 58px;
  height: 58px;
  margin-top: 40px;
}
#governadores .timeline {
  position: relative;
  margin: 40px auto;
}
#governadores .timeline .wrapper {
  margin: 0 auto;
  padding: 0 0 50px 150px;
  width: 100%;
}
#governadores .timeline .wrapper .bloco_ano {
  margin: 50px 0 25px 0;
  padding-bottom: 25px;
}
#governadores .timeline .wrapper .bloco_ano:not(:last-child) {
  border-bottom: 1px solid #d4b13d;
}
#governadores .timeline .wrapper .bloco_ano.year {
  border: none;
  background: #d4b13d;
  padding: 20px 20px;
  border-radius: 16px;
}
#governadores .timeline .wrapper .bloco_ano.year .milestone {
  color: #ffffff;
}
#governadores .timeline .wrapper .bloco_ano .premiado_content {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
#governadores .timeline .wrapper .bloco_ano .premiado_content .premiado_img {
  flex: 0 0 250px;
  max-width: 250px;
}
#governadores .timeline .wrapper .bloco_ano .premiado_content .premiado_img img {
  border-radius: 16px;
}
#governadores .timeline .wrapper .bloco_ano .premiado_content .premiado_info {
  flex: 0 1 100%;
  margin-left: 20px;
}
#governadores .timeline .wrapper .milestone {
  font-family: "Merriweather", serif, Georgia, "Times New Roman";
  color: #d4b13d;
  font-size: 30px;
  font-weight: 700;
}
#governadores .timeline .wrapper .milestone:not(:first-child) {
  border-top: 1px solid #d4b13d;
}
#governadores .timeline .wrapper .premiado {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Merriweather", serif, Georgia, "Times New Roman";
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}
#governadores .timeline .wrapper p {
  font-family: "Merriweather", serif, Georgia, "Times New Roman";
  font-size: 18px;
}
#governadores .timeline__nav {
  position: absolute;
  z-index: 99;
  top: 0;
  transition: top 0.3s ease-out;
}
#governadores .timeline__nav.fixed {
  position: fixed;
}
#governadores .timeline__nav ul {
  list-style: none;
  list-style-position: inside;
  margin: 15px 0;
}
#governadores .timeline__nav ul li {
  margin: 15px 0;
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  color: #555555;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
#governadores .timeline__nav ul li label {
  cursor: pointer;
}
#governadores .timeline__nav ul li label.year {
  padding: 0 10px;
  background: #d4b13d;
  color: #ffffff;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 0;
}
#governadores .timeline__nav ul li.active {
  font-weight: 600;
  color: #d4b13d;
  border-bottom: 1px dotted transparent;
}
#governadores .timeline__nav ul li.active span:not(.decade) {
  display: inline-block;
  transform: scale(1.2);
}
#governadores .timeline__nav ul li:hover {
  color: #d4b13d;
}

@media (max-width: 767px) {
  #governadores .introMobile {
    display: block;
  }
  #governadores .intro_nonMobile {
    display: none;
  }
  #governadores .timeline__nav {
    right: -5px;
  }
  #governadores .timeline__nav.fixed {
    right: 5px;
  }
  #governadores .timeline__nav ul {
    margin: 0;
  }
  #governadores .timeline__nav ul li {
    line-height: 1.3;
    border-bottom: 1px dotted #DBDBDB;
    /*&.active {
        transform: scale(1.1);
    }*/
  }
  #governadores .timeline__nav ul li span > label {
    display: block;
    font-size: 12px;
  }
  #governadores .timeline__nav ul li span > label.year {
    font-size: 12px;
    border-radius: 4px;
  }
  #governadores .bloco_abertura .abertura .multimedia_container {
    background: url(https://cdn.jornaldenegocios.pt/images/2025-05/OriginalSizeuu2025-05-21-18-03-59-501733.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  #governadores .bloco_abertura .abertura .info_bottom {
    padding: 20px;
  }
  #governadores .bloco_abertura .abertura .info_bottom h1 {
    font-size: 44px;
    line-height: 1.2;
  }
  #governadores .timeline .wrapper {
    padding: 0 90px 50px 0;
  }
  #governadores .timeline .wrapper .bloco_ano {
    margin: 40px 0 0 0;
  }
  #governadores .timeline .wrapper .bloco_ano .milestone {
    font-size: 28px;
  }
  #governadores .timeline .wrapper .bloco_ano.year {
    padding: 16px;
    border-radius: 8px;
  }
  #governadores .timeline .wrapper .bloco_ano.year .milestone {
    font-size: 24px;
  }
  #governadores .timeline .wrapper .bloco_ano .premiado_content {
    flex-wrap: wrap;
  }
  #governadores .timeline .wrapper .bloco_ano .premiado_content .premiado_img {
    flex: 0 1 100%;
    max-width: 100%;
  }
  #governadores .timeline .wrapper .bloco_ano .premiado_content .premiado_img img {
    border-radius: 8px;
  }
  #governadores .timeline .wrapper .bloco_ano .premiado_content .premiado_info {
    margin-left: 0;
  }
}