/* estilização do banner */

#jornada-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 992px){
    #jornada-banner{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 900px;
    }
}

#jornada-banner h1{
    font-weight: 700;
    letter-spacing: 1px;
    color: #F2F2F2;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.68rem;
}

@media (min-width: 992px){
    #jornada-banner h1{
        font-size: 3.2rem;
        line-height: 4rem;
    }
}

#jornada-banner p{
    font-weight: 400;
    letter-spacing: 1px;
    color: #F2F2F2;
    margin-bottom: 2.4rem;
    font-size: 1.28rem;
}


/* fim da estilização do banner */



#jornada{
    background-color: #434A51;
}


#timeline{
    position: relative;
}


#timeline .barra{
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 40px;
    background: linear-gradient(180deg, #9B734B 0%, #B08B60 100%);
    height: 100;
}

@media (min-width: 992px){
    #timeline .barra{
        left: calc(50% - 1px);
    }
}

#timeline .numero-etapa-jornada{
    background: linear-gradient(135deg, #9B734B 0%, #B08B60 100%);
    border: 4px solid #9B734B;
    /*box-shadow: 0px 25px 50px -12px #00000040;*/
    width: 80px;
    height: 80px;
    font-weight: 700;
    color: #0F0F0F;
    border-radius: 50rem;
    font-size: 1.84rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 40px);
    left: 10px;
}

@media (min-width: 992px){
    #timeline .numero-etapa-jornada{
        left: calc(50% - 40px);
    }
}


#timeline article{
    background: linear-gradient(142.41deg, #434B52 0%, #575B5F 100%);
    border: 1px solid #D6AA84;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 12px;
    overflow: hidden;
}

#timeline article img{
    border-radius: 12px;
    overflow: hidden;
}

#timeline article .info{
    padding: 1.84rem;
}

#timeline article h2{
    color: #F2F2F2;
    font-weight: 700;
    font-size: 1.44rem;
    margin-bottom: .48rem;
    letter-spacing: 1px;
    line-height: 1;
}

#timeline article h3{
    color: #D6AA84;
    font-size: .96rem;
    font-weight: 400;
    margin-bottom: 1.68rem;
}

#timeline article p{
    color: #F2F2F2;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1.04rem;
}