/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 25 2025 | 19:14:40 */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100% !important;
	min-width: 100% !important;
	background: rgba(26, 43, 61, 0.8);
}
.site-header .sticky-header img {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 258px;
}
.site-header .alignfull {
	margin: 0 !important;
}
.site-header .sticky-header {
	background-color: transparent;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5);
	-webkit-transition: border .2s ease-in-out;
	-moz-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	margin: 0 !important;
	border-bottom: 2px solid rgb(26, 43, 61);
}
/* Efecto al hacer scroll */
body.scrolled .site-header .sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100% !important;
	z-index: 999999;
	-webkit-backdrop-filter: blur(5px);
	-moz-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: rgba(26, 43, 61, 0.8);
	border-bottom-color: var(--wp--preset--color--secondary) !important;
}
html.has-modal-open body.scrolled .site-header .sticky-header {
	height: 100%;
}
body.scrolled .site-header .sticky-header img {
	width: 160px;
}
.cb-button-prev:after,
.cb-button-next:after  {
	color: #fff !important;
	font-size: 2rem !important;
}
.badge {
	position: absolute;
	bottom: 8px;
	left: 16px;
	padding: 4px 8px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	z-index:999;
	text-transform: capitalize;
}
.badge.badge-relative {
	position: relative;
	width: auto;
	max-width: max-content;
}
.badge.badge-categoria {
	color: #fff;
	background: #00ba9c;
}
.badge.badge-top {
	bottom: unset;
	top:8px;
}
.badge.badge-left-0 {
	left: 0;
}
.badge.badge-categoria * {
	text-decoration: none;
}
.stretched-link::after {
	content:'';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.zi-o {
	z-index: 0;
}
input,
select,
textarea,
.wp-block-search__input {
	background-color: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--lightgrey);
	border-radius: 3px;
	color: var(--wp--preset--color--primary);
	font-family: var(--wp--preset--font-family--inter);
	font-size: var(--wp--preset--font-size-small);
	font-weight: var(--wp--custom--font-weight--regular);
	line-height: var(--wp--custom--line-height--body);
	padding: 10px 20px;
	width: 100%;
	height: 100%;
}
.wp-block-navigation__container li:hover,
.wp-block-navigation__container li a:hover {
	color: var(--wp--preset--color--secondary) !important;
}
.wp-block-navigation-item.wp-block-navigation-link {
	background: transparent;
	padding: 6px 6px;
	border-radius: 6px;
}
.wp-block-navigation-item.wp-block-navigation-link.current-menu-item {
	background: var(--wp--preset--color--secondary) !important;
	color: #fff !important;
}
.wp-block-navigation-item.wp-block-navigation-link.current-menu-item a {
	color: #fff !important;
}

.plethoraplugins-tabs {
	--pds-tabs-tab-line-color-active: #00ba9c;
	--pds-tabs-active-tab-text-color-basic: #00ba9c;
	--pds-tabs-tab-text-color-basic: #1a2b3d;
}


.accordion-link {
	-webkit-transition: border .2s ease-in-out;
	-moz-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	text-decoration: none !important;
}

.accordion-link.is-toggled-on {
	color: #ffffff !important;
	background: #1a2b3d;
}
