.whatsbtn{width:50px;position:fixed;bottom:3%;left:2.5%;height:50px;border-radius:50%;background-color:#fff;padding:.6em;cursor:pointer;border:1px solid #029e46;z-index:1000}.whatsbtn img{width:100%}.whatsopen{width:40%;text-align:center;background-color:#fff;border-radius:10px;padding-bottom:2em;position:fixed;bottom:13%;left:2.5%;z-index:1000}.whatstitle{background-color:#029e46;padding:2em;border-top-left-radius:10px;border-top-right-radius:10px}.whatstitle h2{font-family:probold;color:#fff;font-size:1.2rem}.whatsopen form{display:flex;flex-direction:column;width:70%;margin:0 auto;box-shadow:0 1px 4px rgba(0,0,0,.16);align-items:center;justify-content:center;padding:2em 1em}.whatsopen form input{width:100%;padding:.5em 1em;border:.1px solid var(--primary);color:gray;font-size:1rem;font-family:pro;border-radius:5px;margin-bottom:.7em;box-shadow:inset 0 0 5px 1px rgba(0,0,0,.2)}.whatsopen button{width:100%;background-color:#029e46;padding:.5em 0;color:#fff;font-weight:700;border-radius:5px}.whatsopen p{font-size:.9rem}@media screen and (max-width:900px){.whatsopen{width:50%}}@media screen and (max-width:600px){.whatsopen{width:90%}}