.call-to-bottom-right{position:fixed;width:60px;height:60px;bottom:5%!important;background-color:#dc2039;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:100;margin-left:5px!important;right:10px !important;}.my-float{margin-top:20px}
.call-to-bottom-right:hover{background-color:#be1c2e !important;}
.call-to-bottom-right{
	    background-image: url("../../images/conteudo/icone-footer-call-to-action.png"); /* The image used */
	    /*background-color: #cccccc;*/
	    /*height: 550px;  You must set a specified height */
	    background-repeat: no-repeat; /* Do not repeat the image */
	    background-size: cover; /* Resize the background image to cover the entire container */  
	    background-origin: initial; 
}

.call-to-bottom-right:hover{
   transform: translateY(-5px);
   transition: transform .2s;	
}
