@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

  .statusMsg
  {
    margin-top: 8px;
  }
  .centrada 
    {
   display: inline-block;
  place-content: center;
  margin: auto;
  width: 290px;
  height: auto;
    }

    h2
    {
      text-align: center;
      color: var(--color-accent);
    }

    .img-circle 
    {
      border-radius: 50%;
    }

    .centrado 
    {
      text-align: center;
    }

.events .event-item {
  background-size: cover;
  background-position: center;
  width: 400px;
  min-height: 250px;
  /*padding: 30px;*/
}

@media (max-width: 575px) {
  .events .event-item {
    min-height: 250px;
  }
}


.section-header p
{
    color: var(--color-accent);
}

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: #fff;
    /*color: rgba(255, 255, 255, 0.7);*/
    margin-right: 10px;
    transition: 0.3s;
}
svg 
{
  width: 50px;
  height: 50px;
}

.movil 
{
  display: none;
}

@media only screen and (max-width: 600px) {
  
  .movil 
  {
    display: inline-block;
   font-size: 15px;
   font-weight: bold;
    color: #c084fc;
    text-align: center;
  /*margin-left: 9px;*/
  }

  .member img 
{
 width: 100%;
  height: 150px;
}

.separado 
{
  margin-bottom: 8px;
}
  

.member
{
  height: 420px;
}


}
.search-box {
  margin-top: 5px;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 60px;
  border-radius: 120px;
  margin: 0 auto;
}

#cmbproducto {
  margin-bottom: 8px;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 60px;
  border-radius: 120px;
  margin: 0 auto;
}

.search-icon, .go-icon {
  position: absolute;
  top: 0;
  height: 60px;
  width: 86px;
  line-height: 61px;
  text-align: center;
}
.search-icon {
  left: 0;
  pointer-events: none;
  font-size: 1.22em;
  
}
.si-rotate {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.go-icon {
  right: 0;
  pointer-events: none;
  font-size: 1.38em;
  will-change: opacity;
  cursor: default;
  opacity: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.go-in {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.search-border {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  height: 60px;
}
.border {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.border {
  stroke-dasharray: 740;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -webkit-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -moz-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
  -o-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
}
.border-searching .border {
  stroke-dasharray: 740;
  stroke-dashoffset: 459;
  transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -webkit-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -moz-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
  -o-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
}
#product-search {

  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 120px;
  border: none;
  background: rgba(255,255,255,0);
  padding: 0 68px 0 68px;
  color: #333;
  font-size: 1.32em;
  font-weight: 400;
  letter-spacing: -0.015em;
  outline: none;

}
#product-search::-webkit-input-placeholder {color: #333;}
#product-search::-moz-placeholder {color: #333;}
#product-search:-ms-input-placeholder {color: #333;}
#product-search:-moz-placeholder {color: #333;}
#product-search::-moz-selection {color: #333; background: rgba(0,0,0,0.25);}
#product-search::selection {color: #333; background: rgba(0,0,0,0.25);}


/*.main{
    display:block;
    position:relative;
    width: 100%;
    margin: 0 auto;
}*/
.cover{
    display:block;
    position:relative;
    height:150px;
    overflow:hidden;
    z-index:1;
    background-color: var(--color-accent);
}
.cover img{
   max-width:100%;
    z-index:1;
}
.profile{
   display:inline-block;
    position:relative;
    /*border:#d0efff solid 3px;
    border-radius:5px;*/
    width:200px;
    height:200px;
    margin: -100px 0 10px 20px;
    z-index:999;
}
.profile p {
  position: relative;
   display:inline-block;
   right: 290px;
  top: 95px;
   z-index: 999;
   color: var(--color-accent);

}

texto
{
  position: relative;
   display:inline-block;
   left: 250px;
  top: 95px;
   z-index: 999;
   color: var(--color-accent);
}
.profile img{
  position: absolute;
   max-width:100%;
    z-index:1;
    display: inline-block;
    float: left;
}

.container2 {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 1em; /* reduce space below header */
}

.logo2 {
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.container2 .logo2 {
  position: static;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.store-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  padding: 12px 20px; /* tighter vertical spacing */
  border-radius: 10px;
  margin-bottom: 0.5rem; /* less gap before status */
}

.store-header .logo2 {
  margin-right: 8px;
}

.store-header .store-name {
  text-align: center;
}
.store-name {
  color: #424242;
}
.servicios-detalle .store-name {
  color: #424242;
}

.store-header .title {
  margin: 0;
}

/*
 * The mobile layout previously stacked the logo above the store name on
 * small screens using flex-direction: column. Keeping them side by side
 * provides a consistent appearance across viewports, so the responsive
 * override is removed.
 */

.container2 .visallo {
  background-image: url(http://www.visallo.com/sites/default/files/logo_0.png);
  position: absolute;
  right: 30px;
  top: 30px;
  margin-left: -100px;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9;
}

.container2 .tagline {
  position: absolute;
  right: 30px;
  top: 70px;
  width: 150px;
  text-align: right;
  color: white;
  opacity: 0.8;
  text-rendering: optimizelegibility;
  text-shadow: none;
  line-height: 1.3em;
  font-weight: normal;
  font-size: 75%;
}

.store-header .title {
  font-size: 28px;
  color: var(--color-default);
  position: static;
  text-rendering: optimizelegibility;
  text-shadow: none;
  font-weight: 700;
  /* Match product title typography */
  font-family: 'Poppins', sans-serif;
}
.cover-photo {
  height: 315px;
}

.cover-photo .graph {
  background-color: var(--color-accent);
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cover-photo .graph:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .3;
}

.cover-photo .timeline {
  list-style: none;
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0;
  width: 100%;
  height: 115px;
  background: linear-gradient(to top, rgba(0,0,0,1) 30%, rgba(0,0,0,0));
  display: flex;
  align-items: flex-end;
}

.cover-photo .timeline li {
  background: #ec1c24;
  margin: 1px;
  flex: 1 1;
}

/*.logo2, .title { display: none; }
 .tagline { display: none; }*/

.limpiar 
{
  margin-top: 11px;
}

.morado
{
  color: var(--color-button);

}

.estructura 
{
  margin: 5px;
}

.ajustado {
  width: 100px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
}
.default-product-icon {
  width: 100px;
  height: 80px;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #000;
}
.categoria-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.categoria-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 5px;
    box-sizing: border-box;
}
.category-slider .swiper-slide {
  width: auto;
  display: inline-block;
  text-align: center;
}

.category-slider .swiper-slide:first-child {
  margin-left: 10px;
}

@supports (width: fit-content) {
  .category-slider .swiper-slide {
    width: fit-content;
  }
}

.category-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
  color: inherit;
  text-decoration: none;
}

.category-link p {
  margin: 5px 0 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.category-header {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.service-category {
  scroll-margin-top: 80px;
  margin-bottom: 20px;
}

/* Make each product row clickable */
.producto {
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

/* Smaller text for product titles and descriptions */

.producto h3 {
  color: #0F172A;
  margin: 5px 0;
  overflow-wrap: anywhere;
  font-size: 17px;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.producto p:not(.product-price) {
  margin: 5px 0;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.3;
  font-family: var(--font-secondary);
}

/* Price styling for product listings */
.product-price {
  font-size: 15px;
  font-weight: 700;
  color: #6c757d;
  margin-bottom: 0;
}

/* Offset the events section below the fixed header */
.events-offset {
  margin-top: 30px !important;
  padding-top: 0 !important;
}

@media (max-width: 575px) {
  .events-offset {
    margin-top: 70px;
  }
}

.servicios-detalle .events-offset {
  margin-top: 45px !important;
}

/* Typography tweaks for mobile app look */
body {
  /*
   * Keep the base font size for this page but allow text
   * to inherit the appropriate family from the global
   * stylesheet. This prevents description elements
   * using var(--font-secondary) from being overridden.
   */
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  background-color: #f9f9f9;
}


.store-info .info-line,
.time-box.info-line {
  font-size: 16px;
  /* Match product description typography */
  font-family: var(--font-secondary);
}

/* Allow stacked schedule lines */
.time-box.info-line {
  display: block;
  margin-bottom: 4px;
}

.category-link p {
  font-size: 14px;
  /* Use description font for category labels */
  font-family: var(--font-secondary);
}

.product-price {
  font-size: 15px;
  font-weight: 700;
  color: #6c757d;
}

.accordion-button {
  background-color: var(--color-accent);
  border-radius: 10px;
}

.accordion-item {
  border-radius: 10px;
  margin-bottom: 10px;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  background-color: var(--color-accent);
  border-color: #C8A2C8;
  box-shadow: 0 0 0 0.25rem rgba(200, 162, 200, 0.25);
}

/* Styles for expanded category sections when accordion removed */
.category-section {
  border-radius: 10px;
  margin-bottom: 10px;
}
.category-title {
  background-color: var(--color-accent);
  border-radius: 10px;
  padding: 0.5rem 1rem;
  color: #fff;
  margin: 0;
}
.category-content {
  padding: 0.5rem 1rem;
}

/* Schedule widget styles */
.schedule-widget .dropdown-toggle {
  border-radius: 20px;
}

.schedule-widget .dropdown-menu {
  z-index: 1050;  /* appear above fixed header */
}

.schedule-widget .dropdown-menu li {
  display: flex;
  align-items: center;
  padding: 0.25rem 1rem;
}

.schedule-widget .dropdown-menu i {
  margin-right: 0.25rem;
}

.schedule-widget .status-available,
.schedule-widget .status-unavailable {
  padding: 2px 8px;
  border-radius: 15px;
  display: inline-block;
}

.schedule-widget .status-available {
  color: var(--color-button);
  background-color: #7ad3a9;
}

.schedule-widget .status-unavailable {
  color: #dc3545;
  background-color: #f8d7da;
}

.schedule-widget .clock-icon {
  margin: 0 8px;
  width: 24px;
  height: 24px;
}

.schedule-widget .clock-icon path.circle {
  fill: var(--color-accent);
}

.schedule-widget .clock-icon path.hands {
  fill: var(--color-button);
}

.schedule-card {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 0.5rem;
}

.search-input {
  border-radius: 20px;
  margin: 8px 0;
}

/* Reduce space before the product list */
section.faq {
  /*background-color: rgba(255, 0, 0, 0.05);  rojo suave para detectar*/
  /*border: 1px dashed red;*/
}

#dataContainer {
  min-height: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#dataContainer {
  min-height: 400px;
  padding-top: 20px;
  transition: all 0.3s ease;
}
.swiper-wrapper {
  height: auto !important;
}

.category-slider {
  height: auto !important;
}

.category-scroll {
  display: flex;
  overflow-x: auto;
  padding: 10px;
  gap: 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.category-scroll::-webkit-scrollbar {
  display: none;
}

.category-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  text-align: center;
  width: 90px;
}

.category-btn {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.category-link {
  color: inherit;
  text-decoration: none;
  display: block;
}
.category-slider .swiper-wrapper:empty {
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.category-slider .swiper-wrapper {
  min-height: 0 !important;
}


