*{
    margin: none;
    padding: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box ;
    box-sizing:  border-box;
}
body{
    background: #eff3ed;
}
.navegacion{
    max-width: 900px;
    margin: 8px auto;
    background: #641e16 ;
}
.navegacion ul{
    list-style: none;
}
.menu >li{
    display:  inline-block
}
.menu > li > a{
    display:block;
    padding:5px 15px;
    color: #21ba6e;
    font-family: sans-serif;
    text-decoration: none;
}
.menu li a:hover{
    color:#eef3e9;
    transition: all.3s;
}
.submenu{
    position: absolute;
    background: #641e16 ;
    width: 10%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1.5ss;
    
}
.submenu li a{
    display: block;
    padding: 6px;
    color: #e0eae5;
    font-family: sans-serif small;
    text-decoration: none;
    text-align: center;


}
.menu li:hover .submenu {
    visibility: visible;
    opacity: 1;
}

   .styled-table 
   {
   height:100px; 
   width:50px;
    margin-left: 0;
    margin: 25px 0;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    min-width:  600px;
    box-shadow: 0 0 10px rgba(85, 50, 50, 0.727);
   text-align: left;
   }   

   .cuadro {
    height: 50px;
    width:100px;
    background-color: rgb(233, 242, 242);
    border: 1px solid rgb(25, 30, 16) ;
    
   }
   .cuadro {
    height: 150px;
    width: 200px;
background-color: rgb(230, 241, 241);
border: 2px solid color(srgb rgb(47, 12, 12) green blue);
   }

   .cuadro2{
    height: 50px;
    width:100px;
    background-color: rgb(233, 242, 242);
    border: 1px solid rgb(25, 30, 16) ;
    
   }
   .cuadro2 {
    height: 150px;
    width: 200px;
background-color: rgb(230, 241, 241);
border: 2px solid color(srgb rgb(47, 12, 12) green blue);
   }

   .contenedor {
display: flex;
justify-content:center;

   }
   .columna1{
    background-color: #e2dcdb;
    padding: 30px;
    margin: 0 20px;
   }

   .columna2{
    background-color: #e2dcdb;
    padding: 30px;
    margin: 0 20px;
   }
   .columna3{
    background-color: #e2dcdb;
    padding: 30px;
    margin: 0 10px;
   }
.texto{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  
}
 .parrafo{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 }

 .imagen{
    width:250px;
    height: 150px;
    
    
    
 }
 
 .contenedor_i{
    display: flex;
    justify-content: right;

 }
  
 
.pre{
        font-family: 'Lucida Sans', 
        'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode',
         Geneva, Verdana, sans-serif; 
         text-align:justify;     

    
}

.modal{
    max-width: 50%;
}

.tx{
    font-size: 40px;
}

.btn-abrir-modal {
    /*display: block;
    max-width: max-content;*/
    padding:10px 20px;
    /*background-color:#222020;
    border-radius:1px;
    box-shadow: 0px;*/
    font-size: 18px;
    /*border: 1px solid #641e16;
    color: #fff;*/
    font-weight: 600;
    cursor: pointer;
    /*transition: .3s all;
    margin-top:20px;
    text-align: center;*/
    line-height: 25px;
    text-decoration: underline;
}
.btn-abrir-modal:hover{
    /*background-color: transparent;
    border: 2px solid #2c0b0b;
    color: #100d0d;*/
    text-decoration: none;
    color:#641e16;
}

dialog {
    width: 80%;
    max-width: 1200px;
    height: calc(100% - 200px);
}
dialog blockquote {
    position: relative;
}

.contain-close-modal {
    position: sticky;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btn-cerrar-modal{
    background-color: #190503;
    padding: 10px 30px;
    width: max-content;
    cursor: pointer;
    border-radius:10px;
    color: #fff;
    border: 2px solid #210a46;
    text-align: center;
    font-weight: 700;
}

.btn-cerrar-modal:hover{
    background-color: #fff;
    border: 2px solid #641e16;
    color: #641e16;
}

@media (min-width: 768px) {
    .contain-close-modal {
        padding: 20px;
    }
    .btn-cerrar-modal {
        font-size: 14px;
    }
}

body{
    color-scheme: ;
    background-color: ;:#000;
    width: 960px; /* Ancho fijo */
            margin: 0 auto; /* Centra el contenido */
            background-color: #e6f7ff;
            font-family: Arial, sans-serif;
}
.box{
    width: 600px;
    height: 60px;

margin-left: auto;
margin-right: auto;
}
.box::before{
    opacity: 0;
}

.box:hover::before{
    content:attr(data-content);
    opacity: 1;
}
.referencia {
            font-weight: bold;
            color: #010a02;
            display: block;
            margin-bottom: 10px;
            font-size: 1.2em;
        }

         .versiculo-texto {
            margin: 0;
            white-space: pre-wrap;
        }
.book-title {
            font-size: 1.5em;
            font-weight: bold;
            color: #020d17;
            margin-bottom: 10px;
            border-bottom: 2px solid #0056b3;
            padding-bottom: 5px;
        }
         .verse {
            margin-bottom: 10px;
        }
        .verse-number {
            font-weight: bold;
            color: rgb(29, 4, 4);
            margin-right: 5px;
            vertical-align: top;
            display: inline-block;
        }
.texto-biblico { font-weight: bold; color: #0f0801; }

  .numero-versiculo { font-weight: bold; color: #150402; margin-right: 5px; vertical-align: top; display: inline-block; width: 1.2em; }
   .versiculo { margin-bottom: 10px; text-align: justify; }
    .referencia-texto { font-size: 1.5em; font-weight: bold; color: #030f16; margin-bottom: 10px; }

    .tabulador-css {
        /* Mueve el texto 40 píxeles a la derecha */
        margin-left: 40px; font-weight: bold; color: #0f0801;
        /* O utiliza padding-left si deseas que el espacio sea parte del área del elemento */
        /* padding-left: 40px; */
    }

    .tabulador-css2 {
        /* Mueve el texto 40 píxeles a la derecha */
        margin-left: 40px; 
        /* O utiliza padding-left si deseas que el espacio sea parte del área del elemento */
        /* padding-left: 40px; */
    }

.reference {
            font-weight: bold;
            font-size: 1.6em;
            color: #05120a; /* Negro */
            display: block;
            margin-bottom: 5px;
        }





    .tabulador-css3 {
        /* Mueve el texto 40 píxeles a la derecha */
       padding-left: 40px; 
        /* O utiliza padding-left si deseas que el espacio sea parte del área del elemento */
        /* padding-left: 40px; */
    }
    .chapter-title { font-size: 1.5em; margin-top: 25px; margin-bottom: 10px; border-bottom: 2px solid #999; }


    /* 1. Estilo del Contenedor Principal (el texto al que le pasas el cursor) */
.tooltip {
  position: relative; /* Clave: necesario para posicionar el texto emergente respecto a este elemento */
  display: inline-block; /* Permite que ocupe solo el espacio necesario */
  cursor: pointer; /* Muestra el cursor como una mano */
}

/* 2. Estilo y Ocultamiento del Texto Emergente */
.tooltip .tiptext {
  /* Propiedades de visualización */
  visibility: hidden; /* OCULTA el elemento por defecto */
  width: 350px;
  background-color: #101002;
  color: #f5f0f0;
  text-align: left;
  padding: 10px 2;
  border-radius: 6px;

  /* Propiedades de Posicionamiento (flotante) */
  position: absolute; 
  z-index: 1; /* Asegura que esté encima de otros elementos */
  bottom: 125%; /* Lo coloca encima del texto principal */
  left: 50%;
  margin-left: -75px; /* Centra el texto (-la mitad del ancho) */
  opacity: 0; /* Oculto con transparencia para animaciones */
  transition: opacity 0.3s; /* Para una transición suave */
}

/* 3. El Switch: Muestra el texto cuando se pasa el cursor */
.tooltip:hover .tiptext {
  visibility: visible; /* HACE VISIBLE el elemento */
  opacity: 1; /* Le da opacidad completa */
}