.s__video{}

.videos__listing{}

.evideo{

    display: block;

    background: #fff;

    border-radius: 15px;

    overflow: hidden;

    min-height: 280px;

}

.evideo__play .btn__play{

    width: 100%;

    height: 186px;

    border-radius: 15px 15px 0 0;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}

.evideo__play .btn__play::before{

    border-left-width: 35px;

    border-top-width: 20px;

    border-bottom-width: 20px;

}

.evideo__title{

    font-size: 16px;

    color: var(--clr-primary);

    padding: 15px 20px 10px;

/*     overflow: hidden; */

/*     text-overflow: ellipsis; */

/*     display: -webkit-box; */

    -webkit-line-clamp: 2; /* number of lines to show */

    line-clamp: 2;

    -webkit-box-orient: vertical;
	min-height: 65px;

}
.evideo__content{
    padding: 0px 20px 30px;	
	min-height: 350px;
}



.modal-tiles .wrapper-modal{

    width: 50%;

}

.modal-tiles .wrapper-modal .content-modal{

    height: auto;

    padding: 0;

    overflow: hidden;

}



@media screen and (max-width: 1536px) {

    .modal-tiles .wrapper-modal{

        width: 70%;

        padding: 30px;

    }

}



@media screen and (max-width: 600px) {

    .modal-tiles .wrapper-modal{

        width: 100%;

        padding: 15px;

    }

}



.embed-responsive {

    position: relative;

    display: block;

    width: 100%;

    padding: 0;

    overflow: hidden;

}

.embed-responsive-16by9::before {

    padding-top: 56.25%;

}



.embed-responsive::before {

    display: block;

    content: "";

}

.embed-responsive::after {

    content: 'Aguarde carregando vídeo...';

    position: absolute;

    top: 50%;

    left: 50%;

    z-index: 1;

    transform: translate(-50%, -50%);

    color: #fff;

    font-size: 16px;

}



.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border: 0;

    z-index: 2;

}



.s_featured__video{}

.featured__video{

    position: relative;

}

.featured__video .children{

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 1;

}



.featured__video img{

    width: 100%;

    position: relative;

    z-index: 0;

}

.btn__play{

    display: flex;

    background-color: #2B3647;

    width: 420px;

    height: 220px;

    min-width: 120px;

    max-width: 100%;

    flex-direction: row;

    flex-wrap: nowrap;

    align-content: center;

    justify-content: center;

    align-items: center;

    border-radius: 15px;

    transition: 0.2s 0.2s;

    padding: 15px;

}

.btn__play:hover{

    filter: brightness(90%);

}

.btn__play:hover::before{

    border-left-color: #671F71;

}

.btn__play::before{

    content: '';

    border-top: 35px solid transparent;

    border-bottom: 35px solid transparent;

    border-left: 60px solid white;

    height: 0;

    transition: 0.2s 0.2s;

}

.btn__play > span{

    top:    -9999999px;

    left:   -9999999px;

    z-index: -1;

    position: absolute;

}

@media screen and (max-width: 768px) {

    .btn__play{

        width: 100%;

        height: auto;

    }

    .btn__play::before{

        border-top: 20px solid transparent;

        border-bottom: 20px solid transparent;

        border-left: 35px solid white;

    }

}