article a .news-thumb:after{
	border-top: 3px solid #00AEEF;
}
article a:hover h3,
article a:focus h3,
article a:active h3{
  color: #0D90C2;
}

body.boxed #topBar {
    border-top: #c12723 4px solid;
}

/*
Setas
*/
.owl-carousel-controls span a i.widget-icon.fa-arrow-left:before{
	color: #28166c;
	content: "\f053";
}
.owl-carousel-controls span a i.widget-icon.fa-arrow-right:before{
	color: #28166c;
	content: "\f054";
}
.owl-carousel-controls span a i.widget-icon {
    background-color: #f1f1f1;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}
.owl-carousel-controls span a:hover i,
.owl-carousel-controls span a:focus i{opacity: .5!important;background-color: #f1f1f1!important;}

/*------------------------------------
--------------------------------------
---------------M-E-N-U----------------
--------------------------------------
------------------------------------*/

@media only screen and (min-width: 768px){
	#topNav{
		background: #28166c;
		border-top: 1px solid #504187;
		border-bottom: 1px solid #504187;
	}

	#topNav ul.nav>li{border-left: #402f82 1px solid;}
	#topNav ul.nav>li:last-child {border-right: #402f82 1px solid;}
	#topNav ul.nav>li>a{color: #FFF;}
	#topNav ul.nav>li:hover>a{color: #FFF;}

	@media only screen and (max-width: 990px){
		#topNav ul.nav>li>a{color: #000;}
		#topNav ul.nav>li:hover>a{color: #000;}
	}

	/* barra acima do hover do menu principal */
	#topNav ul.nav>li:hover>a:before,
	#topNav ul.nav>li.active>a:before{
		background-color: #00923f;
	}
	/* cor do hover do item do megamenu*/
	#topNav ul.nav>li.mega-menu>ul li:hover>a,
	#topNav ul.nav>li.mega-menu>ul li.active>a,
	#topNav ul.nav>li:hover:before,
	#topNav ul.nav>li.active:before {
		background-color: #3C7A59;
	}
	/* cor do hover do item do menu dropdown*/
	#topNav ul.nav .dropdown-menu>li.active>a,
	#topNav ul.nav .dropdown-menu>li:hover>a,
	#topNav ul.nav .dropdown-menu>li:focus>a {
		color: #fff !important;
		background-color: #3C7A59;
	}
}

/*------------------------------------
--------------------------------------
-------C-L-I-M-A--E--T-E-M-P-O--------
--------------------------------------
------------------------------------*/
.previsao-topo .icone-temp {
    color: #c12723;
}
.search-site button{color: #fff;background: #c12723;border-radius: 0 5px 5px 0;}
.search-site button:hover{color: #000}

.icone-temp{display: block;font-size: 40px;color: #555;}
.desc-temp{color: #555;font-size: 23px;margin-bottom: 5px;}
.weather-week{margin-top: 10px;}
.weather-week .min-temp:after, .weather-week .max-temp:after{content: "°C";display: inline-block;font-size: 10px;margin-left: 5px;font-weight: 300;}
/* divisor entre a minima e maxima */
.weather-week p > span:nth-child(1){border-right: 1px dashed rgba(0,0,0,0.3);padding-right: 10px;margin-right: 10px;}
.weather-week .min-temp{font-size: 18px;color: #6CA4D4;}
.weather-week .max-temp{font-size: 18px;color: #D4644A;}
.weather-week .minima > span:nth-child(1),
.weather-week .maxima > span:nth-child(1){
	font-size: 12px;line-height: 10px;text-align: left;color: #999;
}
