@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

/*!
 *  Font Awesome 4.7.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("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.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; }

/* 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; }

.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 {
  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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: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: ""; }

.fa-handshake-o:before {
  content: ""; }

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

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

.fa-linode:before {
  content: ""; }

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

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

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

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup: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; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

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

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

@font-face {
  font-family: brandon;
  src: url("../fonts/Brandon_thin.otf"); }

@font-face {
  font-family: futurabt;
  src: url("../fonts/futurabtbold.otf"); }

@font-face {
  font-family: futurabt-medium;
  src: url("../fonts/futurabt-medium.otf"); }

@font-face {
  font-family: titillium;
  src: url("../fonts/titilliumwebthin.ttf"); }

@font-face {
  font-family: advent-pro;
  src: url("../fonts/adventpro-regular.ttf"); }

@font-face {
  font-family: kaufman-bt;
  src: url("../fonts/kaufmann-bt.ttf"); }

body {
  font-family: Anton, sans-serif;
  overflow-x: hidden; }
  body * {
    box-sizing: border-box; }

.header, .about, .carrer, .skill, .project, .app, .contact footer {
  width: 100%;
  height: 100%;
  color: #fff; }
  .header h1, .about h1, .carrer h1, .skill h1, .project h1, .app h1, .contact footer h1 {
    font-size: 16px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.hamburger {
  position: fixed;
  background-color: transparent;
  padding: 3px 12px;
  top: 40px;
  right: 5%;
  z-index: 100;
  cursor: pointer;
  transition: all cubic-bezier(0.4, 0.6, 0.24, 1.2) 0.5s; }
  .hamburger .line {
    width: 40px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 8px auto;
    transition: all 0.3s ease-in-out; }
  .hamburger.is-active {
    transform: rotate(90deg);
    margin-top: 20px; }
    .hamburger.is-active .line:nth-child(1) {
      width: 20px; }
    .hamburger.is-active .line:nth-child(3) {
      width: 20px; }

.menu-nav {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 42px;
  margin-top: 0px;
  position: absolute;
  z-index: 9;
  text-align: center;
  transition: all ease-in-out .2s; }
  .menu-nav .content-flex-nav {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    margin: auto; }
    .menu-nav .content-flex-nav .logo-header {
      width: 50%;
      height: 34px;
      margin-left: 5%; }
      .menu-nav .content-flex-nav .logo-header img {
        width: 34px;
        margin-left: 10px;
        float: left; }
      .menu-nav .content-flex-nav .logo-header .name-menu {
        display: none; }
        .menu-nav .content-flex-nav .logo-header .name-menu h2 {
          font-size: 24px;
          font-family: 'Titillium Web', sans-serif;
          color: #1175ee;
          float: left;
          padding-left: 15px;
          padding-top: 3px; }
    .menu-nav .content-flex-nav .select-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: end;
          justify-content: flex-end;
      width: 50%;
      height: auto; }
      .menu-nav .content-flex-nav .select-header select {
        background-color: transparent;
        border-radius: 60px;
        background-image: url("../img/arrow_down.svg");
        background-position: top -1px right 1px;
        background-repeat: no-repeat;
        display: block;
        height: 30px;
        width: 150px;
        cursor: pointer;
        outline: none;
        letter-spacing: 1px;
        border: 2px solid #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        line-height: 20px;
        padding-left: 20px;
        color: #fff;
        font-style: normal;
        font-weight: 900;
        font-size: 13px;
        text-transform: uppercase;
        margin-top: 2px;
        margin-right: 125px;
        margin-bottom: 0px; }
        .menu-nav .content-flex-nav .select-header select:hover {
          background-color: #fff;
          color: #1175ee;
          background-image: url("../img/arrow_down-b.svg"); }

.js-active {
  position: fixed;
  margin-top: 0px;
  top: 0 !important;
  height: 50px;
  background-color: #fff; }

.js-active-transparent {
  position: fixed;
  margin-top: 42px;
  top: 0 !important;
  height: 42px;
  background-color: transparent; }

.menu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  transition: all ease-out 0.3s;
  transform-origin: top right;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8); }

.menu .back-title-menu {
  width: 100%;
  height: 120px;
  background-color: #1175ee; }
  .menu .back-title-menu h1 {
    font-size: 24px;
    font-family: 'futurabt', arial;
    color: #fff;
    padding-left: 15px;
    padding-top: 60px;
    text-align: center; }

.menu li {
  display: block;
  width: 50%;
  height: 25%;
  float: left;
  background-position: center center;
  background-size: cover;
  filter: grayscale(100%);
  transition: all 0.35s ease-in-out;
  opacity: 0; }

.menu li:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.08);
  transform: translateX(-100%);
  transition-delay: 0.1s; }

.menu li:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.08);
  transform: translateX(100%);
  transition-delay: 0.15s; }

.menu li:nth-child(3) {
  background-color: rgba(0, 0, 0, 0.08);
  transform: translateX(-100%);
  transition-delay: 0.2s; }

.menu li:nth-child(4) {
  background-color: rgba(0, 0, 0, 0.08);
  transform: translateX(100%);
  transition-delay: 0.25s; }

.menu li:nth-child(5) {
  background-color: rgba(0, 0, 0, 0.08);
  transform: translateX(100%);
  transition-delay: 0.25s; }

.menu li:nth-child(6) {
  background-color: rgba(0, 0, 0, 0.08);
  transform: translateX(100%);
  transition-delay: 0.25s; }

.menu li a {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 3rem; }

.menu li a span {
  font-family: 'Titillium Web', sans-serif;
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%); }

.menu li:hover {
  filter: grayscale(0);
  padding: 10px; }

.menu li:hover a {
  background-color: #1175ee; }

.menu.on {
  transform: scale(1);
  opacity: 1; }

.menu.on li {
  opacity: 1;
  transform: translateX(0%); }

.pages {
  position: fixed;
  z-index: 9;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }
  .pages li {
    margin: 15px 0; }
    .pages li a {
      display: inline-block;
      width: 14px;
      height: 14px;
      background-color: #fff;
      border-radius: 50%;
      transition: all ease-in-out .3s;
      position: relative;
      transition: all ease .2s; }
      .pages li a.is-active {
        background-color: #1175ee; }
      .pages li a:before {
        position: absolute;
        content: attr(data-page-title);
        display: none;
        color: #fff;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        left: -118px;
        width: 100px;
        padding: 4px 4px 4px 10px;
        border-radius: 8px 10px 2px 8px;
        text-align: left;
        height: auto;
        bottom: 100%;
        transition: all ease .5s;
        transform-origin: bottom right;
        transform: scale(0); }
      .pages li a:hover:before {
        display: block;
        transform: scale(1.1); }

.header-action {
  width: 100%;
  min-height: 800px;
  background: url("../img/background-home.png") center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .header-action .content-flex-home {
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .header-action .content-flex-home .col-2flex {
      width: calc(100%/2);
      height: auto;
      margin: 0px; }
    .header-action .content-flex-home .text-home {
      margin-left: 60px;
      margin-top: 30px; }
      .header-action .content-flex-home .text-home h1 {
        font-family: 'futurabt', arial;
        font-size: 40px;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        margin-top: 100px;
        margin-bottom: 0px; }
      .header-action .content-flex-home .text-home h2 {
        font-size: 34px;
        text-decoration: underline;
        font-family: 'Titillium Web', sans-serif;
        color: #fff; }
      .header-action .content-flex-home .text-home h3 {
        margin-top: -25px;
        font-size: 30px;
        font-family: 'Titillium Web', sans-serif;
        color: #fff; }
    .header-action .content-flex-home .picture-perfil-profile {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      padding-right: 60px; }
      .header-action .content-flex-home .picture-perfil-profile img {
        width: 300px; }
  .header-action .content-move {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 100px;
    margin-top: 90px; }
    .header-action .content-move .icon-move {
      text-align: center;
      font-size: 40px;
      padding-top: 20px; }
      .header-action .content-move .icon-move a {
        color: #fff; }
        .header-action .content-move .icon-move a :hover {
          color: #1175ee;
          border: 2px solid;
          border-radius: 30px;
          padding: 5px 12px 5px 12px;
          background-color: white; }

.about {
  background-color: #fff;
  height: auto;
  margin-top: -20px; }
  .about .content-full-flex-about {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .about .content-full-flex-about .col-flex1 {
      display: -ms-flexbox;
      display: flex;
      height: auto;
      width: calc(100%/2);
      height: auto;
      background-color: #1175ee; }
      .about .content-full-flex-about .col-flex1 .plus-about {
        width: 100%;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        padding-top: 30px; }
        .about .content-full-flex-about .col-flex1 .plus-about .flex-obout {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          width: 80%;
          height: auto;
          margin-left: auto;
          margin-right: auto; }
          .about .content-full-flex-about .col-flex1 .plus-about .flex-obout h2 {
            font-family: 'futurabt', arial;
            font-size: 24px;
            color: #fff;
            text-align: center;
            padding-top: 20px; }
          .about .content-full-flex-about .col-flex1 .plus-about .flex-obout p {
            font-family: 'Titillium Web', sans-serif;
            color: #fff;
            font-size: 14px;
            text-align: left;
            line-height: 20px;
            margin-top: 20px;
            padding-bottom: 40px; }
          .about .content-full-flex-about .col-flex1 .plus-about .flex-obout .obj-about .qual-about {
            width: 100%;
            height: 50%; }
    .about .content-full-flex-about .picture-about img {
      padding-top: 140px;
      width: 100%;
      height: auto;
      margin-bottom: -3px; }
    .about .content-full-flex-about .about-2 {
      display: -ms-flexbox;
      display: flex;
      height: auto;
      width: 100%; }
      .about .content-full-flex-about .about-2 .col-flex2 {
        display: -ms-flexbox;
        display: flex;
        height: auto;
        width: calc(100%/2); }
      .about .content-full-flex-about .about-2 .content-about .social-about {
        padding-top: 80px;
        padding-right: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        .about .content-full-flex-about .about-2 .content-about .social-about ul {
          display: -ms-flexbox;
          display: flex; }
          .about .content-full-flex-about .about-2 .content-about .social-about ul li {
            padding: 10px 5px 10px 5px; }
            .about .content-full-flex-about .about-2 .content-about .social-about ul li a i {
              font-size: 32px;
              color: #1175ee; }
            .about .content-full-flex-about .about-2 .content-about .social-about ul li a :hover {
              color: #fff;
              border-radius: 30px;
              padding: 6px 10px 6px 10px;
              background-color: #1175ee;
              transition: all ease .5s; }
      .about .content-full-flex-about .about-2 .text-about {
        width: 80%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 160px;
        margin-left: auto;
        margin-right: auto;
        height: auto; }
        .about .content-full-flex-about .about-2 .text-about h1 {
          font-family: 'futurabt', arial;
          font-size: 25px;
          color: #1175ee;
          text-transform: uppercase;
          text-align: left;
          padding-top: 30px; }
        .about .content-full-flex-about .about-2 .text-about p {
          font-family: 'Titillium Web', sans-serif;
          color: #1175ee;
          font-size: 14px;
          margin-top: -10px;
          line-height: 20px; }
        .about .content-full-flex-about .about-2 .text-about h2 {
          font-family: kaufman-bt;
          font-size: 24px;
          color: #1175ee;
          text-align: left;
          padding-top: 20px;
          padding-bottom: 10px; }
        .about .content-full-flex-about .about-2 .text-about input {
          -ms-flex-pack: center;
              justify-content: center;
          width: 100%;
          height: 50px;
          max-width: 320px;
          border: 3px solid #1175ee;
          border-radius: 10px;
          background-color: #1175ee;
          color: #fff;
          font-size: 24px;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          margin-top: 15px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
      .about .content-full-flex-about .about-2 .link-resume {
        display: -ms-flexbox;
        display: flex;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
        -ms-flex-pack: center;
            justify-content: center; }
        .about .content-full-flex-about .about-2 .link-resume ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          width: 85%; }
          .about .content-full-flex-about .about-2 .link-resume ul li {
            padding-top: 5px;
            padding-bottom: 5px;
            border: 2px solid #1175ee;
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
                justify-content: center;
            margin-top: 10px;
            border-radius: 10px;
            margin-left: 10px;
            margin-right: 10px; }
            .about .content-full-flex-about .about-2 .link-resume ul li i {
              color: #1175ee; }
            .about .content-full-flex-about .about-2 .link-resume ul li a {
              display: -ms-flexbox;
              display: flex;
              text-decoration: none;
              color: #1175ee; }
              .about .content-full-flex-about .about-2 .link-resume ul li a h3 {
                padding-left: 5px;
                padding-right: 5px; }
            .about .content-full-flex-about .about-2 .link-resume ul li :hover h3 {
              padding: 0px 0px 0px 5px;
              transition: all ease .5s; }

.carrer {
  width: 100%;
  height: 100%;
  background: url("../img/back-carrer.jpg") center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .carrer .content-full-flex-carrer {
    width: 100%; }
    .carrer .content-full-flex-carrer .title-flex-carrer {
      height: 78px;
      background-color: #1175ee; }
      .carrer .content-full-flex-carrer .title-flex-carrer h2 {
        font-family: 'futurabt', arial;
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        padding-top: 30px; }
    .carrer .content-full-flex-carrer .time-line-carrer {
      width: 85%;
      height: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      margin-left: auto;
      margin-right: auto;
      padding-top: 100px;
      padding-bottom: 50px; }
      .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item:after, .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item:before {
        content: '';
        display: block;
        width: 100%;
        clear: both; }
      .carrer .content-full-flex-carrer .time-line-carrer .project-name {
        text-align: center;
        padding: 10px 0; }
      .carrer .content-full-flex-carrer .time-line-carrer #timeline {
        width: 100%;
        margin: 30px auto;
        position: relative;
        padding: 0 10px;
        transition: all .4s ease; }
        .carrer .content-full-flex-carrer .time-line-carrer #timeline:before {
          content: "";
          width: 3px;
          height: 100%;
          background: #1175ee;
          left: 50%;
          top: 0;
          position: absolute; }
        .carrer .content-full-flex-carrer .time-line-carrer #timeline:after {
          content: "";
          clear: both;
          display: table;
          width: 100%; }
        .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item {
          margin-bottom: 60px;
          position: relative; }
          .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-icon {
            background: #1175ee;
            width: 48px;
            height: 48px;
            position: absolute;
            top: 0;
            left: 50%;
            overflow: hidden;
            margin-left: -23px;
            text-align: center;
            border-radius: 50%; }
            .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-icon i {
              position: relative;
              top: 12px;
              font-size: 24px;
              text-align: center; }
          .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content {
            width: 40%;
            background: #1175ee;
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
            border-radius: 0px 20px 0px 0px;
            transition: all .3s ease; }
            .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title {
              display: -ms-flexbox;
              display: flex;
              width: 100%;
              border-bottom: 2px solid #1175ee;
              padding-bottom: 10px;
              padding-top: 20px;
              padding-left: 20px; }
              .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title .flex-12 {
                width: 12%; }
              .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title .flex-88 {
                width: 88%; }
            .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content img {
              width: 40px; }
            .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content h2 {
              font-family: 'futurabt-medium', arial;
              font-size: 18px;
              color: #fff;
              text-transform: uppercase;
              background: #1175ee;
              text-align: left;
              padding-top: 13px;
              line-height: 12px;
              border-radius: 3px 3px 0 0; }
            .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content h1 {
              padding-top: 20px;
              padding-left: 20px;
              padding-right: 20px;
              font-family: 'Titillium Web', sans-serif;
              font-size: 14px; }
            .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content p {
              padding-bottom: 40px;
              padding-left: 20px;
              padding-right: 20px;
              font-family: 'Titillium Web', sans-serif;
              font-size: 14px;
              text-align: center; }
            .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content:before {
              content: '';
              position: absolute;
              left: 40%;
              top: 20px;
              width: 0;
              height: 0;
              border-top: 7px solid transparent;
              border-bottom: 7px solid transparent;
              border-left: 7px solid #1175ee; }
            .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content.right {
              float: right;
              border-radius: 20px 0px 0px 0px; }
              .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content.right:before {
                content: '';
                right: 40%;
                left: inherit;
                border-left: 0;
                border-right: 7px solid #1175ee; }
      .carrer .content-full-flex-carrer .time-line-carrer ul {
        padding-bottom: 30px;
        text-align: center; }
        .carrer .content-full-flex-carrer .time-line-carrer ul li {
          display: inline-block;
          padding-right: 10px; }
          .carrer .content-full-flex-carrer .time-line-carrer ul li a {
            color: #fff; }
            .carrer .content-full-flex-carrer .time-line-carrer ul li a i {
              border: 2px solid #fff;
              border-radius: 30px;
              width: 40px;
              height: 40px;
              padding-top: 10px; }
            .carrer .content-full-flex-carrer .time-line-carrer ul li a :hover {
              color: #1175ee;
              border: 2px solid;
              border-radius: 30px;
              background-color: #fff;
              transition: all ease .5s; }
          .carrer .content-full-flex-carrer .time-line-carrer ul li h3 {
            padding-top: 10px;
            padding-left: 20px;
            padding-right: 20px;
            font-family: 'Titillium Web', sans-serif;
            font-size: 14px;
            text-align: center; }
      @media screen and (max-width: 768px) {
        .carrer .content-full-flex-carrer .time-line-carrer #timeline {
          margin: 30px;
          padding: 0px;
          width: 90%; }
          .carrer .content-full-flex-carrer .time-line-carrer #timeline:before {
            left: 0; }
          .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content {
            width: 90%;
            float: right; }
            .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content:before, .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content.right:before {
              left: 10%;
              margin-left: -6px;
              border-left: 0;
              border-right: 7px solid #1175ee; }
          .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-icon {
            left: 0; } }
    .carrer .content-full-flex-carrer .next-step {
      display: none;
      border: 2px solid #fff;
      width: 40%;
      background: #fff;
      margin-left: auto;
      margin-right: auto;
      -ms-flex-pack: center;
          justify-content: center;
      border-radius: 20px;
      margin-bottom: 100px; }
      .carrer .content-full-flex-carrer .next-step h1 {
        font-family: 'futurabt-medium', arial;
        font-size: 18px;
        color: #1175ee;
        text-transform: uppercase;
        text-align: center;
        padding-top: 50px;
        line-height: 0px; }

.skill {
  width: 100%;
  background: url("../img/background-home.png") center;
  background-size: cover; }
  .skill .content-full-flex-skills {
    width: 100%; }
    .skill .content-full-flex-skills .title-flex-skills {
      height: 78px;
      background-color: #1175ee; }
      .skill .content-full-flex-skills .title-flex-skills h2 {
        font-family: 'futurabt', arial;
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        padding-top: 30px; }
    .skill .content-full-flex-skills .content-skills {
      width: 85%;
      height: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-left: auto;
      margin-right: auto;
      padding-top: 100px;
      padding-bottom: 50px; }
      .skill .content-full-flex-skills .content-skills .types-skills {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        margin-bottom: 40px; }
        .skill .content-full-flex-skills .content-skills .types-skills .content-2skills {
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row; }
          .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs {
            width: calc(40%);
            height: auto;
            -ms-flex-direction: column;
                flex-direction: column; }
            .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs .flex100title-tecs {
              padding-top: 40px; }
              .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs .flex100title-tecs h1 {
                font-family: 'futurabt', arial;
                font-size: 24px;
                color: #fff; }
            .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs .flex100content-tecs {
              display: -ms-flexbox;
              display: flex; }
              .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs .flex100content-tecs ul {
                padding-left: 50px; }
                .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs .flex100content-tecs ul li {
                  padding-top: 5px; }
          .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex40-skills {
            width: 60%;
            height: auto;
            display: -ms-flexbox;
            display: flex; }
            .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex40-skills .left-bar {
              width: 32%;
              display: -ms-flexbox;
              display: flex; }
              .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex40-skills .left-bar .line-bar {
                width: 100%;
                height: 2px;
                background-color: #fff;
                margin-top: auto;
                margin-bottom: auto; }
            .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex40-skills .right-bar {
              width: 32%;
              display: -ms-flexbox;
              display: flex; }
              .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex40-skills .right-bar .line-bar {
                width: 100%;
                height: 2px;
                background-color: #fff;
                margin-top: auto;
                margin-bottom: auto; }
            .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex40-skills #bars {
              display: -ms-flexbox;
              display: flex;
              width: 36%;
              height: 100%;
              overflow: hidden;
              -ms-flex-pack: center;
                  justify-content: center; }
            .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex40-skills .bar {
              margin-top: auto;
              margin-bottom: auto;
              text-align: center; }
            .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex40-skills .bar-circle {
              margin: 0.7em auto;
              background-color: #1175ee;
              border-radius: 50%;
              display: -ms-flexbox;
              display: flex;
              width: 100%; }
        .skill .content-full-flex-skills .content-skills .types-skills .col-flex30-logos {
          width: 40%;
          height: 250px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center; }
          .skill .content-full-flex-skills .content-skills .types-skills .col-flex30-logos ul {
            padding-top: 10px;
            display: -ms-flexbox;
            display: flex; }
            .skill .content-full-flex-skills .content-skills .types-skills .col-flex30-logos ul a li {
              display: inline-block;
              background-color: #fff;
              border-radius: 30px;
              margin-left: 10px;
              width: 52px;
              height: 52px; }
            .skill .content-full-flex-skills .content-skills .types-skills .col-flex30-logos ul a :hover {
              background-color: #1175ee;
              border-radius: 30px;
              transition: all ease .5s; }
              .skill .content-full-flex-skills .content-skills .types-skills .col-flex30-logos ul a :hover svg g {
                fill: #fff;
                stroke: none; }

.project {
  width: 100%;
  background: url("../img/background-home.png") center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 100px; }
  .project .content-full-flex-projects {
    width: 100%; }
    .project .content-full-flex-projects .title-flex-projects-photo {
      display: -ms-flexbox;
      display: flex; }
      .project .content-full-flex-projects .title-flex-projects-photo .col-title-project {
        width: calc(100%/3);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
    .project .content-full-flex-projects .title-flex-projects-photo .col-title-project {
      width: 100%; }
      .project .content-full-flex-projects .title-flex-projects-photo .col-title-project img {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: -120px; }
    .project .content-full-flex-projects .title-flex-projects {
      height: 78px;
      background-color: #1175ee;
      display: -ms-flexbox;
      display: flex;
      margin-top: -200px; }
      .project .content-full-flex-projects .title-flex-projects .col-title-project {
        width: calc(100%/3); }
        .project .content-full-flex-projects .title-flex-projects .col-title-project h2 {
          font-family: 'futurabt', arial;
          font-size: 24px;
          color: #fff;
          text-transform: uppercase;
          text-align: center;
          padding-top: 30px; }
    .project .content-full-flex-projects .content-projects {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-right: auto;
      padding-top: 40px;
      padding-bottom: 0px;
      margin-top: 160px;
      margin-bottom: 20px;
      padding-left: 50px;
      padding-right: 50px; }
      .project .content-full-flex-projects .content-projects .select-projectlist {
        width: 30%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        .project .content-full-flex-projects .content-projects .select-projectlist .title-typeproject .intProj {
          border: 2px solid #1175ee;
          border-radius: 20px;
          padding-left: 10px;
          padding-right: 10px;
          background-color: #1175ee;
          font-size: 12px;
          padding-top: 5px;
          padding-bottom: 5px; }
        .project .content-full-flex-projects .content-projects .select-projectlist .title-typeproject h1 {
          font-family: 'futurabt', arial;
          font-size: 20px;
          color: #fff;
          text-transform: uppercase;
          text-align: center;
          padding-top: 50px; }
        .project .content-full-flex-projects .content-projects .select-projectlist ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: center;
              justify-content: center;
          padding-bottom: 10px; }
          .project .content-full-flex-projects .content-projects .select-projectlist ul li {
            margin-left: 10px; }
            .project .content-full-flex-projects .content-projects .select-projectlist ul li img {
              width: 40px; }
          .project .content-full-flex-projects .content-projects .select-projectlist ul :hover {
            background-color: rgba(17, 117, 238, 0.5);
            border-radius: 20px;
            transition: all ease .5s; }
      .project .content-full-flex-projects .content-projects .content-proj {
        width: 40%; }
        .project .content-full-flex-projects .content-projects .content-proj .select-project {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          margin-left: auto;
          margin-right: auto;
          margin-top: -20px;
          padding-top: 20px;
          padding-bottom: 40px;
          width: 75%;
          -ms-flex-direction: row;
              flex-direction: row; }
        .project .content-full-flex-projects .content-projects .content-proj .macbook {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          margin-left: auto;
          margin-right: auto;
          margin-top: 10px;
          margin-bottom: -60px;
          width: 100%; }
        .project .content-full-flex-projects .content-projects .content-proj .gifmac {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          margin-left: auto;
          margin-right: auto;
          margin-top: -300px;
          width: 75%; }
        .project .content-full-flex-projects .content-projects .content-proj #list_tools_proj {
          display: -ms-flexbox;
          display: flex;
          padding-top: 20px;
          -ms-flex-pack: center;
              justify-content: center;
          text-align: center; }
          .project .content-full-flex-projects .content-projects .content-proj #list_tools_proj .pluslist {
            margin-top: 18px;
            color: #1175ee; }
        .project .content-full-flex-projects .content-projects .content-proj #list_tools_proj2 {
          display: -ms-flexbox;
          display: flex;
          padding-top: 0px;
          -ms-flex-pack: center;
              justify-content: center;
          text-align: center; }
          .project .content-full-flex-projects .content-projects .content-proj #list_tools_proj2 .pluslist {
            margin-top: 18px;
            color: #1175ee; }
      .project .content-full-flex-projects .content-projects .content-desc {
        width: 30%;
        padding-top: 35px;
        padding-left: 30px;
        padding-right: 30px; }
        .project .content-full-flex-projects .content-projects .content-desc .title-des-proj h1 {
          font-family: 'futurabt', arial;
          font-size: 20px;
          color: #fff;
          text-transform: uppercase;
          text-align: center; }
        .project .content-full-flex-projects .content-projects .content-desc .desc-proj-select p {
          font-family: 'Titillium Web', sans-serif;
          color: #fff;
          font-size: 14px;
          line-height: 20px;
          text-align: center; }
        .project .content-full-flex-projects .content-projects .content-desc .links-desc-proj {
          margin-top: 30px; }
          .project .content-full-flex-projects .content-projects .content-desc .links-desc-proj ul {
            text-align: center; }
          .project .content-full-flex-projects .content-projects .content-desc .links-desc-proj li {
            display: inline-block;
            padding-right: 10px; }
          .project .content-full-flex-projects .content-projects .content-desc .links-desc-proj a {
            color: #fff; }
            .project .content-full-flex-projects .content-projects .content-desc .links-desc-proj a i {
              border: 2px solid #fff;
              border-radius: 30px;
              width: 40px;
              height: 40px;
              padding-top: 10px; }
            .project .content-full-flex-projects .content-projects .content-desc .links-desc-proj a :hover {
              background-color: #fff;
              color: #1175ee;
              transition: all ease .5s; }

.app {
  width: 100%;
  min-height: 300px;
  background-color: #fff; }
  .app .content-full-flex-app {
    width: 100%;
    display: -ms-flexbox;
    display: flex; }
    .app .content-full-flex-app .text-link-app {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      padding-top: 20px;
      width: 60%; }
      .app .content-full-flex-app .text-link-app h2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        font-family: 'futurabt', arial;
        font-size: 20px;
        color: #1175ee;
        text-transform: uppercase; }
      .app .content-full-flex-app .text-link-app ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        padding-top: 10px; }
        .app .content-full-flex-app .text-link-app ul li {
          padding: 10px 5px 10px 5px; }
          .app .content-full-flex-app .text-link-app ul li a i {
            font-size: 25px;
            color: #1175ee; }
          .app .content-full-flex-app .text-link-app ul li a :hover {
            color: #fff;
            border: 2px solid;
            border-radius: 30px;
            padding: 6px 10px 6px 10px;
            background-color: #1175ee;
            transition: all ease .5s; }
    .app .content-full-flex-app .picture-smartyphone {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      width: 40%;
      padding-top: 50px;
      padding-bottom: 50px;
      background-color: #fff; }
      .app .content-full-flex-app .picture-smartyphone img {
        width: 70%;
        padding-left: 20%;
        padding-right: 20%;
        height: 100%; }

.contact {
  width: 100%;
  min-height: 800px;
  background: url("../img/background-home.png") center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex; }
  .contact .content-full-flex-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%; }
    .contact .content-full-flex-contact .title-flex-contact {
      height: 78px;
      width: 100%;
      background-color: #1175ee; }
      .contact .content-full-flex-contact .title-flex-contact h2 {
        font-family: 'futurabt', arial;
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        padding-top: 30px; }
    .contact .content-full-flex-contact .contact-flex {
      width: 40%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 120px;
      background: rgba(17, 117, 238, 0.5);
      padding-top: 80px;
      padding-bottom: 100px; }
      .contact .content-full-flex-contact .contact-flex ul li {
        display: -ms-flexbox;
        display: flex;
        padding-top: 20px;
        padding-left: 50px; }
        .contact .content-full-flex-contact .contact-flex ul li i {
          font-size: 30px;
          color: #fff;
          text-align: left;
          display: inline; }
        .contact .content-full-flex-contact .contact-flex ul li h2 {
          font-family: 'futurabt', arial;
          font-size: 28px;
          color: #fff;
          padding-left: 10px; }
    .contact .content-full-flex-contact .text-contact-flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding-top: 50px; }
      .contact .content-full-flex-contact .text-contact-flex h3 {
        font-family: 'futurabt', arial;
        font-size: 30px;
        color: #fff;
        text-transform: uppercase; }
    .contact .content-full-flex-contact .text-contact-msm-flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .contact .content-full-flex-contact .text-contact-msm-flex h3 {
        font-family: 'futurabt', arial;
        font-size: 30px;
        color: #fff;
        text-transform: uppercase; }
    .contact .content-full-flex-contact .button-contact {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding-top: 50px;
      padding-bottom: 30px;
      width: 30%;
      margin-left: auto;
      margin-right: auto; }
      .contact .content-full-flex-contact .button-contact a {
        display: -ms-flexbox;
        display: flex;
        text-decoration: none;
        color: #fff;
        width: 100%; }
        .contact .content-full-flex-contact .button-contact a i {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          border: 2px solid #fff;
          border-radius: 10px;
          width: 100%;
          height: 60px;
          padding-top: 12px;
          font-size: 30px; }
      .contact .content-full-flex-contact .button-contact :hover {
        color: #1175ee;
        border-color: #1175ee;
        background-color: #fff;
        border-radius: 10px;
        transition: all ease .5s; }
    .contact .content-full-flex-contact #form-main {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      width: 40%;
      margin-left: auto;
      margin-right: auto;
      /* Icons  inputs form --------- */ }
      .contact .content-full-flex-contact #form-main #feedback-page {
        text-align: center; }
      .contact .content-full-flex-contact #form-main #form-div {
        padding-bottom: 50px;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
      .contact .content-full-flex-contact #form-main .form {
        width: 100%; }
      .contact .content-full-flex-contact #form-main .feedback-input {
        color: #fff;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 18px;
        border-radius: 20px;
        line-height: 22px;
        background-color: rgba(0, 0, 0, 0.08);
        padding: 13px 13px 13px 54px;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        border: 2px solid transparent; }
      .contact .content-full-flex-contact #form-main .feedback-input:focus {
        background: #fff;
        box-shadow: 0;
        border: 2px solid #1175ee;
        color: #1175ee;
        outline: none;
        padding: 13px 13px 13px 54px; }
      .contact .content-full-flex-contact #form-main .focused {
        color: #1175ee;
        border: #1175ee solid 3px; }
      .contact .content-full-flex-contact #form-main #name {
        background-image: url("../img/name.svg");
        background-size: 30px 30px;
        background-position: 11px 8px;
        background-repeat: no-repeat; }
      .contact .content-full-flex-contact #form-main #name:focus {
        background-image: url("../img/nameb.svg");
        background-size: 30px 30px;
        background-position: 8px 5px;
        background-position: 11px 8px;
        background-repeat: no-repeat; }
      .contact .content-full-flex-contact #form-main #email {
        background-image: url("../img/email.svg");
        background-size: 30px 30px;
        background-position: 11px 8px;
        background-repeat: no-repeat; }
      .contact .content-full-flex-contact #form-main #email:focus {
        background-image: url("../img/email.svg");
        background-size: 30px 30px;
        background-position: 11px 8px;
        background-repeat: no-repeat; }
      .contact .content-full-flex-contact #form-main #comment {
        background-image: url("../img/comment.svg");
        background-size: 30px 30px;
        background-position: 11px 8px;
        background-repeat: no-repeat; }
      .contact .content-full-flex-contact #form-main textarea {
        width: 100%;
        height: 150px;
        line-height: 150%;
        resize: vertical; }
      .contact .content-full-flex-contact #form-main input:hover, .contact .content-full-flex-contact #form-main textarea:hover,
      .contact .content-full-flex-contact #form-main input:focus, .contact .content-full-flex-contact #form-main textarea:focus {
        background-color: #fff;
        color: #1175ee;
        border: 2px solid #1175ee;
        transition: all ease .5s; }
      .contact .content-full-flex-contact #form-main ::-webkit-input-placeholder {
        color: white; }
      .contact .content-full-flex-contact #form-main #name:hover {
        background-image: url("../img/nameb.svg");
        transition: all ease .5s; }
      .contact .content-full-flex-contact #form-main #email:hover {
        background-image: url("../img/emailb.svg");
        transition: all ease .5s; }
      .contact .content-full-flex-contact #form-main #comment:hover {
        background-image: url("../img/commentb.svg");
        transition: all ease .5s; }
      .contact .content-full-flex-contact #form-main #button-blue {
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        float: left;
        width: 100%;
        border: #1175ee solid 2px;
        cursor: pointer;
        background-color: #1175ee;
        color: #fff;
        font-size: 24px;
        padding-top: 22px;
        padding-bottom: 22px;
        transition: all 0.3s;
        margin-top: -4px;
        font-weight: 700;
        border-radius: 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .contact .content-full-flex-contact #form-main #button-blue:hover {
        background-color: #fff;
        transition: .3s ease;
        color: #1175ee;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .contact .content-full-flex-contact #form-main .submit:hover {
        color: #1175ee;
        transition: all ease .5s; }
      .contact .content-full-flex-contact #form-main .ease {
        width: 0px;
        height: 74px;
        background-color: #fff;
        transition: .3s ease; }
      .contact .content-full-flex-contact #form-main .submit:hover .ease {
        width: 100%;
        background-color: #fff;
        border-radius: 20px; }
    .contact .content-full-flex-contact .moveup-contact {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      padding-bottom: 30px;
      padding-right: 50px;
      width: 100%; }
      .contact .content-full-flex-contact .moveup-contact a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        color: #fff;
        text-decoration: none;
        transition: all ease .5s; }
        .contact .content-full-flex-contact .moveup-contact a i {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          border: 2px solid #fff;
          border-radius: 30px;
          width: 60px;
          height: 60px;
          padding-top: 10px;
          font-size: 30px; }
      .contact .content-full-flex-contact .moveup-contact :hover {
        color: #1175ee;
        border-color: #1175ee;
        border-radius: 30px;
        background-color: #fff; }

footer {
  width: 100%;
  height: 90px;
  background-color: #1175ee;
  display: -ms-flexbox;
  display: flex; }
  footer .content-full-flex-footer {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex; }
    footer .content-full-flex-footer .left-footer {
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      height: 100%;
      padding-top: 20px;
      padding-bottom: 20px; }
      footer .content-full-flex-footer .left-footer img {
        height: 100%; }
      footer .content-full-flex-footer .left-footer h3 {
        font-family: 'Titillium Web', sans-serif;
        font-size: 24px;
        color: #fff;
        margin-top: 8px;
        margin-left: 10px; }
    footer .content-full-flex-footer .right-footer {
      width: 50%;
      height: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      footer .content-full-flex-footer .right-footer i {
        font-size: 32px;
        color: #fff;
        padding-left: 10px; }
      footer .content-full-flex-footer .right-footer :hover {
        color: rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 2560px) {
  .hamburger {
    right: 2%; }
  .header-action {
    min-height: 770px; }
  .about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .about .content-full-flex-about {
      width: 100%; }
      .about .content-full-flex-about .about-2 .text-about p {
        font-size: 25px;
        line-height: 30px; }
      .about .content-full-flex-about .col-flex1 .plus-about .flex-obout p {
        font-size: 25px;
        line-height: 30px; }
  .about .content-full-flex-about .picture-about img {
    padding-left: 250px; }
  .about .content-full-flex-about .about-2 .text-about input {
    margin-top: 50px; }
  .about .content-full-flex-about .about-2 .text-about {
    margin-top: 60px; }
  .about .content-full-flex-about .about-2 .text-about h2 {
    font-size: 35px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content h2 {
    font-size: 25px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content h1 {
    font-size: 25px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title .flex-12 {
    width: 6%; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title {
    padding-top: 50px;
    padding-left: 50px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content p {
    font-size: 25px;
    padding-bottom: 70px; }
  .carrer .content-full-flex-carrer .next-step h1 {
    font-size: 25px; }
  .carrer .content-full-flex-carrer .time-line-carrer ul {
    padding-bottom: 70px; }
  .skill .content-full-flex-skills .content-skills .types-skills .col-flex30-logos {
    height: 380px; }
  .content-skills .types-skills .content-2skills .col-flex30-tecs .flex100content-tecs ul li {
    font-size: 25px; }
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -570px; }
  .project .content-full-flex-projects .content-projects .content-desc .desc-proj-select p {
    font-size: 25px;
    line-height: 30px; }
  .project .content-full-flex-projects .content-projects .content-desc .title-des-proj h1 {
    font-size: 25px; }
  .project .content-full-flex-projects .content-projects .select-projectlist .title-typeproject h1 {
    font-size: 25px; }
  .project .content-full-flex-projects .content-projects .select-projectlist .title-typeproject .intProj {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .project .content-full-flex-projects .content-projects .select-projectlist .title-typeproject h1 {
    padding-top: 300px; }
  .project .content-full-flex-projects .content-projects .content-desc {
    padding-top: 200px; }
  .contact .content-full-flex-contact .contact-flex ul li {
    -ms-flex-pack: center;
        justify-content: center; } }

@media screen and (max-width: 1500px) {
  .header-action {
    min-height: 1024px; }
  .header-action .content-flex-home {
    margin-top: 300px; }
  .header-action .content-move .icon-move {
    padding-top: 200px; }
  .about .content-full-flex-about {
    width: 100%; }
  .about .content-full-flex-about .about-2 .text-about {
    margin-top: 20px; }
  .about .content-full-flex-about .about-2 .text-about p {
    font-size: 22px;
    line-height: 30px; }
  .about .content-full-flex-about .col-flex1 .plus-about .flex-obout p {
    font-size: 22px;
    line-height: 30px; }
  .about .content-full-flex-about .picture-about img {
    padding-left: 0px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content h2 {
    font-size: 20px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title .flex-12 {
    width: 10%; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content p {
    font-size: 22px;
    padding-bottom: 70px; }
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -315px; }
  .project .content-full-flex-projects .content-projects .select-projectlist .title-typeproject h1 {
    padding-top: 100px; }
  .project .content-full-flex-projects .content-projects .content-desc {
    padding-top: 50px; } }

@media screen and (max-width: 1440px) {
  .header-action {
    min-height: 920px; }
  .header-action .content-move .icon-move {
    padding-top: 80px; }
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -300px; } }

@media screen and (max-width: 1368px) {
  .header-action {
    min-height: 940px; }
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -280px; } }

@media screen and (max-width: 1366px) {
  .header-action {
    min-height: 800px; }
  .header-action .content-move .icon-move {
    padding-top: 0px; }
  .header-action .content-flex-home {
    margin-top: 200px; }
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -280px; } }

@media screen and (max-width: 1280px) {
  .header-action {
    min-height: 820px; }
  .header-action .content-move .icon-move {
    padding-top: 0px; }
  .header-action .content-flex-home {
    margin-top: 200px; }
  .about .content-full-flex-about .about-2 .text-about p {
    font-size: 18px;
    line-height: 30px; }
  .about .content-full-flex-about .col-flex1 .plus-about .flex-obout p {
    font-size: 18px;
    line-height: 30px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content h1 {
    font-size: 18px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content p {
    font-size: 18px;
    padding-bottom: 70px;
    line-height: 30px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title {
    padding-top: 50px;
    padding-left: 30px; }
  .carrer .content-full-flex-carrer .next-step h1 {
    font-size: 18px; }
  .content-skills .types-skills .content-2skills .col-flex30-tecs .flex100content-tecs ul li {
    font-size: 18px; }
  .project .content-full-flex-projects .content-projects .content-desc .desc-proj-select p {
    font-size: 18px;
    line-height: 30px;
    padding-top: 20px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content h2 {
    font-size: 18px; }
  .project .content-full-flex-projects .content-projects .select-projectlist .title-typeproject h1 {
    font-size: 20px; }
  .project .content-full-flex-projects .content-projects .content-desc .title-des-proj h1 {
    font-size: 20px; }
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -260px; } }

@media screen and (max-width: 1024px) {
  .about .content-full-flex-about .about-2 .text-about {
    margin-top: 0px; }
  .about .content-full-flex-about .about-2 .text-about input {
    margin-top: 20px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content h2 {
    font-size: 14px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title {
    padding-top: 30px;
    padding-left: 20px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title .flex-12 {
    width: 15%; }
  .about .content-full-flex-about .about-2 .content-about .social-about {
    padding-top: 30px; }
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -200px; }
  .project .content-full-flex-projects .content-projects .content-desc .desc-proj-select p {
    text-align: center; }
  .contact .content-full-flex-contact .contact-flex {
    width: 70%; }
  .contact .content-full-flex-contact .button-contact {
    width: 60%; } }

@media screen and (max-width: 979px) {
  .menu-nav .content-flex-nav .select-header select {
    padding-left: 20px;
    padding-right: 25px;
    margin-right: 110px; }
  .header-action .content-flex-home {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 150px; }
    .header-action .content-flex-home .col-2flex {
      width: 100%; }
      .header-action .content-flex-home .col-2flex .text-home {
        margin-left: 0px;
        margin-top: 10px; }
        .header-action .content-flex-home .col-2flex .text-home h1 {
          text-align: center;
          font-size: 30px;
          margin-top: 50px; }
        .header-action .content-flex-home .col-2flex .text-home h2 {
          font-size: 30px;
          text-align: center; }
        .header-action .content-flex-home .col-2flex .text-home h3 {
          font-size: 20px;
          text-align: center; }
    .header-action .content-flex-home .picture-perfil-profile {
      -ms-flex-pack: center;
          justify-content: center;
      padding-right: 0px; }
      .header-action .content-flex-home .picture-perfil-profile img {
        width: 225px;
        height: 250px;
        padding-top: 20px; }
  .about .content-full-flex-about {
    -ms-flex-direction: column;
        flex-direction: column; }
    .about .content-full-flex-about .about-2 {
      -ms-flex-direction: row;
          flex-direction: row; }
      .about .content-full-flex-about .about-2 .col-flex2 {
        width: 100%; }
        .about .content-full-flex-about .about-2 .col-flex2 .content-about .social-about {
          padding-top: 50px; }
          .about .content-full-flex-about .about-2 .col-flex2 .content-about .social-about ul li i {
            font-size: 25px; }
      .about .content-full-flex-about .about-2 .text-about {
        margin-top: 80px;
        margin-bottom: 40px; }
      .about .content-full-flex-about .about-2 .picture-about img {
        padding-top: 100px; }
    .about .content-full-flex-about .col-flex1 {
      width: 100%; }
      .about .content-full-flex-about .col-flex1 .plus-about .obj-about .flex-obout {
        padding-top: 40px; }
      .about .content-full-flex-about .col-flex1 .plus-about .qual-about .flex-obout {
        padding-top: 40px;
        padding-bottom: 40px; }
  .carrer .content-full-flex-carrer .title-flex-carrer {
    height: 78px;
    background-color: #fff; }
    .carrer .content-full-flex-carrer .title-flex-carrer h2 {
      color: #1175ee; }
  .carrer .content-full-flex-carrer .time-line-carrer {
    padding-top: 50px; }
  .carrer .content-full-flex-carrer .next-step {
    width: 70%;
    margin-bottom: 50px;
    margin-top: -82px;
    margin-left: 120px;
    border: 2px solid #1175ee; }
    .carrer .content-full-flex-carrer .next-step h1 {
      font-size: 12px; }
  .skill .content-full-flex-skills .title-flex-skills {
    background-color: #1175ee; }
    .skill .content-full-flex-skills .title-flex-skills h2 {
      color: #fff; }
  .skill .content-full-flex-skills .content-skills .types-skills {
    -ms-flex-direction: column;
        flex-direction: column; }
    .skill .content-full-flex-skills .content-skills .types-skills .col-flex30-logos {
      height: auto;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      display: -ms-grid;
      display: grid;
      padding-top: 30px; }
    .skill .content-full-flex-skills .content-skills .types-skills .content-2skills {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
      .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs {
        width: 100%; }
        .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs .flex100content-tecs {
          -ms-flex-pack: center;
              justify-content: center; }
          .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs .flex100content-tecs ul {
            padding-left: 0px; }
      .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex40-skills {
        width: 100%; }
  .app .content-full-flex-app .text-link-app h2 {
    text-align: center;
    padding-left: 30px; }
  .project {
    padding-bottom: 20px; }
    .project .content-full-flex-projects .title-flex-projects-photo .col-title-project {
      height: 100%; }
      .project .content-full-flex-projects .title-flex-projects-photo .col-title-project img {
        width: 25%;
        height: 100%;
        margin-top: -40px; }
    .project .content-full-flex-projects .title-flex-projects {
      margin-top: -140px; }
    .project .content-full-flex-projects .content-projects {
      padding-left: 50px;
      padding-right: 50px;
      margin-top: 10px; }
      .project .content-full-flex-projects .content-projects .content-proj .gifmac {
        margin-top: -170px; }
      .project .content-full-flex-projects .content-projects .content-desc {
        padding-top: 100px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px; }
  .contact .content-full-flex-contact .contact-flex {
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -ms-flex-pack: center;
        justify-content: center;
    width: 70%;
    min-height: inherit;
    padding-bottom: 70px; }
  .contact .content-full-flex-contact #form-main {
    width: 70%; }
  .contact .content-full-flex-contact .button-contact {
    width: 70%; } }

@media screen and (max-width: 960px) {
  .menu-nav .content-flex-nav .select-header select {
    padding-left: 20px;
    padding-right: 25px;
    margin-right: 110px; }
  .header-action {
    min-height: 500px; }
  .header-action .content-move {
    margin-top: 30px; }
  .header-action .content-flex-home {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 100px; }
    .header-action .content-flex-home .col-2flex {
      width: 100%; }
      .header-action .content-flex-home .col-2flex .text-home {
        margin-left: 0px;
        margin-top: 10px; }
        .header-action .content-flex-home .col-2flex .text-home h1 {
          text-align: center;
          font-size: 30px;
          margin-top: 50px; }
        .header-action .content-flex-home .col-2flex .text-home h2 {
          font-size: 30px;
          text-align: center; }
        .header-action .content-flex-home .col-2flex .text-home h3 {
          font-size: 20px;
          text-align: center; }
    .header-action .content-flex-home .picture-perfil-profile {
      -ms-flex-pack: center;
          justify-content: center;
      padding-right: 0px; }
      .header-action .content-flex-home .picture-perfil-profile img {
        width: 225px;
        height: 250px;
        padding-top: 20px; }
  .about .content-full-flex-about {
    -ms-flex-direction: column;
        flex-direction: column; }
    .about .content-full-flex-about .about-2 {
      -ms-flex-direction: row;
          flex-direction: row; }
      .about .content-full-flex-about .about-2 .col-flex2 {
        width: 100%; }
        .about .content-full-flex-about .about-2 .col-flex2 .content-about .social-about {
          padding-top: 50px; }
          .about .content-full-flex-about .about-2 .col-flex2 .content-about .social-about ul li i {
            font-size: 25px; }
      .about .content-full-flex-about .about-2 .text-about {
        margin-top: 80px;
        margin-bottom: 40px; }
      .about .content-full-flex-about .about-2 .picture-about img {
        padding-top: 100px; }
    .about .content-full-flex-about .col-flex1 {
      width: 100%; }
      .about .content-full-flex-about .col-flex1 .plus-about .obj-about .flex-obout {
        padding-top: 40px; }
      .about .content-full-flex-about .col-flex1 .plus-about .qual-about .flex-obout {
        padding-top: 40px;
        padding-bottom: 40px; }
  .carrer .content-full-flex-carrer .title-flex-carrer {
    height: 78px;
    background-color: #fff; }
    .carrer .content-full-flex-carrer .title-flex-carrer h2 {
      color: #1175ee; }
  .carrer .content-full-flex-carrer .time-line-carrer {
    padding-top: 50px; }
  .carrer .content-full-flex-carrer .next-step {
    width: 70%;
    margin-bottom: 50px;
    margin-top: -20px;
    margin-left: 120px;
    border: 2px solid #1175ee; }
    .carrer .content-full-flex-carrer .next-step h1 {
      font-size: 12px; }
  .skill .content-full-flex-skills .title-flex-skills {
    background-color: #1175ee; }
    .skill .content-full-flex-skills .title-flex-skills h2 {
      color: #fff; }
  .skill .content-full-flex-skills .content-skills .types-skills {
    -ms-flex-direction: column;
        flex-direction: column; }
    .skill .content-full-flex-skills .content-skills .types-skills .col-flex30-logos {
      height: auto;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      display: -ms-grid;
      display: grid;
      padding-top: 30px; }
    .skill .content-full-flex-skills .content-skills .types-skills .content-2skills {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
      .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs {
        width: 100%; }
        .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs .flex100content-tecs {
          -ms-flex-pack: center;
              justify-content: center; }
          .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs .flex100content-tecs ul {
            padding-left: 0px; }
      .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex40-skills {
        width: 100%; }
  .app .content-full-flex-app .text-link-app h2 {
    text-align: center;
    padding-left: 30px; }
  .project {
    padding-bottom: 20px; }
    .project .content-full-flex-projects .title-flex-projects-photo .col-title-project {
      height: 100%; }
      .project .content-full-flex-projects .title-flex-projects-photo .col-title-project img {
        width: 25%;
        height: 100%;
        margin-top: -40px; }
    .project .content-full-flex-projects .title-flex-projects {
      margin-top: -140px; }
    .project .content-full-flex-projects .content-projects {
      padding-left: 50px;
      padding-right: 50px;
      margin-top: 50px; }
      .project .content-full-flex-projects .content-projects .content-proj .gifmac {
        margin-top: -185px; }
      .project .content-full-flex-projects .content-projects .content-desc {
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px; }
  .contact .content-full-flex-contact .contact-flex ul li {
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 0px; }
  .project .content-full-flex-projects .content-projects .content-desc .title-des-proj h1 {
    font-size: 20px; }
  .project .content-full-flex-projects .content-projects .select-projectlist .title-typeproject h1 {
    font-size: 20px; }
  .contact .content-full-flex-contact .contact-flex {
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -ms-flex-pack: center;
        justify-content: center;
    width: 70%;
    min-height: inherit;
    padding-bottom: 70px; }
  .contact .content-full-flex-contact #form-main {
    width: 70%; }
  .contact .content-full-flex-contact .button-contact {
    width: 70%; }
  .project .content-full-flex-projects .content-projects .content-desc .desc-proj-select p {
    font-size: 18px;
    line-height: 30px; } }

@media screen and (max-width: 800px) {
  .menu-nav .content-flex-nav .select-header select {
    padding-left: 20px;
    padding-right: 25px;
    margin-right: 110px; }
  .header-action {
    min-height: 1300px; }
  .header-action .content-move {
    margin-top: 350px; }
  .header-action .content-flex-home {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 350px; }
    .header-action .content-flex-home .col-2flex {
      width: 100%; }
      .header-action .content-flex-home .col-2flex .text-home {
        margin-left: 0px;
        margin-top: 10px; }
        .header-action .content-flex-home .col-2flex .text-home h1 {
          text-align: center;
          font-size: 30px;
          margin-top: 50px; }
        .header-action .content-flex-home .col-2flex .text-home h2 {
          font-size: 30px;
          text-align: center; }
        .header-action .content-flex-home .col-2flex .text-home h3 {
          font-size: 20px;
          text-align: center; }
    .header-action .content-flex-home .picture-perfil-profile {
      -ms-flex-pack: center;
          justify-content: center;
      padding-right: 0px; }
      .header-action .content-flex-home .picture-perfil-profile img {
        width: 225px;
        height: 250px;
        padding-top: 20px; }
  .about .content-full-flex-about {
    -ms-flex-direction: column;
        flex-direction: column; }
    .about .content-full-flex-about .about-2 {
      -ms-flex-direction: row;
          flex-direction: row; }
      .about .content-full-flex-about .about-2 .col-flex2 {
        width: 100%; }
        .about .content-full-flex-about .about-2 .col-flex2 .content-about .social-about {
          padding-top: 50px; }
          .about .content-full-flex-about .about-2 .col-flex2 .content-about .social-about ul li i {
            font-size: 25px; }
      .about .content-full-flex-about .about-2 .text-about {
        margin-top: 50px;
        margin-bottom: 40px; }
      .about .content-full-flex-about .about-2 .picture-about img {
        padding-top: 100px; }
    .about .content-full-flex-about .col-flex1 {
      width: 100%; }
      .about .content-full-flex-about .col-flex1 .plus-about .obj-about .flex-obout {
        padding-top: 40px; }
      .about .content-full-flex-about .col-flex1 .plus-about .qual-about .flex-obout {
        padding-top: 40px;
        padding-bottom: 40px; }
  .carrer .content-full-flex-carrer .title-flex-carrer {
    height: 78px;
    background-color: #fff; }
    .carrer .content-full-flex-carrer .title-flex-carrer h2 {
      color: #1175ee; }
  .carrer .content-full-flex-carrer .time-line-carrer {
    padding-top: 50px; }
  .carrer .content-full-flex-carrer .next-step {
    width: 70%;
    margin-bottom: 50px;
    margin-top: -25px;
    margin-left: 120px;
    border: 2px solid #1175ee; }
    .carrer .content-full-flex-carrer .next-step h1 {
      font-size: 12px; }
  .skill .content-full-flex-skills .title-flex-skills {
    background-color: #1175ee; }
    .skill .content-full-flex-skills .title-flex-skills h2 {
      color: #fff; }
  .skill .content-full-flex-skills .content-skills .types-skills {
    -ms-flex-direction: column;
        flex-direction: column; }
    .skill .content-full-flex-skills .content-skills .types-skills .col-flex30-logos {
      height: auto;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      display: -ms-grid;
      display: grid;
      padding-top: 30px; }
    .skill .content-full-flex-skills .content-skills .types-skills .content-2skills {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
      .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs {
        width: 100%; }
        .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs .flex100content-tecs {
          -ms-flex-pack: center;
              justify-content: center; }
          .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs .flex100content-tecs ul {
            padding-left: 0px; }
      .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex40-skills {
        width: 100%; }
  .app .content-full-flex-app .text-link-app h2 {
    text-align: center;
    padding-left: 30px; }
  .project .content-full-flex-projects .content-projects .select-projectlist {
    width: 100%; }
  .project .content-full-flex-projects .content-projects .select-projectlist ul {
    padding-bottom: 30px;
    margin-top: -25px; }
  .project .content-full-flex-projects .content-projects .content-proj {
    width: 100%; }
  .project {
    padding-bottom: 20px; }
    .project .content-full-flex-projects .title-flex-projects-photo .col-title-project {
      height: 100%; }
      .project .content-full-flex-projects .title-flex-projects-photo .col-title-project img {
        width: 25%;
        height: 100%;
        margin-top: -40px; }
    .project .content-full-flex-projects .title-flex-projects {
      margin-top: -140px; }
    .project .content-full-flex-projects .content-projects {
      padding-left: 50px;
      padding-right: 50px;
      margin-top: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .project .content-full-flex-projects .content-projects .content-proj .gifmac {
        margin-top: -395px; }
      .project .content-full-flex-projects .content-projects .content-desc {
        padding-top: 100px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
        width: 100%; }
  .contact .content-full-flex-contact .contact-flex {
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -ms-flex-pack: center;
        justify-content: center;
    width: 70%;
    min-height: inherit;
    padding-bottom: 70px; }
  .contact .content-full-flex-contact #form-main {
    width: 70%; }
  .contact .content-full-flex-contact .button-contact {
    width: 70%; } }

@media screen and (max-width: 768px) {
  .header-action .content-move {
    margin-top: 140px; }
  .header-action .content-flex-home {
    margin-top: 280px; }
  .header-action {
    min-height: 1100px; }
  .project .content-full-flex-projects .content-projects {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 40px; }
    .project .content-full-flex-projects .content-projects .content-proj {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
      .project .content-full-flex-projects .content-projects .content-proj .gifmac {
        margin-top: -300px; }
    .project .content-full-flex-projects .content-projects .select-projectlist {
      width: 100%; }
    .project .content-full-flex-projects .content-projects .content-desc {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
  .app .content-full-flex-app .picture-smartyphone img {
    width: 90%; }
  .contact .content-full-flex-contact .contact-flex ul li {
    padding-left: 0px; }
  .about .content-full-flex-about .col-flex1 .plus-about .flex-obout p {
    padding-bottom: 60px; }
  .carrer .content-full-flex-carrer .next-step {
    margin-top: -80px; } }

@media screen and (max-width: 753px) {
  .header-action .content-move {
    margin-top: 140px; }
  .header-action .content-flex-home {
    margin-top: 280px; }
  .header-action {
    min-height: 1100px; }
  .project .content-full-flex-projects .content-projects {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 40px; }
    .project .content-full-flex-projects .content-projects .content-proj {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
      .project .content-full-flex-projects .content-projects .content-proj .gifmac {
        margin-top: -285px; }
    .project .content-full-flex-projects .content-projects .select-projectlist {
      width: 100%; }
    .project .content-full-flex-projects .content-projects .content-desc {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
  .app .content-full-flex-app .picture-smartyphone img {
    width: 90%; }
  .contact .content-full-flex-contact .contact-flex ul li {
    padding-left: 0px; } }

@media screen and (max-width: 750px) {
  .menu li {
    height: 20%; }
  .menu li a span {
    font-size: 20px; }
  .about .content-full-flex-about .about-2 .text-about {
    margin-top: 120px; }
  .about .content-full-flex-about .about-2 .link-resume {
    margin-top: -30px; }
  .contact .content-full-flex-contact .contact-flex {
    width: 70%; } }

@media screen and (max-width: 736px) {
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -280px; } }

@media screen and (max-width: 732px) {
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -280px; }
  .contact .content-full-flex-contact .contact-flex ul li {
    padding-left: 0px; } }

@media screen and (max-width: 667px) {
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -250px; } }

@media screen and (max-width: 640px) {
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -235px; }
  .contact .content-full-flex-contact .contact-flex ul li {
    padding-left: 0px; }
    .contact .content-full-flex-contact .contact-flex ul li h2 {
      font-size: 20px; }
  .contact .content-full-flex-contact .text-contact-flex h3 {
    font-size: 25px; } }

@media screen and (max-width: 600px) {
  .header-action {
    min-height: 1000px; }
  .about .content-full-flex-about .about-2 {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content h2 {
    font-size: 16px; }
  .project .content-full-flex-projects .content-projects .content-desc .desc-proj-select p {
    font-size: 20px;
    line-height: 20px; }
  .carrer .content-full-flex-carrer .next-step {
    margin-top: -80px; }
  .project .content-full-flex-projects .content-projects .content-desc {
    width: 100%; }
  .project .content-full-flex-projects .content-projects .content-proj {
    width: 90%; }
    .project .content-full-flex-projects .content-projects .content-proj .gifmac {
      margin-top: -248px; } }

@media screen and (max-width: 568px) {
  .project .content-full-flex-projects .content-projects .content-proj {
    width: 90%; } }

@media screen and (max-width: 540px) {
  .project .content-full-flex-projects .content-projects .content-proj {
    width: 90%; }
    .project .content-full-flex-projects .content-projects .content-proj .gifmac {
      margin-top: -218px; } }

@media screen and (max-width: 500px) {
  .hamburger {
    top: 20px;
    right: 5%; }
  .menu-nav {
    margin-top: -18px; }
    .menu-nav .content-flex-nav .logo-header {
      width: 30%; }
      .menu-nav .content-flex-nav .logo-header img {
        margin-left: -20px; }
    .menu-nav .content-flex-nav .select-header select {
      padding-left: 12px;
      padding-right: 25px;
      margin-right: 60px;
      font-size: 12px; }
    .menu-nav .content-flex-nav .logo-header .name-menu h2 {
      display: none; }
  .header-action {
    min-height: 760px; }
    .header-action .content-flex-home {
      margin-top: 90px; }
      .header-action .content-flex-home .col-2flex .text-home h3 {
        font-size: 16px; }
  .menu li {
    height: 15%; }
  .menu li a span {
    font-size: 20px; }
  .about {
    margin-top: -60px; }
  .about .content-full-flex-about .about-2 {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    .about .content-full-flex-about .about-2 .col-flex2 .content-about .social-about {
      padding-top: 80px; }
      .about .content-full-flex-about .about-2 .col-flex2 .content-about .social-about ul li i {
        font-size: 32px; }
    .about .content-full-flex-about .about-2 .picture-about img {
      padding-top: 60px; }
    .about .content-full-flex-about .about-2 .link-resume {
      margin-top: -30px;
      width: 90%; }
  .carrer .content-full-flex-carrer .title-flex-carrer {
    background-color: #fff; }
    .carrer .content-full-flex-carrer .title-flex-carrer h2 {
      color: #1175ee; }
  .carrer .content-full-flex-carrer .time-line-carrer {
    padding-top: 0px;
    width: 90%; }
    .carrer .content-full-flex-carrer .time-line-carrer #timeline {
      margin: 30px;
      padding: 0px;
      width: 90%; }
      .carrer .content-full-flex-carrer .time-line-carrer #timeline:before {
        left: 0; }
      .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content {
        float: right; }
        .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content:before, .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content.right:before {
          left: 10%;
          margin-left: -6px;
          border-left: 0;
          border-right: 7px solid #1175ee; }
        .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title .flex-12 {
          width: 20%; }
        .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title .flex-88 {
          width: 75%; }
          .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title .flex-88 h2 {
            font-size: 12px;
            text-align: left;
            padding-top: 10px;
            line-height: 15px;
            padding-right: 10px;
            padding-left: 5px; }
      .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-icon {
        left: 0; }
  .carrer .content-full-flex-carrer .next-step {
    width: 65%;
    margin-bottom: 50px;
    margin-top: -84px;
    margin-left: 80px;
    border: 2px solid #1175ee; }
    .carrer .content-full-flex-carrer .next-step h1 {
      font-size: 12px; }
  .skill .content-full-flex-skills .content-skills {
    padding-top: 20px; }
    .skill .content-full-flex-skills .content-skills .types-skills {
      -ms-flex-direction: column;
          flex-direction: column; }
      .skill .content-full-flex-skills .content-skills .types-skills .content-2skills {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
        .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex40-skills {
          width: 100%; }
          .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex40-skills .bar-circle {
            margin-top: 0px; }
        .skill .content-full-flex-skills .content-skills .types-skills .content-2skills .col-flex30-tecs {
          width: 100%; }
      .skill .content-full-flex-skills .content-skills .types-skills .col-flex30-logos {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        padding-top: 30px; }
        .skill .content-full-flex-skills .content-skills .types-skills .col-flex30-logos ul {
          margin-left: auto;
          margin-right: auto; }
  .project {
    padding-bottom: 10px; }
    .project .content-full-flex-projects .title-flex-projects-photo {
      width: 80%;
      -ms-flex-pack: center;
          justify-content: center;
      margin-left: auto;
      margin-right: auto; }
      .project .content-full-flex-projects .title-flex-projects-photo .col-title-project {
        height: 100%; }
        .project .content-full-flex-projects .title-flex-projects-photo .col-title-project img {
          width: 70%;
          height: 100%;
          margin-top: -80px; }
    .project .content-full-flex-projects .title-flex-projects {
      height: 200px;
      margin-top: -125px;
      -ms-flex-direction: column;
          flex-direction: column; }
      .project .content-full-flex-projects .title-flex-projects .col-title-project {
        width: 100%; }
        .project .content-full-flex-projects .title-flex-projects .col-title-project h2 {
          padding-top: 140px; }
    .project .content-full-flex-projects .content-projects {
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 0px;
      margin-bottom: 20px;
      padding-left: 10px;
      padding-right: 10px; }
      .project .content-full-flex-projects .content-projects .content-proj {
        width: 100%; }
        .project .content-full-flex-projects .content-projects .content-proj .select-project {
          width: 90%; }
          .project .content-full-flex-projects .content-projects .content-proj .select-project .rightlist {
            padding-right: 5px;
            padding-left: 5px; }
          .project .content-full-flex-projects .content-projects .content-proj .select-project .leftlist {
            padding-right: 5px;
            padding-left: 5px; }
        .project .content-full-flex-projects .content-projects .content-proj .gifmac {
          margin-top: -185px; }
      .project .content-full-flex-projects .content-projects .content-desc {
        width: 100%;
        padding-top: 80px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 40px; }
  .app .content-full-flex-app {
    -ms-flex-direction: column;
        flex-direction: column; }
    .app .content-full-flex-app .text-link-app {
      width: 100%;
      padding-top: 70px; }
      .app .content-full-flex-app .text-link-app h2 {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center; }
    .app .content-full-flex-app .picture-smartyphone {
      width: 100%;
      padding-right: 30px;
      padding-left: 30px;
      padding-top: 30px;
      padding-bottom: 0px; }
      .app .content-full-flex-app .picture-smartyphone img {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        height: 100%;
        padding-bottom: 30px; }
  .contact {
    min-height: inherit; }
    .contact .content-full-flex-contact .contact-flex {
      width: 90%;
      margin-top: 20px;
      padding-top: 50px;
      padding-bottom: 60px;
      min-height: inherit; }
      .contact .content-full-flex-contact .contact-flex ul li {
        padding-left: 0px;
        -ms-flex-pack: center;
            justify-content: center; }
        .contact .content-full-flex-contact .contact-flex ul li i {
          font-size: inherit; }
        .contact .content-full-flex-contact .contact-flex ul li h2 {
          font-size: inherit; }
    .contact .content-full-flex-contact .text-contact-flex {
      padding-top: 20px;
      text-align: center;
      padding-left: 30px;
      padding-right: 30px; }
      .contact .content-full-flex-contact .text-contact-flex h3 {
        font-size: inherit; }
    .contact .content-full-flex-contact #form-main {
      width: 80%; }
    .contact .content-full-flex-contact .button-contact {
      width: 80%;
      padding-top: 10px; }
    .contact .content-full-flex-contact .moveup-contact {
      display: none; }
  footer .content-full-flex-footer .left-footer {
    width: 70%; }
    footer .content-full-flex-footer .left-footer h3 {
      font-size: inherit;
      margin-top: 18px; }
  footer .content-full-flex-footer .right-footer {
    padding-top: 30px; } }

@media screen and (max-width: 480px) {
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title .flex-88 h2 {
    font-size: 14px; }
  .contact .content-full-flex-contact .contact-flex ul li h2 {
    font-size: 20px; }
  .contact .content-full-flex-contact .text-contact-flex h3 {
    font-size: 20px; }
  .header-action {
    min-height: 920px; }
  .header-action .content-flex-home {
    margin-top: 170px; }
  .carrer .content-full-flex-carrer .next-step h1 {
    font-size: 14px; }
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -252px; }
  .contact .content-full-flex-contact .text-contact-msm-flex h3 {
    font-size: 30px;
    padding-bottom: 40px; } }

@media screen and (max-width: 414px) {
  .header-action .content-flex-home {
    margin-top: 150px; }
  .header-action {
    min-height: 820px; }
  .header-action .content-move {
    margin-top: 100px; }
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -215px; } }

@media screen and (max-width: 412px) {
  .project .content-full-flex-projects .content-projects {
    padding-top: 20px; }
    .project .content-full-flex-projects .content-projects .content-proj .gifmac {
      margin-top: -210px; }
  .contact .content-full-flex-contact .text-contact-msm-flex h3 {
    font-size: 25px;
    padding-bottom: 30px; }
  .about .content-full-flex-about .about-2 .text-about h1 {
    text-align: center; }
  .about .content-full-flex-about .about-2 .text-about p {
    text-align: center; } }

@media screen and (max-width: 411px) {
  .project .content-full-flex-projects .content-projects {
    padding-top: 20px; }
    .project .content-full-flex-projects .content-projects .content-proj .gifmac {
      margin-top: -212px; }
  .contact .content-full-flex-contact .text-contact-msm-flex h3 {
    font-size: 25px;
    padding-bottom: 30px; } }

@media screen and (max-width: 424px) {
  .header-action .content-flex-home {
    margin-top: 150px; }
  .header-action {
    min-height: 820px; }
  .header-action .content-move {
    margin-top: 100px; }
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -215px; }
  .project .content-full-flex-projects .content-projects .content-desc .desc-proj-select p {
    font-size: 18px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content p {
    font-size: 18px;
    padding-bottom: 50px;
    line-height: 30px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content h1 {
    font-size: 20px; } }

@media screen and (max-width: 384px) {
  .header-action .content-flex-home {
    margin-top: 120px; }
  .header-action .content-move {
    margin-top: 60px; }
  .header-action {
    min-height: 700px; }
  .about .content-full-flex-about .about-2 .text-about {
    margin-top: 30px; }
  .project .content-full-flex-projects .content-projects {
    padding-top: 20px; }
    .project .content-full-flex-projects .content-projects .content-proj .gifmac {
      margin-top: -130px; }
  .contact .content-full-flex-contact .text-contact-msm-flex h3 {
    font-size: 25px;
    padding-bottom: 20px;
    padding-bottom: 30px; } }

@media screen and (max-width: 375px) {
  .header-action {
    min-height: 730px; }
  .project .content-full-flex-projects .content-projects {
    padding-top: 20px; }
    .project .content-full-flex-projects .content-projects .content-proj .gifmac {
      margin-top: -190px; }
  .contact .content-full-flex-contact .text-contact-msm-flex h3 {
    font-size: 25px;
    padding-bottom: 20px;
    padding-bottom: 30px; } }

@media screen and (max-width: 360px) {
  .project .content-full-flex-projects .content-projects {
    padding-top: 20px; }
    .project .content-full-flex-projects .content-projects .content-proj .gifmac {
      margin-top: -180px; }
    .project .content-full-flex-projects .content-projects .select-projectlist {
      width: 100%; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content h1 {
    padding-top: 60px; }
  .project .content-full-flex-projects .content-projects .content-desc .desc-proj-select p {
    text-align: center;
    line-height: 30px; }
  .carrer .content-full-flex-carrer .next-step h1 {
    font-size: 12px; }
  .list_tool_profile {
    display: none; }
  .project .content-full-flex-projects .content-projects .content-proj #list_tools_proj {
    display: none; }
  .project .content-full-flex-projects .content-projects .content-proj #list_tools_proj2 {
    display: none; }
  .project .content-full-flex-projects .content-projects .content-desc .desc-proj-select p {
    text-align: center; }
  .about .content-full-flex-about .about-2 .text-about p {
    text-align: center; }
  .about .content-full-flex-about .about-2 .text-about h1 {
    text-align: center;
    padding-top: 50px; }
  .about .content-full-flex-about .about-2 .text-about h2 {
    text-align: center;
    padding-top: 40px; }
  .about .content-full-flex-about .col-flex1 .plus-about .flex-obout p {
    text-align: center; }
  .contact .content-full-flex-contact .text-contact-msm-flex h3 {
    font-size: 22px;
    padding-bottom: 50px; } }

@media screen and (max-width: 320px) {
  .header-action {
    min-height: 540px; }
    .header-action .content-flex-home {
      margin-top: 90px; }
      .header-action .content-flex-home .col-2flex .text-home h1 {
        font-size: 20px;
        margin-top: 30px; }
      .header-action .content-flex-home .col-2flex .text-home h2 {
        font-size: 20px; }
      .header-action .content-flex-home .col-2flex .text-home h3 {
        font-size: 16px;
        padding-top: 10px; }
    .header-action .content-move {
      margin-top: 35px; }
  .about .content-full-flex-about .about-2 {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    .about .content-full-flex-about .about-2 .text-about {
      margin-top: 50px; }
    .about .content-full-flex-about .about-2 .col-flex2 .content-about .social-about {
      padding-top: 50px; }
      .about .content-full-flex-about .about-2 .col-flex2 .content-about .social-about ul li i {
        font-size: 32px; }
    .about .content-full-flex-about .about-2 .link-resume {
      margin-top: -30px;
      width: 80%; }
      .about .content-full-flex-about .about-2 .link-resume ul {
        width: 100%; }
    .about .content-full-flex-about .about-2 .picture-about img {
      padding-top: 60px; }
  .carrer .content-full-flex-carrer .time-line-carrer {
    width: 100%; }
    .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-icon {
      width: 40px;
      height: 40px;
      margin-left: -20px; }
      .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-icon i {
        top: 10px;
        font-size: 20px; }
    .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title {
      padding-top: 15px; }
      .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title .flex-12 {
        width: 20%; }
      .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content .logotime-title .flex-88 h2 {
        font-size: 12px;
        padding-top: 10px; }
  .carrer .content-full-flex-carrer .next-step {
    width: 75%;
    margin-bottom: 50px;
    margin-top: -84px;
    margin-left: 50px;
    border: 2px solid #1175ee; }
    .carrer .content-full-flex-carrer .next-step h1 {
      font-size: 12px; }
  .project {
    padding-bottom: 10px;
    margin-bottom: -30px; }
    .project .content-full-flex-projects .title-flex-projects {
      height: 150px;
      margin-top: -95px; }
      .project .content-full-flex-projects .title-flex-projects .col-title-project h2 {
        padding-top: 110px;
        color: #fff; }
    .project .content-full-flex-projects .title-flex-projects-photo .col-title-project {
      height: 100%; }
      .project .content-full-flex-projects .title-flex-projects-photo .col-title-project img {
        width: 70%;
        height: 100%;
        margin-top: -80px; }
    .project .content-full-flex-projects .content-projects {
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 0px;
      margin-bottom: 20px;
      padding-left: 10px;
      padding-right: 10px; }
      .project .content-full-flex-projects .content-projects .content-proj {
        width: 100%; }
        .project .content-full-flex-projects .content-projects .content-proj .select-project {
          width: 90%; }
          .project .content-full-flex-projects .content-projects .content-proj .select-project .rightlist {
            padding-right: 5px;
            padding-left: 5px; }
          .project .content-full-flex-projects .content-projects .content-proj .select-project .leftlist {
            padding-right: 5px;
            padding-left: 5px; }
        .project .content-full-flex-projects .content-projects .content-proj .gifmac {
          margin-top: -155px; }
      .project .content-full-flex-projects .content-projects .content-desc {
        width: 100%;
        margin-top: -20px;
        padding-left: 20px;
        padding-right: 22px;
        padding-bottom: 40px; }
        .project .content-full-flex-projects .content-projects .content-desc .desc-proj-select p {
          text-align: center; }
  .app .content-full-flex-app .text-link-app {
    padding-top: 60px; }
    .app .content-full-flex-app .text-link-app ul {
      padding-bottom: 20px; }
  .contact .content-full-flex-contact .contact-flex ul li {
    padding-left: 0px; }
    .contact .content-full-flex-contact .contact-flex ul li h2 {
      font-size: 15px; }
  .contact .content-full-flex-contact .text-contact-flex h3 {
    font-size: 15px; }
  .header-action .content-flex-home .picture-perfil-profile img {
    width: 170px;
    height: 200px;
    padding-top: 20px; } }

@media screen and (max-width: 241px) {
  .menu-nav .content-flex-nav {
    display: none; }
  .hamburger {
    display: none; }
  .pages {
    display: none; }
  .header-action .content-flex-home {
    margin-top: 50px; }
  .header-action .content-flex-home .col-2flex .text-home h1 {
    margin-top: 40px; }
  .menu-nav {
    display: none; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline {
    width: 100%; }
  .carrer .content-full-flex-carrer .time-line-carrer ul {
    padding-bottom: 20px; }
  .carrer .content-full-flex-carrer .time-line-carrer ul li {
    padding-right: 0px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content h1 {
    padding-top: 80px; }
  .about .content-full-flex-about .about-2 .text-about p {
    font-size: 16px;
    line-height: 30px; }
  .about .content-full-flex-about .col-flex1 .plus-about .flex-obout p {
    font-size: 16px;
    line-height: 30px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content h1 {
    font-size: 16px;
    line-height: 20px; }
  .carrer .content-full-flex-carrer .time-line-carrer #timeline .timeline-item .timeline-content p {
    font-size: 16px;
    padding-bottom: 70px;
    line-height: 20px; }
  .carrer .content-full-flex-carrer .next-step h1 {
    font-size: 8px; }
  .skill .content-full-flex-skills .content-skills .types-skills .col-flex30-logos {
    display: none; }
  .content-skills .types-skills .content-2skills .col-flex30-tecs .flex100content-tecs ul li {
    font-size: 16px; }
  .project .content-full-flex-projects .content-projects .select-projectlist .title-typeproject h1 {
    font-size: 16px; }
  .project .content-full-flex-projects .content-projects .select-projectlist .title-typeproject .intProj {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .project .content-full-flex-projects .content-projects .content-proj .gifmac {
    margin-top: -110px; }
  .project .content-full-flex-projects .content-projects .content-desc .desc-proj-select p {
    font-size: 16px;
    line-height: 20px; }
  footer .content-full-flex-footer .left-footer h3 {
    font-size: 12px;
    margin-top: 20px; }
  .contact .content-full-flex-contact .text-contact-msm-flex h3 {
    font-size: 16px;
    padding-bottom: 50px; }
  .contact .content-full-flex-contact .contact-flex ul li h2 {
    font-size: 12px; } }
