/****** FONTS *******/

@font-face {
  font-family: "SantanderMicroText";
  src: url("../fonts/SantanderMicroText/SantanderMicroTextW05-Rg.eot?#iefix");
  src: url("../fonts/SantanderMicroText/SantanderMicroTextW05-Rg.eot?#iefix")
      format("eot"),
    url("../fonts/SantanderMicroText/SantanderMicroTextW05-Rg.woff2")
      format("woff2"),
    url("../fonts/SantanderMicroText/SantanderMicroTextW05-Rg.woff")
      format("woff");
}

@font-face {
  font-family: "SantanderMicroTextBold";
  font-weight: bold;
  src: url("../fonts/SantanderMicroText/SantanderMicroTextW05-Bold.eot?#iefix");
  src: url("../fonts/SantanderMicroText/SantanderMicroTextW05-Bold.eot?#iefix")
      format("eot"),
    url("../fonts/SantanderMicroText/SantanderMicroTextW05-Bold.woff2")
      format("woff2"),
    url("../fonts/SantanderMicroText/SantanderMicroTextW05-Bold.woff")
      format("woff");
}

@font-face {
  font-family: "SantanderMicroText";
  font-style: italic;
  src: url("../fonts/SantanderMicroText/SantanderMicroTextW05-It.eot?#iefix");
  src: url("../fonts/SantanderMicroText/SantanderMicroTextW05-It.eot?#iefix")
      format("eot"),
    url("../fonts/SantanderMicroText/SantanderMicroTextW05-It.woff2")
      format("woff2"),
    url("../fonts/SantanderMicroText/SantanderMicroTextW05-It.woff")
      format("woff");
}

@font-face {
  font-family: "SantanderMicroText";
  font-weight: 300;
  src: url("../fonts/SantanderMicroText/SantanderMicroTextW05-Light.eot?#iefix");
  src: url("../fonts/SantanderMicroText/SantanderMicroTextW05-Light.eot?#iefix")
      format("eot"),
    url("../fonts/SantanderMicroText/SantanderMicroTextW05-Light.woff2")
      format("woff2"),
    url("../fonts/SantanderMicroText/SantanderMicroTextW05-Light.woff")
      format("woff");
}

@font-face {
  font-family: "SantanderMicroText";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/SantanderMicroText/SantanderMicroTextW05-BdIt.eot?#iefix");
  src: url("../fonts/SantanderMicroText/SantanderMicroTextW05-BdIt.eot?#iefix")
      format("eot"),
    url("../fonts/SantanderMicroText/SantanderMicroTextW05-BdIt.woff2")
      format("woff2"),
    url("../fonts/SantanderMicroText/SantanderMicroTextW05-BdIt.woff")
      format("woff");
}

@font-face {
  font-family: "SantanderMicroText";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/SantanderMicroText/SantanderMicroTextW05-LtIt.eot?#iefix");
  src: url("../fonts/SantanderMicroText/SantanderMicroTextW05-LtIt.eot?#iefix")
      format("eot"),
    url("../fonts/SantanderMicroText/SantanderMicroTextW05-LtIt.woff2")
      format("woff2"),
    url("../fonts/SantanderMicroText/SantanderMicroTextW05-LtIt.woff")
      format("woff");
}

/****** RESET *******/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/****** GLOBAL *******/

body {
  background: #f5f9fb;
}

a:focus-visible,
button:focus-visible {
  outline: #127277 auto 2px;
  outline-offset: 4px;
}

/****** GRID *******/

.sxbecas__container {
  padding: 32px 16px;
}

.sxbecas__container--white {
  box-sizing: border-box;
  position: relative;
  max-width: 742px;
  background: white;
  padding: 32px 16px;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .sxbecas__container--white {
    padding: 48px 147px 64px 147px;
    margin: 48px auto 0 auto;
  }
}

.sxbecas__footer-container {
  text-align: center;
}

/****** FORMS *******/

.sxbecas__form-container--one-col {
  width: 100%;
  text-align: center;
}

.sxbecas__form-container--one-col .sxbecas__input {
  width: 100%;
  box-sizing: border-box;
}

.sxbecas-input {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  text-align: left;
}

.icon-c-SYS022b--close_L {
  font-size: 1.2rem;
}

.sxbecas-input.container-captcha {
  margin: 32px 0 0;
}

.sxbecas-input__input {
  width: 100%;
  min-height: 2.75rem;
  border-radius: 4px;
  border: solid 1px #d8d8d8;
  font-size: 14px;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #272424;
  box-sizing: border-box;
  padding: 1rem 1.8rem 0 0.5rem;
}

.sxbecas-input__input--readonly {
  color: #7e7e7e;
  cursor: not-allowed;
  background-color: #f0f0f0;
}

/* Hide eye button on Edge */
.sxbecas-input__input::-ms-reveal,
.sxbecas-input__input::-ms-clear {
  display: none;
}

.sxbecas-input__label {
  order: -1;
  padding-left: 5px;
  transition: all 0.3s ease-in;
  pointer-events: none;
  color: #9b9b9b;
  font-size: 14px;
  position: absolute;
  top: 15px;
  left: 5px;
  font-family: "SantanderMicroText", helvetica, arial, sans-serif;
}

.sxbecas-input__right-button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 9px;
  right: 5px;
  cursor: pointer;
}
.sxbecas-input__right-button span {
  font-size: 24px;
}

.sxbecas-input__input:focus + .sxbecas-input__label {
  transform: translateY(-11px);
  font-size: 10px;
}

.sxbecas-input__input:not(:placeholder-shown) + .sxbecas-input__label {
  transform: translateY(-11px);
  font-size: 10px;
}

.sxbecas__input::placeholder {
  color: #9b9b9b;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  opacity: 1;
}

.sxbecas__input:-ms-input-placeholder {
  color: #9b9b9b;
}

.sxbecas__input::-ms-input-placeholder {
  color: #9b9b9b;
}

.sxbecas__input.invalid {
  border: solid 1px #e42424;
}
/****** INPUT DATE *******/

input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-year-field {
  color: #9b9b9b;
}
/****** END INPUT DATE *******/

/****** BUTTONS *******/

.sxbecas__button {
  padding: 15px 27px 13px;
  border-radius: 24px;
  background-color: #ec0000;
  cursor: pointer;
  border: solid 1px #ec0000;
  box-sizing: border-box;
  margin: auto;
  display: block;
  font-family: "SantanderMicroText", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: white;
  width: 100%;
  max-width: 326px;
  text-decoration: none;
}

.sxbecas__button.sxbecas__button-secondary {
  background-color: white;
  color: #ec0000;
}

.sxbecas__link {
  font-family: "SantanderMicroTextBold", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #127277;
  text-decoration: none;
  cursor: pointer;
}

.sxbecas__link:hover {
  text-decoration: underline;
}

.sxbecas__text--small {
  font-family: "SantanderMicroText", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #272424;
}

.sxbecas__text--small .sxbecas__link {
  font-size: 0.75rem;
  color: #127277;
}

.sxbecas__alert-text {
  font-family: "SantanderMicroText", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #272424;
}

.register-checkbox {
  margin-bottom: 1rem;
}

.termsContainer {
  margin-left: 2rem;
}

/* Style input info message */
.sxbecas-input__info {
  margin: 6px 0 0 8px;
  font-family: "SantanderMicroText";
  font-size: 12px;
  color: #272424;
  text-align: start;
  line-height: 1.33;
}

/* Style text info message */
.sxbecas-text__info {
  margin: 0 0 32px;
  font-family: "SantanderMicroText";
  font-size: 14px;
  color: #272424;
  text-align: center;
  line-height: 1.43;
}

/* Validation Email by code */
.sxbecas-input-code__container {
  margin: 2rem auto;
}

.sxbecas-input-code__code-section {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.sxbecas-input-code__digit-box {
  display: block;
  width: 1.75rem;
  height: 3rem;
  border-radius: 0.5rem;
  border: 1px solid #8f8f8f;
  font-size: 1.5rem;
  color: #8f8f8f;
  text-align: center;
  margin: 0 0.25rem;
  /*Hide Browser Controls*/
  -moz-appearance: textfield; /* Firefox */
}

.sxbecas-input-code__digit-box:focus {
  outline: 2px auto #127277;
}

.sxbecas-validate-code-btn:focus {
  outline: 2px auto #127277;
  outline-offset: 4px;
}

#kc-otp-login-form {
  width: 100%;
}

/*Hide Browser Controls*/
.sxbecas-input-code__digit-box::-webkit-inner-spin-button,
.sxbecas-input-code__digit-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sxbecas-input-code__separator {
  display: flex;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  font-size: 1.5rem;
  color: #8f8f8f;
  align-items: center;
}

/* Style text paragraph */
.sxbecas-light-paragraph-18 {
  font-family: SantanderMicroText;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: center;
  color: #444444;
}

.sxbecas-bold-paragraph {
  font-family: SantanderMicroTextBold;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: center;
  color: #444444;
}

.sxbecas-light-paragraph-16 {
  font-family: SantanderMicroText;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: center;
  color: #444444;
}

.sxbecas-send-code-again {
  display: flex;
  font-family: SantanderMicroTextBold;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: center;
  color: #127277;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.sxbecas-verify-email-icon {
  margin-right: 0.5rem;
}

.sxbecas-send-code-success {
  display: flex;
  font-family: SantanderMicroText;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: center;
  color: #008035;
  background: none;
  border: none;
  padding: 0;
}

.sxbecas-validate-code-btn {
  min-width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .sxbecas-validate-code-btn {
    min-width: 23rem;
    margin-bottom: 2rem;
  }
}

.sxbecas-error-box {
  color: #990000;
  font-family: SantanderMicroText;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0em;
  text-align: left;
}

.sxbecas-code_invalid input {
  border: 1px solid #990000;
}

.mb1rem {
  margin-bottom: 1rem;
}
/* END Validation Email Code */

/*  REGISTER NAV */
.sxbecas__container-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.sxbecas__login-navigation-back {
  font-family: "SantanderMicroTextBold", helvetica, arial, sans-serif;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  color: #127277;
  cursor: pointer;
}

.sxbecas__login-navigation-back:hover,
.sxbecas__login-navigation-back:active {
  color: #0d5155;
}

.sxbecas__login-navigation-back--arrow {
  font-size: 1.5rem;
  font-weight: bold !important;
}

.languages-container {
  position: relative;
}

.languages-container__toggle-button {
  font-family: "SantanderMicroTextBold", helvetica, arial, sans-serif;
  cursor: pointer;
  border: none;
  padding: 0.5rem 0.5rem;
  background: #f5f9fb;
  border-radius: 40px;
  outline-offset: 4px;
  display: inline-flex;
  align-items: center;
  color: #127277;
  font-weight: bold;
}

.languages-container__toggle-button:hover {
  color: #0d5155;
  background-color: white;
}

.languages-container__toggle-button .icon {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 4px;
}

.languages-container__list {
  letter-spacing: normal;
  position: absolute;
  top: 42px;
  right: 0;
  background-color: white;
  border: 1px solid rgb(238 238 238);
  border-radius: 24px;
  box-shadow: rgba(0 0 0 / 16%) 0 16px 32px -12px;
  z-index: 2;
  padding: 1.75rem 1.5rem;
}

.languages-list__item:hover {
  background-color: #f5f9fb;
  border-radius: 8px;
}

.languages-list__item:hover a {
  color: #127277;
  font-family: "SantanderMicroTextBold", helvetica, arial, sans-serif;
}

.languages-list__anchor {
  display: inline-flex;
  flex-direction: column;
  padding: 12px 16px;
  text-decoration: none;
  color: #222222;
  font-family: "SantanderMicroText", helvetica, arial, sans-serif;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
}

.languages-list__anchor::after {
  content: attr(data-text);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-family: "SantanderMicroTextBold", helvetica, arial, sans-serif;
}

#email,
#username {
  text-transform: lowercase;
}

@media (min-width: 768px) {
  .sxbecas__container-navigation {
    width: 100%;
    max-width: 1124px;
    margin: 0 auto 1rem auto;
  }
}

/****** Validation errors  ******/

.sxbecas-input__error {
  margin-top: 4px;
  font-family: "SantanderMicroText";
  font-size: 0.875rem;
  text-align: start;
  line-height: 1.33;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  color: #990000;
}
.hidden {
  display: none;
}

.helper-text {
  font-family: "SantanderMicroText", helvetica, arial, sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #727272;
  margin-top: 4px;
}

.helper-text__item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.helper-text__icon {
  font-size: 1rem;
  margin-right: 4px;
}

/*********** Alerts ***********/
.sxbecas__alert-container {
  position: absolute;
  padding: 0;
  z-index: 1;
  box-sizing: border-box;
  left: 50%;
  transform: translate(-50%);
  width: 96%;
  max-width: 780px;
  margin-top: 33px;
}

.error_alert {
  z-index: 2;
}

/*********** End Alerts ***********/
.bold {
  font-weight: bold;
}
.resend__email:disabled {
  opacity: 50%;
}
.kc-register-form-link-accounts {
  margin-right: auto;
  margin-left: auto;
}
.submitRegister:disabled {
  opacity: 50%;
  cursor: not-allowed;
}
.submitSocialRegister:disabled {
  opacity: 50%;
  cursor: not-allowed;
}

.logInLink {
  color: inherit;
  text-transform: lowercase;
}

/* A11Y */
.screen-reader-only {
  position: absolute;
  left: -10000rem;
  top: auto;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}

.split-paragraph {
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.split-paragraph > span {
  display: block;
}

argos-input {
  --argos-input-font-family: "SantanderMicroText", helvetica, arial, sans-serif;
}

argos-combobox-search {
  --argos-combobox-label-font: 1rem / 1.25 "SantanderMicroText", helvetica,
    arial, sans-serif;
  --argos-combobox-list-text-font: 1rem / 1.25 "SantanderMicroText", helvetica,
    arial, sans-serif;
  --argos-combobox-box-text-font: 1rem / 1.25 "SantanderMicroText", helvetica,
    arial, sans-serif;
}

argos-checkbox {
  --argos-checkbox-font-family: "SantanderMicroText", helvetica, arial,
    sans-serif;
  --argos-checkbox-font-size: 0.75rem;
  --argos-checkbox-line-height: 3;
  text-align: left;
  line-height: 1.33;
}

argos-alert {
  --argos-alert-description-font: normal 0.875rem "SantanderMicroText",
    helvetica, arial, sans-serif;
  --argos-alert-action-font: normal 0.875rem "SantanderMicroTextBold", helvetica,
    arial, sans-serif;
  --argos-alert-text-font: normal 0.875rem "SantanderMicroText", helvetica,
    arial, sans-serif;
}

/* header component styles */

.header {
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  border-bottom: 1px solid #cedee7;
  padding: 8px 16px;
}

.header__auth {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "SantanderMicroText", helvetica, arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

.header__auth-text,
.header__logo {
  display: none;
}

.header__auth-link {
  color: #ec0000;
  padding: 4px 16px;
  border-radius: 50px;
  box-shadow: 0px 1px 6px 0px rgba(163, 163, 163, 0.4);
  text-decoration: none;
  font-family: "SantanderMicroTextBold", helvetica, arial, sans-serif;
}
.header__auth-link:hover {
  background: rgb(246, 246, 246);
}

@media (min-width: 1024px) {
  .header {
    height: 80px;
    padding: 16px 24px;
  }
  .header__auth-link {
    padding: 12px 24px;
  }

  .header__logo-mobile {
    display: none;
  }

  .header__auth-text,
  .header__logo {
    display: block;
    color: #222222;
  }
}
