#expandeWhats,#floaterWhats,#recolheWhats{
    display:none
    
}
#chatWhats .chatWhats strong,#chatWhats .new_tel_ddd_parenteses,#chatWhats .new_tel_whatsapp_virgula_2,#chatWhats .new_tel_whatsapp_virgula_3,#chatWhats .new_tel_whatsapp_virgula_4,#chatWhats .new_tel_whatsapp_virgula_5{
    display:none!important
    
}
#chatWhats{
   position: fixed;
   bottom: 55px;
   right: 15px;
   z-index: 999;
}

/*#chatWhats,#expandechatWhats,#recolhechatWhats{
    -webkit-border-top-left-radius:.3rem;
    -webkit-border-bottom-left-radius:.3rem;
    -moz-border-radius-topleft:.3rem;
    -moz-border-radius-bottomleft:.3rem;
    border-top-left-radius:.3rem;
    border-bottom-left-radius:.3rem;
    -webkit-box-shadow:0 0 .3rem 0 rgba(50,50,50,0.75);
    -moz-box-shadow:0 0 .3rem 0 rgba(50,50,50,0.75);
    box-shadow:0 0 .3rem 0 rgba(50,50,50,0.75);
    background-color:#27ae60;
    padding:1.2rem .5rem .8rem;
    position:fixed;right:0;
    text-align:right;
    top:9rem;z-index:9997
}*/

#chatWhats,#recolhechatWhats{
    animation:animSlideIn 1s 1 normal
}
#expandechatWhats{
    cursor:pointer;right:-30rem
}
#chatWhats a{
    color:#fff!important;
    display:block;
    font-family:Arial,Helvetica,sans;
    font-size:1rem;
    padding:.2rem 0;
    text-align:right;text-decoration:none
}
#chatWhats a *{
    color:#fff!important
}
#chatWhats .chatUnico a{
    display: flex;
    width: 100%;
    height: 100%;
}
#chatWhats .chatWhats{
    width: 200px;
    height: 80px;
    background:transparent url(../images/float.png) right 0 no-repeat;
    background-size: 100%;
}
#chatWhats .chatWhats.chatUnico{
    padding:0
}
#chatWhats .new_tel_ddd{
    font-size:.9rem
}
#chatWhats .new_tel_whatsapp_fone_1,#chatWhats .new_tel_whatsapp_fone_2,#chatWhats .new_tel_whatsapp_fone_3,#chatWhats .new_tel_whatsapp_fone_4{
    display:block;
    text-align:right
}
#recolhechatWhats{
    cursor:pointer;
    padding:.5rem
}
#recolhechatWhats{
    cursor:pointer;
    margin-top:-2rem;
    padding:.5rem
}
#expandechatWhats span{
    background:url(../images/whatsapp/fale-whatsapp.svg) right 0 no-repeat;
    background-size:6rem;
    display:block;
    height:2.5rem;
    right:0;
    width:3rem;
    z-index:9999
}
#recolhechatWhats span{
    background:url(../images/whatsapp/ic-recolhe.svg) right 0 no-repeat;
    background-size:.8rem;
    display:block;
    height:1.2rem;
    right:-170px;
    width:1.2rem;z-index:9998
}
@keyframes animSlideIn{
    0%{
        max-height:0;
        right:-30rem
    }
    95%,100%{
        max-height:5000vh;
        right:0;
        -webkit-transition:all 1000ms cubic-bezier(0.680,0,0.265,1);
        -webkit-transition:all 1000ms cubic-bezier(0.680,-0.550,0.265,1.550);
        -moz-transition:all 1000ms cubic-bezier(0.680,-0.550,0.265,1.550);
        -o-transition:all 1000ms cubic-bezier(0.680,-0.550,0.265,1.550);
        transition:all 1000ms cubic-bezier(0.680,-0.550,0.265,1.550);
        -webkit-transition-timing-function:cubic-bezier(0.680,0,0.265,1);
        -webkit-transition-timing-function:cubic-bezier(0.680,-0.550,0.265,1.550);
        -moz-transition-timing-function:cubic-bezier(0.680,-0.550,0.265,1.550);
        -o-transition-timing-function:cubic-bezier(0.680,-0.550,0.265,1.550);
        transition-timing-function:cubic-bezier(0.680,-0.550,0.265,1.550)
    }
}

#chatwhatsMobile.chatwhatsUnico {
    height: 63px;
    overflow: hidden;
    text-indent: -5000px;
}

#chatwhatsMobile {
    background: #27ae60 url(../images/whatsapp/fale-whatsapp-branco.svg) no-repeat center .5rem;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0.9em;
    font-weight: 100;
    height: 90px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: center;
    left: 0;
    margin: 0;
    opacity: 0.97;
    padding: .1rem 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 20;
}
@media screen and (max-width: 991px){
.web {
		display:none;
	}
	}
	

	@media screen and (min-width: 992px){
.mobile {
		display:none;
	}
	}