.c-marca {
    width: 24%;
    display: inline-table;
    text-align: center;
    padding: 15px;
}



.blq-marcas {
    /* display: flex; */
}

.c-marca img {
    width: 80%;
}

.c-marca p {
    margin-top: 25px;
}
.imgte {
    float: left;
    border-right: dotted 2px #ccc;
    margin: 30px 20px 30px 0;
    padding: 63px 77px;
    
}

.textoem {
    margin: 30px 10px;
    font-size: 14px;
    /* column-count: 2; */
    text-align: justify;
}

.t-cat.two_banner {
    color: #a0937d;
    left: 7px;
    top: 10px;
    margin-top: 19px;
}

.bl-cat-principal{
    display: inline-block;
}

.t-cat.two_banner b {
    font-size: 22px;
    font-weight: 900;
    line-height: 35px;
}

.t-cat.two_banner p {
    margin-top: 20px;
    font-size: 16px;
}

@media(max-width:410px) {

    .t-cat.two_banner b {
        font-size: 20px;
        font-weight: 700;
        line-height: 22px;
    }

    .t-cat.two_banner p {
        margin-top: 7px;
        font-size: 11px;
        line-height: 14px;
    }

    .t-cat.two_banner {
        top: 5px;
    }

}

@media (min-width: 411px) and (max-width:480px) {

    .t-cat.two_banner b {
        font-size: 24px;
        font-weight: 700;
        line-height: 22px;
    }

    .t-cat.two_banner p {
        margin-top: 7px;
        font-size: 12px;
        line-height: 14px;
    }

    .t-cat.two_banner {
        top: 5px;
    }
}

@media (min-width: 480px) and (max-width: 576px) {
    .t-cat.two_banner b {
        font-size: 25px;
        font-weight: 700;
        line-height: 22px;
    }

    .t-cat.two_banner p {
        margin-top: 9px;
        font-size: 13px;
        line-height: 20px;
    }

    .t-cat.two_banner {
        top: 5px;
    }

    #content>div:nth-child(5) {
        padding-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content>div:nth-child(5) {
        width: 100%;
        padding-top: 25px;
    }

    #content>div:nth-child(5)>div:nth-child(1) {
        width: 50%;
    }

    #content>div:nth-child(5)>div:nth-child(2) {
        width: 50%;
    }

    .t-cat.two_banner b {
        font-size: 13px;
        font-weight: 700;
        line-height: 22px;
    }

    .t-cat.two_banner p {
        margin-top: 7px;
        font-size: 11px;
        line-height: 14px;
    }

    .t-cat.two_banner {
        top: 5px;
        margin-top: 0px !important;
    }

    #content>div:nth-child(2)>div:nth-child(1) {
        width: 50%;
    }

    #content>div:nth-child(2)>div:nth-child(2) {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .t-cat.two_banner b {
        font-size: 24px;
        font-weight: 700;
        line-height: 22px;
    }

    .t-cat.two_banner p {
        margin-top: 7px;
        font-size: 13px;
        line-height: 20px;
    }

    .t-cat.two_banner {
        top: -10px;
    }

    #content>div:nth-child(2)>div:nth-child(1) {
        width: 50%;
    }

    #content>div:nth-child(2)>div:nth-child(2) {
        width: 50%;
    }

    #content>div:nth-child(5)>div:nth-child(1) {
        width: 50%;
    }

    #content>div:nth-child(5)>div:nth-child(2) {
        width: 50%;
    }

    body {
        font-size: 14px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .t-cat.two_banner b {
        font-size: 18px;
        font-weight: 700;
        line-height: 0px;
    }

    .t-cat.two_banner p {
        margin-top: 3px;
        font-size: 13px;
        line-height: 20px;
    }

    .t-cat.two_banner {
        top: 0px;
        padding-top: 11px;
        margin-top:0px;
    }

    #content>div:nth-child(5) {

        width: 100%;
        padding-top: 25px;

    }

    .bl-cat {
        width: 400px;
        margin: 0 auto;
    }

    .bl-cat.sec {
        width: 400px;
        margin: 0 auto;
    }
    .bl-cat-principal{
        display: flex;
        flex-direction: column;
    }

}

@media (max-width: 767px) {
    .c-marca {
        width: 49%;}
    .imgte {
        float: inherit;
        border: none;
        margin: initial;
        padding: initial;
        width: 95%;
}
}