.bch-login__mobile-background,
.bch-login__right__background {
  opacity: 0;
  transition: opacity var(--default-transition-time);
}
.bch-login .bch-login__home-btn,
.bch-login__modal__bottom button {
  text-transform: uppercase;
  letter-spacing: var(--spaced-chars);
  line-height: 1;
  min-height: 40px;
}
:root {
  --light-color: #fff;
  --light-color-rgb: 255 255 25;
  --light-transparent-border: #ffffff4d;
  --error: #d43900;
  --black: #000;
  --gray-light: #8393a3;
  --gray-lighter: #ced7e0;
  --gray-background: #f0f2f5;
  --gray-pub: #e9eef6;
  --gray: #52677b;
  --gray-dark: #2a333d;
  --gray-background-skeleton: #f0f3f573;
  --bch-soft-blue-pub: #f7f8fe;
  --bch-soft-blue-lighter: #fbfcfd;
  --bch-primary: #295eff;
  --bch-primary-dark: #0a1861;
  --bch-primary-dark-light: #002884;
  --bch-primary-lighter: #a3b7f5;
  --bch-deep-blue: #011083;
  --bch-brand: #002464;
  --bch-brand-lighter: #a3c1f5;
  --login-swiper-animation-time: 0ms;
  --login-progress-gradient-first-color: #0038e1;
  --login-progress-gradient-second-color: #00ffff;
  --login-progress-controls-color: #fff;
  --login-background-color: #fff;
  --icon-gradient: linear-gradient(180deg, #f0f6ff 0%, #fdfeff 97%);
  --popover-shadow: 2px 4px 8px #00000026;
  --text-smallest: 0.75rem;
  --text-small: 0.875rem;
  --text-default: 1rem;
  --text-medium: 1.25rem;
  --text-big: 1.5rem;
  --text-biggest: 1.75rem;
  --btn-shadow: 0 4px 12px #0024641a;
  --default-transition-time: 0.3s;
  --spaced-chars: 0.4px;
  --gutters-total-width: 2rem;
  --modal-backdrop-color: #2a333d99;
  --modal-shadow: 0px 4px 12px 0px #2a343d1a;
  --btn-hover-neutral-shadow: 0 4px 12px rgba(0, 36, 100, 0.1);
  --tip-box-from: #011083;
  --tip-box-to: #0c1fff;
  --tip-box-background: #00000066;
}
*,
:after,
:before {
  box-sizing: border-box;
}
.bch-authsv-login [hidden] {
  display: none !important;
}
body,
html {
  font-size: 16px !important;
  font-family: "Nunito Sans" !important;
}
body.bch-authsv-login {
  margin: 0 !important;
}
body:not(.bch-authsv-login):not(.bch-ppp-login):not(
    .bch-authsv-login
  )::-webkit-scrollbar,
body:not(.bch-ppe-login):not(.bch-ppp-login):not(
    .bch-authsv-login
  )::-webkit-scrollbar {
  background: 0 0 !important;
  border: none !important;
  height: 8px !important;
  cursor: pointer !important;
  right: 0 !important;
  width: 8px !important;
  transition: 0.3s ease-in-out !important;
}
.bch-authsv-login [ui-view="footer_BCH"],
.bch-authsv-login [ui-view="footer_BEC"],
.bch-authsv-login [ui-view="footer_CCH"] {
  display: none;
}
.pixel-medicion,
img[referrerpolicy="no-referrer-when-downgrade"] {
  position: absolute;
  height: 0;
}
.bch-login__hidden-element {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.bch-authsv-login * {
  font-family: "Nunito Sans";
}
.bch-login p,
span {
  font-size: var(--text-small);
  font-weight: 400;
  font-variation-settings: "wght" 400;
  color: var(--gray);
  margin-top: 0;
}
.bch-login .bch-login__home-btn,
.bch-login b,
.bch-login strong,
.bch-login__tablist a:hover span,
.bch-login__tablist a[aria-current="page"],
.bch-login__tablist a[aria-current="page"] span {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.bch-login p:last-of-type {
  margin-bottom: 0;
}
.bch-login a,
button:not(:disabled) {
  position: relative;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  cursor: pointer;
  outline: 0;
}
.bch-login__input > label,
.bch-login__popover p:first-of-type,
.bch-login__tablist span,
.bch-login__title {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.bch-login button {
  background: 0 0;
  outline: 0;
  border: none;
  padding: 0;
}
.bch-login a {
  color: var(--bch-primary-dark-lighter);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.bch-login input,
.bch-login__tablist a[aria-current="page"] span {
  color: var(--gray-dark);
}
.bch-login a:focus {
  outline: 0;
}
.bch-login input {
  font-size: var(--text-small);
  outline: transparent solid 1px;
  border: 1px solid var(--gray);
  padding: 1rem;
  border-radius: 0.5rem;
  height: auto;
  max-height: 56px;
}
.bch-login__input > label,
.bch-login__right__description b,
.bch-login__tablist span {
  font-size: var(--text-default);
}
.bch-login input:focus,
.bch-login input:hover {
  border: 1px solid var(--bch-primary);
}
.bch-login input:focus {
  outline: 1px solid var(--bch-primary);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.bch-login a:focus-visible::before,
.bch-login__modal a:focus-visible::before,
button:not(:disabled):focus-visible::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 0.75rem);
  height: calc(100% + 0.75rem);
  border-radius: inherit;
  border: 2px solid var(--bch-primary);
  transition: none;
}
.bch-login,
.bch-login__left,
.bch-login__right {
  width: 100%;
}
.bch-login .bch-login__home-btn,
.bch-login__tablist a,
.bch-login__tablist span {
  transition: var(--default-transition-time);
}
.bch-login-container {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bch-login {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 3rem 1rem 1rem;
  border-radius: 1.5rem;
}
.bch-login__left {
  padding: 2rem 1rem;
  z-index: 30;
  border-radius: inherit;
  background-color: var(--login-background-color);
  box-shadow: var(--modal-shadow);
}
@media (min-height: 1016px) {
  .bch-login__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }
}
.bch-login__left-upper-container nav {
  display: flex;
  justify-content: center;
  width: 100%;
}
.bch-login__tablist {
  position: relative;
  display: flex;
  width: calc(100% - 2rem);
}
@media (min-width: 390px) {
  .bch-login__tablist {
    max-width: 340px;
  }
}
@media (max-width: 576.98px) and (min-height: 1016px) {
  .bch-login__tablist {
    padding-top: 2rem;
  }
}
@media (min-width: 576px) and (max-height: 1016px) {
  .bch-login__tablist {
    padding-top: 2rem;
  }
}
.bch-login__tablist:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--gray-lighter);
  z-index: -1;
}
.bch-login__tablist a {
  padding: 1rem;
  border-bottom: 4px solid transparent !important;
  flex: 1;
  border-radius: 0.75rem 0.75rem 0 0;
  text-decoration: none !important;
  display: inline-flex;
  justify-content: center;
}
.bch-login__tablist a:focus-visible:before {
  border-radius: 0;
  width: calc(100% - 0.75rem);
  height: calc(100% - 0.75rem);
}
.bch-login__tablist a[aria-current="page"] {
  color: var(--gray-dark);
  background: var(--bch-soft-blue-lighter);
  border-bottom-color: var(--bch-deep-blue) !important;
}
.bch-login__left a:focus,
.bch-login__left a:not(.bch-login__home-btn):hover,
.bch-login__title {
  color: var(--bch-primary-dark);
}
.bch-login__tabpanels-container {
  position: relative;
  outline: 0;
}
.bch-login .bch-login__home-btn {
  display: none;
  font-size: var(--text-smallest);
  text-decoration: none;
  border-radius: 3rem;
  padding: 0.5rem 1rem;
  border: 2px solid;
  color: var(--bch-primary);
  border-color: var(--gray-pub);
}
.bch-login .bch-login__right__description *,
.bch-login__submit__text {
  color: var(--light-color);
}
.bch-login .bch-login__home-btn i {
  padding: 0 0.25rem;
}
.bch-login .bch-login__home-btn:hover {
  border-color: var(--bch-primary);
  box-shadow: var(--btn-shadow);
}
.bch-login__right {
  display: none;
}
@media (min-height: 860px) and (min-width: 992px) {
  .bch-login__right-container.default-slider-loaded
    .bch-login__right-column-spacer {
    padding-top: 3rem;
  }
}
@media (min-height: 900px) and (min-width: 992px) {
  .bch-login__right-container.default-slider-loaded {
    padding-top: 5rem;
  }
}
.bch-login__left a {
  text-decoration: underline;
  color: var(--bch-primary-dark-light);
  transition: color var(--default-transition-time);
}
.bch-login__right__background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
}
.bch-login__mobile-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
}
.bch-login__mobile-background img {
  height: 100%;
  max-height: 400px;
  width: 100%;
  max-width: 100svw;
  object-fit: cover;
}
[active-session-type="empresas"]
  .bch-login__background[session-type="empresas"],
[active-session-type="personas"]
  .bch-login__background[session-type="personas"] {
  opacity: 1;
}
.bch-login__right__background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  mask-image: linear-gradient(black 70%, transparent);
}
.bch-login__right__background-video {
  position: absolute;
  left: 0;
  width: 100%;
  top: -2.5rem;
  height: calc(100% + 2.5rem);
  object-fit: cover;
  display: none;
}
.bch-login__right__background-video-overlay {
  height: 100%;
  width: calc(100% + 2.5rem);
  position: absolute;
  left: -2.5rem;
  z-index: 1;
  background-image: linear-gradient(transparent 70%, #000);
  pointer-events: none;
  display: none;
}
.bch-login__contact__fonobank-container,
.bch-login__login-help p:first-of-type,
.bch-login__right-container {
  position: relative;
}
.bch-login .bch-login__right__description img {
  vertical-align: unset;
}
.bch-login .bch-login__right__description {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 0;
  margin-top: 3rem;
}
.bch-login .bch-login__right__description [description-title] {
  display: block;
  margin-bottom: 0.5rem;
}
.bch-login .bch-login__right__description [description-location],
[active-session-type="empresas"]
  .bch-login__right__description
  [description-location]
  span[session-type="empresas"],
[active-session-type="personas"]
  .bch-login__right__description
  [description-location]
  span[session-type="personas"] {
  display: inline-block;
}
.bch-login .bch-login__right__description [description-location] img {
  transform: translateY(2px);
  margin-right: 0.5rem;
}
.bch-login__right__description
  [description-location]
  span[session-type="empresas"],
.bch-login__right__description
  [description-location]
  span[session-type="personas"] {
  display: none;
}
.bch-login__right-container {
  display: none;
  width: 100%;
  max-width: calc(520px + var(--gutters-total-width));
  margin: 0 auto;
  padding: 4rem 1rem 4.5rem;
}
@media (min-width: 576px) and (min-height: 1016px) {
  .bch-login__right-container.default-slider-loaded {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.bch-login__contact > div[session-type="empresas"],
.bch-login__contact > div[session-type="personas"],
.bch-login__contact[session-type="empresas"],
.bch-login__contact[session-type="personas"],
[active-session-type="empresas"] .bch-login__login-help {
  display: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .bch-login__right-container {
    max-width: calc(100% - 2rem);
  }
}
.bch-login__form-container {
  max-width: 100%;
  padding: 2.25rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bch-login__more {
  margin: auto;
  padding: 0 1rem;
}
.bch-login__login-help {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.bch-login__login-help p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin: 0;
  flex-flow: wrap;
}
.bch-login__login-help img {
  padding-right: 0.4rem;
}
.bch-login__login-help p:first-of-type:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 150px;
  left: 50%;
  bottom: -0.75rem;
  transform: translateX(-50%);
  background: var(--gray-lighter);
}
.bch-login__contact {
  text-align: center;
  background-color: var(--bch-soft-blue-pub);
  padding: 1.5rem 0.5rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
[active-session-type="empresas"]
  .bch-login__contact
  > div[session-type="empresas"],
[active-session-type="personas"]
  .bch-login__contact
  > div[session-type="personas"] {
  display: block;
}
[active-session-type="empresas"] .bch-login__contact[session-type="empresas"],
[active-session-type="personas"] .bch-login__contact[session-type="personas"] {
  display: flex;
}
[active-session-type="personas"] .bch-login__contact__fonobank {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}
.bch-login__contact__fonobank-container:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  width: 1.75rem;
  height: 2px;
  background-color: var(--bch-brand-lighter);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1.25rem;
}
.bch-login__input,
.bch-login__logos div:first-of-type,
.bch-login__logos div:nth-of-type(2),
.bch-login__slider-container,
[active-session-type="empresas"] .bch-login__contact__fonobank {
  position: relative;
}
.bch-login .bch-login__contact__fonobank-container > p:first-of-type {
  margin-bottom: 0.5rem;
}
.bch-login .bch-login__contact__fonobank-container > p:last-of-type {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-flow: wrap;
  justify-content: center;
}
[active-session-type="empresas"] .bch-login__contact__fonobank b,
[active-session-type="empresas"]
  .bch-login__contact__fonobank-container
  > p:last-of-type
  b {
  color: var(--gray-dark);
}
[active-session-type="personas"] .bch-login__contact__fonobank-phones {
  display: flex;
  row-gap: 1rem;
  column-gap: 0.875rem;
  flex-flow: wrap;
  justify-content: center;
}
@media (min-width: 420px) {
  .bch-login__contact {
    padding: 1.5rem;
  }
  [active-session-type="personas"] .bch-login__contact__fonobank-phones {
    column-gap: 1.5rem;
  }
}
@media (min-width: 460px) {
  [active-session-type="personas"] .bch-login__contact__fonobank-phones {
    column-gap: 2.5rem;
  }
}
[active-session-type="personas"] .bch-login__contact__fonobank b {
  color: var(--gray);
}
[active-session-type="personas"] .bch-login__contact__fonobank a {
  text-decoration: none;
}
[active-session-type="personas"] .bch-login__contact__help-center {
  width: 100%;
}
[active-session-type="empresas"] .bch-login__contact__help-center a,
[active-session-type="personas"] .bch-login__contact__help-center a {
  text-transform: uppercase;
  letter-spacing: var(--spaced-chars);
}
[active-session-type="personas"]
  .bch-login__contact__help-center
  p:first-of-type {
  margin-bottom: 0.5rem;
}
[active-session-type="empresas"] .bch-login__contact__fonobank p:last-of-type {
  color: var(--gray-dark);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-flow: wrap;
  justify-content: center;
}
@media (min-width: 576px) {
  .bch-login input {
    font-size: var(--text-default);
  }
  .bch-login-container {
    justify-content: unset;
    align-items: unset;
  }
  .bch-login {
    min-height: 100svh;
    padding: 0;
    border-radius: 0;
  }
  .bch-login__left {
    padding: 2rem 0 0;
    border-radius: 0 0 2.5rem 2.5rem;
    box-shadow: unset;
  }
  .bch-login__left-upper-container nav {
    max-width: calc(644px + var(--gutters-total-width));
    margin: 0 auto;
  }
  .bch-login__tablist,
  [active-session-type="empresas"] .bch-login__contact__fonobank,
  [active-session-type="empresas"] .bch-login__contact__help-center {
    width: 100%;
  }
  .bch-login__tablist span {
    font-size: var(--text-medium);
  }
  .bch-login .bch-login__home-btn {
    display: inline-flex;
  }
  .bch-login__right {
    position: relative;
    display: flex;
    flex: 1;
  }
  .bch-login__mobile-background {
    display: none;
  }
  .bch-login__right__background {
    display: flex;
    top: -3rem;
    height: calc(100% + 3rem);
  }
  .bch-login__right-container,
  .bch-login__right__background-video,
  .bch-login__right__background-video-overlay {
    display: block;
  }
  .bch-login__form-container {
    max-width: calc(380px + var(--gutters-total-width));
    margin: auto;
  }
  .bch-login__more {
    margin-bottom: 3.25rem;
  }
}
.bch-login__field,
.bch-login__form-container,
.bch-login__logos,
.bch-login__title {
  margin-bottom: 1.5rem;
}
[active-session-type="empresas"] .bch-login__contact__fonobank:after {
  content: "";
  position: absolute;
  bottom: -0.725rem;
  width: 1.7rem;
  height: 2px;
  background-color: var(--bch-brand-lighter);
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .bch-login__login-help {
    justify-content: center;
  }
  .bch-login__contact[session-type="empresas"] {
    flex-direction: row;
    gap: 3.5rem;
  }
  [active-session-type="empresas"] .bch-login__contact__fonobank p:last-of-type,
  [active-session-type="personas"]
    .bch-login__contact__fonobank
    p:last-of-type {
    flex-direction: column;
  }
  [active-session-type="empresas"] .bch-login__contact__fonobank:after {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    right: -1.75rem;
    height: 1.7rem;
    width: 2px;
    left: unset;
  }
}
[active-session-type="empresas"]
  .bch-login__contact__help-center
  p:first-of-type {
  display: block;
  margin-bottom: 0.5rem;
}
.bch-login__logos {
  display: flex;
  column-gap: 1rem;
  row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
}
.bch-login__loading-lines,
.bch-login__logos [session-type="empresas"],
.bch-login__logos [session-type="personas"],
.bch-login__submit.loading .bch-login__submit__text,
.bch-login__title br {
  display: none;
}
.bch-login__logos div,
[active-session-type="empresas"] .bch-login__logos [session-type="empresas"],
[active-session-type="personas"] .bch-login__logos [session-type="personas"] {
  display: flex;
}
.bch-login__logos div:first-of-type img {
  width: 123px;
  object-fit: contain;
}
.bch-login__logos div:nth-of-type(2) img {
  width: 130px;
}
.bch-login__logos div:first-of-type:after {
  content: "";
  position: absolute;
  left: unset;
  right: -0.75rem;
  height: 1rem;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--gray-lighter);
  display: none;
}
.bch-login__title {
  margin-top: 0;
  font-size: var(--text-medium);
  text-align: center;
}
.bch-login__form-container form {
  all: unset;
  width: 100%;
}
.bch-login__form-container .bch-login__submit {
  background-color: var(--bch-primary-dark);
  height: 56px;
  border-radius: 260px;
  width: 100%;
  transition: var(--default-transition-time);
}
.bch-login__form-container .bch-login__submit:not(:disabled):hover {
  box-shadow: var(--btn-shadow);
}
.bch-login__form-container .bch-login__submit.loading:disabled,
.bch-login__form-container .bch-login__submit:focus {
  background-color: var(--bch-brand);
}
.bch-login__form-container .bch-login__submit:not(.loading):disabled {
  background-color: var(--bch-brand-lighter);
}
.bch-login__submit__text {
  text-transform: uppercase;
  font-size: var(--text-small);
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.bch-login__loading-lines {
  height: 19px;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
}
.bch-login__loading-line {
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: var(--light-color);
  transform: translateY(0);
  animation: 1s linear infinite loadingBounce;
}
.bch-login__loading-line:first-of-type {
  animation-delay: -0.5s;
}
.bch-login__loading-line:nth-of-type(2) {
  animation-delay: -0.75s;
}
@keyframes loadingBounce {
  25% {
    transform: translateY(-0.1rem);
  }
  75% {
    transform: translateY(0.1rem);
  }
  100% {
    transform: translateY(0);
  }
}
.bch-login__submit.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bch-login__submit.loading .bch-login__loading-lines {
  display: flex;
}
.bch-login__form-container .bch-login__login-help {
  margin-top: 1.25rem;
}
.bch-login__form-container .bch-login__field.has-errors {
  margin-bottom: 1.75rem;
}
.bch-login__form-container .bch-login__field.has-errors input {
  border-color: var(--error);
}
.bch-login__form-container .bch-login__field.has-errors input:focus {
  outline-color: var(--error) !important;
}
.bch-login__input {
  display: flex;
  flex-direction: column;
}
.bch-login__input > input {
  width: 100%;
  padding-right: 3.5rem;
}
.bch-login__field.is-disabled .bch-login__input {
  opacity: 0.5;
}
.bch-login__input > label {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  padding: 0.25rem;
  background: #fff;
  transition: var(--default-transition-time);
  pointer-events: none;
  color: var(--gray-dark);
  margin-bottom: 0;
}
.bch-login .bch-login__error-message {
  color: var(--error);
  margin-top: 0.5rem;
  font-size: var(--text-smallest);
  margin-bottom: 0;
}
.bch-login__input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.bch-login__input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
.bch-login__input input::placeholder {
  color: transparent;
}
.bch-login__input > input[required].bch-login__input-filled ~ label,
.bch-login__input > input[required]:focus ~ label,
.bch-login__input > input[required]:not(:placeholder-shown) ~ label,
.bch-login__input > input[required]:valid ~ label {
  font-size: var(--text-smallest);
  top: 0;
  pointer-events: all;
}
.bch-login__popover {
  position: absolute;
  top: 0;
  background: var(--light-color);
  left: calc(100% + 3rem);
  min-width: 260px;
  padding: 1.5rem 1.75rem;
  border-radius: 1rem;
  filter: drop-shadow(var(--popover-shadow));
  opacity: 0;
  transform: translateX(-0.75rem);
  transition-duration: var(--default-transition-time);
  display: none;
  pointer-events: none;
}
.bch-login__popover:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 16px 11px 0;
  border-color: transparent var(--light-color) transparent transparent;
}
.bch-login__popover__icon {
  background: var(--icon-gradient);
  padding: 0.5rem;
  border-radius: 50%;
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin-bottom: 0.75rem;
}
.bch-login__popover p:first-of-type {
  color: var(--bch-primary-dark-light);
  margin-bottom: 0.5rem;
}
.bch-login__popover p:last-of-type {
  color: var(--gray);
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
.bch-login__input--password input:focus ~ .bch-login__popover,
.bch-login__input--password input:hover ~ .bch-login__popover {
  opacity: 1;
  transform: translateX(0);
  transition-delay: var(--default-transition-time);
}
.bch-login .bch-login__visibility-toggle {
  position: absolute;
  display: inline-flex;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.5rem;
  width: 1.5rem;
}
.bch-login .bch-login__visibility-toggle label {
  border-radius: 50%;
  height: inherit;
  width: inherit;
  cursor: pointer;
}
.bch-login .bch-login__visibility-toggle .focus-ring {
  border-radius: 50%;
}
.bch-login
  .bch-login__visibility-toggle
  input:focus-visible
  ~ .focus-ring:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 0.75rem);
  height: calc(100% + 0.75rem);
  border-radius: inherit;
  border: 2px solid var(--bch-primary);
  transition: none;
}
.bch-login .bch-login__visibility-toggle input,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
.bch-login__visibility-icon {
  position: absolute;
  width: inherit;
  pointer-events: none;
}
.bch-login__right-container li .bch-login__default-slide {
  opacity: 1;
  transition: opacity var(--default-transition-time);
}
.bch-login__right-container .bch-login__tips-container {
  overflow: hidden;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}
.bch-login__right-container .bch-login__tips-list {
  padding: 0;
  margin: 0;
}
.bch-login__right-container .bch-login__tip-active .bch-login__default-slide {
  opacity: 1;
}
.bch-login__right-container.default-slider-loaded .bch-login__slider-container {
  padding: 2.5rem;
}
.bch-login__slider-controls {
  padding: 2.75rem 1rem 1.35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 1rem;
  margin-top: -1.5rem;
}
.bch-login__slider-controls > div:first-of-type {
  width: auto;
  display: flex;
  gap: 0.75rem;
}
.bch-login__slider-controls > div:nth-of-type(2) {
  width: 100%;
}
.bch-login__slider__control span {
  height: 8px;
  width: 8px;
  border-color: var(--login-progress-controls-color);
  border-width: 2px 2px 0 0;
  border-style: solid;
}
.bch-login .bch-login__slider__control:not(:disabled):focus-visible::before {
  border-color: var(--light-color);
  transition: none;
}
.bch-login__slider__control.prev span {
  transform: rotate(225deg);
  margin-left: 0.25rem;
}
.bch-login__slider__control.next span {
  transform: rotate(45deg);
  margin-right: 0.25rem;
}
.bch-login__slider-controls button {
  outline: 0;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: 0 0;
  border: 2px solid var(--login-progress-controls-color);
  border-radius: 50%;
  position: relative;
  gap: 0.2rem;
  transition: none;
}
.bch-login__modal-wrapper,
.bch-login__modal__bottom button,
.bch-login__slider-pause span:last-of-type {
  transition: var(--default-transition-time);
  transition: var(--default-transition-time);
}
.bch-login__slider-controls button:disabled {
  opacity: 0.5;
}
.bch-login__slider-pagination {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.bch-login__slider-pagination span {
  width: 100%;
  height: 4px;
  border-radius: 4px;
  position: relative;
  background: var(--gray-background);
  overflow: hidden;
}
.bch-login .bch-login__slider-pause:not(:disabled):focus-visible::before {
  border-color: var(--light-color);
  transition: none;
}
.bch-login__slider-pause span:first-of-type,
.bch-login__slider-pause span:nth-of-type(2) {
  display: block;
  border-radius: 2px;
  width: 2px;
  height: 10px;
  transition: var(--default-transition-time);
  background-color: var(--login-progress-controls-color);
}
.bch-login__slider-pause span:last-of-type {
  position: absolute;
  height: 0;
  width: 0;
  border-radius: 2px;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent
    var(--login-progress-controls-color);
  opacity: 0;
  transform: scale(0) translateX(1px);
}
.bch-login__slider-pause.paused span:first-of-type,
.bch-login__slider-pause.paused span:nth-of-type(2),
.bch-login__slider-pause[data-animation-state="paused"] span:first-of-type,
.bch-login__slider-pause[data-animation-state="paused"] span:nth-of-type(2) {
  opacity: 0;
  transform: scale(0);
}
.bch-login__slider-pause.paused span:last-of-type,
.bch-login__slider-pause[data-animation-state="paused"] span:last-of-type {
  opacity: 1;
  transform: scale(1) translateX(1px);
}
.bch-login__slider-pagination .slide-progress {
  pointer-events: none;
  display: block;
  height: 4px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    90deg,
    var(--login-progress-gradient-first-color) 20%,
    var(--login-progress-gradient-second-color) 100%
  );
  transform: translateX(-100%);
}
.bch-login__slider-pagination .swiper-pagination-bullet {
  opacity: 1;
}
.bch-login__slider-pagination .swiper-pagination-bullet-active .slide-progress {
  animation: advanceProgress linear var(--login-swiper-animation-time);
}
@keyframes advanceProgress {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.bch-login__slider__mantle {
  position: absolute;
  left: 0;
  width: 100%;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 1rem;
  top: unset;
  bottom: 0;
  box-shadow: none;
  height: calc(100% - 1.75rem);
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.bch-login__right-container.default-slider-loaded .bch-login__slider__mantle {
  height: 100%;
}
.bch-login .bch-login__default-slider {
  position: relative;
  max-height: unset;
}
.bch-login .bch-login__default-slider .bch-login__tips-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .bch-login .bch-login__default-slider .bch-login__tips-list,
  .bch-login__logos div:first-of-type:after {
    display: block;
  }
  .bch-login__logos {
    column-gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .bch-login__right-container li .bch-login__default-slide {
    opacity: 1;
    transition: none;
  }
  .bch-login__right-container.default-slider-loaded
    .bch-login__slider-container {
    padding: 0;
  }
  .bch-login__right-container.default-slider-loaded .bch-login__slider__mantle {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .bch-login .bch-login__default-slider {
    padding: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bch-login__more,
  .bch-login__right-container.default-slider-loaded {
    max-width: calc(660px + var(--gutters-total-width));
  }
  .bch-login__contact {
    flex-direction: row;
    gap: 2.5rem;
  }
  .bch-login__contact > div,
  .bch-login__contact__fonobank-container {
    width: 100%;
  }
  .bch-login__contact[session-type="personas"] {
    flex-direction: row;
    gap: 3.5rem;
  }
  .bch-login__contact__fonobank-container:after {
    bottom: unset;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    right: -1.75rem;
    height: 1.75rem;
    width: 2px;
  }
  .bch-login .bch-login__default-slider .bch-login__tips-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .bch-login .bch-login__default-slider .bch-login__tip {
    height: 100%;
  }
}
.bch-login .bch-login__default-slider > p {
  font-weight: 300;
  font-variation-settings: "wght" 300;
  text-align: center;
  color: var(--light-color);
  margin-bottom: 1.5rem;
  text-wrap: balance;
  font-size: var(--text-medium);
}
.bch-login__default-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.bch-login__default-slider li {
  margin-bottom: 1rem;
}
.bch-login__default-slider li:last-of-type {
  margin-bottom: 0;
}
@supports (display: grid) {
  .bch-login__default-slider ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .bch-login__default-slider ul {
      grid-template-columns: 1fr 1fr;
    }
  }
  .bch-login__default-slider li {
    margin-bottom: 0;
  }
}
.bch-login__default-slide {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.8125rem;
  background: var(--tip-box-background);
}
.bch-login__default-slide p {
  color: var(--light-color);
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: var(--text-small);
  text-wrap: balance;
}
.bch-login__modal__body a,
.bch-login__modal__bottom button {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  text-decoration: none;
}
.bch-login__default-slide p b {
  color: var(--light-color);
}
.bch-login__default-slide div:first-of-type {
  background-image: linear-gradient(
    45deg,
    var(--tip-box-from),
    var(--tip-box-to)
  );
  height: 3.75rem;
  width: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.75rem;
  flex: none;
}
.bch-login__default-slide img {
  width: 24px;
}
.bch-login__slider-skeleton {
  height: 300px;
  width: 100%;
  padding: 0 2rem 1.5rem;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1.75rem;
}
@media (min-width: 992px) {
  .bch-login {
    flex-direction: row;
    overflow: hidden;
  }
  .bch-login__left,
  .bch-login__right {
    width: 50%;
  }
  .bch-login__left {
    border-radius: 0 2.5rem 2.5rem 0;
  }
  .bch-login__right__background {
    left: -2.5rem;
    top: unset;
    height: 100%;
    width: calc(100% + 2.5rem);
  }
  .bch-login__right__background-video {
    top: unset;
    left: -2.5rem;
    width: calc(50svw + 2.5rem);
    height: 100svh;
  }
  .bch-login .bch-login__right__description {
    margin-top: 0;
    padding-bottom: 4rem;
  }
  .bch-login__right-container {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bch-login__form-container {
    padding-top: 3.75rem;
  }
  .bch-login__more {
    max-width: calc(380px + var(--gutters-total-width));
  }
  [active-session-type="personas"] .bch-login__login-help {
    margin-bottom: 0;
  }
  .bch-login__contact {
    gap: 2rem;
  }
  [active-session-type="empresas"] .bch-login__contact__help-center br {
    display: none;
  }
  .bch-login__title {
    font-size: var(--text-big);
  }
  .bch-login__popover {
    display: block;
  }
  .bch-login .bch-login__default-slider .bch-login__tips-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .bch-login__slider-skeleton {
    margin-top: 0;
  }
}
.bch-login__slider-skeleton span {
  height: 1rem;
  background: var(--gray-background-skeleton);
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
}
.bch-login__slider-skeleton div {
  display: flex;
  gap: 1rem;
}
.bch-login__slider-skeleton div:first-child {
  flex-direction: column;
}
.bch-login__slider-skeleton div:first-child span:first-child {
  width: 60%;
}
.bch-login__slider-skeleton div:first-child span:nth-child(2) {
  width: 70%;
}
.bch-login__slider-skeleton div:first-child span {
  height: 1.5rem;
}
.bch-login__slider-skeleton div:first-child span:last-child {
  width: 40%;
}
.bch-login__slider-skeleton div:nth-of-type(2) span {
  height: 2rem;
  width: 50%;
}
.bch-login__slider-skeleton div:last-child span {
  width: 100%;
}
.bch-login__slider-skeleton span:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.2) 20%,
    hsla(0, 0%, 100%, 0.5) 60%,
    hsla(0, 0%, 100%, 0)
  );
  animation: 1s infinite pulseAnimation;
  content: "";
}
@keyframes pulseAnimation {
  100% {
    transform: translateX(100%);
  }
}
.scroll-blocked {
  overflow: hidden;
}
.bch-login__modal-container {
  position: fixed;
  z-index: 1000;
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  opacity: 0;
}
.bch-login__modal-backdrop {
  position: absolute;
  background: var(--modal-backdrop-color);
  inset: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}
.bch-login__modal-wrapper {
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bch-login__modal-container.bch-login__modal--active {
  display: block;
  animation: modalFadeIn var(--default-transition-time)
    cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.bch-login__modal-container.bch-login__modal--transitioning {
  display: block;
  animation: modalFadeOut var(--default-transition-time)
    cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.bch-login__modal-container.bch-login__modal--active .bch-login__modal-wrapper {
  animation: wrapperScaleIn var(--default-transition-time)
    cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes wrapperScaleIn {
  from {
    transform: scale(0.75);
  }
  to {
    transform: scale(1);
  }
}
.bch-login__modal-inner {
  pointer-events: auto;
}
.bch-login__modal {
  z-index: 1000;
  background: var(--light-color);
  padding: 1.5rem 1.5rem 2rem;
  border-radius: 0.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: calc(100% - 2rem);
  margin: auto;
  box-shadow: var(--modal-shadow);
}
.bch-login__modal:focus {
  outline: 0;
}
.bch-login__modal-container .bch-login__modal__close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
}
.bch-login__modal__close-btn span {
  display: block;
  position: relative;
  height: 1rem;
  width: 1rem;
}
.bch-login__modal__close-btn span:after,
.bch-login__modal__close-btn span:before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.125rem;
  background-color: var(--gray);
  border-radius: 2px;
  top: 50%;
  translate: 0 -50%;
}
.bch-login__modal__close-btn span:before {
  transform: rotate(45deg);
  left: 2px;
}
.bch-login__modal__close-btn span:after {
  transform: rotate(-45deg);
  right: 2px;
}
.bch-login__modal__icon {
  margin-bottom: 1rem;
  display: flex;
}
.bch-login__modal__body p {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}
.bch-login__modal__body p:first-of-type {
  font-size: var(--text-medium);
  font-weight: 400;
  font-variation-settings: "wght" 400;
  color: var(--error);
}
@media (min-width: 576px) {
  .bch-login__field {
    margin-bottom: 2rem;
  }
  .bch-login__modal {
    max-width: 480px;
  }
  .bch-login__modal__body p:first-of-type {
    font-size: var(--text-big);
    font-weight: 400;
    font-variation-settings: "wght" 400;
    color: var(--error);
  }
}
.bch-login__modal__body p:not(:first-of-type) {
  font-weight: 400;
  font-variation-settings: "wght" 400;
  color: var(--gray);
}
.bch-login__modal__body a {
  color: var(--gray);
  position: relative;
}
.bch-login__modal__body a:focus {
  outline: 0;
}
.bch-login__modal__bottom {
  display: flex;
}
.bch-login__modal__bottom button {
  position: relative;
  font-size: var(--text-smallest);
  border-radius: 3rem;
  padding: 0.5rem 1rem;
  border: 2px solid;
  color: var(--gray-dark);
  border-color: var(--gray-lighter);
  background: 0 0;
  margin: auto;
}
.bch-login__modal__bottom button:focus,
.bch-login__modal__bottom button:hover {
  border-color: var(--gray-light);
  box-shadow: var(--btn-hover-neutral-shadow);
}
.bch-login__modal__bottom button:focus {
  background: var(--gray-light);
  color: var(--light-color);
}
