.indicador{
	position: relative;
	width: 100%;
	height: 30vh;
}
.indicador img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.filtro-indicador{
	position: absolute;
	width: 100%;
	background: rgba(49,93,250,0.80);
	height: 100%;
	top: 0px;
	left: 0px;

	display: flex;
	flex-direction: row;

	align-items: center;
	justify-content: center;

}


.filtro-indicador .seccion{
	position: relative;
	padding: 10px 15px;
	border-radius: 3px;
	
	
}
.filtro-indicador .seccion h3{
	position: relative;
	font-size: 40px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: bold;
}

.filtro-indicador .seccion a{
	text-decoration: none;
	font-size: 20px;
	transition: .3s;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.filtro-indicador .seccion a:hover{
	transition: .3s;
	color: #182e7a;
}
.filtro-indicador .seccion span{
	font-size: 20px;
		font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.filtro-indicador .seccion .greca-indicador{
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	width: 2px;
	height: 35px;
	background: #7d99fb;
}

@media screen  and (max-width: 992px){

}

@media screen  and (max-width: 768px){
	.filtro-indicador .seccion h3{
		font-size: 35px;
	}
}

@media screen  and (max-width: 576px){
	.filtro-indicador .seccion a{
		font-size: 16px;
	}

}