/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 26, 2017 */

.FAQ_A {
	z-index: -1;
	background-image: url(../../FAQ/images/FAQ_00.jpg);
	background-size: cover;
	background-position: 30% 40%;
	background-repeat: no-repeat;
	padding-top: 1px;
	}

.FAQ_A_Cuadro_A{
	position:absolute;
	background-color: rgba(1,1,1,0.6);
	left: 0px;
	}

.FAQ_A_Texto_A {
	position:absolute;
	text-align: left;
	font-family: 'Narkisim';
	font-weight: normal;
	letter-spacing: 0.1em;	
	color: white;
	}

ul.FAQ_lista {
	position: relative;
	text-align: justify;
	left: 0%;
	padding-right:10%;
	}

.FAQ_lista li{
	margin-top:4em;
	}

.FAQ_lista li a {
	text-decoration: none;
	font-family: 'CG';
	font-size: 0.92em;
	color:black;
	line-height: 2em;
	}

.FAQ_lista li a:hover {
	color:blue;
	}


/*TAMAÑO HASTA 450 ------------------------------------------------------ */

	@media screen and (max-width: 450px){

.FAQ_A {
	min-height: 300px;
	transform: translate(0,80px);
	height: calc(100vh - 80px);
	}
	
.FAQ_A_Cuadro_A{

	border-radius: 0em 0.8em 0.8em 0em;
	bottom: 30%;
	width: 360px;
	height:40px;
	}

.FAQ_A_Texto_A {
	font-size: 1.5em;
	padding-left: 0.8em;
	margin-top: 0.40em;
	}
	}

/*SALTO ARRIBA 450 ------------------------------------------------------ */

@media screen and (min-width: 450px){

.FAQ_A {
	min-height: 450px;
	transform: translate(0,210px);
	height: calc(100vh - 200px);
	}
	
.FAQ_A_Cuadro_A{
	border-radius: 0em 1.3em 1.3em 0em;
	bottom: 20%;
	width: 480px;
	height:50px;
	}

.FAQ_A_Texto_A {
	font-size: 2em;
	padding-left: 0.8em;
	margin-top: 0.35em;
	}

ul.FAQ_lista {
	text-align: center;
	list-style: none;
	left: 0px;
	}

.FAQ_lista li a {
	text-decoration: none;
	}

	}

/*INICIO SALTO ARRIBA 650 ------------------------------------------------------ */

@media screen and (min-width: 650px){

.FAQ_A {
	min-height: 400px;
	transform: translate(0,190px);
	height: calc(100vh - 150px);
	}
	
.FAQ_A_Cuadro_A{
	height:60px;
	bottom: 30%;
	}

.FAQ_A_Texto_A {
	font-size: 2em;
	padding-left: 0.8em;
	margin-top: 0.50em;
	}

.FAQ_lista li a {
	font-size: 1.2em;
	}

	}

/*SALTO ARRIBA 960 ------------------------------------------------------ */

@media screen and (min-width: 960px){

.FAQ_A {
	min-height: 900px;
	transform: translate(0,150px);
	height: calc(100vh - 120px);

	margin-right: auto; 
	margin-left: auto;
	max-width: 1300px;
	}
	
.FAQ_A_Cuadro_A{
	bottom: 30%;
	width: 780px;
	height:80px;
	}

.FAQ_A_Texto_A {
	font-size: 3.2em;
	padding-left: 1em;
	margin-top: 0.35em;
	}

ul.FAQ_lista {
	
	padding-right:5%;
	}

.FAQ_lista li a {
	font-size: 1.4em;
	}

	
}

