/* CONTENT PLANS */
.c-plans-box {
    width: 90%;
    display: none;
    margin: 30px auto 0;
    max-width: 1200px;
}

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

/* CSS plan  */

.c-plan {
    position: relative;
    display: block !important;
    width: 100%;
    max-width: 270px;
    min-width: 270px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    margin: 0 12px;
}

.c-plan--destaca {
    border-radius: 0 0 10px 10px;
}

.c-plan__destaca {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    padding: 8px 4px;
    color: var(--white);
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: normal;
    font-size: 13px;
}

.c-plan__head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 12px;
    gap: 4px;
    color: var(--white);
    min-height: 95px;
    border-radius: 10px 10px 0 0;
}

.c-plan--destaca .c-plan__head {
    border-radius: 0;
}

.c-plan__exclusive {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2px;
    color: var(--darkBlue);
    background: var(--white);
    font-size: 10px;
    border-radius: 10px 0 0 10px;
    padding: 4px;
}

.c-plan__exclusive p {
    line-height: normal;
}

.c-plan__iconExclusive {
    height: 17px;
    width: 17px;
    background-image: url(/pages/pymes/productos/productos-movil/box-plan/images/icon-discount-solid.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.c-plan__smalltitle {
    font-size: 18px;
    line-height: normal;
}

.c-plan__title {
    font-size: 24px;
    line-height: 32px;
    padding: 0 20px;
    text-align: center;
}

.c-plan__body {
    position: relative;
}

.c-plan__discount {
    position: relative;
    color: var(--white);
    padding: 4px 12px;
    line-height: normal;
    font-size: 13px;
    text-align: center;
    border-radius: 10px;
    width: max-content;
    margin: 0 auto;
}

.c-plan__discount::before,
.c-plan__discount::after {
    content: ' ';
    position: absolute;
    top: 50%;
    width: 20px;
    border-bottom: 1px solid #C9C9C999;
}

.c-plan__discount::before {
    left: 0;
    transform: translate(-100%, -50%);
}

.c-plan__discount::after {
    right: 0;
    transform: translate(100%, -50%);
}

.c-plan__boxprices {
    padding: 0 16px;
    margin: 8px 0 12px;
    text-align: center;
    color: #313235;
}

.c-plan__pricetext {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
    color: #313235;
    margin-bottom: 22px;
}

.box-fixed-info {
    background-color: #ECECEC;
    width: 100%;
    padding: 10px 10px;
    color: #313235;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.c-plan__pricetext span {
    font-weight: bold;
}

.tx-desde {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 7px;
}

.c-plan__prices {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #313235;
}

.c-plan__prices span {
    font-size: 36px;
    line-height: 34px;
    font-weight: 700;
    margin-right: 4px;
}

.c-plan__boxbtns {
    padding: 0 16px;
    width: 100%;
}

.c-plan__btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 4px;
    color: var(--white);
    border-radius: 30px;
}

.c-plan__benef {
    display: none;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
    padding: 0 16px;
    margin: 12px 0;
    color: #313235;
}

.c-plan__benef.active {
    display: block;
    max-height: 1000px;
}

.c-plan__itemBenef {
    display: grid;
    grid-template-columns: 30px 1fr;
    place-items: center;
    gap: 4px;
    padding: 12px 0;
    border-top: solid 1px #EEEEEE;
}

.c-plan__iconBenef {
    height: 17px;
    width: 17px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.c-plan__itemBenef p {
    justify-self: flex-start;
    font-size: 14px;
    line-height: normal;
}

.c-plan__btnmore {
    position: relative;
    display: block;
    width: 90%;
    padding: 12px;
    margin: 0 auto;
    padding-right: 25px;
    font-size: 12px;
    line-height: 16px;
    color: #019DF4;
    font-weight: 800;
}

.c-plan__btnmore::before {
    content: ' ';
    position: absolute;
    top: 30%;
    left: 90%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #019DF4;
    border-right: 1px solid #019DF4;
    transform: translateX(-50%) rotate(135deg);
    transition: all .3s ease-in-out;
}

.c-plan__btnmore.active::before {
    transform: translateX(-50%) rotate(-45deg);
    top: 47%;
}

.c-plan__fibraincluye,
.c-plan__fijaincluye {
    border-top: 1px solid #C9C9C999;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: normal;
}

.c-plan__fibraincluye img {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 12px;
}

.c-plan__fijaincluye {
    padding: 8px 0;
}

.c-plan__fijaincluye img {
    display: block;
    margin: 4px auto 2px;
}

/* iconos beneficios */
.--app {
    background-image: url(/pages/pymes/productos/productos-movil/box-plan/images/icon-like.svg);
}

.--gigas {
    background-image: url(/pages/pymes/productos/productos-movil/box-plan/images/icon-giga.svg);
}

.--plane {
    background-image: url(/pages/pymes/productos/productos-movil/box-plan/images/icon-plane.svg);
}

.--global {
    background-image: url(/pages/pymes/productos/productos-movil/box-plan/images/icon-world.svg);
}

.--largadista {
    background-image: url(/pages/pymes/productos/productos-movil/box-plan/images/icon-phoneGlobe.svg);
}

.--repetidor {
    background-image: url(/pages/pymes/productos/productos-movil/box-plan/images/icon-reptidor.svg);
}

.--smartwifi {
    background-image: url(/pages/pymes/productos/productos-movil/box-plan/images/icon-smart.svg);
}

.--secure {
    background-image: url(/pages/pymes/productos/productos-movil/box-plan/images/icon-secure.svg);
}

.--prioriza {
    background-image: url(/pages/pymes/productos/productos-movil/box-plan/images/icon-fibra.svg);
}

.--support {
    background-image: url(/pages/pymes/productos/productos-movil/box-plan/images/icon-support.svg);
}

/* config slider */
.slider-plans .slick-list.draggable {
    padding: 40px 0;
}

.slider-plans.--lesspadd .slick-list.draggable {
    padding: 8px 0;
}

.slider-plans .slick-dots {
    bottom: -4px;
}

.slider-plans .slick-disabled::before {
    opacity: 1;
}

.slider-plans .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.40);
    z-index: 99;
}

.slider-plans .slick-arrow::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--gray);
    border-right: 2px solid var(--gray);
}

.slider-plans .slick-prev::before {
    -moz-transform: scaleX(-1) translate(23%, -50%) rotate(45deg);
    -o-transform: scaleX(-1) translate(23%, -50%) rotate(45deg);
    -webkit-transform: scaleX(-1) translate(23%, -50%) rotate(45deg);
    transform: scaleX(-1) translate(23%, -50%) rotate(45deg);
}

.slider-plans .slick-next::before {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: translate(-60%, -50%) rotate(45deg);
}

/* Solo se conserva este @media Mobile First */
@media screen and (min-width: 580px) {
  .c-plan {
    margin: 0 auto;
  }
}
