body{


}


.fundo{
	 background-image: url('../img/fundoSite.jpg');
    background-repeat: no-repeat;
    background-size:100%;
    bottom: 0;
    color: black;
    left: 0;
    overflow: 0 auto;
    padding: 3em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    background-size: cover;
    position: fixed;

}


#btn-rematricula{

}

.btn-azul{
	color: #ffffff;
	font-weight: bold;
	background-color: #00BFFF; 
	font-size: 20px;
	border-radius: 20px;
	text-transform: uppercase;
	box-shadow: 10px;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 15px;
	border: 0;
	text-decoration: none !important;

}

.btn-azul:hover{
	transition: 2s !important;
	background-color: #00BFFF !important;
}

#btn-venha{
	font-size: 11px;
	margin-top: 300px;
	margin-left: -40px;
}


#logo{
	
	width: 250px;
	margin-top: 0px !important;

}

#celular{
	position: fixed;
	margin-left: 290px;
	margin-top: -80px;
	min-width: 200px;
}

#pessoas{
	position: absolute;
	margin-left: -690px;
	margin-top: -170px;
}

@media (max-width: @screen-xs-max) { ... }

@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max){

#btn-rematricula{
	left: -200px;
}
 }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {



}
@media (min-width: @screen-lg-min){




}