    /* Mobils */
    @media (max-width: 768px) {
        .modal-dialog {
            max-width: 95%;
        }
    }
    /* PC */
    @media (min-width: 768px) {
        .modal-dialog {
            max-width: 45%;
        }
    }
    body.modal-open {
      overflow-y: visible;
      padding-right: 0 !important;
    }
    .display-4{
      font-weight: 350;
    }
    .active {
    color: #ff9933 !important;
    }
    .BlauClar{
      color:rgb(50, 152, 208);
    }
    .btn-custom{
      background-color: #ff9933;
    }
    .navbar-fixed-top {
      position: fixed;
      width: 100%;
      z-index: 1000;
    }
    .SeccioConsultoriaInformatica {
      color: white;
      background: url('../Imatges/01.jpg') center center/cover no-repeat;
      background-size: cover;
      background-position: center;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .SeccioSoftwareAMdia {
      color: white;
      background: url('../Imatges/02.jpg') center center/cover no-repeat;
      background-size: cover;
      background-position: center;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .SeccioMantenimentSistemes {
      color: white;
      background: url('../Imatges/03.jpg') center center/cover no-repeat;
      background-size: cover;
      background-position: center;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .SeccioSolucions {
      color: white;
      background: url('../Imatges/04.jpg') center center/cover no-repeat;
      background-size: cover;
      background-position: center;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .SeccioQuiSom {
      color: white;
      background: url('../Imatges/05.jpg') center center/cover no-repeat;
      background-size: cover;
      background-position: center;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .SeccioAreaClients {
      color: white;
      background: url('../Imatges/06.jpg') center center/cover no-repeat;
      background-size: cover;
      background-position: center;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .SegonNav {
      top: 65px;
      height: 60px; 
      background-color: rgb(102, 102, 102);
    }
    .navbar-brand {
      height: 100%;
      display: flex;
      align-items: center;
    }
    .navbar-brand-mvl {
      justify-content: flex-end;
      height: 100%;
    }
    .navbar-content {
      flex-grow: 1;
    }
    .PrimerNav .navbar-nav .nav-item a {
      color: rgb(50, 152, 208);
    }
    .SegonNav .navbar-nav .nav-item {
      margin-right: 30px;
    }
    .seccion-full-height {
      min-height: calc(100vh - 100px);
    }
    .align-vertical {
      display: flex;
      align-items: center;
    }
    .NoHover{
      pointer-events: none;
    }
    .avis-legal {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #f8f9fa;
      padding: 10px;
      box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
      z-index: 1000;
    }
    .close {
      position: absolute;
      top: 5px;
      right: 10px;
    }
    .Etiqueta {
      cursor: pointer;
    }
    .EtiquetaAvisLegal {
      cursor: pointer;
    }
  .cookies1 {
    background-color: #000000;
    padding: 10px;
    color: #fff;
    bottom: 0px;
    position: fixed;
    width: 100%;
  }
  .cookies1 a,
  .cookies1 a:hover {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
  }
  .cookies1 .accept,
  .cookies1 .accept:hover {
    background: #0d95cc;
    border-color: #0d95cc;
    border-radius: 0px;
    font-size: 16px;
  }
  .max-width-column {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #scroll-to-top {
    font-size: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}