.btn-whats {border-radius: 23.85px; background: var(--verde); padding: 15px 20px 14px; display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 6px; font: 700 15px / 1 montserrat; color: var(--branco); max-width: 291px; text-align: center; transition: 0.4s;}
.btn-whats .icone {width: 19px; height: 19px;}
.btn-whats .icone path {fill: var(--branco) !important;}

.btn-whats:hover {transform: scale(1.06);}