/*!
Theme Name: Sistema Creativo
Theme URI: https://sistemacreativo.com
Author: Sistema Creativo
Author URI: https://sistemacreativo.com
Description: Tema WordPress profesional para Sistema Creativo - Agencia Digital Integral. Optimizado para SEO, rendimiento y conversion. Incluye paginas de servicios, portafolio, fotografia y blog con diseno dark premium y acento acid-lime.
Version: 2.0.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sistemacreativo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, right-sidebar, full-width-template, portfolio, photography

Sistema Creativo WordPress Theme
Copyright 2024-2026 Sistema Creativo
*/

/* ═══════════════════════════════════════════════════════════
   NORMALIZE + BOX SIZING
   ═══════════════════════════════════════════════════════════ */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}

*,*::before,*::after{box-sizing:inherit}
html{box-sizing:border-box}

/* ═══════════════════════════════════════════════════════════
   BASE TYPOGRAPHY
   ═══════════════════════════════════════════════════════════ */
body,button,input,select,optgroup,textarea{
    color:#f4f4f0;
    font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    font-size:1rem;
    line-height:1.5;
}
h1,h2,h3,h4,h5,h6{clear:both}
p{margin-bottom:1.5em}

/* ═══════════════════════════════════════════════════════════
   ACCESSIBILITY
   ═══════════════════════════════════════════════════════════ */
.screen-reader-text{
    border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);
    height:1px;margin:-1px;overflow:hidden;padding:0;
    position:absolute!important;width:1px;word-wrap:normal!important;
}
.screen-reader-text:focus{
    background-color:#f1f1f1;border-radius:3px;
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    clip:auto!important;clip-path:none;color:#21759b;
    display:block;font-size:.875rem;font-weight:700;
    height:auto;left:5px;line-height:normal;
    padding:15px 23px 14px;text-decoration:none;
    top:5px;width:auto;z-index:100000;
}
.skip-link:focus{
    background:#ccff00;color:#000;
    clip:auto!important;clip-path:none;
    display:block;padding:15px 23px;
    position:fixed;top:7px;left:7px;
    z-index:100001;font-weight:700;
}
#primary[tabindex="-1"]:focus{outline:0}

/* ═══════════════════════════════════════════════════════════
   ALIGNMENTS
   ═══════════════════════════════════════════════════════════ */
.alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em}
.alignright{float:right;margin-left:1.5em;margin-bottom:1.5em}
.aligncenter{clear:both;display:block;margin:0 auto 1.5em}

/* ═══════════════════════════════════════════════════════════
   WORDPRESS CORE
   ═══════════════════════════════════════════════════════════ */
.sticky{display:block}
.updated:not(.published){display:none}
.bypostauthor{display:block}

/* Pagination */
.nav-links{display:flex;gap:0.5rem;flex-wrap:wrap;justify-content:center}
.nav-links a,.nav-links span{
    display:inline-flex;align-items:center;justify-content:center;
    min-width:40px;height:40px;padding:0 12px;
    border:1px solid rgba(255,255,255,0.2);
    font-family:'Space Mono',monospace;font-size:0.875rem;
    color:#f4f4f0;text-decoration:none;
    transition:all 0.3s;
}
.nav-links a:hover{border-color:#ccff00;color:#ccff00}
.nav-links .current{background:#ccff00;color:#000;border-color:#ccff00}

/* Search form */
.search-form{display:flex;gap:0.5rem;max-width:400px;margin:0 auto}
.search-form .search-field{
    flex:1;background:transparent;
    border:1px solid rgba(255,255,255,0.2);
    color:#f4f4f0;padding:0.75rem 1rem;
    font-family:'Space Mono',monospace;font-size:0.875rem;
}
.search-form .search-field:focus{outline:none;border-color:#ccff00}
.search-form .search-submit{
    background:#ccff00;color:#000;border:none;
    padding:0.75rem 1.5rem;font-weight:700;
    text-transform:uppercase;font-size:0.75rem;
    letter-spacing:0.1em;cursor:pointer;
    transition:background 0.3s;
}
.search-form .search-submit:hover{background:#fff}

/* Gallery */
.gallery{margin-bottom:1.5em;display:grid;grid-gap:1.5em}
.gallery-columns-2{grid-template-columns:repeat(2,1fr)}
.gallery-columns-3{grid-template-columns:repeat(3,1fr)}
.gallery-columns-4{grid-template-columns:repeat(4,1fr)}

/* Captions */
.wp-caption{margin-bottom:1.5em;max-width:100%}
.wp-caption-text{text-align:center;font-size:0.875rem;color:#9ca3af}

/* Images */
img{height:auto;max-width:100%}

/* Infinite Scroll */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer{display:none}
.infinity-end.neverending .site-footer{display:block}
