/* ***** Promo Plans Pospago ***** */

.benefits-container.pospago {
    display: none;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1200px;
}

.benefit-item-promo {
    padding: 4px 8px 4px 16px;
    margin: 12px;
    min-width: 245px;
    min-height: 97px;
    display: grid !important;
    grid-template-columns: 18% 1fr;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: white;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
}

.--small-item {
    min-width: 200px;
}

.benefit-item-promo a {
    font-size: 9px;
}

.benefit-item-promo img {
    margin: 0 auto;
    width: 30px;
    height: auto;
}

.benefit-item-promo img.large {
    width: 40px;
    height: auto;
}

.benefit-item-promo__info .plus {
    width: 14px;
}

.benefit-item-promo.benefit-item-promo-center--netflix {
    grid-template-columns: 38% 50%;
    gap: 8px;
    text-align: center;
}

.benefit-item-promo.benefit-item-promo-center--netflix img {
    width: 60px;
    height: auto;
}

.btn-more-benefits {
    width: 230px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--darkBlue);
    flex-direction: row-reverse;
    border: none;
    margin: 14px auto 0px;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media only screen and (min-width: 768px) {

    .benefits-container.pospago {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .benefit-item-promo {
        font-size: 13px;
    }

    .benefit-item-promo a {
        font-size: 12px;
    }


}

@media only screen and (min-width: 1200px) {
    .benefits-container {
        flex-wrap: nowrap;
    }
}

.c-secauto-plans__title {
    display: none;
    text-align: center;
    margin-bottom: 8px;
    font-size: 5.4vw;
    font-weight: 400;
    color: #50535a;
}

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

.title-tab-pospago {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #0B2739;
    line-height: 45px;
    margin-top: 60px;
}
.subtitle-tab-pospago {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #0B2739;
    line-height: 30px;
    margin-bottom: 40px;
}

.subtitle-tab-pospago.m-witdh{
    margin: 0 auto 1rem;
    max-width: 800px;
}
.br-mob-none{
    display: none;
}
@media screen and (min-width:500px) {
    .br-mob-none{
        display: block;
    }
}