@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto+Condensed');

#inicio-txt-credito {
	background-color: #3b4791;
	color: #fff;
	padding-top: .5em;
	padding-bottom: .5em;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#inicio-txt-credito .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.info-credito {
	width: 100%;
	/* display: flex;
	justify-content: center;
	flex-direction: column; */
}

.info-credito p {
	margin-top: 0%;
	padding: 2em;
	padding-bottom: 1em;
	font-size: 1em;
	color: #ffffff;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}

/* MEDIA QUERYS */

@media (min-width: 680px) {

	#inicio-txt-credito {
	padding-top: .5em;
	padding-bottom: 0;
	}

	.info-credito p {
		margin-top: 15px;
		padding: 0 1.4em;
		font-size: 1.3em;
	}
}

@media (min-width: 1024px) {

	.info-credito {
		width: 67%;
	}

	.info-credito p {
		margin-top: 15px;
		padding: 0 1.4em;
		font-size: 1.5em;
	}
}

