#simple {
	background: #fff;
}

#simple .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.divisor {
	width: 100%;
	background-color: #fff;
	padding-bottom: .5em;
}

.divisor h4{
	color: #000;
	text-align: left;
	margin-top: 0;
	margin-bottom: .4em;
	font-family: 'Barlow', sans-serif;
	font-size: 1.5em;
	color: steelblue;
	
}

.divisor p {
	margin-top: 0;
	padding: 2rem;
	font-size: 16px;
	color: #333;
	text-align: justify;
}


/* MEDIA QUERYS */

@media (min-width: 480px) {

}

@media (min-width: 1024px) {

	.divisor {
		width: 100%;
	}

	.divisor h4{
		margin-left: 0;
		margin-top: 0;
		margin-bottom: .4em;
	}

	.divisor p {
		margin-top: 15px;
		padding-right: 100px;
		font-size: 16px;
		color: #333;
	}

}

