/** L W  */
#lp-cadastro {
    font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
    line-height: 15.4px;
    top: 305px;
    height: auto;
    right: -300px;
    position: fixed;
    width: 345px;
    z-index: 1005;
    background: #474342;
    border-radius: 8px 0 0 8px;
    transition: 0.5s
}

#lp-cadastro.is-active {
    right: 0px
}

#lp-cadastro .lp-call-you {
    display: none
}

#lp-cadastro .lp-hidden {
    /*height: 180px;*/
    float: right;
}

#lp-cadastro .lp-hidden p {
    margin-top: 25px;
    margin-bottom: 25px
}

#lp-cadastro.with-call-you p {
    margin-top: 15px;
    margin-bottom: 15px
}

#lp-cadastro.with-call-you {
    height: 195px;
    padding-top: 0px
}

#lp-cadastro.with-call-you .lp-hidden {
    height: 195px;
    padding-top: 0px
}

#lp-cadastro.with-call-you .lp-call-you {
    display: block
}

.lp-action {
    padding: 5px;
    padding-top: 10px;
    float:left;
}

.lp-hidden {
    height: 195px;
    border-radius: 8px 0 0 8px;
    color: #ffffff;
    font-size: 11px;
    width: 205px;
    transition: 0.5s;
    width: 300px
}

.lp-hidden a {
    display: block;
}

.lp-hidden p {
    margin-left: 15px;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 11px;
}

.lp-hidden p span {
    color: #ffae00;
    margin-left: 0px
}

.lp-hidden div {
    margin-left: 15px;
    float:left;
}

.lp-hidden .lp-phone span {
    display: block;
    font-size: 12px;
}
.lp-hidden .lp-phone span a{
   margin: 0;
   color: #fff;
}
.lp-hidden .lp-phone span a:hover{
   color:#FFB12B;
}

.lp-hidden .lp-call-you {
    margin-top: 15px;
    margin-left: 15px
}

.lp-hidden #lpchat-close {
    position: absolute;
    top: -23px;
    right: 0px;
    padding: 5px;
    font-weight: bold;
    background: #464343;
    border-radius: 8px 0 0 0;
    cursor: pointer
}