@font-face {
	font-family: "AbsaraSans";
	src: url("../font/AbsaraSans-Light.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "AbsaraSans";
	src: url("../font/AbsaraSans-Regular.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "AbsaraSans";
	src: url("../font/AbsaraSans-Medium.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}

:root {
	--azul-escuro: #013f58;
	--ciano-escuro: #38978f;
	--laranja-claro-acinzentado: #e3cdbd;
	--branco: #ffffff;

	--absarasans: "AbsaraSans", "Source Sans Pro", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	word-wrap: normal;
}

body,
html {
	font-family: var(--absarasans);
	color: var(--branco);
	background-color: var(--azul-escuro);
	font-display: optional;
	size-adjust: 150%;
	scroll-behavior: smooth;
}

.sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

a {
	color: var(--branco);
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

li {
	margin: 10px 0;
}

number {
	font-family: "Source Sans Pro", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

/* TITULOS */
h1 {
	font-weight: 800;
	/* text-transform: uppercase; */
	margin-bottom: 20px;
	font-size: 2.5em;
}
h2 {
	font-weight: 400;
	font-size: xx-large;
}
h3 {
	font-weight: 600;
	font-size: x-large;
}

/* BOTÕES */

.btn {
	background-color: var(--laranja-claro-acinzentado);
	color: var(--azul-escuro);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 20px;
	border-radius: 10px;
	margin: auto;
	width: fit-content;
	font-size: x-large;
	justify-content: center;
}
.btn:hover {
	background-color: var(--ciano-escuro);
	color: var(--branco);
	transition: color 0.3s ease;
	transition: background-color 0.3s ease;
}

header {
	.btn {
		margin-top: 30px;
	}
}

footer {
	.btn {
		font-size: large;
		width: fit-content;
		margin: 10px auto 30px;
	}

	.btn:hover {
		background-color: var(--azul-escuro);
		color: var(--branco);
	}
}

/* DEGRADÊ */
.gradientOne {
	background: #013f58;
	background: linear-gradient(0deg, rgba(1, 63, 88, 1) 0%, rgba(39, 135, 127, 1) 100%);
}
.gradientTwo {
	background: #339eb0;
	background: linear-gradient(0deg, rgba(51, 158, 176, 1) 0%, rgba(1, 63, 88, 1) 100%);
}
.gradientThree {
	background: #013f58;
	background: linear-gradient(0deg, rgba(1, 63, 88, 1) 0%, rgba(51, 158, 176, 1) 100%);
}

/* FOLHAS */
.folhagem,
.folhagem2,
.folhagem3 {
	position: absolute;
}
.folhagem,
.folhagem2 {
	bottom: -150px;
	z-index: 2;
}
.folhagem {
	right: 0;
	height: 400px;
}
.folhagem2 {
	left: 0;
	height: 300px;
}
.folhagem3 {
	top: -100px;
	right: 0;
	height: 200px;
	width: auto;
	object-fit: contain;
}
.footer {
	z-index: 1;
}
@media (min-width: 768px) {
	.folhagem {
		bottom: -200px;
	}
	.folhagem2 {
		height: 400px;
	}
	.folhagem3 {
		top: -150px;
		height: 300px;
	}
}

@media (min-width: 992px) {
	.folhagem3 {
		top: -200px;
		height: 350px;
	}
}

/* HEADER */
.headerInfo {
	padding: 20px;
	text-align: center;
	img {
		filter: brightness(0) invert(1);
		width: 300px;
		margin: 30px 0 50px;
	}
}

.headerImg {
	position: relative;
	overflow-y: visible;
	padding: 0 50px;
}

.fachada {
	height: 500px;
	width: 100%;
	object-fit: cover;
	object-position: bottom;
	border-radius: 50px;
	display: block;
}

.familia {
	position: absolute;
	right: 50px;
	bottom: 0;
	z-index: 1;
	width: 200px;
}

@media (min-width: 400px) {
	.familia {
		width: 300px;
		transition: width 0.3s ease;
	}
}

@media (min-width: 768px) {
	header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.headerInfo {
		min-width: 60%;
	}
	.headerImg {
		padding: 0;
		padding-right: 50px;

		img.fachada {
			border-radius: 0 0 50px 50px;
		}
	}
	.familia {
		right: 10px;
		width: 200px;
		transition: width 0.3s ease;
	}
}
@media (min-width: 992px) {
	.familia {
		width: 300px;
		transition: width 0.3s ease;
	}
}

/* FOOTER */
footer {
	background-color: var(--laranja-claro-acinzentado);
	color: var(--azul-escuro);
	padding: 50px 50px 10px;
	border-radius: 100px 100px 0 0;
	text-align: center;

	img {
		width: 100px;
		padding: 10px;
		margin: 20px;
	}
	ul {
		list-style: none;
	}
	li,
	.btn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	a:not(.btn) {
		color: var(--azul-escuro);
	}
	a:not(.btn):hover {
		text-decoration: underline;
	}
	p,
	li {
		font-size: 1.3em;
	}
}

.regulamentacao p {
	font-size: small;
	margin: 20px 0;
}
.creditos p {
	font-size: small;
}

@media (min-width: 768px) {
	footer {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		gap: 20px;
		border-radius: 150px 150px 0 0;
	}
}

@media (min-width: 992px) {
	.regulamentacao {
		width: 50%;
		text-align: left;
	}
	.creditos {
		align-self: flex-end;
	}
}

/* INFORMAÇÃO */
.informacao {
	padding: 10px 20px;
	margin: 50px 0;

	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.destaque {
	border-width: 3px;
	border-style: solid;
	border-color: var(--laranja-claro-acinzentado);
	border-radius: 20px;
	padding: 20px;
	font-weight: 600;
	font-size: x-large;
	text-align: center;

	p {
		z-index: 3;
	}
}
.infoConteudo,
.lazer,
.unidadesSuites {
	ul {
		list-style: none;
		font-size: large;
		width: fit-content;
		margin: auto;
	}

	li {
		text-align: center;
		padding: 10px 5px;
		border-bottom: 1px solid var(--branco);
	}

	span {
		background-color: var(--laranja-claro-acinzentado);
		color: var(--azul-escuro);
		display: block;
		margin-top: 50px;
		text-align: center;
		font-size: large;
		padding: 20px;
	}
}

@media (min-width: 768px) {
	.informacao {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "videos conteudo";
		gap: 20px;
	}
	.videoCarrossel {
		grid-area: videos;
	}
	.infoConteudo {
		grid-area: conteudo;

		ul {
			padding: 10px 20px;
			margin: 0;
			width: 80%;
		}
		li {
			text-align: left;
		}
	}
	.destaque {
		border-width: 3px;
		border-radius: 20px;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.infoConteudo {
		width: 80%;
		margin-top: 50px;
	}
	.destaque {
		margin-bottom: 30px;
	}
}

/* VIDEOS */
.carouselItem {
	margin: 0;
}
.video {
	width: 100%;
	float: right;
}

@media (min-width: 768px) {
	.video {
		max-width: 425px;
	}
}

/* SUITES */
.unidadesSuites {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-around;
	align-items: center;
	padding: 10px 20px;

	div {
		width: 90%;
	}
	span {
		font-size: x-large;
		margin-top: 0;
	}
}
.unidadesInformacoes {
	li {
		text-align: left;
	}
	ul {
		margin: 20px auto 50px;
	}
}
.suitePlanta {
	.galeria {
		width: 100%;
		span {
			border-radius: 20px;
		}
	}
	img {
		border-radius: 10px;
	}
	li {
		border-bottom: none;
	}
}

.avisosLegais {
	font-size: small;
	text-align: center;
	margin: 5px;
}

@media screen and (min-width: 768px) {
	.unidadesSuites {
		flex-direction: row;
		div {
			width: 45%;
		}
	}
}

/* GALERIA */
.galeriaGeral {
	padding: 20px;
	margin: 50px auto;
	h2 {
		text-align: center;
	}

	p {
		margin: auto;
		width: 90%;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.galeriaGeral {
		p {
			width: 70%;
		}
	}
}

/* LAZER */

.lazer {
	padding: 20px;
	text-align: center;

	ul {
		margin: 30px auto 50px;
	}

	.lazerImg img {
		border-radius: 30px;
		box-shadow:
			rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
			rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	}
}

@media (min-width: 768px) {
	.lazer {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 50px;

		text-align: right;

		ul {
			margin: 30px 0;
			justify-self: end;
			width: 60%;
		}
		li {
			text-align: right;
		}
	}
	.lazer div:first-of-type {
		min-width: 50%;
	}
}

/* LOCALIZAÇÃO */

.localizacao {
	padding: 50px 20px 20px;
	font-size: large;
	text-align: center;
	z-index: 2;

	strong:not(li strong) {
		font-size: x-large;
	}

	ul {
		list-style: none;
		margin: 20px auto;
	}
	li {
		margin: 10px 0;
	}
	li:first-of-type {
		width: 100%;
	}

	.local {
		display: flex;
		gap: 10px;
		justify-content: center;
		align-items: center;

		width: fit-content;

		margin: 30px auto;
		background-color: var(--laranja-claro-acinzentado);
		color: var(--azul-escuro);
		font-weight: 500;
		padding: 20px;
		border-radius: 20px;
	}

	.localizacaoImg {
		display: none;
	}
}

@media (min-width: 768px) {
	.localizacao {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding: 20px;
		text-align: left;

		.complementos {
			padding: 50px;
		}
		ul {
			margin: 20px 0;
		}
		.localizacaoImg {
			display: block;
			width: 60%;
		}
		img {
			border-radius: 0 0 0 100px;

			border-radius: 0 0 0 100px;
			height: 500px;
			width: 100%;
			object-fit: cover;
			object-position: bottom;
		}
	}
}

/* MCMV */
.mcmv {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	padding: 50px;
	font-size: large;

	.titulo {
		display: flex;
		gap: 20px;
		align-items: center;
		font-size: x-large;
		margin-bottom: 50px;

		img {
			width: 100%;
			max-width: 100px;
			height: auto;
			object-fit: contain;
		}
	}

	ul {
		list-style-position: inside;
		list-style: none;
	}

	ul li:before {
		content: "\2713";
		margin: 0 10px;
	}

	.imagem img {
		border-radius: 30px;
		box-shadow:
			rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
			rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	}
}

@media (min-width: 768px) {
	.mcmv {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "familia conteudo";
		align-items: center;
	}
	.imagem {
		grid-area: familia;
	}
	.conteudo {
		grid-area: conteudo;
	}
}

/* CTA */
.cta {
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	gap: 20px;
	justify-content: space-around;
	align-items: center;

	.btn {
		gap: 10px;
	}

	h3 {
		font-size: 2em;
	}
}
.ctaBook {
	flex-wrap: wrap;
	flex-direction: column;

	width: 95%;
	margin: 3rem auto 0;
	border: 3px solid var(--laranja-claro-acinzentado);
	border-radius: 30px;
	padding: 5rem 1rem;

	div {
		width: 90%;
	}

	img {
		max-width: 500px;
		width: 100%;
		height: auto;
		object-fit: contain;
	}
}
@media screen and (min-width: 768px) {
	.ctaBook {
		flex-direction: row;
		width: 80%;

		div {
			width: 45%;
		}
	}
}

/* form */

.formulario {
	padding: 2rem;
	text-align: center;

	h3 {
		font-size: 2em;
	}

	.hs-form-frame {
		background: #e3cdbd;
		width: 100%;
		margin: 50px auto 20px;
		border-radius: 20px;
	}
}

@media (min-width: 768px) {
	.formulario {
		padding: 5rem;

		.hs-form-frame {
			width: 80%;
		}
	}
}

@media (min-width: 500px) {
	.formulario {
		padding: 4rem;

		.hs-form-frame {
			width: 90%;
		}
	}
}

/* ITX */

.itx {
	background-color: var(--laranja-claro-acinzentado);
	color: var(--azul-escuro);

	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;

	padding: 30px;
	margin: 30px 50px;
	border-radius: 20px;

	img {
		max-width: 100%;
		width: 100px;
		height: auto;
		object-fit: contain;
	}
}

@media (min-width: 576px) {
	.itx {
		flex-direction: row;
	}
}

/* SECTION H4 */

h4 {
	font-size: 2em;
	text-align: center;
	z-index: 2;

	span {
		font-style: italic;
	}
}
.h4 {
	padding: 20px 50px;
	margin: 50px 0;
}

/* whatsapp flutuante */
.floatWpp {
	background: #25d366;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9;
	padding: 15px;
	border-radius: 100px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	border: none;
	cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;

	svg {
		display: block;
	}
}
.floatWpp:hover {
	background: #075e54;
	box-shadow:
		rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
		rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	transition: all 0.5s ease;
}

@media (max-width: 768px) {
	.floatWpp {
		bottom: 20px;
		right: 20px;
	}
}

.formPopup {
	position: fixed;
	z-index: 9;
	width: 80%;
	bottom: 100px;
	right: 30px;
	padding: 10px 20px;

	background: #fafafa;
	color: #013f58;
	border-radius: 20px;

	display: none;
}
.fechaFormPopup {
	float: right;
	margin-right: -10px;
	cursor: pointer;
	z-index: 2;
}

.hs-form-frame,
.hsfc-Step__Content {
	padding: 0;
}

.formPopupTopo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-size: large;
	padding-top: 5px;
}

@media screen and (min-width: 768px) {
	.formPopup {
		width: 400px;
	}
}
