
/* SEPEGOV */
a {
	color: #04B6ED;
}

.nav-link.novidades {
	color: #04B6ED !important;
}

.btn-login, .btn-login:hover {
	background: transparent;
}

.btn-cadastro, .btn-cadastro:hover {
	background: transparent;
}

.btn.btn-secondary {
	border: 0;
	color: #000;
}

.bg-aqua {
	background: #92D0D3;
}

.box-nav-informacoes {
	background-color: #A2E8FD;
}

.box-nav-informacoes h4 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #0058A6;
	font-family: 'Roboto Condensed';
	letter-spacing: -0.72px;
}

.box-nav-informacoes .item {
	border-radius: 7px;
	padding: 15px;
	min-height: 92px;
	display: flex;
	align-items: center;
	line-height: 16px;
	color: #0058A6;
	background-color: #fff;
	font-family: "Roboto Condensed";
}

.box-nav-informacoes .item .texto {
	width: 118px;
}

.box-nav-informacoes .item span {
	display: block;
	font-weight: bold;
	font-size: 19px;
	color: #04B6ED;
	margin-bottom: 4px;
}

.box-nav-informacoes .item .location {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.box-nav-informacoes .item .temperatura {
	font-weight: 300;
	font-size: 40px;
	margin-top: 8px;
}

.section-header h2 {
	font-weight: bold;
	font-size: 50px;
	line-height: 50px;
	color: #92D0D3;
}

.busca h2 {
	color: #3D959A;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

.box-busca .form-control {
	height: 56px;
	border-radius: 9px;
	font-size: 20px;
}

.box-busca .btn-buscar {
	font-size: 28px;
	color: #A0A0A0;
}

.box-inicial {
	height: 388px;
}

.box-inicial p {
	font-size: 14px;
	line-height: 22px;
}

.box-inicial img.woman {
	transform: translateY(-30px);
}

.box-inicial hr {
	border-color: #fff;
}

.box-inicial .btn.btn-primary {
	font-size: 16px;
	border-radius: 16px;
}

.box-comece .item h3 {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
}

.box-comece .item {
	background-color: #00000052;
	background-blend-mode: soft-light;
}

.box-comece .item .item-header {
	align-self: flex-start;
	color: #fff;
	display: flex;
	align-items: center;
}

.box-comece .item .item-header img {
	margin-right: 15px;
	width:50px;
}

.box-comece .item .item-header h3 {
	margin: 0;
	color: #92D0D3;
}

.box-comece .item .item-header p {
	text-transform: uppercase;
	margin: 0;
}

.text-orange {
	color: #04B6ED !important;
}

.bg-orange {
	background: #04B6ED;
}

.box-servicos .bg-1 {
	background: url(../img/gov/a2.png) #0062FF4D center no-repeat;
	background-blend-mode: normal;
}

.box-servicos .bg-2 {
	background: url(../img/gov/a1.png) #0062FF4D center no-repeat;
	background-blend-mode: normal;
}

.box-servicos .info h3 {
	line-height: 60px;
}

/*
.btn.btn-primary {
	background: #04B6ED;
	border: 0;
}
*/

.box-servicos-info h2 {
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	color: #04B6ED;
}

.box-servicos-info p {
	font-size: 14px;
	line-height: 20px;
}

.box-servicos-empresas .item h3 {
	color: #fff;
}

section.videos {
	background: #000;
}

.videos .time {
   color: #8159D9;
   font-size: 30px; 
   font-weight: bold;
}

.videos .media img {
	max-width: 180px;
}

.videos .media {
	margin-bottom: 20px;
}

.videos .media h5 {
	color: #fff;
	font-size: 20px;
}

.videos .media .time {
	font-size: 20px;
}

.videos .media .time .fa {
	color: #fff;
}

.box-news h3 {
	color: #04B6ED;
}

.box-midias a {
	color: #04B6ED;
}

.box-news .form-control {
	border-color: #04B6ED;
}

.box-news .btn {
	background: #04B6ED;
}

.assista {
	background: url(../img/gov/HEROO4.png) center;
	height: 580px;
	color: #fff;
	padding-top: 160px;
}

.assista h2 {
	font-size: 70px;
	line-height: 65px;
	font-weight: bold;   
}

.assista hr {
	border-top: 3px solid #04B6ED;
}

.assista p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
}

.assista .info {
	max-width: 660px;
}

.assista .canal {
	max-width: 276px;
}

.assista .canal h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.assista .canal .fa {
	font-size: 56px;
	margin-right: 10px;
}

footer {
	background: #0058A6;
}

@media (max-width: 1200px) {
	.box-inicial {
		height: auto;
	}

	.box-inicial img.woman {
		transform: translateY(0);
		margin-top: 20px;
		margin-bottom: -100px;
	}
} 

@media (max-width: 992px) {
	.assista {
		height: auto;
		background: #8159D9;
		padding: 80px 0;
	}

	.box-inicial {
		height: auto;
	}

	.box-inicial img.woman {
		transform: translateY(0);
		margin-top: 20px;
		margin-bottom: -100px;
	}
}

