hr{
border-color:#fffff;
box-sizing:border-box;
width:50%; 
}

table{
font-size: 50%;
font-family: Sans-serif;
color: #fffff;
width: 100%;
}

table td{
padding:10px;
text-align: center;
}

td p{
line-height: 1.8;
}

.background {
background: url("../img/fundo-b.jpg");
background-repeat: no-repeat;
background-size: 100%;
bottom: 0;
left: 0;
overflow: auto;
position: absolute;
right: 0;
top: 0;
background-size: cover;
}

.div-center {
position: absolute;
top: 40%;
left: 50%;
width: 650px;
transform: translate(-50%, -50%);
color: #ffffff;
text-align:center;
font-size: 150%;
font-family: Sans-serif;
background-color:#000000;
background: rgba(0, 0, 0, 0.3);
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}

.div-footer{
color: #ffffff;
position: absolute;
top: 65%;
left: 50%;
transform: translate(-50%, -50%);
justify-content: center;

font-size: 180%;
font-family: Sans-serif;
width: 650px;
}

.border-lft{
border-left: solid;
border-color: red;
border-width: 1px;
}

.logo-centro{
width: 400px;
}

