/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.5.1773564424
Updated: 2026-03-15 08:47:04

*/

/* === PULLQUOTE (custom field) ===*/
.pt-pullquote {
    border-left: 4px solid #c0392b;
    margin: 2em 0;
    padding: 1em 1.5em;
    background: #f9f6f3;
    font-size: 1.15em;
    font-style: italic;
    color: #333;
    border-radius: 0 4px 4px 0;
}
.pt-pullquote p {
    margin: 0;
    line-height: 1.6;
}

/* === ETIQUETAS: estilo pildora via selector de atributo === */
/* Captura los links de etiquetas en el single post sin depender de clases del tema */
.single .entry-content-wrap a[href*="/tag/"],
.single .article-post-thumbnail ~ * a[href*="/tag/"] {
    display: inline-block !important;
    padding: 5px 14px !important;
    border: 1px solid #333 !important;
    border-radius: 20px !important;
    font-size: 0.85em !important;
    color: #333 !important;
    text-decoration: none !important;
    background: transparent !important;
    margin: 2px 0 !important;
    white-space: nowrap !important;
}
.single .entry-content-wrap a[href*="/tag/"]:hover,
.single .article-post-thumbnail ~ * a[href*="/tag/"]:hover {
    background: #333 !important;
    color: #fff !important;
}

/* Contenedor de etiquetas: separacion visual */
.single .entry-tags,
.single p:has(a[href*="/tag/"]) {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-top: 1.5em !important;
    padding-top: 1.5em !important;

/* === PENSAR EN VOZ ALTA: plantilla de categoria === */

/* Wrap general */
.peva-wrap {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* HERO: cabecera de la categoria */
.peva-hero {
    background-color: #1a1a1a;
    background-image: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 80px 24px 72px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.peva-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 60px,
        rgba(255,255,255,0.015) 60px,
        rgba(255,255,255,0.015) 61px
    );
    pointer-events: none;
}
.peva-hero-inner {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
}
.peva-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c0392b;
    margin-bottom: 20px;
}
.peva-titulo {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 800;
    color: #f9f6f3;
    line-height: 1.1;
    margin: 0 0 24px;
    font-style: italic;
    letter-spacing: -0.02em;
}
.peva-subtitulo {
    font-size: 1rem;
    color: #a0a0a0;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
}

/* MAIN: lista de articulos */
.peva-main {
    max-width: 760px;
    margin: 0 auto;
    padding: 60px 24px 80px;
}

/* LISTA */
.peva-lista {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ARTICULO individual */
.peva-articulo {
    padding: 48px 0;
    border-bottom: 1px solid #e5e0d8;
}
.peva-articulo:first-child {
    padding-top: 0;
}

/* META: fecha */
.peva-meta time {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c0392b;
    display: block;
    margin-bottom: 12px;
}

/* Titulo del articulo */
.peva-art-titulo {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #1a1a1a;
}
.peva-art-titulo a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.peva-art-titulo a:hover {
    color: #c0392b;
}

/* Extracto */
.peva-art-extracto {
    font-size: 1rem;
    line-height: 1.75;
    color: #555;
    margin-bottom: 20px;
}

/* Enlace leer mas */
.peva-leer-mas {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 2px solid #c0392b;
    padding-bottom: 2px;
    letter-spacing: 0.03em;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.peva-leer-mas:hover {
    color: #c0392b;
}

/* Paginacion */
.peva-paginacion {
    margin-top: 56px;
    text-align: center;
}
.peva-paginacion .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 3px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    border: 1px solid #e5e0d8;
    transition: all 0.2s;
}
.peva-paginacion .page-numbers.current,
.peva-paginacion .page-numbers:hover {
    background: #1a1a1a;
    color: #f9f6f3;
    border-color: #1a1a1a;
}

/* Estado vacio */
.peva-vacio {
    color: #888;
    font-style: italic;
    padding: 40px 0;
}

/* Responsive */
@media (max-width: 600px) {
    .peva-hero {
        padding: 56px 20px 48px;
    }
    .peva-main {
        padding: 40px 20px 60px;
    }
}
    border-top: 1px solid #e0e0e0 !important;
	
	/* === CENTRAR COPYRIGHT FOOTER === */
footer[class*="footer"] > div:last-child,
footer[class*="footer"] > div:last-child > div,
footer[class*="footer"] > div:last-child > div > div,
footer[class*="footer"] > div:last-child *,
.site-bottom-footer-wrap,
.site-bottom-footer-wrap *,
[data-section="kadence_customizer_footer_html"],
[data-section="kadence_customizer_footer_html"] * {
    text-align: center !important;
}
    line-height: 2 !important;
}