
.bx-viewport,
span.customSelect,
.f_input,
.fx{
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.bt_proximo,
.bt_anterior,
.tc_tab_bt,
.tc_bts a,
.botao{
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.anim {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.noeffect{
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

input,
textarea,
body{
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

body,
.dib{
  font-size: 14px;
}

.num{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.cond{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

body{
  background: #fff;
}

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

.vant_linha_in,
.in{
  max-width: 1200px;
  position: relative;
  display: block;
}

.pag .in{
  margin-top: 0px;
  position: relative;
  top: 0px;
}

.colunas{
  font-size: 0px;
  width: 100%;
  display: table;
}

.coluna{
  display: table-cell;
  font-size: 16px;
  vertical-align: top;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
}

.rodape,
.pag{
  position: relative;
  display: block;
}

.conteudo,
.rodape,
.pag{
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bloco{
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}

.bloco_in{
  padding: 30px 0px;
  display: table-cell;
  vertical-align: middle;
}

.conteudo{
  position: relative;
  display: block;
  max-width: 1200px;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
}

.tc_menu h1{
  padding: 20px;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  color: #0B6575;
}

.tc_menu h1 strong{
  font-size: 0px;
  opacity:0;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity:0;
}

.tc_menu{
  text-align: center;
  position: relative;
}

.tc_menu img{
  width: 55%;
}

.tc_menu h2{
  font-size: 16px;
  color: #40AC72;
  padding: 10px;
  font-style: italic;
}

.tc_menu ul{
  padding: 20px;
}

.tc_menu ul li{
  display: block;
  padding: 10px;
  margin-bottom: 1px;
  color: #0B6575;
  text-transform: uppercase;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
}

.tc_menu ul li.marcado{
  border: 1px solid rgba(11,101,117,0.4);
  background: rgba(255,255,255,0.5);
}

.tc_cont{
  border-left: 3px solid rgba(11,101,117,0.1);
}

.tc_bx{
  padding: 20px;
}

.tc_tab_sel{
}

.tc_bx.frame_1{
  text-align: center;
}

.tc_bx h1{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  color: #0B6575;
  text-align: center;
}

.tc_bx h2{
  font-size: 20px;
  color: #40AC72;
  padding: 10px;
  line-height: 25px;
}

.tc_tit_leg{
  font-size: 14px;
  color: #40AC72;
}

.tc_tit_leg a{
  color: #0B6575;
  display: inline-block;
  padding-top: 3px;
  text-decoration: underline;
}
.tc_tit_leg a:hover{
  text-decoration: none;
}

.tc_bx h3{
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0B6575;
  padding: 20px 0px 0px 0px;
  border-top: 1px solid white;
  text-align: center;
  margin-top: 20px;
}

.tc_bx h4{
  font-size: 14px;
  text-align: center;
  color: #40AC72;
  line-height: 20px;
  padding: 20px 0px;
}

.tc_tab{
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
  border-style: solid;
  border-color: rgba(64,172,114,1);
}

.tab_header{
  border-width: 1px;
  color: #40AC72;
}

.tc_tab_header{
  padding: 15px 5px;
  border-right: 1px solid rgba(64,172,114,0.3);
}


.tc_tab_header:last-child{
  border-right: none;
}

.tc_tab_sel{
  color: #0B6575;
  text-transform: uppercase;
  font-size: 13px;
  padding: 20px 5px;
  line-height: 20px;
}

.tc_tab_sel:last-child{
  border-right: none;
}

.tab_sel{
  border-width: 5px;
}

.tc_bts a{
  font-size: 11px;
  color: rgba(64,172,114,0.7);
  text-decoration: underline;
}
.tc_bts a:hover{
  color: rgba(64,172,114,1);
}

.tc_txt_1{
  color: #40AC72;
}

.tc_txt_2{
  font-weight: 900;
}

.tc_txt_3{
  font-size: 30px;
  font-weight: 900;
  padding: 10px 0px;
}

.tc_txt_4{
  font-size: 9px;
  line-height: 10px;
  padding: 5px 0px;
}

.tc_tab_bt{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  font-weight: 900;
  color: white;
  background: #0B6575;
  margin: 5px 10px;
  padding: 10px;
  font-weight: 400;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
  border-bottom: 4px solid rgba(0,0,0,0.2);
  cursor: pointer;
}

.tc_tab_bt:hover{
  background: #40AC72;
}

.frame_1 h2{
  padding-top: 0px;
}

.frame_1 h1{
  padding: 20px;
}

.bx-controls{
  height: 10px;
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
  bottom: 0;
}
.bx-wrapper .bx-pager{
  padding: 0px;
}

.formulario{
  font-size: 0px;
  padding-top: 30px;
  margin: 0px -10px;
}

.f_campo{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
  padding: 10px;
  position: relative;
}

.f_campo strong{
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #40AC72;
  padding: 0px 0px 5px 10px;
}

.f_input{
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid rgba(11,101,117,0.1);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
  font-size: 15px;
  background: rgba(255,255,255,0.6);
  color: rgba(11,101,117,1);
}

.f_input:hover{
  border: 1px solid rgba(11,101,117,0.6);
}

.f_input:focus{
  border: 1px solid rgba(11,101,117,1);
  background: rgba(255,255,255,1);
}

span.customSelect {
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid rgba(11,101,117,0.1);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
  font-size: 15px;
  background-color: rgba(255,255,255,0.6);
  background-image: url('../gfx/drop.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  color: rgba(11,101,117,1);
}
span.customSelect.changed {
  background-color: #f0dea4;
}

span.customSelect.customSelectHover {
  border: 1px solid rgba(11,101,117,0.5);
}

span.customSelectInner{
  width: auto !important;
}

.f_campo select{
  cursor: pointer;
}

.ajuda{
  position: absolute;
  z-index: 1000;
  background: white;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
  border: 3px solid #0B6575;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  padding: 10px;
  font-size: 12px;
  line-height: 15px;
  color: #0B6575;
  text-align: center;
  display: none;
  margin: 7px auto 0px auto;
}

.ajuda em{

  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-bottom: 5px solid #0B6575;
  position: absolute;
  top: 0;
  margin-top: -8px;
}

.frame_obrig{
  padding: 10px 0px;
  color: #0B6575;
  font-size: 12px;
}

.frame_ctrl{
  padding: 10px 0px 40px 0px;
}

.bt_anterior span,
.bx_simula_proximo span{
  display: inline-block;
  padding-right: 10px;
}

.bt_anterior img,
.bx_simula_proximo img{
  height: 11px;
}

.bt_anterior,
.bx_simula_proximo{
  text-transform: uppercase;
  color: #40AC72;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
}

.bt_anterior:hover,
.bx_simula_proximo:hover{
  color: #0B6575;
}

.bt_proximo{
  display: inline-block;
  padding: 0px 0px 0px 25px;
  background: #0B6575;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  border-bottom: 4px solid rgba(0,0,0,0.2);
  height: 50px;
  line-height: 50px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
}

.bt_proximo span{
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: rgba(0,0,0,0.1);
  vertical-align: top;
  line-height: 50px;
  margin-left: 25px;
  background-image: url('../gfx/proximo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 15px;
}

.bt_proximo:hover{
  background: #40AC72;
}

.f_checks{
  padding: 20px 0px;
}

.f_c_el{
  color: #0B6575;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  display: table;
}

.f_c_el label{
  display: table-cell;
  min-height: 24px;
  vertical-align: middle;
  line-height: 18px;
  padding-left: 10px;
}

.ic_normal_radiobox,
.ic_normal_checkbox{
  display: table-cell;
  vertical-align: middle;
  width: 20px;
}

.f_caixa,
.f_upload{
  border: 3px solid rgba(11,101,117,0.2);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  padding: 20px;
  color: #0B6575;
}

.f_upload_link{
  padding-top: 20px;
}

.f_upload_msg{
  font-size: 18px;
  font-weight: 900;
}

.f_upload_link a{
  text-decoration: underline;
  color: #40AC72;
}

.f_upload_max{
  padding: 10px 0px;
  font-size: 12px;
}

.frame_4{
  text-align: center;
}

.s_centro .ic_normal_checkbox,
.s_centro .ic_normal_radiobox,
.s_centro label{
  display: inline-block;
}

.s_centro .f_c_el{
  text-align: center;
  display: block;
}


.f_caixa_tit{
  font-size: 20px;
  font-weight: 700;
}

.f_caixa_txt{
  padding-top: 15px;
  line-height: 25px;
}

.f_caixa_txt a{
  text-decoration: underline;
  color: #40AC72;
}

.conf{
  padding: 10px 0px;
}

.conf div{
  font-size: 0px;
  display: table;
  width: 100%;
  margin-bottom: 1px;
}

.conf span,
.conf strong{
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
  font-size: 14px;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
  padding: 10px;
  background: rgba(255,255,255,0.7);
}

.conf span{
  width: 25%;
  color: #40AC72;
}
.conf strong{
  width: 75%;
  color: #0B6575;
  font-weight: 700;
}

.conf em{
  display: block;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
  padding: 10px;
  color: white;
  background: #40AC72;
  font-weight: 900;
}

.f_checks_fim .f_c_el{
  padding-bottom: 10px;
}

.fim_info{
  line-height: 18px;
}

.ge_separador{
  height: 20px;
}

.f_caixa .frame_ctrl{
  padding-bottom: 0px;
}

.oculto{
  /*display: none;*/
  height: 0;
  overflow: hidden;
}

.elet_option .f_checks label{
  font-weight: 700;
}

.elet_option .f_checks a{
  color: #40AC72;
  text-decoration: underline;
  font-weight: 400;
}

.campanha_aberta{
  padding: 20px;
  text-align: center;
  background: rgba(11,101,117,0.9);
  -moz-border-radius: 0px 4px 0px 0px;
  -webkit-border-radius: 0px 4px 0px 0px;
  border-radius: 0px 4px 0px 0px;
  -khtml-border-radius: 0px 4px 0px 0px;
  color: white;
  text-transform: uppercase;
  margin-left: -2px;
}

.campanha_aberta strong{
  font-weight: 900;
}

.campanha_aberta em{
  font-weight: 900;
}

.error{
    border: 1px solid red !important;
}

.upload_hide, .ciclo_hide, .hide_fat_ele,
 .hide_mod, .hide_debito, .hide_titular, 
 .hide_tit_esc, .hide_morada, .hide_ambos, 
 .hide_cp_linha, .hide_cp_linha_outro, .email_f_h{
  display: none;
  /*overflow: hidden;*/
}

.frame_4 .hide_fat_ele{
  display: block;
}

#swsCicloHorario, #_swsDistrito, 
#_swsConcelho, #swsCodPostalOutro, 
#swsRuaOutro, #_sw010s22_ctt_2{
    height: 41px !important;
    width: 100% !important;
}

input.campo_bloqueado:focus,
input.campo_bloqueado:hover,
input.campo_bloqueado{
    border: 1px dashed rgba(11,101,117,0.3);
    background: transparent;
}

.resp_logo,
.resp_tab_num,
.resp_tab_tit{
  display: none;
}

.resp_logo{
  padding-bottom: 10px;
}

.observ{
  font-weight: 900;
}

.nao_oculto
{
  height: auto;
}


.sign_signed{
  display: block;
  text-align: center;
  padding: 10px;
}

.signed_bt,
.signed_bt_resp{
  display: inline-block;
  opacity:0.5;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity:0.5;
}

.signed_bt:hover{
    opacity:1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
}

.signed_bt img,
.signed_bt_resp img{
  height: 12px;
}

.signed_bt_resp{
  display: none;
}


.info_descontos{
    bottom: 20px;
    color: #0b6575;
    display: block;
    font-size: 13px;
    height: 20px;
    left: 0;
    line-height: 20px;
    margin-bottom: 1px;
    padding: 10px;
    position: absolute;
    right: 0;
    text-transform: lowercase;
}

.info_descontos a:link, .info_descontos a:visited, .info_descontos a:hover, .info_descontos a:active{
    color: #0b6575;
}

div.bx_slide_txt
{
    text-align: center;
    line-height: 30px;
    padding: 30px;
}
div.bx_slide_txt a{
    color: black;
    text-decoration: underline;
}
div.bx_slide_txt p{
    font-size: 15px;
    color:#666;
}
div.bx_slide_txt h2{
    color:black;
    font-size: 20px;
}
.sws_fim_txt{
    font-size: 12px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 20px;
}
.f_c_el label a {
    color: #0B6575;
    text-decoration: underline;
}


.lb{
  position: fixed;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 5000;
  display: none;
  overflow: hidden;
  border-radius: 8px;
}

.lb_in{
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.lb_tab{
  display: table;
  width: 100%;
  height: 100%;
}

.lb_cont{
  padding: 20px;
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: white;
}

.lb_pos{
  max-width: 800px;
  margin: 0px auto;
}

.lb_fx{
  width: 4px;
  height: 4px;
  background: white;
  position: fixed;
  border-radius: 8px;
  z-index: 5001;
  opacity: 0.5;
}

.lb_fx_bg{
  background: black;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 4998;
  opacity: 0;
}

.fecha_lb_x{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 50;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.fecha_lb_x i{
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 20px;
}

.fecha_lb_x:hover{
  transform: scale(1.2) rotate(360deg);
}

.fecha_lb_x img{
  width: 100%;
}

.form_duvida{
  padding: 30px;
}

.bt_form_duvida{
  font-family: 'kalam';
  font-weight: 700;
  color: #00ad6e;
  display: inline-block;
  border-bottom: 1px solid #00ad6e;
  cursor: pointer;
}

.bt_form_duvida:hover{
  color: #0071ba;
  border-color: #0071ba;
}

.escs_tit{
  padding-top: 40px;
  font-family: 'bold';
  font-size: 40px;
  color:#ff0000;
}

.escs_subtit{
  font-size: 20px;
  padding-top: 10px;
  color:#ff0000;
}

.escs_perg{
  font-size: 26px;
  padding-top: 30px;
  padding-bottom: 20px;
  
}

.escs{
}

.esc{
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
  border: 1px solid rgba(0,0,0,0.15);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.esc:hover{
  border-color: #ff0000;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

.esc_els{
  font-size: 0px;
  position: relative;
  margin-right: 250px;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,0.15);
}

.esc_el{
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 200px;
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
}

.esc_el img{
  width: 60%;
  padding-top: 20px;
}

.esc_sel{
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background: rgba(0,0,0,0.05);
}

.esc:hover > .esc_sel{
  background: white;
}

.esc_el span{
  position: absolute;
  right: 40px;
  top: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
  border-radius: 30px;
  background: #0071ba;
  line-height: 30px;
  font-size: 12px;
  font-family: 'bold';
}

.esc_el strong{
  display: block;
  height: 60px;
  line-height: 15px;
  font-size: 12px;
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-family: 'medium';
}
.esc_el strong em{
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}

.esc_sel_in{
  display: table;
  height: 100%;
  vertical-align: middle;
}

.esc_sel_cont{
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.esc_sel_info{
  font-size: 12px;
}

.esc_selecao{
  font-family: 'bold';
  font-size: 30px;
  padding: 10px 0px;
}

.esc_selecao span{
  font-size: 14px;
}

.esc_bt span{
  display: inline-block;
  background: #0071ba;
  padding: 10px 20px;
  border-radius: 4px;
  color: white;
  font-family: 'bold';
  cursor: pointer;
}
.esc_bt span:hover{
  background: #ff0000;
}

.lb_in{
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.lb_tab{
  display: table;
  width: 100%;
  height: 100%;
}

.lb_cont{
  padding: 20px;
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: white;
}

.ajbox{
  position: fixed;
  display: none;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
}

.ajbox .in{
  max-width: 600px;
}


.ajbox_x img{
  width: 100%;
}

.ajbox_x{
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -10px;
  margin-right: -10px;
  width: 30px;
  background: white;
  border-radius: 100%;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  cursor: pointer;
}

.ajbox_x:hover{
  transform: scale(1.5,1.5);
}

.ajbox_cx{
  margin: 10px;
  background: white;
  border-radius: 4px;
  box-shadow: 0px 0px 100px rgba(0,0,0,0.5);
  position: relative;
}

.ajbox_txt{
  padding: 20px;
  font-size: 16px;
  line-height: 25px;
}

.form_bt_ajuda{
  margin-top: 15px;
}

.form_bt_ajuda span{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 45px;
  text-align: center;
  font-family: 'Kalam';
  font-weight: 700;
  color: #0071ba;
  font-size: 25px;
  background: rgba(255,255,255,1);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  opacity: 0.6;
  cursor: pointer;
}
.form_bt_ajuda span:hover{
  opacity: 1;
}

.dib_ajuda{
  width: 0;
}

.lat_ajuda > .form_el{
  margin-right: 60px;
}
