﻿@charset "UTF-8";
/*!
 *  Font Awesome 4.6.3 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("/candidatos/Areas/Portfolio/Assets/Styles/fontawesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/candidatos/Areas/Portfolio/Assets/Styles/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/candidatos/Areas/Portfolio/Assets/Styles/fontawesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/candidatos/Areas/Portfolio/Assets/Styles/fontawesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/candidatos/Areas/Portfolio/Assets/Styles/fontawesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/candidatos/Areas/Portfolio/Assets/Styles/fontawesome/fonts/fontawesome-webfont.svg?v=4.6.3#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;
}

/* 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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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-feed:before,
.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-pp: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-resistance:before,
.fa-rebel:before {
  content: "";
}

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.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-genderless: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: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

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

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

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

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

.fa-clone:before {
  content: "";
}

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

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

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

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

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

.fa-stop-circle:before {
  content: "";
}

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

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

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

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

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

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body {
  font-family: "Segoe UI","Lucida Sans Unicode",Verdana,sans-serif !important;
  font-size: 14px !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 984px;
    padding: 0;
  }
}

.alert-warning {
  background-color: #fbe9cb;
  border: 2px dotted #faa61a;
  color: #000;
  font-size: 0.9em;
  font-family: "Segoe UI","Lucida Sans Unicode",Verdana,sans-serif !important;
}

.bg-primary {
  background-color: #000 !important;
  color: #fff !important;
}

.btn:focus, .btn:active:focus {
  outline-color: transparent !important;
}

.btn.btn-primary {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.btn.btn-primary:hover {
  background-color: #444 !important;
  border-color: #222 !important;
  color: #fff !important;
}

body {
  background-color: #f8f8f8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

body:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

.pp-skills-container {
  margin-bottom: 20px;
  position: relative;
}

.pp-skills-container ul {
  font-size: 0;
  padding: 0;
  margin: 4px 0 10px;
  padding-left: 0 !important;
}

.pp-skills-container ul li {
  display: inline-block;
  width: 10%;
}

.pp-skills-container.solid ul {
  background: #d1d3d4;
  text-align: left;
}

.pp-skills-container.solid ul li {
  width: 10%;
  height: 14px;
}

.pp-skills-container.solid ul li.filled {
  background: #373a3c;
}

.pp-skills-container.square {
  margin: 0 auto 20px !important;
  display: block;
  overflow: inherit;
}

.pp-skills-container.square ul {
  text-align: center;
}

.pp-skills-container.square ul li {
  width: calc(10% - 6px);
  margin-right: 6px;
  height: 14px;
  background: #d1d3d4;
}

.pp-skills-container.square ul li.filled {
  background: #373a3c;
}

.pp-skills-container.square ul li:last-child {
  margin-right: 0;
}

.pp-skills-container.disc li {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background: #d1d3d4;
  border-radius: 100%;
}

.pp-skills-container.disc li.filled {
  background: #373a3c;
}

.pp-skills-container.disc li:last-child {
  margin-right: 0;
}

.navbar.custom-bar-pp {
  line-height: 44px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.navbar.custom-bar-pp .nav-item:first-of-type a {
  color: #faa61a;
}

.navbar.custom-bar-pp .nav-item:first-of-type a:hover {
  text-decoration: underline;
}

.navbar.custom-bar-pp .nav-item > span {
  color: #fff !important;
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

input[type=checkbox]#social-links {
  display: none;
}

input[type=checkbox]#social-links:checked ~ .social-links {
  left: -1px;
}

input[type=checkbox]#social-links:checked ~ .social-links label:before {
  content: "\f053";
}

.medium-editor-placeholder:after {
  top: 0;
  left: 30px;
  border-bottom: 1px dashed;
}

.social-links {
  z-index: 901;
  margin: 0;
  position: fixed;
  top: 110px;
  left: -76px;
  width: 76px;
  height: auto;
  padding: 13px;
  box-sizing: border-box;
  background-color: #383745;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-links ul li {
  margin-bottom: 10px;
}

.social-links ul li:last-child {
  margin-bottom: 0;
}

.social-links ul li.sub-item:hover ul {
  height: auto;
  margin-top: 10px;
}

.social-links ul ul {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.social-links ul ul li {
  margin-bottom: 0;
}

.social-links ul ul li a {
  margin-top: 10px !important;
}

.social-links ul ul .btn {
  padding: 0.35rem 0.8rem 0.4rem 0.8rem;
  width: 40px;
  margin: 0 auto;
}

.social-links a {
  display: block;
  text-align: center;
}

.social-links label {
  width: 30px;
  padding: 10px 3px;
  margin: 0;
  background: #383745;
  border: 1px solid #fff;
  border-left: 1px solid #383745;
  position: absolute;
  top: -1px;
  right: -30px;
  font-family: sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-sizing: border-box;
  font: normal normal normal 14px/1 FontAwesome;
}

@media (max-width: 768px) {
  .social-links label {
    top: 100px;
  }
}

.social-links label:before {
  content: "\f054";
}

.social-links a {
  display: block;
  text-align: center;
}

.social-links #social-links {
  display: none;
}

.social-links .btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.social-links .btn-facebook:focus, .social-links .btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
}

.social-links .btn-share {
  color: #fff;
  background-color: #8871b5;
  border-color: rgba(0, 0, 0, 0.2);
}

.social-links .btn-share:focus, .social-links .btn-share:hover {
  background-color: #735e9c;
}

.social-links .btn-linkedin {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.social-links .btn-linkedin:focus, .social-links .btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
}

.social-links .btn-linkedin span {
  color: #fff;
}

.social-links .btn-whatsapp {
  display: none;
  background-color: #25d366;
  border-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 544px) {
  .social-links .btn-whatsapp {
    display: block;
  }
}

.social-links .btn-whatsapp:focus, .social-links .btn-whatsapp:hover {
  color: #fff;
  background-color: #21b759;
}

.social-links .btn-whatsapp span {
  color: #fff;
}

.social-links .btn-email {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.social-links .btn-email:focus, .social-links .btn-email:hover {
  background-color: #ccc;
}

.social-links .btn-email:focus span, .social-links .btn-email:hover span {
  color: #fff;
}

.social-links .btn-email span {
  color: #a0a0a0;
}

.social-links .btn-print {
  background-color: #a0a0a0;
  border-color: rgba(0, 0, 0, 0.2);
}

.social-links .btn-print:focus, .social-links .btn-print:hover {
  color: #fff;
  background-color: #8a8a8a;
}

.social-links .btn-print span {
  color: #fff;
}

.fnt-cb {
  text-transform: lowercase;
}

label.error {
  border: 1px solid red !important;
  color: red !important;
  outline: none !important;
}

label.error strong {
  background-color: red !important;
}

select {
  padding: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  width: 290px;
  height: 35px;
  line-height: 1.7;
  color: #454545;
  border-radius: 5px;
  border: none;
  background: #eee;
}

:focus {
  outline: none;
}

:hover {
  outline: none;
}

:active {
  outline: none;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #eeeeee;
}

.line-txt {
  text-align: center;
  position: relative;
  line-height: 24px;
  padding: 20px 0;
}

.line-txt span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 10px;
}

.line-txt span.line {
  display: block;
  height: 1px;
  border: 1px solid #e5e5e5;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 0;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  width: 100%;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #0275d8;
  background-color: #fff;
  color: #0275d8;
  padding: 0;
  border-radius: 3px;
  margin-bottom: -6px;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.inputfile + label:hover {
  border-color: #0275d8;
}

.inputfile + label:hover strong {
  background-color: #025aa5;
}

.inputfile + label span {
  padding: 7px 10px;
  width: 363px;
  height: 40px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.inputfile + label strong {
  padding: 7px 10px;
  height: 100%;
  width: 199px;
  color: #fff;
  background-color: #0275d8;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
}

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
  border-color: #0275d8;
}

.inputfile:focus + label strong {
  background-color: #025aa5;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
  border-color: #0275d8;
}

.inputfile.has-focus + label strong {
  background-color: #025aa5;
}

.curric-theme {
  word-wrap: break-word !important;
}

.curric-theme .header, .curric-theme .objetivo, .curric-theme .formacao, .curric-theme .experiencias, .curric-theme .qualificacoes, .curric-theme .infos-adicionais {
  padding: 30px;
}

.curric-theme .header {
  margin-bottom: 10px;
}

@media (min-width: 544px) {
  .curric-theme .col-sm-10 {
    float: none;
    width: auto;
  }
}

#snippets .snippet-source {
  width: auto;
  overflow: hidden;
  cursor: move;
  position: relative;
  margin-bottom: 6px;
  margin-top: 20px;
}

#snippets .snippet-source:first-child {
  margin-top: 0;
}

#snippets .snippet-source img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}

#snippets .snippet-source:before {
  content: attr(data-title);
  color: #fff;
  font-size: 0.8em;
  width: 100%;
  margin-bottom: 4px;
  display: block;
  text-transform: uppercase;
}

#snippets .snippet div {
  display: none;
}

.snippet {
  position: relative;
}

.snippet:after {
  content: " ";
  display: table;
  clear: both;
}

.snippet li {
  clear: both;
}

.snippet ul ul {
  padding-left: 50px;
  margin-left: -20px;
}

.snippet ul ul:hover li:last-child:before {
  left: -49px;
}

.snippet ul > li {
  position: relative;
}

.snippet ul > li:after {
  content: " ";
  display: table;
  clear: both;
}

.snippet .locked {
  visibility: hidden;
  height: 0 !important;
  font-size: 0;
}

.snippet .editable .locked {
  visibility: visible;
  height: auto !important;
  font-size: inherit;
  font-style: italic;
  color: #000 !important;
  background: #deff23;
}

.snippet.hilight {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.snippet.snippet-loading {
  min-height: 100px;
  min-width: 100px;
}

.snippet.snippet-loading > div {
  display: none !important;
}

.snippet.snippet-loading:before {
  padding: 30px;
  content: 'Carregando...';
  font-weight: bold;
  display: block;
}

font .fa {
  font-family: FontAwesome !important;
}

.fa font {
  font-family: FontAwesome !important;
}

.paper-curric {
  min-height: 100vh;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(173, 173, 173, 0.75);
  -moz-box-shadow: 0 1px 5px 0 rgba(173, 173, 173, 0.75);
  box-shadow: 0 1px 5px 0 rgba(173, 173, 173, 0.75);
  z-index: 0;
  background: #fff;
}

.paper-curric .cnt {
  padding: 15px 15px 30px;
}

.paper-curric .cnt-img {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none !important;
  overflow: hidden !important;
}

.paper-curric .cnt-img:hover {
  border: none;
}

.paper-curric .cnt-img:hover .overlay-img {
  opacity: 1;
}

.paper-curric .cnt-img:hover .overlay-img i {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  padding: 0 10px;
  font-size: 1.3em;
}

.paper-curric .cnt-img img {
  margin: 0 !important;
}

.paper-curric .cnt-img .overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  border: 0;
  text-align: center;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: table;
  overflow: hidden !important;
}

.paper-curric .cnt-img .overlay-img i {
  display: none;
}

.paper-curric .cnt-img .overlay-img i:hover {
  background: rgba(0, 0, 0, 0.5);
}

.paper-curric .cnt-img .overlay-img i:first-of-type {
  text-align: right;
}

.paper-curric .cnt-img .overlay-img i:last-of-type {
  text-align: left;
}

.paper-curric .cnt-img.active .overlay-img {
  opacity: 1;
}

.row-tool {
  position: absolute;
  left: -37px;
  top: 0;
  text-align: center;
  padding: 0 6px;
  border-radius: 3px;
  background: #f5f5f5 !important;
  border: 1px solid #ccc;
}

.row-tool:hover {
  border: 1px solid #faab26;
}

.row-tool i {
  color: rgba(0, 0, 0, 0.6);
}

.row-tool i:hover {
  color: black;
}

.row-tool i.fa-trash:hover {
  color: red;
}

.row-tool i.fa-plus:hover {
  color: #18b400;
}

.row-tool div.row-move {
  cursor: move;
}

.row-tool > div {
  margin: 5px 0;
  cursor: pointer;
}

.placeholder {
  display: block;
  border: 0;
  background-color: rgba(238, 238, 238, 0.85);
  color: #333;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 10px;
  margin: 20px 0;
  text-align: right;
  line-height: 26px;
  min-height: 26px;
}

.circle {
  margin: 0 !important;
  display: inline-block;
  overflow: hidden !important;
  position: relative;
  border-radius: 50%;
}

.circle .overlay-img {
  border-radius: 50%;
}

.circle img {
  margin: 0 !important;
  display: inline-block;
}

.square {
  margin: 0 !important;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.square img {
  margin: 0 !important;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

#content {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  position: relative;
  min-height: 500px;
  min-height: 100vh;
}

#content img {
  margin-top: 3px;
  margin-left: 5px;
}

#content .snippet > .editable {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#content iframe {
  width: 100%;
  height: 100vh;
  border: 0;
}

.active#content .snippet > .editable {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.active#content .snippet .editable:focus {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.active#content .snippet .editable[data-medium-focused="true"] {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ui-sortable-helper {
  display: none !important;
}

.row-move {
  cursor: move;
}

body.modal-open {
  padding-right: 0 !important;
}

.modal-dialog {
  box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.15);
  min-width: 310px;
}

.modal-header {
  padding: 10px;
  color: #023865;
}

.modal-header .close {
  margin-top: -6px;
  margin-right: -2px;
}

.modal-header .close:hover {
  opacity: 1;
  color: #faab26;
}

.modal-title {
  line-height: 1em;
}

.modal-body {
  margin: 0;
  padding: 0;
}

.modal-body .options {
  overflow-y: auto;
}

.modal-backdrop.in {
  opacity: .2;
}

#modal-confirm .modal-header {
  display: block;
}

#modal-font-size .modal-dialog {
  width: 190px;
  /*position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);*/
}

#modal-font-size .modal-body div {
  width: 100%;
  border: transparent 1px solid;
  padding: 7px 15px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

#modal-font-size .options {
  height: 300px;
  padding: 10px;
}

#modal-font-size .options div:hover {
  border: rgba(228, 156, 90, 0.6) solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#modal-font-size .options div span {
  font-size: 12px !important;
  vertical-align: text-top;
  margin-left: 7px;
  line-height: 1;
}

#modal-heading .modal-dialog {
  width: 270px;
}

#modal-heading .modal-body div {
  width: 100%;
  border: transparent 1px solid;
  padding: 7px 15px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

#modal-heading .options {
  max-height: 306px;
  padding: 10px;
}

#modal-heading .options div:hover {
  border: rgba(228, 156, 90, 0.6) solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#modal-heading .options div > p {
  margin: 0;
  padding: 0;
}

#modal-heading .options div > blockquote {
  margin: 0;
  padding: 0;
}

#modal-heading .options div > h1 {
  margin: 0;
  padding: 0;
}

#modal-heading .options div > h2 {
  margin: 0;
  padding: 0;
}

#modal-heading .options div > h3 {
  margin: 0;
  padding: 0;
}

#modal-heading .options div > h4 {
  margin: 0;
  padding: 0;
}

#modal-heading .options div > h5 {
  margin: 0;
  padding: 0;
}

#modal-font-name .modal-dialog {
  width: 420px;
}

#modal-font-name .modal-body div {
  width: 100%;
  border: transparent 1px solid;
  padding: 7px 15px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

#modal-font-name .options {
  height: 305px;
}

#modal-color {
  text-align: center;
}

#modal-color .modal-dialog {
  width: 405px;
}

#modal-color .cnt-options {
  text-align: left;
  display: inline-block;
  margin: 20px auto 0;
}

#modal-color .options {
  margin: 16px;
  padding: 0;
  font-size: 0;
  box-sizing: border-box;
  width: 342px;
}

#modal-color .options li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

#modal-color .options li button {
  height: 30px;
  width: 30px;
  margin: 4px;
  border: none;
  border-radius: 3px;
}

#modal-color .options li button:hover {
  -webkit-filter: saturate(3);
}

#modal-text-alignment {
  text-align: center;
}

#modal-text-alignment .modal-dialog {
  width: 310px;
}

#modal-text-alignment .options {
  padding: 20px;
}

#modal-text-alignment button {
  width: 150px;
  height: 40px;
  margin: 0 auto;
  border: none;
  border-radius: 3px;
  display: block;
  margin-bottom: 10px;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
  padding-left: 18px;
}

#modal-text-alignment button:hover {
  background-color: #b4b4b4;
}

#modal-text-alignment button:last-of-type {
  margin-bottom: 0;
}

#modal-list {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#modal-list .modal-dialog {
  width: 310px;
}

#modal-list .modal-body {
  padding: 30px 15px;
}

#modal-list .options {
  padding: 20px;
}

#modal-list button {
  width: 170px;
  height: 40px;
  border: none;
  border-radius: 3px;
  display: block;
  margin-bottom: 10px;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
  padding-left: 18px;
  margin-left: auto;
  margin-right: auto;
}

#modal-list button.r {
  margin-right: 7px !important;
  width: 79px;
  display: inline-block;
  padding-left: 0;
  text-align: center;
}

#modal-list button.l {
  width: 79px;
  display: inline-block;
  padding-left: 0;
  text-align: center;
}

#modal-list button:hover {
  background-color: #b4b4b4;
}

#modal-list button:last-of-type {
  margin-bottom: 0;
}

#modal-list .fa {
  margin-right: 4px;
}

#modal-icon {
  text-align: center;
}

#modal-icon .modal-dialog {
  width: 784px;
}

@media (min-width: 544px) {
  #modal-icon .modal-dialog {
    max-width: inherit;
  }
}

#modal-icon .cnt-options {
  text-align: left;
  display: inline-block;
  margin: 20px auto 0;
}

#modal-icon .options {
  margin: 16px;
  padding: 0;
  font-size: 0;
  box-sizing: border-box;
  width: 720px;
  list-style: none;
}

#modal-icon .options li {
  cursor: pointer;
  display: inline-block;
  padding: 6px 0;
  margin: 0;
  font-size: 22px;
  width: 45px;
}

#modal-icon .options li:hover {
  background-color: #e1e1e1;
}

#modal-icon .options li button {
  height: 30px;
  width: 30px;
  margin: 4px;
  border: none;
  border-radius: 3px;
}

#modal-icon .options li button:hover {
  -webkit-filter: saturate(3);
}

#modal-icon .options i {
  cursor: pointer;
}

#modal-icon .options i:hover {
  opacity: 1;
}

#modal-image input[type=text] {
  width: 100%;
  padding: 5px 10px;
  margin-top: 1px;
  border-radius: 3px;
  border: 1px solid #aaa;
}

#modal-image ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

#modal-image ul li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

#modal-image ul li #selFormat {
  margin: 20px 0;
}

#modal-image ul li #selAlign {
  margin-top: 20px;
}

#modal-image ul li:first-child {
  width: 60%;
}

#modal-image ul li:last-child {
  width: 40%;
  text-align: right;
  vertical-align: top;
}

#modal-image select {
  width: 100%;
}

#modal-image select#selSizeW {
  width: 161px;
  margin-right: 14px;
  display: inline-block;
}

#modal-image select#selSizeH {
  width: 161px;
  display: inline-block;
}

#modal-image img {
  position: absolute;
  max-width: none !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#modal-image .proportional img {
  position: absolute;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block;
  top: 50%;
  left: 50%;
  background: #eee;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#modal-image .free img {
  position: absolute;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block;
  top: 50%;
  left: 50%;
  background: #eee;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#modal-image .imgFormat {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

#modal-image .listMargin {
  width: 100%;
  margin: 10px 0 10px;
}

#modal-image .listMargin label {
  font-size: 0.8em;
  font-weight: 600;
  padding-left: 4px;
}

#modal-image .listMargin li {
  width: 25% !important;
}

#modal-image .listMargin select {
  display: inline-block;
  width: 50px;
}

#modal-image .imgFormat.circle {
  height: 200px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

#modal-image .imgFormat.square {
  height: 200px;
  display: inline-block;
  overflow: hidden;
}

#modal-image .modal-body {
  padding: 15px;
  display: block;
}

#modal-image .modal-header {
  padding: 15px;
  display: block;
}

.locked-warning {
  visibility: visible;
  height: auto !important;
  font-size: inherit;
  font-style: italic;
  color: #000 !important;
  background: #deff23;
  margin: 15px 0 5px 0;
}

.modal-content {
  border-radius: 3px;
}

.modal-title {
  font-size: 1.2em;
  font-weight: 600;
  font-size: 19px;
}

.modal-header {
  background: #f1f2f2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal-body {
  position: relative;
  padding: 30px 15px;
}

.modal-body input {
  vertical-align: middle;
}

.modal-body input[type=text] {
  width: 100%;
  padding: 5px 10px;
  margin: 0 0 4px;
  border-radius: 3px;
  border: 1px solid #aaa;
  border-left: 4px solid #76b806;
}

.modal-body p, .modal-body label, .modal-body strong {
  font-size: 0.9em;
  margin-bottom: 0;
}

.modal-footer {
  background: #f1f2f2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.modal-footer button.pull-left {
  margin-right: 20px;
}

#modal-reload .modal-body, #modal-set-default .modal-body, #modal-exit .modal-body {
  text-align: center;
}

#modal-reload .modal-body p, #modal-set-default .modal-body p, #modal-exit .modal-body p {
  margin-bottom: 2px;
}

#modal-reload .modal-body strong, #modal-reload .modal-body h3, #modal-set-default .modal-body strong, #modal-set-default .modal-body h3, #modal-exit .modal-body strong, #modal-exit .modal-body h3 {
  display: block;
  color: #f20f0f;
  font-size: 0.8em;
}

#modal-reload .modal-body h3, #modal-set-default .modal-body h3, #modal-exit .modal-body h3 {
  font-size: 1.3em;
}

#modal-exit .modal-dialog {
  width: 460px;
}

#modal-exit .modal-body h3 {
  color: #faa61a;
}

#modal-save .modal-dialog {
  max-width: 635px;
  width: 635px;
}

#modal-config {
  font-size: 16px;
}

#modal-config .modal-dialog {
  max-width: 712px;
}

#modal-config .modal-body {
  padding: 15px;
}

#modal-config .line-txt {
  margin: 0 10px;
}

#modal-config input[type=text] {
  height: 40px;
  margin-bottom: 0;
  width: 283px;
  border-left: 1px solid #aaa;
}

#modal-config ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

#modal-config ul li.collum {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  vertical-align: top;
}

#modal-config ul li.collum:nth-child(1) {
  padding-right: 10px;
}

#modal-config ul li.collum:nth-child(2) {
  padding-left: 10px;
}

#modal-config ul li.collum.txt-color:nth-child(5) a {
  border: 1px solid #eaeaea;
}

#modal-config ul li.collum.txt-color .dropdown-menu {
  min-width: 98px !important;
  width: 98px !important;
}

#modal-config ul li.collum > div:first-of-type {
  padding-bottom: 20px;
}

#modal-config ul li.collum select {
  width: 100%;
}

#modal-config ul button#dropdown-font-family {
  width: 195px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

#modal-config ul .dropdown-menu {
  top: 64px;
}

#modal-config ul .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 17px;
}

#modal-config ul.background > li {
  font-size: 16px;
  display: block;
  vertical-align: top;
}

#modal-config ul.background > li:first-child {
  padding: 15px 10px;
  background: rgba(111, 111, 111, 0.1);
}

#modal-config ul.background > li:first-child input[type=text] {
  width: 623px;
}

#modal-config ul.basic {
  padding: 15px 10px;
  background: rgba(111, 111, 111, 0.1);
  margin-bottom: 16px;
}

#modal-config ul.bck-img-thema {
  overflow-y: auto;
  height: 162px;
  margin-bottom: 0;
}

#modal-config ul.bck-img-thema li {
  display: inline-block;
  width: 25%;
  text-align: center;
  font-size: 12px;
  padding: 4px;
}

#modal-config ul.bck-img-thema li img {
  width: 100%;
}

#modal-config ul.bck-img-thema li label {
  margin: 0;
  cursor: pointer;
  display: block;
}

#modal-config ul.bck-img-thema li input {
  margin-bottom: 4px;
  display: none;
}

#modal-config ul.bck-img-thema li input[type="radio"]:checked + label img {
  border: 2px solid #76b806;
}

#modal-config ul.patterns input {
  display: none;
}

#modal-config ul.patterns img {
  height: auto;
}

#modal-config ul.patterns li {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 10px;
}

#modal-config ul.patterns li:last-child {
  margin-right: 0;
}

#modal-config ul.patterns li label {
  outline: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 38px;
  height: 38px;
  cursor: pointer;
}

#modal-config ul.patterns li input[type="radio"]:checked + label {
  outline: 2px solid #76b806;
}

#modal-config h2 {
  font-size: 1em;
  font-weight: 600;
  display: block;
}

#modal-config .options {
  overflow-y: auto;
  padding: 10px;
  text-align: center;
  max-height: 344px;
  width: 206px;
  box-sizing: border-box;
}

#modal-config .options img {
  max-width: 100%;
  max-height: 32px;
  margin-top: -3px;
  pointer-events: none;
}

#modal-config .options div {
  line-height: 36px;
  box-sizing: border-box;
}

#modal-config .options div:first-of-type {
  position: relative;
  margin-bottom: 11px;
}

#modal-config .options div:first-of-type:after {
  content: "";
  padding-bottom: 10px;
  border-bottom: 1px #bbb solid;
  display: block;
  position: absolute;
  width: 100%;
  bottom: -7px;
  left: 0;
}

#modal-config .options div:hover:after {
  bottom: -8px;
}

#modal-config .options div:hover {
  border: rgba(228, 156, 90, 0.6) solid 1px;
  line-height: 34px;
}

#modal-config .btn {
  height: 39px;
}

#modal-config .btn-secondary {
  border: 1px solid #aaa;
}

#modal-config .inputfile + label span {
  width: 475px;
  height: 38px;
}

#modal-config .inputfile + label strong {
  padding: 6px 10px;
}

#modal-config .input-group-addon {
  padding: 3px 9px 0;
  border: 1px solid #aaa;
  background: #fff;
  border-left: none;
}

#modal-config .colorpicker-element .input-group-addon i, #modal-config .colorpicker-element .add-on i {
  height: 18px;
  width: 18px;
  border: 1px solid #aaa;
}

.btn {
  padding: 0.35rem 1rem 0.4rem 1rem;
}

span.load {
  -webkit-animation: rotating 2s linear infinite;
  display: none;
}

span.load:after {
  content: "\f110";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.5em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: rotating 2s linear infinite;
}

span.load.on {
  display: inline-block;
  margin: 0 auto;
}

.CodeMirror {
  border: 1px solid #eee !important;
}

.CodeMirror-scroll {
  height: auto !important;
  overflow-y: hidden !important;
  overflow-x: auto !important;
}

.loading {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1060;
  top: 0;
  left: 0;
}

.loading .spinner {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

#modalCarta h1 {
  margin-bottom: 20px;
  color: #023865;
  text-align: center;
  margin-bottom: 0;
}

#modalCarta .letter-style {
  color: #282830;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  padding: 15px;
  text-align: center;
}

#modalCarta .letter-style p {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 14px;
}

#modalCarta .btn-secondary {
  color: #fff;
  background-color: #023865;
  border: none;
}

#modalCarta .btn-secondary:hover {
  background-color: #023865;
}

#modalCarta .modal-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#modalCarta .modal-content {
  border-radius: 10px;
}

#modalCarta .modal-dialog {
  background: #FFFCE6;
  border-radius: 10px;
}

#modalCarta .modal-dialog:after {
  content: "";
  position: absolute;
  left: 14px;
  top: -8px;
  width: 38px;
  height: 113px;
  zoom: 50%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABxCAYAAAC5ttHhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjYwNEI1MUI2QTMzMTFFNjhCNjNDNkZFOEM5MTZGNEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjYwNEI1MUE2QTMzMTFFNjhCNjNDNkZFOEM5MTZGNEQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBOTRBOTc4MjZBMzAxMUU2QTJFMTk3RkVEMTg3ODY3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBOTRBOTc4MzZBMzAxMUU2QTJFMTk3RkVEMTg3ODY3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr/ClUkAABn9SURBVHja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");
}

#modalCarta .modal-body {
  padding: 15px 15px 15px 20px;
}

#modalCarta .modal-footer {
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@media (max-width: 736px) {
  .curric-theme ul {
    padding-left: 20px;
  }
  .curric-theme .header, .curric-theme .objetivo, .curric-theme .formacao, .curric-theme .experiencias, .curric-theme .qualificacoes, .curric-theme .resumo-qualificacoes, .curric-theme .infos-adicionais, .curric-theme .idiomas, .curric-theme .informatica, .curric-theme .cursos-complementares, .curric-theme .viagens, .curric-theme .trabalho-voluntario, .curric-theme .premios, .curric-theme .generic {
    padding: 15px !important;
  }
}

@media print {
  .social-links, #social-links {
    display: none;
  }
  .curric-theme .snippet .locked {
    color: inherit !important;
    font-style: normal !important;
  }
  .curric-theme .paper-curric {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .curric-theme .paper-curric .cnt-img, .curric-theme .paper-curric .cnt-img .overlay-img {
    overflow: hidden !important;
  }
  .curric-theme h4::before, .curric-theme h4:before {
    font-family: FontAwesome;
  }
  .curric-01 {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    padding: 0;
    border: 0;
  }
  .curric-01 li {
    orphans: 5;
    widows: 5;
  }
  .curric-01 .col-sm-10 {
    width: 100% !important;
    padding: 0;
  }
  .curric-01 .col-xs-offset-1 {
    margin-left: 0 !important;
  }
  .curric-01 .paper-curric .cnt, .curric-01 .container {
    padding: 0;
  }
  .curric-01 .paper-curric .cnt {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body {
    background-size: 2105px auto !important;
    background-repeat: repeat-y !important;
    background-position: 50% top !important;
  }
  .snippet .clone {
    page-break-inside: avoid !important;
    widows: 3;
    orphans: 3;
  }
  .container {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  table, td, tr, th, thead {
    border: none;
  }
}

@page {
  padding-top: 1.5cm;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
