:root {
  --red: #C70000;
  --red2: #9F0000;
  --dark: #1E1E1E;
  --gray: #4D4D4D;
  --light: #E5E5E5;
  --white: #FFFFFF;
  --soft: #F7F7F7;
  --text: #171717;
  --muted: #666;
  --line: #dedede;
  --ok: #0f8b5f;
  --warn: #f3a000;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body { margin: 0; font-family: Montserrat, "Noto Sans", Arial, sans-serif; background: var(--white); color: var(--text); line-height: 1.6; font-size: 16px }
a { color: inherit; text-decoration: none }
button, input, select, textarea { font: inherit }
button { cursor: pointer }
img { max-width: 100%; display: block }
.container { max-width: 1180px; margin: auto; padding: 0 22px }
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.93); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,.08) }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px }
.brand img { height: 58px; width: auto }
.links { display: flex; gap: 22px; align-items: center; font-weight: 700; color: #333; font-size: 14px }
.links a:hover { color: var(--red) }
.btn { border: 0; border-radius: 12px; padding: 13px 18px; font-weight: 900; background: var(--red); color: white; display: inline-flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 14px 30px rgba(199,0,0,.22); transition: .2s }
.btn:hover { background: var(--red2); transform: translateY(-1px) }
.btn.secondary { background: white; color: var(--dark); border: 1px solid var(--line); box-shadow: none }
.btn.dark { background: var(--dark); box-shadow: none }
.btn.green { background: var(--ok) }
.btn.small { padding: 9px 12px; font-size: 13px }
.hero { background: linear-gradient(90deg, rgba(30,30,30,.97), rgba(30,30,30,.82)), url('assets/images/background_2.jpg') center 38% / cover; min-height: 690px; color: white; display: flex; align-items: center; position: relative }
.hero:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 8px; background: var(--red) }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 38px; align-items: center; position: relative; z-index: 1 }
.kicker { display: inline-flex; border-left: 5px solid var(--red); padding: 7px 12px; background: rgba(255,255,255,.08); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 12px }
.hero h1 { font-size: clamp(38px, 5.5vw, 72px); line-height: 1.02; margin: 22px 0 18px; letter-spacing: -1.6px }
.hero p { font-size: 18px; color: #e6e6e6; max-width: 700px }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px }
.hero-panel { background: rgba(255,255,255,.95); color: var(--dark); border-radius: 24px; padding: 28px; border: 1px solid rgba(255,255,255,.4); box-shadow: 0 30px 90px rgba(0,0,0,.35) }
.hero-panel h2 { font-size: 30px; margin: 0 0 12px }
.tick-list { padding: 0; margin: 18px 0 0; list-style: none }
.tick-list li { display: flex; gap: 10px; margin: 10px 0; color: #333 }
.tick-list li:before { content: ""; width: 9px; height: 9px; background: var(--red); border-radius: 50%; margin-top: 8px; flex: 0 0 9px }
.strip { background: var(--red); color: white; padding: 16px 0; font-weight: 900; text-transform: uppercase; letter-spacing: .08em }
.strip-inner { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; text-align: center }
.section { padding: 78px 0 }
.section.gray { background: var(--soft) }
.eyebrow { color: var(--red); font-weight: 950; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; text-align: center; display: block; margin-bottom: 12px }
.section h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.08; margin: 10px 0 16px; letter-spacing: -1px }
.lead { font-size: 17px; color: #5c5c5c; max-width: 760px }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px }
.card { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 22px; box-shadow: 0 18px 44px rgba(30,30,30,.06)}
.card img { width: 100%; height: 80px; object-fit: cover; border-radius: 16px }
.card h3 { margin: 14px 0 8px; font-size: 20px }
.card p { color: #666; margin: 0 }
.card .num { width: 42px; height: 42px; border-radius: 12px; background: var(--red); color: white; display: grid; place-items: center; font-weight: 950 }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start }
.service-photo { border-radius: 24px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 26px 70px rgba(0,0,0,.12) }
.service-photo img { height: 560px; width: 100%; object-fit: cover }
.service-box { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 30px; box-shadow: 0 20px 50px rgba(0,0,0,.07) }
.service-box h3 { font-size: 28px; margin: 0 0 14px }
.service-box ul { padding-left: 18px; color: #333 }
.service-box li { margin: 11px 0 }
.badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px }
.badge { border: 1px solid var(--line); background: #fff; padding: 9px 11px; border-radius: 999px; font-weight: 800; color: #333; font-size: 13px }
.estimator { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start }
.result { background: var(--dark); color: white; border-radius: 22px; padding: 24px; margin-top: 18px; position: sticky; top: 96px }
.result strong { font-size: 56px; line-height: 1; color: white }
.result ul { padding-left: 18px; color: #e8e8e8 }
.form { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 26px; box-shadow: 0 20px 50px rgba(0,0,0,.07) }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px }
.field { display: flex; flex-direction: column; gap: 6px }
.field.full { grid-column: 1 / -1 }
label { font-weight: 900; font-size: 13px; color: #333 }
input, select, textarea { border: 1px solid #d6d6d6; border-radius: 13px; padding: 12px 13px; background: #fff; color: #111; outline: none }
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(199,0,0,.1) }
textarea { min-height: 104px; resize: vertical }
.offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px }
.offer { background: white; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 18px 44px rgba(30,30,30,.07) }
.offer-img { height: 250px; background: #eee; overflow: hidden }
.offer-img img { width: 100%; height: 100%; object-fit: cover }
.offer-body { padding: 20px }
.offer-body h3 { margin: 0 0 8px }
.price { color: var(--red); font-size: 24px; font-weight: 950 }
.gallery { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; margin-top: 30px }
.gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px; border: 1px solid var(--line); box-shadow: 0 14px 36px rgba(0,0,0,.08) }
.gallery-small { display: grid; grid-template-columns: 1fr 1fr; gap: 18px }
.assistant { background: linear-gradient(135deg, var(--dark), #303030); color: white; border-radius: 28px; padding: 34px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; border-bottom: 7px solid var(--red) }
.assistant p { color: #eee }
.admin-box { background: var(--dark); color: white; border-radius: 28px; padding: 30px; border-top: 7px solid var(--red) }
.admin-box .lead { color: #ddd }
.login-row, .actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap }
.admin-input { background: #111; color: white; border-color: #555; max-width: 280px }
.admin-panel { display: none; margin-top: 24px }
.admin-panel.active { display: block }
.tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px }
.tab { display: none }
.tab.active { display: block }
.table-wrap { overflow: auto; border: 1px solid #454545; border-radius: 18px }
.table { width: 100%; border-collapse: collapse; min-width: 920px; font-size: 14px }
.table th, .table td { padding: 12px; border-bottom: 1px solid #454545; text-align: left }
.table th { background: #151515; color: #fff }
.table td { color: #e2e2e2 }
.admin-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; background: #151515; border: 1px solid #454545; border-radius: 20px; padding: 18px; margin-bottom: 20px }
.admin-form label { color: white }
.admin-form input, .admin-form textarea { background: #111; color: white; border-color: #555 }
.tag { display: inline-flex; padding: 4px 9px; border-radius: 999px; background: #333; color: #fff; font-size: 12px; font-weight: 900 }
.footer { background: #151515; color: #ddd; padding: 40px 0 }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center }
.socials { display: flex; gap: 8px; flex-wrap: wrap }
.float-wa { position: fixed; right: 18px; bottom: 18px; z-index: 60; border-radius: 999px; background: #c90000; color: #fff; padding: 14px 18px; font-weight: 950; box-shadow: 0 16px 40px rgba(0,0,0,.28) }
.mini { font-size: 12px; color: #777 }
.white-mini { font-size: 12px; color: #bbb }
.danger { background: #6b1111 }
.hidden { display: none !important }

@media(max-width: 980px) {
  .hero-grid, .service-grid, .estimator, .gallery, .assistant, .footer-grid { grid-template-columns: 1fr }
  .cards { grid-template-columns: 1fr 1fr }
  .offers { grid-template-columns: 1fr }
  .links { display: none }
  .hero { min-height: auto; padding: 70px 0 }
  .service-photo img { height: 360px }
  .result { position: static }
  .admin-form, .form-grid { grid-template-columns: 1fr }
  .gallery-small { grid-template-columns: 1fr }
  .brand img { height: 48px }
}

@media(max-width: 620px) {
  .cards { grid-template-columns: 1fr }
  .container { padding: 0 16px }
  .nav { min-height: 68px }
  .hero h1 { font-size: 38px }
  .section { padding: 58px 0 }
  .strip-inner { font-size: 13px }
  .float-wa { left: 14px; right: 14px; text-align: center; justify-content: center }
  .offer-img { height: 220px }
}

/* --- ESTILOS ESPECÍFICOS DE LA GALERÍA (PRODUCTOS.HTML) --- */
.catalog-banner { background: linear-gradient(90deg, rgba(30,30,30,.95), rgba(30,30,30,.80)), url('assets/images/catalogo-extintores.jpg') center center / cover; padding: 50px 0; color: white; border-bottom: 5px solid var(--red); }
.catalog-layout { display: grid; grid-template-columns: 280px 1fr; gap: 30px; margin-top: 40px; align-items: start; }
.sidebar-filters { background: var(--soft); border: 1px solid var(--line); border-radius: 16px; padding: 22px; position: sticky; top: 100px; }
.filter-group { margin-bottom: 24px; }
.filter-group:last-child { margin-bottom: 0; }
.filter-group h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--dark); margin: 0 0 12px 0; border-bottom: 2px solid var(--red); padding-bottom: 6px; font-weight: 900; }
.filter-list { list-style: none; padding: 0; margin: 0; }
.filter-list li { margin-bottom: 8px; }
.filter-btn { background: none; border: none; color: var(--gray); font-size: 14px; padding: 4px 0; text-align: left; width: 100%; cursor: pointer; transition: color 0.2s, padding-left 0.2s; font-weight: 600; display: flex; justify-content: space-between; align-items: center; }
.filter-btn:hover, .filter-btn.active { color: var(--red); padding-left: 6px; font-weight: 800; }
.filter-btn .count { background: #e2e2e2; color: var(--dark); font-size: 11px; padding: 2px 6px; border-radius: 10px; font-weight: 700; }
.filter-btn.active .count { background: var(--red); color: white; }
.products-display { display: flex; flex-direction: column; gap: 20px; }
.catalog-header-info { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 15px; margin-bottom: 15px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { background: white; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 10px 30px rgba(0,0,0,.04); transition: transform 0.2s, box-shadow 0.2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 15px 40px rgba(199,0,0,.08); }
.product-image-container { height: 240px; background: #fdfdfd; display: flex; align-items: center; justify-content: center; padding: 20px; position: relative; border-bottom: 1px solid var(--soft); }
.product-image-container img { max-height: 100%; object-fit: contain; }
.product-badge { position: absolute; top: 12px; left: 12px; background: var(--dark); color: white; font-size: 11px; font-weight: 900; padding: 4px 10px; border-radius: 30px; text-transform: uppercase; letter-spacing: 0.04em; }
.product-badge.red-badge { background: var(--red); }
.product-info { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }
.product-title { font-size: 16px; font-weight: 900; margin: 0 0 10px 0; color: var(--text); line-height: 1.3; height: 42px; overflow: hidden; }
.product-specs { margin: 0 0 16px 0; padding: 0; list-style: none; font-size: 13px; color: var(--muted); flex-grow: 1; }
.product-specs li { margin-bottom: 5px; display: flex; align-items: center; gap: 6px; }
.product-specs li::before { content: "▪"; color: var(--red); font-size: 14px; }
.product-actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
.product-actions .btn { width: 100%; font-size: 13px; padding: 10px; box-shadow: none; }

@media(max-width: 1100px) { .catalog-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width: 850px) { .catalog-layout { grid-template-columns: 1fr; } .sidebar-filters { position: static; margin-bottom: 20px; } .catalog-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width: 550px) { .catalog-grid { grid-template-columns: 1fr; } .catalog-header-info { flex-direction: column; align-items: flex-start; gap: 10px; } }

/* --- ESTILOS ESPECÍFICOS DE LAS HABILITACIONES--- */
.cart { 
  width: 100px;
  height: 200px;
  background: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  font-size: 24px;
  border-radius: 10px;
  margin: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  
  box-shadow: 0 18px 44px rgba(230, 4, 4, 0);
}

.scroll-container {
  display: flex;
  width: max-content;
  animation: scroll 10s linear infinite;
  flex-wrap: nowrap;
  gap: 15px;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}/* --- ESTILOS ESPECÍFICOS DE LAS HABILITACIONES--- */


    * { box-sizing: border-box; }
    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background: #f4f6f8;
      color: #1f2937;
    }
    .contact-section {
      padding: 60px 20px;
    }
    .contact-card {
      max-width: 760px;
      margin: auto;
      background: white;
      border-radius: 16px;
      padding: 32px;
      box-shadow: 0 12px 35px rgba(0,0,0,.08);
    }
    h2 { margin-top: 0; }
    .intro { color: #5f6b7a; margin-bottom: 28px; }
    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }
    .full { grid-column: 1 / -1; }
    label {
      display: block;
      font-weight: 700;
      margin-bottom: 7px;
    }
    input, select, textarea {
      width: 100%;
      padding: 12px 14px;
      border: 1px solid #cbd5e1;
      border-radius: 8px;
      font: inherit;
    }
    textarea { min-height: 130px; resize: vertical; }
    input:focus, select:focus, textarea:focus {
      outline: 2px solid #2563eb;
      border-color: transparent;
    }
    .consent {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      font-size: 14px;
      font-weight: 400;
    }
    .consent input {
      width: auto;
      margin-top: 3px;
    }
    button {
      border: 0;
      border-radius: 8px;
      padding: 13px 20px;
      background: #1d4ed8;
      color: white;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
    }
    button:disabled { opacity: .65; cursor: not-allowed; }
    .message {
      display: none;
      margin-top: 18px;
      padding: 13px;
      border-radius: 8px;
    }
    .success { display: block; background: #dcfce7; color: #166534; }
    .error { display: block; background: #fee2e2; color: #991b1b; }
    .honeypot { position: absolute; left: -9999px; }
    @media (max-width: 650px) {
      .form-grid { grid-template-columns: 1fr; }
      .full { grid-column: auto; }
      .contact-card { padding: 22px; }
    }

    * { box-sizing: border-box; }
    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background: #f4f6f8;
      color: #1f2937;
    }
    .contact-section {
      padding: 60px 20px;
    }
    .contact-card {
      max-width: 760px;
      margin: auto;
      background: white;
      border-radius: 16px;
      padding: 32px;
      box-shadow: 0 12px 35px rgba(0,0,0,.08);
    }
    h2 { margin-top: 0; }
    .intro { color: #5f6b7a; margin-bottom: 28px; }
    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }
    .full { grid-column: 1 / -1; }
    label {
      display: block;
      font-weight: 700;
      margin-bottom: 7px;
    }
    input, select, textarea {
      width: 100%;
      padding: 12px 14px;
      border: 1px solid #cbd5e1;
      border-radius: 8px;
      font: inherit;
    }
    textarea { min-height: 130px; resize: vertical; }
    input:focus, select:focus, textarea:focus {
      outline: 2px solid #2563eb;
      border-color: transparent;
    }
    .consent {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      font-size: 14px;
      font-weight: 400;
    }
    .consent input {
      width: auto;
      margin-top: 3px;
    }
    button {
      border: 0;
      border-radius: 8px;
      padding: 13px 20px;
      background: #1d4ed8;
      color: white;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
    }
    button:disabled { opacity: .65; cursor: not-allowed; }
    .message {
      display: none;
      margin-top: 18px;
      padding: 13px;
      border-radius: 8px;
    }
    .success { display: block; background: #dcfce7; color: #166534; }
    .error { display: block; background: #fee2e2; color: #991b1b; }
    .honeypot { position: absolute; left: -9999px; }
    @media (max-width: 650px) {
      .form-grid { grid-template-columns: 1fr; }
      .full { grid-column: auto; }
      .contact-card { padding: 22px; }
    }
/* =========================
   SECCIÓN SOBRE NOSOTROS
========================= */

.sobre-nosotros {
  padding: 70px 20px;
  background-color: #f5f5f5;
  font-family: "Noto Sans", Arial, sans-serif;
}

.sobre-nosotros__contenedor {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 45px;
  background-color: #ffffff;
  border-left: 5px solid #c71920;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.sobre-nosotros__etiqueta {
  display: inline-block;
  margin-bottom: 10px;
  color: #c71920;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.sobre-nosotros h2 {
  margin: 0;
  color: #1c1c1c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
}

.sobre-nosotros__linea {
  width: 70px;
  height: 4px;
  margin: 18px 0 25px;
  background-color: #c71920;
  border-radius: 10px;
}

.sobre-nosotros p {
  margin: 0 0 18px;
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 1.8;
}

.sobre-nosotros strong {
  color: #1c1c1c;
}

.sobre-nosotros__destacado {
  margin-top: 28px !important;
  margin-bottom: 0 !important;
  padding: 18px 20px;
  color: #ffffff !important;
  background-color: #1c1c1c;
  border-radius: 6px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}

/* Adaptación para celulares */
@media (max-width: 768px) {
  .sobre-nosotros {
    padding: 45px 15px;
  }

  .sobre-nosotros__contenedor {
    padding: 30px 22px;
  }

  .sobre-nosotros h2 {
    font-size: 1.8rem;
  }

  .sobre-nosotros p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}
/* =========================
   CAJAS DESPLEGABLES
========================= */

.sobre-nosotros__acordeon {
  display: grid;
  gap: 15px;
  margin-top: 35px;
}

.acordeon-item {
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-left: 4px solid #c71920;
  border-radius: 8px;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.acordeon-item:hover {
  border-color: #c71920;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.acordeon-item[open] {
  border-color: #c71920;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

/* Título desplegable */
.acordeon-titulo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  color: #1c1c1c;
  background-color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

/* Quita el triángulo predeterminado */
.acordeon-titulo::-webkit-details-marker {
  display: none;
}

.acordeon-titulo::marker {
  display: none;
  content: "";
}

.acordeon-titulo:hover {
  color: #c71920;
  background-color: #fafafa;
}

.acordeon-item[open] .acordeon-titulo {
  color: #ffffff;
  background-color: #c71920;
}

/* Icono de apertura */
.acordeon-icono {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.acordeon-icono::before,
.acordeon-icono::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #c71920;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.acordeon-icono::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* Convierte el símbolo + en - */
.acordeon-item[open] .acordeon-icono::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.acordeon-item[open] .acordeon-icono::before,
.acordeon-item[open] .acordeon-icono::after {
  background-color: #ffffff;
}

/* Contenido interior */
.acordeon-contenido {
  padding: 22px 24px 24px;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
}

.acordeon-contenido p {
  margin: 0 0 14px;
  color: #4b4b4b;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.75;
}

.acordeon-contenido p:last-child {
  margin-bottom: 0;
}

/* Lista de valores */
.lista-valores {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lista-valores li {
  position: relative;
  padding-left: 22px;
  color: #4b4b4b;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.7;
}

.lista-valores li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #c71920;
  border-radius: 50%;
}

.lista-valores strong {
  color: #1c1c1c;
  font-family: "Montserrat", Arial, sans-serif;
}

/* Frase final */
.acordeon-contenido .acordeon-frase-final {
  margin-top: 20px;
  padding: 15px 18px;
  color: #1c1c1c;
  background-color: #f3f3f3;
  border-left: 4px solid #c71920;
  border-radius: 4px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

/* Accesibilidad con teclado */
.acordeon-titulo:focus-visible {
  outline: 3px solid rgba(199, 25, 32, 0.35);
  outline-offset: -3px;
}

/* Adaptación para celulares */
@media (max-width: 768px) {
  .sobre-nosotros__acordeon {
    margin-top: 28px;
  }

  .acordeon-titulo {
    padding: 18px;
    font-size: 1rem;
  }

  .acordeon-contenido {
    padding: 20px 18px;
  }

  .acordeon-contenido p,
  .lista-valores li {
    font-size: 0.94rem;
  }
}
p,
li {
  font-size: 15px;
}

nav a {
  font-size: 14px;
}

button,
.btn {
  font-size: 14px;
}