.selector-plan--carousel {
  position: relative;
  padding: 0 2em !important;
}

.selector-plans .slick-next {
  left: 51% !important;
}

.selector-plans .slick-arrow,
.selector-plans .slick-arrow:focus,
.selector-plans .slick-arrow:focus-visible,
.selector-plans .slick-arrow:hover,
.selector-plans .slick-arrow:active {
  position: absolute;
  bottom: -35px;
  cursor: pointer;
  border: none;
  left: 47%;
  padding: 0px 15px 0px 8px !important;
  z-index: 999999;
}

.card-plan-info {
  background-color: #f3f3ed;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  height: 100%;
  display: flex;
  justify-content: center;
}

.card-plan-info--title {
  min-height: 60px;
  font-size: 1.25em;
  font-weight: 900;
  padding: 0 7%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-plan-info--img {
  position: relative;
  z-index: 1;
  padding: 1rem 0 0 0;
  display: flex;
  justify-content: center;
}

.card-plan-info--img img {
  height: 116px;
  object-fit: cover;
}

.card-plan-info--img::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 3%;
  width: 100px;
  height: 100px;
  background: var(--color-secondary);
  transform: skew(-15deg);
  z-index: -1;
}

.card-plan-info .card-plan-info--footer .slick-center a {
  margin-top: 0rem;
}

.selector-plans .logo-plan {
  margin: 10% auto 0px !important;
  display: block;
  width: 60%;
  height: auto;
}

.selector-plans .selector-plans-title {
  margin-bottom: 2em;
}

.plan-de-ahorro-container .selector-plans .section-title:after {
  width: 8%;
}

.card-plan-info--footer .btn-planes {
  width: 180px !important;
}

/*---------------------------------
# 5. Responsive
-----------------------------------*/
@media (min-width: 1681px) {
  .home .selector-plans .slick-prev {
    left: 48% !important;
  }
}

@media (max-width: 768px) {
  .selector-plan--carousel {
    padding-bottom: 3em !important;
  }
  .selector-plans .section-title {
    padding: 0 !important;
  }
  .selector-plans .section-title span {
    display: block;
  }
  .selector-plans .section-title {
    background: none !important;
  }
  .selector-plan--carousel {
    padding: 0 2em !important;
  }
  .selector-plans .logo-plan {
    margin: 7% auto 10% !important;
    width: 70% !important;
  }
  .selector-plans .slick-arrow,
  .selector-plans .slick-arrow:focus,
  .selector-plans .slick-arrow:focus-visible,
  .selector-plans .slick-arrow:hover,
  .selector-plans .slick-arrow:active {
    left: 39%;
  }
  .selector-plans .section-title :after {
    left: 50%;
    width: 60%;
  }
  .selector-plans .selector-plans-title {
    margin-bottom: 0.5em;
  }
  .card-plan-info--title {
    font-size: 1.4em;
    line-height: 100%;
    padding: 0 10%;
  }
  .card-plan-info--precio {
    font-size: 1.4em;
    font-weight: 700;
  }
  .card-plan-info--precio b {
    font-weight: 400;
  }
  .card-plan-info--content {
    width: 90%;
  }
  .btn-planes {
    width: 75% !important;
    margin: 0 auto !important;
  }
  .card-plan-info--img img {
    height: 150px;
    /* object-fit: cover !important; */
    width: auto !important;
  }
  .card-plan-info {
    padding: 1rem 0 1.8em !important;
  }
  .selector-plans .slick-arrow,
  .selector-plans .slick-arrow:focus,
  .selector-plans .slick-arrow:focus-visible,
  .selector-plans .slick-arrow:hover,
  .selector-plans .slick-arrow:active {
    bottom: -25px;
  }
}
