/* folha de estilos secao especial projeto acif pulsar e prosperar */
:root {
    --acif-azul: #005783;
    --acif-laranja: #f17641;
}

#pulsar-e-prosperar{
    background-color: var(--acif-azul);
    padding-top: 50px;
    position: relative;
}

#pulsar-e-prosperar::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 70px;
    height: 3px;
    background-color: var(--acif-laranja);
    display: block;
    width: 80px;
}

#pulsar-e-prosperar::after{
    content: " ";
    position: absolute;
    left: 80px;
    top: 67px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--acif-laranja);
    display: block;
}

#pulsar-e-prosperar .title h2{
    color: var(--acif-laranja);
    line-height: 1;
    text-align: center;
}

#pulsar-e-prosperar .title .title-main-text{
    font-size: 60px;
    font-weight: 900;
    display: block;
}

#pulsar-e-prosperar .title .title-secondary-text{
    display: block;
    font-size: 30px;
}

#pulsar-e-prosperar .description{
    text-align: center;
    margin-top: 20px;
}

#pulsar-e-prosperar .description h3{
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
}

#pulsar-e-prosperar .timeline-line{
    display: block;
    position: absolute;
    left: 200px;
    margin-top: 80px;
    border-top: 3px solid #fff;
    white-space: normal;
    width: 2700px;
}

#pulsar-e-prosperar .timeline{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-top: 50px;
    position: relative;
    padding-left: 20px;
    padding-bottom:70px ;
}

#pulsar-e-prosperar .timeline .timeline-item{
    white-space: initial;
    overflow: hidden;
    width: 280px;
    margin-right: 20px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;

}

#pulsar-e-prosperar .timeline .timeline-item .timeline-image{
    width: 50%;
    position: relative;
    padding-bottom: 50%;
    height: 0;
    border: 3px solid #fff;
    margin: 0 auto;
    background: #fff;
}

#pulsar-e-prosperar .timeline .timeline-item .timeline-image .timeline-image-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#pulsar-e-prosperar .timeline .timeline-item .timeline-content{
    border-radius: 10px;
    border: 3px solid #fff; 
    padding:60px 30px 30px 30px;
    margin-top: -30px;
}

#pulsar-e-prosperar .timeline .timeline-item .timeline-content .timeline-year{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

#pulsar-e-prosperar .timeline .timeline-item .timeline-content .timeline-title{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#pulsar-e-prosperar .timeline .timeline-item .timeline-content .timeline-resume{
    font-size: 16px;
    line-height: 1.4;
    display: block;
}

#pulsar-e-prosperar .timeline .timeline-item .timeline-content .timeline-link{
    color: #fff;
    text-transform: lowercase;
    text-decoration: underline;
    display: inline-block;
    font-size: 18px;
}

#pulsar-e-prosperar .timeline::-webkit-scrollbar{
    background-color:transparent;
    width:10px;
    padding-right: 5px;
}

#pulsar-e-prosperar .timeline::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,0.7);
}

#pulsar-e-prosperar .timeline::-webkit-scrollbar-track{
    background-color: rgba(0,0,0,0.3);
}

#pulsar-e-prosperar-modal #pulsar-e-prosperar-modal-image{
    margin-bottom: 20px;
}

#pulsar-e-prosperar-modal #pulsar-e-prosperar-modal-title{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1;
}

@media only screen and (min-width:768px) {

    #pulsar-e-prosperar::after{
        left: calc( var(--container-side-border));
        top: 87px;
    }
    
    #pulsar-e-prosperar::before{
        left: 0;
        top: 90px;
        width: calc( var(--container-side-border));
    }

    #pulsar-e-prosperar .title h2{
        text-align: right;
    }

    #pulsar-e-prosperar .title .title-main-text{
        font-size: 75px;
    }

    #pulsar-e-prosperar .title .title-secondary-text{
        font-size: 35px;
    }

    #pulsar-e-prosperar .description{
        font-size: 40px;
        text-align: left;
        padding-left: 30px;
        margin-top: 25px;
    }

    #pulsar-e-prosperar .description h3{
        font-size: 30px;
    }

    #pulsar-e-prosperar .timeline{
        padding-left: 20px;
    }

    #pulsar-e-prosperar .timeline-line{
        width: 3185px;
    }

    #pulsar-e-prosperar .timeline .timeline-item{
        width: 325px;
        margin-right: 40px;
    }

    #pulsar-e-prosperar .timeline .timeline-item .timeline-content .timeline-title{
        font-size: 22px;
    }

    #pulsar-e-prosperar .timeline .timeline-item .timeline-content .timeline-resume{
        font-size: 20px;
    }

}

@media only screen and (min-width:992px) {

    #pulsar-e-prosperar::after{
        left: calc( var(--container-side-border) + 100px );
    }

    #pulsar-e-prosperar::before{
        width: calc( var(--container-side-border) + 100px );
    }
}