.divH1.with-tag-cloud {
	display: block;
	padding-right: 0;
}

.divH1.with-tag-cloud .derechaH1 {
	width: 100%;
}

.nube {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.nubeCapsulas {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px;
	line-height: 20px;
	border: 1px solid;
	line-height: 30px;
	white-space: nowrap;
	color: #696969;
	padding: 0px 10px !important;
	border-radius: 28px;
}

.backlinks-previous-analysis {
	align-items: center;
}

@media screen and (max-width: 1280px) {
	.divH1.with-tag-cloud .derechaH1 {
		flex-wrap: wrap;
		justify-content: center;
	}

	.divH1.with-tag-cloud .derechaH1 .data-group:last-child {
		padding: 0;
		border: 0;
	}

	.divH1.with-tag-cloud h1 {
		flex-basis: auto;
	}

	.backlinks-previous-analysis .derecha button span {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.divH1.with-tag-cloud .derechaH1 .data-group {
		width: 100%;
	}
	.movildisplayflow{
		display: flow;
	}
	.movilmargintop10px{
		margin-top:10px;
	}
	.backlinksinlinecontenedor{
		flex-direction: column;
	}
	.backlinksdominios{
		border-left:0px !important;
	}
	.backlinkslistadodominiodetalle{
		width:95% !important;
		margin:auto !important;
	}
	#grafMediaBacklinks{
		margin:auto !important;
	}
	.backlinksdominios{
		width:95% !important;
		margin:auto !important;
		padding-left: 0px !important;
	}
}