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

#info {
	background: #ffffff;
}

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

.texto {
	width: 100%;
}

.texto h3{
	color: #090909;
	margin-top: 5%;
	margin-bottom: 0;
	padding-left: 1.4em;
	font-family: 'Fugaz One', cursive;
	font-size: 1.4em;
}

.texto p {
	margin-top: 0%;
	padding: 2rem;
	font-size: 16px;
	color: #333;
	text-align: justify;
	font-family: 'Barlow', sans-serif;
}


/* MEDIA QUERYS @media (min-width: 480px) {} */



@media (min-width: 1024px) {

	.texto {
		width: 70%;
	}

	.texto h3{
		margin-top: 12%;
	}

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

}

