/* MIXED CSS PACK */
/* Template: servicefriosur.com.ar/index.html */
/* Template mtime: 2026-03-13 13:50:12 */

/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700;14..32,800;14..32,900&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css */

/* ===== INLINE <style> BLOCK #1 ===== */
.about-media{
  height:100%;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
  background:#fff;
}

.about-img{
  width:100%;
  height:100%;
  min-height:320px;
  max-height:520px;
  object-fit:cover;
  object-position:center;
  display:block;
}

.about-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:22px;
  padding:26px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
  height:auto;
}

.about-icon{
  width:56px;
  height:56px;
  flex:0 0 56px;
  border-radius:16px;
  background:rgba(13,110,253,.08);
  color:var(--accent);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.45rem;
}

.about-list{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.about-item{
  display:flex;
  align-items:flex-start;
  gap:16px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:20px;
  padding:20px;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
}

.about-item-icon{
  width:52px;
  height:52px;
  flex:0 0 52px;
  border-radius:14px;
  background:rgba(13,110,253,.08);
  color:var(--accent);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.3rem;
}

.about-item h3{
  margin:0 0 6px;
  font-size:1.08rem;
  font-weight:700;
}

.about-item p{
  margin:0;
  color:#5f6b7a;
  line-height:1.65;
}

@media (max-width: 991.98px){
  .about-img{
    max-height:420px;
  }
}

@media (max-width: 575.98px){
  .about-card{
    padding:20px;
  }

  .about-item{
    padding:18px;
    gap:14px;
  }

  .about-icon,
  .about-item-icon{
    width:46px;
    height:46px;
    flex:0 0 46px;
    font-size:1.1rem;
  }

  .about-img{
    min-height:240px;
    max-height:320px;
  }
}
    /* ===== VARIABLES Y RESET ===== */
    :root {
      /* Paleta de colores respetada y ampliada */
      --accent: #0f6cab;
      --accent-dark: #0b4f7f;
      --accent-light: #e0f0ff;
      --accent-soft: #e9f4fb;
      --accent-glow: rgba(15, 108, 171, 0.12);
      --accent-glass: rgba(15, 108, 171, 0.08);
      
      --bg: #f8fafd;
      --surface: #ffffff;
      --text: #13293d;
      --text-muted: #4a6479;
      --border: rgba(15, 108, 171, 0.12);
      --border-focus: rgba(15, 108, 171, 0.32);

      /* Sombras más suaves y profesionales */
      --shadow-sm: 0 8px 24px -6px rgba(10, 40, 70, 0.12);
      --shadow-md: 0 20px 40px -12px rgba(10, 40, 70, 0.18);
      --shadow-lg: 0 32px 64px -16px rgba(10, 40, 70, 0.24);
      --shadow-inset: inset 0 2px 4px 0 rgba(255, 255, 255, 0.8);

      /* Radios consistentes */
      --radius-md: 18px;
      --radius-lg: 24px;
      --radius-xl: 32px;
      --radius-full: 9999px;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Inter', system-ui, -apple-system, sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.5;
      overflow-x: hidden;
    }
    img { max-width: 100%; height: auto; display: block; }
    a { text-decoration: none; transition: color 0.2s ease; }

    /* ===== COMPONENTES DE DISEÑO ===== */
    .section {
      padding: 96px 0;
      position: relative;
    }
    @media (max-width: 768px) {
      .section { padding: 72px 0; }
    }

    .eyebrow {
      display: inline-block;
      padding: 6px 16px;
      border-radius: var(--radius-full);
      background: var(--accent-soft);
      color: var(--accent-dark);
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      margin-bottom: 20px;
      border: 1px solid rgba(15, 108, 171, 0.18);
      backdrop-filter: blur(4px);
    }

    .section-title {
      font-size: clamp(2rem, 4vw, 3.2rem);
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -0.02em;
      margin: 0 0 20px;
      color: var(--text);
    }

    .section-subtitle {
      font-size: 1.1rem;
      color: var(--text-muted);
      max-width: 720px;
      margin: 0 auto;
      line-height: 1.6;
    }

    /* ===== NAVBAR PREMIUM ===== */
    .navbar {
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
      padding: 8px 0;
    }

    .navbar-brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 700;
      font-size: 1rem;
      color: var(--text);
      line-height: 1.2;
      max-width: 260px;
      transition: opacity 0.2s;
    }
    .navbar-brand:hover { opacity: 0.9; }

    .brand-logo, .footer-logo {
      width: auto;
      height: 44px;
      object-fit: contain;
    }

    .navbar-nav .nav-link {
      color: var(--text);
      font-weight: 600;
      font-size: 0.95rem;
      padding: 0.6rem 1rem;
      border-radius: var(--radius-full);
      transition: all 0.2s;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: var(--accent);
      background: var(--accent-soft);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 24px;
      border-radius: var(--radius-full);
      background: var(--accent);
      color: white;
      font-weight: 700;
      font-size: 0.95rem;
      box-shadow: 0 12px 28px -8px var(--accent);
      transition: all 0.25s ease;
      border: 1px solid rgba(255,255,255,0.2);
    }
    .nav-cta:hover {
      background: var(--accent-dark);
      transform: scale(1.02) translateY(-2px);
      box-shadow: 0 20px 32px -8px var(--accent);
      color: white;
    }

    .navbar-toggler {
      border: 1px solid var(--border);
      padding: 0.5rem 0.75rem;
      border-radius: 12px;
      box-shadow: none !important;
      transition: border-color 0.2s;
    }
    .navbar-toggler:focus { border-color: var(--accent); }

    /* ===== HERO SECTION (PRO FUNDO) ===== */
    .hero {
      padding: 160px 0 96px;
      background: 
        radial-gradient(circle at 0% 30%, rgba(15, 108, 171, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 100% 70%, rgba(15, 108, 171, 0.06) 0%, transparent 50%),
        linear-gradient(145deg, #ffffff 0%, #f2f7fc 100%);
      overflow: hidden;
    }

    .hero-copy {
      max-width: 680px;
    }
    .hero-copy h1 {
      font-size: clamp(2.4rem, 5.5vw, 4.8rem);
      font-weight: 800;
      line-height: 1;
      letter-spacing: -0.03em;
      margin: 0 0 20px;
      color: var(--text);
    }
    .hero-copy p {
      font-size: 1.1rem;
      line-height: 1.7;
      color: var(--text-muted);
      margin: 0 0 28px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin-bottom: 40px;
    }

    .btn-main, .btn-alt {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 56px;
      padding: 0 32px;
      border-radius: var(--radius-full);
      font-weight: 700;
      font-size: 1rem;
      transition: all 0.25s ease;
      border: 1px solid transparent;
    }
    .btn-main {
      background: var(--accent);
      color: white;
      box-shadow: 0 18px 32px -12px var(--accent);
    }
    .btn-main:hover {
      background: var(--accent-dark);
      transform: scale(1.02) translateY(-2px);
      box-shadow: 0 24px 40px -12px var(--accent-dark);
      color: white;
    }
    .btn-alt {
      background: rgba(255,255,255,0.8);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(15, 108, 171, 0.2);
      color: var(--text);
    }
    .btn-alt:hover {
      border-color: var(--accent);
      background: white;
      transform: translateY(-2px);
      box-shadow: var(--shadow-sm);
      color: var(--accent);
    }

    .hero-stats {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      max-width: 560px;
    }
    .hero-stat {
      background: rgba(255, 255, 255, 0.7);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.9);
      box-shadow: var(--shadow-sm);
      border-radius: var(--radius-lg);
      padding: 20px 18px;
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .hero-stat:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-md);
      background: rgba(255,255,255,0.9);
    }
    .hero-stat strong {
      display: block;
      font-size: 1.05rem;
      font-weight: 800;
      color: var(--text);
      margin-bottom: 4px;
    }
    .hero-stat span {
      display: block;
      color: var(--text-muted);
      font-size: 0.9rem;
      line-height: 1.5;
    }

    .hero-media {
      background: white;
      border-radius: var(--radius-xl);
      padding: 12px;
      box-shadow: var(--shadow-lg);
      border: 1px solid rgba(255,255,255,0.8);
      transform: perspective(1000px) rotateY(-2deg);
      transition: transform 0.4s ease;
    }
    .hero-media:hover { transform: perspective(1000px) rotateY(0deg); }
    .hero-media img {
      width: 100%;
      height: auto;
      max-height: 520px;
      object-fit: cover;
      border-radius: calc(var(--radius-xl) - 8px);
    }

    /* ===== TARJETAS Y CONTENEDORES ===== */
    .about-card, .contact-card, .faq-wrap, .service-card, .why-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-sm);
      transition: all 0.25s ease;
      height: 100%;
    }
    .about-card { padding: 40px; }
    .contact-card { padding: 40px; }
    .faq-wrap { padding: 16px; }

    .service-card, .why-card {
      padding: 32px 28px;
    }
    .service-card:hover, .why-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-lg);
      border-color: rgba(15, 108, 171, 0.3);
    }

    .service-icon, .why-icon {
      width: 64px;
      height: 64px;
      border-radius: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--accent-soft);
      color: var(--accent-dark);
      margin-bottom: 24px;
      transition: all 0.25s ease;
    }
    .service-card:hover .service-icon,
    .why-card:hover .why-icon {
      background: var(--accent);
      color: white;
      transform: scale(1.05) rotate(2deg);
    }
    .service-icon svg, .why-icon svg {
      width: 30px;
      height: 30px;
      transition: transform 0.2s;
    }

    .service-card h3, .why-card h3 {
      font-size: 1.25rem;
      font-weight: 800;
      margin: 0 0 12px;
    }
    .service-card p, .why-card p, .about-card p {
      color: var(--text-muted);
      line-height: 1.7;
      margin: 0;
    }

    .about-list { display: flex; flex-direction: column; gap: 16px; }
    .about-item {
      background: white;
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 24px;
      box-shadow: var(--shadow-sm);
      transition: box-shadow 0.2s;
    }
    .about-item:hover { box-shadow: var(--shadow-md); }
    .about-item h3 { font-size: 1.1rem; font-weight: 800; margin: 0 0 8px; }
    .about-item p { color: var(--text-muted); line-height: 1.6; margin: 0; }

    /* ===== ACORDEÓN FAQ ===== */
    .accordion-item {
      border: 0;
      background: transparent;
      border-bottom: 1px solid var(--border);
    }
    .accordion-item:last-child { border-bottom: 0; }
    .accordion-button {
      background: transparent;
      color: var(--text);
      font-weight: 700;
      font-size: 1.05rem;
      padding: 20px 16px;
      box-shadow: none !important;
      transition: color 0.2s;
    }
    .accordion-button:not(.collapsed) {
      background: transparent;
      color: var(--accent);
    }
    .accordion-button:focus { border-color: transparent; }
    .accordion-body {
      padding: 0 16px 24px;
      color: var(--text-muted);
      line-height: 1.7;
    }

    /* ===== FORMULARIO DE CONTACTO ===== */
    .contact-label {
      font-size: 0.8rem;
      font-weight: 700;
      color: var(--accent-dark);
      margin-bottom: 6px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }
    .contact-value {
      font-size: 1rem;
      color: var(--text);
      line-height: 1.6;
      margin: 0 0 24px;
    }
    .contact-value a { color: var(--text); border-bottom: 1px dotted var(--border); }
    .contact-value a:hover { color: var(--accent); border-bottom-color: var(--accent); }

    .form-control, .form-select {
      min-height: 56px;
      border-radius: 18px;
      border: 1px solid var(--border);
      padding: 14px 18px;
      color: var(--text);
      background: white;
      transition: all 0.2s ease;
      box-shadow: none !important;
      font-size: 0.95rem;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--accent);
      box-shadow: 0 0 0 4px var(--accent-glow) !important;
    }
    textarea.form-control { min-height: 140px; resize: vertical; }

    .submit-btn {
      width: 100%;
      min-height: 56px;
      border: none;
      border-radius: var(--radius-full);
      background: linear-gradient(145deg, var(--accent), var(--accent-dark));
      color: white;
      font-weight: 800;
      font-size: 1rem;
      transition: all 0.25s ease;
      box-shadow: 0 16px 28px -8px var(--accent);
    }
    .submit-btn:hover {
      transform: scale(1.01) translateY(-2px);
      box-shadow: 0 24px 36px -8px var(--accent-dark);
    }

    /* ===== GALERÍA ===== */
    .gal-gallery .carousel { max-width: 900px; margin-inline: auto; }
    .gal-frame {
      height: clamp(240px, 50vh, 540px);
      background: white;
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow-lg);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px;
      border: 1px solid rgba(255,255,255,0.6);
    }
    .gal-img {
      width: auto !important;
      max-width: 100%;
      height: auto !important;
      max-height: 100%;
      object-fit: contain;
      cursor: zoom-in;
      transition: transform 0.2s;
    }
    .gal-img:hover { transform: scale(1.02); }
    .gal-gallery .carousel-control-prev,
    .gal-gallery .carousel-control-next {
      width: 52px;
      height: 52px;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.5);
      backdrop-filter: blur(4px);
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.2);
      opacity: 1;
    }
    .gal-gallery .carousel-indicators button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(0,0,0,0.3);
      border: none;
      transition: all 0.2s;
    }
    .gal-gallery .carousel-indicators button.active { background: var(--accent); transform: scale(1.2); }

    /* Lightbox personalizado */
    #galLightbox .modal-content {
      background: rgba(0,0,0,0.9);
      backdrop-filter: blur(12px);
      border-radius: var(--radius-lg);
      border: 1px solid rgba(255,255,255,0.1);
    }
    #galLightboxImg {
      max-height: 85vh;
      width: 100%;
      object-fit: contain;
    }
    .gal-lightbox-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: rgba(255,255,255,0.15);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.2);
      color: white;
      font-size: 32px;
      line-height: 56px;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s;
      z-index: 10;
    }
    .gal-lightbox-nav:hover {
      background: rgba(255,255,255,0.3);
      transform: translateY(-50%) scale(1.05);
    }
    .gal-prev { left: 24px; }
    .gal-next { right: 24px; }

    /* ===== FOOTER CON PERSONALIDAD ===== */
    .site-footer {
      background: linear-gradient(145deg, var(--accent-dark) 0%, #0a3d5e 100%);
      color: white;
      padding: 80px 0 24px;
      margin-top: 40px;
    }
    .footer-brand {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 24px;
    }
    .footer-brand span {
      font-size: 1.1rem;
      font-weight: 700;
      line-height: 1.3;
      color: white;
    }
    .site-footer p, .site-footer a, .site-footer li {
      color: rgba(255, 255, 255, 0.85);
      transition: color 0.2s;
    }
    .site-footer a:hover { color: white; text-decoration: underline; }
    .footer-title {
      font-size: 1rem;
      font-weight: 800;
      margin: 0 0 20px;
      color: white;
      letter-spacing: 0.02em;
    }
    .footer-links, .footer-data {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 12px;
    }
    .footer-links a, .footer-data a {
      display: inline-block;
    }
    .footer-bottom {
      margin-top: 56px;
      padding-top: 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      font-size: 0.9rem;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 991px) {
      .navbar-collapse {
        margin-top: 16px;
        background: rgba(255,255,255,0.95);
        backdrop-filter: blur(16px);
        border-radius: var(--radius-lg);
        padding: 16px;
        box-shadow: var(--shadow-lg);
        border: 1px solid rgba(255,255,255,0.8);
      }
      .hero { padding-top: 140px; }
      .hero-media { transform: none; margin-top: 32px; }
      .hero-stats { grid-template-columns: 1fr; }
    }

    @media (max-width: 768px) {
      .hero-stats { grid-template-columns: 1fr; }
      .about-card, .contact-card { padding: 28px; }
      .section-title { font-size: clamp(1.8rem, 8vw, 2.5rem); }
      .gal-frame { height: 260px; }
      .gal-lightbox-nav { width: 44px; height: 44px; line-height: 44px; font-size: 28px; }
      .gal-prev { left: 8px; }
      .gal-next { right: 8px; }
    }

    @media (max-width: 576px) {
      .navbar-brand { max-width: 200px; }
      .brand-logo, .footer-logo { height: 40px; }
    }
  
    /* ===== AJUSTES QUIRURGICOS NAVBAR / OVERFLOW ===== */
    .navbar-toggler-icon{
      display:block;
      width:1.5em;
      height:1.5em;
      background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(19,41,61,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      background-repeat:no-repeat;
      background-position:center;
      background-size:100%;
    }

    .navbar .container{
      position:relative;
    }

    @media (max-width: 991.98px){
      html, body{
        overflow-x:hidden;
      }

      .navbar > .container{
        flex-wrap:nowrap;
        align-items:center;
      }

      .navbar-brand{
        min-width:0;
        max-width:calc(100% - 72px);
      }

      .navbar-brand span{
        display:block;
        min-width:0;
      }

      .navbar-toggler{
        flex:0 0 auto;
        margin-left:auto;
      }

      .navbar-collapse{
        position:absolute;
        top:calc(100% + 10px);
        left:12px;
        right:12px;
        margin-top:0;
      }

      .navbar-nav,
      .navbar-collapse .ms-lg-3,
      .navbar-collapse .nav-cta{
        width:100%;
      }

      .navbar-collapse .nav-cta{
        text-align:center;
      }
    }

/* ===== INLINE <style> BLOCK #2 ===== */
#quienes-somos .about-media{
        height:100%;
        border-radius:24px;
        overflow:hidden;
        box-shadow:0 18px 45px rgba(0,0,0,.12);
        background:#fff;
      }
  
      #quienes-somos .about-img{
        width:100%;
        height:100%;
        min-height:320px;
        max-height:520px;
        object-fit:cover;
        object-position:center;
        display:block;
      }
  
      #quienes-somos .about-card{
        background:#fff;
        border:1px solid rgba(0,0,0,.08);
        border-radius:22px;
        padding:26px;
        box-shadow:0 12px 30px rgba(0,0,0,.08);
        height:auto;
      }
  
      #quienes-somos .about-icon{
        width:56px;
        height:56px;
        flex:0 0 56px;
        border-radius:16px;
        background:rgba(13,110,253,.08);
        color:var(--accent);
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:1.45rem;
      }
  
      #quienes-somos .about-list{
        display:flex;
        flex-direction:column;
        gap:16px;
      }
  
      #quienes-somos .about-item{
        display:flex;
        align-items:flex-start;
        gap:16px;
        background:#fff;
        border:1px solid rgba(0,0,0,.08);
        border-radius:20px;
        padding:20px;
        box-shadow:0 10px 24px rgba(0,0,0,.06);
      }
  
      #quienes-somos .about-item-icon{
        width:52px;
        height:52px;
        flex:0 0 52px;
        border-radius:14px;
        background:rgba(13,110,253,.08);
        color:var(--accent);
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:1.3rem;
      }
  
      #quienes-somos .about-item h3{
        margin:0 0 6px;
        font-size:1.08rem;
        font-weight:700;
      }
  
      #quienes-somos .about-item p{
        margin:0;
        color:#5f6b7a;
        line-height:1.65;
      }
  
      @media (max-width: 991.98px){
        #quienes-somos .about-img{
          max-height:420px;
        }
      }
  
      @media (max-width: 575.98px){
        #quienes-somos .about-card{
          padding:20px;
        }
  
        #quienes-somos .about-item{
          padding:18px;
          gap:14px;
        }
  
        #quienes-somos .about-icon,
        #quienes-somos .about-item-icon{
          width:46px;
          height:46px;
          flex:0 0 46px;
          font-size:1.1rem;
        }
  
        #quienes-somos .about-img{
          min-height:240px;
          max-height:320px;
        }
      }

      @media (max-width: 767.98px){
        #quienes-somos{
          padding-top:56px;
          padding-bottom:40px;
          overflow:hidden;
        }

        #quienes-somos .text-center.mb-5{
          margin-bottom:1.5rem !important;
        }

        #quienes-somos .section-title{
          font-size:clamp(1.9rem, 9vw, 2.55rem);
          line-height:1.08;
          margin-bottom:14px;
        }

        #quienes-somos .section-subtitle{
          font-size:1rem;
          line-height:1.55;
          padding:0 8px;
        }

        #quienes-somos .row{
          row-gap:16px;
        }

        #quienes-somos .col-lg-6:first-child{
          order:2;
        }

        #quienes-somos .col-lg-6:last-child{
          order:1;
        }

        #quienes-somos .about-media,
        #quienes-somos .about-media.h-100,
        #quienes-somos .about-list.h-100{
          height:auto !important;
          min-height:0 !important;
        }

        #quienes-somos .about-media{
          border-radius:20px;
          background:#fff;
          box-shadow:0 10px 24px rgba(0,0,0,.08);
        }

        #quienes-somos .about-img{
          display:block;
          width:100%;
          height:auto !important;
          min-height:0 !important;
          max-height:none !important;
          object-fit:contain;
          object-position:center;
          background:#fff;
        }

        #quienes-somos .about-card{
          padding:18px;
          border-radius:18px;
          margin-bottom:16px !important;
        }

        #quienes-somos .about-card .d-flex{
          gap:12px !important;
        }

        #quienes-somos .about-list{
          gap:12px;
        }

        #quienes-somos .about-item{
          padding:16px;
          gap:12px;
          border-radius:18px;
          align-items:flex-start;
        }

        #quienes-somos .about-item > div:last-child{
          min-width:0;
        }

        #quienes-somos .about-card p,
        #quienes-somos .about-item p{
          font-size:.98rem;
          line-height:1.55;
        }

        #quienes-somos .about-item h3{
          font-size:1.08rem;
          line-height:1.25;
          margin-bottom:6px;
        }

        #quienes-somos .about-icon,
        #quienes-somos .about-item-icon{
          width:42px;
          height:42px;
          flex:0 0 42px;
          border-radius:12px;
          font-size:1rem;
        }

        #servicios{
          padding-top:48px;
        }
      }

/* ===== INLINE <style> BLOCK #3 ===== */
.wa-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:2147483647;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  font-family:inherit;
}

.wa-btn{
  width:60px;
  height:60px;
  border-radius:50%;
  border:none;
  background:linear-gradient(135deg,#25D366,#128C7E);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(37,211,102,.45);
  transition:transform .25s, box-shadow .25s;
}
.wa-btn:hover{
  transform:translateY(-3px) scale(1.05);
  box-shadow:0 14px 36px rgba(37,211,102,.55);
}

.wa-card{
  position:absolute;
  right:0;
  bottom:74px;
  width:min(360px,92vw);
  background:#fff;
  border-radius:18px;
  border:1px solid #e3e6ea;
  box-shadow:0 18px 60px rgba(0,0,0,.25);
  overflow:hidden;
  transform:translateY(10px);
  opacity:0;
  transition:.25s ease;
}
.wa-card[aria-modal="true"]{
  transform:none;
  opacity:1;
}

.wa-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  background:linear-gradient(135deg,#25D366,#128C7E);
  color:#fff;
}
.wa-avatar{
  width:40px;
  height:40px;
  background:#fff;
  border-radius:10px;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.wa-avatar img{
  width:26px;
  height:26px;
  object-fit:contain;
}
.wa-title{
  font-weight:800;
}
.wa-status{
  font-size:.85rem;
  opacity:.9;
}

.wa-close{
  margin-left:auto;
  border:none;
  background:transparent;
  color:#fff;
  font-size:24px;
  cursor:pointer;
  width:32px;
  height:32px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:.9;
}
.wa-close:hover{
  opacity:1;
  background:rgba(255,255,255,.14);
}

.wa-body{
  padding:14px;
  max-height:40vh;
  overflow:auto;
  background:#f8f9fa;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.wa-bubble{
  max-width:88%;
  padding:10px 12px;
  border-radius:14px;
  font-size:.95rem;
  box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.wa-bot{
  background:#fff;
  border:1px solid #e3e6ea;
  align-self:flex-start;
}
.wa-user{
  background:#eaf7f0;
  border:1px solid #cfeedd;
  align-self:flex-end;
}

.wa-compose{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  padding:10px;
  border-top:1px solid #e3e6ea;
  background:#fff;
}
.wa-compose textarea{
  resize:none;
  border-radius:12px;
  padding:10px;
  border:1px solid #e3e6ea;
  font-family:inherit;
  outline:none;
}
.wa-send{
  background:#25D366;
  color:#fff;
  border:none;
  border-radius:12px;
  padding:0 16px;
  cursor:pointer;
}
.wa-send:hover{
  background:#1fb85a;
}

@media(max-width:480px){
  .wa-float{
    right:12px;
    bottom:12px;
  }
  .wa-card{
    width:calc(100vw - 24px);
  }
}

