@import "main.css";

/* SLIDER */
.slick-dots li.slick-active button:before{
    /*color: var(--site_green);*/
}

/*FORMAS DE PAGAMENTO*/
.formas-pagamento .box{
    background: rgb(15,150,56);
    background: linear-gradient(138deg, rgba(15,150,56,1) 35%, rgba(54,93,52,1) 100%);
    color: var(--site_white);
    border-radius: 8px;
    padding: 20px 0;
    margin: 0 40px;
}

.formas-pagamento .box{
    height: 140px;
}

.formas-pagamento .box span{
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.formas-pagamento .box span.destaque{
    font-size: 60px;
    line-height: 60px;
}

@media all and (min-width: 992px) and (max-width: 1199px){
    .formas-pagamento .box{
        margin: 0;
    }

    .formas-pagamento .box span.destaque{
        font-size: 50px;
        line-height: 55px;
    }
}

.formas-pagamento .col-box-3 span{
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}