body {

  background-color: #ffff ;
  overflow-x: hidden;
}

p {

  margin-left: 0.5em;
  margin-right: 0.5em;

}

a {
  text-decoration: none;
  color: tomato;

}

a:hover {
  text-decoration: none;
  color: tomato;

}

a[href="#top"]{
    padding:10px;
    position:fixed;
    top: 83%;
    right:0.5em;
    display:none;
    font-size: 2em;
    color:tomato;
}
a[href="#top"]:hover{
    text-decoration:none;
}

#primeiro_doc li {
  margin-left: 2em;
  margin-right: 2em;


}

#primeiro_doc p {
  margin-left: 2em;
  margin-right: 2em;


}

#mensagem a { 

  color: red;
  text-decoration: none;

 }

#menu_icones img:hover {

  filter: opacity(50%);

}

#menu_icones a:hover {

  
  text-decoration: none;
  

 
}

#menu_icones p:hover {

  color:tomato;

 
}

#redes_video a {
  text-decoration: none;
  color: tomato;

}
#redes_video a:hover {
  text-decoration: none;

}

.borda {
 border: solid #c0c0c0 1px;
 border-radius: 12px;
 padding: 15px;
 margin-bottom: 15px;
}

.borda p {
  margin: 0;
}

.center-h-v {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em; 
  margin-bottom: 1em
}

.logo {

	width: 256px;
	float: left;
	padding-right: 1em;


}

.destaque {
  font-weight:700;
  

}

.titulo_secao {

    height: 3em;
    background-color:#e9ecef;
    border-radius: 5px;

 
}

.fundo_cinza {

 background-color:#e9ecef;
 background-image: url(../imagens/fundo_cinza1.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 margin: 0em;


}

.icone1 {

  width: 0.6em;
  float: right;
  margin-right: 1.5em;



}

.icone2 {

  width: 6em;
  float: left;
  padding: 0.5em;
  margin: 0.5em;
  

}

.texto_icone {

  color: #ffff;
  font-style: 25px;
  text-align: center;
  margin: 0;
  padding: 0;
}



.rodape {
  background-color: #343a40;
  color: #ffff;
  padding-top: 0.5em;

}

/* Aviso de Cookies */
.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: rgba(0, 0, 0, .9);
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 25px;
  color: #fff;
  font-size: 15px;
}

.box-cookies .btn-cookies {
  background: #1e88e5;
  cursor: pointer;
  align-self: normal;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}

/* Fim do aviso de cookies*/



@media (max-width: 650px) {

	#image_map{

	display: none;
	}

  #mapa{

    display: none;
  }

  #iconemapa { 
      display: none;
   }
    #tx_icone_mapa { 
      display: none;
   }

   .logo {

  width: 128px;
  float: left;
  padding-right: 1em;
  

}
   
  }

  @media (max-width: 700px) {

    h4 {font-size: 1em;}

    .icone1 {

      width: 0.5em;
      float: right;
      margin-right: 1.5em;
      
    }


  }

  /* accordion */

  /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}