/*Folha de estilo CSS*/

 #mapab {
     width: 100%;
     height: 50vh;
     border-radius: 10px;
}
 #sugestao {
     position: absolute;
     background: #fff;
     z-index: 9999;
     max-height: 330px;
     overflow-y: auto;
     top: 50px;
     border-radius: 5px;
     list-style: none;
     padding: 10px;
     width: 45%;
}
 #sugestao::-webkit-scrollbar {
     display: none;
}
 #sugestao a {
     color: #000;
     text-transform: uppercase;
     font-weight: 600;
}
 #sugestao li {
     margin-bottom: 8px;
}
 .oculto{
     display: none;
}
 .temp {
     font-weight: 600;
     margin-bottom: 25px;
     font-size: 20px;
}
 #txtbusca {
     width: 100%;
     background: transparent;
     border: none;
     color: #000;
     padding: 10px 15px;
     border-radius: 100px;
}
 .formb-inline {
     display: flex;
     width: 100%;
     flex-direction: row;
     align-items: center;
     flex-wrap: nowrap;
}
 .title {
     font-size: 35px;
     margin-bottom: 30px;
}
 .dados {
     background: url(../arquivos/back.jpg);
     display: flex;
     align-items: center;
     color: #fff;
     border-radius: 10px;
     background-size: cover;
     background-repeat: no-repeat;
}
 .dados:before {
     content: "";
     background: #000000a6;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     border-radius: 10px;
}
 .clima {
     font-size: 35px;
}
 #description {
    text-transform: capitalize;
}
 .centro {
     display: flex;
     align-items: center;
}
 #vento {
     width: 15px;
}
 .fa-lg{
     font-size:1.3333333333333333em;
     line-height:.75em;
     vertical-align:-15% 
}
 .scala {
     display: flex;
     left: 25px;
     position: absolute;
     z-index: 99999;
     bottom: 25px;
}
 .scale-details{
     color:#48484a;
     height:20pt;
     display:-webkit-box;
     display:-webkit-flex;
     display:-ms-flexbox;
     display:flex;
     -webkit-box-align:center;
     -webkit-align-items:center;
     -ms-flex-align:center;
     align-items:center;
     padding:2pt 4pt;
     background-color:#fff;
     -webkit-border-radius:4pt;
     border-radius:4pt;
     -webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
     box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
     -webkit-transition:-webkit-box-shadow .1s ease-out;
     -o-transition:box-shadow .1s ease-out;
     transition:box-shadow .1s ease-out;
     transition:box-shadow .1s ease-out,-webkit-box-shadow .1s ease-out;
     margin-bottom:10px;
     -webkit-box-pack:justify;
     -webkit-justify-content:space-between;
     -ms-flex-pack:justify;
     justify-content:space-between;
     font-size:10px 
}
 .scale-details:only-child{
     margin-bottom:0 
}
 .scale-details>div:first-child{
     width:80px;
     white-space:nowrap;
     font-size:10px 
}
 .scale-dividers,.scale-gradient{
     display:-webkit-box;
     display:-webkit-flex;
     display:-ms-flexbox;
     display:flex 
}
 .scale-gradient{
     -webkit-box-orient:vertical;
     -webkit-box-direction:normal;
     -webkit-flex-direction:column;
     -ms-flex-direction:column;
     flex-direction:column 
}
 .scale-dividers{
     width:100%;
     -webkit-box-pack:justify;
     -webkit-justify-content:space-between;
     -ms-flex-pack:justify;
     justify-content:space-between 
}
 .horizontal-gradient-line{
     -webkit-border-radius:4pt;
     border-radius:4pt;
     height:4px;
     opacity:.9;
     width:260px;
     border-left:1px solid #f2f2f2;
     border-bottom:1px solid #f2f2f2 
}
 .formb {
     display: flex;
     flex-direction: row;
     align-items: center;
     flex-wrap: nowrap;
     border: 1px solid #000 !important;
     border-radius: 100px;
     /* padding: 10px 10px; */
     color: #000;
}
 .cabecalho {
     margin: 15px 0 25px 0;
}
 #busca-cidade:focus {
    box-shadow: none;
}
 #busca-cidade::placeholder {
     color: #fff;
}
 @media screen and (max-width: 991px){
     .mapab{
         padding: 0;
         margin: 20px 0;
    }
}