#info {
	color: #fff;
}

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

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

#picture img {
	width: 380px;
	height: auto;
}

.text {
	width: 100%;
}

.text h3{
	color: #0B6A6A;
	margin-top: 5%;
	margin-bottom: 0;
	padding-left: 1.4em;
	font-family: 'Bellota Text', cursive;
	font-size: 1.4em;
	
}

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


/* MEDIA QUERYS */

@media (min-width: 480px) {

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

	#picture img {
		padding-left: 0%;
		width: 470px;
		height: auto;
	}

}

@media (min-width: 1024px) {

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

	#picture img {
		padding-left: 7%;
		width: 550px;
		height: auto;
	}

	.text {
		width: 50%;
	}

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

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

}

