:root{
	--primary-color: #fdf6f0;
    --secondary-color: #f0e4d7;
    --text-color: #333;
    --pink-color: #f5e6e8;
    --yellow-color: #fef7d9;
    --teal-color: #e0f2f1;
	--turquesa_1: #007075;
	--turquesa_2: #007075b2;
	--blanco_1: #e0f2f1;
	--gold-color: #c4a24c;
	--rojito-bg: #fcfbf9;
    --rojito-header-bg: #E06364;
	--gris_1: #EBEBEB;
    --whatsapp-green: #25D366;
	--shadow-green: #9bc5c14c;
	--card-1-color: #d98587;
    --card-2-color: #63a4a5;
    --card-3-color: #d3b36a;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body {
    font-family: 'Poppins','Nunito','Montserrat', sans-serif, system-ui;
    justify-content: center;
    align-items: center;
}
html::before {
  content: "";
  position: fixed;
  inset: 0;
  /*background: url("/conecta2/img/fondo.png");*/
  background-repeat: repeat;
  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
}
/*------------- MENU SUPERIOR-----------*/

.cont_navbar{
	position:fixed;
	width:100%;
	background:#FFF8F5;
	min-height:55px;
	z-index:999;
}
.navbar{
	padding: 0 4rem 0 4rem;
}
.navbar a{
	color: #007175 !important;
}

.navbar-collapse{
	text-align:center;
	width:100%;
}
.navbar-collapse li a:hover{
	background-color:rgba(50,175,181);
	color: #FFF8F5 !important;
}
.container-fluid{
	padding: 0 !important;
}
.container-fluid a {
	padding-left: calc(3rem * .5);
	padding-right: calc(3rem * .5);
}
.cont_cabecera{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	min-width:350px;
}
.cont_titulo{
	display: flex;
    align-items: center;
}
.titulo{
	gap: 6px;
	height: 65px;
	justify-content: center;
	vertical-align:middle;
	width: 250px;
	color: #007175 !important;
}
.titulo h1{
	margin: 0;
	padding:0;
	color: #007175 !important;
	font-weight:bold;
}
.titulo p{
	font-size:0.7rem;
}
.cont_menu{
	display: inline-block;
	width:15%;
	text-align:center;
}
.nav-item img{
	margin-right: 1rem;
}
.logo img{
	width: 60px;
    margin-right: 10px;
}
.navbar-brand > * {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
}

.navbar2{
	background:#007175;
}
.navbar2 ul{
	position:relative;
	margin: 0 auto;
	text-align: center;
	width: 75%;	
	list-style: none;
    padding: 10px;
    display: flex;
    justify-content: center;
}
.navbar2 li{
	list-style-type: none;
	display: inline-table;
	margin-left: 3rem;
	color: #eee;
	font-family: 'Poppins','Nunito', sans-serif, system-ui;
	font-size: 0.75rem;
	font-weight: bold;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,113,117,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler {
	 border-color: rgba(0,113,117,1);
}

/**** whatsapp ****/
.btn-whatsapp {
    display: flex;
    align-items: center;
    background-color: var(--whatsapp-green);
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.3s;
}

.btn-whatsapp:hover {
    background-color: #20b856;
}

.btn-whatsapp img {
    width: 24px;
    margin-right: 10px;
}

main {
	padding-top: 100px;
}
/*------------- SECCION 1-----------*/
.seccion1{
	position:relative;
	margin: 0 auto;
	width: 80%;
	margin-top: 150px;
	background-image: url("img/img001.png");
	background-size: cover;
	background-position: center;
	background-color: rgba(255,248,245, 0.3);
}

/*------------- SLIDER-----------*/
.slider {
  position: relative;
  margin-top:55px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  display: none;
}

.slides {
  display: flex;
  transition: transform 0.4s ease;
  touch-action: pan-y;
}

.slides img {
  width: 100%;
  flex-shrink: 0;
  object-fit: cover;
}
/* Flechas */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 28px;
  padding: 10px 14px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 50%;
}
.prev { left: 10px; }
.next { right: 10px; }

/* Mostrar flechas */
.slider:hover .nav,
.slider:active .nav {
  opacity: 1;
}

/* Móvil: flechas siempre visibles */
@media (max-width: 768px) {
  .nav {
    opacity: 1;
  }
}


/*--------------SECCION 1 (INICIO) y 2 (BURBUJAS)--------------*/
.wellcome {
    text-align: center;
    padding: 4rem 2rem;
}

.wellcome-subheading{
    color: var(--card-1-color);
    font-size: 1rem;
    font-weight: bold;
}

.wellcome h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
/*---------*/
.burbujas {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    flex-wrap: wrap;
}

.reserve-button-container{
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}


/*--------------SECCION 3 NEUROCONECTA--------------*/
.seccion3{
	display: flex;
	justify-content: center; /* Centra horizontalmente */
	align-items: center;
}
.container_neuroconecta {
    display: flex;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 90%;
}

.gallery {
    flex: 1;
    position: relative;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}

.gallery-images img {
    width: 100%;
    /*aspect-ratio: 4 / 3;*/
    object-fit: cover;
    display: none;
	max-height: 600px;
}

.gallery-images img.active {
    display: block;
}

.gallery-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.gallery-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.gallery-dots .dot.active {
    background-color: white;
}

.content {
    flex: 1;
    padding: 40px;
}

.header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.header .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.header h2 {
    font-size: 24px;
    margin: 0;
}

.seccion3 h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.seccion3 p {
    line-height: 1.6;
    margin-bottom: 20px;
}

.buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 30px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: transform 0.2s;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn img {
    margin-right: 10px;
    width: 20px;
}

.btn-pink {
    background-color: var(--pink-color);
}

.btn-yellow {
    background-color: var(--yellow-color);
}

.discover-more {
    display: flex;
    align-items: center;
    color: #e57373;
    text-decoration: none;
    font-weight: bold;
    justify-content: flex-end;
}

.discover-more img {
    margin-left: 10px;
    width: 20px;
}


/*-------------SECCION 4 TRATAMIENTOS--------------*/
.tratamientos {
    width: 100%;
    text-align: center;
}

.treatments-header {
    margin-bottom: 1rem;
	background-color: var(--turquesa_2);
	width: 100%;
	align-items: center;
    justify-content: center;
	text-align: center;
	padding: 2rem 1rem;
	color: var(--blanco_1);
}
.treatments-titulo{
	margin: 0 auto;
	width: 80%;
}
.treatments-header img {
    width: 50px;
    margin-bottom: 1rem;
	display: inline-block;
}

.treatments-header h2 {
    font-size: 28px;
    font-weight: 700;
	display: inline-block;
	padding: 0 0.3rem;
}

.treatments-header p {
	display:block;
	width: 100%;
    font-size: 16px;
}

.treatments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.treatment-card {
    background-color: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.card-header img {
    width: 40px;
    margin-right: 1rem;
}

.card-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #004d40;
    margin: 0;
}

.treatment-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.treatment-card li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.read-more {
    display: flex;
    align-items: center;
    color: #00796b;
    text-decoration: none;
    font-weight: bold;
    justify-content: flex-end;
}

.read-more img {
    margin-left: 0.5rem;
    width: 18px;
}

/*-------------SECCION 5 EMOCIONADOS--------------*/
.emocionados-section {
    width: 100%;
    text-align: center;
}

.emocionados-header {
    margin-bottom: 1rem;
	background-color: var(--gold-color);
	padding: 2rem 1rem;
}

.emocionados-header img {
    width: 40px;
    margin-bottom: 1rem;
	display: inline-block;
}

.emocionados-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: white;
	display: inline-block;
	padding: 0 0.3rem;
}

.emocionados-header p {
    font-size: 16px;
    color: white;
	width:100%;
    margin: 0 auto;
}

.emocionados-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto 0.5rem auto;
	padding: 2rem 1rem;
}

.emocionado-card {
    background-color: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.emocionado-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 4px solid var(--gold-color);
}

.emocionado-badge {
    display: block;
    background-color: var(--secondary-color);
    color: var(--text-color);
    padding: 0.3rem 0.8rem;
	margin: 1rem;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.emocionado-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--gold-color);
    margin: 0 0 0.5rem 0;
}

.emocionado-card p {
    line-height: 1.6;
    margin: 0;
}

.emocionados-footer {
    background-color: #fafafa;
    padding: 2rem;
    border-radius: 15px;
    max-width: 800px;
    margin: 0 auto 2rem auto;
}

.emocionados-footer p {
    margin: 0 0 1rem 0;
}

.btn-solicitar {
    background-color: var(--gold-color);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-solicitar:hover {
    background-color: #a7863d;
}

/*-------------SECCION 6 SOBRE MI--------------*/
.about-me-section {
    width: 100%;
    background-color: var(--rojito-bg);
}

.about-me-header {
    background-color: var(--rojito-header-bg);
    text-align: center;
    padding: 2rem 1rem;
    color: white;
	margin-bottom: 1rem;
}

.about-me-header img {
    width: 40px;
	vertical-align:middle;
}

.about-me-header h2 {
    font-size: 28px;
    margin: 0.5rem 0;
	display: inline-block;
	padding: 0 0.3rem;
	vertical-align:middle;
}

.about-me-header p {
	display:block;
	width: 100%;
    font-size: 16px;
}

.about-me-content {
    display: flex;
    max-width: 1000px;
    margin: 2rem auto;
    padding: 0 2rem;
    gap: 2rem;
}

.about-me-image {
    flex: 1;
    position: relative;
}

.about-me-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.license-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.license-badge img {
    width: 24px;
    margin-right: 10px;
}

.about-me-text {
    flex: 1.5;
}

.about-me-text h3 {
    font-size: 24px;
    margin: 0;
}

.about-me-text h4 {
    font-size: 16px;
	font-style: italic;
    color: var(--turquesa_1);
    margin: 5px 0 20px 0;
}
.about-me-text strong{
	color: var(--turquesa_1);
}
.info-cards {
    display: flex;
    gap: 1rem;
    margin: 2rem 0;
}

.info-card {
    flex: 1;
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.info-card img {
    width: 40px;
}

.info-card h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.info-card p {
    margin: 5px 0 0 0;
    font-size: 12px;
}

.about-me-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
}

.btn-reserva {
    background-color: var(--rojito-header-bg);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-reserva:hover {
    background-color: #c07b7b;
}

/*-------------SECCION 7 TARIFAS--------------*/
.tarifas-section {
    width: 100%;
    text-align: center;
}

.tarifas-header {
    margin-bottom: 1rem;
	background-color: var(--gris_1);
	padding: 2rem 1rem;
}

.tarifas-header h2 {
    font-size: 28px;
    font-weight: 400;
    color: var(--text-color);
}

.tarifas-header h2 strong {
    font-weight: 700;
    color: #004d40;
}

.tarifas-header p {
    font-size: 16px;
    color: var(--text-color);
    max-width: 600px;
    margin: 0 auto;
}

.tarifas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
	padding: 2rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.tarifas-card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--secondary-color);
}

.tarifas-card-img-container {
    width: 100%;
	background: linear-gradient(300deg, rgba(224, 99, 101, 1) 0%, rgba(255, 255, 255, 0.5) 56%, rgba(0, 113, 117, 1) 100%);
	background-color: transparent;
	padding: 0.5rem 0.5rem 0 0.5rem;
    height: 200px;
    overflow: hidden;
}

.tarifas-card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 15px 15px 0 0 ;
}

.tarifas-card-content {
    padding: 2rem;
    text-align: left;
}

.tarifas-card-content h3 {
    font-size: 20px;
    font-weight: 400;
    color: #004d40;
    margin: 0 0 1.5rem 0;
}

.tarifas-card-content h3 strong {
    font-weight: 700;
}

.tarifas-card-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.tarifas-card-content li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}

.tarifas-card-content li::before {
    content: '';
    position: absolute;
    left: 0;
    color: #004d40;
    font-weight: bold;
}

.tarifas-card-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
    color: var(--text-color);
}

.tarifas-card-info span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tarifas-card-info img {
    width: 20px;
}

.btn-bonos {
    background-color: #d68c8c;
    color: white;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-bonos:hover {
    background-color: #c07b7b;
}

/* Soledad Section (BORRAR)*/
.soledad-content p::after {
    content: '';
    display: block;
    width: 200px;
    height: 1px;
    background-color: white;
    margin: 1.5rem auto 0;
}

/*------------- PRIMERA VISITA Y FAQ SECTION ------------*/
.visita-faq-section {
    width: 100%;
    text-align: center;
}
.visita-faq-header{
	padding: 2rem 1rem;
	background-color: var(--turquesa_2);
	color: white;
}
.visita-faq-header span{
	font-style:italic;
}
.visita-faq-header h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

.visita-faq-header p {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 1rem;
}

.visita-title,
.faq-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 3rem;
}

.visita-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    max-width: 1000px;
    margin: 1rem auto 1rem auto;
}

.visita-step {
    text-align: center;
	align-items: center;
    justify-content: center;
	background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
	padding: 1rem;
    flex-direction: column;
}
.arrow {
    font-size: 2rem;
    color: #ccc;
	grid-column: auto;
}
.visita-icon-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
	box-shadow: 0 0 20px var(--step-color);
    background-color: var(--step-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
}

.visita-icon-container img {
    color: white;
}

.visita-step-number {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--step-color);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid white;
}

.visita-step h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

.visita-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 1rem;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    cursor: pointer;
    font-weight: 700;
}

.faq-chevron {
    transition: transform 0.3s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-answer p {
    padding-bottom: 1.5rem;
    margin: 0;
}

.faq-item.active .faq-chevron {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    max-height: 200px; /* Adjust as needed */
}




/*-------------- FOOTER ---------------*/
.footer {
    background-color: var(--turquesa_1);
    color: white;
    padding: 4rem 2rem 0;
    width: 100%;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.footer-column h3 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-column p::before {

	text-align:left;
	content: '';
	display: block;
	width: 75%;
    height: 1px;
    margin: 0 auto 1rem 0;
	background-color: white;
}

.footer-column p {
    line-height: 1.7;
    font-size: 14px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 1rem;
}

.footer-column a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: var(--secondary-color);
}

.social-icons {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(5px, 1fr));
    gap: 0.5rem;
	width:60%;
	
}
.sicon{
	text-align: center;
	align-items: center;
    justify-content: center;
	display: inline-flex;
	flex: 0 0 auto;
	position: relative;
	background-color: var(--shadow-green);
	height: 35px;
	border-radius: 35px;
}

.social-icons img {
    width: 20px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.footer-bottom li {
    margin-left: 1.5rem;
}

.footer-bottom a {
    color: white;
    text-decoration: none;
}



/*---------* ARREGLOS DETALLES*------------*/
.treatments-header p::before,
.emocionados-header p::before,
.about-me-header p::before,
.tarifas-header p::before,
.visita-faq-header p::before{
    content: '';
	display: block;
	width: 75%;
    height: 1px;
    margin: 0 auto 1rem;
	background-color: white;
}

/*-------------BURBUJAS--------------*/
#escena {
	display: none;
    position: relative;      /* Importante: participa en el flujo normal */
    width: 100%;
    min-height: 1500px;       /* O el valor que necesites como base */
    background: transparent;     /* Tu fondo */
    overflow: visible;       /* Deja ver todo el contenido */
    padding-bottom: 40px;    /* Evita que se corte el último elemento */
}

#canvas {
    position: absolute;   
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;      /* ocupa toda la escena */
    display: block;
    z-index: 1;        /* detrás */
}
#contenido {
    position: relative;/* relativo a #escena */
	z-index: 2;		
    width: 100%;
    box-sizing: border-box;
}
/* Caja central */
.content-box {
	background: #FEFBF6;
	border-radius: 8px;
	/*box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
	z-index: 1;
}

/************************ BURBUJAS *******************************/
#bub0{
	color: #2299A1;
}
#bub0 h1{
	font-family: "Permanent Marker", cursive;
	font-size:70px;
}

.bubble, .bubbleTitulo {
	position: absolute;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	z-index: 3;
	font-family: "Patrick Hand", sans-serif;
	color: #FEFBF6;
	transition: text-shadow 0.5s ease;
}
.bubble:hover { opacity: 1; cursor:pointer;
	background-color: hsl(from red h s calc(l + 10%));
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.bubble h1, .bubble h2 { margin: 0 0 10px 0; }
.bubble-text{
	position: relative;
	margin: 0 auto;
	opacity: 1;
	z-index: 5;
}
.bubble::before{
  content: "";
  position: absolute;
	width: 100%;
  /*top: 0; left: 0; right: 0; bottom: 0;*/
  height: 100%;
  border-radius: 50%;
  background: black;
  opacity: 0.3;              
  z-index: 2;
  transition: opacity 0.6s ease-in-out;
}
.bubble:hover::before { 
	opacity: 0; 
}
.bubble:hover .bubble-text { 
	opacity: 1; 
}
/*Colores burbujas*/
#bub0 { }
#bub1 { background:rgba(234,181,235,1); }
#bub2 { background:rgba(242,233,176,1); }
#bub3 { --color-base:rgba(156,196,195); }
#bub4 { background:rgba(253,188,160,1); }
#bub3:hover{
	 background-color: rgba(156,196,195);
}


/************FB*****************************/
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        width: 100%;
        border-radius: 0;
        margin-top: 0; /* Remove margin on mobile */
    }

    .gallery {
        border-radius: 0;
    }

    .treatments-grid {
        grid-template-columns: 1fr;
    }

    .emocionados-grid {
        grid-template-columns: 1fr;
    }
    .emocionados-footer {
        width: calc(100% - 4rem);
    }
    .about-me-content {
        flex-direction: column;
    }
    .info-cards {
        flex-direction: column;
    }
    .about-me-buttons {
        flex-direction: column;
        align-items: stretch;
    }
	.bienestar-grid {
        grid-template-columns: 1fr;
    }
	.visita-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    .arrow {
        display: none;
    }
	.footer-container {
        grid-template-columns: 1fr;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom ul {
        margin-top: 1rem;
    }
    .footer-bottom li {
        margin: 0 0.5rem;
    }
}

/*******************************************/

/* Móviles <599px */
@media (max-width: 599px) {

	#bub0 { display: none;}
	#bub1 { width: 60vw; height:60vw; top: 1%; left: 15%; background:rgba(234,181,235,1); }
	#bub2 { width: 60vw; height:60vw; top: 40%; left: 15%; background:rgba(242,233,176,1); }
	#bub3 { width: 60vw; height:60vw; top: 80%; left: 15%; background:rgba(156,196,195,1); }
.bubble-text h1{
	font-size: 1.4rem !important;
}
.bubble-text{
	font-size: 0.8rem;
}
.subtitulo{
	display:none;
}

}

@media (max-width: 768px) {
#escena {
	height: 100dvh; /* altura dinámica real del viewport en móviles */
}
}

/* SM: de 600px a 767px*/
@media (min-width: 600px) {
.bubble, .bubbleTitulo {
        position: relative;
        margin-bottom: 40px;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
    }

    #contenido {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
.bubble-text h2{
font-size: 1.4rem !important;
}
.bubble-text{
	font-size: 1rem;
}

}

/* MD: 768px a 991px*/
@media (min-width: 768px) {
	/* Posiciones y colores */
	#bub0 { display:none;}
	#bub1 { width: 28vw; height:28vw; min-width: 250px; min-height: 250px; top: 10%; left: 5%; background:rgba(234,181,235,1); }
	#bub3 { width: 28vw; height:28vw; min-width: 250px; min-height: 250px; top: 50%; left: 33%; background:rgba(156,196,195,1); }
	#bub2 { width: 28vw; height:28vw; min-width: 250px; min-height: 250px; top: 10%; right: 5%; background:rgba(242,233,176,1); }
.bubble-text h2{
	font-size: 1.4rem !important;
}
.bubble-text{
	font-size: 1rem;
}
#bub0 h1{
	font-size:50px;
}
#bub0 p{
	font-size: 1.5rem;
}


}

/* LG: 992px a 1199px*/
@media (min-width: 992px) {
	/* Posiciones y colores */
	#bub0 { width: 30vw; height:30vw; top: 40%; left: 33%; display: flex;}
	#bub1 { width: 25vw; height:25vw; min-width: 250px; min-height: 250px; top: 10%; left: 5%; background:rgba(234,181,235,1); }
	#bub3 { width: 25vw; height:25vw; min-width: 250px; min-height: 250px; top: 1%; left: 50%; transform: translateX(-50%); background:rgba(156,196,195,1); }
	#bub2 { width: 25vw; height:25vw; min-width: 250px; min-height: 250px; top: 10%; right: 5%; background:rgba(242,233,176,1); }
.bubble-text h2{
	font-size: 1.5rem !important;
}
.bubble-text{
	font-size: 1.1rem;
}
#bub0 h1{
	font-size:45px;
}
#bub0 p{
	font-size: 1.4rem;
}


}

/* XL: 1200px a 1399px */
@media (min-width: 1200px) {
	/* Posiciones y colores */
	#bub0 { width: 30vw; height:30vw; top: 40%; left: 33%; display: flex;}
	#bub1 { width: 25vw; height:25vw; min-width: 250px; min-height: 250px; top: 10%; left: 5%; background:rgba(234,181,235,1); }
	#bub3 { width: 25vw; height:25vw; min-width: 250px; min-height: 250px; top: 1%; left: 50%; transform: translateX(-50%); background:rgba(156,196,195,1); }
	#bub2 { width: 25vw; height:25vw; min-width: 250px; min-height: 250px; top: 10%; right: 5%; background:rgba(242,233,176,1); }
.bubble-text h2{
	font-size: 1.5rem !important;
}
.bubble-text{
	font-size: 1.1rem;
}
#bub0 p{
	font-size: 1.8rem;
}

}

/* XXL: >1400px */
@media (min-width: 1400px) {
	/* Posiciones y colores */
	#bub0 { width: 30vw; height:30vw; top: 40%; left: 34%; display: flex;}
	#bub1 { width: 25vw; height:25vw; min-width: 250px; min-height: 250px; top: 10%; left: 5%; background:rgba(234,181,235,1); }
	#bub3 { width: 25vw; height:25vw; min-width: 250px; min-height: 250px; top: 1%; left: 50%; transform: translateX(-50%); background:rgba(156,196,195,1); }
	#bub2 { width: 25vw; height:25vw; min-width: 250px; min-height: 250px; top: 10%; right: 5%; background:rgba(242,233,176,1); }

.bubble-text h2{
	font-size: 1.7rem !important;
}
.bubble-text{
	font-size: 1.3rem;
}
#bub0 p{
	font-size: 1.8rem;
}

}