@charset "UTF-8";
/* CSS Document */

/*boton whatsapp*/
#whatsapp-flotante{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    border-radius: 100px;
    width: fit-content;
    overflow: hidden;
    z-index:99;
}
#whatsapp-flotante img{
    height: 60px;
    width: 60px;
}

/*boton whatsapp responsive*/
/*@media(min-width:922px){
	#whatsapp-flotante{
		display:none;
	}
}*/