.heading{
    width: 100%;
}
.heading-headingLines{
    width: 100%;
}

.heading-headingLines-line{
    width: 5%;
    height: 3px;
    float: left;
}

.heading-headingLines-line_01{
    width: 85%;
    background-color: #51abff;
}

.heading-headingLines-line_02{
    background-color: #f5f5f4;
}
.heading-headingLines-line_03{
    background-color: #dcba4e;
}
.heading-headingLines-line_04{
    background-color: #3f9b62;
}

.wrap-logotype{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 30px;
}

.logotype{
    width: 40%;
    height: 40%;
    background-color: #e9e9e9;
    box-shadow: 0 10px 20px rgb(0,0,0, 0.5) ;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5%;
}

.logotype-image{
    width: 90%;
    height: 90%;
    border: 10px solid #f5f5f4;
    border-radius: 5%;


}
.logotype-image img{
    width: 100%;
    height: 100%;
    border-radius: 2%;
}


.heading-geralAlert{
    width: 100%;
    position: relative;
}

.heading-geralAlert-text{
    width: 100%;
    background-color: #fff;
    color: #848484;
    padding:12px 5px;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: -30px;
    display: block;
    border-bottom: 6px #e3e3e3 solid;
    box-sizing: border-box;
}