@font-face 
{
    font-family: 'Baloo Chettan';
    src: url('Fontes/BALOO-20250514T172251Z-1-001/BALOO/BalooChettan-Regular.ttf') format('truetype'); 
}

@font-face 
{
    font-family: 'Poppins';
    src: url('Fontes/POPPINS-20250514T172252Z-1-001/POPPINS/Poppins-Regular.ttf') format('truetype'); 
}

@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@400..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@400..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
  color:#4E4B4B;
}


/* *****PADRONIZAÇÕES**** */
/* TEXTOS DAS PÁGINAS*/
h2
{
  font-family: "Baloo Chettan"; 
  color:#ff8800; 
  margin-bottom: 20px;
}

h3
{
  font-family: "Baloo Chettan";
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 25px;
  text-align: left;
  color: #4c7026;
}

h4
{
  font-family: "Baloo Chettan";
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 27px;
  text-align: left;
  color: #E9870A;
}

/* h5
{
  font-family: "Poppins";
  font-weight: 600;
  color: #4c7026;
} */



/* PARÁGRAFOS */
.paragrafos
{
  margin: 10px 0px 10px 10px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #4E4B4B;     
}

.paragrafos a
{
  margin: 10px 0px 10px 0px; /*Top (superior) Right (direita) Bottom (inferior) Left (esquerda)*/
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  color: #4c7026;     
  text-decoration: none;
}

.paragrafos li
{
  margin-bottom: 10px;  
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #4c7026;     
  text-decoration: none;
}

/* HOME REPORT DE PROJETOS */
.titulo_reporthome a, .texto_reporthome a
{
  text-decoration: none;
}

.titulo_reporthome p, .texto_reporthome p
{
  text-align: center; 
  color:white;
}

.titulo_reporthome p
{
  margin: -255px 0px 0px 0px;
  font-family: 'Baloo Chettan';
  font-size: 100px;
}

.texto_reporthome p
{
  margin: 0px;
 font-size: 32px;
}

.iconehome_report
{
  float:left; 
  margin: -215px 0px 0px 250px;
}

/* NOTICIAS2.css */
.paragrafos_noticias
{
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #4E4B4B;    
} 

.titulo-noticias, .data-noticias
{
  font-family: 'Poppins';
  font-weight: 600;
  color: #4c7026;
  text-decoration: none;
}

/* PARÁGRAFOS DE LISTAS */
.paragrafo_listas
{
  margin: 0px 0px 0px 25px;
}

/* PÁGINA AGENDA */
.agenda_tarjas
{
  padding: 7px;  
  margin-top: 50px;  
  width: 100%;      
  /* float: left; */
  background: #94B160;  
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
}

td.info_agenda
{
  width: 60%;
}

td.local_agenda
{
  text-align: right;
}

.legislacao_deliberacoes_accordion .accordion-header .accordion-button.collapsed,.legislacao_deliberacoes_accordion .accordion-header .accordion-button:not(.collapsed)
{
  background-color: #4c7026;
  color: white;
}

/* ÍCONES BOOTSTRAP */
.icones_bootstrap_cabecalho
{
  color: white; 
}

.icones_cabecalho_redessociais
{
   padding: 3px;
   font-size: 17px;
   color: white; 
}

.icones_bootstrap_rodape
{
  font-size: 19px;
  color: #E9870A;
  /* color: #B6CF7B;  */ 
  /* color: #4c7026;  */ 
}

.icone_copyright
{
  color: #4c7026;
  font-size: 16px;
}

.agenda_icones 
{
  font-size: 17px;
  color: #4c7026;
}


/* MENU MOBILE */
.btn_menutoggle
{
  position: absolute;
  z-index: 300;
  margin: -70px 0px 0px 15px;
  font-size: 20px;
  font-weight: 600;
  color:#f5f3db; 
} 

.btn_menutoggle:hover
{
  color:#f1ecab; 
} 

.offcanvas-title
{
  margin: 15px 0px 0px 10px;
  font-size: 20px;
  font-weight: 600;
  color:#4E4B4B; 
} 


.offcanvas-body 
{
  flex-direction: row;
}

.offcanvas.show:not(.hiding), .offcanvas.showing
{
  width: 45%;
}

.list-group-item 
{
  cursor: pointer;
  color:#4c7026;
  font-weight: 600;
}

.list-group-item a
{
  cursor: pointer;
  color:#4c7026;
  font-weight: 600;
  text-decoration: none;
}

#megamenu-container ul li 
{
  margin-bottom: 15px;
  list-style: none;
  font-size: 16px;
  color:#4c7026;
}

#megamenu-container ul li a
{
  font-family: "Poppins";
  font-size: 16px;
  text-decoration: none;
  color: #4c7026;
}

#megamenu-container ul li:hover
{
  background-color: #b8c982;
}

.megamenu-container .mega-item 
{
  display: none;
  position: absolute;   
  z-index: 999; 
  top: 0;
  background-color: #fff;
  box-shadow: 2px 0 5px #7daa4d;
}

.megamenu-grid
{
  display: flex;
  gap: 30px;
}

.megamenu-grid ul 
{
  list-style: none;
  padding: 0;
  margin: 0;
}

.megamenu-grid p 
{
  font-weight: 600;
  margin-top: 0;
}

#submenu-list .list-group-item 
{
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 17px;
}

#submenu-list .list-group-item:hover 
{
  background-color: #a9c27d;
} 



/* *****BANNER***** */
.titulo_banner
{
  font-family: 'Baloo Chettan'; 
  margin: 5px 0px 0px 20px; 
  float: left;
}

.row_banner
{
  display:flex; 
  position: absolute; 
  float: left; 
  margin-top: -110px; 
  text-align: left; 
  border-left: 10px solid #e9870a;
}


/* *****RODAPE***** */
.rodape
{
    background-color: #F5F5F5;
    padding: 30px 50px 0px 50px ; 
}

.borda_rodape
{
  margin-top: -27px; 
  position: relative; 
  z-index: 20;   
  border-top: 1px solid #ff8800;  
  /* border-top: 1px solid #b9b9b9; */
  /* border-top: 1px solid #B6CF7B; */
  /* border-top: 1px solid #4c7026; */
}

.icones_botoes_rodape
{
    /*width: 32%;*/
    float: right;
    margin: 26px 0px 0px 0px; 
}

.localizacao, .telefone
{
    /*width: 70%;*/
    float: left;
    margin-right: 30px;
}

.localizacao_telefone
{
    /*width: 62%;*/
    float: left;
}

.telefone
{
    width: 155px;
    float: left;
}

.imprensa
{
  float: left;
  font-family: 'Poppins'; 
  color:#4E4B4B; 
  margin-top: 35px;
}

.alinha_botoes_rodape
{
    float: right;
    margin-top: 0px;
}

.rodape .botoes-acesso .box-item
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 15px;
    float: left;
    border-radius: 5px;
    height: 60px;
    background-color: #ebebeb;
    border: 1px solid #cbcbcb;
}

.rodape .icone
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px;
    float: left;
    border-radius: 5px;
    height: 60px;
    background-color: #ebebeb;
    border: 1px solid #cbcbcb;
    font-family: 'Poppins';
    font-size: 16px; 
}

.rodape .icone p
{
    color: black;
    margin: 0px;
}

.rodape .icone span 
{  
  margin-left: 5px;
  font-weight: 500; 
  color:#4E4B4B; 
}

.rodape .icone img
{
  width: 40px;
}

.rodape .box-item img
{
    width: 95px;
}

.rodape h4
{
    font-family: 'Poppins';
    font-weight: 600;
    color: #E9870A;
    /* color: #B6CF7B; */
    /* color: #4c7026; */
}

.rodape p
{
    font-family: 'Poppins';
    color: #212529;
    font-size: 16px;
}

.rodape a
{
    color: #212529;
}


/* *****BOTÕES PROGRAMAS RODAPÉ***** */
.btn_planodiretor
{
  padding: 0px 5px;
  height: 65px;
  /* margin: 0px 0px 0px 35px; */
  text-align: center;
  background-color: #4c7026;
  color: white;
  font-size: 13px;
  border: none;
  border-radius: 10px;
}

.btn_canaisgov 
{
  padding: 0px 5px;
  height: 65px;
  /* margin: 0px 20px 0px 30px; */
  text-align: center;
  background-color: #4c7026;
  color: white;
  font-size: 13px;
  border: none;
  border-radius: 10px;
}

.btn_planodiretor:hover, .btn_canaisgov:hover 
{
  background-color: #5d8530;
  color: white;
}

.Programas 
{
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; */
  margin-top: 70px;
}



/* *****BOTÕES DAS PÁGINAS***** */
.botoes
{    
  margin-top: 15px;
  background-color: #4c7026;
  color: white;
}

.botoes:hover
{
  background-color: #5d8530;
  color: white;
}

.Div_Principal
{
  margin-top: 50px;
}


/*PAGINAÇÃO NOTÍCIAS*/
.pagination li a
{
  background: #bfcaa6;
  color: #4c7026;     
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.pagination li a:hover
{
  background: #D1DDB6;
  color: #4c7026;     
  text-decoration: none;
  font-weight: 600;
}


/* ACCORDION GERAL */
.accordion-body
{
  padding: 0px;
  background-color: white;
  color:#4E4B4B;
  border-radius: 5px;
}

.accordion-body a
{
  color:#4c7026; 
  text-decoration: none;
} 

.accordion-header .accordion-button.collapsed
{
  padding: 10px;
  margin-bottom: 10px;
  color:#4c7026;
  background-color: #bdd3a6;     
  border-radius: 5px;   
}

.accordion-header .accordion-button:not(.collapsed)
{
  padding: 10px;
  color:#4c7026;
  background-color: #bdd3a6;
}

.accordion-item:first-of-type>.accordion-header .accordion-button, .accordion-item:last-of-type>.accordion-header .accordion-button
{
 font-family: "Poppins";
 font-weight: 600;
 font-size: 16px;  
 background-color:#4c7026;
 color:white; 
}


/* SETINHA ACCORDION */
.accordion-button::after, .accordion-button:not(.collapsed)::after
{
  background-image: url('Imgs/seta-baixo.png');
  height: 16px;
}

/* ACCORDION PÁGINA ATOS DE DISPENSA */
.projetos_atosdedispensa_accordion .accordion-header .accordion-button
{
  background-color:#4c7026;
 color:white; 
}


/* TABELAS GERAL */
.table .thead-light th
{  
  font-family: "Poppins";
  font-size: 15px;
  color: #4c7026;
  background-color: #d8edc1;
  /* background-color: #bdd3a6;  */
}

.table td
{
  font-family: "Poppins";
  font-size: 15px;
  color:  #4E4B4B;   
}

.table th
{
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 600;
  color:  #4E4B4B;    
  align-content: center;
}


/* CAIXINHAS COM ANIMAÇÃO */
.box-animacao
{
    transition: 500ms;
}

.box-animacao:hover
{
    transform: translate(0px, -15px);

}

.box-animacao-img
{
    border-radius: 5px 5px 0px 0px;
}

.box-animacao .box-info-animacao
{
    background-color: #F5F5F5;
    font-family: "Poppins";
    font-size: 20px;
    color: #4c7026;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    min-height: 102px;
    max-height: 1px;
   filter: drop-shadow(0px 3px 2px rgba(59, 59, 59, 0.589)); 
}

.box-animacao .box-animacao-img
{
    width: 100%;
}

.box-animacao .box-info-animacao p
{
  margin-top: 15px;
  font-family: "Poppins";
  color: #4c7026;
  font-weight: 400;
  line-height: 20px;
}

.box-animacao .box-info-animacao p:hover
{
  margin-top: 15px;
  font-family: "Poppins";
  color:  #5d882f; 
  font-weight: 400;
  line-height: 20px;
}

.box-animacao .box-info-animacao hr
{
    width: 60%;
    border: 2px solid #4c7026;
    border-radius: 25px;
    margin: 5px 0px 0px 0px; /*Top (superior) Right (direita) Bottom (inferior) Left (esquerda)*/
    transition: 500ms;
}

.box-animacao:hover hr
{
    border: 2px solid #4c7026;
    opacity: 1;
}
/* FECHAMENTO PADRONIZAÇÕES */


/*  >>>>>CABEÇALHO<<<< */ 
.logo
{
  float: left;
  margin-left: 77px; 
  width: 200px;
} 

.menu-base.col-12
{
  padding: 0px;
}

/* CABEÇALHO - CAIXAS LADO LOGO */
#colunas 
{
  width: 540px; 
  float: right;
} 

#box-pesquisa-base.col-12
{
  padding: 0px;
}

/* CABEÇALHO - EXPANSÃO BOTÃO PESQUISAR */
#input-pesquisa
{
  display: none;
}

.menu-base .box-info .box-pesquisa form input
{
    border: none;
    color: #4c7026; 
    width: 95%;
    margin-left: 10px;
}

.menu-base .box-info .box-pesquisa form input::-webkit-input-placeholder
{
  color: #4c7026; 
}

.menu-base .box-info .box-pesquisa form input:focus
{
    outline: none;
}

.menu-base .box-info .box-pesquisa form  button
{
  border: none;
  background: none;
}

/* CABEÇALHO - CAIXAS FALE CONOSCO, PROJETOS E REDES SOCIAS */
.menu-base .box-info .box-item
{
    background-color: #4c7026;
    display: flex;
    z-index: 1; 
    position: relative;   
    padding: 12px 20px;
    margin: 27px 5px 0px 0px;
    float: left;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
} 

.faleconosco
{
  padding: 30px 50px 0px 50px;
}

/* BOTÃO PESQUISAR */
.menu-base .box-info .box-pesquisa
{
  background-color: #4c7026;
  transition: 500ms;    
  /* width: 63px; */
}


/* MENUS */
.menu-base
{
  /* padding: 20px 50px 25px 50px;  */  
  margin-top: 52px;
  position: absolute;

}

.menu-base .base-navbar
{
  padding: 95px 0px 0px 0px;
} 

.menu-base .base-navbar ul
{
  list-style-type: none;
  padding: 0;
  width: 90%;
  margin-left: 7%;
}


/* SUBMENUS DO MEGAMENU */ 
.menu-base .base-navbar ul li a
{
    font-family: 'Poppins';
    color: white;
    text-decoration: none;
    font-size: 16px;
    float: left;
    margin-right: 80px;
    transition: 500ms;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

.menu-base .base-navbar ul li a:hover
{
  color: #E9870A;
  border-color:  rgb(161, 161, 161);
}

.area-megamenu li a
{  
  font-family: "Poppins";
  font-size: 16px;
  text-decoration: none;
  color: #4c7026;
}

.titulo_area-megamenu_separado
{
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #4c7026; 
}

#titulo_area-megamenu
{
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #4c7026; 
}

#subtopico_area-megamenu
{  
  padding-bottom: 10px;
  margin-left: 20px; 
  font-size: 16px;
  text-decoration: none;
  color: #4c7026;
}



/* SUBMENUS DO MEGAMENU */
/* Submenu escondido por padrão */
.submenu 
{
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #6fa141;
  min-width: 200px;
  z-index: 100;
}

#sub_menus
{
  background-color: white;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 120;
  padding: 35px 0px 0px 35px;  
  transition: 500ms;
  border-bottom: 1px solid #878686;
  font-family: 'Poppins';
  font-size: 16px;
  list-style: none;
  outline: none;
}

 #sub_menus li
{
  margin-bottom: 18px;
} 

 #sub_menus li:hover
{
  background-color: #b8c982;
}


/* BANNER ROTATIVO */
.carousel 
{
  position: relative;
  z-index: 100;
}

.carousel-inner img 
{
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.carousel-indicators .active
{
  background-color: #e9870a;
  border-radius: 10px;
}

.carousel-indicators [data-bs-target]
{
  padding: 3px; 
  border-radius: 11px;
}

.carousel-caption h2
{
  font-size: 35px; 
  color: #f5f3dc; 
  letter-spacing: 0px; 
  text-align: left;
  margin-bottom: 0px;
}

.carousel-caption p
{
 margin-top: 10px;
 font-family: "Poppins";
 font-size: 17px; 
 font-weight: 300; 
 color: #f5f3dc; 
 letter-spacing: 0px; 
 line-height: 23px; 
 text-align: left;
}


/* PÁGINAS DE NOTÍCIAS */
/* NOTICIAS.css */
.pagina-noticia .info-noticia 
{    
    /* display: flex;
    flex-direction: column;
    justify-content: center; */    
    padding: 20px; 
    /* margin-top: 10px;  Acrescentado */
    background-color: #E8E8E8;
    border-radius: 30px;
    /* min-height: 234px;    */
    /* max-height: 234px; */

}

.pagina-noticia 
{  
  margin-bottom: 35px;
  margin-top: 30px;
  border-radius: 30px;
  /* min-height: 230px; */
  float: left;
} 

.pagina-noticia .imagem-noticia
{
  /* width: 100%; */
  border-radius: 7px;
}

.noticias /* ROW NOTÍCIAS */
{
  margin-bottom: 20px;
}


/* TEXTOS FALE CONOSCO, PROJETOS E REDES SOCIAS */
.menu-base .box-info span
{
    font-family: 'Poppins';
    font-weight: 600;
    color: white;
    font-size: 17px;
    margin-left: 5px;
}


/* FORMULÁRIOS */
.form-label
{
  color: #4c7026;
  font-weight: 600;
  margin: 20px 0px 7px 0px; /*Top (superior) Right (direita) Bottom (inferior) Left (esquerda)*/
}


/* BREADCUMP DE PÁGINAS */
.breadcrumb_paginas
 {
    margin: -40px 0px 64px 144px ; /*Top (superior) Right (direita) Bottom (inferior) Left (esquerda)*/
    width: 100%;
    font-family: 'Poppins';
}

 .breadcrumb_paginas a
 {
  font-family: 'Poppins';
  color: #4E4B4B;
	text-decoration: none;
	border-bottom: 1px solid #4e4b4b;
 }


/* >>>>>RESPONSIVIDADE<<<<< */ 
/* MENUS, LOGO,CAIXAS LADO LOGO (TEXTO E BOTÕES)*/
@media (max-width: 1400px) and (min-width: 1330px) 
{
 .logo
 {
  margin: -7px 0px 0px 67px;
 }

  .texto_botaocaixalogo
 {
  display: none;
 }

 #colunas
 {
  width: 430px;
  margin: -15px 0px 0px 0px;
 }

 .menu-base .base-navbar
{
  padding: 90px 0px 0px 0px;
}

 .menu-base .base-navbar ul li a
 {
  margin-right: 75px;
 }
} 

@media (max-width: 1329px) and (min-width: 960px) 
{
  .logo
 {
  margin: -25px 0px 0px 25px;
 }

  .texto_botaocaixalogo
 {
  display: none;
 }

   #colunas
  {
    width: 350px; 
    margin: -25px 0px 0px 0px;
  }

  .menu-base .base-navbar
{
  padding: 85px 0px 0px 0px;
}

 .menu-base .base-navbar ul li a
 {
  margin-right: 65px;
 }
}

@media (max-width: 959px) and (min-width: 900px) 
{
  .logo
 {
  margin: -30px 0px 0px 20px;
 }

  .texto_botaocaixalogo
 {
  display: none;
 }

   #colunas
  {
    width: 320px; 
    margin: -35px 0px 0px 0px;
  }

  .menu-base .base-navbar
{
  padding: 85px 0px 0px 0px;
}

 .menu-base .base-navbar ul li a
 {
  margin-right: 65px;
 }
}

@media (max-width: 899px) and (min-width: 800px) 
{
  .logo
 {
  width: 180px;
  margin: -35px 0px 0px 20px;
 }

  .texto_botaocaixalogo
  {
   display: none;
  }

  #colunas
 {
   width: 285px; 
   margin-top: -45px;
 }

 .menu-base .box-info .box-item
 {
    padding: 12px 15px;
 }

.menu-base .box-info .box-pesquisa  /* #box-pesquisa */
 {
  width: 50px;
 }

 .btn_menutoggle
{
  margin: -60px 0px 0px 15px;
}
}

@media (max-width: 799px) and (min-width: 720px) 
{
  .logo
 {
  width: 170px;
  margin: -35px 0px 0px 15px;
 }

  .texto_botaocaixalogo
  {
   display: none;
  }

  #colunas
 {
   width: 250px; 
   margin-top: -50px;
 }

 .menu-base .box-info .box-item
 {
    padding: 10px 12px;
 }

.menu-base .box-info .box-pesquisa
 {
  width: 42px;
 }

 .btn_menutoggle
 {
  margin: -55px 0px 0px 7px;
 }
}

@media (max-width: 719px) and (min-width: 670px) 
{
  .logo
 {
  width: 160px;
  margin: -35px 0px 0px 15px;
 }

  .texto_botaocaixalogo
  {
   display: none;
  }

  #colunas
 {
   width: 240px; 
   margin-top: -50px;
 }

 .menu-base .box-info .box-item
 {
    padding: 10px 12px;
 }

.menu-base .box-info .box-pesquisa
 {
  width: 42px;
 }

  .btn_menutoggle
 {
   margin: -50px 0px 0px 7px;  
 }

 .offcanvas.show:not(.hiding), .offcanvas.showing
{
  width: 75%;
}
}

@media (max-width: 669px) and (min-width: 600px) 
{
  .logo
 {
  width: 150px;
  margin: -40px 0px 0px 10px;
 }

  .texto_botaocaixalogo
  {
   display: none;
  }

  #colunas
 {
   width: 210px; 
   margin-top: -55px;
 }

 .menu-base .box-info .box-item
 {
    padding: 7px 10px;
 }

.menu-base .box-info .box-pesquisa
 {
  width: 42px;
 }

  .btn_menutoggle
 {
   margin: -50px 0px 0px 5px;    
 }

 .offcanvas.show:not(.hiding), .offcanvas.showing
{
  width: 75%;
}
}

@media (max-width: 599px)
{
  .logo
 {
  width: 120px;
  margin: -45px 0px 0px 5px;
 }

  .texto_botaocaixalogo
  {
   display: none;
  }

  #colunas
 {
   width: 175px; 
   margin-top: -60px;
 }

 .menu-base .box-info .box-item
 {
    padding: 5px 7px;
 }

.menu-base .box-info .box-pesquisa
 {
  width: 42px;
 }

  .btn_menutoggle
 {
  margin: -45px 0px 0px 0px;
 }

  .offcanvas.show:not(.hiding), .offcanvas.showing
{
  width: 75%;
}
}

@media (max-width: 392px)
{
  .logo
 {
  width: 90px;
  margin: -45px 0px 0px 9px;
 }

  .texto_botaocaixalogo
  {
   display: none;
  }

  #colunas
 {
   width: 155px; 
   margin-top: -65px;
 }

 .menu-base .box-info .box-item
 {
    padding: 2px 5px;
 }

.menu-base .box-info .box-pesquisa
 {
  width: 30px;
 }

  .btn_menutoggle
 {
  font-size: 15px;
  margin: -35px 0px 0px 0px;
 }

  .carousel-caption h2
 {
   font-size: 30px; 
 }

  .offcanvas.show:not(.hiding), .offcanvas.showing
{
  width: 95%;
}
}



/* MENU SANDUÍCHE */
/* ESCONDE o menu principal abaixo de 1300px */
@media (max-width: 1300px) 
{
  .base-navbar
  {
    display: none;
  } 

  .btn_menutoggle
  {
   display:block;
  }
}


/* MOSTRA o menu completo acima de 1300px */
@media (min-width: 1301px) 
{
  .base-navbar
  {
    display: block;
  }

  .btn_menutoggle
  {
    display:none;
  }
}



/*  >>>>>MIOLO<<<<< */
/* BANNER */
@media (max-width: 1590px) and (min-width: 1433px) 
{
  .carousel-caption p
  {
    margin-top: 30px;
  }  
  
  .titulo_banner
  {
    margin: 5px 20px 0px 20px ;
  }
}

@media (max-width: 1432px) and (min-width: 1300px) 
{
  .carousel-caption p
  {
    margin-top: 15px;
  }  
  
  .titulo_banner
  {
    margin: 5px 20px 0px 20px; 
  }
}

@media (max-width: 1397px) and (min-width: 1000px) 
{
    .row_banner
  {
    margin: -150px 0px 0px 0px; 
  }

  .carousel-caption p
  {
    margin-top: 30px;
  }  
  
  .titulo_banner
  {
    margin: 5px 20px 0px 20px; 
  }
}

 @media screen and (max-width: 1000px) and (min-width: 565px) 
{
  .row_banner
  {
    margin: -170px 0px 0px 0px; 
  }

  .texto_banner
  {
    display: none;
  }
} 

@media screen and (max-width: 564px)
{
  .row_banner
  {
    margin: -200px 0px 0px 0px; 
  }

  .texto_banner
  {
    display: none;
  }
}


/* BOTÕES ANTERIOR AO RODAPÉ */
@media screen and (max-width: 513px)
{
   .btn_planodiretor, .btn_canaisgov 
  {
    margin: 0px;
  }
}


/* >>>>>RODAPÉ<<<<< */
/* BORDA ONDAS */
@media (max-width: 1501px) and (min-width: 1320px) 
{
  .borda_rodape
{
  margin-top: -25px;
}
}

@media (max-width: 1310px) and (min-width: 1200px) 
{
  .borda_rodape
{
  margin-top: -23px;
}
}

@media (max-width: 1201px) and (min-width: 1100px) 
{
  .borda_rodape
{
  margin-top: -21px;
}
}

@media (max-width: 1099px) and (min-width: 1000px) 
{
  .borda_rodape
{
  margin-top: -20px;
}
}

@media (max-width: 999px) and (min-width: 900px) 
{
  .borda_rodape
{
  margin-top: -18px;
}
}

@media (max-width: 899px) and (min-width: 700px) 
{
  .borda_rodape
{
  margin-top: -15px;
}

.offcanvas.show:not(.hiding), .offcanvas.showing
{
  width: 50%;
}

}

@media (max-width: 699px) and (min-width: 570px) 
{
  .borda_rodape
{
  margin-top: -13px;
}
}

@media (max-width: 569px) 
{
  .borda_rodape
{
  margin-top: -10px;
}

.offcanvas.show:not(.hiding), .offcanvas.showing
{
  width: 75%;
}
}


/* ÍCONES */
@media (max-width: 1121px) and (min-width: 1080px) 
{  
  .alinha_botoes_rodape 
  {
    display: flex;
    justify-content: center;
    float: none;
  }
}

@media (max-width: 1080px) and (min-width: 1020px) 
{  
 .icones_botoes_rodape
 {
  margin: 30px -25px;
 }
}

@media (max-width: 1021px) and (min-width: 992px) 
{  
 .icones_botoes_rodape
 {
  margin: 30px -35px;
 }
}

@media screen and (max-width: 991px)
{
   .alinha_botoes_rodape 
    {
      margin-top: 50px;
    }

    .botoes_rodape
    {
      display: flex;
      justify-content: center;
    }

    .localizacao, .imprensa
    {
        width: 100%;
    }

    .imprensa
    {
      margin-top: 0px;
    }
}


/* ÍCONE REPORT_HOME*/
@media (max-width: 1544px) and (min-width: 1485px) 
{
.iconehome_report
{
  margin: -215px 0px 0px 220px;
}
}

@media (max-width: 1484px) and (min-width: 1440px) 
{
.iconehome_report
{
  margin: -215px 0px 0px 195px;
}

}

@media (max-width: 1439px) and (min-width: 1365px) 
{
.iconehome_report
{
  margin: -215px 0px 0px 165px;
}

}

@media (max-width: 1364px) and (min-width: 1300px) 
{
.iconehome_report
{
  margin: -215px 0px 0px 129px;
}

}

@media (max-width: 1299px) and (min-width: 1240px) 
{
.iconehome_report
{
  margin: -212px 0px 0px 100px;
  width: 80px;
}

}

@media (max-width: 1239px) and (min-width: 1175px) 
{
.iconehome_report
{
  margin: -192px 0px 0px 88px;
  width: 80px;
}

.titulo_reporthome p
{
  margin: -232px 0px 0px 0px;
  font-size: 95px;
}

.texto_reporthome p
{
  font-size: 30px;
}

}

@media (max-width: 1174px) and (min-width: 1100px) 
{
.iconehome_report
{
  margin: -180px 0px 0px 95px;
  width: 75px;
}

.titulo_reporthome p
{
  margin: -212px 0px 0px 0px;
  font-size: 87px;
}

.texto_reporthome p
{
  font-size: 29px;
}
}

@media (max-width: 1099px) and (min-width: 1037px) 
{
.iconehome_report
{
  margin: -167px 0px 0px 95px;
  width: 67px;
}

.titulo_reporthome p
{
  margin: -197px 0px 0px 0px;
  font-size: 80px;
}

.texto_reporthome p
{
  font-size: 27px;
}
}

@media (max-width: 1036px) and (min-width: 1000px) 
{
.iconehome_report
{
  margin: -162px 0px 0px 77px;
  width: 70px;
}

.titulo_reporthome p
{
  margin: -189px 0px 0px 0px;
  font-size: 77px;
}

.texto_reporthome p
{
  font-size: 25px;
}
}

@media (max-width: 999px) and (min-width: 912px) 
{
.iconehome_report
{
  margin: -149px 0px 0px 77px;
  width: 62px;
}

.titulo_reporthome p
{
  margin: -177px 0px 0px 0px;
  font-size: 72px;
}

.texto_reporthome p
{
  font-size: 25px;
}
}

@media (max-width: 911px) and (min-width: 840px) 
{
.iconehome_report
{
  margin: -139px 0px 0px 40px;
  width: 62px;
}

.titulo_reporthome p
{
  margin: -167px 0px 0px 0px;
  font-size: 72px;
}

.texto_reporthome p
{
  font-size: 25px;
}
}

@media (max-width: 839px) and (min-width: 790px) 
{
.iconehome_report
{
  margin: -133px 0px 0px 32px;
  width: 62px;
}

.titulo_reporthome p
{
  margin: -157px 0px 0px 0px;
  font-size: 67px;
}

.texto_reporthome p
{
  font-size: 23px;
}
}

@media (max-width: 789px) and (min-width: 714px) 
{
.iconehome_report
{
  margin: -120px 0px 0px 37px;
  width: 55px;
}

.titulo_reporthome p
{
  margin: -142px 0px 0px 0px;
  font-size: 60px;
}

.texto_reporthome p
{
  font-size: 20px;
}
}

@media (max-width: 713px) and (min-width: 640px) 
{
.iconehome_report
{
  margin:-105px 0px 0px 32px;
  width: 45px;
}

.titulo_reporthome p
{
  margin: -127px 0px 0px 0px;
  font-size: 55px;
}

.texto_reporthome p
{
  font-size: 19px;
}
}

@media (max-width: 639px) and (min-width: 570px) 
{
.iconehome_report
{
  margin: -99px 0px 0px 32px;
  width: 42px;
}

.titulo_reporthome p
{
  margin: -115px 0px 0px 0px;
  font-size: 47px;
}

.texto_reporthome p
{
  font-size: 16px;
}
}

@media (max-width: 569px) and (min-width: 512px) 
{
.iconehome_report
{
  margin: -88px 0px 0px 32px;
  width: 35px;
}

.titulo_reporthome p
{
  margin: -105px 0px 0px 0px;
  font-size: 42px;
}

.texto_reporthome p
{
  font-size: 15px;
}
}

@media (max-width: 511px) and (min-width: 492px) 
{
.iconehome_report
{
  margin: -80px 0px 0px 15px;
  width: 35px;
}

.titulo_reporthome p
{
  margin: -97px 0px 0px 0px;
  font-size: 42px;
}

.texto_reporthome p
{
  font-size: 15px;
}
}

@media (max-width: 392px)
{
  .iconehome_report
{
  margin: -67px 0px 0px 5px;
  width: 30px;
}

.titulo_reporthome p
{
  margin: -80px 0px 0px 0px;
  font-size: 35px;
}

.texto_reporthome p
{
  font-size: 14px;
}
}

/* VIDEOS PÁGINA HOME */
@media (max-width: 1920px) and (min-width: 992px) 
{
  .videos_home
  {
    width:600px;
    height:360px;
  }
}

@media (max-width: 991px)
{
  .videos_home
  {
    width: 395px;
    height: 285px;
  }
}

@media (max-width: 392px)
{
  .videos_home
  {
    width: 290px;
    height: 285px;
  }
}

/* ANIMAÇÕES */
@keyframes aparecer 
{
    0%
    {
      opacity: 0;
    }

    100%
    {
      opacity: 1;
    }
}

@keyframes desaparecer 
{
    0%
    { 
      opacity: 1;
        
    }

    100%
    {
      opacity: 0; 
    }
}