@charset "utf-8";

body {
	background: url(../images/img_inicial/fundo.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	text-align:center;
	margin:0;
	padding: 0;
	margin:0px auto
	
	}


.movep {

	
	background-image: url(../images/img_inicial/beginmove.png);
	background-repeat:no-repeat;
	
	}
	
.meetp {
	background-image: url(../images/img_inicial/beginmeet.png);
	background-repeat:no-repeat;
	
	}
	
.mktp {
	background-image: url(../images/img_inicial/beginmkt.png);
	background-repeat:no-repeat;
	
	}
	
.assistp {
	background-image: url(../images/img_inicial/beginassist.png);
	background-repeat:no-repeat;
	
	}
	
.decorp {
	background-image: url(../images/img_inicial/begindecor.png);
	background-repeat:no-repeat;
	
	}
	
.caterp {
	background-image: url(../images/img_inicial/begincater.png);
	background-repeat:no-repeat;
	
	}
	
.wedp {
	background-image: url(../images/img_inicial/beginwed.png);
	background-repeat:no-repeat;
	
	}
	

#movep{
	background-color: #E8940B;	
}
#meetp{
	background-color: #E50079;;	
}
#mktp{
	background-color: #F39200;	
}
#assistp{
	background-color: #9ABE1D;	
}	
#decorp{
	background-color: #9E2D81;	
}
#caterp{
	background-color: #DC0D15;	
}
#wedp{
	background-color: #2C3A8B;	
}

	
	
#btservicos { 
	position: fixed;
	right:0px;
	padding:0;
	border:0;
	width: 350px;
	height:100%;
	z-index:101;
	
}
#img_servicos{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -262px;
	margin-right: 45px;	
}
#img_beginmove{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -214px;
	margin-top: -66px;	
}



.intro > div {
	position: absolute;
	top: 50%;
	margin-top: -66px;
	margin-left: -431px;
	left: 50%;
	width: 634px;
	height:133px;
}
.point {
	margin-left: -6px!important;
	
	background-image: url(../images/img_inicial/beginpoint.png);
	background-repeat:no-repeat;
	width: 221px;
	height:133px;
	
}
.quadrados{
	/*
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -263px;	
*/}
.quadrados .quadrado {
	margin-bottom: 62px;
}
.quadrado {
	width: 54px;
	height: 66px;
	top: 50%;
	margin-top: -66px;
	left: 50%;
	margin-left: 250px;
	position: absolute;
	display:none;
}

.botoes {
	position: absolute;
	top:50%;
	left:50%;
	width:81px;
	height:28px;
	margin-top: 105px;
	cursor: pointer;
	text-decoration: none;
	border: none;

}

.skip {
	position: absolute;
	top:50%;
	left:50%;
	width:81px;
	height:28px;
	margin-top: 105px;
	cursor: pointer;
	text-decoration: none;
	border: none;

}

	

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

	.point{
		display:none;	
	}
	#img_beginmove{
		top: 10px;	
	}
	
 }
 
 