.opselected{
    color: #ffc451 !important;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #fff !important;
}
/*  
.services .icon-box h4 a {
    color: #004370 !important;
    transition: ease-in-out 0.3s;
  }
  
  .services .icon-box h4 a:hover {
    color: #151515 !important;
  } */

  .texto-arial-narrow {
    font-family: "Arial Narrow", Arial, sans-serif !important;
}

  
  /* Scroll */
  ::-webkit-scrollbar {
    width: 8px;
  }
  
  ::-webkit-scrollbar-track {
    background: #dddddd;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #014151;
    border-radius: 2px;
  }