	
	.bloco-2.desktopAuto > div{
		margin: auto!important;
	}
	
	.bloco-4 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
	}

	
	.bloco-4 > div, .bloco-4 > a > div{
		position: relative;
		width: calc( (100% - (25px * (4 - 1 ) ) ) / 4); /* ( (100% - (margin-right * (totalEls - 1 ) ) ) / totalEls) */
		margin-right: 25px;
		float:left;
		margin-bottom: 0px;		
	}	

/*	.bloco-4 > a > div:nth-of-type(3n), .bloco-4 > div:nth-of-type(3n),*/
	.bloco-4 > a > div:last-of-type, .bloco-4 > div:last-of-type{
		margin-right: 0px;
	}	
	
	.bloco-4._ultima-linha-2-els > a > div:nth-last-of-type(-n + 2), .bloco-4._ultima-linha-2-els > div:nth-last-of-type(-n + 2),
	.bloco-4:not(._ultima-linha-2-els) > a > div:nth-last-of-type(-n + 3), .bloco-4:not(._ultima-linha-2-els) > div:nth-last-of-type(-n + 3){
		margin-bottom: 0;
	}
	
	
/*
	.bloco-4 > div.card-tam-2-em-3, .bloco-4 > a > div.card-tam-2-em-3{
		width: calc( (100% - (10px * (3 - 1 ) ) ) / 3 * 2 + 10px );
	}
*/
	
	.bloco-4 ._deImg a{
		display: inline-block;
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}
	
	.bloco-4 ._deImg a .texto{
		font-size: 16px;
/*		margin: 15px auto calc(15px + 1.2em);*/
		margin: 15px auto;
		clear: both;
	    display: inline-block;
		width: 100%;
	}
	
	.noticia{background-color: #fff;position: relative;}
	
	.bloco-4 ._deImg a .grupo-titulo span{
		font-size: 20px;
   		text-transform: none;
	}
	
	.bloco-4 ._deImg a ._link, ._link.readmore{
		font-weight: bold;
		text-decoration: underline;
		font-size: 16px;
		margin-bottom: 0;
	}
	
/*
	
	.bloco-4 ._deImg a ._link{
		position: absolute;
		bottom: 0;
		top: auto;
		width: 100%;
		box-sizing:border-box;
		padding: 0 10px 15px 5px;
	
	}
*/
	
	
	
	.grupoTexto ._link.readmore{
		text-decoration: underline;
		display: inline-block;
		padding: 5px;
		text-transform: none;
		font-weight: bold; 
		border: none;
		margin-right: auto;
		font-size: 16px;
	}
	
	.texto2._semiTitulo{
		font-size: 30px;
	}
	
	.texto2._noticias{
		clear: both;
/*    	margin-bottom: 20px;*/
    	margin-bottom: 10px;
	}
	
	@media(max-width:1920px){
				
		.texto2._semiTitulo{
			font-size: 30px;
			font-size: calc( 14px + 0.832vw );
		}
		
		.bloco-4 ._deImg a .texto{
			font-size: 16px;
			font-size: calc( 12px + 0.208vw );
		}
		
		.bloco-4 ._deImg a ._link, ._link.readmore{
			font-size: 16px;
			font-size: calc( 14px + 0.104vw );
		}
				
	}
	
	
	.bloco-4 ._imglink > div.moldura-txt-noticia{
		padding: 15px 10px 15px 5px;
		clear: both;
		box-sizing: border-box;
	}

	
/*
	@media(min-width:1024px){
		
		
		.bloco-4.extra_2 > div.noticia:nth-last-of-type(2),
		.bloco-4.extra_1 > div.noticia:nth-last-of-type(2),
		.bloco-4.extra_1 > div.noticia:nth-last-of-type(3){
			margin-bottom: 50px!important;
		}

	}
*/
		
	
	@media(min-width:768px) and (max-width:1200px){

		.bloco-4 > div, .bloco-4 > a > div{
			width: calc( (100% - (25px * (2 - 1 ) ) ) / 2); /* ( (100% - (margin-right * (totalEls - 1 ) ) ) / totalEls) */
			margin-right: 25px!important;	
		}	

		.bloco-4 > a > div:nth-of-type(even), .bloco-4 > div:nth-of-type(even){
			margin-right: 0px!important;
		}	

		.bloco-4:not(._ultima-linha-2-els) > a > div:nth-last-of-type(-n + 2), .bloco-4:not(._ultima-linha-2-els) > div:nth-last-of-type(-n + 2){
			margin-bottom: 0;
		}

		.bloco-4 > div.noticia:nth-of-type(2n){
			margin-bottom: 25px!important;
		}
		
		
	}
	
	@media(max-width:767px){
		
		.texto2._noticias{
			font-size: 25px;
		}
		
		.texto2._semiTitulo{
			font-size: 25px;
			margin-bottom: 20px;
		}
		
		.bloco-4 > div._deImg{
			padding: 0 5%;
		}

		.bloco-4 > div._deImg.noPad{
			padding: 0;
		}
	
		.bloco-4 > div, .bloco-4 > a > div{
			width: 100%!important;
			margin-right: 0;
			margin-bottom: 30px!important;		
		}	


		.bloco-4 > a > div:last-of-type, .bloco-4 > div:last-of-type{
			margin-bottom: 0!important;
		}

		.linha._m_w80{
			width:80%!important;
		}
}

@media(max-width:767px){
		
		.texto2._noticias{
			font-size: 25px;
		}
		
		.texto2._semiTitulo{
			font-size: 25px;
			margin-bottom: 20px;
		}
		
		.bloco-4 > div._deImg{
			padding: 0 5%;
		}

		.bloco-4 > div._deImg.noPad{
			padding: 0;
		}
	
		.bloco-4 > div, .bloco-4 > a > div{
			width: 100%!important;
			margin-right: 0;
			margin-bottom: 30px!important;		
		}	


		.bloco-4 > a > div:last-of-type, .bloco-4 > div:last-of-type{
			margin-bottom: 0!important;
		}

		.relacionados{
			padding: 0.2em 10% 0;
			box-sizing: border-box;
		}

		.bloco-4 > div._deImg{
			padding: 0 10%;
		}

	}
	
	/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
	
	._max1280{
		max-width: 1280px;
	}
	
	.txtL{
		text-align: left;
	}
	
	.grupoTexto .texto1.noticia-tipo{
		text-transform: uppercase;
		color: #646464;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.noticia-info{}
	
	
	.share-socials{
		display: block;
	}
	
	.share-socials div{
		margin: 0 3px;
		display: inline-block;
	}
	
	
	.share-socials div:first-of-type{
		margin-left: auto;
	}
	.share-socials div:last-of-type{
		margin-right: auto;
	}
	
	.share-socials a{
		width: 50px;
		height: 50px;
		display: inline-block;
		box-sizing: border-box;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		cursor: pointer;
		border-radius: 50%;
		border: solid 1px #ccc;
		background-color: transparent;
/*		background: "image(https://cdns.iconmonstr.com/wp-content/releases/preview/2012/240/iconmonstr-facebook-1.png)";*/
		transition: background 250ms ease;
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
	
	.share-socials svg{
		fill:#000;
/*
		position: absolute;
		top: 50%;
		left:50%;
*/
		width: 50%;
		height: 50%;
/*		transform: translate(-50%,-50%);*/
		transition: fill 250ms ease;
	}	
	
	.share-socials a:hover{
		background: #000;
	}
	.share-socials a:hover svg{
		fill: #fff;
	}
	
	.relacionados{
		font-weight: bold;
		border-top: solid 1px #000;
		border-bottom: solid 1px #ccc;
/*		font-size: 50px;*/
		text-align: left;
		line-height: 2em;
		width: 100%;
		padding-top: 0.2em;
	}
	
	.noFloat{
		float: none!important
	}

	.video-v-frame{
		padding-top: 90vh!important;
		width: calc(90vh* 1080 / 1920);
		margin: auto auto auto 0;
		max-width: 100%;
	}
	
	@media(min-height:1080px){
		.video-v-frame{
			padding-top: calc(1080px * 0.9)!important;
			width: calc(1080px * 0.9 * 1080 / 1920);
			margin: auto;
			max-width: 100%;
		}
	}

@media(max-width:767px) and (min-width:280px){
	.linha._m_w80{
		min-width: 270px!important;
		max-width: 80%!important;
	}
}

