article {
	overflow: visible;
}

.container {
	position: relative;
}

.container img {
	height: auto;
	width: 100%;
}

.lider {
	position: absolute;
	height: 12px;
	width: 12px;
	border: 2px solid #FF3E42;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}

.texto {
	position: absolute;
	top: 22px;
	background: #fff;
	border: 2px solid #FF3E42;
	display: none;
	width: 160px;
	padding: 5px;
	font-family: 'OgloboCondensedMedium', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	left: -76px;
	z-index: 2;
}

.lider:hover .texto {
	display: block;
}

.texto:after, .texto:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.texto:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 12px;
	margin-left: -12px;
}

.texto:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ef4043;
	border-width: 16px;
	margin-left: -16px;
}