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

#info_secundario {
	background-color: #f7f7f7;
	color: #fff;
	padding-top: .5em;
	padding-bottom: 1em;
}

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

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

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

.texto_dos {
	width: 100%;
}

.texto_dos .titulo_seccion {
	color: #d34e2a;
	text-align: left;
	font-size: 1.8em;
	font-family: 'Raleway', sans-serif;
	margin-top: 0;
	margin-left: 1em;
	margin-bottom: 0;
}

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

#info_secundario .ton a {
	color: orange;
	border-radius: 25px;
	border: 1px solid orange;
	padding: 2px 3%;
	margin: 1em;
}

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

/* MEDIA QUERYS */

@media (min-width: 480px) {

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

	#picture_dos {
		width: 50%;
		display: table;
	}

	#picture_dos img {
		padding-left: 0%;
		width: 100%;
		height: auto;
		border-radius: 0;
	}

}

@media (min-width: 1024px) {

	#picture_dos {
		width: 30%;
		display: table;
	}

	#picture_dos img {
		padding-left: 10%;
		width: 320px;
		height: auto;
	}

	.texto_dos .titulo_seccion {
	padding-top: 7%;
}

	.texto_dos {
		width: 33%;
	}

	.texto_dos p {
		margin-top: 15px;
		padding: 0 2rem;
		padding-right: 40px;
		font-size: 16px;
		color: #333;
	}

}

