.pf {
	position: relative;
	height: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 41.35%;
	background: #fff;
}
.pf img {
	display: block;
	width: 100%;
}
.pf.encabezado {
	padding-bottom: 26.56%;
}
.pf li {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: center center no-repeat #666;
	background-size: cover;
}
.pf li .boxMax {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.pf li .wMax {

}
.pf li .box {
	/*
	position: absolute;
	top: 10.7%;
	left:4.7%;
	*/
	background: #ffffffCD; /*#ffffffE6;*/
	width: 440px;
	/*height: 47.6%;*/
	margin-top: 7%;
	padding: 15px 25px;
}
.pf.encabezado li .box {
	background: #ffffff80;
	width: 670px;
}

.pf h2 {
	font-size: 1.44em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
.pf h2 small {
	margin-left: 0.8em;
	text-transform: uppercase;
}
.pf p {
	font-size: 1em;
	line-height: 1.2em;
	margin: 1vw 0;
	padding: 0;
}
button, a.button, .a.button:visited {
	display: inline-block;
	color: #fff;
	background: var(--color);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 0.8em;
	border: 0;
	margin: 0.3em 0;
	padding: 0.6em 0.5em;
}
button:hover, a.button:hover {
	background: var(--primary-color);
}

@media (orientation: portrait) {
	.pf {
		padding-bottom: 80%;
	}
	/*
	.pf li .box {
		width: 80%;
	}
	
	.pf h2 {
		font-size: 4.4vw;
		line-height: 1.2em;
		margin: 2vw 0;
		padding: 0;
	}
	.pf p {
		font-size: 2.8vw;
		line-height: 1.2em;
		margin: 2vw 0;
		padding: 0;
	}
	.pf button, .pf a.button, .pf a.button:visited {
		color: #fff;
		background: var(--color);
		text-transform: uppercase;
		
		font-size: 3.2vw;
		line-height: 1.2em;
		border: 0;
		margin: 2vw 0;
		padding: 1vw;
	}
	*/
}
@media (max-width: 740px) {
	.pf.encabezado li .box {
		width: 90.6%;
		padding: 10px 20px;
	}
}
@media (max-width: 680px) {
	.pf.encabezado {
		padding-bottom: 180px;
	}
	.pf li .box {
		width: 76.47%;
		padding: 10px 20px;
	}
	
}
@media (max-width: 500px) {
	.pf li .box {
		top: 5%;
		left: 5%;
		width: 70.00%;
	}
	.pf h2 {
		font-size: 1.2em;
	}
	.pf p {
		font-size: 1em;
	}
	 button, a.button, a.button:visited {
		font-size: 1em;
	}
}