
    .btn_modal{
        width: 100%;
        height:100%;
        position: absolute;
        color: transparent;
        background: transparent;
    }
    .footer-wrapper  {
        background: #dfe0e1;
        color: #676868;
        padding: 17px 120px 20px 30px !important;
    }
    .flotante{
        position: fixed;
        bottom: 20px;
        right: 20px; 
        padding: 0px 0px;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        z-index: 999;
    }

    .flotante a img{
        width: 80%;
        height: 80%;
    }

    .flotante:hover{

        right: 30px; 
    }

    .flotante a img:hover{
        width: 100%;
        height: 100%;
    }

    
    @media (max-width: 768px) {
            /*.flotante{
                bottom: 35px;
                right: 40px;
                width: 50px;
                height: 50px;
            }*/
            .footer-wrapper .footer-section p {
                font-size: 10px;
            }
            .footer-wrapper  {
                padding: 10px 120px 10px 30px !important;
            }
            
    }
