
.topo_um { background: #0f1d66; padding: 10px 0; color: #FFF;}
.topo_dois { background: #0060ae; color: #FFF; border-radius:0 }
.banner { background: url("http://gestor.cotec.ap.gov.br/img/logos/") no-repeat;
    background-size: cover;
    -webkit-background-size: cover; /*Css safari e chrome*/
    -moz-background-size: cover; /*Css firefox*/
    -ms-background-size: cover; /*Css IE não use mer#^@%#*/
    -o-background-size: cover; /*Css Opera*/
}

.simple-link {
    font-weight: bold;
    border-bottom: 3px solid #357cb9;
}

.simple-link:hover {
	text-decoration: none;
	border-bottom: 3px solid #0060ae;
}

.menu ul li .dropdown-menu a:link, .menu ul li .dropdown-menu a:visited {
    color: #555;
}

.banner {
	/*background-attachment: fixed;
	background-image: url('../../img/bg/pylon.jpg');
	background-position-y: bottom;*/
}

.carousel-img {
    background-position: inherit;
    background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
	height: 355px;
}

#myCarousel .carousel-indicators li {
	border-radius: 50%;
}

/* Notícias */

.noticias-header {
	margin-top: 20px;
}

.noticia-item {
	margin-bottom: 25px;
}

.noticia-img {
	width: 35%;
    height: 140px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	margin-right: 10px;
	float: left;
}

.noticia-titulo {
	/* color: #333; */
	font-weight: bold;
	font-size: small;
}

.noticia-texto {
	color: #555;
	font-size: small;
}

/* Normas Técnicas */

.nt-wrapper {
	border: 2px solid #357cb9;
	margin-bottom: 1px;
}

.nt-header {
	background: #357cb9;
	color: #fff;
	padding: 4px 8px;
	cursor: pointer;
}

.nt-header:hover {
	background: #3b8cd2;
}

.nt-title {
	font-weight: bold;
}

.nt-data {
	float: right;
}

.nt-body {
	padding: 0px 8px;
}

.nt-anexos {
	padding-bottom: 5px;
}

.nt-download {
	display: inline-block;
	font-weight: bold;
	margin-right: 15px;
	background: #f2f2f2;
	padding: 4px 6px;
}

/* Videos */

.videos-wrapper {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -10px;
}

.video-item {
	/* flex-grow: 1; */
	width: 33.3%;
	padding: 0 10px;
	text-decoration: none !important;
}

.video-img {
	width: auto;
	height: 130px;
	background-size: auto 130px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.video-overlay {
	color: #fff;
	font-size: 80px;
	opacity: 0.6;
	text-shadow: 1px 1px #666;
	transition: all 0.4s ease;
	text-decoration: none !important;
}

.video-item:hover .video-overlay {
	color: #fff;
	opacity: 1;
}

.table-nts-index tr:first-child {
	background: #f5f5f5;
}

.table-nts-index td {
	/* white-space: nowrap; */
}

.table-nts-index td:first-child {
	white-space: nowrap;
}

.table-nts-index td:last-child {
	text-align: center;
	width: 1%;
}
