#video .sessao_foto{*margin-bottom: 30px;}
#video .sessao_foto .corTitulo.estilo0,
#video .sessao_foto .corTitulo.estilo1,
#video .sessao_foto .corTitulo.estilo4,
#video .sessao_foto .corTitulo.estilo5,
#video .sessao_foto .corElementos,
#video .sessao_foto .estilo2,
#video .sessao_foto .estilo5,
#video .sessao_foto .estilo6{
    color: #fff;
    fill: #fff;
    border-color:#fff;
}

#video .sessao_foto .estilo1::after{background-color: #fff;}
#video .titulosessao.sessao_foto span.line{
    background-color: #fff;
}

.video-foto{
    box-sizing: border-box;
    display: block;
    *float: left;
    margin: auto 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    font-family: "Montserrat", sans-serif;
    background-size: cover;
    background-position: center;
}

.video-foto,
.video-foto img,
.video-foto:after,
.overlayVideo,
.video-titulo{
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

.video-foto img.px-hor{
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.item-video img.lazyload {
    top: 0;
    width: 100%;
    opacity: 0.0;
    filter: alpha(opacity=0);
    position: absolute;
}

.video-foto img.lazyImage{
    top: 0;
    left: 50%;
    height: 100%;
    position: absolute;
    width: auto !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.video-foto:hover .overlayVideo{ 
    background-image: none; 
    cursor: pointer;
}

.video-foto:hover .video-titulo{
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
    cursor: pointer;
}

.overlayVideo{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/video-icone.png'); 
    z-index: 10;
}

.video-titulo{
    position: absolute;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    margin: 0px;    
    font-weight: 500;
    z-index: 80;
    opacity: 0.0;
    -moz-opacity: 0.0;
    filter: alpha(opacity=00);
    top: 45%;
    width: 90%;
    left: 5%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*overflow: hidden;*/
    direction: ltr;
}

.video-titulo.out{
    color: inherit;
    position: relative;
    padding: 15px;
    left: 0;
    text-align: left;
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}

.item-video{margin-bottom: 30px;}
.item-video:last-child{margin-bottom: 0px !important;}

.item-video span{
    font-weight: normal;
    font-size: 12px;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    font-size: 12px;    
    line-height: 25px;
}

/* Estilo de galeria de videos video 4 */
.video4{
    padding-left: 15px;
    padding-right: 15px;
/*    padding-left: 30px;
    padding-right: 30px;*/
}
.video4 .item-video{
    /*padding: 0 5px;*/
    padding: 0;
    margin: 5px 0;
    cursor: pointer;
}
.video4 .video-foto{
    overflow: visible;
    line-height: 23px;
}
.video4 .video-foto .lazyImage{
    max-height: 100%;
}
.video4 .video-foto .video-titulo,
.galvideo .video-foto .video-titulo{
    word-wrap: break-word;
    white-space: normal;
}
.video4 .video-layout{
    float: left;
    width: 100%;
    position: relative;
}
.video4 .video-layout-imagem{
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
}
.video4 .video-carousel-full,
.video4 .video-carousel-blur{
    float: left;
    height: 100%;
    z-index: 0;
    position: absolute;
    left: 5px;
    right: 5px;
}
.video4 .video-carousel-full{
    left: 450px;
}
.video4 .video-layout-desc-box{
    width: 100%;
    height: 100%;
    float: left;
    padding: 30px;
    /*padding-right: 15px;*/
    overflow-x: scroll;
    z-index: 10;
    position: relative;
    background: #000;
}
.video4 .play-box{
    z-index: 1;
    right: 5px;
    float: left;
    left: 500px;
    height: 100%;
    position: absolute;
    background-size: 110px;
    background-image: url(../img/play-box.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;

    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}
.video4 .play-box:hover{
    opacity: 0.8;
}
.video4 .video-layout-close{
    top: 5px;
    right: 5px;
    width: 40px;
    color: #fff;
    height: 40px;
    cursor: pointer;
    font-size: 27px;
    text-align: center;
    z-index: 10;
    position: absolute;
}
.video4 .video-layout-item, .base-para-fade{
    height: 500px;
    width: 100%;
    padding: 5px;
    z-index: 80;
    top: 0;
    position: absolute;
    margin-bottom: 5px;
    display: none;
    overflow: hidden;
}
.base-para-fade{
    position: relative;
}

.video4 .video-layout-item.hidden{
    display: none;
    position: absolute;
}
.video4 .video-layout-desc{
    position: absolute;
    background-color: #000;
    /*overflow: hidden;*/
    width: 500px;
    font-size: 18px;
    max-width: 100%;
    height: 100%;
}
.video4 .video-carousel-full:after{
    content: " ";
    position: absolute;
    top: 0;
    width: 600px;
    height: 100%;
    /*background: transparent url(../img/fundo-fade.png) repeat-y left center;*/
    background: -webkit-linear-gradient(left,rgba(0,0,0,1),rgba(255,0,0,0)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(0,0,0,1),rgba(255,0,0,0)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(0,0,0,1),rgba(255,0,0,0)); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(0,0,0,1), rgba(255,0,0,0)); /*Standard*/
}
.video4 .video-layout-desc .thumb-blur{
    position: absolute;
    top: -75px;
    left: -75px;
    bottom: -75px;
    right: -75px;
    z-index: 0;
    opacity: 0.8;
    background-position: left center;
    background-size: auto 100%;
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px);
}
.video4 .video-layout-desc h2{
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 35px;
    color: #fff;
    position: relative;
}
.video4 .video-layout-desc p{
    font-weight: 100;
    color: #fff;
    font-size: 15px;
    position: relative;
}
.video4 .video-layout-desc ul{
    padding: 0px;
    margin-top: 45px;
    list-style: none;
    position: relative;
}
.video4 .video-layout-desc ul li{
    margin: 15px 0;
    font-weight: 600;
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}
.video4 .video-layout-desc ul li a{
    color: #fff;
    cursor: pointer;
}
.video4 .video-layout-desc ul li:hover{
    margin-left: 15px;
}
.video4 .video-layout-desc ul li i{
    color: #be1e2d;
    margin-top: 0px;
    float: left;
    margin-right: 7px;
    font-size: 20px;
}
.video4 .video-foto.ativo{
    border: 7px solid #be1e2d;
}
.video4 .video-foto.ativo:after{
    content: " ";
    left: 0;
    right: 0;
    bottom: -30px;
    height: 30px;
    z-index: 100;
    margin: 0 auto;
    position: absolute;
    float: left;
    background-size: auto 30px;
    background-image: url(../img/seta-video.png);
    background-position: center;
    background-repeat: no-repeat;
}
.video4 .row:after,
.video4 .row:before{
    display: none;
}

.video-single-descricao h1{
    margin-top: 30px;
    font-weight: bold;
}

.video-episodios ul{
    list-style: none;
    margin-top: 30px;
    font-size: 18px;
}

.video-episodios ul li{
    margin-bottom: 15px;    
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

.video-episodios ul li:hover{
    margin-left: 5px;
}

.video-episodios ul li i{
    color: #be1e2d;
}

.video-interno {
    z-index: 1;
}
.video-interno .ajuste-margin {
    margin: 30px auto 30px;
    max-width: 600px;
}
.video-interno .margin-ajuste {
    margin: 30px 0;
}

.video-interno .no-padding-desktop {
    padding: 0;
}

@media only screen and (max-width : 993px) {
    .video-episodios ul{
        padding: 0px;
        margin-bottom: 30px;
    }

}

@media only screen and (max-width : 767px) {
    .video4 .video-foto.ativo{border: 0;}
    .video4 .video-foto.ativo:after{display: none;}

    .video-interno .no-padding-desktop {
        padding: 0 15px;
    }
    .video-interno .ajuste-margin {
        margin: 30px 0;
        max-width: 600px;
    }
}

/* Video Interno */
.video-box iframe{
    width: 100%;
    height: 100%;
}

#video{
    *overflow: hidden;
}

*, *:hover, *:focus, *:active{
    outline: none;
}

/*
.textos-slide{
    display: block !important;
    position: absolute !important;
    text-align: left !important;
    top: 35% !important;
    left: 80px !important;
    width: 500px !important;
    max-width: 100% !important;
    color: #fff !important;
}

@media only screen and (max-width : 768px) {
    .textos-slide{
        text-align: center !important;
        left: 15px !important;
        right: 15px !important;
        width: auto !important;
    }
    .textos-slide h1{
        font-size: 30px !important;
    }
    .textos-slide h2{
        font-size: 15px !important;
    }
}

@media only screen and (max-width : 480px) {
    .textos-slide{
        text-align: center !important;
        left: 30px !important;
        right: 30px !important;
        width: auto !important;
        top: 0px !important;
    }
    .textos-slide h1{
        font-size: 20px !important;
    }
    .textos-slide h2{
        font-size: 15px !important;
    }
}
*/






