body {
	font-family: "Montserrat", serif;
	font-feature-settings: 'kern';
}

.header {
	background-color: #ffffff;
	text-align: center;
}

.header img {
	height: 32px;
}

.main-section {
	color: #2b2b2b;
	padding: 10px 40px 30px;
	text-align: center;
}

.badge-custom {
	background-color: #008026;
	color: #2b2b2b;
	padding: 6px 14px;
	border-radius: 1.5rem;
	font-weight: bold;
	border: 1px solid #0daf108c;
	align-items: center !important;
	display: flex !important;
	justify-content: center;
	font-size: 12px;
}

.info-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	gap: 10px;
}

.info-item {
	background-color: #008026;
	color: #2b2b2b;
	border: 1px solid #0daf108c;
	padding: 15px;
	border-radius: 10px;
	width: 45%;
	font-size: 14px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.info-item img {
	background-color: #c7e1cd76;
	margin-right: .5rem;
	padding: .2rem;
	border-radius: .5rem;
}

.offer-box {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 20px;
	margin-top: 20px;
	text-align: center;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-custom {
	background-color: #008026;
	color: #fff;
	border: none;
	padding: 15px 20px;
	border-radius: 10px;
	margin-top: 10px;
	width: 100% !important;
	text-decoration: none !important;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s;
	box-shadow: 0 0.4rem 0 0 rgba(6, 100, 27, 1);
}

.btn-custom:hover,
.btn-custom:focus {
	transform: translateY(0.3rem);
	box-shadow: 0 0.2rem 0 0 rgba(6, 100, 27, 1);
}

footer {
	font-size: 12px;
	text-align: center;
	padding: 10px;
	background-color: #f5f5f5;
	border-bottom: 7px solid #089900;
	border-top: 2px solid #edf0ef;
}

.icon-text {
	display: flex;
	align-items: center;
}

.text-content {
	display: flex;
	flex-direction: column;
	/* Coloca o título e a descrição um embaixo do outro */
	justify-content: center;
	text-align: left;
}

.text-content strong {
	font-weight: bold;
}

.text-content span {
	color: #2b2b2b;
}

.gap-10 {
	gap: 10px;
}

.offer-content {
	text-align: left;
}

.offer-text-content {
	display: flex;
	flex-direction: column;
}

.offer-text-content strong {
	color: rgb(28, 66, 0);
}

.offer-back {
	background-color: #00ff3c0e;
	border-radius: 10px;
	padding: 0.4rem 1rem;
	display: flex;
	align-items: center;
}

.margin-20 {
	margin: 0 20px;
}

.bg-green-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(28, 66, 0)
}

.gap-2 {
	gap: .5rem;
}

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

.flex {
	display: flex;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.justify-center {
	justify-content: center;
}

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

.h-16 {
	height: 4rem;
}

.flex {
	display: flex;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.tracking-tight {
	letter-spacing: -.025em;
}

.font-bold {
	font-weight: 700;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-green-600 {
	--tw-text-opacity: 1;
	color: rgb(28, 66, 0);
}

.bg-green {
	background-color: rgb(28, 66, 0);
}

.text-card-foreground {
	color: #2b2b2b;
}

.text-left {
	text-align: left;
}

.logo-color {
	background-color: #8bc63c;
}

.stroke-cor-primary {
	stroke: #335047;
}

/* Loader giratório */
.loader {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #005013;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.btn-custom:disabled,
.btn-custom[disabled] {
	background-color: #e9ecef;
	/* Cor de fundo cinza claro */
	color: #6c757d;
	/* Cor do texto cinza escuro */
	border-color: #dee2e6;
	/* Cor da borda cinza */
	cursor: not-allowed;
	/* Cursor indicando bloqueio */
	opacity: 0.65;
	/* Opacidade reduzida */
	box-shadow: none;
	/* Sem sombra */
}

/* Estilo para desativar o botão */
.btn-disabled {
	cursor: not-allowed;
	opacity: 0.7;
}

.announcement-bar {
	background-color: #089900;
	color: #fff;
	padding: 12px 10px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	position: sticky;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.banner {
	width: 100%;
}

.banner img {
	width: 360px;
	max-width: 100%;
	border-radius: 1rem;
}

.content-primary {
	padding: 1rem !important;
	border-radius: 0.5rem !important;
	border: 2px solid;
	box-shadow: 11px 10px 0px 1px rgba(6, 100, 27, 1);
	-webkit-box-shadow: 11px 10px 0px 1px rgba(6, 100, 27, 1);
	-moz-box-shadow: 11px 10px 0px 1px rgba(6, 100, 27, 1);
}

.form-control:focus {
	border-color: #089900 !important;
	box-shadow: 0 0 0 .25rem rgba(73, 253, 13, 0.25) !important;
}

.floating-label-group {
	position: relative;
	margin-bottom: 20px;
}

.floating-label-group input {
	width: 100%;
	padding: 28px 20px 10px 20px;
	border: none;
	border-radius: 0.5rem;
	background-color: rgb(241, 243, 244);
	font-size: 16px;
	box-sizing: border-box;
}

.floating-label-group input:focus {
	outline: none;
	height: 64px;
	position: relative;
	box-sizing: border-box;
	padding: 28px 20px 10px 20px;
	border-radius: 0.5rem;
	background-color: rgb(255, 255, 255);
	transition: background-color 0.4s;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 12px 12px, rgba(0, 0, 0, 0.08) 0px 0px 8px;
	z-index: 0;
}

.floating-label-group label {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	color: rgb(82, 96, 90);
	font-size: 16px;
	pointer-events: none;
	transition: 0.2s ease all;
	background: transparent;
}

.floating-label-group input:focus+label,
.floating-label-group input:not(:placeholder-shown)+label {
	top: 14px;
	left: 20px;
	font-size: 12px;
	background: transparent;
	color: #2b2b2b;
	border-radius: 8px;
}

.input-info {
	display: block;
	font-size: 12px;
	color: #555;
	margin-top: -14px;
	margin-bottom: 12px;
	padding-left: 2px;
}

.aviso {
	font-size: 12px;
}

.aviso .terms,
.pp {
	color: #2b2b2b;
	font-weight: 600;
}

.toggle-btn {
	color: #089900;
	border: none;
	padding: 0px 0px;
	font-size: 16px;
	cursor: pointer;
	margin-bottom: 10px;
	font-weight: 600;
	background-color: transparent;
}

.toggle-btn:hover {
	border-bottom: 1px solid #089900;
}

.info-box {
	display: none;
	padding-left: 1rem;
	border-left: 2px solid;
	font-size: 12px;
}

.info-box .link {
	color: #2b2b2b;
	text-decoration: underline;
}

.flex-direction-column {
	flex-direction: column !important;
}

.reclameaqui-badge {
	display: flex;
	align-items: center;
	font-size: 9px;
	color: #333;
}

.reclameaqui-badge img {
	width: 120px;
	height: auto;
	border-radius: 8px;
}

.reclameaqui-badge p {
	border: 1px solid #ccc;
	border-left: none;
	border-radius: 0 4rem 4rem 0;
	padding: 0.5rem;
	height: 60px;
}

.mensagemErro {
	color: #c63c3c;
}

.sugestoes {
	display: none; 
   	border-left: 2px solid;
    padding-left: 1rem;
    margin-left: 1rem;
    list-style: none;
	margin-top: 0.5rem;
}