/*
Theme Name: TecniCongress
Theme URI: https://tecnicongress.com
Author: TecniCongress
Author URI: https://tecnicongress.com
Description: Tema moderno y minimalista para TecniCongress. Construido con Alpine.js, Motion One y CSS moderno para máxima performance.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2.0.1
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: tecnicongress
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
@import url('assets/css/utilities.css');
@import url('assets/css/components/header.css');
@import url('assets/css/components/footer.css');
@import url('assets/css/components/buttons.css');

:root {
  --color-dark: #151515;
  --color-accent: #00ABA5;
  --color-light: #FEFEFE;

  --color-gray-50: #F8F8F8;
  --color-gray-100: #E8E8E8;
  --color-gray-200: #D1D1D1;
  --color-gray-300: #B4B4B4;
  --color-gray-400: #888888;
  --color-gray-500: #6B6B6B;
  --color-gray-600: #4E4E4E;
  --color-gray-700: #383838;
  --color-gray-800: #252525;
  --color-gray-900: #1A1A1A;

  --color-accent-light: #33BDB8;
  --color-accent-dark: #008C87;

  --font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.5rem;
  --text-7xl: 4.5rem;

  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;

  --leading-tight: 1.1;
  --leading-snug: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.75;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  --shadow-sm: 0 1px 2px 0 rgba(21, 21, 21, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(21, 21, 21, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(21, 21, 21, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(21, 21, 21, 0.1);

  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);

  --z-base: 1;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-fixed: 300;
  --z-modal: 400;
  --z-tooltip: 500;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
}

@media (max-width: 1024px) {
  html { font-size: 14px; }
}

@media (max-width: 640px) {
  html { font-size: 12px; }
}

body {
  line-height: var(--leading-normal);
  font-family: var(--font-family);
  color: var(--color-light);
  background-color: var(--color-dark);
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  position: relative;
}

#wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}

#content {
  width: 100%;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  margin: 0;
}

h1 { font-size: var(--text-6xl); text-transform: uppercase; }
h2 { font-size: var(--text-5xl); text-transform: uppercase; }
h3 { font-size: var(--text-4xl); }
h4 { font-size: var(--text-3xl); font-weight: var(--font-semibold); }
h5 { font-size: var(--text-2xl); font-weight: var(--font-semibold); }
h6 { font-size: var(--text-xl); font-weight: var(--font-semibold); }

@media (max-width: 1024px) {
  h1 { font-size: 3rem; }
  h2 { font-size: 2.25rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.25rem; }
  h5 { font-size: 1.125rem; }
}

p {
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  margin: 0;
}

strong, b { font-weight: var(--font-bold); }
em, i { font-style: italic; }

a {
  text-decoration: none;
  color: inherit;
}

a:hover { color: var(--color-accent); }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button { cursor: pointer; }

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  user-select: none;
}

ol, ul { list-style: none; }

/* Prevent horizontal overflow on sections */
section, main, article {
  max-width: 100%;
}

.entry-content ul,
.entry-content ol {
  list-style: initial;
  padding-left: var(--space-8);
  margin: var(--space-4) 0;
}

.entry-content ul { list-style-type: disc; }
.entry-content ol { list-style-type: decimal; }
.entry-content li { margin-bottom: var(--space-2); }

img, picture, video, canvas, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.sticky {}
.bypostauthor {}

.alignright {
  float: right;
  margin: 0 0 var(--space-4) var(--space-4);
}

.alignleft {
  float: left;
  margin: 0 var(--space-4) var(--space-4) 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption { max-width: 100%; }

.wp-caption-text {
  font-size: var(--text-sm);
  color: var(--color-gray-600);
  margin-top: var(--space-2);
  text-align: center;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.wp-block { max-width: 42rem; }

@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited { text-decoration: underline; }
  img { page-break-inside: avoid; }
  h2, h3 { page-break-after: avoid; }
}


main#content {
    overflow-x: clip;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: black;
}