/* Copyright CiaByte Design - 2015 */
@charset "utf-8";

.video-container{max-width:60em;margin:3em auto;}
.video-youtube {position:relative;padding-bottom:55%;padding-top: 30px;height:0;overflow: hidden;}
.video-youtube iframe, .video-youtube object, .video-youtube embed {position:absolute;top:0;left:0;width:100%;height:100%;}

.video-container-x3{width:30%;margin: 0em 5% 1em 0%;float:left;}
.video-container-x-ultimo{margin-right:0%;}


.podcast{height:31.25em;width:31.25em;background: url("imagens/podcast.jpg") no-repeat;background-position: top right;background-size: auto 31.25em;margin: 3em auto 0em auto;}


@media screen and (max-width: 69em) {
	.video-container-x3{width:80%;margin: 2em auto;float:none;}
}

.tit-video{font-weight:normal;color:rgb(48,117,186);font-size:1.35em;margin: 1em 0em 0.5em 0em;}