@charset "UTF-8";

@media only screen and (min-width: 736px) {

	*::-webkit-scrollbar {
		width: 10px;
		overflow: overlay;
	}

	*::-webkit-scrollbar-track {
		background: #ffffff;
	}

	*::-webkit-scrollbar-thumb {
		background-color: #b0b0b0;
		border-radius: 10px;
		border: 3px solid #fafafa;
	}

	::-webkit-scrollbar-thumb:hover {
		width: 20px;
	}
	
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Inter", "Inter-fallback", sans-serif;
	font-size: 12px;
	color: #8e8e8e;
	line-height: 1.65;
	margin: 0 !important;
}

a {
	color: #181a22;
	text-decoration: none;
}

a:hover {
	color: #181a22;
	text-decoration: underline;
}
a:hover .btn:hover {
	text-decoration: none;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

h1, .h1 {
	color: #181a22;
	font-family: "Tiempos Headline", serif;
	font-weight: 500;
	padding-bottom: 0.8rem;
}

h2, .h2 {
	color: #181a22;
	font-family: "Inter", "Inter-fallback", sans-serif;
	font-weight: 500;
	padding-bottom: 1rem;
}

h3, .h3 {
	color: #181a22;
	font-family: "Inter", "Inter-fallback", sans-serif;
	font-weight: 500;
	padding-bottom: 1rem;
}

h4, .h4 {
	color: #181a22;
	font-family: "Inter", "Inter-fallback", sans-serif;
	font-weight: 500;
	padding-bottom: 1rem;
}

h5, .h5 {
	color: #181a22;
	font-family: "Inter", "Inter-fallback", sans-serif;
	font-weight: 500;
	padding-bottom: 1rem;
}

h6, .h6 {
	color: #181a22;
	font-family: "Inter", "Inter-fallback", sans-serif;
	font-weight: 500;
	padding-bottom: 1rem;
}

h1, .h1 {
	font-size: 5rem;
}

h2, .h2 {
	font-size: 2.5rem;
}

h3, .h3, h4, .h4 {
	font-size: 1.25rem;
}
