@media only screen and (max-width: 991px) {
  .container-vsl {
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.timer-bar-60secs{
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  padding-top: 5px;  
  box-shadow: 0px -6px 13px #ccc;
}

.video-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2em;
  font-weight: bold;
  cursor: pointer;
}

.custom-video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  aspect-ratio: 16 / 9; /* Control de aspect ratio */
  
  background-color: black;
  
  border-radius: 15px;
}
.custom-video-container video {
  width: 100%;
  height: 100%;
}

.bullet-feature {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 9px;
  border: 2px dashed #ccc;
}

.container-vsl {
  width: 850px;
  margin-top: 25px;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  /*padding-right: 5px;*/
}

@media only screen and (max-width: 991px) {
  .img-pricing {
    width: 100% !important;
  }
}

.show-timer {
}

