
.menu,
.i_popup,
.botao,
.hover,
.fx{
  -webkit-transition: all 450ms cubic-bezier(.29,.52,.22,1);
  -moz-transition: all 450ms cubic-bezier(.29,.52,.22,1);
  -o-transition: all 450ms cubic-bezier(.29,.52,.22,1);
  transition: all 450ms cubic-bezier(.29,.52,.22,1);
}

.fxx{
  -webkit-transition: all 300ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -moz-transition: all 300ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -o-transition: all 300ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  transition: all 300ms cubic-bezier(0.000, 0.845, 0.440, 1.000);
}

/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* geral */

.hide,
.hidden{
    display: none !important;
}
.show{
    display: block !important;
}

textarea,
input,
button,
body{
    font-family: 'medium', sans-serif;
    font-size: 16px;
}

img{
    max-width: 100%;
}
.in{
    max-width: 1100px;
    padding: 0px 30px;
}
.in_m{
    max-width: 1100px;
}
.in_s{
    max-width: 1000px;
}
.in_xs{
    max-width: 900px;
}
.in_xxs{
    max-width: 800px;
}

/* --------------------------------- */
/* texto */

/*
   ██████████   ███   ███   ███   ██████████  
   ██████████░░ ███░░ ███░░ ███░░ ██████████░░
   ████░░░░░░░░ ███░░ ███░░ ███░░ ████░░░░░░░░
   ██████████   ███░░ ███░░ ███░░ ██████████  
   ██████████░░ ███░░ ███░░ ███░░ ██████████░░
     ░░░░████░░ ███░░ ███░░ ███░░   ░░░░████░░
   ██████████░░ ███████████████░░ ██████████░░
   ██████████░░ ███████████████░░ ██████████░░
     ░░░░░░░░░░  ░░░░░░░░░░░░░░░░   ░░░░░░░░░░
*/



.botao{
    font-size: 25px;
    line-height: 25px;
    box-sizing: border-box;
    font-family: 'bold';
    color: #fff;
    padding: 15px 50px 15px 20px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.light{
    font-family: 'light';
}

.book{
    font-family: 'book';
}

.medium{
    font-family: 'medium';
}

.bold{
    font-family: 'bold';
}

.black{
    font-family: 'black';
}


.botao.mini{
    font-size: 18px;
    padding: 10px 40px 10px 15px;
}

.botao:before{
    content: "";
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.botao.seta_branca:before{
    content: "";
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

a.botao_com_icon img {
    max-width: 35px;
    margin-right: 10px;
}

a.botao_com_icon span, a.botao_com_icon img {
    display: inline-block;
    vertical-align: middle;
}

.bloco{
    display: block;
}

.ttuc{
    text-transform: uppercase;
}




body{
    font-family: 'medium';
}

.lilas{
    color: #d8cfef;
}
.bg_lilas{
    background-color: #d8cfef;
}
.bg_lilas.hover:hover,
.bg_lilas_alt{
    background-color: #c2b7de;
}

.roxo{
    color: #471f88;
}
.bg_roxo{
    background: #471f88;
}

.bg_roxo.hover:hover,
.bg_roxo_alt{
    background: #471f88;   
}


.azul_escuro{
    color: #311f88;
}
.bg_azul_escuro{
    background: #311f88;
}
.bg_azul_escuro.hover:hover,
.bg_azul_escuro_alt{
    background: #311f88;   
}


.azul{
    color: #1e9fd6;
}
.bg_azul{
    background: #1e9fd6;
}
.bg_azul.hover:hover,
.bg_azul_alt{
    background: #0f87bb;   
}


.verde{
    color: #40dda6;
}
.bg_verde{
    background: #40dda6;
}
.bg_verde.hover:hover,
.bg_verde_alt{
    background: #30cc96;   
}


.cinza{
    color: #7699b7;
}
.bg_cinza{
    background: #7699b7;
}
.bg_cinza.hover:hover,
.bg_cinza_alt{
    background: #6989a4;   
}


.cinza_claro{
    color: #b1b3b6;
}
.bg_cinza_claro{
    background: #b1b3b6;
}
.bg_cinza_claro.hover:hover,
.bg_cinza_claro_alt{
    background: #a0a3a6;   
}

.vermelho{
    color: #f16f63;
}
.bg_vermelho{
    background: #f16f63;
}
.bg_vermelho.hover:hover,
.bg_vermelho_alt{
    background: #d75f54;   
}


.amarelo{
    color: #f0cf2b;
}
.bg_amarelo{
    background: #f0cf2b;
}
.bg_amarelo.hover:hover,
.bg_amarelo_alt{
    background: #ddbf28;   
}

.agua{
    color: #e5e5e5;
}
.bg_agua{
    background: #e5e5e5;
}
.bg_agua.hover:hover,
.bg_agua_alt{
    background: #d8d6d6;
}

.verdinho{
    color: #c5e2d2;
}
.bg_verdinho{
    background: #c5e2d2;
}
.bg_verdinho.hover:hover,
.bg_verdinho_alt{
    background: #76c09e;
}

.branco{
    color: #fff;
}
.bg_branco{
    background: #fff;
}

.radius{
    border-radius: 4px;
}


.rosa{
    color: #ef88b0;
}
.bg_rosa{
    background: #ef88b0;
}
.bg_rosa.hover:hover,
.bg_rosa_alt{
    background: #e376a0;
}


.cinza_escuro{
    color: #222d34;
}
.bg_cinza_escuro{
    background: #222d34;
}
.bg_cinza_escuro.hover:hover,
.bg_cinza_escuro_alt{
    background: #000;
}


.label_sep{
    align-self: center;
}


.label_sep span {
    background: #0e4d80;
    height: 50px;
    width: 2px;
    display: inline-block;
}



.button.nps_btn_recomenda_sim:hover, .button.nps_btn_recomenda_nao:hover, .button.nps_btn_recomenda.selected{
    border-color: transparent;
}

.button.nps_btn_recomenda_sim:hover, .button.nps_btn_recomenda_sim.selected{
    background-color: #7edf9d;
}

.button.nps_btn_recomenda_nao:hover, .button.nps_btn_recomenda_nao.selected{
    background-color: #d8cfef;
}


/* --------------------------------- */
/* --------------------------------- */

.opacidade{
    opacity: 0.8;
}

.maiusculas{
    text-transform: uppercase;
}

.txt{
    max-width: 750px;
}

.txt_icon{
    width: 27px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 5px 0px 3px;
}

.txt,
.txt p{
    font-size: 27px;
    line-height: 33px;
    font-family: 'medium';
    min-height: 33px;
}

.txt p strong,
.txt h2 strong,
.txt h3 strong,
.txt strong{
    font-family: 'black';
}


/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* lightbox */

.lb.animated {
    animation-duration: .3s;
}
.lb{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: none;
    overflow: hidden;
}
.lb_frame{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
}

.lb_area{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.lb_cortina{
    background: red;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    opacity: 0;
}

.lb_hm .lb_cortina{
    background: #fff;
}

.lb_anim_arranque{
    display: block;
}

.lb_anim_arranque .lb_frame{
    margin-top: -100vh;
}
.lb_anim_aberto .lb_frame{
    margin-top: 0px;
}
.lb_anim_fechado .lb_frame{
    margin-top: 100vh;
}

.lb_anim_arranque .lb_cortina{
    opacity: 0;
}
.lb_anim_aberto .lb_cortina{
    opacity: 1;
}
.lb_anim_fechado .lb_cortina{
    opacity: 0;
}

.lb_x{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    z-index: 2;
    border-radius: 40px;
    transition: all 300ms ease-out;
    cursor: pointer;
}

.lb_hm .lb_x{
    position: fixed;
    right: 10px;
    top: 10px;
}

.lb_x:before,
.lb_x:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #999;
    transform: rotate(45deg);
    margin-left: -9px;
    margin-top: -1px;
    border-radius: 2px;
}
.lb_x:after{
    transform: rotate(-45deg);
}
.lb_x:hover{
    transform: scale(1.3,1.3);
}
.lb_in{
    width: 100vw;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    flex-wrap: wrap;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
}

.lb_hm .lb_in{
    padding: 0px;
}

.lb_cont{
    background: rgba(255,255,255,0.9);
    width: auto;
    max-width: 600px;
    display: block;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    flex: auto;
    padding: 60px;
    border-radius: 20px;
    font-size: 25px;
}

.lb_cont strong{
    font-size: 30px;
    font-family: black;
    display: block;
    margin-bottom: 20px;
}

.lb_hm .lb_cont{
    max-width: 100%;
    padding: 0px;
}

.menu{
    display: none;
}

.login_img_alt{
    text-align: center;
}
.login_img_alt img{
    max-width: 250px;
}

.td_a_img_app_store img{
    max-height: 45px;
}


/* --------------------------------- */


.header_logo img,
.header_premio img{
    width: 100px;
}

.header{
    padding: 30px 0px;
}

.titulo_1{
    font-size: 80px;
}

.titulo_2{
    font-size: 50px;
}

.titulo_3{
    font-size: 40px;
}

.titulo_4{
    font-size: 30px;
}
.titulo_5{
    font-size: 25px;
}

.morada_form,
.login_form{
    max-width: 400px;
}

.morada_form{
    padding-top: 30px;
}

.login_form label.etiqueta,
.login_form input.in_txt{
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    padding: 0px 20px;
}

.login_form label.etiqueta{
    margin-top: 30px;
    font-size: 25px;
}

.login_form input.in_txt{
    border: 1px solid rgba(255,255,255,0.5);
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
}

.login_form input.in_txt:hover,
.login_form input.in_txt:focus{
    border: 1px solid rgba(255,255,255,1);
}

.login_submit{
    width: 100%;
    margin-top: 30px;
}

.td_login_nc input.in_txt{
    display: inline-block;
    width: calc(100% - 45px);
}

.td_login_nc.td_login_nc_w30 input.in_txt{
    width: calc(100% - 50px);
}

.td_login_nc .td_login_etiqueta{
    width: 40px; 
    display: inline-block; 
    font-size: 25px;
}

.td_login_nc.td_login_nc_w30 .td_login_etiqueta{
    width: 45px;
}

.morada_submit{
    margin-top: 30px;
}

.wp_morada,
.wp_login{
    padding-bottom: 150px;
}

.wp_loja{
    padding: 150px 0px;
}

.agente{
    line-height: 120%;
    padding-top: 30px;
    font-size: 18px;
}

.ag_local{
    font-size: 150%;
    line-height: 130%;
    margin-bottom: 5px;
}

.ag_horario{
    margin-top: 10px;
}

.agente .botao{
    margin-top: 30px;
}

.rede_agentes p{
    font-size: 30px;
    margin: 15px 0px;
}

.rede_agentes p.td_morada_agente{
    font-size: 25px;
    font-family: 'medium';
}

.wp_footer{
    padding: 30px 0px;
}

.footer_links span{
    padding: 0px 10px;
}


.footer_redes a{
    font-size: 0px;
    margin-left: 5px;
}

.footer_redes.footer_redes_nps_portal a{
    font-size: 30px;
}

.footer_redes.footer_redes_nps_portal .f_sl_label:hover{
    color: #0e4d80;
}

.footer_redes a img{
    width: 30px;
}

.erro{
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.login_submit{
    text-align: center;
}

.input_radio{
    display: none;
}

.label_radio span{
    display: block;
    font-size: 25px;
    line-height: 115%;
    display: block;
    padding: 10px 0px 10px 30px;
    position: relative;
    cursor: pointer;
}


.label_radio span:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 15px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 20px;
    box-sizing: border-box;
    border: 2px solid rgba(255,255,255,0.5);
}

.input_radio:checked ~ span:after{
    content: "";
    display: block;
    width: 8px;
    height: 15px;
    position: absolute;
    left: 5px;
    top: 9px;
    border: 3px solid #fff;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    box-shadow: 2px 2px 0px #311f88;
}

.label_radio span:hover:before,
.input_radio:checked ~ span:before{
    border-color: #fff;
}

.main_progresso .it.header_premio img{
    display: none;
}

.processo_topo_txt{
    max-width: 650px;
}

.processo_topo img.processo_topo_logo_ec23{
    max-width: 150px;
}

.botao_voltar, .botao_sair{
    font-size: 18px;
    line-height: 18px;
    box-sizing: border-box;
    font-family: 'bold';
    color: #fff;
    padding: 15px 10px 15px 20px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: underline;
}

.td_btn_sugestao{
    font-size: 18px;
    line-height: 18px;
    font-family: 'bold';
    display: block;
    padding: 30px 10px 0px 0px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

.td_btn_sugestao span{
    text-decoration: underline;
}

.botao_sair{
    text-decoration: none;
}

.botao_sair span{
    text-decoration: underline;
}

.botao_sair i{
    padding-left: 10px;
    text-decoration: none;
}

.botao_voltar:hover, .botao_sair:hover{
    opacity: 0.7;
}

.botao_voltar:before{
    content: "";
    background-size: auto 50%;
    background-position: 10px center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    transform: rotate(180deg);
}

.botao_sair.td_btn_reportar_erro{
    padding-left: 0;
}

.processo_minigrupo{
    margin: 30px 0px;
}

.timeline{
    overflow: hidden;
    text-align: center;
    /*padding-bottom: 25px;*/
}

.timeline ul{
    display: block;
    margin: 0px -10px;
    font-size: 0px;
}

.timeline li{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px;
    width: 14.2%;
    font-size: 12px;
}

.t_geral{
    color: #fff;
    display: block;
    pointer-events: none;
}

.t_cont{
    box-sizing: border-box;
    border: 3px solid rgba(255,255,255,0.5);
    border-radius: 7px;
    padding: 10px;
    min-height: 100px;
    position: relative;
    color: rgba(255,255,255,0.5);
}

.t_cont_topo{
    height: 20px;
}

.t_cont_centro{
    font-size: 18px;
    font-family: 'bold';
}

.t_mais_info{
    background: rgba(255,255,255,0.1);
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    visibility: hidden;
}

.t_mais_info:hover{
    background: rgba(255,255,255,0.2);
}

.t_topo{
    display: block;
    position: relative;
    height: 80px;
}

.t_check{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0;
    line-height: 40px;
    border-radius: 50px;
    border:  5px solid rgba(255, 255, 255, 0.5);
    font-size: 30px;
    font-family: 'black';
    color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}

.t_linha{
    position: absolute;
    width: calc(100% - 50px);
    right: calc(50% + 35px);
    top: 25px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.timeline ul li:first-child .t_linha{
    display: none;
}

.t_dias{
    padding: 10px;
    visibility: hidden;
}

.t_dias strong{
    display: block;
    font-family: 'bold';
    padding-top: 2px;
}


/* FEITO */

.feito .t_check{
    background: #40dda6;
    border-color: #40dda6;
    color: transparent;
    background-size: 50% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.feito.feito_1 .t_check{
    color: #fff;
    font-size: 40px;
    border-color: #0570BA;
    background-color: #0570BA;
}

.feito .t_cont{
    background: #40dda6;
    border-color: #40dda6;
    color: #311f88;    
}

.feito .t_linha{
    background: #40dda6;
}

.atual .t_linha{
    background: #fff;
}
.atual .t_linha:before{
    content: "";
    display: block;
    position: absolute;
    background: #40dda6;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}

.problema .t_check{
    background: #f16f63;
    border-color: #f16f63;
    color: transparent;
    background-size: 50% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.problema .t_cont{
    background: #f16f63;
    border-color: #f16f63;
    color: #311f88;    
}

.problema .t_linha{
    background: #f16f63;
}

/* ATUAL  */

.atual .t_geral{
    pointer-events: initial;
    cursor: pointer;
}

.atual .t_check{
    border-color: #fff;
    color: #fff;
}

.atual .t_cont{
    background: #fff;
    border-color: #fff;
    color: #311f88;    
}

.atual .t_dias{
    visibility: visible;
}

.atual .t_mais_info{
    background: #311f88;
    visibility: visible;
    color: #fff;
}

/*  */

.atualizacao{
    padding-bottom: 30px;
}

.td_c_tempoUltrapassado{
    display: block;
    position: relative;
}

.td_c_tempoUltrapassado i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 20px;
    color: #f16f63;
    font-size: 35px;
}

.td_tempoUltrapassado{
    display: inline-block;
    border-radius: 50px 10px 10px 50px;
    padding: 15px 15px 15px 75px;
    max-width: 250px;    
}

.td_tempoUltrapassado p{
    color: #311f88;
}

.botoes{
    padding-top: 10px;
}

.botoes .botao, .botoes .td_a_img_app_store{
    margin-right: 10px;
    min-width: 120px;
    text-align: center;
}

.texto{
    font-size: 18px;
    padding: 10px 0px;
    max-width: 650px;
}

.texto p{
    line-height: 115%;
}

.texto strong{
    font-family: black;
}


.mensagem{
    font-size: 0px;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px;
}

.mensagem_e{
    width: calc(200px);
    box-sizing: border-box;
    padding-right: 30px;
}

.mensagem_e.full_img{
    padding-right: 0px;
}


.mensagem_m{
    width: calc(100% - 500px);
}

.mensagem_d_especial{
    width: calc(100% - 200px);
}

.mensagem_d{
    width: calc(300px);
}

.mensagem_cont{
    box-sizing: border-box;
    padding: 30px;
    border-left: 1px solid rgba(0,0,0,0.2);
}

.metade{
    position: absolute;
    height: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.wp_mensagem{
    position: relative;
}

.ajuda_in{
    font-size: 0px;
}

.ajuda_in > div{
    display: inline-block;
    vertical-align: top;
}

.ajuda_tit,
.ajuda_txt{
    font-size: 15px;
    line-height: 115%;
}

.ajuda_i{
    width: 30px;
    box-sizing: border-box;
    padding-right: 10px;
    opacity: 0.5;
}

.ajuda_tit{
    width: calc(100% - 30px);
    padding-top: 2px;
}

.ajuda_txt{
    padding-top: 5px;
}

.ajuda_geral{
    padding: 30px;
}

.wp_avaliador{
    padding-top: 30px;
}

.titulo_avaliador{
    max-width: 600px;
}

.avaliador_cx{
    display: inline-block;
}

.avaliador{
    font-size: 0px;
    margin-top: 30px;
    flex-direction: row-reverse;
    flex-wrap: inherit;
}

.avaliador span{
    width: 50px;
    height: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
}


/* NEW intlTelInput */

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown .iti__country-container {
    right: 0;
    left: auto;
}

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

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown .iti__country-list{
    right: 0;
    width: 100%;
    overflow-x: hidden;
}

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

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown .iti__selected-country{
    margin-left: auto;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown .iti__selected-dial-code{
	display: none;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown input[type=text], .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown input{
    padding: 0 50px 0 0;
}

.td_form_login.disabled .iti.iti--allow-dropdown .flag-container{
    pointer-events: none;
    opacity: .5
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown input[type=text]
{
    padding-left: 20px !important;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown .iti__country-name{
    color: black;
    font-family: book;
    font-size: 14px;
}


/*
.intl-tel-input{
    width: 100%;
    margin-top: 10px;
}

.intl-tel-input .flag-container{
    width: 100%;
}

.intl-tel-input .flag-container .selected-flag{
    margin-left: auto;
}

.intl-tel-input .country-name{
    color: black;
    font-family: book;
    font-size: 14px;
}

.intl-tel-input #td_tel{
    padding-right: 52px;
    padding-left: 20px;
}
*/

.header_premio{
    display: flex;
    flex-direction: column;
}

.sws_tooltip{
    position: relative;
    display: inline-block;
}

.sws_tooltip_gatilho{
    font-size: 16px;
    padding: 5px;
    display: inline-block;
    position: relative;
}

.sws_tooltip_cont{
    position: absolute;
    width: 150px;
    left: 50%;
    bottom: 100%;
    background: #fff;
    color: #311f88;
    padding: 15px;
    border-radius: 10px;
    transform: translateX(-50%) translateY(-5px);
    text-align: center;
}


.td_icon_problema{
    padding-left: 20px;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}

/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* Responsive */


@media (max-width: 768px){
    main.not_homepage{
        margin-top: 0px;
    }
    .header_logo img{
        width: 80px;
    }
    .header_premio img{
        width: 50px;
    }

    .it.mensagem_e,
    .it.mensagem_m,
    .it.mensagem_d_especial,
    .it.footer_redes,
    .it.footer_copyright,
    .it.footer_links,
    .it.loja_img,
    .it.loja_info,
    .it.login_e,
    .it.login_d{
        width: 100%;
        margin-bottom: 15px;
    }

    .it.login_e{
        order: 2;
    }

    .titulo_1{
        font-size: 40px;
    }

    .titulo_2{
        font-size: 30px;
    }

    .titulo_3{
        font-size: 25px;
    }

    .login_form label.etiqueta{
        font-size: 18px;
    }

    .loja_img img,
    .login_img img{
        width: 60%;
        margin-bottom: 10px;
    }

    .rede_agentes p{
        font-size: 24px;
    }

    .it.footer_redes{
        padding-top: 30px;
    }

    .footer_redes a{
        margin: 0px 10px 0px 0px;
    }

    .header_premio{
        white-space: nowrap;
        width: calc(100vw - 160px);
        position: relative;
        display: flex;
        box-sizing: border-box;
        height: 100%;
        flex-wrap: nowrap;
        align-items: flex-start;
        flex-direction: initial;
        justify-content: space-between;
    }

    .it.processo_topo_txt{
        width: 100%;
        display: flex;
        flex-direction: column;
        order: 2;
    }

    .botao_sair.td_btn_reportar_erro{
        padding-left : 0;
        margin-top: 0px;
    }

    .main_progresso .it.header_premio img{
        display: block;
    }

    .processo_topo img.processo_topo_logo_ec23{
        display: none;
    }

    .botao_sair,
    .header_premio > img{
        display: block;
        vertical-align: top;
    }

    .botao_sair{
        padding-right: 0px;
        margin-top: -15px;
        order: 2;
    }

    .label_radio span{
        font-size: 18px;
    }

    .login_img.login_img_alt{
        text-align: right;
    }

    .login_img.login_img_alt img{
        width: 100px;
        margin-bottom: -100px;
    }

    .timeline{
        position: relative;
        left: -30px;
        right: -30px;
        width: calc(100% + 60px);
        overflow-x: scroll;
    }

    .timeline ul{
        padding: 0px 20px;
        white-space: nowrap;
        margin: 0px;
    }

    .timeline li{
        width: 50vw;
        white-space: normal;
    }
    .timeline li:last-child{
        margin-right: 20px;
    }

    .mensagem_e img{
        width: 50%;
    }

    .mensagem_cont{
        padding: 0px;
        border: none;
    }



    .botoes > a{
        width: 100%;
        margin-bottom: 10px;
    }

    a.td_a_img_app_store img,
    a.td_a_img_app_store img{
        max-height: 40px;
    }

    li.feito + li.feito .t_linha_back {
        left: calc(-50% + 82px);

    }

    .td_upd_date .it{
        width: 100%;
        text-align: left;
    }

    .td_icon_problema{
        font-size: 14px;
        line-height: 20px;
        padding-left: 20px;
    }
}
