/* Estilos específicos para o componente timeline */

#timeline {
    margin-top: 106px;
}

#timeline .fixed {
    position: sticky;
    top: 4.5rem;
}

#timeline .timeline-item:after,
#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

#timeline h1 {
    color: #0A7A00;
    font-family: "Exo 2";
    font-weight: 800;
    font-size: 3.8rem;
    font-style: italic;
    line-height: 54px;
    margin-bottom: 50px;
}

#timeline .texto-menor {
    font-size: 2rem;
    color: #2CB620;
}

#timeline h4 {
    color: #0A7A00;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
}

#timeline p {
    color: #495C63;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
}

.timeline-p {
    font-size: 10px !important;
    line-height: 21px;
}

#timeline a {
    text-decoration: none;
    color: #00B61C;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    padding: 0;
    margin-top: 20px;
}

.project-name {
    text-align: center;
    padding: 10px 0;
}

#timeline {
    width: 95%;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#timeline .timeline-linha:before {
    content: '';
    width: 1px;
    height: 77%;
    margin-left: -10px;
    background: #DADADA;
    top: 0;
    position: absolute;
}

#timeline:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
}

#timeline .timeline-item {
    position: relative;
}

#timeline img {
    max-width: 100%;
}

#timeline .timeline-item .timeline-icon {
    background: white;
    border: solid 1px #DADADA;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    overflow: hidden;
    margin-left: -48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#timeline .timeline-item .timeline-icon i {
    position: relative;
}

#timeline .timeline-item .timeline-content {
    width: 465px;
    padding-block-end: 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#timeline .timeline-item .timeline-content {
    color: black;
    margin: 20px -20px 0 -20px;
    font-weight: 300;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#timeline .timeline-item .timeline-content.right {
    float: right;
}

@media screen and (max-width: 991px) {
    #timeline h1 {
        font-size: 40px;
    }

    #timeline .timeline-item .timeline-content {
        margin: 20px -35px 0 -20px;
    }
}

@media screen and (max-width: 820px) {
    #timeline h1 {
        margin-top: 30px;
        margin-bottom: 0px;
        line-height: 40px;
    }

    #timeline {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    #timeline {
        margin: 30px;
        width: 90%;
    }

    #timeline .timeline-linha:before {
        left: 45px;
        height: 73%;
    }

    #timeline .timeline-item .timeline-content {
        width: 80%;
        float: right;
        padding-left: 0px;
        padding-right: 30px;
    }

    #timeline .timeline-item .timeline-icon {
        left: 30px;
    }

    #timeline h1 {
        font-family: 'exo 2';
        font-size: 2.25rem;
        line-height: 2.5rem;
        font-weight: 800;
        padding-left: 25px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    #timeline .texto-menor {
        font-size: 1.6rem;
    }
    #timeline h4 {
        font-size: 16px;
        line-height: 24px;
        padding-right: 50px;
    }

    #timeline p {
        font-size: 14px;
        line-height: 21px;
    }

    #timeline .pad-mobile {
        padding-right: 30px;
    }

}