.botonera-telefono {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
    display: none;
}
.fondobotonera {
    width: 100%;
    height: 65px;
    overflow: hidden;
    
    padding: 8px;
   
    display: flex;
    justify-content: space-between;
    align-content: center;
    color: #7a7a7a;
    align-items: center;
}
 .redondeada {
    width: 95%;    
    bottom: 10px;
    left: 10px;  
    border-radius: 58px;
    border: 1px solid #d3d3d3;
    background: #fff;
     box-shadow: 0 6px 25px rgba(0, 0, 0, 0.14);

}
.fondobotonera .botonapp {
    font-size: .75em;
    line-height: 1.3;
    width: 20%;
    color: #7a7a7a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 19px;
}
.mdigrande {
    font-size: 1.6em;
}
 
.botonapp a {
    color: #818999;
}




@media screen and (max-width: 1000px) {
    #wspicono2{
    display: none;
}
#wspicono2 {   
    bottom: 68px;
}

#wsp-chat {
    background: #fff;
    padding: 10px;
    width: 95% !important;
    position: fixed !important;
    bottom: 78px !important;
    left: 10px !important;
    margin: 0px !important; 
    z-index: 600000 !important;
    font-size: 100% !important;
    font: inherit !important;
    vertical-align: baseline !important;
    list-style: none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    text-align: left !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
    .botonera-telefono {
        display: block;

    }
    #botonmenu {
        display: none !important;
    }     
    #nav {      
        width: 100%;
        height: 100dvh;
        padding: 15px;
    }
}