.ficha h2{
	margin-top: 10px;
	margin-bottom:0px;
	border-bottom: none!important;
}

.video h2{
	margin:0px;
}

.video .titulo-video{
	font-size: 18px;
	color: #8a8a8a;    
	margin-bottom: 0px;
}

.video .btn{
	float: none;
	width: 100%;
	margin-top: 3px;
	font-size: 1.3rem;
	color: #8a8a8a;
	background-color: #dadada;    
	font-weight: bold;
	height: 80px;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.video:hover h2, .video.active h2{
	color:#4DB6AC!important;
}

.video:hover .btn, .video.active .btn{
	color:#fff!important;
	background-color:#4DB6AC!important;
}

.left-align-slick > .slick-list > .slick-track {    
    margin-left:0;
}

.right-button,.left-button{
	font-size:50px;
	color:gray;
	cursor:pointer;

	position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.left-button
{
    left: -7px;
}
[dir='rtl'] .left-button
{
    right: -7px;
    left: auto;
}

.right-button
{
    right: -7px;
}
[dir='rtl'] .right-button
{
    right: auto;
    left: -7px;
}

.inactive{
	color:#dadada!important;
	cursor:default;
}
.slick-track{
	float:left;
}