.videoteca-rsemap{font-family:Arial,sans-serif;width:100%;max-width:100%;margin:0 auto;padding:18px 0;background:transparent;color:#202020}.videoteca-rsemap *{box-sizing:border-box;font-family:Arial,sans-serif}.videoteca-rsemap-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin:0 0 30px}.videoteca-rsemap-view-selector{display:flex;gap:10px;flex-wrap:wrap}.videoteca-rsemap-view-btn,.videoteca-rsemap-theater,.videoteca-rsemap-youtube-link{appearance:none;border:1px solid rgba(18,63,120,.22);border-radius:999px;background:#fff;color:var(--vry-primary,#123f78)!important;font-weight:700;font-size:15px!important;line-height:1.1;padding:13px 21px!important;cursor:pointer;text-decoration:none!important;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.videoteca-rsemap-view-btn[aria-pressed="true"],.videoteca-rsemap-theater[aria-pressed="true"]{background:var(--vry-primary,#123f78);color:#fff!important;box-shadow:0 8px 22px rgba(18,63,120,.18)}.videoteca-rsemap-view-btn:hover,.videoteca-rsemap-theater:hover,.videoteca-rsemap-youtube-link:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(18,63,120,.16)}.videoteca-rsemap-year-label{display:flex;align-items:center;gap:10px;font-weight:700;color:#222}.videoteca-rsemap-year-filter{min-width:150px;border:1px solid rgba(18,63,120,.25);border-radius:999px;padding:12px 16px;background:#fff;color:#222;font-weight:700}
.videoteca-rsemap-grid{display:flex;flex-wrap:wrap;gap:36px 28px;align-items:stretch;width:100%}.videoteca-rsemap-item{background:transparent;border:0;box-shadow:none;padding:0;margin:0;min-width:0;flex:1 1 var(--vry-basis,calc((100% - 84px)/4));max-width:100%;display:flex;flex-direction:column}.videoteca-rsemap-content{display:flex;flex-direction:column;flex:1}.videoteca-rsemap-thumb{position:relative;display:block;width:100%;aspect-ratio:16/9;padding:0;border:0;border-radius:10px;overflow:hidden;background:#111;cursor:pointer}.videoteca-rsemap-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease,filter .25s ease}.videoteca-rsemap-thumb:hover img{transform:scale(1.035);filter:brightness(.86)}.videoteca-rsemap-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 10px 30px rgba(0,0,0,.25)}.videoteca-rsemap-play:after{content:"";position:absolute;left:25px;top:19px;border-left:18px solid var(--vry-primary,#123f78);border-top:12px solid transparent;border-bottom:12px solid transparent}.videoteca-rsemap-title{font-family:Arial,sans-serif!important;margin:14px 0 8px;font-size:18px;line-height:1.35;font-weight:700;color:#1f1f1f;white-space:normal!important;overflow:visible!important;text-overflow:unset!important;display:block!important;word-break:normal;overflow-wrap:anywhere}.videoteca-rsemap-date{display:block;margin:0 0 14px;color:#666;font-size:14px;line-height:1.3}.videoteca-rsemap-button{appearance:none!important;border:0!important;border-radius:999px!important;background:var(--vry-primary,#123f78)!important;color:#fff!important;font-weight:700!important;font-size:16px!important;line-height:1.1!important;padding:15px 22px!important;min-height:50px!important;width:100%!important;max-width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;cursor:pointer;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease;box-shadow:0 6px 18px rgba(18,63,120,.18);margin-top:auto}.videoteca-rsemap-button:hover{transform:translateY(-1px);opacity:.94;box-shadow:0 9px 22px rgba(18,63,120,.25)}.videoteca-rsemap-empty{font-weight:700;padding:18px 0}.videoteca-rsemap-search-wrap{margin:0 0 24px}.videoteca-rsemap-search{width:min(420px,100%);border:1px solid #d8d0c4;border-radius:12px;padding:12px 14px;font-size:16px}
.videoteca-rsemap.vry-list-view .videoteca-rsemap-grid{display:block}.videoteca-rsemap.vry-list-view .videoteca-rsemap-item{display:grid;grid-template-columns:minmax(260px,380px) minmax(0,1fr);column-gap:30px;row-gap:8px;align-items:start;padding:0 0 28px;margin:0 0 28px;border-bottom:1px solid rgba(18,63,120,.16);max-width:none}.videoteca-rsemap.vry-list-view .videoteca-rsemap-thumb{grid-column:1;grid-row:1}.videoteca-rsemap.vry-list-view .videoteca-rsemap-content{grid-column:2;grid-row:1;height:100%;display:flex;flex-direction:column}.videoteca-rsemap.vry-list-view .videoteca-rsemap-title{margin:0 0 10px;font-size:22px;line-height:1.32}.videoteca-rsemap.vry-list-view .videoteca-rsemap-button{margin-top:auto}
.videoteca-rsemap.vry-featured-view .videoteca-rsemap-grid{display:grid;grid-template-columns:repeat(var(--vry-columns,4),minmax(0,1fr));gap:34px 28px}.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item{display:flex;max-width:none;flex:none}.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item:not([hidden]):first-of-type{grid-column:1/-1;display:grid;grid-template-columns:minmax(420px,1.25fr) minmax(0,.85fr);gap:34px;align-items:center;border-bottom:1px solid rgba(18,63,120,.16);padding-bottom:34px}.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item:not([hidden]):first-of-type .videoteca-rsemap-thumb{min-height:380px}.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item:not([hidden]):first-of-type .videoteca-rsemap-title{font-size:30px;line-height:1.24;margin-top:0}.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item:not([hidden]):first-of-type .videoteca-rsemap-button{font-size:18px!important;min-height:56px!important}
.videoteca-rsemap-modal[hidden]{display:none}.videoteca-rsemap-modal{position:fixed;z-index:999999;inset:0;display:flex;align-items:center;justify-content:center;padding:24px}.videoteca-rsemap-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.82);backdrop-filter:blur(4px)}.videoteca-rsemap-modal-dialog{position:relative;z-index:1;width:min(1140px,94vw);background:#070707;border-radius:18px;box-shadow:0 28px 90px rgba(0,0,0,.55);overflow:hidden}.videoteca-rsemap-modal-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:18px 20px;background:#fff;color:#111}.videoteca-rsemap-modal-title{font-size:20px!important;line-height:1.3!important;margin:0 0 4px!important;color:#111!important;font-weight:800!important}.videoteca-rsemap-modal-date{margin:0;color:#666;font-weight:700}.videoteca-rsemap-modal-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.videoteca-rsemap-close{width:44px;height:44px;border-radius:50%;border:0;background:var(--vry-primary,#123f78);color:#fff;font-size:31px;line-height:40px;cursor:pointer}.videoteca-rsemap-player{position:relative;width:100%;aspect-ratio:16/9;background:#000}.videoteca-rsemap-player iframe{position:absolute;inset:0;width:100%;height:100%;border:0}body.vry-modal-open{overflow:hidden}.videoteca-rsemap-modal.vry-theater-mode{padding:0}.videoteca-rsemap-modal.vry-theater-mode .videoteca-rsemap-modal-dialog{width:100vw;height:100vh;border-radius:0;display:flex;flex-direction:column}.videoteca-rsemap-modal.vry-theater-mode .videoteca-rsemap-player{flex:1;aspect-ratio:auto}.videoteca-rsemap-no-results{width:100%;font-weight:700;padding:20px 0;color:#555}
@media(max-width:1100px){.videoteca-rsemap-grid{gap:34px 28px}.videoteca-rsemap-item{flex-basis:calc((100% - 56px)/3)}.videoteca-rsemap.vry-featured-view .videoteca-rsemap-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item:not([hidden]):first-of-type{grid-template-columns:1fr}.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item:not([hidden]):first-of-type .videoteca-rsemap-thumb{min-height:auto}}@media(max-width:780px){.videoteca-rsemap-toolbar{align-items:stretch}.videoteca-rsemap-view-selector,.videoteca-rsemap-year-label{width:100%}.videoteca-rsemap-view-btn{flex:1 1 100%;width:100%}.videoteca-rsemap-year-filter{flex:1}.videoteca-rsemap-grid{gap:28px 18px}.videoteca-rsemap-item{flex-basis:calc((100% - 18px)/2)}.videoteca-rsemap-title{font-size:16px}.videoteca-rsemap.vry-list-view .videoteca-rsemap-item{grid-template-columns:1fr;display:grid}.videoteca-rsemap.vry-list-view .videoteca-rsemap-thumb,.videoteca-rsemap.vry-list-view .videoteca-rsemap-content{grid-column:1;grid-row:auto}.videoteca-rsemap.vry-list-view .videoteca-rsemap-title{font-size:18px;margin-top:12px}.videoteca-rsemap.vry-featured-view .videoteca-rsemap-grid{display:flex;flex-wrap:wrap}.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item:not([hidden]):first-of-type{display:flex}.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item:not([hidden]):first-of-type .videoteca-rsemap-title{font-size:22px}.videoteca-rsemap-modal{padding:12px}.videoteca-rsemap-modal-head{display:block}.videoteca-rsemap-modal-actions{justify-content:flex-start;margin-top:12px}.videoteca-rsemap-modal.vry-theater-mode .videoteca-rsemap-modal-head{max-height:38vh;overflow:auto}}@media(max-width:520px){.videoteca-rsemap-grid{gap:28px 0}.videoteca-rsemap-item{flex-basis:100%;width:100%}.videoteca-rsemap-thumb{border-radius:10px}.videoteca-rsemap-play{width:52px;height:52px}.videoteca-rsemap-play:after{left:21px;top:16px;border-left-width:16px;border-top-width:10px;border-bottom-width:10px}.videoteca-rsemap-button{width:100%!important;min-width:0!important}.videoteca-rsemap-modal-title{font-size:17px!important}.videoteca-rsemap-theater,.videoteca-rsemap-youtube-link{width:100%;text-align:center}.videoteca-rsemap-close{position:absolute;right:10px;top:10px}}


/* v1.8.0: distribución refinada de botones en el popup */
.videoteca-rsemap-modal-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:start!important;
  column-gap:24px!important;
  row-gap:12px!important;
  padding:18px 22px!important;
}
.videoteca-rsemap-modal-head > div:first-child{
  min-width:0!important;
  padding-right:8px!important;
}
.videoteca-rsemap-modal-title{
  max-width:100%!important;
  margin-right:0!important;
}
.videoteca-rsemap-modal-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:nowrap!important;
  gap:12px!important;
  white-space:nowrap!important;
}
.videoteca-rsemap-theater,
.videoteca-rsemap-youtube-link{
  min-height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:13px 20px!important;
  margin:0!important;
}
.videoteca-rsemap-close{
  flex:0 0 46px!important;
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  font-size:30px!important;
  line-height:1!important;
  box-shadow:0 8px 22px rgba(18,63,120,.22)!important;
}
.videoteca-rsemap-modal.vry-theater-mode .videoteca-rsemap-modal-head{
  position:relative!important;
  z-index:2!important;
  flex:0 0 auto!important;
}
@media(max-width:900px){
  .videoteca-rsemap-modal-head{
    grid-template-columns:1fr!important;
  }
  .videoteca-rsemap-modal-actions{
    width:100%!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
  }
}
@media(max-width:520px){
  .videoteca-rsemap-modal-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr 46px!important;
    gap:8px!important;
  }
  .videoteca-rsemap-theater,
  .videoteca-rsemap-youtube-link{
    width:100%!important;
    min-width:0!important;
    padding:12px 10px!important;
    font-size:13px!important;
  }
  .videoteca-rsemap-close{
    position:static!important;
    right:auto!important;
    top:auto!important;
  }
}

/* v2.1.0: filtro anual robusto. Evita que Divi o reglas flex/grid anulen el atributo hidden. */
.videoteca-rsemap .videoteca-rsemap-item[hidden],
.videoteca-rsemap .videoteca-rsemap-item.vry-force-hidden{display:none!important;visibility:hidden!important;}
.videoteca-rsemap .videoteca-rsemap-year-status{width:100%;font-weight:700;color:#333;margin:-12px 0 10px;font-size:16px;}
.videoteca-rsemap .videoteca-rsemap-no-results{width:100%;font-weight:700;color:#7a4b00;background:#fff7e6;border-left:4px solid #c9943a;padding:14px 16px;margin:10px 0;}
.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item.vry-featured-primary{grid-column:1/-1;display:grid!important;grid-template-columns:minmax(420px,1.25fr) minmax(0,.85fr);gap:34px;align-items:center;border-bottom:1px solid rgba(18,63,120,.16);padding-bottom:34px;}
.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item.vry-featured-primary .videoteca-rsemap-thumb{min-height:380px;}
.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item.vry-featured-primary .videoteca-rsemap-title{font-size:30px;line-height:1.24;margin-top:0;}
@media(max-width:780px){.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item.vry-featured-primary{display:flex!important;grid-template-columns:1fr}.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item.vry-featured-primary .videoteca-rsemap-thumb{min-height:auto}.videoteca-rsemap.vry-featured-view .videoteca-rsemap-item.vry-featured-primary .videoteca-rsemap-title{font-size:22px}}

/* v2.3.0: filtro anual eliminado del front */
.videoteca-rsemap-year-label,.videoteca-rsemap-year-filter,.videoteca-rsemap-year-status{display:none!important;}
.videoteca-rsemap-toolbar{justify-content:flex-start!important;}
