html{
  min-height: 100%;
  position: relative;
  font-family:var(--font-family,'Graphik Regular');
}

/* HEADER */
.main_header,
#mainHeader {
	width: var(--main_header_width, 100%);
	height: var(--main_header_height, 3.75rem);
	position: relative;
	background-color: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.main_header.fijo,
.fijo#mainHeader {
	position: fixed;
	z-index: 1000;
	background-color: var(--main_header_color,#460073);
	overflow: initial;
}
#mainHeader .enunciado1 {
	width: 12%;
	float: left;
	margin-right: 1.04167%;
	margin-left: 1.25rem
}

#mainHeader .enunciado1 img {
	width: 100%;
	max-width: 11em;
}
#sidebar {
   /* padding-right: 1.5rem;*/
}
.sidebar-content {
	width:5.5rem;
}
#list-languages {
    font-size: 1rem;
    display: flex;
    margin-right: 1rem;
    margin-bottom: 0 ;
    width: 6rem;
    height: 3.75rem;
    align-items: center;
}
.languages.ux .dropbtn {
    background-color: #460073;
    color: white;
	width:100%;
	height: 2rem;
    border: none;
    padding-left: 2rem;
    margin-bottom: 0.6rem;
}
.dropdown {
    position: relative;
	right: 3rem;
    width: 9rem;
    margin-bottom: 0 !important;
}
.dropdown-content a, .dropdown-content a:visited {
	text-decoration: none !important;
	color: white !important;
	border-bottom-color:white;
	border-top-color:white;
	border-width:5px;
	border-style: none;
	height: 4rem;
	width: 9.5rem;
	align-items: center;
    display: flex;
}
.dropdown-content, .dropbtn {
	/*padding: 0.3rem;*/	
	background-color: #460073;
    color: white;
}
.dropdown-content {
	padding: 0;
	margin-top: 5px;
}
.dropdown-content a{
	padding: 1.4rem;
	padding-left: 0.8rem;
}
.dropdown-content a:hover {
    background-color: #460073;
	/*border-top-style: solid;*/	
	border-bottom-style: solid;	
}
.arrowUp {
	display:none;
}
/* FIN HEADER */

/* BODY - GENERAL */
body{
	background-color: #ffffff;
	background-image: var(--body_background-image,url(/cas/images/l2eportal/body-7e15e391c6271207538a640e7555abc5.jpg)) !important;
	background-size: cover;
	background-repeat:no-repeat;
	line-height:0.2em;
	font-size: var(--body_font-size,12px) !important;
	height: 100%;
    margin: 0;
    margin-bottom: 40px;
	font-family:var(--root_font-family,'Graphik Regular');
}
#container {
	margin-left:0px !important;	
	overflow:hidden;
  	min-height: 100vh;
}
.container {
	padding-left:0px !important;	
	padding-right:0px !important;	
}
#formbox, #selfregistrationbox, #changepassbox, #unsubscribebox{
	margin-top: 10%;
    margin-left: 7%;
    width: 60% !important;
    z-index:0;
}
#changepassbox #login .login-header,
#unsubscribe .unsubscribe-header{
	padding: 0%;
	padding-left: 2em;
	font-size: 12px !important;
}
#login .login-header h1,  #unsubscribe .unsubscribe-header h1{
    font-size: 1.7em;
    font-weight: bold;
    text-align: left !important;
    width: 100%;
    font-family: var(--root_font-family-bold,'Graphik Bold'); !important;
    padding: 0% !important;
    margin-top: -1rem;
}
#changepassbox #login .login-header h1,
#unsubscribe .unsubscribe-header h1  {
    font-size: 2em !important;
}
.btn-submit{
	color:  #fff !important;
	background-color: var(--main_header_color,#460073) !important;
	border-color: #71B7D0 !important;
	font-size:1.3em;
}
.btn-submit:disabled:hover {
    outline: none !important;
}
.btn-submit:hover {
	box-shadow: unset !important;
	outline: 2px solid #000 !important;
}
.btn-submit:focus {
	box-shadow: unset;
	outline: 2px solid #000;
}
.btn-submit:read-only, {
  background-color: #d8aef9 !important;
}
.btn-self {
  padding: 0px 25px !important;
}
a:link, a:visited {
    color: #616161;
    text-decoration: underline;
}
#logo1 {
	padding-top:20px;
}
.required {
    margin-top: 0rem;
    padding-bottom: 1.3rem;
    line-height: 1em;
}
.requiredinfo{
	margin-top: 0.125rem;
	font-family: 'Graphik Light';
	padding-bottom: 1.3rem;
	text-align: left;
	padding-top: 0.77rem;
}
/* BODY - LOGIN */
#login, #unsubscribe{
	background-color: #ffffff;
	border-color: var(--main_header_color,#460073);
	color: #000;
	font-family: var(--root_font-family,'Graphik Regular');
	padding-top: 6%;
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 3em;
	border-top-width:0px;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
	max-width:100%;
	margin-bottom:5em;
	float:left;
}
#unsubscribebox{
	height: 48em;
}
.heightLogin {	
	height: 62rem;
}
#login .row, #unsubscribe .row {
	margin-top:0em;
	margin-bottom:1.5em;
	line-height: normal;
}
#login img, #unsubscribe img{
	width: 90%;
}
#login .login-header, #unsubscribe .unsubscribe-header {
	background:#fff !important;
	padding-left: 0em !important;
	padding-bottom: 0em !important;
}
#login input[type=text], #login input[type=password],
#login input[type=email],
#unsubscribe input[type=text], #unsubscribe input[type=password]{
	border-top-color: #fff !important;
	border-left-color: #fff !important;
	border-right-color: #fff !important;
	border-bottom-color: #898989 !important;
	background: #fff;
	border-radius: 3px;
	color: #616161;
	-webkit-text-fill-color: black;
	-webkit-appearance: none
	height: 1em;	
	font-size: 0.85rem !important;
	padding-top: 0.5rem !important;
	padding-bottom: 0.45rem;
	padding-left: 0rem;
}
#login input[name=captcha]{
/*	margin-left: -1em;*/
	margin-top: 0.85rem;
	width: 100% !important;
}
#login input[type=text]:focus, #login input[type=password]:focus,
#login input[type=checkbox]:focus,
#unsubscribe input[type=text]:focus, #unsubscribe input[type=password]:focus,
span#visibleEye:focus, span#inVisibleEye:focus, span#visibleEye2:focus, span#inVisibleEye2:focus,
imgg:focus{
	 outline: 2px solid #000000;
}
#login input[type=submit], #unsubscribe input[type=submit]{	
	border-radius: 3px;	
	width:62% !important;	
	background: #FFF !important;
    border: solid 2px #5a5a5a !important;
    color: #5a5a5a !important;
	font-size: 1.1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
}
@media (max-width: 479px){
	#login input[type=submit] {
	    padding-left: 0.55rem;
	    width: 64% !important;
	    font-size: 0.7rem !important;
	}
	.toggle.fa.fa-question-circle.fa-question-size{
		display: inline-block !important;
	}
}
#login .btn-login{	
	margin-top:1.5em;
	width:60% !important;
}
#login input[type=submit]:not(:disabled):not(.disabled),
#unsubscribe input[type=submit]:not(:disabled):not(.disabled)  {
	border: solid 2px var(--main_header_color,#460073) !important;
    background: var(--main_header_color,#460073) !important;
    color: #FFF !important;
}
.field { 
    height: 0px !important;
}
#login label, #unsubscribe label, #changepassbox label{
	font-size: 0.85rem !important;
	margin-bottom: 0px;
	font-weight: bold;
}
#login select{
	border-color: var(--main_header_color,#460073);
	border-bottom-color: var(--main_header_color,#460073);
	width: 100%;
}
#login hr{
	border-color: var(--main_header_color,#460073);
}
#login .fa-inverse, #logout .fa-sign-out-alt, #maintenance .fa-cogs, #success .fa-user-check,
#unsubscribe .fa-envelope, #success .fa-envelope{
	color: var(--main_header_color,#460073);
}
.fa-stack-half{
	font-size: 0.5em;
	position: absolute;
	width: 100%;
	top: 54%;
	left: 23%;
	color: red;
}
#maintenance p{
		line-height: 1em;
		margin-top:1em ;		
		font-size:1.2em;
}	
#maintenance{
	height: 45em !important;
}	
#login .login-header .fa-circle {
    color: #ffffff;
}
.login-header h1 {
	text-shadow: 0 1px 0 rgba(238, 187, 163, 0.5);
}
#login .header-title h1, #unsubscribe .header-title h1{
	font-size:2em;
	font-weight:bold;
	margin-bottom: .5rem;
	font-family: var(--root_font-family-predefined,Graphik Bold);
	line-height: 1.2;
	color: inherit;
	margin-top: 0;
}
.header-title {
	margin-bottom: 0.5em !important;
}
#login .header-subtitle h2, #unsubscribe .header-subtitle h2{
	font-size:1.1em;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:0.2em;
	margin-top: 0;
}
.heightregistration .header-subtitle.row, #changepassbox .header-subtitle.row {
    margin-bottom: 0rem !important;
}
@font-face {
    font-family: 'Graphik Bold';
    src: url("/cas/fonts/Graphik-Bold-a2ad888ee7706e84cb509d5a9cce6f1b.eot");
    src: url("/cas/fonts/Graphik-Bold-a2ad888ee7706e84cb509d5a9cce6f1b.eot?#iefix") format("embedded-opentype"),url("/cas/fonts/Graphik-Bold-2ca4c9fcc1ad6864928d40f273fa7e4a.woff2") format("woff2"),url("/cas/fonts/Graphik-Bold-d98ed4b8c033815b10842bdac8c69372.woff") format("woff"),url("/cas/fonts/Graphik-Bold-6d0adc7f1398537ad42167df46093cf7.ttf") format("truetype"),url("/cas/fonts/Graphik-Bold-2bb0183dd2f9125e84672d69c86d65c1.svg#Graphik-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Graphik Regular Italic';
    src: url("/cas/fonts/Graphik-RegularItalic-6f14fd858028cc104132c8709911eb0e.eot");
    src: url("/cas/fonts/Graphik-RegularItalic-6f14fd858028cc104132c8709911eb0e.eot?#iefix") format("embedded-opentype"),url("/cas/fonts/Graphik-RegularItalic-d23f65df4d8041e8646959792ac29867.woff2") format("woff2"),url("/cas/fonts/Graphik-RegularItalic-2eb72f6d742a98f0ecb10c5e0038481b.woff") format("woff"),url("/cas/fonts/Graphik-RegularItalic-c58d0a989157529520424463aa2b6042.ttf") format("truetype"),url("/cas/fonts/Graphik-RegularItalic-9d9b8df27215a86d02ffc376b96cbb67.svg#Graphik-RegularItalic") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Graphik Regular';
    src: url("/cas/fonts/Graphik-Regular-d50d6acec25a9d6e50db46a1fac28a82.eot");
    src: url("/cas/fonts/Graphik-Regular-d50d6acec25a9d6e50db46a1fac28a82.eot?#iefix") format("embedded-opentype"),url("/cas/fonts/Graphik-Regular-2e2c5b799ba925d31f062ff8b2190306.woff2") format("woff2"),url("/cas/fonts/Graphik-Regular-174cdf1f8023ff26ecb53dda08bb51d0.woff") format("woff"),url("/cas/fonts/Graphik-Regular-9968f43003b348dba36a45324310ac9d.ttf") format("truetype"),url("/cas/fonts/Graphik-Regular-8810eba9d6dca210bdd749b9e42aa146.svg#Graphik-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Graphik Light';
    src: url("/cas/fonts/Graphik-Light-a86d0a9966e670c5f56e2782f0b8932d.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

#fm1 label{
	color: #000 ;
	font-family: var(--root_font-family,'Graphik Regular');
	font-weight: bold;
}
h1 span{
	font-size: 18px;
    margin-bottom: 10px;
	display: block;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	font-weight: bold;
}
#self-account {
    text-align: center;
}
.smallItalics {
    font-size: 0.8em;
    font-style: italic;
}
.meter {
    width: 225px !important;
    min-width: 225px !important;
}
.labelMiddle label, .policies span{
	font-weight: normal !important;
	color: #337722 !important;;
}
.policies {
	/*border-color: #337722 !important;
	border-bottom-color: #337722;*/
	line-height: 1em;
}
.labelMiddle span.accesskey {
	font-weight: normal !important;
}
span.accesskey {
	font-weight: normal !important;
}
#fm1 input{
	border-color: #000 !important;
	border-bottom-color: #000;
}
fieldset div .disabled {
    background: none repeat scroll 0 0 var(--main_header_color,#460073) !important;
}
/* BODY - TERMS AND CONDITIONS */
.termsCenter{
	color: #000 !important;
}
#termsConditions {
	color: #00B0FF !important;
}

/*FOOTER */
#mainFooter {
	background-color: #fbfbfb;
	margin: 0;
	height: 4.5rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	float: left;
	margin-right: 1.04167%;
	padding:0;
	font-family: var(--root_font-family,'Graphik Regular') !important;
}

.main_footer .firstfooter,
#mainFooter .firstfooter {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	padding: 3.75rem;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	width: 100%;
	float: left;
	margin-right: 1.04167%;
	margin-right: 0;
	background-color: var(--main_footer_background_color,#7500c0);
	font-family: var(--root_font-family,'Graphik Regular');
}

.main_footer .firstfooter .conoce_content .conoce_logo,
#mainFooter .firstfooter .conoce_content .conoce_logo {
	width: 35%;
	/*margin-bottom: 1rem;*/
}

.main_footer .firstfooter .conoce_content .conoce_texto,
#mainFooter .firstfooter .conoce_content .conoce_texto {
	color: #FFF;
	font-size: 0.875rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal
}

.main_footer .firstfooter .conoce_content .conoce_texto .enlace,
#mainFooter .firstfooter .conoce_content .conoce_texto .enlace {
	color: #FFF;
	font-weight: bold;
	font-size: 0.875rem
}

.main_footer .firstfooter .conoce_content .conoce_texto .enlace:hover,
#mainFooter .firstfooter .conoce_content .conoce_texto .enlace:hover {
	outline: 5px auto -webkit-focus-ring-color;
    text-decoration: none !important;
    color: #fff !important;
}

.main_footer .firstfooter .fundacion,
#mainFooter .firstfooter .fundacion {
	width: 19%
}

.main_footer .firstfooter .fundacion img,
#mainFooter .firstfooter .fundacion img {
	width: 100%
}

.main_footer .firstfooter .fundacion .social,
#mainFooter .firstfooter .fundacion .social {
	color: #FFF;
	font-size: 1.55rem
}

.main_footer .firstfooter .fundacion .social,
#mainFooter .firstfooter .fundacion .social{
	line-height:1em;
}
.main_footer .firstfooter .fundacion .social:hover,
#mainFooter .firstfooter .fundacion .social:hover {
	outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 1px;
}

.main_footer .enunciado10,
#mainFooter .enunciado10 {
	width: 100%;
	float: left;
	margin-right: 0.5688%;
	/*line-height: 0.9rem;*/
	/*margin-bottom: 1rem;*/
}
.main_footer .enunciado10 img,
#mainFooter .enunciado10 img {
	width: 100%
}

.main_footer #copyr,
#mainFooter #copyr {
	width: 100%;
	float: left;
	margin-right: 1.04167%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 1.9rem;
	background-color:var(--copyr_background_color,#460073);
}

.main_footer #copyr .copyright,
#mainFooter #copyr .copyright {
	width: 66%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*padding-left: 0.8rem*/
}

.main_footer #copyr .copyright .texto,
#mainFooter #copyr .copyright .texto {
	color: #FFF;
	font-size: 0.69rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-right: 1.2rem;
}

.main_footer #copyr .copyright a:hover .texto,
#mainFooter #copyr .copyright a:hover .texto {
	text-decoration: underline
}

#mainFooter #copyr .copyright a:link {
	text-decoration: none !important;
}


.main_footer #copyr .accenture,
#mainFooter #copyr .accenture {
	width: 25%;
    /*margin-right: 2rem;*/
    line-height: 1em;
    font-size: 0.7rem;
}

#mainFooter #copyr .accenture div{
	text-align:right;
}

.main_footer #copyr .accenture img,
#mainFooter #copyr .accenture img {
	width: 100%
}
.bienvenida {
	width: 100%
}
.bienvenida a {
	text-decoration: underline
}
.bienvenida a,
.bienvenida span,
.bienvenida div,
.bienvenida li {
	font-size: 1.6rem;
    line-height: 1.9rem;
}
.bienvenida .flex_center {
	display: flex;
	justify-content: center;
	align-items: center
}
.bienvenida .flex_space_between {
	display: flex;
	justify-content: space-between
}
.bienvenida .enunciado5 {
    width: 49.47917%;
    float: left;
    margin-right: 1.04167%;
}
.bienvenida .enunciado8 {
    width: 89%;
    float: left;
    margin-right: 1%;
}
.bienvenida .enunciado10 {
	width: 100%;
	float: left;
	margin-right: 1.04167%
}

.bienvenida .enunciado10 img {
	width: 100%
}
.bienvenida .enunciado10_right {
    float: right;
    margin-right: 0;
}
.bienvenida .enunciado2 {
	width: 25%;
	float: left;
	/*margin-right: 1.04167%;*/
}

.bienvenida .enunciado2 img {
	width: 100%
}
.bienvenida .sin_margen {
    margin: 0;
}
.bienvenida .texto_pequeno {
    font-size: 0.815rem;
    line-height: 2.5rem;
}
.bienvenida .negrita {
    font-family: var(--root_font-family-bold,"Graphik Bold");
}
.bienvenida .seminegrita {
    font-family: var(--root_font-family-bold,"Graphik Semibold");
}
.bienvenida .light {
    font-family: var(--root_font-family-bold,"Graphik Light");
}
/*FIN FOOTER*/
@media (max-width: 479px){
	
	/* HEADER 479 */
	.main_header,
	#mainHeader {
		height: 3.119rem;
	}
	#mainHeader .enunciado1 {
		width: 20%;
		float: left;
		margin-top: -0.1rem;
		margin-left: 1.05rem;
	}
	/* FIN HEADER */

	#textInfo { 
		width: 85% !important;
		left: 7% !important;
	}
	#login{
		margin-bottom:24em;
	}
	#login label{
		font-size: 3.8vw!important;
	}
	#login #textInfo, #formbox #textInfo, #selfregistrationbox #textInfo{ 		
		top: 82%;
	}
	#changepassbox #textInfo{ 		
		top: 73% !important;
	}
	.logout #textInfo { 
		top: 65% !important;
	}
	#unsubscribebox #textInfo{
		top: 64% !important;
	}
	#formbox, #selfregistrationbox, #changepassbox{
		margin-top: 5rem;
	    margin-left: 4%;
    	width: 90% !important;
    	z-index:0;
	}
	#unsubscribebox{
		margin-top: 5rem;
	    margin-left: 4%;
    	width: 90% !important;
    	z-index:0;
    	height:52em;
	}
	.heightUnsubscribe {
    	height: 33em !important;
	}
	.btn-expiracy {
		font-size: 0.63rem !important;
	}
	.heightLogin {
	    height: 76rem;
	}
	/*FOOTER 479*/
	.main_footer,
	#mainFooter {
		background-color: #fbfbfb;
		margin: 0;
		height: 4.5rem;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap
	}
	.main_footer .footerControls,
	#mainFooter .footerControls {
		margin-top: 0.5rem
	}
	.main_footer .firstfooter,
	#mainFooter .firstfooter {
		justify-content: space-between;
		display: flex;
		padding: 2rem;
		width: 100%;
		float: left;
		margin-right: 1.04167%;
		margin-right: 0;
		background-color: var(--main_footer_background_color,#7500c0);
	}
	.main_footer .firstfooter .conoce_content,
	#mainFooter .firstfooter .conoce_content {
		width: 71%;
	}
	.main_footer .firstfooter .conoce_content .conoce_logo, 
	#mainFooter .firstfooter .conoce_content .conoce_logo {
	    margin-bottom: 0.4rem;
	}
	.main_footer .firstfooter .conoce_content .conoce_logo img,
	#mainFooter .firstfooter .conoce_content .conoce_logo img {
		width: 100%
	}
	#mainFooter #copyr .copyright {
    width: 66%;
	}
	#mainFooter .firstfooter .flex_center {
		flex-wrap: nowrap;
	}
	.main_footer .firstfooter .conoce_content .conoce_texto,
	#mainFooter .firstfooter .conoce_content .conoce_texto {
		color: #FFF;
		font-size: 0.78rem
	}
	.main_footer .firstfooter .fundacion .social, #mainFooter .firstfooter .fundacion .social {
	    font-size: 1.25rem;
	}
	.main_footer .firstfooter .fundacion,
	#mainFooter .firstfooter .fundacion {
		width: 20%;
		margin-right: 2rem;
	}
	.bienvenida .enunciado8 {
	    margin-right: 2%;
	}
	.main_footer .enunciado10,
	#mainFooter .enunciado10 {
		width: 100%;
		float: left;
		margin-right: 1.04167%;
		margin-bottom: 1rem;
	}
	.main_footer .enunciado10 img,
	#mainFooter .enunciado10 img {
		width: 100%
	}
	.main_footer #copyr .copyright,
	#mainFooter #copyr .copyright {
		flex-flow: wrap
	}
	.main_footer #copyr .copyright .texto,
	#mainFooter #copyr .copyright .texto {
		font-size: 0.68rem;
		width:100%;
	}
	.main_footer #copyr .copyright a, #mainFooter #copyr .copyright a {
		width: 100%;
	}
	.main_footer #copyr .copyright a:hover .texto,
	#mainFooter #copyr .copyright a:hover .texto {
		text-decoration: underline
	}
	.main_footer #copyr .accenture,
	#mainFooter #copyr .accenture {
		width: 15%
	}
	.main_footer #copyr .accenture img,
	#mainFooter #copyr .accenture img {
		width: 100%
	}
	.bienvenida a,
	.bienvenida span,
	.bienvenida p,
	.bienvenida div,
	.bienvenida li {
		line-height: 1.1rem
	}
	
	.bienvenida p {
		font-size: 0.78rem;
	}
	.bienvenida {
		width: 100%
	}
	.bienvenida .flex_center,
	.bienvenida .flex_center_vert,
	.bienvenida .flex_top_vert {
		flex-wrap: wrap
	}
	.bienvenida .texto_pequeno {
	    line-height: 1rem;
	    font-size: 0.7rem;
	}
	.main_footer .firstfooter .conoce_content .conoce_texto .enlace, #mainFooter .firstfooter .conoce_content .conoce_texto .enlace {
		font-size: 0.71rem;
	}
	#login input[type=submit] {
    	padding-left: 0.55rem;
	}
	.bienvenida .enunciado2 {    
    	width:0.1%;
    	margin-top:1rem;
    	margin-right: 1.5rem;
	}
	/*FIN FOOTER 479*/
	.opt.logo {
	    color: #00baff;
	    font-weight: 700;
	    font-size: 13pt;
	    color: white;
	    width: 14%;
	}
	.row.sinpadding.header-ang {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    height: 8rem;
	}
	#logo-footer img{
		width: 490%;
		margin-left: 0.35rem;
	}
	.logoFundacion img{
		width: 100%;
		margin-top: -7rem;
	}
	#page-footer .wrap .down div#logoAccenture img{
		width: 85%;
		margin-bottom: -5rem;
	}
	#logout, #maintenance, #success{
		height: 35em !important;
	}	
	#logout .header-title span, #maintenance .header-title span, #success .header-title span{
		line-height: 1.2em;
	}
	#logout p, #success p{
		line-height: 1.2em;
	}	
	#maintenance p{
		line-height: 1em;
		margin-top:0.5em !important;		
		margin-bottom:0em !important;		
		font-size:1.2em;
	}	
	.tipMessage {
		font-size: 0.9em;
	}
	#noprod img{	
    width: 95%;
}
	#warningBrowser {
		top: 6rem !important;
		left: 3rem !important;
		line-height: 6em !important;
	}
	#warningBrowserTitle {
		font-size: 4em !important;
	}
	#warningBrowserBody {
		font-size: 2em !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	/* HEADER 768 a 1024*/
	.main_header,
	#mainHeader {
		height: 3.119rem;
	}
	#mainHeader .enunciado1 {
		width: 7.545%;
		float: left;
		margin-top: 0rem;
		margin-left: 1rem;
	}
	/* FIN HEADER */

	/*FOOTER 768 a 1024*/
	#mainFooter .firstfooter {
		padding: 2.5rem
	}
	.main_footer .firstfooter .conoce_content .conoce_logo, #mainFooter .firstfooter .conoce_content .conoce_logo {
	    width: 30%;
	    margin-bottom: 1rem;
	}
	#mainFooter .firstfooter .conoce_content .conoce_logo img {
		width: 100%
	}
	.main_footer .firstfooter .conoce_content .conoce_texto, #mainFooter .firstfooter .conoce_content .conoce_texto {
	    font-size: 0.73rem;
	}
	.main_footer .firstfooter .conoce_content .conoce_texto .enlace, #mainFooter .firstfooter .conoce_content .conoce_texto .enlace{
	    font-size: 0.73rem;
	}
	.main_footer .firstfooter .fundacion .social, #mainFooter .firstfooter .fundacion .social {
	    font-size: 1.25rem;
	}
	#mainFooter #copyr .copyright {
		width: 70%
	}
	#mainFooter #copyr .accenture {
		width: 25%;		
	}
	.main_footer #copyr .copyright .texto, #mainFooter #copyr .copyright .texto {
    	font-size: 0.64rem;
		    margin-right: 1rem;
	}
	.bienvenida .texto_pequeno {
	    font-size: 0.75rem;
	    line-height: 0em;
	}
	/*FIN FOOTER 768 a 1024*/	
	.opt.logo {
    color: #00baff;
    font-weight: 700;
    font-size: 13pt;
    color: white;
    width: 14%;
	}
	.row.sinpadding.header-ang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8rem;
	}
	#logo-footer img{
		width: 460%;
	}
	.logoFundacion img{
		width: 100%;
		margin-top: -4rem;
	}
	#page-footer .wrap .down div#logoAccenture img{
		width: 11%;
		margin-top: 0.25em;
		margin-left: 17em;
		position: absolute;	
	}
	#logout p, #success p{
		line-height: 1.2em;
	}
	#maintenance p{
		line-height: 1em;
		margin-top:1em !important;		
		margin-bottom:0em !important;		
		font-size:1.2em;
	}	
	.login #textInfo { 
		top: 10rem !important;
		left: 65%;
	}
	.logout #textInfo { 
		top: 10rem !important;
		left: 65%;
	}
	.btn-expiracy{
		font-size: 0.8rem !important;
	}
	.heightLogin {
	    height: 66rem;
	}
	#warningBrowser {
		line-height: 8em !important;
	}
	#warningBrowserTitle {
		font-size: 8em !important;
	}
	#warningBrowserBody {
		font-size: 3em !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
	/* HEADER 480 a 767 */
	.main_header,
	#mainHeader {
		height: 3.119rem;
	}
	#mainHeader .enunciado1 {
		width: 20%;
		float: left;
		margin-top: -0.1rem;
		margin-left: 1.05rem;
	}
	/* FIN HEADER */

	#login{
		max-width:100%;
		margin-bottom:25em;
	}
	.login-header {
		width:100% !important;
	}
	#textInfo { 
		width: 85% !important;
		top: 80rem !important;
		left: 7% !important;
	}
	.heightUnsubscribe {
 	   height: 30em !important;
	}
	#unsubscribebox #textInfo{
		top: 70% !important;
	}
	#formbox, #selfregistrationbox, #changepassbox{
		margin-top: 13%;
    	margin-left: 5%;
    	width: 90% !important;
    	z-index:0;
	}
	#unsubscribebox{
		margin-top: 13%;
    	margin-left: 5%;
    	width: 90% !important;
    	z-index:0;
    	height: 48em;
	}	
	#changepassbox #textInfo{ 		
		top: 71% !important;
	}
	.logout #textInfo { 
		top: 61% !important;
	}
	/*FOOTER 480 a 767*/
	#mainFooter .firstfooter .conoce_content .conoce_logo {
		width: 35%
	}
	#mainFooter .firstfooter .fundacion img {
		width: 80%
	}
	#mainFooter #copyr .accenture {
		width: 15%;
		margin-left: 0.7rem
	}
	.main_footer,
	#mainFooter {
		background-color: #fbfbfb;
		margin: 0;
		height: 4.5rem;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap
	}
	.main_footer .footerControls,
	#mainFooter .footerControls {
		margin-top: 0.5rem
	}
	.main_footer .firstfooter,
	#mainFooter .firstfooter {
		justify-content: space-between;
		display: flex;
		padding: 2.3rem;
		width: 100%;
		float: left;
		margin-right: 1.04167%;
		margin-right: 0;
		background-color: var(--main_footer_background_color,#7500c0);
	}
	.main_footer .firstfooter .conoce_content,
	#mainFooter .firstfooter .conoce_content {
		width: 77%;
		margin-bottom: 1rem;
	}
	.main_footer .firstfooter .conoce_content .conoce_logo img,
	#mainFooter .firstfooter .conoce_content .conoce_logo img {
		width: 100%
	}
	.main_footer .firstfooter .conoce_content .conoce_texto,
	#mainFooter .firstfooter .conoce_content .conoce_texto {
		color: #FFF;
		font-size: 0.785rem
	}
	.main_footer .firstfooter .conoce_content .conoce_texto .enlace, #mainFooter .firstfooter .conoce_content .conoce_texto .enlace, #mainFooter .firstfooter .conoce_content .conoce_texto p {
		font-size: 0.785rem;
	}
	.main_footer .firstfooter .fundacion,
	#mainFooter .firstfooter .fundacion {
		width: 25%
	}
	.main_footer .firstfooter .fundacion .social, #mainFooter .firstfooter .fundacion .social {
	    font-size: 1.35rem;
	}
	.main_footer .enunciado10,
	#mainFooter .enunciado10 {
		width: 100%;
		float: left;
		margin-right: 1.04167%
	}
	.main_footer .enunciado10 img,
	#mainFooter .enunciado10 img {
		width: 100%
	}
	.main_footer #copyr .copyright,
	#mainFooter #copyr .copyright {
		flex-flow: wrap
	}
	.main_footer #copyr .copyright .texto,
	#mainFooter #copyr .copyright .texto {
		font-size: 0.7rem;
		width:100%;
	}
	.main_footer #copyr .copyright a, #mainFooter #copyr .copyright a {
    width: 100%;
	}
	.main_footer #copyr .copyright a:hover .texto,
	#mainFooter #copyr .copyright a:hover .texto {
		text-decoration: underline
	}
	.main_footer #copyr .accenture,
	#mainFooter #copyr .accenture {
		width: 100%
	}
	.main_footer #copyr .accenture div, #mainFooter #copyr .accenture div {
    text-align: left;
	}
	.main_footer #copyr .accenture img,
	#mainFooter #copyr .accenture img {
		width: 100%
	}
	.bienvenida a,
	.bienvenida span,
	.bienvenida p,
	.bienvenida div,
	.bienvenida li {
		line-height: 1.1rem
	}
	#fundacion .bienvenida .enunciado10 {
		flex-direction: inherit
	}
	.bienvenida .texto_pequeno {
	    font-size: 0.8rem;
	    line-height: 0em;
	}
	.bienvenida .enunciado8 {
	    margin-right: 4.042%;
	}
	/*FIN FOOTER 480767*/
	.opt.logo {
    color: #00baff;
    font-weight: 700;
    font-size: 13pt;
    color: white;
    width: 14%;
	}
	.row.sinpadding.header-ang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8rem;
	}
	.btn-expiracy{
		font-size: 0.7rem !important;
	}
	.tipMessage{
		font-size: 0.9em ;
	}
	.heightLogin {
	    height: 70rem;
	}
	#warningBrowser {
		line-height: 6em !important;
	}
	#warningBrowserTitle {
		font-size: 6em !important;
	}
	#warningBrowserBody {
		font-size: 2em !important;
	}
	.toggle.fa.fa-question-circle.fa-question-size{
		display: inline-block !important;
	}
}
/* ESTILOS ASOCIADOS AL OJO PARA MOSTRAR/OCULTAR PASSWORD ESCRITA */
#login div#eyeA span svg{
	fill:rgba(0,0,0,0.65);
}
#login div#eyeA span.inVisibleEye{
	display:none;
}
#login div#eyeA{ 
 	float: right;
  	margin-top: -1.6em;
   	position: relative;
   	margin-right: 0.5em;
   	padding-left: 3em;
}

#login div#eyeA2 span svg{
	fill:rgba(0,0,0,0.65);
}
#login div#eyeA2 span.inVisibleEye{
	display:none;
}
#login div#eyeA2{ 
 	float: right;
  	margin-top: -1.6em;
   	position: relative;
   	margin-right: 0.5em;
   	padding-left: 3em;
}
#login div#eye{
	margin-right:0em !important;   
	margin-top: -2.5em;
}
#selfregistrationbox div#eye, #login div#eye2{ 
    margin-top: -1.8rem !important;
}
#selfregistrationbox div#eye, #changepassbox div#eye{
	margin-right:2em !important;
}
span#visibleEye, span#inVisibleEye, span#visibleEye2, span#inVisibleEye2 {
	font-size:0.7em;
	font-weight:bold;
}
span#visibleEye:hover, span#inVisibleEye:hover, span#visibleEye2:hover, span#inVisibleEye2:hover {
	cursor:pointer;
}
.login-header, .unsubscribe-header, .success-header {
    text-align: center;    
    background-color: #d5d5d5;    
    margin-bottom: 0px;
    padding-bottom: 0px;
	padding-top: 0px;
	font-size:1.2em;
	font-weight:bold;
	font-family: var(--root_font-family-bold,'Graphik Bold');
	border-style:solid;
	border-color:var(--main_header_color,#460073);
	background: #fff;	
	width:100%;
	border-style:solid;
	border-width:0px;
	border-radius:3px;
	margin: 0px !important;	
}
.pestana, .pestanaDes{	
	border-radius:3px;
	display: table-cell;
    border: 0.5px solid var( --root_pestana_color,#A656D5);
	vertical-align: middle;
    padding: 1.5em;
	border-bottom-width:0px;
	color:#000 !important;
	width:50%;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	text-decoration:none;
}
.pestana {
	background:#fff;	
}
.pestanaDes {
	background:#ddd;
	border-bottom-width:0.5px;
	cursor:pointer;
}
.pestanaDes:focus,.pestanaDes:hover{
	background:var( --root_pestana_color,#A656D5) !important;
	color:#fff!important;
}
.pestanaDes:hover a{
	color:#fff!important;
}
.pestana a{
	color:#000;
	font-size: 100% !important;
}
.pestanaDes a{
	display: block;
	z-index: 1;  
}
.pestana a, .pestanaDes a{
	position: absolute;
	width: 100%;
	height: 100%;   
	font-size: 100% !important;
	top:0;
	left: 0;
	align-items: center;
	display: flex;
	justify-content: center;
}

.pestanaDes a:focus, .pestanaDes a:hover{
    z-index: 0;
    padding: 0em;
    margin: 0em;
}
.pestana a:hover, .pestanaDes a:hover{
	text-decoration:none;
}
#login .forgot {
	margin-top: -0.5rem;
}
#login .forgot a{
	font-size: 1em;
}
#Dbutton {
	width: 100%;
	margin-top: 1rem;
}
.width50{
	width: 50% !important;
}
#firstname{
	width:90% !important;
	}
	
#selfregistrationbox input[name=password], 
#changepassbox input[name="password"]{
	width:90% !important;
}
#textInfo {
	color: white;    
    font-family:var(--root_font-family,'Graphik Regular');
    width: 32%;
    text-align: left;
    line-height: 1.6em;
	position:absolute;
	top: 12rem;
    left: 60em;
	float:left;
	}
#infoTitle{
	font-size: 2.5em;
    margin-bottom: 0.6em;
    font-weight: bold;
	letter-spacing: 0.05em;
	font-family: --root_font-family-predefined,Graphik Bold);
	color: var(--infoTitle_color,inherit);
	}
#infoBody{
	font-size: 1.4em;
	line-height:1.5em;
	letter-spacing: 0.05em;
}
#infoBody a {
    color: white;
}
#warningBrowser {
	color: white;    
    font-family: var(--root_font-family-bold,'Graphik Bold');
    width: 80%;
    text-align: left;
	position:absolute;
	top:10rem;
    left: 4rem;
	float:left;
	display:none;
	line-height:12em;
	}
#warningBrowserTitle{
	font-size: 14em;
    margin-bottom: 0.6em;
    font-weight: bold;
	letter-spacing: 0.05em;
	}
#warningBrowserBody{
	font-size: 3em;
	line-height:1.5em;
	letter-spacing: 0.05em;
	font-weight: bold;
}
#textCookie{
	line-height: 0.8rem !important;
}
#cookieBody{
	font-size:0.69rem !important;
	margin-top: 1em;
	text-align: justify;
	font-style: italic;
	font-weight: normal;
}
#login div#width100check, #unsubscribe div#width100check{
	margin-bottom: 0.7em;
	line-height: 1.5em;
}
.tipMessage{
    text-align: left;
    line-height: 1.3em;
    margin-bottom: 0em !important;
    }
#logo-footer{
	width: 15%;
    margin-bottom: 2rem;
	}
.errfield.alert-danger {
    padding: 0.1em;
    background-color: transparent;
    border: none;
    color: firebrick;
    line-height: 1rem;
    font-size: 0.7rem;
}
.alert-danger {
    margin-top: 0.75rem;
    line-height:1.2em;	    
}
.alert-success {
    margin-top: 1rem;
    line-height:1.2em;	    
}
.logout #content, .success #content {
    background: transparent !important;
}
#logout, #maintenance, #success{
	background-color: #ffffff;
	border-color: var(--main_header_color,#460073);
	color: #000;
	font-family: var(--root_font-family,'Graphik Regular');
	padding-top: 17%;
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 3em;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
	height: 38.5em;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 20em;
}
#logout p, #logout a, #success p, #success a {
    font-size: 1.3em;
    line-height: 1.3em;    
    text-align: center;
}
#logout p {
    margin-top: 0;
}
#logout .header-title span, #logout .header-title h1, #maintenance .header-title span, #titleSuccess, #headerLogout, #success .header-title span{
	font-family: var(--root_font-family-bold,'Graphik Bold');
	font-size:2em;
	font-weight:bold;
	text-align: center;
	width: 100%;
	margin-bottom: 0.35em;
}
#logout a, #success a {
	line-height: 1.2em !important;

}
#logout .logout-bottom, #success .success-bottom {
	position: relative;
    top: 4em;
}
#headerLogout {
    margin-top: 0;
    line-height: 1.2;
    color: inherit;
}
.btn-expiracy{
	font-size: 0.9rem;
	font-weight: 500 !important;
}	
#noprod{
	float: left;
    width: 50%;
}
#capslock-on, #caps-on-user, #capslock-on-cp {
	color: firebrick;
    line-height: 1rem;
    font-size: 0.7rem;
    display:none;
}
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: white !important;
    border: none !important;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0 !important;
    font-size: 0.69rem;
    line-height: 1 !important;
    cursor: pointer;
    background-color: transparent !important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
    color: #fff !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}
a#ancla_cont {
    position: absolute;
    top: -1000em;
    left: 0;
    color: #5a5a5a;
}

a#ancla_cont:focus {
    display: block;
    position: static;
    margin-bottom: 1rem;
    margin-top: 1rem;
    background-color: black;
    color: white;
    min-height: 2em;
    line-height: 2em;
    padding-left: 1em;
}
#usernameRules, #passwordRules{
    display: none;
    background-color: white;
    color: black;
    font-family: var(--root_font-family,'Graphik Regular');
    font-size: 1.2em;
    padding-bottom: 0em;
    position: relative;
}
#selfregistrationbox #usernameRules{
	display: block;
}
.rulesTitle{
	font-family: var(--root_font-family-bold,'Graphik Bold');
	font-size: 1.3em;
	color: var(--main_header_color,#460073);
	margin-bottom: 0.5em !important;
	margin-top: 0.5em !important;
}
.toggle.fa.fa-question-circle.fa-question-size{
		display: none;
}
.sr-only{
	border:0 none;
	clip:rect(0px,0px,0px,0px);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}
.error{
	color: #990000;
    font-weight: bold;
}
.success{
	color: #007a00;
    font-weight: bold;
}
#bullet {
    width: 4% !important;
}
.no-bullets li {
    margin-bottom: 0.5em;
}
#checkAcceptCondition,
#checkAcceptPolicies{
	margin-right: 0.4em !important;
}
.lex-web-ui-iframe {
	min-width: calc(35vw - 3vw) !important;
}

 div#termsForm .btn-submit {
    font-size: 1.1rem !important;
    padding: 9.5px 25px !important;   
    width: 62% !important;
    cursor:pointer;
	font-weight: 400 !important;
}
.col-md-6, .col-md-12{
	position: relative;
}

#onetrust-banner-sdk, #onetrust-pc-sdk, #ot-sdk-cookie-policy, #ot-sync-ntfy {
    font-size: 14px !important;
}