#planesMoviles .row_planes-moviles {
    width: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 328px);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    justify-items: center;
}

.cards__planesMoviles {
    width: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 328px);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    justify-items: center;
}

.card__planesMoviles5G {
    min-width: 328px;
    max-width: 328px;
    /* margin-top: 25px; */
    position: relative;
    text-align: center;
}

.card__planesMoviles5G-header {
    align-items: center;
    border-radius: 12px 12px 0 0;
    /* position: absolute; */
    min-width: 328px;
    max-width: 328px;
    /* top: -44px; */
    padding: 12px 4px;
    background: rgb(39, 0, 70);
}

.card__planesMoviles5G-header.card__planesMoviles5G-header-none {
    visibility: hidden;
}

.card__planesMoviles5G-header p {
    font-family: 'Cera Bold';
    /* font-style: italic; */
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.card__planesMoviles5G-header__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.card__planesMoviles5G-header__container img {
    height: 20px;
    width: auto;
}

/* .card__planesMoviles5G-header__container img:first-child{
    height: 16px;
    width: auto;
}
.card__planesMoviles5G-header__container img:nth-child(2){
    height: 22px;
    width: auto;
} */
.card__planesMoviles5G-body.card__planesMoviles5G-body__morado {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.card__planesMoviles5G-body {
    background: #fff;
    border-radius: 0;
    border: 1px solid #c9cfd7;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(14, 20, 29, .15);
    min-height: 207px;
}

.card__planesMoviles5G-body__textContainer {
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    justify-content: space-between;
}

.card__planesMoviles5G-body__mes,
.card__planesMoviles5G-body__textContainer .card__planesMoviles5G-body__plan {
    font-family: 'Cera Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: flex-end;
    color: #494c66;
}

.card__planesMoviles5G-body__gigasPrice {
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}

.card__planesMoviles5G-body__gigasPrice .card__planesMoviles5G-body__gigas {
    font-family: 'Cera Medium';
    font-style: normal;
    font-size: 24px;
    line-height: 26px;
    color: #0e141d;
}

/* .card__planesMoviles5G-body__gigasPrice .PlanItem-module--portabilityOfferPrice--3yMUi,  */
.card__planesMoviles5G-body__gigasPrice .card__planesMoviles5G-body__price {
    font-family: 'Cera Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    display: flex;
    align-items: flex-end;
    text-align: right;
    color: #e92070;
}

.card__planesMoviles5G-body__mesesLuego {
    text-align: right;
    padding-left: 16px;
    padding-right: 16px;
    font-family: 'Cera Light';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #494c66;
    left: 186px;
}

.card__ctaPlanes {
    padding: 12px;
    width: 90%;
    background-color: var(--color-rosa);
    color: white;
    border-style: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Gotham-Medium';
}

.btn_contratar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.card__ctaPlanes:hover {
    background-color: #8C004C;
    color: white;
    text-decoration: none !important;
}

.accordion__CardPlanes {
    padding: 0;
}

.accordion__CardPlanes h2 {
    text-align: center;
}

.accordion__CardPlanes .btn-link {
    color: #3E405B;
    text-decoration: none;
}

.desplegable-titulo {
    font-size: 13px;
    font-family: 'Gotham-Bold';
    color: #3E405B;
}

.desplegable-subtitulo {
    font-size: 13px;
    font-family: 'Gotham-Medium';
    color: #3e405b7d;
}

.accordion__CardPlanes .t-p {
    padding: 20px 0 10px 5px;
}

.line-height-1 {
    line-height: 1;
}

.accordion__CardPlanes.div-desplegable {
    background-color: #ECEDF1;
    color: #3E405B;
    font-family: 'Gotham-Medium';
    text-align: center;
    width: 87%;
    border-radius: 8px;
    padding: 0 9px;
    margin: 10px auto;
}

.redes-desplegable {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    /* margin-left: 1%; */
    margin-top: 5px;
}

.redes-desplegable img {
    margin-right: 4%;
}

.redes-desplegable .whatsapp {
    margin-right: 4%;
    width: 14px;
}

.redes-desplegable .maps {
    width: 11px;
}

.redes-desplegable .gmail {
    width: 12px;
}

.redes-desplegable .uber {
    width: 25px;
}

.redes-desplegable .giga {
    width: 50px;
}

.ofertas__container {
    position: relative;
    width: 328px;
    height: 174px;
    margin-top: 18px;
}

.ofertas__container .ofertas__container-header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ofertas__container .ofertas__container-header .ofertas__container-header__arrow {
    width: 25px;
    height: 25px;
    transform: rotate(45deg) skew(-15deg, -15deg);
    background-color: #fff;
    border-left: 1px solid #c9cfd7;
    border-top: 1px solid #c9cfd7;
}

.ofertas__container .ofertas__container-body {
    height: 164px;
    width: 328px;
    border-radius: 8px;
    border: 1px solid #c9cfd7;
    box-shadow: 0 5px 10px rgba(14, 20, 29, .15);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
}

.ofertas__container .ofertas__container-body .ofertas__container-body__title {
    color: #494c66;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.ofertas__container .ofertas__container-body__priceContainer {
    font-weight: 700;
    font-size: 28px;
    line-height: 18px;
    display: flex;
}

.ofertas__container .ofertas__container-body__priceContainer .ofertas__container-body__price {
    color: #e92070;
}

.ofertas__container .ofertas__container-body__priceContainer .ofertas__container-body__price-small {
    font-size: 12px;
    font-weight: 400;
    color: #4d008c;
}

.ofertas__container .ofertas__container-body__meses {
    color: #494c66;
    font-size: 12px;
}

.ofertas__container .ofertas__container-body__meses .meses_destacado {
    color: #4d008c;
    font-weight: bold;
    font-size: 16px;
}

.ofertas__container .btn-planes {
    padding: 12px;
    width: 100%;
    border: 1px solid #4d008c;
    color: #4d008c;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Gotham-Medium';
}

.ofertas__container .btn-planes:hover {
    color: white;
    background-color: #4d008c;
}

@media(max-width:767px) {
    .accordion__CardPlanes .btn-link {
        display: inline-block;
    }

    .card__planesMoviles5G-header.card__planesMoviles5G-header-none {
        visibility: visible;
        display: none;
    }

    .card__planesMoviles5G {
        margin-bottom: 25px;
    }

    .card__planesMoviles5G.top {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

.oferta__megas {
    width: 100%;
}

.accordion__CardPlanes .btn-link {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.card__header-promo {
    border-radius: 12px 12px 12px 0px;
    padding: 5px 10px;
    background: #e92070;
    color: #ffff;
    font-family: 'Cera Bold';
    /* font-style: italic; */
    /* font-weight: 600; */
    font-size: 12px;
    display: block;
    width: max-content;
    margin: 0;
    position: absolute;
    top: -20px;
}

.desplegable-subtitulo-min {
    font-size: 10px;
    font-family: 'Cera Light';
    font-weight: 600;
    color: #3e405b7d;
    width: auto;
}