/* ROIH Leads - Hotel Araçari
   Paleta lida do CSS do Elementor que está no ar (post-3619.css), e não das
   cores globais do Astra, que estão desatualizadas e ainda marcam turquesa:
   botão #00C95B, hover preto, apoio #008938 e #005623, tinta clara #EEFFF5.
   O z-index precisa passar do widget do Asksuite, que fica na casa de 2.147.483.000. */

.roihl {
	position: fixed;
	inset: 0;
	z-index: 2147483600;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-family: inherit;
}

.roihl[hidden] {
	display: none;
}

.roihl-travado,
.roihl-travado body {
	overflow: hidden;
}

.roihl-fundo {
	position: absolute;
	inset: 0;
	background: rgba(4, 26, 13, .62);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	animation: roihl-aparece .18s ease-out;
}

.roihl-cx {
	position: relative;
	width: 100%;
	max-width: 420px;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 24px 60px rgba(4, 26, 13, .30);
	animation: roihl-sobe .22s cubic-bezier(.2, .8, .3, 1);
}

@keyframes roihl-aparece {
	from { opacity: 0 }
	to { opacity: 1 }
}

@keyframes roihl-sobe {
	from { opacity: 0; transform: translateY(14px) }
	to { opacity: 1; transform: none }
}

.roihl-x {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #55655c;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	transition: background .15s, color .15s;
}

.roihl-x:hover {
	background: #eefff5;
	color: #0f1a13;
}

.roihl-corpo {
	padding: 30px 26px 22px;
}

.roihl-selo {
	margin: 0 0 8px;
	color: #008938;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.roihl-titulo {
	margin: 0 0 8px;
	color: #0f1a13;
	font-size: 23px;
	line-height: 1.22;
	font-weight: 700;
}

.roihl-sub {
	margin: 0 0 20px;
	color: #55655c;
	font-size: 14px;
	line-height: 1.5;
}

.roihl-form {
	display: block;
	margin: 0;
}

.roihl-campo {
	display: block;
	margin-bottom: 13px;
	color: #0f1a13;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .01em;
}

.roihl-campo input {
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 12px 13px;
	border: 1px solid #dbe7df;
	border-radius: 9px;
	background: #fff;
	color: #0f1a13;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	box-sizing: border-box;
	transition: border-color .15s, box-shadow .15s;
	-webkit-appearance: none;
	appearance: none;
}

.roihl-campo input:focus {
	outline: 0;
	border-color: #00c95b;
	box-shadow: 0 0 0 3px rgba(0, 201, 91, .20);
}

.roihl-erro {
	display: none;
	margin: 2px 0 10px;
	color: #c02b2b;
	font-size: 13px;
	line-height: 1.4;
}

.roihl-erro.on {
	display: block;
}

.roihl-enviar {
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 14px 16px;
	border: 0;
	border-radius: 9px;
	background: #00c95b;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background .15s, transform .1s;
}

.roihl-enviar:hover,
.roihl-enviar:focus {
	background: #000;
	color: #fff;
}

.roihl-enviar:active {
	transform: translateY(1px);
}

.roihl-rodape {
	margin: 13px 0 0;
	color: #93a399;
	font-size: 11.5px;
	line-height: 1.45;
	text-align: center;
}

.roihl-ok {
	text-align: center;
	padding: 6px 0 4px;
}

.roihl-ok h2 {
	margin: 14px 0 8px;
	color: #0f1a13;
	font-size: 21px;
	font-weight: 700;
}

.roihl-ok .roihl-sub {
	margin-bottom: 18px;
}

.roihl-tick {
	width: 54px;
	height: 54px;
	margin: 0 auto;
	border-radius: 50%;
	background: #eefff5;
	color: #008938;
	font-size: 27px;
	line-height: 54px;
}

@media (max-width: 420px) {
	.roihl {
		padding: 12px;
		align-items: flex-end;
	}

	.roihl-cx {
		max-height: calc(100vh - 24px);
	}

	.roihl-corpo {
		padding: 26px 20px 20px;
	}

	.roihl-titulo {
		font-size: 21px;
	}
}
