section { padding: 30px 0px; width: 100%; height: auto; position: relative; }

/* VÍDEOS */
.videos { width: 100%; height: auto; list-style-type: none; padding: 15px 0px; }

.apresenta { width: 100%; margin: 0 auto; height: auto; padding-bottom: 70px; }
.apresenta .dados { padding: 15px 0px; width: 100%; height: auto; text-align: center; color: #000000; font-size: 15px; text-align: center; }
.apresenta .dados span { font-size: 15px; font-weight: 700; }
.apresenta iframe { margin-top: 25px; width: 100%; height: 650px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; position: relative; }

/*CARD VÍDEOS*/
.video_card { width: 340px; height: 285px; color: #000000; background: #ffffff url(../imagens/hover-noticias.png) no-repeat center center; font-size: 15px; margin: 10px 12px 20px 12px; display: inline-block; vertical-align: top; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; }
.video_card .play { width: 340px; height: 200px; z-index: 10; position: absolute; background-image: url(../imagens/ico-play.png); background-repeat: no-repeat; background-position: center center; background-size: auto 60px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.video_card img { opacity: 1; }
.video_card .info { width: 320px; height: 34px; position: absolute; color: #000000; font-size: 12px; text-align: center; padding: 10px; }
.video_card .info span { font-size: 15px; color: #000000; font-weight: bold; text-align: center; }
.video_card:hover img { opacity: 0.4; }
.video_card:hover { background: #f4f6f8; }
.video_card:hover .play { background-size: auto 65px; }

/*CARD VÍDEOS*/
.video_card_destaque { width: 1060px; height: auto; color: #000000; background: #ffffff url(../imagens/hover-noticias.png) no-repeat center center; font-size: 15px; margin: 10px 12px 20px 12px; display: inline-block; vertical-align: top; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; }
.video_card_destaque .play { width: 1060px; height: 500px; z-index: 10; position: absolute; background-image: url(../imagens/ico-play.png); background-repeat: no-repeat; background-position: center center; background-size: auto 60px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.video_card_destaque img { opacity: 1; }
.video_card_destaque .info { width: 100%; height: auto; position: relative; color: #000000; font-size: 12px; text-align: center; padding: 10px 10px 20px 10px; }
.video_card_destaque .info span { font-size: 15px; color: #000000; font-weight: bold; text-align: center; }
.video_card_destaque:hover img { opacity: 0.4; }
.video_card_destaque:hover { background: #f4f6f8; }
.video_card_destaque:hover .play { background-size: auto 65px; }

/*PAGINAÇÃO*/
.paginacao { width: 100%; height: auto; position: relative; padding: 10px 0px; text-align: center; }
a.ser:link, a.ser:visited, a.ser:active { color:#000000; text-decoration: none; font-size:12px; border: none; line-height: 15px; width: auto; min-width: 15px; display: inline-block; vertical-align: top; text-align: center; padding: 2px 4px; background-color:#eaeaea; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; display: inline-block; vertical-align: top; }
a.ser:hover { color:#ffffff; text-decoration: none; font-size:12px; border: none; padding: 2px 4px; line-height: 15px; width: auto; min-width: 15px; display: inline-block; vertical-align: top; text-align: center; background-color:#000000; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; display: inline-block; vertical-align: top; }
.sera { color:#ffffff; text-decoration: none; font-size:12px; border: none; padding: 2px 4px; line-height: 15px; width: auto; min-width: 15px; display: inline-block; vertical-align: top; text-align: center; background-color:#f1b309; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; display: inline-block; vertical-align: top; }

@media screen and (max-width: 1100px) {
	.videos { width: 100%; padding: 0px; height: auto; list-style-type: none; text-align: center; }

	.apresenta { width: 94%; padding: 0px 3%; position: relative; overflow: hidden; }
	.apresenta iframe { width: 100%; height: 350px; }
	.apresenta .dados { text-align: center; }
}
@media screen and (max-width: 480px) {
	.apresenta iframe { width: 100%; height: 280px; }
}