@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUE.ttf) format('truetype');
}
.ambio-info-screen .slides.slideshow .slide {
  background-repeat: no-repeat;
  background-size: contain;
}
.ambio-info-screen.custom {
  --header-height: 18.51851852vw;
  --footer-height: 14.35185185vw;
  display: flex;
  flex-direction: column;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  width: 100vw;
  height: 100vh;
}
.ambio-info-screen.custom .playlist-header {
  flex: 0 0 var(--header-height);
  background: black;
  order: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ambio-info-screen.custom .playlist-header img {
  height: 9.25925926vw;
  width: auto;
}
.ambio-info-screen.custom .slides.slideshow {
  order: 1;
  height: calc(100vh - var(--header-height) - var(--footer-height));
  padding: 1.85185185vw 0;
}
.ambio-info-screen.custom .slides.slideshow .slide {
  height: calc(100vh - var(--header-height) - var(--footer-height) - 1.85185185vw - 1.85185185vw);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  align-items: stretch;
  width: 100vw;
  background-size: 100vw auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
}
.ambio-info-screen.custom .slides.slideshow .slide * {
  margin: 0;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper {
  padding: 3.7037037vh;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .salestatus {
  transform: translateX(-30%) translateY(0) rotate(-45deg);
  transform-origin: top right;
  top: -1.5em;
  left: -1.5em;
  position: absolute;
  text-transform: uppercase;
  padding: 20px 10px;
  min-width: 700px;
  font-size: 6.48148148vw;
  text-align: center;
  z-index: 1;
  background-color: #000000;
  color: #FFFFFF;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .content {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5vw 0;
  position: relative;
  z-index: 1;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .content > h3 {
  font-size: 5.27777778vw;
  text-transform: uppercase;
  margin: 0 0 0 0;
  font-weight: 500;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .content > p.date {
  font-size: 4.62962963vw;
  text-transform: uppercase;
  margin: 6.38888889vw 0 5.09259259vw 0;
  font-weight: 500;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .content > p.date > span.time {
  font-weight: 200;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .content > p.hall {
  font-size: 2.59259259vw;
  margin: 0;
  font-weight: 200;
}
.ambio-info-screen.custom .slides.slideshow .slide.event.image .content-wrapper {
  background-color: #000;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.background.image {
  width: 200vw;
  padding: 1vw;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split {
  display: flex;
  width: 100%;
  height: 100%;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split.horizontal {
  font-size: 2vw;
  flex-direction: row;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split.horizontal.reverse {
  flex-direction: row-reverse;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split.horizontal > div {
  flex: 0 50%;
  max-width: 100%;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split.vertical {
  flex-direction: column;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split.vertical.reverse {
  flex-direction: column-reverse;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split.vertical > div {
  flex: 0 0 50%;
  width: 100%;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split > div.image {
  background-position: center;
  background-size: cover;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split > div.text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3vw;
}
.ambio-info-screen.custom .slides.slideshow .slide.iframe .content {
  height: 100%;
  width: 100%;
  position: relative;
}
.ambio-info-screen.custom .slides.slideshow .slide.iframe .content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ambio-info-screen.custom .playlist-footer {
  flex: 0 0 var(--footer-height);
  order: 2;
  display: flex;
  flex-direction: column;
}
.ambio-info-screen.custom .playlist-footer > p {
  font-size: 3.05555556vw;
  background: #000;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 1.85185185vw 0;
  font-weight: 400;
}
.ambio-info-screen.custom .playlist-footer > .logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
}
.ambio-info-screen.custom .playlist-footer > .logos > img {
  height: 3.24074074vw;
  width: auto;
}
.ambio-info-screen.custom.landscape {
  --header-height: 18.51851852vh;
  --footer-height: 14.35185185vh;
  transform: rotate(90deg);
  transform-origin: bottom left;
  position: absolute;
  top: -100vw;
  height: 100vw;
  width: 100vh;
}
.ambio-info-screen.custom.landscape .playlist-header img {
  height: 9.25925926vh;
}
.ambio-info-screen.custom.landscape .slides.slideshow {
  height: calc(100vw - var(--header-height) - var(--footer-height));
  padding: 1.85185185vh 0;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide {
  height: calc(100vw - var(--header-height) - var(--footer-height) - 1.85185185vh - 1.85185185vh);
  width: 100vh;
  background-size: 100vh auto;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper {
  padding: 3.7037037vh;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper .salestatus {
  font-size: 6.48148148vh;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper .content {
  padding: 5vh 0;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper .content > h3 {
  font-size: 5.27777778vh;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper .content > p.date {
  font-size: 4.62962963vh;
  margin: 6.38888889vh 0 5.09259259vh 0;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper .content > p.hall {
  font-size: 2.59259259vh;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.custom-content .content.background.image {
  width: 200vh;
  padding: 1vh;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.custom-content .content.split.horizontal {
  font-size: 2vh;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.custom-content .content.split > div.text {
  padding: 3vh;
}
.ambio-info-screen.custom.landscape .playlist-footer > p {
  font-size: 3.05555556vh;
  padding: 1.85185185vh 0;
}
.ambio-info-screen.custom.landscape .playlist-footer > .logos > img {
  height: 3.24074074vh;
}
/*
  .content-header{
    display: flex;
    justify-content: center;
    padding: 5vh 0;
    background-color: #000;
    margin-bottom: 1vw;
  }

  .content-header .logo{
    max-width: 40vh;
    display: block;
    margin: 0 auto;
  }

  .content-info{
    padding: 10vh 20vh;
    background-color: #000;
  }


  .sticky-footer {
    padding-top: 1vw;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    border: 1px solid #000;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-url{
    background-color: #000;
    padding: 0 100vh;
  }

  .footer-url .title{
    font-size: 4vh;
    color: #fff;
    margin: 0;
    padding: 10px;
  }

  .row img {
    flex: 1;
    max-width: 13%;
    height: auto;
    margin: 0 5px;
    padding: 10px;
  }




  .list:not(:has(> .content-footer)) .content-footer {
    display: none;
  }
*/
/*


  .ambio-info-screen .slides.slideshow .slide * {
    margin: 0;
  }
  .ambio-info-screen .slides.slideshow .slide.active {
    opacity: 1 !important;
    z-index: 2 !important;
  }

  .ambio-info-screen .slides.slideshow .slide .index {
    opacity: 0;
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
    font-size: 5rem;
    transition: opacity 200ms linear, bottom 100ms linear;
    z-index: 3;
    color: #fff;
  }
  .ambio-info-screen .slides.slideshow .slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
  }
  .ambio-info-screen .slides.slideshow .slide .overlay:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .ambio-info-screen .slides.slideshow .slide .overlay:hover .index {
    opacity: 1;
    bottom: 1rem;
  }
  .ambio-info-screen .notice {
    display: flex;
    height: 100vw;
    width: 100vh;
    align-items: flex-end;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    padding: 1vh;
    color: #000;
  }



  .salestatus{
    transform: translateX(-30%) translateY(0) rotate(-45deg);
    transform-origin: top right;
    top: -1.5em;
    left: -1.5em;
    position: absolute;
    text-transform: uppercase;
    padding: 20px 10px;
    min-width: 700px;
    font-size: 0.7em;
    text-align: center;
    z-index: 1;
    background-color: #000000;
    color: #FFFFFF;
  }

  .list .salestatus {
    display: none;
  }


  .description{
    font-size: 3vh;
    font-weight: 200;
  }

 */
/*# sourceMappingURL=style.css.map */
