.header {
    min-height:100px;
    background-color:#E0E3F0;
}
.column_1 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_2 {
    float: none;
    width: auto;
    min-height: 10px;
    background:none center center scroll transparent;
}
.row_1 {
    clear: both;
    min-height: 0px;
    padding-bottom:20px;
    background:none scroll transparent;
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
.row_m2 {
    display:none;
}
img.image1 {
    height: auto;
    width:auto;
    display:block;
    margin:20px auto;
}
img.iEmpresa {
    clear:both;
}
img.iMenu {
    display: none;
}
@media only screen and (min-width : 768px) {
    .header {
        min-height: 100px;
    }
    .column_1 {
        width: 30%;
        min-height: 100px;
        margin-left:auto;
        margin-right:auto;
    }
    .column_2 {
        float: left;
        width: 100%;
        min-height: 110px;
        background-size:auto;
        background-position:center center;
        background-image:url("../img/0-2-header/bg-laranja.png");
    }
    .row_1 {
        display:none;
    }
    .row_m2 {
        clear: both;
        width: 90%;
        min-height:10px;
        margin-left:auto;
        margin-right:auto;
        padding-top:0;
        padding-bottom:0;
        background:none;
        right:auto;
        left:auto;
        display:inline;
    }
    img.image1 {
        display:block;
        width:200px;
        float:none;
        margin:10px auto 0 auto;
    }
    img.iMenu {
        clear:both;
        float: none;
        display: block;
        margin-right:auto;
        margin-left:auto;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        min-height: 160px;
    }
    .row_1 {
        clear: both;
        width: 80%;
        margin-left:5%;
        min-height:160px;
        right:auto;
        left:auto;
        margin-left:auto;
        margin-right:auto;
        padding-top:0;
        padding-bottom:0;
        background:none;
        display:inline;
    }
    .row_m2 {
        display:none;
        width:80%;
    }
    .column_1 {
        float: left;
        min-height:160px;
        width:30%;
        right:auto;
        left:auto;
        margin-right:0;
    }
    .column_2 {
        float: left;
        min-height:160px;
        width:70%;
        background-position:left top;
        background-size:auto;
        background-image:url("../img/0-2-header/bg-laranja.png");
        margin-top:0;
        margin-bottom:0;
        padding-top:0;
        padding-bottom:0;
    }
    img.image1 {
        float: none;
        display:block;
        width:auto;
        margin:20px 0 0 auto;
    }
    img.iMenu {
        margin-top:10px;
        margin-bottom:10px;
    }
}