    /* GLOBAL STYLES
        -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
        padding-top: 69px;
        padding-bottom: 0px;
        color: rgb(var(--bs-tertiary-color-rgb));
      }


        [data-bs-theme=light] .navbar {
            background: rgba(255, 255, 255, .8);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }

        [data-bs-theme=dark] .navbar {
            background: rgba(20, 22, 25, 0.8) !important;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }

        [data-bs-theme=dark] .btn-outline-light {
            color: black;
            border-color: black;
        }

        [data-bs-theme=dark] .card-footer {
            border-color: #333 !important;
        }

        [data-bs-theme=dark] .text-black-50 {
            color: rgba(255,255,255,0.5) !important;
        }

        .breadcrumb-item a {
            text-decoration: none;
            color: #0d6efd;
            display: inline-block;
            padding: 5px 12px;
        }

        ol.breadcrumb > li:first-child {
            margin-left: 0px;
        }

        ol.breadcrumb > li {
            border: solid 1px #0d6efd;
            margin: 0 2px;
            border-radius: 5px;
        }

        .breadcrumb-item+.breadcrumb-item::before {
            display: none;
        }

        @media (max-width: 575px),
               (min-width: 576px) and (max-width: 767px) {

            nav ol.breadcrumb li {
                margin-bottom: 5px !important;
                margin-right: 0px !important;
                margin-left: 0px !important;
                text-align: left;
                display: inline-block;
                width: 100%;
                padding-left: 0px !important;
            }

            nav ol.breadcrumb li ul {
                margin: -2px -2px !important;
                margin-right: 24px !important;
            }

            nav ol.breadcrumb li a {
                width: 100%;
                display: inline-block;
                margin: 0px !important;
            }

            .dropdown-toggle::after {
                float: right;
                margin-top: 0.6em;
            }
           
        }

        @media (min-width: 576px) and (max-width: 767px) {
            nav ol.breadcrumb li ul {
                margin: 0px !important;
            }
        }

        @media (min-width: 767px) {
            nav ol.breadcrumb li {
                margin-bottom: 5px;
            }
            nav ol.breadcrumb li  {
                margin: 0px !important;
                margin-bottom: 5px !important;
                margin-right: 5px !important;
                padding: 0px !important;
            }
        }
  
      /* CUSTOMIZE THE CAROUSEL
          -------------------------------------------------- */
  
      /* Carousel base class */
      .carousel {
        margin-bottom: 4rem;
      }
  
      /* Since positioning the image, we need to help out the caption */
      .carousel-caption {
        bottom: 9rem;
        z-index: 10;
      }
  
      /* Declare heights because of positioning of img element */
      .carousel-item {
        height: 32rem;
      }
  
  
      /* MARKETING CONTENT
          -------------------------------------------------- */
  
      /* Center align the text within the three columns below the carousel */
      .marketing .col-lg-4 {
        margin-bottom: 1.5rem;
        text-align: center;
      }
  
      /* rtl:begin:ignore */
      .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
      }
  
      /* rtl:end:ignore */
  
  
      /* Featurettes
          ------------------------- */
  
      .featurette-divider {
        margin: 5rem 0;
        /* Space out the Bootstrap <hr> more */
      }
  
      /* Thin out the marketing headings */
      /* rtl:begin:remove */
      .featurette-heading {
        letter-spacing: -.05rem;
      }
  
      /* rtl:end:remove */
  
      /* RESPONSIVE CSS
          -------------------------------------------------- */
  
      @media (min-width: 40em) {
  
        /* Bump up size of carousel content */
        .carousel-caption p {
          margin-bottom: 1.25rem;
          font-size: 1.25rem;
          line-height: 1.4;
        }
  
        .featurette-heading {
          font-size: 50px;
        }
      }
  
      @media (min-width: 62em) {
        .featurette-heading {
          margin-top: 7rem;
        }
      }

      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }
  
      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
  
      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }
  
      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }
  
      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }
  
      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }
  
      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }
  
      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  
        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }
  
      .bd-mode-toggle {
        z-index: 1500;
      }
  
      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }

.lista-versoes {
    list-style: none;
}

.bg-light {
    background-color: none;
}

/*
#leitura-versiculos {
    background-image: url(../bg/bg1.jpg);
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
}

body {
    background-image: url(../bg/bg3.jpg);
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
}
*/

.lista-versoes li a {
} 

.scrollable-menu {
    height: auto;
    max-height: 210px;
    overflow-x: hidden;
}

.vr-versiculo {
    height: 30px;
    margin: 0 10px;
}

.lista-versiculos {
    padding-left: 0px;
}

.rounded-circle {
    border-radius: 50%;
}

.text-justify {
    text-align: justify !important;
}

.popup-overlay {
    background: rgba(20, 22, 25, 0.8) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 10000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    display: none;
}

.popup-overlay .card {
    box-shadow: 0px 10px 35px rgba(0,0,0,0.5);
}

.popup-overlay .popup-safari {
  position: absolute;
  display: block;
  bottom: 30px;
  left: 50%;
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.popup-overlay .popup-chrome {
    position: absolute;
    display: block;
    right: 5px;
    top: 20px;
    text-align: left;
  }

.popup-safari,
.popup-chrome {
    position: relative;
}

.popup-safari:after {
    position: absolute;
    content: "";
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-bottom:15px solid transparent;
    border-right: 15px solid transparent;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
}

.popup-chrome:after {
    position: absolute;
    content: "";
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
    top: -31px;
    right: 27px;
    transform: translate(-50%, 0);
    rotate: 180deg;
    display: block;
}

.card-full-height {
  height: calc(100% - 25px);
}

.copyright-box {
  padding-bottom: 20px;
  font-size: 0.8em;
  color: #ddd !important;

  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.dropdown-item-testamento {
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
}

.book-search-box {
  position: sticky;
  top: -8px;
  border-radius: 0px;
}