@media (max-width: 575.98px) {
	#banner-top-preguntas {
		padding-top: 50px;
		min-height: 380px !important;
		background-position-x: 90% !important;
	} #banner-top-preguntas .title {	
    font-size: 8vw !important;
		background-position-y: 25vw !important;
	} #banner-top-preguntas .boton a {
		font-size: 5vw !important;;
	} h1 {
		font-size: 10vw !important;
	} #block-preguntas-1 {
		padding: 50px 0px !important;
	}
} @media (min-width: 575.98px) and (max-width: 767.98px) {
  #banner-top-preguntas {	
		padding: 80px 0px;
		min-height: 380px !important;
	} #banner-top-preguntas .title { 
    font-size: 6vw !important;
		background-position-y: 20vw !important;
	} 
} @media (min-width: 767.98px) and (max-width: 991.98px) {
  #banner-top-preguntas {	
		min-height: 400px !important;
	}
  #banner-top-preguntas .title { 
		background-position-y: 20vw !important;
	}	
} @media (min-width: 991.98px) and (max-width: 1199.98px) {
  #banner-top-preguntas {	
		min-height: 450px !important;
	}
}

body {
	background-color: #f3f3f3;
}

/* BANNER */
#banner-top-preguntas {
  	background-image: url('/img/preguntas/Foto.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	min-height: 550px;
	background-color: #fff;
} #banner-top-preguntas .title {
	font-family: "Biennale-b";
	font-size: 60px;
	padding: 20% 0% 0% 0%;
	line-height: 1.2;
} #banner-top-preguntas .boton {
	padding-top: 50px;
} #banner-top-preguntas .boton a {
	font-family: "Biennale-b";
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	background-color: #49b900;
	padding: 8px 40px 8px 40px;
	border-radius: 100px;
} 

#block-preguntas-1 {
	background-color: #fff;
	padding: 100px 0px 0px;
} #block-preguntas-2 {
	background-color: #fff;
	margin-top: -50px;
	padding-bottom: 50px;
} #block-preguntas-2 a {
	text-decoration: none;
	color: #313131;
} #block-preguntas-2 .card {
	border-radius: 0px;
	border: 0px;
	border-top: 3px solid #000;
	padding: 20px 0px;
} #block-preguntas-2 .card .card-header {
	border-radius: 0px ;
	background-color: #fff;
	border: 0px;
} #block-preguntas-2 .card img {
	width: 30px; 
	max-height: 15px;
}

/**/
#block-preguntas-2 li {
	font-family: "Biennale-l";
}

/**/
#block-preguntas-3 {
	background-image: url("/img/preguntas/Foto2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 100px 0px;
} #block-preguntas-3 a {
	font-family: "Biennale-b";
	color: #fff;
	text-decoration: none;
	background-color: #49b900;
	border-radius: 50px;
	padding: 10px 40px;

}