:root {
  --dp-blue-hover: #00abec;
  --dp-header-divider: #d7e4ee;
  --dp-meta: #5f6468;
  --dp-navy: #1b3a6b;
  --dp-white: #ffffff;
  --dp-black-dp: #121212;
  --dp-gray-700: #4a4a4a;
  --dp-gray-500: #9a9a9a;
  --dp-gray-50: #f5f8fa;
  --dp-field-text: #1e1e1e;
  --dp-link: #0278cc;
  --dp-chapeu-blue: #1b4a7e;
  --dp-theme-shell: #1b4a7e;
  --dp-theme-menu: #1b4a7e;
  --dp-theme-accent: #0278cc;
  --dp-theme-submenu: #0278cc;
  --dp-theme-accent-hover: #00abec;
  --dp-theme-mare-border: #1b4a7e;
  --dp-theme-deep: #1b4a7e;
  --dp-audio-bg: #d7e4ee;
  --dp-audio-track: #c8d0d8;
  --dp-audio-fill: #5f6468;
  --dp-audio-accent: #5f6468;
  --dp-audio-icon-filter: none;
  --dp-toolbar-border: #c8d0d8;
}

body[data-theme='esportes'] {
  --dp-theme-shell: #198722;
  --dp-theme-menu: #198722;
  --dp-theme-accent: #198722;
  --dp-theme-submenu: #198722;
  --dp-theme-accent-hover: #21a62e;
  --dp-theme-mare-border: #198722;
  --dp-theme-deep: #0f5c18;
}

body[data-theme='amazonia'] {
  --dp-theme-shell: #7d515c;
  --dp-theme-menu: #000000;
  --dp-theme-accent: #000000;
  --dp-theme-submenu: #000000;
  --dp-theme-accent-hover: #7d515c;
  --dp-theme-mare-border: #7d515c;
  --dp-theme-deep: #14351c;

  --dp-amazonia-page: #ffeeee;
  --dp-audio-bg: #ffd4b2;
  --dp-audio-track: #e09b82;
  --dp-audio-fill: #7d515c;
  --dp-audio-accent: #7d515c;
  --dp-audio-icon-filter: brightness(0) saturate(100%) invert(37%) sepia(12%) saturate(1015%) hue-rotate(295deg)
    brightness(93%) contrast(89%);
  --dp-toolbar-border: #e09b82;
  background-color: var(--dp-amazonia-page);
}

body[data-theme='amazonia'] .dp-header {
  background-color: var(--dp-amazonia-page);
}

body[data-theme='amazonia'] .dp-category-tag {
  background-color: var(--dp-theme-shell);
}

body[data-theme='amazonia'] .dp-materia-tag {
  border-color: var(--dp-theme-shell);
}

body[data-theme='amazonia'] figcaption {
  background-color: var(--dp-theme-shell);
}

.dp-amazonia-page {
  background-color: var(--dp-amazonia-page);
  overflow-x: clip;
}

.border-dp-theme-mare {
  border-color: var(--dp-theme-mare-border);
}

.bg-dp-theme-shell {
  background-color: var(--dp-theme-shell);
}

.text-dp-theme-shell {
  color: var(--dp-theme-shell);
}

.bg-dp-theme-menu {
  background-color: var(--dp-theme-menu);
}

.border-dp-theme-accent {
  border-color: var(--dp-theme-accent);
}

.border-dp-toolbar-border {
  border-color: var(--dp-toolbar-border);
}

.bg-dp-theme-submenu {
  background-color: var(--dp-theme-submenu);
}

.bg-dp-theme-deep {
  background-color: var(--dp-theme-deep);
}

.dp-amazonia-deep-bg {
  background-color: var(--dp-theme-deep);
  background-image: url('/static/imgs/layout/bg-amazonia.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.dp-amazonia-hero {
  position: relative;
  min-height: 320px;
}

.dp-amazonia-hero__slides {
  position: absolute;
  inset: 0;
}

.dp-amazonia-hero__slides .dp-amazonia-carousel__slide {
  height: 100%;
}

.dp-amazonia-hero__slides .dp-amazonia-carousel__slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.dp-amazonia-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgb(0 0 0 / 15%) 0%, rgb(0 0 0 / 45%) 100%);
}

.dp-amazonia-carousel__slide {
  display: none;
}

.dp-amazonia-carousel__slide.is-active {
  display: block;
}

.dp-amazonia-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.dp-amazonia-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.dp-amazonia-carousel__btn {
  flex-shrink: 0;
  line-height: 0;
  opacity: 0.85;
  transition: opacity 0.15s ease;
}

.dp-amazonia-carousel__btn:hover {
  opacity: 1;
}

.dp-amazonia-infographic__frame {
  position: relative;
  overflow: hidden;
}

.dp-amazonia-infographic__slides .dp-amazonia-carousel__slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1040 / 620;
}

.dp-amazonia-dark .dp-video-card__title {
  color: var(--dp-white);
}

.dp-carousel-dot {
  display: block;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--dp-white);
  border-radius: 9999px;
  background-color: transparent;
  transition:
    width 0.2s ease,
    background-color 0.2s ease;
}

.dp-carousel-dot.is-active {
  width: 1.5rem;
  border-radius: 9999px;
  background-color: var(--dp-white);
}

.text-dp-theme-accent {
  color: var(--dp-theme-accent);
}

.border-b-dp-theme-accent {
  border-bottom-color: var(--dp-theme-accent);
}

.hover\:text-dp-theme-accent:hover {
  color: var(--dp-theme-accent);
}

.group:hover .group-hover\:text-dp-theme-accent {
  color: var(--dp-theme-accent);
}

.group:hover .group-hover\:border-dp-theme-accent {
  border-color: var(--dp-theme-accent);
}

@font-face {
  font-family: 'Stag';
  src: url('/static/fonts/Stag-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stag';
  src: url('/static/fonts/Stag-Thin-Italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Stag';
  src: url('/static/fonts/Stag-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stag';
  src: url('/static/fonts/Stag-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Stag';
  src: url('/static/fonts/Stag-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stag';
  src: url('/static/fonts/Stag-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Stag';
  src: url('/static/fonts/Stag-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Stag';
  src: url('/static/fonts/Stag-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: 'Stag';
  src: url('/static/fonts/Stag-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stag';
  src: url('/static/fonts/Stag-SemiBold-Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Stag';
  src: url('/static/fonts/Stag-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stag';
  src: url('/static/fonts/Stag-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Stag';
  src: url('/static/fonts/Stag-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stag';
  src: url('/static/fonts/Stag-Black-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* inter-100 - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url('/static/fonts/inter-v20-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-100italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  src: url('/static/fonts/inter-v20-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('/static/fonts/inter-v20-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  src: url('/static/fonts/inter-v20-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('/static/fonts/inter-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url('/static/fonts/inter-v20-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('/static/fonts/inter-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/static/fonts/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url('/static/fonts/inter-v20-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/static/fonts/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('/static/fonts/inter-v20-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/static/fonts/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('/static/fonts/inter-v20-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/static/fonts/inter-v20-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url('/static/fonts/inter-v20-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('/static/fonts/inter-v20-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  src: url('/static/fonts/inter-v20-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.dp-icon-muted {
  filter: brightness(0) saturate(100%) invert(36%) sepia(7%) saturate(700%) hue-rotate(169deg) brightness(94%)
    contrast(88%);
}

.dp-icon-share {
  filter: brightness(0) saturate(100%) invert(18%) sepia(30%) saturate(2000%) hue-rotate(186deg) brightness(90%)
    contrast(90%);
}

.dp-icon-white {
  filter: brightness(0) invert(1);
}

.dp-header-btn {
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.dp-header-btn:hover {
  border-color: var(--dp-theme-accent-hover);
  box-shadow: 0 0 0 1px var(--dp-theme-accent-hover);
}

.search-toggle-suppressed {
  display: none !important;
}

.dp-nav-underline {
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}

.dp-nav-link {
  display: block;
  padding-top: 20px;
  padding-bottom: 16px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  box-sizing: border-box;
}

.dp-nav-link.border-dp-theme-accent,
.dp-nav-link.border-b-dp-theme-accent {
  border-bottom-color: var(--dp-theme-accent);
}

.dp-nav-esportes-mobile-link {
  display: none;
}

.dp-submenu-esportes__list {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.dp-submenu-esportes__list::-webkit-scrollbar {
  display: none;
}

.dp-header {
  position: relative;
}

.dp-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--dp-header-divider);
  z-index: 1;
  pointer-events: none;
}

#audio-progress,
.dp-audio-player__fill {
  width: calc(var(--audio-progress, 0) * 1%);
  max-width: 100%;
}

#audio-thumb,
.dp-audio-player__thumb {
  left: calc(var(--audio-progress, 0) * 1%);
}

.dp-audio-player {
  background-color: var(--dp-audio-bg);
}

.dp-audio-player__track {
  background-color: var(--dp-audio-track);
}

.dp-audio-player__fill {
  background-color: var(--dp-audio-fill);
}

.dp-audio-player__thumb {
  background-color: var(--dp-audio-accent);
}

.dp-audio-player__toggle img {
  filter: var(--dp-audio-icon-filter);
}

.dp-layout-content,
.dp-toolbar-row,
.dp-toolbar-content {
  overflow: visible;
}

.dp-full-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
}

/* Full-bleed dentro da coluna da toolbar — compensa container + padding-left do dp-toolbar-row */
.dp-toolbar-content > .dp-full-bleed {
  margin-left: calc(-1 * (max((100vw - 1300px) / 2, 1rem)));
}

@media (min-width: 1024px) {
  /* + w-11 (2.75rem) do aside e o gap de 2.5rem entre aside e conteúdo */
  .dp-toolbar-content > .dp-full-bleed {
    margin-left: calc(-1 * (max((100vw - 1300px) / 2, 1rem) + 6.5rem));
  }
}

.dp-toolbar-font {
  width: 2.75rem;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--dp-toolbar-border);
  background-color: var(--dp-white);
}

.dp-toolbar-font button {
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--dp-black-dp);
  transition: background-color 0.15s ease;
}

.dp-toolbar-font button:hover {
  background-color: var(--dp-gray-50);
}

.dp-toolbar-font__divider {
  border-top: 1px solid var(--dp-toolbar-border);
}

.dp-toolbar-share {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--dp-toolbar-border);
  background-color: var(--dp-white);
  line-height: 1;
  color: var(--dp-gray-700);
  transition:
    background-color 0.15s ease,
    opacity 0.15s ease;
}

.dp-toolbar-share:hover {
  background-color: var(--dp-gray-50);
}

body[data-theme='amazonia'] .dp-icon-share {
  filter: var(--dp-audio-icon-filter);
}

body[data-theme='amazonia'] #share-copy {
  background-color: var(--dp-audio-accent);
  color: var(--dp-white);
}

body[data-theme='amazonia'] #share-copy:hover {
  background-color: var(--dp-theme-shell);
}

#gallery-thumbs-track {
  will-change: scroll-position;
}

.gallery-thumbs-viewport {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  scroll-snap-type: x proximity;
}

.gallery-thumbs-viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.gallery-thumbs-viewport::-webkit-scrollbar {
  display: none;
}

.gallery-thumb {
  position: relative;
  flex-shrink: 0;
  width: 120px;
  height: 70px;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  scroll-snap-align: start;
}

.gallery-thumb img {
  display: block;
  width: 120px;
  height: 70px;
  object-fit: cover;
}

.gallery-thumb__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.gallery-thumb.is-active .gallery-thumb__overlay {
  opacity: 1;
}

.gallery-thumb:focus-visible {
  outline: 2px solid var(--dp-navy);
  outline-offset: 2px;
}

/*  New Gallery  */
.container-gallery {
  position: relative;
}
.mySlides {
  display: none;
  margin: 15px auto 0;
}
.container-gallery .cursor {
  cursor: pointer;
}
.container-gallery .prev,
.container-gallery .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  opacity: 0.6;
  transition-property: opacity;
  transition-timing-function: var( --tw-ease, var(--default-transition-timing-function) );
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.container-gallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.container-gallery .prev:hover,
.container-gallery .next:hover {
  opacity: 1;
  text-decoration: none;
}
.container-gallery .numbertext {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  position: absolute;
  top: 0;
}
.container-gallery .caption-container {
  text-align: left;
  --tw-bg-opacity: 1;
  background-color: rgb(27 58 107 / var(--tw-bg-opacity, 1));
  padding: 10px 20px;
  color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#article-body .container-gallery .caption-container p {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
}
.container-gallery .row {
  margin: 10px 0;
}
.container-gallery .row:after {
  content: "";
  display: table;
  clear: both;
}
.container-gallery .bigImgSlideGallery {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.container-gallery .column {
  float: left;
  width: 15.5%;
  margin: 0 10px 10px 0;
}
.container-gallery .demo {
  opacity: 0.6;
  height: 65px;
  border-radius: 0.5rem;
  object-fit: cover;
}
.container-gallery .active,
.container-gallery .demo:hover {
  opacity: 1;
}

.dp-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

a:hover .dp-video-play,
a:focus-visible .dp-video-play {
  background-color: rgba(0, 0, 0, 0.35);
}

.dp-video-play img {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  box-sizing: content-box;
}

.dp-video-card__frame {
  position: relative;
}

.dp-video-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.dp-video-card__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 35%, rgb(0 0 0 / 60%) 100%);
}

.dp-video-card__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0.75rem;
}

.dp-text-shadow {
  text-shadow: 0 2px 8px #00000099;
}

@media (min-width: 768px) {
  .container-gallery .demo {
    height: 75px;
  }
}

@media (min-width: 1024px) {
  .dp-video-card__media {
    margin-bottom: 1rem;
  }

  .dp-video-card__scrim {
    display: none;
  }

  .dp-video-card__title {
    position: static;
    padding: 0;
  }

  .lg\:dp-text-shadow-none {
    text-shadow: none;
  }

  .dp-video-play img {
    width: 4rem;
    height: 4rem;
  }

  .container-gallery .column {
    width: 18.1%;
  }

  .container-gallery .demo {
    height: 85px;
  }
}

select.dp-form-field {
  appearance: none;
  padding-top: 12px;
  padding-right: 36px;
  padding-bottom: 12px;
  padding-left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%235F6468' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 1.5rem;
}

.dp-capa-comemorativa {
  width: 100%;
}

.dp-capa-comemorativa__inner {
  border: 2px solid var(--dp-link);
  border-bottom-width: 5px;
}

.dp-capa-comemorativa__img {
  display: block;
  width: 80%;
  margin: -20px auto 15px;
  border: 2px solid #ededed;
  border-radius: 15px;
}

.dp-capa-comemorativa__body {
  margin-bottom: 20px;
  text-align: center;
  color: var(--dp-link);
}

.dp-capa-comemorativa__icon {
  display: block;
  width: 35px;
  height: 35px;
  margin: 10px auto;
  fill: currentColor;
}

.dp-capa-comemorativa__title {
  margin-bottom: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.dp-capa-comemorativa__text {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.dp-capa-card {
  position: relative;
  border: 3px solid var(--dp-link);
  background-color: var(--dp-white);
}

.dp-capa-card__btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: inherit;
  cursor: pointer;
}

.dp-capa-card__btn:focus-visible {
  outline: 2px solid var(--dp-link);
  outline-offset: 2px;
}

.dp-capa-card__date {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 10px;
  background-color: var(--dp-link);
  padding: 5px 10px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: normal;
  color: var(--dp-white);
}

.dp-capa-card__img {
  display: block;
  width: 100%;
  height: auto;
}

.dp-capa-card__title {
  margin: 0;
  padding: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: var(--dp-field-text);
}

.dp-capas-grid-wrap.is-collapsed::after,
.dp-article-more-wrap.is-collapsed::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--dp-white));
  pointer-events: none;
}

.dp-capa-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.dp-capa-modal.hidden {
  display: none;
}

.dp-capa-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.dp-capa-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  border-radius: 8px;
  background-color: var(--dp-white);
  padding: 16px;
}

.dp-capa-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background-color: var(--dp-white);
  color: var(--dp-gray-700);
  cursor: pointer;
}

.dp-capa-modal__close:hover {
  background-color: var(--dp-gray-50);
}

.dp-capa-modal__img {
  display: block;
  width: 100%;
  height: auto;
}

.dp-capa-modal__caption {
  margin: 12px 0 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: var(--dp-field-text);
}

[data-accordion-target][aria-expanded='true'] .chevron,
[data-mobile-accordion-toggle][aria-expanded='true'] .chevron {
  transform: rotate(180deg);
}

#footer-accordion [data-accordion-target] {
  background-color: transparent !important;
  color: var(--dp-white) !important;
  opacity: 1 !important;
}

#footer-accordion [data-accordion-target]:hover,
#footer-accordion [data-accordion-target]:focus,
#footer-accordion [data-accordion-target][aria-expanded='false'],
#footer-accordion [data-accordion-target][aria-expanded='true'] {
  background-color: transparent !important;
  color: var(--dp-white) !important;
  opacity: 1 !important;
}

#mare-mobile-toggle[aria-expanded='true'] .mare-chevron {
  transform: rotate(180deg);
}

[data-author-toggle][aria-expanded='true'] .chevron {
  transform: rotate(180deg);
}

@media (max-width: 1279px) {
  .mare-desktop .text-dp-14 {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
  }

  .container-gallery .column {
    width: 15.5%;
  }
}

.dp-colunista-avatar {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
}

.dp-colunista-avatar__img {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  border: 2px solid var(--dp-white);
  object-fit: cover;
  box-shadow: 0 2px 2px 0 #00000040;
}

.dp-colunistas-carousel {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.dp-colunistas-carousel__btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 1rem;
  color: var(--dp-gray-500);
  transition: color 0.2s ease;
}

.dp-colunistas-carousel__btn:hover:not(:disabled) {
  color: var(--dp-chapeu-blue);
}

.dp-colunistas-carousel__btn:disabled {
  cursor: default;
  opacity: 0.35;
}

.dp-colunistas-carousel__viewport {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.dp-colunistas-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.dp-colunistas-carousel__track {
  display: flex;
  gap: 2rem;
}

.dp-colunistas-carousel__slide {
  flex: 0 0 var(--colunistas-slide-width, 100%);
  min-width: 0;
  scroll-snap-align: start;
}

.dp-destaque-esportes {
  position: relative;
  width: 100%;
}

.dp-destaque-esportes__slides {
  position: relative;
}

.dp-destaque-esportes__slide {
  display: none;
}

.dp-destaque-esportes__slide.is-active {
  display: block;
}

.dp-destaque-esportes__scrim-mobile {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 45%, #000000 100%);
}

.dp-destaque-esportes__scrim-desktop {
  display: none;
}

.dp-destaque-esportes__dots-wrap {
  width: 100%;
}

.dp-destaque-esportes__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .dp-destaque-esportes__scrim-mobile {
    display: none;
  }

  .dp-destaque-esportes__scrim-desktop {
    display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgb(0 0 0 / 0%) 15%, rgb(0 0 0 / 55%) 72%),
      linear-gradient(180deg, rgb(0 0 0 / 0%) 35%, rgb(0 0 0 / 70%) 100%);
  }
}

.dp-map-embed {
  border: 0;
}
