.bg-top{
    background-image: url(../img/bgTp.png);
    width: 680px;
    height: 24px;
    position: absolute;
    top: -24px;
    right: 0.5%;
    z-index: 0;
}

.bg-bottom{
    background-image: url(../img/bgBt.png);
    width: 680px;
    height: 45px;
    position: absolute;
    bottom: -29px;
    left: 0%;
    z-index: 0;
}

.bg-right{
    background-image: url(../img/bgRight.png);
    width: 18px;
    height: 413px;
    position: absolute;
    top: 14.5%;
    left: 100%;
    z-index: 0;
}

.bg-right-2{
    background-image: url(../img/bgRight.png);
    width: 18px;
    height: 413px;
    position: absolute;
    bottom: 0.5%;
    left: 100%;
    z-index: 0;
}

.bg-right-fim{
    background-image: url(../img/bgRight.png);
    width: 18px;
    height: 413px;
    position: absolute;
    bottom: 1.5%;
    left: 100%;
    z-index: 0;
}

.bg-left{
    background-image: url(../img/bgLeft.png);
    width: 19px;
    height: 402px;
    position: absolute;
    top: -1%;
    right: 100%;
    z-index: 0;
}

body .teste{
    
    background: url(../img/bgRed2.jpg) repeat-x; 
    background-position: 0 10em; 
    background-color: #d0dfe2; 
    padding-top: 20px; 
    padding-bottom: 90px;
}

.logo-bisa{
    max-width: 180px;
    margin-bottom: 20px;
}

.topo-fim{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.topo-fim img{
    width: 130px;
}


