@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-Regular.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');
}

* {
  margin: 0;
  padding: 0;
}

.fundacion__alert {
  margin-bottom: 8px;
}

.fundacion__logo {
  width: 200px;
  margin: 10px 0px;
}

.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;
}

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

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

.fundacion__layout-container {
  background-color: #ffffff;
}

/*.fundacion__layout-container-header {}*/

.fundacion__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;
}

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

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

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

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

  .fundacion__layout-container {
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

.fundacion__container--small {
  max-width: 465px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

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

.fundacion__container-header {
  margin-bottom: 24px;
}

.fundacion__container-header-h1 {
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .fundacion__logo.fundacion__login-logo-position {
    display: none;
  }
  .login.fundacion__logo {
    margin: 10px 0px;
  }
  .on_aside.fundacion__logo {
    display: none;
  }
}

.fundacion__container-list {
  list-style-type: none;
}

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

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

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

.fundacion__form-container-item {
  margin-bottom: 16px;
}

.fundacion__form-container-item .fundacion__label {
  margin-bottom: 4px;
}

.fundacion__message--error {
  display: block;
}

.fundacion__form-container-item .fundacion__input {
  display: block;
}

.fundacion__form-container--one-col {
  width: 100%;
}

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

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

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

.fundacion__container-actions {
  margin-top: 54px;
  display: flex;
  flex-direction: column-reverse;
}

.fundacion__container-actions-item {
  display: block;
  text-align: center;
  margin-bottom: 16px;
}

.fundacion__container-actions-item--flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

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

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

@media (min-width: 768px) {
  .fundacion__container-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  .fundacion__container-actions-item,
  .fundacion__container-actions-item--flex {
    margin-bottom: 0;
  }

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

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

.fundacion__h1--dark {
  font-family: 'Hanken Grotesk';
  font-size: 23px;
  line-height: 1.17;
  letter-spacing: normal;
  color: #0e191c;
}

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

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

.fundacion__text-xl--light {
  font-family: 'Hanken Grotesk';
  font-size: 19px;
  line-height: 1.05;
  letter-spacing: 0.2px;
  color: #757575;
  font-weight: normal;
}

.fundacion__text-l--dark {
  font-family: 'Hanken Grotesk';
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #0e191c;
}

@media (min-width: 768px) {
  .fundacion__h1--dark {
    font-size: 31px;
    line-height: 1.23;
    letter-spacing: 0.1px;
  }

  .fundacion__text-xl--light {
    font-size: 23px;
    line-height: 1.22;
  }

  .fundacion__text-l--dark {
    font-size: 19px;
    line-height: 1.42;
  }
}

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

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

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

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

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

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

.fundacion__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 *******/

.fundacion__alert-message--info {
  font-family: 'Hanken Grotesk';
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.15px;
  color: #757575;
  margin-top: 8px;
}

.fundacion__alert-message--error,
.fundacion__alert-message--warning {
  font-family: 'Hanken Grotesk';
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.15px;
  color: #e42424;
  margin-top: 8px;
}

.fundacion__alert-message--success {
  font-family: 'Hanken Grotesk';
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.15px;
  color: #00892c;
  margin-top: 8px;
}

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

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

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

.fundacion__primary-link--m {
  font-family: 'Hanken Grotesk';
  font-weight: 700;
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #e42424;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.fundacion__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;
}

.fundacion__secondary-link--m {
  font-family: 'Hanken Grotesk';
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #e42424;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.fundacion__secondary-link--s {
  font-family: 'Hanken Grotesk';
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.15px;
  color: #e42424;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.fundacion__secondary-link--xs {
  font-family: 'Hanken Grotesk';
  font-size: 12px;
  line-height: 1.38;
  letter-spacing: 0.15px;
  color: #e42424;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

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

.fundacion__primary-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: #e42424;
  outline: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.fundacion__secundary-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 #0e191c;
  border-radius: 4px;
  background-color: #0e191c;
  outline: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.fundacion__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;
}

.fundacion__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;
}

a.fundacion__cuaternary-button,
a.fundacion__tertiary-button {
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

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

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

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

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

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

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

.fundacion__input {
  border-radius: 4px;
  border: solid 1px #757575;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.3px;
  padding: 8px;
  outline: 0;
  font-family: 'Hanken Grotesk';
  color: #0e191c;
  box-sizing: border-box;
}

.fundacion__input::placeholder {
  color: #757575;
  opacity: 1;
}

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

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

.fundacion__input-with-image {
  position: relative;
}

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

.fundacion__input-image {
  position: absolute;
  right: 8px;
  width: 18px;
  top: 10px;
  cursor: pointer;
}

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

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

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

.fundacion__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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fundacion__layout-aside--r {
    width: 40%;
    max-width: 519px;
  }

  .fundacion__layout-aside--l {
    width: 42%;
    max-width: 640px;
  }

  .fundacion__aside-logo {
    display: block;
    padding-left: 20px;
    max-width: 470px;
    margin: 32px auto 0 auto;
    position: absolute;
  }
}

/************ Checkboxes ************/
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 24px;
  margin-bottom: 8px;
  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;
  height: 12px;
  width: 12px;
  background-color: white;
  border: 2px solid black;
}

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

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #e42424;
  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: 3px;
  top: 0px;
  width: 4px;
  height: 9px;
  border: 2px solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

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

.hidden {
  display: none;
}

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

  .fundacion__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);
  }
}
