@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;800&family=Roboto:wght@300;500&display=swap');

* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	font-weight: 300;
}


html, body {
	font-size: 0.9rem;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'DM Sans', sans-serif;
	color: #000;
	display: block;
}

h1 {
	font-size: 1.6rem;
	font-weight: 700;
}

h2 {
	font-size: 1.3rem;
}

h3 {
	font-size: 1.1rem;
}

p, a{
	color: #000;
}

a {
	text-decoration: none;
}

a:hover.btn {
	color: #ccc;
	text-decoration: none;
}

header {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9998!important;
	background: #111;
	box-shadow: 0px -2px 50px 0px #777;
}

#menu_btn {
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 9999!important;
}

.aviso {
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 9999!important;
	text-align: center;
	font-size: 1.5rem;
	background: #fff!important;
	color: black!important;
	opacity: 0.95;
	padding-top: 20%;
}

.modal-title {
	font-size: 1.1rem!important;
	font-weight: 300!important;
}

.modal-body {
	background: #f7f7f7!important;
	font-weight: 300!important;
}

.form-control {
	border-radius: 50px!important;
}

.link-menu, .link-select {
	display: block;
	padding: 5px;
	font-size: 1.1rem;
	text-align: center;
	color: white;
}

.link-menu:hover {
	background: #f7f7f7;
	color: black;
	border-radius: 50px;
}

.link-select {
	background: #f7f7f7;
	color: black!important;
}

@media only screen and (max-width: 768px) {

	.ocultar {
		display: none!important;
	}

	.link-menu {
		font-size: 1.4rem;
	}

	.link-menu span {
		display: none!important;
	}

}
