.containerApropos {
    width: 100%;
    overflow: hidden;
    background: #d64a32;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.containerApropos form {
    box-sizing: border-box;
    text-align: center;
    padding: 22px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: initial;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.containerApropos form input {
    height: 0;
    margin: 30px 0;
    z-index: 1;
    margin-left: 40px;
}

.containerApropos form input:checked {
    outline: 0;
    border: 0;
}

.containerApropos form input:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 11px;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.containerApropos form input:checked:before {
    background-color: white;
}

.containerApropos form input:after {
    content: "" attr(title) "";
    cursor: pointer;
    position: relative;
    left: 30px;
    opacity: 1;
    color: rgba(255, 255, 255, 0.55);
    font-size: 16px;
    display: block;
    min-width: 80px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    bottom: 4px;
}

.containerApropos form input:checked:after {
    opacity: 1;
    color: white;
    font-size: 18px;
}

.containerApropos form input:hover:after:not(label) {
    opacity: 1;
    color: white;
}

.containerApropos form input:nth-of-type(1):checked~.labels label {
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
}

.containerApropos form input:nth-of-type(2):checked~.labels label {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.containerApropos form input:nth-of-type(3):checked~.labels label {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
}

.containerApropos form input:nth-of-type(4):checked~.labels label {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
}

.containerApropos form input:nth-of-type(5):checked~.labels label {
    -webkit-transform: translateY(-400%);
    transform: translateY(-400%);
}

.containerApropos form input:nth-of-type(6):checked~.labels label {
    -webkit-transform: translateY(-500%);
    transform: translateY(-500%);
}

.containerApropos form input:nth-of-type(7):checked~.labels label {
    -webkit-transform: translateY(-600%);
    transform: translateY(-600%);
}

.containerApropos form .labels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.containerApropos form .labels label {
    min-width: 100vw;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d64a32;
    z-index: 0;
    -webkit-transition: all 0.75s cubic-bezier(0.75, 0.25, 0, 1.05);
    transition: all 0.75s cubic-bezier(0.75, 0.25, 0, 1.05);
}

.containerApropos form .labels label:nth-child(odd) {
    background-color: #d64a32;
    color: rgba(255, 255, 255, 0.55)!important;
}

.timeline {
    height: 300px;
    width: 67px;
    border-right: 1px solid rgba(255, 255, 255, 0.30);
    position: absolute;
    z-index: 100;
}