@media print {

    #middle, .middle-destaque-footer {
        float: left;
        width: 70%;
        padding-right: 15px;
        padding-left: 15px;
    }

    #col-right, .col-right-destaque-footer {
        float: left;
        width: 30%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .templateC, #caldeirao-carousel {
        overflow: hidden;
    }

    .templateB .col-sm-6 {
        float: left;
        width: 50%;
    }

    .templateD .col-esq, .tpla-left {
        float: left;
        width: 75%;
    }

    .templateD .col-dir, .tpla-right {
        float: left;
        width: 25%;
    }

    .templateE .col-sm-3 {
        float: left;
        width: 25%;
    }

    .templateF .col-sm-4 {
        float: left;
        width: 33.33333333%;
    }

    .destaque-footer-1 .col-sm-3 {
        float: left;
        width: 25%;
    }

    .middle-destaque-footer {
        float: left;
        width: 75%;
    }

    .middle-destaque-footer .col-sm-4 {
        float: left;
        width: 33.33333333%;
    }

    .middle-destaque-footer .col-sm-8 {
        float: left;
        width: 66.66666667%;
    }

    .col-right-destaque-footer {
        float: left;
        width: 25%;
    }
}