html,
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto
}

body {
	display: block
}

a {
	color: #ff7b78;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #f3524f
}

input[type="checkbox"]:checked {
	accent-color: #f3524f
}

.btn-primary {
	color: #fff;
	background-color: #ff605d;
	border-color: #ff605d
}

.btn-outlined-primary {
	border-color: #ff605d;
	color: #ff605d
}

.btn-outlined-primary:hover {
	border-color: #f3524f;
	color: #f3524f
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	color: #fff !important;
	background-color: #f3524f !important;
	border-color: #f3524f !important
}

#map {
	width: 100%;
	height: 620px;
	min-height: 400px;
	top: 0px;
}

.container-fluid.cards-bottom {
	position: relative;
	top: 60px;
}

.topbar {
	width: 80%;
	align-items: center;
	padding: 20px;
	min-height: 120px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-radius: 75px;
	position: relative;
	z-index: 999;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin: 0 auto;
	transform: translateX(-50%) scaleY(0);
	transform-origin: top;
}

.topbar-logo {
	max-height: 70px;
	width: auto
}

.autocomplete-wrapper {
	margin-bottom: 10px;
	position: relative
}

.autocomplete-item.no-hover {
	pointer-events: none;
	background: transparent;
	cursor: default;
}

.topbar-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	font-size: 14px
}

.topbar-filters .check-mark {
	font-size: 11px;
	color: #ff605d
}

.filter-label {
	background: #000;
	margin-right: -12px;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	min-width: 65px
}

.filter-status {
	padding: 8px;
	margin-top: 5px;
	background: #f0f0f0;
	border-radius: 4px;
	font-size: 12px;
	color: #666;
	text-align: center
}

.dropdown-item.active,
.dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: #ff605d
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: var(--bs-btn-active-color);
	background-color: #ff605d;
	border-color: #ff605d
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: 0 !important
}

.topbar-filters .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown.bootstrap-select {
	width: 100% !important
}

h3 {
	width: 100%;
	color: #ff7874;
	margin: 15px 0;
	font-size: 24px;
	position: relative;
	padding-bottom: 10px
}

h3:after {
	content: '';
	height: 3px;
	background: #ff7874;
	width: 20px;
	position: absolute;
	bottom: 0;
	left: 0
}

.details-panel img {
	width: 100%;
	height: 190px;
	object-fit: contain
}

.tag {
	background: #ff7874;
	color: white;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 12px;
	width: fit-content
}

.title {
	font-weight: bold;
	font-size: 16px;
	margin: 6px 0
}

.desc {
	font-size: 13px;
	color: #555;
	line-height: 1.5
}

.data {
	font-size: 13px;
	color: #555
}

.autocomplete-wrapper {
	position: relative
}

.clear-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 1.2rem;
	color: #888;
	display: none;
	user-select: none;
	outline: none
}

.clear-btn:hover {
	color: #333
}

.clear-btn:focus {
	outline: 2px solid #ff605d;
	border-radius: 2px
}

.autocomplete-results {
	position: absolute;
	background: white;
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	max-height: 220px;
	overflow-y: auto;
	z-index: 9999
}

.autocomplete-item {
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	transition: background 0.2s ease
}

.autocomplete-item strong {
	display: block;
	color: #ff7874
}

.autocomplete-item:hover {
	background: #ffdcdb
}

#loadingState {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	z-index: 9999
}

.loading {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ff7b78;
}

.loading p {
	color: #000;
	font-size: 12px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #fff !important
}

.input-group-text {
	background: #ff7b78;
	color: #fff;
	border-color: #ff7b78
}

.custom-select:focus {
	border-color: transparent;
	outline: 0;
	box-shadow: 0 0 0 .2rem #ffc7bb91
}

.form-control:focus {
	box-shadow: 0 0 0 .2rem #ffc7bb91;
	outline: 0;
	border: 1px solid #ffc7bb91
}

.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback) {
	background-color: #fff;
	color: #6c757d;
	font-size: 14px
}

.multiselect-container .multiselect-option:hover,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus {
	background-color: #ffc7bb91 !important
}

span.multiselect-selected-text {
	font-size: 14px;
	color: #6c757d
}

.dropdown-menu.show {
	display: block;
	width: 100%;
	margin-top: -1px;
	border-radius: 0
}

.event-item .desc,
.suggestion-item .desc,
.suggestion-item .copy {
	font-size: 12px;
	color: #6c757d
}

.event-item .card-footer,
.suggestion-item .card-footer {
	background: transparent;
	border-color: transparent
}

.footer {
	font-size: 14px;
	border-top: 1px solid #eee
}

.footer .copy {
	font-size: 12px;
	color: #6c757d
}

.donations-section {
	padding: 60px 0;
	background: #f9f9f9
}

.don-title {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px
}

.don-subtitle {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	font-size: 16px;
	color: #666
}

.don-card {
	background: #fff;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	text-align: center;
	margin-top: 25px;
	transition: all 0.2s ease-in-out
}

.don-card:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.don-card h3 {
	font-size: 20px;
	margin-bottom: 10px
}

.don-highlight {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	margin: 4px 0
}

.don-qr {
	width: 110px;
	margin-top: 15px;
	opacity: 0.9
}

.cookie-banner {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: #ffffff;
	border: 1px solid #ddd;
	padding: 15px 20px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	max-width: 100%;
	font-size: 14px;
	z-index: 9999;
	display: none;
	text-align: center
}

.cookie-banner button {
	margin-top: 10px;
	width: auto
}

.suggestion-img-wrapper {
	width: 100%;
	height: 180px;
	overflow: hidden;
	padding: 10px
}

.suggestion-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.event-img-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.event-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.ss-main .ss-multi-selected .ss-values .ss-value {
	background-color: #ff7b78
}

.card {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	transition: box-shadow 0.2s ease
}

.card:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)
}

.img.lazy {
	background: #f5f5f5
}

.searchbar {
	position: relative;
	z-index: 999;
	margin-top: 90px;
	width: 350px;
	background: #fff;
	height: 350px;
	border-radius: 25px;
	margin-left: 30px;
}

@media (max-width:1200px) {}

@media (max-width:992px) {
	#map {
		height: 450px
	}

	.topbar {
		min-height: auto;
		flex-direction: column;
		border-radius: 25px;
		width: 100%;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}

	.topbar-left {
		margin-bottom: 15px;
		width: 100%
	}

	.topbar-right {
		width: 100%
	}

	.topbar-right .container {
		padding: 0
	}

	.topbar-right .row {
		row-gap: 10px
	}

	.col-10 {
		width: 100% !important;
		max-width: 100% !important;
		padding: 15px
	}

	.details-content {
		padding: 12px
	}

	.title {
		font-size: 14px
	}

	.desc {
		font-size: 12px
	}

	.searchbar {
		margin-top: 290px;
		width: 100%;
		height: 250px;
		border-radius: 25px;
		margin-left: 0;
		z-index: 999999;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}

@media (max-width:768px) {
	.topbar {
		height: auto;
		padding: 15px
	}

	.topbar-logo {
		max-height: 50px
	}

	.topbar-filters {
		gap: 5px 10px
	}

	.filter-label {
		min-width: 55px;
		font-size: 12px;
		padding: 0 8px;
		line-height: 36px;
		margin-right: -8px
	}

	.bootstrap-select.show>.dropdown-toggle {
		border-radius: 4px
	}

	.card-body {
		padding: 12px
	}

	.card-text {
		margin: 0
	}

	.col-10 {
		width: 100% !important;
		padding: 10px
	}

	.col-md-8,
	.col-md-4 {
		border-right: none !important
	}

	.details-panel {
		padding: 12px
	}

	h3 {
		margin: 10px 0;
		font-size: 20px;
		padding-bottom: 8px
	}

	h3:after {
		width: 15px
	}

	.dropdown.bootstrap-select {
		width: 100% !important
	}

	.topbar-right .row {
		gap: 5px
	}

	.searchbar {
		margin-top: 330px;
	}
}

@media (max-width:576px) {
	/* #map {
		height: 300px;
		min-height: 300px
	} */

	.topbar {
		padding: 10px
	}

	.topbar-logo {
		max-height: 45px
	}

	.topbar-right .container {
		width: 100%;
		padding: 0
	}

	.col-sm-12 {
		width: 100%
	}

	.filter-label {
		font-size: 11px;
		min-width: 50px
	}

	.autocomplete-wrapper input {
		font-size: 14px
	}

	.autocomplete-results {
		max-height: 180px
	}

	.form-control {
		font-size: 14px
	}

	.btn-sm {
		padding: 0.25rem 0.4rem;
		font-size: 0.7rem
	}

	.title {
		font-size: 13px
	}

	.desc {
		font-size: 11px
	}

	.card {
		margin-bottom: 10px
	}

	.suggestion-img-wrapper,
	.event-img-wrapper {
		height: 120px
	}

	.row.g-0 {
		flex-direction: column
	}

	.col-md-4,
	.col-md-8 {
		width: 100% !important
	}

	.row.g-0 .col-md-4 {
		margin-bottom: 10px
	}

	.footer {
		font-size: 12px;
		padding: 15px
	}

	.footer .copy {
		font-size: 10px
	}
}


/*  DETALHE */

.detail-header-image {
	max-width: 100%;
	height: auto;
	max-height: 250px;
	object-fit: contain;
}

.back-button {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
	background: white;
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: transform 0.2s;
}

.back-button:hover {
	transform: scale(1.1);
}

#detailMap {
	height: 100%;
	min-height: 300px;
	border-radius: 15px;
}

.detail-title {
	color: #ff7b78;
	font-size: 1.7rem;
}

.info-card-contacts {
	background-color: #ff7b78;
	padding: 25px;
	border-radius: 15px;
	color: #fff;
}

.info-item a {
	color: #fff;
	margin-left: 15px;
	line-height: 45px;
}

.social-media {
	margin-top: 20px;
	text-align: right;
}

.social-media a {
	color: #fff;
	margin-left: 10px;
	font-size: 25px;
}

.detail-suggestions {
	background: #f0f1ef;
	border-radius: 75px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.suggestions-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 16px;
}



/*  FIM DETALHE */


/* PWA Install Banner Fix */
.pwa-install-prompt {
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	background: rgba(0, 0, 0, 0.6) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 999999 !important;
	/* Muito alto para ficar por cima de tudo */
	padding: 0;
	transform: translateY(100%);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex !important;
	align-items: flex-end;
	justify-content: center;
	pointer-events: all !important;
	height: 100%;
}

.pwa-install-prompt.show {
	transform: translateY(0) !important;
}

.pwa-prompt-content {
	background: #ffffff !important;
	border-radius: 20px 20px 0 0;
	padding: 24px;
	max-width: 500px;
	width: 100%;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
	position: relative;
	animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pwa-close-btn {
	position: absolute !important;
	top: 16px;
	right: 16px;
	background: none !important;
	border: none !important;
	font-size: 28px;
	color: #999 !important;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.2s;
	padding: 0;
	line-height: 1;
	z-index: 10;
}

.pwa-close-btn:hover {
	background: #f0f0f0 !important;
	color: #333 !important;
}

.pwa-icon {
	text-align: center;
	margin-bottom: 16px;
}

.pwa-icon img {
	width: 80px;
	height: 80px;
	border-radius: 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	object-fit: contain;
}

.pwa-text {
	text-align: center;
	margin-bottom: 20px;
}

.pwa-text h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333 !important;
	margin: 0 0 8px 0;
}

.pwa-text p {
	font-size: 14px;
	color: #666 !important;
	margin: 0;
	line-height: 1.5;
}

.pwa-buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pwa-btn-install,
.pwa-btn-later {
	padding: 14px 24px !important;
	border-radius: 12px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: all 0.2s !important;
	border: none !important;
	width: 100% !important;
	text-align: center;
	display: block;
}

.pwa-btn-install {
	background: #ff605d !important;
	color: white !important;
	box-shadow: 0 2px 8px rgba(255, 96, 93, 0.3);
}

.pwa-btn-install:hover {
	background: #ff4f4c !important;
	box-shadow: 0 4px 12px rgba(255, 96, 93, 0.4);
	transform: translateY(-1px);
}

.pwa-btn-install:active {
	transform: translateY(0);
}

.pwa-btn-install i {
	margin-right: 8px;
}

.pwa-btn-later {
	background: #f5f5f5 !important;
	color: #666 !important;
}

.pwa-btn-later:hover {
	background: #e8e8e8 !important;
	color: #333 !important;
}

/* iOS Specific Styles */
.ios-prompt .pwa-text {
	text-align: left;
}

.ios-steps {
	margin: 16px 0 0 0;
	padding: 0;
	list-style: none;
}

.ios-steps li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px;
	background: #f8f9fa;
	border-radius: 8px;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}

.step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	background: #007AFF;
	color: white;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	flex-shrink: 0;
}

.ios-steps strong {
	color: #007AFF;
}

.ios-steps i {
	margin: 0 4px;
	font-size: 16px;
}

/* Responsive */
@media (min-width: 768px) {
	.pwa-install-prompt {
		align-items: center;
		padding: 20px;
	}

	.pwa-prompt-content {
		border-radius: 20px;
		max-width: 420px;
	}

	.pwa-buttons {
		flex-direction: row;
	}

	.pwa-btn-install,
	.pwa-btn-later {
		width: auto !important;
		flex: 1;
	}
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
	.pwa-prompt-content {
		background: #1e1e1e !important;
	}

	.pwa-text h3 {
		color: #ffffff !important;
	}

	.pwa-text p {
		color: #cccccc !important;
	}

	.pwa-close-btn {
		color: #999 !important;
	}

	.pwa-close-btn:hover {
		background: #2a2a2a !important;
		color: #fff !important;
	}

	.ios-steps li {
		background: #2a2a2a;
		color: #ffffff;
	}

	.pwa-btn-later {
		background: #2a2a2a !important;
		color: #cccccc !important;
	}

	.pwa-btn-later:hover {
		background: #333 !important;
		color: #fff !important;
	}
}

/* Fim PWA Install Banner Fix */