@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap);
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/23f19bb08961f37aaf692ff943823453.eot);
  src: url(/23f19bb08961f37aaf692ff943823453.eot?#iefix) format("embedded-opentype"), url(/d878b0a6a1144760244ff0665888404c.woff2) format("woff2"), url(/2285773e6b4b172f07d9b777c81b0775.woff) format("woff"), url(/527940b104eb2ea366c8630f3f038603.ttf) format("truetype"), url(/2f517e09eb2ca6650ff5bec5a95157ab.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/77206a6bb316fa0aded5083cc57f92b9.eot);
  src: url(/77206a6bb316fa0aded5083cc57f92b9.eot?#iefix) format("embedded-opentype"), url(/7a3337626410ca2f40718481c755640f.woff2) format("woff2"), url(/bb58e57c48a3e911f15fa834ff00d44a.woff) format("woff"), url(/491974d108fe4002b2aaf7ffc48249a0.ttf) format("truetype"), url(/4689f52cc96215721344e51e5831eec1.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/9bbb245e67a133f6e486d8d2545e14a5.eot);
  src: url(/9bbb245e67a133f6e486d8d2545e14a5.eot?#iefix) format("embedded-opentype"), url(/1551f4f60c37af51121f106501f69b80.woff2) format("woff2"), url(/eeccf4f66002c6f2ba24d3d22f2434c2.woff) format("woff"), url(/be9ee23c0c6390141475d519c2c5fb8f.ttf) format("truetype"), url(/7a8b4f130182d19a2d7c67d80c090397.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

@charset "utf-8";
/* CSS Document */

/***************************************
GERAL
***************************************/
body {
  font-family: "Roboto", sans-serif;
}

.container {
  width: 80% !important;
}

a:link,
a:hover,
a:visited,
a:active {
  text-decoration: none;
}

label {
  font-size: 12px !important;
}

.text-dark {
  color: #333 !important;
}

.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-floating,
.dropdown-content,
.collapsible,
.side-nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 1px 5px 0 rgba(0, 0, 0, 0.04),
    0 3px 1px -2px rgba(0, 0, 0, 0.1);
}

.chrome-picker {
  margin-bottom: 25px;
}

/***************************************
HEADER
***************************************/
/* Barra Cinza (Login/Cadastre-se) */
.barra-cinza {
  background: linear-gradient(#fff, #f8f8f8);
  padding: 5px 10px 0;
  border-bottom: 1px solid #eee;
  float: left;
  height: 60px;
  width: 100%;
}

.centralizar {
  width: 100%;
  margin: 0 auto !important;
}

.txt-login {
  padding: 10px 10px;
  line-height: 15px;
  font-size: 12px;
  text-align: right;
}

.txt-bt-google,
.txt-bt-facebook {
  padding: 1px 5px !important;
  font-size: 12px !important;
  margin-top: -39px;
  margin-left: 34px;
}

.btn-entrar {
  margin: 5px 0 0 10px;
  font-size: 12px;
  padding: 0 16px;
}

.link-esq-senha {
  margin: 7px 10px 0 10px;
  font-size: 12px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 10px;
}

.btn-cadastrar {
  margin: 5px 0 0 5px;
  font-size: 12px;
  padding: 0 16px;
  color: #4c4b39;
}

button.navbar-toggle {
  color: #000 !important;
}

.login-topo {
  position: absolute;
  width: 200px;
  right: 30px;
  top: 30px;
}

.nav-topo {
  box-shadow: none;
}

.txt-black {
  color: #000;
}

.tamanho-fonte {
  width: 240px;
}

.txt-tam-fonte {
  font-size: 12px;
  border-left: 1px solid #ccc;
  padding: 7px 8px;
}

.txt-A {
  cursor: pointer;
  border: 1px solid #000;
  padding: 7px;
  margin-right: 3px;
}

.txt-A-normal {
  cursor: pointer;
  border: 1px solid #000;
  padding: 7px 10px;
}

.txt-contraste {
  font-size: 12px;
  padding: 0 5px 0 0;
}

.txt-bold {
  font-weight: bold;
}

.txt-w300 {
  font-weight: 300;
}

.box-perfil {
  width: 150px;
  height: 64px;
}

.perfil {
  padding-left: 10px;
}

.perfil-saudacao {
  font-size: 14px;
  font-weight: bold;
  border-left: 1px solid #ccc;
  padding: 7px 5px;
}

.perfil-img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: url(https://escoladigital-prod.s3.amazonaws.com/ead/uploads/user/avatar/58c6b742d51c9c72390000a2/thumb_default.jpg)
    center center no-repeat;
}

li.cadastrese {
  display: none;
}

/* Box Login */
.box-login {
  width: 220px;
  height: 220px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 7px;
  font-size: 14px;
  font-weight: 700;
}

.notificacao {
  padding: 0 !important;
  margin: 0 !important;
  width: 200px;
}

.titulo-notificacao {
  margin-left: 5px;
  margin-top: 0;
}

.noti-content {
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  width: 190px;
  line-height: 20px;
}

.link-noti {
  color: #aaa !important;
  text-decoration: underline;
  word-wrap: break-word !important;
}

.separador {
  height: 2px;
  border-bottom: 1px solid #ccc;
  margin: 10px;
}

.lista-noti {
  margin-left: 10px;
  height: 12px;
  cursor: pointer;
  color: rgb(103, 102, 102);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 3px;
}

ul#nav-mobile li,
.tamanho-fonte {
  margin-left: 7px !important;
}

.txt-contraste {
  margin-left: 10px;
}

/***************************************
CONTENT
***************************************/
.barra-titulo {
  background-color: #f56f02;
  width: 30px;
  height: 6px;
  margin-top: 20px;
}

.barra-titulo2 {
  background-color: #f56f02;
  width: 30px;
  height: 6px;
}

.txt-titulo {
  margin-top: 15px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.txt-subtitulo {
  color: #f56f02;
  font-weight: bold;
  margin-bottom: 20px;
}

.add-foto {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #eee;
  padding: 85px 0 0 35px;
}

.abas {
  margin-top: 15px;
  display: inline;
}

.abas .active {
  background-color: #fdd803;
}

.abas .aba-left {
  min-width: 25%;
  max-width: 25%;
  float: left;
  cursor: pointer;
  padding: 2% 2% !important;
  font-size: 12px;
  font-weight: bold;
  color: #4c4b39;
  border: 1px solid #fdd803;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.abas .aba-center {
  min-width: 25%;
  max-width: 25%;
  float: left;
  cursor: pointer;
  padding: 2% 2% !important;
  font-size: 12px;
  font-weight: bold;
  color: #4c4b39;
  border: 1px solid #fdd803;
}

.abas .aba-right {
  min-width: 25%;
  max-width: 25%;
  float: left;
  cursor: pointer;
  padding: 2% 2% !important;
  font-size: 12px;
  font-weight: bold;
  color: #4c4b39;
  border: 1px solid #fdd803;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.abas a {
  font-size: 10px !important;
}

.icons {
  margin-bottom: 45px;
}

.icons img {
  margin-right: 80px;
  cursor: pointer;
}

.acesse {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #fafafa;
}

.praquem {
  padding: 60px 0;
}

.user-topo {
  position: absolute;
  width: 90px;
  right: 30px;
  top: 60px;
}

.btn-cadastrese {
  color: #fff;
  border-radius: 4px;
  padding: 0 16px !important;
  float: left;
  height: 45px;
}

.btn-cadastrese:hover {
  background-color: #ccc !important;
}

.btn-entre {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 16px !important;
  float: left;
  height: 45px;
  box-sizing: border-box;
}

.btn-entre:hover {
  color: #aaa !important;
}

.btn.btn-facebook {
  background-color: #4466ae;
  color: #fff;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin-top: 5px;
  width: 48% !important;
  float: left;
}

.btn.btn-google {
  background-color: #e16353;
  color: #fff;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin-top: 5px;
  margin-right: 5px;
  width: 48% !important;
  float: right;
}

.btn-search {
  height: 100px !important;
  padding: 7px 105px 7px 20px !important;
  border: 0 !important;
  font-size: 20px;
  font-weight: 300;
  border: 0;
  padding-left: 40px;
  background-color: #fff !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.1) !important;
  height: 90px;
  border-radius: 4px !important;
  box-sizing: border-box !important;
}

.icon-search {
  width: 100px;
  height: 100px;
  background-color: #d2d1bd;
  /* background-image: url(../icons/icon_btpesquisar.png); */
  background-repeat: no-repeat;
  outline: none;
  background-position: center;
  text-decoration: none;
  border: 0;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  float: right;
  margin-top: -100px;
}

.btn-group {
  float: left;
  margin-top: -50px;
}

.bt-disponivel {
  padding: 8px 8px;
  background-color: #f7c516;
  width: 70%;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff;
}

.btn-assista {
  float: left;
  background-color: #fdd803;
  padding: 13px 20px;
  font-weight: bold;
  font-size: 12px;
  border-radius: 4px;
  width: 146px;
  cursor: pointer;
  margin-right: 15px;
}

.btn-assista a {
  color: #4c4b39;
}

.btn-assista a:hover {
  color: #f56f02;
}

.btn-saiba {
  background-color: transparent;
  font-size: 12px;
  padding: 13px 20px;
  color: #fff;
  width: 114px;
  float: left;
}

.btn-saiba a {
  color: #fff;
}

.btn-saiba a:hover {
  color: #f56f02;
}

.btn-esq-senha {
  color: #aaa;
  background-color: transparent !important;
  border: 0;
  padding: 6px 5px !important;
}

.btn-esq-senha:hover {
  color: #aaa;
}

.btn-default {
  background-color: #fdd803;
  padding: 16px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  border: 0;
}

.btn-default a {
  color: #4c4b39;
}

.btn-default a:hover {
  color: #f56f02 !important;
}

.btn-default:hover {
  background-color: #f56f02 !important;
  color: #fff;
}

.back-content {
  background-color: #fafafa;
}

.card-choice {
  padding: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}

.titulo-card {
  font-size: 24px;
  font-weight: 300;
  color: #f56f02;
}

.form-control {
  border-radius: 0 !important;
}

header .logo {
  margin-top: 20px;
  margin-left: 10px;
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
}

.img-topo {
  width: 100%;
  background-size: cover;
  height: 400px;
  margin-bottom: 30px;
}

.img-topo-ead {
  width: 100%;
  background-size: cover;
  height: 400px;
  margin-bottom: 30px;
}

.caption {
  width: 60%;
  font-size: 30px !important;
  font-weight: 300;
  color: #fff;
  position: absolute;
  margin-top: 70px;
  margin-bottom: 20px;
}

.caption-txt {
  width: 75%;
}

.left-icon {
  width: 42px;
  float: left;
}

.card-icon {
  margin-top: 50px;
}

.text-card {
  width: 205px;
  float: left;
  color: #4dba7a;
  font-size: 20px;
  padding: 0 20px;
}

.text-card-resume {
  clear: both;
  width: 210px;
  color: #818072;
  font-size: 14px;
  padding: 10px 20px 0 62px;
}

.navbar-brand {
  padding: 0 0 !important;
}

#email_topo {
  width: 130px;
  margin-right: 5px;
}

#senha_topo {
  width: 130px;
}

.card-default {
  /* border: 1px solid #ccc; */
  margin-bottom: 20px;
}

.card-perfil {
  /* border: 1px solid #ccc; */
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}

.card-title {
  font-weight: bold;
  margin: 15px 0;
  padding: 0 10px;
}

.card-info {
  padding: 0 10px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.card-curtir {
  float: right;
  margin: -36px 10px 0 0;
}

.link-city {
  color: #f56f02;
  text-decoration: underline;
  margin: 20px 0;
}

.img-perfil {
  border-radius: 100%;
  margin-top: 15px;
}

.name-perfil {
  font-weight: bold;
  margin: 15px 0;
  padding: 0 10px;
}

.dados-perfil {
  padding: 0 10px;
  text-align: center;
}

.icon-social {
  margin-right: 5px;
  margin-left: 7px;
}

/***************************************
CONTEÚDO CENTRO
***************************************/
.close-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: aquamarine;
  opacity: 0;
  z-index: 99;
}

.opacidade {
  opacity: 0.4;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100% !important;
}

.flex-container > div {
  width: 19%;
  margin: 3px;
  padding: 15px;
  font-size: 12px;
  cursor: pointer !important;
  text-align: justify;
}

.elemento img {
  width: 100%;
  max-height: 70px;
}

.elemento {
  padding: 15px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

/***************************************
FORMS
***************************************/
.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.submit-lente {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border: none;
  background: transparent;
  outline: none;
}

.submit-line {
  position: relative;
  width: 200px;
}

.submit-line input {
  width: 100%;
}

.input-group {
  display: table;
  width: 100%;
}

.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
  width: 100px;
  float: right;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 0 #aaa;
  box-shadow: 0 1px 0 0 #aaa;
}

input:not([type]):focus:not([readonly]) + label,
input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime-local"]:not(.browser-default):focus:not([readonly])
  + label,
input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #aaa;
  font-size: 12px;
}

/***************************************
MODAL
***************************************/
.titulo-modal {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 10px 0 !important;
}

/***************************************
FOOTER
***************************************/
.footer-content {
  padding-top: 60px;
  padding-bottom: 40px;
  border-top: 1px solid #f5f5f5;
}

.footer-content a {
  font-size: 12px;
  font-weight: bold;
  color: #818072;
}

.footer-content a:hover {
  color: #f56f02;
}

.box-footer {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f2f3eb;
  text-align: center;
  color: #818072;
}

.box-redes {
  text-align: center;
}

/***************************************
HELPERS
***************************************/
/* Textos */
.text-white {
  color: #fff !important;
}

.text-blue {
  color: #1462ad !important;
}

.text-cyan {
  color: #999 !important;
}

.text-bold {
  font-weight: bold;
}

.tox-dialog__body-content select {
  display: block !important;
}

.text-center {
  text-align: center;
}

/* Outline */
.no-outline {
  outline: none !important;
}

/* Margens */
.margin-left-10 {
  margin-left: 10px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

/* Espaço interno - Paddings */
.padding-side-5 {
  padding: 0 5px;
}

.padding-side-8 {
  padding: 0 8px;
}

.padding-side-10 {
  padding: 0 10px;
}

.padding-top-0 {
  padding-top: 0 !important;
}

/* Tamanho Fontes */
.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-28 {
  font-size: 28px;
}

.font-w300 {
  font-weight: 300;
}

/* Outros */
.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.padding-zero {
  padding: 0 !important;
}

.margin-zero {
  margin: 0 !important;
}

.no-shadow,
.no-shadow:focus {
  box-shadow: none;
}

.largura-100 {
  width: 100% !important;
}

.cursor-pointer {
  cursor: pointer;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.border-radius-4 {
  border-radius: 4px !important;
}

/***************************************
LAYOUT RESPONSIVO
***************************************/
@media (max-width: 1247px) {
  .centralizar {
    width: 1021px;
  }

  .banner-gif {
    display: none !important;
  }

  .txt-tam-fonte {
    display: none;
  }

  .tamanho-fonte {
    width: 120px !important;
  }

  .caption {
    font-size: 37px !important;
  }
}

@media (max-width: 992px) {
  .barra-cinza {
    display: none;
  }
}

@media (max-width: 768px) {
  .mob-none {
    display: none;
  }

  .img-home {
    /* background-image: url(../images/img-home-s.jpg); */
    background-position: center top;
    width: 100%;
    height: 444px;
    background-size: cover;
  }

  .btn-assista {
    width: 127px;
    padding: 13px 10px;
    margin-right: 10px;
  }

  .btn-saiba {
    padding: 13px 10px;
  }

  .barra-cinza {
    display: none;
  }

  footer .footer-content .subtitulo {
    margin-top: 25px;
  }

  .caption {
    font-size: 30px !important;
    line-height: 40px;
  }

  .aba-center,
  .aba-left,
  .aba-right {
    padding: 16px 5px !important;
  }

  .flex-container > div {
    width: 33%;
    padding: 0;
    margin: 0;
  }

  .flex-container > div > div > img {
    width: 55px !important;
  }

  .elemento {
    padding: 0;
  }

  .mapa-rede {
    display: none;
  }

  .praquem {
    padding: 0;
  }

  .acesse,
  .odas {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .btn-search {
    height: 70px !important;
  }

  .icon-search {
    width: 70px;
    height: 70px;
    margin-top: -78px;
  }
}

.modal .modal-content {
  padding: 3px;
  padding-top: 0px;
}

/* AUTOCOMPLETE */
.autocomplete {
  float: right;
  display: table-cell;
  height: 100px !important;
  padding: 7px 80px 7px 20px !important;
  border: 0 !important;
  font-size: 20px;
  font-weight: 300;
  border: 0;
  margin: 0 !important;
  padding-left: 40px;
  background-color: #fff !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.1) !important;
  height: 90px;
  border-radius: 4px !important;
  box-sizing: border-box !important;
}

.btn-group .col {
  float: unset;
  box-sizing: unset;
  padding: 0;
  min-height: 1px;
}

.btn-group label {
  top: 2.6rem !important;
}

.search .dropdown-content {
  position: absolute;
  width: 100%;
  margin-top: 100px;
  z-index: 999;
}

/* FIM AUTOCOMPLETE */
/* BUSCA CARLOS */
#content-busca {
  background-color: #fafafa;
  padding-bottom: 50px;
}

.banner-top {
  width: 100%;
  height: 160px;
  background-size: auto;
  padding-top: 2px;
  position: relative;
  z-index: 0;
}

.banner-top h1 {
  color: #fff;
  font-size: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  margin-left: 5px;
}

.banner-top h3 {
  /*color: #fff;*/
  font-size: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  /*margin-left: 10px;*/
}

#busca {
  background-color: #fff;
  padding: 15px 50px 15px 15px;
  border-bottom: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 50px;
  width: 470px;
  height: 30px;
}

#busca::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4c4b39;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

#busca::-moz-placeholder {
  /* Firefox 19+ */
  color: #4c4b39;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

#busca:-ms-input-placeholder {
  /* IE 10+ */
  color: #4c4b39;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

#busca:-moz-placeholder {
  /* Firefox 18- */
  color: #4c4b39;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

#content-busca #content-resultado {
  margin-top: 30px;
}

#content-busca #content-resultado .col-esquerda {
  background-color: #fff;
  padding: 30px 30px 30px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#content-busca .txt-titulo span {
  font-size: 12px;
  font-weight: 600;
}

#content-busca .titulo p {
  font-size: 14px;
  color: #4c4b39;
}

.collapsible {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 80%;
}

.collapsible-header {
  padding: 0;
  border: none;
  /* background: url(../icons/icon_filtro_busca_fechado.png) right center no-repeat; */
  outline: none;
}

.active .collapsible-header {
  /* background: url(../icons/icon_filtro_busca_aberto.png) right center no-repeat; */
}

.collapsible-header h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.collapsible-body {
  padding-top: 5px;
  padding-left: 0;
  border-bottom: none;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
  border-right: 2px solid #f56f02;
  border-bottom: 2px solid #f56f02;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  border: 2px solid #f56f02;
  background-color: #fff;
}

[type="checkbox"] + span:not(.lever) {
  color: #818072;
  font-size: 16px;
}

[type="checkbox"].filled-in:checked+span:not(.lever),
/* .dropdown-content li>a, .dropdown-content li>span {
    color: #f56f02;
} */
#content-busca #content-resultado .col-esquerda .row .col.l12 {
  text-align: center;
}

#content-busca #content-resultado .col-esquerda a.btn {
  margin-top: 30px;
}

#content-busca #content-resultado .col-direita {
  text-align: center;
}

#content-busca #content-resultado .col-direita .busca-resultado {
  font-size: 16px;
}

.tabs {
  height: 50px;
}

.tabs .tab {
  line-height: 12px;
  height: 42px;
  padding: 15px 0 0 0;
}

.tabs .tab a {
  padding: 0;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  font-weight: 600;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: #fff;
}

.tabs .indicator {
  background-color: #f56f02;
}

#tab1,
#tab2,
#tab3,
#tab4 {
  position: relative;
}

.react-tabs label {
  color: #616161;
}

#content-busca #content-resultado .col-direita .box-resultado-geral {
  position: relative;
}

#content-busca #content-resultado .col-direita .box-resultado-geral .ordenacao {
  font-size: 16px;
  text-align: right;
  margin: 5px 15px 5px 0;
  float: right;
}

#content-busca
  #content-resultado
  .col-direita
  .box-resultado-geral
  .box-ordenacao {
  height: 97px !important;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 102px !important;
  width: 140px !important;
  left: 79% !important;
}

#ordenacao {
  text-align: right;
  margin-top: 15px;
}

#content-busca
  #content-resultado
  .col-direita
  .box-resultado-geral
  .box-ordenacao
  a {
  text-align: left;
  display: block;
  width: 100%;
  color: #ff9800 !important;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 8px !important;
}

#content-busca #content-resultado .col-direita .box-resultado {
  margin-left: 4%;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px 0 0 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#content-busca #content-resultado .col-direita .box-resultado .img-resultado {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

#content-busca #content-resultado .col-direita .box-resultado .row-interna {
  margin-bottom: 5px;
  width: 98%;
}

#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  > div,
#content-busca
  #content-resultado
  .col-direita
  .box-comentarios
  .row-interna
  > div,
#content-busca #content-resultado .col-direita .box-info .row-interna > div {
  text-align: left;
}

#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .titulo,
#content-busca
  #content-resultado
  .col-direita
  .box-comentarios
  .row-interna
  .titulo,
#content-busca #content-resultado .col-direita .box-info .row-interna .titulo {
  font-size: 28px;
  color: #4c4b39;
  font-weight: 100;
}

#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .descricao-busca {
  font-size: 20px;
  color: #4c4b39;
  font-weight: 100;
}

#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .estrelas-busca
  a {
  outline: none;
}

.box-avaliar {
  width: 215px !important;
  min-height: 370px !important;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
}

.box-avaliar .row-avaliar {
  margin-top: 10px;
  float: left;
}

.box-avaliar .row-avaliar .titulo {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 5px !important;
}

.box-avaliar .row .col.l12 {
  text-align: center;
}

.box-avaliar .btn {
  margin-top: 30px;
}

.fa-2 {
  font-size: 1.5rem;
}

#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .palavra-chave {
  font-size: 14px;
}

#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .palavra-chave
  span {
  font-weight: 700;
}

#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .botoes-busca {
  margin-top: 20px;
}

#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .botoes-busca
  button,
#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .botoes-busca
  a {
  float: left;
  margin-right: 10px;
  outline: none;
}

#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .botoes-busca
  .link-favoritar,
#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .botoes-busca
  .link-compartilhar,
#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .botoes-busca
  .link-comentarios,
#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .botoes-busca
  .link-erro {
  width: 27px;
  height: 27px;
  text-indent: -9999px;
}


#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .botoes-busca
  #dropdownFavoritar
  .separador {
  height: 2px;
  border-bottom: 1px solid #ccc;
  margin: 10px;
  float: left;
  width: 100%;
}

.box-favoritar {
  height: 315px !important;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  top: -62px !important;
  width: 250px !important;
  left: 67% !important;
}

.box-favoritar .titulo-favoritar {
  margin-bottom: 10px;
}

.box-favoritar .titulo-favoritar span {
  font-size: 11px;
}

.box-favoritar a {
  color: #4c4b39 !important;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 25px !important;
  width: 100%;
  height: 30px;
  /* background: url(../icons/icon_lista.png) left center no-repeat; */
}

.box-favoritar a:hover {
  color: #f56f02 !important;
  /* background: url(../icons/icon_lista_over.png) left center no-repeat; */
}

.box-favoritar input.nova-lista {
  width: 80%;
}

#seta-baixo-favoritar {
  position: absolute;
  bottom: 87px;
  right: 167px;
  z-index: 9999;
}

.box-compartilhar {
  height: 185px !important;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 63px !important;
  width: 250px !important;
  left: 67% !important;
}

.box-compartilhar .titulo-compartilhar {
  margin-bottom: 10px;
}

.box-compartilhar a {
  color: #4c4b39 !important;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 25px !important;
  width: 100%;
  height: 30px;
}

.box-compartilhar a:hover {
  color: #f56f02 !important;
}


.box-erro {
  height: 226px !important;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  position: absolute;
  top: 22px !important;
  width: 250px !important;
  left: 75% !important;
}

.box-erro .titulo-erro {
  margin-bottom: 10px;
}

.box-erro .row .col.l12 {
  text-align: center;
}

.box-erro .btn {
  float: none !important;
}

.row-comentarios,
.row-mais-infos {
  margin-top: -20px;
}

#content-busca #content-resultado .col-direita .box-comentarios,
#content-busca #content-resultado .col-direita .box-info {
  background-color: #eeeeee;
  padding: 20px 0;
  text-align: left;
}

#content-busca #content-resultado .col-direita .box-comentarios #comentario {
  background-color: #fff;
  height: 60px !important;
  padding: 10px;
  width: 65%;
  float: left;
  margin-left: 10px;
}

#content-busca #content-resultado .col-direita .box-comentarios img {
  float: left;
}

#content-busca #content-resultado .col-direita .box-comentarios .btn {
  margin-top: 10px;
  margin-left: 40px;
}

#content-busca
  #content-resultado
  .col-direita
  .box-comentarios
  .posts-comentarios {
  font-weight: 100;
  font-size: 12px;
  color: #333333;
  text-align: left;
  padding-left: 24px;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}

#content-busca
  #content-resultado
  .col-direita
  .box-comentarios
  .posts-comentarios
  img {
  margin-right: 10px;
}

#content-busca
  #content-resultado
  .col-direita
  .box-comentarios
  .posts-comentarios
  p {
  margin-top: 7px;
  line-height: 15px;
  float: left;
  width: 72.5%;
}

#content-busca
  #content-resultado
  .col-direita
  .box-comentarios
  .posts-comentarios
  span {
  font-weight: 600;
}

#content-busca
  #content-resultado
  .col-direita
  .box-comentarios
  .posts-comentarios
  .denunciar-coment {
  width: 84px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 5px;
  font-size: 13px;
  float: right;
  margin-right: 25px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#content-busca
  #content-resultado
  .col-direita
  .box-comentarios
  .posts-comentarios
  .denunciar-coment
  i {
  text-align: right;
}

div.rowComments:hover div.posts-comentarios div#denunciaComent {
  display: inline;
}

div.rowComments div.posts-comentarios div#denunciaComent {
  display: none;
}

#content-busca #content-resultado .col-direita .box-comentarios .pagination {
  text-align: center;
}

#content-busca #content-resultado .col-direita .box-info p {
  font-size: 20px;
  font-weight: 100;
}

#content-busca #content-resultado .col-direita .box-info .subtitulo {
  font-size: 14px;
  font-weight: 600;
  padding-top: 50px;
  float: left;
  width: 100%;
  height: 95px;
  line-height: 18px;
}

#content-busca #content-resultado .col-direita .box-info .col.l2 p {
  font-size: 14px;
  font-weight: 100;
}

.pagination {
  margin: 0;
}

.pagination li.active {
  background-color: #f56f02;
}

/* FIM BUSCA CARLOS */
.tabs .tab a {
  color: inherit;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  color: #fff;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: #616161;
  cursor: default;
}

.modal {
  max-height: 90% !important;
  top: 5% !important;
}

/* ENTRA ESSE: */
.posts-comentarios .denunciar-coment i {
  text-align: right;
}

/* PÁGINA ODA */
#content-oda {
  margin-top: 5%;
}

#content-oda .col-esquerda {
  text-align: center;
}

#content-oda .col-esquerda .txt-titulo {
  text-align: left;
}

#content-oda .col-esquerda .img-resultado {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 20px;
}

#content-oda .col-esquerda .btn {
  margin-bottom: 20px;
}

#content-oda .row-superior .avaliar {
  float: right;
  margin-right: 50px;
  margin-top: 15px;
}

#content-oda .row-superior .avaliar .estrelas-busca {
  float: left;
  margin-right: 30px;
}

#content-oda .row-superior .avaliar .box-icones {
  float: right;
}

#content-oda .row-superior .avaliar .link-favoritar,
#content-oda .row-superior .avaliar .link-compartilhar,
#content-oda .row-superior .avaliar .link-comentarios,
#content-oda .row-superior .avaliar .link-erro {
  width: 27px;
  height: 27px;
  text-indent: -9999px;
  float: left;
  margin-right: 10px;
  outline: none;
}

#content-oda .titulo-atividade {
  font-size: 33px;
  color: #4c4b39;
  font-weight: 300;
  margin-bottom: 20px;
}

#content-oda .col-direita .box-info .col.l2 p {
  font-size: 14px;
  font-weight: 100;
}

#content-oda .col-direita .box-info .subtitulo {
  font-size: 14px;
  font-weight: 600;
  padding-top: 0px;
  float: left;
  width: 100%;
  height: 35px;
  line-height: 18px;
}
#content-oda .col-direita .txt-titulo {
  margin-bottom: 30px;
}

#content-oda .col-direita .descricao {
  font-size: 17px;
  font-weight: 300;
  color: #4c4b39;
  margin-top: 15px;
}

#content-oda .box-plano-aula {
  background-color: #fff;
  text-align: center;
  padding: 0 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#content-oda .box-plano-aula .row {
  margin-bottom: -5px;
}

#content-oda .box-plano-aula .row-interna {
  margin-bottom: 5px;
  width: 98%;
}

#content-oda .box-plano-aula .row-interna > div {
  text-align: left;
}

#content-oda .box-plano-aula .row-interna .plano-de-aula {
  font-weight: 600;
  margin-top: 10px;
  font-size: 16px;
}

#content-oda .box-plano-aula .row-interna .titulo {
  font-size: 16px;
  color: #4c4b39;
  font-weight: 600;
}

#content-oda .box-plano-aula .row-interna .descricao-planos {
  font-size: 13px;
  color: #818072;
  font-weight: 100;
}

#content-oda .box-comentarios {
  background-color: #eeeeee;
  padding: 20px 0;
  text-align: left;
}

#content-oda .box-comentarios .titulo {
  font-size: 28px;
  color: #4c4b39;
  font-weight: 100;
}

#content-oda .box-comentarios img {
  float: left;
}

#content-oda .box-comentarios #comentario {
  background-color: #fff;
  height: 60px !important;
  padding: 10px;
  width: 65%;
  float: left;
  margin-left: 10px;
}

#content-oda .box-comentarios .btn {
  margin-top: 10px;
  margin-left: 40px;
}

#content-oda .box-comentarios .posts-comentarios {
  font-weight: 100;
  font-size: 12px;
  color: #333333;
  text-align: left;
  padding-left: 24px;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}

#content-oda .box-comentarios .posts-comentarios img {
  margin-right: 10px;
}

#content-oda .box-comentarios .posts-comentarios span {
  font-weight: 600;
}

#content-oda .box-comentarios .posts-comentarios p {
  margin-top: 7px;
  line-height: 15px;
  float: left;
  width: 72.5%;
}

#content-oda .box-comentarios .posts-comentarios .denunciar-coment {
  width: 84px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 5px;
  font-size: 13px;
  float: right;
  margin-right: 49px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#content-oda .box-comentarios .pagination {
  text-align: center;
}

section.odas-relacionados {
  padding: 50px 0;
}

section.odas-relacionados .txt-titulo {
  margin-bottom: 20px;
}

#content-oda .box-odas-relacionados {
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#content-oda .box-odas-relacionados .img-odas-rel {
  width: 100%;
}

#content-oda .box-odas-relacionados .titulo,
#content-oda .box-odas-relacionados .subtitulo {
  font-weight: 600;
}

#content-oda .box-odas-relacionados .row-interna-final {
  margin-top: 20px;
}

#content-oda .box-odas-relacionados .row-interna-final .link-info {
  font-size: 13px;
  float: left;
  text-decoration: underline;
  margin-top: 15px;
}


.avaliacao-completa .active {
  display: contents !important;
}

.dropdown-content .rc-rate li {
  clear: none;
  color: #ddd;
  min-height: 10px;
  line-height: 0;
  width: auto;
  text-align: left;
  text-transform: none;
}

.dropdown-content .rc-rate li:hover {
  background: rgba(0, 0, 0, 0);
}

.collapsible-body label {
  font-size: 12px;
}

.collapsible {
  margin: 0;
}

#content-resultado {
  width: 80%;
}

.indicator {
  display: none;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: rgba(0, 0, 0, 0);
}

.tabs .tab a:hover,
.tabs .tab a:hover.active {
  color: #000;
}

.tabs .tab a:active,
.tabs .tab a:hover.active {
  color: #000;
}

.aba-left-nova {
  display: inline;
  width: 22%;
  padding: 2% 1.5%;
  font-size: 0.5em;
  font-weight: bold;
  border: 1px solid #fdd803;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  text-align: center;
  text-transform: uppercase;
}

.aba-center-nova {
  display: inline;
  width: 22%;
  padding: 2%;
  font-size: 0.5em;
  font-weight: bold;
  border: 1px solid #fdd803;
  text-align: center;
  text-transform: uppercase;
}

.aba-center-nova-unica {
  display: inline;
  width: 22%;
  padding: 2%;
  font-size: 0.5em;
  font-weight: bold;
  border: 1px solid #fdd803;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
}

.aba-right-nova {
  display: inline;
  width: 22%;
  padding: 2%;
  font-size: 0.5em;
  font-weight: bold;
  border: 1px solid #fdd803;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  text-transform: uppercase;
}

.cursor-pointer {
  cursor: pointer;
}

/* PÁGINA ODA */
#content-pl-aula .col-esquerda {
  text-align: center;
}

#content-pl-aula .col-esquerda .txt-titulo {
  text-align: left;
}

#content-pl-aula .col-esquerda .img-resultado {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 20px;
}

#content-pl-aula .col-esquerda .btn {
  margin-bottom: 20px;
}

#content-pl-aula .row-superior .avaliar {
  float: right;
  margin-right: 50px;
  margin-top: 15px;
}

#content-pl-aula .row-superior .avaliar .estrelas-busca {
  float: left;
  margin-right: 30px;
}

#content-pl-aula .row-superior .avaliar .box-icones {
  float: right;
}

#content-pl-aula .row-superior .avaliar .link-favoritar,
#content-pl-aula .row-superior .avaliar .link-compartilhar,
#content-pl-aula .row-superior .avaliar .link-comentarios,
#content-pl-aula .row-superior .avaliar .link-erro {
  width: 27px;
  height: 27px;
  text-indent: -9999px;
  float: left;
  margin-right: 10px;
  outline: none;
}

/* #content-pl-aula .row-superior .avaliar .link-favoritar {
    background: url(interface/icons/icon_favoritar.png) center center no-repeat;
    }
    #content-pl-aula .row-superior .avaliar .link-favoritar:focus {
    background: url(interface/icons/icon_favoritar_focus.png) center center no-repeat;
    }
    #content-pl-aula .row-superior .avaliar .link-compartilhar {
    background: url(interface/icons/icon_compartilhar.png) center center no-repeat;
    }
    #content-pl-aula .row-superior .avaliar .link-compartilhar:focus {
    background: url(interface/icons/icon_compartilhar_focus.png) center center no-repeat;
    }

    #content-pl-aula .row-superior .avaliar .link-comentarios {
    background: url(interface/icons/icon_comentarios.png) center center no-repeat;
    }
    #content-pl-aula .row-superior .avaliar .link-comentarios:focus {
    background: url(interface/icons/icon_comentarios_focus.png) center center no-repeat;
    }

    #content-pl-aula .row-superior .avaliar .link-erro {
    background: url(interface/icons/icon_erro.png) center center no-repeat;
    }
    #content-pl-aula .row-superior .avaliar .link-erro:focus {
    background: url(interface/icons/icon_erro_focus.png) center center no-repeat;
    } */
#content-pl-aula .titulo-atividade {
  font-size: 40px;
  color: #4c4b39;
  font-weight: 100;
  margin-bottom: 20px;
}

#content-pl-aula .col-direita .box-info .col.l2 p {
  font-size: 14px;
  font-weight: 100;
}

#content-pl-aula .col-direita .box-info .subtitulo {
  font-size: 14px;
  font-weight: 600;
  padding-top: 50px;
  float: left;
  width: 100%;
  height: 95px;
  line-height: 18px;
}


#content-pl-aula .col-direita .txt-titulo {
  margin-bottom: 30px;
}

#content-pl-aula .col-direita .descricao {
  font-size: 20px;
  font-weight: 100;
  color: #4c4b39;
  margin-top: 0;
}

#content-pl-aula .box-plano-aula {
  background-color: #fff;
  text-align: center;
  padding: 0 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#content-pl-aula .box-plano-aula .row {
  margin-bottom: -5px;
}

#content-pl-aula .box-plano-aula .row-interna {
  margin-bottom: 5px;
  width: 98%;
}

#content-pl-aula .box-plano-aula .row-interna > div {
  text-align: left;
}

#content-pl-aula .box-plano-aula .row-interna .plano-de-aula {
  font-weight: 600;
  margin-top: 10px;
  font-size: 16px;
}

#content-pl-aula .box-plano-aula .row-interna .titulo {
  font-size: 16px;
  color: #4c4b39;
  font-weight: 600;
}

#content-pl-aula .box-plano-aula .row-interna .descricao-planos {
  font-size: 13px;
  color: #818072;
  font-weight: 100;
}

#content-pl-aula .box-informacoes .titulo {
  margin-bottom: 50px;
}

#content-pl-aula .box-informacoes ul,
#content-pl-aula .box-informacoes h6 {
  padding-left: 25px;
}

#content-pl-aula .box-informacoes ul li {
  list-style-type: disc;
  font-size: 20px;
  font-weight: 100;
}

#content-pl-aula .box-informacoes ul li a {
  color: #4c4b39;
  text-decoration: underline;
}

#content-pl-aula .box-informacoes h6 {
  font-weight: 600;
}

#content-pl-aula .box-informacoes p {
  font-size: 20px;
  font-weight: 100;
}

#content-pl-aula .box-comentarios {
  background-color: #eeeeee;
  padding: 20px 0;
  text-align: left;
}

#content-pl-aula .box-comentarios .titulo {
  font-size: 28px;
  color: #4c4b39;
  font-weight: 100;
}

#content-pl-aula .box-comentarios img {
  float: left;
}

#content-pl-aula .box-comentarios #comentario {
  background-color: #fff;
  height: 60px !important;
  padding: 10px;
  width: 65%;
  float: left;
  margin-left: 10px;
}

#content-pl-aula .box-comentarios .btn {
  margin-top: 10px;
  margin-left: 1px;
}

#content-pl-aula .box-comentarios .posts-comentarios {
  font-weight: 100;
  font-size: 12px;
  color: #333333;
  text-align: left;
  padding-left: 24px;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}

#content-pl-aula .box-comentarios .posts-comentarios img {
  margin-right: 10px;
}

#content-pl-aula .box-comentarios .posts-comentarios span {
  font-weight: 600;
}

#content-pl-aula .box-comentarios .posts-comentarios p {
  margin-top: 7px;
  line-height: 15px;
  float: left;
  width: 72.5%;
}

#content-pl-aula .box-comentarios .posts-comentarios .denunciar-coment {
  width: 84px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 5px;
  font-size: 13px;
  float: right;
  margin-right: -14px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#content-pl-aula .box-comentarios .pagination {
  text-align: center;
}

section.odas-relacionados {
  padding: 50px 0;
}

section.odas-relacionados .txt-titulo {
  margin-bottom: 20px;
}

#content-pl-aula .box-odas-relacionados {
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#content-pl-aula .box-odas-relacionados .img-odas-rel {
  width: 100%;
}

#content-pl-aula .box-odas-relacionados .titulo,
#content-pl-aula .box-odas-relacionados .subtitulo {
  font-weight: 600;
}

#content-pl-aula .box-odas-relacionados .row-interna-final {
  margin-top: 20px;
}

#content-pl-aula .box-odas-relacionados .row-interna-final .link-info {
  font-size: 13px;
  float: left;
  text-decoration: underline;
  margin-top: 15px;
}

#content-pl-aula .box-odas-relacionados .row-interna-final .favoritar {
  float: right;
  /* background: url(interface/icons/icon_favoritar_maior.png) 0 0 no-repeat; */
  text-indent: -9999px;
  width: 36px;
  height: 36px;
}

#content-pl-aula .box-odas-relacionados .row-interna-final .favoritar.ativo {
  /* background: url(interface/icons/icon_favoritar_maior_ativo.png) 0 0 no-repeat; */
  text-indent: -9999px;
  width: 36px;
  height: 36px;
}

.adcionar-a-lista {
  color: #999;
  cursor: pointer;
}

.adcionar-a-lista:hover {
  color: #000;
  cursor: pointer;
}

/* FAVORITOS */
#content-favoritos .col-esquerda {
  text-align: center;
}

#content-favoritos .col-esquerda .txt-titulo {
  text-align: left;
}

#content-favoritos .col-esquerda .img-resultado {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 20px;
}

#content-favoritos .col-esquerda .btn {
  margin-bottom: 20px;
}

#content-favoritos .col-esquerda-interna {
  padding: 30px 30px 30px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#content-favoritos .col-esquerda-interna .row .col.l12,
#content-favoritos .col-direita-interna {
  text-align: center;
}

#content-favoritos .col-direita-interna .row-interna {
  text-align: left;
}

#content-favoritos .row-superior .avaliar {
  float: right;
  margin-right: 50px;
}

#content-favoritos .row-superior .avaliar .estrelas-busca {
  float: left;
  margin-right: 30px;
}

#content-favoritos .row-superior .avaliar .box-icones {
  float: right;
}

#content-favoritos .titulo-atividade {
  font-size: 40px;
  color: #4c4b39;
  font-weight: 100;
  margin-bottom: 20px;
}

#content-favoritos .col-direita .box-info .col.l2 p {
  font-size: 14px;
  font-weight: 100;
}

#content-favoritos .col-direita .box-info .subtitulo {
  font-size: 14px;
  font-weight: 600;
  padding-top: 50px;
  float: left;
  width: 100%;
  height: 95px;
  line-height: 18px;
}

#content-favoritos .col-direita .txt-titulo {
  margin-bottom: 30px;
}

#content-favoritos .col-direita .descricao {
  font-size: 20px;
  font-weight: 100;
  color: #4c4b39;
  margin-top: 0;
}

section.odas-relacionados {
  padding: 50px 0;
}

section.odas-relacionados .txt-titulo {
  margin-bottom: 20px;
}

#content-favoritos .box-odas-relacionados {
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  min-height: 420px;
  margin-bottom: 20px;
}

#content-favoritos .box-odas-relacionados .img-odas-rel {
  width: 100%;
}

#content-favoritos .box-odas-relacionados .titulo,
#content-favoritos .box-odas-relacionados .subtitulo {
  font-weight: 600;
}

#content-favoritos .box-odas-relacionados .row-interna-final {
  margin-top: 20px;
}

#content-favoritos .box-odas-relacionados .row-interna-final .link-info {
  font-size: 13px;
  float: left;
  text-decoration: underline;
  margin-top: 15px;
}

#content-favoritos .box-odas-relacionados .row-interna-final .favoritar {
  float: right;
  /* background: url(interface/icons/icon_favoritar_maior.png) 0 0 no-repeat; */
  text-indent: -9999px;
  width: 36px;
  height: 36px;
}

#content-favoritos .box-odas-relacionados .row-interna-final .favoritar.ativo {
  /* background: url(interface/icons/icon_favoritar_maior_ativo.png) 0 0 no-repeat; */
  text-indent: -9999px;
  width: 36px;
  height: 36px;
}

/* AJUSTES DANIEL */
#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .titulo {
  font-size: 18px;
  color: #4c4b39;
  text-align: left;
  font-weight: 500;
}

#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .descricao-busca {
  font-size: 14px;
  color: #4c4b39;
  font-weight: 400;
}

#content-busca
  #content-resultado
  .col-direita
  .box-resultado
  .row-interna
  .palavra-chave
  span {
  font-weight: 300;
  color: #a1a1a1;
}

.chip {
  display: inline-block;
  height: 22px;
  font-size: 11px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

.img-topo,
.img-topo-ead {
  width: 100%;
  background-size: cover;
  height: 400px;
}

.iconSearchIndex {
  font-size: 2.5rem !important;
  line-height: 1.8em !important;
}

.chip .close {
  cursor: pointer;
  float: right;
  font-size: 12px;
  line-height: 23px;
  padding-left: 8px;
}

.testeRonifer {
  color: #000;
}

.textColorBlack {
  color: #333;
}

.iconFilter {
  margin-top: -2%;
  color: #333;
}

.floatRight {
  float: right;
}

.modal .modal-footer {
  display: none;
}

.divBusca {
  width: 56%;
  height: 100px;
}

/* ADMINISTRATIVO */
#menuAdmin ul li a {
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
  padding: 0 8px;
  text-transform: uppercase;
  font-weight: 300;
}

#menuAdmin ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

#menuAdmin .dropdown-content {
  top: 64px !important;
}

.menuDropItem a {
  height: 100%;
  text-align: center;
  vertical-align: middle;
  min-height: 50px;
  padding-top: 12px !important;
}

.copiarLink {
  color: #999;
  background: rgba(0, 0, 0, 0);
}

.copiarLink:hover {
  color: #ccc;
}

/* CURADORIA LISTA */
.status {
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
  width: 104px;
  float: left;
  text-align: center;
  color: #ffffff;
  border-radius: 15px;
  font-size: 11px;
  margin-bottom: 5px;
}

.adicionado {
  color: #ffffff;
  background-color: #64b5f6;
  border-radius: 15px;
  font-size: 11px;
}

.sugerido {
  color: #ffffff;
  background-color: #b388ff;
  border-radius: 15px;
  font-size: 11px;
}

.publicado {
  color: #ffffff;
  background-color: #9ccc65;
  border-radius: 15px;
  font-size: 11px;
}

.revisao {
  color: #ffffff;
  /* border: 1px solid #4c4b39; */
  background-color: #f3cc26;
  border-radius: 15px;
  font-size: 11px;
}

.link-quebrado {
  color: #ffffff;
  background-color: #ff7043;
  border-radius: 15px;
  font-size: 11px;
}

.modal h5 {
  font-size: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.modal p {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.atribuir-button {
  width: 110px;
  text-transform: uppercase;
  padding: 3px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  float: left;
}

.analisar-button {
  width: 110px;
  text-transform: uppercase;
  padding: 3px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  float: right;
  margin-top: 5px;
}

.editar-button {
  width: 110px;
  text-transform: uppercase;
  padding: 3px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-top: 2px;
}

.desativar-button {
  width: 110px;
  text-transform: uppercase;
  padding: 3px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  float: right;
  margin-top: 5px;
}

.adicionar-button {
  width: 110px;
  text-transform: uppercase;
  padding: 3px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  float: left;
}

.remover-button {
  width: 110px;
  text-transform: uppercase;
  padding: 3px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  float: right;
  margin-top: 5px;
}

/* PÁGINA COLABORE ODA */
.content-colabore-oda .add-foto-quadrado {
  margin: 0 auto;
  width: 100%;
  height: 160px;
  background-color: #eee;
  padding-top: 70px;
  text-align: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.add-foto-banner {
  height: 180px;
  background-color: #eee !important;
  background-position: 50% !important;
  text-align: center;
}

.atividade-alunos {
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 30px 30px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.react-tagsinput-tag {
  background-color: #ddd !important;
  border-radius: 15px !important;
  border: 0px solid #a5d24a !important;
  color: #696464 !important;
  display: inline-block !important;
  font-family: sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  padding: 6px !important;
}

.react-tagsinput-tag a {
  color: #696464;
  padding: 4px !important;
}

.react-tagsinput {
  border: 0px solid #ccc !important;
}

.modal.bottom-sheet {
  top: auto !important;
  /* bottom: -100% !important; */
  margin: 0;
  width: 100%;
  max-height: 40%;
  border-radius: 0;
  will-change: bottom, opacity;
}

.modal.bottom-sheet .modal-footer {
  display: block;
}

.highlightOp {
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: 15px;
  /* background-color: #f57c00; */
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
}

/* PÁGINA EDITAR PLANO DE AULA */
.add-foto-quadrado {
  margin: 0 auto;
  width: 445px;
  height: 302px;
  background-color: #eee;
  padding: 150px 0 0 150px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.atividade-alunos {
  padding: 7% !important;
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 30px 30px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* PÁGINA AJUDA */
#content-ajuda .row {
  margin-bottom: 0;
}

#content-ajuda .txt-titulo {
  margin-top: 0;
}

#content-ajuda.content-top {
  /*background:url(interface/images/img-ajuda-top.jpg) top center no-repeat;*/
  padding: 50px 0;
}

#content-ajuda.content-top .subtitulo,
#content-ajuda.content-top p {
  font-weight: 600;
}

#content-ajuda.content-top p {
  color: #4c4b39;
}

#content-ajuda.content-middle {
  background-color: #efefef;
  padding: 30px 0;
}

#content-ajuda.content-middle a {
  text-transform: uppercase;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 335px;
  display: block;
  text-align: center;
  height: 80px;
  color: #4c4b39;
  font-weight: 100;
  line-height: 22px;
}

#content-ajuda.content-middle a.ativo {
  font-weight: 600;
  text-decoration: underline;
}

#content-ajuda.content-bottom {
  padding: 50px 0;
}

#content-ajuda.content-bottom .subtitulo {
  font-weight: 600;
}

#content-ajuda.content-bottom .collapsible {
  border: none;
  margin: 0.5rem 0 1rem 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#content-ajuda.content-bottom .collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
  outline: none;
}

#content-ajuda.content-bottom .collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0px;
}

#content-ajuda.content-bottom .collapsible-body {
  display: block;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
}

/* PÁGINA ALUNOS,PROFESSORES */
.infos {
  text-align: center;
  padding: 0px 90px 0 90px !important;
}

/* CONFIGURAÇÕES AVANÇADAS */
.opcoes {
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 30px 30px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.validError::placeholder {
  color: red;
  opacity: 1;
  /* Firefox */
}

.validError:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
}

.validError::-ms-input-placeholder {
  /* Microsoft Edge */
  color: red;
}

/* PÁGINA ADM COMENTÁRIOS */
/*.icon-ativar {
  background: url(interface/icons/icon_ativar.png) 5px center no-repeat;
}
.icon-desativar {
  background: url(interface/icons/icon_desativar.png) 5px center no-repeat;
}*/
/* .icon-remover {
  background: url(../icons/icon_remover.png) 5px center no-repeat;
} */
.aprovado {
  color: #51af71;
  border: 1px solid #51af71;
}

.ofensivo {
  color: #ff0000;
  border: 1px solid #ff0000;
}

.aguardando {
  color: #f56f02;
  border: 1px solid #f56f02;
}

.desativado {
  color: #c7a800;
  border: 1px solid #c7a800;
}

.config-filtros {
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 30px 30px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#modalOrdenarFacetOptions .modal-footer {
  display: block;
}

/* -- PÁGINA ADM AVALIAÇÕES -- */
/* BOX AVALIAR */
#content-adm-avaliacoes .box-avaliar {
  width: 250px !important;
  height: 200px !important;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 150px !important;
  left: 6% !important;
}

#content-adm-avaliacoes .box-avaliar .row .col.l12 {
  text-align: center;
}

#content-adm-avaliacoes .box-avaliar .row-avaliar {
  margin-top: 10px;
  float: left;
}

#content-adm-avaliacoes .noti-content {
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  line-height: 20px;
  outline: none;
}

/* PÁGINA ADM USUÁRIOS */
.perfil-adm-user {
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
  width: 104px;
  float: left;
  text-align: center;
  color: #4c4b39;
  border: 1px solid #4c4b39;
  font-weight: 600;
}


.color-pallete {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 15px;
}

.color-pallete .color-item {
  float: left;
  height: 35px;
  width: 7px;
  margin: 0;
  padding: 0;
}

.color-pallete .color-item-select {
  height: 70px;
  width: 25px;
  float: left;
  margin: left;
  border: 0;
}

/*
    ----------------------------                ----------------------------
    ---------------------------- AJUSTES MOBILE ----------------------------
    ----------------------------                ----------------------------
    */
/* Notebooks - 1280px */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .collapsible-header h2 {
    font-size: 15px;
  }

  .collapsible-body p {
    font-size: 12px;
  }

  header .logo {
    width: 120px;
    height: 40px;
    background-size: contain;
  }

  .btn-group {
    margin-top: -15px;
  }

  .color-pallete {
    margin-right: 0px;
  }

  .color-pallete .color-item {
    width: 5px;
  }

  .color-pallete .color-item-select {
    width: 18px;
  }

  .switch label {
    font-size: 9px;
  }
}

/* Mapa */
#svg-map path {
  fill: #a3d3ba;
}

#svg-map text {
  fill: #fff;
  font: 12px Arial-BoldMT, sans-serif;
  cursor: pointer;
}

#svg-map .estado {
  text-decoration: none;
}

#svg-map .estado:hover {
  cursor: pointer;
  text-decoration: none;
}

#svg-map .estado:hover path {
  fill: #ffff00;
}

#svg-map .circle {
  fill: #a3d3ba;
  opacity: 0.8;
}

#svg-map .estado:hover .circle {
  fill: #ffff00;
  cursor: pointer;
}

#svg-map .map-disabled path {
  fill: #fff !important;
  cursor: default !important;
}

#svg-map .map-disabled text {
  fill: #999999 !important;
  cursor: default !important;
}

#svg-map .map-disabled .circle {
  fill: #efefef !important;
  opacity: 0.8;
}

/* MÓDULO MAPA */
#content-colaboradores .box-listas {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}

#menuAdmin ul li a {
  height: 64px !important;
}

.mapa {
  text-align: right;
}

#menuAdmin {
  height: 64px !important;
  line-height: 64px !important;
}

/* PÁGINA MÉTRICAS DA PLATAFORMA */
.box-metricas-topo,
.box-metricas {
  border: 1px solid #ccc;
  padding: 20px !important;
}

.box-metricas {
  text-align: center;
}

.box-metricas .titulo {
  font-weight: 600;
  font-size: 25px;
}

.box-metricas p {
  margin: 10px 0;
}

.collapsible-body label {
  font-size: 13px;
  line-height: 21px;
  text-transform: none;
  color: #666;
  font-weight: 400;
}

#content-busca #content-resultado .col-direita .box-resultado .img-resultado {
  border-radius: 5px;
  margin: 0 auto !important;
  -webkit-border-radius: 5px;
}

.avaliar {
  margin-top: 0px;
}

.modal-confirmacao .modal-footer {
  display: block;
}

.modal-confirmacao {
  padding: 10px;
}

.barra-titulo-bncc {
  background-color: #63ada7;
  width: 30px;
  height: 6px;
}

.chip-bncc {
  display: inline-block;
  height: 43px;
  color: rgba(0, 0, 0, 0.6);
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #e4e4e4;
  margin-bottom: 0;
  margin-right: 5px;
  border: 2px solid #61aca7;
  margin-top: 10px;
}

.chip-bncc .close {
  cursor: pointer;
  float: right;
  padding-left: 8px;
  color: #61aca7;
}

.mais-habilidades,
.faixa-etaria,
.ano {
  background-color: #63ada7;
  color: #fff;
  padding: 10px 15px;
  margin-top: 10px;
  cursor: pointer;
}

.mais-habilidades .titulo,
.faixa-etaria .titulo,
.ano .titulo {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
}

.mais-habilidades .chevron-right,
.faixa-etaria .chevron-right,
.ano .chevron-right {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
  color: #fff;
  font-weight: 600;
}

.mais-habilidades .chevron-right {
  margin-top: 11px;
}

.faixa-etaria .chevron-right,
.ano .chevron-right {
  margin-top: 0px;
}

.mais-habilidades .descricao {
  font-size: 13px;
}

.chip-habilidades {
  height: auto;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #e4e4e4;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 5px;
  border: 1px solid #5faba7;
}

.chip-habilidades .titulo {
  font-weight: 600;
  display: inline-block;
}

.chip-habilidades .conteudo {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  display: block;
}

.chip-habilidades .close {
  cursor: pointer;
  float: right;
  padding-left: 8px;
  color: #61aca7;
}

.chip-limpar-filtros {
  display: inline-block;
  width: 100%;
  height: 53px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #999;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  text-align: center;
}

.chip-bncc-ativo {
  background-color: #61aca7;
  color: #fff;
}

.chip-bncc-ativo span {
  font-weight: 600;
}

.label-bncc {
  background-color: #63ada7;
  border: 1px solid #61aca7;
  color: #fff;
  font-weight: 500;
  padding: 1px;
  font-size: 9px!important;
  width: 60px!important;
  margin-left: 3px;
  display: inline-block;
  border-radius: 3px 3px 3px 3px;
  margin-top: 5px;
}

#content-busca #content-resultado .col-direita .box-resultado {
  position: relative;
}

#content-busca #content-resultado .col-direita .box-resultado {
  position: relative;
}

.etiqueta-bncc {
  /* background: url(images/etiqueta-bncc.png) center center no-repeat; */
  position: absolute;
  top: 0;
  right: 0;
  width: 108px;
  height: 91px;
  text-indent: -9999px;
}

.box-filtros-bncc {
  width: 500px !important;
  left: 540px !important;
  border: 2px solid #5faba7;
  overflow-y: hidden;
}

.box-filtros-bncc .lista ul {
  margin-top: 0px !important;
}

.box-filtros-bncc .lista ul li {
  min-height: auto !important;
}

.box-filtros-bncc .lista ul li div {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  height: auto;
}

.box-filtros-bncc .lista ul li div.item-checked {
  background-color: #63ada6;
  padding: 10px 20px;
  font-weight: bold;
}

.box-filtros-bncc .lista ul li div.item-checked span {
  color: #fff !important;
}

.box-filtros-bncc .lista [type="checkbox"]:checked + span:not(.lever):before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.box-filtros-bncc .btn-box {
  text-align: center;
  padding-bottom: 13px;
}

.box-faixa-etaria {
  height: 100% !important;
  top: 616px !important;
}

.box-faixa-etaria .lista {
  height: 80%;
  overflow-y: auto;
}

.box-componente {
  height: 500px !important;
  top: 684px !important;
}

.box-componente .lista {
  height: 90%;
  overflow-y: auto;
}

.box-ano {
  height: 430px !important;
  top: 830px !important;
}

.box-ano .lista {
  height: 330px;
  overflow-y: auto;
}

.box-mais-habilidades {
  height: 490px !important;
  top: 817px !important;
}

.box-mais-habilidades .lista {
  height: 380px;
  overflow-y: auto;
}

/* SOBRE A PLATAFORMA */
article#sobre {
  margin-top: 20px !important;
}

/*
  ----------------------------                ----------------------------
  ---------------------------- AJUSTES MOBILE ----------------------------
  ----------------------------                ----------------------------
  */
/* Notebook 1280px */
/* Notebooks - 1280px */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #content-busca .txt-titulo span {
    font-size: 9px;
  }

  #content-busca
    #content-resultado
    .col-direita
    .box-resultado
    .row-interna
    .botoes-busca
    button,
  #content-busca
    #content-resultado
    .col-direita
    .box-resultado
    .row-interna
    .botoes-busca
    a {
    margin-right: 9px;
  }

  #content-busca
    #content-resultado
    .col-direita
    .box-comentarios
    .posts-comentarios
    p {
    width: 69.5%;
  }

  .collapsible-header h2 {
    font-size: 18px;
  }

  .btn,
  .btn-large,
  .btn-small,
  .btn-floating,
  .btn-large,
  .btn-small,
  .btn-flat {
    font-size: 12px;
  }

  .mais-habilidades .titulo {
    font-size: 18px;
  }

  .mais-habilidades .descricao {
    font-size: 12px;
  }

  .box-mais-habilidades {
    width: 500px !important;
    height: 490px !important;
    border: 2px solid #7da7d9;
    left: 423px !important;
    top: 842px !important;
  }
}

.box-hab-bncc {
  margin: 50px 0;
}

.box-hab-bncc .txt-titulo {
  margin-bottom: 0px !important;
}

.box-hab-bncc .box-conteudo {
  border: 2px solid #5faba7;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 15px;
  font-size: 13px !important;
  line-height: 18px;
}

.box-hab-bncc .box-conteudo span {
  font-weight: 600;
  color: #61aca7;
  font-size: 16px;
}

.box-hab-bncc .box-conteudo a {
  text-decoration: underline;
  font-weight: 600;
}

.box-filtros-bncc .lista ul li div {
  border-bottom: 1px solid #ccc;
  padding: 0 20px;
  height: auto;
}

.chip-bncc .close {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

header .logo {
  margin-top: 0;
}

.banner-top {
  width: 100%;
  height: 330px;
  position: relative;
}

.textos {
  z-index: 2;
  position: relative;
  margin-top: 80px;
}

.mascara,
.banner-top-img {
  width: 100%;
  height: 330px;
  background-size: auto;
  padding-top: 2px;
  position: absolute;
  top: 0px;
}

.mascara {
  z-index: 1;
}

.banner-top-img {
}

.banner-top h1 {
  color: #fff;
  font-size: 40px;
  font-family: Roboto, sans-serif;
  margin-top: 0;
  margin-left: 5px;
  margin-bottom: 10px;
}

/*#content-curso-top .banner-top h3 {
  color: #fff;
  font-size: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  margin-top: 30px;
  margin-left: 6px;
}*/

.curso-gratuito,
.atividades,
.certificado {
  font-size: 20px;
  color: #4dba7a;
  margin-bottom: 30px;
  width: 100%;
  padding-left: 60px;
}

.curso-gratuito {
  height: 57px;
}

.atividades {
  height: 111px;
}

.atividades span {
  display: block;
  margin-top: 10px;
  color: #a0a099;
  font-size: 14px;
}

.certificado {
  /* background: url(interface/icons/icon_certificado_mec.png) left center no-repeat; */
  height: 57px;
}

.box-curso {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  padding: 20px 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.box-curso .titulo {
  font-size: 28px;
  font-weight: 100;
}

.box-curso .subtitulo {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}

.box-curso p {
  font-size: 16px;
}

.iframe,
.iframe iframe {
  width: 100%;
}

#content-cardapio {
  margin-bottom: 50px;
}

.errorInput::-moz-placeholder {
  color: red !important;
}

.quill {
  height: 400px;
  overflow-y: scroll;
}

.container-custom-page h1 {
  font-size: 1.4rem;
}

.container-custom-page h2 {
  font-size: 1.4rem;
}

.container-custom-page h3 {
  font-size: 1.4rem;
}

#ordenacao ul {
  width: 150px !important;
}

#nomePost {
  font-size: 13.5px;
}

#pComentario {
  font-size: 16px;
}

#comentario::placeholder {
  color: rgb(121, 120, 120);
  opacity: 1;
  /* Firefox */
}

.shareIcons {
  position: absolute;
  display: none;
}

.table-normalized tr {
  border: 0 !important;
  margin: 0;
  box-shadow: none;
}

tr {
  border: 1px solid #ccc !important;
  margin-bottom: 15px;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 11px 10px 49px 2px rgba(237, 230, 237, 1);
  -moz-box-shadow: 11px 10px 49px 2px rgba(237, 230, 237, 1);
  box-shadow: 11px 10px 49px 2px rgba(237, 230, 237, 1);
}

.box-bg-table {
  border: 1px solid #ccc !important;
  margin-bottom: 15px;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 11px 10px 49px 2px rgba(237, 230, 237, 1);
  -moz-box-shadow: 11px 10px 49px 2px rgba(237, 230, 237, 1);
  box-shadow: 11px 10px 49px 2px rgba(237, 230, 237, 1);
  padding-top: 30px !important;
}

span.iniciais {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-block;
  padding: 6px;
  margin-right: 10px;
  font-weight: 600;
  color: #fff;
}

span.iniciais.cor1 {
  background-color: #ef9f56;
}

span.iniciais.cor2 {
  background-color: #7399ee;
}

span.iniciais.cor3 {
  background-color: #93c266;
}

.cell-table-title {
  font-size: 14px;
  color: #4c4b39;
  text-align: left;
  font-weight: 900;
  padding-top: 0;
  margin-top: 0;
}

.cell-table-upper-title {
  font-size: 10px;
  color: #000;
  text-align: left;
  font-weight: 900;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cell-table-description {
  font-size: 10px;
  color: #4c4b39;
  font-weight: 400;
}

.type-info {
  color: #ffffff;
  background-color: #9e9e9e;
  border-radius: 15px;
  font-size: 11px;
}

.fir-clickcircle-my-ressources {
  height: 40px;
  width: 40px;
  border-radius: 100px;
  cursor: pointer;
}

.fir-image-figure-my-ressources {
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  position: relative;
  text-decoration: none;
}

/*.container {
  margin-top: 15px;
}*/

.inputSearchFilter {
  border: 1px solid rgb(204, 204, 204) !important;
  background: rgb(250, 250, 250) !important;
  border-radius: 5px !important;
  height: 20px !important;
  padding: 10px !important;
  color: #808080 !important;
  margin: 0 !important;
}

/* .selectSearchFilter .select__value-container {
  height: 20px;
} */

.title-table-item {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

.description {
  font-size: 17px;
  font-weight: 300;
  color: #4c4b39;
  margin-top: 15px;
  text-align: left;
}

.title-article {
  margin-top: 15px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #444;
}

.slick-prev {
  left: -45px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 42px !important;
}

.slick-prev {
  left: -45px !important;
}

.title-facet-options-curatorship {
  font-size: 10px;
  text-align: left;
  font-weight: 500;
  padding-top: 0;
  margin-top: 0;
}

.flat-table tr {
  border: 0 !important;
  box-shadow: none !important;
}


.select-providers-edit-network__control {
  min-height: 30px !important;
}

.button-flat {
  border: 0;
  width: 100%;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: none;
  border-radius: 4px;
  color: #fff;
  height: 45px;
  line-height: 45px;
}

.button-flat-white {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  border: 1px solid #8e8b8b;
  box-shadow: none;
  border-radius: 4px;
  color: #8e8b8b;
  height: 45px;
  line-height: 45px;
}

.button-flat a:hover {
  color: #fff;
}

.user-bar-links {
  line-height: 30px;
}

.user-bar-links-a {
  cursor: pointer;
  text-transform: uppercase;
  color: #676666;
  font-size: 12px;
  font-weight: bold;
}

.btn-flat-icon {
  width: 10%;
  float: left;
}

.bottom-2 {
  margin-bottom: 2%;
}

.bottom-5 {
  margin-bottom: 5%;
}

.input-flat {
  width: -webkit-fill-available !important;
  padding-left: 10px !important;
  border: 1px solid #ddd !important;
  border-radius: 2px !important;
  background: #eee !important;
}

.input-flat :focus {
  border: inherit;
}

.select-flat__value-container {
  height: 48px !important;
}

.nav-wrapper .button-collapse {
  color: #000 !important;
}

/* Acceessibility */
.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.blur {
  filter: blur(2px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.titulo {
  margin-top: 20px;
}

.select__value-container {
  height: 100%;
}

#input_search_internal_container {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 20px;
  width: 50%;
}

.input_search_internal {
  height: 20px !important;
  margin: 0 !important;
  padding-right: 30px !important;
  width: 100% !important;
  height: 30px !important;
  background-color: #fff !important;
  padding: 15px 50px 15px 15px !important;
  border-bottom: none !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  margin-top: 50px !important;
}

#input_search_internal_img {
  position: absolute;
  bottom: 17px;
  right: 0px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.img_suggested_facet_option {
  float: unset !important;
  padding: 5px;
  height: 64px;
  width: 64px;
  border: 1px solid #ccc;
}

.icon-dark i {
  color: #333;
}

/* #advancedSearchBncc .select__multi-value {
  margin-top: -35px;
} */
#advancedSearchBncc .habilidadeMulti .select__multi-value__label {
  width: 105px;
}

#advancedSearchBncc .select__input input {
  height: auto !important;
}

#advancedSearchBncc .select__input {
  height: 30px;
}

.overlay-card-infos {
  display: none;
}

.card-image:hover .overlay-card-infos {
  display: block;
}

.super-z-index {
  z-index: 90 !important;
}

.padding-0 {
  padding: 0 !important;
}

#timeline-wrap {
  height: 10px;
  margin: 3% 3% 2% 3%;
  top: 100;
  position: relative;
}

.react-sweet-progress-line {
  z-index: 9999;
}

#timeline {
  /* padding-top: 16px;
  height: 1px;
  width: 100%;

  position: relative;
  border-bottom: 1px solid #0d90c0; */
}

.marker {
  z-index: 1000;
  color: #0d90c0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  margin-left: -25px;
  background-color: #fcfcfc;
  border-radius: 50%;
  border: 1px solid #0d90c0;
}

.marker:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mfirst {
  top: -25px;
}

.m2 {
  top: -25px;
  left: 16.6%;
}

.m3 {
  top: -25px;
  left: 33.2%;
}

.m4 {
  top: -25px;
  left: 49.8%;
}

.m5 {
  top: -25px;
  left: 66.4%;
}

.m6 {
  top: -25px;
  left: 83%;
}

.mlast {
  top: -25px;
  left: 100%;
}

.timeline-panel {
  margin-top: 20%;
  width: 500px;
  height: 200px;
  background-color: #cbd0df;
  border-radius: 2px;
  position: relative;
  text-align: left;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  float: left;
}

.timeline-panel:after {
  content: "";
  position: absolute;
  margin-top: -12%;
  left: 10%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 15px solid #cbd0df;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  margin-top: 0 !important;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.timeline-active {
  color: #fff;
  font-weight: 500;
  background-color: #0d90c0;
}

.progressClassPlan {
  position: absolute;
  width: 115%;
  padding: 0;
  margin: 0;
  left: -50px;
  margin-top: -12px;
}

.progressClassPlan .react-sweet-progress-line-inner {
  min-height: 2px;
}

.markdown-text-compiled-style ul li {
  list-style-type: disc !important;
}

.markdown-text-compiled-style ul {
  padding-left: 20px;
}

/* http://localhost:4006/professor-mais-digital */

.page-professor-mais-digital .row {
  margin-bottom: 5px !important;
}

.page-professor-mais-digital .collection .collection-item {
  background-color: transparent !important;
}

.page-professor-mais-digital .collection .collection-item:nth-child(2),
.page-professor-mais-digital .collection .collection-item:nth-child(3) {
  margin-left: 10px;
}

.page-professor-mais-digital
  .collection
  .collection-item.avatar
  .title-rank-user {
  color: #2bb2a9 !important;
  font-weight: 500 !important;
  font-size: 13px;
}

.page-professor-mais-digital .collection .collection-item.avatar .title {
  color: #00416a !important;
  font-weight: 500 !important;
  font-size: 13px;
}

.block-professor-mais-digital .collection .collection-item.avatar .title {
  color: #00416a !important;
  font-weight: 500 !important;
  font-size: 13px;
}

.page-professor-mais-digital .collection .collection-item.avatar .circle {
  left: 0px !important;
  width: 70px !important;
  height: 70px !important;
  -webkit-border-radius: 70px !important;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 70px !important;
  -moz-background-clip: padding;
  border-radius: 70px !important;
  background-clip: padding-box;
}

.page-professor-mais-digital .collection .collection-item:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.page-professor-mais-digital .avatar-profiles {
  width: 60px !important;
  height: 60px !important;
  -webkit-border-radius: 60px !important;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 60px !important;
  -moz-background-clip: padding;
  border-radius: 60px !important;
  background-clip: padding-box;
  margin: 7px 0 0 5px;
  float: left;
}

.page-professor-mais-digital .row .col.l20 {
  width: 20%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.page-professor-mais-digital .block-how-works {
  background-color: #fff !important;
}

.page-professor-mais-digital .block-month-highlights {
  background-color: #fafafa !important;
}

.page-professor-mais-digital .block-month-highlights ul li {
  display: inline-block !important;
}

.page-professor-mais-digital
  .block-month-highlights
  .collection
  .collection-item {
  background-color: #fafafa !important;
  border-bottom: none !important;
  width: 50%;
}

.page-professor-mais-digital .block-share-ideas {
  background-color: #00416a !important;
  /* padding: 40px 1px 40px 1px; */
}

.page-professor-mais-digital .block-share-ideas .col:not(:first-of-type) {
  text-align: center;
}

.page-professor-mais-digital .block-share-ideas .titulo {
  font-size: 20px;
}

.page-professor-mais-digital .block-share-ideas .numbyr {
  color: #0d8ec0;
  font-size: 45px;
  font-weight: bold;
}

.page-professor-mais-digital .barra-titulo {
  background-color: #2bb2a9 !important;
}

.page-professor-mais-digital
  .collection
  .collection-item.avatar
  .title
  .color-shared-primary {
  color: #2bb2a9 !important;
}

.block-professor-mais-digital .col .l6 {
  padding: 0;
}

/* http://localhost:4006/ */

.page-home .block-professor-mais-digital {
  background-color: #efefef;
  color: #333;
  padding: 10px 0;
}

.page-home .block-professor-mais-digital .collection .collection-item.avatar p {
  margin: 0px 0px 0px 0px;
}

.page-home
  .block-professor-mais-digital
  .collection
  .collection-item.avatar
  .circle {
  left: 0px !important;
  width: 70px !important;
  height: 70px !important;
  -webkit-border-radius: 70px !important;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 70px !important;
  -moz-background-clip: padding;
  border-radius: 70px !important;
  background-clip: padding-box;
}

.page-home .block-professor-mais-digital .collection .collection-item {
  background-color: transparent !important;
}

.page-home .block-professor-mais-digital .barra-titulo {
  background-color: #0fb1a8 !important;
}

.page-home .block-professor-mais-digital .title-share {
  font-size: 30px !important;
}

.page-home .block-professor-mais-digital .txt-titulo {
  font-size: 15px !important;
}

.page-home .block-professor-mais-digital .title-share-ideas {
  font-size: 17px !important;
}

.page-home .block-professor-mais-digital .subtitle-share-ideas {
  font-size: 13px !important;
}

.page-home .block-professor-mais-digital .profiles-week {
  margin-top: 20px !important;
}

.page-home .block-professor-mais-digital .row {
  margin-bottom: 0px;
}

.page-home .divider-vertical {
  border-left: 1px solid #b5a8a8;
  height: 315px;
}

/* http://localhost:4006/usuario/88/ */

.page-perfil-usuario .divider {
  /*display: none;*/
}

.page-perfil-usuario .block-healed-resources {
  background-color: #f3f3f3;
}

.page-perfil-usuario .block-assessed-resources {
  background-color: #0d8fc0;
}

.page-perfil-usuario .block-assessed-resources .barra-titulo {
  background-color: #fff !important;
}

.page-perfil-usuario .block-assessed-resources .col:first-child {
  color: #fff !important;
}

.page-perfil-usuario .block-assessed-resources .col:first-child {
  color: #fff !important;
}

.page-perfil-usuario .block-assessed-resources .col:first-child .row {
  margin-bottom: 10px;
}

.page-perfil-usuario .block-assessed-resources .btn-mini {
  padding: 0px 5px !important;
  font-size: 12px !important;
}

.page-perfil-usuario .banner-top {
  /*background: url(https://s3.amazonaws.com/escola-digital-storage/assets/images/img_topo_ead.jpg) center center no-repeat;*/
  /* background-color: #0d8fc0; */
}

.page-perfil-usuario .banner-top .col:nth-last-child(1),
.page-perfil-usuario .banner-top .col:nth-last-child(2),
.page-perfil-usuario .banner-top .col:nth-last-child(3),
.page-perfil-usuario .banner-top .col:nth-last-child(5) {
  text-align: center;
}

.page-perfil-usuario .banner-top .divider-vertical {
  position: absolute;
  top: 10%;
  bottom: 10%;
  border-left: 3px dotted white;
  /*display: inline-grid;*/
  opacity: 0.3;
}

.page-perfil-usuario .banner-top .col:nth-last-child(2) .divider-vertical,
.page-perfil-usuario .banner-top .col:nth-last-child(4) .divider-vertical {
  /* top: 25% !important; */
  /* bottom: 15% !important; */
  border-left: 3px dotted white;
  opacity: 0.3;
}

.page-perfil-usuario .banner-top .title {
  color: #fec700;
  font-size: 16px;
}

.page-perfil-usuario .banner-top .title-number {
  color: #fec700;
  font-size: 25px;
}

.page-perfil-usuario .banner-top .btn {
  border-radius: 20px !important;
  padding: 0 1rem !important;
  /*color: #fff !important;*/
  font-size: 11px;
}

.page-perfil-usuario .banner-top .container {
  /*line-height: 31px;*/
}

.page-perfil-usuario .banner-top .amber {
  color: white;
}

.page-perfil-usuario .block-assessed-resources .amber,
.page-perfil-usuario .block-favorite-features .amber {
  color: black;
}

.page-perfil-usuario .block-shared-resources .card.horizontal {
  min-height: 236px;
  height: auto;
}

.page-perfil-usuario .block-shared-resources .card.horizontal img {
  width: 100%;
  height: auto;
}

.page-perfil-usuario .card-content p:first-child {
  font-weight: bold;
}

.page-perfil-usuario .card-content p:nth-child(2) {
  font-weight: 300;
  text-transform: none;
  width: 200px;
  font-size: 12px;
  max-height: 80px;
}

.page-perfil-usuario .card-content p:nth-child(3) {
  color: #0d90c0 !important;
}

.page-perfil-usuario .material-icons {
  vertical-align: bottom !important;
}

.page-perfil-usuario .image-medal {
  height: auto;
  min-height: 50px;
  max-height: 50px;
  width: 100%;
  margin: 0px auto;
}

.page-perfil-usuario .banner-top .avatar {
  height: 256px;
  /* min-height: 270px;
  max-height: 240px; */
  width: 256px;
  margin: 0px auto;
  border: 10px solid #fff;
}

.page-perfil-usuario .banner-top hr {
  height: 0px;
  border: none;
  border-top: 3px dotted white;
  opacity: 0.3;
}

.page-perfil-usuario .banner-top .text {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
}

.page-perfil-usuario .banner-top .container {
  width: 90% !important;
}

/* debug */

/*
div {
    border: 1px solid red;
}
span {
    border: 1px solid blue;
}
p {
    border: 1px solid yellow;
}
img {
    border: 1px solid purple;
}
*/

/* Geral */

/* Mobile */
@media screen and (min-width: 320px) and (max-width: 480px) {
  /* divider */
  .divider-vertical {
    display: none !important;
  }

  .page-perfil-usuario .banner-top {
    height: 100%;
  }
}

/* PC */
@media screen and (min-width: 993px) {
  /* width: 2%; */
  .row .col.l2px {
    width: 2%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-l2px {
    margin-left: 2%;
  }

  .row .col.pull-l2px {
    right: 2%;
  }

  .row .col.push-l2px {
    left: 2%;
  }

  /* width: 20%; */
  .row .col.l20px {
    width: 20%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-l20px {
    margin-left: 20%;
  }

  .row .col.pull-l20px {
    right: 20%;
  }

  .row .col.push-l20px {
    left: 20%;
  }

  /* width: 22%; */
  .row .col.l22px {
    width: 22%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-l22px {
    margin-left: 22%;
  }

  .row .col.pull-l22px {
    right: 22%;
  }

  .row .col.push-l22px {
    left: 22%;
  }
}

.dash-circle-data {
  width: 130px;
  background: #fff;
  border-radius: 50%;
  height: 130px;
  text-align: center;
  border: 4px solid #2b353d;
  line-height: 130px;
  display: block;
  margin: 0 auto;
}

.banner-top {
  color: #fff;
}

footer.page-footer {
  background-color: #fff !important;
}

footer.page-footer p {
  color: #818072;
}

footer.page-footer a {
  font-weight: bold;
}

#content-busca .input_search_internal {
  margin-top: 140px !important;
}

/* Override materializecss */

.card .card-content p {
  /*min-height: 66px !important;*/
}

.card.horizontal .card-image img {
  max-height: 235px !important;
}

.box-resultado .row {
  margin-bottom: 10px;
}

.modal-content-login {
  width: 490px;
  overflow: scroll;
}

.bold {
  font-weight: bold !important;
}

.tiny-font {
  font-weight: 100 !important;
}

.capitalize-text {
  text-transform: capitalize;
  font-size: 12px;
}

.title-shared-rank-with-background {
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  background: #2bb2a9;
  color: #fff;
  padding: 3px;
}

.section-padding {
  padding: 30px 0px 30px 0px;
}

.row-pagination {
  padding-top: 20px;
  text-align: center;
}

.col-right-favority {
  margin-top: -32px;
}

.to-uppercase {
  text-transform: uppercase;
}

/* react-select */

.basic-single {
  height: 45px;
  font-weight: 700;
  font-size: 14px;
  /* border: 1px solid red; */
}

.basic-single .select__control {
  height: 45px;
  font-size: 14px;
  /* border: 1px solid green; */
}

.basic-single .select__value-container {
  /* border: 1px solid blue; */
}

.basic-single .select__value-container .select__value-container--has-value {
  /* border: 1px solid crimson; */
}

.basic-single .select__single-value {
  /* border: 1px solid yellow; */
}

.basic-single .select__input {
  /* border: 1px solid purple; */
}

.basic-single .select__indicators {
  /* border: 1px solid brown; */
}

.react-select .select__menu {
  /* border: 1px solid greenyellow; */
}

.basic-single .select__menu-list {
  /* border: 1px solid orangered; */
}

.resourceCard .card-content {
  min-height: 190px;
}

/* campanha meu presentinho */

.button {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}

.button1 {
  border-radius: 2px;
}

.button2 {
  border-radius: 4px;
}

.button3 {
  border-radius: 8px;
}

.button4 {
  border-radius: 12px;
}

.button5 {
  border-radius: 50%;
}

.btn-campaign {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #23b2a9;
  color: #fff !important;
  width: 200px;
  font-weight: bold;
  text-align: center;
}

/* css */

.center {
  margin: auto;
  width: 50%;
  /* border: 3px solid green; */
  padding: 10px;
}
/**/

.basic-multi-select {
  z-index: auto !important;
}

.box-selected-facets {
  width: 100%;
  font-weight: 700;
  background-color: #fff;
  border-radius: 5px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 7px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.cor-roteiro-estudo {
  background-color: #ad64a5 !important;
  color: #fff !important;
}

.cor-roteiro-estudo-texto {
  color: #ad64a5 !important;
}

.barra-titulo-roteiro-estuudo {
  background-color: #ad64a5 !important;
  width: 30px;
  height: 6px;
  margin-top: 20px;
}

.facet-study-script-colapse .collapsible-header {
  background: #ad64a5;
  color: #fff;
  /* line-height: 39px; */
  padding: 14px;
  padding: 15px 15px;
  margin-top: 10px;
  cursor: pointer;
  margin-bottom: 15px;
  padding-right: 0px;
}

.facet-study-script-colapse.collapsible {
  width: 100% !important;
}

.facet-study-script-colapse .collapsible-body {
  padding: 10px;
}

.facet-study-script-colapse
  .collapsible-body
  [type="checkbox"]:checked
  + label:before {
  border-right: 2px solid #ad64a5 !important;
  border-bottom: 2px solid #ad64a5 !important;
}

.facet-study-script-colapse .collapsible-header i {
  color: #fff !important;
}

@media (max-width: 600px) {
  .facet-study-script-colapse .collapsible-header span {
    font-size: 10px;
  }
}

button:focus {
  outline: none;
  background-color: inherit !important;
}

.card-miu-image-zoom {
  display: block;
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.card-miu-image-zoom:hover {
  /* -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); */
  background-size: 120% !important;
}

.clear-styles-custom-page table tr {
  height: auto;
  display: table-row;
  box-shadow: none;
  background: inherit;
  margin-bottom: 0;
  background: white;
}

.clear-styles-custom-page .custom-page-container {
overflow-x: scroll;
}
/* ARQUIVOS PARA NOVOS CSS */

.img-hover-all:hover {
  -webkit-filter: grayscale(920%);
  transition: 1s;
  top: -2px;
  box-shadow: 0 2px 2px #666;
}

.collapsible p {
  margin: 0 0 0 10px;
}

.collapsible-body label {
  font-size: 13px;
  line-height: 21px;
  text-transform: capitalize;
  color: #666;
  font-weight: 400;
}

#content-oda .col-esquerda .btn {
  margin-bottom: 20px;
  width: 100%;
}

.barra-cinza {
  background: linear-gradient(white, #f8f8f8);
  padding: 5px 20px 0;
  border-bottom: 1px solid #eee;
  float: left;
  height: 60px;
  width: 100%;
}

.footer-content {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
}

/* .waves-effect {
  z-index: 0 !important;
} */

.sombra {
  background: url(https://escoladigital-production-storage.s3.amazonaws.com/assets/fundo-sombra.png);
  width: 100%;
  height: 400px;
  position: absolute;
  margin-top: 0;
  opacity: 0.65;
}



.input-field label {
  color: #9e9e9e;
  position: absolute;
  top: 0.8rem;
  left: 0;
  font-size: 1.1rem;
  cursor: text;
  transition: 0.2s ease-out;
}

.ano:hover,
.faixa-etaria:hover,
.mais-habilidades:hover {
  background-color: #65cbc3;
}

.box-componente .item-checked strong {
  color: #fff !important;
}

.etiqueta-bncc-esquerda {
  position: absolute;
  top: 0;
  left: 0;
  width: 112px;
  height: 108px;
  text-indent: -9999px;
}

#content-colaboradores {
  background-color: rgb(250, 250, 250);
  width: 100%;
}

.rc-rate-star {
  color: #ccc;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  margin-right: 8px;
  margin: 0;
  padding: 0;
  position: relative;
}

.pagination li.active a {
  color: #ed7b34;
}

.faixa-etaria .chevron-right,
.ano .chevron-right {
  margin-top: -5px;
}

.img-topo,
.img-topo-ead {
  width: 100%;
  background-size: cover;
  height: 400px;
  margin-bottom: 0px;
}

@media (min-width: 1200px) {

  .box-icones .col {
    width: 12% !important;
    height: 124px;
    line-height: 14px !important;
  }

}

.fir-clickcircle {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  cursor: pointer;
}

.fir-image-figure {
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  text-decoration: none;
}

.fir-image-figure .caption,
.fir-image-figure figcaption {
  padding-left: 15px;
}

html.wf-active .fir-image-figure .fig-author-figure-title {
  font-family: var(--fir-font-header);
  font-size: 16px;
}

.fir-image-figure .fig-author-figure-title {
  /* color: var(--fir-color-grey); */
  /* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
  font-weight: 400;
  font-size: 15px;
  margin-top: 2px;
}

.fir-imageover {
  position: relative;
  display: flex;
}

.fir-imageover-color {
  height: 60px;
  width: 60px;
  position: absolute;
  background: var(--fir-blue-twitter-alpha);
  background-image: none;
  border-radius: 100px;
  cursor: pointer;
  transition: background .3s ease-in-out;
  animation: fadeInFadeOut 2s infinite;
  top: 0;
  left: 0;
}

.fir-imageover-image {
  position: absolute;
  top: 0;
  left: 0;
  animation: fadeInFadeOut 2s infinite;
}

@keyframes fadeInFadeOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}




.contrast,
.contrast nav,
.contrast div,
.contrast li,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article {
  background: black;
  color: white !important;
}

.contrast * {
    box-shadow: none !important;
}

.contrast ul.tabs {
    background-color: black !important;
}

.contrast ul.tabs li {
    color: white !important;
}

.contrast ul.tabs li.react-tabs__tab--selected {
    color: yellow !important;
}

.contrast div.nav-wrapper {
  background: #000 !important;
}

.contrast .white {
  background: black !important;
}

.contrast section {
  background: black !important;
}

.contrast footer {
  background: black !important;
}

.contrast .banner-top div.row {
  background: none!important;
}

.contrast .banner-top div.container {
  background: none!important;
}

.contrast .banner-top div.input-field {
  background: none !important;
}

.contrast .footer-copyright {
  background: black !important;
}

.contrast #content-busca #content-resultado .col-direita .box-resultado {
  background: black !important;
}

.contrast #content-busca #content-resultado .col-esquerda {
  background: black !important;
}

.contrast .mais-habilidades,
.faixa-etaria,
.ano {
  background-color: #63ada7 !important;
}

.contrast .cor-secundaria {
  background: black !important;
  border: 1px solid #fff;
}

.contrast .cor-primaria {
  background: black !important;
  border: 1px solid #fff;
}

.contrast .button-flat-white {
  background: none !important;
}

.contrast div.col {
    background: black !important;
}

.contrast .chip {
  background: black !important;
}

.contrast table tr {
    background: black !important;
    box-shadow: none;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast q,
.contrast i,
.contrast b,
.contrast u,
.contrast span {
  color: white !important;
}

.contrast a {
  color: yellow !important;
}

.contrast button,
.contrast input[type="button"],
.contrast input[type="reset"],
.contrast input[type="submit"] {
  background: black !important;
  color: yellow !important;
  border: none !important;
}

.contrast input[type="text"],
.contrast input[type="password"],
.contrast input[type="url"],
.contrast input[type="search"],
.contrast input[type="email"],
.contrast input[type="tel"],
.contrast input[type="date"],
.contrast input[type="month"],
.contrast input[type="week"],
.contrast input[type="datetime"],
.contrast input[type="datetime-local"],
.contrast textarea,
.contrast input[type="number"] {
  background: black !important;
  border: 1px solid white !important;
  color: white !important;
}
/* 
.contrast img {
    filter: grayscale(100%) contrast(120%);
}


.contrast img.on-contrast-force-white {
    filter: brightness(0) invert(1);
} */

.contrast .search-bar-button {
  background: white !important;
}

.contrast .search-bar-button i {
  color: black !important;
}

.contrast .advancedSearchButton {
  z-index: 99;
}

.contrast .btn-flat-white {
  background: black !important;
  border: 1px solid #fff;
}

.contrast .btn-flat {
  background: black !important;
  border: 1px solid #fff;
}

.contrast .MuiCardMedia-root {
  background: inherit;
}

.contrast #menuAdmin {
    background-color: black !important;
}

.contrast #menuAdmin li {
    background: black !important;
    border: 1px solid white;
}
@-ms-viewport {
  width: device-width;
}

.brand-logo {
  width: 40%;
}

/* Smartphones Portrait */
@media screen and (min-width: 320px) and (max-width: 480px) {
  header .logo {
    margin-left: 0px;
  }

  .img-topo,
  .img-topo-ead {
    background-size: 220%;
    height: 168px;
  }

  .sombra {
    height: 168px;
  }

  .caption {
    font-size: 15px !important;
    line-height: 20px;
    width: 60%;
    margin-top: 10px;
  }

  section.search {
    top: 120px;
  }

  .divBusca {
    height: auto;
  }

  #busca {
    padding: 15px 32px 15px 15px;
    width: 84%;
  }

  #btn-busca {
    left: 74.6%;
  }

  #content-busca {
    padding-bottom: 0px;
  }

  #content-busca #content-resultado .col-direita .box-resultado .row-interna {
    margin: 0;
    padding: 0 10px;
  }

  .box-filtros-bncc {
    width: 300px !important;
  }

  .pagination li a {
    padding: 0 8px;
  }

  .collapsible-body {
    padding: 0rem;
  }

  li.cadastrese {
    display: block;
  }

  .autocomplete {
    height: 50px !important;
    padding: 7px 80px 7px 20px !important;
  }

  .btn-group label {
    top: 0.5rem !important;
    width: 80%;
    font-size: 0.9em;
  }

  .icon-search {
    width: 50px;
    height: 50px;
    margin-top: -50px;
  }

  .iconSearchIndex {
    font-size: 2.1rem !important;
    margin-left: -13px;
  }

  .perfil {
    position: relative;
  }

  .perfil-saudacao {
    position: absolute;
    top: 0;
    right: 7px;
    border-left: none;
    font-size: 11px;
  }

  .perfil div {
    display: none;
  }

  .bt-sugerir-2 {
    width: 100%;
    margin-top: 20px;
  }

  .mapa {
    text-align: center;
  }

  .mapa svg {
    width: 300px;
    height: 330px;
  }

  article#explore {
    margin-top: 70px !important;
  }

  .txt-titulo {
    font-size: 15px;
    width: 105%;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .react-tabs .col.l1 {
    display: none;
  }

  .react-tabs label {
    font-size: 0.6rem;
  }

  .react-tabs__tab-list {
    margin-left: 0px;
  }

  #explore .react-tabs__tab-list li {
    height: 40px;
  }

  .box-icones div.col {
    height: 90px;
  }

  .aba-left-nova,
  .aba-center-nova,
  .aba-right-nova {
    padding: 4px !important;
    font-size: 10px;
  }

  .elemento span {
    font-size: 10px !important;
    line-height: 10px !important;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  #content-colaboradores .row-1 {
    padding-top: 10px !important;
  }

  #content-colaboradores .text-1 {
    font-size: 19px !important;
  }

  #content-colaboradores .text-2 {
    font-size: 15px !important;
  }

  .select-1 {
    margin-top: 15px !important;
  }

  .card-default {
    min-height: 270px !important;
  }

  .rc-rate {
    margin-top: 10px !important;
    font-size: 10px !important;
  }

  .box-sugeridos {
    margin-top: 0px;
  }

  iframe {
    width: 100%;
  }

  #content-oda .col-direita h6 {
    padding-top: 29px !important;
    margin-left: 19% !important;
    font-size: 16px !important;
  }

  #content-oda .titulo-atividade {
    font-size: 30px;
  }

  .content-avaliar {
    margin-left: 6% !important;
  }

  .box-comentarios .col.l1 {
    display: none;
  }

  .box-comentarios .row-interna {
    margin: 0 !important;
    padding-left: 10px;
  }

  .box-metricas-topo {
    margin-top: 20px;
  }

  .box-metricas {
    height: 180px;
  }

  .box-footer {
    padding-top: 10px;
  }

  .footer-content {
    padding-top: 0px !important;
  }

  .footer-content .s12 {
    text-align: center;
  }

  .icon-footer img {
    width: 50% !important;
    height: auto !important;
    margin-bottom: 20px !important;
  }
}

/* Smartphones Landscape */
@media screen and (min-width: 667px) and (max-width: 736px) {
  .banner-top {
    height: 150px;
    background-size: cover;
  }

  .img-topo,
  .img-topo-ead {
    background-size: contain;
    height: 175px;
  }

  .sombra {
    height: 175px;
    opacity: 0;
  }

  .caption {
    font-size: 25px !important;
    line-height: 30px;
    width: 60%;
    margin-top: 20px;
  }

  section.search {
    top: 180px;
  }

  .divBusca {
    height: auto;
  }

  #busca {
    padding: 15px 32px 15px 15px;
    width: 89%;
  }

  #btn-busca {
    left: 81.6%;
    bottom: 28%;
  }

  #content-busca {
    padding-bottom: 0px;
  }

  #content-busca #content-resultado .col-direita .box-resultado .row-interna {
    margin: 0;
    padding: 0 10px;
  }

  .pagination li a {
    padding: 0 8px;
  }

  li.cadastrese {
    display: block;
  }

  .autocomplete {
    height: 50px !important;
    padding: 7px 80px 7px 20px !important;
  }

  .btn-group label {
    top: 0.5rem !important;
    width: 80%;
    font-size: 1.15em;
    line-height: 18px;
  }

  .icon-search {
    width: 50px;
    height: 50px;
    margin-top: -50px;
  }

  .iconSearchIndex {
    font-size: 2.1rem !important;
    margin-left: -13px;
  }

  .perfil {
    position: relative;
  }

  .perfil-saudacao {
    position: absolute;
    top: 0;
    right: 7px;
    border-left: none;
    font-size: 11px;
  }

  .perfil div {
    display: none;
  }

  .bt-sugerir-1,
  .bt-sugerir-2 {
    width: 100%;
    margin-top: 20px;
  }

  .mapa {
    text-align: center;
    margin-top: 30px;
  }

  .mapa svg {
    width: 500px;
    height: 500px;
  }

  article#explore {
    margin-top: 70px !important;
  }

  .txt-titulo {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .react-tabs .col.l1 {
    display: none;
  }

  .react-tabs label {
    font-size: 0.8rem;
  }

  .react-tabs__tab-list {
    margin-left: 0px;
  }

  #explore .react-tabs__tab-list li {
    height: 50px;
  }

  .box-icones div.col {
    height: 150px;
  }

  .aba-left-nova,
  .aba-center-nova,
  .aba-right-nova {
    font-size: 11px;
  }

  .elemento span {
    font-size: 13px !important;
    line-height: 10px !important;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  #content-colaboradores .row-1 {
    padding-top: 10px !important;
  }

  #content-colaboradores .text-1 {
    font-size: 19px !important;
  }

  #content-colaboradores .text-2 {
    font-size: 15px !important;
  }

  .select-1 {
    margin-top: 15px !important;
  }

  .card-default {
    min-height: 270px !important;
  }

  .card-default img {
    height: auto !important;
  }

  .rc-rate {
    margin-top: 10px !important;
    font-size: 10px !important;
  }

  iframe {
    width: 100%;
  }

  #content-oda .col-direita h6 {
    padding-top: 29px !important;
    margin-left: 52% !important;
    font-size: 16px !important;
  }

  #content-oda .titulo-atividade {
    font-size: 30px;
  }

  .content-avaliar {
    margin-left: 45% !important;
  }

  .box-comentarios .col.l1 {
    display: none;
  }

  .box-comentarios .row-interna {
    margin: 0 !important;
    padding-left: 10px;
  }

  .box-metricas-topo {
    margin-top: 20px;
  }

  .box-metricas {
    height: 180px;
  }

  #content-oda .box-comentarios #comentario {
    width: 81%;
  }

  #content-oda .box-comentarios .btn {
    margin-top: 10px;
    margin-left: 37px;
  }

  .box-sugeridos {
    margin-top: 50px;
  }

  .box-footer {
    padding-top: 10px;
  }

  .footer-content {
    padding-top: 0px !important;
  }

  .footer-content .s12 {
    text-align: center;
  }
}

/* Tablets Portrait */
@media screen and (min-width: 680px) and (max-width: 768px) {
  .banner-top {
    height: 166px;
    background-size: cover;
  }

  .img-topo,
  .img-topo-ead {
    background-size: contain;
    height: 175px;
  }

  .sombra {
    height: 175px;
  }

  .caption {
    font-size: 25px !important;
    line-height: 30px;
    width: 60%;
    margin-top: 20px;
  }

  section.search {
    top: 185px;
  }

  .divBusca {
    height: auto;
  }

  #busca {
    padding: 15px 32px 15px 15px;
    width: 89%;
  }

  #btn-busca {
    left: 80.6%;
    bottom: 33%;
  }

  #content-busca {
    padding-bottom: 0px;
  }

  #content-busca #content-resultado .col-direita .box-resultado .row-interna {
    margin: 0;
    padding: 0 10px;
  }

  li.cadastrese {
    display: block;
  }

  .autocomplete {
    height: 50px !important;
    padding: 7px 80px 7px 20px !important;
  }

  .btn-group label {
    top: 0.5rem !important;
    width: 80%;
    font-size: 1.15em;
    line-height: 18px;
  }

  .icon-search {
    width: 50px;
    height: 50px;
    margin-top: -50px;
  }

  .iconSearchIndex {
    font-size: 2.1rem !important;
    margin-left: -13px;
  }

  .perfil {
    position: relative;
  }

  .perfil-saudacao {
    position: absolute;
    top: 0;
    right: 7px;
    border-left: none;
    font-size: 11px;
  }

  .perfil div {
    display: none;
  }

  .mapa {
    text-align: center;
    margin-top: 30px;
  }

  .mapa svg {
    width: 500px;
    height: 500px;
  }

  article#explore {
    margin-top: 70px !important;
  }

  .txt-titulo {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .react-tabs .col.l1 {
    display: none;
  }

  .react-tabs label {
    font-size: 0.8rem;
  }

  .box-icones div.col {
    height: 150px;
    margin-bottom: 20px;
  }

  .aba-left-nova,
  .aba-center-nova,
  .aba-right-nova {
    font-size: 13px;
  }

  .elemento span {
    font-size: 13px !important;
    line-height: 10px !important;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  #content-colaboradores .row-1 {
    padding-top: 10px !important;
  }

  #content-colaboradores .text-1 {
    font-size: 19px !important;
  }

  #content-colaboradores .text-2 {
    font-size: 15px !important;
  }

  #content-oda .col-direita h6 {
    padding-top: 29px !important;
    margin-left: 52% !important;
    font-size: 16px !important;
  }

  #content-oda .titulo-atividade {
    font-size: 30px;
  }

  .content-avaliar {
    margin-left: 45% !important;
  }

  .box-comentarios .col.l1 {
    display: none;
  }

  .box-comentarios .row-interna {
    margin: 0 !important;
    padding-left: 10px;
  }

  #content-oda .box-comentarios #comentario {
    width: 81%;
  }

  #content-oda .box-comentarios .btn {
    margin-top: 10px;
    margin-left: 37px;
  }

  .select-1 {
    margin-top: 15px !important;
  }

  .card-default {
    min-height: 270px !important;
  }

  .rc-rate {
    margin-top: 10px !important;
    font-size: 10px !important;
  }

  .box-sugeridos {
    margin-top: 50px;
  }

  iframe {
    width: 100%;
  }

  .box-comentarios .row-interna {
    margin: 0 !important;
    padding-left: 10px;
  }

  .box-metricas-topo {
    margin-top: 20px;
  }

  .box-metricas {
    height: 180px;
  }

  .box-footer {
    padding-top: 10px;
  }

  .footer-content {
    padding-top: 0px !important;
  }
}

/* Tablets Landscape */
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .box-icones div.col {
    height: 150px;
  }

  .caption {
    width: 60%;
  }

  .sombra {
    height: 270px;
  }

  .img-topo,
  .img-topo-ead {
    height: 270px;
  }

  section.search {
    top: 310px;
  }

  .input-field label {
    font-size: 1.8rem;
  }

  .btn-group label {
    top: 1rem !important;
  }

  article#explore {
    margin-top: 80px;
  }

  .box-login-redes {
    width: 300px;
  }

  .btn.btn-facebook,
  .btn.btn-google {
    height: 43px;
  }

  .txt-bt-google,
  .txt-bt-facebook {
    margin-top: -38px;
    line-height: 20px;
  }

  .box-sugeridos {
    margin-top: 50px;
  }
}

/* Notebooks - 1280px */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .collapsible-header h2 {
    font-size: 15px;
  }

  .collapsible-body p {
    font-size: 12px;
  }

  header .logo {
    width: 120px;
    height: 40px;
    background-size: contain;
  }

  .btn-group {
    margin-top: -15px;
  }

  .content-avaliar {
    margin-left: 51%;
  }

  .color-pallete {
    margin-right: 0px;
  }

  .color-pallete .color-item {
    width: 5px;
  }

  .color-pallete .color-item-select {
    width: 18px;
  }

  .switch label {
    font-size: 9px;
  }
}

.animated{animation-duration:1s;animation-fill-mode:forwards}.animated.bounceIn{animation-duration:.7s}.animated.bounceOut{animation-duration:.5s}.animated.bounceIn{animation-name:bounceIn}.animated.bounceOut{animation-name:bounceOut}.animated.fadeIn{animation-name:fadeIn;animation-duration:.7s}.animated.fadeOut{animation-name:fadeOut;animation-duration:.3s}.animated.bounceInDown{animation-name:bounceInDown}.animated.bounceOutUp{animation-name:bounceOutUp}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:perspective(1px) scale3d(0.3, 0.3, 0.3)}20%{transform:perspective(1px) scale3d(1.1, 1.1, 1.1)}40%{transform:perspective(1px) scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:perspective(1px) scale3d(1.03, 1.03, 1.03)}80%{transform:perspective(1px) scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:perspective(1px) scale3d(1, 1, 1)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.rrt-confirm-holder{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999999}.rrt-confirm-holder .shadow{width:100%;height:100%;background-color:rgba(50,58,68,.8)}.rrt-confirm-holder .rrt-confirm{width:320px;background-color:#fff;position:absolute;z-index:9;top:20%;left:50%;margin-left:-160px;box-shadow:3px 3px 20px #333;border-radius:4px;overflow:hidden}.rrt-confirm-holder .rrt-confirm .rrt-message{width:100%;padding:5%;min-height:50px;font-size:1em;background-color:#fff;text-align:center;font-family:"open-sanscondensed-light",sans-serif;clear:both}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder{display:flex}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button{flex-grow:1;height:50px;text-transform:capitalize;border:none;background-color:rgba(0,0,0,0);padding:0;margin:0;float:left;border-top:1px solid #f0f0f0;font-size:14px;overflow:hidden;cursor:pointer}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover{background-color:#f5f5f5}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active{background-color:#60bb71;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active{background-color:#db6a64;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus{outline:none}body.toastr-confirm-active{overflow:hidden}.redux-toastr *,.redux-toastr *:before,.redux-toastr *:after{box-sizing:border-box}.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{width:350px;position:fixed;z-index:99999999;padding:0 10px}.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center{top:0}.redux-toastr .top-right,.redux-toastr .bottom-right{right:0}.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{bottom:0}.redux-toastr .top-left,.redux-toastr .bottom-left{left:0}.redux-toastr .top-center,.redux-toastr .bottom-center{left:50%;margin-left:-175px}@media(max-width: 320px){.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{width:320px}.redux-toastr .top-center,.redux-toastr .bottom-center{margin-left:-160px}}.redux-toastr .toastr{background-color:#fcfcfc;width:100%;min-height:70px;overflow:hidden;margin:10px 0;border-radius:4px;position:relative;z-index:2;color:#333;opacity:.94;box-shadow:2px 2px 10px rgba(0,0,0,.4)}.redux-toastr .toastr:hover:not(.rrt-message){box-shadow:0px 0px 10px rgba(0,0,0,.6);opacity:1}.redux-toastr .toastr .toastr-status{width:100%;height:5px}.redux-toastr .toastr .toastr-status.success{background-color:#60bb71}.redux-toastr .toastr .toastr-status.warning{background-color:#f7a336}.redux-toastr .toastr .toastr-status.info{background-color:#58abc3}.redux-toastr .toastr .toastr-status.error{background-color:#db6a64}.redux-toastr .toastr .rrt-left-container,.redux-toastr .toastr .rrt-right-container{float:left;text-align:center;overflow:hidden}.redux-toastr .toastr .rrt-left-container{width:80px;top:0;left:0;position:absolute;bottom:0}.redux-toastr .toastr .rrt-left-container .rrt-holder{width:70px;height:70px;position:absolute;top:50%;margin-top:-35px;left:5px;line-height:60px}.redux-toastr .toastr .rrt-left-container .toastr-icon{fill:#fff;vertical-align:middle;margin-top:5px}.redux-toastr .toastr .rrt-middle-container{width:65%;margin-left:80px;position:relative;float:left;font-family:Arial,Helvetica,sans-serif,sans-serif;font-size:1em;text-align:left;padding:10px 5px}.redux-toastr .toastr .rrt-middle-container .rrt-title{font-size:1.1em;font-weight:bold;margin-bottom:5px}.redux-toastr .toastr .rrt-right-container{width:10%}.redux-toastr .toastr .close-toastr{width:10%;height:100%;position:absolute;top:0;right:0;background-color:rgba(0,0,0,0);font-size:22px;border:none;outline:none;opacity:.5;cursor:pointer;font-family:"Helvetica Neue",Helvetica,Arial sans-serif;color:#000}.redux-toastr .toastr .close-toastr:hover{opacity:1}.redux-toastr .toastr .close-toastr:focus{outline:none}.redux-toastr .toastr .close-toastr span{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%)}.redux-toastr .toastr.rrt-info,.redux-toastr .toastr.rrt-success,.redux-toastr .toastr.rrt-warning,.redux-toastr .toastr.rrt-error{color:#fff}.redux-toastr .toastr.rrt-info{background-color:#58abc3}.redux-toastr .toastr.rrt-info .rrt-progressbar{background-color:#378298}.redux-toastr .toastr.rrt-success{background-color:#60bb71}.redux-toastr .toastr.rrt-success .rrt-progressbar{background-color:#3e914d}.redux-toastr .toastr.rrt-warning{background-color:#f7a336}.redux-toastr .toastr.rrt-warning .rrt-progressbar{background-color:#d87e09}.redux-toastr .toastr.rrt-error{background-color:#db6a64}.redux-toastr .toastr.rrt-error .rrt-progressbar{background-color:#c5352e}.redux-toastr .toastr.rrt-light .rrt-progressbar{background-color:#ccc}.redux-toastr .toastr.rrt-light .toastr-icon{fill:#333 !important}.redux-toastr .toastr.rrt-message{opacity:1;border:1px solid #dbdbdb}.redux-toastr .toastr.rrt-message .rrt-title{width:90%;height:50px;text-align:center;overflow:hidden;font-size:1.2em;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:50px;padding:0 20px}.redux-toastr .toastr.rrt-message .rrt-text{width:100%;max-height:400px;overflow:hidden;overflow-y:auto;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;background-color:#fff;padding:15px;font-size:1.1em;margin-bottom:20px}.redux-toastr .toastr.rrt-message .rrt-text img{display:block;margin:10px auto;max-width:100%}.redux-toastr .toastr.rrt-message .close-toastr{height:50px}.redux-toastr .toastr .rrt-progress-container{height:5px;margin:0 -20px -20px -60px;position:absolute;bottom:20px;width:100%}.redux-toastr .toastr .rrt-progress-container .rrt-progressbar{border-radius:0 0 0 4px;height:100%}.redux-toastr .toastr-attention{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:1}
.flat-button-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    color: #aaa !important;
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}
.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}
.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}
.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}

.rc-rate {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  outline: none;
}
.rc-rate-rtl {
  direction: rtl;
}
.rc-rate-disabled .rc-rate-star {
  cursor: default;
}
.rc-rate-disabled .rc-rate-star:before,
.rc-rate-disabled .rc-rate-star-content:before {
  cursor: default;
}
.rc-rate-disabled .rc-rate-star:hover {
  transform: scale(1);
}
.rc-rate-star {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  transition: all 0.3s;
  color: #e9e9e9;
  cursor: pointer;
  line-height: 1.5;
}
.rc-rate-rtl .rc-rate-star {
  margin-right: 0;
  margin-left: 8px;
  float: right;
}
.rc-rate-star-first,
.rc-rate-star-second {
  transition: all 0.3s;
}
.rc-rate-star-focused,
.rc-rate-star:hover {
  transform: scale(1.1);
}
.rc-rate-star-first {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.rc-rate-rtl .rc-rate-star-first {
  right: 0;
  left: auto;
}
.rc-rate-star-half .rc-rate-star-first,
.rc-rate-star-half .rc-rate-star-second {
  opacity: 1;
}
.rc-rate-star-half .rc-rate-star-first,
.rc-rate-star-full .rc-rate-star-second {
  color: #f5a623;
}
.rc-rate-star-half:hover .rc-rate-star-first,
.rc-rate-star-full:hover .rc-rate-star-second {
  color: #f8c165;
}
@font-face {
  font-family: 'anticon';
  src: url('//at.alicdn.com/t/font_r5u29ls31bgldi.eot');
  /* IE9*/
  src: url('//at.alicdn.com/t/font_r5u29ls31bgldi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/font_r5u29ls31bgldi.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/font_r5u29ls31bgldi.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/font_r5u29ls31bgldi.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.anticon {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon:before {
  display: block;
  font-family: "anticon" !important;
}
.anticon-star:before {
  content: "\e660";
}

#selectComponenteAdvancedSearch {
    height: 40px;
}
#selectComponenteAdvancedSearch .select__control {
    height: 40px;
}

#selectAnoAdvancedSearch {
    height: 40px;
}
#selectAnoAdvancedSearch .select__control {
    height: 40px;
}


#selectHabilidadeAdvancedSearch {
    height: 40px;
}
#selectHabilidadeAdvancedSearch .select__control {
    height: 40px;
}


@media screen and (max-width: 1024px) {
	.busca-barra-mobile {
        margin-top: 20px !important
    }
  }


.iconsShare {
    font-size: 15px;
    background: #000;
    border-radius: 32px;
    color: white;
    margin-right: 3px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.react-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 5px;
}

.react-tagsinput--focused {
  border-color: #a5d24a;
}

.react-tagsinput-tag {
  background-color: #cde69c;
  border-radius: 2px;
  border: 1px solid #a5d24a;
  color: #638421;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
}

.react-tagsinput-remove {
  cursor: pointer;
  font-weight: bold;
}

.react-tagsinput-tag a::before {
  content: " ×";
}

.react-tagsinput-input {
  background: transparent;
  border: 0;
  color: #777;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 1px;
  outline: none;
  padding: 5px;
  width: 80px;
}

/**
 * easymde v2.18.0
 * Copyright Jeroen Akkerman
 * @link https://github.com/ionaru/easy-markdown-editor
 * @license MIT
 */
.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor .CodeMirror-line::selection,.cm-fat-cursor .CodeMirror-line>span::selection,.cm-fat-cursor .CodeMirror-line>span>span::selection{background:0 0}.cm-fat-cursor .CodeMirror-line::-moz-selection,.cm-fat-cursor .CodeMirror-line>span::-moz-selection,.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection{background:0 0}.cm-fat-cursor{caret-color:transparent}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta{color:#555}.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error{color:red}.cm-invalidchar{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:0;position:relative;z-index:0}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none;outline:0}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0}.EasyMDEContainer{display:block}.CodeMirror-rtl pre{direction:rtl}.EasyMDEContainer.sided--no-fullscreen{display:flex;flex-direction:row;flex-wrap:wrap}.EasyMDEContainer .CodeMirror{box-sizing:border-box;height:auto;border:1px solid #ced4da;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:10px;font:inherit;z-index:0;word-wrap:break-word}.EasyMDEContainer .CodeMirror-scroll{cursor:text}.EasyMDEContainer .CodeMirror-fullscreen{background:#fff;position:fixed!important;top:50px;left:0;right:0;bottom:0;height:auto;z-index:8;border-right:none!important;border-bottom-right-radius:0!important}.EasyMDEContainer .CodeMirror-sided{width:50%!important}.EasyMDEContainer.sided--no-fullscreen .CodeMirror-sided{border-right:none!important;border-bottom-right-radius:0;position:relative;flex:1 1 auto}.EasyMDEContainer .CodeMirror-placeholder{opacity:.5}.EasyMDEContainer .CodeMirror-focused .CodeMirror-selected{background:#d9d9d9}.editor-toolbar{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:9px 10px;border-top:1px solid #ced4da;border-left:1px solid #ced4da;border-right:1px solid #ced4da;border-top-left-radius:4px;border-top-right-radius:4px}.editor-toolbar.fullscreen{width:100%;height:50px;padding-top:10px;padding-bottom:10px;box-sizing:border-box;background:#fff;border:0;position:fixed;top:0;left:0;opacity:1;z-index:9}.editor-toolbar.fullscreen::before{width:20px;height:50px;background:-moz-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#fff),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);position:fixed;top:0;left:0;margin:0;padding:0}.editor-toolbar.fullscreen::after{width:20px;height:50px;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);position:fixed;top:0;right:0;margin:0;padding:0}.EasyMDEContainer.sided--no-fullscreen .editor-toolbar{width:100%}.editor-toolbar .easymde-dropdown,.editor-toolbar button{background:0 0;display:inline-block;text-align:center;text-decoration:none!important;height:30px;margin:0;padding:0;border:1px solid transparent;border-radius:3px;cursor:pointer}.editor-toolbar button{font-weight:700;min-width:30px;padding:0 6px;white-space:nowrap}.editor-toolbar button.active,.editor-toolbar button:hover{background:#fcfcfc;border-color:#95a5a6}.editor-toolbar i.separator{display:inline-block;width:0;border-left:1px solid #d9d9d9;border-right:1px solid #fff;color:transparent;text-indent:-10px;margin:0 6px}.editor-toolbar button:after{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:65%;vertical-align:text-bottom;position:relative;top:2px}.editor-toolbar button.heading-1:after{content:"1"}.editor-toolbar button.heading-2:after{content:"2"}.editor-toolbar button.heading-3:after{content:"3"}.editor-toolbar button.heading-bigger:after{content:"▲"}.editor-toolbar button.heading-smaller:after{content:"▼"}.editor-toolbar.disabled-for-preview button:not(.no-disable){opacity:.6;pointer-events:none}@media only screen and (max-width:700px){.editor-toolbar i.no-mobile{display:none}}.editor-statusbar{padding:8px 10px;font-size:12px;color:#959694;text-align:right}.EasyMDEContainer.sided--no-fullscreen .editor-statusbar{width:100%}.editor-statusbar span{display:inline-block;min-width:4em;margin-left:1em}.editor-statusbar .lines:before{content:'lines: '}.editor-statusbar .words:before{content:'words: '}.editor-statusbar .characters:before{content:'characters: '}.editor-preview-full{position:absolute;width:100%;height:100%;top:0;left:0;z-index:7;overflow:auto;display:none;box-sizing:border-box}.editor-preview-side{position:fixed;bottom:0;width:50%;top:50px;right:0;z-index:9;overflow:auto;display:none;box-sizing:border-box;border:1px solid #ddd;word-wrap:break-word}.editor-preview-active-side{display:block}.EasyMDEContainer.sided--no-fullscreen .editor-preview-active-side{flex:1 1 auto;height:auto;position:static}.editor-preview-active{display:block}.editor-preview{padding:10px;background:#fafafa}.editor-preview>p{margin-top:0}.editor-preview pre{background:#eee;margin-bottom:10px}.editor-preview table td,.editor-preview table th{border:1px solid #ddd;padding:5px}.cm-s-easymde .cm-tag{color:#63a35c}.cm-s-easymde .cm-attribute{color:#795da3}.cm-s-easymde .cm-string{color:#183691}.cm-s-easymde .cm-header-1{font-size:calc(1.375rem + 1.5vw)}.cm-s-easymde .cm-header-2{font-size:calc(1.325rem + .9vw)}.cm-s-easymde .cm-header-3{font-size:calc(1.3rem + .6vw)}.cm-s-easymde .cm-header-4{font-size:calc(1.275rem + .3vw)}.cm-s-easymde .cm-header-5{font-size:1.25rem}.cm-s-easymde .cm-header-6{font-size:1rem}.cm-s-easymde .cm-header-1,.cm-s-easymde .cm-header-2,.cm-s-easymde .cm-header-3,.cm-s-easymde .cm-header-4,.cm-s-easymde .cm-header-5,.cm-s-easymde .cm-header-6{margin-bottom:.5rem;line-height:1.2}.cm-s-easymde .cm-comment{background:rgba(0,0,0,.05);border-radius:2px}.cm-s-easymde .cm-link{color:#7f8c8d}.cm-s-easymde .cm-url{color:#aab2b3}.cm-s-easymde .cm-quote{color:#7f8c8d;font-style:italic}.editor-toolbar .easymde-dropdown{position:relative;background:linear-gradient(to bottom right,#fff 0,#fff 84%,#333 50%,#333 100%);border-radius:0;border:1px solid #fff}.editor-toolbar .easymde-dropdown:hover{background:linear-gradient(to bottom right,#fff 0,#fff 84%,#333 50%,#333 100%)}.easymde-dropdown-content{display:block;visibility:hidden;position:absolute;background-color:#f9f9f9;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);padding:8px;z-index:2;top:30px}.easymde-dropdown:active .easymde-dropdown-content,.easymde-dropdown:focus .easymde-dropdown-content,.easymde-dropdown:focus-within .easymde-dropdown-content{visibility:visible}.easymde-dropdown-content button{display:block}span[data-img-src]::after{content:'';background-image:var(--bg-image);display:block;max-height:100%;max-width:100%;background-size:contain;height:0;padding-top:var(--height);width:var(--width);background-repeat:no-repeat}.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){background:rgba(255,0,0,.15)}
.dnd-container {
  border: 3px dashed #ccc;
  padding: 20px !important;
}

.module-container {
  height: 100px;
  padding: 10px !important;
  background: #ddd;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px 5px rgba(240, 240, 240, 0.94);
  -moz-box-shadow: 5px 5px 5px 5px rgba(240, 240, 240, 0.94);
  box-shadow: 5px 5px 5px 5px rgba(240, 240, 240, 0.94);
  margin-bottom: 15px;
}

.img-module {
  height: 100%;
  border-radius: 7%;
  width: 15%;
}

.dashed-container {
  border: 2px dashed #ccc;
  padding: 5px !important;
}

.icon-div i {
  font-size: 4em;
  color: #ccc;
}

#modalEditarModuloInfo .modal-footer {
  display: block;
}
.modal-show-footer .modal-footer {
  display: block;
}


.cursor-move {
  cursor: move
}

.react-sweet-progress {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }

.react-sweet-progress-symbol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 35px;
  height: 20px;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 200; }

.react-sweet-progress-symbol-absolute {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transform: translate3d(-50%, -50%, 0); }
  .react-sweet-progress-symbol-absolute .react-sweet-progress-symbol {
    padding: 0;
    width: 100%; }

.react-sweet-progress-circle-outer {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
.react-sweet-progress-line {
  width: 100%;
  border-radius: 100px;
  background-color: #efefef;
  vertical-align: middle; }
  .react-sweet-progress-line-inner {
    position: relative;
    min-height: 10px;
    border-radius: 100px;
    transition: width 0.3s ease; }

.react-sweet-progress-line-inner-status-active:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: #fff;
  animation: active-anim 2s cubic-bezier(0.25, 1, 0.6, 1) infinite;
  content: "";
  opacity: 0; }

@keyframes active-anim {
  0% {
    width: 0;
    opacity: .1; }
  20% {
    width: 0;
    opacity: .5; }
  to {
    width: 100%;
    opacity: 0; } }
.react-sweet-progress-circle path {
  stroke-linecap: round; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/fb6f3c230cb846e25247dfaa1da94d8f.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/a4e97f5a2a64f0ab132323fbeb33ae29.eot);
    src: url(/a4e97f5a2a64f0ab132323fbeb33ae29.eot?#iefix) format('embedded-opentype'), url(/295183786cd8a138986521d9f388a286.woff) format('woff'), url(/c94f7671dcc99dce43e22a89f486f7c2.ttf) format('truetype'), url(/2630a3e3eab21c607e21576571b95b9d.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.variable-width .slick-slide p {
  background: blue;
  height: 100px;
  color: #fff;
  margin: 5px;
  line-height: 100px;
  text-align: center;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fed600;
}
.slick-dots li button:before {
  font-size: 14px;
  color: #fed600;
}

.slick-arrow {
  background-color: inherit !important;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
  /* font-size: 35px; */
}

.center .slick-center h3 {
  color: #e67e22;
  opacity: 1;
  transform: scale(1.08);
}
.center h3 {
  opacity: 0.8;
  transition: all 300ms ease;
}
.slick-list {
  border: 1px solid #fed600;
}
/* .content {
  padding: 20px;
  margin: auto;
  width: 90%;
} */
.slick-slide .image {
  padding: 10px;
}

.slick-slide {
  padding: 10px;
}
.slick-slide img {
  border: 5px solid #fff;
  display: block;
  margin: auto;
}
.slick-slide img.slick-loading {
  border: 0;
}
.slick-slider {
  margin: 30px auto 50px;
}
.slick-dots {
  margin-left: 0;
}
.slick-thumb {
  bottom: -45px;
}
.slick-thumb li {
  width: 60px;
  height: 45px;
}
.slick-thumb li img {
  filter: grayscale(100%);
}
.slick-thumb li.slick-active img {
  filter: grayscale(0%);
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
  .center {
    margin-left: -40px;
    margin-right: -40px;
  }
  .center .slick-center h3 {
    color: #e67e22;
    opacity: 1;
    transform: scale(1);
  }
  .center h3 {
    opacity: 0.8;
    transform: scale(0.95);
    transition: all 300ms ease;
  }
}
.slick-vertical .slick-slide {
  height: 180px;
}
.slick-arrow {
  background-color: grey;
  /* color: black; */
}
.slick-arrow:hover {
  background-color: grey;
}
/* .slick-prev {
    z-index: 100;
    left: 20px !important;
  }
  .slick-next {
    z-index: 100;
    right: 20px !important;
  } */

.tab-bnccc {
  width: 33%;
  display: -webkit-inline-box;
  text-align: -webkit-center !important;
  text-align: -moz-center !important;
}

