.scroll-process {
  position: relative;
  top: 2.5em;
  height: 5.7em;
  width: 2.1em;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

main {
  overflow-x: hidden;
  font-family: "Open Sans";
  font-size: 12pt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  width: 100%; }
  main .number-topic, main .title-topic, main h3, main .point, main .image, main .topic, main .ball, main .path {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
  main .path {
    width: 2px;
    background-color: darkgrey; }
  main .section {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center; }
  main .section .container {
    position: absolute;
    height: 33em;
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    main .section .container .container-row.phase {
      position: absolute;
      top: -7em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: flex-end; }
      main .section .container .container-row.phase .number-topic {
        position: absolute;
        width: 2em;
        left: calc(50% - 1em);
        text-align: center;
        margin: 0;
        font-size: 4em;
        font-weight: bold; }
      main .section .container .container-row.phase .container-title {
        width: 45%;
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-right: -2%; }
        main .section .container .container-row.phase .container-title .title-topic, main .section .container .container-row.phase .container-title h3 {
          font-size: 15pt;
          font-weight: 600;
          margin: 0; }
        main .section .container .container-row.phase .container-title .title-topic {
          font-weight: bold; }
    main .section .container .container-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 25%;
      width: 100%; }
      main .section .container .container-row .point {
        opacity: 0;
        height: 2.5em;
        width: 2.5em;
        min-width: 1.5em;
        min-height: 1.5em;
        background-color: #FFA300;
        border-radius: 50%;
        position: absolute;
        left: calc(50% - .75em); }
      main .section .container .container-row .image {
        display: flex;
        justify-content: flex-end;
        height: 8em;
        width: 25%;
        margin-left: 15%;
        justify-self: left;
        align-items: center;
        transform: translateX(-50%);
        opacity: 0; }
        main .section .container .container-row .image img {
          height: 100%; }
      main .section .container .container-row .topic {
        justify-self: right;
        width: 45%;
        margin-right: -2%;
        transform: translateX(50%);
        opacity: 0; }
  main .section:nth-child(1) {
    justify-content: center;
    text-align: center;
    height: auto;
    width: 100%; }
    main .section:nth-child(1) .number-topic {
      max-width: 70%;
      font-size: 13.5pt;
      line-height: 22pt;
      font-weight: lighter;
      margin-top: 2em;
      z-index: 0; }
      main .section:nth-child(1) .number-topic b {
        white-space: nowrap; }
  main .section:nth-child(2) {
    height: 13em;
    padding-top: 1em;
    background-color: #ffffff;
    justify-content: flex-start; }
    main .section:nth-child(2) .ball {
      opacity: 0;
      height: 2.5em;
      width: 2.5em;
      border: 2px solid #FFA300;
      background-color: transparent;
      border-radius: 50%;
      transform: translateY(-50%); }
    main .section:nth-child(2) .path {
      height: 0; }
  main .section:nth-child(3) {
    height: 44em;
    background-color: #ffffff; }
    main .section:nth-child(3) .number-topic, main .section:nth-child(3) .title-topic, main .section:nth-child(3) h3 {
      transform: translateY(-50%);
      opacity: 0; }
    main .section:nth-child(3) .number-topic, main .section:nth-child(3) .title-topic {
      color: #FFA300; }
    main .section:nth-child(3) .path:nth-child(1) {
      height: 0; }
    main .section:nth-child(3) .path:nth-child(2) {
      height: 0;
      margin-top: 6.5em;
      -webkit-transition: 1.2s ease;
      -moz-transition: 1.2s ease;
      -ms-transition: 1.2s ease;
      -o-transition: 1.2s ease;
      transition: 1.2s ease; }
    main .section:nth-child(3) .container {
      top: 8.5em; }
      main .section:nth-child(3) .container .image {
        transform: translateY(10%); }
  main .section:nth-child(4), main .section:nth-child(5) {
    height: 32em;
    background-color: #ffffff; }
    main .section:nth-child(4) .number-topic, main .section:nth-child(4) .title-topic, main .section:nth-child(4) h3, main .section:nth-child(5) .number-topic, main .section:nth-child(5) .title-topic, main .section:nth-child(5) h3 {
      transform: translateY(-50%);
      opacity: 0; }
    main .section:nth-child(4) .path:nth-child(1), main .section:nth-child(5) .path:nth-child(1) {
      height: 0; }
    main .section:nth-child(4) .path:nth-child(2), main .section:nth-child(5) .path:nth-child(2) {
      height: 0%;
      margin-top: 6.5em;
      -webkit-transition: 1.2s ease;
      -moz-transition: 1.2s ease;
      -ms-transition: 1.2s ease;
      -o-transition: 1.2s ease;
      transition: 1.2s ease; }
    main .section:nth-child(4) .container, main .section:nth-child(5) .container {
      top: 14.5em;
      height: 10em; }
      main .section:nth-child(4) .container .phase, main .section:nth-child(5) .container .phase {
        top: -6em; }
  main .section:nth-child(4) .container .phase .container-title {
    margin-left: -2%; }
  main .section:nth-child(4) .container .number-topic, main .section:nth-child(4) .container .title-topic {
    color: #64C17B; }
  main .section:nth-child(4) .container .container-row .point {
    background-color: #64C17B; }
  main .section:nth-child(4) .container .container-row:nth-child(2), main .section:nth-child(4) .container .phase {
    text-align: right;
    flex-direction: row-reverse; }
    main .section:nth-child(4) .container .container-row:nth-child(2) .topic, main .section:nth-child(4) .container .phase .topic {
      margin-right: 0;
      margin-left: -2%;
      transform: translateX(-50%); }
    main .section:nth-child(4) .container .container-row:nth-child(2) .image, main .section:nth-child(4) .container .phase .image {
      transform: translateY(-10%);
      margin-right: 15%;
      margin-left: 0;
      justify-content: flex-start;
      align-items: center;
      transform: translateX(50%); }
  main .section:nth-child(5) {
    height: 37em;
    background-color: #ffffff; }
    main .section:nth-child(5) .path:nth-child(1) {
      height: 0%;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
    main .section:nth-child(5) .container {
      top: 5em;
      height: 32em; }
      main .section:nth-child(5) .container .phase {
        top: -4em; }
      main .section:nth-child(5) .container .number-topic, main .section:nth-child(5) .container .title-topic {
        color: #2C6CAE; }
      main .section:nth-child(5) .container .container-row .point {
        background-color: #2C6CAE; }
  main .section:nth-child(6) {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 15em;
    padding-bottom: 1em;
    background-color: #ffffff; }
    main .section:nth-child(6) .ball {
      height: 2.5em;
      width: 2.5em;
      background-color: #2C6CAE;
      border-radius: 50%;
      transform: translateY(-50%);
      opacity: 0; }
    main .section:nth-child(6) .path {
      height: 0%; }

body footer {
  z-index: 0; }

#comeSide {
  opacity: 1;
  transform: translateX(0); }

#comeTop {
  opacity: 1;
  transform: translateY(0); }

#comeSmall {
  height: 1.5em;
  width: 1.5em;
  opacity: 1; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main .section .container {
    transform: translateX(-50%); }
  main .section .container .phase {
    transform: translateX(-50%); }
    main .section .container .phase .number-topic {
      line-height: 0em; }
  .scroll-process {
    transform: translateX(-50%); } }

@media only screen and (-ms-high-contrast: active) and (max-width: 830px), only screen and (-ms-high-contrast: none) and (max-width: 830px) {
  main .section .container {
    transform: translateX(0%);
    margin-left: calc(15vw - 0.75em); }
  .scroll-process {
    margin-left: calc(15vw + 0.15em) !important; } }
