/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.6.4-blog
	Stable tag: 2.6.1
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & classic-editor.scss
 */
/*
 * Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
*/
/**
 * Document basic styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */ }

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap; }

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366; }
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%; }

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #80808080; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #80808080; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #80808012; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #8080801a; }
  table tbody + tbody {
    border-top: 2px solid #80808080; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

[type=button], [type=submit]:hover, button:hover{
	color: #fff;
}
[type=button], [type=submit]:hover, button:hover{
	background: #F28E17;
}

/* Blog editorial: scoped to preserve the global header and footer. */
.blog-magazine,.blog-single{--blog-orange:#f28e17;--blog-orange-dark:#d97706;--blog-ink:#172033;--blog-muted:#667085;--blog-line:#e7e9ee;--blog-soft:#fff7ed;background:#fff;color:var(--blog-ink)}
.blog-magazine__inner,.blog-single__inner{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.blog-magazine__hero,.blog-single__hero{padding:72px 0 62px;background:radial-gradient(circle at 82% 20%,rgba(242,142,23,.22),transparent 24%),linear-gradient(135deg,#111827 0%,#202b40 100%);color:#fff}
.blog-magazine__eyebrow,.blog-single__categories a{display:inline-flex;padding:7px 12px;border-radius:999px;background:var(--blog-orange);color:#fff;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.blog-magazine__hero h1,.blog-single__hero h1{max-width:900px;margin:15px 0 12px;color:#fff;font-size:clamp(34px,5vw,58px);font-weight:800;line-height:1.08;letter-spacing:-.035em}
.blog-magazine__hero p,.blog-magazine__description,.blog-single__meta{max-width:720px;margin:0;color:#d8dee9;font-size:18px;line-height:1.7}
.blog-category-nav{position:sticky;z-index:20;top:0;border-bottom:1px solid var(--blog-line);background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(15,23,42,.05);backdrop-filter:blur(10px)}
.blog-category-nav .blog-magazine__inner{display:flex;gap:8px;overflow-x:auto;padding-block:14px;scrollbar-width:thin}
.blog-category-nav a{flex:0 0 auto;padding:8px 13px;border:1px solid var(--blog-line);border-radius:999px;color:#344054;font-size:13px;font-weight:700;text-decoration:none;transition:.2s ease}
.blog-category-nav a:hover,.blog-category-nav a.is-active{border-color:var(--blog-orange);background:var(--blog-orange);color:#fff}
.blog-magazine__layout,.blog-single__layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:54px;padding-block:58px 80px}
.blog-post-list,.blog-single__article{min-width:0}
.blog-card{display:grid;grid-template-columns:minmax(250px,38%) minmax(0,1fr);gap:28px;margin:0 0 32px;padding:0 0 32px;border-bottom:1px solid var(--blog-line)}
.blog-card__media{display:block;overflow:hidden;min-height:210px;border-radius:16px;background:#eef1f5}
.blog-card__media img,.blog-card__placeholder{display:block;width:100%;height:100%;min-height:210px;object-fit:cover;transition:transform .35s ease}
.blog-card__placeholder{background:linear-gradient(135deg,rgba(242,142,23,.85),rgba(217,119,6,.2)),#172033}
.blog-card:hover .blog-card__media img{transform:scale(1.035)}
.blog-card__content{align-self:center}
.blog-card__meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:9px;color:var(--blog-muted);font-size:13px}
.blog-card__meta a{color:var(--blog-orange-dark);font-weight:700;text-decoration:none}
.blog-card h2{margin:0 0 12px;font-size:clamp(23px,2.4vw,31px);font-weight:800;line-height:1.18;letter-spacing:-.025em}
.blog-card h2 a{color:var(--blog-ink);text-decoration:none}.blog-card h2 a:hover{color:var(--blog-orange-dark)}
.blog-card__excerpt{color:#4b5565;font-size:15px;line-height:1.7}.blog-card__excerpt p{margin:0}
.blog-card__button,.blog-sidebar__cta a{display:inline-flex;gap:8px;align-items:center;margin-top:17px;padding:11px 16px;border-radius:9px;background:var(--blog-orange);color:#fff;font-size:14px;font-weight:800;text-decoration:none}
.blog-card__button:hover,.blog-sidebar__cta a:hover{background:var(--blog-orange-dark);color:#fff}
.blog-sidebar{min-width:0}.blog-sidebar__box,.blog-sidebar__cta{margin-bottom:24px;padding:24px;border:1px solid var(--blog-line);border-radius:16px;background:#fff;box-shadow:0 14px 35px rgba(15,23,42,.06)}
.blog-sidebar__box h2,.blog-sidebar__cta h2{margin:0 0 18px;font-size:21px;font-weight:800}
.blog-sidebar__box h2:after{display:block;width:42px;height:3px;margin-top:9px;border-radius:3px;background:var(--blog-orange);content:""}
.blog-recent,.blog-category-list{margin:0;padding:0;list-style:none}.blog-recent li+li,.blog-category-list li+li{border-top:1px solid var(--blog-line)}
.blog-recent a{display:grid;grid-template-columns:68px minmax(0,1fr);gap:12px;align-items:center;padding:13px 0;color:var(--blog-ink);text-decoration:none}
.blog-recent img{width:68px;height:55px;border-radius:8px;object-fit:cover;background:#eef1f5}
.blog-recent strong{display:-webkit-box;overflow:hidden;font-size:14px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.blog-recent small{display:block;margin-top:4px;color:var(--blog-muted)}
.blog-category-list a{display:flex;justify-content:space-between;gap:12px;padding:11px 0;color:#344054;font-size:14px;font-weight:650;text-decoration:none}.blog-category-list a:hover{color:var(--blog-orange-dark)}
.blog-category-list small{display:grid;place-items:center;min-width:27px;height:24px;border-radius:999px;background:var(--blog-soft);color:var(--blog-orange-dark);font-size:12px}
.blog-sidebar__cta{border:0;background:linear-gradient(145deg,#172033,#2b3852);color:#fff}.blog-sidebar__cta span{color:#f5bd75;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.blog-sidebar__cta h2{margin:8px 0 5px;color:#fff;line-height:1.25}
.blog-pagination{margin-top:42px}.blog-pagination .page-numbers{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
.blog-pagination a,.blog-pagination span{display:grid;place-items:center;min-width:42px;height:42px;padding:0 13px;border:1px solid var(--blog-line);border-radius:9px;background:#fff;color:#344054;font-weight:750;text-decoration:none}
.blog-pagination a:hover,.blog-pagination .current{border-color:var(--blog-orange);background:var(--blog-orange);color:#fff}
.blog-single__breadcrumbs{display:flex;gap:9px;margin-bottom:20px;color:#cbd5e1;font-size:14px}.blog-single__breadcrumbs a{color:#fff;text-decoration:none}
.blog-single__categories{display:flex;flex-wrap:wrap;gap:8px}.blog-single__categories a{text-decoration:none}.blog-single__meta{display:flex;flex-wrap:wrap;gap:9px;font-size:15px}
.blog-single__featured{overflow:hidden;margin:0 0 34px;border-radius:18px;box-shadow:0 18px 48px rgba(15,23,42,.13)}.blog-single__featured img{display:block;width:100%;max-height:520px;object-fit:cover}
.blog-single__content{color:#344054;font-size:18px;line-height:1.85}.blog-single__content h2,.blog-single__content h3{margin:1.8em 0 .65em;color:var(--blog-ink);font-weight:800;letter-spacing:-.02em}
.blog-single__content h2{font-size:clamp(27px,3vw,38px)}.blog-single__content h3{font-size:clamp(22px,2.4vw,29px)}.blog-single__content img{max-width:100%;height:auto;border-radius:12px}.blog-single__content a{color:var(--blog-orange-dark)}
.blog-single__content blockquote{margin:30px 0;padding:22px 26px;border-left:4px solid var(--blog-orange);border-radius:0 12px 12px 0;background:var(--blog-soft);color:#4b5565}
.blog-single__tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:36px;padding-top:24px;border-top:1px solid var(--blog-line);font-size:14px}.blog-single__tags a{padding:6px 10px;border-radius:999px;background:var(--blog-soft);text-decoration:none}
.blog-single__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:45px}.blog-single__nav>div:last-child{text-align:right}
.blog-single__nav a{display:block;height:100%;padding:18px;border:1px solid var(--blog-line);border-radius:12px;color:var(--blog-ink);text-decoration:none}.blog-single__nav small,.blog-single__nav strong{display:block}.blog-single__nav small{margin-bottom:5px;color:var(--blog-muted)}
@media(max-width:960px){.blog-magazine__layout,.blog-single__layout{grid-template-columns:1fr}.blog-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}
@media(max-width:680px){.blog-magazine__inner,.blog-single__inner{width:min(100% - 28px,1180px)}.blog-magazine__hero,.blog-single__hero{padding:48px 0 42px}.blog-magazine__layout,.blog-single__layout{gap:35px;padding-block:38px 58px}.blog-card{grid-template-columns:1fr;gap:18px}.blog-card__media,.blog-card__media img,.blog-card__placeholder{min-height:220px}.blog-sidebar{grid-template-columns:1fr}.blog-single__content{font-size:17px}.blog-single__nav{grid-template-columns:1fr}.blog-single__nav>div:last-child{text-align:left}}

/* Ajustes de navegación: categorías en varias líneas y números centrados. */
.blog-category-nav .blog-magazine__inner{
  flex-wrap:wrap;
  justify-content:center;
  overflow:visible;
}
.blog-pagination .page-numbers li{
  display:flex;
  align-items:stretch;
}
.blog-pagination .page-numbers li>a,
.blog-pagination .page-numbers li>span{
  display:flex!important;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1;
}
