
	/* 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: "Praxis LT Bold", sans-serif;
    font-weight: 400;
	color: #000000;
	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 {
	
	color: #000000;
	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 {
	
	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 {
	
	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.links-rgpd{
	text-align: center;
	color: #ee2e24;
	margin-bottom:0;
	}
.contenidoPopup.rgpd .cta.rgpd {
	display: inline-block;
    font-family: "Praxis LT Bold", sans-serif;
	text-decoration: none;
	outline: none;
	background: #ee2e24;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 15px 0 30px 0;
}
.contenidoPopup.rgpd a {
	
	color: #ee2e24;
	text-decoration: underline;
}
.contenidoPopup.rgpd a.rgpd {
	
	color: #ee2e24;
	text-decoration: underline;
}
.contenidoPopup.rgpd .logo-rgpd {
	display: block;
	width: 140px;
	margin: 0 auto 30px auto;
}
/* FIN POP UP */

.texto-rgpd{
	margin-top:35px;
	margin-bottom:35px;
	font-size: 13px;
	font-size: 0.8125rem;
    font-weight: 400;	
	}
.texto-rgpd a, .texto-rgpd a:hover, .texto-rgpd a:active, .texto-rgpd a:focus{
	color: #FFFFFF;
	text-decoration: underline;
	}	
.texto-rgpd strong{
    font-family: "Praxis LT Bold", sans-serif;
    font-weight: 400;
	}	
.login .login-form{
	max-width: 400px;
	}	
.login p.disclaimer-rgpd{
	margin-top:30px;
	margin-bottom:30px;
    font-size: 13px;
    font-size: 0.8125rem;
	}	
.login p.disclaimer-rgpd a, .login p.disclaimer-rgpd a:hover, .login p.disclaimer-rgpd a:active, .login p.disclaimer-rgpd a:focus{
	color: #FFFFFF;
	text-decoration: underline;
	}			
	/* 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: 550px;
	margin: 0px auto;
}
.contenidoPopup.rgpd {
	padding: 30px;
}
/* FIN POP UP */
		
}

/* 992 =================================================== */
@media only screen and (min-width: 1200px) {

}

/* 1200 =================================================== */
@media only screen and (min-width: 1200px) {
.dentroPopupScroll.rgpd {
	max-height: 650px;
}
}
