@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Hanken Grotesk"), local("Hanken-Grotesk"),
    url(../fonts/HKGrotesk-Regular.woff2) format("woff2"),
    url(../fonts/HKGrotesk-Regular.woff) format("woff");
}

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Hanken Grotesk Bold"), local("Hanken-Grotesk-Bold"),
    url(../fonts/HKGrotesk-Bold.woff2) format("woff2"),
    url(../fonts/HKGrotesk-Bold.woff) format("woff");
}

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Hanken Grotesk Semibold"), local("Hanken-Grotesk-Semibold"),
    url(../fonts/HKGrotesk-SemiBold.woff2) format("woff2"),
    url(../fonts/HKGrotesk-Regular.woff) format("woff");
}

/* Santander fonts */

@font-face {
  font-family: "Santander Headline";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Santander Headline"), local("Santander-Headline"),
    url(../fonts/SantanderHeadline-Regular.woff2) format("woff2"),
    url(../fonts/SantanderHeadline-Regular.woff) format("woff");
}

@font-face {
  font-family: "Santander Headline";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Santander Headline Bold"), local("Santander-Headline-Bold"),
    url(../fonts/SantanderHeadline-Bold.woff2) format("woff2"),
    url(../fonts/SantanderHeadline-Bold.woff) format("woff");
}

@font-face {
  font-family: "Santander Micro Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Santander Micro Text"), local("Santander-Micro-Text"),
    url(../fonts/SantanderMicroText.woff2) format("woff2"),
    url(../fonts/SantanderMicroText.woff) format("woff");
}

@font-face {
  font-family: "Santander Micro Text";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Santander Micro Text Bold"), local("Santander-Micro-Text-Bold"),
    url(../fonts/SantanderMicroTextBd.woff2) format("woff2"),
    url(../fonts/SantanderMicroTextBd.woff) format("woff");
}

/* Ubuntu fonts */

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Ubuntu"), local("Ubuntu"),
    url(../fonts/Ubuntu/Ubuntu-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Ubuntu"), local("Ubuntu-Bold"),
    url(../fonts/Ubuntu/Ubuntu-Bold.woff2) format("woff2");
}

:root {
  --title-font-family: "Santander Headline";
  --body-font-family: "Santander Micro Text";
}

* {
  margin: 0;
  padding: 0;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.connect__alert-container {
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 2rem);
  max-width: 780px;
  margin-top: 2rem;
  z-index: 10;
}

@media (min-width: 1024px) {
  .connect__alert-container {
    margin-top: 7rem;
  }
}

.connect__logo {
  width: auto;
  height: 24px;
  margin-right: 16px;
}

.powered__logo {
  height: 16px;
  margin-left: -3px;
}

.powered--title {
  display: block;
  font-family: "Hanken Grotesk", helvetica, arial, sans-serif;
  font-size: 12px;
  color: #a1a1a1;
  letter-spacing: 2px;
}

@media (min-width: 1024px) {
  .connect__logo {
    margin-right: initial;
    width: auto;
  }
}

/****** LAYOUT: mobile first *******/

.connect__layout {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.connect__layout-container-content {
  font-family: "Hanken Grotesk";
}

.powered__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 16px;
  height: 32px;
  border-left: 1px solid #dbdbdb;
  text-decoration: none;
}

.powered__container .powered__row2 img {
  height: 10px;
}

.connect__powered-by-universia--container {
  display: none;
}

.connect__powered-by-universia--title {
  font-size: 11px;
  color: #a1a1a1;
}

.connect__powered-by-universia--logo {
  margin-left: -5px;
  display: block;
  height: 25px;
}

.connect__layout-container {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.connect__register-title {
  font-weight: normal;
  margin-bottom: 1rem;
}

.connect__register-container--link {
  width: 100%;
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  text-align: center;
  color: #425466;
  margin-top: 0.5rem;
}

@media (max-width: 321px) {
  .connect__register-container--link {
    display: block;
    margin-left: 24px;
  }
}

@media (min-width: 1024px) {
  .connect__layout {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }

  .connect__layout--reverse {
    flex-direction: row-reverse;
  }

  .connect__layout-container-content {
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
  }

  .connect__layout-container-content::-webkit-scrollbar {
    width: 12px;
  }

  .connect__layout-container-content::-webkit-scrollbar-track {
    background-color: #b7babb;
    border: 8px solid transparent;
    background-clip: padding-box;
  }

  .connect__layout-container-content::-webkit-scrollbar-thumb {
    background-color: #e42424;
    border: 8px solid transparent;
    background-clip: padding-box;
  }

  .connect__powered-by-universia--container {
    display: block;
    position: absolute;
    left: 50px;
    bottom: 40px;
    text-decoration: none;
  }

  .connect__powered-by-universia--logo-red {
    display: none;
  }

  .connect__powered-by-universia--logo-white {
    display: block;
  }
}

/*********** Containers ***********/

.connect__content-link--forgot-pass {
  margin-top: 24px;
  margin-left: 171px;
}

@media (max-width: 768px) {
  .connect__content-link--forgot-pass {
    margin-top: 14px;
    margin-left: 15px;
  }
}

.connect__container-resend--mail {
  display: block;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .connect__container-resend--mail {
    margin-top: 32px;
  }
}

.login__container .connect__register-no-account {
  font-size: 0.875rem;
  color: #425466;
}

.connect__container--small {
  display: flex;
  max-width: 444px;
  position: relative;
  flex-direction: column;
  padding: 32px 16px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 8px 24px 1px rgba(112, 144, 176, 0.14);
  border-radius: 4px;
}

@media (min-width: 768px) {
  .connect__container--small {
    padding: 40px 48px;
  }
}

.connect__container--info {
  display: flex;
  max-width: 444px;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 56px 48px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 8px 24px 1px rgba(112, 144, 176, 0.14);
  border-radius: 4px;
  top: 130px;
}

.connect__container--small::before {
  padding: 112.5px 117px;
  right: -77px;
  left: auto;
  top: 101px;
  content: " ";
  position: absolute;
  z-index: -1;
  background-image: url(../images/V-purple.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.connect__container--info::before {
  padding: 112.5px 117px;
  right: -77px;
  left: auto;
  top: -0px;
  content: " ";
  position: absolute;
  z-index: -1;
  background-image: url(../images/V-purple.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.connect__container--info::after {
  padding: 112.5px 117px;
  left: -77px;
  right: auto;
  top: 0px;
  content: " ";
  position: absolute;
  z-index: -1;
  background-image: url(../images/V-green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.connect__container--small::after {
  padding: 112.5px 117px;
  left: -77px;
  right: auto;
  top: 101px;
  content: " ";
  position: absolute;
  z-index: -1;
  background-image: url(../images/V-green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.connect__container--register {
  display: flex;
  margin-top: 15px;
  flex-direction: column;
  padding: 56px 96px;
  background: #ffffff;
  box-shadow: 0px 8px 24px 1px rgba(112, 144, 176, 0.14);
  border-radius: 4px;
  z-index: 1;
}

@media (max-width: 768px) {
  .connect__container--register {
    padding: 32px 16px 32px;
  }
}
@media (min-width: 1024px) {
  .connect__container--register {
    max-width: 443px;
    margin: 0px;
  }
}

.connect__accept-checkbox {
  margin-top: 1rem;
}

.connect__terms-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 2rem;
}

.connect__terms {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.connect__default-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.connect__verify-code-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.connect__email-verify--header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.connect__email-verify--footer {
  align-self: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
  width: 100%;
}

.connect__email-verify--container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 16px;
}

.connect__container--msg {
  display: flex;
  max-width: 444px;
  position: relative;
  flex-direction: column;
  padding: 37px 16px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 8px 24px 1px rgba(112, 144, 176, 0.14);
  border-radius: 4px;
}

.connect__container--step {
  background-color: #f7f7ff;
  text-align: center;
  padding: 4px 8px;
  border-radius: 4px;
  display: none;
}

.question {
  align-self: center;
}

@media (min-width: 300px) {
  .connect__password-page > .connect__container--small {
    width: 100%;
  }
  .connect__container--info {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .connect__container--small.link-confirm__modal {
    margin: 260px auto;
    max-width: 540px;
  }
  .connect__container--small::after {
    padding: 231px 221.5px;
    right: 361px;
    left: auto;
    top: 90px;
  }

  .connect__container--small.link-confirm__modal::after {
    top: -83px;
  }

  .connect__container--info::after {
    padding: 231px 221.5px;
    right: 361px;
    left: auto;
    top: 0px;
  }

  .connect__container--small::before {
    padding: 231px 221.5px;
    left: 361px;
    right: auto;
    top: 90px;
  }

  .connect__container--small.link-confirm__modal::before {
    top: -83px;
  }
  .connect__container--info::before {
    padding: 231px 221.5px;
    left: 361px;
    right: auto;
    top: 0px;
  }

  .question {
    align-self: self-start;
  }
  .connect__container--step {
    display: block;
  }
  .connect__email-verify--container.clientId--orientacion
    .connect__container--step {
    display: none;
  }
  .container__verify-email {
    padding: 24px 96px 56px 96px;
  }

  .connect__reset-password-container::before,
  .connect__reset-password-container::after {
    top: 0px;
  }

  .connect__expired-page::before,
  .connect__expired-page::after {
    top: -70px;
  }

  .connect__error-page::before,
  .connect__error-page::after {
    top: 0px;
  }
}

.connect__container__login--small {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 8px 24px 1px rgba(112, 144, 176, 0.14);
  border-radius: 4px;
  padding: 1rem;
  gap: 1rem;
}

.connect__container-logintype {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}

.connect__logintype-item {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  width: 100%;
  font-family: var(--body-font-family);
  font-weight: 400;
  color: #0e191c;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  cursor: pointer;
  text-decoration: none;
}

.connect__logintype-item:focus-visible {
  outline: #575ffb auto 2px;
}

.logintype-active {
  font-weight: 700;
  border-bottom: solid 2px #575ffb;
}

.connect__container--small.connect__container-body {
  padding: 20px 16px;
}

.connect__container-header {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.connect__container-register {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-family: var(--body-font-family);
  margin-top: 1rem;
}

.connect__link {
  font-family: var(--body-font-family);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.43;
  color: #575ffb;
  text-decoration: none;
}

.connect__link:hover {
  color: #464cc9;
}

.connect__link:focus-visible {
  outline: #464cc9 auto 2px;
  outline-offset: 4px;
}

.connect__go-back {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
}

.connect__go-back i {
  font-weight: bold;
  margin-right: 0.5rem;
}

.universia_brand {
  height: 13px;
}

.connect__brand-logo {
  max-height: 72px;
}

.page-layout-desktop-custom-co_branding {
  margin: 10px 0px 0px 0px;
}

@media (min-width: 1024px) {
  .connect__logo.connect__login-logo-position {
    display: none;
  }
  .page-layout-desktop-custom-co_branding {
    display: none;
  }
  .universia_brand {
    height: 21px;
  }

  .connect__email-verify--container {
    padding: 52px 0 84px;
    width: 1110px;
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
  }

  .connect__email-verify--container.clientId--orientacion {
    justify-content: center;
  }
  .connect__container--msg {
    padding: 40px 96px 56px 96px;
    margin: 0;
  }
}

.connect__link:focus {
  outline: #464cc9 auto 2px;
  outline-offset: 4px;
}

.login__container
  .connect__secondary-link--m.connect__container-actions-item--flex {
  font-size: 16px;
  line-height: 24px;
}

.connect__container-list li {
  line-height: 1.35;
  letter-spacing: 0.2px;
  position: relative;
  padding-left: 24px;
}

.connect__container-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f058";
  color: #e42424;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}

.connect__container--forgot-pass {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .connect__container--forgot-pass {
    margin-top: 44px;
  }
}

/*********** Form containers ***********/

.connect__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.connect__form-container-item {
  position: relative;
  margin-bottom: 2rem;
}

.connect__form-container-item .connect__label {
  margin-bottom: 4px;
}

.connect-input__error {
  margin-top: 4px;
  font-family: var(--body-font-family);
  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;
}

.connect__message--error {
  display: block;
}

.connect__form-container-item .connect__input {
  display: block;
}

.connect__form-container--one-col {
  width: 100%;
  display: flex;
  flex-direction: column;
}

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

/*********** Button containers ***********/

.connect__container-action {
  margin-top: 54px;
  display: flex;
}

.connect__container-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.connect__container-actions-item {
  display: block;
  text-align: center;
}

.connect__container-actions-item--flex {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 2rem;
  font-family: var(--body-font-family);
}

.connect__container-actions-item--flex i {
  font-size: 16px;
  margin-right: 8px;
}

.connect__container-actions-item--flex.mobile--none {
  display: none;
}

@media (min-width: 768px) {
  .connect__container-register {
    margin-top: 1.5rem;
  }

  .connect__container-actions {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }

  .connect__container-actions-item--flex.mobile--none {
    display: inherit;
  }
}

/******* TITULOS Y SUBTITULOS: mobile first *******/

.connect__h1 {
  font-family: var(--title-font-family);
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.2;
  color: #0e191c;
}

.connect__h3--dark {
  font-family: "Hanken Grotesk";
  font-size: 19px;
  line-height: 1.26;
  letter-spacing: 0.1px;
  color: #0e191c;
}

.connect__h3--red {
  font-family: "Hanken Grotesk";
  font-size: 19px;
  line-height: 1.26;
  letter-spacing: 0.1px;
  color: #e42424;
}

.connect__text {
  margin-top: 1rem;
}

.connect__text-xl--light {
  font-family: var(--body-font-family);
  font-size: 1rem;
  line-height: 1.5;
  color: #425466;
  font-weight: normal;
}

.connect__text-xl--bold {
  font-family: var(--title-font-family);
  font-size: 16px;
  line-height: 24px;
  color: #425466;
  font-weight: 700;
}

.connect__text-xl--bold--white {
  font-family: var(--title-font-family);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-weight: 700;
}

.login__container .connect__text-xl--light {
  font-size: 20px;
  line-height: 24px;
  color: #425466;
}

.login__container .connect__container-header,
.connect__password-page .connect__container-header {
  margin-bottom: 2rem;
}

.connect__text-l--dark {
  font-family: var(--body-font-family);
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #0e191c;
}

.connect__text-s--dark {
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.33;
  color: #425466;
}

.connect__text-m--dark {
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #425466;
}

.connect__text--hidden {
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #425466;
}
@media (min-width: 768px) {
  .connect__text--hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .connect__text-l--dark {
    font-size: 19px;
    line-height: 1.42;
  }
}

/******* OTROS TEXTOS: mobile first *******/

.connect__primary-paragraph {
  font-family: "Hanken Grotesk";
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #0e191c;
}

.connect__primary-paragraph--bold {
  font-family: "Hanken Grotesk";
  font-weight: 700;
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #0e191c;
}

.connect__primary-paragraph--light {
  font-family: "Hanken Grotesk";
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #0e191c;
}

.connect__secondary-paragraph {
  font-family: "Hanken Grotesk";
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.15px;
  color: #0e191c;
}

.connect__secondary-paragraph--light {
  font-family: "Hanken Grotesk";
  font-size: 12px;
  line-height: 1.38;
  letter-spacing: 0.15px;
  color: #0e191c;
}

.connect__secondary-paragraph--bold {
  font-family: "Hanken Grotesk";
  font-weight: 700;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.15px;
  color: #0e191c;
}

.fine-print {
  font-family: "Hanken Grotesk";
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.15px;
  color: #757575;
}

/******* MENSAJES: mobile first *******/

.connect__alert-message--info {
  font-family: var(--body-font-family);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #6e7577;
  margin-top: 0.25rem;
}

.connect__alert-message--error,
.connect__alert-message--warning {
  font-family: var(--body-font-family);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #a30000;
  margin-top: 0.25rem;
}

.connect__alert-message--success {
  font-family: var(--body-font-family);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #3b703e;
  margin-top: 0.25rem;
}

.connect__messages-list {
  display: flex;
  flex-wrap: wrap;
}

.connect__messages-list-item {
  margin-right: 12px;
  margin-right: 8px;
}

/******* ENLACES: mobile first *******/

.connect__primary-link--m {
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #e42424;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.connect__primary-link--l {
  font-family: "Hanken Grotesk";
  font-weight: 700;
  font-size: 19px;
  line-height: 1.42;
  letter-spacing: 0.2px;
  color: #e42424;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.connect__secondary-link--m {
  font-family: var(--body-font-family);
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #575ffb;
  text-decoration: none;
  cursor: pointer;
}

.connect__secondary-link--m:hover {
  color: #464cc9;
}

.connect__secondary-link--m:focus {
  outline: #464cc9 auto 2px;
  outline-offset: 4px;
}

.connect__link-resend--mail {
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #e42424;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.connect__secondary-link--s {
  font-family: var(--body-font-family);
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.15px;
  color: #e42424;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.connect__secondary-link--xs {
  font-family: var(--body-font-family);
  font-size: 12px;
  line-height: 1.38;
  letter-spacing: 0.15px;
  color: #e42424;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

/******* Botones: mobile first *******/

.connect__primary-button {
  width: 100%;
  padding: 12px 20px;
  font-family: var(--body-font-family);
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50px;
  line-height: 1.5;
  color: #fff;
  border: none;
  background-color: #ec0000;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}

.connect__primary-button:hover {
  background-color: #cc0000;
}

.connect__secundary-button {
  width: 100%;
  padding: 12px 20px;
  font-family: var(--body-font-family);
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50px;
  line-height: 1.5;
  color: #e42424;
  border: none;
  background-color: #fff;
  outline: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.connect__secundary-button:hover {
  background-color: #f6f6f6;
}

.connect__tertiary-button {
  width: 100%;
  padding: 12px 24px;
  font-family: "Hanken Grotesk";
  font-weight: 700;
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #e42424;
  border: 2px solid #e42424;
  border-radius: 4px;
  background-color: #ffffff;
  outline: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.connect__cuaternary-button {
  width: 100%;
  padding: 12px 24px;
  font-family: "Hanken Grotesk";
  font-weight: 700;
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #ffffff;
  border: 2px solid #e42424;
  border-radius: 4px;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.connect__quinary-button {
  height: 48px;
  border-radius: 40px;
  padding: 12px 20px;
  gap: 4px;
  color: #e42424;
  border: solid #e42424 1px;
  background-color: #ffffff;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .connect__quinary-button {
    padding: 4px 12px;
    height: 32px;
  }
}

.connect__primary-button:focus-visible,
.connect__secundary-button:focus-visible,
.connect__tertiary-button:focus-visible,
.connect__cuaternary-button:focus-visible,
.connect__quinary-button:focus-visible {
  outline: #575ffb auto 2px;
  outline-offset: 4px;
}

.connect__info-button {
  align-items: center;
  padding: 12px 8px;
  height: 48px;
  background: #e42424;
  border-radius: 40px;
  border: none;
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .connect__info-button {
    width: 100%;
  }
}

a.connect__cuaternary-button,
a.connect__tertiary-button,
a.connect__quinary-button {
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

.connect__login-button {
  width: 100%;
}

@media (max-width: 768px) {
  .connect__quinary-button {
    padding: 4px 12px;
    height: 32px;
  }
}

@media (min-width: 768px) {
  .connect__primary-button {
    min-width: 300px;
    width: auto;
  }

  .connect__secundary-button {
    min-width: 200px;
    width: auto;
  }

  .connect__tertiary-button {
    min-width: 200px;
    width: auto;
  }

  .connect__cuaternary-button {
    min-width: 200px;
    width: auto;
  }

  .connect__login-button {
    min-width: 240px;
    width: auto;
  }
}

.login-reset-password__form-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}

/******* Elementos de formulario: mobile first *******/

.connect__label {
  font-family: "Hanken Grotesk";
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #000000;
  font-weight: 700;
  display: inline-block;
}

.connect__input {
  border: 1px solid #cdcee0;
  border-bottom: 1px solid #575ffb;
  border-radius: 4px 4px 0px 0px;
  height: 48px;
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #425466;
  padding: 12px 16px;
  box-sizing: border-box;
  width: 100%;
}

.connect__input::placeholder {
  color: #757575;
  opacity: 1;
  font-size: 12px;
}

.connect__input:focus + .login-update-password__label-input {
  transform: translateY(-9px);
  font-size: 12px;
  line-height: 16px;
}

input[type="date"]:not(:placeholder-shown)
  + .login-update-password__label-input {
  transform: none;
  font-size: 16px;
  line-height: 16px;
  top: 16px;
}

input[type="date"]:focus + .login-update-password__label-input {
  top: 6px;
}

input[type="date"]:valid + .login-update-password__label-input,
input[type="date"].invalid + .login-update-password__label-input {
  top: 6px;
  font-size: 12px;
}

input[type="date"]:placeholder-shown + .login-update-password__label-input {
  transform: translateY(-6px);
  font-size: 12px;
  line-height: 16px;
}

.connect__input:not(:placeholder-shown) + .login-update-password__label-input {
  transform: translateY(-6px);
  font-size: 12px;
  line-height: 16px;
}

.connect__input:-ms-input-placeholder {
  color: #757575;
}

.connect__input::-ms-input-placeholder {
  color: #757575;
}

.connect__input-with-image {
  position: relative;
  width: 100%;
}

.connect__wrapper--confirm-password {
  margin-bottom: 10px;
}

.connect__input-with-image .connect__input {
  padding-right: 32px;
}

.connect__input-image {
  position: absolute;
  right: 15px;
  font-weight: 700;
  top: 13px;
  cursor: pointer;
}

.connect__input.invalid {
  border: solid 1px #e42424;
}

/*********** Asides ***********/

.connect__layout-aside {
  background-color: #ffffff;
  display: none;
}

.connect__aside-container {
  width: 100%;
  font-family: "Hanken Grotesk";
  color: #ffffff;
  max-width: 470px;
  margin: 0 auto;
  height: 100%;
  /* min-height: 100%; */
  display: flex;
  align-items: center;
}

.connect__aside-container.default {
  min-height: calc(100% - 65px);
  /* margin-top: -65px; */
}

.connect__aside-container-wrapper {
  padding: 20px;
  box-sizing: border-box;
}

.connect__aside-container-title {
  font-size: 37px;
  line-height: 1.22;
}

.connect__aside-container-list {
  margin-top: 24px;
  list-style-type: none;
}

.connect__aside-container-list li {
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: 0.2px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
}

.connect__aside-container-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f058"; /* default tick icon */
}

.connect__aside-container-list li.user:before {
  content: "\f007"; /* user icon */
}

.connect__aside-container-list li.search:before {
  content: "\f002"; /* search icon */
}

.connect__aside-container-list li.newspaper:before {
  content: "\f1ea"; /* newspaper icon */
}

.connect__aside-container-list li.cog:before {
  content: "\f013"; /* cog icon */
}

.connect__aside-container-list li.arrow-up:before {
  content: "\f062"; /* arrow-up icon */
}

.connect__aside-container-list li.tasks:before {
  content: "\f0ae"; /* tasks icon */
}

.connect__aside-container-list li.table:before {
  content: "\f0ce"; /* table icon */
}

.connect__aside-container-button {
  margin-top: 68px;
}

.connect__aside-container-button a {
  width: 257px;
}

.connect__aside-container:not(.default) h2 {
  font-size: 27px;
}

.connect__aside-container:not(.default) li {
  font-size: 19px;
  line-height: 1.26;
}

.aside-default,
.aside-connect {
  background-image: url(../images/bitmap.webp);
}

.aside-connectb2b,
.aside-master {
  background-image: url(../images/bitmap-b2b.webp);
}

.aside-base {
  background-image: url(../images/bitmap-default.webp);
}

@media (min-width: 1024px) {
  .connect__layout-aside {
    display: block;
    flex-shrink: 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .connect__layout-aside--s {
    width: 40%;
    max-width: 519px;
  }

  .connect__layout-aside--m {
    width: 42%;
    max-width: 640px;
  }

  .connect__aside-logo {
    display: block;
    padding-left: 20px;
    max-width: 470px;
    margin: 42px auto 0 auto;
    position: absolute;
  }
  .connect__container__login--small {
    gap: 2rem;
    padding: 3rem;
    width: 30%;
  }
}

/************ Checkboxes ************/
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #acacac;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  border: 2px solid #e42424;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: 2px solid #e42424;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/******** General styles *********/

.connect__show-desktop-m {
  display: none;
}

.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .connect__show-mobile-m {
    display: none;
  }

  .connect__show-desktop-m {
    display: initial;
  }
}

/******** Captcha *********/
.container-captcha {
  margin-top: 24px;
}

/******** Spinner ********/
.button-loader {
  display: none;
  margin-left: calc((100% / 2) - 10px);
  border: 3px solid #ffffff;
  border-top: 3px solid #e42424;
  border-right: 3px solid #e42424;
  border-bottom: 3px solid #e42424;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* icon */

.connect__email--icon {
  width: 40px;
  height: 35px;
}

/******** Wizzard Steps ********/

.connect__wizzard-steps {
  background: #f7f7ff;
  border: 1px solid #f7f7ff;
  box-shadow: 0px 4px 16px rgba(30, 30, 30, 0.12);
  border-radius: 4px;
  padding: 16px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  font-family: var(--body-font-family);
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1024px) {
  .connect__wizzard-steps {
    max-height: 822px;
    max-width: 444px;
  }
}

.connect__wizzard-steps--title {
  display: none;
}

.connect__wizzard-steps--item-text {
  display: none;
}

.connect__wizzard-steps--list {
  list-style: none;
  overflow: hidden;
  display: none;
}

.connect__wizzard-steps--item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 12px;
}

.connect__wizzard-steps--item:last-child {
  margin-bottom: 0;
}

.connect__wizzard-steps--item-icon-line {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.connect__wizzard-steps--item-icon {
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
  font-size: 18px;
}

.connect__wizzard-steps--item-icon.icon-2 > span::before {
  content: "\f15b";
}

.connect__wizzard-steps--item-line {
  width: 4px;
  height: 16px;
  background: #d9d9d9;
  border-radius: 100px;
}

.connect__wizzard-steps--item-number {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  height: fit-content;
}

.connect__wizzard-steps--item-time {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: #dddffe;
  border-radius: 4px;
  margin-left: 16px;
  padding: 2px 5px;
}

.connect__wizzard-steps--item-title {
  color: #425466;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-top: 2px;
}

.connect__wizzard-steps--item.active .connect__wizzard-steps--item-number,
.connect__wizzard-steps--item.active .connect__wizzard-steps--item-title,
.connect__wizzard-steps--dropdown .connect__wizzard-steps--item-number,
.connect__wizzard-steps--dropdown .connect__wizzard-steps--item-title {
  font-weight: 700;
  color: #0e191c;
}

.connect__wizzard-steps--item.active .connect__wizzard-steps--item-icon,
.connect__wizzard-steps--dropdown .connect__wizzard-steps--item-icon {
  border: 1px solid #575ffb;
  color: #575ffb;
}

.connect__wizzard-steps--item.complete-step
  .connect__wizzard-steps--item-title {
  color: #575ffb;
}

.connect__wizzard-steps--item.complete-step .connect__wizzard-steps--item-line,
.connect__wizzard-steps--item.complete-step .connect__wizzard-steps--item-icon {
  background: #575ffb;
}
.connect__wizzard-steps--item.complete-step
  .connect__wizzard-steps--item-icon
  span:before {
  content: "\f00c";
}

.connect__wizzard-steps--list.open {
  display: block;
}

.connect__wizzard-steps--dropdown {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.connect__wizzard-steps--dropdown.close {
  display: none;
}

.connect__wizzard-steps--dropdown-icon {
  font-size: 18px;
  height: 45px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ec0000;
}

.connect__wizzard-steps--dropdown-icon.open {
  transform: rotate(180deg);
  align-self: flex-start;
}

@media (min-width: 1024px) {
  .connect__wizzard-steps {
    width: 352px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 48px 32px;
    box-sizing: border-box;
  }
  .connect__wizzard-steps--dropdown-icon,
  .connect__wizzard-steps--dropdown {
    display: none;
  }
  .connect__wizzard-steps--list {
    display: block;
  }
  .connect__wizzard-steps--title {
    display: block;
    font-family: var(--title-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 48px;
  }

  .connect__wizzard-steps--title > b {
    font-weight: 700;
  }

  .connect__wizzard-steps--item {
    margin-bottom: 16px;
    min-height: 104px;
    gap: 24px;
  }

  .connect__wizzard-steps--item-title {
    font-size: 16px;
    line-height: 24px;
    margin: 4px 0;
  }

  .connect__wizzard-steps--item-text {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #425466;
  }

  .connect__wizzard-steps--item-icon-line {
    justify-content: space-between;
  }

  .connect__wizzard-steps--item-icon {
    width: 40px;
    height: 40px;
  }
  .connect__wizzard-steps--item-line {
    height: calc(100% - 56px);
  }
}

.connect__form-register--step-icon {
  background: #f7f7ff;
  border-radius: 4px;
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #0e191c;
  width: 57px;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .connect__form-register--step-icon {
    display: none;
  }
}

/******** Register ********/

.connect__register--container {
  padding: 16px 16px 70px;
}

.connect__register--content {
  position: relative;
  overflow: hidden;
}
.connect__register--content::before {
  width: 162px;
  height: 234px;
  right: 0;
  top: 161px;
  content: " ";
  position: absolute;
  z-index: -1;
  background-image: url(../images/V-purple.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding: 0;
}

.connect__register--content::after {
  width: 224px;
  height: 234px;
  left: -62px;
  top: 328px;
  content: " ";
  position: absolute;
  z-index: -1;
  background-image: url(../images/V-green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
}

@media (min-width: 1024px) {
  .connect__register--content::before {
    width: 440px;
    height: 593px;
    top: 192px;
  }

  .connect__register--content::after {
    width: 570px;
    height: 593px;
    left: initial;
    right: 525px;
    top: 737px;
  }
}

.connect__register--content.layout--content-orientacion::before {
  width: 570px;
  right: 108px;
}

.connect__register--content.layout--content-orientacion::after {
  right: initial;
  left: 106px;
}

/******** Footer ********/
.connect__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.5rem 0 2rem 0;
}

.connect__footer-link {
  max-width: 120px;
  margin-bottom: 24px;
}

.connect__footer-image {
  width: 100%;
}

.connect__footer-text {
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.33;
  color: #425466;
  margin-bottom: 0.5rem;
  text-align: center;
}

.connect__cobrand-footer {
  font-family: "Ubuntu";
  min-height: 121px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  color: #acacac;
  background: #fff;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.66;
  border-top: 1px solid #dbdbdb;
  padding: 0 3rem;
  margin-top: auto;
  z-index: 10;
}

.connect__footer-text:last-of-type {
  margin-bottom: 0;
}

.connect__input-with-image input[type="date"]:required::-webkit-datetime-edit {
  color: transparent;
}

.connect__input-with-image input[type="date"]:valid::-webkit-datetime-edit {
  color: #0e191c;
}

.connect__input-with-image input[type="date"].invalid::-webkit-datetime-edit {
  color: #0e191c;
}
.connect__input-with-image input input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.connect__input-with-image input[type="date"]:focus::-webkit-datetime-edit {
  color: #0e191c !important;
}

.connect__container--register-layout {
  position: relative;
  margin: 16px;
  max-width: 1110px;
}

.connect__university-login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .connect__container--register-layout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 64px 15px;
    margin: 0 auto;
  }
}
@media (min-width: 1439px) {
  .connect__container--register-layout {
    display: flex;
    flex-direction: row;
    gap: 124px;
    justify-content: space-between;
    padding: 64px 0px 99px;
  }
}

.connect__legal-table--wrapper {
  margin: 16px;
}

@media (min-width: 1440px) {
  .connect__legal-table--wrapper {
    margin: 0 auto;
    max-width: 1110px;
  }
}

input[list]::-webkit-calendar-picker-indicator,
input[list]::-webkit-list-button {
  opacity: 0 !important;
}

/** Styles on input date for Safari **/

input[type="date"] {
  min-width: 95%;
  background-color: white;
}

/* 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;
}

/* SOCIAL LOGIN*/

.social-header {
  align-items: center;
}

.social-header.connect__register-header {
  margin-bottom: 0;
}

.connect__login-header-title {
  font-family: var(--title-font-family);
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.2;
}

.connect__container-buttons {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.connect__social-header {
  margin-bottom: 1.5rem;
}

.connect__register-header-text.connect__social-header {
  padding-top: 0;
}

@media (min-width: 1024px) {
  .connect__register-header-text.connect__social-header {
    padding-top: 16px;
  }
}

.connect__container--small.link-confirm__modal {
  align-items: center;
  padding: 48px 24px;
}

.connect__link-confirm__header {
  width: 160px;
}

.connect__modal-close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  height: fit-content;
  width: fit-content;
  cursor: pointer;
}

.connect__link-confirm__header img {
  width: 100%;
}
.connect__link-confirm__text {
  margin: 16px 0 32px;
  text-align: center;
}

.connect__link-confirm__paragraph {
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #425466;
}

.connect__container-buttons.link-confirm__modal {
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

@media (min-width: 1024px) {
  .connect__container--small.link-confirm__modal {
    padding: 48px 32px;
  }
  .connect__link-confirm__text {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .connect__link-confirm__btn {
    width: 224px;
    min-width: initial;
    text-decoration: none;
  }

  .connect__container-buttons.link-confirm__modal {
    flex-direction: row;
    margin-bottom: 0;
  }
}

argos-input {
  --argos-input-font: normal 1rem var(--body-font-family), helvetica, arial,
    sans-serif;
  --argos-input-outline-color: #575ffb;
  --argos-input-label-font: normal 1rem var(--body-font-family), helvetica,
    arial, sans-serif;
  --argos-input-label-color: #0e191c;
  --argos-input-border-color-hover: #333333;
  --argos-delete-button-icon-color: #6e7577;
  --argos-delete-button-outline-color: #575ffb;
}

argos-combobox {
  --argos-combobox-label-font: 1rem var(--body-font-family), helvetica, arial,
    sans-serif;
  --argos-combobox-label-color: #0e191c;
  --argos-combobox-box-text-font: 1rem var(--body-font-family), helvetica, arial,
    sans-serif;
  --argos-combobox-box-border-color-hover: #333333;
  --argos-combobox-box-icon-color: #0e191c;
  --argos-combobox-box-outline-color: #575ffb;
  --argos-combobox-list-text-font: 1rem var(--body-font-family), helvetica,
    arial, sans-serif;
  --argos-combobox-list-text-color: #0e191c;
  --argos-combobox-list-item-background-color-selected: hsla(
    237,
    95%,
    66%,
    0.08
  );
  --argos-combobox-list-icon-color: #575ffb;
  --argos-combobox-list-outline-color: #575ffb;
}

argos-checkbox {
  --argos-checkbox-font-family: var(--body-font-family), helvetica, arial,
    sans-serif;
  --argos-checkbox-font-color: #0e191c;
  --argos-checkbox-border-color-checked: #575ffb;
  --argos-checkbox-bk-color-checked: #575ffb;
  --argos-checkbox-bk-color-checked-hover: #343997;
  --argos-checkbox-border-color-focus: #575ffb;
}

argos-alert {
  --argos-alert-text-font: normal 0.875rem var(--body-font-family), helvetica,
    arial, sans-serif;
}

argos-button {
  --argos-button-font: bold 1rem var(--body-font-family), helvetica, arial,
    sans-serif;
  --argos-button-outline-color: #575ffb;
}

.secondary-button {
  --argos-button-color: #ec0000;
  --argos-button-color-hover: #ec0000;
  --argos-button-color-focus: #ec0000;
  --argos-button-background-color: #fff;
  --argos-button-background-color-hover: #f6f6f6;
  --argos-button-background-color-focus: #f6f6f6;
}
