
    .wpp-floating-button {
        position: fixed;
        bottom: 10px;
        right: 11px;
        border-radius: 0 !important;
        background: transparent url(../img/icon_wpp.png) center center no-repeat;
        /* z-index: 900; */
        box-shadow: none;
        outline: none;
        width: 60px !important;
        height: 61px !important;
        background-size: 60px 60px !important;
        cursor: pointer;
        border: 0 !important;
        z-index: 9999;
    }

  .has-danger {
        border: solid 1px #DC3543 !important;
    }

    .pristine-error.text-help {
        color: #DC3543;
        font-size: 12px;
        margin-top: 5px;
    }
    .wpp-floating-button.shake {
        animation: shake 10s infinite;
    }

    .pristine-error{
        display: none;
    }

    @keyframes shake {

        4.5%,
        10.5% {
            transform: translate(0px, 0px) rotate(0deg);
        }

        5% {
            transform: translate(1px, 1px) rotate(0deg);
        }

        5.5% {
            transform: translate(-1px, -2px) rotate(-1deg);
        }

        6% {
            transform: translate(-3px, 0px) rotate(1deg);
        }

        6.5% {
            transform: translate(3px, 2px) rotate(0deg);
        }

        7% {
            transform: translate(1px, -1px) rotate(1deg);
        }

        7.5% {
            transform: translate(-1px, 2px) rotate(-1deg);
        }

        8% {
            transform: translate(-3px, 1px) rotate(0deg);
        }

        8.5% {
            transform: translate(3px, 1px) rotate(-1deg);
        }

        9% {
            transform: translate(-1px, -1px) rotate(1deg);
        }

        9.5% {
            transform: translate(1px, 2px) rotate(0deg);
        }

        10% {
            transform: translate(1px, -2px) rotate(-1deg);
        }
    }

    .bg {
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        background: rgba(0, 0, 0, 0.65) !important;
        transform: translate(0, 0) !important;
        height: 100% !important;
        width: 100% !important;
        position: fixed;
        z-index: 99998;
        display: block;
    }

    .qd-wpp {
        /* position: relative; */
        display: block !important;
        min-width: 960px;
        min-height: 1px;
        width: 960px;
        box-shadow: 0px 0px 8px #333;
        border-bottom-style: none;
        border-color: #BBBBBB;
        border-left-style: none;
        border-radius: 0px;
        border-right-style: none;
        border-top-style: none;
        border-width: 1px;
        background-color: transparent;
        z-index: 999999 !important;
        background-color: rgba(235, 229, 222, 1);
        border-bottom-style: none;
        border-color: #000000;
        border-left-style: none;
        border-radius: 0px;
        border-right-style: none;
        border-top-style: none;
        border-width: 1px;
        position: fixed;
        width: 100px;
        /* height: 240px; */
        /* top: 100px; */
        right: 18px;
        bottom: 10px;
    }

    .header-wpp {
        background-color: rgba(38, 92, 84, 1);
        justify-content: center;
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
    }

    .centro-wpp {
        justify-content: flex-start;
        padding-top: 0px;
        padding-right: 12px;
        padding-bottom: 0px;
        padding-left: 12px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px;
    }

    .btn-talk {
        -ms-flex-align: center;
        -ms-flex-direction: column;
        -ms-flex-pack: center;
        align-self: center;
        background-color: rgba(83, 164, 81, 1);
        border-bottom-style: none;
        border-color: #000000;
        border-left-style: none;
        border-radius: 5px;
        border-right-style: none;
        border-top-style: none;
        border-width: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-family: Open Sans, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        height: 48px;
        justify-content: center;
        line-height: 1.42857;
        margin-bottom: 0px;
        margin-top: 9px;
        max-width: 100%;
        text-align: center;
        text-decoration: none;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }



    .header-wpp {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header-col1 {
        /* color: #fff; */
        line-height: 1.42;
        overflow: hidden;
        word-wrap: break-word;
        border-bottom-style: none;
        border-color: #000000;
        border-left-style: none;
        border-radius: 0px;
        border-right-style: none;
        border-top-style: none;
        border-width: 1px;
        min-height: autopx;
        max-width: 340px;
        margin-top: 15px;
        margin-bottom: 15px;
        align-self: flex-start;
        width: 100%;
        word-break: break-word;
        /* font-family: Roboto; */
        font-family: "Open Sans", sans-serif;
        color: rgb(229, 229, 229);
        font-size: 100%;
    }


    .btn-close:hover {
        text-decoration: none;
    }

    .btn-close {
        color: rgb(243 243 243);
        position: absolute;
        top: 21px;
        right: 20px;
        border: none;
        background: transparent;
        z-index: 9999;
        cursor: pointer;
        font-size: 25px;
    }

    .centro-box {
        align-self: center;
        /* max-width: 790px; */
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #rd-form-ko1my9o9 .bricks-form__input:not(textarea) {
        height: 36px;
    }

.bricks-form__input::placeholder {
  color: #6d6a6a;
text-transform: uppercase;
}

    .bricks-form__input {
        color: #000000;
        font-family: Open Sans, sans-serif;
        font-size: 14px;
        background-color: #fdfdfd;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        border-top-style: solid;
        border-color: #cacaca;
        border-radius: 5px;
        border-width: 1px;
        max-width: 100% !important;
        display: block;
        width: 100%;
        padding: 0 0.5em;
        line-height: 1.42857;
        height: 40px;
    }

    #bricks-component-38cGSrOy9V6iQTvoBlGTCg .bricks-form__input {
        display: block;
        width: 100%;
        padding: 0 0.5em;
        line-height: 1.42857;
    }

    .bricks-form__input {
        color: #000000;
        font-family: Open Sans, sans-serif;
        font-size: 14px;
        background-color: #fdfdfd;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        border-top-style: solid;
        border-color: #cacaca;
        border-radius: 5px;
        border-width: 1px;
        max-width: 100% !important;
    }

    #rd-form-ko1my9o9 .bricks-form__label {
        color: #4a4a4a;
        display: none;
        font-family: Open Sans, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
    }

    #bricks-component-38cGSrOy9V6iQTvoBlGTCg .bricks-form__label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 0.4em;
        line-height: 1.25;
        position: relative !important;
        vertical-align: middle;
    }

    #rd-form-ko1my9o9 .bricks-form__static {
        color: #4a4a4a;
        font-family: Open Sans, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
    }

    label.bricks-form__label {
        color: #4a4a4a;
        font-family: Open Sans, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        /* display: none; */
    }

    .bricks-form__field {
        margin-bottom: 10px;
        padding: 0;
        width: 100.0%;
    }

    @media screen and (min-width: 768px) and (max-width: 980px) {
        .qd-wpp {
            min-width: calc(90% - 30px) !important;
            max-width: calc(90% - 30px) !important;
            width: calc(90% - 30px) !important;
            margin: 0 auto !IMPORTANT;
            position: fixed;
            left: 15px;
            /* RIGHT: 80PX; */
            top: 14px;
            bottom: 15px !important;
        height: 10px;display: table !important;}
    }

    @media screen and (max-width: 767px) {

        .centro-box {

    max-width: 100% !important;

    width: 100% !important;
}
        .qd-wpp {
            min-width: calc(100% - 10px) !important;
            max-width: calc(100% - 10px) !important;
            width: calc(100% - 10px) !important;
            margin: 0 auto !IMPORTANT;
            position: fixed;
            left: 5px;
            /* RIGHT: 80PX; */
            top: 14px;
            bottom: 5px !important;
        }
    }