/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.2
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
:root{--black:#0a0a0a;--white:#f5f5f0;--blue:#313d4a;--blue-light:#e8ecf0;--gray:#d0d0c8;--border:2px solid var(--black);}
*{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}
body{background:var(--white);color:var(--black);font-family:'IBM Plex Sans',sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden;font-weight: 400;}

nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--white);border-bottom:var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:56px;}
.nav-logo{display:flex;align-items:center;text-decoration:none;height:40px;}
.nav-logo img{height:34px;width:auto;display:block;object-fit:contain;}
.nav-logo .logo-es{display:block;}.nav-logo .logo-en,.nav-logo .logo-fr{display:none;}
.nav-links{display:flex;align-items:center;list-style:none;}
.nav-links a{font-family:'IBM Plex Mono',monospace;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--black);text-decoration:none;padding:0 1rem;height:56px;display:flex;align-items:center;border-left:1px solid var(--gray);transition:background .15s;}
.nav-links a:hover{background:var(--blue-light);}
.lang-selector{display:flex;border-left:1px solid var(--gray);height:56px;}
.lang-btn{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--black);background:none;border:none;padding:0 .9rem;cursor:pointer;transition:background .15s,color .15s;height:100%;}
.lang-btn.active{background:var(--blue);color:white;}
.lang-btn:not(.active):hover{background:var(--blue-light);}

section{border-bottom:var(--border);}
.section-header{display:flex;align-items:stretch;border-bottom:var(--border);}
.section-num{font-family:'Bebas Neue',sans-serif;font-size:1rem;color:var(--blue);writing-mode:vertical-rl;text-orientation:mixed;padding:1.5rem 1rem;border-right:var(--border);display:flex;align-items:center;letter-spacing:.2em;font-weight:700;}
.section-title-wrap{padding:1.5rem 3rem;display:flex;align-items:center;}
h2{font-family:'Bebas Neue',sans-serif;font-size:clamp(2rem,4vw,3.5rem);line-height:1;letter-spacing:.03em;font-weight:700;}

#hero{margin-top:24px;min-height:calc(100vh - 56px);display:grid;grid-template-columns:1fr 1fr;border-bottom:var(--border);}
.hero-text{padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center;border-right:var(--border);}
.hero-tag{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--blue);margin-bottom:2rem;display:flex;align-items:center;gap:8px;}
.hero-tag::before{content:'';display:block;width:24px;height:2px;background:var(--blue);}
h1{font-family:'Bebas Neue',sans-serif;font-size:clamp(4rem,8vw,8rem);line-height:.92;letter-spacing:.01em;color:var(--black);margin-bottom:2.5rem;font-weight:700;}
.hero-sub{font-size:1.05rem;max-width:420px;color:#333;line-height:1.7;margin-bottom:3rem;}
.btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--blue);color:white;font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;padding:1rem 2rem;border:2px solid var(--blue);transition:background .15s,color .15s,border-color .15s;width:fit-content;}
.btn-primary:hover{background:var(--black);border-color:var(--black);}
.btn-primary-outline{display:inline-flex;align-items:center;gap:10px;background:transparent;color:white;font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;padding:1rem 2rem;border:2px solid rgba(255,255,255,0.7);transition:background .15s,border-color .15s;width:fit-content;}
.btn-primary-outline:hover{background:rgba(255,255,255,0.15);border-color:white;}
.btn-outline{display:inline-flex;align-items:center;gap:10px;background:transparent;color:var(--black);font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;padding:1rem 2rem;border:2px solid var(--black);transition:background .15s,color .15s;width:fit-content;cursor:pointer;}
.btn-outline:hover{background:var(--black);color:white;}
.btn-outline-white{display:inline-flex;align-items:center;gap:10px;background:transparent;color:white;font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;padding:1rem 2rem;border:2px solid rgba(255,255,255,.5);transition:background .15s,border-color .15s;}
.btn-outline-white:hover{background:rgba(255,255,255,.1);border-color:white;}
.hero-img{position:relative;overflow:hidden;background:#1a1a1a;}
.hero-img img{width:100%;height:100%;object-fit:cover;opacity:.75;filter:grayscale(100%) contrast(1.2);display:block;}
.hero-img-caption{position:absolute;bottom:2rem;left:2rem;font-family:'IBM Plex Mono',monospace;font-size:10px;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.1em;}

#que-somos .content{display:grid;grid-template-columns:1fr 1fr;}
.qs-text{padding:4rem 3rem;border-right:var(--border);display:flex;flex-direction:column;justify-content:center;}
.qs-text p{font-size:1.05rem;line-height:1.75;color:#1a1a1a;margin-bottom:1.5rem;}
.qs-text p:last-child{margin-bottom:0;}
.qs-img{position:relative;overflow:hidden;background:#111;min-height:400px;}
.qs-img img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.15);opacity:.75;display:block;}

#objetivos{background:var(--blue);color:white;}
#objetivos .section-num{color:rgba(255,255,255,.4);border-color:rgba(255,255,255,.2);}
#objetivos .section-header{border-color:rgba(255,255,255,.2);}
#objetivos h2{color:white;}
.obj-grid{display:grid;grid-template-columns:repeat(3,1fr);}
.obj-item{padding:3rem;border-right:1px solid rgba(255,255,255,.2);}
.obj-item:last-child{border-right:none;}
.obj-num{font-family:'Bebas Neue',sans-serif;font-size:5rem;color:rgba(255,255,255,.12);line-height:1;margin-bottom:1rem;font-weight:700;}
.obj-item h3{font-family:'IBM Plex Mono',monospace;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.6);margin-bottom:1rem;font-weight:700;}
.obj-item p{font-size:1rem;line-height:1.7;color:rgba(255,255,255,.88);}

#que-hacemos .content{display:grid;grid-template-columns:1fr 1fr;}
.qh-img{min-height:420px;background:#111;overflow:hidden;border-right:var(--border);}
.qh-img img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.1);opacity:.7;display:block;}
.qh-text{padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center;}
.qh-text p{font-size:1.05rem;line-height:1.75;margin-bottom:1.5rem;}
.pill{display:inline-block;font-family:'IBM Plex Mono',monospace;font-size:11px;text-transform:uppercase;letter-spacing:.1em;padding:.35rem .9rem;background:var(--blue-light);color:var(--blue);border:1px solid var(--blue);margin:.25rem .25rem 0 0;}

#quienes .content{padding:3rem;}
.quienes-intro{font-size:1.05rem;line-height:1.75;color:#333;margin-bottom:2.5rem;max-width:700px;}
.colectivos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:0;}
.colectivo-item{padding:2rem 1.5rem;border:1px solid var(--gray);margin:-1px 0 0 -1px;display:flex;flex-direction:column;align-items:center;gap:1rem;transition:background .15s;text-decoration:none;color:var(--black);background:var(--white);}
.colectivo-item:hover{background:var(--blue-light);}
.colectivo-logo{width:100%;height:60px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.colectivo-logo img{max-width:100%;max-height:56px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:filter .2s,opacity .2s;}
.colectivo-item:hover .colectivo-logo img{filter:none;opacity:1;}
/* Dark-bg logos: show on dark pill */
.logo-on-dark{background:var(--blue);padding:6px 10px;border-radius:3px;display:flex;align-items:center;justify-content:center;height:48px;}
.logo-on-dark img{max-width:130px;max-height:36px;object-fit:contain;filter:none!important;opacity:1!important;}
.colectivo-name-text{font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-align:center;color:var(--blue);opacity:.65;}
.colectivo-item:hover .colectivo-name-text{opacity:1;}
.colectivo-name{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;line-height:1.4;text-align:center;}

#instrucciones{background:var(--black);color:var(--white);}
#instrucciones .section-num{color:rgba(255,255,255,.3);border-color:rgba(255,255,255,.15);}
#instrucciones .section-header{border-color:rgba(255,255,255,.15);}
#instrucciones h2{color:var(--white);}
.instrucciones-layout{display:grid;grid-template-columns:1fr 1fr;}
.instrucciones-intro{padding:3rem;border-right:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;justify-content:center;gap:2rem;}
.instrucciones-intro p{font-size:1.05rem;line-height:1.8;color:rgba(255,255,255,.85);}
.instrucciones-image-wrap{display:flex;align-items:center;justify-content:center;padding:3rem;background:white;}
.instrucciones-image-wrap img{max-height:480px;width:auto;max-width:100%;display:block;}

#manifiesto{background:var(--blue);color:white;}
#manifiesto .section-num{color:rgba(255,255,255,.3);border-color:rgba(255,255,255,.2);}
#manifiesto .section-header{border-color:rgba(255,255,255,.2);}
#manifiesto h2{color:white;}
.manifiesto-content{display:grid;grid-template-columns:1fr 2fr;}
.manifiesto-sidebar{padding:4rem 3rem;border-right:1px solid rgba(255,255,255,.2);}
.manifiesto-sidebar .big-quote{font-family:'Bebas Neue',sans-serif;font-size:clamp(2.5rem,4vw,4rem);line-height:1;color:white;margin-bottom:2rem;font-weight:700;}
.manifiesto-sidebar p{font-size:.9rem;line-height:1.7;color:rgba(255,255,255,.7);margin-bottom:1.5rem;}
.manifiesto-text{padding:4rem 3rem;}
.manifiesto-text p{font-size:1rem;line-height:1.8;color:rgba(255,255,255,.85);margin-bottom:1.5rem;columns:2;column-gap:3rem;}
.manifiesto-langs{padding:2rem 3rem;border-top:1px solid rgba(255,255,255,.2);display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;}
.lang-pill{font-family:'IBM Plex Mono',monospace;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.3rem .7rem;border:1px solid rgba(255,255,255,.3);color:rgba(255,255,255,.7);}
.lang-pill-label{font-family:'IBM Plex Mono',monospace;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.4);margin-right:.5rem;}

#materiales .content{display:grid;grid-template-columns:repeat(3,1fr);}
.material-card{padding:0;border-right:var(--border);display:flex;flex-direction:column;transition:background .15s;}
.material-card:last-child{border-right:none;}
.material-card:hover{background:var(--blue-light);}
.material-card-img{height:160px;overflow:hidden;border-bottom:var(--border);display:flex;align-items:center;justify-content:center;background:#f0f0eb;}
.material-card-img img{width:100%;height:100%;object-fit:cover;}
.material-card-img.img-center img{width:auto;height:100%;object-fit:contain;}
.material-card-body{padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem;flex:1;}
.material-title{font-family:'Bebas Neue',sans-serif;font-size:1.8rem;line-height:1;letter-spacing:.03em;font-weight:700;}
.material-desc{font-size:.9rem;color:#444;line-height:1.6;flex:1;}
.material-unavailable{font-family:'IBM Plex Mono',monospace;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#999;}

#contacto .content{display:grid;grid-template-columns:1fr 1fr;}
.contacto-text{padding:4rem 3rem;border-right:var(--border);}
.contacto-text h3{font-family:'Bebas Neue',sans-serif;font-size:2.5rem;margin-bottom:1.5rem;font-weight:700;}
.contacto-text p{font-size:1rem;line-height:1.7;color:#333;margin-bottom:2rem;}
.contacto-links{display:flex;flex-direction:column;gap:.75rem;word-break:break-all}
.contacto-link{display:flex;align-items:center;gap:1rem;font-family:'IBM Plex Mono',monospace;font-size:13px;color:var(--black);text-decoration:none;padding:1rem;border:1px solid var(--gray);transition:border-color .15s,background .15s;}
.contacto-link:hover{border-color:var(--blue);background:var(--blue-light);}
.contacto-link-icon{font-size:18px;width:24px;text-align:center;}
.contacto-rrss{padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;}
.contacto-rrss h3{font-family:'Bebas Neue',sans-serif;font-size:2rem;margin-bottom:.5rem;font-weight:700;}
.rrss-link{display:flex;align-items:center;gap:1rem;font-family:'IBM Plex Mono',monospace;font-size:13px;color:var(--black);text-decoration:none;padding:1rem;border:1px solid var(--gray);transition:border-color .15s,background .15s;}
.rrss-link:hover{border-color:var(--blue);background:var(--blue-light);}

footer{background:var(--black);color:white;padding:3rem;display:flex;align-items:center;justify-content:space-between;}
/* Footer logo: same opacity as the contact text */
.footer-logo{height:36px;width:auto;object-fit:contain;opacity:.4;filter:brightness(0) invert(1);}
.footer-slogan{font-family:'Bebas Neue',sans-serif;font-size:1.5rem;letter-spacing:.05em;color:rgba(255,255,255,.3);}
.footer-contact{font-family:'IBM Plex Mono',monospace;font-size:11px;color:rgba(255,255,255,.4);text-align:right;}

@media(max-width:900px){
  #hero{grid-template-columns:1fr;}.hero-img{min-height:300px;}.hero-text{padding:3rem 2rem;}
  #que-somos .content,#que-hacemos .content,.manifiesto-content,#contacto .content,.instrucciones-layout{grid-template-columns:1fr;}
  .qh-img{min-height:280px;border-right:none;border-bottom:var(--border);}.qs-img{min-height:280px;}
  .obj-grid{grid-template-columns:1fr;}.obj-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.2);}
  #materiales .content{grid-template-columns:1fr;}.material-card{border-right:none;border-bottom:var(--border);}
  .nav-links{display:none;}footer{flex-direction:column;gap:1rem;text-align:center;}.manifiesto-text p{columns:1;}
  .instrucciones-intro{border-right:none;border-bottom:1px solid rgba(255,255,255,.15);}
}
[data-lang]{display:none;}[data-lang="es"]{display:block;}
span[data-lang]{display:none;}span[data-lang="es"]{display:inline;}

.wp-block-post-title { padding-top: 100px;}
.page-id-74 .nav-links { display: none!important;}