/* Realico Noticias - Agenda Agropecuaria V2 */
#agendaAgropecuaria .agenda-v2-root {
  width: 100%;
  position: relative;
}

#agendaAgropecuaria .agenda-v2-head {
  align-items: flex-end;
  gap: 16px;
}

#agendaAgropecuaria .agenda-v2-shell {
  position: relative;
  width: 100%;
  margin-top: 14px;
  padding: 6px 48px 14px;
  overflow: hidden;
}

#agendaAgropecuaria .agenda-v2-stage {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

#agendaAgropecuaria .agenda-v2-stage:active {
  cursor: grabbing;
}

#agendaAgropecuaria .agenda-v2-track {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform .42s cubic-bezier(.22,.9,.28,1);
  will-change: transform;
}

#agendaAgropecuaria .agenda-v2-slide {
  appearance: none;
  -webkit-appearance: none;
  border: 0 !important;
  padding: 0 !important;
  margin: 0;
  background: transparent !important;
  box-shadow: none !important;
  flex: 0 0 auto;
  height: clamp(255px, 43vw, 420px);
  max-width: min(78vw, 390px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: .78;
  transform: scale(.95);
  transition: transform .28s ease, opacity .28s ease, filter .28s ease;
  outline: none;
}

#agendaAgropecuaria .agenda-v2-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

#agendaAgropecuaria .agenda-v2-slide:hover {
  opacity: 1;
}

#agendaAgropecuaria .agenda-v2-slide:focus-visible img {
  outline: 3px solid rgba(34, 113, 83, .45);
  outline-offset: 4px;
}

#agendaAgropecuaria .agenda-v2-slide img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  background: transparent !important;
  border: 0 !important;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .20);
  user-select: none;
  -webkit-user-drag: none;
}

#agendaAgropecuaria .agenda-v2-caption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  justify-content: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(0,0,0,.56);
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  backdrop-filter: blur(8px);
  pointer-events: none;
}

#agendaAgropecuaria .agenda-v2-edge {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .12);
  background: rgba(255,255,255,.94);
  color: #162033;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .18);
  display: grid;
  place-items: center;
  cursor: pointer;
}

#agendaAgropecuaria .agenda-v2-edge-prev { left: 5px; }
#agendaAgropecuaria .agenda-v2-edge-next { right: 5px; }
#agendaAgropecuaria .agenda-v2-top-arrows button { cursor: pointer; }

html.agenda-v2-modal-open,
body.agenda-v2-modal-open {
  overflow: hidden !important;
}

.agenda-v2-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease;
}

.agenda-v2-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.agenda-v2-lb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 7, 18, .84);
  backdrop-filter: blur(7px);
}

.agenda-v2-lb-panel {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: grid;
  place-items: center;
  padding: 54px 68px 42px;
  box-sizing: border-box;
}

.agenda-v2-lb-figure {
  width: 100%;
  height: 100%;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: center;
  gap: 10px;
}

.agenda-v2-lb-img {
  display: block;
  max-width: 100%;
  max-height: calc(100dvh - 128px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 24px 66px rgba(0,0,0,.42);
  background: transparent !important;
}

.agenda-v2-lb-figure figcaption {
  max-width: min(86vw, 720px);
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 7px 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.17);
  backdrop-filter: blur(8px);
  text-align: center;
}

.agenda-v2-lb-counter { opacity: .78; }

.agenda-v2-lb-close,
.agenda-v2-lb-arrow {
  position: absolute;
  z-index: 3;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  color: #111827;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0,0,0,.26);
}

.agenda-v2-lb-close {
  top: 12px;
  right: 16px;
  width: 44px;
  height: 44px;
}

.agenda-v2-lb-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
}

.agenda-v2-lb-prev { left: 14px; }
.agenda-v2-lb-next { right: 14px; }

@media (max-width: 760px) {
  #agendaAgropecuaria .agenda-v2-head { align-items: flex-start; }
  #agendaAgropecuaria .agenda-v2-shell { padding: 4px 36px 12px; }
  #agendaAgropecuaria .agenda-v2-track { gap: 8px; }
  #agendaAgropecuaria .agenda-v2-slide {
    height: clamp(245px, 76vw, 380px);
    max-width: 76vw;
  }
  #agendaAgropecuaria .agenda-v2-caption { display: none; }
  #agendaAgropecuaria .agenda-v2-edge {
    width: 34px;
    height: 34px;
  }
  #agendaAgropecuaria .agenda-v2-edge-prev { left: 1px; }
  #agendaAgropecuaria .agenda-v2-edge-next { right: 1px; }
  .agenda-v2-lb-panel { padding: 52px 46px 38px; }
  .agenda-v2-lb-img { max-height: calc(100dvh - 122px); }
  .agenda-v2-lb-arrow {
    width: 38px;
    height: 38px;
  }
  .agenda-v2-lb-prev { left: 5px; }
  .agenda-v2-lb-next { right: 5px; }
  .agenda-v2-lb-close {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
  .agenda-v2-lb-figure figcaption {
    max-width: 82vw;
    font-size: .86rem;
  }
}
