
/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/
a.bfpro-verse-link.range-verses.tooltipstered,
a.bfpro-verse-link.individual-verse.tooltipstered {
    color: green !important;
    text-decoration: underline !important;
    padding: 0px !important;
}

.tooltipstered {
    position: relative;
    cursor: pointer;
}

.tooltip-box {
    position: fixed;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    white-space: normal;
    max-width: 90vw;
    width: auto;
    text-align: center;
    display: none;
    z-index: 9999;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    word-wrap: break-word;
    line-height: 1.4;
    pointer-events: none;
}

.tooltip-active .tooltip-box {
    display: block;
}

/* Ajustes para mobile */
@media screen and (max-width: 600px) {
    .tooltip-box {
        font-size: 18px;
        max-width: 95vw;
        text-align: left;
        left: 50%;
        transform: translateX(-50%);
        padding: 15px;
    }
}

/* Evita rolagem lateral */
body {
    overflow-x: hidden;
}


/*---------------------------
CSS Gradients
---------------------------*/
.gr-bloody-mary {
background: #FF512F;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #DD2476, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-rose-water {
background: #E55D87;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #5FC3E4, #E55D87);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #5FC3E4, #E55D87); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-horizon {
background: #003973;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E5E5BE, #003973);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E5E5BE, #003973); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-intuitive-purple {
background: #DA22FF;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #9733EE, #DA22FF);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #9733EE, #DA22FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-sport-red {
background: #e52d27;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #b31217, #e52d27);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-ocean-beach {
background: #108dc7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ef8e38, #108dc7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ef8e38, #108dc7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*---------------------------
CSS Filters
---------------------------*/
.blur {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.brightness {
    -webkit-filter: brightness(0.30);
    filter: brightness(0.30);
}

.contrast {
    -webkit-filter: contrast(180%);
    filter: contrast(180%);
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.huerotate {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
}

.invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.opacity {
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
}

.saturate {
    -webkit-filter: saturate(7);
    filter: saturate(7);
}

.sepia {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}

.shadow {
    -webkit-filter: drop-shadow(8px 8px 10px green);
    filter: drop-shadow(8px 8px 10px green);
}
/*---------------------------
Transition Classes
---------------------------*/
/*---------------------------
Animation Classes 
---------------------------*/
/*--------------------------- 
Responsive CSS here 
*
*   Remember these queries are a good start
*   but media queries go much deeper than this.
*
---------------------------*/
/*
Medium/Large Screens 
*/
@media only screen and (max-width: 1430px) {
    
}
/*
Medium Screens 
*/
@media only screen and (max-width: 1280px) {
    
}
/*
Large Tablet Screens 
*/
@media only screen and (max-width: 980px) {
    
}
/*
Medium Tablet Screens 
*/
@media only screen and (max-width: 768px) {

}
/*
Small Tablet/Largest Phone Screens 
*/
@media only screen and (max-width: 600px) {
    
}
/*
Large Phone Screens 
*/
@media only screen and (max-width: 420px) {
    
}
/*
Medium Phone Screens 
*/
@media only screen and (max-width: 380px) {
    
}
/*
Small Phone / Apple Watch Screens 
*/
@media only screen and (max-width: 320px) {
    
}


/*
.elementor-kit-5 {
    --e-global-color-primary: #428BCA;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #292929;
    --e-global-color-accent: #61CE70;
    --e-global-color-1a3d8c5: #19232D;
    --e-global-color-591044f: #333946;
    --e-global-color-3daf0eb: #000000;
    --e-global-color-6ecc945: #FFFFFF;
    --e-global-color-eeab894: #F2F2F2;
    --e-global-color-494bb08: #BEBEBE;
    --e-global-color-29eb512: #FF711B;
    --e-global-color-af9ff2b: #832B00;
    --e-global-color-3b3c57f: #F0F0F0;
    --e-global-color-90c36e2: #CC4400;
    --e-global-color-ccbc435: #FF5500;
    --e-global-color-072ecce: #B461CE;
    --e-global-color-e36e1cd: #E40000;
    --e-global-typography-primary-font-family: "Roboto Slab";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Open Sans";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
    color: var( --e-global-color-3daf0eb );
}
    */

    