.elementor-1243 .elementor-element.elementor-element-e4e15de{--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;--margin-top:41px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:1366px){.elementor-1243 .elementor-element.elementor-element-e4e15de{--margin-top:37px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-1243 .elementor-element.elementor-element-e4e15de{--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-c1a6484 *//* 1. IMPORTAR FUENTES PROFESIONALES */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&family=Inter:wght@400;500;700&display=swap');

/* 2. VARIABLES Y RESET */
:root {
    --bt-black: #000000;
    --bt-yellow: #FFD700;
    --bt-dark-gray: #111111;
    --bt-light-text: #e0e0e0;
}

.bt-mag-container {
    background-color: var(--bt-black);
    color: var(--bt-light-text);
    /* Fuente Inter para el cuerpo: muy legible, seria y moderna */
    font-family: 'Inter', sans-serif; 
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* --- TITULARES CON FUENTE ELEGANTE (SERIF) --- */
.bt-mag-container h1, 
.bt-mag-container h2, 
.bt-mag-container h3, 
.bt-mag-quote {
    /* Fuente Playfair: Robusta, elegante, tipo periódico financiero o Vogue */
    font-family: 'Playfair Display', serif;
    color: var(--bt-yellow);
    font-weight: 700;
    margin: 0;
}

/* --- ENLACES --- */
.bt-mag-body a {
    color: var(--bt-yellow) !important;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 215, 0, 0.4);
    transition: 0.3s ease;
}
.bt-mag-body a:hover { color: #fff !important; border-bottom-color: #fff; }

/* --- HERO (PORTADA DIVIDIDA) --- */
.bt-mag-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #222;
    padding-bottom: 60px;
}

.bt-badge {
    background-color: var(--bt-yellow);
    color: var(--bt-black);
    padding: 6px 14px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.bt-hero-content h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin: 25px 0;
}

.bt-intro-text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #bbb;
    border-left: 3px solid var(--bt-yellow);
    padding-left: 20px;
}

.bt-hero-visual img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.8);
    border: 1px solid #222;
}

/* --- CUERPO DEL ARTÍCULO --- */
.bt-mag-body { max-width: 800px; margin: 0 auto; }
.bt-mag-body p { font-size: 1.15rem; line-height: 1.8; margin-bottom: 30px; }
.bt-mag-body h2 { font-size: 2.2rem; margin: 60px 0 25px 0; }

/* --- IMÁGENES DENTRO DEL TEXTO --- */
.bt-mag-full-image { margin: 50px 0; }
.bt-mag-full-image img { width: 100%; height: auto; border-radius: 4px; border: 1px solid #222; }
.bt-caption { font-size: 0.85rem !important; color: #666 !important; text-align: center; font-style: italic; margin-top: 10px !important; }

/* --- NUEVO: TARJETAS EN GRID (LOS 3 PILARES) --- */
.bt-mag-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 40px 0;
}

.bt-mag-card {
    background-color: var(--bt-dark-gray);
    padding: 30px 20px;
    border-top: 4px solid var(--bt-yellow);
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.bt-mag-card:hover { transform: translateY(-5px); }
.bt-mag-card h3 { font-size: 1.4rem; margin-bottom: 15px; color: #fff; }
.bt-mag-card p { font-size: 1rem !important; margin-bottom: 0 !important; color: #aaa !important; line-height: 1.6 !important;}

/* --- CITA EDITORIAL (BLOCKQUOTE) --- */
.bt-mag-quote {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    color: var(--bt-yellow);
    margin: 70px 0;
    padding: 0 40px;
    position: relative;
    font-style: italic;
}
.bt-mag-quote::before { content: '"'; font-size: 5rem; position: absolute; top: -30px; left: 50%; transform: translateX(-50%); color: #222; z-index: -1; }

/* --- CTA: BANNER HORIZONTAL --- */
.bt-mag-banner-cta {
    background-color: var(--bt-yellow);
    color: var(--bt-black);
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    margin-top: 60px;
}

.cta-text h2 { color: var(--bt-black); margin-bottom: 10px; font-size: 2.2rem; }
.cta-text p { margin: 0; font-size: 1.1rem; font-weight: 500; }

.bt-btn-solid {
    background-color: var(--bt-black);
    color: var(--bt-yellow);
    padding: 15px 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s ease;
    white-space: nowrap;
}
.bt-btn-solid:hover { background-color: #222; transform: scale(1.05); }

/* --- RESPONSIVE & MOBILE --- */
@media (max-width: 768px) {
    /* Pasa todo a una sola columna y centra los textos */
    .bt-mag-hero { grid-template-columns: 1fr; gap: 30px; text-align: center; padding-bottom: 40px; }
    .bt-hero-visual { grid-row: 1; } /* Sube la imagen arriba en celular */
    .bt-intro-text { border-left: none; border-top: 2px solid var(--bt-yellow); padding-top: 15px; padding-left: 0; }
    
    .bt-mag-grid { grid-template-columns: 1fr; }
    
    .bt-mag-banner-cta { flex-direction: column; text-align: center; gap: 30px; padding: 40px 20px; }
    
    .bt-mag-body h2, .bt-mag-body p, .bt-mag-quote { text-align: center; }
}/* End custom CSS */