.azul{
    color: #0B6575;
    color: rgba(11,101,117,1);
}

.azul2{
    color: #004992;
    color: rgba(0,73,146,1);
}

.verde{
    color: #40AC72;
    color: rgba(64,172,114,1);
}

.verde2{
    color: #129B2F;
    color: rgba(18,155,47,1);
}

.verde3{
    color: #0F9D53;
    color: rgba(15,157,83,1);
}

.verde4{
    color: #05BB2C;
}

@media only screen and (min-width: 750px){
    .home{
        background-image: url('../../img/bg/hd/bg.jpg');
    }
    .conteudo{
        background-image: url('../../img/bg/hd/blur.jpg');
    }
}

@media only screen and (max-width: 1200px) {
    .tc_txt_3{
        font-size: 20px;
    }
    .tc_txt_2{
        font-size: 12px;
    }

    .tc_txt_1{
        font-size: 10px;
        font-weight: 700;
    }

    .tc_menu,
    .tc_cont{
        display: inline-block;
    }
}

@media only screen and (max-width: 1100px){
    .f_c_el label{
        font-size: 12px;
    }

    .hide_morada .w75{
        width: 100%;
    }

    .hide_morada .w25{
        width: 50%;
    }
}

@media only screen and (max-width: 960px){
    .tc_txt_3{
        font-size: 16px;
    }

    .tc_tab_bt{
        font-size: 10px;
        font-weight: 700;
    }
}

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

    input, textarea {
      -webkit-appearance: none;
      -webkit-border-radius: 0;
    }
    .home{
        background: transparent;
    }

    body{
        background: url('../../img/bg/mobile/blur.jpg') top center;
        -webkit-text-size-adjust: none;
    }

    .home .bloco{
        width: 100%;
    }

    .tc_cont,
    .tc_menu,
    .cont_cols.colunas,
    .bloco_in,
    .bloco{
        width: auto;
        display: block;
    }

    .bloco_in{
        padding-top: 0px;
    }

    .ad_logo{
        display: none;
    }

    .resp_logo{
        display: block;
        text-align: center;
    }

    .resp_logo img{
        width: 100px;
    }

    .tc_menu h2{
        padding-bottom: 5px;
        font-size: 12px;
        font-weight: 700;
    }

    .tc_menu h1{
        padding-bottom: 5px;
        font-size: 12px;
    }

    .tc_menu ul{
        padding: 0px;
        font-size: 0px;
        margin: 0;
        display: table;
        width: 100%;
    }

    .tc_menu ul li{
        display: table-cell;
        vertical-align: middle;
        width: 20%;
        padding: 5px 0px;
        margin: 0px;
        -moz-box-sizing   : border-box;
        -ms-box-sizing    : border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing : border-box;
        box-sizing        : border-box;
        font-size: 0px;
        text-align: center;
        border: 1px solid rgba(11,101,117,0.4);
        border-right: none;
    }
    .tc_menu ul li:first-child{
        border-left-width: 0px;
    }

    .resp_tab_num{
        display: inline-block;
        padding: 3px 20px;
        font-size: 14px;
    }

    .tc_menu ul li.marcado{
        border-right: none;
        font-size: 9px;
        font-weight: 700;
        line-height: 10px;
    }

    .tc_bx{
        padding: 20px 5px;
    }

    .tc_bx h2{
        font-size: 16px;
        line-height: 20px;
    }

    .tc_tit_leg{
        color: #942100;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .frame_1 h1{
        font-size: 20px;
    }

    .tab_header{
        display: none;
    }

    .tab_sel{
        display: block;
        width: auto;
    }

    .tab_sel .coluna{
        display: block;
        width: auto;
    }

    .resp_tab_tit{
        display: block;
        padding: 10px;
        color: white;
        font-size: 14px;
        background: rgba(64,172,114,1)
    }

    .tc_txt_2{
        font-size: 20px;
    }

    .tc_txt_3{
        font-size: 30px;
    }

    .f_caixa, .f_upload{
        padding: 20px 5px;
        border-width: 1px;
        -moz-box-sizing   : border-box;
-ms-box-sizing    : border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing : border-box;
box-sizing        : border-box;
    }

    .f_caixa_tit{
        text-align: center;
        font-size: 16px;
    }

    .bt_proximo{
        font-size: 12px;
        padding-left: 20px;
    }

    .bt_proximo span{
        margin-left: 20px;
        width: 30px;
    }

    .f_c_el label{
        font-size: 11px;
    }

    .f_campo.w666,
    .f_campo.w333,
    .f_campo.w25,
    .f_campo.w75,
    .f_campo.w50{
        width: 100%;
    }

    .campanha_aberta{
        font-size: 12px;
        padding: 10px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -khtml-border-radius: 0px;
    }

    .tc_bx h1{
        font-size: 16px;
    }

    .no_mobile{
        display: none;
    }

    .conf span{
        font-size: 10px;
    }

    .ajuda{
        margin-right: 0px;
        position: relative;
    }

    .formulario{
        margin: 0px;
    }

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


}