
.pringoles-hero section {
	margin:0; 
	padding:0;
}
.pringoles-hero {
	background:url(./hero-mobile.jpg) center / cover;
	position:relative;
	text-align:center;
}
.pringoles-hero-home {
	background:url(./hero-home-mobile.jpg) center / cover;
	position:relative;
}
.pringoles-hero::before {
	padding-top:100%;
	content:'';
	display:block;
}
.pringoles-hero .button-cta {
	font-size:inherit;
}
.pringoles-hero .rich-text {
	font-size:calc(0.33em + 1.5vw);
	position: absolute;
	left: 50%;
	top:72%;
	z-index:2;
	transform:translate(-50%, -50%);
}
.pringoles-hero-home .rich-text {
	top:67%;
}
.pringoles-hero h1 {
	font-size:2em;
	text-align:inherit;
	color: #fff;
	text-shadow:0.05em 0.05em 0.1em rgba(0,0,0,0.66);
}
.pringoles-hero .pringoles-es-h1 {
	font-size:1.5em;
	min-width: 18em;
}
@media (min-width:48em) {
	.pringoles-hero::before {
		padding-top:56.625%;
	}
	.pringoles-hero {
		background:url(./hero.jpg) center / cover;
	}
	.pringoles-hero .pringoles-es-h1 {
		font-size:1.25em;
	}
	.pringoles-hero-home {
		background-image:url(./hero-home.jpg);
	}
	.pringoles-hero .rich-text {
		text-align:left;
		left:55%;
		top:77%;
		font-size:calc(0.33em + 1vw);
		transform:none;
	}
	.pringoles-hero-home .rich-text {
		left:57%;
		top:62%;
		font-size:calc(0.3em + 0.9vw);
	}
	.pringoles-hero h1 {
		/* font-size: 3.3vw; */
	}
	.pringoles-hero-home h1 {
		/* font-size: 3vw; */
	}
}
@media (min-width:64em) {
	.pringoles-hero::before {
		padding-top:42%;
	}
	.pringoles-hero .rich-text {
		left: 53.5%;
		top: 75%;
	}
	.pringoles-hero-home .rich-text {
		left: 55%;
		top: 60%;
	}
}
@media (min-width:79em) {
	.pringoles-hero h1 {
		/* font-size:calc(79 * .033em); */
	}
}


.pringoles-red {
	color:#ce4741;
}
.pringoles-yellow {
	color:#eab542;
}

.pringoles-white {
	color:#fff;
}
 

.pringoles-legal section {
	text-align:left;
}


.pringoles-hero-home::after {
	content:'';
	display:block;
	position:absolute;
	bottom:-1px; 
	left:50%;
	margin-left:-50vw;
	border-top: 6vw solid transparent;
	border-right: 50vw solid #f29c00;
	border-left: 50vw solid #f29c00;
	border-bottom: 1em solid #f29c00;
	z-index:1;
}

@media (min-width:79em) {
	.pringoles-hero-home h1 {
		/* font-size:calc(79 * 0.03em); */
	}
}