.imovago-whatsapp
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

@media(min-width: 768px)
{
    .imovago-whatsapp
    {
        bottom: 30px;
        right: 30px;
    }
}


.imovago-whatsapp-wrap
{
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 15px;
}

.imovago-whatsapp-svg
{
    width: 40px;
    height: 40px;
}

@media(min-width: 768px)
{
    .imovago-whatsapp-svg
    {
        width: 45px;
        height: 45px;
    }
}

@media(min-width: 1200px)
{
    .imovago-whatsapp-svg
    {
        width: 50px;
        height: 50px;
    }
}

@media(min-width: 1400px)
{
    .imovago-whatsapp-svg
    {
        width: 60px;
        height: 60px;
    }
}

.imovago-whatsapp-svg-path-01
{
    fill: #FFF;
}

.imovago-whatsapp-svg-path-02
{
    fill: #EEE;
}

.imovago-whatsapp-svg-path-03
{
    fill: #25d366;
}

.imovago-whatsapp-label
{
    display: none;
    background-color: #FFF;
    color: inherit;
    padding: 7px 20px 7px 20px;
    border-radius: 7px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
}

@media(min-width: 992px)
{
    .imovago-whatsapp-label
    {
        display: block;
    }
}

.imovago-whatsapp-link
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top:0;
    left:0;
}