
	/* INI POP UP */
.boxPopupScroll.rgpd {
	position: fixed;
	display: inherit;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 120000000;
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
.colocaPopupScroll.rgpd {
	position: relative;
	display: block;
	height: 100%;
	background: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}
.marginScroll.rgpd {
	width: 100%;
	background: #FFF;
	height: 100%;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.dentroPopupScroll.rgpd {
	width: 100%;
	background: #FFF;
	margin-bottom: 15px;
	overflow: auto;
	height: 100%;
}
.contenidoPopup.rgpd {
	width: 100%;
	padding: 15px;
	text-align: center;
	background: #FFF;
}
.contenidoPopup.rgpd h2{
	font-family: wilo_plus_fmbold_italic;
	color: #009c82;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3;
	font-weight: bold;
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 8px 0;
	text-align: center;
}
.contenidoPopup.rgpd h2.rgpd {
	font-family: wilo_plus_fmbold_italic;
	color: #009c82;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3;
	font-weight: bold;
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 8px 0;
	text-align: center;
}
.contenidoPopup.rgpd p {
	font-family: wilo_plus_fmregular, sans-serif;
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: normal;
	padding: 0;
	text-align: left;
}
.contenidoPopup.rgpd p.rgpd {
	font-family: wilo_plus_fmregular, sans-serif;
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: normal;
	padding: 0;
	text-align: left;
}
p.disclaimer-rgpd {
	font-family: wilo_plus_fmregular, sans-serif;
	color: #333;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.4;
	font-weight: normal;
	padding: 0;
	text-align: left;
	margin: 30px 0;
}
p.disclaimer-rgpd-fb {
	font-family: wilo_plus_fmregular, sans-serif;
	color: #333;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.4;
	font-weight: normal;
	padding: 0;
	text-align: left;
	margin: 0 0 15px 0;
}
.contenidoPopup.rgpd .cta.rgpd {
	display: inline-block;
	font-family: wilo_plus_fmbold, sans-serif;
	text-decoration: none;
	outline: none;
	background: #ffb450;
	color: #000;
	font-weight: normal;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px 16px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin: 15px 0 0 0;
}
.contenidoPopup.rgpd a {
	font-family: wilo_plus_fmregular, sans-serif;
	color: #009c82;
	text-decoration: underline;
}
.contenidoPopup.rgpd a.rgpd {
	font-family: wilo_plus_fmregular, sans-serif;
	color: #009c82;
	text-decoration: underline;
}
.contenidoPopup.rgpd img {
	display: block;
	max-width: 120px;
	margin: 0 auto 30px auto;
}

/* FIN POP UP */

	/* MAX 600 =================================================== */
@media only screen and (max-width: 600px) {
/* INI POP UP */
.boxPopupScroll.rgpd {
	display: block;
}
/* FIN POP UP */
}

/* 768 =================================================== */
@media only screen and (min-width: 768px) {
/* INI POP UP */
.boxPopupScroll.rgpd {
	position: fixed;
	display: table;
	vertical-align: middle;
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.8);
}
.colocaPopupScroll.rgpd {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	background: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.marginScroll.rgpd {
	height: auto;
	max-width: 700px;
	margin: 0px auto;
}
.dentroPopupScroll.rgpd {
	position: relative;
	max-width: 700px;
	max-height: 450px;
	margin: 0px auto;
}
.contenidoPopup.rgpd {
	padding: 30px;
}
/* FIN POP UP */
		
}

/* 1200 =================================================== */
@media only screen and (min-width: 1200px) {
.dentroPopupScroll.rgpd {
	max-height: 650px;
}
}
