#simple {
	background-color: rgb(255, 255, 255);
}

#simple .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*border-top: 1px solid rgba(0,0,0,.3);*/
}

.divisor3 {
	width: 100%;
	background-color: rgb(255, 255, 255);
}

.divisor3 h4{
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1.8em;
	color: rgb(50, 50, 50);
}

/* MEDIA QUERYS */

@media (min-width: 480px) {
}

@media (min-width: 1024px) {

	.divisor3 {
		width: 100%;
	}

	.divisor3 h4{
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
}

