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

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

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

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

.texto {
	width: 100%;
	font-family: 'Assistant', sans-serif;
	background-color: #fff;
}

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

.texto .titulo_seccion {
	color: #000;
	text-align: left;
	font-size: 1em;
	margin-top: 0;
	padding-left: 2em;
	margin-bottom: 0;
}

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

.texto li {
	margin-top: 0%;
	padding: 1em;
	padding-left: 2em;
	font-size: 16px;
	color: #333;
	text-align: justify;
}

.texto h3 {
	margin-top: 0;
	padding: .5em;
	padding-left: 0;
	margin-left: 0;
	font-size: 5px;
	color: #000;
	text-align: justify;
	font-family: 'Krub', sans-serif;
}

#p_institucional ul {
	list-style: none;
	text-decoration: none;

}

#p_institucional .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_institucional .ton a:hover {
	border-radius: 25px;
	color: #fff;
	background-color: rgb(55, 40, 12);
	border: 0px;
}

/* MEDIA QUERYS */

@media (min-width: 480px) {

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

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

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

}

@media (min-width: 1024px) {

	.texto {
		width: 65%;
	}

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

}