.elementor-kit-88{--e-global-color-primary:#8e79f5;--e-global-color-secondary:#d4789e;--e-global-color-text:#6b6280;--e-global-color-accent:#a0ddd5;--e-global-color-lbrosa:#f4b8cc;--e-global-color-lbrosadeep:#d4789e;--e-global-color-lbazul:#a8d8ea;--e-global-color-lbazuldeep:#6bb7d6;--e-global-color-lbverde:#b5d8a0;--e-global-color-lbamarillo:#fde8a0;--e-global-color-lbteal:#a0ddd5;--e-global-color-lbmorado:#c4b5f5;--e-global-color-lbmoradodeep:#8e79f5;--e-global-color-lbcream:#fefaf5;--e-global-color-lbcreamdark:#faf3ea;--e-global-color-lbheading:#5b4a6a;--e-global-color-lbbody:#6b6280;--e-global-color-lbbodylight:#9890a8;--e-global-typography-primary-font-family:"SugarPeachy";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"SugarPeachy";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Core Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Core Sans";--e-global-typography-accent-font-weight:700;--e-global-typography-lbh1-font-family:"SugarPeachy";--e-global-typography-lbh1-font-size:64px;--e-global-typography-lbh1-font-weight:900;--e-global-typography-lbh1-line-height:1.1em;--e-global-typography-lbh2-font-family:"SugarPeachy";--e-global-typography-lbh2-font-size:48px;--e-global-typography-lbh2-font-weight:900;--e-global-typography-lbh3-font-family:"CoreSans";--e-global-typography-lbh3-font-size:20px;--e-global-typography-lbh3-font-weight:700;--e-global-typography-lbbodytext-font-family:"Core Sans";--e-global-typography-lbbodytext-font-size:16px;--e-global-typography-lbbodytext-font-weight:400;--e-global-typography-lbbodytext-line-height:1.6em;--e-global-typography-lbbadge-font-family:"Core Sans";--e-global-typography-lbbadge-font-size:14px;--e-global-typography-lbbadge-font-weight:700;background-color:#fefaf5;color:#6b6280;font-family:"Core Sans", Sans-serif;font-weight:400;}.elementor-kit-88 button,.elementor-kit-88 input[type="button"],.elementor-kit-88 input[type="submit"],.elementor-kit-88 .elementor-button{background-color:#8e79f5;font-family:"Core Sans", Sans-serif;font-size:16px;font-weight:500;color:#FFFFFF;border-radius:999px 999px 999px 999px;}.elementor-kit-88 button:hover,.elementor-kit-88 button:focus,.elementor-kit-88 input[type="button"]:hover,.elementor-kit-88 input[type="button"]:focus,.elementor-kit-88 input[type="submit"]:hover,.elementor-kit-88 input[type="submit"]:focus,.elementor-kit-88 .elementor-button:hover,.elementor-kit-88 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-kit-88 e-page-transition{background-color:#FFBC7D;}.elementor-kit-88 a{color:#8e79f5;font-family:"Core Sans", Sans-serif;}.elementor-kit-88 a:hover{color:#d4789e;}.elementor-kit-88 h1{color:#5b4a6a;font-family:"SugarPeachy", Sans-serif;font-weight:900;}.elementor-kit-88 h2{color:#8e79f5;font-family:"SugarPeachy", Sans-serif;font-weight:900;}.elementor-kit-88 h3{color:#5b4a6a;font-family:"CoreSans", Sans-serif;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-88{--e-global-typography-lbh1-font-size:48px;--e-global-typography-lbh2-font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-88{--e-global-typography-lbh1-font-size:38px;--e-global-typography-lbh2-font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ── Little Bandits — Global CSS ── */

html { scroll-behavior: smooth; }

/* ── Animaciones flotantes (asignar via CSS Classes en Advanced) ── */
@keyframes lb-float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}
@keyframes lb-float-delay {
  0%, 100% { transform: translateY(0px) rotate(-5deg); }
  50% { transform: translateY(-15px) rotate(5deg); }
}
@keyframes lb-bounce-soft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes lb-wiggle {
  0%, 100% { transform: rotate(-3deg); }
  50% { transform: rotate(3deg); }
}
@keyframes lb-scale-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
@keyframes lb-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.lb-float { animation: lb-float 4s ease-in-out infinite; }
.lb-float-delay { animation: lb-float-delay 5s ease-in-out infinite; }
.lb-bounce-soft { animation: lb-bounce-soft 2s ease-in-out infinite; }
.lb-wiggle { animation: lb-wiggle 2s ease-in-out infinite; }
.lb-scale-pulse { animation: lb-scale-pulse 3s ease-in-out infinite; }
.lb-spin { animation: lb-spin 8s linear infinite; }

/* ── Hover de tarjetas ── */
.lb-card-hover { transition: transform 0.3s, box-shadow 0.3s; }
.lb-card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(91, 74, 106, 0.1);
}

/* ── Hover de botones CTA ── */
.lb-cta-btn .elementor-button { transition: transform 0.2s, box-shadow 0.2s; }
.lb-cta-btn .elementor-button:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 24px rgba(142, 121, 245, 0.25);
}
.lb-cta-btn .elementor-button:active {
  transform: translateY(0) scale(0.98);
}

/* ── Galería: bordes redondeados + zoom hover ── */
.lb-gallery .gallery-item img {
  border-radius: 16px;
  transition: transform 0.5s;
}
.lb-gallery .gallery-item:hover img {
  transform: scale(1.05);
}

/* ── FAQ: items redondeados ── */
.lb-faq .elementor-toggle-item {
  border: 2px solid rgba(196, 181, 245, 0.15);
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}
.lb-faq .elementor-tab-title.elementor-active {
  background: rgba(196, 181, 245, 0.05);
}

/* ── Botón flotante WhatsApp (añadir HTML widget global o footer) ── */
.lb-whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c4b5f5, #d4789e);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(142, 121, 245, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}
.lb-whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(142, 121, 245, 0.4);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'SugarPeachy';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://littlebandits.co/wp-content/uploads/2026/06/SugarPeachy-Regular.woff2') format('woff2'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/SugarPeachy-Regular.woff') format('woff'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/Sugar-Peachy-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'SugarPeachy';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://littlebandits.co/wp-content/uploads/2026/06/SugarPeachy-Medium.woff2') format('woff2'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/SugarPeachy-Medium.woff') format('woff'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/Sugar-Peachy-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'SugarPeachy';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://littlebandits.co/wp-content/uploads/2026/06/SugarPeachy-Light.woff2') format('woff2'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/SugarPeachy-Light.woff') format('woff'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/Sugar-Peachy-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'SugarPeachy';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://littlebandits.co/wp-content/uploads/2026/06/SugarPeachy-Bold.woff2') format('woff2'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/SugarPeachy-Bold.woff') format('woff'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/Sugar-Peachy-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'SugarPeachy';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://littlebandits.co/wp-content/uploads/2026/06/SugarPeachy-Black.woff2') format('woff2'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/SugarPeachy-Black.woff') format('woff'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/Sugar-Peachy-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Core Sans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-35LightIt.woff2') format('woff2'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-35LightIt.woff') format('woff'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-35LightIt.ttf') format('truetype');
}
@font-face {
	font-family: 'Core Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-45Regular.woff2') format('woff2'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-45Regular.woff') format('woff'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-45Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Core Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-55Medium.woff2') format('woff2'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-55Medium.woff') format('woff'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-55Medium-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Core Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-65Bold.woff2') format('woff2'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-65Bold.woff') format('woff'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-65Bold-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Core Sans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-85Heavy.woff2') format('woff2'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-85Heavy.woff') format('woff'),
		url('https://littlebandits.co/wp-content/uploads/2026/06/CoreSansC-85Heavy.ttf') format('truetype');
}
/* End Custom Fonts CSS */