  html, body {
  overflow-x: hidden;
}
  body {
      font-family: Arial, sans-serif;
    }
    .top-bar {
      background-color: #e86e2c;
      color: white;
      font-size: 0.9rem;
      padding: 5px 0;
    }
    .navbar-brand img {
      height: 40px;
    }

    /* NAVBAR PERSONALIZADO */
    .navbar-nav .nav-link {
        font-family: 'Montserrat', Arial, sans-serif !important;
        color: #55595c !important; /* Color institucional Savaltec */
        font-weight: 600;
        letter-spacing: 1px;
        transition: color 0.2s;
        border-radius: 4px;
        background: none !important;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        color: #e86e2c !important;
        background: none !important;
    }


    .hero {
    background: url('../img/BANNER.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    }
    .hero::before {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0,0,0,0.5); /* oscurece la imagen al 50% */
        z-index: 2;
    }
    .hero > .container {
        position: relative;
        z-index: 3;
    }
    .hero h5 {
      font-weight: 400;
      letter-spacing: 2px;
    }
    .hero h1 {
      font-weight: 700;
    }
    .hero p {
      margin-top: 20px;
    }

    .hero-line {
    display: block;
    height: 4px;
    background: #e86e2c;
    border-radius: 2px;
    margin: 24px auto;
    }
    .hero-line-70 {
    width: 70%;
    }
    .hero-line-30 {
    width: 30%;
    }
    .btn-contact {
      background-color: #e86e2c;
      color: white;
    }

    /* NUESTRA HISTORIA */
  .historia {
    background-color: #2b6d6f;
    color: white;
    padding: 80px 0;
    text-align: left;
    font-family: 'Montserrat', Arial, sans-serif !important;
   /* color: #55595c !important;*/ /* Color institucional Savaltec */
  }
  .historia-line-vertical {
    display: inline-block;
    width: 4px;
    height: 28px;
    background: #e86e2c;
    border-radius: 2px;
    vertical-align: middle;
  }
  .historia-subtitle {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.1rem;
    margin-bottom: 0;
    display: inline;
  }
  .historia h2 {
    font-size: 3rem !important;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .historia .btn {
    background-color: #e86e2c;
    color: white;
    border: none;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    font-family: 'Montserrat', Arial, sans-serif;
    transition: background 0.2s;
    white-space: nowrap;
  }
  .historia .btn:hover {
    background-color: #c95c1f;
    color: #fff;
  }
  @media (max-width: 767.98px) {
    .historia .d-flex.align-items-center {
      flex-direction: column;
      align-items: flex-start !important;
    }
    .historia .btn {
      margin-left: 0 !important;
      margin-top: 1rem;
    }
  }


    /* QUIÉNES SOMOS */
    .quienes-somos {
   /*   padding: 80px 0;
      background-color: #fafbfc;*/
      font-family: 'Montserrat' !important;
    }

    .linea-naranja-10 {
    width: 10%;
    height: 4px;
    background: #e86e2c;
    border-radius: 2px;
    margin-bottom: 8px;
  }

    /* SERVICIOS */
    .servicios {
      padding: 80px 0;
      background-color: #f8f9fa;
    }

    .servicios .icon-box {
      text-align: center;
      padding: 20px;
    }

    .servicios .icon-box i {
      font-size: 2rem;
      color: #e86e2c;
      margin-bottom: 10px;
    }

    .servicios h2 {
      font-weight: 700;
      margin-bottom: 30px;
    }

    .servicios p.description {
      text-align: center;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

  @media (max-width: 576px) {
  .top-bar {
    font-size: 0.75rem;
    padding: 4px 0;
  }
  /* .top-bar .d-flex.align-items-center > span:nth-child(1) {
    display: none; /* Oculta la dirección en móviles */
  /* }  */

  .top-bar .d-flex.align-items-center > span,
  .top-bar .d-flex.align-items-center > span a {
    font-size: 0.85rem;
  }
}