@media only screen and (max-device-width: 768px) {
	html {
		font-size: 14px;
	}	
	.myimg {
		max-width: 20vw;
		max-height: 46VW;
		margin-right: 1.5vw;
	}
	.compartilhe img {
		max-width: 7vw;
		max-height: 7vw;
	}
	.compartilhe {
		margin-bottom: -14px;
	}	
	.m {
		font-size: 26px;
		/* display: block !important; */
	}
}
html {
	font-size: 100%;
}
body{
	max-width: 900px; 
	margin: auto auto 1rem auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.unselectable {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}	
.myimg {
	width: 200px;
	height: 460px;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}	
.compartilhe {
	padding: 0.3rem 0;
	font-size: 0.3rem;
	height: 5.3rem;
	overflow: hidden;
}
.compartilhe img{
	width: 3rem;
	vertical-align: middle;
}
.CARTA {
	max-width: 900px;
	padding: .75rem;
	background: white;
}
p{ 
	text-indent: 1.5rem;
	text-align: justify;
	max-width: 850px; 
	margin: 1.5rem auto;
}
ol {
	text-align: left;
	margin-left: -.5rem;
	font-size: .96rem;
}
ul {
	text-align: justify;
	margin-left: -.5rem;
	text-indent: .4rem;
	font-size: .95rem;
}
li {
	margin-top: .7rem;
}
.titulo {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin: 1.2rem auto;
}	
.subtitulo {
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	margin: -0.3rem auto 1.2rem;
}	
.autor {
	color: darkgrey;
	font-size: .75rem;
	margin: -0.5rem auto 2.2rem;
}	
a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #9999cc;
	text-decoration: none;
}
.FIGURA {
	font-size: .75rem;
}
.FIGURA img, .FIGURA iframe {
	max-width: 100%;
	border: none;
}	
.videoResponsivo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	font-size: .75rem;
}
.videoResponsivo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.DISCLAIMER {
	max-width: 900px;
	padding: .75rem;
	text-align: justify;
	font-size:smaller;
	margin: .75rem;
}
.m {
	display: none;
}	