#header {
	width: 100%;
	background-color: #eaeaea;
	position: relative;
    /*z-index: -1;*/
    background-color: rgba(0,0,0,0);
    background: url(../img/cover/cover3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*
#dark-overlay {
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0;
    z-index: 10;
}
*/

@media screen and (max-width: 700px) {
    #header {
        background-attachment: scroll;
    }
}

#header-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
	text-align: center;
    padding: 40px;

}

.top-bar {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 56px;
	background: #fff;
}

.oesp {
	display: inline-block;
	margin-left: 16px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.oesp:hover {
	opacity: .54;
}

#header-logo {
    font-family: 'Marcas Estadão';
    font-size: 2rem;
    /*position: absolute;*/
    /*left: 1rem;*/
    /* right: 0; */
    text-align: left;
    /*top: 1rem;*/
    color: #006194;;
}


#header-selo{
    position: absolute;
    top: 25%;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    left: 0;
    right: 0;
	text-align: center;
}

#linha-fina {
    font-family: 'Lato', sans-serif;
	font-weight: 700;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 340px;
	line-height: 1.5;
}

#header-title h1{
    font-size: 64px;
    /*text-shadow: 2px 2px 8px #000;*/
}

@media all and (max-width: 660px) {
    h1 {
        font-size: 3rem !important;
    }
    h1 span {
        font-size: 2.4rem !important;
    }
}

.fa-facebook {
	color: #9e9e9e;
}

.fa-twitter {
	color: #9e9e9e;
}

.header-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0.6rem;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.8em;
	text-align: center;
}

@media (min-width: 600px) {
	.header-caption {
		text-align: left;
	}
}

.header-link {
	position: absolute;
	top: 18px;
	right: 6px;
}

@media (min-width: 600px) {
	.header-link {
		top: 36px;
		right: 24px;
	}
}

.header-link a {
	border: 2px solid white;
	border-radius: 4px;
	padding: 0.5em;
	color: white;
	font-weight: bold;
	transition: 0.2s all;
}

.header-link a:hover,
.header-link a:focus {
	background: white;
	color: #006293;
}
