@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
  overflow-x: hidden; /* Hide horizontal scrollbar */
  width: 100%;
}

h6 {
  font-weight: 100;
  color: #9a9998;
}
.wrapper {
  margin: 0 auto;
  padding: 0 10% 50px;
  width: 100%;
}

article {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}

.timeline__nav {
  position: fixed;
  z-index: 99;
  top: 0;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
.timeline__nav ul {
  list-style: none;
  list-style-position: inside;
  margin: 15px 0;
}
.timeline__nav ul li {
  margin: 15px 0;
  padding-left: 0;
  list-style-type: none;
  color: #bfc1c3;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.timeline__nav ul li.active {
  font-weight: bold;
  color: #b92454;
  border-bottom: 1px dotted transparent;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.timeline__nav ul li:hover {
  color: #b92454;
}

.milestone {
  color: #b92454;
  font-weight: 100;
  font-size: 5em;
}

p {
  color: #9a9998;
  font-weight: 100;
  font-size: 1.6em;
}

#inicio {
  color: white;
}
#logo {
  margin-top: 1em;
  max-width: 200px;
}

#logoDia {
  margin-top: 1em;
  max-width: 300px;
}
#ContenedorLogo {
  padding-top: 0.5em;
  background-color: #b92454;
}
.primary {
  color: #b92454;
}
.white {
  color: white;
}

.right {
  text-align: right;
}
#logoGov {
  min-width: 150px;
  max-width: 200px;
  margin-top: 1em;
}

h1 {
  font-weight: 100;
  color: #b92454;
  font-size: 3em;
}
.hab {
  background-color: #b92454;
  color: #ffffff;
  font-size: 4em;
  font-weight: 100;
  text-align: center;
  padding: 0px 10px;
}

#volver {
  cursor: pointer;
  color: #b92454;
  position: fixed;
  bottom: 1em;
  right: 1em;
  background-color: #b9245457;
  border-radius: 50px;
  padding: 0.4em;
}

.magenta {
  color: #b92454;
}

.magentatt {
  color: #b92454;
  font-weight: 400;
}

.naranja {
  color: #f19900;
}

.naranjatt {
  color: #f19900;
  font-weight: 400;
}

a:hover {
  color: #911340 !important;
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  #ContenedorLogo {
    width: 115%;
  }
  .wrapper {
    margin: 0 auto;
    padding-bottom: 0;
    padding-left: 20%;
    padding-right: 0%;

    width: 80%;
  }
  h1 {
    font-size: 1.8em;
    font-weight: 300;
    padding: 0.3em;
  }

  p {
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper {
    width: 90%;
  }
}
