section { background-color: #ffffff; padding: 0px 0px 30px 0px; }

/* 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; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; overflow:hidden; }
.apresenta .dados { padding: 15px 0px; width: 100%; height: auto; text-align: center; color: var(--cor-texto); font-size: 15px; text-align: center; }
.apresenta .dados p { font-size: 20px; font-weight: 700; color: var(--cor-primaria); font-family:  var(--fonte-padrao); font-weight: 700; position:relative; width: 100%; height: auto; }
.apresenta iframe { width: 100%; height: 525px; position: relative; overflow: hidden; }

/*CARD VÍDEOS*/
.video_card { width: 340px; height: 285px; color: var(--cor-texto); background: #ffffff url(../imagens/hover-noticias.png) no-repeat center center; font-size: 15px; margin: 21px; display: inline-block; vertical-align: top; overflow: hidden; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.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; width: 100%; overflow:hidden; }
.video_card .info { width: 320px; height: auto; min-height: 55px; position: absolute; color: var(--cor-texto); font-size: 12px; text-align: center; padding: 10px; }
.video_card .info span { font-size: 18px; color: var(--cor-primaria); font-family:  var(--fonte-padrao); font-weight: 700; font-weight: bold; text-align: center; }
.video_card:hover .play { background-size: auto 65px; }

/*CARD VÍDEOS*/
.video_card_destaque { width: 100%; height: auto; color: var(--cor-texto); background: #ffffff url(../imagens/hover-noticias.png) no-repeat center center; font-size: 15px; margin: 0px 0px 20px 0px; display: inline-block; vertical-align: top; overflow: hidden; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.video_card_destaque .play { width: 100%; 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; width: 100%; overflow:hidden; }
.video_card_destaque .info { width: 100%; height: auto; position: relative; color: var(--cor-texto); font-size: 12px; text-align: center; padding: 10px 10px 20px 10px; }
.video_card_destaque .info span { font-size: 20px; color: var(--cor-primaria); font-family:  var(--fonte-padrao); font-weight: 700; font-weight: bold; text-align: center; }
.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:var(--cor-texto); 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: 10px; -moz-border-radius: 10px; border-radius: 10px; 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: 10px; -moz-border-radius: 10px; border-radius: 10px; 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:#000000; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; display: inline-block; vertical-align: top; }

@media screen and (max-width: 1100px) {
	section { padding-top:65px; }

	.videos { width: 100%; padding: 0px; height: auto; list-style-type: none; text-align: center; }

	/* APRESENTAÇÃO */
	.apresenta { width: 94%; padding: 0px 3%; position: relative; overflow: hidden; }
	.apresenta iframe { width: 100%; height: 350px; }
	.apresenta .dados { text-align: center; }

	/*CARD VÍDEOS*/
	.video_card_destaque { width: 340px; height: 285px;  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow:hidden; }
	.video_card_destaque img { width:100%; height:180px; }
	.video_card_destaque .play { width: 340px; height: 180px; }
}
@media screen and (max-width: 480px) {
	.apresenta iframe { width: 100%; height: 280px; }
}