*{
    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 */
}


        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 20px auto; padding: 20px; }
        header { border-bottom: 2px solid #2c3e50; margin-bottom: 20px; }
        h1 { color: #030c15; margin-bottom: 5px; }
        h2 { color: #d3b193; border-bottom: 1px solid #eee; padding-bottom: 10px; }
        h3 { color: #030c12; margin-top: 30px; }
        .fecha { color: #041516; font-weight: bold; text-transform: uppercase; }
        .versiculos { background: #f9f9f9; padding: 15px; border-left: 5px solid #125d8f; font-style: italic; }
        .memorizar { background: #e6d6bb; padding: 20px; border: 1px dashed #b66219; border-radius: 8px; margin: 20px 0; }
        .comentarios { background: #ecf0f1; padding: 20px; border-radius: 8px; }
        .cita-fuente { font-size: 0.9em; font-weight: bold; color: #7f8c8d; display: block; margin-top: 10px; text-align: right; }
 
        :root {
            --shadow-color: #546e7a;
            --reality-color: #1565c0;
            --highlight-bg: #e1f5fe;
            --text-dark: #263238;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.8;
            color: var(--text-dark);
            max-width: 850px;
            margin: 0 auto;
            padding: 30px 20px;
            background-color: #f8f9fa;
        }
        header {
            text-align: center;
            border-bottom: 5px ;
            margin-bottom: 30px;
            padding-bottom: 10px;
        }
        .date {
            color: var(--reality-color);
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }
        h1 { font-size: 2.2em; color: var(--text-dark); }
        h2 { color: var(--reality-color); border-bottom: 1px solid #ccc; }

        .bible-box {
            background-color: #fff;
            border: 1px solid #ddd;
            padding: 20px;
            border-left: 10px solid var(--shadow-color);
            border-radius: 4px;
            margin: 20px 0;
        }

        .comparison-container {
            display: flex;
            gap: 20px;
            margin: 30px 0;
            flex-wrap: wrap;
        }
        .box {
            flex: 1;
            min-width: 300px;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .shadow-box {
            background-color: #eceff1;
            border-top: 5px solid var(--shadow-color);
        }
        .reality-box {
            background-color: var(--highlight-bg);
            border-top: 5px solid var(--reality-color);
        }
        
        .verse-analysis {
            background-color: #fff;
            padding: 25px;
            border-radius: 10px;
            margin: 20px 0;
            border: 1px solid #cfd8dc;
        }
        .list-style {
            list-style-type: square;
            padding-left: 20px;
        }
        .egw-content {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 15px;
            border: 1px solid #e0e0e0;
            margin-top: 40px;
        }
        .egw-title {
            color: #2e7d32;
            font-variant: small-caps;
            font-size: 1.5em;
            margin-bottom: 15px;
            display: block;
        }
        .citation {
            display: block;
            margin-top: 15px;
            font-weight: bold;
            color: #546e7a;
            text-align: right;
            font-size: 0.9em;
        }
        strong { color: var(--reality-color); }

        :root {
            --sky-blue: #0ea5e9;
            --deep-blue: #273660;
            --cloud-white: #f8fafc;
            --text-dark: #334155;
            --accent-gold: #f59e0b;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.7;
            color: var(--text-dark);
            max-width: 850px;
            margin: 0 auto;
            padding: 30px 0px;
            background-color: #f1f5f9;
        }
        header {
            background: linear-gradient(135deg, var(--deep-blue), var(--sky-blue));
            color: rgb(237, 219, 219);
            padding: 1px 10px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 10px 15px -3px hsla(73, 28%, 86%, 0.102);
            margin-bottom: 30px;
        }
        .date {
            
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
            font-size: 0.9em;
            color: #d6e4bd;
        }
        h1 { margin: 10px 0; font-size: 2.5em; }
        
        .study-box {
            background: white;
            padding: 25px;
            border-radius: 12px;
            border-left: 6px solid var(--accent-gold);
            margin-bottom: 25px;
            box-shadow: 0 4px 6px -1px rgba(236, 230, 230, 0.05);
        }
        h2 { color: var(--deep-blue); border-bottom: 2px solid #e2e8f0; padding-bottom: 8px; }

        .memory-verse {
            background-color: #fffbeb;
            border: 2px dashed var(--accent-gold);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            font-size: 1.2em;
            color: #92400e;
            margin: 30px 0;
        }

        .content-article {
            background: white;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 6px -1px ;
             color: #e1dcd8;
        }

        .spiritual-contrast {F
            display: flex;
            gap: 20px;
            margin: 25px 0;
            flex-wrap: wrap;
        }
        .contrast-card {
            flex: 1;
            min-width: 250px;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
        }
        .heavenly { background-color: #e0f2fe; border: 1px solid #7dd3fc; }
        .earthly { background-color: #fee2e2; border: 1px solid #fca5a5; }

        .egw-section {
            margin-top: 40px;
            background: #ffffff;
            padding: 35px;
            border-radius: 15px;
            border: 1px solid #e2e8f0;
        }
        .egw-section h3 {
            color: #059669;
            text-transform: uppercase;
            font-size: 1.1em;
            letter-spacing: 1px;
            margin-top: 0;
        }
        .citation {
            display: block;
            text-align: right;
            font-weight: bold;
            color: #64748b;
            margin-top: 20px;
            font-style: italic;
        }
        strong { color: var(--deep-blue); }
