*{
    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: 700px;
    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: 450px;
  background-color: #101002;
  color: #f5f0f0;
  text-align: left;
  padding: 15px;
  border-radius: 8px;

  /* 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: 60%;
  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 */
}
body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            background-color: #f4f4f9;
        }
        header {
            border-bottom: 3px solid #27ae60;
            margin-bottom: 20px;
            padding-bottom: 10px;
        }
        h1 {
            color: #2c3e50;
            margin-bottom: 5px;
        }
        .date {
            color: #010c06;
            font-weight: bold;
            text-transform: uppercase;
        }
        section {
            background: #fff;
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        .bible-box {
            background-color: #eafaf1;
            border-left: 4px solid #2ecc71;
            padding: 15px;
            margin: 15px 0;
        }
        .memory-verse {
            background-color: #f4fdf4;
            border: 2px solid #03120a;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            font-size: 1.1em;
            font-weight: 500;
            color: #1e8449;
        }
        .exchange-diagram {
            display: flex;
            justify-content: space-around;
            align-items: center;
            background: #fdfefe;
            border: 1px solid #d5dbdb;
            padding: 15px;
            border-radius: 8px;
            margin: 20px 0;
        }
        .exchange-item {
            text-align: center;
            flex: 1;
        }
        .commentary {
            border-top: 2px solid #eee;
            margin-top: 20px;
            padding-top: 10px;
        }
        .author-note {
            font-weight: bold;
            color: #c0392b;
            text-transform: uppercase;
            font-size: 0.9em;
            display: block;
            margin-bottom: 10px;
        }
        .mystery-box {
            background-color: #edeaf3;
            border-left: 4px solid #1dbf30;
            padding: 15px;
            margin: 15px 0;
        }
        .tex1{
            font-size: 30px; 
            color: rgb(9, 0, 0);
        }

        .tex2{
            font-size: 20px; 
        }