.content-videos .title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.content-videos [class*="col-"] {
    padding-right: 2.5px!important;
    padding-left: 2.5px!important;
}

.content-videos [class*="row"] {
    margin-right: -2.5px!important;
    margin-left: -2.5px!important;
}

.content-videos {
    /* background-color: #1a1f28; */
    /* background-color: #fff; */
    background-color: #000000;
    padding: 15px 0px;
}

.content-videos .card-note {
    margin-bottom: 0;
}

.content-videos .main-note .card-note {
    margin-bottom: 5px;
}

.content-videos .main-note .card-note .img-main {
    height: 480px;
    max-height: 480px;
}

.content-videos .secundary-notes {
    /* background-color: #333; */
}

.content-videos .secundary-notes .card-note:first-child {
    margin-bottom: 5px;
}

.content-videos .secundary-notes .card-note {
    height: 238px;
}

.content-videos .secundary-notes .card-note .content-img {
    position: relative;
    width: 50%;
    float: right;
    margin-left: 10px;
}

.content-videos .secundary-notes .card-note .content-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000043;
    z-index: 2;
    position: absolute;
}

.content-videos .secundary-notes .card-note .date-videos {
    color: #BDBDBD;
    font-size: 12px;
}

.content-videos .secundary-notes .card-note .secundary-note-title {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'PT Serif', serif;
}

.content-videos .main-note .card-note::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000043;
    z-index: 2;
    position: absolute;
}

.content-videos .card-note img,
.container-videos .card-note.secundary .img {
    width: 100%;
    transition: 1s all ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
}

.content-videos .main-note .card-note .icon-view {
    font-size: 90px;
    height: 90px;
    top: calc( 50% - 45px);
    left: calc(50% - 45px);
    width: 90px;
}

.content-videos .secundary-notes .card-note .icon-view,
.container-videos .card-note.secundary .icon-view {
    font-size: 35px;
    width: 40px;
    height: 40px;
    top: calc( 50% - 20px);
    left: calc(50% - 20px);
    padding: 3px;
}


/* .content-videos .secundary-notes .card-note .icon-view, .container-videos .card-note.secundary .icon-view {
    font-size: 30px;
    width: 30px;
    height: 30px;
    top: calc( 50% - 15px);
    left: calc(50% - 15px);
} */

.content-videos .card-note .text-container {
    z-index: 2;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    color: #fff;
    display: block;
    width: 100%;
    transition: .3s all ease-in-out;
    /* padding: 15px 70px 15px 15px; */
    padding: 15px;
    /* background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .9) 100%);
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0); */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .9) 100%);
}

.content-videos .card-note .text-container h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: 'PT Serif', serif;
    border-left: 5px solid #ffa800;
    padding-left: 5px;
}

.content-videos .secundary-notes .card-note .text-container h1 {
    font-size: 26px;
}

.content-videos .row-note-bottom {
    /* background-color: #EEE; */
    padding-bottom: 15px;
}

.content-videos .row-note-bottom .card-note-videos {
    background-color: #EEE;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 15px;
}

.content-videos .row-note-bottom .card-note-videos img {
    width: 100%;
    transition: 1s all ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    float: right;
    width: 38%;
    height: 115px;
}

.content-videos .row-note-bottom .card-note-videos h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    font-family: 'PT Serif', serif;
    padding: 15px 15px 15px 0;
}

.content-videos .row-note-bottom .card-note-videos .date-videos {
    color: #828282;
    font-size: 14px;
}

.content-videos .row-note-bottom .card-note-videos .icon-view {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    color: #f5f8fa;
    font-size: 26px;
    bottom: 0;
    right: 0px;
    padding: 2px;
    z-index: 3;
}

.video {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    min-width: 320px;
}

.video>iframe,
.video>video {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (min-width: 767px) and (max-width: 992px) {
    .content-videos {
        padding: 20px 0px;
    }
    .content-videos .title {
        margin-left: 15px;
    }
    .content-videos .secundary-notes .card-note {
        height: auto;
    }
    .content-videos .main-note .card-note .img-main {
        height: auto;
    }
    .content-videos .secundary-notes .card-note .secundary-note-title {
        font-weight: bold;
        font-size: 22px;
    }
    .content-videos .secundary-notes .card-note .content-img {
        position: relative;
        width: 50%;
        float: right;
        margin-left: 10px;
    }
    .content-videos .secundary-notes .card-note .icon-view {
        font-size: 50px;
        text-align: center;
        width: 50px;
        height: 50px;
        top: calc( 50% - 25px);
        left: calc(50% - 25px);
    }
}

@media (max-width: 767px) {
    .content-videos {
        padding: 20px 0px;
    }
    .content-videos .title {
        margin-left: 0px;
    }
    .content-videos .secundary-notes .card-note {
        height: auto;
    }
    .content-videos .main-note .card-note .img-main,
    .content-videos .secundary-notes .card-note img {
        height: auto;
        max-height: 192px;
    }
    .content-videos .card-note .text-container {
        padding: 10px;
    }
    .content-videos .card-note .text-container h1,
    .content-videos .secundary-notes .card-note .text-container h1 {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        border-left: 3px solid #ffa800;
        padding-left: 3px;
    }
    /* .content-videos .main-note .card-note .icon-view {
        font-size: 50px;
        height: 50px;
        top: calc( 50% - 25px);
        left: calc(50% - 25px);
        width: 50px;
    } */
    .content-videos .secundary-notes .card-note .icon-view,
    .content-videos .main-note .card-note .icon-view {
        font-size: 40px;
        height: 40px;
        top: calc( 50% - 20px);
        left: calc(50% - 20px);
        width: 40px;
    }
    .content-videos .row-note-bottom .card-note-videos {
        border-top: 1px solid #dcdcdcdc;
        margin-bottom: 15px;
    }
    .content-videos .row-note-bottom {
        padding-bottom: 0px;
    }
    .content-videos .secundary-notes .card-note .secundary-note-title {
        font-size: 16px;
    }
}