.c-box-plans {
  display: none;
  overflow-x: hidden;
}

.c-box-plans.active {
  display: block;
}

.c-card-plans {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 1rem 1.2rem 2rem;
  width: 96%;
  max-width: 1150px;
  margin: 1rem auto;
}

.c-card-plans.slick-initialized {
  display: block;
}

.c-card-plans:not(.slick-initialized) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #f5f5f5 #f5f5f5;
  scroll-behavior: auto;
}

@media (pointer: coarse) {
  .c-card-plans {
    scroll-snap-type: x mandatory;
  }
}

.c-card-plans::-webkit-scrollbar {
  height: 2px;
}

.c-card-plans::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.c-card-plans::-webkit-scrollbar-thumb {
  background: #f5f5f5;
  border-radius: 4px;
}

.c-card-plans::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
}

.card-plan {
  position: relative;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  min-width: 80vw;
  max-width: 250px;
  display: flex !important;
  flex-direction: column;
  scroll-snap-align: center;
  transition: transform 0.3s ease;
  margin: 0 auto .9rem;
}

.card-plan__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  padding: .4rem;
  font-size: 0.75rem;
  line-height: normal;
  border-radius: 8px 8px 0 0;
  color: var(--blue);

}

.card-plan__body {
  padding: 16px 16px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Title */
.card-plan__title {
  font-size: 1.5rem;
  line-height: normal;
  color: var(--darkBlue);
  margin: .5rem 0;
}

.card-plan__subtitle {
  color: #86888C;
  font-size: 0.8rem;
  line-height: normal;
}

/* Price Section */
.card-plan__price-box {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -4px;
}

.card-plan__price {
  color: var(--blue2);
  font-size: 1.9rem;
  text-align: center;
  line-height: normal;
}

.card-plan__price-note {
  font-size: 0.78rem;
  line-height: normal;
  color: #50535a;
  margin-top: 4px;
}

/* Actions/Buttons */
.card-plan__actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-plan__button {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 0.9rem;
}

.card-plan__button--primary {
  background-color: var(--orange);
  color: var(--darkBlue);
  border: none;
}

.card-plan__button--primary:hover {
  background-color: rgb(from var(--orange) r g b / 0.7);
}

.card-plan__button--outline {
  background-color: transparent;
  color: var(--orange);
  border: 1px solid var(--orange);
}

.card-plan__button--wapp {
  background-color: transparent;
  color: var(--green);
}

.card-plan__button--wapp i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  font-size: 120%;
}

.card-plan__button--outline:hover {
  background-color: #fff4e6;
}

.card-plan__button--link {
  color: var(--blue);
  text-decoration: underline;
  background: none;
  border: none;
  font-size: 0.9rem;
}

/* callback */
.card-plan__callback .callback-sencillo {
  min-height: auto;
  margin: 0;
}

.card-plan__callback .curtain span {
  font-family: var(--f4) !important;
}

.card-plan__callback .icon-phone {
  display: none !important;
  opacity: 0;
  font-size: 1px;
}

.card-plan__callback .curtain {
  border: 1px solid var(--orange) !important;
  background-color: var(--white) !important;
  color: var(--orange) !important;
}


/* CSS extra benefit  */
.card-plan__extras {
  width: 100%;
  margin-top: 16px;
}

.cp-extra-tooltip {
  display: none;
  margin: 10px auto;
  background-color: #e1efff;
  border: 1px solid var(--blue);
  padding: 8px;
  font-size: 12px;
  line-height: normal;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.cp-extra-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
  padding: 12px 8px;
  min-height: 81px;
  margin: .8rem 0 0;
}

.cp-extra-item-mss {
  padding: .5rem 1rem;
  border-radius: 8px;
}

.cp-item--2col {
  flex-direction: row;
  min-height: auto;
}

.cp-item--2col .cp-extra-item__text {
  width: 83%;
  font-size: .72rem;
}

.cp-extra-item__text {
  font-size: .65rem;
  line-height: normal;
}

.cp-extra-item__message {
  font-size: .8rem;
}

/* config slider */

.c-card-plans .slick-disabled::before {
  opacity: 0.3;
  color: var(--gray) !important;
  cursor: no-drop;
}

.c-card-plans .slick-arrow {
  background-color: var(--white);
  border-radius: 50%;
  text-align: center;
  width: 28px;
  height: 28px;
  z-index: 50;
  box-shadow: 0 2px 4px rgb(0 0 0 / 40%);
}

.c-card-plans .slick-arrow::before {
  display: block;
  font-family: "new-ico-logos-movistar", Arial, Helvetica, sans-serif !important;
  content: "\ea0a";
  color: var(--blue);
  font-size: 12px;
}

.c-card-plans .slick-arrow:not(.slick-disabled):hover {
  box-shadow: 0 3px 13px rgb(0 0 0 / 40%);
}

.c-card-plans .slick-prev {
  left: auto;
  right: -8px;
  top: 50%;
  transform: translateY(70%);
}

.c-card-plans .slick-prev::before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.c-card-plans .slick-next {
  top: 50%;
  right: -8px;
  transform: translateY(-70%);
}

.c-card-plans .slick-next::before {
  transform: rotate(-90deg);
}



/* MEDIA queries */

@media screen and (min-width: 768px) {
  .c-card-plans {
    min-height: 300px;
  }

  .card-plan {
    min-width: 240px;
    max-width: 250px;
  }
}

@media screen and (min-width: 1060px) {
  .c-card-plans {
    justify-content: center;
    min-height: 250px;
  }
}




/* TEXT CSS benef */
.c-secauto-plans__title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 5.4vw;
  font-weight: 400;
  color: #50535a;
}

@media screen and (min-width: 500px) {
  .c-secauto-plans__title {
    font-size: 1.6rem;
  }
}