.container_storygram
{
    position: fixed;
    z-index: 99999!important;
    padding: 9px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    width: 100%;
    margin: 0 auto;
    background: rgb(0 0 0 / 60%);
    height: 100%;
    top: 0%;
    transition: left 0.5s; 
}
.swipergram {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.storygram {
    top: 0%;
    opacity: 0;
}
.storygram__slider {
  width: 450px;
  height: 800px;
  border-radius: 6px;
  overflow: hidden;
}
.storygram__slide {
  position: relative;
}
.storygram__slide video,
.storygram__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.storygram__pagination {
  bottom: unset !important;
  top: 8px !important;
  display: flex;
  padding: 0 4px;
  width: 100%!important;
}
.storygram__pagination .swiper-pagination-bullet {
  flex-grow: 1;
  border-radius: 100vh;
  height: 3px;
  margin: 0 2px !important;
  background-color: rgba(247, 247, 245, 0.4);
  opacity: 1;
}
.storygram__pagination .swiper-pagination-bullet .swiper-pagination-progress {
  height: 100%;
  width: 0%;
  border-radius: 100vh;
  background-color: #f7f7f5;
}
.storygram__prev, .storygram__next {
    height: 45%;
    width: 45%;
    top: 26%;
    margin-top: 0;
    position: absolute;
    z-index: 999;
}
.storygram__prev::after, .storygram__next::after {
  content: none;
}
.storygram__prev {
  left: 0; 
}
.storygram__next {
  right: 0;
}


.storygram__pagination.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding: 4px 15px;
}



.carousel-item > video
{
    width: 100%;
    height: 100%;
}

video {
    pointer-events: none!important;
}










 /* Estilo do pop-up */
          

/* Estilo para fechar o pop-up */
.close-btn {
    position: absolute;
    top: 4%;
    right: 5%;
    cursor: pointer;
    z-index: 999999!important;
    text-align: center;
    color: white;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
}
.close-btn > i.fa.fa-close {
    background: black;
    border-radius: 40px;
    padding: 10px;
    border: 5px solid white;
}


.popup-container {
    display: block;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100px;
    width: 110px; /* Ajuste a largura conforme necessário */
    height: 110px; /* Ajuste a altura conforme necessário */
    background-color: rgba(0, 0, 0, 0.8); /* Cor de fundo do círculo */
    position: fixed;
    left: 1%;
    bottom: 1%;
    border: solid 2px #004696;
    cursor: grab;
    z-index: 999;
    touch-action: none;
    /*transition: left 0.3s, top 0.3s; 
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;*/
}

.popup-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 2px solid #004696;
    border-radius: 50px;
}

#startvideo {
    width: 105px;
    height: 159px;
    object-fit: cover;
}

.zoom_storygram{
    width: 100%;
    height: auto;
    padding: 0px;
    zoom: 0.7;
    display: block;
}

@media only screen and (max-width: 0px) {
    .storygram__slider {
        width: 100%;
        height: 100%;
        border-radius: 6px;
        overflow: hidden;
        background: #0000003d;
    }
    .close-btn {
        top: 5%;
    }
    
    .popup-container {
      width: 105px;
      height: 105px;
    }
    
    
    #startvideo {
       width: 100%;
        height: auto;
        object-fit: cover;
        top: 0px;
        position: initial;
        margin-top: -11px;
    }
    
}

@keyframes behindshowanim {
  from {
    opacity: 0;
    left: 3%;
  }
  to {
    opacity: 1;
  }
}

.behind-text {
    position: fixed;
    bottom: 3%;
    left: 6%;
    transform: translateY(-50%);
    white-space: nowrap;
    overflow: hidden;
    color: white;
    font-size: 16px;
    transition: transform 0.3s ease;
    background: #004696;
    width: 151px;
    height: auto;
    text-align: end;
    border-radius: 10px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 8px;
    opacity: 0;
    animation-name: behindshowanim;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    z-index: 50;
    
}

@media only screen and (max-width: 600px) {
   .behind-text {
        bottom: 4%;
        left: 17%;
        padding-bottom: 4px;
        padding-top: 0px;
    }
}




