/*
    Paleta de Cores
    #0d0d0d
    #8c7916
    #bfa41f
    #f2d027
    #f2f2f2

*/
/*
    Importação de fontes.
    font-family: 'Montserrat', sans-serif;
*/
.timeline{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    /* margin-left: 5%; */
    overflow-x: scroll;
    padding-bottom: 50px;
    padding-left: 10px;
    max-width: 700px;
    width: 100%;
    margin: auto;
}

.timeline::-webkit-scrollbar {
    width: 10px;/* width of the entire scrollbar */
    
}
  
.timeline::-webkit-scrollbar-track {
    background: #f2d027; /* color of the tracking area */
    border-radius: 10px;
}
  
.timeline::-webkit-scrollbar-thumb {
    background-color: #0d0d0d;/* color of the scroll thumb */
    border-radius: 10px;/* roundness of the scroll thumb */
    border: none;/* creates padding around scroll thumb */
}

.timeline h5{
    width: 60px;
    /* transform: translate(-45px, -25px); */
    color: #fff;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 400;
}

.timeline-content{
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    text-align: center;
}

.haste{
    max-width: 200px;
    max-height: 30px;
    width: 100%;
    height: 100%;
    background-color: #f2d027;
    z-index: 1;
    border-radius: 30%;
}
  
.circle{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #f2d027; /* #bfa41f */
    z-index: 2;
    /* position: absolute; */
    /* transform: translate(-30px, -18px); */
    cursor: pointer;
}

.nhistoria{
    background-color: #8C7916;
    padding-top: 25px;
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}
.nh-p1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    color: #ffffff;
}
.nh-title{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}
.nh-timeline{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
}

.nht-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
}
.nht-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
}


.nht-btn{
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.time-line{
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
svg #camada2{
    width: 200px;
}

svg #camada1-2{
    width: 200px;
}

.nh-txt-link{
    text-decoration: none;
    color: #8C7916;
}
.nh-txt-link:hover{
    color: #0d0d0d;
    transition: all 400ms;
}

.cls-1{fill:#f2d027;}
.cls-2{fill:#bfa41f; cursor: pointer;}
.cls-3{font-size:12px;fill:#fff;font-family:Montserrat-SemiBold, Montserrat;font-weight:600;}
.cls-4{letter-spacing:0em;}
.cls-5{letter-spacing:0em;}


svg#timelinesite {
    max-width: 700px;
    width: 100%;
    margin: auto;
}




.modal-body p{
    text-align: justify;
}


.btn-close-time-line {
    --bs-btn-color: #fff;
    --bs-btn-bg: #bfa41f;
    --bs-btn-border-color: #bfa41f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f2d027;
    --bs-btn-hover-border-color: #f2d027;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f2d027;
    --bs-btn-active-border-color: #f2d027;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #bfa41f;
    --bs-btn-disabled-border-color: #bfa41f;
  }


  @media (max-width: 500px) {
    .timeline h5{
        width: 35px;
        color: #fff;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
        font-weight: 500;
        font-size: 18px;
    }
    .circle{
        width: 35px;
        height: 35px;
        cursor: var(--bs-btn-focus-shadow-rgb);
    }
  }


  