body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif;
	font-optical-sizing: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: #000000;
}

input:focus,
button:focus,
select:focus,
optgroup:focus,
textarea:focus,
.nav-link:focus,
.form-control:focus {
	border-color: rgb(255, 255, 255);
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

a,
a:hover {
	text-decoration: none !important;
	cursor: pointer !important;
}

.fs-7 {
	font-size: 0.875rem !important;
}

/* Hero and Menu */

/* #hero {
	background-color: rgb(0, 34, 114);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60vh;
} */

.hero {
	width: 100%;
	/* height: 60vh; */
	top: 0;
	left: 0;
	width: 100%;
	/* height: 60vh; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: height 0.2s ease-out;
	z-index: 10;
	display: flex;
	/* align-items: center; */
	/* justify-content: center; */
	/* color: white; */
}

.hero-content {
	text-align: center;
	padding: 2rem;
	/* backdrop-filter: brightness(0.7); */
}

#logo-mktp {
	-webkit-filter: drop-shadow(5px 5px 4px rgba(218, 251, 255, 0.5));
	filter: drop-shadow(5px 5px 4px rgba(218, 251, 255, 0.5));
	max-width: 320px;
	height: auto;
}

#menu-container {
	background-color: rgba(255, 255, 255, 0.3);
}

.btn-menu {
	/* opacity: 0.5 !important; */
	background-color: rgba(255, 255, 255, 0.7) !important;
}

.btn-menu:hover,
.btn-menu:active {
	color: rgb(255, 255, 255) !important;
	background-color: rgba(0, 118, 136, 0.8) !important;
}

/* TOP FILTER */

#top-filter {
	display: block;
	background-color: #ffffff;
	margin-top: -3rem;
	box-shadow: 7px 7px 12px rgba(0, 57, 117, 0.1);
}

.top-filter-icon {
	display: inline;
	height: 70px;
	width: auto;
	margin-right: 2;
}

.top-filter-select {
	display: inline;
	border: none;
}

/* CORES */

.btn-azul {
	background-color: rgb(0, 153, 206) !important;
	color: rgb(255, 255, 255) !important;
}

.bg-azul {
	background-color: rgb(0, 153, 206) !important;
	color: rgb(255, 255, 255) !important;
}

.bg-light-gray {
	background-color: rgb(241, 245, 249);
}

/* ATRATIVOS */

.home-titles {
	background-image: url(images/turismo.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.home-titles h1 {
	text-align: center;
	color: #000;
	font-size: 4rem;
	font-weight: bold;
}

.atrativo {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: rgb(255, 255, 255);
	border-radius: 2rem;
	overflow: hidden;
	margin-bottom: 1.9rem;
	border: solid 1px rgb(255, 255, 255);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
	position: relative;
}

.atrativo::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0) 40%
	);
	z-index: 1;
}

.atrativo * {
	position: relative;
	z-index: 2;
}

.atrativo:hover {
	transform: scale(1.05);
	box-shadow: 7px 7px 12px rgba(0, 57, 117, 0.1);
	border: solid 1px rgb(0, 153, 206);
}

.atrativo-40 {
	background-color: rgb(241, 245, 249);
	min-height: 50vh;
}

.atrativo-30 {
	background-color: rgb(241, 245, 249);
	min-height: 35vh;
}

.atrativo-title {
	font-size: 2.3rem;
	line-height: 2.5rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	position: absolute;
	bottom: 4.5rem;
	left: 1rem;
	letter-spacing: -0.1rem;
}

.atrativo-text {
	font-size: 1rem;
	line-height: 1.3rem;
	padding-right: 0.5rem;
	font-weight: normal;
	position: absolute;
	bottom: 1rem;
	left: 1rem;
}

.atrativo-card {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.4s, transform 0.4s;
	display: block;
}

.atrativo-card.fading-out {
	opacity: 0;
	transform: scale(0.7);
	pointer-events: none;
}

.atrativo-card.fading-in {
	opacity: 1;
	transform: scale(1);
}

.atrativo-card.hidden {
	display: none !important;
}

/* ATRATIVOS - FILTROS */

#atrativos-filter-box {
	background-color: rgb(241, 245, 249);
	color: rgb(96, 114, 138);
	/* height: 100vh; */
}

#atrativos-filter-box h3 {
	color: rgb(0, 153, 206);
	font-weight: bold;
	font-size: 1rem;
}
