﻿#topo-header{
	background: #000;
	width: 100%;
	height: 35px;
}
.corpo{
	width: 1190px;
	margin: 0 auto;
}
.container-header, .container-header a{
	float: left;
	color: #fff;
	text-decoration: none;
	margin-right: 2px;
}
.container-header.logo {
    margin: 4px 0 0 105px;
    /* width: 200px; */
    text-align: left;
}
.container-header .data {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0 0;
    text-align: center;
    width: 785px;
}

.container-header.rede-social {
    text-align: right;
    width: 200px;
}

.container-header.rede-social a img {
    width: 27px;
    height: 27px;
    margin: 3px 0 0 0;
}

#topo-banner {
    width: 750px;
    height: 90px;
    margin: 15px auto;
}

#nav{
	width: 100%;
	background: #000;
	height: 175px;
	margin-bottom: 10px;
}

.linha1{
	width: 1190px;
	margin: 0 auto; 
	padding: 15px 0 0 0;
}

.linha2{
	width: 1200px;
	margin: 0 auto; 
	padding: 115px 0 0 0;
}

.container-nav{
	float: left;
}

.container-nav a{
	text-decoration: none;
}

.container-nav.busca{
    margin: 0 auto;
    width: 780px;
}

.container-nav .box-busca{
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    width: 600px;
    height: 35px;
    margin: 23px auto;
}

.container-nav .input-busca {
   border: none;
    background: #fff;
    width: 530px;
    height: 29px;
    padding: 4px 5px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    float: left;
    outline:none;
    box-sizing: content-box;
}

.container-nav button {
    background: #fff;
    border: none;
    margin-top: -4px;
    margin-left: 0 !important;
    cursor: pointer;
    float: right;
    outline: none;
}

.container-nav .box-busca img {
    width: 40px;
}

.container-nav.temperatura{
    width: 200px;
    margin-top: 30px;
}

.container-nav a.tempo .cidade {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding-left: 17px;
}

.container-nav .temp-minimo {
    color: #6dc7df;
    font-size: 16px;
}

.container-nav .temp-maximo{
    color: #e87648;
    font-size: 16px;
}

.container-nav .box-valores img, .container-nav .box-valores p{
	float: left;
}

.box-valores img {
    margin-top: -16px;
}

.container-nav  .box-valores p {
    margin-left: 7px;
    color: #fff;
}

#barra-superior {
    width: 1190px;
    height: 75px;
    float: right;
}

span.encontrado {
    color: #fff;
    font-size: 13px;
    line-height: 50px;
}

/* ESTILO DO AUTOCOMPLETE */

.ui-widget-content {
    z-index: 10000 !important;
    top: 248px !important;
    color: #000 !important;
}

.ui-widget-content a{
    color: #000 !important;
    text-decoration: none !important;
}

.ui-autocomplete li {
  text-align: left !important;
  color: #000 !important;
}

.ui-autocomplete-category {
 font-weight: bold !important;
 text-align: left !important;
 padding: .2em .4em !important;
 margin: .8em 0 .2em !important;
 line-height: 1.5 !important;
 z-index: 10000 !important;
}

.ui-autocomplete-category a{
    text-decoration: underline !important;
}

#ui-id-1{ 
     width: 550px !important;
     display: block;
     margin: 0px auto 0px 28% !important;
    }

@media only screen and (min-width: 1440px) {
    #ui-id-1{ 
     width: 550px !important;
     display: block;
     margin: 0px auto 0px 35% !important;
    }
}