:root { --c-brand-primary:   #FF5100; --c-brand-hover:     #E64900; --c-text-heading:    #020303; --c-text-body:       #383838; --c-text-muted:      #7D7D7D;  --c-bg-surface:      #ffffff;
--c-bg-subtle:       #F7F7F7;
--c-border-light:    #E2E8F0;
--c-border-medium:   #CBD5E1;
} @font-face {
font-family: "Montserrat";
src: url(//soy.marketing/core/views/6a27f1e349/assets/fonts/Montserrat-Regular.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Montserrat";
src: url(//soy.marketing/core/views/6a27f1e349/assets/fonts/Montserrat-Medium.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Montserrat";
src: url(//soy.marketing/core/views/6a27f1e349/assets/fonts/Montserrat-Bold.woff) format("woff");
font-weight: 700;
font-style: normal;
font-display: swap;
} body {
font-family: "Montserrat", sans-serif;
font-size: 18px; line-height: 1.6; color: var(--c-text-body); 
background-color: var(--c-bg-surface); 
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
padding: 0;
} h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat", sans-serif;
color: var(--c-text-heading);
margin-top: 1.5em; margin-bottom: 0.5em; font-weight: 800;
} h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child {
margin-top: 0;
} h1 {
font-size: 40px;
line-height: 1.1;
letter-spacing: -0.03em;
} h2 {
font-size: clamp(28px, 3.5vw, 36px);
line-height: 1.2;
letter-spacing: -0.02em;
}
.h-post-content-inner h2, .entry-content h2 {
border-left: 4px solid var(--c-brand-primary);
padding-left: 16px;
} h3 {
font-size: clamp(22px, 2.5vw, 26px);
line-height: 1.3;
letter-spacing: -0.01em;
} h4 {
font-size: 18px;
line-height: 1.4;
text-transform: uppercase;
letter-spacing: 0.5px;
color: var(--c-brand-primary);
} p {
margin-top: 0;
margin-bottom: 1.5rem; } .h-post-content-inner ul, .h-post-content-inner ol,
.entry-content ul, .entry-content ol {
margin-top: 0;
margin-bottom: 1.5rem;
padding-left: 2rem;
}
.h-post-content-inner li, .entry-content li {
margin-bottom: 0.5rem;
line-height: 1.6;
} .h-post-content-inner ul:not(.hatch-toc-list),
.entry-content ul:not(.hatch-toc-list) {
list-style-type: none;
}
.h-post-content-inner ul:not(.hatch-toc-list) li,
.entry-content ul:not(.hatch-toc-list) li {
position: relative;
}
.h-post-content-inner ul:not(.hatch-toc-list) li::before,
.entry-content ul:not(.hatch-toc-list) li::before {
content: "■"; color: var(--c-brand-primary);
font-size: 10px;
position: absolute;
left: -18px;
top: 6px;
} a {
color: var(--c-brand-primary);
text-decoration: underline;
text-decoration-color: transparent;
transition: all 0.2s ease;
}
a:hover {
color: var(--c-text-body);
text-decoration: none;
} .h-site-header {
width: 100%;
background-color: #fff;
z-index: 2000;
position: relative;
} .h-top-bar {
background-color: var(--c-text-heading) !important;
color: #fff !important;
padding: 8px 0;
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.8px;
display: block;
}
.h-top-bar .h-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.h-top-left .h-tagline {
opacity: 0.9;
color: #fff !important; font-size: 11px !important;
font-weight: 500 !important;
text-transform: uppercase !important;
letter-spacing: 0.8px !important;
line-height: 1 !important;
margin: 0 !important;
}
.h-header-search .search-form {
display: flex;
align-items: center;
background: rgba(255,255,255,0.1);
border-radius: 4px;
padding-left: 10px;
border: 1px solid rgba(255,255,255,0.2);
}
.h-header-search .search-field {
background: transparent;
border: none;
color: #fff !important;
font-size: 11px;
padding: 4px 8px;
outline: none;
width: 150px;
}
.h-header-search .search-submit {
background: transparent;
border: none;
padding: 4px 10px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
min-width: 30px;
}
.h-header-search .search-submit img {
width: 16px;
height: 16px;
filter: invert(1) brightness(2);
display: block;
} .h-main-header-wrapper {
padding: 30px 0;
text-align: center;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.h-main-header-wrapper .h-container {
width: 100%;
}
.h-branding {
max-width: 384px;
margin: 0 auto 10px;
display: flex;
align-items: center;
justify-content: center;
} .h-branding .custom-logo-link img {
width: 384px;
height: 51px;
display: block;
object-fit: contain;
}
.h-logo-fallback {
font-size: 32px;
font-weight: 900;
color: var(--c-text-heading);
text-transform: uppercase;
letter-spacing: -1px;
}
.h-logo-fallback .dot {
color: var(--c-brand-primary);
} .h-navigation-row {
display: flex;
justify-content: center;
padding: 10px 0;
background-color: #fff;
} .h-mobile-bottom-nav {
display: none;
position: fixed;
bottom: 0;
left: 0;
width: 100% !important;
background: var(--c-brand-primary) !important;
box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
z-index: 3000;
padding: 8px 0;
}
.h-mobile-nav-inner {
display: flex;
justify-content: space-around;
align-items: center;
}
.mobile-nav-item {
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
background: none;
border: none;
transition: all 0.3s ease;
border-radius: 50%;
}
.mobile-nav-item.active {
color: #ffffff;
background-color: rgba(255,255,255,0.15);
}
.mobile-nav-item .icon {
display: flex;
align-items: center;
justify-content: center;
}
.mobile-nav-item .icon svg {
width: 24px;
height: 24px;
} @media (min-width: 769px) {
.h-mobile-bottom-nav {
display: none !important;
}
}
@media (max-width: 768px) {
.h-top-bar {
display: none !important;
}
.h-navigation-row {
display: none !important;
}
.h-mobile-bottom-nav {
display: block !important;
}
.h-main-header-wrapper {
padding: 15px 0; }
.h-branding {
max-width: 200px !important;
}
} .h-site-header {
transition: all 0.3s ease-in-out;
width: 100%;
}
.h-is-sticky {
position: fixed !important;
top: 0;
left: 0;
width: 100% !important;
background-color: #1A1A1A !important;
box-shadow: 0 2px 12px rgba(0,0,0,0.5);
z-index: 9999 !important;
animation: stickySlideDown 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes stickySlideDown {
0% { transform: translateY(-100%); }
100% { transform: translateY(0); }
} .h-is-sticky .hatch-menu > ul > li > a {
color: #ffffff !important;
}
.h-is-sticky .hatch-menu > ul > li:hover > a,
.h-is-sticky .hatch-menu > ul > li.active-parent > a {
color: #ff5100;
} .h-is-sticky .h-top-bar {
display: none !important;
} .h-is-sticky .h-main-header-wrapper {
padding: 8px 0 !important;
min-height: auto !important;
text-align: left !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
background-color: transparent !important;
} .h-is-sticky .h-main-header-wrapper .h-container {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: space-between !important;
width: 100% !important;
max-width: 1280px !important;
gap: 24px !important;
padding: 0 20px !important;
} .h-is-sticky .h-navigation-row {
display: flex !important;
padding: 0 !important;
border-top: none !important;
background: transparent !important;
flex-shrink: 1 !important;
order: 2 !important;
} .h-is-sticky .h-branding {
max-width: 130px !important;
margin: 0 !important;
min-height: auto !important;
order: 1 !important;
flex-shrink: 0;
} .h-is-sticky .h-branding .custom-logo-link img {
content: url(https://soymarketing.gumlet.io/storage/2020/12/logo-soy.marketing-blanco.svg?compress=true&quality=80&w=320);
width: 130px !important;
height: auto !important;
} .h-main-header-wrapper,
.h-branding,
.h-navigation-row,
.h-branding img {
transition: padding 0.2s ease, max-width 0.2s ease, margin 0.2s ease;
}
@media (max-width: 768px) {
.h-is-sticky .h-main-header-wrapper {
padding: 8px 0;
}
} .info-line img {
width: 14px !important;
height: 14px !important;
vertical-align: middle;
margin-right: 5px;
display: inline-block !important;
border-radius: 0 !important;
} .image-container img, .last-episode img, .episode-image img {
width: 100%;
height: 100%;
object-fit: cover;
} .h-container {
max-width: 1320px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
} @media (max-width: 640px) {
.h-container {
padding: 0 14px;
} .h-home-main {
padding-bottom: 0;
}
}
@media (max-width: 375px) {
.h-container {
padding: 0 10px;
}
}
@media (max-width: 768px) {
.h-top-bar .h-container {
flex-direction: column;
gap: 10px;
padding: 10px 20px;
}
.h-top-bar-title {
font-size: 14px;
text-align: center;
}
} .post-meta svg, 
.meta-item svg, 
.noticia-date svg, 
.h-home-featured-meta svg {
width: 14px !important;
height: 14px !important;
vertical-align: middle !important;
margin-right: 5px !important;
display: inline-block !important;
} .hatch-icon-svg {
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.hatch-icon-svg svg {
width: 14px !important;
height: 14px !important;
fill: currentColor;
display: block;
} @media (min-width: 769px) {
.h-home-destacadas .entry-meta .hatch-icon-svg svg {
width: 11px !important;
height: 11px !important;
flex-shrink: 0;
}
.h-home-destacadas .entry-meta,
.opinion-columnistas-container .post-meta {
font-size: 13px;
display: flex !important;
flex-wrap: nowrap !important;
align-items: center;
gap: 6px;
white-space: nowrap;
}
.h-home-destacadas .entry-meta a,
.h-home-destacadas .entry-meta span,
.opinion-columnistas-container .post-meta a,
.opinion-columnistas-container .post-meta span {
display: inline-flex;
align-items: center;
gap: 4px;
white-space: nowrap;
}
.h-home-destacadas .entry-meta a > span,
.opinion-columnistas-container .post-meta a > span {
overflow: hidden;
text-overflow: ellipsis;
max-width: 140px; display: inline-block;
vertical-align: middle;
}
.h-home-destacadas .entry-meta span.sep,
.opinion-columnistas-container .post-meta span.sep {
opacity: 0.7;
flex-shrink: 0;
}
} .custom-breadcrumbs {
margin: 15px 0;
font-size: 13px; color: #555555; font-family: inherit;
}
.custom-breadcrumbs ul {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.custom-breadcrumbs li {
display: inline-flex;
align-items: center;
margin-right: 8px;
color: #555555; }
.custom-breadcrumbs li a {
color: #1a1a1a; text-decoration: none;
font-weight: 500;
transition: color 0.2s ease;
}
.custom-breadcrumbs li a:hover {
color: var(--c-brand-primary);
}
.custom-breadcrumbs .separator {
color: #718096; font-size: 13px;
margin: 0 4px;
}
.custom-breadcrumbs .current {
color: #444444; font-weight: 400;
} .hatch-post-meta {
display: flex;
align-items: center;
flex-wrap: nowrap; gap: 8px;
font-size: 11px; font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
margin: 12px 0 16px 0; padding: 2px 0;
width: 100%;
overflow: hidden; }
.hatch-post-meta .meta-item {
display: flex;
align-items: center;
gap: 4px;
white-space: nowrap;
min-width: 0; } .hatch-post-meta .author-item {
flex-shrink: 1; overflow: hidden;
}
.hatch-post-meta .author-item a {
color: inherit;
display: flex;
align-items: center;
gap: 4px;
text-decoration: none;
overflow: hidden;
width: 100%;
padding: 10px 0; }
.hatch-post-meta .author-name {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.hatch-post-meta .author-item a:hover {
color: var(--c-brand-primary);
} .hatch-post-meta .date-item {
flex-shrink: 0; display: flex;
align-items: center;
gap: 4px;
}
.hatch-post-meta .meta-separator {
color: currentColor;
opacity: 0.4;
font-size: 0.9em;
flex-shrink: 0;
}
.hatch-post-meta .hatch-icon-svg svg {
width: 12px !important;
height: 12px !important;
display: block;
} .hatch-meta-theme-white {
color: #ffffff;
}
.hatch-meta-theme-black {
color: var(--c-text-body);
} .h-br-8 { border-radius: 8px !important; }
.h-br-6 { border-radius: 6px !important; }
.h-br-4 { border-radius: 4px !important; }
.h-img-fit {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} @media (max-width: 600px) {
.hatch-post-meta {
font-size: 10px;
gap: 6px;
}
.hatch-post-meta .author-item {
max-width: 130px; }
} .h-mobile-drawer {
position: fixed;
top: 0;
right: 0;
width: 85%;
max-width: 380px;
height: 100%;
background: #fff;
z-index: 10000;
transform: translateX(100%);
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
flex-direction: column;
box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
}
.h-mobile-drawer.active {
transform: translateX(0);
}
.h-drawer-header {
padding: 10px 15px; display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #eee;
gap: 10px;
} .drawer-search-header {
flex: 1;
}
.drawer-search-header form {
position: relative;
}
.drawer-search-header input {
width: 100%;
padding: 10px 35px 10px 12px;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 14px;
background: #f9f9f9;
height: 40px;
}
.drawer-search-header button {
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
padding: 5px;
color: var(--c-text-muted);
display: flex;
align-items: center;
}
.drawer-close-btn {
background: none;
border: none;
padding: 8px;
cursor: pointer;
color: var(--c-text-body);
flex-shrink: 0;
}
.h-drawer-content {
flex: 1;
overflow-y: auto;
padding: 20px;
} .drawer-search form {
position: relative;
margin-bottom: 30px;
}
.drawer-search input {
width: 100%;
padding: 14px 45px 14px 15px;
border: 1px solid #ddd;
border-radius: 8px;
font-size: 15px;
background: #f9f9f9;
}
.drawer-search button {
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
padding: 10px;
color: var(--c-text-muted);
} .drawer-menu {
list-style: none;
padding: 0;
margin: 0;
}
.drawer-menu > li {
border-bottom: 1px solid #f5f5f5;
}
.drawer-menu > li > a {
display: block;
padding: 16px 0;
font-size: 17px;
font-weight: 600;
color: #111;
text-decoration: none;
display: flex;
justify-content: space-between;
align-items: center;
}
.drawer-menu li .arrow {
font-size: 12px;
color: #999;
transition: transform 0.2s;
}
.drawer-menu li.active > .submenu-trigger .arrow {
transform: rotate(180deg);
} .drawer-submenu {
list-style: none;
padding: 0 0 15px 15px;
margin: 0;
display: none; }
.has-drawer-submenu.active .drawer-submenu {
display: block;
}
.drawer-submenu li a {
display: block;
padding: 8px 0;
font-size: 15px;
color: #555;
text-decoration: none;
} .h-drawer-footer {
padding: 20px;
background: #f9f9f9;
border-top: 1px solid #eee;
}
.drawer-socials {
display: flex;
gap: 20px;
justify-content: center;
}
.drawer-socials a {
color: var(--c-text-body);
transition: color 0.2s;
}
.drawer-socials a:hover {
color: var(--c-brand-primary);
} .h-drawer-overlay-backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 9999;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s;
}
.h-drawer-overlay-backdrop.active {
opacity: 1;
pointer-events: auto;
} body.drawer-open {
overflow: hidden;
} .h-page-header {
text-align: left;
padding: 30px 20px 60px; background: #fff;
max-width: 1280px;
margin: 0 auto;
}
.h-page-header .h-breadcrumbs-inline {
margin-bottom: 20px;
}
.h-page-header .h-breadcrumbs-inline .custom-breadcrumbs {
margin: 0;
padding: 0;
}
.h-page-header .h-breadcrumbs-inline .custom-breadcrumbs ul {
margin: 0;
padding: 0;
}
.h-page-title {
color: #1a1a1a;
font-size: 40px;
font-weight: 800;
margin: 0 0 12px;
line-height: 1.1;
text-transform: uppercase;
position: relative;
padding-left: 18px;
letter-spacing: -0.03em;
}
.h-page-title::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 4px;
height: 100%;
background-color: #ff5100;
border-radius: 2px;
}
.h-page-description {
max-width: 100%;
color: #666;
line-height: 1.7;
font-size: 18px; }
.h-page-description p {
margin: 0;
} .h-results-bar {
max-width: 1280px;
margin: 0 auto;
padding: 20px 20px 10px;
}
.h-results-bar-inner {
display: flex;
align-items: center;
gap: 10px;
font-size: 13px;
font-weight: 600;
color: #888;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.h-results-bar #load-more-hint {
color: #D44400;
font-weight: 700;
font-style: italic;
margin-left: 10px;
} .h-filter-bar {
background: #fbfbfb;
border-bottom: 1px solid #eee;
padding: 20px 0;
}
.h-filter-bar-inner {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px;
}
.h-filter-form {
display: grid;
grid-template-columns: 1fr 1fr 1.5fr auto;
gap: 12px;
align-items: center;
}
.h-filter-select {
width: 100%;
border: 1px solid #ddd;
background: #fff;
height: 44px;
border-radius: 8px;
padding: 0 15px;
font-weight: 600;
font-size: 13px;
color: #444;
appearance: none;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l4 4 4-4' stroke='%23555' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 12px center;
background-size: 12px 8px;
padding-right: 32px;
}
.h-filter-input {
width: 100%;
border: 1px solid #ddd;
background: #fff;
height: 44px;
border-radius: 8px;
padding: 0 15px;
font-size: 14px;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}
.h-filter-btn {
background: #D44400;
color: #fff;
border: none;
height: 44px;
border-radius: 8px;
padding: 0 28px;
font-weight: 700;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
cursor: pointer;
transition: background 0.2s;
white-space: nowrap;
font-family: 'Montserrat', sans-serif;
}
.h-filter-btn:hover {
background: #b33a00;
}
@media (max-width: 768px) {
.h-page-title {
font-size: 26px;
}
.h-page-header {
padding: 10px 15px; }
.h-filter-form {
grid-template-columns: 1fr;
}
}  .h-breadcrumbs-outer {
background-color: #fcfcfc;
border-bottom: 1px solid var(--c-border-light);
padding: 10px 0;
}
.h-breadcrumbs-outer .custom-breadcrumbs {
margin: 0;
} .h-post-hero {
position: relative;
width: 100%;
height: 480px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
align-items: center;
color: #fff;
padding: 0;
}
.h-breadcrumbs-wrapper {
background-color: var(--c-bg-subtle);
padding: 15px 0;
width: 100%;
}
.h-breadcrumbs-inner {
max-width: 1280px;
margin: 0 auto;
padding: 0 20px;
}
.h-post-hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.85) 100%);
z-index: 1;
}
.h-post-hero-boxed {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: 3fr 1fr;
gap: 40px;
align-items: end;
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 0 20px;
}
.h-post-hero-left {
display: flex;
flex-direction: column;
justify-content: flex-end; }
.h-post-hero-content {
display: flex;
flex-direction: column;
gap: 0; }
.h-post-hero-right {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding-bottom: 30px;
}
.h-post-hero-right .hatch-post-meta {
flex-direction: column !important;
align-items: flex-start !important;
gap: 0px; }
.h-post-hero-right .author-item .author-name {
font-size: 18px;
font-weight: 700;
}
.h-post-hero-right .author-item svg {
width: 18px;
height: 18px;
}
.h-post-hero-right .date-item {
font-size: 14px;
opacity: 0.80;
}
.h-post-hero-right .date-item svg {
width: 14px;
height: 14px;
}
.h-post-hero-right .meta-separator {
display: none !important;
}
.h-hero-category-tag {
display: inline-block;
background-color: rgba(255, 255, 255, 0.22); color: #fff;
padding: 5px 12px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.8px;
border-radius: 4px;
border: 1px solid rgba(255,255,255,0.35);
margin-bottom: 20px; transition: all 0.3s ease;
backdrop-filter: blur(4px);
}
.h-hero-category-tag:hover {
background-color: var(--c-brand-primary);
color: #fff;
border-color: var(--c-brand-primary);
}
.h-post-hero-title {
font-size: clamp(32px, 4vw, 48px);
font-weight: 800;
line-height: 1.15;
margin-top: 0 !important; margin-bottom: 20px;
color: #fff !important;
text-shadow: 0 4px 15px rgba(0,0,0,0.4);
letter-spacing: -0.03em;
}
.h-post-hero-meta {
display: flex;
align-items: center;
} .h-single-layout {
display: grid;
grid-template-columns: 1.15fr 340px; gap: 90px; padding-top: 60px;
padding-bottom: 80px;
}
@media (max-width: 1200px) {
.h-single-layout {
gap: 60px;
}
}
@media (max-width: 1100px) {
.h-single-layout {
grid-template-columns: 1.1fr 310px;
gap: 40px;
}
}
@media (max-width: 980px) {
.h-single-layout {
grid-template-columns: 1fr;
gap: 50px;
padding-top: 40px;
}
.h-single-sidebar {
max-width: 500px;
}
}
.h-post-content-inner {
font-size: 19px;
line-height: 1.75;
color: #222;
max-width: 800px; } .h-post-content-inner.h-full-width-content {
max-width: none;
} .h-page-columnistas .h-post-content-inner > h2:first-of-type,
.h-page-columnistas .h-post-content-inner > h1:first-of-type {
display: none !important;
} .h-post-content-inner h1,
.h-post-content-inner h2 {
color: #1a1a1a;
font-size: clamp(28px, 5vw, 35px) !important; font-weight: 800;
margin: 2.5em 0 24px; line-height: 1.1;
text-transform: uppercase !important; position: relative;
padding-left: 18px;
letter-spacing: -0.03em;
}
.h-post-content-inner h1::before,
.h-post-content-inner h2::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 4px;
height: 100%;
background-color: #ff5100;
border-radius: 2px;
}
.h-post-content-inner p {
margin-bottom: 1.6em;
color: #333333; } .h-post-content-inner p a,
.h-post-content-inner li a,
a.ek-link {
color: #c23b00; text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
font-weight: 600;
}
.h-post-content-inner p a:hover,
.h-post-content-inner li a:hover,
a.ek-link:hover {
color: #8c2b00;
} .h-post-content-inner blockquote.wp-block-quote,
.entry-content blockquote.wp-block-quote {
color: #333333;
border-left: 4px solid var(--c-brand-primary, #FF5100);
padding: 1.4em 1.8em;
background-color: #fcfcfc;
border-radius: 4px;
margin: 2em 0;
box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.h-post-content-inner blockquote.wp-block-quote p,
.h-post-content-inner blockquote.wp-block-quote em,
.h-post-content-inner blockquote.wp-block-quote strong {
color: #222222; font-size: 1.05em;
line-height: 1.6;
} .sm-premium-quote {
background-color: #fef5ee !important; 
border-radius: 16px !important;
margin: 60px 0 !important;
font-family: 'Montserrat', sans-serif !important;
position: relative !important;
overflow: hidden !important;
box-shadow: 0 10px 40px rgba(255, 81, 0, 0.06) !important;
border: 1px solid rgba(255, 81, 0, 0.08) !important;
transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
padding: 0 !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
} .h-post-content-inner blockquote:has(.sm-premium-quote),
.entry-content blockquote:has(.sm-premium-quote) {
border-left: none !important;
padding: 0 !important;
margin: 40px 0 !important;
background: transparent !important;
box-shadow: none !important;
}
.sm-premium-quote:hover {
box-shadow: 0 20px 60px rgba(255, 81, 0, 0.1) !important;
transform: translateY(-3px) !important;
} .sm-premium-quote .quote-accent-bar {
position: absolute !important;
left: 0 !important;
top: 0 !important;
bottom: 0 !important;
width: 6px !important;
background-color: var(--c-brand-primary) !important;
z-index: 10 !important;
} .sm-premium-quote blockquote,
.sm-premium-quote div:not(.quote-inner-container):not(.quote-accent-bar):not(.quote-main-content):not(.quote-footer-actions):not(.quote-header-icon):not(.share-icon-list):not(.share-btn-group),
.sm-premium-quote p,
.sm-premium-quote cite {
background: transparent !important;
border: none !important;
margin: 0 !important;
padding: 0 !important;
box-shadow: none !important;
text-shadow: none !important;
}
.sm-premium-quote .quote-inner-container {
padding: 45px 50px 25px 50px !important;
display: flex !important;
gap: 28px !important;
border: none !important;
background: none !important;
}
.sm-premium-quote .quote-header-icon {
flex-shrink: 0 !important;
color: var(--c-brand-primary) !important;
opacity: 0.15 !important;
}
.sm-premium-quote .quote-main-content {
flex-grow: 1 !important;
}
.sm-premium-quote .quote-text-val {
font-style: italic !important;
font-size: clamp(20px, 3vw, 28px) !important;
line-height: 1.45 !important;
color: #111111 !important;
margin: 0 0 25px 0 !important;
font-weight: 600 !important;
border: none !important;
padding: 0 !important;
background: transparent !important;
box-shadow: none !important;
}
.sm-premium-quote .quote-author-val {
font-weight: 800 !important;
color: var(--c-brand-primary) !important;
font-size: 15px !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
display: block !important;
font-style: normal !important;
}
.sm-premium-quote .quote-author-val::before {
content: '— ' !important;
}
.sm-premium-quote .quote-footer-actions {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
padding: 22px 50px !important;
background-color: rgba(255, 81, 0, 0.04) !important;
border-top: 1px solid rgba(255, 81, 0, 0.08) !important;
}
.sm-premium-quote .share-text-label {
font-size: 11px !important;
font-weight: 700 !important;
color: var(--c-text-muted) !important;
text-transform: uppercase !important;
letter-spacing: 1.5px !important;
}
.sm-premium-quote .share-icon-list {
display: flex !important;
gap: 14px !important;
}
.sm-premium-quote .share-icon-list a {
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 38px !important;
height: 38px !important;
background-color: #fff !important;
border-radius: 50% !important;
color: var(--c-text-heading) !important;
box-shadow: 0 2px 10px rgba(0,0,0,0.06) !important;
border: 1px solid rgba(0,0,0,0.04) !important;
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
text-decoration: none !important;
}
.sm-premium-quote .share-icon-list a:hover {
background-color: var(--c-brand-primary) !important;
color: #fff !important;
transform: scale(1.18) translateY(-3px) !important;
box-shadow: 0 6px 15px rgba(255, 81, 0, 0.25) !important;
border-color: var(--c-brand-primary) !important;
}
.sm-premium-quote .share-icon-list svg {
width: 17px !important;
height: 17px !important;
fill: currentColor !important;
}
@media (max-width: 768px) {
.sm-premium-quote .quote-inner-container {
padding: 40px 30px 20px 35px !important;
flex-direction: column !important;
gap: 15px !important;
}
.sm-premium-quote .quote-footer-actions {
padding: 20px 30px !important;
flex-direction: column !important;
gap: 15px !important;
text-align: center !important;
}
} .h-post-content-inner details.wp-block-details,
.entry-content details.wp-block-details {
background-color: #fafafa;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 16px 20px;
margin-bottom: 16px;
transition: all 0.3s ease;
}
.h-post-content-inner details.wp-block-details[open],
.entry-content details.wp-block-details[open] {
background-color: #fff;
border-color: #1a1a1a;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.h-post-content-inner details.wp-block-details summary,
.entry-content details.wp-block-details summary {
font-weight: 700;
font-size: 16px;
color: #1a1a1a;
cursor: pointer;
list-style: none; position: relative;
padding-right: 24px;
outline: none;
line-height: 1.4;
} .h-post-content-inner details.wp-block-details summary::-webkit-details-marker,
.entry-content details.wp-block-details summary::-webkit-details-marker {
display: none; }
.h-post-content-inner details.wp-block-details summary::after,
.entry-content details.wp-block-details summary::after {
content: '+';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
font-size: 22px;
line-height: 1;
color: var(--c-brand-primary, #FF5100);
font-weight: 400;
transition: transform 0.3s ease;
}
.h-post-content-inner details.wp-block-details[open] summary::after,
.entry-content details.wp-block-details[open] summary::after {
content: '−'; transform: translateY(-50%) rotate(180deg);
} .h-post-content-inner details.wp-block-details > :not(summary),
.entry-content details.wp-block-details > :not(summary) {
margin-top: 14px;
color: #4a4a4a;
font-size: 15px;
line-height: 1.6;
} .h-post-content-inner table,
.entry-content table {
width: 100%;
border-collapse: collapse;
font-family: 'Inter', 'Montserrat', sans-serif;
font-size: 14px;
line-height: 1.5;
margin: 2em 0;
display: block; overflow-x: auto;
-webkit-overflow-scrolling: touch;
border-radius: 0;
border: 1px solid #1a1a1a !important;
} .h-post-content-inner table th,
.entry-content table th,
.h-post-content-inner table td,
.entry-content table td {
border: 1px solid #1a1a1a !important;
} .h-post-content-inner thead,
.entry-content thead {
background-color: rgba(255, 81, 0, 0.1); }
.h-post-content-inner thead th,
.entry-content thead th {
color: #1a1a1a;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
padding: 12px 16px;
text-align: left;
white-space: nowrap;
} .h-post-content-inner tbody tr,
.entry-content tbody tr {
transition: background-color 0.15s ease;
} .h-post-content-inner tbody td,
.entry-content tbody td {
padding: 11px 16px;
vertical-align: top;
color: #3a3a3a;
font-size: 13.5px;
} .h-post-content-inner tbody td:first-child,
.entry-content tbody td:first-child {
font-weight: 600;
color: #1a1a1a;
white-space: nowrap;
} .h-post-content-inner tbody tr:nth-child(even),
.entry-content tbody tr:nth-child(even) {
background-color: #fafafa;
} .h-post-content-inner tbody tr:hover,
.entry-content tbody tr:hover {
background-color: #fff6f3;
}
.h-post-content-inner tbody tr:hover td:first-child,
.entry-content tbody tr:hover td:first-child {
border-left-color: var(--c-brand-primary, #FF5100);
} .h-post-content-inner table tr:first-child th,
.entry-content table tr:first-child th,
.h-post-content-inner table tr:first-child td,
.entry-content table tr:first-child td {
background-color: rgba(255, 81, 0, 0.1);
color: #1a1a1a !important;
font-size: 11px;
font-weight: 700 !important;
text-transform: uppercase;
letter-spacing: 1px;
padding: 12px 16px;
white-space: nowrap;
}  @media (max-width: 720px) {
.h-post-content-inner tbody td,
.entry-content tbody td {
font-size: 12.5px;
padding: 9px 12px;
}
.h-post-content-inner thead th,
.entry-content thead th {
font-size: 10px;
padding: 10px 12px;
}
} .h-single-sidebar {
position: relative; } .h-section-title-standard {
display: flex;
align-items: center;
gap: 12px;
font-size: 22px;
font-weight: 800;
color: #FF5100;
text-transform: uppercase;
margin: 70px 0 30px 0; line-height: 1.1;
letter-spacing: 0.5px;
}
.h-section-title-standard::before {
content: '';
display: inline-block;
width: 4px; height: 1.25em; background-color: #FF5100;
flex-shrink: 0;
} .h-section-title--white {
color: #FFFFFF !important;
}
.h-sidebar-widget {
margin-bottom: 70px;
padding-bottom: 10px;
}
.h-sidebar-widget:last-child {
margin-bottom: 0;
}
.widget-title {
font-size: 13px;
font-weight: 800;
text-transform: uppercase;
color: var(--c-brand-primary);
margin-bottom: 25px;
position: relative;
padding-left: 12px;
border-left: 4px solid var(--c-brand-primary);
letter-spacing: 1px;
} .h-post-separator {
border: none;
border-top: 2px solid var(--c-border-light);
margin: 60px 0 40px;
} .h-share-section {
margin-bottom: 40px;
}
.h-share-buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.h-share-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 16px;
border-radius: 4px;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #fff !important;
text-decoration: none !important;
transition: transform 0.2s ease, opacity 0.2s ease;
}
.h-share-btn svg {
fill: currentColor;
}
.h-share-btn:hover {
transform: translateY(-2px);
opacity: 0.9;
color: #fff !important;
}
.h-share-facebook { background-color: #1877F2; }
.h-share-twitter { background-color: #000000; }
.h-share-linkedin { background-color: #0A66C2; }
.h-share-whatsapp { background-color: #25D366; }
.h-section-title {
font-size: 22px;
font-weight: 800;
margin-bottom: 30px;
text-transform: uppercase;
letter-spacing: -0.01em;
} @media (max-width: 900px) {
.h-single-layout {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.h-post-hero {
min-height: 400px;
padding: 50px 0;
}
.h-post-hero-boxed {
grid-template-columns: 1fr; 
align-items: flex-start;
gap: 20px;
}
.h-post-hero-right {
align-items: flex-start;
padding-bottom: 0;
}
.h-post-hero-title {
font-size: 32px;
}
.h-single-layout {
padding-top: 30px;
padding-bottom: 60px;
}
.h-post-content-inner {
font-size: 17px;
}
} .hatch-toc {
background-color: #fcfcfc;
border: 1px solid var(--c-border-light);
border-radius: 8px;
padding: 16px 20px;
margin: 30px 0;
box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.hatch-toc-header {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid var(--c-brand-primary);
padding-bottom: 12px;
margin-bottom: 12px; position: relative;
width: 100%;
}
h3.hatch-toc-title {
font-size: 16px; font-weight: 800;
text-transform: uppercase;
color: var(--c-text-heading);
margin: 0;
padding-right: 140px; flex: 1 1 auto;
}
.hatch-toc-toggle {
position: absolute !important;
right: 0 !important;
top: 50% !important;
margin-top: -24px !important; background-color: var(--c-bg-subtle) !important;
border: 1px solid var(--c-border-medium) !important;
color: #475569 !important;
padding: 6px 14px !important;
font-size: 13px !important;
font-weight: 600 !important;
border-radius: 20px !important;
cursor: pointer;
display: inline-flex !important;
align-items: center !important;
gap: 6px !important;
transition: all 0.2s ease;
text-transform: uppercase;
letter-spacing: 0.5px;
outline: none;
}
.hatch-toc-toggle:hover {
background-color: var(--c-border-light) !important;
color: #0f172a !important;
}
.hatch-toc-toggle[aria-expanded="false"] .hatch-toc-icon {
transform: rotate(180deg);
}
.hatch-toc-icon {
transition: transform 0.3s ease;
}
ul.hatch-toc-list {
list-style: none;
padding: 0;
margin: 0;
transition: all 0.3s ease-out;
} .h-post-content-inner ul.hatch-toc-list li.hatch-toc-item,
ul.hatch-toc-list li.hatch-toc-item {
margin-bottom: 0; 
line-height: 1.3;
} ul.hatch-toc-list li.hatch-toc-level-2 {
margin-top: 14px;
}
ul.hatch-toc-list li.hatch-toc-level-2:first-child {
margin-top: 0;
}
ul.hatch-toc-list li.hatch-toc-item a {
color: var(--c-text-body);
text-decoration: none;
font-size: 14px; display: block; 
padding: 3px 0; transition: color 0.2s ease, transform 0.2s ease;
}
.hatch-toc-item a:hover {
color: var(--c-brand-primary);
transform: translateX(4px);
} .hatch-toc-level-2 a {
font-weight: 600;
}
.hatch-toc-level-3 a {
padding-left: 16px;
font-size: 14px;
color: #4a5568;
}
.hatch-toc-level-3 a:before {
content: "•";
color: var(--c-border-medium);
margin-right: 8px;
}
.hatch-toc-level-4 a {
padding-left: 32px;
font-size: 13px;
color: #64748b;
}
.hatch-toc-level-4 a:before {
content: "–";
color: var(--c-border-light);
margin-right: 8px;
} .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
} .h-section-partners {
background-color: #C7C7C7;
height: 100px;
display: flex;
align-items: center;
width: 100%;
margin-top: 50px;
}
.h-partners-inner {
display: flex;
align-items: center;
justify-content: center;
gap: 60px;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.h-partners-label {
font-size: 20px;
font-weight: 600;
color: #333;
text-transform: uppercase;
letter-spacing: 1px;
}
.h-partners-logos {
display: flex;
align-items: center;
gap: 40px;
}
.h-partners-logos img {
max-width: 150px;
height: auto;
filter: brightness(0.9);
transition: filter 0.3s ease, transform 0.3s ease;
}
.h-partners-logos a:hover img {
filter: brightness(1);
transform: scale(1.05);
}
@media (max-width: 768px) {
.h-section-partners {
height: auto;
padding: 20px 0;
}
.h-partners-inner {
flex-direction: column;
gap: 20px;
text-align: center;
}
.h-partners-logos {
gap: 30px;
justify-content: center;
}
.h-partners-logos img {
max-width: 120px;
}
}.hatch-author-card {
border: 1px solid #EEEEEE;
padding: 24px;
display: flex;
align-items: flex-start;
box-sizing: border-box;
background: #fff;
margin: 60px 0;
width: 100%;
}
.hatch-author-card .author-avatar {
width: 120px;
height: 120px;
flex-shrink: 0;
margin-right: 25px;
overflow: hidden;
border-radius: 8px;
}
.hatch-author-card .author-avatar img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
}
.hatch-author-card .author-bio-content {
flex: 1;
display: flex;
flex-direction: column;
}
.hatch-author-card .author-name {
margin: 0 0 5px 0 !important;
padding: 0 !important;
font-size: 32px;
font-weight: 800;
line-height: 1.1;
text-transform: none;
}
.hatch-author-card .author-name a {
color: #FF5100;
text-decoration: none;
}
.hatch-author-card .author-position {
font-size: 16px;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 15px 0 !important;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.hatch-author-card .author-description {
font-size: 16px;
line-height: 1.6;
color: #444;
margin: 0 0 20px 0 !important;
}
.hatch-author-card .author-social {
display: flex;
gap: 12px;
align-items: center;
}
.hatch-author-card .author-social a {
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
background: #000;
border-radius: 4px;
transition: transform 0.2s ease, opacity 0.2s ease;
}
.hatch-author-card .author-social a:hover {
transform: translateY(-2px);
background: #FF5100;
}
.hatch-author-card .hatch-icon-svg svg {
width: 22px;
height: 22px;
fill: #fff;
} @media (max-width: 768px) {
.hatch-author-card {
flex-direction: column;
align-items: center;
text-align: center;
padding: 20px;
}
.hatch-author-card .author-avatar {
margin: 0 0 20px 0;
width: 100px;
height: 100px;
}
.hatch-author-card .author-name {
font-size: 24px;
color: #1a1a1a !important; }
.hatch-author-card .author-name a {
color: #1a1a1a !important;
}
.hatch-author-card .author-social {
justify-content: center;
}
}.columnists-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 80px 40px;
padding: 0;
}
.columnist-card {
display: flex;
align-items: flex-start;
gap: 25px;
transition: transform 0.3s ease;
}
.columnist-card:hover {
transform: translateY(-4px);
}
.columnist-image {
flex-shrink: 0;
}
.columnist-image img {
width: 110px !important;
height: 110px !important;
object-fit: cover !important;
border-radius: 8px !important;
background: #f5f5f5;
}
.columnist-info {
flex-grow: 1;
}
.columnist-info h2 {
border-left: 4px solid #FF5100 !important;
padding-left: 12px !important;
margin: 0 0 8px 0 !important;
color: #FF5100;
font-size: 22px !important;
font-weight: 800;
line-height: 1.1;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.columnist-info h2 a {
color: #FF5100;
text-decoration: none;
transition: color 0.2s ease;
}
.columnist-info h2 a:hover {
color: #cc4100;
}
.columnist-info .author-position {
font-weight: 700;
margin: 8px 0 12px 0;
color: #444; 
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.columnist-info .author-description {
margin: 0;
color: #666;
line-height: 1.6;
font-size: 16.5px; } @media (max-width: 900px) {
.columnists-container {
grid-template-columns: 1fr;
grid-gap: 50px;
}
}
@media (max-width: 640px) {
.columnist-card {
flex-direction: column;
align-items: center;
text-align: center;
gap: 15px;
padding-bottom: 40px;
border-bottom: 1px solid #f0f0f0;
}
.columnist-card:last-child {
border-bottom: none;
}
.columnist-image img {
width: 140px !important;
height: 140px !important;
}
.columnist-info h2 {
font-size: 20px;
}
}.desktop-related-posts-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
width: 100%;
}
.desktop-related-posts-container a {
color: inherit !important;
text-decoration: none !important;
transition: color 0.3s ease !important;
}
.desktop-related-posts-container a:hover {
color: #ff5100 !important;
}
.desktop-related-post-item {
display: flex;
flex-direction: column;
min-width: 0;
}
.desktop-related-post-item .post-item-container {
margin-bottom: 12px;
}
.desktop-related-post-item .post-item-container img {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
border-radius: 6px;
display: block;
}
.desktop-related-post-item .post-date {
font-size: 12px;
color: #777;
margin: 0 0 8px 0;
display: flex;
align-items: center;
gap: 5px;
text-transform: uppercase;
letter-spacing: 0.4px;
}
.desktop-related-post-item h3 {
font-size: 16px;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 8px;
line-height: 1.35;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.desktop-related-post-item p.excerpt {
font-size: 14px;
font-weight: 400;
color: #555;
margin: 6px 0 0;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
} .mobile-related-posts-container {
display: flex;
flex-direction: column;
gap: 20px;
margin: 5px 0;
}
.mobile-related-post-item {
display: flex;
align-items: center;
gap: 15px;
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
}
.mobile-related-post-item:last-child {
border-bottom: none;
}
.mobile-related-post-item > a > img {
width: 130px;
height: 76px;
object-fit: cover;
border-radius: 5px;
}
.mobile-related-post-item h3 {
font-size: 16px;
font-weight: 500;
margin: 0;
color: #333;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
}
.mobile-related-post-item h3 a {
color: inherit;
text-decoration: none;
}
.mobile-related-post-item p {
margin: 5px 0;
font-size: 14px;
color: #575757;
}.custom-comment-form {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.custom-comment-form .comment-left {
flex: 60%;
}
.custom-comment-form .comment-right {
flex: 40%;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.custom-comment-form textarea,
.custom-comment-form input[type="text"],
.custom-comment-form input[type="email"] {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
font-size: 16px;
font-family: "Montserrat", sans-serif;
box-shadow: none;
outline: none;
}
.custom-comment-form textarea:focus,
.custom-comment-form input[type="text"]:focus,
.custom-comment-form input[type="email"]:focus {
border-color: #ccc;
box-shadow: none;
}
.custom-comment-form textarea {
resize: vertical;
height: 120px;
}
.comments-list .comment-item {
margin-bottom: 15px;
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
}
.comments-list .comment-reply {
margin-left: 20px;
border-left: 2px solid #ccc;
padding-left: 15px;
}
.error-message {
color: red;
font-size: 16px;
margin-top: 5px;
}
.checkbox-wrapper {
display: flex;
align-items: center;
gap: 10px;
margin-top: 15px;
}
.checkbox-wrapper input[type="checkbox"] {
width: 18px;
height: 18px;
margin: 0;
padding: 0;
}
.checkbox-wrapper label {
font-size: 16px;
color: #333;
font-family: "Montserrat", sans-serif;
}
.btn-naranja {
background-color: #333;
color: #fff;
border: none;
cursor: pointer;
padding: 10px 20px;
font-size: 14px;
border-radius: 5px;
font-family: "Montserrat", sans-serif;
transition: background-color 0.3s ease;
}
.btn-naranja:hover {
background-color: #e04900;
color: #fff;
}
.comment-submit-wrapper {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
width: 100%;
}
.comment-notice {
width: 100%;
margin-bottom: 15px;
padding: 12px 16px;
border-radius: 4px;
font-family: "Montserrat", sans-serif;
font-size: 15px;
line-height: 1.4;
}
.comment-notice--pending {
background-color: #f8f5e5;
border: 1px solid #f2df8c;
color: #5c4a00;
}
.grecaptcha-badge {
visibility: hidden;
}.hatch-menu {
display: block;
width: 100%;
position: relative; z-index: 1000;
}
.hatch-menu > ul {
display: flex;
justify-content: center;
align-items: center;
gap: 32px;
padding: 0;
margin: 0;
list-style: none;
} .hatch-menu ul li#columnistas-menu,
.hatch-menu ul li#multimedia-menu,
.hatch-menu ul li#podcast-menu,
.hatch-menu ul li#recursos-menu {
position: relative !important;
padding: 10px 0;
} .hatch-menu ul li#articulos-menu {
position: static !important;
}
.hatch-menu > ul > li > a {
text-decoration: none;
color: #111;
font-size: 13.5px; font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.1px;
padding: 6px 0;
transition: color 0.2s ease;
white-space: nowrap;
}
.hatch-menu > ul > li:hover > a,
.hatch-menu > ul > li.active-parent > a {
color: #ff5100;
}
.hatch-menu > ul > li.has-submenu > a::after {
content: " ▾";
font-size: 9px;
vertical-align: middle;
margin-left: 2px;
opacity: 0.6;
} .hatch-submenu {
display: none;
position: absolute;
top: calc(100% + 2px);
left: 50%;
transform: translateX(-50%);
background: #fff;
padding: 24px 28px;
z-index: 5000;
box-shadow: 0 20px 50px rgba(0,0,0,0.10);
border-top: 3px solid #ff5100;
border-radius: 0 0 8px 8px;
min-width: 200px;
} .hatch-submenu.articles {
left: 0;
width: 100%;
transform: none;
padding: 0; box-sizing: border-box;
} .articles-mega-inner {
column-count: 3;
column-gap: 32px;
padding: 28px 32px;
box-sizing: border-box;
} .articles-mega-inner .category-group {
break-inside: avoid;
page-break-inside: avoid; } .articles-mega-inner .category-group {
margin-bottom: 22px;
break-inside: avoid;
page-break-inside: avoid;
}
.articles-mega-inner .category-group:last-child {
margin-bottom: 0;
} .hatch-submenu .submenu-title {
display: block;
font-size: 11px;
font-weight: 800;
color: #ff5100;
text-transform: uppercase;
letter-spacing: 1.2px;
margin-bottom: 10px;
padding-bottom: 6px;
text-align: left;
}
.hatch-submenu .submenu-title a {
color: inherit;
text-decoration: none;
transition: opacity 0.15s ease;
}
.hatch-submenu .submenu-title a:hover {
opacity: 0.75;
} .hatch-submenu ul {
list-style: none;
padding: 0;
margin: 0;
padding-left: 5px;
}
.hatch-submenu ul li {
margin-bottom: 7px;
display: block;
}
.hatch-submenu ul li:last-child {
margin-bottom: 0;
}
.hatch-submenu ul li a {
font-size: 13px; color: #555;
text-decoration: none;
display: flex;
align-items: center;
gap: 6px;
transition: color 0.18s ease, padding-left 0.18s ease;
line-height: 1.4;
}
.hatch-submenu ul li a::before {
content: "";
display: inline-block;
width: 4px;
height: 4px;
border-radius: 50%;
background: #ccc;
flex-shrink: 0;
transition: background 0.18s ease;
}
.hatch-submenu ul li a:hover {
color: #111;
padding-left: 4px;
}
.hatch-submenu ul li a:hover::before {
background: #ff5100;
} .hatch-submenu ul li.see-all-link {
display: block;
margin-top: 6px;
border-top: 1px dashed #eee;
padding-top: 6px;
}
.hatch-submenu ul li.see-all-link a {
font-size: 11px !important;
color: #999 !important;
font-weight: 600 !important;
text-transform: none !important;
letter-spacing: 0 !important;
display: flex !important;
align-items: center;
gap: 3px;
padding: 0 !important;
background: none !important;
border: none !important;
border-radius: 0 !important;
transition: color 0.15s ease;
}
.hatch-submenu ul li.see-all-link a::before {
display: none;
}
.hatch-submenu ul li.see-all-link a:hover {
color: #ff5100 !important;
background: none !important;
transform: none !important;
} .flat-cats-group {
margin-top: 8px;
}
.flat-cats-chips {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-top: 8px;
}
.cat-chip {
display: inline-block;
padding: 3px 10px;
background: #f5f5f5;
border-radius: 20px;
font-size: 11px;
font-weight: 600;
color: #555 !important;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.4px;
transition: background 0.15s ease, color 0.15s ease;
white-space: nowrap;
}
.cat-chip:hover {
background: #ff5100;
color: #fff !important;
} .mega-featured {
padding-left: 28px;
display: flex;
flex-direction: column;
gap: 10px;
}
.mega-featured__label {
font-size: 10px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1.2px;
color: #ff5100;
margin: 0;
}
.mega-featured__img-link {
display: block;
border-radius: 6px;
overflow: hidden;
aspect-ratio: 16/9;
}
.mega-featured__img-link img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
display: block;
}
.mega-featured__img-link:hover img {
transform: scale(1.04);
}
.mega-featured__title {
font-size: 14px;
font-weight: 700;
line-height: 1.35;
color: #111;
margin: 0;
}
.mega-featured__title a {
color: inherit;
text-decoration: none;
transition: color 0.18s ease;
}
.mega-featured__title a:hover {
color: #ff5100;
}
.mega-featured__cta {
font-size: 11.5px;
font-weight: 700;
color: #ff5100;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.5px;
display: inline-flex;
align-items: center;
gap: 4px;
transition: gap 0.15s ease;
}
.mega-featured__cta:hover {
gap: 8px;
} .hatch-submenu.active {
display: block !important;
}
@keyframes hFadeUpCenter {
from { opacity: 0; transform: translate(-50%, 8px); }
to   { opacity: 1; transform: translate(-50%, 0);  }
}
.hatch-submenu:not(.articles).active {
animation: hFadeUpCenter 0.22s ease-out forwards;
}
@keyframes hFadeUp {
from { opacity: 0; transform: translateY(8px); }
to   { opacity: 1; transform: translateY(0);   }
}
.hatch-submenu.articles.active {
animation: hFadeUp 0.22s ease-out forwards;
} .hatch-menu-overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,0.08);
z-index: 999;
backdrop-filter: blur(1px);
}
.hatch-menu-overlay.active {
display: block;
} .hatch-submenu .submenu-columns-container {
display: flex;
gap: 32px;
flex-wrap: nowrap;
}
.hatch-submenu .submenu-column {
min-width: 140px; }
.hatch-submenu.podcast .submenu-column {
border-right: 1px solid #f2f2f2;
padding-right: 32px;
}
.hatch-submenu.podcast .submenu-column:last-child {
border-right: none;
padding-right: 0;
}
.hatch-submenu .submenu-columns-container .submenu-column ul li a.apple-podcast {
white-space: nowrap;
} .hatch-submenu.recursos {
left: auto !important;
right: 0 !important;
transform: none !important;
}.hatch-toc {
border: 1px solid #CCCCCC;
background-color: #F4F4F4;
padding: 10px;
margin-bottom: 20px;
font-family: Verdana, sans-serif;
font-size: 16px;
border-radius: 5px;
position: relative;
}
.hatch-toc-title {
margin-bottom: 10px;
font-weight: 500;
position: relative;
}
.hatch-toc-toggle {
font-size: 12px;
cursor: pointer;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
.hatch-toc-list {
list-style: none;
padding-left: 0;
margin: 0;
}
.hatch-toc-item {
padding: 5px 0;
color: #313131;
}
.hatch-toc-item a {
text-decoration: none;
color: #313131;
transition: color 0.2s ease;
}
.hatch-toc-item a:hover {
color: #ff5100;
}.hatch-yt-popup-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.85);
z-index: 9999;
justify-content: center;
align-items: center;
padding: 20px;
box-sizing: border-box;
}
.hatch-yt-popup-content {
position: relative;
width: 80vw;
aspect-ratio: 9 / 16;
max-width: 400px;
background: #000;
border-radius: 8px;
overflow: visible; }
.hatch-yt-popup-content iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: 8px;
overflow: hidden;
}
.hatch-yt-close-popup {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
background: #fff;
border: none;
border-radius: 50%;
color: #111;
font-size: 20px;
line-height: 1;
cursor: pointer;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.2s, color 0.2s;
padding: 0;
z-index: 10;
box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.hatch-yt-close-popup:hover {
background: var(--c-brand-primary, #FF5100);
color: #fff;
}
@media (max-width: 768px) {
.hatch-yt-popup-content {
width: 95%;
padding-bottom: 56.25%;
}
.hatch-yt-close-popup {
top: -25px;
font-size: 25px;
}
} .youtube-shorts-list-desktop {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 25px;
padding: 20px 10px;
justify-items: center;
}
.youtube-short-desktop {
max-width: 230px;
min-height: 480px;
width: 100%;
box-sizing: border-box;
text-align: center;
margin-bottom: 20px;
position: relative;
cursor: pointer;
border-radius: 8px;
background-color: #f9f9f9;
overflow: hidden;
transition: transform 0.2s ease-in-out;
box-shadow: none;
}
.youtube-short-desktop:hover {
transform: translateY(-3px); }
.youtube-short-desktop .image-container {
width: 100%;
height: 400px;
overflow: hidden;
position: relative;
background-color: #e0e0e0;
}
.youtube-short-desktop .image-container img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.3s ease;
}
.youtube-short-desktop:hover .image-container img {
transform: scale(1.05);
}
.youtube-short-desktop .image-container::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 0;
height: 0;
border-left: 20px solid white;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 1;
pointer-events: none;
}
.youtube-short-desktop .image-container::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}
.youtube-short-desktop:hover .image-container::before,
.youtube-short-desktop:hover .image-container::after {
opacity: 1;
}
.youtube-short-desktop .title {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 600;
color: #333;
margin-top: 10px;
padding: 0px 10px 10px 10px;
text-align: center;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-clamp: 3;
overflow: hidden;
line-height: 1.3em;
height: 3.9em;
text-overflow: ellipsis;
} .youtube-shorts-list-mobile {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
padding: 15px;
}
.youtube-short-mobile {
position: relative;
cursor: pointer;
border-radius: 8px;
background-color: #f9f9f9;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: stretch;
}
.youtube-short-mobile .image-container {
aspect-ratio: 2 / 3;
width: 100%;
position: relative;
overflow: hidden;
background-color: #e0e0e0;
}
.youtube-short-mobile .image-container img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}
.youtube-short-mobile .play-button-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
pointer-events: none;
opacity: 0.9;
}
.youtube-short-mobile .play-button-overlay:before {
content: "";
display: inline-block;
width: 0;
height: 0;
border-left: 12px solid white;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
margin-left: 3px;
}
.youtube-short-mobile .title {
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: 600;
color: #333;
padding: 8px 5px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
height: 7.8em;
margin-top: auto;
} .noticias-semana-widget {
display: flex;
justify-content: center;
}
.noticias-semana-item {
display: flex;
flex-direction: column;
align-items: center;
cursor: pointer;
width: 250px;
max-width: 100%;
border-radius: 0 !important;
overflow: hidden;
background-color: transparent !important;
box-shadow: none !important;
transition: transform 0.3s ease;
margin: 0 auto;
border: none !important;
}
.noticias-semana-item:hover {
transform: translateY(-8px);
}
.noticias-semana-item .image-container {
width: 100%;
aspect-ratio: 9 / 16;
position: relative;
overflow: hidden;
background-color: #f9f9f9;
border-radius: 8px; }
.noticias-semana-item .image-container img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.5s ease;
}
.noticias-semana-item:hover .image-container img {
transform: scale(1.1);
}
.noticias-semana-item .image-container::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 0;
height: 0;
border-left: 20px solid white;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 10;
pointer-events: none;
}
.noticias-semana-item .image-container::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.2);
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}
.noticias-semana-item:hover .image-container::before,
.noticias-semana-item:hover .image-container::after {
opacity: 1;
}
.noticias-semana-item .title {
font-family: 'Montserrat', sans-serif;
font-size: 16px; font-weight: 700;
color: #1a1a1a;
margin-top: 15px;
padding: 0 !important;
text-align: center;
line-height: 1.4;
background: transparent !important;
width: 100%;
}
@media (max-width: 768px) {
.noticias-semana-item {
width: 80% !important;
}
}.site-footer {
background-color: #1a1a1a !important;
color: #ffffff;
padding: 80px 0 0 0;
font-family: 'Montserrat', sans-serif;
}
.footer-top {
display: grid;
grid-template-columns: 1.5fr 1fr 1fr 1fr;
gap: 40px;
margin-bottom: 60px;
} .footer-brand .footer-logo {
margin-bottom: 20px;
}
.footer-brand .footer-logo img {
width: 308px; height: 40px; display: block;
margin: 0 0 20px 0 !important; object-fit: contain;
object-position: left center; max-width: 100%;
}
.footer-brand .footer-tagline {
font-size: 14px;
color: #bbbbbb;
line-height: 1.6;
margin-bottom: 30px;
}
.footer-social {
display: flex;
gap: 12px;
}
.social-link {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background: rgba(255, 255, 255, 0.05);
border-radius: 50%;
transition: all 0.3s ease;
color: #ffffff;
text-decoration: none;
}
.social-link:hover {
background: #ff5100;
transform: translateY(-3px);
}
.social-link svg {
width: 18px;
height: 18px;
fill: #ffffff !important; } .footer-col h2 {
font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
color: #ffffff !important;
position: relative;
padding-bottom: 10px;
}
.footer-col h2::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 30px;
height: 2px;
background-color: #ff5100;
}
.footer-menu {
list-style: none;
padding: 0;
margin: 0;
}
.footer-menu li {
margin-bottom: 12px;
}
.footer-menu a {
color: #bbbbbb;
text-decoration: none;
font-size: 14px;
transition: all 0.2s ease;
display: inline-block;
}
.footer-menu a:hover {
color: #ff5100;
padding-left: 5px;
} .footer-bottom {
background-color: #000000;
padding: 25px 0;
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-bottom-inner {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 13px;
color: #888888;
}
.footer-bottom-inner a {
color: #888888;
text-decoration: none;
transition: color 0.2s ease;
}
.footer-bottom-inner a:hover {
color: #ffffff;
}
.hatch-credit a {
color: #ff5100;
font-weight: 500;
}
.footer-col h2 {
margin-top: 0 !important;
} @media (max-width: 991px) {
.footer-top {
grid-template-columns: 1fr 1fr;
gap: 40px;
}
}
@media (max-width: 640px) {
.site-footer {
padding-top: 60px;
padding-bottom: 70px; }
.footer-top {
grid-template-columns: 1fr;
text-align: center;
}
.footer-col h2::after {
left: 50%;
transform: translateX(-50%);
}
.footer-social {
justify-content: center;
}
.footer-bottom-inner {
flex-direction: column;
gap: 15px;
text-align: center;
}
}.sidebar-featured-columnist .featured-card {
background: transparent;
border: none;
border-radius: 0;
padding: 0;
margin-bottom: 40px;
box-shadow: none;
}
.sidebar-featured-columnist .post-thumb img {
width: 100%;
height: auto;
border-radius: 6px;
margin-bottom: 15px;
}
.sidebar-featured-columnist .post-title {
font-size: 18px;
font-weight: 700;
line-height: 1.3;
margin: 0 0 10px;
}
.sidebar-featured-columnist .post-title a {
color: #333;
text-decoration: none;
transition: color 0.3s;
}
.sidebar-featured-columnist .post-title a:hover {
color: #FF5100;
}
.sidebar-featured-columnist .post-meta {
font-size: 13px;
color: #666;
display: flex;
align-items: center;
gap: 8px;
margin-top: 5px;
}
.sidebar-featured-columnist .post-meta img {
width: 14px;
height: 14px;
opacity: 0.8;
}
.sidebar-featured-columnist .post-meta a {
color: inherit;
text-decoration: none;
}
.sidebar-featured-columnist .post-meta a:hover {
text-decoration: underline;
} .sidebar-latest-posts-list {
display: flex;
flex-direction: column;
gap: 15px;
padding: 5px 0;
}
.sidebar-post-item {
display: flex;
gap: 12px;
padding-bottom: 15px;
border-bottom: 1px solid #f0f0f0;
}
.sidebar-post-item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.sidebar-post-item .post-thumb {
width: 100px;
flex-shrink: 0;
}
.sidebar-post-item .post-thumb img {
width: 100px;
height: 70px;
object-fit: cover;
border-radius: 4px;
box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}
.sidebar-post-item .post-content {
flex: 1;
}
.sidebar-post-item .post-title {
font-size: 14px;
font-weight: 700;
line-height: 1.4;
margin: 0 0 5px;
}
.sidebar-post-item .post-title a {
color: #333;
text-decoration: none;
transition: color 0.2s;
}
.sidebar-post-item .post-title a:hover {
color: #FF5100;
}
.sidebar-post-item .post-meta-vertical {
font-size: 11px;
color: #666;
display: flex;
flex-direction: column;
gap: 2px;
text-transform: uppercase;
font-weight: 500;
}
.sidebar-post-item .meta-author {
color: #333;
}