#footer {
    background: #f4f4f4;
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
}

.video-wrapper {
  position: relative;
  max-width: 720px;
  margin: auto;
  cursor: pointer;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  color: white;
  background-color: rgba(0,0,0,0.5);
  padding: 20px 30px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.custom-play-button.hide {
  opacity: 0;
  pointer-events: none;
}

.float-wa{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
}