.noticia-container {
	width: 1170px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
    margin: auto;
    margin-bottom: 10px;	
}

img {
	max-width: 100%;
}

.sobre {
	width: 15%; 
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
    color: #676767;	
    font-size: 1em;
}

.sobre img {
	width: 105px;
	height: 105px;
    border-radius: 100%;
    margin-bottom: 14px;
}

.sobre div {
	margin-top: 3px;
	text-align: center;
}

.sobre .autor {
	font-weight: bold;
	color: #333333;
}

.box-tempo-leitura {
	border: 2px solid #4717d9;
    border-radius: 5px;
    padding: 4px;
    font-size: 12px;
}

.tempo-leitura {
	color: #4717d9;
}

.share-container {
	margin-top: 5px !important;
}

.sobre .linha {
   margin-top: 20px;
   margin-bottom: 20px;
   border: 0;
   border-top: 1px solid #eee;
}

.data-publicacao-mobile {
	display: none;
}

.conteudo-container {
	width: 82%;
    margin-left: 3%;
    margin-top: 50px;
}

.titulo-noticia {
    font-size: 2.5em;
    line-height: 1.1667;
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Oxygen', sans-serif;
    font-weight: 900;    
}

.subtitulo {
	font-size: 1.3em;
}

hr {
	border-color: #cccccc;
	width: 100%;
}

.conteudo {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	line-height: 1.6;
	overflow: hidden;
}

.texto {
	width: 75%;
	font-size: 1.1em;
	overflow: hidden;
}

.relacionadas {
	display: flex;
	flex-direction: column;
	width: 17%;
	margin-left: 8%;
	font-size: 1.1em;
}

.relacionada {
/* 	display: flex; */
/* 	justify-content: flex-start; */
	align-items: flex-start;
    font-size: 0.875em;
    margin-bottom: 30px;
}

.capa {
	width: 100%;
	margin-top: 4px;
}

.capa img {
	border-radius: 3px;
	width: 100%;
}

.titulo-relacionada {
	font-size:12px;
	font-weight: 600;
	margin-top: 10px;
    font-family: 'Oxygen';
}

.titulo-relacionada a {
	color: #333;
	text-decoration: none;
}

.media-share-image {
	width: 25px !important;
	height: 25px !important;
}

.ql-size-small{font-size:.75em}
.ql-size-large{font-size:1.5em} 
.ql-size-huge{font-size:2.5em}
.ql-align-center {
    text-align: center;
}
.ql-align-justify {
    text-align: justify;
}
.ql-align-right {
    text-align: right;
}
