body{
    background-image: url(/imagens/background/background_hist.png);      
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: auto;
}

.header_hero{
    background-color: #faf7f1;
}

.section_banner_historia {
    position: relative;
    width: 100%;
    height: 30em;
    overflow: hidden;
    margin-top: 10em;
    margin-bottom: -12em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_historia {
    font-size: 10em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    color: rgba(255, 255, 255, .7);
    padding: 1em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section_historia {
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding: 10em;
    height: auto;
}

.div_paragrafo {
    background-color: white;
    background: #faf7f1;
    padding: 5em;
    display: flex;
    flex-direction: column;
    gap: 2em;
    border-radius: 1em;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
}

.p_historia {
    font-size: 1.6em;
    color: #332222;
    line-height: 2em;
    letter-spacing: .1em;
}

.img {
    border: 2px solid #b4b4b4;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .5);
}

.div_p_img.div_joao_metz {
    display: flex;
    align-items: center;
    gap: 2em;
}

.div_joao_metz .img {
    width: 20em;
    height: 20em;
    border-radius: 50%;
    object-fit: cover;
}

.div_joao_metz p {
    flex-grow: 1;
}

.first_letter {
    font-size: 4em;
    float: left;
    margin-right: 0.1em;
    line-height: 1;
    vertical-align: top;
}

.div_p_img.div_galpao {
    display: flex;
    align-items: center;
    gap: 2em;
    justify-content: space-between;
}

.div_galpao p {
    align-self: flex-start;
    margin: 0;
}

.div_paragrafo.segundo {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.div_p_img.div_construcao {
    flex-shrink: 0;
    max-width: 300px;
    margin-left: auto;
}

.img.construcao_metz {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.div_text_paragrafo_construcao {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.div_p_img.div_exposicao {
    display: flex;
    align-items: center;
    gap: 2em;
}

.div_exposicao p {
    align-self: flex-start;
    margin: 0;
}

.div_p_img.div_atual {
    display: flex;
    align-items: center;
    gap: 2em;
    justify-content: space-between;
}

.div_atual p {
    width: 70%;
    align-self: flex-start;
    margin: 0;
}

.div_atual .img {
    width: 30%;
    height: 20em;
    object-fit: cover;
}

.div_linha_tempo {
    position: relative;
    height: 10em;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.div_linha_tempo hr {
    width: 90%;
}

@media (max-width: 1024px) {
    .section_banner_historia {
        height: 40em;
        margin-bottom: 0;
    }
    .title_historia {
        font-size: 7em;
    }
    .section_historia {
        padding: 4em;
    }
    .div_p_img.div_joao_metz .img {
        width: 15em;
        height: 15em;
    }
    .div_galpao .img, .div_atual .img {
        width: 35%;
    }
}

@media (max-width: 768px) {
    .section_banner_historia {
        height: 30em;
        margin-bottom: 0;
    }
    .title_historia {
        font-size: 5em;
    }
    .section_historia {
        padding: .5em;
    }
    .div_galpao .img, .div_atual .img {
        width: 50%;
    }
    .img {
        display: none;
    }
    .p_historia {
        line-height: 1.5em;
    }
    .div_galpao p {
        width: 100%;
        align-self: center;
    }
    .div_atual p {
        width: 100%;
    }
    .div_exposicao p {
        width: 100%;
        align-self: center;
    }
    .div_text_paragrafo_construcao {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        gap: 1em;
    }
    /* REGRA REMOVIDA: .navegation_hero { display: inline-block; } */
}

/* LINHA DO TEMPO */
.timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8em;
    padding: 10px 20px;
    z-index: 1;
    background-color: #faf7f1;
    overflow: hidden;
}

.progress-bar {
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #b4b4b4;
    z-index: 1000;
    width: 0;
    transition: width 0.2s ease;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}

.timeline-item::after {
    content: "";
    position: absolute;
    bottom: 1.9em;
    width: .1em;
    background-color: black;
    height: .7em;
}

.timeline::after {
    content: "";
    background-color: black;
    height: .1em;
    left: 0;
    bottom: 3.2em;
    z-index: 2;
    width: 100%;
    position: absolute;
    margin: 0;
}

.timeline-icon {
    width: 2.5em;
    height: auto;
    margin-bottom: 5px;
}

.timeline-item span {
    font-size: 1.5em;
    margin-top: 50px;
}

.timeline-item .timeline-icon + span {
    margin-top: 5px;
}

.scroll-to-top {
    bottom: 7em;
}

@media (max-width: 1024px) {
    .timeline, .progress-bar {
        height: 7em;
    }
    .timeline-icon {
        width: 2.2em;
    }
    .timeline-item span {
        font-size: 1.2em;
    }
    .timeline-item::after {
        bottom: 1.55em;
    }
    .timeline::after {
        bottom: 2.9em;
    }
}

@media (max-width: 768px) {
    .timeline, .progress-bar {
        height: 6.5em;
    }
    .timeline-icon {
        width: 2em;
    }
    .timeline-item span {
        font-size: 1.1em;
    }
    .timeline-item::after {
        bottom: 1.15em;
    }
    .timeline::after {
        bottom: 2.5em;
    }
}

footer {
    margin-top: 8em;
}