.descarga-bar{
    position: fixed;
    right:0;
    top:85%;
    font-size:1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100;
}

.icon{

    color: white;
    text-decoration: none;
    padding: .85rem;
    display: flex;
    transition: all .5s;
}

.icon-background{
    background: #43D39E;
}
.icon-descargaPDF{
    /* background: #2E406E; */
    /* background: #002A44; */
    /* background: #1e97a0; */
    background: #43D39E;
    /* background: #5369F8; */
    
    /* border-radius: 1rem 0 0 0; */
}
.icon-descargaExcel{
    background: #002A44;
    /* border-radius: 1rem 0 0 0; */
}
.icon:first-child{
    border-radius: 3rem;
    /* border-radius: 1rem 0 0 0; */
}
/* .icon:last-child{
    border-radius: 0 0 0 1rem;
} */
.icon:hover{
    padding: 0.95rem;
    /* padding-right: 1rem; */
    /* border-radius: 1rem 0 0 1rem; */
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .42);
    display: flex;
    flex-direction: row;
    /* background: #1E97A0; */
    /* background: #C92826; */
    color: white;
   
}
.descarga-bar a span{
    font-style: normal;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .5px;
    /* text-decoration: none; */
    display: none;
    /* visibility: hidden; */
    /* transition: opacity 600ms, visibility 600ms; */
    transition: all 2s;
}
.descarga-bar a:hover  span{
    /* visibility: visible; */
    /* transition: opacity 6000ms, visibility 600ms; */
    transition: all 2s;
    display: block;
    /* text-decoration: none; */
}
.descarga-bar a{
    text-decoration: none;
}
