.ms-narrativ-body p, .cke_editable p {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: -.003em;
    color: #333;
}
p.narTitle {
    --x-height-multiplier: 0.363;
    --baseline-multiplier: 0.157;
    font-family: sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    margin: 0 0 0.85em 0;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #404040;
}
p.narStitle {
    --x-height-multiplier: 0.363;
    --baseline-multiplier: 0.157;
    font-family: sans-serif;
    letter-spacing: -.02em;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    margin: 0 0 0.85em 0;
    line-height: 1.5;
    letter-spacing: -.018em;
    color: #404040;
}
p.narStext {
    font-family: sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: -.003em;
    margin: 0 0 0.85em 0;
    color: #404040;
}
p.narCite {
  	--x-height-multiplier: 0.363;
    --baseline-multiplier: 0.157;
    font-family: sans-serif;
    letter-spacing: -.02em;
    font-weight: 300;
    font-style: normal;
    font-feature-settings: "liga" on,"lnum" on;
    -moz-font-feature-settings: "liga" on,"lnum" on;
    -webkit-font-feature-settings: "liga" on,"lnum" on;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(0,0,0,.6);
    letter-spacing: 0;
    margin: 0.85em 0;
}
div.highlight1 {
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -.003em;
    margin: 0.85em 0;
    color: #404040;
    background-color: #6414360a;
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 25px;
}
div.highlight2 {
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -.003em;
    margin: 0.85em 0;
    color: #404040;
    background-color: #daedf742;
    padding: 10px 20px;
    border: 1px solid #758f9c42;
    margin-bottom: 25px;
}
h3.sectionline1 {
    font-family: sans-serif;
    letter-spacing: 0.04em;
    margin: 10px 10px 15px;
    padding: 4px 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    background: url(/static/blog/images/fondo_header.png), linear-gradient(86deg, #883f25 0%, #7d5142 100%);
}
h3.sectionline2 {
    font-family: sans-serif;
    letter-spacing: 0.04em;
    margin: 10px 10px 15px;
    padding: 4px 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    background: url(/static/blog/images/fondo_header.png), linear-gradient(86deg, #003f63 0%, #808898 100%);
}
h3.sectionline3 {
    font-family: sans-serif;
    letter-spacing: 0.04em;
    margin: 10px 10px 15px;
    padding: 4px 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    background: url(/static/blog/images/fondo_header.png), linear-gradient(86deg, #5E0931 0%, #5e0931b8 100%);
}
div.sectionwhite {
    font-size: 2.42857rem;
    line-height: 40px;
    position: relative;
    z-index: 2;
    background: #fff;
    font-family: "Fira Sans",FiraGo,Tahoma,Calibri,Helvetica,Arial,sans-serif;
    color: #3f454d;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 2vw 20vw;
}
.ms-narrativ-body img, .cke_editable img {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    line-height: initial;
    height: unset !important;
}
.btn-help {
    background: #f0f0f000;
    margin-right: 20px;
    border: none;
    transition: all 0.3s ease;
    font-size: 1.5em;
    cursor: pointer;
    margin-left: auto; 
    padding: 5px 10px;
}
.btn-help:hover {
    background: #e0e0e050;
    color: #333;
}
.btn-help i {
    vertical-align: middle;
}

/* #### ESTILOS PARA EL HELP TOUR */

/* Estilos para el tooltip */
.custom-tooltip.introjs-tooltip {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: none;
    max-width: 300px;
    min-width: 200px;
    overflow: hidden; /* Evita desbordamientos */
}
/* Flecha del tooltip */
.custom-tooltip.introjs-arrow {
    border: none;
    background: transparent;
}
/* Botones principales (prev/next/done) */
.introjs-button {
    border-radius: 4px !important;
    padding: 6px 12px !important;
    transition: all 0.3s ease !important;
    min-width: 0;
    font-size: 14px;
}
.introjs-nextbutton {
    background-color: #4a6cf7 !important;
    color: white !important;
}
.introjs-prevbutton {
    background-color: #f1f1f1 !important;
    color: #333 !important;
    display: none;
}
.introjs-donebutton {
    background-color: #28a745 !important;
    color: white !important;
    border: none !important;
    order: 2 !important;
     text-shadow: none !important;   
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    transform: translateZ(0);      
}

/* Resaltado del elemento y opacado de fondo */
.custom-highlight.introjs-helperLayer {
    border-radius: 4px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.65) !important;
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.65), 
                0 0 20px 5px rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.65), 0 0 20px 5px rgba(255, 255, 255, 0.9); }
    50% { box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.65), 0 0 30px 8px rgba(255, 255, 255, 1); }
    100% { box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.65), 0 0 20px 5px rgba(255, 255, 255, 0.9); }
}

/* Contenido del tooltip */
.custom-tooltip .introjs-tooltiptext {
    color: #333;
    font-size: 15px;
    line-height: 1.5;
    padding: 16px !important;
    word-wrap: break-word;
    text-align: justify;
    hyphens: auto;
    margin-top: 0; 
    padding-right: 16px !important; 
}
.custom-tooltip .introjs-tooltiptext h4 {
    margin-top: 0;
    color: #2c3e50;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
.custom-tooltip .introjs-tooltiptext ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.custom-tooltip .introjs-tooltiptext li {
    margin-bottom: 8px;
}

/* Cabecera del tooltip (contiene el botón de cerrar) */
.custom-tooltip .introjs-tooltip-header {
    border-bottom: none !important;
    padding: 0; 
    position: relative; 
    height: 30px;
    border-bottom: 1px solid #eee !important; 
    margin-bottom: 10px; 
}

/* Botón de cerrar (skip)  */
.custom-tooltip .introjs-tooltip-header .introjs-skipbutton {
    color: #822828 !important;
    font-size: 22px !important;
    font-weight: bold !important;
    background: none;
    border: none;
    position: absolute;
    right: 10px !important;
    top: 5px !important; 
    opacity: 1;
    text-shadow: 0 0 3px rgba(255, 0, 0, 0.5);
    transition: all 0.2s;
    z-index: 10;
    margin: 0; 
    padding: 0; 
}
.custom-tooltip .introjs-tooltip-header .introjs-skipbutton:hover {
    color: #cc0000 !important;
    transform: scale(1.2);
}

/* Contenedor de botones inferiores */
.introjs-tooltipbuttons {
    text-align: center;
    border-top: none;
}    




