.pop-up-wa{
    display: none;
    position: fixed;
    width: 250px;
    bottom: 30px;
    right: 30px;
    z-index: 999999999;
    padding: 20px;
    border-radius: 4px;
    transition: all .5s ease-in-out;
    background: #168806;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
}
.pop-up-wa.wa-pop-min{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pop-up-wa *{
    font-family: 'Roboto';
}
.wa-pl-fechar{
    position: absolute;
    top: -20px;
    right: 30px;
    padding: 5px 10px;
    border-radius: 4px 4px 0 0;
    background: #000;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.wa-pop-min .wa-pl-fechar{
    top: -50px;
}
.wa-pl-fechar .icon-seta{
    display: block;
    font-size: 12px;
    color: #fff;
    transition: all .5s ease-in-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wa-pop-min .wa-pl-fechar .icon-seta{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.wa-pl-fechar .icon-whatsapp{
    display: none;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.wa-pop-min .wa-pl-fechar .icon-whatsapp{
    display: block;
    opacity: 1;
    float: left;
    width: 100%;
    margin: 5px 0 10px 0;
    font-size: 22px;
    color: #fff;
    animation: nudge 1s linear infinite alternate;
}
.pop-up-wa-desc{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.wa-table{
    display: table;
}
.wa-cell{
    display: table-cell;
    vertical-align: top;
}
.info-segm-wa-form .wa-cell{
    vertical-align: middle;
}
.pop-up-wa-desc .tt-wa-pl{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.pop-up-wa-desc .icon-whatsapp{
    display: block;
    padding-left: 20px;
    font-size: 45px;
    font-weight: 400;
    animation: nudge 1s linear infinite alternate;
    color: #fff;
}
@keyframes nudge {
    0%, 100% {
        transform: translate(0, 1px)
    }
    50% {
        transform: translate(0, 1px)
    }
    80% {
        transform: translate(0, 8px)
    }
}
#wa-pl-lenium{
    padding: 10px 48px 10px 50px;
    border: none;
}
.pop-up-wa .iti__country-list--dropup{
    margin-left: -176px !important;
}
.pop-up-wa .iti-mobile .iti--container{
    z-index: 999999999;
}
.wa-pop-up-submit{
    float: right;
    width: 45%;
    margin-top: 10px;
    padding: 10px 0;
    background: #000;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    border: none;
    cursor: pointer;
    box-shadow: inset 0 0 0 2px #000;
    -webkit-box-shadow: inset 0 0 0 2px #000;
    -moz-box-shadow: inset 0 0 0 2px #000;
    -o-box-shadow: inset 0 0 0 2px #000;
}
.wa-pu-subm-2{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}
.wa-pop-up-submit:hover{
    color: #000;
    background: transparent;
}
.msg-wa-cadastro{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    border-radius: 4px;
    text-align: center;
    z-index: 1;
}
.msw-wa-table{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
}
.msg-cadastro-wa{
    width: 80%;
    padding: 0 10%;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.msg-cadastro-wa p:nth-of-type(1){
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 10px;
    display: inline;
    border-radius: 4px;
    color: #000;
    font-weight: 400;
}
.msg-cadastro-wa p:nth-of-type(2){
    margin-top: 20px;
}
.msg-cadastro-wa-sucesso{
    background: #c4ffc9;
}
.msg-cadastro-wa-erro{
    background: #ffc4c4;
}
.pos-sel-wa-segmentos{
    position: relative;
    float: left;
    width: 40%;
    margin-top: 10px;
    padding: 10px 5%;
    background: #fff;
    color: #000;
}
.info-segm-wa{
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
}
.info-segm-wa .tt-segm-wa{
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}
.info-segm-wa .icon-seta{
    position: absolute;
    display: block;
    top: 1px;
    right: 0;
    font-size: 11px;
    transition: all .5s ease-in-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.info-segm-wa .icon-seta.rot-icon-seta-segm{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.lista-segmentos-wa{
    display: none;
    position: absolute;
    right: 0;
    width: 270px;
    max-height: 180px;
    overflow-y: auto;
    padding: 10px;
    z-index: 1;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
}
.lista-segmentos-wa .label-segmento-wa{
    float: left;
    width: 90%;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
}
.lista-segmentos-wa .label-segmento-wa:nth-of-type(1){
    opacity: 1 !important;
}
.lista-segmentos-wa .label-segmento-wa:last-of-type{
    border-bottom: none;
}
.lista-segmentos-wa .label-segmento-wa input{
    float: left;
    margin-top: 2px;
    -webkit-appearance: checkbox !important;
}
.lista-segmentos-wa .label-segmento-wa span{
    float: left;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
}
.lista-segmentos-wa .label-segmento-wa:nth-of-type(1) span{
    font-weight: bold;
}
.pos-form-wa-post{
    display: none;
    position: relative;
    float: left;
    width: 90%;
    margin: 30px 0;
    padding: 20px 5%;
    border-radius: 4px;
    background: #168806;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.desc-wa-form{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.desc-wa-form .icon-whatsapp{
    display: block;
    font-size: 26px;
    animation: nudge 1s linear infinite alternate;
}
.desc-wa-form .tt-desc-wa-form{
    display: block;
    margin-top: 2px;
    margin-left: 20px;
    font-size: 15px;
    font-weight: bold;
}
.pos-form-wa-post .iti{
    float: left;
    width: 212px;
    background: #fff;
}
#wa-pl-lenium-form{
    float: left;
    padding: 15px 0 15px 50px;
    border: none;
}
.pos-sel-wa-segmentos-form{
    position: relative;
    float: left;
    width: 130px;
    margin-left: 20px;
    padding: 14.6px 20px;
    background: #fff;
    color: #000;
}
.info-segm-wa-form{
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
}
.info-segm-wa-form .tt-segm-wa{
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}
.info-segm-wa-form .icon-seta{
    position: absolute;
    display: block;
    top: 1px;
    right: 0;
    font-size: 11px;
    transition: all .5s ease-in-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.info-segm-wa-form .icon-seta.rot-icon-seta-segm{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.wa-post-submit{
    float: left;
    margin-left: 20px;
    padding: 14.5px 20px;
    background: #000;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: none;
    cursor: pointer;
    box-shadow: inset 0 0 0 2px #000;
    -webkit-box-shadow: inset 0 0 0 2px #000;
    -moz-box-shadow: inset 0 0 0 2px #000;
    -o-box-shadow: inset 0 0 0 2px #000;
}
.wa-post-submit:hover{
    color: #000;
    background: transparent;
}
.lista-segmentos-wa-post{
    display: none;
    position: absolute;
    right: 0;
    width: 270px;
    max-height: 180px;
    overflow-y: auto;
    padding: 10px;
    z-index: 1;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
}
.lista-segmentos-wa-post .label-segmento-wa-post{
    float: left;
    width: 90%;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
}
.lista-segmentos-wa-post .label-segmento-wa-post:nth-of-type(1){
    opacity: 1 !important;
}
.lista-segmentos-wa-post .label-segmento-wa-post:last-of-type{
    border-bottom: none;
}
.lista-segmentos-wa-post .label-segmento-wa-post input{
    float: left;
    margin-top: 2px;
    -webkit-appearance: checkbox !important;
}
.lista-segmentos-wa-post .label-segmento-wa-post span{
    float: left;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
}
.lista-segmentos-wa-post .label-segmento-wa-post:nth-of-type(1) span{
    font-weight: bold;
}
.msg-wa-cadastro-post{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    border-radius: 4px;
    text-align: center; 
    z-index: 1;
}
@media (max-width: 1150px){
    .pos-form-wa-post .iti{
        width: 48%;
    }
    .wa-post-no-segm .iti{
        width: 100% !important;
    }
    .pos-sel-wa-segmentos-form{
        float: right;
        width: 44%;
        margin-top: 20px;
        margin-left: 0;
        padding: 14.6px 2%;
    }
    .wa-post-submit{
        width: 30%;
        margin: 20px 35% 0 35%;
        padding: 14.5px 0;
    }
}
@media (max-width: 500px){
    .lista-segmentos-wa{
        right: -145px;
    }
    .pos-form-wa-post .iti{
        width: 100%;
    }
    .pos-sel-wa-segmentos-form{
        width: 96%;
    }
}