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

#beneficios-tarjetas {
	background-color: #3b4791;
	color: #fff;
	padding-top: .5em;
	padding-bottom: .5em;
}

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

.text_beneficios {
	width: 100%;
	background-color: #181d3a;
	/* display: inline-flex; */
   	border: double 1px transparent;
   	border-radius: 20px;
   	background-image: linear-gradient(#4a5074, #6f7599), radial-gradient(circle at top left,#4c4ea1, #ffffff, #6e68ba);
   	background-origin: border-box;
   	background-clip: content-box, border-box;
}

.text_beneficios .titulo_ {
	color: #ffffff;
	text-align: left;
	font-size: 1em;
	font-family: 'Raleway', sans-serif;
	padding-top: 0;
	margin-left: .8em;
	margin-bottom: 0;
}

.text_beneficios p {
	margin-top: 0%;
	padding: 2em;
	font-size: .9em;
	color: #ffffff;
	text-align: justify;
	font-family: 'Raleway', sans-serif;
}

.texto2 {
	width: 100%;
	/* border-left: 1px solid gray; */
	padding-left: .5em;
}

.texto-beneficios2 p {
	margin-top: 0%;
	padding: 1em;
	font-size: 16px;
	color: red;
	text-align: justify;
}

.texto-beneficios2 li {
	text-align: left;
}

.texto-beneficios2 li {
	text-decoration: none;
	list-style: none;
	margin-top: 0%;
	padding: .7em;
	padding-left: 1em;
	font-size: 1.2em;
}

/* MEDIA QUERYS */

@media (min-width: 480px) {

	#beneficios-tarjetas {
	padding-top: 2em;
	padding-bottom: 2em;
}

	.text_beneficios .titulo_ {
		font-size: 1.6em;
		padding-left: .5em;
	}

	/* ?????????? */

	.texto-beneficios2 ul {
		padding-top: 10%;
	}

	.texto-beneficios2 {
		width: 25%;
	}

	.texto-beneficios2 p {
		margin-top: 15px;
		padding: 0 2rem;
		padding-right: 100px;
		font-size: 16px;
		color: red;
	}

}

@media (min-width: 1024px) {

	.text_beneficios .titulo_ {
		padding-top: .5em;
	}

	.text_beneficios {
		width: 60%;
	}

	.text_beneficios p {
		margin-top: 15px;
		padding: 0 2em;
		padding-right: 50px;
		font-size: 1.2em;
	}
}

