@font-face {
  font-family: "font-rio";
  src: url("/oc-content/themes/ric/fonts/font-rio.eot?2knnxv");
  src: url("/oc-content/themes/ric/fonts/font-rio.eot?2knnxv#iefix")
      format("embedded-opentype"),
    url("/oc-content/themes/ric/fonts/font-rio.ttf?2knnxv") format("truetype"),
    url("/oc-content/themes/ric/fonts/font-rio.woff?2knnxv") format("woff"),
    url("/oc-content/themes/ric/fonts/font-rio.svg?2knnxv#font-rio")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "font-rio" !important;
  speak: never;
  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-arrow:before {
  content: "\e900";
  color: #798898;
}
.icon-arrow-double:before {
  content: "\e901";
  color: #798898;
}
.icon-arrow-down-left:before {
  content: "\e902";
  color: #3d4b40;
}
.icon-arrow-right:before {
  content: "\e903";
  color: #3d4b40;
}
.icon-bed:before {
  content: "\e904";
  color: #3d4b40;
}
.icon-border-none:before {
  content: "\e905";
  color: #3d4b40;
}
.icon-building:before {
  content: "\e906";
  color: #3d4b40;
}
.icon-building-office:before {
  content: "\e907";
  color: #48514a;
}
.icon-car:before {
  content: "\e908";
  color: #3d4b40;
}
.icon-caret-down:before {
  content: "\e909";
  color: #3d4b40;
}
.icon-check:before {
  content: "\e90a";
  color: #3d4b40;
}
.icon-close:before {
  content: "\e90b";
  color: #3d4b40;
}
.icon-discount-check:before {
  content: "\e90c";
}
.icon-dollar:before {
  content: "\e90d";
  color: #3d4b40;
}
.icon-ellipse:before {
  content: "\e90e";
  color: #e5e5e5;
}
.icon-envelop:before {
  content: "\e90f";
  color: #3d4b40;
}
.icon-eye:before {
  content: "\e910";
  color: #aaa;
}
.icon-facebook:before {
  content: "\e911";
  color: #3d4b40;
}
.icon-faders:before {
  content: "\e912";
  color: #3d4b40;
}
.icon-home:before {
  content: "\e913";
  color: #3d4b40;
}
.icon-instagram:before {
  content: "\e914";
  color: #3d4b40;
}
.icon-linkedin:before {
  content: "\e915";
}
.icon-list:before {
  content: "\e916";
}
.icon-map-pin:before {
  content: "\e917";
  color: #3d4b40;
}
.icon-phone:before {
  content: "\e918";
  color: #3d4b40;
}
.icon-picture:before {
  content: "\e919";
  color: #c9cfcf;
}
.icon-share:before {
  content: "\e91a";
}
.icon-sofa:before {
  content: "\e91b";
  color: #3d4b40;
}
.icon-speaker:before {
  content: "\e91c";
  color: #3d4b40;
}
.icon-toilet:before {
  content: "\e91d";
  color: #3d4b40;
}
.icon-trash:before {
  content: "\e91e";
}
.icon-whatsapp:before {
  content: "\e91f";
  color: #3d4b40;
}
.icon-youtube:before {
  content: "\e920";
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #f4f4f4;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #dad7d7;
}

html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
  display: none;
}

/* Firefox */
html,
body {
  scrollbar-width: thin;
  scrollbar-color: #dad7d7 #f4f4f4;
}
