:root{
      --bg:#f5f7fb;
      --card:#ffffff;
      --text:#1f2937;
      --muted:#6b7280;
      --color: #F5A041;
      --line:rgba(0,0,0,.08);
      --accent:#111827;
      --soft:#eef2f7;
      --shadow:0 20px 50px rgba(15, 23, 42, .08);
      --radius:24px;
    }

body{
     
      background:
        radial-gradient(circle at top left, rgba(235,141,42,.10), transparent 35%),
        radial-gradient(circle at bottom right, rgba(17,24,39,.08), transparent 35%),
        var(--bg);
      color:var(--text);
    
      align-items:center;
      justify-content:center;
    }
 
.accesofast i,
.rrss_top i
{
    color: #fff;
    background-color:#F5A041;

    padding: 10px;
    border-radius: 50px;
    
} 

.topFast .accesofast a
{
    padding-top: 5px;
    color: #777;
    text-decoration: none;
}


.logoTop
{
    max-width: 200px;
}

.hero { position: relative; }
.hero-slide{
    overflow: hidden;
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: end;
  padding: 3rem 0;
}

img.img-der
{
    position: absolute;
    width: 550px;
    right: 0px;
    bottom: 0;
    
}

img.img-mascota
{
    position: absolute;
    width: 180px;
    right: 45%;
    bottom: 0px; 
    z-index: 2;
}
.move
{
    text-align: right;
    display: inline-block;
}

@media (max-width: 1400px)
{

    img.img-mascota
    {
        z-index: 0 !important;
        left: 20%;
    }
}

@media (max-width: 800px)
{
    img.img-der
    {
        width: 350px; 
        right: -150px;
        bottom: 20px;
    }
    img.img-mascota
    {
         left: 30%;
    }
    .rrss_top
    {
        display: none;
    }
}


.hero-overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.65));
}

.hero-content{ position: relative; color:#fff; }

.hero-cta
{ 
    margin: auto;
    text-align: center;
    margin-top: -1.25rem; 
    position: relative; 
    z-index: 3; 
}

@media (min-width: 768px){
  .hero-cta button{ width: auto !important; }
}


/* Asegura que el contenido del hero siempre quede clickeable */
.hero-slide { position: relative; }
.hero-overlay { pointer-events: none; } /* la capa oscura nunca debe capturar clicks */
.hero-content { position: relative; z-index: 5; }


.slide-title
{
  color: #fff;  
}


#btnGoShortcuts
{
    width: 50px;
    height: 50px;
    padding: 15px;
    border-radius: 50px;
    background-color:  #f8f8f8;
    text-align: center;
    margin: auto;
}

#btnGoShortcuts:hover
{
    box-shadow: 2px 5px 10px #ddd;
    color: #F5A041;
}

#btnGoShortcuts i
{
    font-size: 1.5rem;
    margin-top: 1px;
    margin-left: -1px;
}


#offcanvasNavList .list-group-item.is-active{
  background: #F0952E;
  color: #fff;
  border-color: #F5A041;
  font-weight: 600;
}

#offcanvasNavList .list-group-item.is-active:hover{
  background: #F5A041;
  color: #fff;
}

/* Panel atajos con transición */
.shortcuts-panel
{
  transform: translateY(10px);
  opacity: 1;
  transition: all 220ms ease;
}

.shortcuts-panel.is-hidden{
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

h3
{

    margin-top: 20px;
    margin-bottom: 20px;
    color: #565656;
}

/* Thumb “Quiénes somos” */
.shortcut-card 
{ 
    border-radius: 14px; 
    overflow: hidden; 
}

.shortcut-thumb
{ 
  height: 280px;
  background-size: cover;
  background-position: center;

}

/* Servicios horizontal */
.services-scroll
{
  display: flex;
  grid-gap: 12px;
  overflow-x: auto;
  padding-right: 5px;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.services-scroll::-webkit-scrollbar
{
    height: 8px;
}

/* Thumb para servicios (horizontal) */
.service-card
{
  min-width: 270px;
  border-radius: 14px;
  overflow: hidden;
}
.service-thumb{
  height: 180px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.services-scroll.is-dragging { cursor: grabbing; }
.services-scroll { cursor: grab; }

.services-scroll a { -webkit-user-drag: none; user-drag: none; }
.services-scroll img { pointer-events: none; } /* si usas <img> en vez de background */


.btn-orange
{
    background-color: #F5A041;
    border: 1px solid #F5A041;
    padding: 3px 10px;
    border-radius: 50px;
}

.t_orange
{
    color: #E67311;
}

.btn_iso
{
    
    color: #97A0A6;
    border: 1px solid #97A0A6;
    background-color: #f7f7f7;
    padding: 3px 10px;
    border-radius: 50px;
    list-style: none;
    text-decoration: none;
}

.btn_iso:hover
{
    background-color: #F5A041;
    border: 1px solid #F5A041;
    color: #fff;
}

.btn:active
{
    background-color: #F5A041;
    color: #fff; 
}

.btn_top
{
   padding: 5px 15px; 
}

.btn-warning
{
   background-color: #F5A041; 
}

.btn-warning:hover
{
    background-color: #FFB663; 
}

/* ===== CLIENTES ===== */

.t_center 
{
    text-align: center;
    margin: auto;
}

.clients-marquee 
{
  overflow: hidden;
  position: relative;
  width: 100%;
}

.clients-track 
{
  display: flex;
  grid-gap: 48px;
  width: max-content;
  animation: clients-scroll 28s linear infinite;
}

.clients-marquee:hover .clients-track {
  animation-play-state: paused;
}

.client-item 
{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  min-width: 140px;
  opacity: .75;
  transition: opacity 200ms ease;
}

.client-item img
{
    max-height: 140px;
    max-width: 100px;
    object-fit: contain;
    filter: grayscale(100%);
    border-radius: 25px;
}

.client-item:hover {
  opacity: 1;
}

.client-item:hover img {
  filter: grayscale(0%);
}

/* Animación */
@keyframes clients-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.custom-tooltip {
  --bs-tooltip-bg: #69665e;
  --bs-tooltip-color: var(--bs-white);
}

/* ===== ABOUT HERO ===== */

.about-hero 
{ 
    position: relative;
    min-height: 360px;
    display:flex;
    align-items:flex-end;
}
.about-hero__bg{
  position:absolute; inset:0;
  background-size: cover;
  background-position: center;
}
.about-hero__overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.75));
}
.breadcrumb--light .breadcrumb-item a { color: rgba(255,255,255,.75); text-decoration:none; }
.breadcrumb--light .breadcrumb-item.active { color: rgba(255,255,255,.95); }

.breadcrumb-item a
{
    text-decoration: none;
    color: #F5A041;
}


/* ===== TEAM CARD (fondo + socios PNG hover) ===== */
.team-card
{
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid #ccc;
 
}

.team-card__overlay{
  position:absolute; inset:0;
    
  background: radial-gradient(circle at 20% 20%, rgba(0,0,0,.20), rgba(0,0,0,.75));
}
.team-card__partners
{
  position:absolute;
  inset: 0;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  grid-gap: 10px;
  padding: 18px 18px 86px;
   
  z-index: 2;
  pointer-events: none; /* para que no “capture” clicks */
}

.team-card:hover .partner-png{ transform: translateY(-8px); }

.team-card__content
{
  position:absolute;
  left:0; right:0; bottom:0;
  z-index: 3;
  padding: 18px;
    
  background: #fff;
}
.stars{ letter-spacing: 1px; }

/* Parallax: prepara transforms */
.team-card__bg{
  position:absolute; inset:0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08) translate3d(0,0,0);
  transition: transform 220ms ease;
  will-change: transform;
}

.partner-png{
  height: 350px;
  max-width: 65%;
  object-fit: contain;
  transform: translate3d(0,0,0);
  transition: transform 180ms ease;
  will-change: transform;
}

/* Si el usuario prefiere menos movimiento */
@media (prefers-reduced-motion: reduce) {
  .team-card__bg,
  .partner-png{
    transition: none !important;
  }
}



/* ===== MISION/VISION/VALORES ===== */
.mv-grid
{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 14px;
}

@media (max-width: 1400px)
{
    .partner-png
    {
        height: 400px;
        max-width: 65%;
    } 
}

@media (max-width: 1200px)
{
    .partner-png
    {
        height: 440px;
        max-width: 85%;
    } 
}

@media (max-width: 1000px)
{
    .partner-png
    {
        height: 480px;
        max-width: 85%;
    } 
}

@media (max-width: 992px)
{ 
    .mv-grid
    { 
        grid-template-columns: 1fr;
    }
        .partner-png
    {
        height: 270px;
        max-width: 55%;
    } 

}

/* ===== BENEFITS ===== */

.mini-benefit
{
   border-radius: 16px; 
}

.mini-benefit__icon
{
    width: 42px; height: 42px;
    display:flex; 
    align-items:center;
    justify-content:center;
    color: #E67311;
    font-size: 1.8rem;
}

/* ===== STATS ===== */

.resul_number i
{
    font-size: 2.5rem;
    color: #E67311;
}

.stats-grid
{
  display:grid;
  grid-template-columns: 1fr;
  grid-gap: 14px;
    
}
.stat__num
{
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
    color: #69665e;
}
.stat__label{ font-size: .85rem; color: #6c757d; }

/* ===== SKILLS PROGRESS ===== */
.skill-progress{ height: 20px; border-radius: 999px; overflow:hidden; }
.skill-progress .progress-bar{ transition: width 900ms ease; }

.progress-bar
{
  background-color: #F5A041;  
}


/* ===== TEAM POINTS ===== */
.c_card
{
    
    border-radius: 16px; 
    text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #eee;
}


/* ===== PROFESIONALES / TEAM POINTS ===== */
.team-point
{
  background: #f8f9fa;
  border-radius: 16px;
        cursor: pointer;
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
    
}

.team-point__icon
{
  width: 60px; height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.00);
  font-size: 2rem;
  color: #727272;
  margin: auto;

  transition:
    background-color 220ms ease,
    color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

/* HOVER */
.team-point:hover,
.team-point.is-active
{
  background: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0,0,0,.12);
}

.team-point:hover .team-point__icon,
.team-point.is-active .team-point__icon
{
 
  color: #F5A041;
  transform: scale(1.28);

}

/* Accesibilidad: foco teclado */
.team-point:focus-within{
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(13,110,253,.25);
}

.mb_4
{
   margin-bottom: 100px!important; 
}

.ml_0
{
    margin-left: 0px!important; 
}

.mv-card
{
  border-radius: 16px;
  padding: 28px 20px;
  background: #FFBD7A;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  text-align: center;
}

.orange 
{
    background: #F5A041!important;
}


/* ===== TESTIMONIOS CARRUSEL ===== */

.testimonials-wrap{
  overflow: hidden;
  width: 100%;
}

.testimonials-track{
  display: flex;
  gap: 14px;
  will-change: transform;
  padding-bottom: 4px;
}

/* Card */
.testimonial-card{
  flex: 0 0 calc((100% - 28px) / 3); /* 3 visibles (2 gaps de 14px) */
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  padding: 16px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px){
  .testimonial-card{ flex-basis: calc((100% - 14px) / 2); } /* 2 tablets */
}
@media (max-width: 576px){
  .testimonial-card{ flex-basis: 100%; } /* 1 móvil */
}

.testimonial-top{
  display: flex;
  gap: 10px;
  align-items: center;
}

.testimonial-avatar{
  width: 50px;
  height: 50px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(0,0,0,.10);
}

.testimonials-wrap:hover .testimonial-card{
  /* opcional: micro feedback */
}

.testimonials-track.is-paused{
  cursor: default;
}

.testimonials-wrap{
  overflow-x: auto;                /* permite scroll manual */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* inercia iOS */
  touch-action: pan-x;             /* gestos horizontales */
  scroll-behavior: auto;           /* evita conflictos con JS */
}

/* Oculta scrollbar visualmente */
.testimonials-wrap::-webkit-scrollbar{
  display: none;
}
.testimonials-wrap{
  scrollbar-width: none;
}

.testimonial-date{
  opacity: .85;
  font-size: .75rem;
}


/* ===== SERVICES LANDING ===== */
.services-hero { position: relative; min-height: 260px; display:flex; align-items:flex-end; }
.services-hero__bg{
  position:absolute; inset:0;
  background-size: cover;
  background-position: center;
}
.services-hero__overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.75));
}

.service-landing-card{
  border-radius: 16px;
  overflow: hidden;
}
.service-landing-thumb{
  height: 160px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.services-toolbar .btn
{
    margin-right: 10px;
}

/* Toolbar */
.services-toolbar .btn.is-active-view
{
    background: #212529;
    color: #fff;
    border-color: #212529;
}

/* Ocultar cards filtradas */
.service-hidden { display: none !important; }

/* ===== Vista LISTA =====
   Al activar lista, cada card ocupa 100% y la thumb se va a la izquierda.
*/
.services-view-list .service-area .row > [class*="col-"]{
  flex: 0 0 100%;
  max-width: 100%;
}

.services-view-list .service-landing-card{
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.services-view-list .service-landing-thumb{
  width: 220px;
  height: auto;
  min-height: 140px;
  flex: 0 0 220px;
  border-bottom: 0;
  border-right: 1px solid rgba(0,0,0,.06);
}
.services-view-list .service-area .service-item{
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 576px){
  .services-view-list .service-landing-card{ flex-direction: column; }
  .services-view-list .service-landing-thumb{
    width: 100%;
    min-height: 160px;
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,.06);
  }
}

.titulo_iso
{
    color: #E67311;
    font-size: 3rem;
}

.sub_titulo_iso
{
    font-size: 1.3rem;
    font-weight: bold;
}

.modal-content
{
    overflow: hidden;
    border-radius: 14px;
}

.modal-footer
{
   margin-bottom: -30px;
}

.modal-footer button
{
    margin-top: -80px;
    z-index: 2;
}
@media (max-width: 876px)
{
    .modal-dialog 
    {
        max-width: 90%;
        margin: 0;
        margin: auto;
    }

    .modal-body 
    {
        padding: 0;
    }
        
    .modal img
    {
        height: 100vw !important;
        width: 90vh !important;
        margin-left: -50px;
        object-fit: contain !important;
    }
}


/* ===== SERVICE DETAIL IMAGES (RESPONSIVE) ===== */

.service-images
{
  display: grid;
  grid-gap: 30px;
}

.service-img-btn{
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

/* Móvil: una debajo de la otra (horizontal / full) */
.service-images .service-img
{
  height: 200px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  border: 1px solid #ddd;
  transition: transform 180ms ease;
  opacity: 0.8;
}

.service-images .service-img:hover
{
   opacity: 1; 
}



.service-img-btn:hover .service-img{ transform: translateY(-2px); }

/* Desktop (lg+): 2 columnas verticales y desfasadas (paralelas) */
@media (min-width: 990px)
{
  .service-images
    {
    grid-template-columns: repeat(2, 1fr); /* dos “tiras” verticales */
    grid-auto-rows: 260px;                 /* altura consistente */
    align-items: start;
  }

  .service-images .service-img
    {
    height: 260px;
  }

  /* Desfase: la segunda imagen baja un poco */
  .service-images .service-img-btn:nth-child(2){
    margin-top: 22px; /* ajuste fino */
  }
}

/* Ajuste: en pantallas muy grandes puedes subir un poquito la altura */
@media (min-width: 1000px)
{
  .service-images{
    grid-auto-rows: 500px;
  }
  .service-images .service-img
   {
    height: 500px;
   }
}


.service-price__row{
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.service-price__label{
  font-size: .85rem;
  color: #6c757d;
}

.service-price__from{
  font-weight: 700;
  font-size: 1.15rem;
}

.service-price__old{
  color: #6c757d;
  text-decoration: line-through;
  font-size: .95rem;
}

.service-price__note{
  margin-top: 4px;
  font-size: .75rem;
  color: #6c757d;
}




.svc-icon{
  width: 44px; height: 44px;
  border-radius: 12px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(0,0,0,.06);
  font-size: 1.2rem;
}





/* ===== BENEFITS CASCADE ===== */
.benefits-cascade{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 20px;
}
.benefits-cascade li{
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  padding: 12px 14px;
  position: relative;
}
.benefits-cascade li::before
{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
    padding-bottom: 0px;
    color: green;
    opacity: .65;
    font-size: 1.5rem;
}

/* ===== CTA ===== */
.cta-service{
  border-radius: 18px;
}




/* ===== RELATED CAROUSEL ===== */
.related-wrap{
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: none;
}
.related-wrap::-webkit-scrollbar{ display:none; }

.related-track{
  display: flex;
  gap: 14px;
  width: max-content;
  padding-bottom: 4px;
}

.related-card{
  position: relative;
  flex: 0 0 280px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  cursor: pointer;
}

.related-thumb{
  height: 180px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.related-base
{
  padding: 18px 14px;
}

.related-reveal
{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  
  padding: 10px 14px;
  padding-top: 70px;  
  background: linear-gradient(180deg, rgba(255,255,255,.0), rgba(255,255,255,.98) 35%, rgba(255,255,255,.98));
  transform: translateY(100%);
  transition: transform 220ms ease;

}

/* Hover desktop */
.related-card:hover .related-reveal{
  transform: translateY(0);
}

/* Fallback click toggle (mobile/desktop) */
.related-card.is-open .related-reveal{
  transform: translateY(0);
}


/* ===== CONTACT GALLERY ===== */
.contact-gallery{
  display: grid;
  gap: 12px;
}

.contact-gallery__main{
  height: 340px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.contact-gallery__thumbs{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.contact-thumb{
  border: 0;
  padding: 0;
  background: transparent;
}

.contact-thumb span{
  display: block;
  height: 78px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  border: 2px solid transparent;
  transition: transform 160ms ease, border-color 160ms ease;
}

.contact-thumb:hover span,
.contact-thumb.is-active span{
  transform: translateY(-2px);
  border-color: rgba(0,0,0,.35);
}

@media (max-width: 576px){
  .contact-gallery__main{ height: 240px; }
  .contact-gallery__thumbs{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== CONTACT TIPS ===== */
.contact-tips{
  padding-left: 1rem;
  margin: 0;
}
.contact-tips li{
  margin-bottom: .5rem;
  color: #6c757d;
}

.contact-info-list{
  display: grid;
  gap: .5rem;
  color: #6c757d;
} 


.quote-steps{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.quote-step{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 8px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: #fff;
  color: #6c757d;
  transition: all .2s ease;
}

.quote-step span{
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.06);
  font-weight: 700;
}

.quote-step small{
  font-size: .75rem;
  font-weight: 600;
}

.quote-step.is-active{
  border-color: #212529;
  background: #212529;
  color: #fff;
}

.quote-step.is-active span{
  background: rgba(255,255,255,.14);
  color: #fff;
}

.quote-step.is-done{
  border-color: #198754;
  background: rgba(25,135,84,.08);
  color: #198754;
}

.quote-panel{
  display: none;
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

.quote-panel {
  display: none;
}

.quote-panel.is-active {
  display: block;
}

.quote-step.is-active {
  border-color: #F5A041;
  background: #EB8D2A;
  color: #fff;
}

.quote-step.is-done {
  border-color: #198754;
  background: rgba(25,135,84,.08);
  color: #198754;
}

.upload-box{
  display: block;
  border: 2px dashed rgba(0,0,0,.14);
  border-radius: 18px;
  padding: 22px;
  text-align: center;
  cursor: pointer;
  transition: all .2s ease;
  background: rgba(0,0,0,.015);
}

.upload-box:hover{
  border-color: #212529;
  background: rgba(0,0,0,.03);
}

.upload-box input[type="file"]{
  display: none;
}

.upload-box__inner{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.upload-box__inner strong{
  font-size: .95rem;
}

.upload-box__inner span{
  font-size: .8rem;
  color: #6c757d;
}

.file-preview{
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(0,0,0,.04);
  font-size: .85rem;
}

@media (max-width: 576px){
  .quote-steps{
    grid-template-columns: repeat(2, 1fr);
  }
}

.quote-summary{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 18px;
  background: rgba(0,0,0,.02);
}

.quote-summary__title{
  font-weight: 700;
  margin-bottom: 14px;
}

.quote-summary__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
  font-size: .9rem;
}

.quote-summary__full{
  grid-column: 1 / -1;
}

@media (max-width: 576px){
  .quote-summary__grid{
    grid-template-columns: 1fr;
  }
}

/* ===== Faq===== */

.accordion-button {
  background-color: #f8f9fa;
  font-weight: 500;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #F5A041;
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-item {
  background: transparent;
}

.modal-content {
  border-radius: 12px;
}

.card 
{
  border-radius: 15px;
  overflow: hidden;
}

.map_dos
{

    border-radius: 15px!important;
}


#faqHelpForm .is-invalid {
  border-color: #dc3545 !important;
}

#faqHelpForm .invalid-feedback {
  display: none;
  font-size: .75rem;
  margin-top: .25rem;
}

#faqHelpForm .is-invalid + .invalid-feedback {
  display: block;
}

#faqHelpAlert.d-none {
  display: none !important;
}


.resul_number,
.vulpes_duda{
  position: relative;
}

.resul_number::before
{
  content: "";
  position: absolute;
  bottom: 0px;
  right: -180px;
  width: 170px;
  height: 250px;
  background-image: url("../img/empresa/vulpes_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.3));
  opacity: 0.9;
  pointer-events: none; /* importante */

}

.vulpes_duda
{
    overflow: hidden; 
}


.vulpes_duda::before{
  content: "";
  position: absolute;
  bottom: -80px;
  right: -50px;
  width: 170px;
  height: 250px;
  background-image: url("../img/empresa/vulpes_4.png");
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(10px 0px 10px rgba(0, 0, 0, 0.3));
  opacity: 0.9;
  pointer-events: none; /* importante */

}

.progress-bar
{
    border-radius: 50px;
}

@media (max-width: 800px)
{
    .resul_number::before 
    {
      bottom: 0px;
      right: 0px;
      width: 170px;
      height: 250px; 
    }
    
    .vulpes_duda::before
    {
      bottom: -140px;
      right: -20px;
      width: 150px;
    }
}

@media (max-width: 390px)
{
    .resul_number::before 
    {
      bottom: 0px;
      right: 0px;
      width: 100px;
      height: 200px; 
    }
    .vulpes_duda::before
    {
      bottom: -140px;
      right: -60px;
      width: 150px;
    }
}

.mascota-img 
{
    max-width: 290px;
    margin-top: -40px;
    margin-bottom: -220px;
    height: auto;
}


@media (max-width: 1200px) 
{
  .cta-service .card-body 
    {
    flex-direction: column;
    text-align: center;
  }

  .cta-img {
    order: -1; /* La imagen se va arriba en móvil */
  }

  .mascota-img {
    max-width: 120px;
    margin-bottom: -390px;
    margin-right: -450px;
  }
}

/* Ajuste para móviles */
@media (max-width: 576px) 
{
  .cta-service .card-body 
    {
    flex-direction: column;
    text-align: center;
  }

  .cta-img {
    order: -1; /* La imagen se va arriba en móvil */
  }

  .mascota-img {
    max-width: 100px;
    margin-bottom: -370px;
    margin-right: -280px;
  }
}


/* ===== FOOTER ===== */
.footer-main {
  background: #5a5a5a;
  color: #e6e6e6;
}

.footer-title {
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: .75rem;
  letter-spacing: .3px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: .4rem;
}

.footer-list a {
  color: #bdbdbd;
  font-size: .85rem;
  text-decoration: none;
  transition: color 150ms ease;
}

.footer-list a:hover {
  color: #ffffff;
}

.footer-social a {
  color: #bdbdbd;
  font-size: 1.4rem;
  transition: color 150ms ease, transform 150ms ease;
}

.footer-social a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: .75rem 0;
  color: #9a9a9a;
}

.footer-list a.is-active{
  color: #EB8D2A;
  font-weight: 600;
  position: relative;
}

@media (max-width: 800px)
{

    .rrss_pie
    {
        display: block;
    }
}


/* ===== ENVIAR ===== */
.result-card{
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(0,0,0,.08);
  padding: 28px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  align-items: start;
}

.result-card__icon{
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
}

.result-card--success .result-card__icon{
  background: rgba(25,135,84,.12);
  color: #198754;
}

.result-card--warning .result-card__icon{
  background: rgba(255,193,7,.18);
  color: #a16b00;
}

.result-card--danger .result-card__icon{
  background: rgba(220,53,69,.12);
  color: #dc3545;
}

.result-card--secondary .result-card__icon{
  background: rgba(108,117,125,.12);
  color: #6c757d;
}

.result-timer{
  font-size: .9rem;
  color: #6c757d;
}

@media (max-width: 768px){
  .result-card{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .result-card__icon{
    margin: 0 auto;
  }

  .result-card__body .d-flex{
    justify-content: center;
  }
}

/* ===== Landing ===== */
/* ===== LANDING AISLACION TERMICA ===== */
.thermal-hero{
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.thermal-hero__bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.thermal-hero__overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(5,10,20,.86) 0%, rgba(10,16,28,.74) 45%, rgba(10,16,28,.46) 100%);
}
.thermal-hero__eyebrow,
.thermal-kicker{
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #EB8D2A;
  margin-bottom: .85rem;
}
.thermal-hero__title{
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 1rem;
}
.thermal-hero__text{
  color: rgba(255,255,255,.84);
  font-size: 1.05rem;
  max-width: 760px;
}
.thermal-hero__trust{
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.thermal-hero__trust span{
  padding: .55rem .9rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: .8rem;
  backdrop-filter: blur(2px);
}
.thermal-hero__card{
  background: rgba(255,255,255,.96);
  border-radius: 24px;
  padding: 1.4rem;
  box-shadow: 0 24px 50px rgba(0,0,0,.16);
}
.thermal-hero__card-label{
  font-size: .85rem;
  font-weight: 700;
  color: #6c757d;
  margin-bottom: .9rem;
}
.thermal-hero__problem-list{
  display: grid;
  gap: .85rem;
}
.thermal-problem-item{
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  padding: .9rem;
  border-radius: 16px;
  background: rgba(0,0,0,.035);
}
.thermal-problem-item i{
  color: #EB8D2A;
  font-size: 1rem;
  margin-top: .2rem;
}
.thermal-problem-item strong{
  display: block;
  margin-bottom: .2rem;
  color: #212529;
}
.thermal-problem-item span{
  font-size: .88rem;
  color: #6c757d;
}

.thermal-section-heading{
  max-width: 820px;
}
.thermal-section-title{
  font-size: clamp(1.6rem, 2.2vw, 2.3rem);
  font-weight: 700;
  color: #212529;
  margin-bottom: .8rem;
}
.thermal-section-text{
  color: #6c757d;
  margin-bottom: 0;
}

.thermal-pain-card{
  background: #fff;
  border-radius: 20px;
  padding: 1.25rem;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 14px 30px rgba(0,0,0,.04);
  transition: transform .18s ease, box-shadow .18s ease;
}
.thermal-pain-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0,0,0,.08);
}
.thermal-pain-card__icon{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(235,141,42,.12);
  color: #EB8D2A;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.thermal-pain-card h3{
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .55rem;
}
.thermal-pain-card p{
  color: #6c757d;
  font-size: .9rem;
  margin: 0;
}

.thermal-cta-band{
  background: linear-gradient(135deg, #D66100 0%, #FCB568 100%);
  padding: 3rem 0;
}
.thermal-cta-band__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 1.5rem;
  flex-wrap: wrap;
}
.thermal-cta-band__title{
  color: #fff;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 700;
  margin-bottom: .5rem;
}
.thermal-cta-band__text{
  color: rgba(255,255,255,.75);
  max-width: 720px;
  margin: 0;
}

.thermal-solution-card{
  height: 100%;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 34px rgba(0,0,0,.05);
  transition: transform .18s ease, box-shadow .18s ease;
  display: flex;
  flex-direction: column;
}
.thermal-solution-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 38px rgba(0,0,0,.09);
}
.thermal-solution-card__thumb{
  height: 230px;
  background-size: cover;
  background-position: center;
}
.thermal-solution-card__body{
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.thermal-solution-card__tag{
  display: inline-flex;
  align-self: flex-start;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #6c757d;
  margin-bottom: .65rem;
}
.thermal-solution-card__title{
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: .65rem;
}
.thermal-solution-card__excerpt{
  color: #6c757d;
  font-size: .92rem;
  margin-bottom: .9rem;
}
.thermal-solution-card__fit{
  background: rgba(0,0,0,.035);
  border-radius: 14px;
  padding: .9rem;
  color: #495057;
  font-size: .9rem;
}

.thermal-compare-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.thermal-compare-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(0,0,0,.04);
}
.thermal-compare-card__head{
  background: rgba(235,141,42,.1);
  color: #212529;
  font-weight: 700;
  padding: 1rem 1rem .85rem;
}
.thermal-compare-card__body{
  padding: 1rem;
}
.thermal-compare-card__body p{
  font-size: .9rem;
  color: #6c757d;
  margin-bottom: .8rem;
}
.thermal-compare-card__body p:last-child{
  margin-bottom: 0;
}

.thermal-decision-panel,
.thermal-authority-panel,
.thermal-faq-card,
.thermal-lead-box,
.thermal-final-cta{
  border-radius: 24px;
}
.thermal-decision-panel,
.thermal-authority-panel{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 16px 30px rgba(0,0,0,.04);
  padding: 1.5rem;
}
.thermal-decision-list{
  display: grid;
  gap: .9rem;
}
.thermal-decision-item{
  padding: 1rem;
  background: rgba(0,0,0,.03);
  border-radius: 16px;
}
.thermal-decision-item strong{
  display: block;
  margin-bottom: .25rem;
  color: #212529;
}
.thermal-decision-item span{
  color: #6c757d;
  font-size: .9rem;
}

.thermal-authority-mini{
  background: rgba(0,0,0,.03);
  border-radius: 18px;
  padding: 1rem;
  height: 100%;
}
.thermal-authority-mini i{
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(235,141,42,.12);
  color: #EB8D2A;
  margin-bottom: .8rem;
}
.thermal-authority-mini h3{
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .45rem;
}
.thermal-authority-mini p{
  color: #6c757d;
  font-size: .88rem;
  margin: 0;
}

.thermal-lead-box{
  background: linear-gradient(145deg, #111827 0%, #1f2937 100%);
  padding: 1.6rem;
  color: #fff;
  box-shadow: 0 24px 44px rgba(0,0,0,.14);
}
.thermal-lead-box__title{
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: .85rem;
}
.thermal-lead-box__text{
  color: rgba(255,255,255,.78);
}
.thermal-lead-box__list{
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: .55rem;
}
.thermal-lead-box__list li{
  color: rgba(255,255,255,.88);
  position: relative;
  padding-left: 1.1rem;
}
.thermal-lead-box__list li::before{
  content: "•";
  position: absolute;
  left: 0;
  color: #EB8D2A;
}

.thermal-final-cta{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 36px rgba(0,0,0,.05);
  padding: 1.7rem;
}
.thermal-final-cta__content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}
.thermal-final-cta__title{
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 700;
  margin-bottom: .45rem;
}
.thermal-final-cta__text{
  color: #6c757d;
  margin: 0;
}

.chat-popup {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .2s ease;
}

.chat-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 1199px){
  .thermal-compare-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px){
  .thermal-hero{
    min-height: auto;
    padding: 3rem 0;
  }
  .thermal-hero__card{
    margin-top: 1rem;
  }
}
@media (max-width: 767px){
  .thermal-compare-grid{
    grid-template-columns: 1fr;
  }
  .thermal-solution-card__thumb{
    height: 200px;
  }
  .thermal-cta-band__inner,
  .thermal-final-cta__content{
    flex-direction: column;
    align-items: flex-start;
  }
}


/* ══════════════════════════════════════════════════════════════
   SLIDER — imagen decorativa escalable + layouts izq/der
   ══════════════════════════════════════════════════════════════ */

/* La imagen decorativa es position:absolute (definido arriba en el CSS original).
   Controlamos el tamaño con el atributo style="width:Npx" desde el admin.
   max-height contiene la imagen dentro del slide aunque sea muy alta.
   max-width:48% evita que tape el texto en pantallas medianas. */
img.img-der {
  max-height: 90%;          /* no sale del hero-slide por arriba */
  max-width: 48%;           /* deja espacio al texto                */
  /* width viene del atributo inline style del HTML                  */
}

/* Slide DERECHO: imagen decorativa va al lado IZQUIERDO */
img.img-der--left {
  right: auto !important;
  left:  0    !important;
}

/* Contenido del slide: limitar a 50% del ancho para dejar espacio a la imagen */
.hero-content .hero-text-inner {
  max-width: 50%;
}

/* Slide DERECHO (.move): texto alineado a la derecha, ocupa el 50% derecho */
.move .hero-text-inner {
  margin-left: auto;
  text-align:  right;
}
.move .d-flex {
  justify-content: flex-end;
}

/* En móvil: imagen se reduce, texto ocupa todo el ancho */
@media (max-width: 767px) {
  img.img-der,
  img.img-der--left {
    max-width: 55%;
    opacity:   0.25;         /* imagen al fondo sin bloquear texto */
  }
  .hero-content .hero-text-inner {
    max-width: 100%;
  }
}


/* ══════════════════════════════════════════════════════════════
   BLOG — tarjetas grid, lista, detalle y sidebar
   ══════════════════════════════════════════════════════════════ */

/* Thumb cuadrícula */
.blog-grid-card  { border-radius: 14px; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.blog-grid-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,.12) !important; }
.blog-grid-thumb {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

/* Resumen truncado */
.blog-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Tarjeta lista */
.blog-list-card { border-radius: 12px; overflow: hidden; transition: box-shadow .2s; }
.blog-list-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.1) !important; }
.blog-list-thumb {
  min-height: 120px;
  background-size: cover;
  background-position: center;
  border-right: 1px solid rgba(0,0,0,.06);
}

/* Tarjetas relacionadas en el detalle */
.blog-related-card { border-radius: 10px; overflow: hidden; transition: transform .15s; }
.blog-related-card:hover { transform: translateY(-2px); }
.blog-related-thumb {
  height: 100px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

/* Sidebar thumbnail */
.blog-sidebar-thumb {
  width: 56px;
  height: 42px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

/* Cuerpo de la publicación */
.blog-body { line-height: 1.8; color: #333; }
.blog-body h2, .blog-body h3 { margin-top: 2rem; font-weight: 700; }
.blog-body img  { max-width: 100%; border-radius: 10px; margin: 1rem 0; }
.blog-body ul, .blog-body ol { padding-left: 1.5rem; }
.blog-body p  { margin-bottom: 1rem; }

/* Bloque home: últimas publicaciones */
.home-blog-thumb {
  height: 180px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.home-blog-card { border-radius: 14px; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.home-blog-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.11) !important; }


/* ══════════════════════════════════════════════════════════════
   BLOG SHOW — layout visual rico + sidebar sticky
   ══════════════════════════════════════════════════════════════ */

/* ── Cuerpo del post ─────────────────────────────────────────── */
.blog-body { line-height: 1.85; color: #2d2d2d; font-size: 1.025rem; }
.blog-body h2 { font-size: 1.3rem; font-weight: 700; margin-top: 2rem; margin-bottom: .6rem; color: #1a1a1a; }
.blog-body h3 { font-size: 1.1rem; font-weight: 600; margin-top: 1.5rem; margin-bottom: .5rem; }
.blog-body p  { margin-bottom: 1.1rem; }
.blog-body strong { font-weight: 700; color: #1a1a1a; }
.blog-body img  { max-width: 100%; border-radius: 10px; margin: 1.2rem 0; display:block; }
.blog-body ul, .blog-body ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.blog-body li { margin-bottom: .35rem; }
.blog-body a  { color: #E67311; text-decoration: underline; }

/* ── Bloque cuerpo + imagen lateral ─────────────────────────── */
.blog-content-block { overflow: hidden; }

.blog-inline-img { margin-bottom: 1rem; }
.blog-inline-img img { width: 100%; height: auto; }

.blog-inline-img--left  { float: left;  margin-right: 1.5rem; max-width: 42%; }
.blog-inline-img--right { float: right; margin-left:  1.5rem; max-width: 42%; }

.blog-img-caption {
  font-size: .75rem;
  color: #888;
  text-align: center;
  margin-top: .4rem;
  font-style: italic;
}

/* Clear float después del bloque */
.blog-content-block::after { content: ''; display: table; clear: both; }

/* En móvil las imágenes van al ancho completo */
@media (max-width: 600px) {
  .blog-inline-img--left,
  .blog-inline-img--right { float: none; max-width: 100%; margin: 0 0 1rem; }
}

/* ── Bloque de características ───────────────────────────────── */
.blog-features-block { border-left: 4px solid #E67311 !important; }
.blog-features-list li { font-size: .97rem; line-height: 1.5; }

/* ── Galería ─────────────────────────────────────────────────── */
.blog-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 8px;
}
.blog-gallery-item { display: block; border-radius: 8px; overflow: hidden; cursor: pointer; }
.blog-gallery-thumb {
  height: 110px;
  background-size: cover;
  background-position: center;
  transition: transform .2s, opacity .2s;
}
.blog-gallery-item:hover .blog-gallery-thumb { transform: scale(1.04); opacity: .9; }

/* ── Nota de cierre ──────────────────────────────────────────── */
.blog-closing-note {
  background: #fff8f0;
  border: 1px solid #fde8cc;
  font-size: .97rem;
  color: #444;
}

/* ── Sidebar sticky ──────────────────────────────────────────── */
.blog-sidebar-sticky {
  position: sticky;
  top: 88px;         /* alto del header sticky */
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
}
.blog-sidebar-sticky::-webkit-scrollbar { width: 4px; }
.blog-sidebar-sticky::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }

/* Tarjetas de servicio/producto en el sidebar */
.blog-sidebar-service {
  border: 1px solid transparent;
  transition: background .15s, border-color .15s;
}
.blog-sidebar-service:hover {
  background: #f8f9fa;
  border-color: #dee2e6;
}
.blog-sidebar-sthumb {
  width: 52px;
  height: 40px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  border: 1px solid #eee;
}


/* ══════════════════════════════════════════════════════════════
   GALERÍA DE PROYECTOS — Pinterest masonry 4col + modal
   ══════════════════════════════════════════════════════════════ */

/* ── Grid masonry ────────────────────────────────────────────── */
.gallery-masonry {
  column-count: 4;
  column-gap: 14px;
}
@media (max-width: 1199px) { .gallery-masonry { column-count: 3; } }
@media (max-width: 767px)  { .gallery-masonry { column-count: 2; } }
/* Nunca baja de 2 columnas en móvil */

/* ── Tarjeta ──────────────────────────────────────────────────── */
.gallery-card {
  break-inside: avoid;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
  margin-bottom: 14px;
  transition: box-shadow .22s, transform .22s;
  cursor: pointer;
}
.gallery-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,.14);
  transform: translateY(-3px);
}

/* ── Imagen before/after ─────────────────────────────────────── */
.gallery-card__img-wrap {
  position: relative;
  overflow: hidden;
}
.gallery-card__img {
  width: 100%;
  min-height: 160px;
  background-size: cover;
  background-position: center;
  display: block;
}
.gallery-card__img--after  { position: relative; z-index: 1; }
.gallery-card__img--before {
  position: absolute; inset: 0; z-index: 2;
  opacity: 0; transition: opacity .38s ease; min-height: 100%;
}
.gallery-card__img--before.visible { opacity: 1; }

/* Badges */
.gallery-card__badge-before,
.gallery-card__badge-after {
  position: absolute; top: 8px; left: 8px; z-index: 3;
  font-size: .62rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; padding: 2px 7px; border-radius: 20px;
  transition: opacity .3s; pointer-events: none;
}
.gallery-card__badge-after  { background: #E67311; color: #fff; opacity: 1; }
.gallery-card__badge-before { background: #495057; color: #fff; opacity: 0; }
.gallery-card:hover .gallery-card__badge-after  { opacity: 0; }
.gallery-card:hover .gallery-card__badge-before { opacity: 1; }

/* Badge categoría */
.gallery-card__cat {
  position: absolute; bottom: 8px; right: 8px; z-index: 3;
  background: rgba(0,0,0,.52); color: #fff;
  font-size: .62rem; font-weight: 600; padding: 2px 8px; border-radius: 20px;
  backdrop-filter: blur(4px); pointer-events: none;
}

/* Ícono expandir */
.gallery-card__expand {
  position: absolute; top: 8px; right: 8px; z-index: 3;
  background: rgba(0,0,0,.45); color: #fff;
  width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem; opacity: 0; transition: opacity .2s;
  pointer-events: none;
}
.gallery-card:hover .gallery-card__expand { opacity: 1; }

/* ── Cuerpo de la tarjeta ─────────────────────────────────────── */
.gallery-card__body { padding: 10px 12px 4px; }
.gallery-card__title {
  font-size: .85rem; font-weight: 700; margin: 0 0 4px;
  line-height: 1.3; color: #1a1a1a;
}
.gallery-card__desc {
  font-size: .75rem; color: #555; margin: 0 0 6px; line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* Detalles inline (resumen) */
.gallery-card__meta {
  display: flex; flex-wrap: wrap; gap: 4px 10px; margin-bottom: 6px;
}
.gallery-card__meta span {
  font-size: .68rem; color: #777; display: flex; align-items: center; gap: 3px;
}
.gallery-card__meta i { color: #E67311; font-size: .6rem; }

/* Footer */
.gallery-card__footer {
  padding: 6px 12px 10px;
  border-top: 1px solid #f0f0f0;
}
.gallery-card__service {
  font-size: .72rem; color: #E67311; text-decoration: none; font-weight: 600;
}
.gallery-card__service:hover { text-decoration: underline; }
.gallery-card__instagram {
  font-size: .72rem; color: #fff;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  text-decoration: none; padding: 3px 10px; border-radius: 20px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 4px; transition: opacity .2s;
}
.gallery-card__instagram:hover { opacity: .88; color: #fff; }

/* ── MODAL ──────────────────────────────────────────────────────── */
.gallery-modal {
  border: none; border-radius: 18px; overflow: hidden;
  background: #111;
}
.gallery-modal__close {
  position: absolute; top: 14px; right: 14px; z-index: 10;
  filter: invert(1); opacity: .8;
}
.gallery-modal__close:hover { opacity: 1; }

/* Zona de imágenes */
.gallery-modal__imgs {
  position: relative;
  min-height: 340px;
  background: #000;
}
.gallery-modal__img-after,
.gallery-modal__img-before {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.gallery-modal__img-after  { z-index: 1; }
.gallery-modal__img-before { z-index: 2; transition: opacity .35s; }

/* Botones toggle */
.gallery-modal__toggle {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  z-index: 5; display: flex; gap: 0; border-radius: 30px; overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.35);
}
.gm-toggle-btn {
  border: none; padding: 6px 18px; font-size: .78rem; font-weight: 600;
  background: rgba(0,0,0,.55); color: rgba(255,255,255,.7);
  cursor: pointer; transition: background .2s, color .2s;
  backdrop-filter: blur(6px);
}
.gm-toggle-btn.active {
  background: #E67311; color: #fff;
}

/* Columna info */
.gallery-modal__info {
  background: #fff;
}
.gallery-modal__scroll {
  padding: 28px 24px; height: 100%; overflow-y: auto; max-height: 85vh;
}
.gallery-modal__category {
  font-size: .68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: #E67311; display: block; margin-bottom: 6px;
}
.gallery-modal__title {
  font-size: 1.15rem; font-weight: 800; margin-bottom: 10px; line-height: 1.25;
}
.gallery-modal__desc {
  font-size: .88rem; color: #555; line-height: 1.6; margin-bottom: 18px;
}

/* Ficha técnica */
.gallery-modal__ficha {
  background: #f8f9fa; border-radius: 10px; padding: 14px 16px; margin-bottom: 18px;
  border-left: 3px solid #E67311;
}
.gallery-modal__ficha-title {
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .07em; color: #999; margin-bottom: 10px;
}
.gallery-modal__ficha-row {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 6px 0; border-bottom: 1px solid #eee;
}
.gallery-modal__ficha-row:last-child { border-bottom: none; padding-bottom: 0; }
.gallery-modal__ficha-label {
  font-size: .75rem; color: #777; min-width: 90px; flex-shrink: 0; font-weight: 600;
}
.gallery-modal__ficha-label i { color: #E67311; margin-right: 4px; }
.gallery-modal__ficha-value { font-size: .82rem; color: #1a1a1a; font-weight: 600; }

/* Acciones del modal */
.gallery-modal__actions {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
}

@media (max-width: 991px) {
  .gallery-modal__imgs { min-height: 260px; }
  .gallery-modal__scroll { max-height: none; }
}

/* ── Filtros galería — scroll horizontal en móvil ──────────── */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 767px) {
  .gallery-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
    /* ocultar scrollbar visualmente pero mantener funcionalidad */
    scrollbar-width: none;
  }
  .gallery-filters::-webkit-scrollbar { display: none; }
  .gallery-filters .btn {
    flex-shrink: 0;
    scroll-snap-align: start;
    white-space: nowrap;
  }
}


/* ══════════════════════════════════════════════════════════════
   LANDING POR COMUNA — hero, calculadora, comparador
   ══════════════════════════════════════════════════════════════ */

/* ── Hero ────────────────────────────────────────────────────── */
.lc-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
}
.lc-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.lc-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.45) 100%);
}
.lc-eyebrow {
  display: inline-block;
  background: #E67311; color: #fff;
  font-size: .72rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 12px; border-radius: 20px; margin-bottom: 10px;
}
.lc-hero__title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 12px;
}
.lc-hero__text { color: rgba(255,255,255,.82); font-size: 1.05rem; line-height: 1.6; }

/* Tarjeta de zona */
.lc-zone-card {
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}
.lc-zone-card__header {
  background: #E67311;
  padding: 12px 18px;
  font-size: .88rem; font-weight: 700;
}
.lc-zone-card__body {
  display: flex; gap: 0;
}
.lc-zone-card__stat {
  flex: 1; text-align: center;
  padding: 18px 10px;
  border-right: 1px solid rgba(255,255,255,.15);
}
.lc-zone-card__stat:last-child { border-right: none; }
.lc-zone-card__num {
  display: block;
  font-size: 2rem; font-weight: 800; color: #FFD95A; line-height: 1;
}
.lc-zone-card__label {
  display: block; font-size: .68rem; color: rgba(255,255,255,.7);
  margin-top: 4px; line-height: 1.3;
}
.lc-zone-card__footer {
  padding: 10px 18px;
  font-size: .78rem; color: rgba(255,255,255,.65);
  border-top: 1px solid rgba(255,255,255,.15);
}

/* ── Calculadora ─────────────────────────────────────────────── */
.lc-calc-card {
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 4px 30px rgba(0,0,0,.1);
  border: 1px solid #dee2e6;
}
.lc-calc-card__header {
  background: #1a1a1a; color: #fff;
  padding: 16px 24px; font-weight: 700; font-size: .95rem;
}
.lc-calc-card__body { background: #fff; padding: 24px; }
.lc-calc-label {
  display: block; font-size: .75rem; font-weight: 600;
  color: #555; margin-bottom: 4px;
}
.lc-calc-input { font-weight: 600; }

/* ── Comparador sin/con ──────────────────────────────────────── */
.lc-comparador {
  display: flex; align-items: stretch; gap: 0;
  border-radius: 14px; overflow: hidden;
  border: 1px solid #dee2e6;
}
.lc-comp-col { flex: 1; padding: 20px 16px; }
.lc-comp-col--sin { background: #fff5f5; }
.lc-comp-col--con { background: #f0faf4; }
.lc-comp-arrow {
  display: flex; align-items: center; justify-content: center;
  padding: 0 12px; background: #f8f9fa; color: #aaa; font-size: 1.2rem;
}
.lc-comp-col__header {
  display: flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: .88rem; margin-bottom: 14px;
}
.lc-comp-col--sin .lc-comp-col__header { color: #c0392b; }
.lc-comp-col--con .lc-comp-col__header { color: #27ae60; }
.lc-comp-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 0; border-bottom: 1px solid rgba(0,0,0,.06);
}
.lc-comp-item:last-child { border-bottom: none; }
.lc-comp-item__label { font-size: .76rem; color: #666; }
.lc-comp-item__val   { font-size: .85rem; font-weight: 700; }
.lc-comp-item__val--bad  { color: #c0392b; }
.lc-comp-item__val--good { color: #27ae60; }

/* ── Tarjetas de resultado ───────────────────────────────────── */
.lc-res-card {
  border-radius: 12px; padding: 20px 16px;
  text-align: center; border: 1px solid #dee2e6;
}
.lc-res-card--save    { background: #fff3cd; border-color: #ffc107; }
.lc-res-card--year    { background: #d1e7dd; border-color: #198754; }
.lc-res-card--payback { background: #cff4fc; border-color: #0dcaf0; }
.lc-res-card__icon { font-size: 1.4rem; margin-bottom: 6px; }
.lc-res-card--save    .lc-res-card__icon { color: #E67311; }
.lc-res-card--year    .lc-res-card__icon { color: #198754; }
.lc-res-card--payback .lc-res-card__icon { color: #0dcaf0; }
.lc-res-card__num {
  font-size: 1.4rem; font-weight: 800; line-height: 1.1;
  margin-bottom: 4px; color: #1a1a1a;
}
.lc-res-card__label { font-size: .72rem; color: #555; }

.lc-calc-disclaimer {
  background: #f8f9fa; border-radius: 8px; padding: 10px 14px;
  font-size: .75rem; color: #666; line-height: 1.5;
}

/* ── CTA final ───────────────────────────────────────────────── */
.lc-cta {
  /*background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);*/
}

@media (max-width: 767px) {
  .lc-comparador { flex-direction: column; }
  .lc-comp-arrow { padding: 8px; transform: rotate(90deg); }
  .lc-hero { min-height: auto; }
}

/* ── Tabla comparativa de materiales ─────────────────────────── */
.lc-mat-table-wrap {
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,.08);
  border: 1px solid #dee2e6;
}
.lc-mat-table-header {
  background: #1a1a1a; color: #fff;
  padding: 14px 18px; font-weight: 700; font-size: .9rem;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px;
}
.lc-mat-table-sub {
  font-size: .72rem; color: #FFD95A; font-weight: 600;
}
.lc-mat-table { margin-bottom: 0 !important; }
.lc-mat-table thead th {
  background: #f8f9fa; font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .05em; color: #555;
  border-bottom: 2px solid #dee2e6; padding: 8px 10px;
}
.lc-mat-table tbody td {
  padding: 10px; vertical-align: middle; font-size: .82rem;
  border-bottom: 1px solid #f0f0f0;
}

/* Fila destacada (Isotermix) */
.lc-mat-row--highlight {
  background: #fff8f0 !important;
}
.lc-mat-row--highlight td:first-child {
  border-left: 3px solid #E67311;
}

/* Badge ISO */
.lc-mat-badge {
  background: #E67311; color: #fff;
  font-size: .58rem; font-weight: 800; letter-spacing: .06em;
  padding: 1px 5px; border-radius: 4px;
}

/* Lambda value */
.lc-mat-lambda {
  font-family: monospace; font-size: .82rem; font-weight: 700; color: #555;
}

/* Espesor mínimo */
.lc-mat-espesor {
  font-weight: 800; font-size: .9rem; color: #444;
}
.lc-mat-espesor--best {
  color: #E67311;
}

.lc-mat-table-foot {
  background: #f8f9fa; padding: 10px 14px;
  font-size: .72rem; color: #777; line-height: 1.5;
  border-top: 1px solid #dee2e6;
}
.lc-mat-table-foot a { color: #E67311; }


/* ══════════════════════════════════════════════════════════════
   LANDING COMUNA v2 — sección educativa, promo, cards rápidas
   ══════════════════════════════════════════════════════════════ */

/* Promo badge */
.lc-promo-badge {
  background: linear-gradient(90deg, #E67311, #c0590a);
  color: #fff; font-size: .72rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 4px 14px; border-radius: 20px;
}

/* Sección educativa */
.lc-edu { background: #f8f9fa; }

.lc-edu-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
@media (max-width: 575px) { .lc-edu-grid { grid-template-columns: 1fr; } }

.lc-edu-item {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border-radius: 10px;
  padding: 10px 14px; border: 1px solid #e9ecef;
  font-size: .85rem; font-weight: 500;
  transition: box-shadow .2s;
}
.lc-edu-item:hover { box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.lc-edu-icon {
  width: 34px; height: 34px; border-radius: 8px;
  background: #fff3e0; color: #E67311;
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem; flex-shrink: 0;
}

.lc-edu-cta-box {
  background: #fff; border-radius: 18px;
  padding: 32px 28px; border: 1px solid #dee2e6;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
}
.lc-edu-cta-box__icon {
  width: 54px; height: 54px; border-radius: 14px;
  background: #fff3e0; color: #E67311; font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.lc-edu-trust {
  display: flex; gap: 16px; flex-wrap: wrap;
  font-size: .78rem; color: #555;
}

/* Material quick cards */
.lc-mat-quick {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border-radius: 12px; padding: 12px 14px;
  border: 1px solid #dee2e6;
}
.lc-mat-quick__badge {
  background: #E67311; color: #fff;
  font-size: .6rem; font-weight: 800; letter-spacing: .06em;
  padding: 2px 6px; border-radius: 4px; flex-shrink: 0;
}
.lc-mat-quick__body { flex: 1; min-width: 0; }
.lc-mat-quick__stat {
  text-align: right; flex-shrink: 0;
  display: flex; flex-direction: column; align-items: center;
}

/* Promo bar */
.lc-promo-section 
{ 
    /*background: #1a1a1a; */
}
.lc-promo-bar {
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap;
}
.lc-promo-text { color: #fff; font-size: .92rem; font-weight: 500; flex: 1; }

/* ── Landing v2: botón scroll-down hero ──────────────────────── */
.lc-hero__scroll-wrap {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.lc-scroll-btn {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  border: 2px solid rgba(255,255,255,.6);
  color: #fff;
  font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: background .2s, border-color .2s;
  animation: lc-bounce 2s infinite;
}
.lc-scroll-btn:hover {
  background: rgba(255,255,255,.3);
  border-color: #fff;
  animation: none;
}
@keyframes lc-bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(8px); }
}


/* ── Sección promoción rediseñada ────────────────────────────── */
.lc-promo-section 
{ 
    /*background: linear-gradient(135deg, #1a1a1a 0%, #2a1a00 100%);*/
}

.lc-promo-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  /*background: rgba(255,255,255,.06); */
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 28px 32px;
  flex-wrap: wrap;
}

.lc-promo-card__left  { flex: 1; min-width: 240px; }
.lc-promo-card__right { display: flex; flex-direction: column; align-items: center; gap: 10px; flex-shrink: 0; }

.lc-promo-card__badge {
  display: inline-block;
  background: #E67311;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.lc-promo-card__text {
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}

.lc-promo-card__expiry {
  color: rgba(255,255,255,.55);
  font-size: .78rem;
}

.lc-promo-card__code-label {
  color: rgba(255,255,255,.6);
  font-size: .72rem;
  background: rgba(0,0,0,.5);
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 5px 10px;
    border-radius: 14px;
}

.lc-promo-card__code {
  background: rgba(255,255,255,.1);
  border: 2px dashed rgba(0,0,0,.3);
  color: #FFD95A;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 8px 20px;
  border-radius: 10px;
  font-family: monospace;
}

@media (max-width: 575px) {
  .lc-promo-card { padding: 20px; text-align: center; }
  .lc-promo-card__right { width: 100%; }
}


.mg-5
{
   max-width: 500px; 
    text-align: justify;
}

/* ══════════════════════════════════════════════════════════════
   PASARELA DE RESEÑAS
   ══════════════════════════════════════════════════════════════ */

.lc-review-page {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #fff3e0 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
}

.lc-review-logo {
  margin-bottom: 32px;
  text-align: center;
}

.lc-review-card {
  background: #fff;
  border-radius: 24px;
  padding: 48px 40px;
  max-width: 520px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 40px rgba(0,0,0,.1);
}
@media (max-width: 575px) {
  .lc-review-card { padding: 32px 20px; }
}

.lc-review-card--success { border-top: 5px solid #E67311; }
.lc-review-card--feedback { border-top: 5px solid #e67e22; }

.lc-review-icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; margin: 0 auto 20px;
}
.lc-review-icon--success  { background: #fff3e0; color: #E67311; }
.lc-review-icon--feedback { background: #fff8f0; color: #e67e22; }

.lc-review-title {
  font-size: 1.7rem; font-weight: 800;
  color: #1a1a1a; margin-bottom: 12px;
}
.lc-review-text {
  color: #666; line-height: 1.7; margin-bottom: 28px; font-size: 1rem;
}

/* Estrellas */
.lc-stars-row {
  display: flex; justify-content: center; gap: 8px;
  margin-bottom: 12px;
}
.lc-star-btn {
  background: none; border: none; cursor: pointer;
  font-size: 2.6rem; color: #ddd;
  transition: color .15s, transform .1s;
  padding: 4px;
  line-height: 1;
}
.lc-star-btn.active,
.lc-star-btn:hover { color: #FFB800; transform: scale(1.15); }

.lc-stars-label {
  font-size: 1rem; font-weight: 700; min-height: 1.4em;
  margin-bottom: 8px;
}

/* Estrellas mini del form */
.lc-review-stars-mini {
  display: flex; justify-content: center; gap: 4px;
  margin-bottom: 20px;
}
.lc-mini-star { font-size: 1.3rem; color: #ddd; }
.lc-mini-star.active { color: #FFB800; }

/* Botones */
.lc-review-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 32px; border-radius: 50px;
  font-size: 1rem; font-weight: 700; text-decoration: none;
  border: none; cursor: pointer;
  transition: opacity .2s, transform .15s;
}
.lc-review-btn:hover { opacity: .88; transform: translateY(-1px); }

.lc-review-btn--google {
  background: #fff; color: #444;
  border: 2px solid #ddd;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.lc-review-btn--primary {
  background: #E67311; color: #fff;
}
.lc-review-btn--secondary {
  background: #f8f9fa; color: #555;
  border: 2px solid #dee2e6;
}
.lc-review-link {
  background: none; border: none; cursor: pointer;
  color: #aaa; font-size: .88rem; text-decoration: underline;
}

/* Formulario de feedback */
.lc-review-form .form-control {
  border-radius: 10px; padding: 12px 16px;
  border: 1.5px solid #e0e0e0; font-size: .95rem;
}
.lc-review-form .form-control:focus {
  border-color: #E67311; box-shadow: 0 0 0 3px rgba(230,115,17,.12);
}

/* Admin — estrellas en tabla */
.lc-admin-stars { font-size: .8rem; line-height: 1; }
