@font-face {
  font-family: 'arial';
  src: url('fonts/arial.eot'); /* IE9 Compat Modes */
  src: url('fonts/arial.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/arial.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/arial.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/arial.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/arial.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/* --------------- PRE LOADER --------------- */
body{
	overflow: hidden;
}
#preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
}
#preloader-content{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
#preloader-content img:last-child{
	width: 4em;
	margin-top: 1em;
}
/* --------------- DEFAULT --------------- */
.space-default{
	padding: 0em 6em;
}
.space-header{
	width: 100%;
}
.space_h{
	height: 100px;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.title-bold{
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
}
.txt-default{
	text-align: justify;
}
/* --------------- ESTRUTURA DEFAULT --------------- */
.banner-def{
	height: 60vh;
	background-color: #000;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
.content-title-def{
	background-color: #e4e4e4;
	margin-top: 2em;
	padding: 1em;
 }
 .title-def{
 	margin-bottom: 0;
 	text-transform: uppercase;
 	font-size: 1.2em;
 }
/* --------------- O QUE FAZEMOS --------------- */
.banner-oqf{
	background-image: url(../img/oqf/banner.png);
}
 .oqf-sub{
 	padding: 0;
 }
.oqf-sub ul{
 	display: inline-block;
 	list-style: none;
 	margin: 0;
 	padding: 0;
 }
.oqf-sub ul li{
	margin-right: .2em;
	font-size: .8em;
	margin-top: 1em;
	display: inline-block;
}
.oqf-sub ul li a{
	color: #000;
	padding: .5em 1em;
	border-radius: 4px;
	-webkit-transition: background-color 1s;
	-o-transition: background-color 1s;
	transition: background-color 1s;
}
.oqf-sub ul li a:hover{
	text-decoration: none;
	background-color: #e4e4e4;
}
#active, #active1, #active2{
	background-color: #e4e4e4;
}
.content-oqf{
	margin-top: 4em;
}
.title-oqf{
	margin-left: 1em;
}
.content-oqf-title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 2em;
}
.content-oqf-title img{
	max-width: 4em;
	max-height: 4em;
}
.content-oqf-title-icon{
	margin-left: .5em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
}
.sub-text-oqf{
	font-size: 1.2em;
}
.text-oqf{
	text-align: justify;
}
.oqf-content-ajuda-fixed{

}
.oqf-content-ajuda{
	background-color: #e4e4e4;
	padding: 1em;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: sticky;
	position: -webkit-sticky;
	top: 90px;
}
.oqf-content-ajuda h3{
	text-transform: uppercase;
	font-size: 1.5em;
}
.oqf-content-ajuda p{
	text-align: justify;
	margin-bottom: 2em;
}
.oqf-content-ajuda-btn{
	text-align: center;
	display: inline-block;
	background-color: #ffcc2a;
	color: #fff;
	text-transform: uppercase;
	padding: .5em 1.4em;
	border: 1px solid transparent;
	-webkit-transition: background-color 2s;
	-o-transition: background-color 2s;
	transition: background-color 2s;
	font-weight: 700;
}
.oqf-content-ajuda-btn:hover{
	background-color: #fff;
	color: #ffcc2a;
	border: 1px solid #ffcc2a;
	text-decoration: none;
}
.bg-contato{
	background-image: 	url(../img/contato/banner.png);
}
/* --------------- CONTATO --------------- */
.content-contato{
	padding-top: 0;
	margin-top: 2em;
}
.contato{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-top: 1em;
	width: 100%;
}
.contato-align{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .5em;
}
.contato-align-img{
	background-color: #4b4b4d;
	width: 3em;
	height: 2.5em;
	border-radius: 5px 0 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.contato-align input, .contato-align textarea{
	width: 100%;
	padding: .5em 0 .5em 1em;
	background-color: #e4e4e4;
	border: none;
	border-radius: 0 5px 5px 0;
	color: #6b6b6b;
	outline: 0;
}
.contato-align textarea{
	resize: none;
}
.contato button{
	background-color: #4b4b4d;
	border: solid 1px transparent;
	color: #fff;
	border-radius: 5px;
	padding: .4em 2em;
	cursor: pointer;
	-webkit-transition: background-color 2s;
	-o-transition: background-color 2s;
	transition: background-color 2s;
	outline: 0;
	font-size: 1.2em;
}
.contato button:hover{
	background-color: #fff;
	border: solid 1px #4b4b4d;
	color: #4b4b4d;
}
/*conteúdo*/
.contato-content{
	display: block;
	margin-bottom: .5em;
}
.contato-content a img{
	width: 2em;
	max-height: 2.5em;
	margin-right: .5em;
}
.contato-content a{
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.contato-content a:hover{
	color: inherit;
	text-decoration: none;
	color: #4B4B4D;
}
.contato-content a span{
	display: block;
}
.contato-maps{
	margin: 5em 0;
	height: 30em;
}
/* ----------- RESPONSIVO ----------- */
@media (max-width: 991px){
	.space-default{
		padding: 0em 4em;
	}
}
@media (max-width: 767px){
	.space-default{
		padding: 0em 2em;
	}
}
@media (max-width: 575px){
	.space-default{
		padding: 0em 1em;
	}
	.banner-def{
		background-size: auto 100%;
		background-attachment: scroll;
	}
	/*quem somos*/
	.banner-qs{
		background-position: left;
	}
	.oqf-sub ul{
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-webkit-box-orient: vertical;
 		-webkit-box-direction: normal;
 		    -ms-flex-direction: column;
 		        flex-direction: column;
 		height: 6em;
 		overflow: auto;
 	}
 	.oqf-sub ul li a{
 		display: block;
 	}
 	.oqf-sub ul li{
 		margin-top: .5em;
 	}
}