
#espacio_galeria {
	margin-top: 190px;
	margin-bottom: 0px;
	height: 0;
	background: #fff;
}
/* INICIA PREGUNTAS FRECUENTES */

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

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

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

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

#info .contenedor img {
	width: 100%;
	height: 100%;
	padding-bottom: 1em;
}

.columnas {
	width: 100%;
	background-color: #ebf2fa;
	height: auto;
}

.columnas2 {
	width: 100%;
	background-color: #fff;
	height: auto;
}

.columnas2 p {
	margin: 0;
	padding: .3em 5%;
	font-size: 16px;
	color: #333;
	text-align: justify;
}

.columnas h3{
	color: #0B6A6A;
	margin-top: 5%;
	margin-bottom: 0;
	padding-left: 1.8em;
	
}

.columnas p {
	margin: 0;
	padding: .3em  5%;
	font-size: 16px;
	color: #333;
	text-align: justify;
}

/* MEDIA QUERYS */

@media (min-width: 480px) {

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


}

@media (min-width: 600px) {

	#espacio_galeria {
		margin-top: 150px;
	}

@media (min-width: 1024px) {

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

	#info .contenedor img {
	width: 92%;
	height: 92%;
	padding-bottom: 1em;
}

}

/*OTRO PÁRRAFO COMPLETO*/

#info_completo {
	background: #eaeaea;
}

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

.letras {
	width: 100%;
	background-color: #fff;
}

.letras h3{
	color: #0375bc;
	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: #000;
	font-family: 'Metrophobic', sans-serif;
	text-align: justify;
}

/*FIN PÁRRAFO COMPLETO*/
