/* Custom Dark Mode Styles */

[data-bs-theme="dark"] {
body {
    background-color: #121212;
	color:#d3d7da !important;
}
 .sidebar2 {
    background-color: #282a2b;
}
 .bg-white {
    background-color: #282a2b !important;
}
 .cabecera-side {
    background: #202121;
    border-bottom: 1px solid #424547;
	color: #72abbf;
}
 a.word-link.sub.word-i {
    color: #d3d7da;
}
 .border {
    border: 1px solid #424547 !important;
}
.text-black {
    color: #d3d7da !important;
}
 .search-container {
    background-color: #3f3f3f;
}
 .search-input:focus {
    background: transparent;
}
 .search-input {
    background: transparent;
}
 .main-content {
    background: #121212;
}
 .v09 {
    color: #d3d7da !important;
}
 .form-control:focus {
    color: #d3d7da;
}
 .search-button {
    background-color: #8ab2bf;
    color: black;
}
 .accordion {
    --bs-accordion-bg: transparent;
}
 .accordion-item {
    color: #d3d7da;
}
 .separator {
    border-bottom: 1px solid #424547 !important;
}
 .btn-primary {
    background: #72abbf;
    border-color: #72abbf;
    color: #000;
}
 hr.vertical {
    border-left: 1px solid #424547;
}
 a {
    color: #72abbf;
}
 .sub:hover {
    background-color: #8ab2bf;
    color: #000 !important;
}
 .subrayado a {
    color: #000 !important;
}
 .chgp-c {
    color: #888888;
    background: #202121;
}
 .chgp {
    color: #888888;
    background: #282828;
	border: none;
}
 .marcador {
    color: #888888;
    background: #282828;
	border-radius: 10px;
}
 .notas {
    color: #888888;
    background: #282828;
}
 .tiempo {
    background: #282828;
}
 .accordion-button:not(.collapsed) {
    color: #888888;
    background-color: #282828;
}
 .fichas-salmos .accordion-button:hover {
    color: #888888;
    background: #282828;
}
.sidebar2 .nav-link:hover {
    background-color: #202121;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #72abbf !important;
    background-color: #72abbf0f;
}
.iden {
    border-color: #72abbf !important;
    background-color: #72abbf !important;
}
 .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #424547 !important;
}
 .nav-link {
    color: #161616;
}
.sidebar2 .nav-link.active {
	background-color: #202121;
	color: #d3d7da !important;
}
.marcado {
    background-color: #202121;
}
 .bus-2:focus {
    box-shadow: none;
    background-color: transparent !important;
    outline: none;
    color: #d3d7da;
}
 .bus-2 {
    background-color: transparent !important;
    border: none;
    color: #d3d7da;
}
 .prefe {
    background-color: transparent !important;
    color: #d3d7da;
}
 .prefe:hover {
    background-color: #8bb2bf !important;
    color: #000;
}
}



:root {
  --color-verde: #16778f;
  --color-granate: #952004;
}
.raleway-600 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	color: #424547;
}
.gelasio {
  font-family: "Gelasio", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}
 body {
	color: #0d0d0d !important;
    font-size: 16px !important;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Arial;
	margin: 0;
	overflow: hidden; /* Evita el scroll general de la página */
	background: #ffffff;
}
@media (max-width: 767px) {
  body {
    overflow-y: auto !important;
  }

  #main-panel,
  #sidebar-right {
    overflow-y: visible !important;
  }
}
#main-panel, #sidebar-right {
    height: calc(100vh - 64px) !important;
    overflow-y: auto;
}
#main-panel {
    flex: 1;
    overflow-y: auto;
    padding: 0 2.5rem;
    background: #ffffff;
    border-radius: 0;
    margin: 0 0 0 0;
	border-right: 1px solid #e5e5e5
}
#sidebar-right {
    flex-basis: 30%;
    max-width: 100%;
    min-width: 250px;
    background-color: #ffffff;
    overflow-y: auto;
    transition: flex-basis 0.3s ease;
}

  @media (max-width: 768px) {
    #sidebar-left {
      transform: translateX(-250px);
    }

    #sidebar-left.collapsed {
      transform: translateX(0);
    }

    #sidebar-right {
      flex-basis: 25%; /* Ajuste más grande en pantallas pequeñas */
    }
	#main-panel, #sidebar-right {
    		height: calc(100vh - 185px) !important;
	}
  }
.article-content h3 {
    font-size: 1.2rem;
}
.article-content h4 {
    font-size: 1.1rem;
}
font[color="%COLOR_BLUE%"] {
	color: #c96e4f !important;
}
font[color="%COLOR_PURPLE%"] {
	color: #c96e4f !important;
	font-style: italic;
}
.bpps {
	border-radius: 12px;
}
.color5 {
	color: #5d5d5d !important;
}
.subtitulo {
    color: #c96e4f;
    font-size: 13px;
    letter-spacing: .1rem;
    line-height: 2.3rem;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-link-mobile {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
	color: #161616;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nav-underline .nav-link-mobile {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link-mobile.active, .nav-underline .show>.nav-link-mobile {
    color: #16778f;
    border-bottom-color: currentcolor;
}
.text-black {
	color: #161616 !important;
}
.color-v {
	color: #16778f;
}
.bg-gris {
    background: #f7f5f3 !important;
}
.search-input::placeholder {
    color: #a9a9a9; /* Cambia este color al que prefieras */
    opacity: 1; /* Asegúrate de que el color se aplique correctamente en todos los navegadores */
}
.bg-verde {
	background-color: #16778f;
}
.landing .container {
	max-width: 1088px;
}
h5 {
	font-weight: 600;
}
.cross-reference {
    margin-top:5px;
}
.cross-reference a {
    background: #f4f4f4;
    border-radius: 26px;
    padding: 3px 10px;
    color: #5d5d5d;
    font-size: 13px;
}
.cross-reference a:hover {
    background: #000;
    color: #fff;
}
i.bi.bi-shuffle {
    color: #5d5d5d;
}
.container-footer {
	max-width: 100%;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f7f5f3;
}
.dropdown-divider {
    height: 0;
    margin: 5px 0;
    overflow: hidden;
    border-top: 1px solid rgb(222 226 230);
    opacity: 1;
}
.dropdown-item {
    color: #000 !important;
}
.dropdown-item .secondary-text{
    color: #5d5d5d !important;
}
.albu {
    padding: 5px !important;
    top: 10px;
    left: 33px !important;
    background-color: #16778f !important;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgb(48 141 164);
	}
	70% {
		box-shadow: 0 0 0 8px rgba(255, 0, 0, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}
.no-pulse {
	animation: none;
}
.no-albu {
	display: none;
}
.mns {
    font-size: 12px;
	display:none;
}
.custom-version-selector {
  font-size: 0.875rem;
  position: relative;
}
.custom-selector-toggle {
    background-color: #fff;
    color: #111827;
    border: 1px solid #fff !important;
    border-radius: 6px;
    padding: 4px 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.custom-selector-toggle:hover {
    background-color: #efefef !important;
    border-color: #efefef !important;
}
.custom-selector-toggle:active, .custom-selector-toggle:focus {
    background-color: #efefef !important;
    border-color: #efefef !important;
}
.custom-selector-menu {
  min-width: 300px;
  max-height: 300px;
  overflow-y: auto;
}
.custom-selector-header {
  font-size: 0.75rem;
  color: #6b7280;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0.5rem;
}
.custom-selector-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: #111827;
}
.custom-selector-item:hover {
  background-color: #f3f4f6 !important;
  color: #000;
	border-radius: 4px;
}
.custom-selector-item.active {
  background-color: #efefef !important;
  color: white;
	border-radius: 4px;
}
.py-11 {
	padding-top: 11px !important;
    padding-bottom: 11px !important;
}
.search-container {
    display: flex;
    align-items: center;
    background-color: #f7f5f3;
    border-radius: 50px;
    padding: 4px 4px;
    width: 100%;
   /* box-shadow: 0 0 #0000, 0 0 #0000, 0 9px 9px 0px rgba(0, 0, 0, .01), 0 2px 5px 0px rgba(0, 0, 0, .06);*/
}
.search-input {
    border: none;
    outline: none;
    background: #f7f5f3;
    flex-grow: 1;
    padding: 3px 10px;
    border-radius: 50px;
}

.search-input:focus {
    background: #f7f5f3;
    border: none !important;
    box-shadow: none !important;
}
.search-button {
    background-color: #16778f;
    border: none;
    border-radius: 50%;
    color: white;
    width: 33px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.useKJH {
    display: flex;
    align-items: center;
    color: rgb(33 33 40);
    font-size: 14px;
}
.iden {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1em + 1rem + -2px);
    width: calc(1em + 1rem + -2px);
    color: #fff;
    border-color: #16778f;
    background-color: #16778f;
    border-radius: 21px;
    font-size: 16px;
    font-weight: 200;
}
.row {
    --bs-gutter-x: 15px;
}
aside p {
    line-height: 1.3;
}
span.tox-statusbar__branding {
    display: none;
}
b, strong {
    font-weight: 600;
}
.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #ececec !important;
}
.topic-dic p {
    margin-bottom: 6px;
}
.topic {
    font-weight: 600 !important;
    text-transform: uppercase;
}
.topic-dic b {
    font-weight: normal;
}
.mn-superior {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: #f2f2f296 !important;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin-bottom: 10px !important;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.fijar {
    background-color: #eee;
    border-radius: 50px;
    padding: 4px 8px;
    font-size: 13px;
    color: #7d7d7d;
}
.sb-sidenav-menu-heading {
    padding: 9px 15px 0px 15px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #858585;
    /*border-top: 1px solid #dee2e6;*/
}
.accordion-body img {
    margin-bottom: 15px;
}
.paginas {
    padding: 6px 0px 15px 0px;
    display: flex;
    justify-content: space-between;
}
.bi-stars {
	color: #10a37f;
}
button.btn-close {
    font-size: 11px;
    color: #000;
    opacity: 1;
    padding: 10px !important;
}
.accordion-body h5 {
    font-size: 16px;
}
.accordion-body h4 {
    font-size: 20px;
}
.btn-close:hover {
    background-color: #ececec;
    border-radius: 50px;
}
.ficha {
    margin: 0px;
    padding: 14px;
    border-top: 4px solid #57aeff;
    border-radius: 0.75rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.alert {
    border: none;
}
.alert-info {
    --bs-alert-bg: #16778f;
    --bs-alert-border-color: #16778f;
    color: #fff;
}
.versiculo-contenedor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 28px;
    transition: background-color 0.2s;
    position: relative;
}

.icono-container {
    visibility: hidden;
    opacity: 0; /* Inicialmente invisible y completamente transparente */
    transition: visibility 0s linear 0.2s, opacity 0.2s linear; /* Retraso en la visibilidad y transición de opacidad */
    position: absolute;
    right: 0px;
    top: 1px;
    padding-left: 11px;
    font-size: 19px;
    cursor: pointer;
}
.notas {
    border-radius: 0.75rem;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    position: relative;
    padding: 1rem 1.5rem;
    z-index: 0;
	margin-bottom: 1rem !important;
	background-color: #f7f5f3;
}
.notas a {
    font-size: 14px;
}
.nota-botones {
    display: flex;
    align-items: center;
}
.menu-nota {
    position: absolute;
    right: 25px;
    cursor: pointer;
    /* visibility: hidden;*/ 
    /*opacity: 0;  Inicialmente invisible y completamente transparente */
    /* transition: visibility 0s linear 0.2s, opacity 0.2s linear; Retraso en la visibilidad y transición de opacidad */
}
/*
.notas:hover .menu-nota {
    visibility: visible;
    opacity: 1; 
    transition-delay: 0.1s; 
}
*/
.versiculo-b .sg {
	display:none;
}
.context {
    border: 1px solid #f7f5f3;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
}
.context li {
    margin: 0px 8px;
}
.context li a {
    border-radius:5px;
}

.eliminar-nota {
    color: #f93a37 !important
}
.eliminar-nota:hover {
    color: #f93a37 !important
}
.bi-three-dots.dropdown-toggle::after {
    display: none; /* Quitar la flecha del menú dropdown */
}
.versiculo-contenedor:hover .icono-container {
    visibility: visible;
    opacity: 1; /* Hacer visible y completamente opaco */
    transition-delay: 0.1s; /* Aparece después de 1 segundo */
}
.versiculo {
    flex-grow: 1;
}
.nav-arm.active {
    font-size: 14px !important;
}
.texto-gris {
	color:#7f7f7f;
}
.modal-content {
    border: none;
    border-radius: 18px;
    box-shadow: 2px 4px 12px #00000014;
}
.neg {
    background: #d3d3d3;
    color: #000;
}
.strong {
	cursor:pointer;
}
.neg:hover {
    background: #16778f;
    color: #fff;
}
.prefe {
    width: 35px;
    height: 34px;
    padding: 0px !important;
	background-color: #fff !important;
	border:none !important;
}
.prefe:hover {
	background-color: #f4f4f4 !important;
	border:none !important;
}
.bus {
    background-color: #ececec;
    border: none;
}
.bus:focus {
    box-shadow: none;
    background-color: #ececec;
}
.bus-2 {
    background-color: #fff !important;
    border: none;
}
.bus-c-2 {
    background-color: #fff !important;
    border: none;
	width: 83px !important;
}
.bus-c-2:disabled {
    opacity: 0.5;
}
.bus-2:focus {
    box-shadow: none;
    background-color: #f4f4f4;
}
.fichas-salmos .accordion-button {
    font-size: 15px;
    padding: 10px;
    font-weight: 400;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.fichas-salmos .accordion-button:hover {
	background: #f7f5f3;
}
.fichas-salmos .accordion-button::after {
    background-size: 14px;
    height: 11px;
    width: 14px;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.biblia-s {
	padding: 20px 30px 20px 40px !important;
}
.v09 {
    color: #161616 !important;
    margin-bottom: 15px !important;
	line-height: 1.5 !important;
}
.cabecera-side {
	margin: -16px -24px 24px -24px !important;
    background: #f7f5f3;
    text-align: center;
    padding: 10px 12px;
    border-bottom: 1px solid #e5e5e5;
	font-size: 15px !important;
}
a.word-link.sub.word-i {
    color: #161616;
}
.dropdown-header {
    padding: 3px 0px 7px;
}
.fs-13 {
	font-size:13px;
}
.fs-14 {
	font-size:14px;
}
.fs-15 {
	font-size:15px;
}
.fs-16 {
	font-size:16px;
}
.fs-18 {
	font-size:18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fs-125 {
	font-size: 1.25rem;
}
.media-diaria {
    color: #16778f;
    font-size: 20px;
    font-weight: 500;
}
.chgp {
    border: 1px solid #f7f5f3;
    border-radius: 1rem;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.05), 0 4px 6px 0 rgba(0,0,0,.02);
	padding:20px;
    color: #161616;
    background: #fff;
}
.chgp-c {
    border-radius: 1rem;
	padding:20px;
    color: #161616;
    background: #f7f5f3;
}
.chgp-box {
    color: #161616 !important
}
.chgp-box .chgp:hover {
    background-color: #f7f5f3 !important
}

.ns .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #16778f !important;
    background-color: #16778f1f;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}
.gradient-bg {
    background: linear-gradient(to bottom, #efefef, #ffffff);
}
.gradient-bg-top {
    background: linear-gradient(to top, #efefef, #ffffff);
}
.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
    background-color: #e4eff1;
    color: #16778f;
}
.bg-custom-1 { background-color: #0a55e7; }
.bg-custom-2 { background-color: #cc3333; }
.bg-custom-3 { background-color: #ff6701; }
.bg-custom-4 { background-color: #ff9a34; }
.bg-custom-5 { background-color: #ffe28f; }
.bg-custom-6 { background-color: #99cd33; }
.bg-custom-7 { background-color: #67cccc; }
.bg-custom-8 { background-color: #58aeff; }
.bg-custom-9 { background-color: #63738c; }
.bg-custom-10 { background-color: #996daf; }
.bg-custom-11 { background-color: #d12663; }
.contenidos {
    display: flex;
    justify-content: space-between;
}

.columna {
    width: 26%;
    padding: 8px 11px;
    box-sizing: border-box;
    font-size: 13px;
    text-align: justify;
    /* border-right: 1px solid #e1e1e1; */
}

.columna:last-child {
    border-right: 0px solid #e1e1e1;
}

.columna p {
    line-height: 16px;
    margin-bottom: 0px;
}

.columna .versi {
    font-size: 12px !important;
}

.evang {
    text-align: center;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.acon {
    font-family: serif;
    text-transform: uppercase;
    font-size: 16px;
}

.columna h6 {
    text-align: center;
    margin-bottom: 10px;
}

.contenidos .sg {
    display: none;
}

.word-break-hyphen {
    overflow-wrap: break-word; /* Para permitir el quiebre de palabras */
    word-wrap: break-word; /* Para navegadores más antiguos */
    hyphens: auto; /* Para agregar guiones en los quiebres de palabras */
}

.alto-completo {
	height: 100vh;
    overflow-y: auto;
}
.alert.alert-success {
    padding: 6px 15px;
    border: none;
}
.pestanya {
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    padding: 4px 17px;
    /* border-left: 4px solid #7d7d7d; */
    width: 100%;
    color: #7d7d7d;
    padding-top: 10px;
}

.pestanya a {
    display:none; /* Mostrar el enlace al hacer hover sobre el div */
}
.pestanya:hover a {
    display:inline-block; /* Mostrar el enlace al hacer hover sobre el div */
}
/*
.pestanya {
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 4px 4px 0px 0px;
    display: inline-block;
    padding: 2px 10px;
    border-top: 3px solid #ff8500;
}
*/
.sidebar {
    height: 100vh;
    position: fixed;
	display: flex;
	flex-direction: column;
    top: 0;
    left: 0;
    width: 220px; /* Fixed width for sidebar */
    overflow-y: auto;
    background-color: #f5f5f7;
    padding-top: 1rem;
    transition: transform 0.3s ease-in-out;
    z-index: 1040;
}
.sidebar2 {
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 260px;
    overflow-y: auto;
    background-color: #f7f5f3;
    padding-top: 0rem;
    transition: transform 0.3s ease-in-out;
    z-index: 1040;
    border-right: 1px solid #e5e5e5;
}
.sidebar2 .nav-link {
    border-radius: 10px;
    margin: 5px 0px 0px 0px;
    padding: 8px 10px;
    transition: background-color 0.3s, color 0.3s;
    font-size: 15px;
    color: #0d0d0d !important;
}

.sidebar .nav-link {
    border-radius: 10px;
    margin: 5px 0px 0px 0px;
    padding: 7px 10px;
    transition: background-color 0.3s, color 0.3s;
    font-size: 15px;
    color: #282828 !important;
}
.sidebar2 .nav-link:hover {
    background-color: #eaeaea;
}
.sidebar2 .nav-link.active {
    background-color: #eaeaea !important;
}
.sidebar2.collapsed {
    transform: translateX(-100%);
}
.sidebar .nav-link:hover {
  background-color: #ececec;
}
.sidebar .nav-link.active {
    background-color: #ececec;
}
.sidebar.collapsed {
    transform: translateX(-100%);
}
.toggle-btn {
    position: fixed;
    bottom: 10px;
    left: 205px;
    z-index: 1050;
    cursor: pointer;
    transition: left 0.3s ease-in-out;
    border-radius: 4px;
    width: 18px;
    height: 41px;
    background-color: white;
    box-shadow: -4px 0px 4px rgb(0 0 0 / 6%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 12px;
    border-color: transparent !important;
}
.toggle-btn:hover {
    background-color: white !important;
}
.sidebar.collapsed + .toggle-btn {
    left: 10px;
}
.sidebar2.collapsed + .toggle-btn {
    left: 10px;
}
.main-content, .right-content {
    height: 100vh;
}
.main-content {
    margin-left: 259px;
    margin-right: 0%;
    transition: margin-left 0.3s ease-in-out;
    border-right: 0px solid #ececec;
    transition: transform 0.3s ease-in-out;
}
.main-content.collapsed {
    margin-left: 0;
}
.main-content-full, .right-content {
    height: 100vh;
}
.main-content-full {
	margin-left: 220px;
	transition: margin-left 0.3s ease-in-out;
	border-right: 1px solid #ececec;
    background-color: #fff;
	font-size: 15px;
}
.main-content-full.collapsed {
    margin-left: 0;
}
.main-content-salmo, .right-content-salmo {
    height: 100vh;
    overflow-y: auto;
}
.main-content-salmo {
	margin-left: 220px;
	margin-right: 40%;
	transition: margin-left 0.3s ease-in-out;
	border-right: 1px solid #ececec;
	transition: transform 0.3s ease-in-out;
}
.main-content-salmo.collapsed {
    margin-left: 0;
}
.main-content-21 {
	margin-left: 220px;
	margin-right: 32%;
	transition: margin-left 0.3s ease-in-out;
	border-right: 1px solid #ececec;
	transition: transform 0.3s ease-in-out;
	background: #fff;
}
.main-content-quicksearch {
	margin-left: 220px;
	margin-right: 27%;
	transition: margin-left 0.3s ease-in-out;
	border-right: 1px solid #ececec;
	transition: transform 0.3s ease-in-out;
	background: #fff;
}
.main-content-quicksearch.collapsed {
    margin-left: 0;
}
.main-content-21.collapsed {
    margin-left: 0;
}
.main-content-21, .right-content-21 {
    height: 100vh;
    overflow-y: auto;
}
aside#rightContent {
    font-size: 15px !important;
}
.right-content-salmo {
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    background: #fff;
    border-right: 0px solid #eee;
	transition: transform 0.3s ease-in-out;
}
.right-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 34%;
    background: #fff;
    border-right: 0px solid #eee;
	transition: transform 0.3s ease-in-out;
}
.right-content-quicksearch {
    position: fixed;
    top: 0;
    right: 0;
    width: 27%;
    background: #fff;
    border-right: 0px solid #eee;
	transition: transform 0.3s ease-in-out;
}
.right-content-21 {
    position: fixed;
    top: 0;
    right: 0;
    width: 32%;
    background: #fff;
    border-right: 0px solid #eee;
	transition: transform 0.3s ease-in-out;
}
.btn-menu {
    background: #fff;
    border-color: transparent;
    padding: 4px 7px;
}
.btn-menu:hover {
    background: #eee !important;
    border-color: transparent !important;
}
.btn-menu-active {
    background-color: #16778f1f;
	color: #16778f !important;
}
.nc {
	color: #edb300;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 10; /* Ensure it is above other content */
    background-color: #eee; /* Ensure the header has a background */
}

    @media (max-width: 900px) { /* Adjust this breakpoint as necessary */
      .sidebar {

      }
      .sidebar2 {

      }
      .main-content {
        margin-left: 0;
        margin-right: 0;
      }
      .main-content-full {
        margin-left: 0;
        margin-right: 0;
      }
      .main-content-21 {
        margin-left: 0;
        margin-right: 0;
      }
      .main-content-quicksearch {
        margin-left: 0;
        margin-right: 0;
      }
      .right-content {
        width: 100%;
        position: static;
      }
      .right-content-21 {
        width: 100%;
        position: static;
      }
      .right-content-quicksearch {
        width: 100%;
        position: static;
      }

	.toggle-btn {
		left: 10px;
	}
    }

@media (min-width: 1200px){
.fs-3 {
    font-size: 1.5rem !important;
}
}
a {
	text-decoration:none;
	color:#498090;
}
.sub:hover {
    background-color: #16778f;
    color: #fff !important;
    border-radius: 0px;
}
.highlight {
    background-color: #498090;
    color: #ffffff !important;
}
.hidden {
    display: none;
}
a.nav-link:hover {
    background: #eaeaea;
    border-radius: 10px;
}
.nav-link .ico {
    padding-right: 8px;
    font-size: 16px;
}
.pie {
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    color: #5d5d5d;
    border: none;
    background: #fff;
}
.vres {
    font-weight: 600;
    font-size: 14px;
}
.border-color {
	border-color: var(--color-verde) !important;
}
.separator {
    border-bottom: 1px solid #e5e5e5 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #16778f !important;
    background-color: #16778f1f;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.herr {
    padding-bottom: 5px;
    padding-top: 6px !important;
}
.herr .nav-link {
	padding:14px;
}
.nav-item + hr.vertical {
    align-self: stretch;
    height: 26px;
}
hr.vertical {
    border-left: 1px solid #dee2e6;
    border-top: none;
    height: 13%;
    margin: 7px 0 !important;
    opacity: 1;
}
.nav-link{
    color: #212529;
}
.resultados-busqueda {
    font-size: 13px;
    font-weight: normal;
    padding: 11px 20px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}
.secondary-text {
	color: #7d7d7d;
}
.cursor {
    cursor: pointer;
}
.text-bg-secondary {
    color: #fff !important;
    background-color: #16778f !important;
}
.btn-primary {
    background: var(--color-verde);
    border-color: var(--color-verde);
}

.btn-outline-primary {
    border-color: var(--color-verde);
    color: var(--color-verde);
}
/*
.btn-outline-primary {
    color: #262626;
    background: #efefef;
    border-color: #efefef;
    font-weight: 500;
}
*/
i.bi.bi-sticky-fill.color-option {
    margin-right: 1px;
    padding: 2px 4px;
    border: 1px solid transparent;
}
i.bi.bi-sticky-fill.color-option.selected {
    border: 1px solid;
}
@font-face {
    font-family: 'Taamey_D';
    src: url('Taamey_D.ttf') format('truetype');
    /* Ajusta la ruta a donde se encuentre almacenada la fuente en tu servidor */
    font-weight: normal;
    font-style: normal;
}

.f-hebrew {
	font-family: Taamey_D, sans-serif;
}

.fs-10 {
	font-size: 10px !important;
}
.fs-11 {
	font-size: 11px !important;
}
.fs-12 {
	font-size: 12px;
}
/* Estilos para el ícono de marcador de libro */
.bookmark-icon {
    display: none; /* Inicialmente oculto */
    position: relative; /* Cambiar a relativa para posicionar en relación con el párrafo */
    background: #fff;
    width: 61px;
text-align: right;
}

/* Estilo para mostrar el ícono cuando se pasa el cursor */
.v09:hover .bookmark-icon {
    display: inline-block; /* Mostrar el ícono cuando se pase el cursor sobre el párrafo */
}

/* Estilo para el enlace */
.bookmark-icon a {
    text-decoration: none; /* Quitar subrayado */
}
.versi {
    vertical-align: text-top;
    font-size: 11px !important;
    font-weight: 700;
}
.s {
    margin-left: 0px;
    font-size: 10px;
    vertical-align: super;
    color: var(--color-granate);
    display: none;
    margin-right: 4px;
}
.fecha-nota {
	color: #5d5d5d;
	font-size:12px;
}
.lado span {
	display:none !important;
}
.c-y {
	color:#fec752;
}
.c-b {
	color:#4f8ac6;
}
textarea {
    font-size: 14px !important;
}
.rotate-icon {
  transition: transform 0.3s;
  transform: rotate(0deg); /* Initial state */
}
.nav-link:not(.collapsed) .rotate-icon {
  transform: rotate(90deg); /* Rotate when expanded */
}
.marcado {
    border-radius: 0.75rem;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    padding: 1rem 1.5rem;
    background-color: #f7f5f3;
}
.marcado a {
    font-size: 14px;
}
.marcado::before {
    content: '';
    position: absolute;
    width: 0.25rem;
    background-color: #ffc107;
    border-radius: 19px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 2rem);
}
.marcador .sg {
	display:none !important;
}
.subrayado {
    background: #ffefc9;
    border-radius: 7px;
    padding: 0px 0px;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
	background-color: #308da4;
    border-color: #308da4;
}
.nav-link:focus, .nav-link:hover {
    color: var(--color-verde);
}
.box {
    position: relative;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 0px;
    width: 100%;
    border: 0px solid #e7e9ed;
    padding: 15px;
    box-shadow: 0px 0px 35px 0px rgb(154 161 171 / 15%);
}
.panel-body {
    padding: 30px !important;
}

.marcador button.eliminar-marcador {
    background: none;
    border: none;
    color: #a3a3a3;
    float: right;
    margin: 3px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1000;
    position: relative;
}
.marcador:hover button.eliminar-marcador {
	opacity: 1; /* Show button on hover */
}
button.enlace {
    background: none;
    border: none;
    color: #16768f;
}
button.enlacem {
    background: none;
    border: none;
    color: #16768f;
}
.tiempo {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    background: #f7f5f3;
    padding: 3px 10px;
    border-radius: 50px;
    color: #7d7d7d;
    margin-bottom: 17px;
}
.idiomas {
	color: #202020;
    font-size: 15px;
}
.pt-6 {
	padding-top: 4rem !important;
}
.pt-7 {
    padding-top: 3.7rem !important;
}
.buscador {
    margin-top: -25px;
}
.f-hebrew b {
    font-weight: normal;
}
.f-hebrew font {
    color: #000;
    font-size: 19px;
}
.definicion p {
    margin-bottom: 0px;
}
.color-g {
	color: #a9a9a9;
}
.color-v {
	color: var(--color-verde);
}
.cuadro-aviso {
	background:#f7f5f2
}
.small, small {
    font-size: .9em;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #16768f;
    background-color: #f7f5f3;
    /*box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);*/
}
.position-fixed {
    position: fixed !important;
    width: 33.33333333%;
}
.text_focus {
    background-color: #16768f33;
    color: #0a0a0a;
}
.pastilla {
	background-color: #f0f1f5;
	border-radius: 24px;
	padding:32px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #16768f;
    border-color: #16768f;
}
      .promo-banner {
        background-color: #16778f1f;
        border-radius: 8px;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 20px auto;
        max-width: 700px;
      }
      .promo-banner .promo-content {
        display: flex;
        align-items: center;
      }
      .promo-banner .promo-icon {
        margin-right: 15px;
      }
      .promo-banner .promo-icon svg {
        width: 32px;
        height: 32px;
      }
      .promo-banner .promo-text {
        margin: 0;
      }
.promo-banner .promo-link {
    font-weight: bold;
    color: #16778f;
    background: #16778f14;
    padding: 7px 10px;
    border-radius: 8px;
}
a.promo-link:hover {
    background: #16778f8c;
    padding: 7px 10px;
    border-radius: 8px;
    color: #fff;
}

.form-signin {
    width: 100%;
    max-width: 495px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.atras {
	background: #fff;
    border: 0;
    padding: 13px;
    border-radius: 8px;
    box-shadow: 0px 0px 9px #00000024;
    display: flex;
    width: 41px;
    height: 45px;
    text-align: center;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

/*
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
*/
      .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;
        }
      }


        .cookie-consent-banner {
            position: fixed;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #ffffff;
            color: #333333;
            z-index: 1050;
            font-size: 14px;
            text-align: center;
            border: 1px solid #f7f5f3;
            border-radius: 1rem;
            box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05), 0 4px 6px 0 rgba(0, 0, 0, .02);
            padding: 20px;
            max-width: 95%;
            width: 700px;
            display: none; /* inicialmente oculto */
			align-items: center;
			justify-content: space-between;
        }
.cookie-consent-banner .text {
	flex: 1;
}
        .cookie-consent-banner a {
            text-decoration: none;
        }

        .cookie-consent-banner button {
            margin-left: 10px;
        }

.color-bar {
    width: 100px;
    height: 6px;
    display: inline-flex;
}
        .color-segment {
            flex: 1;
        }
        .segment-1 {
            background-color: #16778f;
        }
        .segment-2 {
            background-color: #8abac6;
        }
        .segment-3 {
            background-color: #E4EFF1;
        }

.newsletter-signup {
    border-radius: 1rem;
    padding: 15px;
    background: #e4eff1;
}
        .right-column h2, .right-column h3 {
            color: #16778f;
        }
        .right-column .btn-primary {
            background-color: #16778f;
            border: none;
        }
        .right-column .btn-primary:hover {
            background-color: #14596e;
        }
        .right-column .benefit-icon {
            color: #16778f;
        }
        .cta-buttons .btn {
            width: 100%;
            margin-bottom: 10px;
        }
        .testimonials blockquote {
            font-size: 0.9em;
            margin-bottom: 10px;
            padding-left: 10px;
            border-left: 4px solid #16778f;
        }
        .newsletter-signup input {
            margin-bottom: 10px;
        }
    .copy-icon {
        display: none; /* Ocultar icono por defecto */
        cursor: pointer;
    }
    .verse-card:hover .copy-icon {
        display: inline-block; /* Mostrar icono al pasar el cursor sobre la tarjeta */
    }
    .custom-alert {
        display: none; /* Inicialmente oculto */
        position: fixed; /* Posición fija para mantenerlo arriba */
        top: 0; /* Desde arriba de la página */
        left: 0;
        right: 0;
        margin: 0 auto; /* Centrado horizontalmente */
        width: 380px; /* Ancho deseado para el alerta */
        z-index: 1050; /* Z-index para superponer sobre otros elementos */
		background-color: rgba(16,163,127);
		color: #fff;
    }
/* Estilos para el switch de Bootstrap personalizado */
.custom-switch .form-check-input {
    width: 2.7em;
    height: 1.4em;
    background-size: 1.3em 1.3em;
    margin-right: 14px;
}

.custom-switch .form-check-input:checked {
    background-size: 1.3em 1.3em;
}

.custom-switch .form-check-input:before {
    width: 1.5em;
    height: 1.5em;
    margin-top: -0.25em;
    margin-left: -0.25em;
}
.form-check-input:focus {
    border-color: #bfbfbf;
    outline: 0;
    box-shadow: none;
}
.custom-switch .form-check-input:checked:before {
    transform: translateX(1.5em);
}
