.rotulo{
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	margin: 10px 0px 10px 0px;
	padding-left: 5px;
	}

/* ---------------------------------
My custom share
--------------------------------- */
.my-custom-share{
	display: grid;
	grid-template-columns: 34px auto 36px;
	grid-gap: 5px;
	gap: 5px;
	padding: 10px;
	margin-bottom: 20px;
	border: solid 1px #EEE;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background-color: #FFF;
	-moz-box-shadow: 2px 2px 7px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.1); 
	box-shadow: 2px 2px 7px rgba(0,0,0,0.1);
	}
.my-custom-share > div:nth-child(1){
	font-size: 11px;
	grid-column: span 3;
	padding: 3px;
	border-bottom: solid 2px #C00;
	color: #999;
	}
.my-custom-share > div:nth-child(2) > div{
	width: 34px;
	height: 34px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

/* ---------------------------------
modal
--------------------------------- */
#modal{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 7000;
	}
#modal-background{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.7);
	}
#modal-content{
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	padding: 10px;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
   	-webkit-transform: translate(-50%, -50%); /* Safari */
    transform: translate(-50%, -50%);
	}
#modal-stage{
	position: relative;
	max-width: 800px;
	max-height: 80vh;
	padding: 20px;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.5); 
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    background-color: #FFF;
    z-index: 7001;
    overflow-y: auto;
	}
#modal-close{
	position: absolute;
	top: -7px;
	right: -7px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	color: #EEE;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.70);
	z-index: 7002;
	}

/* CARD HORIZONTAL DE NOTÍCIAS */
.news-card{
	display: block;
	min-height: 220px;
	border-left: solid 5px;
	padding: 0px 10px 0px 10px;
	background-color: #F9F9F9;
	}
.news-card-foto{
	display: block;
	height: 100px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	overflow: hidden;
	}
.news-card-foto > figure{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	}
.news-card-foto > figure > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.8) contrast(90%);
	transition: ease-in-out 800ms; transform: scale(1); 
	}
.news-card-content{
	padding: 10px 0px 10px 0px;
	}
.news-card-content > h1{
	font-family: var(--font-title);
	font-size: 14px;
	font-weight: 700 !important;
	line-height: 100%;
	margin: 0px 0 10px 0;
	}
.news-card-content > p{
	display: none;
	font-size: 1.1em;
	}
.news-card-content > p > strong{
	color: #000;
	}
.news-card-content > span{
	font-size: 11px;
	color: #555;
	}
.news-card:hover img{
	filter: brightness(1) contrast(110%);
	transform: scale(1.07); 
	}
.news-card:hover h1{
	text-decoration: underline;
	}

/* BLOCOS */
.bloco-texto{
	display: table;
	max-width: 100%;
	margin-bottom: 20px;
	}
.bloco-texto-tema{
	display: inline-table;
	text-transform: uppercase;
	background-color: var(--color-default);
	color: #FFF;
	padding: 8px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin: 0px;
	font-size: 0.8em;
	}
.bloco-texto-titulo{
	font-family: var(--font-title);
	font-weight: var(--font-title-weight);
	font-size: 3em;
	letter-spacing: -1px;
	line-height: 110%;
	}
.bloco-texto-chamada{
	font-size: 1.9em;
	font-weight: 400;
	line-height: 110%;
	color: var(--color-cold);
	}
.bloco-texto-autor{
	font-size: 1em;
	font-weight: 700;
	color: var(--color-cold);
	margin: 0px;
	}
.bloco-texto-data{
	font-size: 0.8em;
	color: var(--color-cold);
	margin-bottom: 20px;
	}
.bloco-texto-img{
	display: table;
	width: 100%;
	margin-bottom: 20px;
	}
.bloco-texto-img > img,
.bloco-texto-conteudo img{
	max-width: 100%;
	}
.bloco-texto-conteudo iframe{
	width: 100% !important;
	}
.bloco-texto-conteudo figure{
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 100% !important;
	}
.bloco-texto-conteudo figcaption{
	padding: 10px;
	background-color: #EEE;
	}
.bloco-texto-conteudo table{
	width: 100%;
	}

.bloco-texto-conteudo table > thead > tr > th,
.bloco-texto-conteudo table > tbody > tr > td,
.bloco-texto-conteudo table > tfoot > tr > td{
	font-family: var(--font-default);
	font-size: 13px;
	padding:5px;
	text-align:left;
	}
.bloco-texto-conteudo table > tbody > tr > td{
	border-bottom:solid 1px rgba(0,0,0,0.1);
	}
.bloco-texto-conteudo table > tbody > tr:nth-child(odd) > td{
	background-color:rgba(255,255,255,0.92);
	}
.bloco-texto-conteudo table > tbody > tr:nth-child(even) > td{
	background-color:rgba(255,255,255,0.88);
	}
.bloco-texto-conteudo table > tfoot > tr > td{
	background-color: rgba(255,255,255,0.5);
	}

.bloco-texto-conteudo ol{
	padding-left: 25px;
	}

.bloco-texto-conteudo > p,
.bloco-texto-conteudo strong,
.bloco-texto-conteudo li{
	font-size: 20px;
	font-weight: 400;
	line-height: 170%;
	color: #444;
	}
.bloco-texto-conteudo > p{
	margin-bottom: 40px;
	}
.bloco-texto-conteudo strong{
	font-weight: 900;
	}
.bloco-texto-conteudo a{
	font-weight: 900;
	color: var(--color-default);
	}
.bloco-texto-conteudo a:hover{
	text-decoration: underline;
	}
	}
.bloco-texto-conteudo iframe{
	width: 100% !important;
	border: solid 2px #F60;
	}

.curtidas{
	width: 100%;
	display: grid;
	grid-template-columns: 90px auto;
	grid-gap: 10px;
	gap: 10px;
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
	padding: 10px 0px;
	margin-bottom: 10px;
	}
.curtidas-lista > a,
.curtidas-lista > div{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 3px;
	background-color: #EEE;
	border: solid 1px #CCC;
	}
.curtidas-lista > div > strong{
	display: block;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	}

@media (max-width: 1600px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 840px) {

}
@media (max-width: 720px) {

}
@media (max-width: 600px) {

}
@media (max-width: 480px) {
	.bloco-texto-titulo{
		font-size: 2.2em;
		}
	.bloco-texto-chamada{
		font-size: 1.6em;
		}
	.bloco-texto-conteudo p,
	.bloco-texto-conteudo a,
	.bloco-texto-conteudo strong,
	.bloco-texto-conteudo li{
		-ms-word-break: break-all;
		word-break: break-all;

		/* Non standard for webkit */
		word-break: break-word;

		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;

		font-size: 18px !important;
		}

	.bloco-texto-conteudo table > thead > tr > th,
	.bloco-texto-conteudo table > tbody > tr > td,
	.bloco-texto-conteudo table > tfoot > tr > td{
		font-family: var(--font-default);
		font-size: 13px;
		padding:3px;
		text-align:left;
		}
}
@media (max-width: 320px) {

}