@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins",Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}

:root {
    --blueof: rgb(27, 58, 140);
    --greenof:rgb(26, 122, 26);
}


#fale-conosco
{
    background-color: var(--greenof);
}

#color-btn {
    background-color: var(--greenof);
}

#color-btn > a {
    text-decoration: none;
    color: white;
}




.fw-bold {
    color: var(--blueof);
}


.falar-conosco {
    color: rgba(0, 0, 0, 0.501);
    text-decoration: none;
    font-weight: bold;
}

.falar-conosco:hover {
    color: black;
    transform: translateY(-3px);
    transition: 1s;
}


#estatisticas {
   background-color: rgb(209, 244, 244);
   margin-top: 100px;
   padding: 50px 0px;
}


.title
{
    font-weight: bold;
    color: var(--blueof);
}



.colection {

    border-radius: 10px;
    padding: 20px;    
    border: .5px solid rgba(128, 128, 128, 0.285);
    background-color: white;    
    
}


.descricao {
    font-size: 13px;
    font-weight: bold;
    color: var(--blueof);
}

.locais {
    font-size: 12px;
    color: grey;
    
}


.colection > i {
    font-size: 1.2em;
    padding-bottom: 20px;
}





.timeline{
    position: relative;
    margin-left: 30px;
}

.timeline::before{
    content:"";
    position:absolute;
    left:18px;
    top:0;
    bottom:0;
    width:2px;
    background:#dfe5ef;
}

.timeline-item{
    display:flex;
    gap:30px;
    position:relative;
    margin-bottom:50px;
}

.timeline-circle{
    width:40px;
    height:40px;
    border-radius:50%;
    background:white;
    border:3px solid #dfe5ef;

    display:flex;
    justify-content:center;
    align-items:center;

    font-weight:bold;

    z-index:2;
}

.timeline-item.active .timeline-circle{
    background:#1844b2;
    color:white;
    border-color:#1844b2;
}

.timeline-content h4{
    font-size:1.4rem;
}

.timeline-content p{
    margin-top:8px;
}



.imgSpace {
    margin-bottom: 20px;
}


#shiba {
    margin-top: 30px;
}


#back {
    display: block;
    width: 90%;
    margin: 40px auto;
}
