.boton-flotante{position:fixed;bottom:20px;left:20px;z-index:99999;background-color:#202D73;border-radius:15px;border:5px solid #F2EBDC;box-shadow:0px 4px 6px rgba(0,0,0,0.3);cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:auto;max-width:300px;padding:10px 15px;overflow:hidden}.boton-flotante span{font-family:'Poppins',sans-serif;font-size:20px;font-weight:500;color:#F2EBDC;text-align:left;flex:1;line-height:1.2;white-space:nowrap}.boton-flotante::after{content:"";display:block;width:40px;height:40px;background-image:var(--wpr-bg-fe6a8cf8-d3db-458f-a244-9fd9d97402f1);background-size:contain;background-repeat:no-repeat;background-position:center;border-radius:8px;margin-left:10px;background-color:#ffffff}@media (max-width:768px){.boton-flotante{max-width:80%;padding:8px 12px}.boton-flotante span{font-size:16px}.boton-flotante::after{width:30px;height:30px}}