.footerDivFino{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 1%;
    width: 98%;
    height: 5px;
    background-color: #A4253A;
    opacity: 1;
}
.footerDiv{
    position:absolute;
    margin-top:3% ;
    width:98%;
    height:100px;
    opacity: 1;
}
.divTitleContent{
    width:100%;
    height:50px;
}
.logo{
    max-width: 25vh;
    max-height: 20vh;
    width: auto;
    height: auto;
}
.posLogo{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:auto;
    align-content:center;
}
.titlePb{
    margin-top: 5%;
    text-align:center;
    font-size:24px;
}
.titlePbRightName{
    float:right;
    padding: 2%;
    font-size:14px;
}
