@charset "UTF-8";

/* Scoped Styles */

:root {
  --rosa-antares: #fe0181;
}

.btn-text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#loading {
  display: inline-block;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.select2-container--default .select2-selection--single {
  border-width: 1px !important;
  border-color: var(--60) !important;
  border-radius: 0.5rem !important;
  height: auto !important;
  color: var(--80) !important;
  line-height: 2.25rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: var(--white);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: var(--80) !important;
  border-radius: 0.5rem;
  height: 2.25rem !important;
  line-height: 2.25rem !important;
}

.select2-results__option {
  color: var(--80);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--rosa-antares) !important;
}

.clear-input {
  width: 16px;
  color: #BACAD6;
  display: inline;
  cursor: pointer;
}

.search-result-wrapper {
  margin-top: 3px;
  background-color: var(--white);
  color: var(--80);
  width: 100%;
  position: absolute;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.search-result-wrapper li {
  padding: 0.5rem 0.75rem;
}

.search-result-wrapper li:hover {
  background: var(--rosa-antares);
  color: var(--white);
}

.loading {
  stroke: var(--rosa-antares);
}

.loading-inline {
  display: inline;
}

/*VISITAS PLAN LEALTAD*/

.tarjeta {
  background: #FFF;
  border-radius: 35px;
  width: 215px;
  min-height: 213px;
  position: relative;
  margin: 5px;
}

.tarjeta-verde {
  border: 1px solid #39B3AE;
  border-right: 5px solid #39B3AE;
  border-bottom: 5px solid #39B3AE;
}

.tarjeta-rosa {
  border: 1px solid #DB0A64;
  border-right: 5px solid #DB0A64;
  border-bottom: 5px solid #DB0A64;
}

.tarjeta img {
  margin-top: 20px;
  margin-left: 15px;
  display: inline;
}

.recompensa-monetaria {
  margin-top: 10px;
  width: 100%;
  height: 84px;
  background: url("/images/plan-lealtad/billete.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.recompensa-monetaria span {
  color: #007335;
}

.recompensa-porcentaje {
  width: 100%;
  height: 133px;
  background: url("/images/plan-lealtad/descuento.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.recompensa-porcentaje span {
  color: #474F54;
  margin-top: -20px;
}

.recompensa-producto {
  width: 100%;
  height: 88px;
  background: url("/images/plan-lealtad/regalo.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
}

.recompensa-estrella {
  width: 100%;
  height: 98px;
  background: url("/images/plan-lealtad/visita-marcada-estrella.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
}

.recompensa-agotada {
  width: 100%;
  height: 100px;
  background: url("/images/plan-lealtad/agotada.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
}

.recompensa-expirada {
  width: 100%;
  height: 112px;
  background: url("/images/plan-lealtad/expirada.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
}

.recompensa-producto span {
  color: #474F54;
}

.tarjeta span.visita-numero {
  position: absolute;
  bottom: 5px;
  left: 15px;
  margin-top: 37px;
}

.nombre-producto {
  width: 100%;
  text-align: center;
  line-height: 28px;
}

/*END VISITAS PLAN LEALTAD*/

/*
        TARJETAS
    */

.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

.ag-courses_box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px 0;
}

.ag-courses_item {
  flex-basis: calc(33.33333% - 30px);
  margin: 0 15px 30px;
  overflow: hidden;
  border-radius: 28px;
}

.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  /*background-color: #121212;*/
  background-color: #64748b;
  overflow: hidden;
  position: relative;
}

.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #FFF;
}

.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  transform: scale(10);
}

.ag-courses-item_title {
  min-height: 87px;
  margin: 0 0 25px;
  overflow: hidden;
  font-weight: bold;
  font-size: 30px;
  color: #FFF;
  z-index: 2;
  position: relative;
}

.ag-courses-item_date-box {
  font-size: 18px;
  color: #FFF;
  z-index: 2;
  position: relative;
}

.ag-courses-item_date {
  font-weight: bold;
  /*color: #f9b234;*/
  color: #ff9fd8;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #f9b234;
  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
  background-color: #3ecd5e;
}

.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
  background-color: #e44002;
}

.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
  background-color: #952aff;
}

.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
  background-color: #cd3e94;
}

.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
  background-color: #4c49ea;
}

@media only screen and (max-width: 979px) {
  .ag-courses_item {
    flex-basis: calc(50% - 30px);
  }

  .ag-courses-item_title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }
}

@media only screen and (max-width: 639px) {
  .ag-courses_item {
    flex-basis: 100%;
  }

  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;
    font-size: 24px;
  }

  .ag-courses-item_link {
    padding: 22px 40px;
  }

  .ag-courses-item_date-box {
    font-size: 16px;
  }
}

/*
    END TARJETAS
*/

/*
    BOTÓN CANCELAR
*/

.cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #3C4B60;
}

.cta:hover {
  color: #FFF;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(54, 175, 170, 0.5);
  width: 56px;
  height: 56px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #36AFAA;
}

.cta:hover svg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.cta:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

/*
    END BOTÓN CANCELAR
*/

/* BOTÓN EXPIRAR */

.cta-red {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #3C4B60;
}

.cta-red:hover {
  color: #FFF;
}

.cta-red:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(239, 68, 68, 0.5);
  width: 56px;
  height: 56px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta-red span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}

.cta-red svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta-red:hover:before {
  width: 100%;
  background: #ef4444;
}

.cta-red:hover svg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.cta-red:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

/* END BOTÓN EXPIRAR */

/*VISITAS LIST*/

.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*END VISITAS LIST*/

