.lpMobiE .ct.ct_v_t.ct_h_sb.offer_container{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    row-gap: 60px;
}

.wp.offer .offer_container .title.mb_40{
    margin-bottom:40px;
}

#tlf {
    padding-left: 45px !important;
}

.swsTlf .iti{
    width: 100%;
}

.swsTlf .iti .iti__country-container{
    right: 0;
    left: unset !important;
}

.offer_comparison {
    margin-top: 40px;
}
.comparison_cell {
    padding: 13px 15px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
    margin-bottom: 15px;
}

.offer_comparison_desktop .ct_m_20 > .it {
    padding: 0px 10px;
}
.heading_4.mobiEGreen.tac {
    padding: 125px 0 40px 0;
}
.comparison_cell.label_cell {
    border: 2px dashed #000;
    background-color: #F4F8F8;
}
.comparison_cell.header_cell {
    min-height: auto;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}
.comparison_cell.base_header {
    border: 2px dashed #000;
    background-color: #020202;
    text-align: center;
}
.comparison_cell.tudo_header {
    border: 2px dashed #000000;
    background-color: #fff;
    text-align: center;
}
.comparison_cell.base_cell {
    background-color: #e6dcff;
    border: 2px solid #e6dcff;
}

.comparison_cell.tudo_cell {
    background-color: #d2ffeb;
    border: 3px solid #d2ffeb;
}
.comparison_cell.resumo_label {
    background-color: #FFF2EF;
    border: 2px dashed #FF9D85;
    color: #FF6A4D;
}
.comparison_cell.resumo_base {
    background-color: #cfbdff;
    border: 3px solid #cfbdff;
    color: #000;
}
.comparison_cell.resumo_tudo {
    background-color: #40DAA3;
    border: 2px solid #40DAA3;
}

.comparison_cell.resumo_tudo .oferta_tag{
 opacity: 0;
}
.ct.body_xs.label_client {
    font-size: 16px;
}
.price_row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px;
}
.price_big {
    font-size: 20px;
    font-weight: 800;
}
.oferta_tag {
    background: rgb(243 239 255);
    padding: 4px 8px;
    border-radius: 6px;
    margin-top: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.comparison_cell.resumo_tudo .it.ct.white, .comparison_cell.resumo_base .it.ct.white{
    border-left: 1px solid white;
}

.comparison_cell.resumo_tudo .it.ct{
    flex-direction: column;
}

.comparison_cell.header_cell.base_header{
    background-color: #e6dcff;

}
.comparison_cell.header_cell.tudo_header{
    background-color: #D2FFEB;
}

.grey { color: #777; }

.offer_comparison_mobile{
    display: none;
}

.offer_comparison_desktop .body_xs, .offer_comparison_mobile .body_xs{
    font-size: 18px;
}

.comparison_cell.tudo_cell .oferta_tag{
    background-color: #d2ffeb;
}

@media only screen and (max-width: 1024px) {
    .offer_comparison_desktop{
        display: none;
    }

    .offer_comparison_mobile{
        display: flex;
    }
    .offer_comparison_mobile .ct{
        justify-content: space-between;
    }

    .offer_comparison_mobile .ct .header_cell{
        border-radius: 12px 12px 0px 0px;
        border-color: #000;
        border-width: 2px;
    }

    .comparison_cell.header_cell.tudo_header{
        opacity: 0.5;
    }

    .container_base{
        padding:25px;
        border-radius: 0px 0px 12px 12px;
    }

    .comparison_cell{
        margin-bottom: 0;
    }

    .border_line_bottom{
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(255,255,255);
    }

    .base_header.bg_strong, .base_cell_resume.bg_strong{
        background-color: #CFBDFF !important;
        border-color:#CFBDFF !important;
    }
    .tudo_header.bg_strong, .tudo_cell.bg_strong{
        background-color: #40DAA3 !important;
        border-color:#40DAA3 !important;
    }

    .title_tarifario{
        padding:10px 0 35px 0;
    }

    .offer .offer_container > .info {
        width: 80%;	
    }

    .offer_comparison_mobile .ct.body_s .w20,.offer_comparison_mobile .ct.body_s .w25{
        width: 15%;
    }
    .offer_comparison_mobile .ct.body_s .w80,.offer_comparison_mobile .ct.body_s .w75{
        width: 85%;
    }

    .offer_comparison_mobile .ct .header_cell{
        width: 48%;
    }

    .offer_comparison_mobile .ct{
        width: 100%;
    }

    .offer_container .w50{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .offer_comparison .ct_d3 > .it {
        width: 100%;
    }
    .comparison_cell.header_cell.label_cell_header {
        display: none;
    }

    .offer .offer_container > .info {
        width: 100%;	
    }

    .title_tarifario{
        font-size:28px;
    }
}

@media only screen and (max-width: 430px) {
    .title_tarifario {
        font-size: 19px;
    }

    .heading_4.mobiEGreen.tac{
        padding:75px 0 20px 0;
    }

    .oferta_tag{
        padding: 10px 12px;
    }
    .comparison_cell.header_cell {
        font-size: 14px;
    }

    .price_big{
        font-size: 16px;
        font-weight: 800;
    }

    .offer_comparison_mobile .ct.body_s .w20,.offer_comparison_mobile .ct.body_s .w25{
        width: 30%;
    }
    .offer_comparison_mobile .ct.body_s .w80,.offer_comparison_mobile .ct.body_s .w75{
        width: 70%;
    }
}

@media only screen and (max-width: 375px) {
    .tudo_header.bg_strong, .tudo_cell.bg_strong {
        font-size: 14;
    }

    .offer_comparison_mobile .title_tarifario{
        font-size: 15px;
    }
}