body {
	overflow-x: hidden;
}

/* ------ Commercial Directory: navBar ------ */
#comercialDirectoryMenu{
	background-color: #fff;
	padding: 8px;
	border: 1px solid #b4b4b4;
	border-radius: 45px;
	box-shadow: 0 0 40px rgba(15,15,15,.15);
}
@media (max-width:1199px){
	#comercialDirectoryMenu{
		background-color: #fff;
		padding: 20px;
		border: 1px solid #b4b4b4;
		border-radius: 20px;
		box-shadow: 0 0 20px rgba(15,15,15,.15);
	}
}
#comercialDirectoryMenu .nav-link {
	font-size: 1.08rem;
	font-weight: 500;
	padding: var(--bs-nav-link-padding-y) .8rem;
	position: relative;
	text-transform: uppercase;
}
#comercialDirectoryMenu .navbar-nav {
	--bs-nav-link-color: var(--c8);
}
#comercialDirectoryMenu .navbar-nav .nav-link:hover {
	color: var(--c3);
}
#comercialDirectoryMenu .micro .navbar-nav .nav-link:hover {
	color: #fde2a8;
}
#comercialDirectoryMenu .navbar-nav .nav-link.active,
#comercialDirectoryMenu .navbar-nav .nav-link.show {
	color: var(--c3);
}
#comercialDirectoryMenu.micro .navbar-nav .nav-link.active,
#comercialDirectoryMenu.micro .navbar-nav .nav-link.show {
	color: #fde2a8;
}
#comercialDirectoryMenu .navbar-nav .nav-link:focus {
	color: var(--c2);
}
#comercialDirectoryMenu.micro .navbar-nav .nav-link:focus {
	color: #ffecc2;
}

#comercialDirectoryMenu span.btn{
	font-size: 0.8em;
}
@media (max-width:1222px){
	#comercialDirectoryMenu span.btn{
		font-size: 0.7em;
	}
}
@media (max-width:1205px){
	#comercialDirectoryMenu span.btn{
		font-size: 0.65em;
	}
}
@media (max-width:1199px){
	#comercialDirectoryMenu span.btn{
		font-size: 1em;
	}
}

#comercial-director-submenu .navbar-toggler {
    background-color: var(--c1);
    color: #FFFFFF;
    border: 1px solid var(--c1);
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: bold;
}

#comercial-director-submenu .navbar-toggler:hover {
    background-color: var(--c6)!important;
    color: #FFFFFF;
    border-color: var(--c6);
}

#comercialDirectoryMenu .navbar-nav .nav-link.active::after {
	background-color: var(--c3);
	bottom: -10px;
	content: "";
	height: 2px;
	left: calc(50% - .4rem);
	position: absolute;
	transform: translateX(-50%);
	width: calc(70% - .8rem);
}
#comercialDirectoryMenu .micro .navbar-nav .nav-link.active::after {
	background-color: #fde2a8;
}
#comercialDirectoryMenu .navbar-toggler {
	border-color: rgba(255, 255, 255, .8);
}
#comercialDirectoryMenu .navbar-toggler:focus {
	box-shadow: 0 0 0 .25rem rgba(20,20,20,.3);
}
[data-bs-theme="dark"] .navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#comercialDirectoryMenu .dropdown-menu {
	background-color: #fff;
	border: 0;
	box-shadow: 0 0 40px rgba(15,15,15,.15);
}

#comercialDirectoryMenu .dropdown-toggle::after {
	margin-left: 7px;
}
#comercialDirectoryMenu .dropdown-item {
	color: var(--c1);
	font-weight: 500;
}
#comercialDirectoryMenu .dropdown-item.active,
#comercialDirectoryMenu .dropdown-item:active {
	background-color: #fff;
	color: var(--c1) !important;
}
#comercialDirectoryMenu .dropdown-item:hover {
	color: #004781;
}

#comercialDirectoryMenu .offcanvas {
	--bs-offcanvas-width: 310px;
}
#comercialDirectoryMenu .offcanvas.offcanvas-end {
	border-left: 0;
}
@media (max-width:1200px) {
	#comercialDirectoryMenu .navbar-nav .nav-link.active::after { display: none }
	#comercialDirectoryMenu .nav-link { padding: var(--bs-nav-link-padding-y) .1rem }
	#comercialDirectoryMenu .dropdown-menu { box-shadow: none }
	.wrapMainMenu { border-top: none !important }
	#comercialDirectoryMenu .micro {
		padding-bottom: 1.7rem !important;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#comercialDirectoryMenu .wrapMainMenu.micro {
		clip-path: ellipse(220% 140% at 50% -40%);
	}
	#comercialDirectoryMenu .wrapMainMenu.micro::after {
		bottom: 0;
		content: "";
		height: 136%;
		left: -1.5rem;
		position: absolute;
		pointer-events: none;
		width: calc(100% + 3rem);
		z-index: -1;
	}
}

#web-search{ display: block; }
@media(max-width:1199px){ #web-search{ display: none; } }

#mobile-search{ display: none; }
@media(max-width:1199px){ #mobile-search{ display: block; } }

.fs-13 { font-size: 1.3rem; }
@media (max-width:1200px) {
	.fs-13 { font-size: 1.15rem; }
}
#grid-categories div.col a {
    background-color: #FFF;
    color: var(--c1);
    transition: all 0.3s ease-in-out !important;
}
#grid-categories div.col a:hover {
	background: rgb(255,188,45);
	background: -moz-linear-gradient(196deg, rgba(255,188,45,1) 0%, rgba(252,201,93,1) 26%, rgba(255,188,45,1) 79%, rgba(241,172,25,1) 100%);
	background: -webkit-linear-gradient(196deg, rgba(255,188,45,1) 0%, rgba(252,201,93,1) 26%, rgba(255,188,45,1) 79%, rgba(241,172,25,1) 100%);
	background: linear-gradient(196deg, rgba(255,188,45,1) 0%, rgba(252,201,93,1) 26%, rgba(255,188,45,1) 79%, rgba(241,172,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbc2d",endColorstr="#f1ac19",GradientType=1); 
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
}

/*----------- storeDetail -----------*/
#storeDetail ul li a{
	text-decoration: none;
}
#storeDetail {
    margin: 0px auto 0 auto;
    max-width: 1040px;
    padding: 16px 26px 80px 26px;
}
#storeDetail .storeBanner {
	background-color: #fff;
	background-size: cover;
	background-position: top center;
	border-radius: 7px 7px 0 0;
	box-shadow: 0 0 14px rgba(40,40,40,.2),
				0 0 0 4px rgba(255,255,255,.8);
	height: 420px;
}
#storeDetail .head {
	background-color: #fff;
	border-radius: 0 0 7px 7px;
	box-shadow: 0 0 14px rgba(40,40,40,.2);
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 140px auto 108px;
	min-height: 138px;
	padding: 20px 32px 24px 32px;
}
#storeDetail .head .logo {
	background-size: cover;
	background-position: center;
	border: 1px solid #c2c2c2;
	border-radius: 50%;
	height: 140px;
	left: 0;
	top: -40px;
}
#storeDetail .head h1 {
	color: var(--main);
	font-size: 2.3em;
	font-weight: 600;
}
#storeDetail .head .tags {
	margin-bottom: 8px;
	margin-top: -2px;
}
#storeDetail .head .tags a {
	color: #9294a0;
	font-size: .95em;
	font-weight: 500;
	line-height: 1.55em;
	padding-right: 6px;
	text-decoration: underline;
	transition:all 0.3s ease;
}
#storeDetail .head .tags a:hover {
	color: var(--c1);
}
#storeDetail .head .descrip {
	font-size: 1.08em;
	font-weight: 400;
	line-height: 1.4em;
}
#storeDetail .head .descrip p {
	margin-bottom: 12px;
}
#storeDetail .head .descrip p:last-child {
	margin-bottom: 0;
}
#storeDetail .head .descrip ul {
	margin-bottom: 12px;
}
#storeDetail .head .descrip ul li {
	padding: 0 0 0 14px;
}
#storeDetail .head .descrip ul li::before {
	background-color: var(--main);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 11px;
	width: 7px;
}
#storeDetail .head .rate {
	border: 1px solid #e0e3e3;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 8px;
	padding: 7px 8px;
	text-align: center;
}
#storeDetail .head .rate i {
	color: #fcc144;
	margin-right: 6px;
}
#storeDetail .head .rate span {
	color: #6d6f7b;
	display: block;
	font-size: .8em;
	font-weight: 400;
	margin-top: 4px;
}
#storeDetail .head .rating {
	background-color: #fcc144;
	border-radius: 0 0 6px 6px;
	display: block;
	color: var(--bs-body-color);
	font-size: .9em;
	font-weight: 500;
	padding: 7px;
	text-align: center;
}

#storeDetail .infoGrid {
	z-index: 10;
}
#storeDetail .infoGrid h3 {
	color: var(--c1);
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 8px;
}
#storeDetail .infoGrid .info {
	background-color: #fff;
	border-radius: 7px;
	box-shadow: 0 0 14px rgba(40,40,40,.2);
	padding: 30px 36px;
}
#storeDetail .infoGrid .info {
	font-size: 1.15em;
}
#storeDetail .infoGrid .info ul.icons {
	display: grid;
	gap: 0 20px;
	grid-template-columns: repeat(2,1fr);
}
#storeDetail .infoGrid .info ul.icons li {
	font-weight: 400;
	line-height: 1.4em;
	padding: 7px 0 7px 40px;
}

#storeDetail .infoGrid .info ul li{
	list-style-type: none;
}

#storeDetail .infoGrid .info ul.icons li > i {
	color: var(--c3);
	font-size: 1.25em;
	left: 0;
	position: absolute;
	top: 10px;
}
#storeDetail .infoGrid .accordion strong {
	display: inline-block;
	padding: 2px 0;
	width: 85px;
}
#storeDetail .infoGrid .info ul.icons li span {
	color: #77787e;
	display: table;
	font-size: .84em;
	line-height: 1.1em;
	padding-bottom: 1px;
}
#storeDetail .infoGrid .info ul.icons li a {
	color: var(--bs-body-color);
	transition:all 0.3s ease;
}
#storeDetail .infoGrid .info ul.icons li a:hover {
	color: var(--main);
}
#storeDetail .infoGrid .info .arrow {
	color: #b4b6be;
	display: inline-block;
	margin-left: 7px;
	top: 1px;
}
#storeDetail .infoGrid .info ul.services {
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
#storeDetail .infoGrid .info ul.services li {
	font-weight: 400;
	line-height: 1.4em;
	padding: 3px 0 3px 10px;
}
#storeDetail .infoGrid .info ul.services li i {
	color: var(--secondary);
	font-size: .85em;
	margin-right: 10px;
	margin-top: -1px;
}
#storeDetail .infoGrid .info hr {
	background-color: #e0c4c4;
	border: none;
	height: 1px;
	margin: 18px 0;
}
#storeDetail .payments {
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
#storeDetail .payments span {
	display: inline-block;
	vertical-align: middle;
}
#storeDetail .payments .lTitle {
	margin-bottom: 9px;
}
#storeDetail .payments .wrapPay {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
#storeDetail .payments .payBtn {
	background-color: var(--c1);
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: .8em;
	padding: 7px 10px 9px 10px;
	white-space: nowrap;
}
#storeDetail .payments i {
	font-size: 1.2em;
	margin-right: 5px;
	top: 2px;
}
#storeDetail .payments span svg,
#storeDetail .payments span img {
	margin-right: 12px;
	width: 80px;
}
#storeDetail .documents a {
	background-color: #f6ba1e;
	border-radius: 3px;
	color: var(--bs-body-color);
	display: inline-block;
	font-size: .85em;
	font-weight: 600;
	margin: 0 4px 6px 0;
	padding: 10px 18px;
	transition: all 0.3s ease;
}
#storeDetail .documents a i {
	margin-right: 8px;
}

@media only screen and (max-width: 1000px){
	#storeDetail { margin: 2px auto 0 auto; padding: 16px 24px 24px 24px; }
}
@media only screen and (max-width: 970px){
	#storeDetail .payments .wrapPay {
		flex-direction: column;
	}
}
@media only screen and (max-width: 740px){
	#storeDetail .head { grid-template-columns: 100px auto 77px;}
	#storeDetail .head .logo { height: 100px }
	#storeDetail .head h1 { font-size: 1.9em; margin-bottom: 2px; }
	#storeDetail .head .rate span {display: none;}
	#storeDetail .head .rate { 
		font-size: 1em;
		padding: 4px 5px;
		background-color: #fff;
	}
	#storeDetail .infoGrid .info ul.icons {
		grid-template-columns: 1fr;
	}
	#storeDetail .storeBanner {
		height: 29vh;
	}
}
@media only screen and (max-width: 540px){
	#storeDetail .head { 
		grid-template-columns: auto;
		padding: 52px 20px 16px 20px;
	}
	#storeDetail .infoGrid .info {
		font-size: 1.05em;
		padding: 16px 20px;
	}
	#storeDetail .head .logo {
		height: initial;
		left: 31px;
		padding-bottom: 20%;
		position: absolute;
		top: -26px;
		width: 20%;
	}
	#storeDetail .head .descrip {
		font-size: 1em;
	}
	#storeDetail .payments {
		gap: 20px;
	}
	.boxRate {
		position: absolute;
		right: 27px;
		top: -38px;
	}
	#storeDetail .infoGrid .info ul.services,
	#storeDetail .payments {
		grid-template-columns: 1fr;
	}
	#storeDetail .storeBanner {
		height: 20vh;
	}
	#storeDetail .infoGrid .info ul.icons li {
		padding: 7px 0 7px 31px;
	}
	#storeDetail .infoGrid .info ul.icons li > i {
		font-size: 1.05em;
		top: 7px;
	}
}


/* ----------------calificacion------------ */
#storeDetail .jq-ry-container {
	position: relative;
	padding: 0 5px;
	line-height: 0;
	display: block;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	direction: ltr;
}
#storeDetail .jq-ry-container[readonly="readonly"] {
	cursor: default;
}
#storeDetail .jq-ry-container > .jq-ry-group-wrapper {
	position: relative;
	width: 100%;
}
#storeDetail .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
	position: relative;
	line-height: 0;
	z-index: 10;
	white-space: nowrap;
}
#storeDetail .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
	display: inline-block;
}
#storeDetail .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
	width: 100%;
}
#storeDetail .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
	width: 0;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#storeDetail #rate {
	display: inline-block;
}
#storeDetail .calification.v2 {
	margin-top: 7px;
}

/*----------- breadcrumb -----------*/
#storeDetail .breadcrumb {
	font-size: 1.02em;
	margin-bottom: 20px;
	margin-top: 6px;
	color: var(--c1);
}
#storeDetail .breadcrumb a {
	color: var(--bs-body-color);
	text-decoration: none!important;
}
#storeDetail .breadcrumb .arrow {
	color: var(--c2);
	font-size: .9em;
	margin: 0 5px;
}
#storeDetail .breadcrumb .current {
	border-bottom: 1px solid var(--bs-body-color);
	padding-bottom: 2px;
}
@media only screen and (max-width:768px) {
	#storeDetail .breadcrumb { font-size: 1em }
}

/*----------- listing -----------*/
#storeDetail .splide {
	z-index: 20px;
}
#storeDetail .splide__track--draggable {
	border-radius: 7px;
}
#storeDetail .splide__track {
	margin: 0 30px;
	padding: 20px 0;
}
@media (max-width:460px){
	#storeDetail .splide__track {
		margin: 0px;
	}
}

#storeDetail .splide__arrows {
	position: initial;
}
#storeDetail .splide__slide {
	opacity: 1;
	transition:all 0.3s ease;
}
#storeDetail .splide__arrow {
	background-color: var(--c3);
	opacity: 1;
}
#storeDetail .splide__arrow svg {
	fill: #fff;
}
#storeDetail .splide__arrow--prev {
	left: -2px;
}
#storeDetail .splide__arrow--next {
	right: -2px;
}
@media (max-width:460px){
	#storeDetail .splide__arrow--prev {
		left: -40px;
	}
	#storeDetail .splide__arrow--next {
		right: -40px;
	}
}

#storeDetail .wrapSlider {
	padding-top: 50px;
}
#storeDetail .wrapSlider::after {
	background: linear-gradient(0deg, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 100%);
	content: "";
	height: 300px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
#storeDetail .listing {
	margin: 0 auto;
	max-width: 1460px;
	padding: 0 30px 40px 30px;
}
#storeDetail .listing.v2 {
	max-width: 1040px;
	padding: 0 30px 40px 30px;
}
#storeDetail .listing h2 {
	color: var(--c1);
	font-size: 2em;
	font-weight: 600;
	padding: 0 46px;
}
#storeDetail .listing.v2 h2 {
	margin-bottom: 12px;
	text-align: center;
}

#storeDetail .listing.v2 ul.info {
	padding: 0;
}

#storeDetail .listing h2 a {
	color: var(--c1);
	float: right;
	font-size: .6em;
	margin-top: 8px;
}
#storeDetail .listing h2 a i {
	margin-left: 10px;
}
#storeDetail .listing .grid a {
	border-radius: 7px;
	box-shadow: 0 0 14px rgba(40,40,40,.2);
	display: block;
	margin: 0 15px;
	min-height: 325px;
    background-color: #fff;
}
#storeDetail .listing .photo {
	background-position: center;
	background-size: cover;
	border-radius: 7px 7px 0 0;
	padding-bottom: 68%;
}
#storeDetail .listing .photo em {
	background-color: rgba(92,92,92,.7);
	border-radius: 5px;
	color: #fff;
	display: table;
	font-style: normal;
	font-size: .85em;
	font-weight: 600;
	padding: 4px 6px;
	position: absolute;
	right: 8px;
	top: 8px;
}
#storeDetail .listing .photo em i {
	color: #fcc144;
	margin-right: 6px;
}
#storeDetail .listing .text {
	background-color: #fff;
	border-radius: 0 0 7px 7px;
	padding: 11px 20px 15px 20px;
}
#storeDetail .listing .text.v2 {
	min-height: 134px;
}
#storeDetail .listing h3 {
	color: var(--bs-body-color);
	font-size: 1.35em;
	font-weight: 600;
	line-height: 1.2em;
}
#storeDetail .listing p {
	color: var(--bs-body-color);
	font-size: 1.05em;
	margin-top: 2px;
}
#storeDetail .listing .grid .info {
	margin-top: 9px;
}

#storeDetail .listing .grid .info li {
	color: var(--bs-body-color);
	font-size: 1.02em;
	padding: 4px 0;
	list-style-type: none;
}
#storeDetail .listing .grid .info li i {
	color: var(--c1);
	margin-right: 8px;
}
#products a {
	display: block;
	margin: 0 5px;
}
#products .productPhoto {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #e0e3e3;
	border-radius: 7px;
	padding-bottom: 85%;
	margin: 0 5px;
}
#products .splide__arrow {
	background-color: var(--c3);
}
@media only screen and (max-width:768px) {
	#storeDetail .listing.v2 { padding: 0 24px 20px 24px }
	#storeDetail .listing h2 {
		padding: 0 14px;
		text-align: center;
	}
	#storeDetail .listing h2 a {
		display: table;
		float: none;
		margin: 4px auto 0 auto;
	}
}


/*-----------Magnific-----------*/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200000;
	overflow: hidden;
	position: fixed;
	background-color: #2c2c2c;
	opacity: 0.84;
	filter: alpha(opacity=84);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200002;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow {
	background-color: transparent;
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#modalBox2 button.mfp-close {
	background-color: rgba(255,255,255,0.9);
	border-radius: 0 0 0 14px;
}
button::-moz-focus-inner { padding: 0; border: 0 }
.mfp-close {
	cursor: pointer;
	font-size: 13px;
	height: 34px;
	line-height: 33px !important;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	width: 34px;
}
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close-btn-in .mfp-close { color: #a8b1b6 }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
	width: 100%;
}
.mfp-counter {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 7px;
	right: 10px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 14px rgba(41, 41, 41, 0.4);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar {
	margin-top: -40px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	min-height: 34px;
	text-align: left;
	line-height: 18px;
	word-wrap: break-word;
	padding: 8px 0 10px 0;
}
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
	.mfp-img-mobile img.mfp-img { padding: 0; }
	.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
	.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; }
	.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
	.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
	.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}
@media all and (max-width: 900px) {
	.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
	.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
	.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
	.mfp-container { padding-left: 14px; padding-right: 14px; }
}


/*----------- modalBox -----------*/
.modalWindow {
	background: #fff;
	border-radius: 3px;
	margin: 26px auto;
	max-width: 540px;
	padding: 42px 48px;
	position: relative;
}
.modalWindow.v2 { max-width: 380px }
.modalWindow h2 {
	color: var(--c2);
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 20px;
	text-align: center;
}
@media only screen and (max-width:700px) {
	.modalWindow { padding: 28px 24px }
	.modalWindow h2 { font-size: 1.6em }
}
#storesList {
	width: 90%;
	max-width: 1460px;
	margin: 0 auto 45px auto;
}
#storesList h1 {
	font-size: 2.5em;
	color: var(--c1);
	font-weight: 600;
	text-align: left;
}
#storesList .breadcrumb { text-align: left; }
#storesList .breadcrumb a {
    color: var(--c1);
	padding: 0 2px;
	text-decoration: underline;
}
#backStore.v2 {
	background: linear-gradient(0deg, rgba(247, 247, 247,0) 0%, rgba(241, 245, 250,1) 100%);
	top: -58px;
}

/* storelist */
#storesList .bgList {
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	width: 100%;
	height: 50vh;
}
#storesList .bgList:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100vh;
	background: rgb(0,255,255);
	background: linear-gradient(180deg, rgba(0,212,255,0) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
}
#storesList .list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 38px 30px;
	margin-top: 45px;
}
#storesList .list a {
	border-radius: 7px;
	box-shadow: 0 0 8px rgba(40,40,40,.15);
	display: block;
	background-color: #FFF;
}
#storesList .list a .photo {
	background-position: center;
	background-size: cover;
	border-radius: 7px 7px 0 0;
	padding-bottom: 68%;
	transition: all .4s ease;
	transition: background-size 0.3s ease-in-out;
}
#storesList .list a:hover .photo {
	background-size: 110%;
}
#storesList .list a .photo em {
	background-color: rgba(92,92,92,.7);
	border-radius: 5px;
	color: #fff;
	display: table;
	font-style: normal;
	font-size: .85em;
	font-weight: 600;
	padding: 4px 6px;
	position: absolute;
	right: 8px;
	top: 8px;
}
#storesList .list a .photo em i {
	color: #fcc144;
	margin-right: 6px;
}
#storesList .list a  .text {
	background-color: #fff;
	border-radius: 0 0 7px 7px;
	padding: 11px 20px 15px 20px;
}
#storesList .list a .text.v2 {
	min-height: 134px;
}
#storesList .list a h3 {
	color: var(--bs-body-color);
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.2em;
	transition: all .4s ease;
	text-decoration: none;	
}
#storesList .list p {
	color: var(--bs-body-color);
	font-size: 1.05em;
	margin-top: 2px;
}
#storesList .list a .info {
	margin-top: 9px;
	padding: 0;
	list-style-type: none;
}

#storesList .list a {
    text-decoration: none !important;
}

#storesList .list a .info li {
	color: var(--bs-body-color);
	font-size: 1.02em;
	padding: 4px 0;
	text-decoration: none;
}
#storesList .list a .info li i {
	color: var(--secondary);
	margin-right: 8px;
	transition: all .4s ease;
}
#storesList .list a:hover .text h3,
#storesList .list a:hover .info li i {
	color: #f6ba1e;
}
@media only screen and (max-width:1100px ){
	#storesList {
		padding: 0 24px;
		width: 100%;
	}
}
@media only screen and (max-width:1000px ){
	#storesList { margin: 20px auto 20px auto }
	#storesList h1 { font-size: 1.8em }
	@media only screen and (max-width:1000px ){
		#backStore.v2 { background: none; top: -35px }
	}
}
@media only screen and (max-width:950px ){
	#storesList .list { grid-template-columns: repeat(3,1fr); margin-top: 28px; }
}
@media only screen and (max-width:768px) {
	#storesList .list { gap: 22px }
	#storesList .list a .text { padding: 8px 12px }
	#storesList .list a h3 { font-size: 1.1em }
}
@media only screen and (max-width:720px ){
	#storesList .list { grid-template-columns: repeat(2,1fr) }
}
@media only screen and (max-width:500px ){
	#storesList .list { grid-template-columns: 1fr }
}


/*----------- misc: Store Detail -----------*/

* { position: relative; }
html, body, #mapDiv{
	height: 100%;
    margin: 0;
    padding: 0;
}
.embedContainer {
	position: relative;
	padding-bottom: 36%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embedContainer iframe,
.embedContainer object,
.embedContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.formComment {
	margin: 25px 0px;
}
.formComment.v2 {
	background-color: #fff;
	box-shadow: 0 0 1px rgb(37, 70, 121);
	border-radius: 10px;
	box-shadow: 0 0 14px rgba(40,40,40,.2);
	margin: 25px auto;
	max-width: 900px;
	padding: 25px 35px;
}
.formComment label {
	border-radius: 2px;
	display: block;
	position: relative;
}
.formComment label p {
	margin-bottom: 5px;
	text-align: left;
}

.formComment label input[type="text"],
.formComment label input[type="email"],
.projectDetail .formComment label textarea,
#contacto .formComment label > textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid var(--secondary);
	border-radius: 6px;
	transition: all 0.5s ease-in-out;
	margin-bottom: 12px;
}
.formComment select,
.formComment textarea {
	width: 100%;
	padding: 10px 9px 9px 9px;
	border-radius: 6px;
	border: 1px solid var(--c1);
	transition: all 0.8s ease-in-out;
	margin-bottom: 12px;
}

.formComment .btnSend {
	background-color: var(--c2);
	color: #fff;
	padding: 12px 27px;
	border-radius: 6px;
	font-size: 1.2em;
}
.captcha {
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
.errors { background-color: #eb3e2e }
.success { background-color: #69a242;  }
.errors, .success { 
	margin: 10px 0; color: #ffffff; 
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 8px;
	border-radius: 3px;
	padding: 5px 8px ;
}

@media only screen and (max-width:768px) {
	.formComment.v2 { padding: 22px 26px }
}

.formComment label input[type="text"], .formComment label input[type="email"], .projectDetail .formComment label textarea, #contacto .formComment label > textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--c1);
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 12px;
}
input, textarea, select, button {
    border-radius: 0px;
    border: none;
    color: var(--bs-body-color);
    font-family: 'Asap', sans-serif;
    font-size: 15px;
    font-weight: 400;
    resize: none;
    outline: none;
}


/*-----------pagination-----------*/
#pagination {
	display: flex;
	justify-content: center;
	margin: 40px 0 50px 0;
	position: relative;
}
#pagination a {
	background-color: #fff;
	border-radius: 3px;
	color: #3a3d4f;
	display: block;
	font-size: 1.1em;
	margin-right: 2px;
	min-width: 34px;
	padding: 6px 12px;
	text-align: center;
	transition:all 0.3s ease;
	text-decoration: none;
}
#pagination a:hover {
	background-color: #f5f5f5;
	color: #0e4a7f;
}
#pagination a.active {
	border-radius: 3px;
	background-color: #005688;
	color: #fff;
	font-weight: 600;
}
#pagination .disabled {
	cursor: none;
	color: #adb3be;
	pointer-events: none;
}
@media only screen and (max-width:620px) {
	#pagination { margin: 30px 0 10px 0 }
}

.titleBg .bg {
	background-color: rgb(1, 15, 42);
	border-radius: 1.5rem;
	height: 100%;
	left: 0;
	opacity: .9;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	-webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 22%, rgba(0,0,0,0)), linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0));
  }

/*-----------header-layout-----------*/
/* #grecia {
	height: calc(100vh + 50%);
	left: 0;
	overflow: hidden;
	position: absolute;
	user-select: none;
	top: -50%;
	width: 100%;
	z-index: -1;
} */

#header {
	background-color: rgba(2, 6, 28, 0.8);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	position: sticky;
	z-index: 100;
	height: auto;
}
#header #logo{
	height: 60px;
}
#header.scroll {
	/* background-color: rgba(var(--bs-primary-rgb),0.9) !important; */
	background-color: rgb(1, 15, 42, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.42);
	top: 1rem;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.articleWrap::after {
	background-color: #f7f7ff;
	border-radius: 0 0 1.5rem 1.5rem;
	content: "";
	height: calc(100% - 460px);
	left: 0;
	position: absolute;
	top: 500px;
	width: 100%;
	z-index: -1;
}
.articleWrap::before {
	background-color: #f7f7ff;
	content: "";
	height: 501px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-mask-image: linear-gradient(-35deg, rgba(0,0,0,1) 70%, rgba(0,0,0,.4)), linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.6));
	clip-path: ellipse(240% 140% at 50% 140%);
}

/*-----------ficha comercio/negocio-----------*/
#mas-comercios{
	background: rgb(15,88,149);
	background: -moz-linear-gradient(196deg, rgba(15,88,149,1) 0%, rgba(102,160,209,1) 31%, rgba(247,247,255,1) 66%, rgba(247,247,255,1) 100%);
	background: -webkit-linear-gradient(196deg, rgba(15,88,149,1) 0%, rgba(102,160,209,1) 31%, rgba(247,247,255,1) 66%, rgba(247,247,255,1) 100%);
	background: linear-gradient(196deg, rgba(15,88,149,1) 0%, rgba(102,160,209,1) 31%, rgba(247,247,255,1) 66%, rgba(247,247,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f5895",endColorstr="#f7f7ff",GradientType=1); 
}

hr.lineDiv{
	height:1px;
	opacity:1;
	border:0px;
}

.breadcrumb-container {
    display: flex; /* Activa Flexbox */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente si es necesario */
    text-align: center; /* Asegura que el texto esté centrado */
}

.minHeight{
	min-height: 450px;
}