        /*div flutuante*/
@media only screen and (min-width: 700px){
    .btn-whats {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 999;
        padding-bottom: 20px;
    }
    .btn-whats2 {
        position: fixed;
        bottom: 20px;
        left: 93%;
        z-index: 999;
        padding-bottom: 20px;
        
    }
    
    .pulse-button {
         position: relative;
                width: auto;
                height: auto;
                border: none;           
                border-radius: 50px;
                box-shadow: 0 0 0 0 rgba(122, 237, 148, 0.29);
                background: #34d95a;
                background-image: -webkit-linear-gradient(top, #34d95a, #22a30f);
                background-image: -moz-linear-gradient(top, #34d95a, #22a30f);
                background-image: -ms-linear-gradient(top, #34d95a, #22a30f);
                background-image: -o-linear-gradient(top, #34d95a, #22a30f);
                background-image: linear-gradient(to bottom, #34d95a, #22a30f);
                background-size: cover;
                background-repeat: no-repeat;
                cursor: pointer;
                padding-left: 12px;
    }
    .pulse-button3 {
  position: relative;
                width: auto;
                height: auto;
                border: none;           
                border-radius: 50px;
                box-shadow: 0 0 0 0 rgba(122, 237, 148, 0.29);
                background: rgba(237,117,113,1);
                background-size: cover;
                background-repeat: no-repeat;
                cursor: pointer;
                padding-left: 12px;
    }
    .pulse-button2 {
         position: relative;
                width: auto;
                height: auto;
                border: none;           
                border-radius: 50px;
                box-shadow: 0 0 0 0 rgba(122, 237, 148, 0.29);
                background: #34d95a;
                background-image: -webkit-linear-gradient(top, #34d95a, #22a30f);
                background-image: -moz-linear-gradient(top, #34d95a, #22a30f);
                background-image: -ms-linear-gradient(top, #34d95a, #22a30f);
                background-image: -o-linear-gradient(top, #34d95a, #22a30f);
                background-image: linear-gradient(to bottom, #34d95a, #22a30f);
                background-size: cover;
                background-repeat: no-repeat;
                cursor: pointer;
                padding-left: 12px;
    }
    
    button.pulse-button i {
        color: #fff;
        font-size: 30px;
    }
    button.pulse-button2 i {
        color: #fff;
        font-size: 30px;
    }
    
    .fa {
        display: inline-block;
        font: normal normal normal 18px/1 FontAwesome !important;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        }
    .desktop-hide{
        display: none;
    }
        }