@font-face {
  font-family: hatudo2;
    font-display: swap;
  src:url(fonts/hatudo2/hatudo2.eot);
  src:url(fonts/hatudo2/hatudo2.eot?#iefix) format("embedded-opentype"),
    url(fonts/hatudo2/hatudo2.woff) format("woff"),
    url(fonts/hatudo2/hatudo2.ttf) format("truetype"),
    url(fonts/hatudo2/hatudo2.svg#hatudo2) format("svg");
  font-weight: 400;
  font-style: normal;

}

[class^=icon2-]:before,
[class*=" icon2-"]:before {
  font-family: hatudo2 !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.icon2-animais:before {
  content: "\61";
}
.icon2-anuncio:before {
  content: "\62";
}
.icon2-beleza:before {
  content: "\63";
}
.icon2-desporto:before {
  content: "\64";
}
.icon2-auto:before {
  content: "\65";
}
.icon2-empresas:before {
  content: "\66";
}
.icon2-imobiliario:before {
  content: "\67";
}
.icon2-jardim:before {
  content: "\68";
}
.icon2-maquinas:before {
  content: "\69";
}
.icon2-moda:before {
  content: "\6a";
}
.icon2-musica:before {
  content: "\6b";
}
.icon2-outros:before {
  content: "\6c";
}
.icon2-nautica:before {
  content: "\6d";
}
.icon2-tecnologia:before {
  content: "\6e";
}
.icon2-servicos:before {
  content: "\6f";
}
.icon2-youtube:before {
  content: "\70";
}
.icon2-face:before {
  content: "\71";
}
.icon2-insta:before {
  content: "\72";
}


/* HEADER */
.main_logo{
    margin: 15px 0 !important;
}
.login_trigger2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #2E2E2E;
    background-color: #DFDFDF;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: .035em;
    margin-right: 15px;
    cursor: pointer;
    height: 40px;
    padding: 10px 30px;
    border-radius: 8px;
}

.login_trigger2:hover {
    color: #ffffff;
    background-color: #2E2E2E;
    border-radius: 8px;
}
.inserir_btn2 {
    padding: 8px 20px;
    background: #F18A00;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-size: auto;
    background-position: top right;
    background-repeat: no-repeat;
    min-width: 180px;
    font-size: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    position: relative;
    border-radius: 8px;
}
.inserir_btn2:hover {
    background-color: #2E2E2E;
    -webkit-transition: background-color .5s linear;
    -ms-transition: background-color .5s linear;
    transition: background-color .5s linear;
    border-radius: 8px;
}

.icon2-anuncio{
    font-size: 25px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

/* HOME */
.home_pesq{
    min-height: 120px;
}
.home_pesq_cont{
    max-width: 100%;
    padding: 0;
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    padding: 30px 0;
}
.home_pesq_cont .tit_pesq{
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #2E2E2E;
    padding-bottom: 10px;
}
.home_pesq_cont>.div_100>.div_100 {
    border-radius: 0;
    background: none;
    position: relative;
    border: 0;
}
.home_pesq_divs{
    padding: 0;
    width: calc(100% - 220px);
}
.home_pesq_cells{
    background-color: #ffffff;
    padding: 20px 25px;
    border-radius: 8px;
    border-right: 0;

    -webkit-box-shadow: 0px 9px 18px -4px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 9px 18px -4px rgba(0,0,0,0.25);
    box-shadow: 0px 9px 18px -4px rgba(0,0,0,0.25);
    position: relative;
    margin-right: 4px;
    width: calc(50% - 4px);
}
.home_pesq_cells:before{
    top: 50% !important;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
        z-index: 115;
}
.home_pesq_cells input{
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}
.home_pesq_divs:last-child{
    width: 220px;
}

.home_pesq_divs .btn_geral{
    padding: 20px 25px;
    background-color: #2E2E2E;

}
.home_pesq_divs .btn_geral:hover{
    background-color: #F18A00;
    color: #ffffff;
}
@media only screen and (max-width:768px) {
    .home_pesq_cont{
        padding: 30px 20px;
    }
    .home_pesq_cells{
        width: 100%;
        margin: 0;
        margin-bottom: 6px;
        padding: 0;
    }
    .home_pesq_cells input{
        padding: 20px 25px;
        padding-right: 25px;
    }
    .home_pesq_cells .regista_cat_sel .ddTitle{
        padding: 20px 25px;
        border: 0;
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        color: #2E2E2E;
    }
    .home_pesq_cells .regista_cat_sel .ddArrow{
        display: none;
    }

    .home_pesq_divs:last-child{
        width: 100%;
    }
}



/* CATEGORIAS HOME */
.home_cats_cont2_bg{
    display: table;
    width: 100%;
    background-color:#F6F6F6;
}
.home_cats_cont2 {
    padding: 10px 0;
    /*padding-bottom: 80px;*/
    background: #fff
}

.home_cats_divs2 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    cursor: pointer;
    /*border-bottom: 10px solid #F6F6F6;*/

    /*background-color:rgba(223,223,223,0.25);*/
}
.home_cats_divs2.destaque {
    width: 25%;
    padding: 25px 30px;
    padding-top: 15px;
    /*border-bottom: 10px solid #ffffff;*/
    text-align: center;
    cursor: default;
}
.home_cats_cont2_bg > .div_100{
    border-bottom: 10px solid #ffffff;
}

.home_cats_divs2.destaque.dest_1{
    width: 100%;
}
.home_cats_divs2.destaque.dest_2{
    width: 50%;
}

.home_cats_divs2.destaque.dest_3{
    width: 33.333%;
}


/*.home_cats_divs2.destaque.dest_2:nth-child(1){
    border-right: 5px solid #ffffff;
}
.home_cats_divs2.destaque.dest_2:nth-child(2){
    border-left: 5px solid #ffffff;
}
.home_cats_divs2.destaque.dest_3:nth-child(1){
    border-right: 5px solid #ffffff;
}
.home_cats_divs2.destaque.dest_3:nth-child(2){
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}
.home_cats_divs2.destaque.dest_3:nth-last-child{
    border-left: 5px solid #ffffff;
}*/

.home_cats_divs2.destaque.col_1:not(.dest_1){
    border-right: 5px solid #ffffff;
}
.home_cats_divs2.destaque.col_2:not(.dest_2){
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}
.home_cats_divs2.destaque.col_3:not(.dest_3){
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}
.home_cats_divs2.destaque.col_4,
.home_cats_divs2.destaque.col_3:not(.dest_4),
.home_cats_divs2.destaque.col_2:not(.dest_3),
.home_cats_divs2.destaque.col_2:not(.dest_4){
    border-left: 5px solid #ffffff;
}

.home_cont_imagem2{
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.home_cats_divs2.destaque.dest_1 .home_cont_imagem2{
   padding-right: 30px;
}
.home_cats_divs2.destaque .home_cont_imagem2.col3{
    width: 100%;
    max-width: 170px;
}
.home_cats_img2 {
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #F18A00;
    border-radius: 50%;
}

.home_cats_img2 svg{
    max-width: 26px;
    max-height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_cats_img2 svg path,
.home_cats_img2 svg rect,
.home_cats_img2 svg polygon,
.home_cats_img2 svg circle{
    fill: #ffffff;
}

.cont_titulos{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 65px);
    position: relative;
}
.cont_titulos:before{
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 30px;
    color: rgba(46,46,46,0.4);
}
.home_cats_tit2 {
    color: #2e2e2e;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}

.home_cats_divs2.destaque .home_cats_tit2{
    display: table;
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.home_cats_tit2 div{
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}
.home_todos_anuncios{
    display: none;
    color: #2E2E2E;
    font-size: 13px;
    font-weight: 400;
}
.home_todos_anuncios:before{
    float: right;
    font-size: 15px;
}
.cont_categorias{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 175px);
    text-align: left;
}

.cont_categorias .cat_nome{
    display: inline-block;
    width: 49%;
    vertical-align: middle;

    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #2E2E2E;
}
.home_cats_divs2.destaque.dest_1 .cont_categorias .cat_nome{
    width: 25%
}
.home_cats_divs2.destaque.dest_3 .cont_categorias .cat_nome{
    width: 100%
}
.cont_categorias .cat_nome:hover{
    color: #F18A00;
}
.cont_categorias .cat_nome.linha{
    text-decoration: underline;
}
.cont_categorias .cat_nome.linha .div_100{
    width: auto;
}
.cont_categorias .cat_nome.linha .div_100:before{
    float: right;
    font-size: 15px;
    margin-top: 2px;
    margin-left: 5px;
}
.home_cats_divs2.destaque.sel .cont_categorias .cat_nome.linha .div_100:before{
    transform: rotate(-180deg);
}
.home_cats_divs2.destaque .home_cats_img2{
    width: 80px;
    height: 80px;
    margin: auto;
}
.home_cats_divs2.destaque .home_cats_img2 svg{
    max-width: 48px;
    max-height: 44px;
}
.home_cats_divs2.destaque .home_cats_tit2{
     font-size: 20px;
     padding-bottom: 8px;
}

/*HOVER*/
.home_cats_divs2.sel{
    background-color: #F18A00;
}
.home_cats_divs2.sel .home_cats_img2 {
    background-color: #ffffff;
}
.home_cats_divs2.sel .home_cats_img2 svg path,
.home_cats_divs2.sel .home_cats_img2 svg rect,
.home_cats_divs2.sel .home_cats_img2 svg polygon,
.home_cats_divs2.sel .home_cats_img2 svg circle{
    fill: #F18A00;
}
.home_cats_divs2.sel .home_cats_tit2 {
    color: #ffffff;
}
.home_cats_divs2.sel .home_todos_anuncios, .home_cats_det2 .home_todos_anuncios{
    display: inline-block;
}
.home_cats_det2 .home_todos_anuncios{
    color: #F18A00;
    font-weight: 900;
}
.home_cats_det2 .home_todos_anuncios:hover{
    color: #2e2e2e;
}

.home_cats_divs2.sel .cont_categorias .cat_nome:hover{
    color: #ffffff;
}






.home_cats_txt2 {
    color: #f18903;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .035em;
    display: none;
}

.home_cats_divs2:hover .home_cats_txt2 {
    display: block;
}

.home_cats_cont2_bg .prod_aberto{
    /*margin-top: -10px !important*/
}
.home_cats_det2 {
    background: #DFDFDF;
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px;
    padding-top: 10px;
    /*margin-top: -10px;*/
    /*margin: 45px 0;*/
    display: table;
   /* box-shadow: 0 10px 5px -5px rgba(102, 102, 102, .47)*/
}

/*.home_cats_det2 .seta {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #f6f6f6 transparent;
    position: absolute;
    left: 0;
    margin-left: -15px;
    top: -15px
}*/

.home_cats_det_tit2 {
    display: block;
    color: #706f6f;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .025em;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d6d6d6
}

.home_cats_det_tit2 span {
    color: #f18903
}

.home_cats_det_tit2:hover {
    color: #f18903
}

.home_cats_det_txt2 {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    width: 25%;
    color: #2E2E2E;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: .025em
}

.home_cats_det_txt2:hover {
    color: #F18A00
}

.destaques_txt .link{
    display: block;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    color: #2E2E2E;
    text-decoration: underline;
    padding-bottom: 10px;
}
.destaques_txt .link:hover {
    color: #F18A00
}
@media only screen and (max-width:1200px) {
    .dest_3 .cont_categorias{
        display: none;
    }
    .dest_3 .home_cats_divs2.destaque .home_cont_imagem2{
        padding: 0;
    }
}
@media only screen and (max-width:1050px) {
    .home_cats_divs2 {
       width: 33.333%
    }
    .home_cats_det_txt2 {
        width: 33.333%
    }
    .cont_categorias{
        display: none;
    }
    .home_cats_divs2.destaque .home_cont_imagem2{
        padding: 0;
    }
}
@media only screen and (max-width:950px) {
    .home_cats_divs2.destaque.dest_4{
        width: 50%
    }


    .home_cats_divs2.destaque.col_2:not(.dest_3){
        border-left: 5px solid #ffffff;
        border-right: 0;
    }
    .home_cats_divs2.destaque.col_3:not(.dest_3){
        border-left: 0;
        border-right: 5px solid #ffffff;
    }

    .home_cats_cont2 .container_1280{
        padding: 0;
    }
}

@media only screen and (max-width:750px) {
    .home_cats_divs2.destaque{
        padding: 20px 10px;
    }

    .home_cats_divs2 {
       width: 50%
    }
    .home_cats_divs2.destaque.dest_3{
        width: 50%;
    }
    .home_cats_divs2.destaque.dest_3:nth-child(2){
        border-right: 0;
    }
    .home_cats_divs2.destaque.dest_3:nth-child(3),
    .home_cats_divs2.destaque.dest_3:nth-child(4){
        width: 100% !important;
        border-left: 0;
    }
    .home_cats_divs2.destaque .home_cats_tit2 {
        font-size: 16px !important;
        line-height: 20px;
    }
    .home_cats_txt2 {
        font-size: 13px;
        line-height: 20px
    }
    .home_cats_det_txt2 {
        width: 33.333%
    }
}

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

    .home_cats_divs2 {
        width: 100%;
        border-top:10px solid #ffffff;
    }
    .home_cats_det_tit2,
    .home_cats_det_txt2 {
        font-size: 13px;
        line-height: 16px
    }
    .home_cats_det_txt2 {
        width: 50%
    }
    .cont_titulos:before{
        display: block;
    }
}

/* FOOTER */
.footer{
    padding-top: 0;
    border-top: 0px solid #d6d6d6 !important;
}
.footer .subs_news{
    margin: 0;
    margin: 50px 0;
}
.ft_news .div_table_cell:first-child{
    width: 350px;
}
.ft_news .div_table_cell:nth-child(3){
    width: 290px;
    padding-right: 10px;
}
.ft_news .div_table_cell:last-child{
    width: 200px;
}
.tit_news{
    font-size: 24px;
    line-height: 27px;
    font-weight: 900;
    color: #2E2E2E;
}
.ft_news .input-hideo,
.subs_news_mobile .input-hideo{
    width: calc(100% - 20px);
    max-width: 100%;
    border:0;
    /*padding-right: 20px;*/
}
.ft_news .input-hideo .input_field-hideo,
.subs_news_mobile .input-hideo .input_field-hideo{
    padding: 15px 25px;
    background-color: #F6F6F6;
    border: 1px solid #d6d6d6;
    border-radius: 8px;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ft_news .bt_news,
.subs_news_mobile .bt_news{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background-color: #2E2E2E;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.ft_links{
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: rgba(223,223,223,0.25);
    border-top: 1px solid #d6d6d6;
}
.footer_redes.icon2-face:before{
    font-size: 17px;
    color: #2A69CE;
}
.footer_redes.icon2-insta:before{
    font-size: 16px;
    color: #2E2E2E;
    margin-left: 20px;
}
.footer_redes.icon2-youtube:before{
    font-size: 18px;
    color: #C70A0A;
    margin-left: 20px;
}
.footer_redes:hover:before{
    color: #F18A00
}
.footer_cells:first-child{
    width: 190px;
}
.footer_cells:last-child{
    width: calc(100% - 190px);
}
.footer_inline{
    width: 33.333%;
}
.div_redes_mobile{
    display: none;
}

@media only screen and (max-width:1250px) {
    .ft_news .div_table_cell:first-child{
        width: 220px;
        padding-right: 30px;
    }

    .ft_news .div_table_cell:nth-child(3){
        width: 250px;
    }
    .ft_news .div_table_cell:last-child{
        width: 150px;
    }
}

@media only screen and (max-width:950px) {
    .ft_news{
        display: none;
    }
    .tit_news{
        text-align: center;
    }
    .subs_news_mobile{
        display: block;
    }
    .subs_news_mobile .input-hideo{
        padding:0;
        margin: 15px 0;
    }
    .subs_news_mobile .bt_news{
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .div_redes_mobile{
        display: block;
        text-align: center;
        padding: 25px 0;
        border-top: 1px solid #d6d6d6;
    }
    .div_redes_desck{
        display: none !important;
    }
    .direitos{
        text-align: center;
        border-top: 1px solid #d6d6d6;
        padding: 15px 0;
    }
    .footer_cells:first-child{
        display: none;
    }
}


.pub_container.homepub {
    display: none;
}
.pub_container.homepub.active {
    display: table;
}
.header .div_table_cell_title{
    width:50%;
    display:table-cell;
    margin-bottom: 1%;
    vertical-align: middle;
}
.header .logo_title_index{
    font-size:14px;
    margin-bottom: 2%;
    margin-top:-2%;
}

.header h1 span{
    text-indent: -9999px;
}

#titlepage{
    font-size:18px;
    margin:1%;
    text-align: center;
}

.titlepageh2{
    font-size:18px;
    text-align: center;
    margin:1%;
    margin-bottom: 2%;
}

.area_compra_plan_btn{
    padding:5px 10px;
    background:#0074c8;
    cursor:pointer;
    color:#ffffff;
    font-size:16px;
    line-height:20px;
    font-weight:900;
    letter-spacing:0.030em;
    text-align:center;
    border-radius:5px;
}
.area_compra_plan_btn:hover{
    background:#f18903;
    border-radius:5px;
}

#vantagens td,tr{
    padding-right: 20px;

}

@media screen and (max-width: 1320px) {
    .logo_title_index {
        text-indent: -9999px;
    }
}
/*.pub_container.divs_sidebar.active {
    display: table-cell;
}*/

.stickATC {
	position: fixed;
	top:0;
	z-index: -1;
}


