@import url('https://fonts.googleapis.com/css?family=Nunito:300');

body{
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #595959;
}

a,
a:focus,
a:active,
a:hover{
	color: #595959;
	text-decoration: underline;
}

.header{
	background-color: #2D2D2D;
	padding-top: 8px;
	padding-bottom: 7px;
	border-bottom: 4px solid #FFF;
}
.navbar-nav {
	margin: 0 -15px;
}

.navbar-default{
	background-color: #2D2D2D !important;
	border:0 !important;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active{
	color: #FFF;
	text-decoration: none;
}

@media (min-width: 768px) {
	.navbar-nav{
		margin: 0 auto;
		display: table;
		table-layout: fixed;
		float: none;
	}

	.navbar-default .navbar-nav>li>a{
		color: #FFF;
		padding: 25px 36px !important;
		padding-bottom: 0px !important;
	}
}

@media (max-width: 768px) {
	.navbar-default{
		margin-top:17px;
		background-color: #686F6B !important;
	}
}

.headlines{
	position: relative;
	text-align: center;
	color:#FFF;
	padding-top: 160px;
	margin-bottom: 27px;
	height: 623px;
	overflow: hidden;
}

.bg_video{
	position: absolute; 
	display: block !important;
	right: 0; 
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto; 
	z-index: -1000;
	/*background: url(../../rip/files/banner.png) no-repeat;*/
	background-size: cover; 
}

.headlines h1{
	font-size: 56px;
}

.headlines h2{
	font-family: Helvetica, sans-serif;
	font-size: 56px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 140px;
}


@media (max-width: 768px) {

	.headlines{
		height: 500px;
		padding-top: 80px;
	}

	.headlines h1{
		font-size: 36px;
	}

	.headlines h2{
		font-family: Helvetica, sans-serif;
		font-size: 36px;
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 60px;
	}

}

.headlines a,
.headlines a:focus,
.headlines a:active,
.headlines a:hover{
	font-size: 26px;
	color:#FFF;
	text-transform: uppercase;
	text-decoration: none;
}

h3{
	text-align: center;
	color: #A41916;
	position: relative;
	font-size: 45px;
	margin-bottom: 37px;
	display: block;
}

h3:before{
	content : "";
	position: absolute;
	left    : 50%;
	margin-left: -10px;
	bottom  : -5px;
	height  : 1px;
	width   : 20px;  /* or 100px */
	border-bottom:4px solid #A41916;
}

h4{
	color: #A41916;
}

h5{
	text-align: center;
	color: #A41916;
	position: relative;
	font-size: 16px;
	padding-top: 16px;
	margin-bottom: 27px;
}

h5:before{
	content : "";
	position: absolute;
	left    : 50%;
	margin-left: -30px;
	top  : -0px;
	height  : 1px;
	width   : 60px;  /* or 100px */
	border-bottom:1px solid #A41916;
}

#sobre{
	padding: 27px 0;
}

#sobre strong{
	color:#333;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 17px;
}

#sobre .fa{
	color: #A41916;
	font-size: 170px;
	margin-bottom: 27px;
}

@media (min-width: 1200px) {
	#sobre .inner{
		margin-top:35px;
	}

	#atuacao .firstInner{
		padding-top:75px;
	}

	#atuacao .secondInner{
		padding-top:75px;
	}

	#atuacao .thirdInner{
		padding-top:35px;
	}

	#atuacao .fourthInner{
		padding-top:55px;
	}

	body{
		overflow-x: hidden !important;
	}

	#sobre,
	#atuacao,
	#parceiros{
		margin: 0 -20px !important;
	}
}

#parceiros img{
	text-align: center !important;
	margin: 0 auto !important;
}

#contato em{
	font-size: 17px;
	font-style: initial;
}

