html, body {
    height: 100%;
    margin: 0;
    width: 100%;
}

.leaflet-container {
    height: 2864px;
    width: 2188px;
    max-width: 100%;
    max-height: 100%;
    background-color: rgba(7, 53, 75, 0.781);
    /*background-image: url(https://www.psd-dude.com/tutorials/resources-images/old-vintage-paper-textures-for-designers/grunge-stained-old-paper-texture.jpg);*/    
}

.leaflet-bar a{
  background-color: #cdb489; /* + e - */
}

.hexbin-hexagon {
    stroke: #000;
    stroke-width: .5px;
}



/*--------------------MODAL-----------------------*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1200; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    /*left: 150px;*/
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0); /* Black w/ opacity */
}



/* Modal Content */

/* modais dos botões */
.history-modal-content {
    background-color:#444444;
    background-image: url(https://i.imgur.com/PLx95ut.png);
    margin: auto;
    padding: 20px;
    border: 1px solid #888888;
    width: 600px;
    /*text-align: center;*/
}

/*-----------------------------------------------------------*/

/* The Close Button */
.close {
color: #ff6c00;
float: left;
font-size: 46px;
font-weight: bold;
}


.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}




.leaflet-popup-content-wrapper{
    text-align: center;
    font-size: 16px;
}

.img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    object-fit: fill;
}

h1{
    text-align: center;
}


/*--------------------Event-----------------------*/
/* Timeline Container */
.timeline {
    background: var(--primary-color);
    margin: 20px auto;
    padding: 20px;
  }
  
  /* Outer Layer with the timeline border */
  .outer {
    border-left: 2px solid #333;
  }
  
  /* Card container */
  .card {
    position: relative;
    margin: 0 0 20px 20px;
    padding: 10px;
    background: white;
    color: black;
    border-radius: 8px;
    max-width: 400px;
  }
  
  /* Information about the timeline */
  .info {
    /*display: flex;*/
    flex-direction: column;
    gap: 10px;
  }
  
  /* Title of the card */
  .title {
    color: orangered;
    position: relative;
  }
  
  /* Timeline dot  */
  .title::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 999px;
    left: -39px;
    border: 3px solid orangered;
  }
  
.right-container{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    right: 0;
    top: 0;
    width: 25%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    justify-content: center;
    background-color: #c79d433f;
}

/*-------------------------------------------*/


/* ----------------Buttons CSS ------------------*/
.button-3 {
  appearance: none;
  background-color:rgb(104, 34, 12);
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.button-3:hover {
  background-color:rgb(134, 41, 13);
}

.button-3:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}

.button-3:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.button-3:active {
  background-color: #298e46;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

.gods-container{
  padding: 30px;
  column-count: 2;
  text-align: center;
}

.gods-button {
  background-color:rgb(104, 34, 12);
  cursor: pointer;
  border-radius: 8px;
  width: 80%;
  font-size: 20px;
  color: white;
}
.gods-button:hover {
  background:rgb(134, 41, 13);

}
.panteao{
  text-align: center;
}



/* SIDEBAR */

.sidebar-header-img{
	padding: 15px 0px;
	height: 100%;
	width: 100%;
	}
	.sidebar-header{
	height: 150px;
	background-color:#2e1400; /* fundo cabeçalho */
	/*padding: 20px;*/
	background-image: url(https://i.imgur.com/MSTYbYL.png);
	}
	.sidebar-content{
	  background-color: #444444; /* fundo texto */
    background-image: url(https://i.imgur.com/bn2ht5c.png);
	
	}
	.sidebar-tabs{
	background-color: #9b815c; /* fundo sidebar */
	}
	.sidebar-control{
	padding: 20px 5px;
	}

  /* Cidades Styles*/
  .estabelecimento{
    font-size: 26px;
    cursor: pointer;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 50%;*/
  }