.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:0.5;--rdp-outside-opacity:0.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:0.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:0.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction),transparent 50%,var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color) 50%,transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:0.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:0.75;--rdp-weekday-padding:0.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:0.3s;--rdp-animation_timing:cubic-bezier(0.4,0,0.2,1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{position:relative}.rdp-root,.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-moz-fit-content;max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes rdp-slide_in_right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes rdp-slide_out_left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translateX(0)}to{transform:translateX(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}

/*!
* JN-2025 uiTheme v1.0.0
* Copyright (C) Beyond Newsgen - Soluções de Gestão e Personalização de Conteúdos, Lda. - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
*/.product-list-newspaper-editions_PreTitle__kj5O5{--cTpl_Shell__heading_c:var(--app_c_gray_40)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions_PreTitle__kj5O5{--cTpl_Shell__heading_c:white}}:root[data-theme=dark] .product-list-newspaper-editions_PreTitle__kj5O5{--cTpl_Shell__heading_c:white}.product-list-newspaper-editions_PreTitle__kj5O5{display:inline-block;padding:0 0 0 .6rem;border-left:.4rem solid var(--app_c_primary);font-family:var(--font_main);font-size:1.2rem;line-height:1.1;color:var(--cTpl_Shell__heading_c);text-transform:uppercase;letter-spacing:-.01em;font-weight:400}.product-list-newspaper-editions_CoverActions___yode{list-style:none;margin:0;padding:0;display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center}.product-list-newspaper-editions_SupplementCovers__11OUe{order:0}.product-list-newspaper-editions_SupplementCovers__11OUe>ul{list-style:none;margin:0;padding:0;display:grid;grid-auto-flow:row;grid-template-rows:min-content;gap:3rem 2.4rem}.product-list-newspaper-editions_SupplementCovers__11OUe>ul>li{display:grid;grid-auto-flow:row;grid-template-rows:min-content;gap:2rem}.product-list-newspaper-editions_SupplementCovers__11OUe>ul>li>a{position:relative;aspect-ratio:auto 1076/1350}.product-list-newspaper-editions_SupplementCovers__11OUe>ul>li>a:has(img.product-list-newspaper-editions_CoverNoPic__JDY60){background-color:var(--app_c_gray_5)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions_SupplementCovers__11OUe>ul>li>a:has(img.product-list-newspaper-editions_CoverNoPic__JDY60){background-color:var(--app_c_gray_80)}}:root[data-theme=dark] .product-list-newspaper-editions_SupplementCovers__11OUe>ul>li>a:has(img.product-list-newspaper-editions_CoverNoPic__JDY60){background-color:var(--app_c_gray_80)}.product-list-newspaper-editions_SupplementCovers__11OUe>ul>li img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;cursor:zoom-in;box-shadow:0 .4rem .5rem rgba(0,0,0,.1);scale:1;transition-property:scale,opacity!important}.product-list-newspaper-editions_SupplementCovers__11OUe>ul>li img.product-list-newspaper-editions_CoverNoPic__JDY60{aspect-ratio:1/1;height:auto!important;scale:.9;background:none!important;cursor:default}.product-list-newspaper-editions_SupplementCovers__11OUe>ul>li img:not(.product-list-newspaper-editions_CoverNoPic__JDY60):hover{scale:1.02}@container (min-width: 50rem){.product-list-newspaper-editions_SupplementCovers__11OUe>ul:has(>li+li){grid-template-columns:repeat(2,minmax(0,1fr))}}.product-list-newspaper-editions_CurrentCover__Qliqi{background:var(--cTpl_CurrCov__bg)}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CoverCol__pOzoQ .product-list-newspaper-editions_CoverInner__tBgnv a{display:block;position:relative;aspect-ratio:auto 1076/1350}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CoverCol__pOzoQ .product-list-newspaper-editions_CoverInner__tBgnv img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;cursor:zoom-in;box-shadow:0 .4rem .5rem rgba(0,0,0,.1);scale:1;transition-property:scale,opacity!important}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CoverCol__pOzoQ .product-list-newspaper-editions_CoverInner__tBgnv img.product-list-newspaper-editions_CoverNoPic__JDY60{height:auto!important;scale:.9;background:none!important;box-shadow:none;cursor:default}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CoverCol__pOzoQ .product-list-newspaper-editions_CoverInner__tBgnv img:not(.product-list-newspaper-editions_CoverNoPic__JDY60):hover{scale:1.02}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CoverCol__pOzoQ .product-list-newspaper-editions_CoverInner__tBgnv:has(img.product-list-newspaper-editions_CoverNoPic__JDY60){background-color:var(--app_c_gray_5);display:grid;align-items:center}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CoverCol__pOzoQ .product-list-newspaper-editions_CoverInner__tBgnv img.product-list-newspaper-editions_CoverNoPic__JDY60{filter:invert(1)}:root:not([data-theme=light]) .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CoverCol__pOzoQ .product-list-newspaper-editions_CoverInner__tBgnv:has(img.product-list-newspaper-editions_CoverNoPic__JDY60){background-color:var(--app_c_gray_80)}}:root[data-theme=dark] .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CoverCol__pOzoQ .product-list-newspaper-editions_CoverInner__tBgnv img.product-list-newspaper-editions_CoverNoPic__JDY60{filter:invert(1)}:root[data-theme=dark] .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CoverCol__pOzoQ .product-list-newspaper-editions_CoverInner__tBgnv:has(img.product-list-newspaper-editions_CoverNoPic__JDY60){background-color:var(--app_c_gray_80)}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CoverCol__pOzoQ .product-list-newspaper-editions_CoverActions___yode{padding:2rem 0 0}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CoverCol__pOzoQ .product-list-newspaper-editions_EmptyEdition__ZygGp{padding:2rem 0 0;font-size:1.6rem;text-align:center}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionHeader__HBaOI{order:1;display:grid;grid-auto-flow:column;grid-template-columns:auto fit-content;gap:0 1rem}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionHeader__HBaOI .product-list-newspaper-editions_SectionTitle__4_96d{--cTpl_Shell__heading_c:var(--app_c_gray_80)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionHeader__HBaOI .product-list-newspaper-editions_SectionTitle__4_96d{--cTpl_Shell__heading_c:white}}:root[data-theme=dark] .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionHeader__HBaOI .product-list-newspaper-editions_SectionTitle__4_96d{--cTpl_Shell__heading_c:white}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionHeader__HBaOI .product-list-newspaper-editions_SectionTitle__4_96d{font-family:var(--font_accent);font-size:3.5rem;margin:1rem 0 2.4rem;line-height:.9;font-weight:700;text-wrap:wrap;color:var(--cTpl_Shell__heading_c)}@container (min-width: 76.8rem){.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionHeader__HBaOI .product-list-newspaper-editions_SectionTitle__4_96d{font-size:4rem}}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionHeader__HBaOI .product-list-newspaper-editions_CoverActionsWithoutSupplements__82eEt{list-style:none;margin:0;padding:0;display:flex;gap:.8rem;flex-wrap:wrap}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionHeader__HBaOI .product-list-newspaper-editions_SectionHeaderContent__boaVT{padding:0}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionHeader__HBaOI .product-list-newspaper-editions_SectionHeaderActions__YQZ9w{padding:3.4rem 0 0}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionHeader__HBaOI .product-list-newspaper-editions_SectionHeaderActions__YQZ9w a{width:100%}@container (min-width: 76.8rem){.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionHeader__HBaOI .product-list-newspaper-editions_SectionHeaderActions__YQZ9w{padding:4rem 0 0}}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPickerElm__l9_i7{--rdp-outside-opacity:0.38;--rdp-disabled-opacity:0.15;--rdp-day_button-height:3.8rem;--rdp-day_button-width:3.8rem;--rdp-day-height:4rem;--rdp-day-width:4rem;--rdp-nav-height:4rem;--rdp-nav_button-width:3.8rem;--rdp-nav_button-height:3.8rem;--rdp-accent-color:var(--app_c_primary);--rdp-today-color:var(--app_c_primary)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPickerElm__l9_i7{--rdp-accent-color:var(--app_c_primary_60);--rdp-today-color:var(--app_c_primary_40)}}:root[data-theme=dark] .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPickerElm__l9_i7{--rdp-accent-color:var(--app_c_primary_60);--rdp-today-color:var(--app_c_primary_40)}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI{width:-moz-min-content;width:min-content;padding:1rem;background:#fff;border-radius:.4rem;font-size:1.4rem}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI{background-color:var(--app_c_gray_80)}}:root[data-theme=dark] .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI{background-color:var(--app_c_gray_80)}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI>form{width:28rem}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-month_caption]{margin-bottom:.8rem;padding-left:.8rem;font-family:var(--font_accent);font-size:1.8rem;font-weight:800;text-transform:capitalize}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-button_next],.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-button_previous]{border-radius:50%}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-button_next]:hover,.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-button_previous]:hover{background-color:var(--app_c_gray_10)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-button_next]:hover,:root:not([data-theme=light]) .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-button_previous]:hover{background-color:var(--app_c_gray_60)}}:root[data-theme=dark] .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-button_next]:hover,:root[data-theme=dark] .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-button_previous]:hover{background-color:var(--app_c_gray_60)}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-month_grid] [class*=rdp-weekday]{background-color:var(--app_c_primary_10);font-size:inherit;text-transform:uppercase;font-weight:600}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-month_grid] [class*=rdp-weekday]:first-of-type{border-radius:.4rem 0 0 .4rem}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-month_grid] [class*=rdp-weekday]:last-of-type{border-radius:0 .4rem .4rem 0}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-month_grid] [class*=rdp-weekday]{background-color:var(--app_c_gray_90)}}:root[data-theme=dark] .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-month_grid] [class*=rdp-weekday]{background-color:var(--app_c_gray_90)}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-day][class*=rdp-selected]{font-size:inherit;font-weight:400}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-day]:not([class*=rdp-disabled]) [class*=rdp-day_button]:hover{background-color:var(--app_c_gray_10)}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-day]:not([class*=rdp-disabled])[class*=rdp-outside]:hover,.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-day]:not([class*=rdp-disabled])[class*=rdp-outside][class*=rdp-selected]{--rdp-outside-opacity:1}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-day][class*=rdp-today] [class*=rdp-day_button]{background-color:var(--app_c_primary_10)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-day]:not([class*=rdp-disabled]) [class*=rdp-day_button]:hover{background-color:var(--app_c_gray_60)}:root:not([data-theme=light]) .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-day][class*=rdp-today] [class*=rdp-day_button]{background-color:var(--app_c_gray_70)}}:root[data-theme=dark] .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-day]:not([class*=rdp-disabled]) [class*=rdp-day_button]:hover{background-color:var(--app_c_gray_60)}:root[data-theme=dark] .product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_CalendarPicker__0XuXI [class*=rdp-day][class*=rdp-today] [class*=rdp-day_button]{background-color:var(--app_c_gray_70)}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_Calendar__IxIJt{order:1;margin:0}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_Hat___wCBF{order:1;display:grid;grid-auto-flow:row;grid-template-rows:min-content;gap:4rem}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionContent__fYG95{display:grid;grid-auto-flow:row;grid-template-rows:min-content;gap:4rem;max-width:133rem;margin:0 auto;padding:3.6rem 1.2rem 0}@container (min-width: 67rem){.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionContent__fYG95{grid-auto-flow:row;grid-template-rows:min-content;grid-template-columns:29.6rem auto}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionContent__fYG95 .product-list-newspaper-editions_SupplementCovers__11OUe{max-width:30rem}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionContent__fYG95 .product-list-newspaper-editions_SupplementCovers__11OUe>ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (min-width: 99.2rem){.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_Hat___wCBF{grid-auto-flow:column;grid-template-rows:15rem auto;grid-template-columns:auto min-content;gap:1.9rem 4rem;align-items:start}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionContent__fYG95 .product-list-newspaper-editions_Calendar__IxIJt,.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionContent__fYG95 .product-list-newspaper-editions_SectionHeader__HBaOI,.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionContent__fYG95 .product-list-newspaper-editions_SupplementCovers__11OUe{order:0}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionContent__fYG95 .product-list-newspaper-editions_SectionHeader__HBaOI{grid-column:1}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionContent__fYG95 .product-list-newspaper-editions_Calendar__IxIJt{grid-row:span 2;grid-column:2}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionContent__fYG95 .product-list-newspaper-editions_SupplementCovers__11OUe{grid-column:1}}@container (min-width: 128rem){.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionContent__fYG95{grid-template-columns:39.2rem auto}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionContent__fYG95 .product-list-newspaper-editions_SupplementCovers__11OUe{max-width:none}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionContent__fYG95 .product-list-newspaper-editions_SupplementCovers__11OUe>ul{grid-auto-flow:column;grid-template-columns:auto;justify-content:start}.product-list-newspaper-editions_CurrentCover__Qliqi .product-list-newspaper-editions_SectionContent__fYG95 .product-list-newspaper-editions_SupplementCovers__11OUe>ul>li{width:23.4rem}}.product-list-newspaper-editions_OtherCoversFooter__5NNM8{display:grid;grid-auto-flow:row;grid-template-rows:min-content;justify-items:center;padding:0 1.2rem 4rem}.product-list-newspaper-editions_OtherCovers__pdvQK{max-width:var(--appRoot__container_sz_xl);margin:0 auto;padding:9rem 0 0;color:var(--cTpl_OthCov__txt_c)}.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_SectionTitle__4_96d{--cTpl_Shell__heading_c:black}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_SectionTitle__4_96d{--cTpl_Shell__heading_c:white}}:root[data-theme=dark] .product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_SectionTitle__4_96d{--cTpl_Shell__heading_c:white}.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_SectionTitle__4_96d{font-family:var(--font_accent);font-size:3.2rem;margin:0 0 4rem;padding:0 1.2rem;line-height:1.3;font-weight:900;text-wrap:wrap;color:var(--cTpl_Shell__heading_c)}@container (min-width: 76.8rem){.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_SectionTitle__4_96d{font-size:4.8rem}}.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article{display:grid;grid-auto-flow:row;grid-template-rows:min-content}.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article header{order:1;display:grid;grid-auto-flow:row;grid-template-rows:min-content;justify-items:center}.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article header .product-list-newspaper-editions_EdTitle__UYqDt{--cTpl_Shell__heading_c:black}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article header .product-list-newspaper-editions_EdTitle__UYqDt{--cTpl_Shell__heading_c:white}}:root[data-theme=dark] .product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article header .product-list-newspaper-editions_EdTitle__UYqDt{--cTpl_Shell__heading_c:white}.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article header .product-list-newspaper-editions_EdTitle__UYqDt{font-family:var(--font_accent);font-size:1.9rem;margin:.5em 0;color:var(--cTpl_Shell__heading_c)}.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article .product-list-newspaper-editions_EdCover__6__v3 .product-list-newspaper-editions_CoverInner__tBgnv a{display:block;position:relative;aspect-ratio:auto 1076/1350}.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article .product-list-newspaper-editions_EdCover__6__v3 .product-list-newspaper-editions_CoverInner__tBgnv img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;cursor:zoom-in;box-shadow:0 .4rem .5rem rgba(0,0,0,.1);scale:1;transition-property:scale,opacity!important}.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article .product-list-newspaper-editions_EdCover__6__v3 .product-list-newspaper-editions_CoverInner__tBgnv img.product-list-newspaper-editions_CoverNoPic__JDY60{height:auto!important;scale:.9;background:none!important;box-shadow:none;cursor:default}.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article .product-list-newspaper-editions_EdCover__6__v3 .product-list-newspaper-editions_CoverInner__tBgnv img:not(.product-list-newspaper-editions_CoverNoPic__JDY60):hover{scale:1.02}.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article .product-list-newspaper-editions_EdCover__6__v3 .product-list-newspaper-editions_CoverInner__tBgnv:has(img.product-list-newspaper-editions_CoverNoPic__JDY60){background-color:var(--app_c_gray_5);display:grid;align-items:center}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article .product-list-newspaper-editions_EdCover__6__v3 .product-list-newspaper-editions_CoverInner__tBgnv img.product-list-newspaper-editions_CoverNoPic__JDY60{filter:invert(1)}:root:not([data-theme=light]) .product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article .product-list-newspaper-editions_EdCover__6__v3 .product-list-newspaper-editions_CoverInner__tBgnv:has(img.product-list-newspaper-editions_CoverNoPic__JDY60){background-color:var(--app_c_gray_80)}}:root[data-theme=dark] .product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article .product-list-newspaper-editions_EdCover__6__v3 .product-list-newspaper-editions_CoverInner__tBgnv img.product-list-newspaper-editions_CoverNoPic__JDY60{filter:invert(1)}:root[data-theme=dark] .product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article .product-list-newspaper-editions_EdCover__6__v3 .product-list-newspaper-editions_CoverInner__tBgnv:has(img.product-list-newspaper-editions_CoverNoPic__JDY60){background-color:var(--app_c_gray_80)}.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_EdItem__LoXw6 article .product-list-newspaper-editions_EdCover__6__v3{order:0}.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_SectionEditionsList__6nloV{list-style:none;padding:0;display:grid;grid-auto-flow:row;grid-template-rows:min-content;gap:4rem 2.4rem;width:100%;max-width:500px;margin:0 auto}@container (min-width: 67rem){.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_SectionEditionsList__6nloV{max-width:100%;margin:0;grid-template-columns:repeat(2,minmax(0,1fr))}}@container (min-width: 99.2rem){.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_SectionEditionsList__6nloV{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-list-newspaper-editions_OtherCovers__pdvQK .product-list-newspaper-editions_SectionContent__fYG95{display:grid;grid-auto-flow:row;grid-template-rows:min-content;gap:6rem 0;justify-items:center;padding:0 1.2rem 7rem}.product-list-newspaper-editions_Main__Vg8Ya{--cTpl_Shell__txt_c:var(--app_c_gray_60);--cTpl_CurrCov__bg:linear-gradient(180deg,#e0edf4,rgba(224,237,244,0));--cTpl_OthCov__txt_c:black}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .product-list-newspaper-editions_Main__Vg8Ya{--cTpl_Shell__txt_c:var(--app_c_gray_10);--cTpl_CurrCov__bg:linear-gradient(180deg,#000,rgba(0,0,0,0));--cTpl_OthCov__txt_c:white}}:root[data-theme=dark] .product-list-newspaper-editions_Main__Vg8Ya{--cTpl_Shell__txt_c:var(--app_c_gray_10);--cTpl_CurrCov__bg:linear-gradient(180deg,#000,rgba(0,0,0,0));--cTpl_OthCov__txt_c:white}.product-list-newspaper-editions_Main__Vg8Ya{flex:1}
/*!
* JN-2025 uiTheme v1.0.0
* Copyright (C) Beyond Newsgen - Soluções de Gestão e Personalização de Conteúdos, Lda. - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
*/.lazy-load-in-view_LoadingPlaceholder__q6DVu{font-size:0}.lazy-load-in-view_LZBlock1__qzp2_:has(.lazy-load-in-view_LoadingPlaceholder__q6DVu){min-height:10rem}html.no-js .lazy-load-in-view_LZBlock1__qzp2_:has(.lazy-load-in-view_LoadingPlaceholder__q6DVu){min-height:0}
/*!
* JN-2025 uiTheme v1.0.0
* Copyright (C) Beyond Newsgen - Soluções de Gestão e Personalização de Conteúdos, Lda. - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
*/.dialog-zoomed-image_PageErrorMsg__vWUaL{margin:3rem 1.2rem 0}@container (min-width: 76.8rem){.dialog-zoomed-image_PageErrorMsg__vWUaL{max-width:var(--appRoot__container_sz_lg);margin:3rem auto 0}}.dialog-zoomed-image_DialogErrorMsg__k_TUL{position:absolute;z-index:1;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.dialog-zoomed-image_DialogInner__71JxM{position:relative;width:100vw;width:100svw;height:100vh;height:100svh}.dialog-zoomed-image_DialogInner__71JxM>button{position:absolute;z-index:2;inset:1.6rem 1.6rem auto auto}.dialog-zoomed-image_DialogInner__71JxM>[class*=_IconWrap]{--cAtm_Icon__font_sz:5rem;--cAtm_Icon__font_c:var(--app_c_primary_20);position:absolute;inset:0;margin:auto}.dialog-zoomed-image_DialogWrap__g_1dp{--zoomedCovDlg_anim_duration:300ms;all:unset;display:none;opacity:0;translate:0 25vh;transition-property:all;transition-duration:var(--zoomedCovDlg_anim_duration);transition-timing-function:ease-in-out;transition-behavior:allow-discrete;position:fixed;inset:0;background:none}.dialog-zoomed-image_DialogWrap__g_1dp picture{width:100vw;width:100svw;height:100vh;height:100svh;position:relative;z-index:1}.dialog-zoomed-image_DialogWrap__g_1dp picture img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;aspect-ratio:auto 1076/1350}.dialog-zoomed-image_DialogWrap__g_1dp::backdrop{transition-property:all;transition-duration:var(--zoomedCovDlg_anim_duration);transition-timing-function:ease-in-out;transition-behavior:allow-discrete;opacity:0;background-color:rgba(0,0,0,.8);backdrop-filter:blur(5px)}.dialog-zoomed-image_DialogWrap__g_1dp[open]{display:block;opacity:1;translate:0 0}.dialog-zoomed-image_DialogWrap__g_1dp[open]::backdrop{opacity:1;background-color:rgba(0,0,0,.8);backdrop-filter:blur(5px)}.dialog-zoomed-image_DialogWrap__g_1dp.dialog-zoomed-image_DialogContentLoaded__63iEV .dialog-zoomed-image_DialogInner__71JxM>[class*=_IconWrap]{display:none}@starting-style{.dialog-zoomed-image_DialogWrap__g_1dp[open]{opacity:0;translate:0 -25vh}.dialog-zoomed-image_DialogWrap__g_1dp[open]::backdrop{opacity:0}}