/* Correcciones de servicios */
.lc-service-card{align-items:stretch}
.lc-service-card>img{display:block;width:100%;height:100%;min-height:100%;object-fit:cover;align-self:stretch}
.lc-service-card>div{display:flex;flex-direction:column;min-width:0}
.lc-service-card h3{margin:0 0 12px}
.lc-service-card p{margin:0 0 22px}
.lc-service-card b{margin-top:auto}
.lc-section-head>div{width:100%}

/* Noticias: diseño aprobado */
.lc-news-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:44px}
.lc-news-head .lc-title{margin:16px 0 0}
.lc-news-all{font:700 13px Archivo,sans-serif;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}
.lc-news-list{display:grid;gap:26px}
.lc-news-layout-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.lc-news-layout-related{grid-template-columns:repeat(3,minmax(0,1fr))}
.lc-news-card{display:flex;flex-direction:column;min-width:0;border:1px solid #e6e8eb;border-radius:18px;overflow:hidden;color:#22262b;background:#fff;transition:border-color .28s ease,box-shadow .28s ease,transform .28s ease}
.lc-news-card:hover{border-color:#ee6321;box-shadow:0 18px 40px rgba(20,24,29,.10);transform:translateY(-6px)}
.lc-news-img{position:relative;height:200px;overflow:hidden;flex:none}
.lc-news-img img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.lc-news-card:hover .lc-news-img img{transform:scale(1.04)}
.lc-news-img time{position:absolute;top:14px;left:14px;padding:7px 12px;border-radius:999px;background:#ee6321;color:#fff;font:700 11px Archivo,sans-serif;letter-spacing:.12em;text-transform:uppercase}
.lc-news-content{display:flex;flex-direction:column;flex:1;padding:26px 26px 28px}
.lc-news-source{font:700 11.5px Archivo,sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#8a9099}
.lc-news-card h3{margin:12px 0;font-size:20px;line-height:1.28;font-weight:700}
.lc-news-card p{margin:0 0 20px;color:#5a6068;font-size:15.5px;line-height:1.6}
.lc-news-card b{margin-top:auto;color:#ee6321;font:700 12.5px Archivo,sans-serif;letter-spacing:.1em;text-transform:uppercase}
.lc-news-layout-list{grid-template-columns:1fr}
.lc-news-layout-list .lc-news-card{display:grid;grid-template-columns:minmax(280px,40%) 1fr}
.lc-news-layout-list .lc-news-img{height:auto;min-height:260px}
.lc-news-layout-list .lc-news-content{justify-content:center;padding:clamp(28px,3vw,44px)}
.lc-news-layout-list .lc-news-card h3{font-size:clamp(22px,2.1vw,30px)}

/* Plantillas internas opcionales */
.lc-plugin-template{color:#22262b;font-family:Barlow,Arial,sans-serif}
.lc-template-wrap{width:min(100% - 40px,1192px);margin-inline:auto}
.lc-template-hero{position:relative;min-height:420px;display:flex;align-items:flex-end;background:#16191e center/cover no-repeat;color:#fff}
.lc-template-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,24,29,.92),rgba(20,24,29,.55) 60%,rgba(20,24,29,.25))}
.lc-template-hero .lc-template-wrap{position:relative;padding-block:70px}
.lc-template-hero a{color:#f5b189;font:700 12.5px Archivo,sans-serif;letter-spacing:.12em;text-transform:uppercase}
.lc-template-hero h1{max-width:22ch;margin:20px 0 0;color:#fff;font-size:clamp(34px,4.4vw,60px);line-height:1.05}
.lc-template-page-head{background:#16191e;color:#fff;padding:70px 0}
.lc-template-page-head span{color:#ee6321;font:700 12.5px Archivo,sans-serif;letter-spacing:.22em;text-transform:uppercase}
.lc-template-page-head h1{max-width:24ch;margin:18px 0;color:#fff;font-size:clamp(38px,4.6vw,64px);line-height:1.05}
.lc-template-page-head p{max-width:58ch;color:#b4bbc3;font-size:18px;line-height:1.65}
.lc-template-single-service{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(36px,5vw,72px);padding-block:70px}
.lc-template-lead{font-size:19px;line-height:1.65;font-weight:500}
.lc-template-content{color:#5a6068;font-size:17px;line-height:1.75}
.lc-template-btn{display:inline-block;margin-top:25px;padding:17px 30px;border-radius:10px;background:#ee6321;color:#fff!important;font:700 13px Archivo,sans-serif;text-transform:uppercase}
.lc-template-single-service aside{padding:40px;border:1px solid #e6e8eb;border-radius:20px;background:#f4f5f7}
.lc-template-single-service aside h2{font-size:15px;text-transform:uppercase;letter-spacing:.14em}
.lc-template-single-service li{margin:15px 0;color:#3d444c}.lc-template-single-service li::marker{color:#ee6321}
.lc-template-related{padding:60px 0;background:#f4f5f7;border-top:1px solid #e6e8eb}
.lc-template-related h2{margin:0 0 30px;font-size:18px;text-transform:uppercase;letter-spacing:.12em}
.lc-template-service-grid,.lc-template-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.lc-template-service-card,.lc-template-news-card,.lc-template-service-row,.lc-template-news-row{overflow:hidden;border:1px solid #e6e8eb;border-radius:18px;background:#fff;color:#22262b;transition:.28s ease}
.lc-template-service-card:hover,.lc-template-news-card:hover,.lc-template-service-row:hover,.lc-template-news-row:hover{border-color:#ee6321;box-shadow:0 18px 40px rgba(20,24,29,.10);transform:translateY(-4px)}
.lc-template-service-card img{display:block;width:100%;height:180px;object-fit:cover}.lc-template-service-card>div,.lc-template-news-card>div:last-child{padding:24px}.lc-template-service-card h3,.lc-template-news-card h3{margin:0 0 14px}.lc-template-service-card span,.lc-template-news-card span,.lc-template-service-row span,.lc-template-news-row span{color:#ee6321;font:700 12px Archivo,sans-serif;text-transform:uppercase}
.lc-template-archive-services,.lc-template-archive-news{display:flex;flex-direction:column;gap:22px;padding-block:70px}
.lc-template-service-row,.lc-template-news-row{display:grid;grid-template-columns:minmax(300px,42%) 1fr}
.lc-template-service-row>img{display:block;width:100%;height:100%;min-height:270px;object-fit:cover}.lc-template-service-row>div,.lc-template-news-row>div:last-child{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,4vw,50px)}
.lc-template-service-row h2,.lc-template-news-row h2{margin:0 0 16px;font-size:clamp(24px,2.4vw,32px)}.lc-template-service-row p,.lc-template-news-row p{color:#5a6068;font-size:16.5px;line-height:1.65}
.lc-template-single-news{max-width:900px;padding-block:60px}.lc-template-single-news>img{display:block;width:100%;margin-bottom:38px;border-radius:20px}.lc-news-title-wrap h1{max-width:19ch}
.lc-template-news-image{position:relative;height:200px}.lc-template-news-image img{display:block;width:100%;height:100%;object-fit:cover}.lc-template-news-image time{position:absolute;top:14px;left:14px;padding:7px 12px;border-radius:99px;background:#ee6321;color:#fff;font-size:11px}.lc-template-news-card{display:flex;flex-direction:column}.lc-template-news-card>div:last-child{display:flex;flex-direction:column;flex:1}.lc-template-news-card p{color:#5a6068;line-height:1.6}.lc-template-news-row .lc-template-news-image{height:auto;min-height:270px}
@media(max-width:767px){.lc-section-head,.lc-news-head{align-items:flex-start;flex-direction:column}.lc-news-layout-grid,.lc-news-layout-related,.lc-template-service-grid,.lc-template-news-grid{grid-template-columns:1fr}.lc-news-layout-list .lc-news-card,.lc-template-service-row,.lc-template-news-row,.lc-template-single-service{grid-template-columns:1fr}.lc-news-layout-list .lc-news-img{min-height:210px}.lc-template-service-row>img{min-height:220px}.lc-template-hero{min-height:360px}}

/* Misión, visión, pilares y valores: diseño final y hover editable */
.lc-mv article{background:#fff;border-top-width:4px;transition:background-color .28s ease,border-color .28s ease,box-shadow .28s ease,transform .28s ease}
.lc-mv h3{margin:0 0 16px;font-family:Archivo,sans-serif;font-size:22px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.lc-mv p{margin:0;font-size:17px;line-height:1.7}
.lc-values-title{margin:0 0 44px;font-family:Archivo,sans-serif;font-size:clamp(28px,3vw,42px);font-weight:800;letter-spacing:-.01em}
.lc-values-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid #e6e8eb;border-radius:18px;background:#e6e8eb}
.lc-pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));overflow:hidden;border:1px solid #e6e8eb;border-radius:18px;background:#fff}
.lc-values-card{position:relative;min-width:0;padding:36px 30px 40px;background:#fff;transition:background-color .28s ease,border-color .28s ease,box-shadow .28s ease,transform .28s ease;z-index:0}
.lc-values-card:hover{z-index:1}
.lc-pillars-grid .lc-values-card{border-right:1px solid #e6e8eb}
.lc-pillars-grid .lc-values-card:last-child{border-right:0}
.lc-pillars-grid .lc-values-card i{display:block;width:40px;height:4px;margin-bottom:20px;background:var(--lc-accent,#ee6321)}
.lc-value-number{display:block;color:#edeff2;font:800 34px/1 Archivo,sans-serif}
.lc-values-card h3{margin:14px 0 12px;color:#ee6321;font:700 17px/1.25 Archivo,sans-serif;letter-spacing:.1em;text-transform:uppercase}
.lc-values-card p{margin:0;color:#5a6068;font-size:15.5px;line-height:1.65}
@media(max-width:767px){.lc-values-grid,.lc-pillars-grid{grid-template-columns:1fr}.lc-pillars-grid .lc-values-card{border-right:0;border-bottom:1px solid #e6e8eb}.lc-pillars-grid .lc-values-card:last-child{border-bottom:0}}

/* Datos de contacto globales o manuales */
.lc-contact .lc-contact-item{display:block;padding:24px;border-bottom:1px solid #e6e8eb;color:inherit;text-decoration:none!important;transition:background-color .25s ease,transform .25s ease}
.lc-contact .lc-contact-item:hover{background:#f7f8f9;transform:translateX(4px);text-decoration:none!important}
.lc-contact .lc-contact-item *{text-decoration:none!important}
.lc-contact .lc-contact-item:last-child{border-bottom:0}
.lc-contact .lc-contact-item span{display:block;color:#8a9099;font:700 11px Archivo,sans-serif;letter-spacing:.08em;text-transform:uppercase}
.lc-contact .lc-contact-item strong{display:block;margin-top:8px;color:#16191e;overflow-wrap:anywhere;transition:color .25s ease}
.lc-contact-social{display:flex;align-items:center;gap:10px;padding:20px 24px}
.lc-contact-social a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:#f4f5f7;color:#22262b;text-decoration:none!important;transition:color .25s ease,background-color .25s ease,transform .25s ease,box-shadow .25s ease}
.lc-contact-social a:hover{background:#ee6321;color:#fff;transform:translateY(-3px);box-shadow:0 10px 22px rgba(238,99,33,.22);text-decoration:none!important}
.lc-contact-social svg{display:block!important;visibility:visible!important;opacity:1!important;width:19px;height:19px;fill:currentColor!important;color:inherit!important;overflow:visible!important}
.lc-contact-social svg path{display:block!important;fill:currentColor!important}

/* Selector segmentado de TranslatePress para el header */
.lc-language-switcher{display:inline-flex;align-items:stretch;overflow:hidden;width:max-content;border:1px solid #dcdfe3;border-radius:10px;background:#fff;font-family:Archivo,sans-serif;font-size:12px;font-weight:700;line-height:1;letter-spacing:.06em}
.lc-language-switcher a{display:flex;align-items:center;justify-content:center;min-width:38px;padding:10px 12px;color:#22262b;background:transparent;text-decoration:none!important;transition:background-color .22s ease,color .22s ease}
.lc-language-switcher a+a{border-left:1px solid #dcdfe3}
.lc-language-switcher a:hover{color:#ee6321;background:#f7f8f9;text-decoration:none!important}
.lc-language-switcher a.is-active,.lc-language-switcher a.is-active:hover{color:#fff;background:#ee6321}
.lc-language-missing{padding:9px 12px;border:1px dashed #dcdfe3;border-radius:8px;color:#6b7280;font-size:12px}
