* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* VARIABLES */

:root {
	--azul1: #0058a3;
	--azul2: #00b2e3;
	--azul3: #8bcdee;
	--azul4: #cbe7f8;

	--gris1: #ededed;
	--gris2: #cccccc;
	--gris3: #999999;
	--gris4: #666666;
	--gris5: #374049;

	--titulos1-familia: 'Montserrat', sans-serif;
	--titulos1-fontweight: 100;
	--titulos2-fontweight: 200;
	--titulos3-fontweight: 300;
	--titulos4-fontweight: 400;
	--titulos5-fontweight: 500;
	--titulos6-fontweight: 600;
	--titulos7-fontweight: 700;
	--titulos8-fontweight: 800;
	--titulos9-fontweight: 900;

	--open: 'Open Sans', sans-serif;
	--open-fontweight3: 300;
	--open-fontweight4: 400;
	--open-fontweight6: 600;
	--open-fontweight8: 800;
}

h6{
	color: #666666;
	background-color:#ededed;
	text-align: center;
	padding: 1.4rem;
	border-radius: 1rem;
	font-family: var(--open);
	font-weight: 600;
	line-height: 1.3rem;
}

.titulopersonas{
	font-size: 2.2rem;
	line-height: 2.4rem;
	/* width: 60vw; */
	margin-bottom: 0;
}

.contenedorfoto{
height: 70px;

}

.iconovida{
background-image: url(../img/educacion/icono01.svg);
}

.iconohogar{
background-image: url(../img/educacion/icono02.svg);

}

.iconosalud{
background-image: url(../img/educacion/icono03.svg);

}

.iconoautos{
background-image: url(../img/educacion/icono04.svg);

}

.iconomulti{
background-image: url(../img/educacion/icono05.svg);

}


