.editar {position: fixed; top: 0px; right: 80px;}

body {margin: 0; top: 60px;}
section {padding: 30px 0 !important;}
#wpadminbar {top: 60px !important; position: fixed !important;}
.link-acesso {top: 0px; left: 110px; padding: 7px 20px;}

/* BARRA MED */

.tombar {
  width: 100%;
  position: unset;
  top: unset;
  right: unset;
  transform: none;
}

.tombar a {
  display: table;
  float: left;
  border-radius: 0;
  width: 50%;
  padding: 5px 0;
  margin: 0;
  text-align: center;
}

#boletim {
  width: 100%;
}

/* COMPORTAMENTO MATERIAL PUBLICAÇÕES */

.wrap {width: 100%; padding: 10px 20px; display: table;}
.wrap-especial {max-width: unset;}

.wrap img, .slider img {max-width: 100%; height: auto;}

.conteudo p {
  text-align: left;
  font-size: 13px;
}

/* GUIAS */

.col-tripla, .col-dupla, .col-simples, .col-media, .col-quarto {
width: 100%; margin: auto;}

.col-mini {
width: calc(50% - 20px); display: table; margin: 10px;}

/* NOTÍCIA PRINCIPAL */

#destaque-principal {
  min-height: unset;
}

#destaque-principal div {
  position: initial;
  padding: 10px 20px;
}

#destaque-principal h2 {
  font-size: 30px;
}
#destaque-principal p {
  font-size: 17px;
}

/* DESTAQUE SECUNDÁRIO */


.destaque-secundario {
  border-radius: unset;
  border-top: 1px solid #d2d2d2;
  padding: 20px 10px 10px 10px;
  margin: 20px 0;
}

.destaque-secundario h2, .destaque-secundario p {
  margin: 0 auto;
}

.destaque-secundario h2 {
  font-size: 18px;
}

.destaque-secundario p {
  font-size: 13px;
}

.destaque-secundario {
  background-color: unset;
}

a:hover .destaque-secundario {
  background-color: unset;
}

 a:hover .destaque-secundario * {
  font-weight: bolder;
  color: #00728d;
 }


 .tela-grande {display: table;}

.destaque-secundario img {
	display: none;
}

/* BOTÕES SERVIÇOS*/


a.botao-servicos {
	padding: 20px 15px 25px 15px;
	background-color: #f2f2f2;
  font-size: 15px;
}

a.botao-servicos .icon-botao {
  margin: -10px auto -10px auto;
  border: 3px solid transparent;
  width: 100px;
  height: 100px;
}

a.botao-servicos:hover .icon-botao {
	background-color: unset;
	border: unset;
  border: 3px solid transparent;
}

.botao-servicos .icon-img {
  background-size: 100%;
  width: 60px;
  height: 60px;
  margin: 17px;
}

.botao-servicos:hover .icon-img {
  background-position: 0 -60px; 
}

/* REDES SOCIAIS // FACEBOOK */

.fb_iframe_widget {
  display: table !important;
  margin: 20px auto;
}

/* AJUSTES SINGLE */

.single h1 {font-size: 35px;}
.bigode p {font-size: 23px;}
.single p {text-align: left;}

.alignleft, .alignright, .aba .alignright, .aba .alignleft {margin: 0 auto !important; float: none !important; display: table;}


.wp-block-pullquote {
  margin: 40px 0;
  width: 100%;
}


blockquote {
  margin: 20px 0;
}

blockquote p {
  width: 100%;
  padding: 10px;
  font-size: 20px !important;
}

/* CONSTRUÇÃO */

.construcao {position: unset;}
.construcao p {width: 100%;}

/* MENU */


.menu-principal-container {
    float: none;
}

header {
  height: 60px;
  position: fixed;
  top: 0;
  /*box-shadow: 0px 3px 15px rgba(0,0,0,0.1);*/
}

header img {
  width: auto;
  height: 30px;
  margin: 15px 0 15px 20px;
}

.imagens-cabecalho {
  float: left;
}


  header .control-nav {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 30px;
    padding: 5px 0;
    border: solid #034651;
    border-width: 3px 0;
    z-index: 2;
    cursor: pointer;
  }
 
  header .control-nav:before {
    content: "";
    display: block;
    height: 3px;
    background: #034651;
  }
 
  header .control-nav-close {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
 
  header nav {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0);
    overflow-x: auto;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  #menu-top {
  background: white;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
    margin: 0;
  }

  #menu-top ul {
  	width: 100%;
    padding: 0;
    font-size: 50px;
    margin: 0 10px;
  }


.item_listamenu {
  padding: 20px;
  border-bottom: 1px solid #034651;
}

.tarja-menu {
	padding: 10px 25px 0 25px;
}

  header .control-nav-nav {
    position: fixed;
    right: 20px;
    top: 15px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    z-index: 50;
    cursor: pointer;
    transition: all .2s ease;
  }

   header .control-nav-nav p {
  	color: #034651;
  	font-weight: bolder;
   	text-align: center;
   		margin: 0;
   		font-size: 30px;
   		line-height: 1.1;
   }

  #menu-top li {
    width: 100%;
    margin-left: 10px;
    float: none;
    text-align: left;
  }

  #menu-top li a {
    padding: 0;
    color: #034651;
  }

/* SEARCH DO MENU */

.search-box-menu {
  border-top: 1px solid #034651;
  border-bottom: 1px solid #034651;
  border-radius: 0;
  margin: 0;
}

 .search-box-menu input.busca {
  background-color: #f2f2f2;
  padding: 30px 25px;
}

.search-box-menu button.pesquisa {
  padding: 30px 0;
  background-color: #f2f2f2;
}


/* ABAS ESPECIAIS NOTÍCIAS */ 


.nav_tabs{
  width: 100%;
  margin-left: auto;
}


.tab-content{
    width: 90%;
    max-height: unset;
    overflow-y: unset;
    left: 5%;
  }

  .tab-content p.has-background {
    width: 100%;
  }
 .tab-content p.has-background img {
    margin: 20px auto;
    margin-bottom: 0;
  }

/* EXIBIR CONTEÚDO */

.only-mobile {
  display: unset;
}

.only-pc {
  display: none;
}

