.principal{
	position: relative;
	display: flex;
	flex-direction: row;
	top: 100px;
	justify-content: center;
	align-items: center;
	font-family: 'Alegreya Sans', sans-serif;
	height: 700px;
}

.text-pcipal{
	color: black;
	text-align: left;
	font-size: 20px;
	left: 50px;
	margin-left: 100px;
	margin-top: 50px;
	}

.text-pcipal h1{
	width: 400px;
	line-height: 40px;
	}

.text-pcipal p{
	width: 500px;
	line-height: 30px;
	}

@media only screen and (max-width: 590px) {

	.principal{
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		top: 65px;
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.text-pcipal{
		color: black;
		text-align: center;
		width: 100%;
		font-size: 15px;
		left: 0px;
		margin-left: 0px;
		}

	.text-pcipal h1{
		width: 100%;
		line-height: 40px;
		}

	.text-pcipal p{
		width: 100%;
		line-height: 30px;
		}

		.img-cel img {
			margin-left: 50px;
			margin-bottom: 50px;
			transform: scale(0.7);
		}	

}