.elementor-488 .elementor-element.elementor-element-52f5ccb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:100px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-488 .elementor-element.elementor-element-abc048b{text-align:center;font-family:"Lora", Sans-serif;font-size:16px;line-height:1.5em;}@media(min-width:768px){.elementor-488 .elementor-element.elementor-element-52f5ccb{--content-width:1100px;}}@media(max-width:1024px){.elementor-488 .elementor-element.elementor-element-abc048b{font-size:15px;}}@media(max-width:767px){.elementor-488 .elementor-element.elementor-element-abc048b{font-size:14px;}}/* Start custom CSS for text-editor, class: .elementor-element-abc048b *//* ==========================================================================
   SECCIÓN: SALUDO PRESIDENCIAL HORIZONTAL E INMUNE (CCPD DURÁN)
   ========================================================================== */

.ccpd-saludo-container {
    width: 100%;
    max-width: 1140px;
    margin: 40px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.01);
    border: 1px solid #eef2f5;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column !important;
    gap: 35px !important; /* Respiro limpio entre la foto y el texto */
}

/* --- FILA DE LA FOTOGRAFÍA (FONDO TRANSPARENTE LIMPIO) --- */
.ccpd-saludo-row-photo {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.ccpd-saludo-img-frame {
    max-width: 340px; /* Ancho elegante para pantallas grandes */
    width: 100%;
    border-radius: 0 !important; /* Eliminamos curvas innecesarias */
    overflow: visible !important;
    box-shadow: none !important; /* 🔥 SE REMUEVE LA SOMBRA SOLICITADA 🔥 */
    border: none !important;     /* 🔥 SE REMUEVE EL BORDE SOLICITADO 🔥 */
    background: transparent !important; /* 🔥 FONDO 100% TRANSPARENTE PARA EL .WEBP Circular 🔥 */
}

.ccpd-saludo-img-frame img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover;
    margin: 0 !important;
    background: transparent !important;
}

/* --- FILA DEL CONTENIDO (FUENTES CORPORATIVAS) --- */
.ccpd-saludo-row-content {
    width: 100% !important;
}

.ccpd-saludo-title {
    font-family: 'Oxygen', sans-serif !important;
    color: #23305D !important; /* Azul Principal */
    font-weight: 700 !important;
    font-size: 24px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    text-align: center;
}

/* Frase Destacada */
.ccpd-saludo-quote {
    font-family: 'Lora', serif !important;
    font-style: italic;
    color: #00A7E0 !important; /* Celeste Secundario */
    font-size: 18px !important;
    line-height: 1.6 !important;
    font-weight: 600;
    margin-bottom: 25px !important;
    border-left: 4px solid #00A7E0;
    padding-left: 20px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

/* Párrafos del Discurso */
.ccpd-saludo-text {
    font-family: 'Lora', serif !important;
    color: #4a4a4a !important;
    line-height: 1.7 !important;
    font-size: 15.5px !important;
    margin-bottom: 16px !important;
    text-align: justify; /* Lectura formal limpia */
}

/* --- FIRMA DEL PRESIDENTE (CENTRADO ABSOLUTO SEGURO) --- */
.ccpd-saludo-signature {
    margin-top: 35px !important;
    padding-top: 20px;
    border-top: 1px dashed #eef2f5;
    text-align: center !important; /* Centrado forzado de todo el bloque */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.ccpd-signature-name {
    font-family: 'Oxygen', sans-serif !important;
    color: #23305D !important;
    font-weight: 700 !important;
    font-size: 16.5px !important;
    margin: 0 0 6px 0 !important;
    text-align: center !important;
}

.ccpd-signature-charge {
    font-family: 'Oxygen', sans-serif !important;
    color: #64748b !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    max-width: 600px;
    text-align: center !important; /* Centra el cargo perfectamente debajo del nombre */
}

/* ==========================================================================
   MAQUETACIÓN EXCLUSIVA PARA MÓVILES (SMARTPHONES)
   ========================================================================== */
@media (max-width: 991px) {
    .ccpd-saludo-container {
        padding: 30px 20px !important;
        margin: 20px auto !important;
        gap: 25px !important;
    }

    .ccpd-saludo-img-frame {
        max-width: 280px; /* Más compacto en celulares */
    }

    .ccpd-saludo-title {
        font-size: 21px !important;
    }

    .ccpd-saludo-quote {
        font-size: 16px !important;
        text-align: center;
        border-left: none !important;
        padding-left: 0 !important;
        margin-bottom: 20px !important;
    }

    .ccpd-saludo-text {
        font-size: 15px !important;
        text-align: left;
        line-height: 1.65 !important;
    }
}
/* ==========================================================================
   ANULACIÓN DE ESPACIOS FANTASMAS (FIX PESTAÑA VISUAL DE WORDPRESS)
   ========================================================================== */

/* 1. Corrección para el Saludo de la Presidencia */
.ccpd-saludo-container > p,
.ccpd-saludo-container > br,
.ccpd-saludo-row-photo + p,
.ccpd-saludo-row-photo + br {
    display: none !important; /* Esconde párrafos vacíos o saltos inyectados entre la foto y el título */
    margin: 0 !important;
    padding: 0 !important;
}

/* Fuerza el control de aires reales mediante el contenedor flex de la foto */
.ccpd-saludo-container {
    gap: 25px !important; /* Regula de forma fija la distancia exacta entre la foto y el título */
}


/* 2. Corrección para la sección anterior de Normativa / Base Legal */
.ccpd-legal-container > p,
.ccpd-legal-container > br,
.ccpd-three-columns-grid > p,
.ccpd-three-columns-grid > br,
.ccpd-legal-rows-wrapper > p,
.ccpd-legal-rows-wrapper > br {
    display: none !important; /* Esconde los espacios que se generan al dar clic en Visual */
    margin: 0 !important;
    padding: 0 !important;
}

/* Asegura el respiro controlado entre las filas horizontales fijas */
.ccpd-legal-rows-wrapper {
    gap: 25px !important;
}/* End custom CSS */