.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;
  }
}