
/* INICIA PREGUNTAS FRECUENTES */

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

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

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

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

.columnas {
	width: 100%;
}

.columnas h5{
	color: #224587;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 5%;
	margin-bottom: 0;
	padding-left: 1.2em;
	padding-bottom: 0;
	font-size: 1.6em;
	
}

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

ul {
	text-decoration: none;
	list-style: none;
}

#btcarta {
	width: 100px;
	background: #922732;
	padding: 5px;
	padding-left: 12px;

	border-radius: 6px;
}

#btcarta:hover {
	width: 100px;
	background: #7d712f;
	cursor: pointer;
}

/* MEDIA QUERYS */

@media (min-width: 480px) {

	#pict {
		width: 50%;
		display: table;
		margin-top: 1%;
	}

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

}

@media (min-width: 1024px) {

	#pict {
		width: 40%;
		display: table;
	}

	#pict img {
		padding-left: 0%;
		width: 550px;
		height: auto;
	}

	.columnas {
		width: 60%;
	}

	.columnas h5{
		margin-top: 6%;
		padding-bottom: .6em;
	}

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

}