.boxpaywall {
    margin: auto;
    width: 100%
}

.boxpaywall .txt-azul {
    text-align: center
}

.boxpaywall h5 {
    text-align: center
}

.novopaywall {
    margin: auto;
    display: block;
    width: 50%;
    height: 30px;
    background-color: #334b9b;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    text-align: center
}

.novopaywall:hover {
    background-color: #fff;
    color: #334b9b;
    cursor: pointer
}

.paywall-limite {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF);
    height: 60px
}

.paywall-carregando {
    padding-bottom: 20px
}

.paywall {
    color: #fff;
    background: #2768ac;
    padding: 15px;
    margin: 50px auto 100px;
    max-width: 520px
}

.paywall-materia {
    display: none;
    line-height: 1000
}

.paywall-materia div {
    position: absolute;
    left: -10000px
}

.paywall-login {
    display: none;
    margin-top: 15px
}

.paywall .grande {
    line-height: 1.5
}

.paywall .btn {
    width: 100%;
    padding: 15px 0;
    background: #1f538a;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 300
}

.paywall .img {
    margin: 15px 0 -50px;
    box-shadow: 3px 3px 6px #666;
    position: relative;
    width: 128px;
    float: right
}


.paywall .img:before {
    content: "";
    position: absolute;
    top: -30px;
    right: 50px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff
}

.paywall-v2 {
    background-color: #2a3685;
    border-radius: 20px;
    color: #fff;
    padding: 25px;
    margin-bottom: 25px
}

.paywall-v2 div {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 25px;
    line-height: 1;
}

.paywall-v2 img {
    max-width: 100%
}

.paywall-v2 ul {
    margin: 0 0 30px 20px;
    padding: 0
}

.ge .paywall-v2 ul {
    margin: 95px 0 30px 20px;
}

.paywall-v2 ul li {
    list-style-image: url(/imagens/paywall-v2-tick.png);
    font-size: 12px;
    margin-bottom: 5px
}

.paywall-v2 ul li.destaque {
    color: #e7884e;
    font-weight: 700
}

.paywall-v2 small,
.paywall small a {
    color: #b3b6d0;
    font-size: 15px
}

.paywall-v2 small a {
    text-decoration: underline
}

.paywall-v2 a.btn {
    background-color: #e7884e;
    font-size: 24px;
    border-radius: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff!important
}

.paywall-v2 a.btn:hover {
    background-color: #e37532
}

.paywall-v2.black-friday ul li {
    list-style-image: url(/imagens/paywall-v2-tick-blackfriday.png)
}

.paywall-v2.black-friday h2 strong {
    font-weight: 800;
    color: #f7923a
}

.paywall-v2.black-friday a.btn {
    background-color: #f7923a
}

.paywall-v2.black-friday {
    background-image: radial-gradient(circle, #464646, #2d2d2d)
}

.paywall-v2.black-friday small,
.paywall.black-friday small a {
    color: #fff
}

@media only screen and (min-width:768px) {
    .boxpaywall {
        width: 619px
    }
}

@media (max-width: 1200px) {
    .ge .paywall-v2 ul {
        margin: 0 0 30px 20px;
    }
}
