@font-face {
  font-family: 'osesp-icons';
  src: url('/fonts/osesp-icons/osesp-icons.eot?44783018');
  src: url('/fonts/osesp-icons/osesp-icons.eot?44783018#iefix') format('embedded-opentype'),
       url('/fonts/osesp-icons/osesp-icons.woff2?44783018') format('woff2'),
       url('/fonts/osesp-icons/osesp-icons.woff?44783018') format('woff'),
       url('/fonts/osesp-icons/osesp-icons.ttf?44783018') format('truetype'),
       url('/fonts/osesp-icons/osesp-icons.svg?44783018#osesp-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'osesp-icons';
    src: url('../font/osesp-icons.svg?44783018#osesp-icons') format('svg');
  }
}
*/
[class^="icon-"]{
  line-height: 0;
}

[class^="icon-"]:before{
  font-family: "osesp-icons"
}

[class^="icon-social-"]:before{
  font-family: "osesp-social-icons"
}

[class^="icon-"]:before,
[class^="icon-social-"]:before{
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  font-size: 1em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-acessibility-1:before { content: '\e800'; } /* '' */
.icon-acessibility-2:before { content: '\e801'; } /* '' */
.icon-arrow-down:before { content: '\e802'; } /* '' */
.icon-arrow-left:before { content: '\e803'; } /* '' */
.icon-arrow-right:before { content: '\e804'; } /* '' */
.icon-arrow-up:before { content: '\e805'; } /* '' */
.icon-audio:before { content: '\e806'; } /* '' */
.icon-calendar:before { content: '\e807'; } /* '' */
.icon-chevron-down:before { content: '\e808'; } /* '' */
.icon-chevron-left:before { content: '\e809'; } /* '' */
.icon-chevron-right:before { content: '\e80a'; } /* '' */
.icon-chevron-up:before { content: '\e80b'; } /* '' */
.icon-close:before { content: '\e80c'; } /* '' */
.icon-constrast:before { content: '\e80d'; } /* '' */
.icon-download:before { content: '\e80e'; } /* '' */
.icon-error:before { content: '\e80f'; } /* '' */
.icon-filter:before { content: '\e810'; } /* '' */
.icon-heart:before { content: '\e811'; } /* '' */
.icon-invert:before { content: '\e812'; } /* '' */
.icon-mail:before { content: '\e813'; } /* '' */
.icon-menu:before { content: '\e814'; } /* '' */
.icon-mic:before { content: '\e815'; } /* '' */
.icon-pause:before { content: '\e816'; } /* '' */
.icon-pin:before { content: '\e817'; } /* '' */
.icon-play-before:before { content: '\e818'; } /* '' */
.icon-play-next:before { content: '\e819'; } /* '' */
.icon-play:before { content: '\e81a'; } /* '' */
.icon-plus:before { content: '\e81b'; } /* '' */
.icon-print:before { content: '\e81c'; } /* '' */
.icon-questions:before { content: '\e81d'; } /* '' */
.icon-read:before { content: '\e81e'; } /* '' */
.icon-revert:before { content: '\e81f'; } /* '' */
.icon-search:before { content: '\e820'; } /* '' */
.icon-seat:before { content: '\e821'; } /* '' */
.icon-send:before { content: '\e822'; } /* '' */
.icon-settings:before { content: '\e823'; } /* '' */
.icon-sound-off:before { content: '\e824'; } /* '' */
.icon-sound-on:before { content: '\e825'; } /* '' */
.icon-stop:before { content: '\e826'; } /* '' */
.icon-tickets:before { content: '\e827'; } /* '' */
.icon-upload:before { content: '\e828'; } /* '' */
.icon-video:before { content: '\e829'; } /* '' */


.icon-copy{
  display: inline-block;
  width: 1em;
  line-height: 1;
  mask-image: url('/img/icons/icon-copy.svg');
  -webkit-mask-image: url('/img/icons/icon-copy.svg');
  mask-size: .925em;
  -webkit-mask-size: .925em;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  aspect-ratio: 1 / 1;
  background-color: currentColor;
  text-decoration: none;
  vertical-align: middle;
}

.icon-libras{
  display: inline-block;
  width: 1em;
  line-height: 1;
  mask-image: url('/img/icons/icon-libras.svg');
  mask-size: .925em;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url('/img/icons/icon-libras.svg');
  -webkit-mask-size: .925em;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  aspect-ratio: 1 / 1;
  background-color: currentColor;
  text-decoration: none;
  vertical-align: middle;
}

.icon-audiodescricao{
  display: inline-block;
  width: 1.1em;
  line-height: 1;
  mask-image: url('/img/icons/icon-audiodescricao.svg');
  mask-size: 1.1em;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url('/img/icons/icon-audiodescricao.svg');
  -webkit-mask-size: 1.1em;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  aspect-ratio: 1 / 1;
  background-color: currentColor;
  text-decoration: none;
  vertical-align: middle;
}