.elementor-53190 .elementor-element.elementor-element-7c09d0a{--display:flex;}/* Start of your custom CSS rules for html, class: .elementor-element-b28c716 */ /* --- ESTILOS PARTE 1 --- */
.fucae-content-section {
    padding: 60px 20px;
    color: #333;
    line-height: 1.8;
}

.content-container {
    max-width: 900px; /* Ancho editorial para lectura cómoda */
    margin: 0 auto;
}

.section-title {
    font-size: 2.8rem;
    color: #1a2b3c; /* Azul Navy FUCAE */
    line-height: 1.2;
    margin-bottom: 30px;
}

.highlight-p {
    font-size: 1.4rem;
    color: #1a2b3c;
    font-weight: 500;
    margin-bottom: 25px;
}

.history-box {
    border-left: 4px solid #f39c12; /* Naranja Acción */
    padding-left: 25px;
    margin: 35px 0;
}

/* Placeholders de Imágenes */
.image-placeholder {
    width: 100%;
    height: 400px;
    background-color: #f4f7f9;
    border-radius: 15px;
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ccc;
    position: relative;
    overflow: hidden;
}

.img-caption {
    font-size: 0.9rem;
    color: #777;
    padding: 20px;
    text-align: center;
}

/* Misión Doble */
.mission-section {
    margin-top: 60px;
}

.sub-title {
    font-size: 1.8rem;
    color: #1a2b3c;
    margin-bottom: 20px;
}

.mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.mission-card {
    padding: 30px;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.mission-card h4 {
    color: #f39c12;
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Escuela de Vida */
.school-of-life {
    margin-top: 50px;
}

.final-quote {
    margin-top: 40px;
    text-align: center;
    padding: 30px;
    background-color: #1a2b3c;
    color: #ffffff;
    border-radius: 10px;
    font-size: 1.2rem;
}

.final-quote strong {
    color: #f39c12;
}

/* Responsive */
@media (max-width: 768px) {
    .mission-grid { grid-template-columns: 1fr; }
    .section-title { font-size: 2rem; }
}

/* --- ESTILOS PARTE 2 --- */
.fucae-learning-section {
    padding: 60px 20px;
}

/* Encabezados */
.learning-header {
    margin-bottom: 40px;
}

.intro-p {
    font-size: 1.15rem;
    color: #444;
}

/* Proceso Grid */
.process-grid {
    margin-bottom: 50px;
}

.process-title {
    font-size: 1.3rem;
    color: #1a2b3c;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.process-item {
    padding: 20px;
    background: #f8fafd;
    border-radius: 8px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #f39c12;
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

/* Impacto Futuro */
.future-impact-block {
    margin: 60px 0;
}

.impact-lead {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.future-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
}

.future-item {
    background: #1a2b3c;
    color: white;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.multiplication-text {
    font-style: italic;
    color: #666;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

/* Transformación */
.transformation-block {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: center;
    background: #fcfcfc;
    padding: 40px;
    border-radius: 20px;
}

.pla-box {
    margin-top: 25px;
    padding: 20px;
    background: #fff;
    border: 1px solid #f39c12;
    border-radius: 10px;
}

/* Placeholder Vertical */
.vertical-view {
    height: 350px !important;
    margin: 0 !important;
}

/* Ajustes Responsive */
@media (max-width: 768px) {
    .future-grid { grid-template-columns: 1fr; }
    .transformation-block { 
        grid-template-columns: 1fr; 
        padding: 20px;
    }
} /* End of your custom CSS rules */
/* Start of your custom CSS rules for html, class: .elementor-element-8b6b885 */ /* --- ESTILOS PARTE 3: BENTO & DARK --- */
.fucae-impact-grid {
    padding: 0;
    font-family: 'Inter', sans-serif;
}

.container-full { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }

/* Bento Grid */
.skills-bento { margin-bottom: 80px; }
.bento-header h2 { 
    font-size: 2.2rem; 
    color: #1a2b3c; 
    margin-bottom: 40px; 
    text-align: center;
}


/* --- CONFIGURACIÓN DEL GRID (Jerarquía Visual) --- */
.bento-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px; /* Aumentamos un poco para dar más aire */
    gap: 20px;
}

/* Posicionamiento de las piezas del rompecabezas */
.major { grid-column: span 2; grid-row: span 2; } /* Cuadro 01 */
.medium { grid-column: span 1; }                  /* Cuadros 02 y 03 */
.wide { grid-column: span 2; }                    /* Cuadro 04 */
.small { grid-column: span 1; }                   /* Cuadro 05 */

/* --- ESTILO BASE DE LOS ITEMS --- */
.bento-item {
    padding: 35px;
    border-radius: 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background-color: #f4f7f9;
    background-size: cover;
    background-position: center;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0,0,0,0.03);
    z-index: 1;
}

/* El Gradiente Protector: Asegura que el texto oscuro resalte sobre la foto */
.bento-item::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* Gradiente de blanco opaco abajo a transparente arriba */
    background: linear-gradient(to top, rgba(255,255,255,0.95) 10%, rgba(255,255,255,0.2) 70%);
    z-index: -1;
    transition: opacity 0.3s ease;
}

/* Caso especial: La caja Naranja */
.bento-item.accent {
    background: #f39c12;
    color: #ffffff;
}
.bento-item.accent::before { display: none; } /* Quitamos el gradiente en la naranja */
.bento-item.accent h3, .bento-item.accent .skill-tag { color: #ffffff; opacity: 1; }

/* --- ASIGNACIÓN DE IMÁGENES (Aquí pones tus URLs) --- */
.item-bg-liderazgo { background-image: url('https://fucae.com/wp-content/uploads/2026/03/Gemini_Generated_Image_cplx2qcplx2qcplx.png'); }
.item-bg-iniciativa { background-image: url('https://fucae.com/wp-content/uploads/2026/03/D6E537B1-CB32-4829-BA5B-31C16C2880D2.jpg'); }
.item-bg-pensamiento { background-image: url('https://fucae.com/wp-content/uploads/2026/03/Gemini_Generated_Image_2qa2jx2qa2jx2qa2-scaled.png'); }
.item-bg-social { background-image: url('https://fucae.com/wp-content/uploads/2026/03/Gemini_Generated_Image_7nrpcx7nrpcx7nrp.png'); }


/* --- DETALLES DE TEXTO --- */
.bento-item h3 { 
    font-size: 1.4rem; 
    font-weight: 800; 
    color: #0a141d; 
    margin: 0; 
    text-transform: uppercase;
}
.bento-item p { 
    font-size: 0.95rem; 
    color: #444; 
    margin-top: 10px; 
    line-height: 1.4; 
    font-weight: 500;
}

.skill-tag {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 0.8rem;
    font-weight: 900;
    color: #f39c12;
    opacity: 0.6;
}

/* Hover interactivo */
.bento-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.08);
}








/* Variaciones de tamaño Bento */
.major { grid-column: span 2; grid-row: span 2; background: #eef2f6; }
.accent { background: #f39c12; }
.accent h3 { color: #fff; }
.wide { grid-column: span 2; }
.medium { grid-column: span 1; }

.change-agent-text {
    margin-top: 40px;
    text-align: center;
    font-size: 1.5rem;
    color: #1a2b3c;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

/* Impacto Dark Mode */
.community-impact-dark {
    background: #1a2b3c;
    color: #fff;
    padding: 80px 60px;
    border-radius: 40px;
    margin-bottom: 80px;
}

.impact-content { display: flex; gap: 60px; align-items: center; }
.impact-text { flex: 1.5; }
.impact-text h2 { color: #f39c12; font-size: 2.5rem; margin-bottom: 25px; }

.focus-box {
    background: rgba(255,255,255,0.05);
    padding: 25px;
    border-radius: 15px;
    margin: 30px 0;
    border-left: 5px solid #f39c12;
}

.impact-image-frame { flex: 1; }
.placeholder-img-bento {
    width: 100%;
    height: 300px;
    background: rgba(255,255,255,0.1);
    border: 1px dashed rgba(255,255,255,0.3);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #aaa;
}

/* Comunidad Global */
.global-community-section {
    text-align: center;
    padding: 60px 0;
}

.since-tag {
    background: #f39c12;
    color: #1a2b3c;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: 800;
    margin-bottom: 20px;
}

.community-connection-box {
    max-width: 800px;
    margin: 40px auto;
    font-size: 1.1rem;
    line-height: 1.8;
}

.mission-statement-closing {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

/* Responsive */
@media (max-width: 900px) {
    .bento-layout { grid-template-columns: repeat(2, 1fr); }
    .impact-content { flex-direction: column; }
    .community-impact-dark { padding: 40px 20px; }
}









/* --- VARIABLES Y WRAPPER --- */
.fca-portal-section {
    --fca-navy-deep: #0a141d;
    --fca-navy-card: #d1dce5;
    --fca-orange: #f39c12;
    --fca-white: #ffffff;
    --fca-gray: #888;
    
    padding: 80px 20px;
    color: var(--fca-white);
    font-family: 'Inter', sans-serif;
}

.fca-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- BENTO GRID LAYOUT --- */
.fca-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 25px;
}

/* Estilo Base de las Tarjetas */
.fca-card {
    background: var(--fca-navy-card);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 28px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fca-card:hover {
    transform: translateY(-8px);
    border-color: var(--fca-orange);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.fca-card h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.fca-card h3 strong {
    color: var(--fca-orange);
    font-weight: 700;
}

.fca-tag {
    position: absolute;
    top: 30px;
    left: 35px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--fca-gray);
}

/* --- TARJETA FEATURED (FUTURO) --- */
.fca-card-featured {
    grid-column: span 2;
    grid-row: span 2;
    background: linear-gradient(135deg, #f0f4f8 0%, #d1dce5 100%);
    justify-content: space-between;
    border-left: 6px solid var(--fca-orange);
}

.fca-tag-alt {
    color: var(--fca-orange);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 20px;
}

.fca-card-featured h2 {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
}

.fca-mini-img-placeholder {
    width: 100%;
    height: 120px;
    background: rgba(255,255,255,0.03);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #444;
    border: 1px dashed rgba(255,255,255,0.1);
}

/* --- BLOQUE DE MISIÓN ANCLA --- */
.fca-mission-anchor {
    grid-column: span 2;
    grid-row: span 2;
    background: var(--fca-white);
    color: var(--fca-navy-deep);
    border-radius: 32px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-shadow: 0 30px 60px rgba(243, 156, 18, 0.15);
}

.fca-badge-1989 {
    background: var(--fca-orange);
    color: var(--fca-navy-deep);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 100px;
    font-weight: 900;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.fca-mission-text {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
    color: var(--fca-navy-deep);
}

.fca-mission-text strong {
    color: var(--fca-orange);
    border-bottom: 4px solid var(--fca-orange);
}

.fca-mission-footer {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.fca-divider {
    width: 40px;
    height: 2px;
    background: var(--fca-orange);
}

.fca-mission-footer p {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--fca-gray);
    letter-spacing: 2px;
}

/* --- RESPONSIVE --- */
@media (max-width: 1050px) {
    .fca-bento-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: auto; }
    .fca-mission-anchor { grid-column: span 2; padding: 40px; }
    .fca-mission-text { font-size: 1.5rem; }
}

@media (max-width: 650px) {
    .fca-bento-grid { grid-template-columns: 1fr; }
    .fca-card, .fca-card-featured, .fca-mission-anchor { grid-column: span 1; }
}

.fca-card-4 img{
    margin-bottom: -33px;
}


.fca-card-featured{
    background-image: url('https://fucae.com/wp-content/uploads/2026/03/3ED5FF5A-E225-4C4C-8F95-3D7486A48B64.jpg');
    
} /* End of your custom CSS rules */