
#p_fondo {
	height: 420px;
}

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

#p_quienes {
	background: rgb(41, 112, 202);
	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;

	/* opacity: 0; 
	transition: all 1s; */
}

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

/* .mostrarSomos { 
	animation: mostrarSomos 1s;
}
@keyframes mostrarSomos {
	0% {
		transform: translateX(80px);
	}
	100% {
		transform: translateX(0);
	}
} */

.info_somos {
	width: 100%;
}

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

.info_somos .titulo_sec {
	color: rgb(255, 255, 255);
	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_somos p {
	margin-top: 0;
	padding: 1em;
	padding-top: 0;
	padding-left: 2em;
	font-size: 14px;
	color: rgb(255, 255, 255);
	font-family: 'Raleway', sans-serif;
	text-align: justify;
}

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

.info_somos li {
	margin-top: 0%;
	padding: .3em;
	padding-left: 2em;
	font-size: 16px;
	color: #333;
	text-align: justify;
	font-family: 'Raleway', sans-serif;
}

.texto2 {
	width: 100%;
	height: 3.5em;
	font-family: 'Barlow', sans-serif;
	/*border-left: 1px solid gray;*/
}

.texto2 .titulo_sec {
	color: #000;
	text-align: left;
	font-size: 2em;
	font-family: 'Barlow', sans-serif;
	margin-top: 0;
	margin-left: 1.1em;
	margin-bottom: 0;
}

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

.texto2 li {
	list-style: none;
	text-align: left;
	padding-right: 0;
	padding-left: 2em;
	font-size: 16px;
	color: #333;
	text-align: justify;
	display: inline;
}

.texto2 li a {
	text-decoration: none;
	color: gray;
	text-align: justify;
	padding-top: .9em;
	padding-bottom: .5em;
}

.texto2 li a:hover{
	color: #000;
	text-align: justify;
	border-bottom: 1px solid gray;
}


#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_somos .titulo_sec {
		padding-top: 18%;
	}

}

@media (min-width: 1024px) {

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

	.info_somos {
		width: 55%;
	}

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

	.texto2 {
		width: 100%;
	}

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

}

