
#p_fondo {
	height: 420px;
}

#p_fondo p {
	color: #ffffff;
	text-align: center;
	font-size: 2em;
	/* font-family: 'conto-mediumuploaded_file', sans-serif; */
	font-family: 'Bellota Text', cursive;
	margin: 0;
	padding-top: 4.9em;
	padding-left: .1em;
	padding-bottom: 0;
	text-shadow: 3px 3px 6px #000;
}

#p_quienes {
	background: rgb(225, 225, 225);
	color: #fff;
	padding-top: 1em;
	padding-bottom: 1em;
}

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

#picture_qs {
	width: 100%;
	display: table;
}

#picture_qs img {
	width: 100%;
	height: auto;
}

.info_tarcredito {
	width: 100%;
}

.info_tarcredito a {
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
}

.info_tarcredito .titular {
	color: #4f96f3;
	text-align: left;
	font-size: 1.8em;
	/* font-family: 'Raleway', sans-serif; */
	font-family: 'conto-mediumuploaded_file', sans-serif;
	margin-top: 0;
	padding-top: .5em;
	padding-left: 1em;
	padding-bottom: 0;
	margin-bottom: 0;
}

.info_tarcredito p {
	margin-top: 0;
	padding: 1em;
	padding-top: 0;
	padding-left: 2em;
	font-size: 14px;
	color: #4f96f3;
	font-family: 'Raleway', sans-serif;
	text-align: justify;
}

#p_quienes ul {
	list-style: none;
	text-decoration: none;
}

.info_tarcredito li {
	margin-top: 0%;
	padding: .1em;
	padding-left: 0;
	font-size: 1.4em;
	color: #0a2a3f;
	text-align: justify;
	font-family: 'conto-mediumuploaded_file', sans-serif;
}

#p_quienes .ton a {
	list-style: none;
	color: #fff;
	border-radius: 25px;
	/*border: 1px solid #000;*/
	background-color: gray;
	padding: 2px 3%;
	margin: 1em;
	margin-left: 0;
}

#p_quienes .ton a:hover {
	border-radius: 25px;
	color: #fff;
	background-color: #000;
	border: 0px;
}

/* MEDIA QUERYS */

@media (min-width: 480px) {

	#p_fondo p {
		color: #ffffff;
		text-align: center;
		font-size: 3.5em;
		font-family: 'conto-mediumuploaded_file', sans-serif;
		margin: 0;
		padding-top: 3em;
		padding-left: 1em;
		padding-bottom: 0;
		text-shadow: 3px 3px 6px #000;
	}

	#p_quienes {
	color: #fff;
	padding-top: 1em;
	padding-bottom: 1em;
}

	#picture_qs {
		width: 35%;
		display: table;
	}

	#picture_qs img {
		padding-left: 0%;
		width: 100%;
		height: auto;
	}

	.info_tarcredito .titular {
		padding-top: 18%;
	}

}

@media (min-width: 1024px) {

	#picture_qs {
		width: 40%;
		display: table;
	}

	.info_tarcredito {
		width: 55%;
	}

	.info_tarcredito p {
		margin-top: 15px;
		padding: 0 2rem;
		padding-top: 0;
		padding-right: 100px;
		font-size: 1em;
	}

}

