video::-internal-media-controls-download-button {display:none}
video::-webkit-media-controls-enclosure {overflow:hidden}
video::-webkit-media-controls-panel {width: calc(100% + 18px)}

body{
  background-color: #000000;
}

.btn:focus {
  box-shadow: 0 0 0 0 transparent;
}

.content-chapters{
  padding: 0;
  background-color: #121111;
}

.content-chapters .sidebar{
  height: 1rem;
  background-image: url("../img/vidanta-content-chapters.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-chapters .row .background{  
  background-image: url("../img/vidanta-content-chapters-full.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 101%;
  padding: 1rem;
}

@media (min-width: 768px) {
  .content-chapters .row .background{
    padding: 2rem;
  }
}

.content-chapters .content-video{
  position: relative;
  width: 100%;
  height: 100%;
}

.content-chapters .content-video::before{  
  background-image: url("../img/vidanta-chapter-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  content: '';
}

.content-chapters .content-video.active::before{
  content: none;
}

#active {
  padding: 1.5rem 2rem;
}

#active h1 {
  color: #ffffff;
  font-family: 'MillerBanner-Bold';
  font-size: 34px;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
  margin: 1rem auto 1.5rem;
  letter-spacing: 1px;
}

@media (max-width: 400px) {
  #active h1 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 992px) {
  #active h1 {
    font-size: 41px;
    line-height: 42px;
    /* text-align: left; */
    max-width: 90%;
    margin: 0;
  }
}

#active h4 {
  color: #C29C75;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.45px;
  font-family: 'sweet-sans-pro', sans-serif;
  text-align: center;
  margin: 2rem 0 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #active h4 {
    text-align: left;
    font-size: 16px;
    margin: 0 0 0.5rem;
  }
}

#active hr {
  color: #C29C75;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}

#active p {
  color: #ffffff;
  font-size: 17px;
  line-height: 27px;
  font-family: 'sweet-sans-pro', sans-serif;
  text-align: center;
  margin: 1rem 0;
}

@media (min-width: 992px) {
  #active p {
    margin: 0 3rem 0 0;
    text-align: left;
  }
}

#active h3 {
  text-align: center;
  color: #C29C75;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.45px;
  font-family: 'sweet-sans-pro', sans-serif;
  font-weight: 500;
}

@media (min-width: 992px) {
  #active h3 {
    line-height: 40px;
    text-align: left;
    font-size: 19px;
  }
}

#active .play-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 0px;
}

@media (min-width: 576px) {
  #active .play-video {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #active .chapter-current {
    height: 100%;
    object-fit: cover;
  }
}

.content-chapters .logo {
  padding: 1rem 1rem 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.content-chapters .logo:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  background-color: #C29C75;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .content-chapters .logo{
    margin: 0 auto 1.5rem;
    width: 250px;
  }
  .content-chapters .logo > img{
    width: 100%;
  }
}

#all-chapters {
  background-color: #121111;
  padding: 1rem 2rem;
  border-top: 1px solid #C29C75;
}

@media (min-width: 992px) {
  #all-chapters {
    background-color: #121111;
    padding: 1rem 2rem;
    border-top: 0;
  }
}

#all-chapters .card {
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

#all-chapters .card.active{
  border: 2px solid #9F8161;
}

#all-chapters .card.coming{
  cursor: auto;
}

#all-chapters .card.coming::before{
  content: "";
  background-color: #424242c7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

#all-chapters .card.coming::after{
  content: "ESTRENO 6/6/22";
  background-color: #000000;
  color: #ffffff;
  font-family: 'sweet-sans-pro', sans-serif;
  font-size: 12px;
  /* width: 80%; */
  padding: 5px 10px;
  height: 30px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

#all-chapters .card .card-img {
  border-radius: 0;
}

#all-chapters p {
  font-family: 'sweet-sans-pro', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

#all-chapters .card .card-img-overlay {
  top: auto;
  background: rgba(0,0,0,0.77);
  padding: 1rem 10px 10px;
  border-radius: 0;
}

#all-chapters .card .card-img-overlay .icon-play {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 20%;
  background-color: rgba(0,0,0,0.77);
  padding: 10px;
  color: #C29C75;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#all-chapters .card .card-img-overlay .icon-play i{
  color: #C29C75;
}

#all-chapters .card h6 {
  font-family: 'MillerBanner-Bold';
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.75px;
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 300;
}


@media (min-width: 1100px) and (max-width: 1360px){
  #all-chapters .card h6.small {
    font-size: 17px;
  }
}

#all-chapters .col {
  padding: 0 5px 0.5rem;
}

@media (min-width: 992px) {
  #all-chapters .col {
    flex: 0 0 auto;
    width: 33.33333%;
  }
}

@media (min-width: 1100px) {
  #all-chapters .col {
    width: 20%;
  }
}

#all-chapters h4 {
  color: #C29C75;
  text-align: center;
  margin: 10px 0.5rem 1.3rem;
  font-family: 'sweet-sans-pro', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.history {
  background-color: #ffffff;
  padding: 2rem 0;
  text-align: center;
}

.history h2 {
  font-family: 'MillerBanner-Bold';
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
  margin: 5px 0 2rem;
}

.history .video {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.history .video.pause::after{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to bottom, transparent 55%, rgba(0, 0, 0, 0.7) 100%);
}

.history .icon {
  font-size: 50px;
}

#videoStory {
  width: 100%;
  object-fit: cover;
  position: relative;
}

.video button {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
  font-family: 'sweet-sans-pro', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

.video button:hover {
  color: #ffffff;
}

.call {
  padding: 5px 1rem;
  text-align: center;
  background-image: url("../img/vidanta-content-call.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;  
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call > img{
  max-width: 25px;
}

@media (min-width: 768px) {
  .call {
    padding: 1rem;
    background-image: url("../img/vidanta-content-call-desk.jpg");
    height: 80px;
  }
  .call > img{
    max-width: 40px;
  }
}

.call h3 {
  color: #ffffff;
  font-family: 'MillerBanner-Bold';
  line-height: 34px;
  font-size: 24px;
  letter-spacing: .29px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .call h3 {
    line-height: 39px;
    font-size: 32px;  
  }
}

.call p {
  color: #ffffff;
  font-family: 'sweet-sans-pro', sans-serif;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .call p {
    font-size: 20px;
    letter-spacing: 1.3px;
  }
}

.call .btn {
  font-family: 'MillerBanner-Roman';
  font-size: 30px;
  line-height: 37px;
  padding: .8rem 1rem;
  border-radius: 0;
  margin: 0.5rem 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-bottom: 8px solid #C49C74;
}

.call .btn .icon {
  color: #C49C74;
  margin-right: 0.8rem;
  margin-top: 3px;
  font-size: 25px;
}

@media (min-width: 768px) {
  .call .btn {
    font-size: 37px;
    line-height: 44px;
    padding: 1.5rem 2rem;
    margin: 1rem;
    border-bottom: 15px solid #C49C74;
  }
  .call .btn .icon {
    margin-right: 1rem;
    margin-top: 0;
    font-size: 40px;
  }
}

/* owl-carousel */
#carousel-chapters .owl-dots{
  text-align: center;
  margin: 10px;
  counter-reset: dots;
}

#carousel-chapters button.owl-dot{  
  counter-increment: dots;
  visibility: hidden;
  /* width: 13px;
  height: 13px;
  background: rgb(61, 61, 61) !important;
  padding: 0;
  border-radius: 50%;
  margin: 0 3px; */
}

#carousel-chapters button.owl-dot.active::before{  
  content: counter(dots) ' / 2';
  color: rgb(158, 100, 49);
}

#carousel-chapters button.owl-dot.active{
  /* background: rgb(158, 100, 49) !important; */
  visibility: visible;
}

@media (min-width: 576px) and (max-width: 991px) {
  #carousel-chapters button.owl-dot{  
    visibility: visible;
    width: 13px;
    height: 13px;
    background: rgb(61, 61, 61) !important;
    padding: 0;
    border-radius: 50%;
    margin: 0 3px;
  }
  #carousel-chapters button.owl-dot.active::before{
    content: '';
  }
  #carousel-chapters button.owl-dot.active{
    background: rgb(158, 100, 49) !important;
  }
}

/* modal */
#modal-video .modal-fullscreen-lg-down {
  width: 90vw;
  margin: 0 auto;
}

#modal-video .video-current{
  width: 100%;
}

#modal-video .modal-header{
  border-bottom: 0;
  padding: 8px;
  margin-top: 8px;
}

#modal-video .modal-header .btn-close{
  opacity: 1;
  background-color: #000;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

#modal-video .modal-content{
  background-color: transparent;
  border: 0;
}

#modal-video .modal-body{
  padding: 0;
}

footer{
  background-color: #000000;
  text-align: center;
  font-family: 'MillerBanner-Roman';
  font-size: 13px;
  color: #ffffff;
  padding: 5px;  
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  footer{
    padding: 1rem;
    height: 60px;
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  footer{
    font-size: 11px;
  }
}