:root {
  --color1: #00aaff;
  --color2: #0039ed;
}
.color1 {
  color: var(--color1) !important;
}
.color2 {
  color: var(--color2) !important;
}
.bgcolor1 {
  background: var(--color1) !important;
}
.bgcolor2 {
  background: var(--color2) !important;
}
.bgblack {
  background: #000 !important;
}

/* Fonts */

@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexa/Nexa-Black-Italic.woff2") format("woff2"),
    url("../fonts/nexa/Nexa-Black-Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexa/NexaBlack.woff2") format("woff2"),
    url("../fonts/nexa/NexaBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexa/Nexa-Bold.woff2") format("woff2"),
    url("../fonts/nexa/Nexa-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa Book";
  src: url("../fonts/nexa/Nexa-Book-Italic.woff2") format("woff2"),
    url("../fonts/nexa/Nexa-Book-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexa/NexaHeavy.woff2") format("woff2"),
    url("../fonts/nexa/NexaHeavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexa/Nexa-Light.woff2") format("woff2"),
    url("../fonts/nexa/Nexa-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa Book";
  src: url("../fonts/nexa/Nexa-Book.woff2") format("woff2"),
    url("../fonts/nexa/Nexa-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexa/Nexa-Bold-Italic.woff2") format("woff2"),
    url("../fonts/nexa/Nexa-Bold-Italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexa/Nexa-Heavy-Italic.woff2") format("woff2"),
    url("../fonts/nexa/Nexa-Heavy-Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexa/Nexa-Light-Italic.woff2") format("woff2"),
    url("../fonts/nexa/Nexa-Light-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexa/Nexa-Regular-Italic.woff2") format("woff2"),
    url("../fonts/nexa/Nexa-Regular-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexa/NexaRegular.woff2") format("woff2"),
    url("../fonts/nexa/NexaRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #eaeaea !important;
  position: relative;
  font-family: "Nexa", sans-serif !important;
}

.timeline {
  position: relative;
  /* padding: 5rem 0; */
  padding-bottom: 5rem;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background-color: #0060b6;
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-section {
  position: relative;
  margin-bottom: 5rem;
}

.timeline-section .row {
  align-items: center;
}

/* .timeline-year {
  font-size: 150px;
  font-weight: 700;
  color: #000;
  opacity: 0.03;
  position: absolute;
  top: -11%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 0;
} */

.timeline-content {
  background: #fff;
  padding: 5rem 4rem;
  border-radius: 10px;
  z-index: 2;
  position: relative;
}
.timeline-content h3 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.08rem;
  color: #fff;
  opacity: 0.12;
  /* text-align: right; */
}

.title-section h2 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 900;
  margin: 90px auto;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  text-align: center;
  color: var(--color1);
}
.title-section span {
  display: block;
  margin-top: 35px;
}
.timeline-content span {
  font-weight: 800;
  letter-spacing: 0.08rem;
}

.timeline-content p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.02rem;
  color: #fff;
}
.timeline-content p span {
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
}

.timeline-content p:last-of-type {
  margin-bottom: 0;
}
.timeline-content ul {
  list-style: none;
  padding: 1rem;
  margin: 10px 0;
}
.timeline-content li {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: 800;
}

.timeline-image {
  max-width: 100%;
  border-radius: 10px;
  z-index: 2;
  position: relative;
}
.position-relative {
  position: relative;
}
.foto-perfil img {
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 1;
  top: -60px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.timeline-content > .foto-perfil {
  padding: 1.6rem 0rem;
}
p.citacao {
  font-weight: 900;
  letter-spacing: 0.08rem;
  font-style: italic;
}
.arrow-right {
  display: inline-block;
  width: 160px;
  height: 40px;
  margin: 0 10px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Responsive ----- */

@media (max-width: 1198px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
  .timeline::before {
    left: 8px;
  }
  .timeline-section .row {
    flex-direction: column !important;
  }
  .timeline-content p {
    font-size: 16px;
    line-height: 1.7;
  }
  .timeline-content li {
    font-size: 16px;
    line-height: 1.7;
  }
  .arrow-right {
    width: 100px;
    height: 30px;
    margin: 0 10px;
  }
  .title-section h2 {
    font-size: 36px;
    margin: 45px auto;
  }
  .title-section span {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
}
