/** Config */
/**
 * Colors used in the theme and their defaults based on the color palette.
 *
 * These colors are used throughout the theme and can be used in the
 * theme's CSS. The colors are divided into two sets, one for the
 * primary and one for the secondary. The primary colors are used
 * for the main elements of the site, while the secondary colors
 * are used for less important elements.
 */
/** Usage:
@include breakpoint(tablet) {}
@include breakpoint(min-width, 1192px) {}
@include between-breakpoints(sm, lg) {}
@include between-breakpoints-widths(0, 1024px) {}
**/
/* Background overlay */
/* Animation */
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes FadeInSlow {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes BounceIcon {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-60%);
  }
  50% {
    transform: translateY(0);
  }
  57% {
    transform: translateY(-3px);
  }
  64% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ShowFromBottom {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes ToBottom {
  0% {
    transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes HideToBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes ElementBottom {
  0% {
    transform: translateY(90%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes animatePrevElement {
  0% {
    transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes animateNextElement {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ShowFromTopBounce {
  0% {
    transform: translateY(-100%);
  }
  85% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ShowFromBottomBounce {
  0% {
    transform: translateY(100%);
  }
  85% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
.b-products-grid-v2 {
  padding: 48px 0 32px 0;
  overflow: hidden;
}
@media (min-width: 600px) {
  .b-products-grid-v2 .c-chip {
    max-height: 36px;
  }
  .b-products-grid-v2 .c-chip:last-child {
    margin-right: 0 !important;
  }
  .b-products-grid-v2 .c-chip span {
    font-size: 14px;
    line-height: 18px;
  }
}
.b-products-grid-v2_subtitle > p {
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 600px) {
  .b-products-grid-v2 .aligment-left {
    display: flex;
  }
}
.b-products-grid-v2 .c-icon > svg > g > path {
  fill: #ffffff;
}
.b-products-grid-v2 .b-product-grid_filter__item {
  width: auto !important;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.b-products-grid-v2 .b-product-grid_card {
  position: relative;
  text-decoration: none;
}
.b-products-grid-v2 .b-product-grid_card__image,
.b-products-grid-v2 .b-product-grid_card .c-image {
  position: relative;
  display: block;
  background-color: var(--aprende--secondary-200);
}
.b-products-grid-v2 .b-product-grid_card__image img,
.b-products-grid-v2 .b-product-grid_card .c-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 600px) {
  .b-products-grid-v2 .b-product-grid__content-center {
    justify-content: center;
  }
  .b-products-grid-v2 .b-product-grid__content-center .swiper-slide:last-child {
    margin-right: 0 !important;
  }
}
@media (min-width: 600px) {
  .b-products-grid-v2.l-animated .b-product-grid_row .swiper-wrapper {
    margin-top: 0 !important;
  }
}
.b-products-grid-v2.l-animated .b-product-grid_row .swiper-slide {
  flex: 0 0 auto;
  margin-right: 24px;
  width: calc((100% - 4.3176px) / 1.1799);
}
.b-products-grid-v2.l-animated .b-product-grid_card__image::before,
.b-products-grid-v2.l-animated .b-product-grid_card .c-image::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: -1px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 7.28%, rgba(0, 0, 0, 0) 50.16%), transparent;
  z-index: 1;
}
.b-products-grid-v2.l-animated .c-image {
  border-radius: 16px;
}
.b-products-grid-v2.l-animated .gif {
  display: none;
}
.b-products-grid-v2.l-animated .is-active .gif {
  display: block;
}
.b-products-grid-v2.l-animated .is-active .fix-img {
  display: none;
}
.b-products-grid-v2.l-column .post-title {
  font-size: 28px;
  line-height: 40px;
}
.b-products-grid-v2.l-column .c-image {
  border-radius: 8px;
}
.b-products-grid-v2.l-column .b-product-grid_row .swiper-slide {
  flex: 0 0 auto;
  margin-right: 24px;
  width: calc((100% - 4.3176px) / 1.1799);
}
.b-products-grid-v2.l-column .b-product-grid_card__image::before,
.b-products-grid-v2.l-column .b-product-grid_card .c-image::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: -1px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, var(--aprende--secondary-700) 80%);
  z-index: 1;
}
.b-products-grid-v2.l-column .b-product-grid_card-animated-content {
  cursor: pointer;
}
.b-products-grid-v2.l-column .b-product-grid_card-animated-content.description__open {
  background: linear-gradient(180deg, rgba(27, 38, 49, 0.9) 0%, rgba(27, 38, 49, 0.9) 100%);
  border-radius: 8px;
}
.b-products-grid-v2.l-column .b-product-grid_card-animated-content.description__open .b-product-grid_card-animated-content-description {
  animation: ShowFromBottom 0.2s ease-in;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-products-grid-v2.l-column .b-product-grid_card-animated-content.description__open .arrow-button {
  display: none !important;
}
.b-products-grid-v2.l-column .b-product-grid_card-animated-content.description__open .close-button {
  display: flex !important;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
}
.b-products-grid-v2.l-column .b-product-grid_card-animated-content.description__close {
  animation: ToBottom 0.2s ease-in;
  background: none;
}
.b-products-grid-v2.l-column .b-product-grid_card-animated-content-description {
  display: none;
}
.b-products-grid-v2.l-column .b-product-grid_card-animated-content .show-more {
  width: 100%;
  justify-content: center;
  display: flex;
  pointer-events: auto;
}
@media (min-width: 600px) {
  .b-products-grid-v2.l-animated .right-mask::before, .b-products-grid-v2.l-column .right-mask::before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    right: 0;
    top: 0;
    bottom: -1px;
    background: linear-gradient(90deg, rgba(27, 38, 49, 0) 50% 20%, #ffffff 100% 100%);
    z-index: 4;
    pointer-events: none;
  }
}
.b-products-grid-v2.l-animated .b-product-grid, .b-products-grid-v2.l-column .b-product-grid {
  display: contents;
}
@media (min-width: 600px) {
  .b-products-grid-v2.l-animated .b-product-grid .arrows-container, .b-products-grid-v2.l-column .b-product-grid .arrows-container {
    padding-top: 8px;
    margin-top: 16px;
  }
  .b-products-grid-v2.l-animated .b-product-grid .arrows-container.justify-end > .swiper-pagination-container, .b-products-grid-v2.l-column .b-product-grid .arrows-container.justify-end > .swiper-pagination-container {
    display: none;
  }
}
.b-products-grid-v2.l-animated .b-product-grid .arrows-container > .swiper-pagination-container, .b-products-grid-v2.l-column .b-product-grid .arrows-container > .swiper-pagination-container {
  width: 100px;
}
@media (max-width: 600px) {
  .b-products-grid-v2.l-animated .b-product-grid .arrows-container > .swiper-pagination-container, .b-products-grid-v2.l-column .b-product-grid .arrows-container > .swiper-pagination-container {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 600px) {
  .b-products-grid-v2.l-animated .b-product-grid .arrows-container, .b-products-grid-v2.l-column .b-product-grid .arrows-container {
    display: flex !important;
  }
  .b-products-grid-v2.l-animated .b-product-grid .arrows-container.align-left-bullets, .b-products-grid-v2.l-column .b-product-grid .arrows-container.align-left-bullets {
    width: 814px;
  }
}
.b-products-grid-v2.l-animated .b-product-grid .arrows-container > .c-carousel > .c-icon > svg, .b-products-grid-v2.l-column .b-product-grid .arrows-container > .c-carousel > .c-icon > svg {
  filter: brightness(0);
}
.b-products-grid-v2.l-animated .b-product-grid_filter:not(.swiper-initialized) > div, .b-products-grid-v2.l-column .b-product-grid_filter:not(.swiper-initialized) > div {
  gap: 16px;
}
@media (min-width: 600px) {
  .b-products-grid-v2.l-animated .b-product-grid_filter .swiper-wrapper, .b-products-grid-v2.l-column .b-product-grid_filter .swiper-wrapper {
    justify-content: center;
    margin-bottom: 32px;
  }
}
.b-products-grid-v2.l-animated .b-product-grid_filter .swiper-slide, .b-products-grid-v2.l-column .b-product-grid_filter .swiper-slide {
  flex-shrink: 0;
}
.b-products-grid-v2.l-animated .b-product-grid_row, .b-products-grid-v2.l-column .b-product-grid_row {
  overflow: hidden;
}
@media (min-width: 600px) {
  .b-products-grid-v2.l-animated .b-product-grid_row .swiper-wrapper, .b-products-grid-v2.l-column .b-product-grid_row .swiper-wrapper {
    height: auto;
    margin-top: 0 !important;
  }
}
@media (min-width: 600px) {
  .b-products-grid-v2.l-animated .b-product-grid_row .swiper-slide, .b-products-grid-v2.l-column .b-product-grid_row .swiper-slide {
    flex: 0 0 auto;
    margin-right: 24px;
    width: calc((100% - 72px) / 4);
  }
}
.b-products-grid-v2.l-animated .b-product-grid_row[data-align-left=true], .b-products-grid-v2.l-column .b-product-grid_row[data-align-left=true] {
  overflow: hidden;
  margin-top: 0;
}
@media (min-width: 600px) {
  .b-products-grid-v2.l-animated .b-product-grid_row[data-align-left=true], .b-products-grid-v2.l-column .b-product-grid_row[data-align-left=true] {
    max-width: 809px;
    width: 100%;
  }
}
.b-products-grid-v2.l-animated .b-product-grid_row[data-align-left=true] .swiper-slide, .b-products-grid-v2.l-column .b-product-grid_row[data-align-left=true] .swiper-slide {
  flex: 0 0 auto;
  margin-right: 24px;
  width: calc((100% - 4.3176px) / 1.1799);
}
@media (min-width: 600px) {
  .b-products-grid-v2.l-animated .b-product-grid_row[data-align-left=true] .swiper-slide, .b-products-grid-v2.l-column .b-product-grid_row[data-align-left=true] .swiper-slide {
    flex: 0 0 auto;
    margin-right: 24px;
    width: calc((100% - 40.08px) / 2.67);
  }
}
.b-products-grid-v2.l-animated .b-product-grid__heading.aligment, .b-products-grid-v2.l-column .b-product-grid__heading.aligment {
  max-width: 391px;
  width: 100%;
  margin-right: 24px;
}
.b-products-grid-v2.l-animated .b-product-grid_card, .b-products-grid-v2.l-column .b-product-grid_card {
  margin: 0;
}
.b-products-grid-v2.l-animated .b-product-grid_card-animated-content, .b-products-grid-v2.l-column .b-product-grid_card-animated-content {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  bottom: 0;
  border-radius: 16px;
  padding: 16px;
  color: #ffffff;
  overflow: hidden;
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
}
.b-products-grid-v2.l-animated .b-product-grid_card-animated-content > .small-title, .b-products-grid-v2.l-column .b-product-grid_card-animated-content > .small-title {
  font-size: 20px;
}
.b-products-grid-v2.l-animated .b-product-grid_card-animated-content > .big-title, .b-products-grid-v2.l-column .b-product-grid_card-animated-content > .big-title {
  font-size: 36px;
  line-height: 40px;
}
.b-products-grid-v2.l-animated .b-product-grid_card-animated-image, .b-products-grid-v2.l-column .b-product-grid_card-animated-image {
  min-width: 200px;
  height: 100%;
  background-color: var(--aprende--secondary-200);
  border-radius: 8px;
  padding: 0;
}
.b-products-grid-v2.l-animated .b-product-grid_card-animated-image::before, .b-products-grid-v2.l-column .b-product-grid_card-animated-image::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: -2px;
  background: linear-gradient(180deg, rgba(27, 38, 49, 0) 15.1%, var(--aprende--secondary-700) 80.73%);
  z-index: 1;
}
.b-products-grid-v2.l-animated .container-button, .b-products-grid-v2.l-column .container-button {
  width: 100%;
}
@media (min-width: 600px) {
  .b-products-grid-v2.l-animated .container-button, .b-products-grid-v2.l-column .container-button {
    margin-top: 24px;
  }
}
@media (min-width: 600px) {
  .b-products-grid-v2.l-animated .container-button.center, .b-products-grid-v2.l-column .container-button.center {
    justify-content: center;
  }
}
.b-products-grid-v2.l-animated .title, .b-products-grid-v2.l-column .title {
  margin-bottom: 16px;
}
@media (min-width: 600px) {
  .b-products-grid-v2 {
    padding: 60px 0;
  }
  .b-products-grid-v2 [data-has-more-than-four=true] .swiper-button-next,
  .b-products-grid-v2 [data-has-more-than-four=true] .swiper-button-prev {
    display: flex !important;
  }
  .b-products-grid-v2 [data-has-more-than-four=false] .swiper-pagination-container {
    display: none;
  }
  .b-products-grid-v2 .container {
    max-width: 1366px;
  }
  .b-products-grid-v2 .b-product-grid__heading {
    margin-bottom: 24px;
  }
  .b-products-grid-v2 .b-product-grid__heading.aligment {
    margin-top: 0;
    margin-bottom: 0;
  }
  .b-products-grid-v2 .b-product-grid_row {
    flex-wrap: wrap;
  }
  .b-products-grid-v2 .b-product-grid_card {
    margin: 0 0 24px 0;
  }
  .b-products-grid-v2.l-animated .b-product-grid_row, .b-products-grid-v2.l-column .b-product-grid_row {
    overflow: hidden;
    position: relative;
  }
  .b-products-grid-v2.l-animated .b-product-grid__heading:not(.aligment), .b-products-grid-v2.l-column .b-product-grid__heading:not(.aligment) {
    text-align: center;
  }
  .b-products-grid-v2.l-animated .container, .b-products-grid-v2.l-column .container {
    padding: 0 71px;
  }
  .b-products-grid-v2.l-animated .title, .b-products-grid-v2.l-column .title {
    margin-bottom: 24px;
  }
  .b-products-grid-v2.l-column .b-product-grid .c-image {
    height: 432px;
  }
  .b-products-grid-v2.l-column .b-product-grid_row .swiper-slide {
    flex: 0 0 auto;
    margin-right: 24px;
    width: calc((100% - 72px) / 4);
  }
  .b-products-grid-v2.l-column .right-mask::before {
    height: 432px;
    width: 80px !important;
  }
  .b-products-grid-v2.l-animated .b-product-grid .c-image {
    height: 392px;
  }
  .b-products-grid-v2.l-animated .b-product-grid_row .swiper-slide {
    flex: 0 0 auto;
    margin-right: 24px;
    width: calc((100% - 72px) / 4);
  }
  .b-products-grid-v2.l-animated .right-mask::before {
    height: 393px;
  }
  .b-products-grid-v2.l-animated .left-mask::before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 393px;
    left: 0;
    top: 0;
    bottom: -1px;
    background: linear-gradient(270deg, rgba(27, 38, 49, 0) 50% 20%, #ffffff 100% 100%);
    z-index: 4;
    pointer-events: none;
  }
}
@media (max-width: 600px) {
  .b-products-grid-v2 .c-image {
    height: 392px;
  }
  .b-products-grid-v2 .container {
    padding: 0 0 0 16px;
  }
  .b-products-grid-v2 .b-product-grid__heading {
    padding-left: 0;
    padding-right: 0;
  }
  .b-products-grid-v2 .b-product-grid .b-product-grid .swiper-slide {
    margin: 0 0 12px 0;
  }
  .b-products-grid-v2 .b-product-grid .b-product-grid .swiper-slide.ht-auto {
    height: auto;
  }
  .b-products-grid-v2 .b-product-grid .b-product-grid_card {
    height: 100%;
  }
  .b-products-grid-v2.l-animated .is-active-mobile .gif {
    display: block;
  }
  .b-products-grid-v2.l-animated .is-active-mobile .fix-img {
    display: none;
  }
  .b-products-grid-v2.l-column .b-product-grid .c-image {
    height: 432px;
  }
}

/*# sourceMappingURL=products-grid.css.map*/