@import url("https://use.typekit.net/aap4ljb.css");
.ambio-info-screen {
  margin: 0 !important;
  --slide-height: 100vh;
  font-family: din-2014, sans-serif !important;
  font-size: 16px;
}
@media screen and (max-width: 782px) {
  .ambio-info-screen {
    font-size: 20px;
  }
}

.ambio-info-screen .slides.list {
  display: grid;
  grid-auto-rows: 1fr;
  background-color: #ccc;
}
.ambio-info-screen .slides.list .slide {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  padding: 0 2rem;
  font-size: 1.5rem;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-color: #fff;
  transition: all 200ms linear;
  opacity: 0.4;
}
.ambio-info-screen .slides.list .slide.active {
  padding-left: 3rem;
  opacity: 1;
}
.ambio-info-screen .slides.list .slide * {
  margin: 0;
}
.ambio-info-screen .slides.list .slide .index {
  margin-right: 1rem;
  font-size: 5rem;
}
.ambio-info-screen .slides.slideshow .slide {
  display: flex;
  height: var(--slide-height);
  width: 100vw;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  text-align: center;
  position: absolute;
  opacity: 0;
  z-index: 1;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}
.ambio-info-screen .slides.slideshow .slide.event {
  align-items: flex-end;
}
.ambio-info-screen .slides.slideshow .slide.event .content {
  background-color: #819e94;
  color: #000;
  padding: 4rem 3rem 3rem 3rem;
  text-align: center;
  position: relative;
  width: 65%;
  margin: auto auto 0.5em auto;
  text-transform: uppercase;
  font-size: 3.125rem;
}
.ambio-info-screen .slides.slideshow .slide.event .content h2 {
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 3.125rem;
  font-family: din-2014, sans-serif !important;
}
.ambio-info-screen .slides.slideshow .slide.event .content p {
  font-family: din-2014, sans-serif !important;
}
.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;
}
.ambio-info-screen .slides.slideshow .slide:hover .index {
  opacity: 1;
  bottom: 1rem;
}
.ambio-info-screen .notice {
  display: flex;
  height: var(--slide-height);
  width: 100vw;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  text-align: center;
  color: red;
}
/*# sourceMappingURL=style.css.map */