@media only screen and (max-width:768px){
	.entradas-blog .cntb-546-0-noticia-element-row{
   	display:flex;
     	flex-direction:column;
   }
  .entradas-blog .cntb-546-0-2-valor-contenido-comun-description{
  		display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 7;
  }
  .entradas-blog .cntb-546-0-1-valor-contenido-comun-name{
  		margin:15px 0;
  }
  .entradas-blog .cntb-546-0-noticia-element-row>a:last-child{
  		margin-bottom:15px;
    	margin-top:auto;
  }
  .app_chome_estru_nombre {
		font-size: 11px!important;
	}
	.app_chome_estru_cont {
		display: flex;
     	flex-wrap:wrap!important;
		width:100%!important;	
     justify-content:center;
	}
  .categorias_menu_movil{
		margin: 4px 9px!important;
	}
   .categorias_menu_movil a.app_chome_estru_nombre_selected{
     	border-bottom:1px solid black;
   }
}

.cntb-546-0-2-valor-contenido-comun-description {
    line-height: 1.5rem;
    max-height: calc(1.2rem * 9); 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical; 
}