html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column; 
  font-family: 'Open-sans', sans-serif;
  font-size: 1rem;
  scroll-behavior: smooth;
}

:root {
  font-size: 100%;
}

@media (min-width: 1192px) {
  .desktop-hide {
    display: none !important; 
  }

    .paragrafo p {
    color: white;
    width: 56rem;
    text-align: center;
    margin-top: 3.2rem;
    margin-bottom: 4.3rem;
  }
}





button:focus {
  outline: none;
}




/* Alteração Textos */
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

p,
h4,
h5,
h5,
ul,
li {
  margin: 0;
  padding: 0;
}

p, li {
  font-weight: 300;
  color: var(--preto);
  font-family: "Inter", sans-serif;
}



/* Vars */
:root {
  --gap-padrao: 1.4rem; 
  --padding-basico: 7vw clamp(12rem, 14vw, 14rem) 0% clamp(12rem, 14vw, 14rem); 
}




:root h2 {
  margin: 0;
}




#conteudo-principal {
  min-height: 100vh;
  background-color: #031C7C;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 5rem;
}

.titulo-container {
  display: flex;
}

.titulo-container img {
  width: 11rem;
  height: auto;
}

.titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1.2rem;
}

.titulo-cima p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.titulo-baixo p {
  color: #B1BEEF;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.86px;
  text-transform: uppercase;
}

.paragrafo p {
  color: white;
  width: 56rem;
  text-align: center;
  margin-top: 1.6rem;
  margin-bottom: 3rem;
}

.main {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
  
}

.menu {
  position: relative;
  width: min(30rem, 90vw);
  height: auto;
  flex-shrink: 0;
}

.menu img {
  width: 100%;
  height: auto;
  display: block;
}

.timeline-button {
  position: absolute;
  width: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: none;
  z-index: 3;
  cursor: pointer;
  
  color: #FFF;
  text-align: center;
  font-family: "Saira Semi Condensed";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  background-color: #0225CB;
  border: 5px solid #031C7C;

   transition: 
    background-color 0.2s ease,
    color 0.2s ease;
}



.button-1948 {
  left: -7%;
  top: 23%;
}

.button-1952 {
  left: -8%;
  top: 53%;
}

.button-1960 {
  left: 6%;
  top: 77%;
}

.button-1964 {
  left: 28%;
  top: 83%;
}

.button-1976 {
  left: 51%;
  top: 78%;
}

.button-1995 {
  left: 71%;
  top: 64%;
}

.button-2025 {
  left: 85%;
  top: 44%;
}

.button-1948 {
  --button-color: #98DCFF;
  --cor-ano: #98DCFF;
}

.button-1952 {
  --button-color: #98F198;
  --cor-ano: #98F198;
}

.button-1960 {
  --button-color: #DCE026;
  --cor-ano: #DCE026;
}

.button-1964 {
  --button-color: #FFB778;
  --cor-ano: #FFB778;
}

.button-1976 {
  --button-color: #F4908D;
  --cor-ano: #F4908D;
}

.button-1995 {
  --button-color: #FF96D5;
  --cor-ano: #FF96D5;
}

.button-2025 {
  --button-color: #C1A2FF;
  --cor-ano: #C1A2FF;
}

.timeline-button:hover,
.timeline-button.active {
  background-color: var(--button-color);
  color: #031C7C;
}

.ano p {
  color: #021662;
  text-align: center;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 41px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  width: 11rem;
}

.texto li {
  margin-left: 1.5rem;
}

.texto {
background: #F5F5F5;
color: #000;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 2.5rem;
width: 34rem;
}

.faixa {
  background: var(--Linear, linear-gradient(90deg, #0095FF 0%, #28E8C9 27.4%, #8FE633 51.44%, #DCE026 73.08%, #FFC815 100%));
  width: 100%;
  height: 0.8rem;
  margin-top: auto;
}

.referencias-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #010929;
  color: white;
  padding: 3rem 5rem;
}

.referencias-container a {
  color: #B1BEEF;
}

.titulo-referencias {
  font-size: 20px;
}

footer > .container, footer > .container-fluid,
.fa-facebook-f:before,
.fa-twitter:before,
.fa-whatsapp:before  {
    color: white;
}

@media (min-width: 1192px) {
    .paragrafo p {
    color: white;
    width: 56rem;
    text-align: center;
    margin-top: 3.2rem;
    margin-bottom: 4.3rem;
  }
}


/* Footer */
footer {
  background-color: #010929;
}
















