/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 17 2025 | 15:01:32 */
.page .create-listing, .archive .create-listing, .single .create-listing {
	display: none;
}
.page.logged-in .create-listing, .archive.logged-in .create-listing, .single.logged-in .create-listing {
	display: list-item
}
.page-id-616 .navbar-brand {
    display: none !important;
}

.page-id-616 .navbar-light .navbar-brand {
    display: flex !important;
}

.wp-block-blockstrap-blockstrap-widget-nav-item.sd-block-has-rule {
    display: flex;
}

[data-bs-original-title="Agregar favorito"] .fa-heart::before {
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.234 3.004c-2.652 0-5.234 1.829-5.234 5.177 0 3.725 4.345 7.727 9.303 12.54.194.189.446.283.697.283s.503-.094.697-.283c4.977-4.831 9.303-8.814 9.303-12.54 0-3.353-2.58-5.168-5.229-5.168-1.836 0-3.646.866-4.771 2.554-1.13-1.696-2.935-2.563-4.766-2.563zm0 1.5c1.99.001 3.202 1.353 4.155 2.7.14.198.368.316.611.317.243 0 .471-.117.612-.314.955-1.339 2.19-2.694 4.159-2.694 1.796 0 3.729 1.148 3.729 3.668 0 2.671-2.881 5.673-8.5 11.127-5.454-5.285-8.5-8.389-8.5-11.127 0-1.125.389-2.069 1.124-2.727.673-.604 1.625-.95 2.61-.95z' fill-rule='nonzero'/%3E%3C/svg%3E");
  content: '';
  display: block;
  width: 22px;
  height: 22px;
 background-size: contain
}
[data-bs-original-title="Quitar de favoritos"] .fa-heart::before {
background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 5.72c-2.624-4.517-10-3.198-10 2.461 0 3.725 4.345 7.727 9.303 12.54.194.189.446.283.697.283s.503-.094.697-.283c4.977-4.831 9.303-8.814 9.303-12.54 0-5.678-7.396-6.944-10-2.461z' fill='%23ff0000' fill-rule='nonzero'/%3E%3C/svg%3E");
  content: '';
  display: block;
  width: 22px;
  height: 22px;
 background-size: contain
}


[data-bs-original-title="Agregar favorito"] .fas.fa-heart, [data-bs-original-title="Quitar de favoritos"] .fas.fa-heart {
	box-shadow: 0px 0px 2px 0.6px rgba(0,0,0,0.89);
-webkit-box-shadow: 0px 0px 2px 0.6px rgba(0,0,0,0.89);
-moz-box-shadow: 0px 0px 2px 0.6px rgba(0,0,0,0.89);
	border-radius: 50%;
	padding: 5px;
	transform: scale(0.9);
}

.tag-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-list ul {
    padding-left: 0px;
}

.tag-list li {
    display: inline-block;
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease-in-out;
	margin-right: 5px;
}

.tag-list li:hover {
    background: #ddd;
}

@media (max-width: 768px) {
	.hero-categorias-container .gd-cptcat-ul {
	  width: 50%;
	}
	.hero-turisfy-main {
		height: 100vh;
	}
	.buscador-container {
		margin-top: calc(((100vh / 2) - 82px) - 296px);
		padding-bottom: 0px !important;
	}
	.hero-categorias-container .gd-cptcat-cat-left {
		margin-bottom: 4px !important;
	}
}

@media (min-width:1000px) and (min-height: 780px) {
	.buscador-container {
		margin-top: calc(((780px / 2) - 36.2px) - 360px);
	}
	.hero-turisfy-inner {
		margin-bottom: 96px
	}
}

@media (min-width:1000px) and (max-height: 780px) {
	.buscador-container {
		margin-top: calc(((100vh / 2) - 36.2px) - 360px);
	}
	.hero-turisfy-inner {
		margin-bottom: 96px
	}
}

