.boxM{
      position: relative;
      overflow: hidden;
      transition: all 200ms;
      border-radius: 20%;
      height: 100px; 
      width: 100px; 
      border:none;
      box-shadow: -10px 10px 20px -10px rgba(0,0,0,0.5);
    }

    /*.boxM:hover{*/
    /*  transform: translateY(-5px);*/
    /*  box-shadow: -10px 10px 20px -5px rgba(0,0,0,0.5);*/
    /*}*/
    /*.boxM .icon{*/
    /*  position: relative;*/
    /*  z-index: 1;*/
    /*  font-weight: bold;*/
    /*  color:#F46077; */
    /*  transition: all 200ms;*/
    /*  font-size: 35px*/
    /*}*/
    /*.boxM .span{*/
    /*  position: relative;*/
    /*  z-index: 1;*/
    /*  font-weight: bold;*/
    /*  transition: all 200ms;*/
    /*}*/

    /*.boxM:hover .icon{*/
    /*  position: relative;*/
    /*  z-index: 1;*/
    /*  font-weight: bold;*/
    /*  color: #ffffff;*/
    /*}*/

   
    /*.boxM:hover .span{*/
    /*  position: relative;*/
    /*  z-index: 1;*/
    /*  font-weight: bold;*/
    /*  color: #ffffff;*/
    /*}*/

    /*.boxM .background-hover{*/
    /*  width: 100px;*/
    /*  height: 100px;*/
      /*background: linear-gradient(to bottom, orange , green);*/
    /*  position: absolute;*/
    /*  top: 250px;*/
    /*  left: -170px;*/
    /*  border-radius: 100%;*/
    /*  transition: all 500ms;*/
    /*}*/

    /*.boxM:hover .background-hover{*/
    /*  width: 400px;*/
    /*  height: 400px;*/
    /*  top: -70px;*/
    /*  left: -70px;*/
    /*}*/


/*boton 1 configuracion individual*/
    /*.b1 .icon{*/
    /*   color:#F46077; */
    /*}*/
    /*.b1 .background-hover{*/
    /*  background: linear-gradient(to bottom, #F46077 , yellow);*/
    /*}*/



/*boton 2 configuracion individual*/
    /*.b2 .icon{*/
    /*    color:#3AA3DA;*/
    /*}*/
    /*.b2 .background-hover{*/
    /*  background: linear-gradient(to bottom, #3AA3DA , red);*/
    /*}*/


/*boton 3 configuracion individual*/
    /*.b3 .icon{*/
    /*    color:#3AA3DA;*/
    /*}*/
    /*.b3 .background-hover{*/
    /*  background: linear-gradient(to bottom, #3AA3DA , white);*/
    /*}*/


