
/* INICIA PREGUNTAS FRECUENTES */

#info_faqs {
	background: #fff;
	color: #fff;
}

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

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

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

.columnas {
	width: 100%;
}

.columnas h3{
	color: #0B6A6A;
	font-family: 'Expletus Sans', cursive;
	margin-top: 5%;
	margin-bottom: 0;
	padding-left: 1.8em;
	
}

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

/* 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: 0%;
		width: 550px;
		height: auto;
	}

	.columnas {
		width: 50%;
	}

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

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

}

/*OTRO PÁRRAFO COMPLETO*/

#info_completo {
	background: #474747;
	color: #fff;
}

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

.letras {
	width: 100%;
}

.letras h3{
	color: #1cd1ca;
	font-family: 'Expletus Sans', cursive;
	margin-top: 5%;
	margin-bottom: 0;
	font-size: 1.8em;
	padding-left: 1.2em;
	
}

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

/*FIN PÁRRAFO COMPLETO*/
