@charset "UTF-8";

html,
body,
div,
span,
h1,
h2,
p,
a,
del,
ul,
li,
form,
label,
article,
footer,
header {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
footer,
header {
	display: block
}

body {
	line-height: 1
}


ul {
	list-style: none
}

*:focus {
	outline: none
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: 0
}


.field-wrapper .loading-indicator:before,
.icon-call,
.icon-edit,
.button .loading-indicator {
	background-repeat: no-repeat !important;
	background-position: 50%
}

.no-mobile {
	display: none
}


.hidden {
	visibility: hidden
}

.centered {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px
}

.scrollable {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.text {
	font-size: 1em
}

.regular-form {
	display: flex;
	flex-direction: column;
	height: 100%;
	flex: 1
}

.regular-form .form-section-wrapper {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	height: auto
}

.form-line-wrapper {
	flex: 0 0 auto;
	min-height: 0;
	padding: 0 30px;
	margin-bottom: 1px
}

.form-line-wrapper .form-input-checked {
	padding: 0
}

.form-line-wrapper label {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	display: block;
	font-family: Open Sans, sans-serif
}

.form-line-wrapper label span {
	line-height: 18px;
	font-size: 14px;
	font-weight: 400
}

.field-wrapper {
	padding: 15px 12.5px
}

.field-wrapper .field-container {
	display: flex;
	flex-direction: row;
	min-width: 0
}

.field-wrapper .field-container input {
	flex: 1 1 auto;
	min-width: 0;
	margin-bottom: 0;
	padding-left: 0
}

.field-wrapper .field-checkbox-group ul li {
	flex: none
}

.field-wrapper span {
	font-family: Open Sans, sans-serif
}

.field-input input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #292929;
	border-radius: 0;
	display: block;
	width: 100%;
	line-height: 22px;
	font-size: 16px;
	color: #292929;
	font-family: Open Sans, sans-serif;
	line-height: 23px;
	padding: 0;
	margin: 0;
	max-width: 100%;
	box-sizing: border-box
}

.field-checkbox-group {
	padding-top: 20px
}

.field-checkbox-group ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.field-checkbox-group ul li {
	flex: 1 1 50%;
	padding: 0 15px 15px 0
}

.field-checkbox-group .field-checkbox {
	display: flex;
	flex-direction: row;
	margin-bottom: 14px
}

.field-checkbox-group .checkbox-label {
	flex: 1 1 auto;
	padding-left: 7px;
	font-size: 16px
}

.field-checkbox-group .checkbox-label span {
	font-family: Open Sans, sans-serif;
	line-height: 21px
}

.field-checkbox-group .checkbox.checkbox-on {
	border: none;
	background-color: #fdde3a
}

.field-checkbox-group .checkbox {
	width: 23px;
	height: 18px;
	border: 1px solid #292929;
	display: inline-block;
	flex: 0 0 18px;
	position: relative
}

.field-checkbox-group .checkbox .checkbox-check {
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	display: none
}

.field-checkbox-group .checkbox.checkbox-on .checkbox-check {
	display: block
}

.field-link-wrapper {
	text-align: center;
	padding-top: 10px
}

.field-link {
	font-size: 16px;
	font-family: Open Sans, sans-serif;
	text-decoration: underline;
	font-weight: 600
}

.field-small.field-checkbox .checkbox-label {
	font-size: 16px;
	font-family: Open Sans, sans-serif
}

.field-small.field-checkbox .checkbox {
	width: 18px;
	height: 18px;
	flex-basis: 18px
}

.field-small.field-checkbox .checkbox .checkbox-check {
	position: absolute
}

.button-row {
	flex: 0 0 auto;
	padding: 25px 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center
}

.button-row.centered {
	justify-content: space-around
}

.button-row.centered button {
	flex: 1 0 auto
}

.button-row .button {
	width: auto;
	min-height: 42px;
	min-width: 135px;
	line-height: 18px
}

.button-row a {
	box-shadow: 0 1px 2px #0000001a;
	border-radius: 100px;
	border: 1px solid #292929;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	font-family: CIBfont, Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	padding: 10px 17px;
	min-width: 135px;
	min-height: 42px;
	line-height: 21px;
	text-align: center;
	text-decoration: none
}

.button-row.enrollment a {
	border: none;
	box-shadow: none
}

.cultura .field-wrapper {
	position: relative;
	padding: 15px 0
}

.cultura .form-section-wrapper {
	justify-content: space-around
}

.cultura .form-section-wrapper .form-line-wrapper {
	padding: 0 30px
}

.cultura .form-section-wrapper .form-line-wrapper .checkbox-label {
	font-size: 14px;
	text-transform: initial;
	padding-left: 5px
}

.cultura .form-section-wrapper .form-line-wrapper .checkbox-label span {
	font-size: 16px
}

.cultura .field-checkbox-group {
	padding: 0 0 15px
}

.cultura .field-checkbox-group li {
	padding: 0
}

.cultura .button-row {
	min-height: auto
}

.cultura .button-row.centered {
	padding: 12px 55px
}

.cultura .button-row.centered .button.button-arrow {
	color: #292929;
	border: 1px solid #292929;
	padding-right: 42px;
	width: 100%
}

.cultura .button-row.centered .button.button-arrow span {
	font-size: 20px
}

.contix.gruaper .regular-form.login-form .button-row .button span {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	list-style: 21px
}

.contix.gruaper .regular-form.login-form .button-row.centered.button-login .button span {
	font-family: CIBfont, Helvetica, Arial, sans-serif;
	font-size: 20px
}

.contix.gruaper.ginger .login-form {
	margin-top: 40px
}

.contix.gruaper.ginger p span {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	font-family: Open Sans, sans-serif
}

.contix.gruaper.ginger .login-form .login-footer-options {
	padding-left: 30px;
	padding-right: 30px
}

.contix.gruaper.ginger .login-form .login-footer-options a {
	font-size: 16px
}

.login-form .field-input {
	padding: 15px 0
}

.field-auxiliar {
	font-size: 12px;
	text-transform: initial
}

.popup .loading-indicator {
	height: 50px
}

.token-intro {
	display: flex;
	align-items: center;
	padding: 12px 0
}


.popup,
.cultura.rapero,
.rapero {
	background-color: #fff
}

.cultura header .lapp a {
	background-image: url(elogox.svg);
	background-size: 219px 54px
}

.button .loading-indicator {
	background-image: url(/img/renovar-loading.svg);
	background-size: 20px
}


.field-checkbox-group .checkbox .checkbox-check {
	background-image: url(chulitogray.svg);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: 50%;
	border: none
}

.icon-edit:after {
	content: url(pinceles.svg);
	padding-left: 11px;
	padding-top: 2px;
	width: 16px
}

.icon-call:after {
	content: url(elphonsito.svg);
	padding-left: 11px;
	padding-top: 2px;
	width: 16px
}

.login-footer-options .icon-edit {
	background-size: 21px;
	background-position: left 50%
}

.field-wrapper .loading-indicator:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/img/icon-loading-big.svg);
	background-size: 20px
}

@media only screen and (max-width:319px)and (orientation:portrait) {
	.boundcito p:before {
		background-image: url(/img/icon-alert.svg);
		background-repeat: no-repeat;
		background-size: 30px;
		background-position: 50%
	}
}

.light-round-image {
	background-size: 32px;
	background-image: url(iconitoazul.svg);
	background-repeat: no-repeat
}

@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(font/slick.eot);
	src: url(font/slick.eot?#iefix) format("embedded-opentype"), url(font/slick.woff) format("woff"), url(font/slick.ttf) format("truetype"), url(font/slick.svg#slick) format("svg")
}

@keyframes fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes move-down {
	0% {
		transform: translateY(0)
	}

	10% {
		transform: translateY(0)
	}

	20% {
		transform: translateY(5px)
	}

	30% {
		transform: translateY(0)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes move-up {
	0% {
		transform: translateY(0)
	}

	10% {
		transform: translateY(0)
	}

	20% {
		transform: translateY(-5px)
	}

	30% {
		transform: translateY(0)
	}

	to {
		transform: translateY(0)
	}
}

.loading-indicator:before {
	animation: spinRotation linear 1s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%
}

.button .loading-indicator {
	animation: spinRotation linear 1s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%
}

.boundcito {
	display: none
}

@font-face {
	font-family: CIBfont;
	font-weight: 400;
	font-style: normal;
	src: url(../font/CIBFontSans-Light.ttf)
}

@font-face {
	font-family: CIBfont;
	font-weight: 700;
	font-style: bold;
	src: url(../font/CIBFontSans-Bold.ttf)
}

@font-face {
	font-family: Open Sans;
	font-weight: 600;
	src: url(../font/OpenSans-SemiBold.ttf)
}

@font-face {
	font-family: Open Sans;
	font-weight: 400;
	src: url(../font/OpenSans-Regular.ttf)
}

a {
	cursor: pointer !important
}

p a {
	font-size: 16px;
	font-family: Open Sans, sans-serif;
	text-decoration: underline;
	font-weight: 600
}

html,
body {
	min-height: 100%;
	height: 100%;
	overflow-x: hidden
}

#ahifue,
#ahifue>div:first-child,
#ahifue>div:first-child>div:first-child {
	height: 100%
}

.rapero {
	height: 100vh;
	display: flex;
	flex-direction: column
}

.contix {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

body {
	color: #292929;
	font-family: CIBfont, Helvetica, Arial, sans-serif;
	font-size: 16px
}

a {
	color: #292929;
	text-decoration: none
}

.button {
	display: inline-block;
	background-color: #fdde3a;
	color: #292929;
	text-transform: uppercase;
	border: none;
	min-height: 42px;
	border-radius: 42px;
	padding: 10px 17px;
	font-weight: 700;
	font-size: 18px;
	font-family: CIBfont, Helvetica, Arial, sans-serif;
	vertical-align: middle;
	overflow: hidden;
	margin-bottom: 10px;
	box-shadow: 0 1px 2px #0000001a
}

.button .loading-indicator {
	display: none
}

.message {
	display: flex;
	box-shadow: 0 1px 16px #0000001a;
	margin-top: 10px;
	height: auto
}

.page-subtitle {
	font-weight: 700;
	font-size: 18px;
	padding-left: 10px
}

.cultura header {
	height: 70px
}

.cultura header .lapp {
	padding: 3px 25px
}

.cultura header .lapp a {
	width: 219px;
	height: 54px;
	display: block;
	text-indent: -9999em;
	margin: 0 auto
}

.cultura .page-subtitle {
	padding: 0 75px
}

.cultura .regular-form {
	padding-top: 0
}

.cultura .regular-form.scrollable .form-section-wrapper {
	display: contents
}

.cultura .ginger .form-section-wrapper {
	justify-content: center
}

.cultura .login-footer-options {
	padding-top: 12px;
	padding-bottom: 25px;
	flex: none;
	display: flex;
	justify-content: space-around
}

.cultura .login-footer-options span {
	font-size: 16px;
	font-family: Open Sans, sans-serif;
	text-decoration: underline;
	font-weight: 600
}

.popup-overlay {
	position: fixed;
	inset: 0;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px)
}

.popup-login-code .regular-form .form-section-wrapper.login-movile .form-line-wrapper .field-wrapper p {
	margin-bottom: 50px;
	text-align: initial
}

.popup-login-code .regular-form .form-section-wrapper.login-movile .form-line-wrapper .field-wrapper p a span {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 50px
}

.popup-login-code .regular-form .form-section-wrapper.login-movile .form-line-wrapper .field-wrapper span {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	font-family: CIBfont, Helvetica, Arial, sans-serif
}

.popup-login-code .regular-form .form-section-wrapper.login-movile .form-line-wrapper .field-wrapper .field-auxiliar {
	margin-bottom: 0
}

.popup-login-code .regular-form .form-section-wrapper.login-movile .form-line-wrapper .field-wrapper label span {
	font-weight: 400;
	font-size: 14px;
	font-family: Open Sans, sans-serif;
	line-height: 18px
}

.popup-login-code .regular-form .form-section-wrapper.login-movile .form-line-wrapper .field-link-wrapper {
	padding: 25px 0;
	text-align: left
}

.popup-login-code .regular-form .button-row .button {
	background-image: url(derechita.svg);
	background-repeat: no-repeat;
	background-position: 88% 50%;
	background-size: 14px;
	padding-right: 39px
}

.popup-login-code .message {
	margin: 0
}

.popup {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	z-index: 99999;
	box-shadow: 0 10px 16px #00000030
}

.popup.scrollable .regular-form.centered {
	padding: 0 25px
}

.popup .form-line-wrapper {
	padding: 0 13px
}

.button-row {
	justify-content: space-between;
	background: none;
	padding: 0 24px 30px;
	margin-top: 10px
}

.popup-wrapper.token-popup.popup-carga .popup-overlay .popup.scrollable .regular-form .form-section-wrapper.login-movile {
	padding-top: 40px
}

input:invalid {
	box-shadow: none
}

.lasayudass {
	line-height: normal;
	float: right;
	width: 24px;
	height: 24px;
	background-image: url(ayuditas.svg);
	background-repeat: no-repeat;
	background-position: 10%;
	background-size: auto 90%;
	margin: 1%;
	cursor: pointer
}

@media only screen and (min-width:320px)and (max-width:767px) {
	.lasayudass {
		margin: 17px 22px
	}
}

.dynamic-token-info {
	display: flex;
	margin: 20px 0 20px 22.5px
}

.dynamic-token-info p {
	margin-right: 20px;
	margin-left: 10px
}

.dynamic-token-info p span {
	font-size: 16px !important
}

.dynamic-token-info p a span {
	font-weight: 700 !important
}

.dynamic-token-info .light-round-image {
	padding: 18px
}

@keyframes movimiento {
	0% {
		bottom: 1500px
	}

	60% {
		bottom: -25px
	}

	75% {
		bottom: 10px
	}

	90% {
		bottom: -5px
	}

	to {
		bottom: 100%
	}
}

@keyframes movimientoDown {
	0% {
		bottom: 1500px
	}

	60% {
		bottom: -200px
	}

	75% {
		bottom: -50px
	}

	90% {
		bottom: -100px
	}

	to {
		bottom: unset
	}
}

.contix {
	overflow-x: hidden
}

@media only screen and (max-width:319px)and (orientation:portrait) {
	.boundcito {
		display: flex;
		background-color: #f5f7f9;
		position: fixed;
		inset: 0;
		z-index: 9999;
		justify-content: center;
		align-items: center
	}

	.boundcito p {
		word-break: break-all;
		position: relative;
		border: none;
		text-transform: uppercase
	}

	.boundcito p:before {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: -40px;
		left: 50%;
		margin-left: -20px
	}
}

@media screen and (max-width:992px) {
	.popup-overlay {
		z-index: 99999;
		backdrop-filter: blur(5px) !important;
		-webkit-backdrop-filter: blur(5px) !important
	}
}

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
	.guacuco .rapero {
		padding-bottom: 44px
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.rapero {
		height: 100vh
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	
	:ahifue {
		top: auto !important;
		bottom: 0 !important
	}

	
	:ahifue {
		top: auto !important
	}

	
	:ahifue,
	.contix {
		-webkit-overflow-scrolling: auto
	}

	
	:ahifue {
		right: 20px !important
	}

	
	:ahifue,
	.form-section-wrapper {
		flex: 1 0 auto !important
	}
}

@media only screen and (min-device-width:320px)and (max-device-width:568px)and (-webkit-device-pixel-ratio:2)and (device-aspect-ratio:40/71) {

	.popup.scrollable {
		display: block
	}
}

@media only screen and (device-width:375px)and (device-height:667px)and (-webkit-device-pixel-ratio:2) {
	.rapero {
		--safe-area-inset-top: env(safe-area-inset-top);
		--safe-area-inset-bottom: env(safe-area-inset-bottom);
		height: calc(100% + var(--safe-area-inset-top) + var(--safe-area-inset-bottom))
	}
}

@media only screen and (device-width:414px)and (device-height:736px)and (-webkit-device-pixel-ratio:3) {
	.rapero {
		--safe-area-inset-top: env(safe-area-inset-top);
		--safe-area-inset-bottom: env(safe-area-inset-bottom);
		height: calc(100% + var(--safe-area-inset-top) + var(--safe-area-inset-bottom))
	}
}

@media only screen and (device-width:414px)and (device-height:896px)and (-webkit-device-pixel-ratio:2) {
	.rapero {
		--safe-area-inset-top: env(safe-area-inset-top);
		--safe-area-inset-bottom: env(safe-area-inset-bottom);
		height: calc(100% + var(--safe-area-inset-top) + var(--safe-area-inset-bottom))
	}
}

@media only screen and (device-width:414px)and (device-height:896px)and (-webkit-device-pixel-ratio:3) {
	.rapero {
		--safe-area-inset-top: env(safe-area-inset-top);
		--safe-area-inset-bottom: env(safe-area-inset-bottom);
		height: calc(100% + var(--safe-area-inset-top) + var(--safe-area-inset-bottom))
	}
}

@media only screen and (device-width:375px)and (device-height:812px)and (-webkit-device-pixel-ratio:3) {
	.rapero {
		--safe-area-inset-top: env(safe-area-inset-top);
		--safe-area-inset-bottom: env(safe-area-inset-bottom);
		height: calc(100% + var(--safe-area-inset-top) + var(--safe-area-inset-bottom))
	}
}

@media only screen and (device-width:390px)and (device-height:844px)and (-webkit-device-pixel-ratio:3) {
	.rapero {
		--safe-area-inset-top: env(safe-area-inset-top);
		--safe-area-inset-bottom: env(safe-area-inset-bottom);
		height: calc(100% + var(--safe-area-inset-top) + var(--safe-area-inset-bottom))
	}
}

@media only screen and (device-width:428px)and (device-height:926px)and (-webkit-device-pixel-ratio:3) {
	.rapero {
		--safe-area-inset-top: env(safe-area-inset-top);
		--safe-area-inset-bottom: env(safe-area-inset-bottom);
		height: calc(100% + var(--safe-area-inset-top) + var(--safe-area-inset-bottom))
	}
}

@media only screen and (device-width:393px)and (device-height:852px)and (-webkit-device-pixel-ratio:3) {
	.rapero {
		--safe-area-inset-top: env(safe-area-inset-top);
		--safe-area-inset-bottom: env(safe-area-inset-bottom);
		height: calc(100% + var(--safe-area-inset-top) + var(--safe-area-inset-bottom))
	}
}

@media only screen and (device-width:430px)and (device-height:932px)and (-webkit-device-pixel-ratio:3) {
	.rapero {
		--safe-area-inset-top: env(safe-area-inset-top);
		--safe-area-inset-bottom: env(safe-area-inset-bottom);
		height: calc(100% + var(--safe-area-inset-top) + var(--safe-area-inset-bottom))
	}
}

::-ms-reveal {
	display: none
}

.normalitopues .button,
.normalitopues .button-row .button,
.normalitopues .cultura .contix .button-row.centered .button {
	border-radius: 40px;
	background-color: #fdde3a;
	color: #292929;
	height: 41px;
	padding: 10px 49px;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	flex: 0 0 auto;
	min-width: 189px;
	align-items: center;
	justify-content: center;
	width: auto;
	width: -moz-fit-content;
	margin-bottom: 0
}

.normalitopues .button:hover,
.normalitopues .cultura .contix .button-row.centered .button:hover {
	background-color: #ecc602;
	cursor: pointer
}

.normalitopues .button span,
.normalitopues .button-row .button span,
.normalitopues .cultura .contix .button-row.centered .button span {
	font-size: 18px !important
}


.normalitopues .button-row a {
	min-width: 189px;
	margin-right: 30px;
	margin-bottom: 0;
	height: 41px;
	min-height: 41px;
	font-size: 18px
}


.normalitopues .button-row .button,
.normalitopues .cultura .contix .button-row.centered .button {
	background-color: #fdde3a;
	border: none;
	margin-right: 0;
	justify-content: center
}

.normalitopues .scrollable {
	overflow-y: auto;
	display: block;
	padding: 0 22.5px;
	min-height: 20px
}

.normalitopues a {
	color: #292929
}

.normalitopues .no-mobile {
	display: inline-block
}

.normalitopues .contix {
	overflow: auto
}

.normalitopues .message {
	background-color: #fff;
	margin: 30px 45px 12px;
	max-width: 611px;
	padding: 0
}


.normalitopues .page-subtitle {
	padding: 40px 24px 24px 45px;
	text-align: left;
	text-transform: none;
	font-weight: 700;
	font-size: 24px;
	box-shadow: none !important
}


.normalitopues .page-subtitle span {
	font-size: 28px;
	line-height: 30px
}

.normalitopues .popup-wrapper .popup-overlay {
	z-index: 9998
}

.normalitopues .popup-wrapper .popup {
	z-index: 9999;
	inset: auto;
	max-width: 578px;
	max-height: 88%;
	box-shadow: 0 10px 16px #00000030
}

.normalitopues .popup-wrapper .popup.scrollable {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	margin: auto;
	padding-right: 0
}

.normalitopues .popup-wrapper .popup.scrollable .regular-form {
	padding: 0;
	display: flex;
	height: 100%;
	flex: 1
}

.normalitopues .popup-wrapper .popup.scrollable .button-verification {
	margin-bottom: 0;
	padding-top: 0
}

.normalitopues .popup-wrapper .popup.scrollable .button-verification a {
	border: 1px solid #000;
	padding: 10px 40px
}

.normalitopues .popup-wrapper .popup.scrollable .button-verification button .button-login span {
	margin-left: 10px
}

.normalitopues .popup-wrapper .popup.scrollable .regular-form {
	max-width: 578px;
	overflow-x: hidden;
	min-width: 500px;
	align-items: center
}

.normalitopues .popup-wrapper .popup.scrollable .regular-form .form-section-wrapper {
	max-width: 503px;
	padding-bottom: 1px
}

.normalitopues .popup-wrapper .popup .form-section-wrapper .form-line-wrapper .field-wrapper {
	display: flex;
	margin-top: 30px;
	padding: 0;
	justify-content: center
}

.normalitopues .popup-wrapper .popup .form-section-wrapper .form-line-wrapper .field-wrapper label {
	flex: 0 0 335px
}

.normalitopues .popup-wrapper .popup .form-section-wrapper .form-line-wrapper .field-wrapper .field-container input {
	max-width: 400px;
	width: 400px
}

.normalitopues .popup-wrapper .popup .form-section-wrapper .form-line-wrapper .field-wrapper.field-checkbox-group {
	padding-left: 22.5px;
	justify-content: flex-start
}

.normalitopues .popup-wrapper .popup .form-section-wrapper .form-line-wrapper .field-wrapper.field-checkbox-group .checkbox-label {
	flex: none
}

.normalitopues .normal-footer {
	background-color: #fff;
	position: relative;
	width: 100%;
	z-index: 999;
	bottom: 0
}

.normalitopues .normal-footer .footer-list {
	padding: 24px 65px;
	display: flex;
	flex-direction: row;
	background-image: url(eloguitodos.svg);
	background-repeat: no-repeat;
	background-position: .5% 52%;
	box-shadow: 0 -2px 5px #00000017
}

.normalitopues .normal-footer .footer-list li {
	padding-right: 30px;
	text-decoration: underline
}

.normalitopues .normal-footer .footer-list li span {
	font-size: 16px;
	font-weight: 700;
	font-family: Open Sans, sans-serif
}

.normalitopues .normal-footer .footer-list li:last-of-type {
	margin-right: 0
}

.normalitopues .normal-footer .footer-list li:nth-last-child(2) {
	text-decoration: none
}

.normalitopues .normal-footer .footer-list li:nth-last-child(2) span {
	font-weight: 400;
	font-size: 14px
}

.normalitopues .cultura header {
	background-color: #fff;
	height: 66px;
	box-shadow: 0 1px 8px #0000001a;
	z-index: 9999
}

.normalitopues .cultura header .lapp {
	padding: 0
}

.normalitopues .cultura header .lapp a {
	margin: 0 50px;
	height: 66px
}

.normalitopues .cultura .page-subtitle {
	padding: 45px 24px 24px 45px;
	font-size: 24px
}

.normalitopues .cultura .contix {
	background-color: #fff;
	color: #292929;
	flex-grow: 1;
	font-weight: 700;
	font-size: 20px;
	box-shadow: 0 10px 13px #000
}

.normalitopues .cultura .contix.gruaper {
	background: url(elbackground.jpg);
	background-size: cover;
	padding: 77px 48px;
	background-position: center top 24%
}

.normalitopues .cultura .contix.gruaper .popup-login-code {
	margin-left: 60px;
	left: 0
}

.normalitopues .cultura .contix.gruaper .popup-login-code .regular-form {
	align-items: inherit;
	padding: 30px
}

.normalitopues .cultura .contix.gruaper .popup-login-code .regular-form .button-verification {
	padding: 22px
}

.normalitopues .cultura .contix.gruaper .popup-login-code .regular-form .form-section-wrapper.login-movile .form-line-wrapper.static-form .field-wrapper {
	display: block;
	flex: auto
}

.normalitopues .cultura .contix.gruaper .popup-login-code .regular-form .form-section-wrapper.login-movile .form-line-wrapper.static-form .field-wrapper.field-input label {
	text-align: left
}

.normalitopues .cultura .contix.gruaper .popup-login-code .regular-form .form-section-wrapper.login-movile .form-line-wrapper.static-form .field-wrapper.field-input label span {
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 400
}

.normalitopues .cultura .contix.gruaper .popup-login-code .regular-form .form-section-wrapper.login-movile .form-line-wrapper.static-form .field-link-wrapper {
	margin-top: 10px;
	margin-left: 0
}

.normalitopues .cultura .contix.gruaper .popup-login-code .regular-form .form-section-wrapper.login-movile .form-line-wrapper .intro-code {
	justify-content: flex-start
}

.normalitopues .cultura .contix.gruaper .popup-login-code .regular-form .form-section-wrapper.login-movile .form-line-wrapper .intro-code .token-intro span {
	font-size: 20px;
	margin-left: 0;
	font-family: CIBfont, Helvetica, Arial, sans-serif;
	font-weight: 700
}

.normalitopues .cultura .contix.gruaper .popup-login-code .regular-form .form-section-wrapper.login-movile .field-link-wrapper {
	padding: 25px 0
}

.normalitopues .cultura .contix .boxi {
	background-color: #fff;
	width: 580px;
	box-shadow: 0 10px 16px #0000001a
}

.normalitopues .cultura .contix .login-footer-options {
	border-top: 1px solid #2c2a29;
	padding: 22.5px;
	padding-left: 45px !important;
	padding-right: 45px !important;
	padding: 30px;
	justify-content: space-between
}

.normalitopues .cultura .contix .regular-form .button-row.centered {
	margin-left: 0
}

.normalitopues .cultura .contix .regular-form .button-row.centered.button-login {
	margin-left: 45px
}

.normalitopues .rapero {
	min-height: 100vh;
	height: initial;
	padding-bottom: 0
}

.normalitopues .rapero .message .button-row.centered {
	margin-left: 0
}

.normalitopues .app-version {
	font-size: 12px;
	font-family: Open Sans, sans-serif;
	opacity: .75;
	padding-right: 10px;
	position: absolute;
	right: 0;
	padding-top: 3px
}

.normalitopues .scrollable .button-row.centered .button {
	width: auto;
	flex: 0 0 auto;
	margin: 15px 15px 15px 0
}

.normalitopues .popup-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	position: absolute;
	inset: 0
}

.normalitopues .popup-wrapper .popup.scrollable {
	padding-left: 0
}

.normalitopues .dynamic-token-info p a {
	display: block
}

.normalitopues input:-internal-autofill-selected {
	background-color: transparent !important;
	background: transparent !important
}

.normalitopues .regular-form {
	display: block;
	height: auto;
	padding-top: 0;
	flex: 0 0 auto;
	max-width: 800px
}

.normalitopues .regular-form .form-section-wrapper {
	display: block
}

.normalitopues .form-line-wrapper {
	display: flex;
	flex-direction: column;
	padding: 0 22.5px
}

.normalitopues .form-line-wrapper label {
	font-size: 14px;
	margin-bottom: 0;
	color: #292929;
	flex: 0 0 195px;
	padding-right: 10px;
	flex-direction: row;
	justify-content: space-between;
	opacity: 1
}

.normalitopues .form-line-wrapper.centered {
	text-align: left
}

.normalitopues .field-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-flow: row wrap;
	flex: 1 1 auto;
	padding: 15px 22.5px
}

.normalitopues .field-input input {
	line-height: 31px;
	padding: 0;
	color: #292929;
	border-bottom: 1px solid #2c2a29;
	max-width: 426px
}

.normalitopues .field-input.field-small input {
	flex: 0 0 150px
}

.normalitopues .field-checkbox-group {
	align-items: flex-start
}

.normalitopues .field-checkbox-group .field-checkbox {
	align-items: center
}


.normalitopues .field-checkbox-group .checkbox {
	border-color: #292929
}


.normalitopues .field-checkbox-group .checkbox:hover {
	cursor: pointer
}

.normalitopues .field-checkbox-group ul {
	flex: 0 1 auto;
	flex-wrap: nowrap
}

.normalitopues .field-checkbox-group li {
	padding: 0;
	margin-right: 30px
}

.normalitopues .field-link-wrapper {
	text-align: left;
	margin-left: 22.5px;
	padding: 0
}

.normalitopues .button-row {
	display: flex;
	padding-left: 45px;
	flex: 0 0 auto;
	flex-direction: row;
	align-items: center;
	min-height: 92px;
	justify-content: flex-start;
	flex-wrap: wrap
}

.normalitopues .button-row.centered {
	margin-left: 0;
	flex-direction: initial;
	justify-content: center;
	text-align: left;
	padding: 15px 0 15px 45px
}

.normalitopues .button-row a+button {
	margin-left: 0
}

.normalitopues .cultura .form-section-wrapper .form-line-wrapper {
	padding: 0 22.5px
}

.normalitopues .cultura .form-section-wrapper .form-line-wrapper .field-link-wrapper a span {
	font-size: 16px;
	text-decoration: underline;
	font-weight: 600
}

.normalitopues .cultura .form-section-wrapper .form-line-wrapper .field-wrapper {
	padding: 22.5px;
	display: block
}

.normalitopues .cultura .login-form .field-link span {
	font-size: 16px;
	font-weight: 600
}

.normalitopues .cultura .login-form .field-wrapper.field-link {
	padding: 0
}

.normalitopues .cultura .gruaper.ginger .login-form {
	margin-top: 0
}

.normalitopues .cultura .gruaper.ginger .login-form .field-input input {
	width: 438px
}

.normalitopues .field-wrapper {
	display: grid;
	grid-template-columns: 200px 416px;
	grid-column-gap: 50px
}

.normalitopues .form-line-wrapper label {
	justify-self: start;
	cursor: pointer
}


.normalitopues .form-line-wrapper .field-checkbox-group label,
.normalitopues .form-line-wrapper .field-input label {
	cursor: auto
}

.normalitopues .form-line-wrapper .field-checkbox-group {
	grid-template-columns: 250px 335px;
	align-items: center
}

.normalitopues .form-line-wrapper .field-checkbox-group span {
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	font-family: Open Sans, sans-serif
}

.normalitopues .form-line-wrapper .field-checkbox-group .checkbox-label {
	padding-right: 30px
}

.normalitopues .regular-form {
	margin-top: 0
}

.normalitopues .regular-form .button-login {
	padding: 15px 0
}

.normalitopues .boxi .button-verification {
	justify-content: space-between;
	padding: 45px
}

.normalitopues .static-form .field-wrapper {
	display: block;
	width: 470px
}

.normalitopues .static-form .field-wrapper label span {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0;
	line-height: 28px
}

.normalitopues .cultura header .lapp a {
	display: block;
	height: 66px;
	background-image: url(elogox.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
	margin: 0 10px 0 20px;
	width: 200px
}

.normalitopues .button .loading-indicator {
	background-size: 20px
}

.normalitopues .button-arrow button {
	background: url(derechita.svg) no-repeat 91% 50%;
	background-size: 16px
}

.normalitopues .guacuco .rapero {
	padding-bottom: 0
}

@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1) {

	.normalitopues .contix {
		-webkit-overflow-scrolling: auto
	}

	.normalitopues .rapero {
		min-height: 97vh
	}
}

@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape)and (-webkit-min-device-pixel-ratio:1) {

	.normalitopues .rapero {
		min-height: 95vh
	}

	.normalitopues .contix {
		-webkit-overflow-scrolling: auto
	}
}

@media(max-width:854px) {

	.normalitopues .app-version {
		padding-right: 15px
	}
}

@media only screen and (max-width:1366px)and (max-height:768px) {
	.normalitopues .popup-login-code .regular-form {
		padding-top: 0 !important
	}
}

@keyframes card-bounce {
	50% {
		animation-timing-function: cubic-bezier(.4, 0, .2, 1);
		transform: translateY(20px)
	}

	20%,
	80% {
		transform: translate(0)
	}

	0%,
	to {
		transform: translate(0)
	}
}

.normalitopues .loading-indicator:before {
	animation: spinRotation linear 1s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%
}

@keyframes spinRotation {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes pulse {
	0% {
		transform: scaleZ(1)
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		transform: scaleZ(1)
	}
}

.normalitopues .button .loading-indicator {
	animation: spinRotation linear 1s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		transform: translate3d(0, -10px, 0)
	}

	90% {
		transform: translate3d(0, 5px, 0)
	}

	to {
		transform: none
	}
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

@media print {

	.normalitopues body {
		position: absolute;
		display: inline;
		left: 0;
		top: 0;
		margin: 20px
	}

	.normalitopues .form-line-wrapper label .field-wrapper .field-input label span {
		font-size: 12px;
		line-height: 20px
	}

	
	.normalitopues .app-version,
	.normalitopues .button-row,
	.normalitopues .button,
	.normalitopues header,
	.normalitopues footer,
	.normalitopues li .app-version,
	.normalitopues button span,
	.normalitopues a span,
	.normalitopues li a span {
		display: none
	}

	.normalitopues article .field-wrapper {
		padding: 4pt;
		margin: 0
	}

	.normalitopues h2 {
		margin-left: 20px
	}

	.normalitopues .regular-form {
		height: 100% !important
	}
}

.normalitopues {
	color: #292929
}

* {
	box-sizing: border-box
}