body {
	background-color: rgba(250, 235, 215, 0.87);
}

.titulo {
    text-align: center; 
}

h1 {
  margin-top: 100px;
	margin-right: 170px;
	margin-left: 170px;
	margin-bottom: 0px;
	color: #240046;
}

h2 {
 	margin-right:170px;
	margin-left: 180px;	
}

h3 {
 	margin-right:170px;
	margin-left: 180px;	
}

p {              
    margin-right:170px;
	margin-left: 180px;
    text-align: justify;
	line-height: 1.3;
}

.p1 {
	margin-right: 53px;
	max-width: 293px;
}

.circle {
		height: 29px;
		width: 29px;
		background-color: #081a41;
		border-radius: 50%;
		display: inline-block;
		margin-left: 6px;
		margin-right: 6px;
}

.contenedor {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: justify;
  line-height: 1.3;               
}

.imagen {
	margin-top: 23px;
}

.video {
	display: block;
	margin-left: auto;
	margin-right: auto;	
}