.alinear_justificar {
text-align: justify;
}

.centrar_contenido_div {
    display: flex;
    align-items: center;
    
}

.circulo {
	width: 70px;
	height: 70px;
	border-radius: 40%;
	background: #ffca56;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    margin:0px auto;
    padding:3%;
    border: 2px solid #02246a;

    position: relative;
    top: 50px; right: 50%;
    z-index:2;
}