#flutuante {
    position: absolute;
    top: 250px;
    left: calc(50% - 300px);
    z-index: 9998;
    box-shadow: 0 5px 15px #00000063;
    border-radius: 10px !important;
}
#flutuante .flutuante-fechar {
    cursor: pointer;
    z-index: 9998;
}
#flutuante .flutuante-fechar img {
    position: absolute;
    top: -22px;
    right: 25px;
    border: 0;
    z-index: 9998;
}
#flutuante .flutuante-img {
    box-shadow: 0px 0px 50px 0px rgba(50, 50, 50, 0.50);
}
#flutuante .flutuante-img img {
    border-radius: 10px !important;
}
#flutuante .flutuante-link {
    float: left;
    width: 100%;
    padding: 18px 0 12px 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    /*background-color: #d11e21;*/
    background-color: #1772b9;
    font-weight: bold;
    margin-top: -12px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
@media(max-width:768px){
    #flutuante {
        top: 150px;
        left: 15px;
        width: 385px !important;
        height: initial !important;
    }
    #flutuante .flutuante-img img {
        width: 100% !important;
        height: auto !important;
    }
}