@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-jzpl3j');
	src:url('../fonts/icomoon.eot?#iefix-jzpl3j') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?-jzpl3j') format('truetype'),
		url('../fonts/icomoon.woff?-jzpl3j') format('woff'),
		url('../fonts/icomoon.svg?-jzpl3j#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e903";
}
.icon-twitter:before {
	content: "\ea91";
}
.icon-linkedin2:before {
	content: "\eac9";
}

.icon-location:before {
	content: "\e901";
}

.icon-mobile:before {
	content: "\e909";
}

.icon-phone:before {
	content: "\e908";
}

.icon-mail4:before {
	content: "\e902";
}

.icon-menu:before {
	content: "\e905";
}

.icon-youtube:before {
	content: "\e907";
}

/*======================== ANIMATION =================================================*/
/* The animation code */
@keyframes alphaPosition {
    from {
    	padding-top: 200px;
    	opacity: 0;
    }
    to {
    	padding-top: 0px;
    	opacity: 1;
    }
}

/* The animation code */
@keyframes alpha {
    from {
    	opacity: 0;
    }
    to {
    	opacity: 1;
    }
}

/*------------------------------*/

.container{
	max-width: 1000px;
	margin: 0 auto;
}

body, html{
	height: 100%;
	margin: 0;
}

body{
	font-family: 'Dosis', sans-serif;
	line-height: 30px;
	color: #ffc85a;
	/*background: #000;*/
}

/*========================================= HEADER ==========================================*/

.social{
	height: 25px;
	background: #ededed;
	font-size: .8em;
	color: #9f9f9f;
}

.social li{
	display: inline-block;	 
	float: right;
	line-height: 20px;
	width: 20px;
	text-align: right;
	margin-right: 10px;
}

.social a{
	color: #9f9f9f;
}

.social a:hover{
	color: #ffc85a;
}


header{
	height: 110px;
}

h1{
	float: left;
	margin-top: 10px;
	/*height: 110px;*/
	text-align: center;
}

nav{
	/*position: relative;*/
	float: right;
	font-size: 1.2em;
}

nav a{
	text-decoration: none;
	color: #ffc85a;
}

nav a:visited{
	text-decoration: none;
	color: #ffc85a;
}

.ico_menu{
	width: 50px;
	height: 50px;
	background: #ffc85a;
	border-radius: 8px;
	padding: 10px;
	font-size: 1.5em;
	cursor: pointer;
	color: #000;
	float: right;
	margin: 25px;
	display: none;
}

.menu{
	/*clear: both;*/
}

.menu li{
	display: inline-block;
	/*background: #ededed;*/
	text-align: center;
	height: 110px;
	/*float: left;*/
	/*margin-left: 1px;*/
}



.sombra{
	width: 100px;
	background: #ffc85a;
	height: 0%;
	/* -webkit-transition: height 2s; For Safari 3.1 to 6.0 */
    transition: height .5s;
}


.menu_nome{
	padding: 43px 0;
	font-weight: 100px;
	cursor: pointer;
	color: #9f9f9f;
}


/*========================================= MAIN ==========================================*/

main{
	margin: 0;
}

.apresentacao{
	margin: 0 auto;
	text-align: center; 
	padding:40px 10px 50px 10px;
	font-size: 1.3em;
	color:#9f9f9f;
}

.apresentacao_dentro{
	margin: 0 auto;
	padding:40px 10px 50px 10px;
	font-size: 1.3em;
	color:#b8b8b8;
}

.logo_dentro{
	float: left;
}

.itens li{
	position: relative;
	display: inline-block;
	width: 32%; 
	margin: 0 10px 50px 0;
	height: 300px;
	text-align: center;
	float: left;
	font-size: 1.1em;
	color: #636363;
	font-weight: bold;
	opacity: 0;
}

.rebaixo{
	position: absolute;
	background: red;
	width: 100%;
	height: 79%;
	opacity: .2;
}

.itens li img{
	border-radius: 120px;
}

#local {
	width: 100%;
	height: 100%;
}

.mapa {
	width: 100%;
	margin: 0 auto;
	height: 500px;
}

.subtitulo{
	color: #ffc85a;
	text-transform: uppercase;
	font-size: 1.2em;
}

.quadro{
	background: #171616;
	padding: 15px;
	border-radius: 8px;
}

/*========================================= FOOTER ==========================================*/

footer{
	/*background: cyan;*/
}

.endereco{
	/*height: 300px;*/
	background: #ededed;
}

.localizacao li{
	background: #F5F4F4;
	width: 49%;
	display: inline-block;
	margin:15px 5px; 
	padding:20px; 
	float: left;
	border-radius: 8px;
	min-height: 290px;
}

.localizacao a{
	color: #ffc85a;
}

.localizacao li p{
	margin-left: 35px;
	color:#9f9f9f;
}

.titulo{
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 10px;
	text-transform: uppercase;
}

.strong{
	font-size: 1.1em;
	/*font-weight: bold;*/
	color: #ffc85a;
}

.icon-mobile{
	color: #ffc85a;
}

.localizacao .icon-location, .icon-mail4{
	font-size: 1.6em;
}

.form_grupo{
	/*background: cyan;*/
	margin-bottom:5px;
}

.form_grupo input,
textarea{
	font-size: .8em;
	width: 100%;
	border-radius: 6px;
	border: 0 solid;
	padding: 8px 5px;
	/*background: #171616;*/
	color:#ffc85a;
}

.btn_envia{
	background: #ee1d25;
	border-radius: 6px;
	color: #fff;
	width: 100px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	border:0 solid;
	cursor: pointer;
	font-size: .9em;
}

.sucesso{
	display: none;
}

.redes{
	margin: 0 auto;
	text-align: center;
	height: 100px;
	
}
.redes li{
	display: inline-block;
	font-size: 2em;
	padding: 32px 5px;
	color: #9f9f9f;
	
}

.redes li:hover{
	color: #ffc85a;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    /*height: 350px;*/
}



/*#owl-demo{
	position: relative;
}*/

@media screen and (max-width: 830px){

	h1{
		width: 100%;
		margin-top: 10px;
	}

	.social{
		display: none;
	}
	nav{
		width:100%;
	}
	.menu{
		/*display: none;*/
		clear: both;
		height: 0;
		transition: height .5s;
		overflow: hidden;
	}

	.menu li{
		display: block;
		margin-bottom: 1px;
		height: 60px;
	}

	.menu_nome{
		padding:17px 0; 
	}
	
	.sombra{
		width: 100%;
	}

	.ico_menu{
		display: block;
		cursor: pointer;
		clear: both;
		-webkit-user-select:none;
	}


	.itens li{
		width: 100%; 
	}

	.apresentacao{
		padding: 10px;
	}

	.localizacao li{
		width: 96%;
		margin: 10px;
	}

	.btn_envia{
		width: 100%;
	}

	/*.redes li{
		padding: 70px 10px;
	}*/

	.owl-theme .owl-prev{
		display: none !important;
	}

	.owl-theme .owl-next{
		display: none !important;
	}

	.form_grupo #telefone{
		display: none;
	}

	.mapa{
		text-align: center;	}

	iframe{
		width: 90%;
	}
}

@media screen and (max-width: 599px){

	h1{
		width: 100%;
		padding-left: 10px;
	}

/*	#owl-demo .item img{
		height: 300px;
	}*/

	.localizacao li{
		width: 95%;
		/*margin: 10px;*/
	}
	.apresentacao_dentro{
		text-align: center;
	}


	.logo_dentro{
		width: 100%;
		text-align: center;
	}

	.form_grupo #telefone{
		display: none;
	}

	.mapa{
		text-align: center;	}

	iframe{
		width: 90%;
	}

}

/*===================================SOBRE==================================*/

.sobre_perfil img{
	width: 100%;
}
