#resultado-noticia {
	margin-bottom: 15px;
}

#resultado-noticia .card {
	width: 16.5rem;
	margin-right: 7.5px;
	min-height: 14rem;
	margin-top: 10px;
}

#resultado-noticia .card-body {
	padding: 1rem;
	box-shadow: 1px 1px 10px #ccc;
}

#resultado-noticia .com-resumos {
	min-height: 16rem;
}

#resultado-noticia h5 a {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 24px;
	color: #333;
}

#resultado-noticia .data-publicacao {
	font-size: 0.715rem;
	font-weight: 700;
	color: #911;
}

.carousel-control-prev, .carousel-control-next {
	width: 7.5%;
	bottom: 16%;
}

.carousel-caption {
	/* 	font-family: "gisha-bold"; */
	font-size: 0.65rem;
	text-align: left;
	padding: 0.25rem;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(15, 15, 15, 0.6);
	text-shadow: 0px 1px 1px #000;
}

.carousel-caption a {
	color: #fff !important;
}

.titulo {
	font-size: 0.75rem;
	color: #ff0;
}

/* .carousel-indicators { */
/* 	top: 20px; */
/* 	height: 16px;  */
/* } */

/* .carousel-indicators li { */
/* 	height: 15px; */
/* 	width: 15px; */
/* 	-moz-border-radius: 50%; */
/* 	-webkit-border-radius: 50%; */
/* 	border-radius: 50%; */
/* 	box-shadow: 0px 1px 1px #000; */
/* } */
.data_noticia {
	font-size: 0.715rem;
	background: #fff;
}

.tv-titulo {
	font-size: 0.9rem;
	font-weight: 600;
	color: #B22222;
}

.tv-tabela {
	background-color: #E6E8FA;
	border-collapse: collapse;
	border: 1px solid red;
}

.tv-tabela th {
	padding: 5px;
	border: 1px solid brown;
}

.tv-tabela td {
	padding: 5px;
	border: 1px solid brown;
}

.quadro-tv-borda {
	padding: 15px;
	border: 1px solid #CCCCCC;
}

.quadro-tv {
	padding: 5px;
	padding-right: 5px;
}

#abaVideos .card {
	margin: 10px;
}

#abaVideos .card-body {
	font-size: 0.75rem;
	/* 	padding:0.5rem; */
}

#abaVideos p {
	color: #333;
}

#abaVideos a:hover {
	text-decoration: none;
}

#abaVideos a:hover h5 {
	text-decoration: underline;
}

select#video {
	width: 50%;
	margin: 15px;
}

@media screen and (min-width: 1200px) {
	.frame-tv {
		width: 60%;
		height: 24.5rem;
	}
	#abaVideos .card {
		width: 95%;
		min-height: 16.666rem;
	}
}

@media screen and (min-width: 768px) {
	#resultado-noticia {
	float: left;
	
	}
}


@media screen and (max-width: 1199px) {
	select#video {
		width: 100%;
	}
}

/* 	tela menor */
@media screen and (max-width: 468px) {
	#resultado-noticia .card {
		width: 100%;
		margin-right: 0;
	}
	.frame-tv {
		diplay: flex;
		width: 100%;
		min-height: 10rem;
	}
}
