.clube-assinatura {
	background-image: url(https://clubbrasilcafe.com/img/clube/bg_bcafe.png);
    background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
}


.clube-assinatura .box-bottom {
	background-image: url(https://clubbrasilcafe.com/img/clube/fundo_madera.png);
    background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
}

.img-xicara-clube {
    width: 40%;
}

.img-regioes-clube {
    width: 70%;
}

@media only screen and (max-width: 768px) {
    .img-xicara-clube {
        width: 80%;
    }

    .img-regioes-clube {
        width: 80%;
    }

    .txt-lancamento {
        font-size: 22px;
    }
}

.color-verde {
    color: #56915f;
}

.color-amerelo {
    color: #aca14c;
}

.box-center {
    margin-left: auto; 
    margin-right: auto; 
    display: table;
}

.clube-assinatura-1 {
    background-color: #f6f5f5;
	background-image: url(https://clubbrasilcafe.com/img/clube/fundo_quadricular.png);
    background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
}

.txt-somos-clube {
    color: #aca14c;
    font-style: italic;
}

.box-cafe {
    position: absolute;
    right: 0px;
    margin-top: 80px;
}

.box-xicara {
    position: absolute;
    left: 140px;
    margin-top: 80px;
}

.btn-assine {
	background: #60a16a;
	color: #ffffff;
}

.btn-assine:hover{
	background: #397d43;
	color: #ffffff;
}

.btn-assine-mensal {
    background: #82a687;
    color: #ffffff;
}

.btn-assine-mensal:hover {
    background: #60a16a;
    color: #ffffff;
}

.accordion {
    border-radius: 30px;
}