@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQ.ttf) format('truetype');
}
/************************************
  @media (max-width: 1599px) {
  }
  @media (max-width: 1199px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 639px) {
  }
  @media (max-width: 479px) {
  }

 ************************************
  @media (min-width: 480px) {
  }
  @media (min-width: 640px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1200px) {
  }
  @media (min-width: 1600px) {
  }
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  color: #222;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
#cookies-msg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
#cookies-msg.shown {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 640px) {
  #cookies-msg {
    text-align: center;
  }
}
#cookies-msg > div {
  background: white;
  padding: 15px 0;
  box-shadow: 0 -14px 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg > div > div {
  box-sizing: content-box;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Tablet landscape and bigger */
}
@media (min-width: 640px) {
  #cookies-msg > div > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  #cookies-msg > div > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#cookies-msg.floating {
  left: 15px;
  right: 15px;
}
#cookies-msg.floating > div {
  width: 800px;
  max-width: 100%;
  margin: 15px auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg.floating > div > div {
  padding-left: 20px;
  padding-right: 20px;
}
#cookies-msg #cookies-msg-close {
  display: none;
}
#cookies-msg .cookies-msg-actions a {
  display: block;
}
#cookies-msg a.uk-button {
  background: #004996;
  font-weight: 400;
}
#cookies-msg a.uk-button:hover {
  background: #001730;
}
#cookies-msg a:not(.uk-button) {
  color: #004996;
}
#cookies-msg a:not(.uk-button):hover {
  color: #001730;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: 'Playfair Display', serif;
}
.login ul.uk-subnav li a {
  background-color: #ddd;
  line-height: 38px;
  padding: 0 25px;
  color: #555;
  font-weight: 400;
}
.login ul.uk-subnav li.uk-active a {
  color: white;
  background-color: #be0d7f;
}
.account ul.uk-subnav li a {
  background-color: #ddd;
  line-height: 38px;
  padding: 0 25px;
  color: #555;
  font-weight: 400;
}
.account ul.uk-subnav li.uk-active a {
  color: white;
  background-color: #be0d7f;
}
@media (max-width: 640px) {
  .promocion ul.uk-subnav li {
    margin-bottom: 10px;
  }
  .promocion ul.uk-subnav li:last-child {
    margin-bottom: 0;
  }
}
.promocion ul.uk-subnav li a {
  background-color: #ddd;
  line-height: 54px;
  padding: 0 30px;
  color: #555;
  border-radius: 4px;
  font-weight: 400;
}
.promocion ul.uk-subnav li.uk-active a {
  color: white;
  background-color: #be0d7f;
}
.login .uk-form-large {
  font-size: 1.1rem !important;
}
.uk-button-primary {
  background-color: #f9cb00;
  color: black;
  font-weight: 400;
}
.uk-button-primary:hover {
  color: black;
  font-weight: 400;
  background-color: rgba(249, 203, 0, 0.8);
}
.uk-button-alt {
  background-color: #be0d7f;
  color: white;
}
.uk-button-alt:hover {
  color: white;
  background-color: rgba(190, 13, 127, 0.8);
}
.uk-text-primary {
  color: #004996 !important;
}
.uk-text-yelow {
  color: #f9cb00 !important;
}
.uk-text-alt {
  color: #be0d7f !important;
}
.msgError .uk-alert {
  background-color: #be0d7f;
  color: white;
}
em.error-block {
  display: block;
}
.login-navbar-container ul {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid black;
  border-radius: 20px;
  background-color: rgba(240, 240, 240, 0.9);
  gap: 10px;
}
.login-navbar-container ul li {
  min-height: 0;
}
.login-navbar-container ul li a {
  min-height: 0;
  transition: all 0.3s;
  color: black;
}
.login-navbar-container ul li a:hover {
  padding: 10px;
  margin: -10px;
  background-color: #d3d3d3;
}
.login-navbar-container ul li:first-child a:hover {
  border-radius: 20px 0 0 20px;
}
.login-navbar-container ul li:last-child a:hover {
  border-radius: 0 20px 20px 0;
}
.login-navbar-container ul li:only-child a:hover {
  border-radius: 20px;
}
.login-navbar-container ul hr {
  margin: -10px 0 -10px 0;
  border-left: 1px solid darkgrey;
}
.login-navbar-container ul:hover {
  background-color: #f0f0f0;
}
.ae-logo-container .ae-logo {
  margin-top: 5px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}
.uk-section-ae {
  padding-top: 100px;
}
.promocion-img-respuesta {
  max-height: 400px;
}
small.bases-legales {
  color: grey;
  display: block;
  margin-bottom: -20px !important;
}
.uk-list-striped > :nth-of-type(odd) {
  background-color: #eaeaea;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}
.uk-list-striped > :nth-of-type(odd) {
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}
header {
  border-bottom: 1px solid #eee;
}
header.uk-sticky-below {
  border-bottom: 1px solid #f9cb00 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
@media (max-width: 639px) {
  header {
    padding: 10px 0 !important;
  }
}
header ul.uk-subnav li a {
  text-transform: none !important;
  font-size: 0.75rem !important;
  display: flex !important;
  gap: 8px !important;
}
header ul.uk-subnav li a i {
  font-size: 1.2rem;
  color: #333;
}
header .logo {
  display: flex;
  gap: 10px;
}
@media (max-width: 639px) {
  header .logo img {
    width: 40px;
  }
}
@media (max-width: 479px) {
  header .logo img {
    width: 30px;
  }
}
header .logo-text {
  font-family: 'Playfair Display', serif;
  color: black;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  gap: 10px;
}
header .logo-text span {
  display: block;
  font-size: 0.7rem;
  font-family: 'Inter', sans-serif;
  color: #999;
}
footer .logo {
  display: flex;
  gap: 10px;
}
@media (max-width: 639px) {
  footer .logo {
    justify-content: center;
  }
}
@media (max-width: 639px) {
  footer .logo img {
    width: 80px;
  }
}
@media (max-width: 479px) {
  footer .logo img {
    width: 80px;
  }
}
footer .logo-text {
  font-family: 'Playfair Display', serif;
  color: black;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  gap: 10px;
}
footer .logo-text span {
  display: block;
  font-size: 0.7rem;
  font-family: 'Inter', sans-serif;
  color: #999;
}
.uk-card-body.border {
  border-top: 2px solid #f9cb00 !important;
}
.uk-circle-logo {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 100px;
  background-color: #f9cb00;
  text-align: center;
  z-index: 20;
}
.uk-circle-logo i {
  color: white;
}
.uk-breadcrumb {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 0;
}
.uk-breadcrumb li a {
  font-size: 12px;
}
.uk-breadcrumb li span {
  font-size: 12px;
}
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  margin: 0 10px 0 calc(10px - 4px);
}
.no-participable {
  background-color: #be0d7f;
  text-align: center;
}
.no-participable i {
  font-size: 3rem;
  display: block;
}
.no-participable * {
  color: white;
}
.uk-text-meta {
  color: #666;
}
.uk-subnav > * > :first-child {
  color: #666;
}
.qr .uk-h4 {
  line-height: 1.1em;
}
.qr .uk-h4 i {
  display: block;
  margin-bottom: 5px;
}
.bnnr-news {
  background: url(../img/bnnr-news.jpg) no-repeat center center;
  background-size: cover;
}
.bnnr-news * {
  color: white;
}
.bnnr-news .uk-button-default:hover {
  color: white;
  border-color: white;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  line-height: 55px;
  height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
:focus-visible {
  outline: none;
}
.uk-list-striped > :nth-of-type(odd) {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.uk-label {
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 500;
}
.uk-label.uk-label-warning {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 2px 15px;
  border-radius: 4px;
  display: inline-block;
  text-transform: none;
  margin-bottom: 5px;
}
.uk-label.uk-label-muted {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 2px 15px;
  border-radius: 4px;
  display: inline-block;
  text-transform: none;
  margin-bottom: 5px;
  background-color: rgba(190, 13, 127, 0.5);
}
.uk-label.uk-label-finalizado {
  background-color: #ababab;
}
.uk-label.uk-label-abierto {
  background-color: #be0d7f;
}
.uk-label.uk-label-proximamente {
  background-color: #ffe100;
}
.uk-label.uk-label-gastado {
  color: white !important;
  background-color: #e7680c;
}
.blink {
  animation: blink 1s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.uk-list-card > :nth-child(n+2) {
  margin-top: 2px;
  padding-top: 2px;
}
.uk-padding-top-small {
  padding-top: 15px;
}
.mini-card {
  background-color: #eee;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1em;
  padding: 10px 20px;
  font-weight: 600;
}
@media (max-width: 639px) {
  .mini-card {
    width: 100%;
  }
}
.mini-card small {
  font-weight: 300;
  font-size: 0.75rem;
}
.warning {
  background-color: #be0d7f;
  color: white;
  padding: 2px 8px;
  font-size: 0.7rem !important;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.wrong {
  background-color: #000;
  color: white;
  padding: 2px 8px;
  font-size: 0.7rem !important;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.error {
  background-color: #e7680c;
  color: white;
  padding: 2px 8px;
  font-size: 0.7rem !important;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.points-card {
  background-color: #f9cb00;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
}
.info-fecha-promocion {
  margin-left: 8%;
}
.points-profile-card {
  background-color: #f9cb00;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
.cabecera-historial {
  background-color: #004996;
  color: white;
  border-radius: 5px;
  margin-bottom: 10px;
}
.collapse-icon {
  right: 20px;
}
.info-fecha-promocion-historial {
  font-size: 12px;
  margin-bottom: 4px;
}
.historial-profile-info {
  padding-bottom: 10px;
}
.uk-card.border {
  border: 1px solid #dfdfdf;
}
.text-sans {
  font-family: 'Inter', sans-serif !important;
}
small {
  display: inline-block;
  line-height: 1.2em;
}
@media (max-width: 639px) {
  .forgetFormCancelButton {
    margin-top: 15px;
  }
}
@media (min-width: 640px) {
  .forgetFormCancelButton {
    float: right;
  }
}
.uk-tab > * > a {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  justify-content: center;
  padding: 10px 15px;
  color: #777;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
  background: #eee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #bbb;
}
.uk-tab > .uk-active > a {
  color: #000;
  border-color: white;
  font-weight: 600;
  border-width: 2px;
  background: #f8f8f8;
  border: 1px solid #bbb;
  border-bottom: 1px solid #f8f8f8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.options-micuenta.uk-tab > .uk-active > a {
  color: #000;
  border-color: white;
  font-weight: 600;
  border-width: 2px;
  background: #f9cb00;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: none;
}
@media (min-width: 640px) {
  .options-micuenta.uk-tab > .uk-active > a {
    border-bottom: 1px solid #f8f8f8;
  }
}
@media (max-width: 640px) {
  .options-micuenta.uk-tab > .uk-option {
    margin-bottom: 10px;
  }
}
.options-micuenta.uk-tab > * > a {
  padding: 10px 5px;
  border: none;
}
.options-micuenta.uk-tab {
  margin-left: -5px;
}
.options-micuenta.uk-tab > * {
  padding-left: 5px;
}
.options-micuenta.uk-tab:before {
  display: none;
}
.uk-tab::before {
  border-bottom: 1px solid #bbb;
}
#switcher-login.uk-tab > .uk-active > a {
  background-color: white;
}
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
  border-radius: 10px;
}
[id^="confirm-"] .uk-modal-footer [uk-grid] > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}
[id^="confirm-"] .uk-modal-footer #cancel-button.uk-align-right {
  float: none;
  margin: 0;
}
.label-estado-activo {
  color: white !important;
  background-color: #f9cb00;
  border-radius: 5px;
  padding: 5px 20px;
}
.valor-bono-restante {
  font-size: 22px;
  font-weight: bold;
  color: #be0d7f;
}
.valor-bono {
  font-size: 22px;
}
.uk-card-qr {
  background-color: #f9cb00;
  color: white;
  padding: 30px 15px;
}
.qr_svg * {
  stroke-width: 1px;
  fill: transparent;
  stroke: black;
}
.position-valores-bono {
  margin: 0px 20px;
  padding-bottom: 20px;
}
.uk-padding-bottom-large {
  padding-bottom: 80px;
}
.cards-comercio {
  font-size: 1.4rem;
}
.cards-comercio .circle-icon {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background-color: #fff;
  line-height: 64px;
  text-align: center;
  margin: 0 auto;
  top: -35px;
}
.cards-comercio h3 {
  font-weight: 600;
}
.cards-comercio .bonos {
  padding-top: 45px;
  border: 2px solid #f9cb00;
}
.cards-comercio .bonos .circle-icon {
  border: 2px solid #f9cb00;
  background-color: #f9cb00;
}
.cards-comercio .compras {
  padding-top: 45px;
  border: 2px solid #be0d7f;
}
.cards-comercio .compras .circle-icon {
  border: 2px solid #be0d7f;
  background-color: #be0d7f;
}
.listado-compras {
  font-size: 0.9rem;
  font-weight: 400;
}
.listado-compras strong {
  font-weight: 600;
}
.listado-compras time {
  font-size: 0.8rem;
}
.listado-compras .compras {
  border: 2px solid #be0d7f;
}
.listado-compras .compras strong {
  color: #be0d7f;
}
.listado-compras .compras-muted {
  border: 2px solid #eee;
  color: #999;
}
.tabla-compras td,
.tabla-compras th {
  padding: 5px;
  font-size: 0.8rem !important;
}
.tabla-compras th {
  font-weight: 500;
  color: #be0d7f;
}
.compras-finalizadas {
  border: 2px solid #999;
}
.compras-finalizadas strong {
  color: #be0d7f;
}
.compras-muted {
  border: 2px solid #eee;
  color: #999;
}
.border-yellow {
  border: 2px solid #f9cb00;
}
.border-muted {
  border: 2px solid #ccc;
}
.border-red {
  border: 2px solid #be0d7f;
}
.bonos-item {
  border: 2px solid #f9cb00;
}
.bonos-item strong {
  color: #f9cb00;
}
.bonos-finalizados {
  border: 2px solid #999;
}
.bonos-finalizados strong {
  color: #f9cb00;
}
.uk-button-main {
  background-color: #f9cb00;
}
.gap {
  gap: 8px;
}
