/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 17, 2018, 12:35:55 PM
    Author     : javali
*/

#slider-homepage-container{
    width:100%;
    /*height: 300px;*/
    background-color: #023F5A;
    padding-top:20px;
    padding-bottom: 70px;
}
#slider-youtube{
    position: relative;
    height: 250px;
}
#move-left{
    position: absolute;
    left: 0;
    width: 35px;
    height: 210px;
    top:0;
    z-index: 1;
    background-color: rgba(2,63,90, 0.5);  
}
#move-left .left-icon{
    position: absolute;
    background-image: url('images/seta_esq.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    opacity: 1;
    top: 92px;
    left: 7px;
}
#move-right{
    position: absolute;
    right: 0;
    width: 35px;
    height: 210px;
    top:0;
    z-index: 1;
    background-color: rgba(2,63,90, 0.5);
}
#move-right .right-icon{
    position: absolute;
    background-image: url('images/seta_dir.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    opacity: 1;
    top: 92px;
    left: 7px;
}
#move-left, #move-right{
    cursor:hand;
    cursor: pointer;
}
.slider-outer{
    width: 100%;
    position: relative;
    height: 250px;
    overflow: hidden;
}
.slider-inner{
    position:absolute;
    height: 250px;
    left:0;
    top:0;
}
.slider-inner .video-youtube{
    float:left;
    padding-right:30px;
    width: 370px;
    height:250px;
}
.video-youtube .y-title{
    width: 100%;
    float:left;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 19px;
    margin-top:15px;
    font-weight: 600;
}
#selectors-slider{
    width:100%;
    height: 30px;
    
    padding-top:20px;
    padding-bottom: 35px;
}
#last-videos-btn{
    padding:6px 25px;
    float: left;
    margin-right:20px;
    background-color: #6D8D9B;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}
.y-video-container{
    position:relative;
}
.play-button-video{
    width: 70px;
    height:50px;
    background: url('images/btn_play.png');
    position: absolute;
    top:0; left:0;right:0;bottom:0;
    margin:auto;
}