*{
	margin:0;
	padding:0;
}


	#preloader {
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background-color:#F27620; /* cor do background que vai ocupar o body */
		z-index:1500; /* z-index para jogar para frente e sobrepor tudo */
	}
	
	#preloader .inner {
		position: absolute;
		top: 50%; /* centralizar a parte interna do preload (onde fica a animação)*/
		left: 50%;
		transform: translate(-50%, -50%);  
	}
	.bolas > div {
	  display: inline-block;
	  background-color: #fff;
	  width: 25px;
	  height: 25px;
	  border-radius: 100%;
	  margin: 3px;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  animation-name: animarBola;
	  animation-timing-function: linear;
	  animation-iteration-count: infinite;
	   
	}
	.bolas > div:nth-child(1) {
		animation-duration:0.75s ;
		animation-delay: 0;
	}
	.bolas > div:nth-child(2) {
		animation-duration: 0.75s ;
		animation-delay: 0.12s;
	}
	.bolas > div:nth-child(3) {
		animation-duration: 0.75s  ;
		animation-delay: 0.24s;
	}
	
	@keyframes animarBola {
	  0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	  }
	  16% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0.7;
	  }
	  33% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1; 
	  } 
	}
	
	#logo_loading{
		width:200px;
		height:80px;
		background:url(../img/logo.png);
		background-size:contain;
		background-position:50%;
		background-repeat:no-repeat;
	}
		

header{
	width:100%;
	height:70px;
	background:#400000;
	position:fixed;
	z-index:1000;
	
	-webkit-box-shadow: 0px 2px 24px -4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 2px 24px -4px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 24px -4px rgba(0,0,0,0.7);
}

footer#top{
	width:100%;
	height:70px;
	background:#400000;
	z-index:1000;
	float:left;
	
	-webkit-box-shadow: 0px 2px 24px -4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 2px 24px -4px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 24px -4px rgba(0,0,0,0.7);
}

#info{
	width: 760px;
    height: 50px;
	position:absolute;
	left:50%;
	margin-left:-380px;
}

#info img.righ{
	margin-left:40px;
}

footer#middle{
	width:100%;
	height:70px;
	background:#200000;
	float:left;
}

footer#middle img{
	float:left;
	margin-right:5px;
	margin-top: 25px;
}


footer#middle h4{
	float:left;
	color:#fff;
	letter-spacing:0;
	width: auto;
	margin-top: 22px;
}

footer#down_1{
	width:100%;
	height:70px;
	background:#110000;
	float:left;
}

footer#down_1 p{
	width:100%;
	color:#848080;
	float:left;
	text-align:center;
	padding-top:20px;
}

footer#down_1 a{
	color:#848080;
}



#clear{
	clear:both;
}


h1{
	font-family:open sans;
	font-size:35px;
	font-weight:800;
	color:#3F0000;
	text-decoration:none;
}

h2{
	font-family:open sans;
	font-size:25px;
	color:#3F0000;
	font-weight:700;
}

h3{
	font-family:open sans;
	font-size:20px;
	color:#3F0000;
	font-weight:700;
}

p{
	font-family:open sans;
	font-size:16px;
	color:#555;
	font-weight:300;
}

h4{
	font-family:open sans;
	font-size:16px;
	font-weight:300;
	letter-spacing:5;
	color:#3F0000;
}

a{
	font-family:open sans;
	font-size:13px;
	color:#151515;
	font-weight:700;
	text-decoration:none;
}

a.underline{
	text-decoration:underline;
}

body{
	background:#F3E9E4;
}

div#centro{
	width:960px;
	height:auto;
	margin:0 auto;
}

#logo{
	width:120px;
	height:30px;
	background:url(../img/logo.png);
	background-size:cover;
	background-position:50%;
	background-repeat:no-repeat;
	float:left;
	margin:20px 0 0 0; 
}

nav{
	float:right;
	width: 560px;
}



nav ul li{
	width: 110px;
    height: 20px;
    padding: 25px 0 25px 0px;
    text-align: center;
    font-family: open sans;
    font-size: 14px;
    color: #fff;
    float: left;
    list-style: none;
}

li.selecionado{
	background:#200000;
}

#banner_topo{
	width:100%;
	height: 90vh;
	min-height:300px;
    height: -webkit-calc(100vh - 70px);
    height:    -moz-calc(100vh - 70px);
    height:         calc(100vh - 70px);
	background:url(../img/video_over.png);
	 padding-top:70px
}

#banner_topo h1{
    color: #fff;
	line-height: 50px;
	font-size:45px;
	font-family:arya;
    width: 100%;
    text-align: center;
	margin-top:-10px;
}
#banner_topo h4{
    color: #fff;
    width: 100%;
    text-align: center;
}

#botao{
	width:225px;
	height:41px;
	border-radius:50px;
	border:1px solid #fff;
	position:absolute;
	left:50%;
	margin-left:-112.5px;	
	margin-top:20px;
}

#pos_video{
	height:auto;
	width:100%;
	background:#F3E9E4;
	z-index:0;
}

#video {
	position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1000;
}



#banner_text{
	position: absolute;
    top: -webkit-calc(40vh );
    top: -moz-calc(40vh );
    top: calc(50vh );
    height: 150px;
    margin-top: -75px;
	width: 95%;
	padding: 0 2.5% 0 2.5%;
}

#botao h4{
    color: #fff;
    width: 100%;
    text-align: center;
	margin-top:10px;
	letter-spacing:10;
}

#destaque1{
	min-height:280px;
	width:100%;
	padding: 30px 0 30px 0;
}
#destaque2{
	min-height:280px;
	width:100%;
	padding: 30px 0 30px 0;
	background:#fff;
}

#banner_interno{
    width: 100%;
    height: 30px;
    background: url(../img/back_equipe.png);
    background-size: cover;
    background-position: 50%;
    /* padding-top: 30px; */
    padding-bottom: 40px;
    padding-top: 110px;
}

#banner_interno h2{
	color:#fff;
}

#tumb_left{
	width:235px;
	height:235px;
	border-radius:200px;
	background:url(../img/tumb_1.png);
	background-size:cover;
	float:left;
	margin-top: 20px;
	margin-right:40px;
}

#tumb_right{
	width:235px;
	height:235px;
	border-radius:200px;
	background:url(../img/tumb_2.jpg);
	background-size:cover;
	background-position:50%;
	float:right;
	margin-top: 20px;
	margin-left:40px;
}

#destaque1 h2{
	padding-top:60px;

}

#destaque1 h1{
	margin-top:-10px;
	font-size:40px;
	font-weight:700;
	letter-spacing: -2;
}

#destaque2 h2{
	padding-top:60px;

}

#destaque2 h1{
	margin-top:-10px;
	font-size:40px;
	letter-spacing: -2;
	font-weight:700;
}

#box_destaque_left{
	width:50%;
	height:350px;
	background:url(../img/td_1.jpg);
	background-size:cover;
	background-position:50% 30%;
	float:left;
	margin-top:20px;
}

#box_destaque_right{
	width:50%;
	height:350px;
	background:url(../img/td_2.jpg);
	background-size:cover;
	background-position:50% 50%;
	float:left;
	margin-top:20px;
}

#box_destaque.segundo{
	margin-left:20px;
}

#tumb_destaque{
	height:150px;
	width:150px;
	float:left;
	margin-right:20px;
}

#box_destaque p{
	padding-top:35px;
}

#box_destaque h2{
	margin-top:-05px;
	letter-spacing:-1.5;
	font-size:25px;
}

#equipe{
	width:100%;
	height:340px;
	background:url(../img/back_equipe.png);
	background-size:cover;
	background-position:50%;
	float:left;
	padding-top:40px;
}

#linha_left{
	width:35%;
	border-bottom:1px solid #909090;
	float:left;
	margin-top:20px;
}

h4#centro{
	float:left;
	margin:10px 5% 0 5%;
	width:20%;
	text-align:center;
}

#linha_right{
	width:35%;
	border-bottom:1px solid #909090;
	float:left;
}

#coluna{
	width:50%;
	height:auto;
	float:left;
}

#coluna h3{
	width:100%;
	text-align:center;
	margin-top:10px;
	float:left;
}

#coluna p{
	width:100%;
	text-align:center;
	float:left;
}

#foto_equipe{
	width:140px;
	height:140px;
	float:left;
	margin: 50px 0 0 170px;
}


#depoimentos{
	width:100%;
	min-height: 460px;
	padding-top:40px;
	float:left;

}

#box_depoimento{
	float: left;
    width: 26.666%;
    padding: 2.5%;
    height: auto;
    background: #fff;
    margin-top: 20px;
    margin-left: 2.5%;
}

#box_depoimento.first{
	margin-left:0;
}

#face{
	float:left;
	height:60px;
	width:60px;
	background:#555;
	border-radius:50px;
	margin-right:20px;
}

#box_depoimento h3{
	float:left;
	margin-top:10px;
}

#box_depoimento p{
	float:left;
	margin-top:20px;
}


#degrade{
	width:100%;
	height:350px;
	background:#000;
	background-size:cover;
	background-position:50%;
	opacity:0.5;
	
	-webkit-transition: opacity 0.2s ease-in-out;
		-moz-transition: opacity 0.2s  ease-in-out;
		-ms-transition: opacity 0.2s  ease-in-out;
		-o-transition: opacity 0.2s  ease-in-out;
		
	 -webkit-box-shadow:inset 0px 0px 0px 2px #000;
    -moz-box-shadow:inset 0px 0px 0px 2px #000;
    box-shadow:inset 0px 0px 0px 2px #000;
}

#degrade:hover{
	opacity:1;
}


#area_destaque h2, h4{
	color:#fff;
	width:100%;
	text-align:center;	
}

#area_destaque h4{
	padding-top:160px;
}

#down{
	width:50px;
	height:50px;
	border:1px solid #fff;
	border-radius:25px;
	float:left;
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-25px;
	background:url(../img/down.png);
	background-size:80%;
	background-position:50%;
	
}

#menu_mobile{
	display:none;
}

#menu_lateral{
	display:none;
}

#video2{
	display:none;
}

#foto{
	width:33.3333333333333333333333%;
	height:350px;
	float:left;
}

#foto.duplo{
	width:50%;
}

/*===========================================================================================================================*/
/*========== C O M E Ç A M    A Q U I    A S     D E F I N I Ç Õ E S      D E     R E S P O N S I V I D A D E ===============*/
/*===========================================================================================================================*/

@media screen and (max-width: 960px) {
	div#centro{
		width: 95%;
		float: left;
		height:auto;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	
	#face{
		float: none;
		margin: 0 auto;
	}
	
	#box_depoimento h3{
		width:100%;
		text-align:center;
	}

	#linha_left{display:none;}
	#linha_right{display:none;}
	

	#banner_topo{
		width:95%;
		padding-left:2.5%;
		padding-right:2.5%;
		height: 90vh;
		min-height:300px;
		height: -webkit-calc(100vh - 70px);
		height:    -moz-calc(100vh - 70px);
		height:         calc(100vh - 70px);
		background:url(../img/video_over.png);
		 padding-top:70px
	}	
	
	#clear_960{
		clear:both;
	}
	
	#foto_equipe{
		float:none;
		margin:0 auto;
		margin-top:20px;
	}
	
	#coluna{
		width:100%;
	}
	
	#coluna h3, p{
		width:100%;
		text-align:center;
	}
	
	#equipe{
		height:auto;
		padding-bottom:30px;
	}
	
	h4#centro{
		width:100%;
		text-align:center;
		padding: 0;
		margin: 0;
	}
	
	#banner_text{
		width: 90%;
	}
	
	#destaque1 p{
		text-align:left;
	}
	
	#destaque2 p{
		text-align:left;
	}
}

@media screen and (max-width: 850px) {
	
	
	#info {
    width: 95%;
    padding-left: 2.5%;
    height: 50px;
    position: absolute;
    left: 0;
    margin-left: 0;
	}
	
	div#clear_850{clear:both;}
	
	footer#middle{
		height:110px;
	}
	
	#info img.righ{
		margin-left:00px;
	}
	
	nav{
		display:none;
		width:100%;
		height:auto;
	}
	
	
	
	nav ul li{
		float:none;
		
	}
	
	#nav_mobile{
		float: left;
		padding-top: 90px;
		width: 95%;
		padding-left: 2.5%;
	}
	
	#nav_mobile li{
		list-style: none;
		width: 100%;
		height: 60px;
		font-size: 18px;
	}
	
	#menu_mobile{
		display:block;
		background:url(../img/menu.png);
		float:right;
		margin:20px 0 0 0;
		width:36px;
		height:36px;
		z-index: 800;
	}
	
	
	#menu_lateral{
		width: 100%;
		position: absolute;
		height: 100%;
		background: #a08f81;
		z-index: 800;
		display:none;
	}
	
	#foto{
	width:50%;
	}
}

@media screen and (max-width: 760px) {
	#botao{
		margin-top:20px;
	}
	
		
	#clear_750{
		clear:both;
	}
	
	#tumb_left{
		float:none;
		margin:00px auto;
	}
	
	#tumb_right{
		float:none;
		margin:00px auto;
	}
	
	#destaque1 h2,h1, p{
		text-align:center;
	}
	
	#destaque2 h2,h1, p{
		text-align:center;
	}
	
	#destaque1 h2{padding-top:10px;}
	#destaque2 h2{padding-top:10px;}
	
	#destaque1{padding-bottom:50px;}
	#destaque2{padding-bottom:50px;}
	
	#destaque1 a {  
		width: 100%;
		text-align: center;
		position: absolute;
		margin-top: 10px;
	}
	
	#destaque2 a {  
		width: 100%;
		text-align: center;
		position: absolute;
		margin-top: 10px;
	}
	
	#box_destaque_left{
		width:100%;
	}
	
	#box_destaque_right{
		width:100%;
		margin-top:0;
	}
	
	
	#box_depoimento{
		width:95%;
		margin-left:0;
		margin-top:5px;
	}
	
}

@media screen and (max-width: 500px) {
	footer#middle h4{
		width:270px;
		text-align:left;
	}
	
	footer#middle {
		height: 130px;
	}	
	
	footer#down_1{
		   height: 100px;
	}
	
	#banner_text{
		top: calc(40vh );
	}
	
	#video{
		display:none;
	}
	
	#video2{
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		padding-top: 0;
		min-width: 100%;
		min-height: 100%;
		z-index: -1000;
	}
	#foto{
	width:100%;
	}
	#foto.duplo{
	width:100%;
	}
}