.elementor-1799 .elementor-element.elementor-element-b76438c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8455f6c */.whatsFlutuante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 77777;
    width: fit-content;
    width: -moz-fit-content
}

.whatsFlutuante span {
    font-family:'Roboto',sans-serif;
    font-weight: 400;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    font-size: 14px;
    padding: 12px 20px;
    margin-right: 15px;
    background: #fff;
    border-radius: 8px;
    color: #465360;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.20));
}

.whatsFlutuante span:after {
    position: absolute;
    content: "";
    top: 55%;
    right: -16.4px;
    background: url(../../img/triangulo.png) no-repeat;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.20));

}

.iconWhatsFlutuante {
    width: 45px;
    height: 45px;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 28px;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    box-shadow: 0 4px 5px -1px #00000080;
    -moz-box-shadow: 0 4px 5px -1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 4px 5px -1px rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.whatsFlutuante span.showWhats,.iconWhatsFlutuante.showWhats {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s
}

/* Wpp */
#toggleWpp {
    display: none;
}

.grnSpan {
    width: 100%;
    display: flex;
   background: linear-gradient(254deg, #4F9E4B -8.64%, #AFFF2F 116.44%);
    color: #000000;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.boxWpp {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 220px;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
    z-index: 999;
}

.boxWpp.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

/* Botão de fechar */
.closeWpp {
    position: absolute;
    top: 5px;
    right: 10px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    cursor: pointer;
}

.listWpp {
    width: 100%;
    padding: 15px 20px;
}

.listWpp p {
    font-weight: 400;
    margin: 5px 0 6px;
}

.listWpp a {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    transition: color 0.3s;
    margin-bottom: 0px;
}

.listWpp a:hover {
    color: #63B245;
}

.listWpp img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}/* End custom CSS */