body {
    background: url('../images/background.png') no-repeat top center;
    padding: 0px;
    margin: 0px;
    background-size: cover;
}

.content {
    width: 1200px;
    margin: 0px auto;
}
.content .logo {
    background: url('../images/logo.png') no-repeat;
    width: 333px;
    height: 263px;
    margin: 40px auto;
    opacity: 0.8;
    position: relative;
}
.content .percentual {
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-family: "Sono", "sans-serif";
}
.content p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: "Sono", "sans-serif";
}
.content .timeline {
    position: relative;
    padding: 20px 0;
    user-select: none;
}
.content .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255,255,255,0.5);
    left: 50%;
    margin-left: -2px;
    height: 100%;
}

.content .timeline:nth-child(1)::before {
    background: linear-gradient(0deg, #ffffff, transparent 100%);
}

.content .timeline:last-of-type::before {
    background: linear-gradient(178deg, #ffffff, transparent 80%);
}
.content .timeline p {
    font-size: 10px;
}
.content .timeline h2 {
    font-size: 14px;
}
.content .timeline .event {
    transition: all 0.3s ease-in-out;
}
.content .timeline .event {
    position: relative;
    margin-top: -1.0rem;
    margin-bottom: 5rem;
}
.content .timeline:nth-of-type(odd) .event .title {
    background: #fff;
    border-radius: 10px;
    width: 240px;
    margin-left: 53%;
    text-align: left;
    position: relative;
    padding: 8px 10px;
    font-family: "Sono", "sans-serif";
    font-size: 14px;
}
.content .timeline:nth-of-type(odd) .event .title::before {
    content: '';
    position: absolute;
    left: -13px;
    top: 7px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 10px 15px 10px 0;
}
.content .timeline:nth-of-type(odd) .separator {
    width: 250px;
    margin-left: 53%;
    text-align: left;
}
.content .timeline:nth-of-type(odd) .separator .container {
    display: flex;
    width: 20%;
    margin-left: 67%;
    margin-top: -1%;
}
.content .timeline:nth-of-type(even) .event .title {
    background: #fff;
    border-radius: 10px;
    width: 240px;
    margin-left: 25%;
    position: relative;
    padding: 8px 10px;
    font-family: "Sono", "sans-serif";
    font-size: 14px;
}
.content .timeline:nth-of-type(even) .event .title::before {
    content: '';
    position: absolute;
    left: 259px;
    top: 7px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 10px 15px 10px 0;
    transform: rotate(181deg);
}
.content .timeline:nth-of-type(even) .separator {
    width: 250px;
    margin-left: 16%;
    text-align: left;
}
.content .timeline:nth-of-type(even) .separator .container {
    display: flex;
    width: 20%;
    margin-left: 67%;
    margin-top: -1%;
}
.content .timeline:nth-of-type(odd) .separator .line {
    width: 1px;
    height: 20px;
    background: #fff;
    transform: rotate(331deg);
    margin: 0px 5px;
}
.content .timeline:nth-of-type(even) .separator .line {
    width: 1px;
    height: 20px;
    background: #fff;
    transform: rotate(33deg);
    margin: 0px 5px;
}
.content .timeline:nth-of-type(odd) .event .body {
    background: #fff;
    width: 225px;
    margin-left: 54.2%;
    text-align: left;
    position: relative;
    padding: 8px 10px;
    margin-top: -0.1%;
}
.content .timeline:nth-of-type(even) .event .body {
    background: #fff;
    width: 225px;
    margin-left: 25.2%;
    text-align: left;
    position: relative;
    padding: 8px 10px;
    margin-top: -0.1%;
}
.content .timeline .event .body .info {
    display: flex;
    padding: 5px 0px;
}
.content .timeline .event .body .info .tag {
    font-family: "Sono", "sans-serif";
    font-size: 13px;
    text-transform: uppercase;
}
.content .timeline .event .body .info .tag i {
    display: inline;
}
.content .timeline .event .body .info .tag.fix {
    color: #27d227;
}
.content .timeline .event .body .info .tag.bug {
    color: #ff0000;
}
.content .timeline .event .body .info .tag.bug i {
    padding: 0px 1px;
}
.content .timeline .event .body .info .tag.alert {
    color: #ef8b09;
}
.content .timeline .event .body .info .tag.alert i {
    padding: 0px 4px;
}
.content .timeline .event .body .info p {
    color: #000;
    text-align: left;
    font-size: 13px;
    margin: 0px;
    padding: 0px 5px;
}
.content .timeline .event p {
    margin-bottom: 0.2rem;
}
.content .timeline .event::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: url('../images/pokebola.png');
    left: 50%;
    margin-left: -0.5rem;
    top: 12px;
}
.footer {
    background: #101010;
    padding: 30px 0px;
}
.footer h2 {
    font-family: "Sono", "sans-serif";
    font-size: 14px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.footer p {
    margin: 10px 0px 0px;
}