.menu {
    margin-top: 0!important;
}
.breadcrumbs {
    background: #09202E!important;
}
.breadcrumbs h1 {
    text-align: center;
    margin-top: 0!important;
    position: relative;
}

.breadcrumbs h1::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 30%;
    border-bottom: solid 4px #fff;

    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
}

/* quando aparecer (ex: ao carregar ou via classe) */
.breadcrumbs h1.animar::before {
    transform: translateX(-50%) scaleX(1);
}

.breadcrumbs {
    padding: 100px 0 20px 0;
}

	article {
		color: #fff;
	}