.container_vantagens .op_b_icon svg,.container_vantagens .op_b_icon img {
    width: 75px;
    height: unset !important;
    margin: unset;
    right: 0;
}

.lb_img_mobile {
    display: none !important;
}

.quadBannerTopo .heading_4{
    line-height: 1.2;
}

.site.lpMobiE .main_banner{
    padding:125px 0px;
}

.mobiEBgRoxo{
    background-color: #e8d7ff;
}

.mobiEBgRoxo .heading_4, .mobiEBgRoxo .body {
    color: #670ef9;
}

.div_atencao{
    font-size: 12px !important;
    line-height: 1.35;
    margin-top: 15px;
    overflow-wrap: anywhere;
}

.swiper-button-next.testimonials_next{
    right: 150px;
}

.swiper-button-prev.testimonials_prev{
    left: 150px;
}

.swiper-button-prev.testimonials_prev span, .swiper-button-next.testimonials_next span{
    padding-bottom: 7px;
}

.mobiERoxo{
    color: #670ef9;
}

.button.s.primary.bg_white.btnBannerCtc{
    background-color:#ff6f61;
    color:white;
    border: 2px solid #ff6f61;
}

.button.s.primary.bg_white.btnBannerCtc:hover{
    color:black;
    background-color: white;
    border: 2px solid white;
}

.offer_container .it.w45 {
    display: flex;
}

.offer_container .it.w45 .ct .it.title.mb_40 {
    min-height: 350px;
}
.offer_container .it.w45 .ct {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
}

.offer_container .it.title.mb_40 {
    width: 100%;
}

.offer_container .it.row.mobiEBgRoxo{
    width: 100%;
    padding:70px 40px;
}

.offer_container .title .heading_5{
    font-size: 52px;
    margin-bottom:20px;
}

.mobiESimul{
    padding: 40px;
    border:2px solid #670ef9; 
    margin:auto; 
    border-radius: 15px ;
    row-gap: 20px;
}

.simulacao_button{
    column-gap: 20px;
}

.titulo-wrapper {
    color: #6c2bd9;
}

.font-titulo-wrapper{
    font-size: 25px;
}

.button_minus.heading_4, .button_plus.heading_4{
    font-size: 40px;
}

.ct.ct_h_c.simulacao_button, .it.evKmSlider.mobiEBgRoxo{
    padding:30px 0;
    border-radius: 10px;
}

.ct.ct_h_c.simulacao_button{
    padding:30px 10px;
}

.container_simulacao_button{
    border-radius: 10px;
}

.container_simulacao .darker_grey {
    font-size: 18px;
}

.it.evKmSlider.mobiEBgRoxo .titulo-wrapper{
    padding:0 35px
}

.bc_roxo{
    background-color: transparent;
    color: #670ef9;
}

.lpMobiE .button.secondary.bc_roxo:hover, .bc_roxo.active{
    background-color: #670ef9;
    border-color: #670ef9;
    color: #e8d7ff;
}

#overlayAzul {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(14, 77, 128, 0.25); 
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 9998;
}

#overlayAzul.active {
  opacity: 1;
  visibility: visible;
}

.li{
    padding-left: 10px;
}

.float_container{
	position: relative;
  	z-index: 9999;
  	width: 30%;
    background: white;
    padding: 30px 40px;
    display: block;
    text-align: left;
    border-radius: 20px;
}

.float_container .body_s{
	font-size: 18px;
}
#evKmSlider {
    -webkit-appearance: none;
    appearance: none;
    width: 95%;
    height: 8px;
    margin: 20px auto;			
    border: none;
    border-radius: 4px;
    background: #ceb4fe;
    outline: none;
    cursor: pointer;
    display: block;
    background: linear-gradient(
        to right,
        #670ef9 0%,
        #670ef9 50%,
        #caa7ff 50%,
        #caa7ff 100%
    );
}

.button_plus, .button_minus{
    padding:5px;
    color:#6c2bd9;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.card_resultados [class^="icon-"]{
	line-height: 35px !important;
    vertical-align: super;
}

.icon-info-out-2.icon-help-morada {
    font-size: 18px;
}

.ct .button_minus{
    vertical-align:super;
    line-height: 1 !important;
}

#evKmSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    background-size: contain;
    border-radius: 50%;
    cursor: pointer;
}

.card_resultados{
    padding:40px 20px;
    flex-direction: column;
    border-radius: 10px;
}

.poupa_border{
    border: 2px solid #c4c4c4;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.card_info_resultados{
    padding:20px;
    background-color: #f1f0f4;
    border-radius: 10px;
}

.card_info_resultados .ct .it{
    padding:10px 0;
}
.card_info_resultados .ct .it:nth-child(1),.card_info_resultados .ct .it:nth-child(2){
    border-bottom: 2px solid #c4c4c4;
}

.card_info_resultados .ct .it.selected_container{
    color: #670ef9;
    background-color: #e0dde8;
    padding: 10px 20px;
    border-radius: 7px;
}

.card_info_resultados .ct .it.selected_container .it{
    border-bottom: none;
    padding:0;
}

.bg_desconto{
    background-color: #d6fbea;
}

.bg_desconto .it:nth-child(1){
    padding:25px 40px;
}

.bg_desconto .it img{
    margin-bottom:-3px;
}

.bg_desconto .heading_3, .bg_desconto .heading_4{
    color:#6a0cff;
}

.bg_desconto .special_container{
    position: absolute;
    bottom: 0;
    margin-bottom: 25px;
}

.container_vantagens{
    width: 95%;
    justify-content: space-between;
}

.container_vantagens .mobiEBgRoxo {
    height: 250px;
}

.container_vantagens .mobiEBgRoxo{
    padding:25px 40px
}

.mobiEBgLightGreen{
    background-color: #d2ffee;
}

.mobiEDarkerGreen{
    color: #5b8878;
}

.container_cartao_mobie{
    margin: 40px auto;
    justify-content: space-between;
}

.container_cartao_mobie .ct{
    column-gap: 10px;
}

.dotted_container{
    flex-wrap: nowrap;
    align-items: stretch;
}

.italic{
    font-style: italic;
}

.block_laptop{
    display: block;
}

.lpMobiE .main_banner .ct.info {
    padding-top: 200px;
}

.heading_2, .heading_3, .heading_4, .heading_5, .heading_6, .body{
    line-height: 1.2 !important;
} 

.quadBannerTopo.mobiEBgGreen .heading_4{
    font-size: 48px;
}

.onlyInteger.iti__tel-input{
    padding-left:20px !important;
}

.ct.dotted_container.mb_10{
    margin-bottom: 20px;
}

.section_reviews_lp {
    background-color: #ffffff;
    padding: 60px 0;
}

.review_card {
    position: relative;
    padding: 42px 32px;
    width: 50%;
    max-width: 820px;
    box-sizing: border-box;
}

.review_card_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.review_author {
    flex: 1 1 0;
    min-width: 0;
}

.review_avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5d29d4 0%, #8f6cff 100%);
}

.review_author strong {
    display: block;
    min-width: 0;
    word-break: break-word;
}

.review_author span {
    display: block;
    min-width: 0;
    white-space: nowrap;
}

.review_stars {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 18px;
}

.review_stars .star {
    color: #ffbc00;
    font-size: 20px;
}

.review_text {
    color: #223034;
}

.swiper-container.testimonials_mobie_swiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.swiper-container.testimonials_mobie_swiper .review_card {
        width: 75%;
        max-width: 820px;
        box-sizing: border-box;
}


.testimonials_mobie_swiper .swiper-slide{
    margin-right: 0 !important;
}

.swiper-button-prev.testimonials_prev,
.swiper-button-next.testimonials_next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(125, 126, 203, 0.18);
    background: #e6e6e6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    box-shadow: 0 12px 24px rgba(47, 63, 108, 0.08);
    transition: transform .2s ease, box-shadow .2s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}

.swiper-button-prev.testimonials_prev,
.swiper-button-next.testimonials_next {
    left: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
}

.swiper-button-prev.testimonials_prev:hover,
.swiper-button-next.testimonials_next:hover {
    box-shadow: 0 16px 28px rgba(47, 63, 108, 0.18);
}

.swiper-container.testimonials_mobie_swiper {
    overflow: visible !important;
    position: relative;
    background: #ffffff;
}

.swiper-container.testimonials_mobie_swiper .swiper-wrapper {
    overflow: hidden !important;
    position: relative;
}

.swiper-container.testimonials_mobie_swiper .swiper-slide {
    width: 100% !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .35s ease, visibility .35s ease;
    background: #ffffff;
}

.swiper-container.testimonials_mobie_swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.swiper-container.testimonials_mobie_swiper .swiper-slide.swiper-slide-next,
.swiper-container.testimonials_mobie_swiper .swiper-slide.swiper-slide-prev {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.swiper-container.testimonials_mobie_swiper .review_card {
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.swiper-button-prev.testimonials_prev,
.swiper-button-next.testimonials_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.container_simulacao_item{
    flex-direction: column;
}

.swiper-button-next.testimonials_next {
    left: auto;
    right: 10px;
    width: 44px;
    height: 44px;
}

.ct.bg_desconto{
    margin:120px 0;
}

.div_tarifario{
    white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
    .review_card {
        width: 100%;
        max-width: 820px;
    }

    .ct.container_vantagens {
        width: 100%;
    }

    .container_vantagens .mobiEBgRoxo {
        height: unset;
    }

    .bg_desconto .heading_3{
        font-size: 46px;
    }

    .bg_desconto .heading_4{
        font-size: 34px;
    }
    
    .bg_desconto .it img{
        margin-bottom:-4px;
    }

    .it.special_container.w95{
        width: 72%;
        margin-bottom: 20px;
    }

    .ct.container_vantagens{
        padding-bottom: 90px;
    }

     .evKmSlider .container_slider .w90{
        width: 85%;
    }

    .offer_container .it.w45 .ct .it.title.mb_40 {
        min-height: unset;
    }

    .iti.iti--allow-dropdown.iti--show-flags{
        width: 100%;
    }

    .block_mobile{
        display: block;
    }

    .iti__country-container{
        left: unset !important;
        right: 0px !important;
    }
    .site.lpMobiE .main_banner {
        padding: 450px 0px 0 0 !important;
    }
    .lpMobiE .main_banner .ct.info{
        padding-top: 0 !important;
    }

    .lpMobiE .main_banner{
        background-position: center top !important;
    }

    .wp.main_banner.lpme_banner.mobiEBgGreen .in{
        padding:0 !important;
    }
    .lpMobiE .wp.main_banner.mobiEBgGreen .ct_d2 > .it{
        width: 100%;
    }
    .lpMobiE .main_banner{
        background-size: contain !important;
    }

    .wp.offer{
        padding-bottom: 0 !important;
    }
    .ct.container_vantagens{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    .ct.container_vantagens .it.w45{
        width: 100%;
    }

    .ct.ct_v_t.ct_h_sb.ct_v_b.offer_container .it.w45, .ct.ct_v_t.ct_h_sb.ct_v_b.offer_container .it.w50{
        width: 100%;
    }

    .mobiEBgLightGreen.wp.offer {
        padding-bottom: 20px !important;
    }

    .ct.body.body_s.darker_grey .it.w50:nth-child(1), .ct.body.body_s.darker_grey .it.w50:nth-child(3){
        width: 70%;
    }
    .ct.body.body_s.darker_grey .it.w50:nth-child(2), .ct.body.body_s.darker_grey .it.w50:nth-child(4){
        width: 30%;
    }

    .it.w100.selected_container .it.w50:nth-child(1){
        width: 65% !important;
    }

    .it.w100.selected_container .it.w50:nth-child(2){
        width: 35% !important;
    }
    .ct.body.body_s.black.darker_grey{
        font-size: 24px;
    }

    .bg_desconto .ttu.heading_3.black{
        white-space: nowrap;
    }
}

@media only screen and (max-width: 912px) {
    .it.special_container.w95 {
        width: 81%;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 853px) {

    .it.special_container.w95 {
        width: 82%;
        margin-bottom: 25px;
    }
        
    .bg_desconto .it:nth-child(1){
        padding:25px 40px;
    }

    .bg_desconto .heading_4{
        font-size: 50px;
    }

    .bg_desconto .heading_3{
        font-size: 60px;
    }

    .desktop_screen{
        display: none;
    }

    .bg_desconto .it.w50{
        background-color: #d6fbea;
        width: 100%;
    }

    .bg_desconto .it.special_container.w100{
        left: 0;
        margin-bottom: 70px;
        width: 50%;
    }

    .bg_desconto .body_s.tac.medium{
        font-size: 18px;
    }

    .container_simulacao .darker_grey{
        font-size: 24px;
    }

    .container_slider .w90{
        width: 65%;
    }

    #evKmSlider{
        margin:auto;
    }

    .tac.float_container{
        width: 75%;
    }

    .card_resultados .it .ct.container_simulacao{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
    }

    .container_simulacao_item{
        flex-direction: column;
    }

    .container_simulacao .it.w50{
        width: 100%;
    }

    .ct.container_simulacao{
        row-gap: 20px;
    }

    .swiper-button-prev.testimonials_prev{
        right: auto;
    }

    .simulacao_button .titulo-wrapper{
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .titulo-wrapper{
        text-align: center;
    }

    .swiper-button-next.testimonials_next{
        left: auto;
    }

    .review_card_top{
        margin-bottom: 12px;
    }

    .review_card{
        width: 100%;
        max-width: 820px;
    }


    .poupa_border{
        border: 0;
    }

    .review_card {
        padding: 20px;
    }

    .icWhatsapp{
        bottom: 120px;
    }

    .float_container{
        top: 25%;
        position: absolute;
    }


    .lpMobiE .main_banner {
        background-size: 125% !important;
    }
}

@media only screen and (max-width: 820px) {
    .site.lpMobiE .main_banner {
        padding: 550px 0px 0 0 !important;
    }

    .lpMobiE .main_banner {
        background-position: right top !important;
        background-repeat: no-repeat;
        background-size: 150% !important;
    }

    p.tac.darker_grey.evSavingVsRef, p.tac.darker_grey.evSavingMonthly{
        font-size: 22px;
        line-height: 1.2;
    }

    .it.special_container.w95 {
        width: 84%;
    }
}

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

    .bg_desconto .it:nth-child(1) {
        padding: 15px 10px;
    }

    .container_simulacao .darker_grey{
        font-size: 24px;
    }

    .special_container .body_s{
        font-size: 18px;
    }

    .it.special_container.w95 {
        width: 82%;
    }

    .swiper-button-prev.testimonials_prev {
        left: 12px;
    }
    .swiper-button-next.testimonials_next {
        right: 12px;
    }
        
    .lpMobiE .main_banner {
        background-position: right top !important;
        background-repeat: no-repeat;
        background-size: 100% !important;
    }

    .container_liguem{
        padding:20px 20px 0 20px !important;
    }

    .site.lpMobiE .main_banner {
        padding: 650px 0px 0 0 !important;
    }

    .block_laptop{
        display: unset;
    }
    .lpMobiE .wp.offer{
        padding-bottom:0px !important;
    }

    .offer .ct.offer_container > .info{
        margin-bottom: 20px;
    }

    .lpMobiE .quadBannerTopo.mobiEBgGreen {
        padding-top:0;
        padding-left:0;
        padding-right:0;
    }

    .wp.offer .mobiERoxo .heading_6.mb_20{
        margin-bottom: 20px;
    }

    .simulacao_button{
        row-gap: 20px;
    }

    .ct.bg_lighter_grey.w95.card_resultados{
        width: 100%;
    }

    .card_resultados{
        padding:10px;
    }

    .it.w90.card_info_resultados{
        width: 100%;
        padding:10px;
    }

    .row.mobiEBgRoxo.fx.show{
        padding:20px 10px;
    }

    .container_vantagens .op_b_icon img{
        width: 50px;
    }
    
    .container_vantagens .mobiEBgRoxo{
        padding:15px 10px;
    }

    .ct.w95.container_cartao_mobie{
        display: flex;
        flex-direction: column;
        padding-bottom: 250px;
    }

    .cardEV{
        position: absolute;
        bottom: 0;
        margin-bottom: -55px;
    }

    .ct.w95.container_cartao_mobie .it.w45{
        width: 100%;
    }
    .ct.dotted_container.mb_10{
        margin-bottom: 20px;
    }

    .wp.mobiEBgLightGreen.offer{
        padding: 45px 0 0 0;
    }

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

    .card_resultados p.darker_grey{
        font-size:18px;
    }

    .cardEV{
        position: absolute;
        bottom: 0;
        margin-bottom: -50px;
    }

    .lpMobiE .lpme_banner .quadBannerTopo{
        padding-bottom:20px;
    }

    .lpMobiE .lbMobie .lb_img_mobile {
        display: block;
    }

    .lpMobiE .lbMobie .lb_img_mobile {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 75px;
    }

    .titulo-wrapper {
        text-align: left;
    }

    .review_card {
        padding: 20px;
    }

    .review_card_top {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .review_author strong {
        font-size: 1.1rem;
    }

    .bg_desconto .it.special_container.w100{
        margin-bottom: 60px;
        width: 40%;
    }

    .ct.bg_desconto{
        margin:60px 0;
    }
}
@media only screen and (max-width: 540px) {

    .bg_desconto .it.w50:first-child{
        padding-bottom: 200px;
    }

    .bg_desconto .body_s.tac.medium{
        font-size: 10px;
    }

    .it.special_container.w95 {
        width: 73%;
    }

    .bg_desconto .it.special_container.w100{
        margin-bottom: 45px;
        width: 60%;
    }
    
    .button_minus.heading_4, .button_plus.heading_4{
        font-size: 30px;
    }

    .evKmSlider .container_slider .w90{
        width: 70%;
    }

    .ct.body.body_s.black.darker_grey {
        font-size: 15px;
    }

    .swiper-button-prev.testimonials_prev{
        right: auto;
        left: 5px;
    }

    .swiper-button-next.testimonials_next{
        left: auto;
        right: 5px;
    }

    .offer_container .title .heading_5 {
        font-size: 25px;
    }
    
    .card_resultados p.darker_grey, p.tac.darker_grey.evSavingVsRef, p.tac.darker_grey.evSavingMonthly {
        font-size: 14px;
    }

    .site.lpMobiE .main_banner {
        padding: 500px 0px 0 0 !important;
    }

    .form_container .component_container .checkbox label {
        font-size: 15px;
    }
 
    .quadBannerTopo.mobiEBgGreen .heading_4 {
        font-size: 30px; 
    }

    .it.evKmSlider.mobiEBgRoxo.w100.body_s{
        font-family: "book";
    }

    .font-titulo-wrapper{
        font-size: 20px;
    }
}

@media only screen and (max-width: 430px) {
    .review_stars .star {
        font-size: 16px;
    }

    .bg_desconto .it.w50:first-child {
        min-height: 300px;
        padding-bottom: 100px;
    }

    .div_atencao{
        font-size: 11px !important;
    }

    .special_container .body_s {
        font-size: 14px;
    }

    .bg_desconto .it.special_container.w100 {
        margin-bottom: 10px;
        width: 60%;
    }

    .it.special_container.w95 {
        width: 75%;
    }

    .bg_desconto .body_s.tac.medium {
        font-size: 8px;
    }

    .bg_desconto .body_s.tac.medium {
        font-size: 8px;
    }
    
    .it.special_container.w95{
        margin-bottom: 15px;
    }

    .bg_desconto .heading_3 {
        font-size: 35px;
    }

    .bg_desconto .heading_4 {
        font-size: 30px;
    }

    .site.lpMobiE .main_banner{
        padding:400px 0 0 0 !important;
    }
    .wp.offer .mobiERoxo .heading_3{
        font-size: 26px;
        line-height: 1.2;
    }

    .heading_6.mobiERoxo.evSavingMonthly, .heading_6.mobiERoxo.evSavingVsRef{
        font-size: 20px;
    }

    .ct.w95.container_cartao_mobie{
        padding-bottom: 100px;
    }
    .wp.offer .mobiERoxo .heading_6{
        font-size: 16px;
        line-height: 1.2;
    }

    .mobiESimul{
        padding:20px 10px;
        font-weight: 800;
    }

    .card_resultados p.darker_grey{
        font-size:12px;
    }

    .card_resultados .evSavingMonthly, .card_resultados .evSavingVsRef{
        font-size: 28px;
        line-height: 1.2;
    }

    .offer_container .info.w45 .heading_5{
        font-size: 24px;
        line-height: 1.2;
    }
    .offer_container .info.w45 .body{
        font-size: 16px;
        line-height: 1.2;
    }
    .ct.body.body_s.darker_grey{
        font-size: 14px !important;
        line-height: 1.2;
    }
    .cardEV{
        position: absolute;
        bottom: 0;
        margin-bottom: -50px;
    }

    .wp.mobiEBgLightGreen.offer .title .heading_5 {
        font-size: 22px;
        line-height: 1.2;
    }

    .review_author span {
        font-size: 14px;
    }
    
}
@media only screen and (max-width: 390px) {

    .card_resultados .heading_5{
        font-size:18px;
        line-height: 1.2;
    }

    .special_container .body_s {
        font-size: 12px;
    }

    .bg_desconto .it.special_container.w100 {
        margin-bottom: 25px;
        width: 55%;
    }

    .it.special_container.w95 {
        margin-bottom: 10px;
    }

    .bg_desconto .it.w50:first-child {
        padding-bottom: 110px;
    }


    .site.lpMobiE .main_banner{
        padding:350px 0 0 0 !important;
    }
    .card_resultados p.darker_grey {
        font-size: 11px;
    }
    
    .ct.body.body_s.darker_grey{
        font-size: 13px !important;
    }				
}

@media only screen and (max-width: 375px) {
    .wp.offer .mobiERoxo .heading_3{
        font-size: 22px;
    }

    .it.special_container.w95 {
        width: 42%;
    }

    p.tac.darker_grey.evSavingVsRef, p.tac.darker_grey.evSavingMonthly{
        font-size: 15px;
    }

    .wp.mobiEBgLightGreen.offer .title .heading_5{
        font-size: 19px;
    }

    .quadBannerTopo .heading_4{
        font-size: 26px !important;
    }
    .quadBannerTopo .white.heading_4.medium{
        font-size: 24px;
    }

    .ct.body.body_s.darker_grey{
        font-size: 11px !important;
    }		

    .card_resultados p.darker_grey {
        font-size: 12px;
    }

    .body.mobiEDarkerGreen .ct:nth-child(2){
        flex-wrap: nowrap;
    }

    .card_info_resultados .ct .it.selected_container{
        padding:10px 15px;
    }

    .titulo-wrapper{
        font-size: 16px;
    }


    .bg_desconto .it.special_container.w100 {
        width: 60%;
    }

}

@media only screen and (max-width: 360px) {
    .special_container .body_s{
        font-size: 11px;
    }

    .it.special_container.w95 {
        width: 48%;
        margin-bottom: 0px;

    }
}

@media only screen and (max-width: 345px) {
    .bg_desconto .it.w50:first-child {
        padding-bottom: 115px;
    }
}

