.PromoBanner {
  overflow: hidden;
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.PromoBanner--platziconf .PromoBanner-cta {
  background-color: #121f3d;
  color: #fff;
}
@media only screen and (min-width: 48em) {
  .PromoBanner--basic .PromoBanner-cta {
    display: block;
  }
}
@media only screen and (min-width: 75em) {
  .PromoBanner--basic .PromoBanner-cta {
    display: inline-block;
  }
}
.PromoBanner--basic .PromoBanner-details-previous {
  display: none;
}
@media only screen and (min-width: 75em) {
  .PromoBanner--basic .PromoBanner-details-previous {
    display: block;
  }
}
.PromoBanner--day {
  background-image: url("https://static.platzi.com/media/uploads/platzi-day/pattern.png");
  background-repeat: no-repeat;
}
.PromoBanner--potencia {
  background-image: url("https://static.platzi.com/media/uploads/line_pattern_91fbd19232.png");
  background-repeat: no-repeat;
}
.PromoBanner--potencia .PromoBanner-content-logo {
  margin-right: 0;
  height: 32px;
}
.PromoBanner .u-wrapper {
  padding: 0;
}
@media only screen and (min-width: 48em) {
  .PromoBanner .u-wrapper {
    padding: 0 0.5rem;
  }
}
.PromoBanner-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-content {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 64em) {
  .PromoBanner-content {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}
.PromoBanner-content-logo {
  height: auto;
  width: 150px;
  margin-right: 1.25rem;
}
.PromoBanner-event-date {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-area: timeMessage;
  height: 2rem;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-event-date {
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin: 1rem;
    margin-left: 0;
    width: auto;
    padding: 0 0.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .PromoBanner-event-date {
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 3.5rem;
  }
}
.PromoBanner-event-date time {
  text-transform: uppercase;
  line-height: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.875rem;
  letter-spacing: 1.1px;
  white-space: nowrap;
}
@media only screen and (min-width: 30em) {
  .PromoBanner-event-date time {
    padding: 0.5rem 1rem;
  }
}
.PromoBanner-promoContent {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-promoContent {
    margin-left: 0;
    justify-self: flex-end;
  }
}
.PromoBanner-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0.875rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-details {
    grid-template-columns: 1fr 1fr;
    margin-right: 1rem;
    padding: 0 0.5rem;
    padding-left: 1.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .PromoBanner-details {
    margin-right: 1.5rem;
    width: auto;
  }
}
@media only screen and (min-width: 75em) {
  .PromoBanner-details {
    margin: 0;
    width: 100%;
    padding: 0 1rem;
    grid-template-columns: 1fr auto auto;
  }
}
.PromoBanner-details-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  gap: 0.25rem;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-details-left {
    padding: 0.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .PromoBanner-details-left {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
  }
}
.PromoBanner-details-previous {
  display: none;
}
@media only screen and (min-width: 64em) {
  .PromoBanner-details-previous {
    padding-left: 0.5rem;
    display: grid;
    margin-right: 1rem;
    width: max-content;
    gap: 0.5rem;
  }
}
.PromoBanner-details-previous img {
  width: 150px;
}
.PromoBanner-details-previous-before {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.PromoBanner-details-previous-content {
  font-weight: 400;
  text-align: end;
}
.PromoBanner-details-previous-content.is-save {
  font-weight: bold;
}
.PromoBanner-details-previous-price {
  text-decoration: line-through;
}
.PromoBanner-details-saving {
  font-weight: bold;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-details-saving {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-right: auto;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: fit-content;
  }
}
.PromoBanner-details-saving-layout {
  display: block;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.15px;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-details-saving-layout {
    font-size: 0.813rem;
  }
}
@media only screen and (min-width: 64em) {
  .PromoBanner-details-saving-layout {
    font-size: 0.875rem;
  }
}
.PromoBanner-details-saving-tagline {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
}
.PromoBanner-details-saving-tagline span {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-filter: alpha(opacity=70);
  -moz-filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -o-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}
.PromoBanner-details-saving-tagline figure {
  height: 1rem;
  margin: 0.2rem;
}
.PromoBanner-details-saving-tagline figure img {
  height: 100%;
  object-fit: contain;
}
.PromoBanner-details-text {
  font-size: 0.625rem;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-details-text {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .PromoBanner-details-text {
    font-size: 0.875rem;
  }
}
.PromoBanner-details-pricing {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (min-width: 75em) {
  .PromoBanner-details-pricing {
    margin-left: 1rem;
  }
}
.PromoBanner-details-pricing figure {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.PromoBanner-details-pricing img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  object-fit: cover;
}
.PromoBanner-details-price {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.938rem;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  .PromoBanner-details-price {
    font-size: 1.125rem;
  }
}
.PromoBanner-details-price strong {
  font-size: 1.125rem;
  font-weight: 500;
}
.PromoBanner-countdown {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.25rem;
  text-align: center;
  width: 100%;
  margin-left: auto;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-countdown {
    min-width: 150px;
    width: auto;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.75rem 1rem;
  }
}
@media only screen and (min-width: 64em) {
  .PromoBanner-countdown {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.PromoBanner-countdown-text {
  margin-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.13px;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-countdown-text {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  .PromoBanner-countdown-text {
    font-size: 0.875rem;
  }
}
.PromoBanner-countdown-element {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px /* 137.5% */;
  letter-spacing: -0.13px;
}
@media only screen and (min-width: 64em) {
  .PromoBanner-countdown-element {
    font-size: 1.125rem;
  }
}
.PromoBanner-countdown-unit {
  text-transform: lowercase;
}
.PromoBanner-anchor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.PromoBanner-msi {
  display: none;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-msi {
    display: block;
    width: 126px;
  }
}
.PromoBanner-msi img {
  width: 100%;
}
.PromoBanner-cta {
  background-color: #98ca3f;
  color: #121f3d;
  font-size: 0.875rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  padding: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.04em;
  grid-column: 1/3;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-cta {
    margin-top: 0.5rem;
    display: inline-block;
    margin: initial;
    display: none;
  }
}
@media only screen and (min-width: 75em) {
  .PromoBanner-cta {
    display: block;
    padding: 0.5rem 1rem;
    height: fit-content;
    grid-column: unset;
  }
}
@media only screen and (min-width: 48em) {
  .PromoBanner-pre .PromoBanner-details {
    display: grid;
    grid-template-columns: 125px 1fr 1fr !important;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    width: 100%;
  }
}
.PromoBanner-pre .PromoBanner-details-saving-layout {
  display: block;
  text-align: start;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-pre .PromoBanner-cta {
    display: block !important;
    grid-area: auto;
  }
}
@media only screen and (min-width: 64em) {
  .PromoBanner-pre .PromoBanner-cta {
    justify-self: end;
    max-width: fit-content;
  }
}
