@charset "UTF-8";
/**
 * Included Files
 * =============================================================================
 */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0; }

.clearfix, #main, #main #template-content article {
  *zoom: 1; }
  .clearfix::before, #main::before, #main #template-content article::before, .clearfix::after, #main::after, #main #template-content article::after {
    content: " ";
    display: table; }
  .clearfix::after, #main::after, #main #template-content article::after {
    clear: both; }

#banner a,
.widget-area a,
button a, .pagination li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit; }
  #banner a:focus,
  .widget-area a:focus,
  button a:focus, .pagination li a:focus {
    outline: 0; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

#content .entry-content,
#avisos-content .entry-content, #comments .comment {
  line-height: 150%; }
  #content .entry-content a,
  #avisos-content .entry-content a, #comments .comment a {
    word-break: break-word; }

/**
 * Reset Sheet
 * =============================================================================
 */
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/**
 * General
 */
body, html {
  width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul {
  list-style: none; }

img {
  outline: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/**
 * Links
 */
a {
  outline: none; }
  a:active, a:hover {
    outline: 0; }
  a:focus {
    outline: thin dotted; }

/**
 * Forms
 */
button {
  cursor: pointer;
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

input[type="search"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  line-height: normal; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

::-ms-clear {
  display: none; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

@-ms-viewport {
  width: device-width; }

/**
 * Wordpress Thing
 */
p:empty {
  display: none; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

.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-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

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

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

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

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

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

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

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

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

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

.fa-question-circle:before {
  content: ""; }

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

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

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

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

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

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

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

.fa-plus-square:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

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

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

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

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

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

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

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

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

.fa-git:before {
  content: ""; }

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

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

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

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

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

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

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  @media (max-width: 970px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.group {
  display: -ms-flexbox;
  display: flex; }

.group-row {
  -ms-flex-direction: row;
      flex-direction: row; }

.group-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.group-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.group-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

.group-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.group-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.group-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }

.group-content-flex-start {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.group-content-flex-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.group-content-center {
  -ms-flex-pack: center;
      justify-content: center; }

.group-content-space-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.group-content-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.group-flex-start {
  -ms-flex-align: start;
      align-items: flex-start; }

.group-flex-end {
  -ms-flex-align: end;
      align-items: flex-end; }

.group-center {
  -ms-flex-align: center;
      align-items: center; }

.group-baseline {
  -ms-flex-align: baseline;
      align-items: baseline; }

.group-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.group-align-content-flex-start {
  -ms-flex-align: start;
      align-items: flex-start; }

.group-align-content-flex-end {
  -ms-flex-align: end;
      align-items: flex-end; }

.group-align-content-center {
  -ms-flex-align: center;
      align-items: center; }

.group-align-content-baseline {
  -ms-flex-align: baseline;
      align-items: baseline; }

.group-align-content-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.el-first {
  -ms-flex-order: 1;
      order: 1; }

.el-second {
  -ms-flex-order: 2;
      order: 2; }

.el-third {
  -ms-flex-order: 3;
      order: 3; }

.el-last {
  -ms-flex-order: 999;
      order: 999; }

.el-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto; }

.el-flex-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.el-flex-end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.el-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.el-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.el-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

[class*="el-xs-"]:not('.el-xs-hide'),
[class*="el-sm-"]:not('.el-sm-hide'),
[class*="el-md-"]:not('.el-md-hide'),
[class*="el-lg-"]:not('.el-lg-hide') {
  float: left;
  padding-left: 7.5px;
  padding-right: 7.5px;
  position: relative; }

.el-xs-1 {
  width: 8.33333%; }

.el-xs-pull-1 {
  right: 8.33333%; }

.el-xs-push-1 {
  left: 8.33333%; }

.el-xs-offset-1 {
  margin-left: 8.33333%; }

.el-xs-suffix-1 {
  margin-right: 8.33333%; }

.el-xs-2 {
  width: 16.66667%; }

.el-xs-pull-2 {
  right: 16.66667%; }

.el-xs-push-2 {
  left: 16.66667%; }

.el-xs-offset-2 {
  margin-left: 16.66667%; }

.el-xs-suffix-2 {
  margin-right: 16.66667%; }

.el-xs-3 {
  width: 25%; }

.el-xs-pull-3 {
  right: 25%; }

.el-xs-push-3 {
  left: 25%; }

.el-xs-offset-3 {
  margin-left: 25%; }

.el-xs-suffix-3 {
  margin-right: 25%; }

.el-xs-4 {
  width: 33.33333%; }

.el-xs-pull-4 {
  right: 33.33333%; }

.el-xs-push-4 {
  left: 33.33333%; }

.el-xs-offset-4 {
  margin-left: 33.33333%; }

.el-xs-suffix-4 {
  margin-right: 33.33333%; }

.el-xs-5 {
  width: 41.66667%; }

.el-xs-pull-5 {
  right: 41.66667%; }

.el-xs-push-5 {
  left: 41.66667%; }

.el-xs-offset-5 {
  margin-left: 41.66667%; }

.el-xs-suffix-5 {
  margin-right: 41.66667%; }

.el-xs-6 {
  width: 50%; }

.el-xs-pull-6 {
  right: 50%; }

.el-xs-push-6 {
  left: 50%; }

.el-xs-offset-6 {
  margin-left: 50%; }

.el-xs-suffix-6 {
  margin-right: 50%; }

.el-xs-7 {
  width: 58.33333%; }

.el-xs-pull-7 {
  right: 58.33333%; }

.el-xs-push-7 {
  left: 58.33333%; }

.el-xs-offset-7 {
  margin-left: 58.33333%; }

.el-xs-suffix-7 {
  margin-right: 58.33333%; }

.el-xs-8 {
  width: 66.66667%; }

.el-xs-pull-8 {
  right: 66.66667%; }

.el-xs-push-8 {
  left: 66.66667%; }

.el-xs-offset-8 {
  margin-left: 66.66667%; }

.el-xs-suffix-8 {
  margin-right: 66.66667%; }

.el-xs-9 {
  width: 75%; }

.el-xs-pull-9 {
  right: 75%; }

.el-xs-push-9 {
  left: 75%; }

.el-xs-offset-9 {
  margin-left: 75%; }

.el-xs-suffix-9 {
  margin-right: 75%; }

.el-xs-10 {
  width: 83.33333%; }

.el-xs-pull-10 {
  right: 83.33333%; }

.el-xs-push-10 {
  left: 83.33333%; }

.el-xs-offset-10 {
  margin-left: 83.33333%; }

.el-xs-suffix-10 {
  margin-right: 83.33333%; }

.el-xs-11 {
  width: 91.66667%; }

.el-xs-pull-11 {
  right: 91.66667%; }

.el-xs-push-11 {
  left: 91.66667%; }

.el-xs-offset-11 {
  margin-left: 91.66667%; }

.el-xs-suffix-11 {
  margin-right: 91.66667%; }

.el-xs-12 {
  width: 100%; }

.el-xs-pull-12 {
  right: 100%; }

.el-xs-push-12 {
  left: 100%; }

.el-xs-offset-12 {
  margin-left: 100%; }

.el-xs-suffix-12 {
  margin-right: 100%; }

@media (min-width: 750px) {
  .group-sm-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .group-sm-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .group-sm-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .group-sm-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .group-sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .group-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .group-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .group-sm-content-flex-start {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .group-sm-content-flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .group-sm-content-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .group-sm-content-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .group-sm-content-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .group-sm-flex-start {
    -ms-flex-align: start;
        align-items: flex-start; }
  .group-sm-flex-end {
    -ms-flex-align: end;
        align-items: flex-end; }
  .group-sm-center {
    -ms-flex-align: center;
        align-items: center; }
  .group-sm-baseline {
    -ms-flex-align: baseline;
        align-items: baseline; }
  .group-sm-stretch {
    -ms-flex-align: stretch;
        align-items: stretch; }
  .group-sm-align-content-flex-start {
    -ms-flex-align: start;
        align-items: flex-start; }
  .group-sm-align-content-flex-end {
    -ms-flex-align: end;
        align-items: flex-end; }
  .group-sm-align-content-center {
    -ms-flex-align: center;
        align-items: center; }
  .group-sm-align-content-baseline {
    -ms-flex-align: baseline;
        align-items: baseline; }
  .group-sm-align-content-stretch {
    -ms-flex-align: stretch;
        align-items: stretch; }
  .el-sm-first {
    -ms-flex-order: 1;
        order: 1; }
  .el-sm-second {
    -ms-flex-order: 2;
        order: 2; }
  .el-sm-third {
    -ms-flex-order: 3;
        order: 3; }
  .el-sm-last {
    -ms-flex-order: 999;
        order: 999; }
  .el-sm-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto; }
  .el-sm-flex-start {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .el-sm-flex-end {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .el-sm-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .el-sm-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .el-sm-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch; }
  .text-sm-center {
    text-align: center; }
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .el-sm-1 {
    width: 8.33333%; }
  .el-sm-pull-1 {
    right: 8.33333%; }
  .el-sm-push-1 {
    left: 8.33333%; }
  .el-sm-offset-1 {
    margin-left: 8.33333%; }
  .el-sm-suffix-1 {
    margin-right: 8.33333%; }
  .el-sm-2 {
    width: 16.66667%; }
  .el-sm-pull-2 {
    right: 16.66667%; }
  .el-sm-push-2 {
    left: 16.66667%; }
  .el-sm-offset-2 {
    margin-left: 16.66667%; }
  .el-sm-suffix-2 {
    margin-right: 16.66667%; }
  .el-sm-3 {
    width: 25%; }
  .el-sm-pull-3 {
    right: 25%; }
  .el-sm-push-3 {
    left: 25%; }
  .el-sm-offset-3 {
    margin-left: 25%; }
  .el-sm-suffix-3 {
    margin-right: 25%; }
  .el-sm-4 {
    width: 33.33333%; }
  .el-sm-pull-4 {
    right: 33.33333%; }
  .el-sm-push-4 {
    left: 33.33333%; }
  .el-sm-offset-4 {
    margin-left: 33.33333%; }
  .el-sm-suffix-4 {
    margin-right: 33.33333%; }
  .el-sm-5 {
    width: 41.66667%; }
  .el-sm-pull-5 {
    right: 41.66667%; }
  .el-sm-push-5 {
    left: 41.66667%; }
  .el-sm-offset-5 {
    margin-left: 41.66667%; }
  .el-sm-suffix-5 {
    margin-right: 41.66667%; }
  .el-sm-6 {
    width: 50%; }
  .el-sm-pull-6 {
    right: 50%; }
  .el-sm-push-6 {
    left: 50%; }
  .el-sm-offset-6 {
    margin-left: 50%; }
  .el-sm-suffix-6 {
    margin-right: 50%; }
  .el-sm-7 {
    width: 58.33333%; }
  .el-sm-pull-7 {
    right: 58.33333%; }
  .el-sm-push-7 {
    left: 58.33333%; }
  .el-sm-offset-7 {
    margin-left: 58.33333%; }
  .el-sm-suffix-7 {
    margin-right: 58.33333%; }
  .el-sm-8 {
    width: 66.66667%; }
  .el-sm-pull-8 {
    right: 66.66667%; }
  .el-sm-push-8 {
    left: 66.66667%; }
  .el-sm-offset-8 {
    margin-left: 66.66667%; }
  .el-sm-suffix-8 {
    margin-right: 66.66667%; }
  .el-sm-9 {
    width: 75%; }
  .el-sm-pull-9 {
    right: 75%; }
  .el-sm-push-9 {
    left: 75%; }
  .el-sm-offset-9 {
    margin-left: 75%; }
  .el-sm-suffix-9 {
    margin-right: 75%; }
  .el-sm-10 {
    width: 83.33333%; }
  .el-sm-pull-10 {
    right: 83.33333%; }
  .el-sm-push-10 {
    left: 83.33333%; }
  .el-sm-offset-10 {
    margin-left: 83.33333%; }
  .el-sm-suffix-10 {
    margin-right: 83.33333%; }
  .el-sm-11 {
    width: 91.66667%; }
  .el-sm-pull-11 {
    right: 91.66667%; }
  .el-sm-push-11 {
    left: 91.66667%; }
  .el-sm-offset-11 {
    margin-left: 91.66667%; }
  .el-sm-suffix-11 {
    margin-right: 91.66667%; }
  .el-sm-12 {
    width: 100%; }
  .el-sm-pull-12 {
    right: 100%; }
  .el-sm-push-12 {
    left: 100%; }
  .el-sm-offset-12 {
    margin-left: 100%; }
  .el-sm-suffix-12 {
    margin-right: 100%; } }

@media (min-width: 970px) {
  .group-md-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .group-md-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .group-md-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .group-md-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .group-md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .group-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .group-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .group-md-content-flex-start {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .group-md-content-flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .group-md-content-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .group-md-content-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .group-md-content-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .group-md-flex-start {
    -ms-flex-align: start;
        align-items: flex-start; }
  .group-md-flex-end {
    -ms-flex-align: end;
        align-items: flex-end; }
  .group-md-center {
    -ms-flex-align: center;
        align-items: center; }
  .group-md-baseline {
    -ms-flex-align: baseline;
        align-items: baseline; }
  .group-md-stretch {
    -ms-flex-align: stretch;
        align-items: stretch; }
  .group-md-align-content-flex-start {
    -ms-flex-align: start;
        align-items: flex-start; }
  .group-md-align-content-flex-end {
    -ms-flex-align: end;
        align-items: flex-end; }
  .group-md-align-content-center {
    -ms-flex-align: center;
        align-items: center; }
  .group-md-align-content-baseline {
    -ms-flex-align: baseline;
        align-items: baseline; }
  .group-md-align-content-stretch {
    -ms-flex-align: stretch;
        align-items: stretch; }
  .el-md-first {
    -ms-flex-order: 1;
        order: 1; }
  .el-md-second {
    -ms-flex-order: 2;
        order: 2; }
  .el-md-third {
    -ms-flex-order: 3;
        order: 3; }
  .el-md-last {
    -ms-flex-order: 999;
        order: 999; }
  .el-md-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto; }
  .el-md-flex-start {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .el-md-flex-end {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .el-md-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .el-md-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .el-md-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch; }
  .text-md-center {
    text-align: center; }
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .el-md-1 {
    width: 8.33333%; }
  .el-md-pull-1 {
    right: 8.33333%; }
  .el-md-push-1 {
    left: 8.33333%; }
  .el-md-offset-1 {
    margin-left: 8.33333%; }
  .el-md-suffix-1 {
    margin-right: 8.33333%; }
  .el-md-2 {
    width: 16.66667%; }
  .el-md-pull-2 {
    right: 16.66667%; }
  .el-md-push-2 {
    left: 16.66667%; }
  .el-md-offset-2 {
    margin-left: 16.66667%; }
  .el-md-suffix-2 {
    margin-right: 16.66667%; }
  .el-md-3 {
    width: 25%; }
  .el-md-pull-3 {
    right: 25%; }
  .el-md-push-3 {
    left: 25%; }
  .el-md-offset-3 {
    margin-left: 25%; }
  .el-md-suffix-3 {
    margin-right: 25%; }
  .el-md-4 {
    width: 33.33333%; }
  .el-md-pull-4 {
    right: 33.33333%; }
  .el-md-push-4 {
    left: 33.33333%; }
  .el-md-offset-4 {
    margin-left: 33.33333%; }
  .el-md-suffix-4 {
    margin-right: 33.33333%; }
  .el-md-5 {
    width: 41.66667%; }
  .el-md-pull-5 {
    right: 41.66667%; }
  .el-md-push-5 {
    left: 41.66667%; }
  .el-md-offset-5 {
    margin-left: 41.66667%; }
  .el-md-suffix-5 {
    margin-right: 41.66667%; }
  .el-md-6 {
    width: 50%; }
  .el-md-pull-6 {
    right: 50%; }
  .el-md-push-6 {
    left: 50%; }
  .el-md-offset-6 {
    margin-left: 50%; }
  .el-md-suffix-6 {
    margin-right: 50%; }
  .el-md-7 {
    width: 58.33333%; }
  .el-md-pull-7 {
    right: 58.33333%; }
  .el-md-push-7 {
    left: 58.33333%; }
  .el-md-offset-7 {
    margin-left: 58.33333%; }
  .el-md-suffix-7 {
    margin-right: 58.33333%; }
  .el-md-8 {
    width: 66.66667%; }
  .el-md-pull-8 {
    right: 66.66667%; }
  .el-md-push-8 {
    left: 66.66667%; }
  .el-md-offset-8 {
    margin-left: 66.66667%; }
  .el-md-suffix-8 {
    margin-right: 66.66667%; }
  .el-md-9 {
    width: 75%; }
  .el-md-pull-9 {
    right: 75%; }
  .el-md-push-9 {
    left: 75%; }
  .el-md-offset-9 {
    margin-left: 75%; }
  .el-md-suffix-9 {
    margin-right: 75%; }
  .el-md-10 {
    width: 83.33333%; }
  .el-md-pull-10 {
    right: 83.33333%; }
  .el-md-push-10 {
    left: 83.33333%; }
  .el-md-offset-10 {
    margin-left: 83.33333%; }
  .el-md-suffix-10 {
    margin-right: 83.33333%; }
  .el-md-11 {
    width: 91.66667%; }
  .el-md-pull-11 {
    right: 91.66667%; }
  .el-md-push-11 {
    left: 91.66667%; }
  .el-md-offset-11 {
    margin-left: 91.66667%; }
  .el-md-suffix-11 {
    margin-right: 91.66667%; }
  .el-md-12 {
    width: 100%; }
  .el-md-pull-12 {
    right: 100%; }
  .el-md-push-12 {
    left: 100%; }
  .el-md-offset-12 {
    margin-left: 100%; }
  .el-md-suffix-12 {
    margin-right: 100%; } }

@media (min-width: 1170px) {
  .group-lg-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .group-lg-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .group-lg-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .group-lg-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .group-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .group-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .group-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .group-lg-content-flex-start {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .group-lg-content-flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .group-lg-content-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .group-lg-content-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .group-lg-content-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .group-lg-flex-start {
    -ms-flex-align: start;
        align-items: flex-start; }
  .group-lg-flex-end {
    -ms-flex-align: end;
        align-items: flex-end; }
  .group-lg-center {
    -ms-flex-align: center;
        align-items: center; }
  .group-lg-baseline {
    -ms-flex-align: baseline;
        align-items: baseline; }
  .group-lg-stretch {
    -ms-flex-align: stretch;
        align-items: stretch; }
  .group-lg-align-content-flex-start {
    -ms-flex-align: start;
        align-items: flex-start; }
  .group-lg-align-content-flex-end {
    -ms-flex-align: end;
        align-items: flex-end; }
  .group-lg-align-content-center {
    -ms-flex-align: center;
        align-items: center; }
  .group-lg-align-content-baseline {
    -ms-flex-align: baseline;
        align-items: baseline; }
  .group-lg-align-content-stretch {
    -ms-flex-align: stretch;
        align-items: stretch; }
  .el-lg-first {
    -ms-flex-order: 1;
        order: 1; }
  .el-lg-second {
    -ms-flex-order: 2;
        order: 2; }
  .el-lg-third {
    -ms-flex-order: 3;
        order: 3; }
  .el-lg-last {
    -ms-flex-order: 999;
        order: 999; }
  .el-lg-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto; }
  .el-lg-flex-start {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .el-lg-flex-end {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .el-lg-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .el-lg-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .el-lg-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch; }
  .text-lg-center {
    text-align: center; }
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .el-lg-1 {
    width: 8.33333%; }
  .el-lg-pull-1 {
    right: 8.33333%; }
  .el-lg-push-1 {
    left: 8.33333%; }
  .el-lg-offset-1 {
    margin-left: 8.33333%; }
  .el-lg-suffix-1 {
    margin-right: 8.33333%; }
  .el-lg-2 {
    width: 16.66667%; }
  .el-lg-pull-2 {
    right: 16.66667%; }
  .el-lg-push-2 {
    left: 16.66667%; }
  .el-lg-offset-2 {
    margin-left: 16.66667%; }
  .el-lg-suffix-2 {
    margin-right: 16.66667%; }
  .el-lg-3 {
    width: 25%; }
  .el-lg-pull-3 {
    right: 25%; }
  .el-lg-push-3 {
    left: 25%; }
  .el-lg-offset-3 {
    margin-left: 25%; }
  .el-lg-suffix-3 {
    margin-right: 25%; }
  .el-lg-4 {
    width: 33.33333%; }
  .el-lg-pull-4 {
    right: 33.33333%; }
  .el-lg-push-4 {
    left: 33.33333%; }
  .el-lg-offset-4 {
    margin-left: 33.33333%; }
  .el-lg-suffix-4 {
    margin-right: 33.33333%; }
  .el-lg-5 {
    width: 41.66667%; }
  .el-lg-pull-5 {
    right: 41.66667%; }
  .el-lg-push-5 {
    left: 41.66667%; }
  .el-lg-offset-5 {
    margin-left: 41.66667%; }
  .el-lg-suffix-5 {
    margin-right: 41.66667%; }
  .el-lg-6 {
    width: 50%; }
  .el-lg-pull-6 {
    right: 50%; }
  .el-lg-push-6 {
    left: 50%; }
  .el-lg-offset-6 {
    margin-left: 50%; }
  .el-lg-suffix-6 {
    margin-right: 50%; }
  .el-lg-7 {
    width: 58.33333%; }
  .el-lg-pull-7 {
    right: 58.33333%; }
  .el-lg-push-7 {
    left: 58.33333%; }
  .el-lg-offset-7 {
    margin-left: 58.33333%; }
  .el-lg-suffix-7 {
    margin-right: 58.33333%; }
  .el-lg-8 {
    width: 66.66667%; }
  .el-lg-pull-8 {
    right: 66.66667%; }
  .el-lg-push-8 {
    left: 66.66667%; }
  .el-lg-offset-8 {
    margin-left: 66.66667%; }
  .el-lg-suffix-8 {
    margin-right: 66.66667%; }
  .el-lg-9 {
    width: 75%; }
  .el-lg-pull-9 {
    right: 75%; }
  .el-lg-push-9 {
    left: 75%; }
  .el-lg-offset-9 {
    margin-left: 75%; }
  .el-lg-suffix-9 {
    margin-right: 75%; }
  .el-lg-10 {
    width: 83.33333%; }
  .el-lg-pull-10 {
    right: 83.33333%; }
  .el-lg-push-10 {
    left: 83.33333%; }
  .el-lg-offset-10 {
    margin-left: 83.33333%; }
  .el-lg-suffix-10 {
    margin-right: 83.33333%; }
  .el-lg-11 {
    width: 91.66667%; }
  .el-lg-pull-11 {
    right: 91.66667%; }
  .el-lg-push-11 {
    left: 91.66667%; }
  .el-lg-offset-11 {
    margin-left: 91.66667%; }
  .el-lg-suffix-11 {
    margin-right: 91.66667%; }
  .el-lg-12 {
    width: 100%; }
  .el-lg-pull-12 {
    right: 100%; }
  .el-lg-push-12 {
    left: 100%; }
  .el-lg-offset-12 {
    margin-left: 100%; }
  .el-lg-suffix-12 {
    margin-right: 100%; } }

@media (max-width: 750px) {
  .el-xs-hide {
    display: none; } }

@media (min-width: 750px) and (max-width: 970px) {
  .el-sm-hide {
    display: none; } }

@media (min-width: 970px) and (max-width: 1170px) {
  .el-md-hide {
    display: none; } }

@media (min-width: 1170px) {
  .el-lg-hide {
    display: none; } }

/**
 * Wordpress Core
 * =============================================================================
 */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

@media print {
  #navigation,
  #contentinfo,
  #comments {
    display: none; }
  #banner {
    background: none !important;
    position: absolute !important; } }

/**
 * Variables
 * =============================================================================
 */
/**
 * Header
 */
#banner {
  background: #f8f8f8;
  height: 100px;
  line-height: 100px;
  position: absolute;
  transition: height 0.5s linear;
  width: 100%;
  z-index: 99999; }
  #banner .menu-block {
    height: 100px;
    text-align: right; }
  #banner.sticky {
    position: fixed;
    top: 0; }
  @media (max-width: 750px) {
    #banner .container {
      height: 100px;
      overflow: hidden; } }

#site-title {
  float: left;
  height: 50px;
  margin-top: 26px;
  overflow: hidden;
  transition: margin-top 0.5s linear;
  width: 85px; }

#site-title a {
  display: block;
  height: 100%;
  width: 100%; }
  #site-title a:focus {
    border: thin dotted; }
  #site-title a img {
    float: left; }

/**
 * Menu
 */
#navigation {
  display: inline-block;
  height: 100px;
  text-align: left;
  /*
	@media (max-width: $md-screen) {
			.menu {
				background: #fff;
				bottom: 0px;
				height: 100%;
				position: fixed;
				right: -100%;
				top: 0px;
				width: 80%;
				box-shadow: -10px 0px 11px rgba(0,0,0,0.25);
				z-index: 99;
				overflow: auto;
				transition: all 0.5s cubic-bezier(1,0,0,1);
			}

			.shadow {
				opacity: 0;
				position: fixed;
				left: 0px;
				top: 0px;
				bottom: 0px;
				right: 0px;
				z-index: 9;
				background: rgba(0,0,0,.5);
				pointer-events: none;
				transition: all 0.5s cubic-bezier(0.77,0,0.18,1);
			}

			&.active {
				.shadow {
					opacity: 1;
					pointer-events: auto;
				}

				.menu {
					right: 0%;
				}
			}
	}
	*/ }
  #navigation #menu-main_menu > .current-menu-item > a {
    background: #fff;
    color: #04a3ff; }
  #navigation #menu-main_menu > .current-menu-item ul .current-menu-item > a {
    background: #f8f8f8;
    color: #04a3ff; }
  #navigation li {
    float: left;
    height: 100px;
    line-height: 100px;
    position: relative;
    font-size: 11rem;
    font-weight: bold; }
    @media (max-width: 750px) {
      #navigation li {
        width: 100%;
        height: 44px;
        line-height: 44px; } }
    #navigation li:hover > a {
      background: #f4f4f4; }
    #navigation li a {
      background: #f8f8f8;
      display: block;
      height: 100%;
      padding: 0 1.5em;
      width: 100%;
      color: #7e7e7e;
      text-transform: uppercase; }
    #navigation li.menu-item-has-children > a::after {
      content: "\f078";
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      margin-left: 6px; }
  #navigation ul ul {
    display: none;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    z-index: 99999; }
    #navigation ul ul li {
      width: 140%;
      height: auto;
      line-height: 1; }
      #navigation ul ul li a {
        padding-top: 10px;
        padding-bottom: 10px; }
      #navigation ul ul li:first-child a {
        padding-top: 15px; }
      #navigation ul ul li:hover a {
        color: #04a3ff; }
    #navigation ul ul .menu-item-has-children > a::after {
      content: "\f054";
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      margin-right: 6px; }
  #navigation ul li:hover > ul,
  #navigation ul li:focus > ul {
    display: block; }
    @media (max-width: 750px) {
      #navigation ul li:hover > ul,
      #navigation ul li:focus > ul {
        display: none; } }
  #navigation ul ul ul {
    left: 100%;
    top: 0; }

#menu-opener {
  bottom: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 999999; }

@media (max-width: 750px) {
  #banner .logo {
    width: 50%; }
  #banner .menu-block {
    width: 20%;
    float: right;
    line-height: 100px; }
    #banner .menu-block #toggle {
      font-size: 2em; }
      #banner .menu-block #toggle i {
        cursor: pointer; } }
    @media (max-width: 750px) and (min-width: 750px) {
      #banner .menu-block #toggle {
        display: none; } }

@media (min-width: 750px) {
  #banner #toggle {
    display: none; } }

.clever_notices {
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(100px); }
  .clever_notices .ccf {
    width: 100%; }
    @media (min-width: 1170px) {
      .clever_notices .ccf {
        padding-left: calc( 50% - 3 * 1155px / 12); } }
    @media (min-width: 750px) and (max-width: 1170px) {
      .clever_notices .ccf {
        padding-left: 24%; } }
    @media (max-width: 750px) {
      .clever_notices .ccf {
        padding: 0 15px; } }
    .clever_notices .ccf .response {
      margin: 0; }
  @media (max-width: 750px) {
    .clever_notices {
      position: relative;
      top: 0; }
      .clever_notices .container {
        padding: 0; }
      .clever_notices .ccf {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
        .clever_notices .ccf .response {
          margin: 0;
          padding-top: 8px 30px !important; } }

@media (max-width: 750px) {
  #banner {
    position: fixed;
    bottom: 0;
    top: auto !important;
    height: 44px;
    line-height: 44px; }
    #banner .container {
      height: 44px;
      padding: 0; }
      #banner .container .menu-block {
        width: 100%;
        height: 44px;
        line-height: 44px; }
        #banner .container .menu-block #toggle {
          display: none; }
        #banner .container .menu-block #navigation {
          width: 100%;
          height: 44px; }
          #banner .container .menu-block #navigation .menu > li {
            display: inline-block;
            width: 20%; }
            #banner .container .menu-block #navigation .menu > li a {
              padding: 0;
              text-align: center;
              text-indent: -9999px; }
            #banner .container .menu-block #navigation .menu > li:first-child a {
              text-indent: 0px; }
            #banner .container .menu-block #navigation .menu > li:first-child a:before {
              content: '';
              display: inline-block;
              width: 16px;
              height: 23px;
              background: url(../img/sprite_mobile.png) -18px 0px no-repeat;
              background-size: 256px;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
            #banner .container .menu-block #navigation .menu > li:first-child a:after {
              content: attr(data-avisos);
              display: inline-block;
              color: #f04124;
              position: absolute;
              left: 63%;
              top: 50%;
              line-height: 1; }
            #banner .container .menu-block #navigation .menu > li:nth-child(2) a:before {
              content: '';
              display: inline-block;
              width: 24px;
              height: 21px;
              background: url(../img/sprite_mobile.png) -61px 0 no-repeat;
              background-size: 256px;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
            #banner .container .menu-block #navigation .menu > li:nth-child(3) a:before {
              content: '';
              display: inline-block;
              width: 22px;
              height: 24px;
              background: url(../img/sprite_mobile.png) -159px 0 no-repeat;
              background-size: 256px;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
            #banner .container .menu-block #navigation .menu > li:nth-child(4) a:before {
              content: '';
              display: inline-block;
              width: 24px;
              height: 19px;
              background: url(../img/sprite_mobile.png) -207px 0 no-repeat;
              background-size: 256px;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
            #banner .container .menu-block #navigation .menu > li:nth-child(5) a:before {
              content: '';
              display: inline-block;
              width: 24px;
              height: 24px;
              background: url(../img/sprite_mobile.png) -111px 0 no-repeat;
              background-size: 256px;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
            #banner .container .menu-block #navigation .menu > li:last-child {
              display: none; }
            #banner .container .menu-block #navigation .menu > li.current-menu-item a, #banner .container .menu-block #navigation .menu > li:hover a {
              background: #2b2b2b; }
            #banner .container .menu-block #navigation .menu > li.current-menu-item:first-child a:before, #banner .container .menu-block #navigation .menu > li:hover:first-child a:before {
              background-position: 0px 0px; }
            #banner .container .menu-block #navigation .menu > li.current-menu-item:nth-child(2) a:before, #banner .container .menu-block #navigation .menu > li:hover:nth-child(2) a:before {
              background-position: -36px 0px; }
            #banner .container .menu-block #navigation .menu > li.current-menu-item:nth-child(3) a:before, #banner .container .menu-block #navigation .menu > li:hover:nth-child(3) a:before {
              background-position: -137px 0px; }
            #banner .container .menu-block #navigation .menu > li.current-menu-item:nth-child(4) a:before, #banner .container .menu-block #navigation .menu > li:hover:nth-child(4) a:before {
              background-position: -182px 0px; }
            #banner .container .menu-block #navigation .menu > li.current-menu-item:nth-child(5) a:before, #banner .container .menu-block #navigation .menu > li:hover:nth-child(5) a:before {
              background-position: -87px 0px; }
  #banner-mobile {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #2b2b2b;
    padding: 0;
    color: #fff; }
    #banner-mobile .container {
      padding-left: 0;
      padding-right: 0; }
    #banner-mobile .page-header {
      font-size: 14rem; }
      #banner-mobile .page-header a {
        color: #fff;
        text-decoration: none; }
    #banner-mobile .current-user {
      padding: 0 15px; }
      #banner-mobile .current-user:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 20px;
        background: url(../img/sprite_mobile.png) -231px 0px no-repeat;
        background-size: 256px;
        position: relative;
        top: 12px;
        float: left; }
      #banner-mobile .current-user.active {
        background: #1e1e1e; }
    #banner-mobile #navigation-user {
      position: absolute;
      width: 100%;
      left: 0;
      height: calc(100% - 44px);
      top: calc(44px - 1px);
      pointer-events: none;
      z-index: 99; }
      #banner-mobile #navigation-user ul {
        padding-top: 12px;
        position: relative;
        z-index: 9;
        left: -100%;
        transition: all 0.5s cubic-bezier(1, 0, 0, 1); }
        #banner-mobile #navigation-user ul li {
          padding: 0 30px;
          line-height: 1; }
          #banner-mobile #navigation-user ul li:hover {
            background: #131313; }
          #banner-mobile #navigation-user ul li a {
            display: block;
            text-transform: uppercase;
            color: #fff;
            padding-top: 12px;
            padding-bottom: 12px;
            font-size: 10rem;
            font-weight: bold;
            text-decoration: none; }
      #banner-mobile #navigation-user .shadow {
        opacity: 0;
        position: absolute;
        left: -100%;
        top: 0;
        height: 100vh;
        width: 100%;
        z-index: 9;
        background: #1e1e1e;
        pointer-events: none;
        transition: all 0.5s cubic-bezier(0.42, 1.01, 0.76, 0.97); }
      #banner-mobile #navigation-user.active {
        pointer-events: auto; }
        #banner-mobile #navigation-user.active .shadow {
          left: 0%;
          opacity: 1;
          pointer-events: auto; }
        #banner-mobile #navigation-user.active .menu {
          left: 0%; }
    #banner-mobile .filters {
      font-size: 18rem;
      padding-left: 15px;
      padding-right: 15px; }
      #banner-mobile .filters:before {
        content: '';
        display: inline-block;
        width: 22px;
        height: 16px;
        background: url(../img/sprite_mobile.png) -1002px 1px no-repeat;
        float: left;
        position: relative;
        top: 14px; }
      #banner-mobile .filters.active {
        background: #131313; }
      #banner-mobile .filters.no-visible {
        width: 52px; }
        #banner-mobile .filters.no-visible:before {
          display: none; } }

.ath-viewport * {
  box-sizing: border-box; }

.ath-viewport {
  position: relative;
  z-index: 2147483641;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none; }

.ath-modal {
  pointer-events: auto !important;
  background: rgba(0, 0, 0, 0.6); }

.ath-mandatory {
  background: #000; }

.ath-container {
  pointer-events: auto !important;
  position: absolute;
  z-index: 2147483641;
  padding: 0.7em 0.6em;
  width: 18em;
  background: #eee;
  background-size: 100% auto;
  box-shadow: 0 0.2em 0 #d1d1d1;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center; }

.ath-container small {
  font-size: 0.8em;
  line-height: 1.3em;
  display: block;
  margin-top: 0.5em; }

.ath-ios.ath-phone {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em; }

.ath-ios6.ath-tablet {
  left: 5em;
  top: 1.8em; }

.ath-ios7.ath-tablet {
  left: 0.7em;
  top: 1.8em; }

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet {
  right: 0.4em;
  top: 1.8em; }

.ath-android {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em; }

/* close icon */
.ath-container:before {
  content: '';
  position: relative;
  display: block;
  float: right;
  margin: -0.7em -0.6em 0 0.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 2.7em;
  height: 2.7em;
  text-align: center;
  overflow: hidden;
  color: #a33;
  z-index: 2147483642; }

.ath-container.ath-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  float: none; }

.ath-mandatory .ath-container:before {
  display: none; }

.ath-container.ath-android:before {
  float: left;
  margin: -0.7em 0.5em 0 -0.6em; }

.ath-container.ath-android.ath-icon:before {
  position: absolute;
  right: auto;
  left: 0;
  margin: 0;
  float: none; }

/* applied only if the application icon is shown */
.ath-action-icon {
  display: inline-block;
  vertical-align: middle;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -9999em;
  overflow: hidden; }

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon {
  width: 1.6em;
  height: 1.6em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
  margin-top: -0.3em;
  background-size: auto 100%; }

.ath-ios6 .ath-action-icon {
  width: 1.8em;
  height: 1.8em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
  margin-bottom: 0.4em;
  background-size: 100% auto; }

.ath-android .ath-action-icon {
  width: 1.4em;
  height: 1.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
  background-size: 100% auto; }

.ath-container p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2147483642;
  text-shadow: 0 0.1em 0 #fff;
  font-size: 1.1em; }

.ath-ios.ath-phone:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  bottom: -0.9em;
  left: 50%;
  margin-left: -1em;
  transform: scaleX(0.9) rotate(45deg);
  box-shadow: 0.2em 0.2em 0 #d1d1d1; }

.ath-ios.ath-tablet:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  top: -0.9em;
  left: 50%;
  margin-left: -1em;
  transform: scaleX(0.9) rotate(45deg);
  z-index: 2147483641; }

.ath-application-icon {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 auto 0.2em auto;
  height: 6em;
  width: 6em;
  z-index: 2147483642; }

.ath-container.ath-ios .ath-application-icon {
  border-radius: 1em;
  box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3), inset 0 0.07em 0 rgba(255, 255, 255, 0.5);
  margin: 0 auto 0.4em auto; }

@media only screen and (orientation: landscape) {
  .ath-container.ath-phone {
    width: 24em; }
  .ath-android.ath-phone {
    margin-left: -12em; }
  .ath-ios.ath-phone {
    margin-left: -12em; }
  .ath-ios6:after {
    left: 39%; }
  .ath-ios8.ath-phone {
    left: auto;
    bottom: auto;
    right: 0.4em;
    top: 1.8em; }
  .ath-ios8.ath-phone:after {
    bottom: auto;
    top: -0.9em;
    left: 68%;
    z-index: 2147483641;
    box-shadow: none; } }

/**
 * Styles
 * =============================================================================
 */
/**
 * Structure
 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 6.25%;
  min-height: 100%;
  height: 100%;
  position: relative; }

body {
  color: #7e7e7e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 80px;
  min-height: 100%;
  position: relative;
  overflow-x: hidden; }
  @media (max-width: 750px) {
    body {
      padding-bottom: 80px; } }

#main {
  padding: 100px 0 100px; }

#page {
  width: 100%; }

/**
 * General
 */
h1, h2, h3, h4, h5, h6 {
  color: #04a3ff; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline; }

h1 {
  font-size: 36rem; }

h2 {
  font-size: 32rem; }

h3 {
  font-size: 22rem; }

h4 {
  font-size: 18rem; }

h5 {
  font-size: 16rem; }

h6 {
  font-size: 13rem;
  text-transform: uppercase; }

a {
  color: #04a3ff;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%;
  max-height: 100%; }

/**
 * Forms
 */
.label {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 10px; }

::-webkit-input-placeholder {
  text-transform: uppercase; }

:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase; }

::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase; }

:-ms-input-placeholder {
  text-transform: uppercase; }

input,
[type="submit"],
select,
textarea,
fieldset,
.input-wrap,
button,
.button {
  background-color: #f4f4f4;
  border: none;
  display: block;
  margin: 0 0 20px;
  width: 100%;
  font-size: 11rem;
  font-weight: bold;
  color: #7e7e7e;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input.error,
  [type="submit"].error,
  select.error,
  textarea.error,
  fieldset.error,
  .input-wrap.error,
  button.error,
  .button.error {
    border-color: #f04124; }

textarea {
  text-transform: none; }

input,
[type="submit"],
select,
button,
.button {
  height: 44px;
  line-height: 44px; }

input:focus,
textarea:focus,
.select-wrap.active,
.file-wrap.active,
select:focus,
button:focus,
.button:focus {
  border-color: #04a3ff;
  outline: 0; }

.file-wrap.active i,
.select-wrap.active .selector i {
  color: #04a3ff; }

.checkbox.active .icon::before,
.radio.active .icon::before {
  color: #04a3ff; }

input:not([type="checkbox"]):not([type="radio"]) {
  padding: 0 10px; }

[type="checkbox"],
[type="radio"] {
  display: inline-block;
  height: auto;
  margin: 0 3px 0 0;
  width: auto; }

.checkbox .icon::before,
.radio .icon::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 2px;
  width: 15px; }

.checkbox [type="checkbox"] {
  opacity: 0;
  position: absolute; }
  .checkbox [type="checkbox"] + .icon::before {
    content: "\f096"; }
  .checkbox [type="checkbox"]:checked + .icon::before {
    content: "\f046"; }

.radio [type="radio"] {
  opacity: 0;
  position: absolute; }
  .radio [type="radio"] + .icon::before {
    content: "\f10c"; }
  .radio [type="radio"]:checked + .icon::before {
    content: "\f192"; }

fieldset label {
  margin-left: 15px; }

fieldset legend + label {
  margin-left: 0; }

textarea {
  height: 110px;
  padding: 10px; }

button,
[type="submit"],
.button {
  background: #fff;
  border: 1px solid #e9e9e9;
  color: #04a3ff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  border-radius: 1px;
  padding: 0 1em;
  font-size: 14rem;
  text-transform: none;
  text-decoration: none; }
  button i,
  [type="submit"] i,
  .button i {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  .button:hover,
  .button:focus {
    background: #04a3ff;
    color: #fff;
    border-color: #04a3ff; }
  @media (max-width: 750px) {
    button,
    [type="submit"],
    .button {
      height: 40px;
      line-height: 40px; } }

.select-wrap {
  background: #f4f4f4;
  height: 44px;
  position: relative; }
  .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    z-index: 2;
    font-size: 11rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #7e7e7e; }
    .select-wrap select::-ms-expand {
      display: none; }
    .select-wrap select:focus::-ms-value {
      background: transparent; }
  .select-wrap .selector {
    height: 20px;
    overflow: hidden;
    margin-top: -10px;
    pointer-events: none;
    position: absolute;
    right: 9px;
    top: 50%;
    z-index: 1; }
    .select-wrap .selector i {
      color: #7e7e7e;
      display: block;
      height: 13px;
      position: relative;
      top: -4px; }
      .select-wrap .selector i.selector-up {
        top: -4px; }
      .select-wrap .selector i.selector-down {
        top: -7px; }

.file-wrap {
  line-height: 44px;
  background: transparent;
  border: 2px solid #04a3ff;
  color: #04a3ff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 1px;
  width: auto;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  max-width: 300px;
  font-size: 11rem;
  text-align: center; }
  .file-wrap::after {
    content: attr(data-file);
    margin-left: 10px; }
  .file-wrap [type="file"] {
    border: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0; }
  .file-wrap .fa-file {
    color: #7e7e7e; }
  .file-wrap:hover,
  .file-wrap [type="file"]:hover {
    background: #04a3ff;
    color: #fff;
    cursor: pointer; }

::-webkit-input-placeholder {
  color: #e4e4e4; }

:-moz-placeholder {
  color: #e4e4e4;
  opacity: 1; }

::-moz-placeholder {
  color: #e4e4e4;
  opacity: 1; }

:-ms-input-placeholder {
  color: #e4e4e4; }

/**
 * Slider
 */
.flexslider img {
  width: 100%; }

/**
 * Social
 */
.social-links li {
  float: left;
  margin: 10px; }
  .social-links li a {
    opacity: 1; }
    .social-links li a:hover, .social-links li a:focus {
      opacity: 0.7; }

.social-links .fa-bitbucket {
  color: #205081; }

.social-links .fa-delicious {
  color: #3399ff; }

.social-links .fa-envelope {
  color: #04a3ff; }

.social-links .fa-facebook-official {
  color: #3b5998; }

.social-links .fa-flickr {
  color: #ff0084; }

.social-links .fa-foursquare {
  color: #0072b1; }

.social-links .fa-github {
  color: #333; }

.social-links .fa-google-plus {
  color: #dd4b39; }

.social-links .fa-instagram {
  color: #517fa4; }

.social-links .fa-lastfm {
  color: #c3000d; }

.social-links .fa-linkedin {
  color: #007bb6; }

.social-links .fa-pinterest {
  color: #cb2027; }

.social-links .fa-reddit {
  color: #ff4500; }

.social-links .fa-rss {
  color: #f26522; }

.social-links .fa-soundcloud {
  color: #ff3a00; }

.social-links .fa-spotify {
  color: #2ebd59; }

.social-links .fa-twitter {
  color: #00aced; }

.social-links .fa-vimeo-square {
  color: #1ab7ea; }

.social-links .fa-vine {
  color: #00b488; }

.social-links .fa-youtube {
  color: #bb0000; }

/**
 * Content
 */
#content .entry-content p,
#avisos-content .entry-content p {
  margin: 10px 0; }

#content .entry-content ul, #content .entry-content ol,
#avisos-content .entry-content ul,
#avisos-content .entry-content ol {
  padding-left: 50px; }

#content .entry-content ul,
#avisos-content .entry-content ul {
  list-style: disc; }

/**
 * Comments
 */
#comments .comments-title {
  color: #7e7e7e;
  font-weight: normal; }

#comments .comment-list {
  margin-top: 40px;
  padding-left: 0px; }
  #comments .comment-list li {
    list-style: none;
    border: 1px solid #e9e9e9;
    border-radius: 1px;
    margin-bottom: 20px;
    padding: 20px 30px; }
  #comments .comment-list .children {
    margin: 20px 0 0 40px; }

#comments .comment {
  margin-bottom: 20px; }
  #comments .comment .comment-author {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12rem; }
  #comments .comment .comment-meta {
    font-size: 12rem; }
    #comments .comment .comment-meta a {
      color: #999; }
  #comments .comment p {
    margin: 10px auto; }
  #comments .comment .reply {
    margin-top: 5px; }

#comments .comment-respond {
  margin: 0 auto; }

#comments .comment-reply-title {
  margin-bottom: 20px; }

#comments input,
#comments textarea {
  max-width: 100%; }

#comments #respond {
  margin-top: 50px; }
  #comments #respond h3 {
    color: #7e7e7e;
    font-weight: normal; }

/**
 * Footer
 */
#contentinfo {
  background-color: #151515;
  bottom: 0;
  color: #fff;
  font-size: 13rem;
  left: 0;
  line-height: 80px;
  position: absolute;
  width: 100%; }
  #contentinfo a {
    color: #7e7e7e;
    text-decoration: none; }
  #contentinfo .legal-menu li {
    display: inline-block;
    margin: 0 10px; }
    #contentinfo .legal-menu li:first-child {
      margin-left: 0; }
  #contentinfo a:hover {
    text-decoration: underline; }
  #contentinfo a:focus {
    outline: thin dotted; }

/**
 * Cookies
 */
.ccf .sending {
  height: 40px;
  text-align: center;
  width: 100%;
  display: none; }

.ccf .response {
  color: #fff;
  padding: 15px 20px;
  margin: 10px 0;
  width: 100%; }
  .ccf .response.correct {
    background-color: #43ac6a; }
  .ccf .response.error {
    background-color: #f04124; }
  .ccf .response .correct {
    background-color: #43ac6a; }
  .ccf .response .error {
    background-color: #f04124; }
  .ccf .response:empty {
    display: none; }

/**
 * Cookies
 */
.wrap-cookies {
  overflow-x: scroll; }

#cookies {
  background: #2b2b2b;
  bottom: 0;
  display: none;
  padding: 10px 0;
  width: 100%;
  z-index: 300; }
  #cookies .container {
    color: #7e7e7e;
    font-size: 14rem;
    font-weight: 100;
    margin: 0 auto;
    position: relative; }
  #cookies .close-cookies {
    color: #04a3ff;
    cursor: pointer;
    float: right; }
    #cookies .close-cookies:hover {
      opacity: 0.8; }

.wrap {
  overflow-x: auto; }

.cookies-table {
  border-collapse: collapse;
  min-width: 950px; }
  .cookies-table th {
    background: #ccc; }
  .cookies-table td {
    border: 1px solid #ccc;
    padding: 5px; }

/**
 * Newsletter
 */
.newsletter .terms {
  color: #04a3ff;
  text-decoration: underline; }
  .newsletter .terms:hover, .newsletter .terms:focus {
    text-decoration: none; }
  .newsletter .terms:focus {
    outline: thin dotted; }

/**
 * Newsletter
 */
.searchform {
  display: block;
  position: relative; }
  .searchform [type="text"] {
    padding-right: 54px; }
  .searchform [type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px; }

/**
 * Pagination
 */
.pagination {
  text-align: center; }
  .pagination li {
    border: 1px solid #04a3ff;
    color: #04a3ff;
    display: inline-block;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    margin: 4px;
    text-align: center;
    width: 30px; }
    .pagination li.active, .pagination li:focus, .pagination li:hover {
      background: #04a3ff;
      color: #fff; }
    .pagination li a {
      display: block;
      height: 100%;
      width: 100%; }

#load-more {
  margin-top: 4em;
  max-width: 100%;
  margin-bottom: 0; }
  #load-more a {
    width: 100%;
    height: 44px;
    line-height: 44px; }
  @media (max-width: 750px) {
    #load-more {
      margin-top: 30px;
      width: calc(100% - 60px);
      margin-left: 30px; } }
  #load-more.loading {
    position: relative;
    display: block; }
    #load-more.loading:before {
      content: '';
      background: rgba(255, 255, 255, 0.6);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
    #load-more.loading:after {
      content: '\f110';
      display: inline-block;
      color: #2b2b2b;
      font-family: 'FontAwesome';
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

.loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 9;
  display: none; }
  .loading i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

#main {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media (max-width: 750px) {
    #main {
      padding-top: 0; } }
  #main #template-sidebar {
    background: #2b2b2b;
    padding: calc(100px + 2.5em) 0 80px 0;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0; }
    @media (min-width: 1170px) {
      #main #template-sidebar {
        width: calc(50% - 3 * 1155px / 12); } }
    @media (max-width: 1170px) {
      #main #template-sidebar {
        width: 25%; } }
    #main #template-sidebar .wrap-sidebar {
      padding-left: 15px;
      padding-right: 1em; }
      @media (min-width: 1155px) {
        #main #template-sidebar .wrap-sidebar {
          width: calc( 3 * ( 1170px - 15px * 3 ) / 12);
          float: right; } }
      @media (min-width: 970px) and (max-width: 1155px) {
        #main #template-sidebar .wrap-sidebar {
          width: 100%;
          float: right; } }
      @media (min-width: 750px) and (max-width: 970px) {
        #main #template-sidebar .wrap-sidebar {
          width: 100%;
          float: right; } }
      #main #template-sidebar .wrap-sidebar h3 {
        color: #7e7e7e;
        font-size: 22rem;
        font-weight: 300;
        margin-bottom: .8em; }
      #main #template-sidebar .wrap-sidebar ul {
        margin-left: -10px; }
        #main #template-sidebar .wrap-sidebar ul li {
          text-transform: uppercase;
          font-size: 10rem;
          font-weight: bold;
          margin-bottom: 1px; }
          #main #template-sidebar .wrap-sidebar ul li a {
            color: #7e7e7e;
            display: block;
            height: 30pt;
            line-height: 30pt;
            padding: 0 15px;
            text-decoration: none; }
            #main #template-sidebar .wrap-sidebar ul li a.active, #main #template-sidebar .wrap-sidebar ul li a:hover {
              border-radius: 30pt;
              color: #fff;
              background: #121212; }
    @media (max-width: 750px) {
      #main #template-sidebar {
        position: absolute;
        width: 100%;
        right: 0;
        height: calc(100% - 44px);
        overflow: hidden;
        top: calc(44px - 1px);
        padding: 0;
        background: transparent;
        pointer-events: none;
        z-index: 99; }
        #main #template-sidebar .shadow {
          display: block;
          opacity: 0;
          position: absolute;
          padding: 0;
          left: 100%;
          top: 0;
          height: calc(100% - 44px + 1px);
          bottom: 0px;
          width: 100%;
          z-index: 9;
          background: #1e1e1e;
          pointer-events: none;
          transition: all 0.5s cubic-bezier(0.42, 1.01, 0.76, 0.97); }
        #main #template-sidebar .wrap-sidebar {
          padding: 0;
          position: relative;
          z-index: 9;
          right: -101%;
          transition: all 0.5s cubic-bezier(0.24, 0.38, 0.68, 1.03);
          opacity: 0; }
          #main #template-sidebar .wrap-sidebar h3 {
            display: none; }
          #main #template-sidebar .wrap-sidebar ul {
            padding-top: 12px;
            margin-left: 0; }
            #main #template-sidebar .wrap-sidebar ul li {
              padding-left: 0;
              padding-right: 0;
              margin-bottom: 0; }
              #main #template-sidebar .wrap-sidebar ul li:hover {
                background: #131313; }
              #main #template-sidebar .wrap-sidebar ul li a {
                border-radius: 0;
                display: block;
                text-transform: uppercase;
                color: #fff;
                padding: 12px 30px;
                font-size: 10rem;
                height: auto;
                line-height: 1;
                font-weight: bold;
                text-decoration: none; }
                #main #template-sidebar .wrap-sidebar ul li a.active {
                  border-radius: 0; }
        #main #template-sidebar.active {
          pointer-events: auto; }
          #main #template-sidebar.active .shadow {
            opacity: 1;
            left: 0;
            pointer-events: auto; }
          #main #template-sidebar.active .wrap-sidebar {
            right: 0;
            opacity: 1; } }
  #main #template-content {
    padding: 4em 0;
    width: 100%; }
    @media (min-width: 1170px) {
      #main #template-content {
        padding-left: calc( 50% - 3 * 1140px / 12); } }
    @media (min-width: 750px) and (max-width: 1170px) {
      #main #template-content {
        padding-left: 25%; } }
    @media (max-width: 750px) {
      #main #template-content {
        padding: 0 15px; } }
    #main #template-content .wrap {
      padding-left: 4em;
      overflow: hidden;
      position: relative;
      width: 100%; }
      @media (max-width: 750px) {
        #main #template-content .wrap {
          padding-left: 0;
          padding-right: 0; } }
    #main #template-content .page-header h1,
    #main #template-content .page-header h3.page-title {
      color: #7e7e7e;
      font-weight: 300;
      font-size: 36rem; }
    #main #template-content article {
      padding: 2.5em 0;
      border-bottom: 1px solid #e9e9e9; }
      #main #template-content article .mobile-full {
        display: none; }
      #main #template-content article .wrap-art {
        padding: 0;
        width: 100%; }
      #main #template-content article .entry-header h2 {
        font-size: 18rem;
        font-weight: normal; }
      #main #template-content article .entry-meta {
        margin-top: 5px; }
        #main #template-content article .entry-meta .comments-number {
          display: inline-block;
          margin-left: 15px; }
          #main #template-content article .entry-meta .comments-number.no {
            display: none; }
          #main #template-content article .entry-meta .comments-number:before {
            font-family: 'FontAwesome';
            display: inline-block;
            content: '\f0e5';
            margin-right: 4px; }
      @media (max-width: 750px) {
        #main #template-content article {
          padding: 20px 0; }
          #main #template-content article .entry-header h2 {
            font-size: 16rem; }
          #main #template-content article .entry-meta {
            font-size: 12rem; } }
  #main.single #template-content .page-header {
    display: none; }
  #main.single #template-content article {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 15px;
    border-bottom: none; }
    #main.single #template-content article .entry-header {
      width: 100%; }
      #main.single #template-content article .entry-header h1 {
        font-size: 18rem;
        font-weight: normal;
        color: #2b2b2b;
        padding: 3px 0; }
      #main.single #template-content article .entry-header .author {
        display: block;
        margin-bottom: 5px;
        font-size: 11rem;
        font-weight: bold;
        text-transform: uppercase; }
    #main.single #template-content article .entry-thumbnail {
      width: 100%;
      margin-top: 15px;
      text-align: center; }
      #main.single #template-content article .entry-thumbnail img {
        max-width: 100%;
        width: auto;
        max-height: 100%;
        height: auto; }
    #main.single #template-content article .entry-content {
      padding: 1.5em 0 0; }
      #main.single #template-content article .entry-content img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }
      #main.single #template-content article .entry-content p {
        margin: 10px 0; }
  #main.single #template-content .go-back {
    display: inline-block;
    width: auto;
    margin-top: 50px; }
    #main.single #template-content .go-back.top {
      margin-top: 0; }
    @media (max-width: 750px) {
      #main.single #template-content .go-back.top {
        display: none; } }

@media (max-width: 750px) {
  body:not(.single):not(.page):not(.error404) #main .container {
    padding-left: 0;
    padding-right: 0; }
    body:not(.single):not(.page):not(.error404) #main .container #template-content {
      padding-left: 0;
      padding-right: 0; }
      body:not(.single):not(.page):not(.error404) #main .container #template-content .wrap article {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 0px;
        border-bottom: none; }
        body:not(.single):not(.page):not(.error404) #main .container #template-content .wrap article:hover {
          background: #f7f7f7; }
        body:not(.single):not(.page):not(.error404) #main .container #template-content .wrap article .mobile-full {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
          body:not(.single):not(.page):not(.error404) #main .container #template-content .wrap article .mobile-full:focus {
            outline: none; }
        body:not(.single):not(.page):not(.error404) #main .container #template-content .wrap article .wrap-art {
          border-bottom: 1px solid #e9e9e9;
          padding-bottom: 20px; } }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  background: #2b2b2b;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none; }
  .popup .close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #121212; }
    .popup .close .container {
      -ms-flex-pack: end;
          justify-content: flex-end; }
    .popup .close a {
      text-align: center;
      width: 30px;
      display: inline-block; }
      .popup .close a:hover {
        background: #2b2b2b; }
  .popup .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 750px;
    padding: 40px;
    background: #fff; }
    .popup .wrap p {
      margin: 1em 0; }
    .popup .wrap h5 {
      margin-bottom: 1em; }
    .popup .wrap h6 {
      margin-top: 1.5em;
      color: #2b2b2b; }
  @media (max-width: 750px) {
    .popup {
      position: absolute; }
      .popup .wrap {
        width: calc(100% - 30px);
        left: 15px;
        top: 45px;
        transform: translate(0, 0);
        position: relative; } }

.page.page-template-default #template-sidebar {
  display: none; }

.page.page-template-default #template-content {
  padding-left: 0 !important;
  padding-top: 3em !important; }
  .page.page-template-default #template-content .wrap {
    padding-left: 0 !important;
    max-width: 750px; }
  .page.page-template-default #template-content article {
    padding-top: 0 !important;
    border-bottom: none !important; }
  .page.page-template-default #template-content .entry-header {
    border-bottom: 1px solid #e9e9e9; }
    .page.page-template-default #template-content .entry-header .container {
      padding-left: 0;
      padding-right: 0; }
    .page.page-template-default #template-content .entry-header h1 {
      padding-bottom: 1em;
      color: #7e7e7e;
      font-size: 36rem;
      font-weight: normal; }
  .page.page-template-default #template-content .entry-content .container {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 0;
    padding-right: 0; }
    .page.page-template-default #template-content .entry-content .container p {
      margin: 10px 0; }
    .page.page-template-default #template-content .entry-content .container h2, .page.page-template-default #template-content .entry-content .container h3, .page.page-template-default #template-content .entry-content .container h4, .page.page-template-default #template-content .entry-content .container h5, .page.page-template-default #template-content .entry-content .container h6 {
      margin: .8em 0;
      color: #2b2b2b;
      font-weight: normal; }
  @media (max-width: 750px) {
    .page.page-template-default #template-content {
      padding-top: 0 !important;
      padding-left: 15px !important; }
      .page.page-template-default #template-content .entry-header {
        display: none; }
      .page.page-template-default #template-content .entry-content h2 {
        font-size: 24rem; } }

#ui-datepicker-div {
  z-index: 999 !important; }
  #ui-datepicker-div .ui-widget-header {
    background: #2b2b2b; }
  #ui-datepicker-div .ui-datepicker-calendar td a {
    text-align: center;
    color: #2b2b2b; }
    #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight {
      border-color: #04a3ff; }
    #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active {
      background: #04a3ff;
      color: #fff; }

.post-type-archive-clever_avisos #navigation li.menu-item-object-clever_avisos a,
.archive.tax-avisos_cat #navigation li.menu-item-object-clever_avisos a,
.single-clever_avisos #navigation li.menu-item-object-clever_avisos a {
  background: #fff;
  color: #04a3ff; }
  @media (max-width: 750px) {
    .post-type-archive-clever_avisos #navigation li.menu-item-object-clever_avisos a,
    .archive.tax-avisos_cat #navigation li.menu-item-object-clever_avisos a,
    .single-clever_avisos #navigation li.menu-item-object-clever_avisos a {
      background: #2b2b2b; }
      .post-type-archive-clever_avisos #navigation li.menu-item-object-clever_avisos a:before,
      .archive.tax-avisos_cat #navigation li.menu-item-object-clever_avisos a:before,
      .single-clever_avisos #navigation li.menu-item-object-clever_avisos a:before {
        background-position: 0px 0px !important; } }

.post-type-archive-clever_avisos #template-content .page-header,
.archive.tax-avisos_cat #template-content .page-header,
.single-clever_avisos #template-content .page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .post-type-archive-clever_avisos #template-content .page-header h1,
  .archive.tax-avisos_cat #template-content .page-header h1,
  .single-clever_avisos #template-content .page-header h1 {
    width: 60% !important; }
  .post-type-archive-clever_avisos #template-content .page-header .header-wrap,
  .archive.tax-avisos_cat #template-content .page-header .header-wrap,
  .single-clever_avisos #template-content .page-header .header-wrap {
    -ms-flex-order: 3;
        order: 3;
    width: calc(40% - 35px) !important;
    padding-left: 15px; }
    .post-type-archive-clever_avisos #template-content .page-header .header-wrap input,
    .post-type-archive-clever_avisos #template-content .page-header .header-wrap .button,
    .archive.tax-avisos_cat #template-content .page-header .header-wrap input,
    .archive.tax-avisos_cat #template-content .page-header .header-wrap .button,
    .single-clever_avisos #template-content .page-header .header-wrap input,
    .single-clever_avisos #template-content .page-header .header-wrap .button {
      margin-bottom: 0; }
    .post-type-archive-clever_avisos #template-content .page-header .header-wrap .new_foro,
    .archive.tax-avisos_cat #template-content .page-header .header-wrap .new_foro,
    .single-clever_avisos #template-content .page-header .header-wrap .new_foro {
      width: 45%;
      float: left; }
      .post-type-archive-clever_avisos #template-content .page-header .header-wrap .new_foro a,
      .archive.tax-avisos_cat #template-content .page-header .header-wrap .new_foro a,
      .single-clever_avisos #template-content .page-header .header-wrap .new_foro a {
        text-align: center; }
        .post-type-archive-clever_avisos #template-content .page-header .header-wrap .new_foro a:before,
        .archive.tax-avisos_cat #template-content .page-header .header-wrap .new_foro a:before,
        .single-clever_avisos #template-content .page-header .header-wrap .new_foro a:before {
          content: '\f067';
          font-family: 'FontAwesome';
          display: inline-block;
          margin-right: 5px; }
    .post-type-archive-clever_avisos #template-content .page-header .header-wrap #search,
    .archive.tax-avisos_cat #template-content .page-header .header-wrap #search,
    .single-clever_avisos #template-content .page-header .header-wrap #search {
      width: 100% !important;
      float: right; }
      .post-type-archive-clever_avisos #template-content .page-header .header-wrap #search form ::-webkit-input-placeholder,
      .archive.tax-avisos_cat #template-content .page-header .header-wrap #search form ::-webkit-input-placeholder,
      .single-clever_avisos #template-content .page-header .header-wrap #search form ::-webkit-input-placeholder {
        text-transform: uppercase; }
      .post-type-archive-clever_avisos #template-content .page-header .header-wrap #search form :-moz-placeholder,
      .archive.tax-avisos_cat #template-content .page-header .header-wrap #search form :-moz-placeholder,
      .single-clever_avisos #template-content .page-header .header-wrap #search form :-moz-placeholder {
        /* Firefox 18- */
        text-transform: uppercase; }
      .post-type-archive-clever_avisos #template-content .page-header .header-wrap #search form ::-moz-placeholder,
      .archive.tax-avisos_cat #template-content .page-header .header-wrap #search form ::-moz-placeholder,
      .single-clever_avisos #template-content .page-header .header-wrap #search form ::-moz-placeholder {
        /* Firefox 19+ */
        text-transform: uppercase; }
      .post-type-archive-clever_avisos #template-content .page-header .header-wrap #search form :-ms-input-placeholder,
      .archive.tax-avisos_cat #template-content .page-header .header-wrap #search form :-ms-input-placeholder,
      .single-clever_avisos #template-content .page-header .header-wrap #search form :-ms-input-placeholder {
        text-transform: uppercase; }
      .post-type-archive-clever_avisos #template-content .page-header .header-wrap #search form input,
      .archive.tax-avisos_cat #template-content .page-header .header-wrap #search form input,
      .single-clever_avisos #template-content .page-header .header-wrap #search form input {
        text-transform: none; }
      .post-type-archive-clever_avisos #template-content .page-header .header-wrap #search form button,
      .archive.tax-avisos_cat #template-content .page-header .header-wrap #search form button,
      .single-clever_avisos #template-content .page-header .header-wrap #search form button {
        background: transparent;
        border-color: #f4f4f4;
        color: #7e7e7e; }
  .post-type-archive-clever_avisos #template-content .page-header #avisos_ring,
  .archive.tax-avisos_cat #template-content .page-header #avisos_ring,
  .single-clever_avisos #template-content .page-header #avisos_ring {
    -ms-flex-order: 2;
        order: 2; }

.post-type-archive-clever_avisos #template-content .type-clever_avisos.old .entry-header h2 a,
.archive.tax-avisos_cat #template-content .type-clever_avisos.old .entry-header h2 a,
.single-clever_avisos #template-content .type-clever_avisos.old .entry-header h2 a {
  color: #7e7e7e; }

.post-type-archive-clever_avisos #template-content .type-clever_avisos .entry-meta .posted-on-vencimiento,
.archive.tax-avisos_cat #template-content .type-clever_avisos .entry-meta .posted-on-vencimiento,
.single-clever_avisos #template-content .type-clever_avisos .entry-meta .posted-on-vencimiento {
  display: inline-block;
  margin-left: 2em; }

.post-type-archive-clever_avisos #template-content .type-clever_avisos .entry-meta .is_new,
.archive.tax-avisos_cat #template-content .type-clever_avisos .entry-meta .is_new,
.single-clever_avisos #template-content .type-clever_avisos .entry-meta .is_new {
  display: inline-block;
  margin-left: 10px;
  border: 1px solid #04a3ff;
  border-radius: 1px;
  text-transform: uppercase;
  font-size: 10rem;
  padding: 1px 3px;
  color: #04a3ff; }

@media (max-width: 750px) {
  .post-type-archive-clever_avisos #template-content .type-clever_avisos .entry-meta .posted-on-vencimiento,
  .archive.tax-avisos_cat #template-content .type-clever_avisos .entry-meta .posted-on-vencimiento,
  .single-clever_avisos #template-content .type-clever_avisos .entry-meta .posted-on-vencimiento {
    display: block;
    margin-left: 0; }
  .post-type-archive-clever_avisos #template-content .type-clever_avisos .entry-meta .is_new,
  .archive.tax-avisos_cat #template-content .type-clever_avisos .entry-meta .is_new,
  .single-clever_avisos #template-content .type-clever_avisos .entry-meta .is_new {
    position: relative;
    top: -3px; } }

.post-type-archive-clever_avisos #main.single .go-back,
.archive.tax-avisos_cat #main.single .go-back,
.single-clever_avisos #main.single .go-back {
  display: inline-block;
  width: auto; }

.post-type-archive-clever_avisos #main.single #template-content .page-header,
.archive.tax-avisos_cat #main.single #template-content .page-header,
.single-clever_avisos #main.single #template-content .page-header {
  display: none; }

.post-type-archive-clever_avisos #main.single #template-content article .entry-header .author,
.archive.tax-avisos_cat #main.single #template-content article .entry-header .author,
.single-clever_avisos #main.single #template-content article .entry-header .author {
  margin-bottom: 10px; }

.post-type-archive-clever_avisos #main.single #template-content article h1,
.archive.tax-avisos_cat #main.single #template-content article h1,
.single-clever_avisos #main.single #template-content article h1 {
  color: #2b2b2b; }

.post-type-archive-clever_avisos #main.single #template-content article .entry-meta,
.archive.tax-avisos_cat #main.single #template-content article .entry-meta,
.single-clever_avisos #main.single #template-content article .entry-meta {
  margin-top: 10px; }

@media (max-width: 750px) {
  .post-type-archive-clever_avisos .ios-shadow.ok,
  .archive.tax-avisos_cat .ios-shadow.ok,
  .single-clever_avisos .ios-shadow.ok {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9; }
  .post-type-archive-clever_avisos #template-content .page-header,
  .archive.tax-avisos_cat #template-content .page-header,
  .single-clever_avisos #template-content .page-header {
    width: 100%; }
    .post-type-archive-clever_avisos #template-content .page-header h1,
    .archive.tax-avisos_cat #template-content .page-header h1,
    .single-clever_avisos #template-content .page-header h1 {
      display: none; }
    .post-type-archive-clever_avisos #template-content .page-header .header-wrap,
    .archive.tax-avisos_cat #template-content .page-header .header-wrap,
    .single-clever_avisos #template-content .page-header .header-wrap {
      width: 100% !important;
      padding: 10px 30px;
      z-index: 9; }
      .post-type-archive-clever_avisos #template-content .page-header .header-wrap #search,
      .archive.tax-avisos_cat #template-content .page-header .header-wrap #search,
      .single-clever_avisos #template-content .page-header .header-wrap #search {
        width: 100%; }
        .post-type-archive-clever_avisos #template-content .page-header .header-wrap #search input,
        .archive.tax-avisos_cat #template-content .page-header .header-wrap #search input,
        .single-clever_avisos #template-content .page-header .header-wrap #search input {
          font-size: 16rem; }
    .post-type-archive-clever_avisos #template-content .page-header.fixed .header-wrap,
    .archive.tax-avisos_cat #template-content .page-header.fixed .header-wrap,
    .single-clever_avisos #template-content .page-header.fixed .header-wrap {
      position: fixed;
      -webkit-overflow-scrolling: touch;
      left: 0;
      padding: 15px 30px;
      background: #fff;
      z-index: 99; }
  .post-type-archive-clever_avisos #template-content article,
  .archive.tax-avisos_cat #template-content article,
  .single-clever_avisos #template-content article {
    padding-top: 30px; } }

#avisos_ring {
  float: right;
  width: 35px;
  height: 35px;
  color: #04a3ff;
  border: 2px solid #04a3ff;
  border-radius: 100%;
  text-align: center;
  line-height: 31px;
  position: relative; }
  #avisos_ring .number {
    position: absolute;
    top: 70%;
    left: 70%;
    transform: translate(-50%, -50%);
    font-weight: bold; }
  #avisos_ring.active .number {
    color: #f04124; }
  @media (max-width: 750px) {
    #avisos_ring {
      border: none;
      color: #fff;
      line-height: 44px;
      position: absolute;
      right: 55px;
      top: 0; }
      #avisos_ring .number {
        top: 90%;
        left: 75%; } }

.post-type-archive-clever_calendar #navigation li.menu-item-object-clever_calendar a,
.tax-calendar_cat #navigation li.menu-item-object-clever_calendar a {
  background: #fff;
  color: #04a3ff; }
  @media (max-width: 750px) {
    .post-type-archive-clever_calendar #navigation li.menu-item-object-clever_calendar a,
    .tax-calendar_cat #navigation li.menu-item-object-clever_calendar a {
      background: #2b2b2b; }
      .post-type-archive-clever_calendar #navigation li.menu-item-object-clever_calendar a:before,
      .tax-calendar_cat #navigation li.menu-item-object-clever_calendar a:before {
        background-position: -36px 0px !important; } }

.post-type-archive-clever_calendar #main #template-content h5.next-day,
.tax-calendar_cat #main #template-content h5.next-day {
  margin-top: 50px;
  font-size: 18rem;
  color: #2b2b2b;
  font-weight: normal;
  margin-bottom: 20px; }
  @media (max-width: 750px) {
    .post-type-archive-clever_calendar #main #template-content h5.next-day,
    .tax-calendar_cat #main #template-content h5.next-day {
      font-size: 16rem;
      margin: 30px 0 10px; } }

.post-type-archive-clever_calendar #main #template-content .page-header,
.tax-calendar_cat #main #template-content .page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  .post-type-archive-clever_calendar #main #template-content .page-header.next-days h1,
  .tax-calendar_cat #main #template-content .page-header.next-days h1 {
    font-size: 22rem; }
  .post-type-archive-clever_calendar #main #template-content .page-header.next-days + article,
  .tax-calendar_cat #main #template-content .page-header.next-days + article {
    padding-top: 1.5em; }
  @media (max-width: 750px) {
    .post-type-archive-clever_calendar #main #template-content .page-header.next-days,
    .tax-calendar_cat #main #template-content .page-header.next-days {
      margin: 20px 0 10px; }
      .post-type-archive-clever_calendar #main #template-content .page-header.next-days h1,
      .tax-calendar_cat #main #template-content .page-header.next-days h1 {
        margin: 0; }
      .post-type-archive-clever_calendar #main #template-content .page-header.next-days + article,
      .tax-calendar_cat #main #template-content .page-header.next-days + article {
        padding-top: 1em; } }
  @media (max-width: 900px) {
    .post-type-archive-clever_calendar #main #template-content .page-header,
    .tax-calendar_cat #main #template-content .page-header {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .post-type-archive-clever_calendar #main #template-content .page-header h1,
  .tax-calendar_cat #main #template-content .page-header h1 {
    padding-left: 0; }
    @media (max-width: 900px) {
      .post-type-archive-clever_calendar #main #template-content .page-header h1,
      .tax-calendar_cat #main #template-content .page-header h1 {
        width: 100%;
        margin-bottom: 20px; } }
    .post-type-archive-clever_calendar #main #template-content .page-header h1 span,
    .tax-calendar_cat #main #template-content .page-header h1 span {
      display: inline-block;
      font-size: 14rem;
      margin-left: 10px; }
  .post-type-archive-clever_calendar #main #template-content .page-header .actions,
  .tax-calendar_cat #main #template-content .page-header .actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    position: relative; }
    @media (max-width: 900px) {
      .post-type-archive-clever_calendar #main #template-content .page-header .actions,
      .tax-calendar_cat #main #template-content .page-header .actions {
        width: 100%; } }
    .post-type-archive-clever_calendar #main #template-content .page-header .actions .info,
    .tax-calendar_cat #main #template-content .page-header .actions .info {
      width: 23px;
      margin-right: 15px;
      -ms-flex-order: 1;
          order: 1;
      text-align: center;
      position: relative;
      line-height: 44px;
      color: #04a3ff; }
      .post-type-archive-clever_calendar #main #template-content .page-header .actions .info:before,
      .tax-calendar_cat #main #template-content .page-header .actions .info:before {
        content: '';
        display: inline-block;
        width: 23px;
        height: 23px;
        border: 2px solid #04a3ff;
        border-radius: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .post-type-archive-clever_calendar #main #template-content .page-header .actions .info:hover,
      .tax-calendar_cat #main #template-content .page-header .actions .info:hover {
        color: #fff;
        cursor: pointer; }
        .post-type-archive-clever_calendar #main #template-content .page-header .actions .info:hover:before,
        .tax-calendar_cat #main #template-content .page-header .actions .info:hover:before {
          background: #04a3ff; }
    .post-type-archive-clever_calendar #main #template-content .page-header .actions > button,
    .tax-calendar_cat #main #template-content .page-header .actions > button {
      display: inline-block;
      width: 40%;
      margin-bottom: 0; }
      @media (max-width: 1170px) {
        .post-type-archive-clever_calendar #main #template-content .page-header .actions > button,
        .tax-calendar_cat #main #template-content .page-header .actions > button {
          font-size: 12rem; } }
      .post-type-archive-clever_calendar #main #template-content .page-header .actions > button:nth-child(2),
      .tax-calendar_cat #main #template-content .page-header .actions > button:nth-child(2) {
        -ms-flex-order: 2;
            order: 2; }
        .post-type-archive-clever_calendar #main #template-content .page-header .actions > button:nth-child(2):before,
        .tax-calendar_cat #main #template-content .page-header .actions > button:nth-child(2):before {
          content: '\f104';
          display: inline-block;
          font-family: 'FontAwesome';
          margin-right: 7px; }
      .post-type-archive-clever_calendar #main #template-content .page-header .actions > button:nth-child(4),
      .tax-calendar_cat #main #template-content .page-header .actions > button:nth-child(4) {
        -ms-flex-order: 4;
            order: 4; }
        .post-type-archive-clever_calendar #main #template-content .page-header .actions > button:nth-child(4):after,
        .tax-calendar_cat #main #template-content .page-header .actions > button:nth-child(4):after {
          content: '\f105';
          display: inline-block;
          font-family: 'FontAwesome';
          margin-left: 7px; }
    .post-type-archive-clever_calendar #main #template-content .page-header .actions .button,
    .tax-calendar_cat #main #template-content .page-header .actions .button {
      width: 60px;
      -ms-flex-order: 3;
          order: 3;
      margin: 0 10px;
      position: relative; }
      .post-type-archive-clever_calendar #main #template-content .page-header .actions .button:before,
      .tax-calendar_cat #main #template-content .page-header .actions .button:before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 21px;
        background: url(../img/sprite_mobile.png) -61px 0 no-repeat;
        background-size: 256px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .post-type-archive-clever_calendar #main #template-content .page-header .actions .button:hover:before,
      .tax-calendar_cat #main #template-content .page-header .actions .button:hover:before {
        background-position: -36px 0px; }
      .post-type-archive-clever_calendar #main #template-content .page-header .actions .button.ok,
      .tax-calendar_cat #main #template-content .page-header .actions .button.ok {
        background: #04a3ff; }
        .post-type-archive-clever_calendar #main #template-content .page-header .actions .button.ok:before,
        .tax-calendar_cat #main #template-content .page-header .actions .button.ok:before {
          background-position: -36px 0px; }

.post-type-archive-clever_calendar #main #template-content .entry-meta .time,
.tax-calendar_cat #main #template-content .entry-meta .time {
  font-size: 12rem;
  font-weight: bold;
  display: inline-block;
  color: #7e7e7e;
  background: #ededed;
  padding: 2px 5px;
  border-radius: 1px;
  margin-right: 10px; }

.post-type-archive-clever_calendar #main #template-content .entry-meta .site,
.tax-calendar_cat #main #template-content .entry-meta .site {
  display: inline-block;
  color: #2b2b2b; }

.post-type-archive-clever_calendar #main #template-content .entry-header h2,
.tax-calendar_cat #main #template-content .entry-header h2 {
  color: #7e7e7e;
  margin: 10px 0; }
  .post-type-archive-clever_calendar #main #template-content .entry-header h2 a,
  .tax-calendar_cat #main #template-content .entry-header h2 a {
    color: #2b2b2b; }

@media (max-width: 750px) {
  .post-type-archive-clever_calendar #main #template-content .page-header,
  .tax-calendar_cat #main #template-content .page-header {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px; }
    .post-type-archive-clever_calendar #main #template-content .page-header h1,
    .tax-calendar_cat #main #template-content .page-header h1 {
      font-size: 18rem; }
    .post-type-archive-clever_calendar #main #template-content .page-header .actions button,
    .tax-calendar_cat #main #template-content .page-header .actions button {
      height: 40px;
      line-height: 38px;
      font-size: 16rem;
      width: 42%; }
      .post-type-archive-clever_calendar #main #template-content .page-header .actions button span,
      .tax-calendar_cat #main #template-content .page-header .actions button span {
        display: none; }
  .post-type-archive-clever_calendar #main #template-content .next-day,
  .tax-calendar_cat #main #template-content .next-day {
    padding-left: 30px;
    padding-right: 30px; } }

.single-clever_calendar #navigation li.menu-item-object-clever_calendar a {
  background: #fff;
  color: #04a3ff; }
  @media (max-width: 750px) {
    .single-clever_calendar #navigation li.menu-item-object-clever_calendar a {
      background: #2b2b2b; }
      .single-clever_calendar #navigation li.menu-item-object-clever_calendar a:before {
        background-position: -36px 0px !important; } }

.single-clever_calendar #template-content .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  float: right; }
  @media (max-width: 900px) {
    .single-clever_calendar #template-content .actions {
      width: 100%; } }
  .single-clever_calendar #template-content .actions .info {
    width: 23px;
    margin-right: 15px;
    -ms-flex-order: 1;
        order: 1;
    text-align: center;
    position: relative;
    line-height: 44px;
    color: #04a3ff; }
    .single-clever_calendar #template-content .actions .info:before {
      content: '';
      display: inline-block;
      width: 23px;
      height: 23px;
      border: 2px solid #04a3ff;
      border-radius: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .single-clever_calendar #template-content .actions .info:hover {
      color: #fff;
      cursor: pointer; }
      .single-clever_calendar #template-content .actions .info:hover:before {
        background: #04a3ff; }
  .single-clever_calendar #template-content .actions .button {
    display: inline-block;
    width: 40%;
    margin-bottom: 0; }
    @media (max-width: 1170px) {
      .single-clever_calendar #template-content .actions .button {
        font-size: 12rem; } }
    .single-clever_calendar #template-content .actions .button:nth-child(2) {
      -ms-flex-order: 2;
          order: 2; }
      .single-clever_calendar #template-content .actions .button:nth-child(2):before {
        content: '\f104';
        display: inline-block;
        font-family: 'FontAwesome';
        margin-right: 7px; }
    .single-clever_calendar #template-content .actions .button:nth-child(4) {
      -ms-flex-order: 4;
          order: 4; }
      .single-clever_calendar #template-content .actions .button:nth-child(4):after {
        content: '\f105';
        display: inline-block;
        font-family: 'FontAwesome';
        margin-left: 7px; }
  .single-clever_calendar #template-content .actions .button:nth-child(3) {
    width: 60px;
    -ms-flex-order: 3;
        order: 3;
    margin: 0 10px;
    position: relative; }
    .single-clever_calendar #template-content .actions .button:nth-child(3):before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 21px;
      background: url(../img/sprite_mobile.png) -61px 0 no-repeat;
      background-size: 256px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .single-clever_calendar #template-content .actions .button:nth-child(3):hover:before {
      background-position: -36px 0px; }
    .single-clever_calendar #template-content .actions .button:nth-child(3).ok {
      background: #04a3ff; }
      .single-clever_calendar #template-content .actions .button:nth-child(3).ok:before {
        background-position: -36px 0px; }

.single-clever_calendar #template-content .entry-meta .posted-on-vencimiento {
  margin-left: 10px; }

@media (max-width: 750px) {
  .single-clever_calendar #template-content .actions {
    margin-top: 30px;
    margin-bottom: 15px; }
    .single-clever_calendar #template-content .actions .info {
      width: 41px; }
    .single-clever_calendar #template-content .actions button,
    .single-clever_calendar #template-content .actions .button {
      height: 40px;
      line-height: 38px;
      font-size: 16rem;
      width: 42%;
      text-align: center; }
      .single-clever_calendar #template-content .actions button span,
      .single-clever_calendar #template-content .actions .button span {
        display: none; }
  .single-clever_calendar #template-content .entry-meta .posted-on-vencimiento {
    display: block;
    clear: both;
    margin-left: 0;
    margin-top: 5px; } }

#calendario-month-wrap .calendar-month {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 10px;
  border: 1px solid #e9e9e9;
  border-radius: 1px;
  z-index: 9; }
  #calendario-month-wrap .calendar-month.ok {
    display: block; }
  #calendario-month-wrap .calendar-month .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100%; }
    #calendario-month-wrap .calendar-month .row .day {
      padding: 2px 0;
      display: inline-block;
      width: 14%;
      text-align: center; }
      #calendario-month-wrap .calendar-month .row .day.prev-month a {
        color: #7e7e7e; }
      #calendario-month-wrap .calendar-month .row .day a {
        text-decoration: none;
        display: block; }
        #calendario-month-wrap .calendar-month .row .day a.with-event {
          font-weight: bold; }
        #calendario-month-wrap .calendar-month .row .day a:hover {
          background: #04a3ff;
          color: #fff;
          cursor: pointer; }
    #calendario-month-wrap .calendar-month .row.actions {
      margin-bottom: 10px; }
      #calendario-month-wrap .calendar-month .row.actions > div {
        width: 33%;
        display: inline-block;
        text-align: center; }
      #calendario-month-wrap .calendar-month .row.actions button {
        margin: 0; }
  @media (max-width: 750px) {
    #calendario-month-wrap .calendar-month .row.actions button {
      font-size: 12rem !important;
      width: 100% !important; } }

#calendario-wrap {
  display: none; }

.single-clever_inci_insta,
.single-clever_inci_ruta,
.single-clever_inci_info {
  /*
	#inci-navigation-mobile {
		display: none;

		@media (max-width: $sm-screen) {
			height: $header-height-sm;
			display: block;

			ul {
				li {
					display: inline-block;
					line-height: $header-height-sm;
					width: 50%;
					float: left;
					text-align: center;
					border-bottom: 1px solid $color-border;

					&.active,
					&:hover {
						a {
							border-bottom: 2px solid $color-secondary;
						}
					}

					a {
						display: block;
						color: $color-text;
						font-size: 14rem;
						text-decoration: none;
						border-bottom: 2px solid transparent;
					}
				}
			}
		}
	}
	*/ }
  .single-clever_inci_insta #navigation #menu-main_menu > li.menu-item-object-clever_inci_info > a,
  .single-clever_inci_ruta #navigation #menu-main_menu > li.menu-item-object-clever_inci_info > a,
  .single-clever_inci_info #navigation #menu-main_menu > li.menu-item-object-clever_inci_info > a {
    background: #fff;
    color: #04a3ff; }
    @media (max-width: 750px) {
      .single-clever_inci_insta #navigation #menu-main_menu > li.menu-item-object-clever_inci_info > a,
      .single-clever_inci_ruta #navigation #menu-main_menu > li.menu-item-object-clever_inci_info > a,
      .single-clever_inci_info #navigation #menu-main_menu > li.menu-item-object-clever_inci_info > a {
        background: #2b2b2b; }
        .single-clever_inci_insta #navigation #menu-main_menu > li.menu-item-object-clever_inci_info > a:before,
        .single-clever_inci_ruta #navigation #menu-main_menu > li.menu-item-object-clever_inci_info > a:before,
        .single-clever_inci_info #navigation #menu-main_menu > li.menu-item-object-clever_inci_info > a:before {
          background-position: -87px 0px !important; } }
  .single-clever_inci_insta #inci-navigation-mobile,
  .single-clever_inci_ruta #inci-navigation-mobile,
  .single-clever_inci_info #inci-navigation-mobile {
    display: none; }
    @media (max-width: 750px) {
      .single-clever_inci_insta #inci-navigation-mobile,
      .single-clever_inci_ruta #inci-navigation-mobile,
      .single-clever_inci_info #inci-navigation-mobile {
        height: 44px;
        display: block; }
        .single-clever_inci_insta #inci-navigation-mobile ul li,
        .single-clever_inci_ruta #inci-navigation-mobile ul li,
        .single-clever_inci_info #inci-navigation-mobile ul li {
          display: inline-block;
          line-height: 44px;
          width: 33.3%;
          float: left;
          text-align: center;
          border-bottom: 1px solid #e9e9e9; }
          .single-clever_inci_insta #inci-navigation-mobile ul li.active a, .single-clever_inci_insta #inci-navigation-mobile ul li:hover a,
          .single-clever_inci_ruta #inci-navigation-mobile ul li.active a,
          .single-clever_inci_ruta #inci-navigation-mobile ul li:hover a,
          .single-clever_inci_info #inci-navigation-mobile ul li.active a,
          .single-clever_inci_info #inci-navigation-mobile ul li:hover a {
            border-bottom: 2px solid #2b2b2b; }
          .single-clever_inci_insta #inci-navigation-mobile ul li a,
          .single-clever_inci_ruta #inci-navigation-mobile ul li a,
          .single-clever_inci_info #inci-navigation-mobile ul li a {
            display: block;
            color: #7e7e7e;
            font-size: 11rem;
            text-decoration: none;
            border-bottom: 2px solid transparent; } }
  .single-clever_inci_insta #main.single #template-content article,
  .single-clever_inci_ruta #main.single #template-content article,
  .single-clever_inci_info #main.single #template-content article {
    padding-top: 0; }
    .single-clever_inci_insta #main.single #template-content article .entry-header h1,
    .single-clever_inci_ruta #main.single #template-content article .entry-header h1,
    .single-clever_inci_info #main.single #template-content article .entry-header h1 {
      font-size: 36rem;
      color: #7e7e7e; }
    .single-clever_inci_insta #main.single #template-content article [type="text"],
    .single-clever_inci_insta #main.single #template-content article .input-wrap,
    .single-clever_inci_ruta #main.single #template-content article [type="text"],
    .single-clever_inci_ruta #main.single #template-content article .input-wrap,
    .single-clever_inci_info #main.single #template-content article [type="text"],
    .single-clever_inci_info #main.single #template-content article .input-wrap {
      width: 100%;
      max-width: 300px; }
  @media (max-width: 750px) {
    .single-clever_inci_insta #main.single #template-content .wrap,
    .single-clever_inci_ruta #main.single #template-content .wrap,
    .single-clever_inci_info #main.single #template-content .wrap {
      overflow: visible; }
    .single-clever_inci_insta #main.single #template-content article .entry-header,
    .single-clever_inci_ruta #main.single #template-content article .entry-header,
    .single-clever_inci_info #main.single #template-content article .entry-header {
      display: none; }
    .single-clever_inci_insta #main.single #template-content article .entry-content,
    .single-clever_inci_ruta #main.single #template-content article .entry-content,
    .single-clever_inci_info #main.single #template-content article .entry-content {
      padding: 0; }
    .single-clever_inci_insta #main.single #template-content article .ccf,
    .single-clever_inci_ruta #main.single #template-content article .ccf,
    .single-clever_inci_info #main.single #template-content article .ccf {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .single-clever_inci_insta #main.single #template-content article .ccf form,
      .single-clever_inci_ruta #main.single #template-content article .ccf form,
      .single-clever_inci_info #main.single #template-content article .ccf form {
        -ms-flex-order: 2;
            order: 2;
        margin-top: 15px;
        padding-top: 15px; }
        .single-clever_inci_insta #main.single #template-content article .ccf form ::-webkit-input-placeholder,
        .single-clever_inci_ruta #main.single #template-content article .ccf form ::-webkit-input-placeholder,
        .single-clever_inci_info #main.single #template-content article .ccf form ::-webkit-input-placeholder {
          font-size: 14rem; }
        .single-clever_inci_insta #main.single #template-content article .ccf form :-moz-placeholder,
        .single-clever_inci_ruta #main.single #template-content article .ccf form :-moz-placeholder,
        .single-clever_inci_info #main.single #template-content article .ccf form :-moz-placeholder {
          /* Firefox 18- */
          font-size: 14rem; }
        .single-clever_inci_insta #main.single #template-content article .ccf form ::-moz-placeholder,
        .single-clever_inci_ruta #main.single #template-content article .ccf form ::-moz-placeholder,
        .single-clever_inci_info #main.single #template-content article .ccf form ::-moz-placeholder {
          /* Firefox 19+ */
          font-size: 14rem; }
        .single-clever_inci_insta #main.single #template-content article .ccf form :-ms-input-placeholder,
        .single-clever_inci_ruta #main.single #template-content article .ccf form :-ms-input-placeholder,
        .single-clever_inci_info #main.single #template-content article .ccf form :-ms-input-placeholder {
          font-size: 14rem; }
        .single-clever_inci_insta #main.single #template-content article .ccf form input, .single-clever_inci_insta #main.single #template-content article .ccf form select, .single-clever_inci_insta #main.single #template-content article .ccf form textarea,
        .single-clever_inci_ruta #main.single #template-content article .ccf form input,
        .single-clever_inci_ruta #main.single #template-content article .ccf form select,
        .single-clever_inci_ruta #main.single #template-content article .ccf form textarea,
        .single-clever_inci_info #main.single #template-content article .ccf form input,
        .single-clever_inci_info #main.single #template-content article .ccf form select,
        .single-clever_inci_info #main.single #template-content article .ccf form textarea {
          font-size: 16rem; }
      .single-clever_inci_insta #main.single #template-content article .ccf .response,
      .single-clever_inci_ruta #main.single #template-content article .ccf .response,
      .single-clever_inci_info #main.single #template-content article .ccf .response {
        -ms-flex-order: 1;
            order: 1;
        width: calc(100% + 60px);
        position: relative;
        left: -30px;
        margin: 0; }
      .single-clever_inci_insta #main.single #template-content article .ccf .sending,
      .single-clever_inci_ruta #main.single #template-content article .ccf .sending,
      .single-clever_inci_info #main.single #template-content article .ccf .sending {
        -ms-flex-order: 3;
            order: 3; } }

.single-clever_inci_insta .menu-item-object-clever_inci_insta > a {
  color: #04a3ff !important; }

.single-clever_inci_info .menu-item-object-clever_inci_info > a {
  color: #04a3ff !important; }

.single-clever_inci_ruta .menu-item-object-clever_inci_ruta > a {
  color: #04a3ff !important; }

.page-template-page-foro #navigation #menu-main_menu > .menu-item-object-page > a {
  background: #fff;
  color: #04a3ff; }
  @media (max-width: 750px) {
    .page-template-page-foro #navigation #menu-main_menu > .menu-item-object-page > a {
      background: #2b2b2b !important; }
      .page-template-page-foro #navigation #menu-main_menu > .menu-item-object-page > a:before {
        background-position: -64px -43px !important; } }

.page-template-page-foro #navigation #menu-main_menu > .menu-item-object-page .menu-item-object-clever_foro a {
  color: #04a3ff; }

.page-template-page-foro #info-navigation-mobile {
  margin-bottom: 0; }

.page-template-page-foro #main #template-content header {
  margin-bottom: 30px; }
  .page-template-page-foro #main #template-content header h1 {
    color: #7e7e7e;
    font-weight: normal; }
  .page-template-page-foro #main #template-content header .desc {
    margin: 30px 0; }
  .page-template-page-foro #main #template-content header:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e9e9e9; }

.page-template-page-foro #main #template-content form {
  position: relative; }
  .page-template-page-foro #main #template-content form ::-webkit-input-placeholder {
    text-transform: uppercase; }
  .page-template-page-foro #main #template-content form :-moz-placeholder {
    /* Firefox 18- */
    text-transform: uppercase; }
  .page-template-page-foro #main #template-content form ::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: uppercase; }
  .page-template-page-foro #main #template-content form :-ms-input-placeholder {
    text-transform: uppercase; }
  .page-template-page-foro #main #template-content form input {
    text-transform: none; }
  .page-template-page-foro #main #template-content form [type="text"],
  .page-template-page-foro #main #template-content form .input-wrap {
    width: 100%;
    max-width: 300px; }
  .page-template-page-foro #main #template-content form .response {
    display: none; }

.page-template-page-foro #main #template-content #wp-new_foro_contenido-wrap.wp-core-ui {
  margin-bottom: 20px; }
  .page-template-page-foro #main #template-content #wp-new_foro_contenido-wrap.wp-core-ui .wp-editor-tabs {
    display: none; }
  .page-template-page-foro #main #template-content #wp-new_foro_contenido-wrap.wp-core-ui #wp-new_foro_contenido-editor-container {
    border: 1px solid #f4f4f4; }
  .page-template-page-foro #main #template-content #wp-new_foro_contenido-wrap.wp-core-ui #wp-new_foro_contenido-media-buttons #insert-media-button {
    background: #fff !important;
    border: 1px solid #04a3ff !important;
    color: #04a3ff !important;
    border-radius: 1px;
    box-shadow: none;
    margin-bottom: 20px; }
    .page-template-page-foro #main #template-content #wp-new_foro_contenido-wrap.wp-core-ui #wp-new_foro_contenido-media-buttons #insert-media-button .wp-media-buttons-icon:before {
      content: '\f0c6';
      font-family: 'FontAwesome';
      position: relative;
      top: -3px; }
    .page-template-page-foro #main #template-content #wp-new_foro_contenido-wrap.wp-core-ui #wp-new_foro_contenido-media-buttons #insert-media-button:hover {
      background: #04a3ff !important;
      color: #fff !important; }
  .page-template-page-foro #main #template-content #wp-new_foro_contenido-wrap.wp-core-ui div.mce-panel {
    background: #f4f4f4; }

@media (max-width: 750px) {
  .page-template-page-foro #main #template-content .wrap {
    overflow: visible; }
  .page-template-page-foro #main #template-content header {
    display: none; }
  .page-template-page-foro #main #template-content form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .page-template-page-foro #main #template-content form ::-webkit-input-placeholder {
      font-size: 14rem; }
    .page-template-page-foro #main #template-content form :-moz-placeholder {
      /* Firefox 18- */
      font-size: 14rem; }
    .page-template-page-foro #main #template-content form ::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 14rem; }
    .page-template-page-foro #main #template-content form :-ms-input-placeholder {
      font-size: 14rem; }
    .page-template-page-foro #main #template-content form input, .page-template-page-foro #main #template-content form select, .page-template-page-foro #main #template-content form textarea {
      font-size: 16rem; }
    .page-template-page-foro #main #template-content form * {
      -ms-flex-order: 2;
          order: 2; }
    .page-template-page-foro #main #template-content form label:first-child {
      margin-top: 30px; }
    .page-template-page-foro #main #template-content form .ccf {
      -ms-flex-order: 1;
          order: 1;
      width: calc(100% + 60px);
      position: relative;
      left: -30px; }
      .page-template-page-foro #main #template-content form .ccf .response {
        margin: 0; } }

.page-template-page-foro [id*="wp-uploader-id"] input {
  text-transform: none; }

.page-template-page-foro [id*="wp-uploader-id"] .media-frame-menu a,
.page-template-page-foro [id*="wp-uploader-id"] .media-frame-menu .separator {
  display: none; }

.page-template-page-foro [id*="wp-uploader-id"] .media-frame-title h1 {
  color: #2b2b2b;
  font-weight: normal; }

.page-template-page-foro [id*="wp-uploader-id"] .media-toolbar .media-toolbar-secondary,
.page-template-page-foro [id*="wp-uploader-id"] .media-toolbar .media-toolbar-primary label {
  display: none; }

.page-template-page-foro [id*="wp-uploader-id"] .media-toolbar .media-toolbar-primary input {
  border: none; }

@media (max-width: 750px) {
  .page-template-page-foro [id*="wp-uploader-id"] .media-frame-toolbar .media-toolbar-primary.search-form {
    width: 100%; } }

.page-template-page-foro [id*="wp-uploader-id"] .media-frame-toolbar .media-toolbar-primary.search-form button {
  background: #fff;
  border-radius: 1px;
  border: 1px solid #04a3ff;
  text-shadow: none;
  box-shadow: none;
  font-weight: normal; }
  .page-template-page-foro [id*="wp-uploader-id"] .media-frame-toolbar .media-toolbar-primary.search-form button:hover {
    background: #04a3ff !important;
    color: #fff !important; }
  .page-template-page-foro [id*="wp-uploader-id"] .media-frame-toolbar .media-toolbar-primary.search-form button[disabled="disabled"] {
    background: #2b2b2b !important;
    border-color: #2b2b2b !important;
    color: #fff !important; }

.page-template-page-foro [id*="wp-uploader-id"] .uploader-inline-content .browser.button {
  width: auto;
  box-shadow: none;
  font-weight: normal; }

.page-template-page-foro [id*="wp-uploader-id"] .screen-reader-text {
  display: none; }

@media (min-width: 750px) and (max-width: 900px) {
  .archive.post-type-archive-clever_foro #main #template-content .page-header .new_foro .button {
    font-size: 11rem; } }

.wp-core-ui .button {
  background: #fff !important;
  border: 2px solid #04a3ff !important;
  color: #04a3ff !important; }

.single-clever_partes #main.single.parte {
  width: 100%; }
  .single-clever_partes #main.single.parte #template-content {
    padding: 0; }
    .single-clever_partes #main.single.parte #template-content .wrap {
      max-width: 750px;
      padding: 0; }
    .single-clever_partes #main.single.parte #template-content article {
      padding-top: 3em; }
      .single-clever_partes #main.single.parte #template-content article .entry-header h1 {
        color: #7e7e7e;
        font-size: 36rem;
        font-weight: normal; }
      .single-clever_partes #main.single.parte #template-content article .entry-header p {
        margin-top: 30px; }
      .single-clever_partes #main.single.parte #template-content article .entry-header:after {
        content: '';
        display: inline-block;
        height: 1px;
        width: 100%;
        background: #e9e9e9;
        margin-top: 30px; }
      .single-clever_partes #main.single.parte #template-content article .ccf [type="text"],
      .single-clever_partes #main.single.parte #template-content article .ccf [type="date"],
      .single-clever_partes #main.single.parte #template-content article .ccf .input-wrap {
        width: 100%;
        max-width: 300px; }
      .single-clever_partes #main.single.parte #template-content article .ccf .hora-fecha > span {
        display: inline-block;
        position: relative;
        padding-right: 20px; }
        .single-clever_partes #main.single.parte #template-content article .ccf .hora-fecha > span.fecha:after {
          content: '\f073';
          font-family: 'FontAwesome';
          display: inline-block;
          position: absolute;
          right: 0px;
          top: 50%;
          transform: translateY(-50%); }
        .single-clever_partes #main.single.parte #template-content article .ccf .hora-fecha > span.hora {
          margin-left: 30px; }
    @media (max-width: 750px) {
      .single-clever_partes #main.single.parte #template-content {
        padding: 0 15px; }
        .single-clever_partes #main.single.parte #template-content .wrap {
          overflow: visible; }
        .single-clever_partes #main.single.parte #template-content article {
          padding: 0; }
          .single-clever_partes #main.single.parte #template-content article header.entry-header {
            display: none; }
          .single-clever_partes #main.single.parte #template-content article .entry-content {
            padding: 0; }
            .single-clever_partes #main.single.parte #template-content article .entry-content .ccf {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: column;
                  flex-direction: column; }
              .single-clever_partes #main.single.parte #template-content article .entry-content .ccf .hora-fecha > span {
                display: block; }
                .single-clever_partes #main.single.parte #template-content article .entry-content .ccf .hora-fecha > span.fecha:after {
                  top: 65%; }
                .single-clever_partes #main.single.parte #template-content article .entry-content .ccf .hora-fecha > span.hora {
                  margin-left: 0; }
              .single-clever_partes #main.single.parte #template-content article .entry-content .ccf form {
                -ms-flex-order: 2;
                    order: 2;
                margin-top: 15px; }
                .single-clever_partes #main.single.parte #template-content article .entry-content .ccf form ::-webkit-input-placeholder {
                  font-size: 14rem; }
                .single-clever_partes #main.single.parte #template-content article .entry-content .ccf form :-moz-placeholder {
                  /* Firefox 18- */
                  font-size: 14rem; }
                .single-clever_partes #main.single.parte #template-content article .entry-content .ccf form ::-moz-placeholder {
                  /* Firefox 19+ */
                  font-size: 14rem; }
                .single-clever_partes #main.single.parte #template-content article .entry-content .ccf form :-ms-input-placeholder {
                  font-size: 14rem; }
                .single-clever_partes #main.single.parte #template-content article .entry-content .ccf form input, .single-clever_partes #main.single.parte #template-content article .entry-content .ccf form select, .single-clever_partes #main.single.parte #template-content article .entry-content .ccf form textarea {
                  font-size: 16rem; }
              .single-clever_partes #main.single.parte #template-content article .entry-content .ccf .response {
                -ms-flex-order: 1;
                    order: 1;
                width: calc(100% + 60px);
                position: relative;
                left: -30px;
                margin: 0; }
              .single-clever_partes #main.single.parte #template-content article .entry-content .ccf .sending {
                -ms-flex-order: 3;
                    order: 3; } }

.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7e7e7e; }

.ui-corner-all {
  border-radius: 1px;
  border-color: #e9e9e9; }

.ui-timepicker-div .ui-widget-header {
  background: none;
  border-radius: 1px;
  color: #7e7e7e;
  font-weight: normal; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  height: auto;
  line-height: 1; }

.ui-state-default, .ui-widget-content .ui-state-default {
  background: #ccc; }

.ui-datepicker .ui-datepicker-buttonpane button {
  height: auto;
  padding: 0;
  background: #fff;
  border-color: #04a3ff;
  color: #04a3ff;
  font-weight: normal;
  padding: 10px;
  height: auto;
  line-height: 1;
  font-size: 12rem; }
  .ui-datepicker .ui-datepicker-buttonpane button:hover {
    background: #04a3ff;
    color: #fff; }

.tax-foro_cat #navigation #menu-main_menu > li.menu-item-object-page > a,
.archive.category #navigation #menu-main_menu > li.menu-item-object-page > a,
.blog #navigation #menu-main_menu > li.menu-item-object-page > a,
.post-type-archive-clever_innova #navigation #menu-main_menu > li.menu-item-object-page > a,
.post-type-archive-clever_foro #navigation #menu-main_menu > li.menu-item-object-page > a,
.single-clever_foro #navigation #menu-main_menu > li.menu-item-object-page > a,
.single.single-post #navigation #menu-main_menu > li.menu-item-object-page > a,
.single-clever_innova #navigation #menu-main_menu > li.menu-item-object-page > a,
.page-template-page-foro #navigation #menu-main_menu > li.menu-item-object-page > a,
.search-results:not(.post-type-archive-clever_avisos) #navigation #menu-main_menu > li.menu-item-object-page > a,
.search-no-results:not(.post-type-archive-clever_avisos) #navigation #menu-main_menu > li.menu-item-object-page > a {
  background: #fff;
  color: #04a3ff; }
  @media (max-width: 750px) {
    .tax-foro_cat #navigation #menu-main_menu > li.menu-item-object-page > a,
    .archive.category #navigation #menu-main_menu > li.menu-item-object-page > a,
    .blog #navigation #menu-main_menu > li.menu-item-object-page > a,
    .post-type-archive-clever_innova #navigation #menu-main_menu > li.menu-item-object-page > a,
    .post-type-archive-clever_foro #navigation #menu-main_menu > li.menu-item-object-page > a,
    .single-clever_foro #navigation #menu-main_menu > li.menu-item-object-page > a,
    .single.single-post #navigation #menu-main_menu > li.menu-item-object-page > a,
    .single-clever_innova #navigation #menu-main_menu > li.menu-item-object-page > a,
    .page-template-page-foro #navigation #menu-main_menu > li.menu-item-object-page > a,
    .search-results:not(.post-type-archive-clever_avisos) #navigation #menu-main_menu > li.menu-item-object-page > a,
    .search-no-results:not(.post-type-archive-clever_avisos) #navigation #menu-main_menu > li.menu-item-object-page > a {
      background: #2b2b2b; }
      .tax-foro_cat #navigation #menu-main_menu > li.menu-item-object-page > a:before,
      .archive.category #navigation #menu-main_menu > li.menu-item-object-page > a:before,
      .blog #navigation #menu-main_menu > li.menu-item-object-page > a:before,
      .post-type-archive-clever_innova #navigation #menu-main_menu > li.menu-item-object-page > a:before,
      .post-type-archive-clever_foro #navigation #menu-main_menu > li.menu-item-object-page > a:before,
      .single-clever_foro #navigation #menu-main_menu > li.menu-item-object-page > a:before,
      .single.single-post #navigation #menu-main_menu > li.menu-item-object-page > a:before,
      .single-clever_innova #navigation #menu-main_menu > li.menu-item-object-page > a:before,
      .page-template-page-foro #navigation #menu-main_menu > li.menu-item-object-page > a:before,
      .search-results:not(.post-type-archive-clever_avisos) #navigation #menu-main_menu > li.menu-item-object-page > a:before,
      .search-no-results:not(.post-type-archive-clever_avisos) #navigation #menu-main_menu > li.menu-item-object-page > a:before {
        background-position: -137px 0px !important; } }

.tax-foro_cat #navigation #menu-main_menu > li.menu-item-object-page ul li.menu-item-object-page a,
.archive.category #navigation #menu-main_menu > li.menu-item-object-page ul li.menu-item-object-page a,
.blog #navigation #menu-main_menu > li.menu-item-object-page ul li.menu-item-object-page a,
.post-type-archive-clever_innova #navigation #menu-main_menu > li.menu-item-object-page ul li.menu-item-object-page a,
.post-type-archive-clever_foro #navigation #menu-main_menu > li.menu-item-object-page ul li.menu-item-object-page a,
.single-clever_foro #navigation #menu-main_menu > li.menu-item-object-page ul li.menu-item-object-page a,
.single.single-post #navigation #menu-main_menu > li.menu-item-object-page ul li.menu-item-object-page a,
.single-clever_innova #navigation #menu-main_menu > li.menu-item-object-page ul li.menu-item-object-page a,
.page-template-page-foro #navigation #menu-main_menu > li.menu-item-object-page ul li.menu-item-object-page a,
.search-results:not(.post-type-archive-clever_avisos) #navigation #menu-main_menu > li.menu-item-object-page ul li.menu-item-object-page a,
.search-no-results:not(.post-type-archive-clever_avisos) #navigation #menu-main_menu > li.menu-item-object-page ul li.menu-item-object-page a {
  background: #f8f8f8; }

.tax-foro_cat #info-navigation-mobile,
.archive.category #info-navigation-mobile,
.blog #info-navigation-mobile,
.post-type-archive-clever_innova #info-navigation-mobile,
.post-type-archive-clever_foro #info-navigation-mobile,
.single-clever_foro #info-navigation-mobile,
.single.single-post #info-navigation-mobile,
.single-clever_innova #info-navigation-mobile,
.page-template-page-foro #info-navigation-mobile,
.search-results:not(.post-type-archive-clever_avisos) #info-navigation-mobile,
.search-no-results:not(.post-type-archive-clever_avisos) #info-navigation-mobile {
  display: none; }
  @media (max-width: 750px) {
    .tax-foro_cat #info-navigation-mobile,
    .archive.category #info-navigation-mobile,
    .blog #info-navigation-mobile,
    .post-type-archive-clever_innova #info-navigation-mobile,
    .post-type-archive-clever_foro #info-navigation-mobile,
    .single-clever_foro #info-navigation-mobile,
    .single.single-post #info-navigation-mobile,
    .single-clever_innova #info-navigation-mobile,
    .page-template-page-foro #info-navigation-mobile,
    .search-results:not(.post-type-archive-clever_avisos) #info-navigation-mobile,
    .search-no-results:not(.post-type-archive-clever_avisos) #info-navigation-mobile {
      height: 44px;
      display: block; }
      .tax-foro_cat #info-navigation-mobile ul li,
      .archive.category #info-navigation-mobile ul li,
      .blog #info-navigation-mobile ul li,
      .post-type-archive-clever_innova #info-navigation-mobile ul li,
      .post-type-archive-clever_foro #info-navigation-mobile ul li,
      .single-clever_foro #info-navigation-mobile ul li,
      .single.single-post #info-navigation-mobile ul li,
      .single-clever_innova #info-navigation-mobile ul li,
      .page-template-page-foro #info-navigation-mobile ul li,
      .search-results:not(.post-type-archive-clever_avisos) #info-navigation-mobile ul li,
      .search-no-results:not(.post-type-archive-clever_avisos) #info-navigation-mobile ul li {
        display: inline-block;
        line-height: 44px;
        width: 33.3%;
        float: left;
        text-align: center;
        border-bottom: 1px solid #e9e9e9; }
        .tax-foro_cat #info-navigation-mobile ul li.active a, .tax-foro_cat #info-navigation-mobile ul li:hover a,
        .archive.category #info-navigation-mobile ul li.active a,
        .archive.category #info-navigation-mobile ul li:hover a,
        .blog #info-navigation-mobile ul li.active a,
        .blog #info-navigation-mobile ul li:hover a,
        .post-type-archive-clever_innova #info-navigation-mobile ul li.active a,
        .post-type-archive-clever_innova #info-navigation-mobile ul li:hover a,
        .post-type-archive-clever_foro #info-navigation-mobile ul li.active a,
        .post-type-archive-clever_foro #info-navigation-mobile ul li:hover a,
        .single-clever_foro #info-navigation-mobile ul li.active a,
        .single-clever_foro #info-navigation-mobile ul li:hover a,
        .single.single-post #info-navigation-mobile ul li.active a,
        .single.single-post #info-navigation-mobile ul li:hover a,
        .single-clever_innova #info-navigation-mobile ul li.active a,
        .single-clever_innova #info-navigation-mobile ul li:hover a,
        .page-template-page-foro #info-navigation-mobile ul li.active a,
        .page-template-page-foro #info-navigation-mobile ul li:hover a,
        .search-results:not(.post-type-archive-clever_avisos) #info-navigation-mobile ul li.active a,
        .search-results:not(.post-type-archive-clever_avisos) #info-navigation-mobile ul li:hover a,
        .search-no-results:not(.post-type-archive-clever_avisos) #info-navigation-mobile ul li.active a,
        .search-no-results:not(.post-type-archive-clever_avisos) #info-navigation-mobile ul li:hover a {
          border-bottom: 2px solid #2b2b2b; }
        .tax-foro_cat #info-navigation-mobile ul li a,
        .archive.category #info-navigation-mobile ul li a,
        .blog #info-navigation-mobile ul li a,
        .post-type-archive-clever_innova #info-navigation-mobile ul li a,
        .post-type-archive-clever_foro #info-navigation-mobile ul li a,
        .single-clever_foro #info-navigation-mobile ul li a,
        .single.single-post #info-navigation-mobile ul li a,
        .single-clever_innova #info-navigation-mobile ul li a,
        .page-template-page-foro #info-navigation-mobile ul li a,
        .search-results:not(.post-type-archive-clever_avisos) #info-navigation-mobile ul li a,
        .search-no-results:not(.post-type-archive-clever_avisos) #info-navigation-mobile ul li a {
          display: block;
          color: #7e7e7e;
          font-size: 11rem;
          text-decoration: none;
          border-bottom: 2px solid transparent; } }

.tax-foro_cat #main #template-sidebar .parent,
.archive.category #main #template-sidebar .parent,
.blog #main #template-sidebar .parent,
.post-type-archive-clever_innova #main #template-sidebar .parent,
.post-type-archive-clever_foro #main #template-sidebar .parent,
.single-clever_foro #main #template-sidebar .parent,
.single.single-post #main #template-sidebar .parent,
.single-clever_innova #main #template-sidebar .parent,
.page-template-page-foro #main #template-sidebar .parent,
.search-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent,
.search-no-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent {
  margin-left: 0; }
  .tax-foro_cat #main #template-sidebar .parent > li,
  .archive.category #main #template-sidebar .parent > li,
  .blog #main #template-sidebar .parent > li,
  .post-type-archive-clever_innova #main #template-sidebar .parent > li,
  .post-type-archive-clever_foro #main #template-sidebar .parent > li,
  .single-clever_foro #main #template-sidebar .parent > li,
  .single.single-post #main #template-sidebar .parent > li,
  .single-clever_innova #main #template-sidebar .parent > li,
  .page-template-page-foro #main #template-sidebar .parent > li,
  .search-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li,
  .search-no-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li {
    padding-left: 0; }
    .tax-foro_cat #main #template-sidebar .parent > li > a,
    .archive.category #main #template-sidebar .parent > li > a,
    .blog #main #template-sidebar .parent > li > a,
    .post-type-archive-clever_innova #main #template-sidebar .parent > li > a,
    .post-type-archive-clever_foro #main #template-sidebar .parent > li > a,
    .single-clever_foro #main #template-sidebar .parent > li > a,
    .single.single-post #main #template-sidebar .parent > li > a,
    .single-clever_innova #main #template-sidebar .parent > li > a,
    .page-template-page-foro #main #template-sidebar .parent > li > a,
    .search-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li > a,
    .search-no-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li > a {
      text-transform: none;
      font-size: 16px;
      padding-left: 0;
      color: #fff;
      font-weight: normal;
      letter-spacing: 1px; }
      .tax-foro_cat #main #template-sidebar .parent > li > a:hover,
      .archive.category #main #template-sidebar .parent > li > a:hover,
      .blog #main #template-sidebar .parent > li > a:hover,
      .post-type-archive-clever_innova #main #template-sidebar .parent > li > a:hover,
      .post-type-archive-clever_foro #main #template-sidebar .parent > li > a:hover,
      .single-clever_foro #main #template-sidebar .parent > li > a:hover,
      .single.single-post #main #template-sidebar .parent > li > a:hover,
      .single-clever_innova #main #template-sidebar .parent > li > a:hover,
      .page-template-page-foro #main #template-sidebar .parent > li > a:hover,
      .search-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li > a:hover,
      .search-no-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li > a:hover {
        background: transparent;
        text-decoration: underline; }
    .tax-foro_cat #main #template-sidebar .parent > li ul,
    .archive.category #main #template-sidebar .parent > li ul,
    .blog #main #template-sidebar .parent > li ul,
    .post-type-archive-clever_innova #main #template-sidebar .parent > li ul,
    .post-type-archive-clever_foro #main #template-sidebar .parent > li ul,
    .single-clever_foro #main #template-sidebar .parent > li ul,
    .single.single-post #main #template-sidebar .parent > li ul,
    .single-clever_innova #main #template-sidebar .parent > li ul,
    .page-template-page-foro #main #template-sidebar .parent > li ul,
    .search-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li ul,
    .search-no-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li ul {
      margin-left: 0;
      display: none;
      margin: 10px 0; }
    .tax-foro_cat #main #template-sidebar .parent > li.active ul,
    .archive.category #main #template-sidebar .parent > li.active ul,
    .blog #main #template-sidebar .parent > li.active ul,
    .post-type-archive-clever_innova #main #template-sidebar .parent > li.active ul,
    .post-type-archive-clever_foro #main #template-sidebar .parent > li.active ul,
    .single-clever_foro #main #template-sidebar .parent > li.active ul,
    .single.single-post #main #template-sidebar .parent > li.active ul,
    .single-clever_innova #main #template-sidebar .parent > li.active ul,
    .page-template-page-foro #main #template-sidebar .parent > li.active ul,
    .search-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li.active ul,
    .search-no-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li.active ul {
      display: block; }

@media (max-width: 750px) {
  .tax-foro_cat #main #template-sidebar ul,
  .archive.category #main #template-sidebar ul,
  .blog #main #template-sidebar ul,
  .post-type-archive-clever_innova #main #template-sidebar ul,
  .post-type-archive-clever_foro #main #template-sidebar ul,
  .single-clever_foro #main #template-sidebar ul,
  .single.single-post #main #template-sidebar ul,
  .single-clever_innova #main #template-sidebar ul,
  .page-template-page-foro #main #template-sidebar ul,
  .search-results:not(.post-type-archive-clever_avisos) #main #template-sidebar ul,
  .search-no-results:not(.post-type-archive-clever_avisos) #main #template-sidebar ul {
    padding: 0; }
  .tax-foro_cat #main #template-sidebar .parent > li,
  .archive.category #main #template-sidebar .parent > li,
  .blog #main #template-sidebar .parent > li,
  .post-type-archive-clever_innova #main #template-sidebar .parent > li,
  .post-type-archive-clever_foro #main #template-sidebar .parent > li,
  .single-clever_foro #main #template-sidebar .parent > li,
  .single.single-post #main #template-sidebar .parent > li,
  .single-clever_innova #main #template-sidebar .parent > li,
  .page-template-page-foro #main #template-sidebar .parent > li,
  .search-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li,
  .search-no-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li {
    display: none; }
    .tax-foro_cat #main #template-sidebar .parent > li.active,
    .archive.category #main #template-sidebar .parent > li.active,
    .blog #main #template-sidebar .parent > li.active,
    .post-type-archive-clever_innova #main #template-sidebar .parent > li.active,
    .post-type-archive-clever_foro #main #template-sidebar .parent > li.active,
    .single-clever_foro #main #template-sidebar .parent > li.active,
    .single.single-post #main #template-sidebar .parent > li.active,
    .single-clever_innova #main #template-sidebar .parent > li.active,
    .page-template-page-foro #main #template-sidebar .parent > li.active,
    .search-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li.active,
    .search-no-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li.active {
      display: block; }
      .tax-foro_cat #main #template-sidebar .parent > li.active > a,
      .archive.category #main #template-sidebar .parent > li.active > a,
      .blog #main #template-sidebar .parent > li.active > a,
      .post-type-archive-clever_innova #main #template-sidebar .parent > li.active > a,
      .post-type-archive-clever_foro #main #template-sidebar .parent > li.active > a,
      .single-clever_foro #main #template-sidebar .parent > li.active > a,
      .single.single-post #main #template-sidebar .parent > li.active > a,
      .single-clever_innova #main #template-sidebar .parent > li.active > a,
      .page-template-page-foro #main #template-sidebar .parent > li.active > a,
      .search-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li.active > a,
      .search-no-results:not(.post-type-archive-clever_avisos) #main #template-sidebar .parent > li.active > a {
        display: none; } }

.tax-foro_cat #main #template-content .page-header,
.archive.category #main #template-content .page-header,
.blog #main #template-content .page-header,
.post-type-archive-clever_innova #main #template-content .page-header,
.post-type-archive-clever_foro #main #template-content .page-header,
.single-clever_foro #main #template-content .page-header,
.single.single-post #main #template-content .page-header,
.single-clever_innova #main #template-content .page-header,
.page-template-page-foro #main #template-content .page-header,
.search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header,
.search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .tax-foro_cat #main #template-content .page-header .ios-shadow,
  .archive.category #main #template-content .page-header .ios-shadow,
  .blog #main #template-content .page-header .ios-shadow,
  .post-type-archive-clever_innova #main #template-content .page-header .ios-shadow,
  .post-type-archive-clever_foro #main #template-content .page-header .ios-shadow,
  .single-clever_foro #main #template-content .page-header .ios-shadow,
  .single.single-post #main #template-content .page-header .ios-shadow,
  .single-clever_innova #main #template-content .page-header .ios-shadow,
  .page-template-page-foro #main #template-content .page-header .ios-shadow,
  .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .ios-shadow,
  .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .ios-shadow {
    display: none; }
  .tax-foro_cat #main #template-content .page-header h1,
  .tax-foro_cat #main #template-content .page-header h3.page-title,
  .archive.category #main #template-content .page-header h1,
  .archive.category #main #template-content .page-header h3.page-title,
  .blog #main #template-content .page-header h1,
  .blog #main #template-content .page-header h3.page-title,
  .post-type-archive-clever_innova #main #template-content .page-header h1,
  .post-type-archive-clever_innova #main #template-content .page-header h3.page-title,
  .post-type-archive-clever_foro #main #template-content .page-header h1,
  .post-type-archive-clever_foro #main #template-content .page-header h3.page-title,
  .single-clever_foro #main #template-content .page-header h1,
  .single-clever_foro #main #template-content .page-header h3.page-title,
  .single.single-post #main #template-content .page-header h1,
  .single.single-post #main #template-content .page-header h3.page-title,
  .single-clever_innova #main #template-content .page-header h1,
  .single-clever_innova #main #template-content .page-header h3.page-title,
  .page-template-page-foro #main #template-content .page-header h1,
  .page-template-page-foro #main #template-content .page-header h3.page-title,
  .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header h1,
  .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header h3.page-title,
  .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header h1,
  .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header h3.page-title {
    width: 30%; }
  .tax-foro_cat #main #template-content .page-header .header-wrap,
  .archive.category #main #template-content .page-header .header-wrap,
  .blog #main #template-content .page-header .header-wrap,
  .post-type-archive-clever_innova #main #template-content .page-header .header-wrap,
  .post-type-archive-clever_foro #main #template-content .page-header .header-wrap,
  .single-clever_foro #main #template-content .page-header .header-wrap,
  .single.single-post #main #template-content .page-header .header-wrap,
  .single-clever_innova #main #template-content .page-header .header-wrap,
  .page-template-page-foro #main #template-content .page-header .header-wrap,
  .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap,
  .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap {
    width: 70%; }
    .tax-foro_cat #main #template-content .page-header .header-wrap input,
    .tax-foro_cat #main #template-content .page-header .header-wrap .button,
    .archive.category #main #template-content .page-header .header-wrap input,
    .archive.category #main #template-content .page-header .header-wrap .button,
    .blog #main #template-content .page-header .header-wrap input,
    .blog #main #template-content .page-header .header-wrap .button,
    .post-type-archive-clever_innova #main #template-content .page-header .header-wrap input,
    .post-type-archive-clever_innova #main #template-content .page-header .header-wrap .button,
    .post-type-archive-clever_foro #main #template-content .page-header .header-wrap input,
    .post-type-archive-clever_foro #main #template-content .page-header .header-wrap .button,
    .single-clever_foro #main #template-content .page-header .header-wrap input,
    .single-clever_foro #main #template-content .page-header .header-wrap .button,
    .single.single-post #main #template-content .page-header .header-wrap input,
    .single.single-post #main #template-content .page-header .header-wrap .button,
    .single-clever_innova #main #template-content .page-header .header-wrap input,
    .single-clever_innova #main #template-content .page-header .header-wrap .button,
    .page-template-page-foro #main #template-content .page-header .header-wrap input,
    .page-template-page-foro #main #template-content .page-header .header-wrap .button,
    .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap input,
    .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap .button,
    .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap input,
    .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap .button {
      margin-bottom: 0; }
    .tax-foro_cat #main #template-content .page-header .header-wrap .new_foro,
    .archive.category #main #template-content .page-header .header-wrap .new_foro,
    .blog #main #template-content .page-header .header-wrap .new_foro,
    .post-type-archive-clever_innova #main #template-content .page-header .header-wrap .new_foro,
    .post-type-archive-clever_foro #main #template-content .page-header .header-wrap .new_foro,
    .single-clever_foro #main #template-content .page-header .header-wrap .new_foro,
    .single.single-post #main #template-content .page-header .header-wrap .new_foro,
    .single-clever_innova #main #template-content .page-header .header-wrap .new_foro,
    .page-template-page-foro #main #template-content .page-header .header-wrap .new_foro,
    .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap .new_foro,
    .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap .new_foro {
      width: 45%;
      float: left; }
      .tax-foro_cat #main #template-content .page-header .header-wrap .new_foro a,
      .archive.category #main #template-content .page-header .header-wrap .new_foro a,
      .blog #main #template-content .page-header .header-wrap .new_foro a,
      .post-type-archive-clever_innova #main #template-content .page-header .header-wrap .new_foro a,
      .post-type-archive-clever_foro #main #template-content .page-header .header-wrap .new_foro a,
      .single-clever_foro #main #template-content .page-header .header-wrap .new_foro a,
      .single.single-post #main #template-content .page-header .header-wrap .new_foro a,
      .single-clever_innova #main #template-content .page-header .header-wrap .new_foro a,
      .page-template-page-foro #main #template-content .page-header .header-wrap .new_foro a,
      .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap .new_foro a,
      .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap .new_foro a {
        text-align: center; }
        .tax-foro_cat #main #template-content .page-header .header-wrap .new_foro a:before,
        .archive.category #main #template-content .page-header .header-wrap .new_foro a:before,
        .blog #main #template-content .page-header .header-wrap .new_foro a:before,
        .post-type-archive-clever_innova #main #template-content .page-header .header-wrap .new_foro a:before,
        .post-type-archive-clever_foro #main #template-content .page-header .header-wrap .new_foro a:before,
        .single-clever_foro #main #template-content .page-header .header-wrap .new_foro a:before,
        .single.single-post #main #template-content .page-header .header-wrap .new_foro a:before,
        .single-clever_innova #main #template-content .page-header .header-wrap .new_foro a:before,
        .page-template-page-foro #main #template-content .page-header .header-wrap .new_foro a:before,
        .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap .new_foro a:before,
        .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap .new_foro a:before {
          content: '\f067';
          font-family: 'FontAwesome';
          display: inline-block;
          margin-right: 5px; }
    .tax-foro_cat #main #template-content .page-header .header-wrap #search,
    .archive.category #main #template-content .page-header .header-wrap #search,
    .blog #main #template-content .page-header .header-wrap #search,
    .post-type-archive-clever_innova #main #template-content .page-header .header-wrap #search,
    .post-type-archive-clever_foro #main #template-content .page-header .header-wrap #search,
    .single-clever_foro #main #template-content .page-header .header-wrap #search,
    .single.single-post #main #template-content .page-header .header-wrap #search,
    .single-clever_innova #main #template-content .page-header .header-wrap #search,
    .page-template-page-foro #main #template-content .page-header .header-wrap #search,
    .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search,
    .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search {
      width: 45%;
      float: right; }
      .tax-foro_cat #main #template-content .page-header .header-wrap #search form ::-webkit-input-placeholder,
      .archive.category #main #template-content .page-header .header-wrap #search form ::-webkit-input-placeholder,
      .blog #main #template-content .page-header .header-wrap #search form ::-webkit-input-placeholder,
      .post-type-archive-clever_innova #main #template-content .page-header .header-wrap #search form ::-webkit-input-placeholder,
      .post-type-archive-clever_foro #main #template-content .page-header .header-wrap #search form ::-webkit-input-placeholder,
      .single-clever_foro #main #template-content .page-header .header-wrap #search form ::-webkit-input-placeholder,
      .single.single-post #main #template-content .page-header .header-wrap #search form ::-webkit-input-placeholder,
      .single-clever_innova #main #template-content .page-header .header-wrap #search form ::-webkit-input-placeholder,
      .page-template-page-foro #main #template-content .page-header .header-wrap #search form ::-webkit-input-placeholder,
      .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search form ::-webkit-input-placeholder,
      .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search form ::-webkit-input-placeholder {
        text-transform: uppercase; }
      .tax-foro_cat #main #template-content .page-header .header-wrap #search form :-moz-placeholder,
      .archive.category #main #template-content .page-header .header-wrap #search form :-moz-placeholder,
      .blog #main #template-content .page-header .header-wrap #search form :-moz-placeholder,
      .post-type-archive-clever_innova #main #template-content .page-header .header-wrap #search form :-moz-placeholder,
      .post-type-archive-clever_foro #main #template-content .page-header .header-wrap #search form :-moz-placeholder,
      .single-clever_foro #main #template-content .page-header .header-wrap #search form :-moz-placeholder,
      .single.single-post #main #template-content .page-header .header-wrap #search form :-moz-placeholder,
      .single-clever_innova #main #template-content .page-header .header-wrap #search form :-moz-placeholder,
      .page-template-page-foro #main #template-content .page-header .header-wrap #search form :-moz-placeholder,
      .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search form :-moz-placeholder,
      .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search form :-moz-placeholder {
        /* Firefox 18- */
        text-transform: uppercase; }
      .tax-foro_cat #main #template-content .page-header .header-wrap #search form ::-moz-placeholder,
      .archive.category #main #template-content .page-header .header-wrap #search form ::-moz-placeholder,
      .blog #main #template-content .page-header .header-wrap #search form ::-moz-placeholder,
      .post-type-archive-clever_innova #main #template-content .page-header .header-wrap #search form ::-moz-placeholder,
      .post-type-archive-clever_foro #main #template-content .page-header .header-wrap #search form ::-moz-placeholder,
      .single-clever_foro #main #template-content .page-header .header-wrap #search form ::-moz-placeholder,
      .single.single-post #main #template-content .page-header .header-wrap #search form ::-moz-placeholder,
      .single-clever_innova #main #template-content .page-header .header-wrap #search form ::-moz-placeholder,
      .page-template-page-foro #main #template-content .page-header .header-wrap #search form ::-moz-placeholder,
      .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search form ::-moz-placeholder,
      .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search form ::-moz-placeholder {
        /* Firefox 19+ */
        text-transform: uppercase; }
      .tax-foro_cat #main #template-content .page-header .header-wrap #search form :-ms-input-placeholder,
      .archive.category #main #template-content .page-header .header-wrap #search form :-ms-input-placeholder,
      .blog #main #template-content .page-header .header-wrap #search form :-ms-input-placeholder,
      .post-type-archive-clever_innova #main #template-content .page-header .header-wrap #search form :-ms-input-placeholder,
      .post-type-archive-clever_foro #main #template-content .page-header .header-wrap #search form :-ms-input-placeholder,
      .single-clever_foro #main #template-content .page-header .header-wrap #search form :-ms-input-placeholder,
      .single.single-post #main #template-content .page-header .header-wrap #search form :-ms-input-placeholder,
      .single-clever_innova #main #template-content .page-header .header-wrap #search form :-ms-input-placeholder,
      .page-template-page-foro #main #template-content .page-header .header-wrap #search form :-ms-input-placeholder,
      .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search form :-ms-input-placeholder,
      .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search form :-ms-input-placeholder {
        text-transform: uppercase; }
      .tax-foro_cat #main #template-content .page-header .header-wrap #search form input,
      .archive.category #main #template-content .page-header .header-wrap #search form input,
      .blog #main #template-content .page-header .header-wrap #search form input,
      .post-type-archive-clever_innova #main #template-content .page-header .header-wrap #search form input,
      .post-type-archive-clever_foro #main #template-content .page-header .header-wrap #search form input,
      .single-clever_foro #main #template-content .page-header .header-wrap #search form input,
      .single.single-post #main #template-content .page-header .header-wrap #search form input,
      .single-clever_innova #main #template-content .page-header .header-wrap #search form input,
      .page-template-page-foro #main #template-content .page-header .header-wrap #search form input,
      .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search form input,
      .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search form input {
        text-transform: none; }
      .tax-foro_cat #main #template-content .page-header .header-wrap #search form button,
      .archive.category #main #template-content .page-header .header-wrap #search form button,
      .blog #main #template-content .page-header .header-wrap #search form button,
      .post-type-archive-clever_innova #main #template-content .page-header .header-wrap #search form button,
      .post-type-archive-clever_foro #main #template-content .page-header .header-wrap #search form button,
      .single-clever_foro #main #template-content .page-header .header-wrap #search form button,
      .single.single-post #main #template-content .page-header .header-wrap #search form button,
      .single-clever_innova #main #template-content .page-header .header-wrap #search form button,
      .page-template-page-foro #main #template-content .page-header .header-wrap #search form button,
      .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search form button,
      .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search form button {
        background: transparent;
        border-color: #f4f4f4;
        color: #7e7e7e; }

.tax-foro_cat #main #template-content article.has-post-thumbnail .wrap-art,
.archive.category #main #template-content article.has-post-thumbnail .wrap-art,
.blog #main #template-content article.has-post-thumbnail .wrap-art,
.post-type-archive-clever_innova #main #template-content article.has-post-thumbnail .wrap-art,
.post-type-archive-clever_foro #main #template-content article.has-post-thumbnail .wrap-art,
.single-clever_foro #main #template-content article.has-post-thumbnail .wrap-art,
.single.single-post #main #template-content article.has-post-thumbnail .wrap-art,
.single-clever_innova #main #template-content article.has-post-thumbnail .wrap-art,
.page-template-page-foro #main #template-content article.has-post-thumbnail .wrap-art,
.search-results:not(.post-type-archive-clever_avisos) #main #template-content article.has-post-thumbnail .wrap-art,
.search-no-results:not(.post-type-archive-clever_avisos) #main #template-content article.has-post-thumbnail .wrap-art {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.tax-foro_cat #main #template-content article.has-post-thumbnail .entry-thumbnail,
.archive.category #main #template-content article.has-post-thumbnail .entry-thumbnail,
.blog #main #template-content article.has-post-thumbnail .entry-thumbnail,
.post-type-archive-clever_innova #main #template-content article.has-post-thumbnail .entry-thumbnail,
.post-type-archive-clever_foro #main #template-content article.has-post-thumbnail .entry-thumbnail,
.single-clever_foro #main #template-content article.has-post-thumbnail .entry-thumbnail,
.single.single-post #main #template-content article.has-post-thumbnail .entry-thumbnail,
.single-clever_innova #main #template-content article.has-post-thumbnail .entry-thumbnail,
.page-template-page-foro #main #template-content article.has-post-thumbnail .entry-thumbnail,
.search-results:not(.post-type-archive-clever_avisos) #main #template-content article.has-post-thumbnail .entry-thumbnail,
.search-no-results:not(.post-type-archive-clever_avisos) #main #template-content article.has-post-thumbnail .entry-thumbnail {
  display: inline-block;
  float: left;
  width: 60px; }

.tax-foro_cat #main #template-content article.has-post-thumbnail .wrap-text,
.archive.category #main #template-content article.has-post-thumbnail .wrap-text,
.blog #main #template-content article.has-post-thumbnail .wrap-text,
.post-type-archive-clever_innova #main #template-content article.has-post-thumbnail .wrap-text,
.post-type-archive-clever_foro #main #template-content article.has-post-thumbnail .wrap-text,
.single-clever_foro #main #template-content article.has-post-thumbnail .wrap-text,
.single.single-post #main #template-content article.has-post-thumbnail .wrap-text,
.single-clever_innova #main #template-content article.has-post-thumbnail .wrap-text,
.page-template-page-foro #main #template-content article.has-post-thumbnail .wrap-text,
.search-results:not(.post-type-archive-clever_avisos) #main #template-content article.has-post-thumbnail .wrap-text,
.search-no-results:not(.post-type-archive-clever_avisos) #main #template-content article.has-post-thumbnail .wrap-text {
  display: inline-block;
  float: right;
  width: calc(100% - 60px);
  padding-left: 15px; }

@media (max-width: 750px) {
  .tax-foro_cat #main #template-content .ios-shadow.ok,
  .archive.category #main #template-content .ios-shadow.ok,
  .blog #main #template-content .ios-shadow.ok,
  .post-type-archive-clever_innova #main #template-content .ios-shadow.ok,
  .post-type-archive-clever_foro #main #template-content .ios-shadow.ok,
  .single-clever_foro #main #template-content .ios-shadow.ok,
  .single.single-post #main #template-content .ios-shadow.ok,
  .single-clever_innova #main #template-content .ios-shadow.ok,
  .page-template-page-foro #main #template-content .ios-shadow.ok,
  .search-results:not(.post-type-archive-clever_avisos) #main #template-content .ios-shadow.ok,
  .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .ios-shadow.ok {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9; }
  .tax-foro_cat #main #template-content .page-header,
  .archive.category #main #template-content .page-header,
  .blog #main #template-content .page-header,
  .post-type-archive-clever_innova #main #template-content .page-header,
  .post-type-archive-clever_foro #main #template-content .page-header,
  .single-clever_foro #main #template-content .page-header,
  .single.single-post #main #template-content .page-header,
  .single-clever_innova #main #template-content .page-header,
  .page-template-page-foro #main #template-content .page-header,
  .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header,
  .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header {
    width: 100%; }
    .tax-foro_cat #main #template-content .page-header h1,
    .tax-foro_cat #main #template-content .page-header h3.page-title,
    .archive.category #main #template-content .page-header h1,
    .archive.category #main #template-content .page-header h3.page-title,
    .blog #main #template-content .page-header h1,
    .blog #main #template-content .page-header h3.page-title,
    .post-type-archive-clever_innova #main #template-content .page-header h1,
    .post-type-archive-clever_innova #main #template-content .page-header h3.page-title,
    .post-type-archive-clever_foro #main #template-content .page-header h1,
    .post-type-archive-clever_foro #main #template-content .page-header h3.page-title,
    .single-clever_foro #main #template-content .page-header h1,
    .single-clever_foro #main #template-content .page-header h3.page-title,
    .single.single-post #main #template-content .page-header h1,
    .single.single-post #main #template-content .page-header h3.page-title,
    .single-clever_innova #main #template-content .page-header h1,
    .single-clever_innova #main #template-content .page-header h3.page-title,
    .page-template-page-foro #main #template-content .page-header h1,
    .page-template-page-foro #main #template-content .page-header h3.page-title,
    .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header h1,
    .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header h3.page-title,
    .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header h1,
    .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header h3.page-title {
      display: none; }
    .tax-foro_cat #main #template-content .page-header .header-wrap,
    .archive.category #main #template-content .page-header .header-wrap,
    .blog #main #template-content .page-header .header-wrap,
    .post-type-archive-clever_innova #main #template-content .page-header .header-wrap,
    .post-type-archive-clever_foro #main #template-content .page-header .header-wrap,
    .single-clever_foro #main #template-content .page-header .header-wrap,
    .single.single-post #main #template-content .page-header .header-wrap,
    .single-clever_innova #main #template-content .page-header .header-wrap,
    .page-template-page-foro #main #template-content .page-header .header-wrap,
    .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap,
    .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 10px 30px;
      z-index: 9;
      position: relative;
      height: calc(44px + 20px); }
      .tax-foro_cat #main #template-content .page-header .header-wrap #search,
      .archive.category #main #template-content .page-header .header-wrap #search,
      .blog #main #template-content .page-header .header-wrap #search,
      .post-type-archive-clever_innova #main #template-content .page-header .header-wrap #search,
      .post-type-archive-clever_foro #main #template-content .page-header .header-wrap #search,
      .single-clever_foro #main #template-content .page-header .header-wrap #search,
      .single.single-post #main #template-content .page-header .header-wrap #search,
      .single-clever_innova #main #template-content .page-header .header-wrap #search,
      .page-template-page-foro #main #template-content .page-header .header-wrap #search,
      .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search,
      .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search {
        width: calc(100% - 60px);
        -ms-flex-order: 1;
            order: 1;
        left: 30px;
        position: absolute;
        bottom: 10px; }
        .tax-foro_cat #main #template-content .page-header .header-wrap #search input,
        .archive.category #main #template-content .page-header .header-wrap #search input,
        .blog #main #template-content .page-header .header-wrap #search input,
        .post-type-archive-clever_innova #main #template-content .page-header .header-wrap #search input,
        .post-type-archive-clever_foro #main #template-content .page-header .header-wrap #search input,
        .single-clever_foro #main #template-content .page-header .header-wrap #search input,
        .single.single-post #main #template-content .page-header .header-wrap #search input,
        .single-clever_innova #main #template-content .page-header .header-wrap #search input,
        .page-template-page-foro #main #template-content .page-header .header-wrap #search input,
        .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search input,
        .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap #search input {
          font-size: 16rem; }
      .tax-foro_cat #main #template-content .page-header .header-wrap .new_foro,
      .archive.category #main #template-content .page-header .header-wrap .new_foro,
      .blog #main #template-content .page-header .header-wrap .new_foro,
      .post-type-archive-clever_innova #main #template-content .page-header .header-wrap .new_foro,
      .post-type-archive-clever_foro #main #template-content .page-header .header-wrap .new_foro,
      .single-clever_foro #main #template-content .page-header .header-wrap .new_foro,
      .single.single-post #main #template-content .page-header .header-wrap .new_foro,
      .single-clever_innova #main #template-content .page-header .header-wrap .new_foro,
      .page-template-page-foro #main #template-content .page-header .header-wrap .new_foro,
      .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap .new_foro,
      .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header .header-wrap .new_foro {
        width: calc(100% - 60px);
        left: 30px;
        -ms-flex-order: 2;
            order: 2;
        top: 10px;
        position: absolute; }
    .tax-foro_cat #main #template-content .page-header.fixed .header-wrap,
    .archive.category #main #template-content .page-header.fixed .header-wrap,
    .blog #main #template-content .page-header.fixed .header-wrap,
    .post-type-archive-clever_innova #main #template-content .page-header.fixed .header-wrap,
    .post-type-archive-clever_foro #main #template-content .page-header.fixed .header-wrap,
    .single-clever_foro #main #template-content .page-header.fixed .header-wrap,
    .single.single-post #main #template-content .page-header.fixed .header-wrap,
    .single-clever_innova #main #template-content .page-header.fixed .header-wrap,
    .page-template-page-foro #main #template-content .page-header.fixed .header-wrap,
    .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header.fixed .header-wrap,
    .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header.fixed .header-wrap {
      position: fixed;
      -webkit-overflow-scrolling: touch;
      left: 0;
      padding: 15px 30px;
      background: #fff;
      z-index: 99; }
    .tax-foro_cat #main #template-content .page-header.clever_foro .header-wrap,
    .archive.category #main #template-content .page-header.clever_foro .header-wrap,
    .blog #main #template-content .page-header.clever_foro .header-wrap,
    .post-type-archive-clever_innova #main #template-content .page-header.clever_foro .header-wrap,
    .post-type-archive-clever_foro #main #template-content .page-header.clever_foro .header-wrap,
    .single-clever_foro #main #template-content .page-header.clever_foro .header-wrap,
    .single.single-post #main #template-content .page-header.clever_foro .header-wrap,
    .single-clever_innova #main #template-content .page-header.clever_foro .header-wrap,
    .page-template-page-foro #main #template-content .page-header.clever_foro .header-wrap,
    .search-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header.clever_foro .header-wrap,
    .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .page-header.clever_foro .header-wrap {
      height: 115px; }
  .tax-foro_cat #main #template-content .pagination,
  .archive.category #main #template-content .pagination,
  .blog #main #template-content .pagination,
  .post-type-archive-clever_innova #main #template-content .pagination,
  .post-type-archive-clever_foro #main #template-content .pagination,
  .single-clever_foro #main #template-content .pagination,
  .single.single-post #main #template-content .pagination,
  .single-clever_innova #main #template-content .pagination,
  .page-template-page-foro #main #template-content .pagination,
  .search-results:not(.post-type-archive-clever_avisos) #main #template-content .pagination,
  .search-no-results:not(.post-type-archive-clever_avisos) #main #template-content .pagination {
    margin-top: 30px; } }

.tax-foro_cat #main.single #template-content .page-header,
.archive.category #main.single #template-content .page-header,
.blog #main.single #template-content .page-header,
.post-type-archive-clever_innova #main.single #template-content .page-header,
.post-type-archive-clever_foro #main.single #template-content .page-header,
.single-clever_foro #main.single #template-content .page-header,
.single.single-post #main.single #template-content .page-header,
.single-clever_innova #main.single #template-content .page-header,
.page-template-page-foro #main.single #template-content .page-header,
.search-results:not(.post-type-archive-clever_avisos) #main.single #template-content .page-header,
.search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content .page-header {
  display: none; }

.tax-foro_cat #main.single #template-content article.has-post-thumbnail .wrap-text,
.archive.category #main.single #template-content article.has-post-thumbnail .wrap-text,
.blog #main.single #template-content article.has-post-thumbnail .wrap-text,
.post-type-archive-clever_innova #main.single #template-content article.has-post-thumbnail .wrap-text,
.post-type-archive-clever_foro #main.single #template-content article.has-post-thumbnail .wrap-text,
.single-clever_foro #main.single #template-content article.has-post-thumbnail .wrap-text,
.single.single-post #main.single #template-content article.has-post-thumbnail .wrap-text,
.single-clever_innova #main.single #template-content article.has-post-thumbnail .wrap-text,
.page-template-page-foro #main.single #template-content article.has-post-thumbnail .wrap-text,
.search-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.has-post-thumbnail .wrap-text,
.search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.has-post-thumbnail .wrap-text {
  width: 100%;
  padding-left: 0; }
  .tax-foro_cat #main.single #template-content article.has-post-thumbnail .wrap-text .entry-thumbnail,
  .archive.category #main.single #template-content article.has-post-thumbnail .wrap-text .entry-thumbnail,
  .blog #main.single #template-content article.has-post-thumbnail .wrap-text .entry-thumbnail,
  .post-type-archive-clever_innova #main.single #template-content article.has-post-thumbnail .wrap-text .entry-thumbnail,
  .post-type-archive-clever_foro #main.single #template-content article.has-post-thumbnail .wrap-text .entry-thumbnail,
  .single-clever_foro #main.single #template-content article.has-post-thumbnail .wrap-text .entry-thumbnail,
  .single.single-post #main.single #template-content article.has-post-thumbnail .wrap-text .entry-thumbnail,
  .single-clever_innova #main.single #template-content article.has-post-thumbnail .wrap-text .entry-thumbnail,
  .page-template-page-foro #main.single #template-content article.has-post-thumbnail .wrap-text .entry-thumbnail,
  .search-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.has-post-thumbnail .wrap-text .entry-thumbnail,
  .search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.has-post-thumbnail .wrap-text .entry-thumbnail {
    width: 100%;
    margin-bottom: 20px; }

.tax-foro_cat #main.single #template-content article.type-post .entry-meta,
.archive.category #main.single #template-content article.type-post .entry-meta,
.blog #main.single #template-content article.type-post .entry-meta,
.post-type-archive-clever_innova #main.single #template-content article.type-post .entry-meta,
.post-type-archive-clever_foro #main.single #template-content article.type-post .entry-meta,
.single-clever_foro #main.single #template-content article.type-post .entry-meta,
.single.single-post #main.single #template-content article.type-post .entry-meta,
.single-clever_innova #main.single #template-content article.type-post .entry-meta,
.page-template-page-foro #main.single #template-content article.type-post .entry-meta,
.search-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.type-post .entry-meta,
.search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.type-post .entry-meta {
  margin-top: 0;
  margin-bottom: 5px; }

.tax-foro_cat #main.single #template-content article.type-post .share-post,
.archive.category #main.single #template-content article.type-post .share-post,
.blog #main.single #template-content article.type-post .share-post,
.post-type-archive-clever_innova #main.single #template-content article.type-post .share-post,
.post-type-archive-clever_foro #main.single #template-content article.type-post .share-post,
.single-clever_foro #main.single #template-content article.type-post .share-post,
.single.single-post #main.single #template-content article.type-post .share-post,
.single-clever_innova #main.single #template-content article.type-post .share-post,
.page-template-page-foro #main.single #template-content article.type-post .share-post,
.search-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.type-post .share-post,
.search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.type-post .share-post {
  margin-top: 5px;
  margin-bottom: 0; }
  .tax-foro_cat #main.single #template-content article.type-post .share-post ul,
  .archive.category #main.single #template-content article.type-post .share-post ul,
  .blog #main.single #template-content article.type-post .share-post ul,
  .post-type-archive-clever_innova #main.single #template-content article.type-post .share-post ul,
  .post-type-archive-clever_foro #main.single #template-content article.type-post .share-post ul,
  .single-clever_foro #main.single #template-content article.type-post .share-post ul,
  .single.single-post #main.single #template-content article.type-post .share-post ul,
  .single-clever_innova #main.single #template-content article.type-post .share-post ul,
  .page-template-page-foro #main.single #template-content article.type-post .share-post ul,
  .search-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.type-post .share-post ul,
  .search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.type-post .share-post ul {
    display: inline-block; }
    .tax-foro_cat #main.single #template-content article.type-post .share-post ul li,
    .archive.category #main.single #template-content article.type-post .share-post ul li,
    .blog #main.single #template-content article.type-post .share-post ul li,
    .post-type-archive-clever_innova #main.single #template-content article.type-post .share-post ul li,
    .post-type-archive-clever_foro #main.single #template-content article.type-post .share-post ul li,
    .single-clever_foro #main.single #template-content article.type-post .share-post ul li,
    .single.single-post #main.single #template-content article.type-post .share-post ul li,
    .single-clever_innova #main.single #template-content article.type-post .share-post ul li,
    .page-template-page-foro #main.single #template-content article.type-post .share-post ul li,
    .search-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.type-post .share-post ul li,
    .search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.type-post .share-post ul li {
      display: inline-block;
      width: auto;
      margin-left: 10px;
      font-size: 18rem; }
      .tax-foro_cat #main.single #template-content article.type-post .share-post ul li a,
      .archive.category #main.single #template-content article.type-post .share-post ul li a,
      .blog #main.single #template-content article.type-post .share-post ul li a,
      .post-type-archive-clever_innova #main.single #template-content article.type-post .share-post ul li a,
      .post-type-archive-clever_foro #main.single #template-content article.type-post .share-post ul li a,
      .single-clever_foro #main.single #template-content article.type-post .share-post ul li a,
      .single.single-post #main.single #template-content article.type-post .share-post ul li a,
      .single-clever_innova #main.single #template-content article.type-post .share-post ul li a,
      .page-template-page-foro #main.single #template-content article.type-post .share-post ul li a,
      .search-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.type-post .share-post ul li a,
      .search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.type-post .share-post ul li a {
        color: #7e7e7e; }
        .tax-foro_cat #main.single #template-content article.type-post .share-post ul li a:hover,
        .archive.category #main.single #template-content article.type-post .share-post ul li a:hover,
        .blog #main.single #template-content article.type-post .share-post ul li a:hover,
        .post-type-archive-clever_innova #main.single #template-content article.type-post .share-post ul li a:hover,
        .post-type-archive-clever_foro #main.single #template-content article.type-post .share-post ul li a:hover,
        .single-clever_foro #main.single #template-content article.type-post .share-post ul li a:hover,
        .single.single-post #main.single #template-content article.type-post .share-post ul li a:hover,
        .single-clever_innova #main.single #template-content article.type-post .share-post ul li a:hover,
        .page-template-page-foro #main.single #template-content article.type-post .share-post ul li a:hover,
        .search-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.type-post .share-post ul li a:hover,
        .search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content article.type-post .share-post ul li a:hover {
          color: #04a3ff;
          cursor: pointer; }

@media (max-width: 750px) {
  .tax-foro_cat #main.single #template-content .page-header,
  .archive.category #main.single #template-content .page-header,
  .blog #main.single #template-content .page-header,
  .post-type-archive-clever_innova #main.single #template-content .page-header,
  .post-type-archive-clever_foro #main.single #template-content .page-header,
  .single-clever_foro #main.single #template-content .page-header,
  .single.single-post #main.single #template-content .page-header,
  .single-clever_innova #main.single #template-content .page-header,
  .page-template-page-foro #main.single #template-content .page-header,
  .search-results:not(.post-type-archive-clever_avisos) #main.single #template-content .page-header,
  .search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content .page-header {
    display: none; }
  .tax-foro_cat #main.single #template-content article,
  .archive.category #main.single #template-content article,
  .blog #main.single #template-content article,
  .post-type-archive-clever_innova #main.single #template-content article,
  .post-type-archive-clever_foro #main.single #template-content article,
  .single-clever_foro #main.single #template-content article,
  .single.single-post #main.single #template-content article,
  .single-clever_innova #main.single #template-content article,
  .page-template-page-foro #main.single #template-content article,
  .search-results:not(.post-type-archive-clever_avisos) #main.single #template-content article,
  .search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content article {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 15px; }
    .tax-foro_cat #main.single #template-content article .entry-header h1,
    .archive.category #main.single #template-content article .entry-header h1,
    .blog #main.single #template-content article .entry-header h1,
    .post-type-archive-clever_innova #main.single #template-content article .entry-header h1,
    .post-type-archive-clever_foro #main.single #template-content article .entry-header h1,
    .single-clever_foro #main.single #template-content article .entry-header h1,
    .single.single-post #main.single #template-content article .entry-header h1,
    .single-clever_innova #main.single #template-content article .entry-header h1,
    .page-template-page-foro #main.single #template-content article .entry-header h1,
    .search-results:not(.post-type-archive-clever_avisos) #main.single #template-content article .entry-header h1,
    .search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content article .entry-header h1 {
      font-size: 16rem; }
    .tax-foro_cat #main.single #template-content article .entry-thumbnail,
    .archive.category #main.single #template-content article .entry-thumbnail,
    .blog #main.single #template-content article .entry-thumbnail,
    .post-type-archive-clever_innova #main.single #template-content article .entry-thumbnail,
    .post-type-archive-clever_foro #main.single #template-content article .entry-thumbnail,
    .single-clever_foro #main.single #template-content article .entry-thumbnail,
    .single.single-post #main.single #template-content article .entry-thumbnail,
    .single-clever_innova #main.single #template-content article .entry-thumbnail,
    .page-template-page-foro #main.single #template-content article .entry-thumbnail,
    .search-results:not(.post-type-archive-clever_avisos) #main.single #template-content article .entry-thumbnail,
    .search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content article .entry-thumbnail {
      width: 100%;
      margin-top: 15px;
      text-align: center; }
      .tax-foro_cat #main.single #template-content article .entry-thumbnail img,
      .archive.category #main.single #template-content article .entry-thumbnail img,
      .blog #main.single #template-content article .entry-thumbnail img,
      .post-type-archive-clever_innova #main.single #template-content article .entry-thumbnail img,
      .post-type-archive-clever_foro #main.single #template-content article .entry-thumbnail img,
      .single-clever_foro #main.single #template-content article .entry-thumbnail img,
      .single.single-post #main.single #template-content article .entry-thumbnail img,
      .single-clever_innova #main.single #template-content article .entry-thumbnail img,
      .page-template-page-foro #main.single #template-content article .entry-thumbnail img,
      .search-results:not(.post-type-archive-clever_avisos) #main.single #template-content article .entry-thumbnail img,
      .search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content article .entry-thumbnail img {
        max-width: 100%;
        width: auto;
        max-height: 100%;
        height: auto; }
    .tax-foro_cat #main.single #template-content article .entry-content,
    .archive.category #main.single #template-content article .entry-content,
    .blog #main.single #template-content article .entry-content,
    .post-type-archive-clever_innova #main.single #template-content article .entry-content,
    .post-type-archive-clever_foro #main.single #template-content article .entry-content,
    .single-clever_foro #main.single #template-content article .entry-content,
    .single.single-post #main.single #template-content article .entry-content,
    .single-clever_innova #main.single #template-content article .entry-content,
    .page-template-page-foro #main.single #template-content article .entry-content,
    .search-results:not(.post-type-archive-clever_avisos) #main.single #template-content article .entry-content,
    .search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content article .entry-content {
      padding: 1.5em 0 0; }
  .tax-foro_cat #main.single #template-content #comments #respond,
  .archive.category #main.single #template-content #comments #respond,
  .blog #main.single #template-content #comments #respond,
  .post-type-archive-clever_innova #main.single #template-content #comments #respond,
  .post-type-archive-clever_foro #main.single #template-content #comments #respond,
  .single-clever_foro #main.single #template-content #comments #respond,
  .single.single-post #main.single #template-content #comments #respond,
  .single-clever_innova #main.single #template-content #comments #respond,
  .page-template-page-foro #main.single #template-content #comments #respond,
  .search-results:not(.post-type-archive-clever_avisos) #main.single #template-content #comments #respond,
  .search-no-results:not(.post-type-archive-clever_avisos) #main.single #template-content #comments #respond {
    margin-top: 30px; } }

.search-results #template-content h1,
.search-results #template-content h3.page-title,
.search-no-results #template-content h1,
.search-no-results #template-content h3.page-title {
  font-size: 22rem !important; }

.single-clever_innova #navigation .menu-item-object-clever_innova a,
.post-type-archive-clever_innova #navigation .menu-item-object-clever_innova a {
  color: #04a3ff; }

.single-clever_foro #navigation .menu-item-object-clever_foro a,
.post-type-archive-clever_foro #navigation .menu-item-object-clever_foro a,
.tax-foro_cat #navigation .menu-item-object-clever_foro a {
  color: #04a3ff; }

.single-post #navigation ul ul .menu-item-type-post_type a,
.archive.category #navigation ul ul .menu-item-type-post_type a {
  color: #04a3ff; }

#install-app {
  display: none;
  width: 100%;
  right: 0;
  position: fixed;
  top: 0px;
  z-index: 999999;
  color: black;
  background-color: #FFF;
  font-size: 14rem;
  border-bottom: 1px solid #ccc;
  min-height: 75px;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 10px 20px; }

#install-app .content-app {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px; }

#install-app .content-app .wrap {
  display: -ms-flexbox;
  display: flex; }

#install-app .content-app .wrap .imagen {
  margin-right: 20px; }

#install-app .content-app .wrap .imagen img {
  float: left;
  width: 57px;
  border: 1px solid #ccc;
  border-radius: 1px;
  padding: 10px; }

#install-app .content-app .wrap .datos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

#install-app .content-app .wrap .datos .name-app {
  margin-bottom: 5px;
  color: #777;
  text-transform: uppercase;
  font-weight: bold; }

#install-app .content-app .wrap .datos .title-app {
  color: #aaa;
  text-transform: uppercase;
  font-weight: bold; }

#install-app .content-app .close .close-install-app {
  font-size: 20rem;
  color: #777; }

#install-app .button-app {
  margin-bottom: 15px; }

#install-app .button-app .view-install-app {
  line-height: 25px;
  margin-top: 23px;
  text-transform: uppercase;
  padding: 10px 10px;
  border: 1px solid #04a3ff;
  color: #04a3ff;
  border-radius: 1px; }

@media screen and (max-width: 750px) {
  #install-app {
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 750px) {
  html, body, #page {
    margin: 0;
    height: 100%;
    overflow-x: hidden;
    min-height: 100vh; }
  #page {
    padding-bottom: 44px;
    padding-top: 44px; }
  .post-type-archive-clever_foro #page,
  .single-clever_foro #page,
  .post-type-archive-clever_innova #page,
  .single-clever_innova #page,
  .single-post #page,
  .blog #page {
    padding-top: 88px; }
  #main {
    height: 100%;
    padding-bottom: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #banner-mobile {
    position: fixed;
    top: 0;
    z-index: 99; }
  #info-navigation-mobile {
    position: fixed;
    top: 44px;
    width: 100%; }
  #banner {
    position: fixed;
    top: 0;
    width: 100%; } }
