@media only screen and (max-width: 660px){
    .w22.swsNSocioACP
    {
        width: 60%;
    }
    .w2.acp_sep
    {
        width: 1%;
    }
    .w12.swsNSocioACPSufixo
    {
        width: 38%;
    }

    .w23.swsNifSocioACP
    {
        width: 100%;
    }

    .w39.swsDataNascimentoSocioACP
    {
        width: 100%
    }
}

@media only screen and (max-width: 950px){
    .sa_header h1{
        font-size: 40px;
    }

    .sa_nota{
        padding: 0px 50px;
    }

    .sa_seguinte .tc_tab_bt{
        font-size: 14px;
    }
}


@media only screen and (max-width: 800px){
    .sa_icon_txt{
        font-size: 20px;
    }

    .sa_campanha{
        font-size: 14px;
    }

    .sa_seguinte .tc_tab_bt{
        font-size: 12px;
    }
}

@media only screen and (max-width: 760px){
    .sa_header{
      background: url('../gfx/banner_adesao_acp_m.png') center center no-repeat;
      background-size: cover;
      margin: -20px;
      min-height: 180px;
      box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
    }

    .sa_header_in{
        padding-top: 16px;
    }
    .sa_header h1{
        font-size: 23px;
        line-height: 20px;
    }

    .sa_pack_in{
        display: block;
    }

    .sa_icon,
    .sa_energias,
    .sa_campanha,
    .sa_seguinte{
        display: inline-block;
        width: 100%;
    }

    .sa_icon{
        width: 30%;
    }
    .sa_energias{
        width: 70%;
    }

    .sa_icon_txt{
        text-align: center;
        font-size: 25px;
    }

    .sa_icon_txt span{
        padding: 0;
    }

    .sa_icon_txt em{
        height: 15px;
        line-height: 15px;
    }

    .sa_campanha{
        padding: 20px 0px 10px 0px;
        text-align: center;
        font-size: 16px;
    }

    .sa_seguinte .tc_tab_bt{
        font-size: 20px;
        display: block;
        width: auto;
        padding: 15px;
        margin-top: 0;
    }

    .sa_seguinte{
        padding: 20px;
        padding-top: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .sa_pack{
        box-shadow: 0px 3px 8px rgba(0,0,0,0.45);
    }

    .sa_icon:before{
        background: #333;
    }

    .sa_double{
        box-shadow: 0px -1px 0px rgba(0,0,0,0.2);
        padding-top: 15px;
    }

}