﻿.btnPlaticanos {
    position: fixed;
    bottom: 80px;
    right: 15px;
    width: 150px;
    padding: 10px;
    background-color: #0b3f62;
    color: snow;
    padding-left: 10px;
    border-radius: 5px;
    letter-spacing: 2px;
    z-index: 9999;
    -webkit-box-shadow: 3px 3px 5px 1px rgba(16,38,15,0.6);
    -moz-box-shadow: 3px 3px 5px 1px rgba(16,38,15,0.6);
    box-shadow: 3px 3px 5px 1px rgba(16,38,15,0.6);
}

    .btnPlaticanos:hover {
        cursor: pointer !important;
    }
