/* Custom styles for Pilates Online and Reiki Formation landing pages */

:root {
  --header-height: 3.2rem; /* Fallback value - will be calculated dynamically by JavaScript */
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
	font-family: TikTok Sans, ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings: "slnt" 0, "wdth" 100;
}

.fv-75 {
	font-variation-settings: "slnt" 0, "wdth" 75 !important;
}
.fv-87 {
	font-variation-settings: "slnt" 0, "wdth" 87.5 !important;
}
.fv-100 {
	font-variation-settings: "slnt" 0, "wdth" 100 !important;
}
.fv-112 {
	font-variation-settings: "slnt" 0, "wdth" 112.5 !important;
}
.fv-125 {
	font-variation-settings: "slnt" 0, "wdth" 125 !important;
}
.fv-150 {
	font-variation-settings: "slnt" 0, "wdth" 150 !important;
}


/* View system styles */
.view {
	display: none;
	position: absolute;
	top: 2em;
	right: 0;
	bottom: 20px;
	left: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.4s cubic-bezier(.4, 0, .2, 1);
	will-change: opacity;
	pointer-events: none;
}

.view--active {
	display: flex;
	opacity: 1;
	z-index: 2;
	pointer-events: auto;
}


/* Custom overrides and enhancements */
.main {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  padding-top: 0; /* Default: no padding for pages without navigation */
  max-width: 900px;
  height: 100vh;
  min-height: 100vh;
}

/* Add padding when page navigation exists */
body:has(.page-names-header) .main {
  padding-top: var(--page-names-height, 3.2em);
}

/* Fixed header positioning */
.entry-header--multi {
  position: fixed;
  top: 0; /* Default: at top for pages without navigation */
  right: 0;
  left: 0;
  justify-content: center;
  gap: 2rem;
  z-index: 150;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  box-shadow: none;
  background: #fff;
  padding: 0;
  max-width: 900px;
  text-align: center;
}

/* Position header below page navigation when it exists */
body:has(.page-names-header) .entry-header--multi {
  top: var(--page-names-height, 3.2em);
}

/* Fixed footer positioning */
footer.footer {
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  background: #f8f9fa;
  padding: 0.5rem 0;
  width: 100%;
  max-width: 900px;
  text-align: center;
}
	.footer .testimonial-carousel {
		margin-bottom: 0.5em;
	}
	.footer__content {
		padding: 0 1rem;
	}

/* Header enhancements - removed duplicate */

.logo__header img {
  width: 6em;
}
.logo__texto {
	font-size: 0.8em;
}

.entry-title__fzx {
  color: #2c3e50;
  font-weight: 700;
  font-size: 2.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

/* Button enhancements */
.btn {
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.btn--2 {
  border: none;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: white;
}

.btn--2:hover {
  background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
}

/* MercadoPago button styling */
.btn--mercadopago {
	display: inline-block;
	border-radius: 6px;
	background: #3483fa;
	padding: 0 1.5em;
	width: auto;
	height: 3em;
	color: #fff;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 3em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
  display: flex;
	flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: none;
  border: none;
  text-decoration: none;
	text-shadow: none;
}

.btn--mercadopago:hover {
	background: #2968c8;
	color: #fff;
}

	.btn--mercadopago-icon::before {
		flex: 0 1 auto;
		content: '';
	}
	.btn--mercado-footnote__icon,
	.btn--mercadopago-icon::before {
		display: block;
		background: url(/images/icon-mercadopago.svg) no-repeat center center #fff;
		background-size: contain;
		width: 9.2em;
		height: 2.32em;
	}
	.btn--mercadopago__content {
		flex: 0 1 auto;
	}
	
	.btn--mercado-footnote {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		gap: 0.5rem;
		margin: 0.5em 0 0;
		color: #666;
		font-weight: 300;
		font-size: 1.2em;
		text-align: center;
	}
	.btn--mercado-footnote__icon {
		width: 4.6em;
		height: 1.16em;
	}
	

/* Info section enhancements */
.sum-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0.5rem;
  margin: 2rem 0;
}

.sum-info__item {
  box-shadow: none;
  border: 0.1em solid var(--sum-color-beige);
  border-left: 1em solid var(--sum-color-beige);
  border-radius: 8px;
  background: white;
  padding: 1rem 1.5rem;
  /* border-bottom: 0.1rem solid #eaeaea; */
  /* transition: transform 0.3s ease; */
}
.sum-info__item.sum-info-ubicacion {
	border-color: var(--sum-color-blue-bright);
	border-left-color: var(--sum-color-blue-bright);
}
.sum-info__item.sum-info-duracion {
	border-color: var(--sum-color-yellow);
	border-left-color: var(--sum-color-yellow);
}
.sum-info__item.sum-info-horario {
	border-color: var(--sum-color-orange);
	border-left-color: var(--sum-color-orange);
}
.sum-info__item.sum-info-instructora {
	border-color: var(--sum-color-green-success);
	border-left-color: var(--sum-color-green-success);
}

.sum-info__item:hover {
  transform: translateY(-2px);
}

.sum-info__icon {
  display: inline-block;
  position: relative;
  margin-right: 1em;
  border-radius: 1em;
  background-size: 2em auto;
  background-color: var(--sum-color-beige-light);
  width: 3em;
  height: 3em;
}

.icon--ubicacion, .sum-info-ubicacion .sum-info__icon {
  background-size: auto 2em;
  background-color: var(--sum-color-gray-light);
}

.icon--duracion, .sum-info-duracion .sum-info__icon,
.icon--horario, .sum-info-horario .sum-info__icon {
	background-size: 1.75em;
}
.icon--horario, .sum-info-duracion .sum-info__icon {
	background-color: var(--sum-color-yellow);
}
.icon--horario, .sum-info-horario .sum-info__icon {
	background-image: url(/images/icon-horarios-blanco.svg);
	background-color: var(--sum-color-orange);
}
.sum-info-instructora .sum-info__icon {
	background-image: url(/images/icon-instructora-blanco.svg);
	background-color: var(--sum-color-green-success);
}

/* Section enhancements */
.section {
  margin: 2em 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  background: white;
  padding: 2em;
}

/* FAQ enhancements */
.faqs {
  margin: 2em 0;
}

.faq__pregunta {
  display: block;
  transition: all 0.3s ease;
  margin-bottom: 1em;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1em;
  color: #2c3e50;
  text-decoration: none;
}

.faq__pregunta:hover {
  transform: translateX(5px);
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
  color: #2c3e50;
  text-decoration: none;
}

.faq__respuesta {
  margin-bottom: 1em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0.6em;
  background: white;
  padding: 1em;
}

/* List enhancements */
.list {
  padding: 0;
  list-style: none;
}

.list li {
  position: relative;
  margin: 0;
  padding: 0.25em 1em 0.25em 3em;
  text-align: left;
}

.list li:before {
  position: absolute;
  top: 0.1rem;
  left: 0.5em;
	background: url(/images/icon-tick-32.png) no-repeat center center;
	background-size: contain;
	width: 1.125em;
	height: 1em;
  content: '';
  font-size: 1.5em;
}

.list li:last-child {
  border-bottom: none;
}

@media (max-width:439px){
	.list li {
		padding: 0.125em 0.5em 0.125em 2em;
	}
	.list li:before {
		top: 0.2em;
		left: 0;
	}
}


/* Box note enhancements */
.box-note {
  display: block;
  margin: 0 auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  padding: 2em;
  font-size: 1.6em;
  text-align: center;
}

.box-note--blue {
  border: 2px solid #2196f3;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
	padding: 1.5rem;
}

.box-note__title {
	display: block;
	font-size: 2em;
	line-height: 0.85;
	letter-spacing: 0.0225em;
}

.box-note__subtitle {
	display: block;
	font-weight: 300;
	font-size: 1.2em;
	letter-spacing: -0.025em;
}





/* Footer enhancements */
.site-footer {
  margin-top: 2em;
  border-radius: 1em;
  background: #f8f9fa;
  padding: 2em 0;
  text-align: center;
}

.site-info {
  margin: 0.5em 0;
  color: #6c757d;
}

.site-info a {
  color: #25d366;
  font-weight: 600;
  text-decoration: none;
}

.site-info a:hover {
  text-decoration: underline;
}

/* Responsive design */
@media (max-width: 768px) {
  /* .main {
    padding: 1em;
  } */
  
  .entry-title__fzx {
    font-size: 1.5em;
  }
  
  .sum-info {
    grid-template-columns: 1fr;
    margin: 1.5rem 0;
  }
  
  .section {
    padding: 1em;
  }
  
  .btn {
    padding: 0.8em 1.5em;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .entry-title__fzx {
    font-size: 1.2em;
  }
  
  .box-note {
    padding: 1em;
  }
  
  .faq__pregunta {
		padding: 1em;
  }
}

/* Animation for page load */
@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.main > * {
  flex: 0 1 auto;
  animation: fadeInUp 0.6s ease-out;
}

/* .main > *:nth-child(2) { animation-delay: 0.1s; }
.main > *:nth-child(3) { animation-delay: 0.2s; }
.main > *:nth-child(4) { animation-delay: 0.3s; }
.main > *:nth-child(5) { animation-delay: 0.4s; }
.main > *:nth-child(6) { animation-delay: 0.5s; } */

/* WhatsApp button pulse animation */
.btn--2 {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow: 0 4px 6px rgba(37, 211, 102, 0.3);
  }
  100% {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}

/* --- PAGINATED SINGLE VIEW LANDING --- */

.view {
	display: flex;
	position: absolute;
	top: var(--header-height); /* Use calculated header height */
	right: 0;
	bottom: 0; /* minimal bottom spacing */
	left: 0;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	opacity: 0;
	z-index: 1;
	/* transition: opacity 0.3s; */
	transition: opacity 0.4s cubic-bezier(.4,0,.2,1);
	will-change: opacity;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 1rem 1rem 0;
	width: 100%;
	max-width: 900px;
	min-height: calc(100vh - var(--header-height)); /* Use calculated header height */
	overflow-y: auto;
	scroll-behavior: smooth;
	pointer-events: none;
}

/* Position view below page navigation + header when navigation exists */
body:has(.page-names-header) .view {
	top: calc(var(--page-names-height, 3.2em) + var(--header-height)); /* account for page names + header height */
	min-height: calc(100vh - var(--page-names-height, 3.2em) - var(--header-height)); /* account for page names + header */
}

.view--active {
  display: flex;
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.aprender-reiki .view {
	gap: 0.75rem;
	padding-top: clamp(1rem, 1rem + 1vh, 2.75rem);
	padding-bottom: clamp(0.5rem, 0.5rem + 1vh, 2rem);
}

.aprender-reiki .view > .sobre-title:first-child {
	margin-top: clamp(0.5rem, 1.5vh, 2.5rem);
}
.view--hidden {
  display: none !important;
}

/* --- PAGE NAMES HEADER --- */
.page-names-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  backdrop-filter: blur(10px);
  margin: 0 auto;
  /* box-shadow: 0 2px 15px rgba(0,0,0,0.08); */
  box-shadow:  0 0.5em 0.125em -0.35em rgba(0,0,0,0.08), 0 0.5em 0.5em rgba(0,0,0,0.02);;
  border-bottom: 1px solid #dee2e6;
  background: rgba(255, 255, 255, 0.95);
  width: 100vw;
  max-width: 800px;
}

.page-names-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.3rem 1rem;
  max-width: 100%;
  overflow-x: auto;
}

.page-name {
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  border: 2px solid transparent;
  border-radius: 0.6em;
  background: #f8f9fa;
  padding: 0.25em 0.75em;
  min-width: fit-content;
  color: #495057;
  font-weight: 600;
  font-size: 0.85em;
  text-align: center;
	text-transform: uppercase;
  white-space: nowrap;
}

.page-name:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background: #e9ecef;
  color: #343a40;
}

.page-name.active {
  box-shadow: 0 4px 12px rgba(73, 80, 87, 0.3);
  border-color: #343a40;
  background: #495057;
  color: #fff;
	font-weight: 400;
}

/* --- NAVIGATION BUTTONS (left and right positioned) --- */

.view-nav-btn {
  display: flex;
  position: fixed;
  top: 50%;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  z-index: 100;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  box-shadow: 0 0.5em 0.125em -0.35em rgba(0,0,0,0.7), 0 0.5em 0.5em rgba(0,0,0,0.3);
  border: none;
  border-radius: 1.5em;
  background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
  padding: 0;
  width: 3em;
  height: 7em;
  overflow: hidden;
  color: #fff;
  font-family: inherit;
}
.view__wrapper {
	max-width: calc(100% - 6em + 2rem);
}

.view-nav-btn--left {
  left: 0.1rem;
}

.view-nav-btn--right {
  right: 0.1rem;
}
	.view-nav-btn svg {
		width: 36px;
		height: 36px;
	}

#view-pagination-nav .view-nav-btn {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  border: none;
  border-radius: 50px;
  background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
  padding: 1.2em 2.5em;
  min-width: 160px;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.view-nav-btn::before {
  position: absolute;
  top: 0;
  left: -100%;
  transition: left 0.5s;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  width: 100%;
  height: 100%;
	pointer-events: none;
  content: '';
}

.view-nav-btn:not([disabled]):hover::before {
  left: 100%;
}

.view-nav-btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
  box-shadow: 0 0.5em 0.125em -0.35em rgba(0,0,0,0.5), 0 0.5em 0.5em rgba(0,0,0,0.2);
  background: linear-gradient(135deg, #adb5bd 0%, #6c757d 100%);
  color: #fff;
}

.view-nav-btn:hover:not([disabled]),
.view-nav-btn:focus:not([disabled]) {
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  background: linear-gradient(135deg, #495057 0%, #343a40 100%);
  color: #fff;
}

.view-nav-btn:active:not([disabled]) {
  opacity: 0.8;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  background: linear-gradient(135deg, #343a40 0%, #212529 100%);
}

#view-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  min-width: 0;
  max-width: 100%;
}
.view-page-btn {
  display: flex;
  position: relative;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 0.15em;
  outline: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.08);
  border: 2px solid transparent;
  border-radius: 0.8em;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 0.6em 1.2em;
  min-width: 3em;
  height: 2.8em;
  overflow: hidden;
  color: #495057;
  font-weight: 600;
  font-size: 0.85em;
  line-height: 1.2;
  text-align: center;
}
.view-page-btn.active {
  box-shadow: 0 4px 12px rgba(73, 80, 87, 0.3);
  border-color: #212529;
  background: linear-gradient(135deg, #495057 0%, #343a40 100%);
  color: #fff;
}
.view-page-btn:hover:not(.active),
.view-page-btn:focus:not(.active) {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  border-color: #adb5bd;
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
  color: #343a40;
}
.view-page-btn:active:not(.active) {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  background: linear-gradient(135deg, #dee2e6 0%, #ced4da 100%);
  color: #212529;
}




.sum-info__texto {
	font-weight: 400;
	font-size: 1.25em;
}
	.sum-info strong {
		display: block;
		font-weight: 300;
		font-size: 1.25em;
		text-transform: uppercase;
	}


/* Floating WhatsApp Icon */
.floating-whatsapp {
  display: flex;
  position: fixed;
  right: 2rem;
  bottom: 10rem;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: whatsapp-pulse 2s infinite;
  transition: all 0.3s ease;
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366 0%, #128c7e 100%);
  width: 65px;
  height: 65px;
}

.floating-whatsapp:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6);
  border-color: rgba(255, 255, 255, 0.4);
}

.floating-whatsapp svg {
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
  width: 38px;
  height: 38px;
}

@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.8);
  }
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
}

@media (max-width: 600px) {
  .view-nav-btn {
    opacity: 0.5;
  }
	.view-nav-btn[disabled] {
		opacity: 0.25;
	}
  
  .view-nav-btn svg {
    width: 32px;
    height: 32px;
  }
  
  .view-page-btn {
    margin: 0 1px;
    border-radius: 0.4em;
    padding: 0.4em 0.8em;
    min-width: 2em;
    height: 2em;
    font-size: 0.8em;
  }
  .floating-whatsapp {
    right: 1rem;
    bottom: 8rem;
    width: 55px;
    height: 55px;
  }
  .floating-whatsapp svg {
    width: 36px;
    height: 36px;
  }
}

@media (min-width: 900px) {
  .view-nav-btn {
    width: 3em;
    height: 7em;
  }
  .view-nav-btn svg {
    width: 48px;
    height: 48px;
  }
  .view-page-btn {
    margin: 0 0.15em;
    padding: 0.6em 1.2em;
    min-width: 3em;
    height: 3em;
    font-size: 1em;
  }
  
  .floating-whatsapp {
    right: 3rem;
    bottom: 12rem;
    width: 75px;
    height: 75px;
  }
  .floating-whatsapp svg {
    width: 48px;
    height: 48px;
  }
}

/* Swipe gesture hint for mobile */
@media (max-width: 600px) {
  /* #view-pagination-nav::after {
    content: 'Desliza 190192';
    display: block;
    text-align: center;
    font-size: 0.95em;
    color: #bdbdbd;
    margin-top: 0.2em;
    letter-spacing: 0.1em;
  } */
}


@media (min-width: 900px) {
  .page-names-header {
    max-width: 900px;
  }
  .page-names-container {
    gap: 0.7rem;
    padding: 0.7rem 1.5rem;
  }
  .page-name {
    padding: 0.5em 1em;
    font-size: 1.1em;
  }
}

@media (max-width: 899px) {
  .page-names-container {
    gap: 0.33em;
    padding: 0.25rem 0.5rem;
  }
  .page-name {
    padding: 0.25em 0.5em;
    font-size: 1em;
  }
}
@media (max-width: 680px) {
  .page-names-header {
    max-width: 100vw;
  }
  .page-names-container {
    gap: 0.33em;
    padding: 0.25rem 0.5rem;
  }
  .page-name {
    padding: 0.25em 0.5em;
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .page-names-container {
    gap: 0.2em;
    padding: 0.15rem 0.25rem;
  }
  .page-name {
    padding: 0.25em 0.5em;
    font-size: 0.9em;
  }
}


body, html {
  overscroll-behavior-y: none;
} 

/* SOBRE LAS CLASES SECTION */
.sobre-title {
	margin: 0 auto;
	font-weight: 800;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: uppercase;
}
.sobre-title + .sobre-title,
.sobre-subtitle + .sobre-title {
	margin-top: 1.5rem;
}
.sobre-subtitle {
	margin-top: -0.5em;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1.2;
	letter-spacing: -0.0125em;
	text-align: center;
}
.sobre-info-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0.5rem auto 2rem;
	width: calc(100% - 5rem);
	max-width: 600px;
}
.sobre-info-item {
	display: flex;
	align-items: flex-start;
	gap: 0;
	margin: 0 auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-left: 4px solid #6c757d;
	border-radius: 12px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 0.5rem 1rem;
	width: 100%;
	height: auto;
	min-height: auto;
}
.sobre-info-list--lg .sobre-info-item {
	width: 100%;
}
.sobre-info-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	font-size: 3em;
	line-height: 1;
}
.sobre-info-title {
	margin-bottom: 0;
	color: #2c3e50;
	font-weight: 600;
	font-size: 1.65em;
	line-height: 1;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}
.sobre-info-sub {
	display: block;
	color: #6c757d;
	font-size: 1.3em;
	line-height: 1.2;
}

.sobre-info-content {
	flex: 1;
	font-size: 1.6rem;
}
.sobre-info-item__content {
	transition: height 0.3s ease;
}
.sobre-info-item:not(.active) .sobre-info-item__content {
	height: 0;
	overflow: hidden;
}

.sobre-final-text {
	margin: 0 auto;
	font-size: 1.9em;
	line-height: 1.1;
	text-align: center;
}
.sobre-info-quote {
	margin: 0.2em auto;
	border: 0.5em solid #000;
	border-top: none;
	border-bottom: none;
	border-radius: 0.5em;
	background: #6f6f6f;
	background: var(--sum-color-beige-lighter-10);
	padding: 0.5em;
	width: auto;
	color: #fff;
	color: var(--sum-color-black-alt);
	font-weight: 300;
	font-size: 2.2rem;
	line-height: 1.3;
	text-align: center;
	text-shadow: 0 0.1em 0.1em rgba(191, 159, 128, 0.8);
	text-transform: uppercase;
}

@media (max-width:639px){
	.sobre-title {
		font-size: 2.5em;
	}
	.sobre-subtitle {
		font-size: 1.8rem;
	}
	.sobre-final-text {
		font-size: 1.8em;
	}
	.sobre-info-quote {font-size: 1.8rem;}
}




.box-note--sum,
.box-note--bw {
	border: 0.5rem solid #000;
	border-right: none;
	border-left: none;
	border-radius: 0.5rem;
	background: #f7f7f7;
	padding: 0.35em 0.75em 0.25em;
	width: 100%;
}
.view .sum-info {
	margin-top: 1rem;
}
.view .sum-info strong {
	font-weight: 700;
}
.view .sum-info__texto {
	font-weight: 400;
	font-size: 1.1em;
}

/* SUM variant styling */
.box-note--sum {
	border-color: var(--sum-color-beige-darker-1);
}
	.box-note--sum .box-note__title {
		color: var(--sum-color-beige-darker-6);
	}
	.box-note--sum .box-note__subtitle {
		color: var(--sum-color-beige-darker-8);
	}


/* Accordion Styles - Only for Reiki page */
.sobre-info-item__header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	width: 96%;
	max-width: 96%;
	gap: 0.75em;
}
.sobre-info-title-wrap {
	flex: 1 1 auto;
}
.sobre-info-item.active .sobre-info-item__header {
	margin-bottom: 1rem;
}
@media (max-width:479px){
	.sobre-info-item.active .sobre-info-item__header {
		margin-bottom: 0.5rem;
	}
}
@media (max-width:439px){
	.sobre-info-item.active .sobre-info-item__header {
		margin-bottom: 0.25rem;
	}
}


.aprender-reiki .accordion-item {
	display: flex;
	position: relative;
	flex-direction: column;
	transition: all 0.3s ease;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 1rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-left: 4px solid #6c757d;
	border-radius: 12px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 0.75rem 1rem;
	width: calc(100% - 5rem);
	max-width: 600px;
	height: auto;
	min-height: auto;
	overflow: hidden;
}

.aprender-reiki .accordion-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-left-color: #495057;
	background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}

.aprender-reiki .accordion-item.active {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-left-color: #495057;
	background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
	height: auto;
	min-height: auto;
}

.aprender-reiki .accordion-item__header {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.75rem;
	padding: 0;
	height: auto;
	min-height: auto;
}

.aprender-reiki .accordion-item__icon {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	margin-left: auto;
	border-radius: 50%;
	background: rgba(108, 117, 125, 0.1);
	width: 32px;
	height: 32px;
}

.aprender-reiki .accordion-icon {
	display: block;
	transition: transform 0.3s ease;
	width: 20px;
	height: 20px;
	color: #6c757d;
}

.aprender-reiki .accordion-item.active .accordion-icon {
	transform: rotate(180deg);
	color: #495057;
}

.aprender-reiki .accordion-item.active .accordion-item__icon {
	background: rgba(73, 80, 87, 0.15);
}

.aprender-reiki .accordion-content {
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: none;
	border: none;
	background: transparent;
	padding: 0;
	max-height: 0;
	overflow: hidden;
}

.aprender-reiki .accordion-item.active .accordion-content {
	opacity: 1;
	padding: 0.5em 0 0;
	max-height: 500px;
}

/* Ensure content is visible when expanded */
.aprender-reiki .accordion-item.active .accordion-content * {
	opacity: 1;
}

/* Pilates Online Accordion Styles */
.pilatesonline .accordion-item {
	display: flex;
	position: relative;
	flex-direction: column;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	margin-bottom: 1rem;
	border: 2px solid #e9ecef;
	border-left-width: 0.6rem;
	border-radius: 12px;
	background: #ededed;
	height: 100px;
	min-height: 100px;
	overflow: hidden;
}

.pilatesonline .accordion-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 0.6em 0.6em -0.5em rgba(0,0,0,0.66), 0 6px 20px rgba(0,0,0,0.25);
	border-color: #7a7a7a;
	background: #d5d5d5;
}

.pilatesonline .accordion-item.active {
	box-shadow: 0 0.6em 0.6em -0.5em rgba(0,0,0,0.66), 0 6px 20px rgba(0,0,0,0.25);
	box-shadow: 0 0.6em 0.6em -0.5em rgba(163, 95, 74,0.66), 0 6px 20px rgba(163, 95, 74,0.5);
	border-color: #7a7a7a;
	background: #ededed;
	height: auto;
	min-height: 100px;
}

/* FORTECIMIENTO */
.pilatesonline .sobre-info-item--fortalecimiento {
	border-color: #C97C63;
}
.pilatesonline .sobre-info-item--fortalecimiento.active {
	border-color: #b96045;
}
.pilatesonline .sobre-info-item--fortalecimiento .sobre-info-quote {
	border-color: #A35F4A;
	background-color: #F1D1C6;
	text-shadow: 0 0 0.1em rgba(163, 95, 74, 0.3);
}


/* ELONGACIÓN */
.pilatesonline .sobre-info-item--elongacion {
	border-color: #D9D5E5;
}
.pilatesonline .sobre-info-item--elongacion.active {
	border-color: #B7B1CC;
}
.pilatesonline .sobre-info-item--elongacion .sobre-info-quote {
	border-color: #D9D5E5;
	background-color: #F2F0F8;
	text-shadow: 0 0 0.1em rgba(185, 177, 204, 0.3);
}

/* MOVILIDAD ARTICULAR */
.pilatesonline .sobre-info-item--movilidad {
	border-color: #C6D3C2;
}
.pilatesonline .sobre-info-item--movilidad.active {
	border-color: #9FB39C;
}
.pilatesonline .sobre-info-item--movilidad .sobre-info-quote {
	border-color: #C6D3C2;
	background-color: #E9EFE7;
	text-shadow: 0 0 0.1em rgba(159, 179, 156, 0.3);
}

/* PILATES MAT AVANZADO */
.pilatesonline .sobre-info-item--pilates-mat {
	border-color: #7D8A9C;
}
.pilatesonline .sobre-info-item--pilates-mat.active {
	border-color: #5C6674;
}
.pilatesonline .sobre-info-item--pilates-mat .sobre-info-quote {
	border-color: #7D8A9C;
	background-color: #D3D7DD;
	text-shadow: 0 0 0.1em rgba(92, 102, 116, 0.3);
}

/* MEDITACIONES CON LA RESPIRACIÓN */
.pilatesonline .sobre-info-item--meditacion {
	border-color: #E6D9C5;
}
.pilatesonline .sobre-info-item--meditacion.active {
	border-color: #CBB9A1;
}
.pilatesonline .sobre-info-item--meditacion .sobre-info-quote {
	border-color: #E6D9C5;
	background-color: #F8F3EC;
	text-shadow: 0 0 0.1em rgba(203, 185, 161, 0.3);
}


.pilatesonline .accordion-item__header {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0 1rem;
	height: 100px;
	min-height: 100px;
}

.pilatesonline .accordion-item__icon {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
}

.pilatesonline .accordion-icon {
	display: block;
	transition: transform 0.3s ease;
	width: 20px;
	height: 20px;
	color: #6c757d;
}

.pilatesonline .accordion-item.active .accordion-icon {
	transform: rotate(180deg);
	color: #495057;
}

.pilatesonline .accordion-item.active .accordion-item__icon {
	background: rgba(73, 80, 87, 0.15);
}

.pilatesonline .accordion-content {
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: none;
	padding: 0;
	max-height: 0;
	overflow: hidden;
}

.pilatesonline .accordion-item.active .accordion-content {
	opacity: 1;
	padding: 1rem 1rem 0.5rem;
	max-height: 500px;
}

/* Ensure content is visible when expanded */
.pilatesonline .accordion-item.active .accordion-content * {
	opacity: 1;
}

/* Mobile responsiveness for accordion */
@media (max-width: 768px) {
	.aprender-reiki .accordion-item {
		width: calc(100% - 3rem);
	}
	
	.pilatesonline .accordion-item {
		height: 80px;
		min-height: 80px;
	}
	
	.pilatesonline .accordion-item__header {
		padding: 0 1rem;
		height: 75px;
		min-height: 75px;
	}
	
	.pilatesonline .accordion-item.active {
		padding-top: 0.5rem;
	}
	.pilatesonline .accordion-content {
		padding: 0 1rem 0;
	}
	
	.pilatesonline .accordion-item.active .accordion-content {
		padding: 0 0.75rem 0.5rem;
	}
	
	.aprender-reiki .accordion-item__icon,
	.pilatesonline .accordion-item__icon {
		width: 28px;
		height: 28px;
	}
	
	.aprender-reiki .accordion-icon,
	.pilatesonline .accordion-icon {
		display: block;
		width: 16px;
		height: 16px;
	}
}

@media (max-width: 600px) {
	.sobre-info-title-wrap {
		font-size: 1rem;
	}

	.sobre-info-icon {
		margin-right: 1rem;
		font-size: 3em;
		/* width: 56px; height: 56px; */
	}

	.sobre-info-item {
		padding: 0 1rem;
		height: 64px;
		min-height: 64px;
	}

	.sobre-final-text {
		font-size: 1.7em;
	}

	.sobre-info-quote {
		border-width: 0.25em;
		padding: 0.25em;
		font-size: 1.25em;
		line-height: 1.15;
		font-variation-settings: "slnt" 0,
			"wdth" 125;
	}

	.pilatesonline .accordion-item.active .accordion-content {
		padding: 0 0.75rem 0.5rem;
	}
}

.aprender-reiki .sobre-info-copy {
	margin: 0;
	color: #2c3e50;
	font-size: 1.5em;
	line-height: 1.35;
	letter-spacing: -0.01em;
	text-transform: none;
	text-align: left;
}

.aprender-reiki .sobre-info-icon__img {
	display: block;
	width: clamp(39px, 4vw, 39px);
	height: auto;
	max-height: 72px;
	object-fit: contain;
}

.aprender-reiki .sobre-info-icon--reiki {
	padding: 0.15rem;
}
@media (max-width:439px) {
	.sobre-info-item {
		padding: 0 0.5rem 0.5rem;
	}
	.sobre-final-text {
		font-size: 1.5em;
	}
}


/* Reiki Formation Specific Styles */
.curso-etapas {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0 auto;
	width: calc(100% - 4rem);
	max-width: 600px;
}
.curso-etapa {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-left: 4px solid #6c757d;
	border-radius: 12px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 0.5rem 1rem;
	position: relative;
}
.curso-etapas--grouped {
	gap: 0.75rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-left: 4px solid #6c757d;
	border-radius: 12px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 1rem 1rem 0.5rem;
}
.curso-etapas--grouped .curso-etapa {
	box-shadow: none;
	border-left: none;
	border-radius: 0;
	background: none;
	padding: 0;
}

.curso-etapa-numero {
	flex-shrink: 0;
	font-size: 2em;
	position: relative;
	top: -0.15em;
}

.curso-etapa-content {
	flex: 1;
	font-size: 1.6rem;
}

.curso-etapa-title {
	margin-bottom: 0;
	color: #2c3e50;
	font-weight: 600;
	font-size: 1.65em;
	line-height: 1;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.curso-etapa-desc {
	color: #6c757d;
	color: #2c3e50;
	font-size: 1.3em;
	line-height: 1.2;
}

.curso-pausa {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	margin: 0.5rem 0;
	border: 2px solid #f39c12;
	border-radius: 12px;
	background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
	padding: 0.5rem 1rem;
	width: calc(100% - 4rem);
	max-width: 600px;
}
.curso-etapa + .curso-pausa {
	margin-top: 0;
}

/* KOMYO IMAGENES */
.komyo-imagenes {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin: 0.75rem auto;
	padding: 0 1rem;
	width: 100%;
	max-width: 600px;
}
.komyo-imagenes img {
	height: auto;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	object-fit: cover;
}
.komyo-imagenes img:first-child {
	flex: 0 1 38%;
	max-width: 38%;
}
.komyo-imagenes img:last-child {
	flex: 0 1 58%;
	max-width: 58%;
}
@media (max-width: 479px) {
	.komyo-imagenes {
		gap: 0.5rem;
		padding: 0 0.5rem;
	}
	.komyo-imagenes img {
		border-radius: 6px;
	}
	.komyo-imagenes img:first-child {
		max-width: 36%;
	}
	.komyo-imagenes img:last-child {
		max-width: 60%;
	}
}
@media (min-width: 768px) {
	.komyo-imagenes {
		gap: 1.5rem;
		max-width: 700px;
	}
	.komyo-imagenes img {
		border-radius: 10px;
	}
}

.curso-pausa-icon {
	flex: 0 1 auto;
	margin: 0 auto 0 0;
	font-size: 4em;
	line-height: 1;
}

.curso-pausa-text {
	flex: 0 1 auto;
	color: #856404;
	font-weight: 500;
	font-size: 1.4em;
}

.aprender-reiki .curso-etapas {
	gap: 1.25rem;
}

.aprender-reiki .curso-etapas--grouped {
	gap: 1.25rem;
	padding: 1.25rem 1.5rem 1rem;
}

.aprender-reiki .curso-etapas--grouped .curso-etapa {
	padding: 0.5rem 0;
}

.aprender-reiki .curso-etapa {
	gap: 1rem;
}

.aprender-reiki .curso-etapa-content {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.aprender-reiki #view-curso .sobre-title {
	margin-top: clamp(0.5rem, 1vh, 2.5rem);
}

.aprender-reiki #view-curso .curso-pausa {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

@media (max-height: 560px) {
	.aprender-reiki #view-curso .curso-pausa {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
}

@media (min-height: 640px) {
	.aprender-reiki .view {
		gap: 1rem;
	}
	.aprender-reiki .sobre-info-list {
		gap: 1.25rem;
	}
	.aprender-reiki .curso-etapas--grouped {
		gap: 1.5rem;
	}
	.aprender-reiki #view-curso .curso-pausa {
		margin-bottom: 2rem;
	}
}

@media (min-height: 820px) {
	.aprender-reiki .view {
		gap: 1.25rem;
		padding-top: clamp(1.25rem, 2vh, 3.5rem);
		padding-bottom: 2.5rem;
	}
	.aprender-reiki .view > .sobre-title:first-child {
		margin-top: clamp(1rem, 1.5vh, 2.25rem);
	}
	.aprender-reiki .curso-etapas {
		gap: 1.5rem;
	}
	.aprender-reiki .curso-etapas--grouped {
		padding: 1.5rem 2rem 1.25rem;
	}
	.aprender-reiki .curso-pausa {
		padding: 1rem 2rem;
	}
	.aprender-reiki #view-curso .curso-pausa {
		margin-bottom: 1rem;
	}
	.aprender-reiki .sobre-info-list {
		gap: 1.5rem;
	}
}

@media (min-height: 960px) {
	.aprender-reiki .view {
		gap: 2rem;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.aprender-reiki .view > .sobre-title:first-child {
		margin-top: 3rem;
	}
	.aprender-reiki .curso-etapas {
		gap: 1.75rem;
	}
	.aprender-reiki .curso-etapas--grouped {
		gap: 1.75rem;
		padding: 2rem 2.5rem 1.5rem;
	}
	.aprender-reiki #view-curso .curso-pausa {
		margin-bottom: 3rem;
	}
	.aprender-reiki .sobre-info-list {
		gap: 1.75rem;
	}
}

@media (min-height: 1080px) {
	.aprender-reiki .view {
		gap: 2.5rem;
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	.aprender-reiki .view > .sobre-title:first-child {
		margin-top: 3.5rem;
	}
	.aprender-reiki .curso-etapas {
		gap: 2rem;
	}
	.aprender-reiki .curso-etapas--grouped {
		gap: 2rem;
		padding: 2.25rem 3rem 1.75rem;
	}
	.aprender-reiki #view-curso .curso-pausa {
		margin-bottom: 3.5rem;
	}
	.aprender-reiki .sobre-info-list {
		gap: 2rem;
	}
}

.curso-incluye-wrapper {
	display: inline-block;
}
.curso-incluye {
	display: flex;
	flex-direction: column;
	gap: 0.25em;
	margin: 0 auto;
	border-left: 4px solid #28a745;
	padding: 0.75rem 1rem;
	width: calc(100% - 5rem);
	max-width: 400px;
	color: #404040;
	font-size: 1.6em;
	font-variation-settings: "slnt" 0, "wdth" 87.5;
	line-height: 1.1;
}
  .curso-incluye-item:not(:last-child) {
		border-bottom: 1px dashed #cacaca;
		padding-bottom: 0.25em;
	}

.curso-incluye-item > .db,
.curso-incluye-item > .dib {
	margin-left: 1.525em;
}

.curso-incluye-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.125em;
	width: 1.2em;
	height: 1.2em;
}

.curso-fecha {
	margin: 0.5em auto 0;
	border: 2px solid #2196f3;
	border-radius: 12px;
	background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
	padding: 1rem;
	width: auto;
	max-width: 600px;
	font-size: 1.6em;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}
	.curso-fecha > div {
		flex: 0 1 auto;
		width: 360px;
	}
	.curso-fecha > div:not(.curso-fecha-horario):not(.curso-fecha-dia) > strong {
		font-size: 1.3em;
	}
	.curso-fecha > div > em {
		font-variation-settings: "slnt" 0, "wdth" 87.5;
		font-style: normal;		
	}

.curso-fecha-title {
	margin-bottom: 0.5rem;
	color: #0d47a1;
	font-weight: 600;
	font-size: 1.2em;
}

.curso-fecha-dia {
	margin-bottom: 0.15em;
	color: #1565c0;
	font-weight: 400;
	font-size: 2em;
	line-height: 1;
	text-align: center;
}

.curso-fecha-horario {
	/* color: #1976d2; */
	font-size: 1.3em;
	font-variation-settings: "slnt" 0,
    "wdth" 100;
	line-height: 1;
}

.curso-grupo {
	margin: 1rem 0;
	margin: 0 auto;
	border: 1px solid #9c27b0;
	border-radius: 8px;
	background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
	padding: 1rem;
	width: calc(100% - 5rem);
	max-width: 600px;
	font-size: 1.4rem;
	text-align: center;
}
	.curso-grupo + .testimonial-carousel {
		margin-top: 2rem;
	}

.curso-grupo-text {
	color: #4a148c;
	font-weight: 500;
	font-size: 1.25em;
	font-variation-settings: "slnt" 0,
    "wdth" 125;
}





/* PRECIOS */
.precios-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0;
	font-size: 1.6rem;
}

.precio-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border: 2px solid #dee2e6;
	border-radius: 12px;
	background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
	padding: 1.5rem;
}

.precio-icon {
	flex-shrink: 0;
	font-size: 2em;
}

.precio-tipo {
	flex: 1;
	color: #6c757d;
	font-size: 1.1em;
}

.precio-valor {
	color: #2c3e50;
	font-weight: 700;
	font-size: 1.3em;
}

.reserva-info {
	margin: 1rem 0;
	border: 2px solid #ffc107;
	border-radius: 12px;
	background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
	padding: 1rem;
	font-size: 1.6rem;
	text-align: center;
}

.reserva-text {
	color: #856404;
	font-weight: 600;
}

/* Mobile responsiveness for Reiki styles */
@media (max-width: 768px) {
	.sobre-info-list {
		width: calc(100% - 3rem);
	}
	.sobre-info-content {
		font-size: 1.5rem;
	}
	.sobre-info-sub {
		font-size: 1.2em;
		line-height: 1.1;
	}
	.curso-etapa-content {
		font-size: 1.5rem;
	}
	.box-note--bw {
		border-width: 0.25rem;
		padding: 0.25em 0.55em 0.15em;
		font-size: 1.4em;
	}
	.logo__header img {
		width: 4.5em;
	}
	.entry-header--multi {
		gap: 1rem;
	}
}
@media (max-width: 480px) {
	.curso-etapa-desc {
		font-size: 1.2em;
		line-height: 1.1;
	}
}

/* iOS condensed layout tweaks */
body.is-ios-condensed .main {
	height: 100svh;
	min-height: 100svh;
	padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 0.5rem);
}

body.is-ios-condensed .entry-header--multi {
	gap: 0.75rem;
	padding: 0.35rem 1rem;
}

body.is-ios-condensed .logo__header img {
	width: 4rem;
}

body.is-ios-condensed .logo__texto {
	font-size: 0.7em;
}

body.is-ios-condensed .box-note--bw {
	border-width: 0.2rem;
	padding: 0.35em 0.65em 0.2em;
	font-size: 1.25em;
}

body.is-ios-condensed .view {
	gap: 0.75rem;
	padding-top: clamp(0.35rem, 1.25vh, 1.5rem);
	padding-bottom: clamp(0.35rem, 1vh, 1.25rem);
}

body.is-ios-condensed #view-curso .sobre-title {
	margin-top: 0.25rem;
}

body.is-ios-condensed #view-curso .curso-etapas--grouped {
	padding: 0.75rem 1rem 0.5rem;
	gap: 0.75rem;
}

body.is-ios-condensed #view-curso .curso-etapa {
	gap: 0.5rem;
}

body.is-ios-condensed #view-curso .curso-pausa {
	padding: 0.5rem 1rem;
	margin: 0.65rem 0;
}

body.is-ios-condensed #view-curso .curso-pausa-icon {
	font-size: 2.75em;
}

body.is-ios-condensed #view-curso .curso-pausa-text {
	font-size: 1.15em;
	line-height: 1.2;
}

body.is-ios-condensed #view-curso .testimonial-carousel {
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
}

body.is-ios-condensed.ios-height-short .entry-header--multi {
	gap: 0.5rem;
	padding: 0.25rem 0.75rem;
}

body.is-ios-condensed.ios-height-short .logo__header img {
	width: 3.5em;
}

body.is-ios-condensed.ios-height-short .box-note--bw {
	font-size: 1.15em;
	padding: 0.3em 0.55em 0.15em;
}

body.is-ios-condensed.ios-height-short .view {
	gap: 0.5rem;
}

body.is-ios-condensed.ios-height-short #view-curso .curso-etapas--grouped {
	padding: 0.5rem 0.75rem 0.35rem;
	gap: 0.5rem;
}

body.is-ios-condensed.ios-height-short #view-curso .curso-pausa {
	padding: 0.4rem 0.75rem;
	margin: 0.5rem 0;
}

body.is-ios-condensed.ios-height-short #view-curso .curso-pausa-text {
	font-size: 1.05em;
}

body.is-ios-condensed.ios-height-medium .entry-header--multi {
	gap: 0.85rem;
}

body.is-ios-condensed.ios-height-medium .logo__header img {
	width: 4.25em;
}

body.is-ios-condensed.ios-height-medium #view-curso .curso-pausa {
	margin: 0.75rem 0;
}

body.is-ios-condensed.ios-height-tall .entry-header--multi {
	gap: 1rem;
}

body.is-ios-condensed.ios-height-tall .view {
	gap: 0.9rem;
}

body.is-ios-condensed.ios-height-tall #view-curso .curso-pausa-text {
	font-size: 1.2em;
}

/* TESTIMONIAL CAROUSEL */
.testimonial-carousel {
	position: relative;
	align-self: center;
	margin: 0 auto 1rem;
	background: #f8f9fa;
	padding: 0.5rem;
	width: 100%;
	overflow: hidden;
}

.testimonial-carousel__container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.testimonial-carousel__track {
	display: flex;
	gap: 1rem;
	transition: transform 0.5s ease-in-out;
	width: max-content;
}

.testimonial-carousel::before,
.testimonial-carousel::after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to right, transparent, white);
	width: 5%;
	height: 100%;
	pointer-events: none;
	content: '';
}
.testimonial-carousel::before {
	left: 0;
	background: linear-gradient(to left, transparent, white);
}
.testimonial-carousel::after {
	right: 0;
}


.photos-carousel *,
.photos-carousel,
.testimonial-item *,
.testimonial-item {
	-webkit-touch-callout:none !important;-webkit-user-select:none !important;-khtml-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important; user-drag: none; user-select: none;-webkit-user-drag: none;-webkit-user-select: none;
}
.testimonial-item {
	display: flex;
	flex-shrink: 0;
	flex-flow: column nowrap;
	align-items: center;
	gap: 0.5rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	background: #fff;
	padding: 0.5rem;
	width: 66vw;
	min-width: 250px;
	max-width: 400px;
	font-size: 1.4rem;
}
.swiper .testimonial-item {
	height: 100%;
}

.testimonial-item__image {
	position: relative;
	flex-shrink: 0;
	border-radius: 6px;
	width: 33%;
	height: auto;
	overflow: hidden;
}

.testimonial-item__image img,
.testimonial-item__image-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimonial-item__image img {
	display: block;
	width: 100%;
	height: auto;
}

.testimonial-item__content {
	position: relative;
	flex: 1 1 auto;
	margin-top: 0;
	margin-bottom: auto;
	overflow: hidden;
	font-size: 1.4em;
}

.testimonial-text {
	display: -webkit-box;
	margin: 0;
	-webkit-line-clamp: 4;
	color: var(--sum-color-gray-dark);
	font-weight: 400;
	font-size: 1em;
	line-height: 1.2;
	font-variation-settings: "slnt" 0, "wdth" 87.5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
}

.testimonial-text header {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.25rem;
	font-weight: 700;
	font-variation-settings: "slnt" 0, "wdth" 75;
	white-space: nowrap;
	text-align: center;
	justify-content: center;
}

.testimonial-rating-stars {
	display: inline-block;
	background: url('/images/star-rating.svg') repeat-x left center transparent;
	background-size: auto 100%;
	width: 6.18816em;
	height: 1.0032em;
}

.testimonial-text::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(transparent, #fff);
	height: 1em;
	pointer-events: none;
	content: '';
}

/* Carousel autoplay pause on hover */
.testimonial-carousel:hover .testimonial-carousel__track {
	animation-play-state: paused;
}

/* Carousel drag/swipe functionality */
.testimonial-carousel {
	cursor: grab;
	user-select: none;
}

.testimonial-carousel:active {
	cursor: grabbing;
}

.testimonial-carousel__track {
	will-change: transform;
}

/* Smooth transitions for carousel */
.testimonial-carousel__track {
	transition: transform 0.5s ease-in-out;
}

/* Disable text selection during drag */
.testimonial-carousel.dragging {
	cursor: grabbing;
}

.testimonial-carousel.dragging .testimonial-carousel__track {
	transition: none;
}

/* Mobile responsiveness for carousel */
@media (max-width: 768px) {
	.testimonial-item {
		width: 75vw;
		max-width: 300px;
	}
	
	
	.testimonial-text {
		-webkit-line-clamp: 3;
	}
}

/* PHOTOS CAROUSEL */
.photos-carousel {
	position: relative;
	margin: 1rem 0 0;
	width: 100%;
	overflow: hidden;
}

.photos-carousel::before,
.photos-carousel::after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to right, transparent, white);
	width: 5%;
	height: 100%;
	pointer-events: none;
	content: '';
}
.photos-carousel::before {
	left: 0;
	background: linear-gradient(to left, transparent, white);
}
.photos-carousel::after {
	right: 0;
}

.photos-carousel--clean::before,
.photos-carousel--clean::after {
	display: none;
}

.photos-carousel__container {
	width: 100%;
	overflow: hidden;
}

.photos-carousel__track {
	display: flex;
	gap: 0.25rem;
	transition: transform 0.5s ease-in-out;
}

.photo-item {
	flex-shrink: 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	width: 33.3333%;
	overflow: hidden;
}
	.photo-item__picture {
		display: block;
		width: 100%;
		height: 100%;
	}
		.photo-item__image {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		
@media (max-width: 439px) {
	.photo-item {
		width: 50%;
	}
	
	.testimonial-item {
		font-size: 1.2rem;
	}
	.testimonial-carousel {
		margin-bottom: 0;
	}
	.testimonial-text {
		font-variation-settings: "slnt" 0, "wdth" 75;
		letter-spacing: 0;
		line-height: 1.1;
	}
	
	
	.sobre-title {
		font-size: 2.1em;
	}
	.sobre-subtitle {
		font-size: 1.6rem;
		line-height: 1;
	}
	
	.sobre-info-list {
		width: calc(100% - 3rem);
	}
	.sobre-info-title {
		font-size: 1.5em;
		letter-spacing: 0.05em;
	}
	.sobre-info-sub {
		font-size: 1.1em;
		font-variation-settings: "slnt" 0, "wdth" 87.5;
		text-transform: uppercase;
		font-weight: 400;
	}
	.curso-etapas {
		width: calc(100% - 3rem);
	}
	.curso-etapa-title {
		font-size: 1.5em;
		/* letter-spacing: 0.05em; */
	}
	.curso-etapa-desc {
		font-size: 1.2em;
		/* font-variation-settings: "slnt" 0, "wdth" 87.5; */
		font-weight: 400;
	}
	.curso-pausa {
		margin: 0.25rem auto 0;
		padding: 0.25rem 1rem;
		width: calc(100% - 3rem);
	}
	.curso-pausa-text {
		font-size: 1.15em;
		line-height: 1.1;
	}
}
@media (max-width:369px){
	.curso-pausa-icon {
		font-size: 3em;
	}
}
@media (max-width:349px){
	.curso-pausa {
		padding: 0.25rem 0.5rem;
	}
	.curso-pausa-icon {
		font-size: 2.7em;
	}
	.curso-pausa-text {
		font-variation-settings: "slnt" 0, "wdth" 87.5;
	}
}

@media (min-width:480px){
	.curso-pausa {
		gap: 1rem;
		padding: 1rem 2rem;
	}
	.curso-pausa-text {
		font-variation-settings: "slnt" 0, "wdth" 112.5;
		font-size: 1.5em;
	}
}
