*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

html, body {
  height:100%;
}
html {
  display:table;
  width:100%;
}
body {
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  background:#f0f0f0;	
}

/*celular*/
@media (max-width: 480px) {
.img_mxw_ini_mvl{
	width:70%;
	max-width:100%;
	height:auto;
	}
}

/*tablet*/
@media (min-width: 481px) and (max-width: 1024px) {
.img_mxw_ini_mvl{
	width:50%;
	/*
	width:100%;
	*/
	max-width:100%;
	height:auto;
	}
}

/*computador*/
@media (min-width: 1025px) {
.img_mxw_ini_mvl{
	width:30%;
	max-width:100%;
	height:auto;
	}
}


/*
.img_mxw_ini_mvl{max-width:100%;height:auto}
#img_mxw_ini_mvl{max-width:100%;height:auto}
*/


	
	/*Esta classe foi desabilitada no arquivo principal por mal funcionamento*/
		.container_apresentacao{
		width:100%;
		text-align:center;
margin:0;	
background:#f0f0f0;	
	position:relative;

	/*
background-color:transparent;border-color:grey;border-style:solid;border-width:1px;border-radius:7px;	
*/
height:80vh;
/*
height:100vh;
*/
/*
height:100vh;
 height:90vh;
 */

/*
height:1200px;
*/
background:#f0f0f0;	
/*
 background-color: yellow;
 */
}
	

.elemento_apresentacao{
	width:100%;
	/*
	width:80%;
	*/
	height:auto;
  position:absolute ;
  top: 50%;
  left:50%;
transform: translate(-50%, -50%);
	background:#f0f0f0;	
	
	 /*
 background-color: yellow;	 
 background-color: red;
 */
}
