@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?m49qcp');
  src:  url('fonts/icomoon.eot?m49qcp#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?m49qcp') format('truetype'),
    url('fonts/icomoon.woff?m49qcp') format('woff'),
    url('fonts/icomoon.svg?m49qcp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-aereo_1:before {
  content: "\e900";
  color: #5376c3;
}
.icon-cables:before {
  content: "\e901";
  color: #5376c3;
}
.icon-carretero_ferro:before {
  content: "\e902";
  color: #5376c3;
}
.icon-carretero:before {
  content: "\e903";
  color: #5376c3;
}
.icon-ducto:before {
  content: "\e904";
  color: #5376c3;
}
.icon-ferro_doble:before {
  content: "\e905";
  color: #5376c3;
}
.icon-ferroviario:before {
  content: "\e906";
  color: #5376c3;
}
.icon-maritimo:before {
  content: "\e907";
  color: #5376c3;
}
.icon-otross:before {
  content: "\e908";
  color: #5376c3;
}
.icon-peatonal:before {
  content: "\e909";
  color: #5376c3;
}
.icon-sobreldpi:before {
  content: "\e90a";
  color: #5376c3;
}
.icon-tube:before {
  content: "\e90b";
  color: #5376c3;
}

/* width */
::-webkit-scrollbar {
   width: 5px;
  height: 5px;
 }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #dce4e9;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6C90B7;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6181a4;
}

.scrollable-content {
  max-width: 100% !important;
}
