@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-display: optional;
	src: url("../../webfonts/pxiEyp8kv8JHgFVrJJfecg.woff2") format("woff2");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-display: optional;
	src: url("../../webfonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2") format("woff2");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 600;
	font-display: optional;
	src: url("../../webfonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2") format("woff2");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 700;
	font-display: optional;
	src: url("../../webfonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2") format("woff2");
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 7rem;
}

body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
}

[hidden] {
	display: none !important;
}

/* Estrutura crítica usada antes do carregamento assíncrono do Bootstrap. */
.container {
	--bs-gutter-x: 1.5rem;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
	width: 100%;
	max-width: 100%;
	margin-top: var(--bs-gutter-y);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.align-items-center {
	align-items: center !important;
}

.w-100 {
	width: 100% !important;
}

.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.form-control,
.form-select {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	border: 1px solid #dee2e6;
	background-color: #fff;
}

.btn {
	display: inline-block;
	padding: 0.375rem 0.75rem;
	border: 1px solid transparent;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.fa-solid,
.fa-regular,
.fa-brands {
	display: inline-block;
	width: 1em;
	text-align: center;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}
