.plan_content-prepago {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin: 20px 0;
}
.plan-prepago {
  width: 94%;
  margin: auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  padding-bottom: 20px;
}
.plan-prepago.destacado {
  border: 2px solid var(--green);
}
.plan-prepago .featured-title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  background: var(--green);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 5px;
}
.plan-prepago_header {
  background-color: var(--darkBlue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  text-align: center;
  gap: 12px;
  position: relative;
}
.prepago-header_item.border {
  padding-right: 12px;
  border-right: 1px solid var(--white);
}
.prepago-header_item p {
  font-size: 26px;
  line-height: normal;
}
.prepago-header_item small {
  font-size: 12px;
}
.prepago-header_text-promo {
  position: absolute;
  background-color: var(--blue);
  color: var(--white);
  bottom: -12px;
  font-size: 14px;
  padding: 0 8px;
  border-radius: 4px;
}
.prepago-header_text-promo span {
  margin-right: 4px;
}
.buttons_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.plan-prepago .buttons-prepago {
  display: block;
  background-color: #5cb615;
  color: var(--white);
  width: 90%;
  text-align: center;
  margin: auto;
  padding: 8px;
  border-radius: 24px;
  font-weight: bold;
}
/* ------------- BENEFICIOS ------------- */
.content-beneficios {
  display: none;
}
.container-benefits-prepago {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.container-benefits-prepago h2 {
  color: #0b2838;
  font-size: clamp(1.2rem, 5vw, 1.6rem);
  font-family: var(--f3);
  font-weight: 300;
  text-align: center;
  line-height: normal;
}
.benefits-prepago {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  width: 100%;
  gap: 14px;
}
.benefits-prepago-items {
  background-color: var(--white);
  border-radius: 10px;
  min-width: 134px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 0.28rem;
  font-size: clamp(12px, 3vw, 15px);
  line-height: normal;
  border: 1px solid #dbdbdb;
}
.c-plan-f__benef.prepago {
  display: none;
}
.benef_intro,
.c-plan-f__benef {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 10px 10px;
}
.benef_intro-items,
.benef-items {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  gap: 2px;
  font-size: 13px;
}
.benef_intro-items.row {
  flex-direction: row;
  gap: 8px;
}
.c-plan-f__benef {
  padding: 20px 20px 0;
}
.benef-items {
  flex-direction: row;
  gap: 8px;
  line-height: normal;
  padding: 10px;
  width: 100%;
  font-size: 12px;
  justify-content: flex-start;
  margin-bottom: 10px;
  color: #737578;
}
.benef-items.sin-bg-gray {
  background-color: var(--white);
  border-bottom: 1px solid #eeeeee;
}
.benef-items.sin-bg-gray b {
  color: #313235;
}
.benef-items span {
  color: var(--blue);
  font-weight: bold;
  font-size: 1rem;
  font-family: var(--f4);
}
.content-btn-more{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 20px 0 0; 
}
.js-more-plan.prepago{
  color: var(--blue);
  text-decoration: underline;
  font-weight: bold;
  font-size: 13px;
}
.content-btn-more .icn-after-chevron-down-regular{
  line-height: 0;
}
.js-more-plan + .icn-after-chevron-down-regular::after{
  color: var(--blue);
}
.js-more-plan.active + .icn-after-chevron-down-regular::after{
  transform: rotate(180deg);
  display: inline-block;
  vertical-align: middle;
}

.c-phone__textUp p {
    text-align: center;
    margin-top: 14px;
    font-size: clamp(16px, 2.5vw, 20px);
}

.c-phone__textUp p a {
    color: var(--blue);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
@media screen and (min-width: 768px) {
  .plan_content-prepago {
    flex-direction: row;
  }
  .plan-prepago {
    max-width: 294px;
    margin: inherit;
    padding-bottom: 20px;
  }

  .c-phone__textUp.prepago p {
    font-size: 22px;
    display: block;
  }
  .benefits-prepago {
    justify-content: center;
  }
  .benefits-prepago-items {
    width: 194px;
    height: 112px;
  }
}
