/*html.beta * {color:red}*/
/*.cat-grid {
    margin-top:5px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 5px;
}

.cat-columns {
column-count: 2;
column-gap: 40px;
}

.flip-box {
display: inline-block;
width: 100%;
margin-bottom: 20px;
background: #fff;
padding: 15px;
border: 1px solid #eee;
border-radius: 8px;
display: flex;
font-size: 15px;
line-height: 20px;
font-weight: 800;
}

.flip-box .img{
padding-right:10px;
}

.flip-box .img i::before{
color:#F18A00;
}


.flip-box:hover {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}*/

/* CATEGORIAS HOME */

/*.cont_categorias {
    vertical-align:top; 
}


.home_cats_cont2_bg{
    display: table;
    width: 100%;
    background-color:#F6F6F6; 
}
.home_cats_cont2 {
    padding: 10px 0;
    background:red;
}








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


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



.home_cats_divs2.destaque.dest_1 .home_cont_imagem2{
   padding-right: 30px;
}

.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_todos_anuncios{
    display: none;
    color: #2E2E2E;
    font-size: 13px;
    font-weight: 400;
}
.home_todos_anuncios:before{
    float: right;
    font-size: 15px;
}




.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.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_det2 {
    background:transparent;
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px;
    padding-top: 10px;

    display: table;

}

.home_cats_cont2_bg {
  border: 2px solid #e7edf2;
}


@media (min-width: 1300px) and (max-width: 18402px) {
 .home_cats_cont2 {
   position: relative;
   padding: 15px 75px 0 75px;
}
}
.home_cats_cont2{
   background-color:#f4f7fb;
}
#body-home > section > div.inside.div_100 > div
{
background-color:#f4f7fb;
}
@media (min-width: 1840px) {
 .home_cats_cont2 {
   position: relative;
   padding: 15px 0px 0 0px;
}
}

.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_cont2 .container_1280{
        padding: 0;
    }
}

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




    .home_cats_divs2.destaque.dest_3:nth-child(3),
    .home_cats_divs2.destaque.dest_3:nth-child(4){
        width: 100% !important;
    }

    .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%;
    }
    .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;
    }
}*/



