.box-wpp a:hover{
  color: #fff !important;
}

.box-wpp i {
  margin-left: 5px;
  font-size: 25px;
}

#a_b:hover {
  color: #ffb600 !important;
}

.wpp-fixed, .chat-fixed {
  background-color: #fff;
  text-align: left;
  border-radius: 30px;
  padding: 8px 12px;
  width: 135px;
  height: 36px;
  z-index: 1045 !important;
  box-shadow: 1px 1px 2px  #444;
  cursor: pointer;
  font-weight: 600;
}

.chat-fixed .texto {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizeLegibility;
  color: #2464ae;
  font-size: 15px;
}

.fabwpp ul {
  background-color: transparent;
}

.wpp-fixed, .icone-wpp {
  bottom: 210px;
  right: 40px;
}

.wpp-fixed.suporte, .icone-wpp.suporte {
  bottom: 260px;
}

.icone-wpp.main {
  bottom: 145px;
}


.wpp-fixed .texto {
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  color: #4bc55a;

  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.wpp-fixed a {
  display: flex;
  justify-content: center;
}

.chat-fixed .texto {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizeLegibility;
  color: #2464ae;
  font-size: 15px;
}

.icone-wpp {
  background-color: #4bc55a;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  margin-top: -8px;
  margin-left: 10px;
  z-index: 1045 !important;
}




/* fabwpp */

.fabwpp {
  position: fixed;
  bottom:85px;
  right:15px;
}

.fabwpp button{
cursor: pointer;
width: 50px;
height: 50px;
border-radius: 30px;
background-color: #4bc55a;
border: none;
box-shadow: 0 1px 5px rgba(0,0,0,.4);
font-size: 30px;
color: white;
  
-webkit-transition: .2s ease-out;
-moz-transition: .2s ease-out;
transition: .2s ease-out;
}

.fabwpp button:focus{
outline: none;
}


.fabwpp button.main{
position: absolute;
width: 50px;
height: 50px;
border-radius: 30px;
background-color: #4bc55a;
right: 0;
bottom: 0;
z-index: 20;
}

.fabwpp ul{
position:absolute;
bottom: 0;
right: 0;
padding:0;
margin:0;
list-style:none;
z-index:10;

-webkit-transition: .2s ease-out;
-moz-transition: .2s ease-out;
transition: .2s ease-out;
}

.fabwpp ul li{
display: flex;
justify-content: flex-start;
position: relative;
margin-bottom: -10%;
opacity: 0;

-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
transition: .3s ease-out;
}

.fabwpp ul li label{
margin-right:10px;
white-space: nowrap;
display: block;
margin-top: 10px;
padding: 5px 8px;
background-color: white;
box-shadow: 0 1px 3px rgba(0,0,0,.2);
border-radius:3px;
height: 18px;
font-size: 16px;
pointer-events: none;
opacity:0;

-webkit-transition: .2s ease-out;
-moz-transition: .2s ease-out;
transition: .2s ease-out;
}

.fabwpp.show button.main,
.fabwpp.show button.main{
outline: none;
background-color: #4bc55a;
box-shadow: 0 3px 8px rgba(0,0,0,.5);
}

.fabwpp.show button.main + ul,
.fabwpp.show button.main + ul{
bottom: 50px;
}

.fabwpp.show button.main + ul li,
.fabwpp.show button.main + ul li{
margin-bottom: 10px;
opacity: 1;
}

.fabwpp.show button.main + ul li:hover label,
.fabwpp.show button.main + ul li:hover label{
opacity: 1;
}

.hideIcoWpp {
display: none;
}

.hideIcoSeta {
display: none;
}

