.secondary-button {
  --tw-bg-opacity: 1;
	background-color: rgb(249 157 28 / var(--tw-bg-opacity)) !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
	border-color: rgb(249 157 28 / var(--tw-bg-opacity)) !important;
}
.hover\:border-navyBlue:hover {
	--tw-border-opacity: 1;
	border-color:rgb(249 157 28 / var(--tw-border-opacity))
}
header { 
	/* border-bottom: 1px solid #f99d1c !important; */
}
ul.menu-parent li.menu-item {
	margin-bottom: 0px;
	padding: 0px 7px;
}
.menu-item-border {
	margin-bottom: 0px;
	padding: 3px 7px;
	--tw-border-opacity: 1;
	border-bottom-width: 1px;
	border-color: rgb(243 243 245 / var(--tw-border-opacity));
}
b, strong {
	font-weight: 600 !important;
}
@media (min-width: 1440px){
	.container {
		max-width: 1300px !important;
	}
}
.fade:not(.show) {
  opacity: inherit !important; 
}
.bg-navyBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(247 157 50 / var(--tw-bg-opacity)) !important;
}
a, a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}
.a-enlace-ziel {
	color: inherit !important;
}
.primary-button:hover {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #009444;
	margin-top: 0;
  margin-bottom: 0.5rem;
	font-weight: 600;
  line-height: 1.2;
}
h1, .h1 { font-size: 35px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 22px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 15px; }
img {
	max-width: 100%;
	height: auto;
}
.font-dmserif {
	font-family: Poppins !important; 
}

.sub-menu {
	display: none;
  transition: opacity 2.4s ease-in-out, visibility 2.4s ease-in-out, transform 2.4s ease-in-out;
  visibility: hidden;
  transform: translateY(-10px); /* Ajusta la distancia para que sea adecuada */
}

.menu-item:hover .sub-menu {
	display: block;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 2.4s; /* Ajusta el retraso según sea necesario */
}
.toggle-menu-ziel {
	position: absolute;
	left: 10px;
}
/* .menu-item > p::before {
  content: ' ▶';
	margin-right: 6px;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
} */
/* .menu-item > .sub-menu a::before {
  content: ' ▶';
	margin-right: 6px;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
} */
/* .menu-item:hover > p::before {
  transform: rotate(90deg);
} */

/*---FOOTER ---*/
.footer {
  background-color: #f99d1c !important;
  font-weight: 300;
}

.footer a {
  display: inline-block !important;
}

.footer a:hover {
  color: #fff !important;
}

.footer-widget .block {
  padding: 30px 0 15px 0;
}

.footer {
	/*color: #dddddd;*/
	position: relative;
}
.footer a {
	/*color: #d0d0d0;*/
	display: block;
}
.footer-widget {
	padding: 0;
}
.footer-widget .footer-widget-section .block:nth-child(2),
.footer-widget .footer-widget-section .block:nth-child(3) {
	padding-top: 0;
}

/* FOOTERWIDGET MENU */
.footer-widget ul {
	list-style-type: none;
}

.footer-widget ul li {
	margin-bottom: 0px;
  padding: 0px 7px;
}
.footer-widget ul li a {
	display: inline-block;
}

/*	FOOTER COLOR  */
.light-footer,
.light-footer h1,
.light-footer h2,
.light-footer h3,
.light-footer h4,
.light-footer h5 {
	color: #f6f6f6;
}
.light-footer .contact-message-feedback-form input,
.light-footer .contact-message-feedback-form textarea {
	border-color: #aaaaaa;
}
.light-footer .recent-post {
	border-color: #333333;
}
.footer.dark-footer,
.footer.dark-footer a {
	color: #333333;
}
.footer.dark-footer h2 {
	color: #222222;
}

/* FOOTERWIDGET BOTTOM */
.footer-bottom {
	border-top: 1px solid rgba(0,0,0,0.03);
	background-color: rgba(0,0,0,0.04);
	padding: 0;
	margin-top: 0;
}
.footer-bottom ul.menu li {
	display: inline-block;
	margin-left: 15px;
}
.footer-bottom .copyright {
	padding: 30px 0;
}
.footer-bottom .footer-bottom-second {
	text-align: right;
}
.footer-bottom .block {
	padding: 30px 0;
	margin: 0;
}
.footer-bottom p,
.copyright p {
	margin: 0;
}
.footer-bottom a {
	display: inline-block;
}

/*---------------------------------------------------*/
/*	SOCIAL MEDIA
/*---------------------------------------------------*/
.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
}
.social-icon li {
	display: inline-block;
	list-style: none;
	margin-right: 3px;
}
.social-icon li:last-child {
	margin-right: 0;
}
.social-icon li a {
	/*color: #505050;*/
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #eaeaea;
	display: block;
	border-radius: 2px;
}
.social-media {
	display: inline-block;
}
.social-media ul {
	list-style-type: none;
}
.social-media ul li {
	display: inline-block;
}
.social-media li a {
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 30px;
}
.social-media li a:hover {
	color: #2ba9e0;
}
.social-media.round-social ul li a {
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
}
.social-media.round-social ul li a,
.social-media.square-social ul li a {
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
}
.social-media.plain-social.round-social ul li a,
.social-media.plain-social.square-social ul li a {
	border: 1px solid #eee !important;
}
.social-media.plain-social.normal-social ul li a {
	border: none
}

/* FOOTER SOCIAL */
.footer .social-media {
	line-height: 45px;
}
.footer .social-media ul li a {
	margin-left: 5px;
}
.footer .social-media.plain-social.normal-social ul li a {
	margin-left: 0;
}
.region,
.container-wrap {
	width: 100%;
}
.categoria-menu ul.nav.menu.menu-parent {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.categoria-menu .footer a,
.categoria-menu .footer-widget ul li a {
  color: #fff !important;
  font-size: 15px !important;
}

.categoria-menu ul.nav.menu.menu-parent .footer-widget ul li footer a:hover,
.categoria-menu .footer-widget ul li a:hover {
  color: #d0d0d0 !important;
}

.fullwidth .block-title-wrap {
	padding-right: 15px;
	padding-left: 15px;
}
.content-wide .fullwidth.feature-block .container-wrap {
	max-width: 1220px;
}

/*---END FOOTER ---*/

/*---GRID GALLERY ---*/
.grid-wrapper {
	margin-right: -10px;
	margin-left: -10px;
}
.grid-item {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
}
.grid-noppading {
	padding-left: 10px;
	padding-right: 10px;
}
.grid-noppading .grid-item {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.page-inicio .content-wide .block {
  margin: 0;
  padding-top: 0px;
  padding-bottom: 45px;
}

.preparaciones-titulo {
  padding: 50px 0 20px !important;
}

.preparaciones-titulo h2 {
  font-size: 2.4em;
  font-weight: 800;
  color: #009444;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.preparation-category-box {
  background: #000;
  text-align: center;
}

.preparation-image {
  opacity: 0.7;
}

.preparacion-container {
  position: absolute;
  padding: 30px;
  text-align: center;
  top: 25%;
  width: 100%;
  z-index: 99;
}

.preparation-category-box .preparation-name {
  color: #fff;
  display: block;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  margin: 0 auto 20px auto;
  text-shadow: 1px 2px 5px #00000073;
}

.preparation-category-box a.preparation-link {
  background: #f99d1c;
  border: 1px solid #f99d1c;
  border-radius: 20px;
  color: #fff;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
  margin: 0 auto;
  padding: 5px 15px;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dialog-off-canvas-main-canvas {
  margin-top: 15px;
  margin-bottom: 10px;
}

.preparation-category-box a.preparation-link:hover {
  background: #eb203f;
  border: 1px solid #eb203f;
  color: #fff;
}

/*---END GRID GALLERY ---*/


/**Sobre Kelsis*/
.page-wrapper .container {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
#page-title {
	background-color: #fff;
	padding: 10px 0;
	margin-bottom: 0px;
	border-bottom: 0px;
	margin-top: 0;
	position: relative;
}
.region-breadcrumb, .region.region-page-title {
	text-align: center !important;
}
#page-title .block {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
#page-title h1 {
	color: #009444;
	font-size: 38px !important;
	font-weight: 300;
	text-align: center !important;
}
.layout__region {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 17px !important;
	font-weight: 300;
	padding-bottom: 50px;
}
.left {
	left: 0;
}
.right {
	left: 50%;
}
.timeline-container {
	padding: 10px 20px;
	position: relative;
	background-color: inherit;
	width: 50%;
}
.time-content {
	padding: 20px 30px;
	background-color: #f9f9f9;
	position: relative;
	border-radius: 6px;
}
.timeline h2 {
	font-size: 24px;
	font-weight: 300;
	color: #6c757d;
	line-height: 1.2;
}

#page-wrapper p, section#page-wrapper, .page-wrapper {
	font-size: 17px !important;
	margin: 0 0 15px 0;
	color: #9797a5;
	font-weight: 300;
}

.timeline-container::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -12px;
	background-color: #f9f9f9;
	border: 4px solid #FF9F55;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #f9f9f9;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

.right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid #f9f9f9;
	border-width: 10px 10px 10px 0;
	border-color: transparent #f9f9f9 transparent transparent;
}
.right::after {
	left: -16px;
}
/**Fin Sobre Kelsis*/

/**Preguntas Frecuentes*/
.block-views-blockfaq-faq-accordion-tienda h2, 
.block-views-blockfaq-faq-accordion-envs h2, 
.block-views-blockfaq-faq-accordion-devs h2 {
	color: #159349;
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 30px;
	letter-spacing: -1px;
}
.accordion {
	display: flex;
	flex-direction: column;
	max-width: 100%;
}
.accordion-item {
	width: 100% !important;
	margin-bottom: 20px;
}
.accordion-item-header {
	background-color: #f1f1f1;
	cursor: pointer;
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background: #fff !important;
	font-weight: 400 !important;
	border: 1px solid rgba(0,0,0,.2) !important;
}
.accordion-item-content {
	display: none;
	padding: 10px;
}
.accordion-item.active .accordion-item-content {
	display: block;
}
/**Fin Preguntas Frecuentes*/

/**Pagos*/
.title-pagos {
	padding-top: 30px;
	margin-bottom: 40px;
}
.caja-sombra {
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 8% 5% 8% 5% !important;
	border-radius: 12px 12px 12px 12px;
}
.button.slide-button-link {
	cursor: pointer;
	border-color: #ffffff;
	background-color: #f79d32;
	border: 2px solid #fff !important;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 50px;
	line-height: 48px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09);
	padding: 0 28px;
	display: inline-block;
  position: relative;
  white-space: nowrap;
  transition: all 0.2s linear 0s;
  margin: 0;
  outline: 0 none;
  text-align: center;
}
.button:hover, input[type="submit"]:hover {
	background-color: #f99d1c !important;
	border: 2px solid #f99d1c !important;
	color: #fff;
	font-weight: 500 !important;
}
/**Fin Pagos*/

.shadow {
	box-shadow: inherit !important;
}
.mb-4, .mb-3 {
	margin-bottom: 0.75rem !important;
}

/**CSS Mobile*/

@media (max-width: 768px) {
	.grid-noppading {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}	
	.grid-wrapper {
    margin-right: 0px !important;
    margin-left: 0px !important;
	}
	.font-dmserif {
		text-align: center;
		margin-bottom: 0px;
	}
	.section-gap {
    margin-top: 40px;
	}
	.container {
    padding-right: 15px;
    padding-left: 15px;
	}
	.inline-col-image-wrapper {
		display: flex;
		justify-content: center;
	}
	.inline-col-title-v2 {
		text-align: center;
	}
	.inline-col-description {
		text-align: justify;
	}
	.footer-widget .block {
    padding: 16px 0 15px 0;
	}
	.ziel-mobile-top {
		display: none;
		visibility: hidden;
	}
	.timeline::after {
		content: inherit;
	}
	.timeline-container {
    padding: 10px 10px;
    width: 100%;
	}
	.timeline-container::after {
    content: inherit;
	}
	.right {
    left: 0%;
	}
	.max-md\:w-\[110px\] {
    width: 100%;
	}
}
