/*  */
.btn_contactanos_whats
{
    
    /* position: absolute; */
    position: fixed;
    /* bottom: var(--padding);
    left: var(--padding_left); */
    z-index: 999;
    right: 10%;
    bottom: 0;

    width: 20%;
    max-width: 280px;

    cursor: pointer;

    transition: all 300ms ease-out;
}
.btn_contactanos_whats:hover
{
    scale: 1.06;
}
/* positions: */
.btn_contactanos_whats_der_top
{
    bottom: 10px;
    right: 10px;
}