/* Opinionated CSS defaults based on:
  ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css 
*/

html {
	line-height: 1.2;
	-webkit-text-size-adjust: 100%;
}

html,
* {
	font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	background-position: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	outline: none;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none;
}

iframe,
#parent,
#mapa {
	height: 100%;
	width: 100vw;
	position: relative;
}

#parent {
	height: calc(100vh - 100px);
}

h1 {
	font-size: 16px;
	padding-bottom: 3px;
}

.controls {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 100;
	background: #fff;
	color: #333;
}

input[type="text"] {
	width: 100%;
	padding: 4px 12px;
	border: none;
	color: #000;
	font-size: 14px;
}

.flex {
	display: flex;
	flex-direction: row;
	gap: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	/* vertical-align: middle; */

	align-items: center;
}

.header {
	background: #0a6bb6;
	color: #fff;
	height: 100px;
	position: relative;
}

.logo {
	max-height: 35px;
	max-width: 30vw;
}

.page-wrapper {
	max-width: 1280px;
	padding-left: 24px;
	padding-right: 24px;
	margin: auto;
}

.dark {
	background: #26374e;
	border-top: 2px solid #bababa;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #000;
}

label {
	font-size: 14px;
	color: #fff;
}

.sub-title {
	font-size: 13px;
}

a {
	border: none;
	cursor: pointer;
}
