/*Página completa*/
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html,
        body,
        h1,
        h2,

        p,
        b,
        td,
        th,
        h5 {
            font-family: 'Poppins', sans-serif;
            color: black;
        }
        h4,h3 {
            color: black;
            font-family: 'Poppins', sans-serif;
        }

/*Mapa Interativo*/
#map {
  height: 100%;
}

#menu {
  width: 400px;
  height: 100%;
  background: white;
  position: fixed;
  top: 0;
  z-index: 1000;
  padding-bottom: 40px;
  color: black;
  
  border-spacing: 10px o;  
}

.title {
  padding: 75px 25px 60px 25px;
  min-height: 150px;
  text-align: justify;
}

.infoProjeto-Title {
  background: linear-gradient(90deg, #00A153 0%, #00753C 100%);
  justify-content: center;
  text-align: center;

}

.infoProjeto-Title th {
  color: #fff;
  align-items: center;
  padding-bottom: 20px;
  justify-content: center;
  text-align: center;
  padding: 10px 15px 10px 15px;
}

.infoProjeto{
  padding: 10px 25px 10px 25px;
  margin-bottom: 2cm;
  background-color: #d3d3d3;
  padding: 10px 15px 10px 15px;
  
}

.infoProjeto td{
  padding: 10px 25px 10px 25px;
  margin-bottom: 2cm;
  background-color: #d3d3d3;
  padding: 10px 15px 10px 15px;
  
}



.infoProjeto td:hover{
  color: #01441d;
  height: 100%;
  font-weight: bold;
}
















.hidden {
  right: -420px;
}

.visible {
  right: 0;
}

#showMenu {
  background: linear-gradient(90deg, #00A153 0%, #00753C 100%);
  color: white;
  padding: 10px 15px 10px 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

#closeMenu {
  display: block;
  background: linear-gradient(90deg, #00A153 0%, #00753C 100%);
  color: white;
  padding: 10px 15px 10px 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.menucontent {
  display: inline-block;
  width: 100%;
}

.header {
  background-color: green;
  text-align: center;
  padding: 20px;
  width: 100%;
}

.title-box {
  display: inline-block;
  background-color: green;
  padding: 10px;
  color: #fff;
}

.title {
  text-transform: uppercase;
  margin: 0;
}

#buttoncontent {
  display: flex;
  justify-content: flex-end;
}

/* Css do pop-up */
.leaflet-popup-content {
  margin: 20px;
  width: 210px!important;
  text-align: center;
  line-height: 1.4;
}

.custom-popup .object-description {
  text-align: justify; 
  margin-top: 10px;
  font-size: 12px;
}
