.home{
    
}

.home .aconteceMask{
    overflow:hidden;
    height:246px;
}
.home .aconteceBlock .target{
    width:5200px;
    position:absolute;
    transition:0.5s;
    -webkit-transition:0.5s;
}

.home .aconteceBlock .aconteceItem{
    width:324px;
    height:246px;
    background-position: center;
    float:left;
    position:relative;
    margin-right:6px;
}


.home .seeMore{
    width:123px;
    height:36px;
    background-image:url('images/seeMore.jpg');
}

.home .arrowLeft{
    width:61px;
    height:36px;
    background-image:url('images/arrowLeft.jpg');
}
.home .arrowRight{
    width:61px;
    height:36px;
    background-image:url('images/arrowRight.jpg');
    margin-left:1px;
}

.home .arrowRight.disabled,.home .arrowLeft.disabled{
    opacity:0.5;
    cursor: default;
}

/*
class="noticiaItem child<?=$con->getCursor()+1;?>" 
*/



.home .videosBlock .videosTarget{ 
    width:489px;
    height:294px;

}
.home .videosBlock .mainVideo{
    width:489px;
    height:294px;                 
}

.home .videosBlock .mainVideo iframe{
    position:absolute;
    width:100%;
    height:100%;
}

.home .videosBlock .videoItem.selected .videoInfoOver{ 
    opacity:0;
}
.home .videosBlock .videoItem:hover .videoOver{ 
    opacity:0;
}
.home .videosBlock .videoItem.selected .videoOver{ 
    opacity:1;
}
.home .videosBlock .videoItem{
    width:241px;
    height:144px;
    float:left;
    margin-right:6px;
    margin-bottom:6px;
    background-position: center;
    background-size:cover;
    position: relative;
    overflow: hidden;
} 

.home .videosBlock .videoItem.child2,.home .videosBlock .videoItem.child4{
    margin-right:0px;
    width:242px;

}

.home .projetosTarget{
    height:292px;
}

.home .projectItem{
    position:absolute;
    overflow: hidden;
}
.home .projectItem.child1{
    width:392px;
    height:143px;
    top:0;
    left:0;
}
.home .projectItem.child2{
    width:392px;
    height:143px;
    top:149px;
    left:0;
}
.home .projectItem.child3{
    width:186px;
    height:292px;
    top:0px;
    left:398px;
}

.home .projectItem.child4{
    width:394px;
    height:292px;
    top:0px;
    left:590px;
}

.home .projectItem.child3 .projectInfoOver div {
    height:2px;
    position:absolute;
    width:63%;
    bottom: 26px;
    background-color:#FFF;
    left:10px;
}

.home .projectItem.child3 .projectInfoOver span {
    width:85%;
    bottom:50px;
        
}