html, body {
  overflow-x: hidden;
}

body {
  transition: all 0.6s ease-in-out;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  background-color: #eee;
  padding: 430px 0 0 0;
  margin: 0;
}

h1 {
  transition: all 0.6s ease-in-out;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
  margin: 0 auto 15px;
  font-family: "Roboto Condensed", sans-serif;
}

header {
  transition: all 0.6s ease-in-out;
  background: #ffffff;
  color: #333;
  padding: 150px 0;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
}

header p {
  transition: all 0.6s ease-in-out;
  font-family: "Roboto Condensed", sans-serif;
  color: #777;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
}

header p::after {
  border-bottom: 2px solid #333;
  width: 320px;
  margin: 15px auto;
  display: table;
  content: " ";
}

section.timeline {
  position: relative;
  width: 1800px;
  margin: auto;
  max-width: 98%;
  padding: 100px 0 200px;
  margin-bottom: -200px !important;
}

.timeline::before {
  content: '';
  background: #777;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  margin-bottom: 70px;
}

.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 0 10px 0;
}

.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}

.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: calc(50% - 2px);
  padding: 10px 0;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}

.timeline-img {
  width: 40px;
  height: 40px;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 0;
  margin-left: -20px;
}

.timeline-content a,
.timeline-item a {
  background: #777777;
  color: #FFFFFF;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  background: #32408f;
  color: #FFFFFF;
  text-decoration: none;
}

.timeline-card {
  /* padding: 0 !important; */
}

.timeline-content h2 {
  font-weight: 300;
  font-family: "Roboto Condensed";
}

.timeline-content h2, .timeline-content h3, .timeline-content p {
  padding: 0 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: rgb(255 255 255 / 23%) 0 0 1px;
}

.timeline-content a {
  margin-left: 20px;
}

.timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/1000/800/?random") center center no-repeat;
  background-size: cover;
}

.timeline-img-header {
  height: 300px;
  position: relative;
  margin-bottom: 20px;
  margin-top: -40px;
}

.timeline-img-header h2 {
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 0px;
  text-shadow: 0 0 2px #ffffff40;
  background: #000000d9;
  padding: 7px 20px;
}

blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3F51B5;
  padding: 0 20px;
}

.date {
  background: #333333;
  display: inline-block;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
}

.timeline-end a.link {
  width: 40px;
  height: 30px;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 30px;
  margin-left: -20px;
  content: "+";
  color: white;
  text-align: center;
  padding-top: 10px;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
}

section.about .timeline-content {
  width: 1740px;
  margin: auto;
  padding: 30px;
  max-width: calc(100% - 80px);
}

section.about {
  padding: 50px 0 0;
}

/* @media screen and (min-width: 769px) { */
body.scroll {
  padding-top: 150px;
}

body.scroll header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}

body.scroll header h1 {
  font-size: 30px;
}

body.scroll header p {
  font-size: 16px;
}

.LI-profile-badge {
  margin: 10px auto 0;
  text-align: center;
  z-index: 99;
  position: relative;
  background: #303336;
}

.LI-profile-badge.desativado {
    height: 200px;
    margin-top: 40px;
    background: #333;
}

.LI-profile-badge.desativado * {
    display: none;
}


.LI-badge-container.horizontal.dark {
  margin: auto;
  text-align: left;
  box-shadow: none !important;
}

.timeline-content.timeline-card.js--fadeInLeft .timeline-img-header {
    margin-top: -10px;
}

/* } */
@media screen and (max-width: 768px) {
  body {
    padding: 220px 0 0 0;
  }

  h1 {
    font-size: 35px;
  }

  header p {
    font-size: 20px;
  }

  header p::after {
    width: 208px !important;
  }

  header {
    padding: 60px 0;
  }

  section.timeline {
    padding: 50px 0;
    margin: 0 10px;
  }

  .timeline::before {
    left: 15px;
  }

  .timeline .timeline-img {
    left: 15px;
  }

  .timeline .timeline-content {
    max-width: 90%;
    width: auto;
    margin-left: 18px;
    padding-top: 40px;
  }

  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }

  .date {
    right: auto;
    left: 0;
  }
}
