@font-face {
font-family: 'Cairo';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//www.planamayor.com.mx/wp-content/themes/planamayor-theme/fonts/cairo-v400-regular.woff2) format('woff2');
} @font-face {
font-family: 'Hind Vadodara';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//www.planamayor.com.mx/wp-content/themes/planamayor-theme/fonts/hind-vadodara-v700-bold.woff2) format('woff2');
} @font-face {
font-family: 'Big Shoulders Display';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(//www.planamayor.com.mx/wp-content/themes/planamayor-theme/fonts/big-shoulders-display-v600-semibold.woff2) format('woff2');
} @font-face {
font-family: 'Rakkas';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//www.planamayor.com.mx/wp-content/themes/planamayor-theme/fonts/rakkas-v400-regular.woff2) format('woff2');
} @font-face {
font-family: 'Heebo';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(//www.planamayor.com.mx/wp-content/themes/planamayor-theme/fonts/heebo-v300-light.woff2) format('woff2');
}  :root { --color-primary: #f70d28;
--color-primary-hover: #d00a22;
--color-dark: #292929;
--color-text: #404040;
--color-bg-light: #f6f7f8;
--color-white: #ffffff;
--color-black: #000000; --font-body: 'Cairo', sans-serif;
--font-headings: 'Hind Vadodara', sans-serif;
--font-display: 'Big Shoulders Display', display;
--font-menu: 'Rakkas', display;
--font-secondary: 'Heebo', sans-serif; --spacing-xs: 0.5rem;
--spacing-sm: 1rem;
--spacing-md: 1.5rem;
--spacing-lg: 2rem;
--spacing-xl: 3rem;
--spacing-xxl: 4rem; --container-mobile: 100%;
--container-tablet: 768px;
--container-desktop: 1200px;
--container-wide: 1400px; --transition-fast: 0.2s ease;
--transition-normal: 0.3s ease;
} *, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 93.75%; -webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
font-family: var(--font-body);
font-weight: 400;
font-size: 1rem; line-height: 1.5;
color: var(--color-text);
background-color: var(--color-bg-light);
}  body, button, input, select, textarea {
font-family: var(--font-body);
font-weight: 400;
font-size: 1rem;
line-height: 1.5em;
} h1, h2, h3, h4, h5, h6 {
font-family: var(--font-headings);
font-weight: 700;
line-height: 1.1em;
color: var(--color-black);
margin-bottom: var(--spacing-sm);
} h1 {
font-family: var(--font-display);
font-weight: 600;
font-size: 2.33rem; line-height: 1.4em;
} h2 {
font-family: var(--font-display);
font-weight: 600;
font-size: 2rem; line-height: 1.3em;
} h3 {
font-family: var(--font-headings);
font-size: 1.33rem; line-height: 1.3em;
} h4 {
font-family: var(--font-headings);
font-size: 1.2rem;
line-height: 1.2em;
}
h5 {
font-family: var(--font-headings);
font-size: 1.1rem;
line-height: 1.2em;
}
h6 {
font-family: var(--font-headings);
font-size: 0.87rem;
line-height: 1.25em;
} a {
color: var(--color-primary);
text-decoration: none;
transition: color var(--transition-fast);
}
a:hover, a:focus {
color: var(--color-primary-hover);
} p {
margin-bottom: var(--spacing-sm);
} .text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
} .site-container {
width: 100%;
max-width: var(--container-mobile);
margin: 0 auto;
padding: 0 var(--spacing-sm);
}  .header-topbar {
background-color: var(--color-dark);
color: var(--color-white);
padding: var(--spacing-xs) 0;
font-size: 0.87rem;
}
.topbar-container {
display: flex;
flex-direction: column;
gap: var(--spacing-xs);
align-items: center;
}
.topbar-info,
.topbar-social {
display: flex;
gap: var(--spacing-sm);
align-items: center;
}
.topbar-info a,
.topbar-social a {
color: var(--color-white);
font-family: var(--font-secondary);
font-weight: 300;
font-size: 0.93rem;
}
.topbar-social a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
background-color: rgba(255, 255, 255, 0.15);
color: var(--color-white);
border-radius: 50%;
transition: all 0.3s ease;
}
.topbar-social a:hover {
background-color: var(--color-primary);
color: var(--color-white);
transform: scale(1.1);
}
.topbar-social a svg {
width: 16px;
height: 16px;
} @media (max-width: 767px) {
.topbar-social {
display: none;
}
} .header-main {
background-color: var(--color-white);
padding: var(--spacing-sm) 0;
border-bottom: 1px solid #e0e0e0;
}
.header-main-container {
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
gap: var(--spacing-md);
min-height: 100px;
} .header-widget-left,
.header-widget-right {
display: flex;
align-items: center;
justify-content: center;
}
.header-widget-left {
justify-content: flex-start;
}
.header-widget-right {
justify-content: flex-end;
}
.header-widget {
color: var(--color-text);
}
.header-widget .widget-title {
display: none; } .header-widget-right .search-form {
display: flex;
align-items: center;
gap: 0;
position: relative;
}
.header-widget-right .search-form input[type="search"] {
padding: 0.6rem 3rem 0.6rem 1rem;
border: 1px solid #ddd;
background-color: #f5f5f5;
color: var(--color-text);
border-radius: 25px;
font-size: 0.9rem;
min-width: 220px;
transition: all 0.3s ease;
}
.header-widget-right .search-form input[type="search"]::placeholder {
color: #999;
}
.header-widget-right .search-form input[type="search"]:focus {
outline: none;
border-color: var(--color-primary);
background-color: var(--color-white);
box-shadow: 0 2px 8px rgba(247, 13, 40, 0.15);
}
.header-widget-right .search-form button,
.header-widget-right .search-form input[type="submit"] {
position: absolute;
right: 4px;
top: 50%;
transform: translateY(-50%);
width: 36px;
height: 36px;
padding: 0;
background-color: var(--color-primary);
color: var(--color-white);
border: none;
border-radius: 50%;
cursor: pointer;
font-size: 0;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.header-widget-right .search-form button::before,
.header-widget-right .search-form input[type="submit"]::before {
content: '🔍';
font-size: 1rem;
display: block;
}
.header-widget-right .search-form button:hover,
.header-widget-right .search-form input[type="submit"]:hover {
background-color: var(--color-primary-hover);
transform: translateY(-50%) scale(1.05);
} .header-widget-left .widget {
font-size: 0.85rem;
color: var(--color-text);
}
.header-widget-left .widget * {
color: var(--color-text) !important;
} .site-logo {
display: flex;
justify-content: center;
align-items: center;
}
.site-logo .custom-logo-link {
display: block;
line-height: 0;
}
.site-logo img,
.site-logo .custom-logo {
max-width: 215px;
height: auto;
display: block;
} .site-logo .site-title-link {
display: block;
text-decoration: none;
}
.site-logo .site-title {
font-size: 1.5rem;
color: var(--color-text);
margin: 0;
font-weight: 700;
text-transform: uppercase;
} .mobile-controls {
display: flex;
gap: 0.5rem;
align-items: center;
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
} .header-secondary .site-container {
position: relative;
} .mobile-search-toggle {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
background-color: var(--color-primary);
color: var(--color-white);
border: none;
border-radius: 50%;
cursor: pointer;
padding: 0;
transition: all 0.3s ease;
}
.mobile-search-toggle:hover {
background-color: var(--color-primary-hover);
transform: scale(1.05);
}
.mobile-search-toggle svg {
width: 16px;
height: 16px;
} .mobile-menu-toggle {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
background: none;
border: none;
color: var(--color-text);
font-size: 1.3rem;
cursor: pointer;
padding: 0;
} @media (max-width: 767px) {
.header-main-container {
grid-template-columns: 1fr;
text-align: center;
}
.header-widget-left,
.header-widget-right {
display: none;
}
.site-logo {
justify-content: center;
}
} .main-navigation {
width: 100%;
} .main-navigation {
position: relative;
} @media (max-width: 767px) {
.main-navigation .main-menu {
display: none !important;
}
} .mobile-menu-wrapper {
position: fixed;
top: 0;
right: -320px;
width: 320px;
height: 100vh;
background-color: var(--color-dark);
z-index: 9999;
display: flex;
flex-direction: column;
transition: right 0.3s ease-in-out;
box-shadow: -2px 0 20px rgba(0, 0, 0, 0.3);
overflow-y: auto;
} @media (min-width: 768px) {
.mobile-menu-wrapper {
display: none !important;
}
}
.mobile-menu-wrapper.active {
right: 0;
} .mobile-menu-footer {
display: none; flex-shrink: 0;
width: 100%;
padding: 1.5rem 2rem;
margin: 0;
background-color: rgba(0, 0, 0, 0.3);
border-top: 2px solid var(--color-primary);
justify-content: center;
align-items: center;
}
.mobile-menu-wrapper.active .mobile-menu-footer {
display: flex;
}
.mobile-menu-footer a {
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
transition: opacity 0.3s ease;
}
.mobile-menu-footer a:hover {
opacity: 0.8;
} .mobile-menu-logo {
max-width: 140px;
height: auto;
display: block;
} .mobile-menu-site-name {
font-family: var(--font-headings);
font-size: 1rem;
font-weight: 700;
color: var(--color-primary);
text-transform: uppercase;
letter-spacing: 1px;
} .mobile-menu-social {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
padding: 1.5rem 2rem;
flex-shrink: 0;
background-color: var(--color-dark);
border-top: 2px solid var(--color-primary);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-social a {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
color: var(--color-white);
transition: all 0.3s ease;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu-social a:hover {
background-color: var(--color-primary);
transform: scale(1.1);
}
.mobile-menu-social a svg {
width: 20px;
height: 20px;
} .main-menu {
list-style: none;
width: 100%;
flex: 1;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0;
position: relative;
}
.main-menu li {
width: 100%;
}
.main-menu li a {
display: block;
font-family: var(--font-headings);
font-size: 1rem;
font-weight: 600;
color: var(--color-white);
padding: 1rem 2rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
text-transform: uppercase;
letter-spacing: 1.2px;
transition: all 0.3s ease;
}
.main-menu li a:hover {
background-color: var(--color-primary);
color: var(--color-white);
padding-left: 2.5rem;
} .menu-overlay,
.search-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9998;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.menu-overlay.active,
.search-overlay.active {
opacity: 1;
visibility: visible;
} .mobile-search-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 2rem 1rem;
background-color: var(--color-white);
z-index: 9999;
opacity: 0;
visibility: hidden;
transform: translateY(-100%);
transition: all 0.3s ease;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.mobile-search-modal.active {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.mobile-search-modal .search-form {
display: flex;
align-items: center;
gap: 0;
position: relative;
max-width: 600px;
margin: 0 auto;
}
.mobile-search-modal .search-form input[type="search"] {
width: 100%;
padding: 1rem 4rem 1rem 1.5rem;
border: 2px solid #ddd;
background-color: #f5f5f5;
color: var(--color-text);
border-radius: 50px;
font-size: 1.1rem;
}
.mobile-search-modal .search-form input[type="search"]:focus {
outline: none;
border-color: var(--color-primary);
background-color: var(--color-white);
}
.mobile-search-modal .search-form button {
position: absolute;
right: 6px;
top: 50%;
transform: translateY(-50%);
width: 48px;
height: 48px;
padding: 0;
background-color: var(--color-primary);
color: var(--color-white);
border: none;
border-radius: 50%;
cursor: pointer;
font-size: 0;
display: flex;
align-items: center;
justify-content: center;
}
.mobile-search-modal .search-form button::before {
content: '🔍';
font-size: 1.2rem;
}
.mobile-search-modal .close-search {
position: absolute;
top: 1rem;
right: 1rem;
background: none;
border: none;
font-size: 2rem;
color: var(--color-text);
cursor: pointer;
padding: 0.5rem;
line-height: 1;
} .header-secondary {
background-color: #eeeeee;
padding: var(--spacing-sm) 0;
border-bottom: 1px solid #e2e2e2;
}
.secondary-menu {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: var(--spacing-sm);
justify-content: center;
}
.secondary-menu li a {
font-family: var(--font-headings);
font-size: 0.87rem;
font-weight: 600;
color: var(--color-text);
text-transform: uppercase;
letter-spacing: 1.2px;
padding: var(--spacing-xs) var(--spacing-sm);
transition: color var(--transition-fast);
}
.secondary-menu li a:hover {
color: var(--color-primary);
}  .content-section {
padding: var(--spacing-lg) 0;
background-color: var(--color-white);
margin-bottom: var(--spacing-md);
}
.content-section.bg-light {
background-color: var(--color-bg-light);
}
.section-title {
font-size: 1.6rem;
color: #000000;
margin-bottom: var(--spacing-md);
padding-bottom: 12px;
border-bottom: 4px solid var(--color-primary);
text-transform: uppercase;
letter-spacing: 1.5px;
font-weight: 700;
display: inline-block;
} .post-grid {
display: grid;
grid-template-columns: 1fr;
gap: var(--spacing-md);
} .post-card {
background-color: var(--color-white);
border-radius: 4px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}
.post-card:hover {
transform: translateY(-4px);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.post-card-image {
position: relative;
width: 100%;
padding-top: 60%; overflow: hidden;
background-color: var(--color-bg-light);
}
.post-card-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.post-card-content {
padding: var(--spacing-md);
}
.post-card-category {
display: inline-block;
font-size: 0.73rem;
font-weight: 600;
color: #1B1B1B;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: var(--spacing-xs);
padding-bottom: 3px;
border-bottom: 2px solid var(--color-primary);
pointer-events: none;
}
.post-card-title {
font-size: 1.2rem;
line-height: 1.3em;
margin-bottom: var(--spacing-xs);
}
.post-card-title a {
color: var(--color-black);
}
.post-card-title a:hover {
color: var(--color-primary);
}
.post-card-excerpt {
font-size: 0.93rem;
color: var(--color-text);
line-height: 1.5em;
margin-bottom: var(--spacing-sm);
}
.post-card-meta {
font-size: 0.8rem;
color: var(--color-text);
font-family: var(--font-secondary);
font-weight: 300;
} .featured-section {
background-color: var(--color-white);
padding: var(--spacing-lg) 0;
}
.featured-post {
display: grid;
grid-template-columns: 1fr;
gap: var(--spacing-md);
}
.featured-post-image {
position: relative;
width: 100%;
padding-top: 56.25%; overflow: hidden;
background-color: var(--color-bg-light);
}
.featured-post-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.featured-post-content {
padding: var(--spacing-sm);
}
.featured-post-title {
font-size: 1.8rem;
line-height: 1.2em;
margin-bottom: var(--spacing-sm);
} .btn {
display: inline-block;
font-family: var(--font-body);
font-weight: 700;
font-size: 0.73rem;
line-height: 1em;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--color-white);
background-color: var(--color-primary);
padding: 1rem 2rem;
border: none;
border-radius: 0;
cursor: pointer;
transition: background-color var(--transition-fast);
}
.btn:hover {
background-color: var(--color-primary-hover);
color: var(--color-white);
} .hidden {
display: none !important;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
} @media (min-width: 768px) { .site-container {
max-width: var(--container-tablet);
padding: 0 var(--spacing-md);
} h1 {
font-size: 4rem; }
h2 {
font-size: 3.33rem; }
h3 {
font-size: 1.6rem; } .topbar-container {
flex-direction: row;
justify-content: space-between;
} .header-main-container {
grid-template-columns: 1fr auto 1fr;
gap: var(--spacing-lg);
}
.site-logo img {
max-width: 260px;
} .header-widget-left,
.header-widget-right {
min-width: 200px;
} .mobile-controls {
display: none !important;
} .mobile-menu-wrapper {
position: static !important;
width: 100% !important;
height: auto !important;
background-color: transparent !important;
box-shadow: none !important;
flex-direction: row !important;
overflow-y: visible !important;
}
.mobile-menu-footer {
display: none !important;
}
.main-menu {
position: static !important;
width: 100% !important;
height: auto !important;
background-color: transparent !important;
padding: 0 !important;
display: flex !important;
flex-direction: row !important;
gap: 0;
box-shadow: none !important;
overflow-y: visible !important;
justify-content: center;
}
.main-menu li {
position: relative;
}
.main-menu li a {
border-bottom: none;
padding: var(--spacing-sm) var(--spacing-md);
font-family: var(--font-headings);
font-size: 0.87rem;
font-weight: 600;
color: var(--color-text);
text-transform: uppercase;
letter-spacing: 1.2px;
position: relative;
transition: color 0.3s ease;
} .main-menu li a::after {
content: '';
position: absolute;
bottom: -2px;
left: 50%;
width: 0;
height: 2px;
background-color: var(--color-primary);
transition: all 0.3s ease;
transform: translateX(-50%);
}
.main-menu li a:hover {
background-color: transparent;
color: var(--color-primary);
padding-left: var(--spacing-md);
}
.main-menu li a:hover::after {
width: 100%;
} .post-grid {
grid-template-columns: repeat(2, 1fr);
gap: var(--spacing-lg);
} .featured-post {
grid-template-columns: 1fr 1fr;
}
} @media (min-width: 1025px) { .site-container {
max-width: var(--container-desktop);
padding: 0 var(--spacing-lg);
} h1 {
font-size: 4.07rem; }
h2 {
font-size: 4rem; }
h3 {
font-size: 1.87rem; }
h4 {
font-size: 1.47rem; }
.site-logo img {
max-width: 305px;
} .header-widget-left,
.header-widget-right {
min-width: 250px;
} .post-grid {
grid-template-columns: repeat(3, 1fr);
gap: var(--spacing-xl);
} .featured-post {
grid-template-columns: 3fr 2fr;
}
.section-title {
font-size: 2rem;
}
} @media (min-width: 1400px) {
.site-container {
max-width: var(--container-wide);
}
} .site-footer {
background-color: var(--color-dark);
color: var(--color-white);
padding: var(--spacing-xl) 0 var(--spacing-md);
margin-top: var(--spacing-xxl);
}
.footer-widgets {
margin-bottom: var(--spacing-xl);
}
.footer-widgets-grid {
display: grid;
grid-template-columns: 1fr;
gap: var(--spacing-lg);
}
.footer-widget-area {
color: var(--color-white);
}
.footer-widget-area .widget-title {
color: var(--color-white);
font-size: 1.2rem;
margin-bottom: var(--spacing-sm);
padding-bottom: var(--spacing-xs);
border-bottom: 2px solid var(--color-primary);
}
.footer-widget-area a {
color: var(--color-white);
}
.footer-widget-area a:hover {
color: var(--color-primary);
}
.site-info {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding-top: var(--spacing-md);
text-align: center;
font-size: 0.87rem;
}
.site-info p {
margin-bottom: var(--spacing-xs);
}
.site-info .copyright {
color: rgba(255, 255, 255, 0.8);
}
.site-info .credits {
color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
.footer-widgets-grid {
grid-template-columns: repeat(3, 1fr);
}
.site-info {
display: flex;
justify-content: space-between;
align-items: center;
}
.site-info p {
margin-bottom: 0;
}
} @media print {
.header-topbar,
.header-secondary,
.mobile-menu-toggle,
.btn,
.site-footer {
display: none;
}
body {
background-color: white;
color: black;
}
}  .planamayor-search-widget {
margin-bottom: var(--spacing-lg);
}
.planamayor-search-widget-wrapper {
width: 100%;
}
.planamayor-search-form {
display: flex;
align-items: center;
gap: 0;
position: relative;
width: 100%;
}
.planamayor-search-field {
width: 100%;
padding: 0.85rem 3.5rem 0.85rem 1.25rem;
border: 2px solid #ddd;
background-color: #f5f5f5;
color: var(--color-text);
border-radius: 30px;
font-size: 0.95rem;
font-family: var(--font-body);
transition: all 0.3s ease;
}
.planamayor-search-field::placeholder {
color: #999;
}
.planamayor-search-field:focus {
outline: none;
border-color: var(--color-primary);
background-color: var(--color-white);
box-shadow: 0 3px 12px rgba(247, 13, 40, 0.15);
}
.planamayor-search-submit {
position: absolute;
right: 6px;
top: 50%;
transform: translateY(-50%);
width: 42px;
height: 42px;
padding: 0;
background-color: var(--color-primary);
color: var(--color-white);
border: none;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.planamayor-search-submit:hover {
background-color: var(--color-primary-hover);
transform: translateY(-50%) scale(1.05);
}
.planamayor-search-submit:active {
transform: translateY(-50%) scale(0.95);
}
.planamayor-search-submit svg {
width: 20px;
height: 20px;
} .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
} .planamayor-search-widget .widget-title {
font-size: 1.2rem;
font-weight: 700;
margin-bottom: var(--spacing-sm);
color: var(--color-text);
font-family: var(--font-headings);
} @media (max-width: 767px) {
.planamayor-search-field {
padding: 0.75rem 3.25rem 0.75rem 1rem;
font-size: 0.9rem;
}
.planamayor-search-submit {
width: 38px;
height: 38px;
}
.planamayor-search-submit svg {
width: 18px;
height: 18px;
}
} .planamayor-clock-widget {
margin-bottom: var(--spacing-lg);
}
.planamayor-clock-widget-wrapper {
text-align: center;
padding: 1.5rem 1rem;
background: linear-gradient(135deg, var(--color-primary) 0%, #e60a2e 100%);
border-radius: 12px;
box-shadow: 0 4px 15px rgba(247, 13, 40, 0.2);
} .planamayor-clock-date {
font-family: var(--font-headings);
font-size: 0.9rem;
font-weight: 600;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 0.75rem;
text-transform: capitalize;
letter-spacing: 0.5px;
} .planamayor-clock-time {
display: flex;
justify-content: center;
align-items: center;
gap: 0.25rem;
font-family: var(--font-headings);
font-weight: 700;
color: var(--color-white);
font-size: 2.5rem;
line-height: 1;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.planamayor-clock-hours,
.planamayor-clock-minutes,
.planamayor-clock-seconds {
min-width: 1.5em;
display: inline-block;
font-variant-numeric: tabular-nums;
}
.planamayor-clock-separator {
opacity: 0.8;
animation: blink 1s infinite;
}
@keyframes blink {
0%, 49% { opacity: 1; }
50%, 100% { opacity: 0.3; }
}
.planamayor-clock-period {
font-size: 1rem;
margin-left: 0.5rem;
opacity: 0.9;
} .planamayor-clock-timezone {
font-family: var(--font-body);
font-size: 0.75rem;
color: rgba(255, 255, 255, 0.8);
margin-top: 0.75rem;
font-weight: 500;
letter-spacing: 0.5px;
} .planamayor-clock-widget .widget-title {
font-size: 1.2rem;
font-weight: 700;
margin-bottom: var(--spacing-sm);
color: var(--color-text);
font-family: var(--font-headings);
} @media (max-width: 767px) {
.planamayor-clock-widget-wrapper {
padding: 1.25rem 0.75rem;
}
.planamayor-clock-time {
font-size: 2rem;
}
.planamayor-clock-date {
font-size: 0.85rem;
}
.planamayor-clock-period {
font-size: 0.9rem;
}
.planamayor-clock-timezone {
font-size: 0.7rem;
}
}  .pagination,
.nav-links {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin: 50px 0;
padding: 20px 0;
} .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 44px;
height: 44px;
padding: 0 12px;
border: 2px solid #e0e0e0;
border-radius: 8px;
background: white;
color: var(--color-text);
font-size: 0.95rem;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
position: relative;
overflow: hidden;
} .page-numbers::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-radius: 50%;
background: rgba(247, 13, 40, 0.1);
transform: translate(-50%, -50%);
transition: width 0.4s ease, height 0.4s ease;
z-index: 0;
}
.page-numbers:hover::before {
width: 100%;
height: 100%;
border-radius: 8px;
}
.page-numbers:hover {
border-color: var(--color-primary);
color: var(--color-primary);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(247, 13, 40, 0.15);
}
.page-numbers:active {
transform: translateY(0);
} .page-numbers.current {
background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
color: white;
border-color: var(--color-primary);
box-shadow: 0 4px 16px rgba(247, 13, 40, 0.3);
cursor: default;
pointer-events: none;
} .page-numbers.prev,
.page-numbers.next {
min-width: auto;
padding: 0 16px;
font-weight: 700;
background: var(--color-primary);
color: white;
border-color: var(--color-primary);
box-shadow: 0 2px 8px rgba(247, 13, 40, 0.2);
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
background: var(--color-accent);
border-color: var(--color-accent);
color: white;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(247, 13, 40, 0.35);
}
.page-numbers.prev::before,
.page-numbers.next::before {
display: none;
} .page-numbers.prev {
padding-left: 12px;
}
.page-numbers.next {
padding-right: 12px;
} .page-numbers.dots {
border: none;
background: transparent;
color: var(--color-text-light);
cursor: default;
pointer-events: none;
font-weight: 700;
letter-spacing: 2px;
}
.page-numbers.dots:hover {
transform: none;
box-shadow: none;
}
.page-numbers.dots::before {
display: none;
} .page-numbers[disabled],
.page-numbers.disabled {
opacity: 0.4;
cursor: not-allowed;
pointer-events: none;
} .pagination-info {
text-align: center;
margin-top: 15px;
color: var(--color-text-light);
font-size: 0.9rem;
}  @media (max-width: 1024px) {
.pagination,
.nav-links {
gap: 6px;
margin: 40px 0;
}
.page-numbers {
min-width: 40px;
height: 40px;
padding: 0 10px;
font-size: 0.9rem;
}
} @media (max-width: 767px) {
.pagination,
.nav-links {
gap: 5px;
margin: 30px 0;
padding: 15px 0;
flex-wrap: wrap;
}
.page-numbers {
min-width: 38px;
height: 38px;
padding: 0 8px;
font-size: 0.875rem;
border-radius: 6px;
} .page-numbers:not(.current):not(.prev):not(.next):not(.dots) {
display: none;
} .page-numbers.current,
.page-numbers.current + .page-numbers,
.page-numbers.current - .page-numbers {
display: inline-flex;
} .page-numbers.prev,
.page-numbers.next {
display: inline-flex;
} .page-numbers.prev,
.page-numbers.next {
min-width: auto;
padding: 0 12px;
flex: 0 0 auto;
} .page-numbers.current {
font-size: 1rem;
min-width: 44px;
height: 44px;
}
} @media (max-width: 480px) {
.pagination,
.nav-links {
gap: 4px;
margin: 25px 0;
}
.page-numbers {
min-width: 36px;
height: 36px;
font-size: 0.813rem;
}
.page-numbers.prev,
.page-numbers.next {
padding: 0 10px;
font-size: 0.813rem;
}
.page-numbers.current {
min-width: 40px;
height: 40px;
font-size: 0.938rem;
}
} .pagination.compact .page-numbers,
.nav-links.compact .page-numbers {
min-width: 36px;
height: 36px;
padding: 0 8px;
font-size: 0.875rem;
border-radius: 6px;
}
.pagination.compact,
.nav-links.compact {
gap: 5px;
margin: 30px 0;
} @media (prefers-color-scheme: dark) {
.page-numbers {
background: #2a2a2a;
border-color: #404040;
color: #e0e0e0;
}
.page-numbers:hover {
background: #333333;
border-color: var(--color-primary);
}
.page-numbers.current {
background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
border-color: var(--color-primary);
}
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.page-numbers {
animation: fadeInUp 0.3s ease-out backwards;
}
.page-numbers:nth-child(1) { animation-delay: 0.05s; }
.page-numbers:nth-child(2) { animation-delay: 0.1s; }
.page-numbers:nth-child(3) { animation-delay: 0.15s; }
.page-numbers:nth-child(4) { animation-delay: 0.2s; }
.page-numbers:nth-child(5) { animation-delay: 0.25s; }
.page-numbers:nth-child(6) { animation-delay: 0.3s; }
.page-numbers:nth-child(7) { animation-delay: 0.35s; } .page-numbers:focus {
outline: 3px solid var(--color-primary);
outline-offset: 2px;
z-index: 1;
}
.page-numbers:focus:not(:focus-visible) {
outline: none;
} .pagination .screen-reader-text,
.nav-links .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}  .header-banner-wrapper,
.between-banner-wrapper {
width: 100%;
margin: 20px 0;
display: flex;
justify-content: center;
align-items: center;
}
.header-banner-wrapper {
margin-top: 0;
margin-bottom: 30px;
background-color: #f9f9f9;
}
.between-banner-wrapper {
margin: 40px 0;
} .banner-image-container,
.banner-html-container {
width: 100%;
max-width: 1400px;
margin: 0 auto;
text-align: center;
}
.banner-image-container {
line-height: 0; }
.banner-image-container a {
display: inline-block;
line-height: 0;
}
.banner-image {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
} .banner-html-container {
padding: 20px;
} .banner-html-container iframe,
.banner-html-container ins {
max-width: 100%;
} @media (max-width: 768px) {
.header-banner-wrapper,
.between-banner-wrapper {
margin: 15px 0;
}
.between-banner-wrapper {
margin: 30px 0;
}
.banner-html-container {
padding: 10px;
}
}
@media (max-width: 480px) {
.header-banner-wrapper {
margin-bottom: 20px;
}
.between-banner-wrapper {
margin: 20px 0;
}
}  .banner-html-container ins.adsbygoogle {
display: block;
text-align: center;
} .banner-image-container img {
width: 100%;
height: auto;
} .customize-partial-edit-shortcut-planamayor_header_banner_type {
position: relative;
}  .pm-post-has-video .pm-post-thumbnail {
position: relative;
cursor: pointer;
}
.pm-post-has-video .pm-post-thumbnail::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
transition: background 0.3s ease;
z-index: 1;
}
.pm-post-has-video .pm-post-thumbnail:hover::before {
background: rgba(0, 0, 0, 0.5);
} .pm-video-play-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
pointer-events: none;
transition: transform 0.3s ease;
}
.pm-post-has-video .pm-post-thumbnail:hover .pm-video-play-overlay {
transform: translate(-50%, -50%) scale(1.1);
}
.pm-video-play-icon {
width: 80px;
height: 80px;
background: rgba(255, 255, 255, 0.95);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.pm-video-play-icon svg {
width: 40px;
height: 40px;
margin-left: 4px;
} @media (max-width: 768px) {
.pm-video-play-icon {
width: 60px;
height: 60px;
}
.pm-video-play-icon svg {
width: 30px;
height: 30px;
}
} .pm-post-badge.pm-video-badge {
display: flex;
align-items: center;
gap: 6px;
font-weight: 600;
letter-spacing: 0.5px;
}
.pm-video-badge-icon {
width: 14px;
height: 14px;
} .pm-video-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
overflow: hidden;
}
.pm-video-modal.active {
display: flex;
align-items: center;
justify-content: center;
animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} .pm-video-modal-backdrop {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
cursor: pointer;
} .pm-video-modal-content {
position: relative;
width: 90%;
max-width: 1200px;
z-index: 1;
animation: slideUp 0.3s ease;
}
@keyframes slideUp {
from {
transform: translateY(30px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
} .pm-video-container {
position: relative;
width: 100%;
padding-bottom: 56.25%; background: #000;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.pm-video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
} .pm-video-modal-close {
position: absolute;
top: -50px;
right: 0;
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.1);
border: 2px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
z-index: 2;
}
.pm-video-modal-close:hover {
background: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.5);
transform: rotate(90deg);
}
.pm-video-modal-close svg {
width: 20px;
height: 20px;
stroke: #fff;
stroke-width: 2;
} @media (max-width: 768px) {
.pm-video-modal-content {
width: 95%;
}
.pm-video-modal-close {
top: -45px;
width: 36px;
height: 36px;
}
.pm-video-modal-close svg {
width: 18px;
height: 18px;
}
} body.pm-video-modal-open {
overflow: hidden;
} .pm-section-multimedia-gallery .pm-posts-wrapper {
display: grid;
gap: 24px;
}
.pm-section-multimedia-gallery.pm-layout-grid-2 .pm-posts-wrapper {
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.pm-section-multimedia-gallery.pm-layout-grid-3 .pm-posts-wrapper {
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.pm-section-multimedia-gallery.pm-layout-grid-4 .pm-posts-wrapper {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media (max-width: 768px) {
.pm-section-multimedia-gallery .pm-posts-wrapper {
grid-template-columns: 1fr;
gap: 20px;
}
}.single-post-container {
background-color: #f6f7f8;
padding: 2rem 0 4rem;
} .single-post-container .single-with-sidebar {
display: grid !important;
grid-template-columns: 1fr 350px !important;
gap: 2rem;
max-width: 1400px;
margin: 0 auto;
padding: 0 2rem;
align-items: start;
}
.single-post-container .single-main-content {
min-width: 0;
width: 100%;
grid-column: 1;
}
.single-post-container .single-sidebar {
grid-column: 2;
width: 100%;
}
.single-post-article {
background-color: #ffffff;
padding: 3rem;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
} .single-post-header {
margin-bottom: 2rem;
text-align: left;
}
.post-category {
margin-bottom: 1rem;
}
.category-link {
display: inline-block !important;
font-size: 0.95rem !important;
font-weight: 700 !important;
color: #1B1B1B !important;
background: none !important;
background-color: transparent !important;
background-image: none !important;
text-transform: uppercase !important;
letter-spacing: 1.2px !important;
margin-bottom: 0.75rem !important;
padding: 0 0 5px 0 !important;
border: none !important;
border-bottom: 3px solid var(--color-primary, #f70d28) !important;
border-radius: 0 !important;
text-decoration: none !important;
transition: color 0.3s ease, border-bottom-color 0.3s ease !important;
}
.category-link:hover {
color: var(--color-primary, #f70d28) !important;
background: none !important;
background-color: transparent !important;
border-bottom-color: #d00920 !important;
}
.single-post-title {
font-size: 2.5rem;
line-height: 1.2;
margin: 0 0 1rem 0;
color: #000000;
font-weight: 700;
} .single-post-meta {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
align-items: center;
padding: 1rem 0;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
margin-bottom: 2rem;
color: #666666;
font-size: 0.875rem;
}
.single-post-meta span {
display: flex;
align-items: center;
gap: 0.4rem;
}
.single-post-meta svg {
width: 16px;
height: 16px;
color: var(--color-primary, #f70d28);
}
.single-post-meta a {
color: #404040;
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease;
}
.single-post-meta a:hover {
color: var(--color-primary, #f70d28);
} .post-author {
display: flex !important;
align-items: center;
gap: 0.4rem;
}
.post-date {
display: flex !important;
align-items: center;
gap: 0.4rem;
} .single-banner-wrapper {
margin: 2rem 0;
text-align: center;
}
.single-banner-wrapper .banner-image-container,
.single-banner-wrapper .banner-html-container {
max-width: 100%;
margin: 0 auto;
}
.single-banner-wrapper .banner-image-container a,
.single-banner-wrapper .banner-image-container img {
display: block;
width: 100%;
height: auto;
}
.single-banner-wrapper .banner-image {
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.single-banner-wrapper .banner-image-container a:hover .banner-image {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
} .single-post-thumbnail {
margin-bottom: 2rem;
overflow: hidden;
border-radius: 4px;
}
.single-post-thumbnail img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
} .single-post-content {
font-size: 1.125rem;
line-height: 1.8;
color: #404040;
text-align: justify; }
.single-post-content p {
margin-bottom: 1.5rem;
text-align: justify;
}
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
margin-top: 2rem;
margin-bottom: 1rem;
color: #000000;
font-weight: 700;
}
.single-post-content h2 {
font-size: 2rem;
}
.single-post-content h3 {
font-size: 1.5rem;
}
.single-post-content h4 {
font-size: 1.25rem;
}
.single-post-content ul,
.single-post-content ol {
margin-bottom: 1.5rem;
padding-left: 2rem;
}
.single-post-content li {
margin-bottom: 0.5rem;
}
.single-post-content blockquote {
margin: 2rem 0;
padding: 1.5rem 2rem;
background-color: #f6f7f8;
border: 3px solid var(--color-primary, #f70d28);
font-style: italic;
color: #404040;
}
.single-post-content img {
max-width: 100%;
height: auto;
border-radius: 4px;
margin: 2rem 0;
}
.single-post-content a {
color: var(--color-primary, #f70d28);
text-decoration: underline;
transition: color 0.3s ease;
}
.single-post-content a:hover {
color: #d00920;
} .page-links {
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid #e0e0e0;
font-weight: 600;
}
.page-links .page-link {
display: inline-block;
padding: 0.5rem 1rem;
margin: 0 0.25rem;
background-color: #f6f7f8;
color: #404040;
text-decoration: none;
border-radius: 3px;
transition: all 0.3s ease;
}
.page-links .page-link:hover {
background-color: var(--color-badge, #f70d28);
color: #ffffff;
} .single-post-footer {
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid #e0e0e0;
}
.post-tags {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
align-items: center;
}
.post-tags svg {
width: 16px;
height: 16px;
color: var(--color-primary, #f70d28);
}
.tags-label {
font-weight: 600;
color: #404040;
}
.tag-link {
display: inline-block;
padding: 0.4rem 0.8rem;
background-color: #f6f7f8;
color: #404040;
font-size: 0.875rem;
text-decoration: none;
border-radius: 3px;
transition: all 0.3s ease;
}
.tag-link:hover {
background-color: var(--color-badge, #f70d28);
color: #ffffff;
} .author-bio-box {
display: flex;
gap: 1.5rem;
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 2rem;
margin: 2.5rem 0;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.author-bio-avatar {
flex-shrink: 0;
}
.author-bio-avatar img {
border-radius: 50%;
width: 80px;
height: 80px;
border: 3px solid var(--color-primary, #f70d28);
box-shadow: 0 2px 8px rgba(247, 13, 40, 0.2);
}
.author-bio-content {
flex: 1;
min-width: 0;
}
.author-bio-name {
margin: 0 0 0.5rem 0;
font-size: 1.25rem;
font-weight: 700;
color: #000000;
}
.author-bio-name a {
color: #000000;
text-decoration: none;
transition: color 0.3s ease;
}
.author-bio-name a:hover {
color: var(--color-primary, #f70d28);
}
.author-bio-description {
margin: 0 0 1rem 0;
color: #666666;
line-height: 1.6;
font-size: 0.9375rem;
}
.author-bio-links {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.author-bio-links a {
display: inline-flex;
align-items: center;
gap: 0.4rem;
padding: 0.5rem 1rem;
background-color: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 4px;
color: #404040;
text-decoration: none;
font-size: 0.875rem;
font-weight: 500;
transition: all 0.3s ease;
}
.author-bio-links a:hover {
background-color: var(--color-badge, #f70d28);
border-color: var(--color-primary, #f70d28);
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(247, 13, 40, 0.2);
}
.author-bio-links svg {
width: 16px;
height: 16px;
} .post-navigation {
margin-top: 3rem;
padding-top: 2rem;
border-top: 2px solid #e0e0e0;
}
.post-navigation .nav-links {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
display: block;
}
.post-navigation a {
display: block;
padding: 1.5rem;
background-color: #f6f7f8;
text-decoration: none;
border-radius: 4px;
transition: all 0.3s ease;
}
.post-navigation a:hover {
background-color: var(--color-badge, #f70d28);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(247, 13, 40, 0.2);
}
.post-navigation .nav-subtitle {
display: block;
font-size: 0.875rem;
font-weight: 600;
color: #666666;
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.post-navigation a:hover .nav-subtitle {
color: #ffffff;
}
.post-navigation .nav-title {
display: block;
font-size: 1rem;
font-weight: 600;
color: #000000;
line-height: 1.4;
}
.post-navigation a:hover .nav-title {
color: #ffffff;
}
.post-navigation .nav-next {
text-align: right;
} .social-share-container {
margin: 3rem 0;
padding: 2rem;
background-color: #f6f7f8;
border-radius: 8px;
text-align: center;
}
.share-title {
font-size: 1.1rem;
font-weight: 600;
color: #000000;
margin: 0 0 1.5rem 0;
}
.social-share-buttons {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
justify-content: center;
align-items: center;
}
.share-button {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.75rem 1.25rem;
border: none;
border-radius: 6px;
font-size: 0.9rem;
font-weight: 600;
text-decoration: none;
color: #ffffff;
cursor: pointer;
transition: all 0.3s ease;
}
.share-button:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.share-button svg {
width: 20px;
height: 20px;
flex-shrink: 0;
}
.share-button span {
color: #ffffff;
} .share-facebook {
background-color: #1877f2;
}
.share-facebook:hover {
background-color: #0c63d4;
} .share-twitter {
background-color: #000000;
}
.share-twitter:hover {
background-color: #333333;
} .share-whatsapp {
background-color: #25d366;
}
.share-whatsapp:hover {
background-color: #1da851;
} .share-telegram {
background-color: #0088cc;
}
.share-telegram:hover {
background-color: #006ba3;
} .share-copy {
background-color: #6c757d;
}
.share-copy:hover {
background-color: #5a6268;
}
.share-copy.copied {
background-color: #28a745;
} .single-sidebar {
background-color: #ffffff;
padding: 1.5rem;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.single-sidebar .widget {
margin-bottom: 2rem;
}
.single-sidebar .widget:last-child {
margin-bottom: 0;
}
.single-sidebar .widget-title {
font-size: 1.1rem;
font-weight: 700;
color: #000000;
margin: 0 0 1rem 0;
padding-bottom: 0.5rem;
border: 3px solid var(--color-primary, #f70d28);
} .sidebar-placeholder {
background-color: #fff3cd;
border: 2px dashed #ffc107;
border-radius: 8px;
padding: 1.5rem;
color: #856404;
}
.sidebar-placeholder h3 {
font-size: 1.1rem;
margin: 0 0 1rem 0;
color: #856404;
}
.sidebar-placeholder p {
margin: 0.5rem 0;
font-size: 0.9rem;
}
.sidebar-placeholder ul {
margin: 1rem 0 0 0;
padding-left: 1.2rem;
list-style: none;
}
.sidebar-placeholder li {
margin: 0.5rem 0;
font-size: 0.875rem;
} .single-sidebar img {
max-width: 100%;
height: auto;
display: block;
border-radius: 4px;
margin-bottom: 1rem;
}
.single-sidebar a {
color: var(--color-primary, #f70d28);
text-decoration: none;
transition: color 0.3s ease;
}
.single-sidebar a:hover {
color: #d00920;
}  .single-post-content {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .single-post-content img {
pointer-events: none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
} .pdf-attachment-container {
margin: 2rem 0;
padding: 2rem;
background-color: #f6f7f8;
border-radius: 8px;
border: 2px solid #e0e0e0;
}
.pdf-attachment-header {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 1.5rem;
}
.pdf-attachment-header svg {
color: var(--color-primary, #f70d28);
flex-shrink: 0;
}
.pdf-attachment-header h3 {
margin: 0;
font-size: 1.25rem;
font-weight: 700;
color: #000000;
}
.pdf-viewer-wrapper {
margin-bottom: 1.5rem;
border-radius: 6px;
overflow: hidden;
background-color: #ffffff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.pdf-viewer {
width: 100%;
height: 600px;
border: none;
display: block;
}
.pdf-download-button-wrapper {
text-align: center;
}
.pdf-download-button {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.875rem 2rem;
background-color: var(--color-badge, #f70d28);
color: #ffffff;
font-size: 1rem;
font-weight: 600;
text-decoration: none;
border-radius: 6px;
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(247, 13, 40, 0.2);
}
.pdf-download-button:hover {
background-color: #d00920;
transform: translateY(-2px);
box-shadow: 0 4px 16px rgba(247, 13, 40, 0.3);
color: #ffffff;
}
.pdf-download-button svg {
width: 20px;
height: 20px;
flex-shrink: 0;
} .comments-area {
margin-top: 3rem;
padding-top: 3rem;
border-top: 2px solid #e0e0e0;
}
.comments-title {
font-size: 1.75rem;
margin-bottom: 2rem;
color: #000000;
} @media (max-width: 992px) { .single-post-container .single-with-sidebar {
grid-template-columns: 1fr !important;
gap: 2rem;
display: flex;
flex-direction: column;
}
.single-post-container .single-sidebar {
position: relative;
top: 0;
order: 2;
grid-column: auto;
}
.single-post-container .single-main-content {
order: 1;
grid-column: auto;
}
.single-post-article {
padding: 2rem;
}
.single-post-title {
font-size: 2rem;
}
.single-post-content {
font-size: 1rem;
}
}
@media (max-width: 768px) {
.single-post-container {
padding: 1rem 0 2rem;
}
.single-post-article {
padding: 1.5rem;
}
.single-post-title {
font-size: 1.75rem;
}
.single-post-meta {
gap: 1rem;
}
.post-navigation .nav-links {
grid-template-columns: 1fr;
}
.post-navigation .nav-next {
text-align: left;
} .author-bio-box {
padding: 1.5rem;
}
}
@media (max-width: 544px) {
.single-post-article {
padding: 1rem;
}
.single-post-title {
font-size: 1.5rem;
}
.single-post-content {
font-size: 0.9375rem;
}
.single-post-content blockquote {
padding: 1rem 1.5rem;
} .social-share-container {
padding: 1.5rem 1rem;
}
.share-button {
font-size: 0.85rem;
padding: 0.6rem 1rem;
}
.share-button span {
display: none; }
.share-button svg {
margin: 0;
} .pdf-attachment-container {
padding: 1.5rem 1rem;
}
.pdf-viewer {
height: 400px;
}
.pdf-download-button {
width: 100%;
justify-content: center;
} .author-bio-box {
flex-direction: column;
padding: 1.25rem;
gap: 1rem;
}
.author-bio-avatar {
text-align: center;
}
.author-bio-avatar img {
width: 60px;
height: 60px;
}
.author-bio-name {
font-size: 1.125rem;
}
.author-bio-description {
font-size: 0.875rem;
}
.author-bio-links {
flex-direction: column;
gap: 0.75rem;
}
.author-bio-links a {
justify-content: center;
width: 100%;
}
}   .post-card.category-politica .post-card-category {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
}
.post-card.category-politica .post-card-category:hover {
background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
} .post-card.category-economia .post-card-category {
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
color: white;
} .post-card.category-deportes .post-card-category {
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
color: white;
} .post-card.category-cultura .post-card-category {
background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
color: white;
} .post-card.category-tecnologia .post-card-category {
background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
color: white;
}  body.single-category-politica .single-post-header {
background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
padding: 30px;
border-radius: 12px;
margin-bottom: 30px;
}  body.single-category-economia .single-post-header {
border-left: 4px solid #10b981;
padding-left: 30px;
}   body.single-category-politica .entry-content a {
color: #667eea;
border-bottom: 2px solid rgba(102, 126, 234, 0.3);
}
body.single-category-politica .entry-content a:hover {
color: #764ba2;
border-bottom-color: #764ba2;
} body.single-category-economia .entry-content a {
color: #10b981;
border-bottom: 2px solid rgba(16, 185, 129, 0.3);
}
body.single-category-economia .entry-content a:hover {
color: #059669;
border-bottom-color: #059669;
}  .single-post-article.category-politica .single-post-thumbnail::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
pointer-events: none;
}
.single-post-article.category-economia .single-post-thumbnail::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.2) 100%);
pointer-events: none;
} .single-post-thumbnail {
position: relative;
}  body.single-category-cultura .entry-title {
font-family: 'Georgia', serif;
font-style: italic;
}
body.single-category-cultura .entry-content {
font-size: 18px;
line-height: 1.8;
}  .category-politica .archive-header::before {
content: '🏛️';
font-size: 48px;
display: block;
margin-bottom: 10px;
}
.category-economia .archive-header::before {
content: '💰';
font-size: 48px;
display: block;
margin-bottom: 10px;
}
.category-deportes .archive-header::before {
content: '⚽';
font-size: 48px;
display: block;
margin-bottom: 10px;
}
.category-cultura .archive-header::before {
content: '🎭';
font-size: 48px;
display: block;
margin-bottom: 10px;
}
.category-tecnologia .archive-header::before {
content: '💻';
font-size: 48px;
display: block;
margin-bottom: 10px;
}  body.single-category-politica .single-sidebar {
border-left: 3px solid #667eea;
}
body.single-category-economia .single-sidebar {
border-left: 3px solid #10b981;
}
body.single-category-deportes .single-sidebar {
border-left: 3px solid #f59e0b;
} @media (max-width: 767px) { .single-post-article .single-post-thumbnail::after {
opacity: 0.5;
} .archive-header::before {
font-size: 32px !important;
}
}.featured-posts-section {
margin: 60px 0 40px;
padding: 40px 0;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
} .featured-posts-header {
margin-bottom: 35px;
}
.featured-posts-title {
font-size: 1.75rem;
font-weight: 700;
color: #1B1B1B;
display: flex;
align-items: center;
gap: 12px;
margin: 0 0 15px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.featured-posts-title svg {
color: var(--color-primary, #f70d28);
flex-shrink: 0;
}
.featured-posts-divider {
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--color-primary, #f70d28) 0%, transparent 100%);
border-radius: 2px;
} .featured-posts-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
} .featured-post-card {
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.featured-post-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.featured-post-link {
display: block;
text-decoration: none;
color: inherit;
height: 100%;
} .featured-post-image {
position: relative;
width: 100%;
padding-top: 100%; overflow: hidden;
background: #f0f0f0;
}
.featured-post-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.featured-post-card:hover .featured-post-image img {
transform: scale(1.08);
} .featured-post-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
opacity: 0;
transition: opacity 0.3s ease;
}
.featured-post-card:hover .featured-post-overlay {
opacity: 1;
} .featured-post-no-image {
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
} .featured-post-content {
padding: 14px 12px;
}
.featured-post-title-text {
font-size: 0.9rem;
font-weight: 600;
line-height: 1.35;
color: #1B1B1B;
margin: 0 0 6px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
transition: color 0.3s ease;
min-height: 2.7rem; }
.featured-post-card:hover .featured-post-title-text {
color: var(--color-primary, #f70d28);
}
.featured-post-date {
font-size: 0.8rem;
color: #999;
font-weight: 400;
display: block;
}  @media (max-width: 968px) {
.featured-posts-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.featured-posts-section {
margin: 40px 0 30px;
padding: 30px 0;
}
.featured-posts-title {
font-size: 1.5rem;
}
} @media (max-width: 640px) {
.featured-posts-grid {
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
.featured-posts-section {
margin: 30px 0 20px;
padding: 25px 0;
}
.featured-posts-title {
font-size: 1.3rem;
gap: 8px;
}
.featured-posts-title svg {
width: 20px;
height: 20px;
}
.featured-post-content {
padding: 12px;
}
.featured-post-title-text {
font-size: 0.85rem;
-webkit-line-clamp: 3;
}
.featured-post-date {
font-size: 0.75rem;
}
} @media (max-width: 380px) {
.featured-posts-grid {
grid-template-columns: 1fr;
gap: 16px;
}
}