@charset "ISO-8859-1";

/* -----------------------------------------------------------------
                       videos
-----------------------------------------------------------------*/
#boxvideosmain{
	position:relative;
	display:block;
	margin:0px auto;
	padding:0px;
	width:auto;
	height:380px;
	background:#f6f6f6;
	border: 1px solid #d8dadb;
}
#mainvideo{
	position:relative;
	display:block;
	margin:0px auto;
	padding:0px;
	width:1200px;
	height:auto;
}

#boxtexto{
	position:relative;
	display:block;
	margin:40px 0px;
	padding:0px 40px 0px 0px;
	width:500px;
	height:360px;
	overflow:hidden;
	float:left;
}
.boxvideo{
	position:relative;
	display:block;
	width:560px;
	height:315px;
	margin:40px 0px;
	padding:0px;	
	background:#f6f6f6;
	border: 1px solid #d8dadb;
	overflow:hidden;
	float:left;
}
iframe,
iframe[style]{
    max-width: 100%;
    height: auto;
}

.ratio_elemento{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.boxoutros{
	display:block;
	width:330px;
	height:300px;
	margin:20px 30px;
	padding:0px;
	overflow:hidden;
	float:left;
}
.imgoutros{
	display:block;
	position:relative;
	width:330px;
	height:180px;
	margin:0px 0px 15px 0px;
	padding:0px;
	overflow:hidden;
}
.duracao{
	display:block;
	position:absolute;
	width:40px;
	height:20px;
	left:0px;
	bottom:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size: 14px;
	color: #4c4c4c;
	background:#ffffff;
	padding:4px 20px;	
}