@charset "utf-8";
/* FINANCIAMIENTO */

.sa-finac-img {
	display:block;
	width:100%;
	margin:72px auto 0;
}

.sa-mfinac-img {
	display:none;
	width:100%;
}


.sa-cont-finac {
	margin:50px 2%;
	width:96%;
}


.sa-cont-finc-TG {
	padding-bottom:10px;
	margin-bottom:40px;
	border-bottom:solid 1px #C0C0C0;
	display: block;
	font-size: 28px;
	font-weight: 600;
	color: #505251;
	text-align:center;
}


.sa-preguntas {
	margin:10px 5%;
	padding:10px 5%;
	width:80%;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	background:#929292;
	color:#FFFFFF;
	transition-duration: 1s;
	cursor:pointer;
}


.sa_preg_tit {
	font-size:18px;
	font-weight:600;
}


.sa-cont-resp {
	font-size:14px;
	font-weight:400;
	margin-top:12px;
	text-align:justify;
	display:none;
}


@media screen and (max-width:700px){
	.sa-cont-finc-TG {
		font-size: 24px;
	}
}


@media screen and (max-width:600px){
	.sa-cont-finc-TG {
		font-size: 22px;
	}
}


@media screen and (max-width:520px){
	.sa-cont-finc-TG {
		font-size: 20px;
	}
}


@media screen and (max-width:480px){
	.sa-cont-finc-TG {
		font-size: 18px;
	}
	
	.sa_preg_tit {
		font-size:16px;
	}

	.sa-cont-resp {
		font-size:12px;
	}
}


@media screen and (max-width:430px){
	.sa-cont-finc-TG {
		text-align:center;
	}
	
	.sa_preg_tit {
		font-size:16px;
	}

	.sa-cont-resp {
		font-size:12px;
	}
}


@media screen and (max-width:400px){
	.sa-finac-img {
		display:none;
	}
	
	.sa-mfinac-img {
		display:block;
		margin-top:72px;
	}	
}


