.header {
    background:none center center / 100% no-repeat scroll transparent;
    top:0px;
    left:0px;
    right:0px;
    z-index:1000;
    width:100%;
}
.row_28 {
    clear: both;
    min-height: 100px;
    background:none center center / 100% no-repeat scroll transparent;
}
.row_1 {
    clear: both;
    min-height: 100px;
    margin-top:20px;
    background-color:#FFFFFF;
    margin-bottom:30px;
}
.row_2 {
    clear: both;
    min-height: 100px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    left:auto;
}
.column_1 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_2 {
    float: none;
    width: auto;
    min-height: 100px;
    background-color:transparent;
    padding-top:25px;
}
.row_3 {
    clear: both;
    width: auto;
}
img.image1 {
    height: auto;
    width:auto;
    display:inline-block;
    margin-top:10px;
}
span.span1 {
    color: #000000;
}
@media only screen and (min-width : 768px) {
    .header {
        min-height: 170px;
    }
    .row_28 {
        clear: both;
        min-height: 100px;
        background-image:url("../img/fundo-topo.png");
        background-size:100%;
    }
    .row_1 {
        clear: both;
        min-height: 85px;
        margin-top:85px;
    }
    .row_2 {
        clear: both;
        min-height: 85px;
        margin-left:20%;
        margin-right:auto;
        width:70%;
    }
    .column_1 {
        float: left;
        width: 30%;
        min-height: 85px;
    }
    .column_2 {
        float: left;
        width: 60%;
        min-height: 85px;
    }
    .row_3 {
        clear: both;
        width: auto;
    }
    img.image1 {
        width: 80%;
    }
    .column_2_align {
        right: auto;
        left:auto;
        margin-left:5%;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        min-height: 170px;
    }
    .row_28 {
        clear: both;
        min-height: 100px;
        background-image:none;
        background-size:100%;
    }
    .row_1 {
        margin-top: 85px;
    }
    .row_2 {
        right: auto;
        margin-left:20%;
        margin-right:auto;
        width:70%;
    }
    .row_3 {
        clear: both;
        width: auto;
    }
    .column_1 {
        float: left;
    }
    .column_2 {
        float: left;
        width:60%;
    }
    img.image1 {
        width: 80%;
        margin-left:auto;
        display:block;
        float:none;
    }
    .column_2_align {
        margin-left: 2%;
    }
}