@charset "UTF-8";
/* Mixins */
/*  http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/ */
/* 1. Set a rem font size with pixel fallback */
/* 2. Breakpoints */
/* 3. SVG background images with PNG and retina fallback */
/* 4. Animations and keyframes  */
/* 5. Transitions */
/* 6. Cross browser opacity */
/* 7. Clearfix */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900);
/* 8. Visually hide an element */
/*9. */
/* Tools */
/* #83B047 #84AF47 */
/* ===========================
   Tools/Helpers
   =========================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* =Fonts
------------------- */
/* Chart Colors */
.f-color1 {
  color: red;
}

.f-color2 {
  color: blue;
}

/* Base */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ===========================
   Base
   =========================== */
* {
  margin: 0;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
  display: inline-block;
  position: relative;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  text-align: center;
  text-rendering: optimizelegibility;
  overflow: auto;
  height: 100%;
  background-color: #FFFFFF;
  font-size: 15px;
  color: #676a6d;
}

a:active, a:hover, a:visited {
  outline: none;
  outline-width: 0;
  text-decoration: none;
}

pre {
  font-size: 1.5rem;
  text-align: left;
}

/* especificamos tamaños del sitio */
.wrappercon {
  float: left;
  position: relative;
  width: 100%;
  min-width: 320px;
  min-height: 100%;
}

.main-container {
  display: inline-block;
  position: relative;
  max-width: 1920px;
  width: 100%;
}

.seccion {
  float: left;
  position: relative;
  width: 100%;
}

/* limpiamos y acomodamos objetos */
.autopos {
  display: block;
  margin: 0 auto;
}

.no-padding {
  padding: 0px;
}

/* pantalla completa */
.fullwidth, .fullScreen, .fullScreen2 {
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 1;
  /* min-height: 250px; */
}

/* animaciones */
.wow {
  opacity: 0;
  khtml-opacity: 0;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.visible {
  opacity: 1;
  khtml-opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.coverBg {
  background-size: cover;
}

.animations *, .animated {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

/* pagina 404*/
.no-found {
  padding-top: 20px;
  text-align: center;
}

.btn {
  border-radius: 0px;
}

/* Modules */
/* ==|====================
   fonts general
   ======================= */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.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;
}

.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-genderless:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Ionicons, v1.4.0
 * Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
 * https://twitter.com/helloimben  https://twitter.com/ionicframework
 * MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
  font-family: Ionicons;
  src: url(../fonts/ionicons.eot?v=1.4.0);
  src: url(../fonts/ionicons.eot?v=1.4.0#iefix) format("embedded-opentype"), url(../fonts/ionicons.ttf?v=1.4.0) format("truetype"), url(../fonts/ionicons.woff?v=1.4.0) format("woff"), url(../fonts/ionicons.svg?v=1.4.0#Ionicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
.ion, .ion-alert, .ion-alert-circled, .ion-android-add, .ion-android-add-contact, .ion-android-alarm, .ion-android-archive, .ion-android-arrow-back, .ion-android-arrow-down-left, .ion-android-arrow-down-right, .ion-android-arrow-up-left, .ion-android-arrow-up-right, .ion-android-battery, .ion-android-book, .ion-android-calendar, .ion-android-call, .ion-android-camera, .ion-android-chat, .ion-android-checkmark, .ion-android-clock, .ion-android-close, .ion-android-contact, .ion-android-contacts, .ion-android-data, .ion-android-developer, .ion-android-display, .ion-android-download, .ion-android-dropdown, .ion-android-earth, .ion-android-folder, .ion-android-forums, .ion-android-friends, .ion-android-hand, .ion-android-image, .ion-android-inbox, .ion-android-information, .ion-android-keypad, .ion-android-lightbulb, .ion-android-locate, .ion-android-location, .ion-android-mail, .ion-android-microphone, .ion-android-mixer, .ion-android-more, .ion-android-note, .ion-android-playstore, .ion-android-printer, .ion-android-promotion, .ion-android-reminder, .ion-android-remove, .ion-android-search, .ion-android-send, .ion-android-settings, .ion-android-share, .ion-android-social, .ion-android-social-user, .ion-android-sort, .ion-android-star, .ion-android-stopwatch, .ion-android-storage, .ion-android-system-back, .ion-android-system-home, .ion-android-system-windows, .ion-android-timer, .ion-android-trash, .ion-android-volume, .ion-android-wifi, .ion-archive, .ion-arrow-down-a, .ion-arrow-down-b, .ion-arrow-down-c, .ion-arrow-expand, .ion-arrow-graph-down-left, .ion-arrow-graph-down-right, .ion-arrow-graph-up-left, .ion-arrow-graph-up-right, .ion-arrow-left-a, .ion-arrow-left-b, .ion-arrow-left-c, .ion-arrow-move, .ion-arrow-resize, .ion-arrow-return-left, .ion-arrow-return-right, .ion-arrow-right-a, .ion-arrow-right-b, .ion-arrow-right-c, .ion-arrow-shrink, .ion-arrow-swap, .ion-arrow-up-a, .ion-arrow-up-b, .ion-arrow-up-c, .ion-at, .ion-bag, .ion-battery-charging, .ion-battery-empty, .ion-battery-full, .ion-battery-half, .ion-battery-low, .ion-beaker, .ion-beer, .ion-bluetooth, .ion-bookmark, .ion-briefcase, .ion-bug, .ion-calculator, .ion-calendar, .ion-camera, .ion-card, .ion-chatbox, .ion-chatbox-working, .ion-chatboxes, .ion-chatbubble, .ion-chatbubble-working, .ion-chatbubbles, .ion-checkmark, .ion-checkmark-circled, .ion-checkmark-round, .ion-chevron-down, .ion-chevron-left, .ion-chevron-right, .ion-chevron-up, .ion-clipboard, .ion-clock, .ion-close, .ion-close-circled, .ion-close-round, .ion-cloud, .ion-code, .ion-code-download, .ion-code-working, .ion-coffee, .ion-compass, .ion-compose, .ion-connection-bars, .ion-contrast, .ion-disc, .ion-document, .ion-document-text, .ion-drag, .ion-earth, .ion-edit, .ion-egg, .ion-eject, .ion-email, .ion-eye, .ion-eye-disabled, .ion-female, .ion-filing, .ion-film-marker, .ion-flag, .ion-flash, .ion-flash-off, .ion-flask, .ion-folder, .ion-fork, .ion-fork-repo, .ion-forward, .ion-game-controller-a, .ion-game-controller-b, .ion-gear-a, .ion-gear-b, .ion-grid, .ion-hammer, .ion-headphone, .ion-heart, .ion-help, .ion-help-buoy, .ion-help-circled, .ion-home, .ion-icecream, .ion-icon-social-google-plus, .ion-icon-social-google-plus-outline, .ion-image, .ion-images, .ion-information, .ion-information-circled, .ion-ionic, .ion-ios7-alarm, .ion-ios7-alarm-outline, .ion-ios7-albums, .ion-ios7-albums-outline, .ion-ios7-arrow-back, .ion-ios7-arrow-down, .ion-ios7-arrow-forward, .ion-ios7-arrow-left, .ion-ios7-arrow-right, .ion-ios7-arrow-thin-down, .ion-ios7-arrow-thin-left, .ion-ios7-arrow-thin-right, .ion-ios7-arrow-thin-up, .ion-ios7-arrow-up, .ion-ios7-at, .ion-ios7-at-outline, .ion-ios7-bell, .ion-ios7-bell-outline, .ion-ios7-bolt, .ion-ios7-bolt-outline, .ion-ios7-bookmarks, .ion-ios7-bookmarks-outline, .ion-ios7-box, .ion-ios7-box-outline, .ion-ios7-briefcase, .ion-ios7-briefcase-outline, .ion-ios7-browsers, .ion-ios7-browsers-outline, .ion-ios7-calculator, .ion-ios7-calculator-outline, .ion-ios7-calendar, .ion-ios7-calendar-outline, .ion-ios7-camera, .ion-ios7-camera-outline, .ion-ios7-cart, .ion-ios7-cart-outline, .ion-ios7-chatboxes, .ion-ios7-chatboxes-outline, .ion-ios7-chatbubble, .ion-ios7-chatbubble-outline, .ion-ios7-checkmark, .ion-ios7-checkmark-empty, .ion-ios7-checkmark-outline, .ion-ios7-circle-filled, .ion-ios7-circle-outline, .ion-ios7-clock, .ion-ios7-clock-outline, .ion-ios7-close, .ion-ios7-close-empty, .ion-ios7-close-outline, .ion-ios7-cloud, .ion-ios7-cloud-download, .ion-ios7-cloud-download-outline, .ion-ios7-cloud-outline, .ion-ios7-cloud-upload, .ion-ios7-cloud-upload-outline, .ion-ios7-cloudy, .ion-ios7-cloudy-night, .ion-ios7-cloudy-night-outline, .ion-ios7-cloudy-outline, .ion-ios7-cog, .ion-ios7-cog-outline, .ion-ios7-compose, .ion-ios7-compose-outline, .ion-ios7-contact, .ion-ios7-contact-outline, .ion-ios7-copy, .ion-ios7-copy-outline, .ion-ios7-download, .ion-ios7-download-outline, .ion-ios7-drag, .ion-ios7-email, .ion-ios7-email-outline, .ion-ios7-eye, .ion-ios7-eye-outline, .ion-ios7-fastforward, .ion-ios7-fastforward-outline, .ion-ios7-filing, .ion-ios7-filing-outline, .ion-ios7-film, .ion-ios7-film-outline, .ion-ios7-flag, .ion-ios7-flag-outline, .ion-ios7-folder, .ion-ios7-folder-outline, .ion-ios7-gear, .ion-ios7-gear-outline, .ion-ios7-glasses, .ion-ios7-glasses-outline, .ion-ios7-heart, .ion-ios7-heart-outline, .ion-ios7-help, .ion-ios7-help-empty, .ion-ios7-help-outline, .ion-ios7-infinite, .ion-ios7-infinite-outline, .ion-ios7-information, .ion-ios7-information-empty, .ion-ios7-information-outline, .ion-ios7-ionic-outline, .ion-ios7-keypad, .ion-ios7-keypad-outline, .ion-ios7-lightbulb, .ion-ios7-lightbulb-outline, .ion-ios7-location, .ion-ios7-location-outline, .ion-ios7-locked, .ion-ios7-locked-outline, .ion-ios7-medkit, .ion-ios7-medkit-outline, .ion-ios7-mic, .ion-ios7-mic-off, .ion-ios7-mic-outline, .ion-ios7-minus, .ion-ios7-minus-empty, .ion-ios7-minus-outline, .ion-ios7-monitor, .ion-ios7-monitor-outline, .ion-ios7-moon, .ion-ios7-moon-outline, .ion-ios7-more, .ion-ios7-more-outline, .ion-ios7-musical-note, .ion-ios7-musical-notes, .ion-ios7-navigate, .ion-ios7-navigate-outline, .ion-ios7-paperplane, .ion-ios7-paperplane-outline, .ion-ios7-partlysunny, .ion-ios7-partlysunny-outline, .ion-ios7-pause, .ion-ios7-pause-outline, .ion-ios7-people, .ion-ios7-people-outline, .ion-ios7-person, .ion-ios7-person-outline, .ion-ios7-personadd, .ion-ios7-personadd-outline, .ion-ios7-photos, .ion-ios7-photos-outline, .ion-ios7-pie, .ion-ios7-pie-outline, .ion-ios7-play, .ion-ios7-play-outline, .ion-ios7-plus, .ion-ios7-plus-empty, .ion-ios7-plus-outline, .ion-ios7-pricetag, .ion-ios7-pricetag-outline, .ion-ios7-printer, .ion-ios7-printer-outline, .ion-ios7-rainy, .ion-ios7-rainy-outline, .ion-ios7-recording, .ion-ios7-recording-outline, .ion-ios7-redo, .ion-ios7-redo-outline, .ion-ios7-refresh, .ion-ios7-refresh-empty, .ion-ios7-refresh-outline, .ion-ios7-reload, .ion-ios7-reloading, .ion-ios7-rewind, .ion-ios7-rewind-outline, .ion-ios7-search, .ion-ios7-search-strong, .ion-ios7-skipbackward, .ion-ios7-skipbackward-outline, .ion-ios7-skipforward, .ion-ios7-skipforward-outline, .ion-ios7-snowy, .ion-ios7-speedometer, .ion-ios7-speedometer-outline, .ion-ios7-star, .ion-ios7-star-outline, .ion-ios7-stopwatch, .ion-ios7-stopwatch-outline, .ion-ios7-sunny, .ion-ios7-sunny-outline, .ion-ios7-telephone, .ion-ios7-telephone-outline, .ion-ios7-thunderstorm, .ion-ios7-thunderstorm-outline, .ion-ios7-time, .ion-ios7-time-outline, .ion-ios7-timer, .ion-ios7-timer-outline, .ion-ios7-trash, .ion-ios7-trash-outline, .ion-ios7-undo, .ion-ios7-undo-outline, .ion-ios7-unlocked, .ion-ios7-unlocked-outline, .ion-ios7-upload, .ion-ios7-upload-outline, .ion-ios7-videocam, .ion-ios7-videocam-outline, .ion-ios7-volume-high, .ion-ios7-volume-low, .ion-ios7-wineglass, .ion-ios7-wineglass-outline, .ion-ios7-world, .ion-ios7-world-outline, .ion-ipad, .ion-iphone, .ion-ipod, .ion-jet, .ion-key, .ion-knife, .ion-laptop, .ion-leaf, .ion-levels, .ion-lightbulb, .ion-link, .ion-load-a, .ion-load-b, .ion-load-c, .ion-load-d, .ion-loading-a, .ion-loading-b, .ion-loading-c, .ion-loading-d, .ion-location, .ion-locked, .ion-log-in, .ion-log-out, .ion-loop, .ion-looping, .ion-magnet, .ion-male, .ion-man, .ion-map, .ion-medkit, .ion-mic-a, .ion-mic-b, .ion-mic-c, .ion-minus, .ion-minus-circled, .ion-minus-round, .ion-model-s, .ion-monitor, .ion-more, .ion-music-note, .ion-navicon, .ion-navicon-round, .ion-navigate, .ion-no-smoking, .ion-nuclear, .ion-paper-airplane, .ion-paperclip, .ion-pause, .ion-person, .ion-person-add, .ion-person-stalker, .ion-pie-graph, .ion-pin, .ion-pinpoint, .ion-pizza, .ion-plane, .ion-play, .ion-playstation, .ion-plus, .ion-plus-circled, .ion-plus-round, .ion-pound, .ion-power, .ion-pricetag, .ion-pricetags, .ion-printer, .ion-radio-waves, .ion-record, .ion-refresh, .ion-refreshing, .ion-reply, .ion-reply-all, .ion-search, .ion-settings, .ion-share, .ion-shuffle, .ion-skip-backward, .ion-skip-forward, .ion-social-android, .ion-social-android-outline, .ion-social-apple, .ion-social-apple-outline, .ion-social-bitcoin, .ion-social-bitcoin-outline, .ion-social-buffer, .ion-social-buffer-outline, .ion-social-designernews, .ion-social-designernews-outline, .ion-social-dribbble, .ion-social-dribbble-outline, .ion-social-dropbox, .ion-social-dropbox-outline, .ion-social-facebook, .ion-social-facebook-outline, .ion-social-freebsd-devil, .ion-social-github, .ion-social-github-outline, .ion-social-googleplus, .ion-social-googleplus-outline, .ion-social-hackernews, .ion-social-hackernews-outline, .ion-social-linkedin, .ion-social-linkedin-outline, .ion-social-pinterest, .ion-social-pinterest-outline, .ion-social-reddit, .ion-social-reddit-outline, .ion-social-rss, .ion-social-rss-outline, .ion-social-skype, .ion-social-skype-outline, .ion-social-tumblr, .ion-social-tumblr-outline, .ion-social-tux, .ion-social-twitter, .ion-social-twitter-outline, .ion-social-vimeo, .ion-social-vimeo-outline, .ion-social-windows, .ion-social-windows-outline, .ion-social-wordpress, .ion-social-wordpress-outline, .ion-social-yahoo, .ion-social-yahoo-outline, .ion-social-youtube, .ion-social-youtube-outline, .ion-speakerphone, .ion-speedometer, .ion-spoon, .ion-star, .ion-stats-bars, .ion-steam, .ion-stop, .ion-thermometer, .ion-thumbsdown, .ion-thumbsup, .ion-trash-a, .ion-trash-b, .ion-umbrella, .ion-unlocked, .ion-upload, .ion-usb, .ion-videocamera, .ion-volume-high, .ion-volume-low, .ion-volume-medium, .ion-volume-mute, .ion-waterdrop, .ion-wifi, .ion-wineglass, .ion-woman, .ion-wrench, .ion-xbox, .ionicons {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-ios7-reloading, .ion-loading-a, .ion-loading-b, .ion-loading-c, .ion-loading-d, .ion-looping, .ion-refreshing, .ion-spin {
  animation: spin 1s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.ion-loading-a {
  animation-timing-function: steps(8, start);
}

.ion-alert:before {
  content: "";
}

.ion-alert-circled:before {
  content: "";
}

.ion-android-add:before {
  content: "";
}

.ion-android-add-contact:before {
  content: "";
}

.ion-android-alarm:before {
  content: "";
}

.ion-android-archive:before {
  content: "";
}

.ion-android-arrow-back:before {
  content: "";
}

.ion-android-arrow-down-left:before {
  content: "";
}

.ion-android-arrow-down-right:before {
  content: "";
}

.ion-android-arrow-up-left:before {
  content: "";
}

.ion-android-arrow-up-right:before {
  content: "";
}

.ion-android-battery:before {
  content: "";
}

.ion-android-book:before {
  content: "";
}

.ion-android-calendar:before {
  content: "";
}

.ion-android-call:before {
  content: "";
}

.ion-android-camera:before {
  content: "";
}

.ion-android-chat:before {
  content: "";
}

.ion-android-checkmark:before {
  content: "";
}

.ion-android-clock:before {
  content: "";
}

.ion-android-close:before {
  content: "";
}

.ion-android-contact:before {
  content: "";
}

.ion-android-contacts:before {
  content: "";
}

.ion-android-data:before {
  content: "";
}

.ion-android-developer:before {
  content: "";
}

.ion-android-display:before {
  content: "";
}

.ion-android-download:before {
  content: "";
}

.ion-android-dropdown:before {
  content: "";
}

.ion-android-earth:before {
  content: "";
}

.ion-android-folder:before {
  content: "";
}

.ion-android-forums:before {
  content: "";
}

.ion-android-friends:before {
  content: "";
}

.ion-android-hand:before {
  content: "";
}

.ion-android-image:before {
  content: "";
}

.ion-android-inbox:before {
  content: "";
}

.ion-android-information:before {
  content: "";
}

.ion-android-keypad:before {
  content: "";
}

.ion-android-lightbulb:before {
  content: "";
}

.ion-android-locate:before {
  content: "";
}

.ion-android-location:before {
  content: "";
}

.ion-android-mail:before {
  content: "";
}

.ion-android-microphone:before {
  content: "";
}

.ion-android-mixer:before {
  content: "";
}

.ion-android-more:before {
  content: "";
}

.ion-android-note:before {
  content: "";
}

.ion-android-playstore:before {
  content: "";
}

.ion-android-printer:before {
  content: "";
}

.ion-android-promotion:before {
  content: "";
}

.ion-android-reminder:before {
  content: "";
}

.ion-android-remove:before {
  content: "";
}

.ion-android-search:before {
  content: "";
}

.ion-android-send:before {
  content: "";
}

.ion-android-settings:before {
  content: "";
}

.ion-android-share:before {
  content: "";
}

.ion-android-social:before {
  content: "";
}

.ion-android-social-user:before {
  content: "";
}

.ion-android-sort:before {
  content: "";
}

.ion-android-star:before {
  content: "";
}

.ion-android-stopwatch:before {
  content: "";
}

.ion-android-storage:before {
  content: "";
}

.ion-android-system-back:before {
  content: "";
}

.ion-android-system-home:before {
  content: "";
}

.ion-android-system-windows:before {
  content: "";
}

.ion-android-timer:before {
  content: "";
}

.ion-android-trash:before {
  content: "";
}

.ion-android-volume:before {
  content: "";
}

.ion-android-wifi:before {
  content: "";
}

.ion-archive:before {
  content: "";
}

.ion-arrow-down-a:before {
  content: "";
}

.ion-arrow-down-b:before {
  content: "";
}

.ion-arrow-down-c:before {
  content: "";
}

.ion-arrow-expand:before {
  content: "";
}

.ion-arrow-graph-down-left:before {
  content: "";
}

.ion-arrow-graph-down-right:before {
  content: "";
}

.ion-arrow-graph-up-left:before {
  content: "";
}

.ion-arrow-graph-up-right:before {
  content: "";
}

.ion-arrow-left-a:before {
  content: "";
}

.ion-arrow-left-b:before {
  content: "";
}

.ion-arrow-left-c:before {
  content: "";
}

.ion-arrow-move:before {
  content: "";
}

.ion-arrow-resize:before {
  content: "";
}

.ion-arrow-return-left:before {
  content: "";
}

.ion-arrow-return-right:before {
  content: "";
}

.ion-arrow-right-a:before {
  content: "";
}

.ion-arrow-right-b:before {
  content: "";
}

.ion-arrow-right-c:before {
  content: "";
}

.ion-arrow-shrink:before {
  content: "";
}

.ion-arrow-swap:before {
  content: "";
}

.ion-arrow-up-a:before {
  content: "";
}

.ion-arrow-up-b:before {
  content: "";
}

.ion-arrow-up-c:before {
  content: "";
}

.ion-at:before {
  content: "";
}

.ion-bag:before {
  content: "";
}

.ion-battery-charging:before {
  content: "";
}

.ion-battery-empty:before {
  content: "";
}

.ion-battery-full:before {
  content: "";
}

.ion-battery-half:before {
  content: "";
}

.ion-battery-low:before {
  content: "";
}

.ion-beaker:before {
  content: "";
}

.ion-beer:before {
  content: "";
}

.ion-bluetooth:before {
  content: "";
}

.ion-bookmark:before {
  content: "";
}

.ion-briefcase:before {
  content: "";
}

.ion-bug:before {
  content: "";
}

.ion-calculator:before {
  content: "";
}

.ion-calendar:before {
  content: "";
}

.ion-camera:before {
  content: "";
}

.ion-card:before {
  content: "";
}

.ion-chatbox:before {
  content: "";
}

.ion-chatbox-working:before {
  content: "";
}

.ion-chatboxes:before {
  content: "";
}

.ion-chatbubble:before {
  content: "";
}

.ion-chatbubble-working:before {
  content: "";
}

.ion-chatbubbles:before {
  content: "";
}

.ion-checkmark:before {
  content: "";
}

.ion-checkmark-circled:before {
  content: "";
}

.ion-checkmark-round:before {
  content: "";
}

.ion-chevron-down:before {
  content: "";
}

.ion-chevron-left:before {
  content: "";
}

.ion-chevron-right:before {
  content: "";
}

.ion-chevron-up:before {
  content: "";
}

.ion-clipboard:before {
  content: "";
}

.ion-clock:before {
  content: "";
}

.ion-close:before {
  content: "";
}

.ion-close-circled:before {
  content: "";
}

.ion-close-round:before {
  content: "";
}

.ion-cloud:before {
  content: "";
}

.ion-code:before {
  content: "";
}

.ion-code-download:before {
  content: "";
}

.ion-code-working:before {
  content: "";
}

.ion-coffee:before {
  content: "";
}

.ion-compass:before {
  content: "";
}

.ion-compose:before {
  content: "";
}

.ion-connection-bars:before {
  content: "";
}

.ion-contrast:before {
  content: "";
}

.ion-disc:before {
  content: "";
}

.ion-document:before {
  content: "";
}

.ion-document-text:before {
  content: "";
}

.ion-drag:before {
  content: "";
}

.ion-earth:before {
  content: "";
}

.ion-edit:before {
  content: "";
}

.ion-egg:before {
  content: "";
}

.ion-eject:before {
  content: "";
}

.ion-email:before {
  content: "";
}

.ion-eye:before {
  content: "";
}

.ion-eye-disabled:before {
  content: "";
}

.ion-female:before {
  content: "";
}

.ion-filing:before {
  content: "";
}

.ion-film-marker:before {
  content: "";
}

.ion-flag:before {
  content: "";
}

.ion-flash:before {
  content: "";
}

.ion-flash-off:before {
  content: "";
}

.ion-flask:before {
  content: "";
}

.ion-folder:before {
  content: "";
}

.ion-fork:before {
  content: "";
}

.ion-fork-repo:before {
  content: "";
}

.ion-forward:before {
  content: "";
}

.ion-game-controller-a:before {
  content: "";
}

.ion-game-controller-b:before {
  content: "";
}

.ion-gear-a:before {
  content: "";
}

.ion-gear-b:before {
  content: "";
}

.ion-grid:before {
  content: "";
}

.ion-hammer:before {
  content: "";
}

.ion-headphone:before {
  content: "";
}

.ion-heart:before {
  content: "";
}

.ion-help:before {
  content: "";
}

.ion-help-buoy:before {
  content: "";
}

.ion-help-circled:before {
  content: "";
}

.ion-home:before {
  content: "";
}

.ion-icecream:before {
  content: "";
}

.ion-icon-social-google-plus:before {
  content: "";
}

.ion-icon-social-google-plus-outline:before {
  content: "";
}

.ion-image:before {
  content: "";
}

.ion-images:before {
  content: "";
}

.ion-information:before {
  content: "";
}

.ion-information-circled:before {
  content: "";
}

.ion-ionic:before {
  content: "";
}

.ion-ios7-alarm:before {
  content: "";
}

.ion-ios7-alarm-outline:before {
  content: "";
}

.ion-ios7-albums:before {
  content: "";
}

.ion-ios7-albums-outline:before {
  content: "";
}

.ion-ios7-arrow-back:before {
  content: "";
}

.ion-ios7-arrow-down:before {
  content: "";
}

.ion-ios7-arrow-forward:before {
  content: "";
}

.ion-ios7-arrow-left:before {
  content: "";
}

.ion-ios7-arrow-right:before {
  content: "";
}

.ion-ios7-arrow-thin-down:before {
  content: "";
}

.ion-ios7-arrow-thin-left:before {
  content: "";
}

.ion-ios7-arrow-thin-right:before {
  content: "";
}

.ion-ios7-arrow-thin-up:before {
  content: "";
}

.ion-ios7-arrow-up:before {
  content: "";
}

.ion-ios7-at:before {
  content: "";
}

.ion-ios7-at-outline:before {
  content: "";
}

.ion-ios7-bell:before {
  content: "";
}

.ion-ios7-bell-outline:before {
  content: "";
}

.ion-ios7-bolt:before {
  content: "";
}

.ion-ios7-bolt-outline:before {
  content: "";
}

.ion-ios7-bookmarks:before {
  content: "";
}

.ion-ios7-bookmarks-outline:before {
  content: "";
}

.ion-ios7-box:before {
  content: "";
}

.ion-ios7-box-outline:before {
  content: "";
}

.ion-ios7-briefcase:before {
  content: "";
}

.ion-ios7-briefcase-outline:before {
  content: "";
}

.ion-ios7-browsers:before {
  content: "";
}

.ion-ios7-browsers-outline:before {
  content: "";
}

.ion-ios7-calculator:before {
  content: "";
}

.ion-ios7-calculator-outline:before {
  content: "";
}

.ion-ios7-calendar:before {
  content: "";
}

.ion-ios7-calendar-outline:before {
  content: "";
}

.ion-ios7-camera:before {
  content: "";
}

.ion-ios7-camera-outline:before {
  content: "";
}

.ion-ios7-cart:before {
  content: "";
}

.ion-ios7-cart-outline:before {
  content: "";
}

.ion-ios7-chatboxes:before {
  content: "";
}

.ion-ios7-chatboxes-outline:before {
  content: "";
}

.ion-ios7-chatbubble:before {
  content: "";
}

.ion-ios7-chatbubble-outline:before {
  content: "";
}

.ion-ios7-checkmark:before {
  content: "";
}

.ion-ios7-checkmark-empty:before {
  content: "";
}

.ion-ios7-checkmark-outline:before {
  content: "";
}

.ion-ios7-circle-filled:before {
  content: "";
}

.ion-ios7-circle-outline:before {
  content: "";
}

.ion-ios7-clock:before {
  content: "";
}

.ion-ios7-clock-outline:before {
  content: "";
}

.ion-ios7-close:before {
  content: "";
}

.ion-ios7-close-empty:before {
  content: "";
}

.ion-ios7-close-outline:before {
  content: "";
}

.ion-ios7-cloud:before {
  content: "";
}

.ion-ios7-cloud-download:before {
  content: "";
}

.ion-ios7-cloud-download-outline:before {
  content: "";
}

.ion-ios7-cloud-outline:before {
  content: "";
}

.ion-ios7-cloud-upload:before {
  content: "";
}

.ion-ios7-cloud-upload-outline:before {
  content: "";
}

.ion-ios7-cloudy:before {
  content: "";
}

.ion-ios7-cloudy-night:before {
  content: "";
}

.ion-ios7-cloudy-night-outline:before {
  content: "";
}

.ion-ios7-cloudy-outline:before {
  content: "";
}

.ion-ios7-cog:before {
  content: "";
}

.ion-ios7-cog-outline:before {
  content: "";
}

.ion-ios7-compose:before {
  content: "";
}

.ion-ios7-compose-outline:before {
  content: "";
}

.ion-ios7-contact:before {
  content: "";
}

.ion-ios7-contact-outline:before {
  content: "";
}

.ion-ios7-copy:before {
  content: "";
}

.ion-ios7-copy-outline:before {
  content: "";
}

.ion-ios7-download:before {
  content: "";
}

.ion-ios7-download-outline:before {
  content: "";
}

.ion-ios7-drag:before {
  content: "";
}

.ion-ios7-email:before {
  content: "";
}

.ion-ios7-email-outline:before {
  content: "";
}

.ion-ios7-eye:before {
  content: "";
}

.ion-ios7-eye-outline:before {
  content: "";
}

.ion-ios7-fastforward:before {
  content: "";
}

.ion-ios7-fastforward-outline:before {
  content: "";
}

.ion-ios7-filing:before {
  content: "";
}

.ion-ios7-filing-outline:before {
  content: "";
}

.ion-ios7-film:before {
  content: "";
}

.ion-ios7-film-outline:before {
  content: "";
}

.ion-ios7-flag:before {
  content: "";
}

.ion-ios7-flag-outline:before {
  content: "";
}

.ion-ios7-folder:before {
  content: "";
}

.ion-ios7-folder-outline:before {
  content: "";
}

.ion-ios7-gear:before {
  content: "";
}

.ion-ios7-gear-outline:before {
  content: "";
}

.ion-ios7-glasses:before {
  content: "";
}

.ion-ios7-glasses-outline:before {
  content: "";
}

.ion-ios7-heart:before {
  content: "";
}

.ion-ios7-heart-outline:before {
  content: "";
}

.ion-ios7-help:before {
  content: "";
}

.ion-ios7-help-empty:before {
  content: "";
}

.ion-ios7-help-outline:before {
  content: "";
}

.ion-ios7-infinite:before {
  content: "";
}

.ion-ios7-infinite-outline:before {
  content: "";
}

.ion-ios7-information:before {
  content: "";
}

.ion-ios7-information-empty:before {
  content: "";
}

.ion-ios7-information-outline:before {
  content: "";
}

.ion-ios7-ionic-outline:before {
  content: "";
}

.ion-ios7-keypad:before {
  content: "";
}

.ion-ios7-keypad-outline:before {
  content: "";
}

.ion-ios7-lightbulb:before {
  content: "";
}

.ion-ios7-lightbulb-outline:before {
  content: "";
}

.ion-ios7-location:before {
  content: "";
}

.ion-ios7-location-outline:before {
  content: "";
}

.ion-ios7-locked:before {
  content: "";
}

.ion-ios7-locked-outline:before {
  content: "";
}

.ion-ios7-medkit:before {
  content: "";
}

.ion-ios7-medkit-outline:before {
  content: "";
}

.ion-ios7-mic:before {
  content: "";
}

.ion-ios7-mic-off:before {
  content: "";
}

.ion-ios7-mic-outline:before {
  content: "";
}

.ion-ios7-minus:before {
  content: "";
}

.ion-ios7-minus-empty:before {
  content: "";
}

.ion-ios7-minus-outline:before {
  content: "";
}

.ion-ios7-monitor:before {
  content: "";
}

.ion-ios7-monitor-outline:before {
  content: "";
}

.ion-ios7-moon:before {
  content: "";
}

.ion-ios7-moon-outline:before {
  content: "";
}

.ion-ios7-more:before {
  content: "";
}

.ion-ios7-more-outline:before {
  content: "";
}

.ion-ios7-musical-note:before {
  content: "";
}

.ion-ios7-musical-notes:before {
  content: "";
}

.ion-ios7-navigate:before {
  content: "";
}

.ion-ios7-navigate-outline:before {
  content: "";
}

.ion-ios7-paperplane:before {
  content: "";
}

.ion-ios7-paperplane-outline:before {
  content: "";
}

.ion-ios7-partlysunny:before {
  content: "";
}

.ion-ios7-partlysunny-outline:before {
  content: "";
}

.ion-ios7-pause:before {
  content: "";
}

.ion-ios7-pause-outline:before {
  content: "";
}

.ion-ios7-people:before {
  content: "";
}

.ion-ios7-people-outline:before {
  content: "";
}

.ion-ios7-person:before {
  content: "";
}

.ion-ios7-person-outline:before {
  content: "";
}

.ion-ios7-personadd:before {
  content: "";
}

.ion-ios7-personadd-outline:before {
  content: "";
}

.ion-ios7-photos:before {
  content: "";
}

.ion-ios7-photos-outline:before {
  content: "";
}

.ion-ios7-pie:before {
  content: "";
}

.ion-ios7-pie-outline:before {
  content: "";
}

.ion-ios7-play:before {
  content: "";
}

.ion-ios7-play-outline:before {
  content: "";
}

.ion-ios7-plus:before {
  content: "";
}

.ion-ios7-plus-empty:before {
  content: "";
}

.ion-ios7-plus-outline:before {
  content: "";
}

.ion-ios7-pricetag:before {
  content: "";
}

.ion-ios7-pricetag-outline:before {
  content: "";
}

.ion-ios7-printer:before {
  content: "";
}

.ion-ios7-printer-outline:before {
  content: "";
}

.ion-ios7-rainy:before {
  content: "";
}

.ion-ios7-rainy-outline:before {
  content: "";
}

.ion-ios7-recording:before {
  content: "";
}

.ion-ios7-recording-outline:before {
  content: "";
}

.ion-ios7-redo:before {
  content: "";
}

.ion-ios7-redo-outline:before {
  content: "";
}

.ion-ios7-refresh:before {
  content: "";
}

.ion-ios7-refresh-empty:before {
  content: "";
}

.ion-ios7-refresh-outline:before {
  content: "";
}

.ion-ios7-reload:before, .ion-ios7-reloading:before {
  content: "";
}

.ion-ios7-rewind:before {
  content: "";
}

.ion-ios7-rewind-outline:before {
  content: "";
}

.ion-ios7-search:before {
  content: "";
}

.ion-ios7-search-strong:before {
  content: "";
}

.ion-ios7-skipbackward:before {
  content: "";
}

.ion-ios7-skipbackward-outline:before {
  content: "";
}

.ion-ios7-skipforward:before {
  content: "";
}

.ion-ios7-skipforward-outline:before {
  content: "";
}

.ion-ios7-snowy:before {
  content: "";
}

.ion-ios7-speedometer:before {
  content: "";
}

.ion-ios7-speedometer-outline:before {
  content: "";
}

.ion-ios7-star:before {
  content: "";
}

.ion-ios7-star-outline:before {
  content: "";
}

.ion-ios7-stopwatch:before {
  content: "";
}

.ion-ios7-stopwatch-outline:before {
  content: "";
}

.ion-ios7-sunny:before {
  content: "";
}

.ion-ios7-sunny-outline:before {
  content: "";
}

.ion-ios7-telephone:before {
  content: "";
}

.ion-ios7-telephone-outline:before {
  content: "";
}

.ion-ios7-thunderstorm:before {
  content: "";
}

.ion-ios7-thunderstorm-outline:before {
  content: "";
}

.ion-ios7-time:before {
  content: "";
}

.ion-ios7-time-outline:before {
  content: "";
}

.ion-ios7-timer:before {
  content: "";
}

.ion-ios7-timer-outline:before {
  content: "";
}

.ion-ios7-trash:before {
  content: "";
}

.ion-ios7-trash-outline:before {
  content: "";
}

.ion-ios7-undo:before {
  content: "";
}

.ion-ios7-undo-outline:before {
  content: "";
}

.ion-ios7-unlocked:before {
  content: "";
}

.ion-ios7-unlocked-outline:before {
  content: "";
}

.ion-ios7-upload:before {
  content: "";
}

.ion-ios7-upload-outline:before {
  content: "";
}

.ion-ios7-videocam:before {
  content: "";
}

.ion-ios7-videocam-outline:before {
  content: "";
}

.ion-ios7-volume-high:before {
  content: "";
}

.ion-ios7-volume-low:before {
  content: "";
}

.ion-ios7-wineglass:before {
  content: "";
}

.ion-ios7-wineglass-outline:before {
  content: "";
}

.ion-ios7-world:before {
  content: "";
}

.ion-ios7-world-outline:before {
  content: "";
}

.ion-ipad:before {
  content: "";
}

.ion-iphone:before {
  content: "";
}

.ion-ipod:before {
  content: "";
}

.ion-jet:before {
  content: "";
}

.ion-key:before {
  content: "";
}

.ion-knife:before {
  content: "";
}

.ion-laptop:before {
  content: "";
}

.ion-leaf:before {
  content: "";
}

.ion-levels:before {
  content: "";
}

.ion-lightbulb:before {
  content: "";
}

.ion-link:before {
  content: "";
}

.ion-load-a:before, .ion-loading-a:before {
  content: "";
}

.ion-load-b:before, .ion-loading-b:before {
  content: "";
}

.ion-load-c:before, .ion-loading-c:before {
  content: "";
}

.ion-load-d:before, .ion-loading-d:before {
  content: "";
}

.ion-location:before {
  content: "";
}

.ion-locked:before {
  content: "";
}

.ion-log-in:before {
  content: "";
}

.ion-log-out:before {
  content: "";
}

.ion-loop:before, .ion-looping:before {
  content: "";
}

.ion-magnet:before {
  content: "";
}

.ion-male:before {
  content: "";
}

.ion-man:before {
  content: "";
}

.ion-map:before {
  content: "";
}

.ion-medkit:before {
  content: "";
}

.ion-mic-a:before {
  content: "";
}

.ion-mic-b:before {
  content: "";
}

.ion-mic-c:before {
  content: "";
}

.ion-minus:before {
  content: "";
}

.ion-minus-circled:before {
  content: "";
}

.ion-minus-round:before {
  content: "";
}

.ion-model-s:before {
  content: "";
}

.ion-monitor:before {
  content: "";
}

.ion-more:before {
  content: "";
}

.ion-music-note:before {
  content: "";
}

.ion-navicon:before {
  content: "";
}

.ion-navicon-round:before {
  content: "";
}

.ion-navigate:before {
  content: "";
}

.ion-no-smoking:before {
  content: "";
}

.ion-nuclear:before {
  content: "";
}

.ion-paper-airplane:before {
  content: "";
}

.ion-paperclip:before {
  content: "";
}

.ion-pause:before {
  content: "";
}

.ion-person:before {
  content: "";
}

.ion-person-add:before {
  content: "";
}

.ion-person-stalker:before {
  content: "";
}

.ion-pie-graph:before {
  content: "";
}

.ion-pin:before {
  content: "";
}

.ion-pinpoint:before {
  content: "";
}

.ion-pizza:before {
  content: "";
}

.ion-plane:before {
  content: "";
}

.ion-play:before {
  content: "";
}

.ion-playstation:before {
  content: "";
}

.ion-plus:before {
  content: "";
}

.ion-plus-circled:before {
  content: "";
}

.ion-plus-round:before {
  content: "";
}

.ion-pound:before {
  content: "";
}

.ion-power:before {
  content: "";
}

.ion-pricetag:before {
  content: "";
}

.ion-pricetags:before {
  content: "";
}

.ion-printer:before {
  content: "";
}

.ion-radio-waves:before {
  content: "";
}

.ion-record:before {
  content: "";
}

.ion-refresh:before, .ion-refreshing:before {
  content: "";
}

.ion-reply:before {
  content: "";
}

.ion-reply-all:before {
  content: "";
}

.ion-search:before {
  content: "";
}

.ion-settings:before {
  content: "";
}

.ion-share:before {
  content: "";
}

.ion-shuffle:before {
  content: "";
}

.ion-skip-backward:before {
  content: "";
}

.ion-skip-forward:before {
  content: "";
}

.ion-social-android:before {
  content: "";
}

.ion-social-android-outline:before {
  content: "";
}

.ion-social-apple:before {
  content: "";
}

.ion-social-apple-outline:before {
  content: "";
}

.ion-social-bitcoin:before {
  content: "";
}

.ion-social-bitcoin-outline:before {
  content: "";
}

.ion-social-buffer:before {
  content: "";
}

.ion-social-buffer-outline:before {
  content: "";
}

.ion-social-designernews:before {
  content: "";
}

.ion-social-designernews-outline:before {
  content: "";
}

.ion-social-dribbble:before {
  content: "";
}

.ion-social-dribbble-outline:before {
  content: "";
}

.ion-social-dropbox:before {
  content: "";
}

.ion-social-dropbox-outline:before {
  content: "";
}

.ion-social-facebook:before {
  content: "";
}

.ion-social-facebook-outline:before {
  content: "";
}

.ion-social-freebsd-devil:before {
  content: "";
}

.ion-social-github:before {
  content: "";
}

.ion-social-github-outline:before {
  content: "";
}

.ion-social-googleplus:before {
  content: "";
}

.ion-social-googleplus-outline:before {
  content: "";
}

.ion-social-hackernews:before {
  content: "";
}

.ion-social-hackernews-outline:before {
  content: "";
}

.ion-social-linkedin:before {
  content: "";
}

.ion-social-linkedin-outline:before {
  content: "";
}

.ion-social-pinterest:before {
  content: "";
}

.ion-social-pinterest-outline:before {
  content: "";
}

.ion-social-reddit:before {
  content: "";
}

.ion-social-reddit-outline:before {
  content: "";
}

.ion-social-rss:before {
  content: "";
}

.ion-social-rss-outline:before {
  content: "";
}

.ion-social-skype:before {
  content: "";
}

.ion-social-skype-outline:before {
  content: "";
}

.ion-social-tumblr:before {
  content: "";
}

.ion-social-tumblr-outline:before {
  content: "";
}

.ion-social-tux:before {
  content: "";
}

.ion-social-twitter:before {
  content: "";
}

.ion-social-twitter-outline:before {
  content: "";
}

.ion-social-vimeo:before {
  content: "";
}

.ion-social-vimeo-outline:before {
  content: "";
}

.ion-social-windows:before {
  content: "";
}

.ion-social-windows-outline:before {
  content: "";
}

.ion-social-wordpress:before {
  content: "";
}

.ion-social-wordpress-outline:before {
  content: "";
}

.ion-social-yahoo:before {
  content: "";
}

.ion-social-yahoo-outline:before {
  content: "";
}

.ion-social-youtube:before {
  content: "";
}

.ion-social-youtube-outline:before {
  content: "";
}

.ion-speakerphone:before {
  content: "";
}

.ion-speedometer:before {
  content: "";
}

.ion-spoon:before {
  content: "";
}

.ion-star:before {
  content: "";
}

.ion-stats-bars:before {
  content: "";
}

.ion-steam:before {
  content: "";
}

.ion-stop:before {
  content: "";
}

.ion-thermometer:before {
  content: "";
}

.ion-thumbsdown:before {
  content: "";
}

.ion-thumbsup:before {
  content: "";
}

.ion-trash-a:before {
  content: "";
}

.ion-trash-b:before {
  content: "";
}

.ion-umbrella:before {
  content: "";
}

.ion-unlocked:before {
  content: "";
}

.ion-upload:before {
  content: "";
}

.ion-usb:before {
  content: "";
}

.ion-videocamera:before {
  content: "";
}

.ion-volume-high:before {
  content: "";
}

.ion-volume-low:before {
  content: "";
}

.ion-volume-medium:before {
  content: "";
}

.ion-volume-mute:before {
  content: "";
}

.ion-waterdrop:before {
  content: "";
}

.ion-wifi:before {
  content: "";
}

.ion-wineglass:before {
  content: "";
}

.ion-woman:before {
  content: "";
}

.ion-wrench:before {
  content: "";
}

.ion-xbox:before {
  content: "";
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 8, 2015 */
@font-face {
  font-family: "otama.epregular";
  src: url("../fonts/Otama-ep-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brush";
  src: url("../fonts/Hensa-Regular.ttf.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.cd-primary-nav-trigger {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  display: none;
}
@media (max-width: 1024px) {
  .cd-primary-nav-trigger {
    display: inline-block;
  }
}

.cd-primary-nav-trigger .cd-menu-text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Nunito Sans", sans-serif;
  /* hide the text on small devices */
  display: none;
}

.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}

.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  transition: transform 0.3s, top 0.3s, background-color 0s;
}

.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -5px;
}

.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 5px;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(152, 152, 152, 0);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: #ffffff;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  transform: rotate(135deg);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  transform: rotate(225deg);
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 34px;
    right: 2.2em;
    bottom: 10%;
    transform: translateY(-50%);
    text-align: left;
  }

  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
  }

  .cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    transform: translateX(0) translateY(-50%);
  }
}
@media only screen and (min-width: 0px) {
  .menu_index .cd-primary-nav-trigger {
    bottom: 15%;
  }

  .cd-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 34px;
    right: 2.2em;
    bottom: 10%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 10;
  }

  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
  }

  .cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    transform: translateX(0) translateY(-50%);
  }
}
.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #00AEE7;
  z-index: 16;
  text-align: center;
  padding: 50px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  transform: translateY(-100%);
  transition-property: transform;
  transition-duration: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  flex-direction: column;
}

.cd-primary-nav li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0.2em 0;
  text-transform: capitalize;
}

.cd-primary-nav a {
  display: inline-block;
  padding: 0.4em 1em;
  border-radius: 0.25em;
  transition: background 0.2s;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

.no-touch .cd-primary-nav a:hover {
  background-color: transparent;
  color: #ffffff;
}

.cd-primary-nav .cd-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 0.8em;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 0.4em;
}

.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  color: #ffffff;
}

.cd-primary-nav .cd-facebook a {
  background-position: 0 0;
}

.cd-primary-nav .cd-instagram a {
  background-position: -44px 0;
}

.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0;
}

.cd-primary-nav .cd-twitter a {
  background-position: -132px 0;
}

.cd-primary-nav.is-visible {
  transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .cd-primary-nav .cd-label {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* Plugins */
/*!
 * 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.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(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: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, to {
    transform: translateZ(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: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 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.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  0%, 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: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 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 {
  0%, 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 {
  0%, 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;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 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, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(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 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    transform: rotate(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;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  50% {
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, 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 {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/*!
 * WickedCSS v1.0 (https://github.com/kristofferandreasen/wickedCSS)
 * Copyright 2015 Kristoffer Andreasen
 * MIT License
 */
.barrelRoll, .fadeIn, .floater, .heartbeat, .pulse, .rollerLeft, .rollerRight, .rotateIn, .rotateInLeft, .rotateInRight, .rotation, .shake, .sideToSide, .slideDown, .slideLeft, .slideRight, .slideUp, .spinner, .wiggle, .zoomer, .zoomerOut {
  visibility: visible !important;
}

.rotation {
  animation-name: rotation;
  -webkit-animation-name: rotation;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.rotation, .sideToSide {
  -webkit-animation-iteration-count: infinite;
}
@keyframes rotation {
  from {
    transform: rotate(0) translateX(50%) rotate(0);
  }
  to {
    transform: rotate(360deg) translateX(50%) rotate(-360deg);
  }
}
.sideToSide {
  animation-name: sideToSide;
  -webkit-animation-name: sideToSide;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@keyframes sideToSide {
  0%, 100% {
    transform: translate(100%, 0);
  }
  50% {
    transform: translate(-100%, 0);
  }
}
.zoomer {
  animation-name: zoomer;
  -webkit-animation-name: zoomer;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1);
  animation-iteration-count: 1;
}

.zoomer, .zoomerOut {
  -webkit-animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1);
  animation-duration: 1s;
}
@keyframes zoomer {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.zoomerOut {
  animation-name: zoomerOut;
  -webkit-animation-name: zoomerOut;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.2, 0.3, 1);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.rollerRight, .zoomerOut {
  -webkit-animation-fill-mode: forwards;
}
@keyframes zoomerOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.spinner {
  animation-name: spinner;
  -webkit-animation-name: spinner;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.pulse, .spinner {
  animation-timing-function: linear;
  animation-duration: 2s;
}
@keyframes spinner {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(0.9);
    opacity: 0.9;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.shake {
  animation-name: shake;
  -webkit-animation-name: shake;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
}

.barrelRoll, .shake {
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-duration: 0.4s;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  16%, 50%, 83% {
    transform: translateX(-10px);
  }
  33%, 66% {
    transform: translateX(10px);
  }
}
.barrelRoll {
  animation-name: barrelRoll;
  -webkit-animation-name: barrelRoll;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
}

@keyframes barrelRoll {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.floater {
  animation-name: floater;
  -webkit-animation-name: floater;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
}

.floater, .wiggle {
  animation-iteration-count: infinite;
}

@keyframes floater {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8%);
  }
}
.wiggle {
  animation-name: wiggle;
  -webkit-animation-name: wiggle;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
}

@keyframes wiggle {
  0%, 100% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
}
.pound {
  animation-name: pound;
  -webkit-animation-name: pound;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  visibility: visible !important;
}

.heartbeat, .pound {
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

@keyframes pound {
  to {
    transform: scale(1.2);
  }
}
.heartbeat {
  animation-name: heartbeat;
  -webkit-animation-name: heartbeat;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
}

@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1.4);
  }
}
.rollerRight {
  animation-name: rollerRight;
  -webkit-animation-name: rollerRight;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.rollerLeft, .rollerRight {
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

@keyframes rollerRight {
  0% {
    transform: translateX(-200px) rotate(0);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(2turn);
    opacity: 1;
  }
}
.rollerLeft {
  animation-name: rollerLeft;
  -webkit-animation-name: rollerLeft;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.fadeOut, .rollerLeft {
  -webkit-animation-fill-mode: forwards;
}

@keyframes rollerLeft {
  0% {
    transform: translateX(200px) rotate(0);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(-2turn);
    opacity: 1;
  }
}
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
}

.slideDown, .slideUp {
  animation-timing-function: ease;
  animation-duration: 1s;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
}

.slideLeft, .slideRight {
  animation-timing-function: ease;
}

@keyframes slideLeft {
  0% {
    transform: translateX(150%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
}

@keyframes slideRight {
  0% {
    transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease;
}

.fadeIn, .fadeOut {
  animation-timing-function: ease;
  animation-duration: 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut {
  animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rotateInRight {
  animation-name: rotateInRight;
  -webkit-animation-name: rotateInRight;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.rotateInLeft, .rotateInRight {
  animation-timing-function: ease-in-out;
}
@keyframes rotateInRight {
  from {
    transform: rotate(0) translateX(100%) rotate(0);
  }
  to {
    transform: rotate(360deg) translateX(0) rotate(-360deg);
  }
}
.rotateInLeft {
  animation-name: rotateInLeft;
  -webkit-animation-name: rotateInLeft;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.rotateIn, .rotateInLeft {
  -webkit-animation-iteration-count: 1;
}
@keyframes rotateInLeft {
  from {
    transform: rotate(0) translateX(-100%) rotate(0);
  }
  to {
    transform: rotate(360deg) translateX(0) rotate(-360deg);
  }
}
.rotateIn {
  animation-name: rotateIn;
  -webkit-animation-name: rotateIn;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-iteration-count: 1;
  transform-origin: center;
}
@keyframes rotateIn {
  0% {
    transform: rotate3d(0, 0, 1, -720deg);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes bounceIn {
  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);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/* theme slick-slider*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  transition: background 0.8s ease;
  margin: 0 0 0 0;
  display: block;
  padding: 0px;
  text-align: center;
  position: absolute;
  top: 50%;
  color: #ffffff;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 0px;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 1;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: rgba(255, 255, 255, 0.4);
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  color: #051f44;
}

.slick-prev {
  left: 25px;
}
.slick-prev:before {
  content: "";
  color: #ffffff;
  font-size: 25px;
}

.slick-next {
  right: 25px;
}
.slick-next:before {
  content: "";
  color: #ffffff;
  font-size: 25px;
}

.web {
  display: inline-block;
}

.movil {
  display: none;
}

.mobile .movil {
  display: inline-block;
}

.mobile .web {
  display: none;
}

.parent {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 210;
  bottom: 76px;
}

.text-swift {
  position: absolute;
  left: -137px;
  background-color: #04e07a;
  border-radius: 45px 0px 0px 45px;
  padding: 0px 25px;
  line-height: inherit;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 26px;
  height: 28px;
  margin-top: 12px;
  z-index: -1;
}

.img-whats {
  width: 23px;
  margin-top: -8px;
  left: 15px;
}

.heart {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(to bottom, #03e27b, #0dbf6d);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
  animation: beat 1.5s ease 0s infinite;
}

.heart span {
  font-size: 22pt;
  color: white;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}

.heart:before, .heart:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #03e27b;
  opacity: 0.4;
  border-radius: inherit;
}

.heart:before {
  z-index: -2;
  animation: beat-before 1.5s ease 100ms infinite;
}

.heart:after {
  z-index: -1;
  animation: beat-after 1.5s ease 200ms infinite;
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes beat-before {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes beat-after {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.grecaptcha-badge {
  opacity: 0;
}

/* Layout */
/* ==|====================
   Layout/Header
   ======================= */
a:focus {
  outline: none;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
}

.header {
  position: fixed;
  background-color: transparent;
  padding: 0px;
  width: 100%;
  float: left;
  z-index: 20;
  top: 0px;
  left: 0px;
  min-width: 320px;
}
.header.menu_index {
  position: fixed;
}
.header.menu_index .coling {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}
.header.menu_index .coling .redes-top {
  display: none;
}
.navbar {
  display: block;
  width: 100%;
  /* padding-left: 280px; */
  float: right;
}

.banner-1 {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}
.banner-1 span {
  font-weight: bold;
  color: #FF000E;
}

.flex-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(5, 31, 68, 0.8);
  width: 100%;
}

.header-container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.cont-logo {
  position: relative;
  display: inline-block;
  /* padding: 15px; */
  border-radius: 0px 0px 0px 0px;
  float: left;
}
.cont-logo .img-log-resp {
  display: none;
}

.navbar {
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .navbar {
    display: none;
  }
}

.links {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
}
.links li {
  width: 16.66%;
  display: inline-block;
  position: relative;
  margin: 0px 0px;
  padding: 0px 15px;
}
.links li:hover {
  background-color: none;
}
.links li a {
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 0px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 1.5rem;
  transition: all 0.5s ease-out;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 0px;
}
@media screen and (max-width: 1200px) {
  .links li a {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
.links li a .r-header {
  width: 32px;
  display: inline-block;
  margin-right: 5px;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.links li a:hover, .links li a.active, .links li a.focus {
  background-color: transparent;
  text-decoration: none;
  /* &:before{
    content: "";
    width: 100%;
    position: absolute;
    bottom: -2px;
    height: 1px;
    background-color: #ffffff;
    left: 0px;
  } */
}
.links li a:hover .r-header, .links li a.active .r-header, .links li a.focus .r-header {
  opacity: 1;
}

.social-media {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  width: auto;
  float: right;
  list-style: none;
}
.social-media li {
  display: inline-block;
  float: left;
  padding: 6px 3px;
}

.idioma-header {
  position: absolute;
  top: 37px;
  right: 10px;
}
.idioma-header .lang a {
  color: #4d4d4d;
  font-weight: bold;
  position: relative;
  margin: 0px 3px;
}
.idioma-header .lang a:before {
  transition: all 0.5s ease-out;
  content: "";
  position: absolute;
  bottom: -5px;
  height: 0px;
  background-color: #1a3c75;
  width: 100%;
  border-radius: 15px;
}
.idioma-header .lang a.active, .idioma-header .lang a:hover {
  color: #1a3c75;
}
.idioma-header .lang a.active:before, .idioma-header .lang a:hover:before {
  height: 3px;
}

.fondo-negro {
  background-color: rgba(254, 247, 247, 0);
}

.section-header-static {
  display: inline-block;
  position: relative;
  width: 100%;
}

.logo {
  position: relative;
  width: 156px;
  z-index: 1;
  margin: 10px;
}
.logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 100px;
  }
}

.section-header {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0px 5px;
  max-width: 1280px;
  margin: 0 auto;
}
.section-header .logo {
  display: inline-block;
  float: left;
  position: relative;
  width: 180px;
}
.section-header .info-block {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  float: right;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .section-header .info-block {
    display: none;
  }
}
.section-header .info-block .block {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  /* border:2px solid red; */
  margin-left: 20px;
}
.section-header .info-block .block .font-img {
  padding: 10px;
}
.section-header .info-block .block .font-img .link-block {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  margin: 0px 5px;
  background-color: transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  vertical-align: middle;
  border: 1px solid #ffffff;
}
.section-header .info-block .block .font-img .link-block:hover {
  color: red;
}
.section-header .info-block .block .info {
  text-align: left;
  padding: 0px 15px;
}
.section-header .info-block .block .info .data-1 {
  color: #7b7b7b;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 20px;
}
.section-header .info-block .block .info .data-1 a {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 500;
}
.section-header .info-block .block .info .data-1 a:hover {
  color: #14AEDF;
}
.section-header .info-block .block .info .data-2 {
  color: #ffffff;
  display: block;
  width: 100%;
  font-size: 12px;
}

.section-header .info-block .block .info .active a {
  color: #14AEDF;
}
.section-header .info-block .block .info .active .img-pumita {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-header .info-block .block .info .active .img-pumita .pum {
  display: inline-block !important;
}

.social-media {
  display: inline-block;
  position: relative;
  float: right;
}
.social-media a {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: center;
  float: left;
  color: #FFFFFF;
  background-color: #b99a4e;
  border-radius: 15%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
}
.menu {
  display: inline-block;
  position: relative;
  float: left;
}
.menu ul {
  list-style: none;
  padding: 0px;
  float: left;
  margin-bottom: 0px;
}
.menu ul li {
  display: inline-block;
  position: relative;
  float: left;
  text-transform: uppercase;
}
.menu ul li a {
  color: #ffffff;
  padding: 0px 15px;
  font-weight: 500;
  font-size: 12px;
}
.menu ul li a:first-child {
  padding-left: 0px;
}
@media screen and (max-width: 1024px) {
  .menu ul li a {
    padding: 30px 5px;
  }
}
.menu ul li:hover a {
  color: red;
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }
}

#cd-cart {
  background-color: #ffffff;
  z-index: 20;
}
#cd-cart img {
  margin: 0 auto;
}
#cd-cart ul {
  margin-top: 47px;
  list-style: none;
  width: 100%;
  padding: 0px;
}
#cd-cart ul .active a {
  background-color: #ddd;
  color: #b99a4e;
}
#cd-cart ul li {
  background-color: #ffffff;
}
#cd-cart ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  color: #1a3c75;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 600;
}
#cd-cart ul li:hover {
  background-color: #ddd;
  color: #b99a4e;
}
#cd-cart .phones {
  display: inline-block;
  width: 100%;
  position: relative;
}
#cd-cart .phones .contenedor-phone {
  display: inline-block;
  position: relative;
  color: #14AEDF;
  text-align: left;
}
#cd-cart .phones .contenedor-phone .tel {
  color: #14AEDF;
}
#cd-cart .phones .contenedor-phone .fa-phone {
  font-size: 16px;
  padding-right: 5px;
  color: #000000;
}
#cd-cart .phones .social-media {
  display: inline-block;
  position: relative;
  float: right;
  width: 15%;
}
#cd-cart .phones .social-media a {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  margin: 0px 5px;
  background-color: #14AEDF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.social-nav {
  width: 100%;
  position: relative;
}
.social-nav .chang-post {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: 3.5px 5px;
}
.social-nav .chang-post .idioma-header .phones {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: right;
  padding: 5px 20px 5px 0px;
}
.social-nav .chang-post .idioma-header .phones .contenedor-phone {
  margin: 0px 40px 0px 40px;
  display: inline-block;
  position: relative;
  color: #828282;
  font-weight: 500;
}
.social-nav .chang-post .idioma-header .phones .contenedor-phone .tel {
  color: #14AEDF;
}
.social-nav .chang-post .idioma-header .phones .contenedor-phone .fa-phone {
  font-size: 16px;
  padding-right: 5px;
}
.social-nav .chang-post .idioma-header .menu-left-idm {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0px;
  width: 106px;
  height: 100%;
}
.social-nav .chang-post .idioma-header .menu-left-idm .lang {
  position: relative;
  float: right;
  height: 100%;
}
.social-nav .chang-post .idioma-header .menu-left-idm .lang .item_lang {
  color: #828282;
  margin: 0px 5px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  padding: 0px 0px;
}
.social-nav .chang-post .idioma-header .menu-left-idm .lang a:hover, .social-nav .chang-post .idioma-header .menu-left-idm .lang .item_lang_active {
  color: #14AEDF;
  background-color: #FFFFFF;
}
.social-nav .chang-post .idioma-header .menu-left-idm .lang .separator-lang {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  color: #828282;
}
.social-nav .chang-post .idioma-header .menu-left-idm .lang .separator-lang:after {
  content: "/";
  padding-left: 3px;
}

@media screen and (max-width: 980px) {
  .social-nav .chang-post .idioma-header .menu-left-idm {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .nav-principal {
    display: none;
  }

  .idioma-header {
    top: 5px;
  }
  .idioma-header .lang a {
    color: #ffffff;
  }
  .idioma-header .lang a:hover, .idioma-header .lang a.active {
    color: #b99a4e;
  }

  .cont-logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 0px;
    padding: 0px;
    background-color: transparent;
  }
  .cont-logo .logo {
    float: none;
  }
  .cont-logo .logo img {
    margin-top: -5px;
    margin-bottom: -13px;
  }
  .cont-logo .img-log-resp {
    display: inline-block;
    width: 100px;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .cont-logo .img-log-resp {
    width: 70px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .banner-1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .header.menu_index {
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  .section-header {
    padding: 5px 0px;
  }
}
@media screen and (max-width: 767px) {
  .social-nav .chang-post .idioma-header .phones .contenedor-phone {
    margin: 0px 10px 0px 10px;
    display: inline-block;
    position: relative;
    color: #828282;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .social-nav .chang-post .idioma-header .phones .right {
    padding-right: 0px;
  }
  .social-nav .chang-post .idioma-header .phones .left {
    padding-left: 0px;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .section-header-static {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #cd-cart-trigger {
    top: 5px;
    left: 0px;
    z-index: 1;
    float: left;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .social-nav .chang-post {
    display: inline-block;
    position: relative;
    float: none;
    padding-top: 10px;
  }
  .social-nav .chang-post .phone-header {
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 10px 0px;
  }
  .social-nav .chang-post .correo-header {
    width: 100%;
  }
  .social-nav .chang-post .idioma-header {
    width: 100%;
  }
  .social-nav .chang-post .idioma-header .phones {
    width: 100%;
    text-align: center;
    padding: 0px;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm {
    top: 50px;
    right: 15px;
    z-index: 1;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm .lang .item_lang {
    color: #000;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm .lang .item_lang:hover, .social-nav .chang-post .idioma-header .menu-left-idm .lang .item_lang.item_lang_active {
    background-color: #14AEDF;
    color: #ffffff;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm .lang .separator-lang {
    color: #000;
  }
}
@media screen and (max-width: 480px) {
  .header .section-mask-4 {
    display: none;
  }

  .social-nav .chang-post .idioma-header .phones {
    text-align: center;
    padding-top: 15px;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm {
    top: 70px;
    right: 5px;
    width: 50%;
  }

  .social-nav .chang-post .idioma-header .menu-left-idm {
    right: 15px;
  }
}
@media screen and (max-width: 345px) {
  .section-header-static {
    height: 65px;
  }

  .social-nav .chang-post .idioma-header .phones {
    padding-top: 0px;
  }
  .social-nav .chang-post .idioma-header .phones .contenedor-phone {
    margin-top: 5px;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm {
    top: 65px;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm .lang .item_lang {
    height: 36px;
  }
  .social-nav .chang-post .idioma-header .menu-left-idm .lang .separator-lang {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .section-header .logo .logo-res {
    margin-left: 20px;
  }

  .section-header .logo {
    padding-bottom: 0px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 320px) {
  .section-header .logo .logo-res {
    margin-left: 50px;
  }
}
.parent {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}

.heart {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(to bottom, #03e27b, #0dbf6d);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
  animation: beat 1.5s ease 0s infinite;
}

.heart span {
  font-size: 22pt;
  color: white;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}

.heart:before, .heart:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #03e27b;
  opacity: 0.4;
  border-radius: inherit;
}

.heart:before {
  z-index: -2;
  animation: beat-before 1.5s ease 100ms infinite;
}

.heart:after {
  z-index: -1;
  animation: beat-after 1.5s ease 200ms infinite;
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes beat-before {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes beat-after {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.web {
  display: inline-block;
}

.movil {
  display: none;
}

.mobile .movil {
  display: inline-block;
}

.mobile .web {
  display: none;
}

.coling {
  transition: all 0.5s ease;
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 1024px) {
  .coling {
    display: none;
  }
}
.coling .redes-top {
  float: right;
  display: inline-block;
}
.coling .redes-top .redes {
  color: #FFFFFF;
  font-size: 25px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  margin-left: 5px;
}

.claims-3 .slick-slide {
  padding: 45px 0px;
  transition: all 0.5s ease;
}
.claims-3 .slick-slide img {
  margin: 0 auto;
}
.claims-3 .slick-slide.slick-center {
  padding: 0px 0px;
}
.claims-3 .slick-slide.slick-center img {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(0.9);
    opacity: 0.9;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}

.wrapper {
  display: inline-block;
  width: 100%;
}

.header .section-mask {
  position: absolute;
  top: -50px;
  bottom: -50px;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  background-size: cover !important;
  transform: skewY(2deg);
}

.header .section-mask-4 {
  background-image: url(../img/fondo-naraja.webp);
  position: absolute;
  top: 0px;
  bottom: -35px;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #ec7e17;
  background-size: cover !important;
  transform: skewY(-2deg);
  transition: all 0.5s ease-out;
}

.header.menu_index .section-mask-4 {
  transform: skewY(0deg);
}

section {
  width: 100%;
  display: flex;
  align-items: flex-start;
  text-align: center;
  position: relative;
  text-align: center;
  flex-wrap: wrap;
}

section .section-content {
  width: 100%;
  position: relative;
  z-index: 5;
}

section .section-mask {
  position: absolute;
  top: -50px;
  bottom: -50px;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  background-size: cover !important;
  transform: skewY(2deg);
}

section .section-mask-2 {
  background-image: url(../img/fondo-naraja.webp);
  position: absolute;
  top: -50px;
  bottom: -50px;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #ec7e17;
  background-size: cover !important;
  transform: skewY(-2deg);
}

.has-parallax {
  background-image: url(../img/fondo-n.webp);
  background-attachment: fixed !important;
  background-attachment: fixed;
}

/*Estilos para la presentación IGNORAR*/
.bg-grey {
  background-color: #E2E5E4 !important;
}

.bg-back-2 {
  background-image: url(../img/fondo-1-optimizdo.jpg.webp);
  background-attachment: fixed !important;
  background-position: center left;
  background-size: cover;
  height: 90vh;
  align-items: start;
  font-size: 2.5rem;
}

.bg-back-3 {
  background-image: url(../img/fondo3.jpg.webp);
  background-attachment: fixed !important;
  background-position: top left;
  background-size: cover;
}

.bg-back-4 {
  background-image: url(../img/traslucido.jpg.webp);
  background-attachment: fixed !important;
  background-position: top left;
  background-size: cover;
}

.sirelfonr {
  margin-bottom: 50px;
}

.fondo-escodido {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  margin: 0 auto;
  float: none;
}
.fondo-escodido .info-text-escondido {
  padding: 25px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: relative;
}
.fondo-escodido .info-text-escondido .linea-1 {
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #ffffff;
  top: 0px;
  left: 0px;
}
.fondo-escodido .info-text-escondido .linea-2 {
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #ffffff;
  top: 0px;
  right: 0px;
}
.fondo-escodido .info-text-escondido .linea-3 {
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #ffffff;
  bottom: 0px;
  left: 0px;
}
.fondo-escodido .info-text-escondido .linea-4 {
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #ffffff;
  bottom: 0px;
  right: 0px;
}
.fondo-escodido .info-text-escondido .img-center-texture {
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 80px;
}

.has-padding {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.has-padding-2 {
  padding-top: 350px !important;
  padding-bottom: 0px !important;
}

.has-padding-3 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.bg-option-2 {
  background-attachment: fixed !important;
  background-position: bottom left;
}

.claims-preguntas {
  display: flex;
  flex-wrap: wrap;
}
.claims-preguntas .item {
  display: flex;
}
.claims-preguntas .item .backs-spaces {
  background-size: cover;
  background-position: center center;
  padding: 15px 5px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 10px;
  position: relative;
}
.claims-preguntas .item .backs-spaces span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.claims-preguntas .item .backs-spaces img {
  display: inline-block;
  width: 80px;
  margin: 20px 0px;
  border-radius: 50%;
  padding: 5px;
}
.claims-preguntas .item .backs-spaces .info-pregunta {
  font-weight: 600;
  font-size: 2rem;
  position: relative;
  z-index: 3;
}
.claims-preguntas .item .backs-spaces .btn {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  margin-top: 20px;
}

.btn-rhino {
  background-color: #317DED;
  border-radius: 5px;
  margin-top: 20px;
  color: #ffffff;
}

.tit-morado {
  color: #051F44;
  text-transform: uppercase;
}

.bg-option-3 {
  background: url(../img/frutas.webp) !important;
  background-attachment: fixed !important;
  z-index: 4 !important;
}

.fondo-3 {
  background: url(../img/fondo-3.webp) !important;
  background-attachment: fixed !important;
  background-position: bottom left;
  position: relative;
}

.fooii {
  background: url(../img/degred.webp);
  /* background-attachment: fixed !important; */
  background-position: bottom left;
  /* height: 188px; */
  display: inline-block;
  width: 100%;
  background-repeat: repeat-x;
  /* background-size: contain; */
  padding-top: 50px;
  padding-bottom: 80px;
  display: inline-block;
  position: relative;
}

.flex-frutas {
  display: flex;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.img-center {
  margin: 0 auto;
}

.img-frutas-red {
  display: inline-block;
  margin: 15px;
}

.pos-absol {
  position: absolute;
  width: 100%;
  bottom: -8px;
}

.txt-white-h1 {
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 4rem;
  margin-top: 50px;
  display: inline-block;
  position: relative;
  width: 100%;
}

.txt-white-h2 {
  width: 100%;
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 3rem;
  margin-top: 150px;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
}

.img-text {
  display: inline-block;
  width: 230px;
}

.leftLeaf {
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 0px;
}

.CenterLeaf {
  position: absolute;
  left: 0;
  z-index: 2;
  top: -150px;
  width: 100%;
}

.CenterLeaf img {
  margin: 0 auto;
  max-width: 420px;
  float: none;
  width: 100%;
}

.txt-white-h3 {
  width: 100%;
  letter-spacing: 2px;
  position: relative;
  color: #ffffff;
  font-size: 4rem;
  display: inline-block;
  margin-top: 100px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.txt-white-h4 {
  letter-spacing: 2px;
  position: relative;
  color: #ffffff;
  font-size: 2.5rem;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 0px;
}

.txt-h1 {
  letter-spacing: 2px;
  color: #cccccc;
  font-size: 4rem;
  display: inline-block;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.cintent-muecas {
  display: inline-block;
  position: relative;
  width: 100%;
}

.muecas {
  position: absolute;
  display: inline-block;
  width: 90px;
}

.r-1 {
  top: -100px;
  right: 10px;
  position: absolute;
  z-index: 4;
}

.l-1 {
  top: -100px;
  left: 10px;
  position: absolute;
  z-index: 4;
}

.r-2 {
  bottom: -100px;
  right: 10px;
  position: absolute;
  z-index: 4;
}

.l-2 {
  bottom: -100px;
  left: 10px;
  position: absolute;
  z-index: 4;
}

.sideToSide {
  animation-name: sideToSide;
  -webkit-animation-name: sideToSide;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.line-naranja {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 17px;
}

.line-naranja:before {
  content: " ";
  display: inline-block;
  height: 2px;
  background-color: #ed8019;
  width: 60px;
}

.line-blanca {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 17px;
}

.line-blanca:before {
  content: " ";
  display: inline-block;
  height: 2px;
  background-color: #ffffff;
  width: 60px;
}

.bg-option-3:before {
  content: "";
  height: 1px;
  /* border: solid; */
  width: 100%;
  position: absolute;
  left: 0px;
  top: -1px;
  transform: skewY(0deg);
  /* background-color: #000000; */
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.52);
}

.section-content.has-padding-2:before {
  content: "";
  height: 1px;
  /* border: solid; */
  width: 100%;
  position: absolute;
  left: 0px;
  top: 51px;
  transform: skewY(2deg);
  /* background-color: #000000; */
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.52);
}

.info-distribuidor {
  width: 100%;
  display: inline-block;
  border: 3px solid #ffffff;
  border-top: 0px;
  border-bottom: 0px;
  color: #ffffff;
  padding: 30px 15px;
  position: relative;
}
.info-distribuidor:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 25px;
  height: 100%;
  border: 3px solid #ffffff;
  border-left: none;
  border-right: none;
  left: 0px;
}
.info-distribuidor:after {
  right: 0px;
  content: "";
  position: absolute;
  top: 0px;
  width: 25px;
  height: 100%;
  border: 3px solid #ffffff;
  border-left: none;
  border-right: none;
}
.info-distribuidor .texto-distribuidor {
  letter-spacing: 2px !important;
  color: #ffffff;
  font-size: 3.5rem !important;
  display: inline-block;
  position: relative;
}
.info-distribuidor .contactos-distribuidor {
  margin-top: 20px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.info-distribuidor .contactos-distribuidor a {
  color: #ffffff;
  font-size: 2.5rem;
}
.info-distribuidor .contactos-distribuidor a i {
  margin-right: 5px;
}

.claims-1 .item {
  padding: 15px;
}

@media (max-width: 767px) {
  .txt-h1 {
    font-size: 2.4rem;
  }

  .leftLeaf {
    display: none;
  }

  .has-padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .txt-white-h1 {
    font-size: 2.5rem !important;
  }

  .txt-white-h4 {
    font-size: 1.5rem !important;
  }

  .txt-white-h3 {
    margin-top: 20px;
  }

  .txt-white-h2 {
    font-size: 1.5rem;
    margin-top: 50px;
  }

  .info-distribuidor .texto-distribuidor {
    font-size: 2rem !important;
  }

  .has-padding-2 {
    padding: 200px 0px 0px 0px !important;
  }
}
.conts {
  display: inline-block;
  width: 100%;
}

.box {
  position: relative;
  flex: 1;
  overflow: hidden;
  margin: 0px;
  margin-bottom: 20px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  line-height: 0;
  transition: all 0.5s;
}
.box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.box span {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  line-height: 2.6;
  z-index: 2;
  transition: all 0.6s ease;
}
.box:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  position: absolute;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: all 0.6s ease;
}
.box:hover:before {
  background-color: #5A3733;
  zoom: 1;
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.box:hover span {
  font-size: 35px;
}

.img-width-100 {
  width: 100%;
}

.flex-content {
  display: flex;
  flex-wrap: wrap;
}

.bg-back-5 {
  background-image: url(../img/fondo4.jpg);
  background-attachment: fixed !important;
  background-position: top left;
  background-size: cover;
  width: 100%;
  display: inline-block;
}

.tit-nosotros {
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 50px;
}

.info-nosotros {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 2rem;
}

.ubicacion-nosotros {
  color: #ffffff;
  background-color: #4472B7;
  display: inline-block;
  padding: 5px 5px;
  font-size: 1.5rem;
}

.subtitulo-nosotros {
  margin-top: 20px;
  font-size: 4.8rem;
  line-height: 46px;
  color: #4472B7;
  text-align: left;
}
.subtitulo-nosotros strong {
  font-weight: bold;
  font-size: 6.3rem;
}

.info-detalllada-nosotros {
  color: #5E5E5E;
  text-align: justify;
  font-size: 2rem;
}

.gal-nosotros small {
  color: #ffffff;
  margin-top: 1px;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.bg-back-6 {
  background-image: url(../img/fondo5.jpg);
  background-attachment: fixed !important;
  background-position: top left;
  background-size: cover;
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.center-block {
  margin: 0 auto;
  float: none;
}

.tit-ccontenido {
  color: #051F44;
  margin-bottom: 50px;
  font-weight: 600;
}

.contenidos-marco {
  display: inline-block;
  padding: 35px;
  text-align: left;
  color: #000000;
  font-size: 2rem;
  margin: 0 auto;
  float: none;
}

.img-center-texture {
  margin: 0 auto;
  margin-bottom: 20px;
}

.img-l-contenidos {
  max-width: 120px;
}

.pos-btn {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: -16px;
  left: 0px;
  text-align: center;
}

/* ==|====================
   Layout/Footer
   ======================= */
.patron-footer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.logo-footer {
  width: 250px;
  margin: 0 auto;
}

.txt-form {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  text-align: center;
  width: 100%;
}

.contacto {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  text-align: left;
  width: 100%;
}

.menu-fotter {
  list-style: none;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}
.menu-fotter li {
  margin-bottom: 20px;
}
.menu-fotter li a {
  color: #ffffff;
}
.menu-fotter li a:hover {
  color: #ffffff;
}

.line-blue {
  display: block;
  position: relative;
  background-color: #317DED;
  height: 20px;
  width: 100%;
}

.info-contacto {
  color: #ffffff;
  font-size: 20px;
  text-align: left;
}
.info-contacto .direccion {
  color: #ffffff;
  padding-left: 50px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
.info-contacto .direccion a, .info-contacto .direccion a:hover {
  color: #ffffff;
}
.info-contacto .direccion:before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "";
}
.info-contacto .phone {
  color: #ffffff;
  padding-left: 50px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
.info-contacto .phone a, .info-contacto .phone a:hover {
  color: #ffffff;
}
.info-contacto .phone:before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "";
}
.info-contacto .mail {
  color: #ffffff;
  padding-left: 50px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
.info-contacto .mail a, .info-contacto .mail a:hover {
  color: #ffffff;
}
.info-contacto .mail:before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  content: "";
}
.info-contacto .whats {
  color: #ffffff;
  padding-left: 50px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
.info-contacto .whats a, .info-contacto .whats a:hover {
  color: #ffffff;
}
.info-contacto .whats:before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 30px;
  font-family: "Font Awesome 5 Brands";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  content: "";
}

footer {
  padding: 0px 0px 0px 0px;
  background-color: #E2E5E4;
  background-position: center center;
  background-attachment: fixed;
  background-size: contain;
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
  background-attachment: fixed;
}
footer .logo-ferall {
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
}
footer .logo-ferall img {
  float: right;
  width: 25px;
  margin-right: 30px;
}
footer form {
  display: inline-block;
  position: relative;
  padding: 30px 15px;
  border-radius: 15px;
}
footer form label {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
  color: #ffffff;
  font-weight: 200;
  letter-spacing: 1.5px;
  font-size: 19px;
}
footer form input {
  width: 100%;
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 5px 15px;
  border: none;
}
footer form textarea {
  width: 100%;
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 5px 15px;
  border: none;
}
footer form .btn-form-footer {
  background-color: #317ded;
  color: #ffffff;
  padding: 8px 20px;
  float: none;
  border-radius: 0px;
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 15px;
}

.f-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cont-redes {
  text-align: center;
  color: #ffffff;
}

.center-content {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  float: none;
  font-size: 19px;
}

.redes-position .redes {
  color: #ff8300;
  font-size: 39px;
  width: 50px;
  height: 50px;
  line-height: 43px;
  border-radius: 50%;
  margin: 5px;
  float: none;
  padding: 5px;
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
}

.ir-arriba {
  display: none;
  padding: 10px 20px;
  background: #024959;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
}

.cont-info-fotter {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.cent-info-contacto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.img-fotter-coco {
  float: left;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.logo-footer {
  padding: 15px;
  max-width: 500px;
  margin: 0 auto;
}

.divicion-fotter {
  background-color: #051F44;
  padding: 50px 0px;
}

.fondo-f {
  background-image: url(../img/fondof.jpg.webp);
  background-attachment: fixed !important;
  background-position: top left;
  background-size: cover;
  padding: 50px 0px;
}

.copy {
  padding: 15px 0px;
}

@media (max-width: 767px) {
  .info-contacto {
    padding: 0px;
    margin: 0px;
  }
  .info-contacto .direccion {
    padding-left: 0px;
    text-align: center;
  }
  .info-contacto .direccion:before {
    position: relative;
    width: 100%;
  }
  .info-contacto .phone {
    padding-left: 0px;
    text-align: center;
  }
  .info-contacto .phone:before {
    position: relative;
    width: 100%;
  }
  .info-contacto .mail {
    padding-left: 0px;
    text-align: center;
  }
  .info-contacto .mail:before {
    position: relative;
    width: 100%;
  }
  .info-contacto .whats {
    padding-left: 0px;
    text-align: center;
  }
  .info-contacto .whats:before {
    position: relative;
    width: 100%;
  }

  footer {
    padding: 50px 0px 50px 0px;
  }
}
.oops {
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
}

.flex-oops {
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flex-oops h1 {
  font-size: 10rem;
  line-height: 13rem;
  margin: 0px;
}
.flex-oops h2 {
  font-size: 6rem;
  line-height: 5rem;
  margin: 0px;
  margin-bottom: 50px;
}
.flex-oops p {
  font-size: 2.5rem;
}

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

.btn-goback {
  font-size: 2.5rem;
  color: #000000;
  margin-top: 30px;
}
/*# sourceMappingURL=style.css.map */