.video-preview {
  position: relative;
  text-align: center
}

.video-block {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block
}

.video-btn {
  width: 100px;
  height: 100px;
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: #fff;
  line-height: 90px !important;
  border: 4px solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%
}

.video-btn .svg-inline--fa {
  font-size: 3rem;
  line-height: 100px !important;
  margin-left: 11px;
  vertical-align: -18px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out
}

.video-btn:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out
}

.video-btn:hover .svg-inline--fa {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9)
}

.video-btn:hover:before {
  opacity: .75;
  left: -25px;
  right: -25px;
  top: -25px;
  bottom: -25px
}

.video-btn.play-icon-white {
  background-color: #fff;
  color: #333;
  border-color: #fff
}

.video-btn.play-icon-tra {
  background-color: transparent;
  color: #fff;
  border-color: #fff
}

.video-btn.play-icon-blue {
  background-color: #16a2e0;
  border-color: #16a2e0
}

.video-btn.play-icon-rose {
  background-color: #e42c72;
  border-color: #e42c72
}

.video-btn.play-icon-green {
  background-color: #06c668;
  border-color: #06c668
}

.video-btn.play-icon-orange {
  background-color: #ff6a40;
  border-color: #ff6a40
}

p.play-btn-txt {
  display: block;
  font-size: .95rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 15px
}

.modal-video {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.25rem;
  position: relative
}

.modal-video a .svg-inline--fa {
  font-size: 2.25rem;
  line-height: 2.25rem;
  margin-right: 5px;
  top: 4px;
  position: relative
}

.modal-video a {
  font-size: .925rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  font-weight: 700
}

.modal-video span {
  color: #999;
  font-size: .9rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  font-weight: 300;
  text-transform: none;
  position: absolute;
  top: 29px;
  left: 45px
}

.video-popup {
  display: inline-block;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
}


#video-modal {
  margin: 0;
  padding: 0;
}

video {
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0;
}

.fancybox__content {
  max-width: 900px;
  width: 100%;
}

.modal-mg {
  width: 100%;
  padding: 25px 25px 75px;
}

.container.lista ul {
  padding-left: 4px;
  margin: 8px 0;
  list-style: inside;
}

.container.lista ul li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.modal-header {
  background-color: #0399c2;
  color: #fff;
  border-bottom: none;
}

.modal-title {
  color: #fff;
  margin: 0;
}

.modal-footer {
  border-top: none;
}

.btn-primary {
  background-color: #0399c2;
  border: none;
}

.btn-primary:hover {
  background-color: #3a81a9;
}