
.content-btnFlotantes{
    background-color: rgba(230, 31, 31, 0);
    position: absolute;
    width: max-content;
    height:max-content;   
    margin-top: 35%;
    margin-left: 96%;
}

.bi {
    font-size: 2.5em;
  }
/*estilo icono facebook*/
.content-btn1 a, #biplugin{
    display: block;
    text-decoration: none;
    background: #2c34cf;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    border-radius:50% ;
    transition:all 1.5s ease-in-out;
}

.content-btn1 a:hover{
    background: #fff;
    color: #2c34cf;
    transition:all 1s ease-in-out;
}

.content-btn1 a{
    margin-bottom: 10%;
}

/*estilo icono Whastapp*/
.content-btn2 a, #biplugin{
    
    display: block;
    text-decoration: none;
    background: #14ae26;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    border-radius:50% ;
    transition:all 1.5s ease-in-out;
}

.content-btn2 a:hover{
    background: #fff;
    color: #14ae26;
    transition:all 1s ease-in-out;
}

.content-btn2 a{
    margin-bottom: 10%;
}


/*estilo icono Instagram*/
.content-btn3 a, #biplugin{
    
    display: block;
    text-decoration: none;
    background: #e43812c2;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    border-radius:50% ;
    transition:all 1.5s ease-in-out;
}

.content-btn3 a:hover{
    background: #fff;
    color:  #e43812c2;
    transition:all 1s ease-in-out;
}

.content-btn3 a{
    margin-bottom: 10%;
}

/*estilo icono Ubicacion*/
.content-btn4 a, #biplugin{
    
    display: block;
    text-decoration: none;
    background: #5be41200;
    color: #0fc0e3ad;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    border-radius:50% ;
    transition:all 1.5s ease-in-out;
}

.content-btn4 a:hover{
    background: #5be41200;
    color: #e3520fc7;
    transition:all 1s ease-in-out;
}

.content-btn4 a{
    margin-bottom: 2%;
}