

:root {
    --window-height-noresize: calc(var(--vh-noresize, 1vh) * 100);
    --window-height: calc(var(--vh, 1vh) * 100);
    
}.streaming-plugin {
    border-radius: 100%;
    border-bottom-left-radius: 0;
    overflow: hidden;
    position: fixed;
    bottom: 0rem;
    top: auto;
    left: 0vw;
    width: calc(100%);
    height: 100vh;
    max-width: 3em;
    max-height: 3em;
    font-size: 1.2rem;
    z-index: 999;
     background: rgb(191,7,7,1);
    transition: max-width 0.5s, left 0.5s, border-radius 0.5s 0s, border-bottom-left-radius 0.5s,width 0.5s, bottom 0.5s, max-height 0.5s, left 0.5s;
}
.streaming-plugin.actiu {
     background: rgb(168,116,0);
background: -moz-linear-gradient(41deg, rgba(168,116,0,1) 0%, rgba(191,7,7,1) 42%, rgba(198,9,161,1) 100%);
background: -webkit-linear-gradient(41deg, rgba(168,116,0,1) 0%, rgba(191,7,7,1) 42%, rgba(198,9,161,1) 100%);
background: linear-gradient(41deg, rgba(168,116,0,1) 0%, rgba(191,7,7,1) 42%, rgba(198,9,161,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a87400",endColorstr="#c609a1",GradientType=1);
    transition: max-width 0.5s, left 0.5s, border-radius 0.5s 0s, border-bottom-left-radius 0.5s,width 0.5s, bottom 0.5s, max-height 0.5s, left 0.5s;
}
.streaming-plugin:hover {
    max-width:100vw;
    border-radius:0em;
    border-bottom-left-radius: 0em;
    left:0rem;
    font-size: 2rem;
}

.streaming-plugin.open {
    max-width:100%;
    width:100vw;
    max-height: var(--window-height);
    top:auto;
    bottom: 0;
    left:0;
    z-index: 999;
    border-radius:0;
    font-size: 2.2rem;
}
.streaming-plugin.open .streaming-carousel {
  width: 100%;
}


.streaming-toggle {
  position: absolute;
  top: -20px;
  right: 20px;
  display: block;
  color: white;
  background-color: #C609A1;
  text-decoration: none;
  padding: 0 20px;
  height: 20px;
  text-align: center;
  background-image: url(../img/arrow-alt-circle.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center 0;
}

.streaming-toggle:before {
  content: " ";
  margin-left: -40px;
  width: 40px;
  height: 20px;
  display: block;
  background-color: #C609A1;
  border-radius: 40px;
  position: absolute;
  top: -7px;
  left: 40px;
  z-index: -1;
}

.streaming-carousel {
  background:#0000;
  opacity: 1;
  color: white;
  transition: background 0.3s;
  overflow: hidden;
  position: relative;
   height:100%;
  border-top: none;
  }

.streaming-plugin.open.on-stage .streaming-carousel {
  background:#000;
  transition: background 2s 1s;
}


.streaming-carousel .streaming-container {
  width: 100%;
    height: 100%;
    position:relative;
  margin: 0 auto;

   /* 
    padding-top:0.75em;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
   -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    */
}

.streaming-carousel .streaming-logo {
  width: 100%;
    height: 1.5em;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: 0.5rem center;
    background-size: contain;
    padding-left: 1.8em;
    font-weight: bold;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    transition: top 0.5s;
}
.streaming-logo span {
    font-size:0.55em;
}
.streaming-plugin.open .streaming-logo {
    top:3rem;
}
.streaming-plugin.on-stage  .streaming-logo {
    width:3rem;
    cursor:default;
}
.close {
    position: absolute;
    right: 0.5rem;
    top: 2.1rem;
    width:1.5rem;
    height:1.5rem;
    overflow:hidden;
    text-indent:-10000vw;
    cursor:pointer;
}
.streaming-plugin.on-stage .close:before, .streaming-plugin.on-stage .close:after{
    width:1.5rem;
    height:2px;
    content:"";
    background-color:#fff;
    position:absolute;
    top:50%;
    right:0%;
    transform:rotate(-45deg);
    
}
.streaming-plugin.on-stage .close:after{
    transform:rotate(45deg);
}
.streaming-carousel .streaming-presentador {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  line-height: 1.4;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px 10px;
    display:none;
}

.streaming-carousel .streaming-presentador .streaming-image {
  width: 40px;
  height: 35px;
  border-radius: 35px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: white;
}

.streaming-carousel .streaming-presentador .streaming-image img {
  width: 110%;
  position: absolute;
  top: 0;
  left: 0;
}

.streaming-carousel .streaming-presentador .nom {
  margin-left: 10px;
}

.streaming-carousel .streaming-center {
    text-align: left;
    font-size: clamp(1.05rem, 1.2vw, 1.6rem);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 5.6rem;
    width: calc(100% );
    max-width: calc(100% - 6rem);
    transform: translate(0%,-50%);
    opacity: 0;
    transition: opacity 0s 0s, font-size 0.5s 0s, transform 0.5s 0s, top 0.5s 0s, max-width 0.5s 0s;
    
}
.streaming-plugin:hover .streaming-center, .streaming-plugin.open .streaming-center {
    opacity:1;
    transition:opacity 1s 0.5s, font-size 0.5s 0s, transform 0.5s 0s, top 0.5s 0s, max-width 0.5s 0s;
}
.streaming-plugin.open.actiu .streaming-center {
    top: 1.1rem;
    max-width: 243px;
    transform: translate(0%, 0);
    font-size: clamp(0.9rem, 1.2vw, 1.6rem);
}
.streaming-carousel .obrir {
    display:none;
}

.streaming-carousel .streaming-center .info{
    font-size:0.8em;
}

.streaming-carousel strong a{
  font-family: Geogrotesque-Semibold;
    color:#fff;
    text-decoration:none;
}
.streaming-carousel p.tipus_event {
    font-size: 0.8em;
    margin-top:0;
    margin-bottom: 0;
    text-transform: uppercase;
}


 .streaming-logo
.streaming-carousel .streaming-center .info {
  font-size: 1rem;
  background-repeat: no-repeat;
  background-size: 3rem;
  padding-right: 3rem;
  width: 7rem;
  margin: 0.7rem 0;
}

.streaming-carousel .streaming-center .info.flive {
  font-size: 1rem;
  background-image: url("../img/flive.png");
  background-position: right;
}

.streaming-carousel .streaming-code {
    opacity:0;
    position:absolute; 
        top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:0vw;
    height:0px;
    border:1px solid #fff;
    transition:opacity 0s 0s;
      overflow: hidden;
}
.streaming-plugin.on-stage .streaming-carousel .streaming-code {
    opacity:1;
    width:96vw;
    padding-top: 54.6%;
    transition: opacity 3s 3s;
}
.streaming-carousel .streaming-code iframe {
    opacity:0;
  width: 100%;
    height:100%;
    object-fit: contain;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    
}
.streaming-plugin.on-stage .streaming-code iframe {
    opacity:1;
      transition: opacity 1s 5s;
}


@media (min-width: 768px) {

    .streaming-carousel .streaming-center {

    max-width: 60vw;
    left: 30vw;
    transform: translate(0,-50%);

    }
    
  
.streaming-plugin.open.actiu .streaming-center {
    top: 1.1rem;
    max-width: 60vw;
    transform: translate(0%, 0);
    font-size: clamp(1.1rem, 1.2vw, 1.6rem);
}
    
  .close {
    
    right: 1.5rem;
    top: 1.7rem;
}  
    
    
.streaming-plugin.on-stage .streaming-carousel .streaming-code {
    margin-top:2rem;
    }
    .streaming-carousel .obrir {
        opacity: 0;
        transition: opacity 0s 0s, filter  0s 0.5s;
        margin: 0;
        position: absolute;
        font-size: 0.55em;
        display: inline-block;
        top: 50%;
        transform: translateY(-50%);
        left: 6rem;
        border: 1px solid;
        text-align:center;
        width: 6rem;
        min-height: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius:2px;
    }
    .streaming-carousel .obrir:hover {
      font-family: Geogrotesque-Semibold;
    }
    .streaming-plugin.open.actiu .obrir {
        opacity:0;
        
        transform: translateY(0%);
            bottom: calc(((3em * 1.65) - 4rem) / 2);
        top:auto;
        transition:opacity 0.5s 0s;
    }
    .streaming-plugin:hover .obrir, .streaming-plugin.open .obrir {
        opacity:1;
        transition:opacity 1s 0.5s;
    }
    
}
@media (min-width: 1024px) {


    .streaming-carousel .obrir {
        left: 9rem;
        }
}

@media (min-width: 1280px) {

.streaming-carousel .obrir {
    left: 9rem;
    }
    
.streaming-plugin.open.actiu .obrir {
    bottom: calc(((3em * 1.85) - 4rem) / 2);
    }
     
.streaming-plugin.on-stage .streaming-carousel .streaming-code {
    opacity:1;
    width:76vw;
    padding-top: 41.6%;
    transition: opacity 3s 3s;
}
.streaming-carousel .streaming-center {
      padding-left: 12rem;
    max-width: 660px;
    }
   .streaming-carousel .streaming-center {
    text-align: left;
    font-size: clamp(1.05rem, 1.9vw, 1.8rem);
    }
    .streaming-plugin.open.actiu .streaming-center {
   
    font-size: clamp(1.05rem, 1.9vw, 1.7rem);
}
    
  .streaming-plugin {
      font-size:1.6rem;
  }
      
  .streaming-plugin:hover {
      font-size:2.2rem;
  }
  .streaming-plugin.open .streaming-carousel {
    bottom: 0;
    position: absolute;
    height: 100%;
    max-height: 100vh;
  }
  .streaming-plugin.totop .streaming-container {
    margin-top: 80px;
   
  }
    
.streaming-carousel p.tipus_event, .streaming-carousel .streaming-center .info {
    font-size: 0.6em;
    }
  .streaming-carousel .streaming-presentador {
    position: inherit;
    width: 200px;
    font-size: initial;
    font-size: 16px;
    margin: 10px;
  }
  .streaming-carousel .streaming-presentador .streaming-image {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 10px;
  }
  .streaming-carousel .streaming-presentador .streaming-image img {
    width: 100%;
    height: auto;
  }
  .streaming-carousel .streaming-center {
    margin: 0;
  }
    .streaming-carousel p.tipus_event { 
        margin-bottom:2px;
        margin-top:0;
    }
    .streaming-carousel .streaming-center .info {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11rem;
    text-align: right;
    border-right: 1px solid;
    padding-right: 1rem;
    min-height: 4rem;
    align-items: center;
    display: flex;
}
}
/*# sourceMappingURL=streaming.css.map */