@charset "UTF-8";
/* Tema do cliente */

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-b-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6{
  font-family: 'ubuntubold';
}

/*@media (min-width: 1200px) {.container{padding: 0px; } }*/
.container{
  max-width: 1000px;
}

a:link, a:visited{
  color: inherit;
}
a:hover,a:active{
  color: #FFB74C;
}
::-moz-selection{
  background: #FFB74C;
}
::selection{
  background: #FFB74C;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FFB74C;
  border-color: #FFB74C;
}

.editor, .editor p, .editor li{
  font-family: 'open_sansregular';
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

body{
  font-family: 'open_sansregular';
  background-color: #FFF;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.topheader{
  font-size: 12px;
  color: #666666;
  line-height: 44px;
}

.topheader a{
  transition: all .2s linear;
}

.topheader img{
  position: relative;
  top: -1px;
}

.thesq a{
  display: inline-block;
}

.thesq a+a{
  margin-left: 10px;
}

.thesq{
  float: left;
}

.thdir{
  float: right;text-align: right;
}

.mainheader{
  background-image: url(../imagens/fundo-topo.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

a.logo img{
  margin-top: 18px;
  margin-bottom: 18px;
}

.data{
  margin-top: 30px;
  color: #FFF;
  margin-bottom: -5px;
}

.mhright{
  text-align: right;
}

.climatempo img{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.navholder{
  background-color: #325138;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.menu>li{
  display: inline-block;
  margin-right: 10px;
  padding-right: 14px;
  background-image: url(../imagens/separador-menu.png);
  background-position: right 20px;
  background-repeat: no-repeat;
  position: relative;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'ubuntubold';
  line-height: 55px;
}

.menu>li:last-child {
  border-right: none;
  padding-right: 0;
  background-image: none;
  margin-right: 0;
}

.menu>li:hover>a,
.menu>li>a.active{
  color: #FFB83F;
}


.menu li:hover .submenu{
  display: block;
}

.submenu{
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #27482D;
  text-align: center;
  position: absolute;
  text-align: left;
  padding: 12px;
  padding-right: 50px;
  left: 0;
  top: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 999;
}

.submenu::after {
    content: ' ';
    border: 10px solid transparent;
    border-bottom: 10px solid #27482D;
    position: absolute;
    left: 20px;
    top: -20px;
}

.submenu>li{
  display: block;
}

.submenu>li>a{
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #FFF;
  white-space: nowrap;
  line-height: 2;
  transition: all .2s linear;
}

.submenu>li:last-child {
  
}

.submenu>li>a:hover,
.submenu>li>a.active{
  color: #FFC926;
}


/* menu responsivo */

  .navbar-collapse{  
    padding-left: 0;
    padding-right: 0;
  }

  .navbar{
    margin-bottom: 0;
    border: 0;
  }

  @media (max-width: 991px) {

    .navbar{
      margin-top: 20px;   
      width: 100%; 
    }

    .navbar h3{
      margin: 0;
      line-height: 48px;
      padding-left: 10px;
    }

    .navbar-header{
      background-color: #FFF;
      border: 1px solid #000;
      cursor: pointer;    
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;    
    }

    .navbar-button{
      float: right;
    }

    .icon-bar{
      background-color: #000;
    }

    .menu{
      margin-top: 15px;
      margin-bottom: 15px;
      margin-top: 0;
      height: auto;
      position: relative;
      margin-top: 0;
      background-image: none;
      padding-top: 0;    
      background-color: #FFF;  
    }

    .menu>li{
      display: block;
      background-image: none;
      float: none;
      margin-right: 0;
      padding-right: 0;
      background-image: none;
    }

    .menu>li>a{
      text-align: left;    
      margin-right: 0;
      padding: 5px 15px;
      color: #333;
      line-height: 1.6;
    }

    .menu>li>a.active,
    .menu>li:hover>a{
      color: #333;
    }

    .submenu{
      position: static;
      width: 100%;
      display: block;
      background-color: #FFF;
      padding: 15px;
      padding-top: 0;
      list-style-type: square;
    }

    .submenu li:first-child{      
      border-top: 1px dotted #CCC;
    }

    .submenu>li>a{
      color: #333;
      padding-left: 10px;
    }

    .submenu>li>a:before{
      content: "-";
      padding-right: 5px;
    }

    .navbar-menu{
      background-color: #FFF;
      border: 1px solid #000;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;    
    }
      
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
      display: none!important;
    }  
    .navbar-collapse.collapse.in { 
      display: block!important;
    }
    .collapsing {
      overflow: hidden!important;
    }
  }
/* menu responsivo */

.navbar{
  float: left;
}

.buscar{
  margin-top: 11px;
  position: relative;
  display: inline-block;
  float: right;
  width: 169px;
}

.buscar input{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 33px;
  border: 0;
  padding-right: 40px;
}

.buscar button{
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: 13px;
  padding-left: 13px;
  padding-top: 3px;
  padding-bottom: 9px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all .2s linear;
}

.buscar button:hover{
  filter: brightness(1.2);
}

.header{
  margin-bottom: 20px;
}

.area-banner{
  position: relative;
  width: 970px;
  margin-right: auto;
  margin-left: auto; 
  margin-bottom: 30px;
}

.banner{
  overflow: hidden;
  width: 100%;
}

.banner a{
  display: block;
  width: 100%;
  height: 450px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  background-size: cover;
}

.cycle-pager-banner{
  position: absolute;
  z-index: 600;
  width: 100%;
  text-align: center;  
  bottom: 7px;
}

.cycle-pager-banner span{
  display: inline-block;
  font-size: 1px;
  width: 14px;
  height: 14px;
  background-image: url(../imagens/pager.png);
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0px 4px;
}

.cycle-pager-banner .cycle-pager-active{
  background-image: url(../imagens/pager-active.png);
}

#next-banner, #prev-banner{
  z-index:600;
  width: 38px;
  height: 61px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  cursor: pointer;
  transition: all .2s linear;
}

#prev-banner{
  background-image: url(../imagens/seta-esq.png);
  left: 0%;
}

#next-banner{
  background-image: url(../imagens/seta-dir.png);
  right: 0%;
}


/*
@media (min-width: 992px) and (max-width: 1199px) {
  .area-banner{
    text-align: center;
  }

  #next-banner, #prev-banner{
    display: inline-block;
    margin: 10px;
    position: static;
    transform: translate(0,0);
  }
}
*/

.meio h1{
  margin-top: 0;
  font-size: 26px;
  color: #3E79C3;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.meio h1 a{
  float: right;
  font-size: 13px;
  color: #525252;
  font-family: 'open_sansregular';
  transition: all .2s linear;
  padding-top: 14px;
}

.meio h1 a:hover{
  color: #FFB74C;
}

.noticia{
  display: block;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.noticia img{
  margin-bottom: 13px;
}

.ndata{
  display: block;
  color: #A3A3A3;
  font-size: 14px;
  font-weight: bold;
}

.ntit{
  color: #15375F;
  font-size: 16px;
  font-family: 'ubuntubold';
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
}

.ntxt{
  font-size: 13px;
  color: #525252;
  display: block;
  margin-bottom: 20px;
}

.nlermais{
  display: inline-block;
  line-height: 36px;
  background-color: #30598F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all .2s linear;
  color: #FFF;
  padding: 0 25px;
}

.nlermais:hover{
  background-color: #3F72B5;  
}

.noticia-sem-imagem{
  border-top: 1px
}


.linha{
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 30px;
}

.agdata{
  float: left;
  margin-right: 10px;
  background-color: #FFBF00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'ubuntubold';
  color: #664C00;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  max-width: 50px;
  line-height: 1.05;
}

.agenda{
  display: block;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.agenda{
  font-size: 18px;
  color: #545454;
  line-height: 1.2;
}

.footer{
  margin-top: 100px;
  background-image: url(../imagens/rodape.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 35px;
  background-color: #174893;
}

.f1{
  float: left;
  width: 34.5%;
}

.f2{
  float: left;
  width: 40.6%;
  padding-left: 25px;
  padding-right: 30px;
}

.f3{
  float: left;
  width: 22.7%;
}

.logo2 img{
  margin-top: 15px;
  margin-bottom: 30px;
}

.m1{
  float: left;
  width: 47.6%;
}

.m2{
  float: left;
  width: 52.4%;
  padding-left: 10px;
}

.footer h4{
  margin-top: 0;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #8BAFDB;
}

.f2 a{
  font-size: 13px;
  display: block;
  color: #FFF;
  transition: all .2s linear;
}
.f2 a:hover{
  color: #CCC;
}

.f3 p{
  color: #FFF;
  line-height: 1.2;
  margin-bottom: 10px;
}


.footer2{
  padding-top: 15px;
  padding-bottom: 25px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 20px;
  background-color: #3f3f3f;
}

.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
}

.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #CCC;
}

@media (max-width: 767px) {.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }



/* responsivo */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {
    .navholder.fixed{
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 888;
    }

    .navspacer{
      height: 20px;
    }
  }
  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {

    .menu>li{      
      margin-right: 7px;
      padding-right: 14px;
    }

    .area-banner{
      width: 940px;
    }
    .banner a{
      height: 386px;
    }

    .f1{
      padding-right: 30px;
    }

    .thesq a+a {
        margin-left: 4px;
    }

    .navholder.fixed{
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 888;
    }

    .navspacer{
      height: 55px;
    }



  }

  /* Portrait tablets and small desktops */
  @media (max-width: 991px) {

    .area-banner{
      width: 720px;
    }
    .banner a{
      height: 295px;
    }

    .meio .flex > div + div + div +div{
      display: none;
    }

    .topheader{
      text-align: center;
      line-height: 20px;
      padding: 7px 0;
    }

    .thesq{
      width: 100%;
    }
    .thdir{
      width: 100%;
      text-align: center;
    }

    a.logo img{
      margin-top: 40px;
    }

    .submenu::after{
      display: none;
    }

    .navholder{
      padding-bottom: 20px;
    }

    .logo2{
      display: none;
    }

    .f1{
      width: 20%;
    }
    .f2{
      width: 45%;
    }
    .f3{
      width: 35%;
    }

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .area-banner{
      width: 480px;
    }
    .banner a{
      height: 197px;
    }

    .meio .flex > div + div + div +div{
      display: block;
    }

    .meio h1{
      text-align: center;
    }

    .meio h1 a{
      float: none;
      display: block;
      padding-top: 5px;
    }

    .f1{
      width: 100%;
      text-align: center;
      padding: 0;
    }

    .f2{
      width: 50%;
    }

    .f3{
      width: 50%;
    }

    .buscar{
      width: 100%;
      float: none;
    }

    .mainheader{
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      padding-bottom: 20px;
    }


  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

    .area-banner{
      width: 290px;
    }
    .banner a{
      height: 119px;
    }

    .f2{
      width: 100%;
      padding: 0;
      margin-bottom: 30px;
    }

    .f3{
      width: 100%;
    }


    .data{
      text-align: center;
      margin-top: 10px;
    }

    a.logo img{
      margin-top: 20px;
      margin-bottom: 0;
    }

    .climatempo{
      text-align: center;
    }

  }
/* /responsivo */

.ntit{ text-transform: uppercase; 
HEIGHT: 35px;}

  /** yahoo weather **/

#weather-img{
  width: 35px;
  height: 35px;
  position: relative;
  top: -8px;
}
.temperatura{
  font-size: 15px;
  color: #FFF;
  line-height: 1;
}

.minmax{
  display: inline-block;
  line-height: 1;
}

#weather-text{
  display: none;
}

.minmax img{
  position: relative;
  top: -2px;
}
