html{
    scroll-behavior: smooth;
}


body{
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    overflow-x: hidden;    
}

/***WHATSAPP****/
#whatsapp{
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 100;
}
#whatsapp img{
    height: 70px;
    transition: 0.6s;
}
#whatsapp img:hover{
    transform: scale(1.15);
}
@media (max-width:380px){
    #whatsapp img{
        height: 50px;        
    }
    #whatsapp{
        bottom: 2px;
        right: 1px;
    }
}

/***DUDA****/
#duda{
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 100;
}
#duda{
    border: none;        
    background: transparent;
    box-shadow: none;
}
#duda img{
    height: 60px;
    transition: 0.6s;
}
#duda img:hover{
    transform: scale(1.15);
}
@media (max-width:800px){    
    #duda img{
        height: 50px;     
    }
    #duda{        
        padding: 0;
        bottom: 2px;
        right: 6px;
    }
}