body,
html {
    overflow-x: auto !important;
}

@media (max-width: 991px) {
    .header_area .navbar-brand {
        width: 45% !important;
    }
    /*
    .banner_page {
        margin-top: 75px;
    }
    */
}

.video_time {
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    padding: 0 5px 0 8px;
    float: right;
    margin: 2px 2px auto auto;
}

.banner_page_video {
    padding: 50px 10px 0px;
    background: rgb(0, 0, 0);
}

.background_video {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1200px;
    top: -115px;
}

.banner_video {
    width: 100%;
    height: 500px;
}


.banner_page_inside {
    padding: 100px 10px;
    /*background: rgba(0, 0, 0, 0.6);*/
    background: rgba(0, 0, 0, 0);
}

.title_page {
    text-align: left;
    /*padding: 15px 25px;*/
    padding: 30px 40px;
    width: 100%;
    background-color: none;
}

.name_page {
    color: rgb(255, 255, 255);
    font-size: 100px;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin-bottom: 0;
    line-height: 1;
}

.sub_page {
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin-top: 0;
    line-height: 1;
}

.banner_page .btn {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
    width: 150px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    border: none;
    background-color: deepskyblue;
    background-image: -webkit-linear-gradient(left, deepskyblue 0%, #99d4ff 50%, #16aeff 100%);
    background-image: linear-gradient(to right, deepskyblue 0%, #99d4ff 50%, #16aeff 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    margin-top: 20px;
}

.banner_page .btn:hover {
    text-decoration: none;
    color: white;
    background-position: 100% 0;
}

.videos_page {
    background-color: black;
    padding: 30px 50px;
    position: relative;
    width: 100%;
    display: table;
    font-family: 'Rajdhani', sans-serif;
}

.videos_page h1 {
    font-size: 43px !important;
}

.videomy {
    width: 335px;
    height: 215px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 7px;
    margin-right: 7px;
    transition: all .2s ease-in-out;
}

.video {
    width: 335px;
    height: 215px;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 6px;
    transition: all .2s ease-in-out;
}

.video_iframe {
    width: 335px;
    height: 215px;
    position: absolute;
}

.video_cover {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6699054621848739) 12%, rgba(0, 0, 0, 0) 0%);
    width: 335px;
    height: 215px;
    position: absolute;
}

.video_tit {
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    transition: all .2s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .video:hover {
        cursor: pointer;
        transform: scale(1.08);
        transition: all .2s ease-in-out;
    }
    .video_tit:hover {
        color: deepskyblue;
        cursor: pointer;
    }
    .video:hover .video_tit {
        color: deepskyblue;
    }
    .video:hover .eyed {
        display: block;
        transition: all .2s ease-in-out;
    }
    .eyed:hover .eyec_text {
        display: block;
        -webkit-animation: slideIn 0.5s forwards;
        -moz-animation: slideIn 0.5s forwards;
        animation: slideIn 0.5s forwards;
    }
    .eyed {
        display: none;
    }
}

.checked {
    position: absolute;
    z-index: 9998;
    -webkit-filter: drop-shadow(0 0 2px #262626) drop-shadow(0 0 2px #262626);
    filter: drop-shadow(0 0 2px #262626) drop-shadow(0 0 2px #262626);
}

.eyec {
    height: 24px;
    position: relative;
    float: right;
    z-index: 99999;
    padding: 0 3px;
    background-color: rgba(0, 0, 0, 0.8);
}

.eyec_text {
    color: white;
    float: right;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 3px 2px 2px 6px;
    right: 200px;
}

.eyed {
    margin-right: 2px;
    height: 24px;
    margin-bottom: 3px;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.hv {
    position: relative;
    float: right;
    top: 70px;
    z-index: 1;
}

@-webkit-keyframes slideIn {
    0% {
        transform: translateX(300px);
    }
    100% {
        transform: translateX(0);
    }
}

@-moz-keyframes slideIn {
    0% {
        transform: translateX(300px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(300px);
    }
    100% {
        transform: translateX(0);
    }
}

.banner_page_video #close {
    color: rgba(255, 255, 255, 0.6);
    font-size: 30px;
    position: absolute;
    right: 20px;
    transition: all .2s ease-in-out;
}

.banner_page_video #close:hover {
    color: rgba(255, 0, 0, 1);
    cursor: pointer;
}

@media only screen and (min-width: 900px) and (max-width: 1600px) {
    .name_page {
        font-size: 80px;
    }
    .banner_page_inside {
        padding: 65px 10px;
    }
    .background_video {
        height: 880px;
    }
}

@media only screen and (min-width: 680px) and (max-width: 899px) {
    .name_page {
        font-size: 60px;
    }
    .banner_page_inside {
        padding: 25px 10px;
    }
    .background_video {
        height: 950px;
    }
}

@media only screen and (min-width: 250px) and (max-width: 679px) {
    .name_page {
        font-size: 30px;
    }
    .video {
        width: 295px;
        height: 175px;
    }
    .video_iframe {
        width: 295px;
        height: 175px;
        position: absolute;
    }
    .video_cover {
        width: 295px;
        height: 175px;
    }
    .banner_page_inside {
        padding: 5px 10px;
    }
    .background_video {
        height: 840px;
    }
    .search {
        /*right: 75px !important;*/
        top: 75px !important;
    }
}

@media (max-width: 400px) {
    .name_page {
        font-size: 25px;
    }
}

.sub-cat {
    margin-bottom: 20px;
}

.more_video {
    height: 150px;
    width: 200px;
    background: black;
    float: left;
    border-radius: 35px;
    font-size: 60px;
    text-align: center;
    margin-left: 10px;
    padding-top: 34px;
    transition: all .2s ease-in-out;
}

.more_video p {
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

.more_video:hover {
    cursor: pointer;
    color: deepskyblue;
    background: black;
}

.desc {
    text-align: justify;
    font-size: 20px;
}


/*-----------------SOBRE-------------------------*/

.sobre_cat {
    width: 100%;
    padding: 25px 50px;
    background: white;
}

.flexwraper {
    display: flex;
    justify-content: center;
}

.sobre_pt {
    width: 100%;
    padding: 25px 20px;
    background-color: #316aa1;
    position: relative;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pt {
    width: 320px;
    margin: 10px 15px 25px 15px;
    text-align: center;
    transition: transform .2s;
    /* zoom animation duration */
    background: white;
    border-radius: 5% 5% 5% 5%;
}

.pt:hover {
    transform: scale(1.10);
    border: 1pX solid black;
}

.pt [name="imagem"] {
    background: white;
    border-radius: 5% 5% 45% 45%;
}

.pt [name="rede"] {
    font-size: 30px;
}

.pt [name="nome"] {
    color: black;
}

.pt [name="sobre"] {
    padding: 0 10px;
    color: black;
}

@media only screen and (max-width: 499px) {
    .sobre_pt {
        padding: 0 !important;
    }
    .pt {
        margin: 10px 0 !important;
    }
}

@media (max-width: 700px) {
    .banner_page_video {
        padding: 30px 10px 0px !important;
    }
    .banner_page_video #banner_page_video {
        width: 98% !important;
        padding: 55% 0 0 0 !important;
    }
}

.rod-social {
    margin: 0 5px;
}


/*-----------------end SOBRE-------------------------*/


/* Alterações AAP - 2021/04/20*/
.banner_page_video {
    width: 100%;
    height:auto;
    position: relative;
    display: table;
    text-align: center;
    padding:0px;
}

.video_banner{
    position: relative;
    z-index: 10;
    width: 100%;
}

.vid_banner .vid-video {
    padding-top: 56.25%;
    position: relative;
    height: 0;
}

.vid-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


#view_free_video{
    font-family: 'Rajdhani', sans-serif;
    color:white;
    font-weight: 600;
    font-size: 3.1em;
    background: rgb(2, 123, 164, 0.7);
    border-radius:0px;
    padding-bottom:5px;
    padding-top:1px;
}

#view_free_video_sub{
    font-family: 'Rajdhani', sans-serif;
    color:white;
    font-weight: 600;
    font-size: 1.5em;
    background: rgb(2, 123, 164, 0.7);
    border-radius:0px;
    padding-bottom:5px;
    padding-top:1px;
}

.view_video{
    cursor:pointer;
    background:white; 
    width:25%; 
    height:50px;
    color:black;
    border-radius:5px;
    margin-bottom:25px;
}

#bot_ver{
    color:black;
    height:auto;
    padding-top:6px;
    text-align:center;
    font-family: 'Rajdhani', sans-serif; 
    font-size: 2em;
}

@media only screen and (min-width: 850px)  and (max-width: 1100px) {
    #bot_ver{
        font-size: 1.7em;
        padding-top:9px;
    }

    .view_video{
        width:28%; 
    }
}     

@media only screen and (min-width: 630px)  and (max-width: 850px) {
    #bot_ver{
        font-size: 1.5em;
        padding-top:10px;
    }
    .view_video{
        width:35%; 
    }
}   

@media only screen and (min-width: 500px)  and (max-width: 630px) {
    #bot_ver{
        font-size: 1.3em;
        padding-top:12px;
    }
    .view_video{
        width:37%; 
    }
}   

@media only screen  and (min-width: 400px)  and (max-width: 500px) {
    #bot_ver{
        font-size: 1.1em;
        padding-top:15px;
    }
    .view_video{
        width: 150px;
    }
}   

@media only screen and (max-width: 400px) {
    #bot_ver{
        font-size: 1.1em;
        padding-top:15px;
    }
    .view_video{
        width: 150px;
    }
}   


/* Alterações AAP - 2021/04/20*/