#splipay-wrap{
    width: 70%;
}

.div_1 {
    background:#D44738;
    color:#ffffff;
    width:100%;
    margin-top:20px;
    padding: 0;
    height: 280px;
}

.atention{
    padding-top: 10px;
    text-align:center;
    font-size:2em;
    font-weight:bold;
}

.paragrafo {
    padding-left: 40px;
    font-size: 1.1em;
}

.cb-bu{
    display:block;
    max-width:250px;
    width:100%;
    background:#F3FF5C;
    color:#222598;
    padding:10px;
    text-decoration:none;
    margin-top:20px;
    font-weight:bold;
    margin-left: 50%;
    transform: translateX(-50%);
    border: none;
    text-align:center;
}

.cb-bu:hover{
    background:#222598;
    color:#F3FF5C;
    text-decoration:underline;
}
