body{
	max-width: 850px; 
	margin: auto auto 1rem auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1rem;		  
    line-height: 1.6;
}
@font-face {
    font-family: 'Broadway-Normal';
    src: url('Broadway-Normal.ttf') format('truetype');
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
}
@media only screen and (max-device-width: 768px) {
    html {
        font-size: 20px;
        margin-bottom: 14px;
    }
}
.ftBroadway {
    font-family: 'Broadway-Normal', Broadway;
    color: #CCCCCC;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.titulo {
    text-align: center;
    margin: 1.6rem auto 0.8rem auto;
}
.subtitulo {
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    margin: auto auto 0.5rem auto;
}
.autoria {
    text-align: center;
    font-size: 0.7rem;
    color: #bdbcbc;
}
p{ 
	max-width: 850px; 
	margin:auto;
	text-align: left;
}
a {
    font-family: inherit;
    color: #999999;
}

a:link {
    color: #999999;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #999999;
}

a:hover {
    text-decoration: none;
    color: #5a5a5a;
    text-decoration: underline;
}

a:active {
    color: #0066FF;
    text-decoration: none;
}		
.COMPARTILHAR {
    max-width: 940px; 
    text-align: center;
}
.COMPARTILHAR img{
    width: 3.15rem;
}
.CARTA {
    text-align: justify;
}
.LISTA {
    font-size: 1rem;
    line-height: 1.6;
    padding: .2rem 0 0 0;
    max-width: 940px;
    text-align: left;
    margin-left: 0.7rem;
}
.FIGURA {
    font-size: 11px;
    color: #333333;
    text-align: center;
}
iframe.noScrolling {
	width: 850px; /*or any other size*/
	height: 350px; /*or any other size*/
	overflow: hidden;
	border: none;
}
.videoResponsivo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoResponsivo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.maisArtigos {
	text-align:center;
	font-size:smaller;
}
.ADVERTENCIA {
    max-width: 940px; 
    text-align: left;
	font-size:smaller;
	margin: 1.5rem auto;
}

li {
    font-size: 1rem;
    line-height: 1.5;
    /*padding: 0 .8rem 0 0;*/
    margin: 0 0.2rem 0 0.3rem;
}

.mobFlex {
    max-width:98%;
}

.mobFlex33 {
    max-width:32%;
}

.azulEscuro {
    color: MidnightBlue;
    font-weight: bold;
}

h5 {
    font-size: 1.5rem;
}
