video.once.inactive {
  width: 100% !important;
  height: auto !important;
}

figure.onceVideo {
  height: auto;
  object-fit: cover;
  position: relative;
  margin: 0;
  line-height: 0;
  background-color: black;
  display: inline-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.onceVideo figcaption {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.onceVideo video {
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .onceVideo video {
    height: 100% !important;
  }
  .onceVideo video::-ms-backdrop, .onceVideo video {
    height: 100% !important;
  }
}
@supports (-ms-accelerator: true) {
  .onceVideo video {
    height: 100% !important;
  }
}
figure.onceVideo .controls img, #content .bloqueNoticia figure.onceVideo .controls img {
  display: block;
  max-width: 100%;
  width: 2em;
  background-color: white;
  border-radius: 0.25em;
}

.controls {
  display: inline-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #333;
  width: 100%;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.2em;
  box-sizing: border-box;
  z-index: 3;
}

.controls[data-state=hidden] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.controls[data-state=visible] {
  display: inline-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.controls > *:first-child {
  margin-left: 0;
}

.controls .once-progress {
  cursor: pointer;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 0.2em;
  margin: 0 0.5em;
  border: 2px solid transparent;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.controls .time {
  color: white;
  text-align: center;
  padding: 0.1em;
  margin-right: 0.5em;
  border: 2px solid transparent;
  order: 3;
}

.controls .timeSpan {
  line-height: 1em;
  margin: 0 auto;
}

.controls .time .ctime, .controls .time .stime, .controls .time .ttime {
  vertical-align: baseline;
}

.controls button {
  cursor: pointer;
  border: transparent;
  background: transparent;
  box-sizing: border-box;
  padding: 0.25em;
  margin: auto;
  max-width: 100%;
  font-size: 100%;
  order: 2;
}

.controls button:hover, .controls button:focus, .controls button:focus-visible, .subtitles-menu li button:hover, .subtitles-menu li button:focus, .controls .time:hover, .controls .time:focus, .subtitles-menu li button[data-state=active] {
  outline: 2px solid white;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.controls progress {
  width: 100%;
  border: 2px solid transparent;
  background-color: white;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -webkit-appearance: none;
  appearance: none;
  color: #007a2e;
  display: inline-block;
  vertical-align: middle;
}

::-webkit-progress-bar {
  background-color: white;
}

.controls progress:hover, .controls progress:focus {
  background-color: #333;
  border-color: white;
}

::-webkit-progress-bar:hover {
  background-color: #333;
}

.controls progress::-moz-progress-bar {
  background-color: #007a2e;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

:-webkit-full-screen {
  background: black;
}

.controls progress::-webkit-progress-bar {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.controls progress::-webkit-progress-value {
  background-color: #007a2e;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.controls progress::-webkit-progress {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#content .onceVideo ul.subtitles-menu, .onceVideo ul.subtitles-menu {
  display: inline-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
  background: #333;
  list-style-type: none;
  margin: auto;
  padding: 1em;
  width: 10em;
  z-index: 4;
}

.onceVideo ul.subtitles-menu li {
  margin-bottom: 0.25em;
  line-height: 1.5em;
  display: list-item;
  padding: 0;
  text-align: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

#content .onceVideo ul.subtitles-menu li:last-child, .onceVideo ul.subtitles-menu li:last-child {
  margin-bottom: 0;
}

.onceVideo ul.subtitles-menu li button {
  border: 1px solid white;
  background: #333;
  color: white;
  cursor: pointer;
  width: 100%;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.onceVideo ul.subtitles-menu li button:hover, .onceVideo ul.subtitles-menu li button:active, .onceVideo ul.subtitles-menu li button:focus {
  background: white;
  color: black;
}

.onceVideo ul.subtitles-menu li button[data-state=active] {
  background: white;
  color: black;
}

.onceVideo ul.subtitles-menu li button[data-state=active]:hover, .onceVideo ul.subtitles-menu li button[data-state=active]:active, .onceVideo ul.subtitles-menu li button[data-state=active]:focus {
  background: #333;
  color: white;
  border: 1px solid white;
}

button.big-play-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.45);
  border: 0;
}

.big-play-button > img {
  width: 13%;
}

figure.onceVideo[data-fullscreen=true] {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0 0 2.8em;
  max-height: 100%;
  min-height: 100%;
  display: block;
}

figure.onceVideo[data-fullscreen=true] video {
  height: 100% !important;
}

figure.onceVideo[data-fullscreen=true] figcaption {
  display: none;
}

figure.onceVideo[data-fullscreen=true] .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2147483647;
  height: auto;
}

.once-fallback {
  display: block;
  text-align: left;
  border: 2px solid #d71017;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  padding: 1em;
  margin-bottom: 1em;
  word-wrap: break-word;
}

.once-fallback p.once-reason {
  text-align: left;
}

.once-fallback div, .once-fallback ul, .once-fallback p {
  line-height: normal;
}

.once-fallback p {
  margin: 0 0 10px;
}

.once-fallback li, .once-fallback .notsupportedmessage {
  font-weight: normal;
}

.once-fallback img {
  width: 90%;
  margin: 1em auto;
  opacity: 0.3;
}

.once-fallback img.able-poster {
  position: relative;
}

#form-widgets-IVideo-hls_url, #form-widgets-IVideo-mpd_url {
  width: 100%;
}

.hiddenStructure {
  display: block;
  background: transparent;
  background-image: none;
  border: 0;
  height: 0.1em;
  overflow: hidden;
  padding: 0;
  margin: -0.1em 0 0 -0.1em;
  width: 1px;
}

.ie6 .hiddenStructure, .ie7 .hiddenStructure {
  position: absolute;
}

.controls .fs {
  order: 100;
}

@media screen and (max-width: 600px) {
  .controls .fs {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  figure.onceVideo[data-fullscreen=true] {
    padding: 0 0 3.7em;
  }
  figure.onceVideo[data-fullscreen=true] video {
    height: 100% !important;
    width: 100% !important;
  }
  button.big-play-button {
    padding-bottom: 5.4em;
  }
  .controls {
    font-size: 80%;
  }
  .controls .once-progress {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    margin: 0;
  }
  .controls button {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .controls .time {
    -ms-flex-grow: 2;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    flex-grow: 2;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 321px) {
  button.big-play-button {
    padding-bottom: 40%;
  }
  .controls .time {
    -webkit-box-ordinal-group: 98;
    -moz-box-ordinal-group: 98;
    -ms-flex-order: 98;
    -webkit-order: 98;
    order: 98;
    width: 100%;
  }
}
@media (forced-colors: active) {
  .once-fallback {
    background-color: black;
    color: white;
  }
  .controls progress {
    background-color: black;
    color: white;
    forced-color-adjust: none;
  }
  .controls progress::-moz-progress-bar {
    background-color: white;
    forced-color-adjust: none;
  }
  .controls progress::-webkit-progress-value {
    background-color: white;
    forced-color-adjust: none;
  }
  ::-webkit-progress-bar {
    background-color: black;
    forced-color-adjust: none;
  }
  figure.onceVideo {
    border: 1px solid white;
  }
  figure.onceVideo[data-fullscreen=true] {
    border: 0;
  }
}
.portlet-reproductor-video #transcriptionPanelHeader {
  color: white;
}
.portlet-reproductor-video .portlet-title-text {
  display: none;
}
.portlet-reproductor-video .panel-group .panel:last-child {
  border: none !important;
}
.portlet-reproductor-video .panel-group .panel {
  box-shadow: unset !important;
  border: none !important;
}
.portlet-reproductor-video .panel-group .panel-body {
  line-height: 1.2em;
}
.portlet-reproductor-video .video-hidden-cursor {
  cursor: none;
  padding-bottom: 0px !important;
}

@media screen and (max-width: 700px) {
  figure.onceVideo .controls img, #content .bloqueNoticia figure.onceVideo .controls img {
    width: 2.5em;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (forced-colors: active) {
  figure.onceVideo .controls img {
    background-color: none;
    forced-color-adjust: none;
  }
}
button.big-play-button {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (forced-colors: active) {
  button {
    border-style: unset;
  }
  button.big-play-button {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media (inverted-colors) {
  button {
    border-style: unset;
  }
  button.big-play-button {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media (max-width: 768px) {
  button {
    border-style: unset;
  }
  .big-play-button > img {
    width: 30%;
  }
}
.row {
  margin: 0 !important;
}

.big-play-button:focus, .big-play-button:hover {
  outline: solid var(--bg-primary, #006939) 5px;
  outline-offset: 0.5rem;
}

@media (forced-colors: active), (inverted-colors: inverted) {
  .controls button img,
  .controls button img {
    filter: invert(1);
  }
}
body {
  background: transparent;
}
body > figure.onceVideo > button.big-play-button {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body > figure.onceVideo > button.big-play-button > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body > figure.onceVideo.fixed-height {
  background: transparent;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body > figure.onceVideo.fixed-height > video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
}
body > figure.onceVideo.fixed-height > .controls {
  background: rgba(51, 51, 51, 0.7);
  transition: max-height 2s ease-out;
  max-height: 600px;
}
body > figure.onceVideo.fixed-height > .controls[data-state=hidden] {
  display: inline-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: static;
  padding: 0.2em;
  width: 100%;
  height: auto;
  max-height: 0;
}
body > figure.onceVideo.fixed-height > .controls[data-state=visible] {
  max-height: 600px;
}
body > figure.onceVideo.fixed-height.video-hidden-cursor > video {
  max-height: 100%;
}