.tippy-box[data-theme~=translucent] {
    background-color: rgba(0,0,0,.7)
}

    .tippy-box[data-theme~=translucent] > .tippy-arrow {
        width: 14px;
        height: 14px
    }

    .tippy-box[data-theme~=translucent][data-placement^=top] > .tippy-arrow:before {
        border-width: 7px 7px 0;
        border-top-color: rgba(0,0,0,.7)
    }

    .tippy-box[data-theme~=translucent][data-placement^=bottom] > .tippy-arrow:before {
        border-width: 0 7px 7px;
        border-bottom-color: rgba(0,0,0,.7)
    }

    .tippy-box[data-theme~=translucent][data-placement^=left] > .tippy-arrow:before {
        border-width: 7px 0 7px 7px;
        border-left-color: rgba(0,0,0,.7)
    }

    .tippy-box[data-theme~=translucent][data-placement^=right] > .tippy-arrow:before {
        border-width: 7px 7px 7px 0;
        border-right-color: rgba(0,0,0,.7)
    }

    .tippy-box[data-theme~=translucent] > .tippy-backdrop {
        background-color: rgba(0,0,0,.7)
    }

    .tippy-box[data-theme~=translucent] > .tippy-svg-arrow {
        fill: rgba(0,0,0,.7)
    }



/* Laguras customizadas */
#divFerramentasAgenda .tippy-box {
    max-width: 500px !important;
    min-width: 200px !important;
    text-align: center !important;
}

#spnAvisoBulario .tippy-box {
    width: 500px !important;
}
