/* ********************************** */
/* **************************************   NAV + HERO   */
/* ********************************* */
header {
	width: 100%;
	height: 90vh;
	background-image: linear-gradient(
			120deg,
			transparent,
			transparent,
			var(--negro)
		),
		url(/images/hero.webp);
	background-repeat: no-repeat;
	background-size: cover;
	@media (width > 960px) {
		background-attachment: fixed;
	}
	.barra-nav {
		width: 100%;
		height: auto;
		padding: 0.5rem 2rem;
		background: #00000080;
		box-shadow: 0 4px 30px #080808c0;
		color: var(--blanco);
		backdrop-filter: blur(7.2px);
		position: sticky;
		top: 0;
		left: 0;
		z-index: 2;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		justify-content: center;
		align-items: center;
		text-align: center;
		@media (width < 960px) {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.logo {
			height: 2.5rem;
			width: auto;
			@media (width < 760px) {
				display: none;
			}
		}
		& p {
			font-size: 0.9rem;
			font-weight: 600;
			@media (width < 960px) {
				display: none;
			}
			& i {
				font-size: 1rem;
			}
		}
		.banderas {
			display: flex;
			justify-content: end;
			align-items: center;
			gap: 0.7rem;
			color: var(--blanco);
		}
		& img {
			width: 2rem;
			height: 2rem;
			cursor: pointer;
		}
	}
}
.hero-texto {
	position: absolute;
	z-index: 0;
	top: 30%;
	left: 35%;
	width: 95%;
	max-width: 50rem;
	height: auto;
	color: var(--blanco);
	padding: 1rem;
	line-height: 2;
	@media (width < 960px) {
		left: 5%;
	}
	.logo-hero {
		width: 10rem;
		height: auto;
		@media (width < 960px) {
			width: 8rem;
		}
	}
	& h1 {
		font-size: 3rem;
		font-weight: 500;
		text-shadow: #111111b5 0px 0px 5px, #111111b5 0px 0px 10px,
			#111111b5 0px 0px 15px, #111111b5 0px 0px 20px;
		line-height: 1.2;
		@media (width < 960px) {
			font-size: 2rem;
		}
		& span {
			font-size: 3.2rem;
			color: var(--secundario);
			@media (width < 960px) {
				font-size: 2.2rem;
			}
		}
	}
}

/* ************************ Presentación */
.presentacion {
	background-color: var(--fondo);
	width: 100%;
	height: auto;
	padding: 2rem;
	border: 0;
	outline: 1px solid var(--primario);
	outline-offset: -1rem;
	position: relative;
	.logo2 {
		width: 10rem;
		margin: 0 auto;
		height: auto;
		margin-bottom: 1rem;
	}
	.presentacion-texto {
		white-space: pre-line;
	}
}

/* ************************ Servicios */
/* .servicios {
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	outline: 1px solid var(--primario);
	outline-offset: -1rem;
	& img {
		width: 100%;
		height: 10rem;
	}
} */
/** Adorno */
.adorno {
	width: 100%;
	height: auto;
	background-color: var(--transparente);
	padding: 2rem 25%;
	outline: 1px solid var(--primario);
	outline-offset: -1rem;
}
/* * Zonas */
.zonas {
	width: 100%;
	height: auto;
	text-align: center;
	color: white;
	background-color: var(--transparente);
	padding: 2rem;
	outline: 1px solid var(--primario);
	outline-offset: -1rem;
	white-space: pre-line;
	& h2 {
		font-size: 1.5rem;
		font-weight: 500;
		color: var(--primario);
	}
	& h3 {
		font-size: 1.2rem;
		font-weight: 400;
		color: var(--primario);
		margin-top: 1rem;
	}
}
/* ****************  Transfer */
.transfer-container {
	width: 100%;
	height: auto;
	padding: 2rem;
	background-color: var(--fondo);
}
.transfer {
	width: 100%;
	height: auto;
	padding: 3rem;
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	box-shadow: 0 4px 30px #080808c0;
	background-color: var(--negro);
	border: 0;
	border-radius: 0.7rem;
	outline: 1px solid var(--primario);
	outline-offset: -1rem;
	white-space: pre-line;
	@media (width < 960px) {
		grid-template-columns: 1fr;
		padding: 1.5rem;
	}
	.fly {
		margin: 0 auto;
		max-width: 25rem;
		border-radius: 50%;
		border: 2px solid var(--primario);
		@media (width < 960px) {
			width: 100%;
			max-width: 50dvw;
		}
	}
	#textos-transfer {
		border-left: 1px solid var(--primario);
		padding-left: 2rem;
		@media (width < 960px) {
			border: none;
			padding-left: 0;
		}
	}
	& h2 {
		color: var(--primario);
		margin-bottom: 0.5rem;
	}
	& h3 {
		color: var(--primario);
		margin-bottom: 1rem;
	}
	& p {
		color: var(--blanco);
	}
}

/* ********************************** */
/* ****************************  GRID DE cards   */
/* ********************************* */
.grid-cards {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 2rem;
	padding: 2rem;
	background-color: var(--fondo);
	border: 0;
	outline: 1px solid var(--primario);
	outline-offset: -1rem;
	color: var(--blanco);
	.card {
		width: 100%;
		height: 100%;
		border-radius: 0.7rem;
		overflow: hidden;
		box-shadow: 0 4px 30px #080808c0;
		transition: var(--transition);
		background-color: var(--negro);
		display: flex;
		flex-direction: column;
		&:hover {
			transform: scale(1.02);
			box-shadow: 0 8px 60px #080808c0;
			transition: var(--transition);
		}

		& img {
			width: 100%;
			height: 17rem;
			object-fit: cover;
		}
		.texto-card {
			width: 100%;
			height: auto;
			padding: 1rem;
			padding-bottom: 2rem;
			background-color: var(--negro);
			display: flex;
			flex-direction: column;
			justify-content: space-around;
			& h3 {
				color: var(--primario);
				font-weight: 500;
				padding-bottom: 1rem;
			}
			& p {
				font-size: 0.9rem;
			}
		}
		.reservar {
			display: flex;
			justify-content: space-around;
			align-items: center;
			padding-top: 1rem;
		}
		.bi-calendar3 {
			color: var(--primario);
			display: block;
			cursor: pointer;
		}
	}
}

/* ********************************** */
/* **************************************   FOOTER   */
/* ********************************* */
.footer {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 5rem 1.5rem;
	background-color: var(--primario);
	color: var(--blanco);
	border: 0;
	outline: 1px solid var(--blanco);
	outline-offset: -1rem;
	@media (width < 960px) {
		grid-template-columns: 1fr;
	}
	.servicios-footer {
		padding: 0 1rem;
		& img {
			@media (width < 960px) {
				display: none;
			}
		}
	}
	.main-footer {
		border-right: 1px solid var(--blanco);
		border-left: 1px solid var(--blanco);
		padding: 0 1rem;
	}
	& h2 {
		font-size: 1.3rem;
		font-weight: 200;
	}
	.redes {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 1rem 0;
		gap: 1rem;
		& i {
			font-size: 1.5rem;
			&:hover {
				color: var(--negro);
				transition: var(--transition);
			}
		}
		.trip {
			width: 2.5rem;
			display: inline;
		}
	}
	& p {
		font-size: 0.8rem;
		padding: 0.2rem;
	}
	.proweb {
		&:hover {
			text-decoration: underline;
			color: var(--negro);
			transition: var(--transition);
		}
	}
}
.footer-legal {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	align-items: center;
	padding: 2rem 7vw;
	text-align: center;
	background-color: var(--negro);
	color: var(--blanco);
	border: 0;
	outline: 1rem solid var(--primario);
	outline-offset: -1rem;
	@media (width < 768px) {
		grid-template-columns: 1fr;
	}
	& img {
		width: 3rem;
		@media (width < 768px) {
			display: none;
		}
	}
	& div {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1rem;
		padding: 0.2rem;
	}

	& p {
		font-size: 0.8rem;
	}
	& a {
		font-size: 0.8rem;
		text-align: center;
		&:hover {
			color: var(--primario);
			text-decoration: underline;
			transition: var(--transition);
		}
	}
}
