﻿.wr-site-cana .bx-modal-lgpd {
    background-image: url('../Img/draft_cana.png');
}

.wr-site-algodao .bx-modal-lgpd {
    background-image: url('../Img/draft_algodao.png');
}

.bx-modal-lgpd {
    max-width: 90%;
    width: 750px;
    padding: 30px;
    position: fixed;
    left: 5%;
    bottom: -200px;
    z-index: 9999999;
    background: #fff no-repeat right top scroll;
    background-size: contain;
    border: 1px solid #D8C09B;
    border-radius: 14px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.13);
    transition: all .5s ease-in-out;
}

    .bx-modal-lgpd.open {
        bottom: 20px;
    }

    .bx-modal-lgpd .content {
        display: flex;
        flex-direction: row;
        align-items: center;
    }


        .bx-modal-lgpd .content p {
            margin: 0 20px 0 0;
        }

        .bx-modal-lgpd .content p {
            margin: 0 20px 0 0;
        }

        .bx-modal-lgpd .content .btn {
            background: #AB9144;
            padding: 0 20px;
            color: #fff !important;
            font-size: 18px !important;
            font-weight: bold;
            border-radius: 9px;
            display: block;
        }
