.curriculum-title {
  font-family: 'Open Sans';
  font-size: 40px;
  color: #01395c;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #cccccc;
}

.curriculum-subtitle {
  font-family: 'Open Sans';
  font-size: 26px;
  color: #01395c;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 0 10px 0;
}

.curriculum-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
}

.curriculum-date-box {
  min-width: 150px;
  max-width: 150px;
  background-color: #ffffff;
  padding: 40px 0 0 0;
}

.curriculum-date-typography {
  max-width: 140px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 500;
  color: #f26325;
  line-height: 16px;
  margin: 0 0 10px 0;
  word-break: break-word;
  word-wrap: break-word;
}

.curriculum-workload-typography {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 500;
  color: #01395c;
  line-height: 16px;
  margin: 0;
  word-break: break-word;
  word-wrap: break-word;
}

/* TIMELINE */

.timeline-box-adjust {
  width: 20px;
}

.timeline-box {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.timeline-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background-color: #cccccc;
}

.timeline-icon {
  position: absolute;
  top: 15.9px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 7px;
  font-size: 16px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50px;
  z-index: 2;
}

.timeline-sphere {
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  text-align: center;
  background-color: #f26325;
  border-radius: 100%;
}

.curriculum-description-box {
  width: 900px;
  max-width: 900px;
  padding: 40px 0 0 40px;
}

.curriculum-description-title {
  font-family: 'Open Sans';
  font-size: 20px;
  color: #01395c;
  letter-spacing: 1px;
  line-height: 26px;
  margin: 0 0 13px 0;
  word-break: break-word;
}

.curriculum-description-text {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #555555;
  line-height: 26px;
  word-break: break-word;
  margin: 0;
}

/* PÁGINA DE PROJETOS */

.image-responsive {
  width: 100%;
  height: auto;
}

.project-page-subtitle {
  font-family: 'Open Sans';
  font-size: 35px;
  color: #01395c;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #cccccc;
}

.project-description-paragraph {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  word-break: break-word;
  margin: 18px 0 18px 0;
}

