br {
	display: block;
	content: "";
	margin-top: 1em;
}

.lang-flag {
	width: 2em;
}

#map {
	position: absolute;
	height: 100%;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	z-index: 0 !important;
	left: 0;
	top: 0;
}

#main{
	position: absolute;
	/*overflow-x: hidden;*/
	/*overflow-y: hidden;*/
	z-index: 1;
	bottom: 0;
	height: 100%;
	width: 100vw;
}

#main>* {
	z-index: 1;
}

#filters {
	position: absolute;
	padding-top: 1em;
	padding-bottom: 15px;
	width: auto;
	height: auto;
	left: 0;
	top: 120px;
	overflow-x: hidden;
	z-index: 4;
	background: #f5f5f5;
}

#filters, #filters * {
	font-size: 14px;
}

#filters>form {
	display: inline;
	width: 14rem;
}

#filters>img {
	margin-bottom: -4px;
}

.dropdown-menu div{
	padding: 0;
}
.dropdown-menu label{
	width: 100%;
	height: 1.75em;
	padding-left: 2em;
	margin-bottom: 0.125em;
	margin-top: 0.125em;
}
.dropdown-menu label:hover{
	color: whitesmoke;
	background-color: grey;
}

#logos {
	position: absolute;
	justify-content: space-between;
	display: flex;
	width: auto;
	height: 4em;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 1;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid;
	border-radius: 2em 2em 0 0;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
}

#logos>img {
	max-width: 8em;
	max-height: 4em;
	object-fit: contain;
}

#containerMarkerInfos {
	position: absolute;
	z-index: 1;
	background: #f5f5f5;
	width: 100%;
	max-height: 80%;
	overflow-y: scroll;
	pointer-events: initial;
}

#containerMarkerInfos *{
	font-size: 14px;
	pointer-events: initial;
}

#help {
	position: absolute;
	z-index: 2;
	background: rgba(245,245,245,0.75);
	top: 70px;
	left: 0rem;
	line-height: 2px;
	height: 3rem;
	padding-top: 0.75rem;
	padding-left: 0.25rem;
	padding-right: 0.5rem;
}

nav{
	z-index: 4;
	background: #f5f5f5;
	border-color: gray;
}

nav svg{
	fill: white;
	max-height: 2.5rem;
	max-width: 2.5rem;
}

#menu>div {
	text-align: center;
	z-index: 10;
}

#menu *.nav-link{
	color: #343a40 !important;
}

#topNav {
	color: white;
	height: 67px;
	background-color: #851a34;
}

#tituloHolder {
	text-align: center;
}

#tituloHolder>p {
	margin-top: -8px;
	margin-bottom: 0.25rem;
}

#lang-container>a {
	color: white;
	max-width: 18px;
}

#legenda {
	position: absolute;
	background-color: #f5f5f5;
	bottom: 3rem;
	left: 0;
	line-height: 5px;
	padding-bottom: 0;
	z-index: 3;
}

#legenda>p {
	margin: 7px;
}

#social-container {
	position: absolute;
	bottom: 0;
	height: 1.8rem;
	left: 75px;
	z-index: 2;
}

#social-container>*{
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.facebook-button{
	fill: #851a34;
}

.twitter-button {
	fill: #851a34;
}

.instagram-button {
	fill: #851a34;
}

#rightSidebar{
	right: 0;
	top: 0;
	bottom: 100px;
	width: 35%;
	pointer-events: none;
}

@media only screen and (max-width: 600px) {
	#rightSidebar{
		width: 75%;
	}
}