#intro_derechos{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	border: 0px solid red;
	
}

#contenido_hd{
	font-family: montserratli;
	font-size: 0.9em;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
	width: 90%;
	line-height: 20px;
	border: 0px solid red;
}











#temas_hhdd{
	width: 100%;
	min-height: 500px;
	background-color: #00a9bd;
	padding: 50px 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 200px));
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 20px;
	box-sizing: border-box;
}

#temas_hhdd > div[style]{
	grid-column: 1 / -1;
}


.inn_hhdd{
	width: 200px;
	height: 200px;
	border: 0px solid white;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	align-content: center;
	align-items: center;
}

.inn_hhdd img{
	width: 85px;
	height: 85px;
	margin-bottom: 20px;
}

.texicon{
	width: 190px;
	text-align: center;
	font-family: montserratbold;
	font-size: 0.9em;
	line-height: 20px;
	color: #FFFFFF;
	border: 0px solid white;
}





































#introduction_hdd{
	width: 100%;
	border: 0px solid red;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #FFFFFF;
}

#texto_grandote{
	font-family: montserratbold;
	width: 100%;
	text-align: center;
	margin-top: 100px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#texto_grandote p{
	width: 100%;
	font-size: 1.3em;
}

#texto_grandote span{
	width: 100%;
	font-size: 0.9em;
	font-family: montserratli;
}

hr{
	height: 4px;
	background-color: #00a9bd;
	border: 2px solid #00a9bd;
	width: 80%;
	margin-top: 20px;
}

.contenedor_resultados_ddhh{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	margin-top: 50px;
	border: 0px solid blue;
}


.resultados_ddhh{
	width: 50%;
    height: 350px;
	border-bottom:1px solid rgba(213,213,213,1.00);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.resultados_ddhh p{
	width: 90%;
	font-family: montserratli;
	font-size: 0.9em;
	line height: 22px;
}
