/*Geral*/
body {
	padding-top: 75px;
	font-family: 'Oxygen', Arial, sans-serif;
}

.sans-serif {
	font-family: 'Merriweather', serif;
	font-size: 1em;	
}

.text-navy {
	color: #00074A;
}

.text-blue {
	color: #000E96;
}
/*Fim Geral*/
.box-shadow {
	box-shadow: 0 2px 4px 0  rgba(0,0,0,.05),
				0 4px 9px 0  rgba(0,0,0,.05);
}

/*introdução*/
.intro {
	background: url('../img/bg-intro.jpg') center center;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	height: 75vh;
	width: 100%;
	max-width: 100vw;
	overflow: hidden;
}

.intro h1 {
	font-size: 3rem;
	font-weight: bold;
}

.intro h1:after {
	content: "";
	display: block;
	width: 65px;
	height: 3px;
	background: #FFF;
	margin: 10px auto; 	
}

/*Sobre	*/
.titulo {
	font-size: 3em;
	font-weight: bold;
}

.sobre h2:after {
	content: "";
	display: block;
	width: 65px;
	height: 3px;
	background: #00074A;
	margin: 8px auto; 	
}

.sobre p {
	max-width: 960px;
	font-size: 1em;
	line-height: 1.6;
}

/*Fim sobre*/

/*servicos*/
.servicos {
	background-color: #00074A; 
}

.servicos h2:after {
	content: "";
	display: block;
	width: 65px;
	height: 3px;
	background: #FFF;
	margin: 8px auto; 	
}
/*Fim servicos*/

/*Quebra*/

#quebra {
	background: url('../img/slideone.jpg') center center;
	background-size: cover;
	background-attachment: fixed;
}

#quebra1 {
	background: url('../img/slidetwo.jpg') center center;
	background-size: cover;
	background-attachment: fixed;
}

#quebra2 {
	background: url('../img/slidethree.jpg') center center;
	background-size: cover;
	background-attachment: fixed;
}
@media (max-width: 768px) {
	#quebra .display-4,#quebra1 .display-4, #quebra2 .display-4 {
		font-size: 2.5rem;
	}

	body {
		padding: 0px;
	}

	.fixed-top {
		position: relative;
	}

	.intro {
		background: url('../img/bg-intro-mobile.jpg') center center;
		background-size: cover;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
	}	
}

@media (max-width: 425px) {

	nav a img {
		height: 57px;
		width: 180px;
	}

	.intro {
	background: url('../img/bg-intro-mobilesm.jpg') center center;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
	max-width: 100vw;
	overflow: hidden;
	}
}


/*Footer*/
.local img {
	height: auto;
 	max-width: 100%;
} 