.tituloVideo {
    font-size: 12px;
    color: #00437f;
    font-weight: bold;
    text-align: center;
    height: 35px;
}

.tituloVideoPlayer {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.containerVideos {
    width: 84%;
    padding-left: 15px;
}

.sobreporVideo {
    width:296px;
    height: 169px;
    background-color: transparent;
    margin-top: -174px;
    z-index: 100;
    position: absolute;
    cursor: pointer;
}

h3.view a, h3.view a:hover, h3.view a:focus {
    color: #fff;
}

.sobreporVideo:hover {
    background-color: #ffff00;

    /* PARA FUNCIONAR EM INTERNET EXPLORER 8 E 9 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

    /* CERTIFICAR QUE FUNCIONE EM OUTRAS VERSÕES DO INTERNET EXPLORER */
    filter: alpha(opacity=20);

    /* VERSÕES ANTIGA DO MOZILLA FIREFOX */
    -moz-opacity:0.2;

    /* SAFARI/OPERA */
    -khtml-opacity: 0.2;

    opacity: 0.2;
}

#playerVideoSambatech
{
    background-color: #000;

    /* PARA FUNCIONAR EM INTERNET EXPLORER 8 E 9 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

    /* CERTIFICAR QUE FUNCIONE EM OUTRAS VERSÕES DO INTERNET EXPLORER */
    filter: alpha(opacity=90);

    /* VERSÕES ANTIGA DO MOZILLA FIREFOX */
    -moz-opacity:0.9;

    /* SAFARI/OPERA */
    -khtml-opacity: 0.9;

    opacity: 0.9;

    margin-bottom: 10px;

    height: 430px;
}

#fecharPlayerVideo {
    color: #117700;
    cursor: pointer;
}

.clickVideo {
    cursor: pointer;
}

.clickPagina {
    cursor: pointer;
}
.page .videoplayer #topcontent {
    display: none;
}
.page .videoplayer .topcontent,
.page .videoplayer .entry-title a,
.page .top-video {
    background: black;
    color: white !important;
}
.page .videoplayer .videotitle {
    margin-bottom: 30px;
}
.page .videoplayer .pagetitle.videotitle h1 {
  line-height: 1.2em;
  font-size: 3.5em;
  text-transform: inherit;
  color: #333;
  border: 0;
}
.page .videoplayer p#descriptionVideoPadrao {
  max-width: 730px;
  margin: 0 auto 30px;
}

/* Tablet
----------------------------------------------------- */
@media (max-width: 1024px) and (min-width: 768px) {
    .page .videoplayer .pagetitle.videotitle h1 {
      font-size: 2.571em;
    }
    .page .videoplayer h1.entry-title {
      line-height: 1.3em;
    }
    .page .videoplayer .entry-title a {
        font-size: .7em;
    }
    .page .videoplayer .videotitle {
    margin-bottom: 0;
    }
}

/* Mobile
----------------------------------------------------- */
@media (max-width: 767px) {
    .page .videoplayer .pagetitle.videotitle h1 {
      font-size: 2.571em;
    }
    .page .videoplayer h1.entry-title {
      line-height: 1.3em;
    }
    .page .videoplayer .entry-title a {
        font-size: .7em;
    }
    .page .videoplayer .videotitle {
    margin-bottom: 0;
    }
}
