body {
	font-family: 'Santander-Regular';
	color: #000000;
	height: 100vh;
}

.sinBorde {
	border: none;
	padding: unset;
}

.modalTitulo {
	font-family: 'Santander-Regular' !important;
	color: #000000;
	font-weight: bold;
}

.modalBody {
	font-family: 'Santander-TextRegular' !important;
}

.logoCredentials {
	width: auto;
	height: 26px;
	/* padding-top: 5px; */
	padding-right: 5px;
}

.holaMsj {
	text-align: left;
	padding-top: 10px;
	font-weight: bold;
	font-size: 28px;
}

.hideModal {
	color: #000000;
	opacity: 1;
	font-size: 35px;
}

.logoSpinner {
	padding-bottom: 10%;
	width: 35%;
	height: auto;
}


/* Oculta el div */

.elementHidden {
	display: none;
}

.imageLogin {
	width: auto;
	height: 27vh;
}

.titulo {
	color: #EC0000;
	width: auto;
	font-family: 'Santander-Regular';
	font-size: x-large;
	font-weight: bold;
	padding-left: 0px;
}

.tituloSplash {
	color: #ffffff;
	font-family: 'Santander-Regular';
	font-size: xx-large;
	font-weight: bold;
}

.tituloSpinner {
	color: #000000;
	font-weight: bold;
	font-family: 'Santander-Regular';
	font-size: larger;
}

.subtituloSpinner {
	color: #000000;
	font-family: 'Santander-Regular';
	font-size: medium;
}

.margenIzqDer {
	padding-left: 10px;
	padding-right: 10px;
}

.alturaBtn {
	height: 45px;
	max-height: 50px;
}

.body-button-red {
	font-family: 'Santander-Regular', sans-serif;
	-webkit-box-shadow: 0 10px 12px 0 rgba(236, 0, 0, 0.32);
	box-shadow: 0 10px 12px 0 rgba(236, 0, 0, 0.32);
	background-color: #ec0000;
	cursor: pointer;
	border-radius: 24px;
	border: 0;
	color: #fff;
	width: 40%;
	max-width: 160px;
	height: 100%;
	min-height: 48px;
	font-size: 16px;
}

.textoInformativo {
	line-height: 1.1;
}

.body-link-red {
	font-family: 'Santander-Regular', sans-serif;
	cursor: pointer;
	border: 0;
	color: #EC0000;
	font-weight:400;
}

.someError {
	font-family: 'Santander-Regular', sans-serif;
	color: #EC0000;
	font-size: 0.9rem;
}

/* BTN CONTINUAR EN PREVIEWS */

.botton-vertical {
	margin: 0 auto;
}

.body-button-red:disabled, .body-button-red[disabled] {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	background-color: #cccccc;
	color: #666666;
}

/**Estilo para la pantalla inicial de pay, la cual es mostrada como 
   presentación del aplicativo*/

body {
	font-family: 'Santander-Regular';
}

.background-splash {
	position: absolute;
	background-color: #ec0000;
	display: inline;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.divSpinner {
	width: 100%;
	height: auto;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ESTILOS DEL MODAL */
body .modal {
	z-index: 9999999;
	table-layout: fixed;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body .modal-header {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* ESTILO FOOTER EN EL MODAL */

body .modal-footer {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-top: 0;
}

/* ESTILO DEL CUERPO EN EL MODAL */

body .modal .modal-body {
	text-align: center;
	font-family: 'Santander-Regular', sans-serif;
	color: #000
}

/* ESTILO DEL CUERPO EN EL MODAL */

body .modal .modal-body .cerrar {
	color: #ec0000;
	position: absolute;
	right: 1em;
}

/* BTN MODAL CONTINUE-OK OPCION */

.modal-button-red {
	font-family: 'Santander-Regular', sans-serif;
	background-color: #ec0000;
	cursor: pointer;
	border: 0;
	color: #fff;
	font-weight: normal;
	-webkit-box-shadow: 0 10px 12px 0 rgba(236, 0, 0, 0.32);
	box-shadow: 0 10px 12px 0 rgba(236, 0, 0, 0.32);
	border-radius: 24px;
	font-size: 18px;
	width: 40%;
	max-width: 200px;
	height: 40px;
}

/* BTN MODAL EMPTY OPCION */

.modal-button-white {
	font-family: 'Santander-Regular', sans-serif;
	background: transparent;
	cursor: pointer;
	border: 0;
	color: #ec0000;
	font-weight: normal;
}

/******************* TERMINATE MODAL *************************/

/* ICONO FLAMA SANTANDER - MODO LANDSCAPE*/

.icon-vertical {
	margin: 0 auto;
	padding-top: 0;
}

.font-bold {
	font-family: 'Santander-Bold', 'Arial', 'Helvetica', sans-serif;
	font-weight: bold;
	line-height: 1.4;
}

/* ESTILO PARA LOS MENSAJES QUE INDICAN EL TIPO DE CAPTURA */

.fs-p7em {
	font-family: 'Santander-Regular', sans-serif;
	line-height: 1.5;
	white-space: normal;
	overflow: hidden;
	max-width: 100%;
	display: inline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* ESTILO PARA LOS MENSAJES EN PREVIEWS */

.line-height-1 {
	line-height: 1.3;
	width: 100%;
	display: inherit;
}

.paddingTop {
	padding-top: 20px;
}

@media (max-width: 1024px) and (min-height: 700px) {
	.espacioEnBtns {
		padding-top: 9%;
	}
}

/* Evita que el dispositivo se encuentre como landscape,
permitiendo solo portrait */
/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	html {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
		width: 100vh;
		overflow-x: hidden;
		position: absolute;
		top: 100%;
		left: 0;
	}
}*/

/* Extra small devices (phones, 600px and down) */
@media all and (max-width: 600px) {
	.modal-dialog {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		max-width: 100%;
		margin: 0;
	}

	.ocultoParaMovil,.ocultoParaMovilFlex {
		display: none !important;
	}

	.ocultoParaPC {
		display: block;
	}

	navbar, nav, footer {
		display: none !important;
	}

	.textoInformativo::before {
		content: "Te damos la bienvenida a Pay Santander.\aPara realizar el pago de tu tarjeta de crédito\aingresa los siguientes datos:";
	}
}

/* Extra small devices (phones, 600px and down) */
@media all and (max-width: 600px) and (min-height: 800px) {
	.imageLogin {
		width: auto;
		height: 29vh !important;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.formularioLogin {
		padding-top: 6px;
	}

	.estiloInputs {
		/* font-size: 25px; */
		height: 5.2vh;
		background: #ffffff;
	}

	.divPass {
		margin-top: 10px;
	}

	.holaMsj {
		text-align: left;
		padding-top: 10px;
		font-weight: bold;
		font-size: 27px;
	}

	.textoInformativo {
		line-height: 1.1;
		padding-top: 5px;
		font-size: 22px;
	}

	.ingresaDatos {
		line-height: 1.1;
		padding-top: 10px;
		font-size: 22px;
	}

	.someError {
		font-size: 1rem;
	}
}

/* Extra small devices (phones, 600px and down) */
@media all and (max-width: 600px) and (max-height: 600px) {
	.imageLogin {
		width: auto;
		height: 24vh;
	}

	.holaMsj {
		text-align: left;
		padding-top: 10px;
		font-weight: bold;
		font-size: 24px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media all and (min-width: 600px) {
	.imageLogin {
		width: auto;
		height: 12%;
	}

	.logoSpinner {
		padding-bottom: 10%;
		width: 120px;
		height: auto;
	}

	.textoInformativo::before {
		content: "Te damos la bienvenida a Pay Santander.\aPara realizar el pago de tu tarjeta de crédito\aingresa los siguientes datos:";
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media all and (min-width: 600px)and (min-height: 900px)and (max-height: 1200px) {
	.imageLogin {
		height: 24vh;
	}

	.titulo {
		font-size: xx-large;
	}

	.logoCredentials {
		width: auto;
		height: 35px;
		/* padding-top: 5px; */
		padding-right: 15px;
	}

	.holaMsj {
		font-size: 36px;
	}

	.textoInformativo {
		font-size: 22px;
	}

	.ingresaDatos {
		font-size: 22px;
	}

	.someError {
		font-size: 20px;
	}

	.form-outline .form-control.form-control-lg {
		font-size: 1.7rem !important;
	}

	.form-outline .form-control.form-control-lg~.form-label {
		font-size: 1.7rem !important;
	}

	.estiloInputs {
		height: 60px;
	}

	.divPass {
		margin-top: 20px;
	}

	.formularioLogin {
		padding-top: 10px;
	}

	.body-link-red {
		font-size: 26px;
	}

	.body-button-red {
		max-height: 55px;
		font-size: 24px;
		max-width: 190px;
	}

	.alturaBtn {
		height: 65px;
		max-height: 65px;
	}

}

/* Medium devices (landscape tablets, 768px and up) */
@media all and (min-width: 768px) {
	.titulo {
		font-size: 42px;
	}

	.logoCredentials {
		height: 40px;
		padding-right: 10px;
	}

	.imageLogin {
		width: auto;
		height: 300px;
		padding-top: 30px;
	}

	.holaMsj {
		text-align: left;
		padding-top: 40px;
		font-weight: bold;
		font-size: 38px;
	}

	.textoInformativo {
		line-height: 1.1;
		padding-top: 10px;
		font-size: 32px;
	}

	.textoInformativo::before {
		content: "Te damos la bienvenida a Pay Santander.\aPara realizar el pago de tu tarjeta de crédito\aingresa los siguientes datos:";
	}

	.ingresaDatos {
		line-height: 1.1;
		padding-top: 20px;
		font-size: 32px;
	}

	.estiloInputs {
		font-size: 25px;
		height: 65px;
		background: #ffffff;
	}

	.form-outline .form-control.form-control-lg {
		font-size: 1.6rem !important;
	}

	.divPass {
		margin-top: 25px;
	}

	.paddingTop {
		padding-top: 25px;
	}

	.body-link-red {
		font-family: 'Santander-Regular', sans-serif;
		font-size: 26px;
		cursor: pointer;
		border: 0;
		color: #EC0000;
		font-weight:400;
	}

	.body-button-red {
		width: 40%;
		max-width: 220px;
		height: 100%;
		max-height: 150px;
		font-size: 26px;
	}

	.someError {
		font-size: 1.6rem;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media all and (min-width: 992px) {

	.titulo {
		font-size: 24px;
	}

	.logoCredentials {
		height: 28px;
		padding-right: 10px;
	}

	.imageLogin {
		width: auto;
		height: 26vh;
		padding-top: 30px;
	}

	.modal-dialog {
		width: 356px;
		position: absolute;
		left: 50%;
		top: 45%;
		-webkit-transform: translate(-50%, -50%) !important;
		-ms-transform: translate(-50%, -50%) !important;
		transform: translate(-50%, -50%) !important;
	}

	.holaMsj {
		text-align: center;
		padding-top: 10px;
		font-weight: bold;
		font-size: x-large;
	}

	#divClientCredentials {
		max-width: 30%;
		margin-left: auto;
		margin-right: auto;
	}

	footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		font-size: 14px;
	}

	.text-black {
		color: #000000;
	}

	.href {
		color: #ec0000;
	}

	.ocultoParaPC {
		display: none !important;
	}

	.ocultoParaMovil {
		display: block !important;
	}
	.ocultoParaMovilFlex{
		display: flex;
	}

	.textoInformativo {
		line-height: 1.1;
		letter-spacing: 0.9px;
		text-align: center;
		white-space: pre;
		font-size: 16px;
	}

	.textoInformativo::before {
		content: "Te damos la bienvenida a Pay Santander.\aPara realizar el pago de tu tarjeta de crédito\aingresa los siguientes datos:";
	}

	.estiloInputs {
		font-size: 18px;
		height: 45px;
		background: #ffffff;
	}

	.body-button-red {
		font-family: 'Santander-Regular', sans-serif;
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}

	.modal-button-red {
		font-family: 'Santander-Regular', sans-serif;
		background-color: #ec0000;
		cursor: pointer;
		border: 0;
		color: #fff;
		font-weight: normal;
		border-radius: 24px;
		font-size: 16px;
		width: 40%;
		max-width: 121px;
		height: 40px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.divPass {
		margin-top: 2px;
	}

	.form-outline .form-control.form-control-lg {
		font-size: 1rem !important;
	}

	.body-link-red {
		font-family: 'Santander-Regular', sans-serif;
		font-size: 18px;
		cursor: pointer;
		border: 0;
		color: #EC0000;
		font-weight:400;
	}

	.body-button-red {
		width: 40%;
		max-width: 160px;
		height: 100%;
		max-height: 40px;
		font-size: 14px;
	}

	.someError {
		font-size: 1rem;
	}

	.paddingTop {
		padding-top: 10px;
	}

	.formularioLogin {
		padding-top: 10px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media all and (min-width: 1200px) {
	.ocultoParaPC {
		display: none !important;
	}

	.ocultoParaMovil {
		display: block !important;
	}

	.ocultoParaMovilFlex{
		display: flex;
	}

	.divPass {
		margin-top: 10px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media all and (min-width: 1200px) and (min-height: 800px) {
	.ocultoParaPC {
		display: none !important;
	}

	.ocultoParaMovil {
		display: block !important;
	}
	.ocultoParaMovilFlex{
		display: flex;
	}

	.divPass {
		margin-top: 10px;
	}

	.imageLogin {
		height: 26vh;
		padding-top: 30px;
	}

	.holaMsj {
		font-size: xx-large;
	}

	.textoInformativo {
		font-size: larger;
	}

	.someError {
		font-size: larger;
	}

	.estiloInputs {
		height: 6vh;
	}

	.espacioEnBtns {
		padding-top: 6vh;
	}

	.formularioLogin {
		padding-top: 2.1vh;
	}

	.body-link-red {
		font-size: x-large;
	}

	.body-button-red {
		width: 40%;
		max-width: 100%;
		height: 100%;
		max-height: 50px;
		font-size: x-large;
	}

	.form-outline .form-control.form-control-lg {
		font-size: x-large !important;
	}
}

/* ----------- iPad Pro ----------- */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5)  {

	.titulo {
		font-size: 30px;
	}

	.logoCredentials {
		height: 28px;
		padding-right: 10px;
	}

	.imageLogin {
		width: auto;
		height: 26vh;
		padding-top: 30px;
	}

	.modal-dialog {
		width: 356px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%) !important;
		-ms-transform: translate(-50%, -50%) !important;
		transform: translate(-50%, -50%) !important;
	}

	.holaMsj {
		text-align: center;
		padding-top: 15px;
		font-weight: bold;
		font-size: xx-large;
	}

	#divClientCredentials {
		max-width: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		font-size: 14px;
	}

	.text-black {
		color: #000000;
	}

	.href {
		color: #ec0000;
	}

	.ocultoParaPC {
		display: none !important;
	}

	.ocultoParaMovil {
		display: block !important;
	}

	.ocultoParaMovilFlex {
		display:flex;
	}

	.textoInformativo {
		line-height: 1.1;
		letter-spacing: 0.9px;
		text-align: center;
		white-space: pre;
		font-size: 21px;
	}

	.textoInformativo::before {
		content: "Te damos la bienvenida a Pay Santander.\aPara realizar el pago de tu tarjeta de crédito\aingresa los siguientes datos:";
	}

	.estiloInputs {
		font-size: 23px;
		height: 65px;
	}

	.body-button-red {
		font-family: 'Santander-Regular', sans-serif;
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}

	.modal-button-red {
		font-family: 'Santander-Regular', sans-serif;
		background-color: #ec0000;
		cursor: pointer;
		border: 0;
		color: #fff;
		font-weight: normal;
		border-radius: 24px;
		font-size: 16px;
		width: 40%;
		max-width: 121px;
		height: 40px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.divPass {
		margin-top: 20px;
	}

	.form-outline .form-control.form-control-lg {
		font-size: 1.9rem !important;
	}

	.body-link-red {
		font-family: 'Santander-Regular', sans-serif;
		font-size: 24px;
		cursor: pointer;
		border: 0;
		color: #EC0000;
		font-weight:400;
	}

	.body-button-red {
		width: 40%;
		max-width: 220px;
		height: 100%;
		max-height: 100px;
		font-size: 24px;
	}

	.someError {
		font-size: 1.4rem;
	}

	.paddingTop {
		padding-top: 30px;
	}

	.formularioLogin {
		padding-top: 20px;
	}

	.alturaBtn {
		height: 55px;
		max-height: 60px;
	}
}

/* Oculta arrow, input number Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}