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

/*CARD VÍDEOS*/
.video_card { width: -moz-calc(33% - 20px); width: -webkit-calc(33% - 20px); width: -o-calc(33% - 20px); width: calc(33% - 20px); height: auto; color: var(--cor-texto-default); background: #ffffff url(../imagens/hover-noticias.png) no-repeat center center; font-size: 15px; margin: 0px 10px 20px 10px; display: inline-block; vertical-align: top; overflow: hidden; }
.video_card img { width: 100%; height: auto; opacity: 1; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow:hidden; }
.video_card .info { width: 100%; height: auto; clear: both; position: relative; color: var(--cor-texto-default); font-size: 12px; text-align: center; padding: 10px 0px; }
.video_card .info span { font-size: 18px; color: var(--cor-primaria); font-weight: bold; text-align: center; }
.video_card:hover .play { background-size: auto 65px; }

/*CARD VÍDEOS*/
.video_card_destaque { width: -moz-calc(75% - 20px); width: -webkit-calc(75% - 20px); width: -o-calc(75% - 20px); width: calc(75% - 20px); height: auto; color: var(--cor-texto-default); background: #ffffff url(../imagens/hover-noticias.png) no-repeat center center; font-size: 15px; margin: 0px 10px 20px 10px; float: left; overflow: hidden; }
.video_card_destaque img { width: 100%; height: auto; position: relative; display: inline-block; opacity: 1;-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; overflow:hidden; }
.video_card_destaque .info { width: 100%; height: auto; clear: both; position: relative; color: var(--cor-texto-default); font-size: 12px; text-align: center; padding: 10px 0px 20px 0px; }
.video_card_destaque .info span { font-size: 20px; color: var(--cor-primaria); 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-default); 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: 6px; -moz-border-radius: 6px; border-radius: 6px; 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: 6px; -moz-border-radius: 6px; border-radius: 6px; 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: 6px; -moz-border-radius: 6px; border-radius: 6px; 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: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); position: relative; overflow: hidden; }
	.apresenta iframe { width: 100%; height: 350px; }
	.apresenta .dados { text-align: center; }

	/*CARD VÍDEOS*/
	.video_card_destaque { width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); overflow:hidden; }
	.video_card_destaque img { width:100%; height:auto; }

	.video_card { width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); }
}
@media screen and (max-width: 480px) {
	.apresenta iframe { width: 100%; height: 280px; }
}