.flotantes {
    position: fixed;
    height: auto;
    width: 30px;
    top: 30%;
    left: 0px;
    z-index: 99999999999;
}

.flotantes .texto {
    background-color: rgba(255, 255, 255, 0.925);
}

.flotantes li {
    margin: 1px;
    left: -30px;
    width: 30px;
    position: relative;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    list-style: none;
}

.flotantes .ocultos {
    position: relative;
    left: -100px;
    margin-bottom: 1px;
    transition: all 300ms ease;
}

.flotantes #botones:checked~.ocultos {
    left: 0;
}

li.texto i.icono, li.texto img {
    height: 30px;
    width: 30px;
    cursor: pointer;
    color: #223a73;
    font-size: 25px;
}

.flotantes span {
    opacity: 0;
    left: -200px;
    line-height: 1;
    height: 30px;
    margin: 0px 10px;
    text-align: left;
    z-index: -1;
    padding: 3px;
    background: rgba(34, 58, 115, 0.9);
    color: #fff;
    display: flex;
    position: relative;
    transition: all 1000ms ease 0s;
    cursor: pointer;
    border-radius: 0px 30px 30px 0px;
}

.flotantes .texto:hover span {
    opacity: 0.8;
    left:-11px;
}
.flotantes .texto:hover i.icono{
    background-color: rgb(33 59 115);
    color: rgb(209 194 136);
}
.flotantes .texto:hover img{
    filter: invert(217%);
    background-color: rgb(209 194 136);
}

.flotantes a {
    text-decoration: none;
    color: #fff;
}
.flotantes .texto:hover{
    box-shadow: 0px 0px 6px 1px #2e3d77;
}

.flotantes a:hover {
    color: #ccc;
}

.flotantes .leyenda {
    width: max-content;
    margin: 2px 8px 0px 0px;
    line-height: 125%;
}
.flotantes .texto i.icono:before {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 30px;
    width: 30px;
}
.leyenda .x-share-button, .leyenda .x-share-button-btn {
    position: relative;
    overflow: hidden;
    user-select: none;
    top: 0px;
    width: 190px;
    height: 30px;
    border-radius: 0px 30px 30px 0px;
    padding: 0px;
    transition: all .2s ease-in-out;
    margin: 0px;
    /* background: #edf0f2; */
    background: #223a73;
}

.leyenda .x-share-button.botones-compartir {
    width: 170px;
}

.leyenda .x-share-button.open, .leyenda .x-share-button-btn.open {
    background: #223a73;
}
.multiples {
    padding: 0px !important;
    background: transparent !important;
}
.multiples .share-items-wrapper {
    width: 100% !important;
}
.multiples .leyenda .share-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
    padding: 3px;
    width: 100%;
    right: 0;
}
.multiples .leyenda p{
    color: #fff;
}
.enlacepopover{
    cursor: pointer;
}
.multiples .leyenda .share-items a{
    color: #223a73;
    background-color: #fff;
    transition: all 0.7s ease;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.349);
    padding: 0px;
    margin: 2px;
    transform: unset;
}
.multiples .leyenda .share-items a:hover{
    color: #ffffff;
    background-color: #2f509cce;
}
#Poopover:hover{
    background-color: #213e6d;
}
/*
.oscuro{ 
    background-color: #1f1f1f; 
    color: #f1eded; 
    
}
.gray {
        filter: grayscale(1);
    }
.letraGrande:not(.leyenda){
    font-size: 150%;
}*/

