/*! 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;
}
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #3b3e3d;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: none;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
/* ==========================================================================
   FUENTES::::
   ========================================================================== */
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("fonts/SourceSansPro-Bold.woff") format("woff"), url("fonts/SourceSansPro-Bold.ttf") format("truetype"), url("fonts/SourceSansPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("fonts/SourceSansPro-Regular.woff") format("woff"), url("fonts/SourceSansPro-Regular.ttf") format("truetype"), url("fonts/SourceSansPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro-Semibold";
  src: url("fonts/SourceSansPro-Semibold.woff") format("woff"), url("fonts/SourceSansPro-Semibold.ttf") format("truetype"), url("fonts/SourceSansPro-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro-Light";
  src: url("fonts/SourceSansPro-Light.woff") format("woff"), url("fonts/SourceSansPro-Light.ttf") format("truetype"), url("fonts/SourceSansPro-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sansita-Bold";
  src: url("fonts/Sansita-Bold.woff") format("woff"), url("fonts/Sansita-Bold.ttf") format("truetype"), url("fonts/Sansita-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.sans {
  font-family: "SourceSansPro-Regular";
}
.sans_b {
  font-family: "SourceSansPro-Bold";
}
.sans_sb {
  font-family: "SourceSansPro-Semibold";
}
.sans_l {
  font-family: "SourceSansPro-Light";
}
.sansita_b {
  font-family: "Sansita-Bold";
}
/* ==========================================================================
   SCRIPT SUBIR
   ========================================================================== */
.fix-top {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  z-index: 999;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
}
.fix-top span {
  font-size: 30px;
  color: #a98402;
}
.mobile {
  display: none;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\f907";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\f913";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\f91a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\f91e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\f941";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\f949";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff"), url("fonts/fa-regular-400.ttf") format("truetype"), url("fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
header,
section,
div,
p,
a,
button,
form,
.inps,
.inps-text,
.inps-txt,
ul,
li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
textarea,
select,
button {
  outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: normal;
  font-family: "SourceSansPro-Semibold";
  color: #3b3e3d;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: normal;
  font-family: "SourceSansPro-Semibold";
  color: #3b3e3d;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: normal;
  font-family: "SourceSansPro-Semibold";
  color: #3b3e3d;
}
a,
button,
.inps-sb {
  -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;
  transition: all 0.2s ease-in-out;
}
main {
  width: 100%;
  overflow: hidden;
}
.container {
  max-width: 1257px;
  width: 100%;
  margin: 0 auto;
  padding: 0 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  opacity: 0;
}
/* Required */
.dummy {
  opacity: 0;
}
.dummyNot {
  opacity: 0;
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.animate {
  opacity: 0;
}
.clear {
  clear: both;
}
.movil {
  display: none!important;
}
.oculto {
  display: none !important;
}
p.btn {
  margin: 0;
  text-align: center;
}
p.btn a {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  /*border: 2px solid @border;*/
  border: 1px solid #a98402;
  font-family: 'SourceSansPro-Semibold';
  color: #3b3e3d;
}
p.btn a:hover {
  background-color: #3b3e3d;
  color: transparent;
}
p.btn a:hover {
  background-color: #a98402;
  color: #fff;
}
p.btn a.white {
  background-color: transparent;
  /*border: 2px solid @border;*/
  border: 1px solid #fff;
  font-family: 'SourceSansPro-Semibold';
  color: #fff;
}
p.btn a.white:hover {
  background-color: #fff;
  color: transparent;
}
p.btn a.white:hover {
  background-color: #a98402;
  color: #fff;
}
p.btn span {
  background-color: transparent;
  /*border: 2px solid @border;*/
  border: 1px solid #a98402;
  font-family: 'SourceSansPro-Semibold';
  color: #3b3e3d;
  display: block;
  padding: 4px 0 4px;
}
p.btn span:hover {
  background-color: #3b3e3d;
  color: transparent;
}
p.btn span.white {
  background-color: #a98402;
  color: #fff;
}
/* ICONO CARRITO */
.shopingCart {
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 10px;
  width: 20px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #8E4652;
  color: #fff;
  text-align: center;
  padding: 4px 0px 0px;
}
/* PRoductos */
.number-spinner {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.number-spinner input {
  width: 175px;
  height: 52px;
  text-align: center;
  float: left;
  background-color: transparent;
  color: #333;
  vertical-align: top;
  font-size: 28px;
  padding: 3px 0px 0px 10px;
  border: 0;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-clip: padding-box;
}
.number-spinner .controles span.batn {
  width: 44px;
  position: absolute;
  height: 44px;
  display: inline-block;
  cursor: pointer;
  -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;
  transition: all 0.2s ease-in-out;
  left: 0px;
  font-size: 28px;
  line-height: 23px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  top: 13px;
  padding: 0px;
  border: 1px solid #3b3e3d;
  z-index: 9;
}
.number-spinner .controles span.batn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.number-spinner .controles span.batn.dwn {
  left: initial;
  right: 0px;
  border-top: 0;
}
.number-spinner .controles span.batn:hover {
  background-color: #3b3e3d;
}
/* cajaCarritoFlotante */
.cajaCarritoFlotante {
  -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;
  transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 10000;
  right: -100%;
  max-width: 350px;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.cajaCarritoFlotante .contenedor {
  height: 100%;
}
.cajaCarritoFlotante .contenedor .titulo {
  background-color: #f5f5f5;
  text-align: center;
  padding: 20px 20px;
}
.cajaCarritoFlotante .contenedor .titulo p {
  margin: 0;
  color: #000;
  font-size: 20px;
}
.cajaCarritoFlotante .contenedor .titulo a.cerrar {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #000;
}
.cajaCarritoFlotante .contenedor .carro {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
  overflow: auto;
  height: calc(100% - 214px);
}
.cajaCarritoFlotante .contenedor .carro p.text-center {
  text-align: center;
}
.cajaCarritoFlotante .contenedor .carro::-webkit-scrollbar {
  display: none;
}
.cajaCarritoFlotante .contenedor .carro .item {
  position: relative;
  padding: 10px 5px 10px;
  border-bottom: 1px solid #f5f5f5;
}
.cajaCarritoFlotante .contenedor .carro .item a.eliminarProducto {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  color: red;
  display: none;
}
.cajaCarritoFlotante .contenedor .carro .item .featured {
  width: 70px;
  float: left;
  height: 70px;
  background-color: #a98402;
  background-position: center;
  background-size: cover;
}
.cajaCarritoFlotante .contenedor .carro .item .descripcion {
  width: 240px;
  float: right;
  min-height: 30px;
}
.cajaCarritoFlotante .contenedor .carro .item .descripcion p {
  margin: 0px 0px 5px;
}
.cajaCarritoFlotante .contenedor .carro .item .descripcion p.st {
  font-size: 18px;
  line-height: 18px;
  padding-right: 30px;
}
.cajaCarritoFlotante .contenedor .carro .item .descripcion p.precio {
  font-size: 16px;
  line-height: 14px;
}
.cajaCarritoFlotante .contenedor .carro .item .descripcion form .cambiarCantidad {
  display: block;
  height: 27px;
  width: 25px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 27px;
  cursor: pointer;
}
.cajaCarritoFlotante .contenedor .carro .item .descripcion form .modificarencart {
  width: 40px;
  height: 25px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #3b3e3d;
  padding: 0;
  text-align: center;
  line-height: 18px;
}
.cajaCarritoFlotante .contenedor .carro .item:hover a.eliminarProducto {
  display: block;
}
.cajaCarritoFlotante .contenedor .pagofinal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
.cajaCarritoFlotante .contenedor .pagofinal p.precioFinal {
  margin: 0px 0px 20px;
  font-size: 24px;
}
.cajaCarritoFlotante .contenedor .pagofinal p.precioFinal span {
  display: block;
}
.cajaCarritoFlotante .contenedor .pagofinal .botn {
  font-size: 18px;
  padding: 5px 20px;
}
.cajaCarritoFlotante.openCart {
  right: 0;
}
.cajaCarritoFlotante.actualizandoCarrito .overlay {
  display: block;
  position: absolute;
}
.loaderCarritoAdd {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.pagination_posts {
  width: 100%;
  position: relative;
}
.pagination_posts:before {
  content: '';
  width: 70%;
  border-top: 2px solid #a98402;
  display: inline-block;
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pagination_posts:after {
  content: '';
  width: 70%;
  border-top: 2px solid #a98402;
  display: inline-block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pagination_posts .curlink {
  width: 103px;
  height: 43px;
  margin: 0;
  background-color: #a98402;
  color: #fff;
  font-size: 23px;
  font-family: "SourceSansPro-Semibold";
  line-height: 1.9;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination_posts a {
  width: 103px;
  height: 43px;
  margin: 0;
  font-size: 23px;
  color: #3b3e3d;
  border-left: 1px solid #a98402;
  border-right: 1px solid #a98402;
  font-family: "SourceSansPro-Semibold";
  line-height: 1.9;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  position: relative;
}
.pagination_posts a i {
  font-size: 39px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pagination_posts a i.fa-chevron-right,
.pagination_posts a i.fa-chevron-left {
  font-size: 21px;
}
.pagination_posts a[rel='next'],
.pagination_posts a[rel='prev'] {
  background-color: transparent;
  color: #3b3e3d;
}
.pagination_posts a:hover {
  background-color: #a98402;
  color: #fff;
}
.pagination_posts_rojo:before {
  border-top: 2px solid #8E4652;
}
.pagination_posts_rojo:after {
  border-top: 2px solid #8E4652;
}
.pagination_posts_rojo .curlink {
  background-color: #8E4652;
}
.pagination_posts_rojo a {
  border-left: 1px solid #8E4652;
  border-right: 1px solid #8E4652;
}
.pagination_posts_rojo a:hover {
  background-color: #8E4652;
}
.migas {
  width: 100%;
  border-bottom: 1px solid #000;
  margin: 0 0 15px;
  padding: 11px 0 10px;
  position: relative;
  z-index: 999;
}
.migas .container p {
  margin: 0;
  font-size: 16px;
  color: #707070;
}
.migas .container p a {
  color: #707070;
  display: inline-block;
  text-decoration: none;
}
.migas .container p span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #707070;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
header {
  width: 100%;
  height: 112px;
  background-color: #fff;
  position: fixed;
  top: 38px;
  left: 0;
  padding: 0;
  text-align: center;
  z-index: 99;
  -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;
  transition: all 0.2s ease-in-out;
}
header .container {
  max-width: 1847px;
  position: relative;
}
header .container .artclose {
  display: none;
  width: 59px;
  height: 60px;
  padding: 14px 0 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 41px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .container .artclose .burgx,
header .container .artclose .burgx2,
header .container .artclose .burgx3 {
  width: 58px;
  height: 3.1px;
  position: absolute;
  margin-top: 1px;
  background-color: #a98402;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
}
header .container .artclose .burgx2 {
  margin-top: 14px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .container .artclose .burgx3 {
  width: 40px;
  margin-top: 27px;
}
header .container .logo {
  float: left;
  padding: 0 0 0 3px;
}
header .container .logo a {
  text-decoration: none;
  display: inline-block;
  line-height: 6.5;
}
header .container .row {
  width: auto;
  display: inline-block;
  text-align: left;
}
header .container .row nav {
  padding: 39px 0 0;
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .container .row nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .container .row nav ul li {
  margin: 0 21px 0;
  display: inline-block;
  vertical-align: middle;
}
header .container .row nav ul li a {
  color: #3b3e3d;
  font-size: 24px;
  font-family: "SourceSansPro-Semibold";
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}
header .container .row nav ul li a.active {
  color: #a98402;
}
header .container .social--header {
  width: auto;
  padding: 36px 0px 0px 10px;
  float: right;
  text-align: left;
}
header .container .social--header .searchform {
  width: 310px;
  margin: 0 35px 0 0;
  display: inline-block;
}
header .container .social--header .searchform .icon-close {
  display: none;
}
header .container .social--header .searchform .inps {
  width: 269px;
  height: 38px;
  background-color: #f5f5f5;
  font-family: "SourceSansPro-Semibold";
  font-size: 19px;
  padding: 0 0 0 19px;
  border: none;
}
header .container .social--header .searchform .inps-sb {
  width: 41px;
  height: 38px;
  background-color: #a98402;
  border: none;
  color: #fff;
  float: right;
  position: relative;
}
header .container .social--header .searchform .inps-sb i {
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header .container .social--header .searchform .inps-sb:hover {
  background-color: #a98402;
  color: #fff;
  border: none;
}
header .container .social--header a.icon {
  width: 38px;
  height: 38px;
  background-color: #3b3e3d;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  position: relative;
}
header .container .social--header a.icon i {
  font-size: 21px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}
header .container .social--header a.searchM {
  display: none;
}
header.onscroll {
  height: 122px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  -webkit-box-shadow: 0px 5px 39px 1px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 5px 39px 1px rgba(0, 0, 0, 0.48);
}
footer {
  width: 100%;
  height: 49px;
  background-color: #fff;
  padding: 15px 0 0;
  text-align: center;
}
footer .container a {
  font-size: 15px;
  color: #d3d3d4;
  text-decoration: none;
  text-transform: uppercase;
}
.bg10 {
  width: 100%;
  height: 38px;
  background-color: #3b3e3d;
  padding: 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
}
.bg10 .container p {
  margin: 0 10px 0;
  font-size: 17px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.bg10 .container p a {
  color: #fff;
  text-decoration: none;
}
.bg10 .container p i {
  margin: 0 8px 0 0;
  position: relative;
  top: 2px;
  display: inline-block;
}
.bg1 {
  width: 100%;
  margin: 152px 0 0;
  text-align: center;
}
.bg1 h1 {
  margin: 15px 0 18px;
  font-size: 61px;
  line-height: 0.9;
  color: #677d50;
  font-weight: normal;
}
.bg1 p {
  margin: 0;
}
.bg1 p.ss1 {
  color: #8c4653;
  font-size: 19px;
}
.bg1 p.ss2 {
  font-size: 18px;
  padding: 0px 10px;
  height: 54px;
  overflow: hidden;
}
.bg1 p.ss3 {
  font-size: 26px;
}
.bg1 p.precioTachado {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
.bg1 p.precioTachado:after,
.bg1 p.precioTachado::before {
  width: 100%;
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #a98402;
}
.bg1 p.precioTachado:after {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  top: 11px;
}
.bg1 p.precioTachado:before {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  bottom: 11px;
}
.bg1 p.btn {
  margin: 20px 14px 0;
  display: inline-block;
  vertical-align: top;
}
.bg1 p.btn a {
  width: 270px;
  height: 54px;
  font-size: 25px;
  padding: 8px 0 0;
}
.bg1 img.img1 {
  position: absolute;
  bottom: -107px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bg1 .row {
  position: relative;
}
.bg1 .row .col {
  height: 818px;
  display: inline-block;
  vertical-align: top;
}
.bg1 .row .col.lf {
  width: 60%;
  background-image: url(../img/bg1-3.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  position: relative;
}
.bg1 .row .col.lf .fluid_container {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #a98402;
}
.bg1 .row .col.lf .fluid_container .txt {
  max-width: 610px;
  width: 100%;
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}
.bg1 .row .col.lf .fluid_container .txt hr {
  border-top: 1px solid #a98402;
}
.bg1 .row .col.rg {
  width: 50%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  float: right;
}
.bg1 .row .col.rg .owl-carousel {
  width: 100%;
}
.bg1 .row .col.rg .owl-carousel .slide {
  width: 100%;
  height: 818px;
  position: relative;
}
.bg1 .row .col.rg .owl-carousel .slide .producto {
  width: 361px;
  height: 515px;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  z-index: 3;
  background-size: contain;
}
.bg1 .row .col.rg .owl-carousel .slide .producto.hidden {
  display: none;
}
.bg1 .row .col.rg .owl-carousel .slide .slide_background {
  width: 80%;
  height: 100%;
  background-color: #7b0e81;
  background-image: url(../img/bg1-4.png);
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.bg1 .row .col.rg .owl-carousel .slide .item {
  width: 372px;
  text-align: left;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 51.3%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bg1 .row .col.rg .owl-carousel .slide .item .open_product_info {
  width: 60px;
  height: 60px;
  background-color: #fff;
  margin: 0 0 10px;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  position: relative;
}
.bg1 .row .col.rg .owl-carousel .slide .item .open_product_info span {
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  -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;
  transition: all 0.2s ease-in-out;
}
.bg1 .row .col.rg .owl-carousel .slide .item .open_product_info.active span {
  top: 38%;
  font-size: 79px;
  line-height: 0.2;
}
.bg1 .row .col.rg .owl-carousel .slide .item .info {
  width: 372px;
  height: 320px;
  background-color: #fff;
  padding: 35px 0 0;
  text-align: center;
  display: none;
}
.bg1 .row .col.rg .owl-carousel .slide .item .info hr {
  width: 84%;
  display: inline-block;
}
.bg1 .row .col.rg .owl-carousel .owl-nav {
  width: 28px;
  height: 324px;
  position: absolute;
  top: 50%;
  right: 13%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.bg1 .row .col.rg .owl-carousel .owl-nav button {
  width: 27px;
  display: inline-block;
}
.bg1 .row .col.rg .owl-carousel .owl-nav button i {
  font-size: 47px;
  color: #fff;
}
.bg1 .row .col.rg .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bg1 .row .col.rg .owl-carousel .owl-dots {
  width: 40px;
  position: absolute;
  top: 50%;
  right: 11.7%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.bg1 .row .col.rg .owl-carousel .owl-dots .owl-dot {
  width: 38px;
  height: 38px;
  margin: 4px 0;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  position: relative;
  border: 1px solid transparent;
}
.bg1 .row .col.rg .owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.bg1 .row .col.rg .owl-carousel .owl-dots .owl-dot.active {
  border: 1px solid #fff;
}
.bg2 {
  width: 100%;
  padding: 87px 0 0;
  position: relative;
  z-index: 4;
  text-align: center;
}
.bg2 img.img1 {
  position: absolute;
  margin-top: 250px;
  left: -540px;
}
.bg2 img.img2 {
  position: absolute;
  margin-top: 250px;
  right: -364px;
}
.bg2 .container p {
  margin: 0;
}
.bg2 .container p.ss {
  margin: 0 0 9px;
  font-size: 40px;
  color: #677d50;
  line-height: 1;
}
.bg2 .container p.ss1 {
  font-size: 25px;
  color: #677d50;
}
.bg2 .container p.ss2 {
  color: #3b3e3d;
  font-size: 24px;
  margin: 8px 0 0;
  line-height: 1.3;
}
.bg2 .container p.ss3 {
  color: #3b3e3d;
  font-size: 30px;
  margin: 8px 0 0;
  line-height: 0.7;
}
.bg2 .container p.ss4 {
  font-size: 21px;
  margin: 5px 0 0;
  line-height: 1.2;
  color: #fff;
}
.bg2 .container p.ss5 {
  color: #fff;
  margin: 20px 13px 20px;
  font-size: 16px;
  line-height: 1.4;
}
.bg2 .container p.catLibro {
  font-size: 14px;
}
.bg2 .container hr {
  margin: 0;
  width: 432px;
  border-top: 1px solid #3b3e3d;
  display: inline-block;
}
.bg2 .container .filtro {
  width: 100%;
  margin: 61px 0px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 35px 90px;
  grid-auto-rows: 129px;
}
.bg2 .container .filtro .filter {
  background-image: url(../img/bg2-1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(225, 225, 225, 0.53);
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  -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;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.bg2 .container .filtro .filter .thumbnail {
  position: absolute;
  top: 15%;
  right: 6%;
  display: inline-block;
  opacity: 0.2;
}
.bg2 .container .filtro .filter span {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  -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;
  transition: all 0.2s ease-in-out;
}
.bg2 .container .filtro .filter span:before {
  content: '';
  width: 0%;
  border-top: 1px solid #fff;
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  -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;
  transition: all 0.2s ease-in-out;
}
.bg2 .container .filtro .filter span:after {
  content: '';
  width: 0%;
  border-top: 1px solid #fff;
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  -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;
  transition: all 0.2s ease-in-out;
}
.bg2 .container .filtro .filter:hover {
  background-color: rgba(169, 132, 2, 0.9);
}
.bg2 .container .filtro .filter:hover .thumbnail {
  width: 35%;
  -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;
  transition: all 0.2s ease-in-out;
}
.bg2 .container .filtro .filter:hover span {
  color: #fff;
}
.bg2 .container .filtro .filter:hover span:before {
  width: 82%;
}
.bg2 .container .filtro .filter:hover span:after {
  width: 82%;
}
.bg2 .container .filtro .filter.catActiva {
  background-color: rgba(169, 132, 2, 0.9);
}
.bg2 .container .filtro .filter.catActiva .thumbnail {
  width: 35%;
  -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;
  transition: all 0.2s ease-in-out;
}
.bg2 .container .filtro .filter.catActiva span {
  color: #fff;
}
.bg2 .container .filtro .filter.catActiva span:before {
  width: 82%;
}
.bg2 .container .filtro .filter.catActiva span:after {
  width: 82%;
}
.bg2 .container #resultados_proyectos {
  padding-top: 100px;
}
.bg2 .container .row {
  width: 98%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 64px 51px;
  grid-auto-rows: 391px;
}
.bg2 .container .row .col {
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.bg2 .container .row .col hr {
  width: 100%;
}
.bg2 .container .row .col .item1 {
  width: 100%;
  -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;
  transition: all 0.2s ease-in-out;
}
.bg2 .container .row .col .item1 .thumbnail {
  width: 100%;
  height: 252px;
  background-color: #f5f5f5;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
}
.bg2 .container .row .col .item1 p.ss2 {
  height: 65px;
  position: relative;
  margin: 0;
}
.bg2 .container .row .col .item1 p.ss2 span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bg2 .container .row .col .item1 p.ss3 {
  font-size: 25px;
}
.bg2 .container .row .col .item1 p.ss3 span.tachado {
  margin: 0px 3px;
  position: relative;
  display: inline-block;
  padding: 0px 1px;
  font-size: 20px;
}
.bg2 .container .row .col .item1 p.ss3 span.tachado:after,
.bg2 .container .row .col .item1 p.ss3 span.tachado::before {
  width: 100%;
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #a98402;
}
.bg2 .container .row .col .item1 p.ss3 span.tachado:after {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  top: 5px;
}
.bg2 .container .row .col .item1 p.ss3 span.tachado:before {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  bottom: 5px;
}
.bg2 .container .row .col .item1 .catLibro {
  font-size: 20px;
}
.bg2 .container .row .col .item1 hr {
  border-top: 1px solid #d8d8d8;
}
.bg2 .container .row .col .item2 {
  width: 100%;
  height: 100%;
  background-color: #3b3e3d;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  overflow: hidden;
  -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;
  transition: all 0.2s ease-in-out;
}
.bg2 .container .row .col .item2 .product {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.34;
}
.bg2 .container .row .col .item2 .info {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 5;
}
.bg2 .container .row .col .item2 .info .rating {
  width: 90%;
  padding: 37px 0 13px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.bg2 .container .row .col .item2 .info .rating i {
  margin: 0 6px 0;
  font-size: 15px;
  color: #303131;
}
.bg2 .container .row .col .item2 .info .rating i.active {
  color: #fff;
}
.bg2 .container .row .col .item2 .info p.ss4 {
  padding: 0px 10px;
  height: 50px;
  overflow: hidden;
}
.bg2 .container .row .col .item2 .info .ss5 {
  color: #fff;
  margin: 20px 13px 20px;
  font-size: 16px;
  line-height: 1.4;
  height: 115px;
  overflow: hidden;
}
.bg2 .container .row .col .item2 .info .ss5 p {
  font-family: inherit !important;
  font-size: inherit !important;
}
.bg2 .container .row .col .item2 .info p.btn {
  width: 87%;
  margin: 0 0 11px;
  display: inline-block;
}
.bg2 .container .row .col .item2 .info p.btn a {
  width: 100%;
  font-size: 19px;
  padding: 4px 0 4px;
}
.bg2 .container .row .col:hover .item1 {
  opacity: 0;
}
.bg2 .container .row .col:hover .item2 {
  opacity: 1;
}
.bg2 .container .pagination_posts {
  margin: 71px 0 0;
}
.bg3 {
  width: 100%;
  margin: 0px 0 330px;
  position: relative;
  text-align: center;
}
.bg3 img.img1 {
  position: absolute;
  top: 250px;
  left: -540px;
}
.bg3 img.img2 {
  position: absolute;
  top: 250px;
  right: -364px;
}
.bg3 .container {
  position: relative;
  z-index: 3;
}
.bg3 .container p {
  margin: 0;
}
.bg3 .container p.ss {
  font-size: 39px;
  color: #677d50;
  line-height: 1.1;
}
.bg3 .container p.ss1 {
  margin: 10px 0 0;
  font-size: 24px;
  color: #3b3e3d;
}
.bg3 .container .fluid_container {
  max-width: 1089px;
  width: 100%;
  height: 848px;
  background-color: #677d50;
  margin: 262px 0 0;
  display: inline-block;
}
.bg3 .container .fluid_container .row {
  max-width: 973px;
  width: 90%;
  position: relative;
  top: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  grid-auto-rows: 309px;
  margin: 0 auto;
}
.bg3 .container .fluid_container .row .col {
  background-image: url(../img/bg3-3.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f5f5;
  vertical-align: top;
  float: left;
  position: relative;
}
.bg3 .container .fluid_container .row .col .txt {
  width: 434px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bg3 .container .fluid_container .row .col .txt hr {
  width: 80%;
  border-top: 2px solid #3b3e3d;
  margin: 0;
  display: inline-block;
}
.bg4 {
  width: 100%;
}
.bg4 p {
  margin: 0;
}
.bg4 p.ss {
  margin: 0 0 12px;
  font-size: 39px;
  color: #fff;
}
.bg4 p.ss1 {
  margin: 17px 0 0;
  font-size: 34px;
  color: #fff;
}
.bg4 p.ss2 {
  margin: 15px 0 0;
  font-size: 24px;
  color: #fff;
  line-height: 1.1;
}
.bg4 p.btn {
  margin: 26px 0 0;
  text-align: left;
}
.bg4 p.btn a {
  width: 270px;
  height: 54px;
  font-size: 25px;
  padding: 9px 0 0;
  text-align: center;
}
.bg4 .row .col {
  height: 605px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
}
.bg4 .row .col .txt {
  width: 435px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 9%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bg4 .row .col .txt hr {
  margin: 0;
  border-top: 2px solid #fff;
}
.bg4 .row .col .fluid_container {
  width: 470px;
  height: 470px;
  border: 1px solid #a98402;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 9%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bg4 .row .col .fluid_container img.img1 {
  position: absolute;
  top: -132px;
  left: -47px;
}
.bg4 .row .col .fluid_container img.img2 {
  position: absolute;
  bottom: -150px;
  left: 204px;
}
.bg4 .row .col .fluid_container .promo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bg4 .row .col.lf {
  width: 53%;
  background-image: url(../img/bg4-4.png);
  background-color: #f5f5f5;
  float: left;
  z-index: 1;
}
.bg4 .row .col.rg {
  width: 47%;
  background-color: #8c4653;
  background-image: url(../img/bg4-3.png);
  float: right;
}
.bg5 {
  width: 100%;
  padding: 183px 0 242px;
  text-align: center;
}
.bg5 .container p {
  margin: 0;
}
.bg5 .container p.ss {
  margin: 0 0 6px;
  font-size: 40px;
  color: #677d50;
  line-height: 1;
}
.bg5 .container p.ss1 {
  margin: 8px 0 23px;
  font-size: 24px;
  color: #3b3e3d;
}
.bg5 .container p.btn a {
  width: 270px;
  height: 54px;
  padding: 9px 0 0;
  font-size: 24px;
  border: 1px solid #a98402;
}
.bg5 .container .row {
  position: relative;
}
.bg5 .container .row .col {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
}
.bg5 .container .row .col hr {
  width: 334px;
  margin: 0;
  border-top: 2px solid #3b3e3d;
  display: inline-block;
}
.bg5 .container .row .col.lf {
  width: 551px;
  height: 433px;
  background-image: url(../img/bg5-2.png);
  background-color: #f5f5f5;
  padding: 104px 0 0;
  position: absolute;
  top: 41px;
  left: 30px;
}
.bg5 .container .row .col.rg {
  width: 785px;
  height: 441px;
  background-image: url(../img/bg5-1.jpg);
  float: right;
}
.bg6 {
  width: 100%;
  height: 402px;
  background-color: #a98402;
  background-image: url(../img/bg6.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 46px 0 0;
  text-align: center;
}
.bg6 .container {
  position: relative;
}
.bg6 .container p {
  margin: 0;
}
.bg6 .container p.ss {
  margin: 0 0 4px;
  font-size: 40px;
  color: #fff;
  line-height: 1;
}
.bg6 .container p.ss1 {
  margin: 9px 0 0;
  font-size: 24px;
  color: #fff;
}
.bg6 .container img.img1 {
  position: absolute;
  top: -138px;
  left: -37px;
}
.bg6 .container img.img2 {
  position: absolute;
  top: -134px;
  right: -37px;
}
.bg6 .container hr {
  margin: 0;
  width: 334px;
  border-top: 2px solid #fff;
  display: inline-block;
}
.bg7 {
  width: 100%;
  height: 655px;
  position: relative;
  z-index: 7;
  text-align: center;
}
.bg7 .container p {
  margin: 0;
}
.bg7 .container p.ss {
  margin: 8px 0 0;
  font-size: 29px;
  line-height: 1;
  height: 30px;
  overflow: hidden;
}
.bg7 .container p.ss1 {
  margin: 16px 0 0;
  font-size: 23px;
  height: 97px;
  overflow: hidden;
}
.bg7 .container p.btn {
  margin: 27px 0 0;
}
.bg7 .container p.btn a {
  width: 370px;
  height: 54px;
  font-size: 24px;
  padding: 7px 0 0;
}
.bg7 .container .row {
  position: relative;
  top: -172px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 31px;
}
.bg7 .container .row .col {
  display: inline-block;
  vertical-align: top;
}
.bg7 .container .row .col .imagen_destacada {
  max-width: 369px;
  width: 100%;
  height: 229px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url(../img/logo.png);
  background-position: center;
}
.bg7 .container .row .col img {
  margin: 0 0 17px;
}
.bg7 .container .row .col hr {
  width: 90%;
  margin: 0;
  border-top: 2px solid #3b3e3d;
  display: inline-block;
}
.bg8 {
  width: 100%;
  background-image: url(../img/bg8.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 139px 0 104px;
  position: relative;
  text-align: center;
}
.bg8 .container p {
  margin: 0;
}
.bg8 .container p.ss {
  margin: 0 0 13px;
  font-size: 40px;
  color: #677d50;
  line-height: 1.2;
}
.bg8 .container p.ss1 {
  margin: 13px 0 0;
  color: #3b3e3d;
  font-size: 24px;
}
.bg8 .container p.ss2 {
  margin: 13px 0 0;
  font-size: 23px;
  color: #3b3e3d;
  line-height: 1.3;
}
.bg8 .container img.img1 {
  position: absolute;
  top: -176px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bg8 .container hr {
  width: 334px;
  border-top: 2px solid #3b3e3d;
  margin: 0 auto;
  display: block;
}
.bg8 .container .row {
  margin: 61px 0 0;
}
.bg8 .container .row .col {
  width: 100%;
  margin: 0 13px 35px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.bg8 .container .row .col a {
  width: 100%;
  min-height: 53px;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 20px 5px 16px;
  color: #3b3e3d;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border: 2px solid #a98402;
}
.bg8 .container .row .col a span {
  font-size: 48px;
  position: absolute;
  top: 24px;
  right: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 0;
  -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;
  transition: all 0.2s ease-in-out;
}
.bg8 .container .row .col a span.active {
  font-size: 53px;
  top: 24px;
  right: 6px;
}
.bg8 .container .row .col a:hover {
  background-color: #a98402;
  color: #fff;
}
.bg8 .container .row .col .fluid_container {
  display: none;
  padding: 0px 0px 0px 20px;
}
.bg9 {
  width: 100%;
  background-color: #677d50;
  background-image: url(../img/bg9.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 58px 0 45px;
  text-align: center;
}
.bg9 .container p {
  margin: 0;
}
.bg9 .container p.ss {
  margin: 0 30px 0;
  display: inline-block;
  vertical-align: top;
}
.bg9 .container p.ss a {
  font-size: 23px;
  color: #3b3e3d;
  text-decoration: none;
}
.bg9 .container p.ss a i {
  color: #677d50;
}
.bg9 .container p.ss1 {
  font-size: 24px;
  color: #fff;
}
.bg9 .container p.ss1 a {
  color: #fff;
  text-decoration: none;
}
.bg9 .container .row {
  max-width: 810px;
  margin: 0 auto;
}
.bg9 .container .row .col {
  height: 109px;
  display: inline-block;
  vertical-align: top;
}
.bg9 .container .row .col a.icon {
  width: 73px;
  height: 73px;
  margin: 0 32px;
  border: 2px solid #fff;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  position: relative;
}
.bg9 .container .row .col a.icon i {
  font-size: 31px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bg9 .container .row .col a.icon:hover {
  background-color: #fff;
}
.bg9 .container .row .col a.icon:hover i {
  color: #677d50;
}
.bg9 .container .row .col.lf {
  border-right: 2px solid #fff;
  padding: 0 59px 0 0;
}
.bg9 .container .row .col.rg {
  padding: 20px 0 0;
}
.bg9 .container .fluid_container {
  max-width: 830px;
  width: 100%;
  margin: 31px 0 0;
  display: inline-block;
}
.bg9 .container .fluid_container .txt {
  width: 100%;
  height: 40px;
  background-color: #fff;
  margin: 0 0 23px;
  padding: 4px 0 0;
  display: inline-block;
}
.bg9 .container .fluid_container .cl {
  display: inline-block;
  vertical-align: top;
}
/* OTROS ESTILOS ?? */
body {
  background-position: center top;
}
.botn {
  background-color: transparent;
  border: 2px solid #a98402;
  color: #3b3e3d;
  font-size: 25px;
  padding: 8px 40px;
  text-decoration: none;
  display: inline-block;
}
.btn-rojo-transparente {
  background-color: transparent;
  border: 2px solid #8E4652;
  color: #3b3e3d;
  font-size: 25px;
}
.btn-rojo-transparente:hover {
  background-color: #8E4652;
  color: #fff;
}
.btn-dorado-transparente {
  background-color: transparent;
  border: 2px solid #a98402;
  color: #3b3e3d;
  font-size: 25px;
}
.btn-dorado-transparente:hover {
  background-color: #a98402;
  color: #fff;
}
.btn-dorado {
  border-color: #a98402;
  background-color: #a98402;
  color: #fff;
}
.btn-recuperar:hover {
  color: #677d50;
}
.center {
  max-width: 1174px;
  width: 100%;
  margin: 0 auto;
}
.lf {
  float: left;
}
.rg {
  float: right;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
}
.cintillo {
  background-color: #677d50;
  padding: 30px 0px;
}
.cintillo .center .col {
  vertical-align: middle;
}
.cintillo .center .col p {
  font-size: 24px;
  color: #fff;
}
.cintillo .center .col p .font12 {
  font-size: 22px;
}
.cintillo .center .col .botons {
  border-color: #fff;
  color: #fff;
  font-size: 24px;
}
.cintillo .center .cl2 {
  padding: 35px 0px 0px;
}
.waFlotante {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
  background-color: #00E676;
  text-align: center;
  padding: 12px 0px;
  z-index: 9;
}
.waFlotante i {
  font-size: 35px;
}
/* PORTADAS */
.portadas {
  width: 100%;
  padding: 40px 40px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 152px 0 0;
}
.portadas .titulo {
  max-width: 100%;
  padding: 85px 0px 65px;
  border: 1px solid #a98402;
}
.portadas .titulo h1 {
  font-size: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #677d50;
}
.portadas .breadcums {
  padding: 5px 0px;
}
.portada-single {
  padding: 14px 0px 10px;
}
/* NOSOTROS */
.nd1 {
  padding: 132px 0px 149px;
  background-color: #fff;
}
.nd1 .center {
  padding: 0px 30px;
}
.nd1 .center .contenedor {
  text-align: center;
  padding: 87px 40px 44px;
  position: relative;
  background-image: url(../img/fondo_1.png);
  background-position: -59px -20px;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}
.nd1 .center .contenedor img.images {
  position: absolute;
  top: -49px;
}
.nd1 .center .contenedor img.img1 {
  left: 132px;
}
.nd1 .center .contenedor img.img2 {
  right: 132px;
}
.nd1 .center .contenedor p {
  margin: 0;
}
.nd1 .center .contenedor p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #677d50;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0px 18px;
  border-top: 2px solid #3b3e3d;
  border-bottom: 2px solid #3b3e3d;
  margin-bottom: 45px;
}
.nd1 .center .contenedor p.par {
  font-size: 25px;
  line-height: 28px;
}
.nd1 .center .contenedor .tabs {
  padding: 0px 0px 10px;
  border-bottom: 1px solid #000;
  position: relative;
}
.nd1 .center .contenedor .tabs a {
  font-size: 30px;
  color: inherit;
  text-decoration: none;
  padding: 10px 30px;
  border-bottom: 6px solid transparent;
  margin: 0px 30px;
}
.nd1 .center .contenedor .tabs a:hover {
  color: #8E4652;
  border-color: #8E4652;
}
.nd1 .center .contenedor .tabs a.active {
  color: #8E4652;
  border-color: #8E4652;
}
.nd1 .center .contenedor .tabs_container {
  padding: 42px 37px;
}
.nd1 .center .contenedor .tabs_container .tab_c {
  display: none;
}
.nd1 .center .contenedor .tabs_container .active {
  display: block;
}
.nd2 {
  overflow: hidden;
  padding: 140px 0px 0px;
  position: relative;
  height: 941px;
}
.nd2 .row {
  width: 2560px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
}
.nd2 .row .col {
  position: relative;
  height: 100%;
}
.nd2 .row .col .image {
  position: absolute;
}
.nd2 .row .col .img1 {
  top: 60%;
  right: 160px;
}
.nd2 .row .col .img2 {
  top: -40%;
  right: 97px;
}
.nd2 .row .cl1 {
  width: 950px;
  background-color: #F5F5F5;
  float: left;
}
.nd2 .row .cl2 {
  width: 1610px;
  float: right;
  background-color: #a98402;
}
.nd2 .center {
  position: relative;
  z-index: 2;
  padding: 0px 45px;
}
.nd2 .center .fila {
  padding: 0px 0px 0px 10px;
}
.nd2 .center .fila .columna {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.nd2 .center .fila .columna .foto {
  position: relative;
}
.nd2 .center .fila .columna .foto .img1 {
  position: absolute;
  bottom: -99px;
  right: 50px;
}
.nd2 .center .fila .columna p {
  margin: 0;
}
.nd2 .center .fila .columna p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 138px 18px 11px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 25px;
}
.nd2 .center .fila .columna p.par {
  font-size: 23px;
  line-height: 28px;
  color: #fff;
  text-align: justify;
  margin-bottom: 23px;
}
.nd2 .center .fila .cl1 {
  max-width: 416px;
  border: 1px solid #8E4652;
  padding: 20px;
  position: relative;
}
.nd2 .center .fila .cl2 {
  max-width: 629px;
}
.nd3 {
  background-color: #fff;
  padding: 0;
  position: relative;
}
.nd3 .img {
  position: absolute;
  z-index: 2;
}
.nd3 .img1 {
  right: 50px;
  top: 500px;
}
.nd3 .img2 {
  left: -120px;
  top: 53%;
}
.nd3 .img3 {
  right: -243px;
  top: 31%;
}
.nd3 .img4 {
  left: -243px;
  top: 85%;
}
.nd3 p {
  margin: 0;
}
.nd3 p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #677d50;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 1px 18px 11px;
  border-top: 2px solid #3b3e3d;
  border-bottom: 2px solid #3b3e3d;
  margin-bottom: 94px;
}
.nd3 p.par {
  font-size: 23px;
  line-height: 28px;
  color: #3b3e3d;
  margin-bottom: 23px;
}
.nd3 .section1 {
  padding: 119px 0px 168px;
  background-color: #fff;
  position: relative;
}
.nd3 .section1 .center {
  padding: 0px 23px;
  position: relative;
  z-index: 3;
}
.nd3 .section1 .center .fila .columna {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.nd3 .section1 .center .fila .columna p {
  margin: 0;
}
.nd3 .section1 .center .fila .columna p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #677d50;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 1px 18px 11px;
  border-top: 2px solid #3b3e3d;
  border-bottom: 2px solid #3b3e3d;
  margin-bottom: 33px;
}
.nd3 .section1 .center .fila .columna p.par {
  font-size: 23px;
  line-height: 28px;
  color: #3b3e3d;
  text-align: justify;
  text-align-last: right;
  margin-bottom: 23px;
}
.nd3 .section1 .center .fila .cl1 {
  max-width: 514px;
  text-align: right;
  padding: 203px 0px 0px;
}
.nd3 .section1 .center .fila .cl2 {
  max-width: 555px;
}
.nd3 .section2 {
  padding: 143px 0px 104px;
  background-image: url(../img/nd3.jpg);
  background-position: center;
  position: relative;
}
.nd3 .section2 .center {
  text-align: center;
  position: relative;
  z-index: 3;
}
.nd3 .section2 .center p {
  margin: 0;
}
.nd3 .section2 .center p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #677d50;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 1px 18px 11px;
  border-top: 2px solid #3b3e3d;
  border-bottom: 2px solid #3b3e3d;
  margin-bottom: 94px;
}
.nd3 .section2 .center p.par {
  font-size: 23px;
  line-height: 28px;
  color: #3b3e3d;
  margin-bottom: 23px;
}
.nd3 .section2 .center .fila .columna {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0px 0px 30px 0px;
}
.nd3 .section2 .center .fila .columna .image {
  margin: -41px 0px 20px;
}
.nd3 .section2 .center .fila .cl1 {
  border-right: 0.5px solid #c2c2c2;
}
.nd3 .section2 .center .fila .cl2 {
  border-left: 0.5px solid #c2c2c2;
}
.nd3 .section2 .center .separador {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: #c2c2c2;
  height: 1px;
}
.nd3 .section2 .center .fila2 .columna {
  padding: 54px 0px 52px;
}
.nd3 .section2 .center .fila2 .columna .image {
  margin: 0px 0px 30px;
}
.nd3 .section2 .center .fila3 .columna {
  padding: 31px 0px 0px;
}
.nd3 .section2 .center .fila3 .columna .image {
  margin: 0px 0px 30px;
}
.nd3 .section3 {
  padding: 164px 0px 0px;
}
.nd3 .section3 .center {
  position: relative;
  z-index: 3;
  padding-bottom: 176px;
}
.nd3 .section3 .center .caja {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  background-image: url(../img/nd3.jpg);
  background-position: center;
}
.nd3 .section3 .center .caja .formulario {
  border: 2px solid #3b3e3d;
  padding: 79px 54px 99px 54px;
  text-align: center;
}
.nd3 .section3 .center .caja .formulario p.tt {
  margin-bottom: 17px;
}
.nd3 .section3 .center .caja .formulario form {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 44px 30px;
  position: relative;
  z-index: 9;
}
.nd3 .section3 .center .caja .formulario form .campo {
  position: relative;
  border-bottom: 1px solid #3b3e3d;
  height: 59px;
  padding: 25px 0px 0px;
  background-color: transparent;
}
.nd3 .section3 .center .caja .formulario form .campo label {
  transition: all 0.3s ease;
  font-size: 25px;
  position: absolute;
  top: 8px;
  left: 104px;
}
.nd3 .section3 .center .caja .formulario form .campo label.active {
  font-size: 14px;
  top: 4px;
  left: 10px;
}
.nd3 .section3 .center .caja .formulario form .campo .inps {
  height: 30px;
  width: 100%;
  padding: 0px 0px 0px 10px;
  border: 0;
  font-size: 16px;
  line-height: 22px;
  color: #6D7278;
  background-color: transparent;
}
.nd3 .section3 .center .caja .formulario form .campo .inps:focus + label {
  font-size: 14px;
  top: 4px;
  left: 10px;
}
.nd3 .section3 .center .caja .formulario form .sele {
  padding: 0;
}
.nd3 .section3 .center .caja .formulario form .sele .inps-select {
  height: 100%;
}
.nd3 .section3 .center .caja .formulario form .textarea {
  height: 193px;
}
.nd3 .section3 .center .caja .formulario form .textarea .inps-txt {
  height: 100%;
}
.nd3 .section3 .center .caja .formulario form .wt-2 {
  grid-column: span 2 ;
}
.nd3 .section3 .center .caja .formulario form .submi {
  background-color: transparent;
  border-color: transparent;
  text-align: center;
  padding: 14px 0px 0px;
}
.nd3 .section3 .center .caja .formulario form .submi .inps-sb {
  padding: 4px 10px;
  display: inline-block;
  vertical-align: middle;
  min-width: 180px;
  height: 50px;
}
.nd3 .section3 .center img.images {
  position: absolute;
  bottom: 70px;
}
.nd3 .section3 .center img.images.image1 {
  left: 37px;
}
.nd3 .section3 .center img.images.image2 {
  right: 37px;
}
.nd3 .section4 {
  padding: 137px 0px 135px;
}
.nd3 .section4 .center {
  text-align: center;
  position: relative;
  z-index: 3;
}
.nd3 .section4 .center p.tt {
  margin-bottom: 16px;
}
.nd3 .section4 .center p.par {
  margin-bottom: 63px;
}
.nd3 .section4 .center .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px 45px;
  margin-bottom: 48px;
}
.nd3 .section4 .center .grid .item p.par1 {
  font-size: 30px;
  margin-bottom: 7px;
}
.nd3 .section4 .center .grid .item p.par {
  margin-bottom: 25px;
}
.nd3 .section4 .center .grid .item a.botn {
  width: 100%;
}
.nd3 .section4 .center .fila {
  border: 2px solid #a98402;
}
.nd3 .section4 .center .fila .col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.nd3 .section4 .center .fila .col .botn {
  padding: 38px 30px;
  width: 100%;
  display: block;
  font-size: 30px;
  color: #fff;
}
.nd3 .section4 .center .fila .col p.par {
  margin-bottom: 0;
  text-align: left;
  padding: 14px 10px 10px 0px;
}
.nd3 .section4 .center .fila .cl1 {
  max-width: 343px;
}
.nd3 .section4 .center .fila .cl2 {
  max-width: 790px;
}
/* DISTRUBIDORES */
.nd4 {
  padding: 105px 0px 180px;
  background-color: #fff;
}
.nd4 .center {
  max-width: 1090px;
}
.nd4 .center .row .col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.nd4 .center .row .col .foto img {
  width: 100%;
}
.nd4 .center .row .col .img {
  position: absolute;
  bottom: -147px;
  right: 75px;
  z-index: 2;
}
.nd4 .center .row .col p {
  margin: 0;
}
.nd4 .center .row .col p.par {
  font-size: 24px;
  line-height: 29px;
  color: #3b3e3d;
  margin-bottom: 28px;
}
.nd4 .center .row .cl1 {
  max-width: 672px;
  z-index: 1;
  margin: 0px -155px 0px 0px;
}
.nd4 .center .row .cl2 {
  max-width: 567px;
  padding: 53px 38px 31px 46px;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 3;
  margin: 37px 0px 0px;
  background-color: #F5F5F5;
}
.nd5 {
  padding: 0;
  position: relative;
}
.nd5 .img {
  position: absolute;
  z-index: 2;
}
.nd5 .img1 {
  right: 156px;
  top: -250px;
}
.nd5 .img2 {
  left: -45px;
  top: -100px;
}
.nd5 p {
  margin: 0;
}
.nd5 p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #677d50;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 1px 18px 11px;
  border-top: 2px solid #3b3e3d;
  border-bottom: 2px solid #3b3e3d;
  margin-bottom: 43px;
}
.nd5 p.par {
  font-size: 23px;
  line-height: 28px;
  color: #3b3e3d;
  margin-bottom: 23px;
}
.nd5 p.par2 {
  margin-bottom: 64px;
}
.nd5 .section1 {
  padding: 145px 0px 73px;
  background-image: url(../img/nd3.jpg);
  background-position: center;
}
.nd5 .section1 .center {
  max-width: 900px;
  text-align: center;
}
.nd5 .section1 .center .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 0px;
}
.nd5 .section1 .center .grid .item {
  padding: 1px 48px 37px 28px;
}
.nd5 .section1 .center .grid .item .ico {
  width: 77px;
  height: 77px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
}
.nd5 .section1 .center .grid .item p.ts {
  font-size: 30px;
}
.nd5 .section1 .center .grid .it1 {
  border-right: 0.5px solid #c2c2c2;
}
.nd5 .section1 .center .grid .it2 {
  border-left: 0.5px solid #c2c2c2;
}
.nd5 .section2 {
  padding: 178px 0px 73px;
  text-align: center;
  background-color: #fff;
}
.nd5 .section2 .center {
  max-width: 1110px;
  position: relative;
  z-index: 3;
}
.nd5 .section2 .center .item {
  margin-bottom: 80px;
}
.nd5 .section2 .center .item .cajag {
  height: 100%;
}
.nd5 .section2 .center .item .foto {
  max-width: 438px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
}
.nd5 .section2 .center .item .contenido {
  background-color: #F6F6F6;
  max-width: 672px;
  width: 100%;
  text-align: left;
  padding: 59px 37px 30px 48px;
}
.nd5 .section2 .center .item .contenido .divisor {
  width: 100%;
  height: 1px;
  background-color: #3b3e3d;
  margin: 24px 0px 16px;
}
.nd5 .section2 .center .item .contenido p.ts {
  font-size: 30px;
  line-height: 37px;
}
.nd5 .section2 .center .item .contenido p.ts span {
  display: block;
  font-size: 25px;
  line-height: 24px;
}
.nd5 .section2 .center .item .contenido p.ts2 {
  font-size: 25px;
  line-height: 37px;
}
.nd5 .section2 .center .item .contenido p.par {
  margin-bottom: 0px;
}
.nd5 .section2 .center .item .contenido ul.interno {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nd5 .section2 .center .item .contenido ul.interno li {
  width: 50%;
  vertical-align: top;
  float: left;
  padding: 0px 6px 0px 0px;
  margin: 00px 0px 10px;
}
.nd5 .section2 .center .item .contenido ul.interno li p.ts {
  font-size: 25px;
}
.nd5 .section2 .center .item .contenido ul.interno li p.ts span {
  font-size: 24px;
}
.nd5 .section2 .center .item .contenido ul.interno2 {
  margin: 0px 0px -9px;
  padding: 0;
  list-style: none;
}
.nd5 .section2 .center .item .contenido ul.interno2 li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding: 0px 6px 0px 0px;
  margin: 00px 0px 10px;
}
.nd5 .section2 .center .item .contenido ul.interno2 li p.lista {
  font-size: 24px;
  line-height: 36px;
  position: relative;
  padding: 0px 0px 0px 14px;
}
.nd5 .section2 .center .item .contenido ul.interno2 li p.lista span {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #677d50;
  left: 1px;
  top: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.nd5 .section2 .center .item .contenido1 p {
  font-size: 18px;
  font-family: inherit;
  margin: 0px 0px 10px;
}
.nd5 .section2 .center .item .col {
  width: 100%;
  font-size: 24px;
  line-height: 25px;
  padding: 27px 0px 26px;
  text-align: center;
  color: #fff;
}
.nd5 .section2 .center .item .cl1 {
  max-width: 389px;
  background-color: #a98402;
}
.nd5 .section2 .center .item .cl2 {
  max-width: 721px;
  background-color: #677d50;
}
.nd5 .section2 .center .item .boton_agregar {
  padding: 33px 0px 0px 0px;
  position: relative;
}
.nd5 .section2 .center .item .boton_agregar:before {
  content: '';
  display: block;
  height: 2px;
  background-color: #a98402;
  position: absolute;
  left: 0;
  width: 100%;
  top: 68%;
  z-index: 1;
}
.nd5 .section2 .center .item .boton_agregar .boton {
  position: relative;
  z-index: 2;
  padding: 0px 27px;
  background-color: #fff;
  display: inline-block;
}
.nd5 .section2 .center .item .boton_agregar .boton .botn {
  padding: 8px 100px;
}
.nd5 .section2 .center .item2 .cajag {
  height: 680px;
}
.nd5 .section2 .center .item3 .cajag {
  height: 593px;
}
/* RECETAS */
.nd6 {
  padding: 98px 0px 198px;
  background-color: #fff;
}
.nd6 .center p {
  margin: 0;
}
.nd6 .center p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #677d50;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 1px 18px 11px;
  border-top: 2px solid #3b3e3d;
  border-bottom: 2px solid #3b3e3d;
  margin-bottom: 43px;
}
.nd6 .center p.par {
  font-size: 25px;
  line-height: 28px;
  color: #3b3e3d;
  margin-bottom: 23px;
}
.nd6 .center p.par2 {
  margin-bottom: 64px;
}
.nd6 .center .cajabuscador {
  position: relative;
  max-width: 970px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 62px 60px 25px;
  text-align: center;
  height: 260px;
  background-color: #F5F5F5;
}
.nd6 .center .cajabuscador img.img {
  position: absolute;
  bottom: -87px;
}
.nd6 .center .cajabuscador img.img1 {
  left: -44px;
}
.nd6 .center .cajabuscador img.img2 {
  right: -44px;
}
.nd6 .center .cajabuscador .formulario .searchform {
  width: 514px;
  margin: 30px 0px 0px 0px;
  display: inline-block;
  -webkit-box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.3);
}
.nd6 .center .cajabuscador .formulario .searchform .inps {
  width: 430px;
  height: 59px;
  background-color: #fff;
  font-family: "SourceSansPro-Semibold";
  font-size: 19px;
  padding: 0 0 0 19px;
  border: none;
}
.nd6 .center .cajabuscador .formulario .searchform .inps-sb {
  width: 84px;
  height: 59px;
  background-color: #a98402;
  border: none;
  color: #fff;
  float: right;
  position: relative;
}
.nd6 .center .cajabuscador .formulario .searchform .inps-sb i {
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nd6 .center .cajabuscador .formulario .searchform .inps-sb:hover {
  background-color: #a98402;
  color: #fff;
  border: none;
}
.nd6 .center .entradas {
  padding: 34px 0px 0px;
}
.nd6 .center .entradas .col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.nd6 .center .entradas .col .banderin {
  padding: 7px 10px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 30px;
  background-color: #677d50;
  margin-bottom: 43px;
}
.nd6 .center .entradas .col .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 74px 35px;
  margin-bottom: 100px;
}
.nd6 .center .entradas .col .grid .item {
  text-align: center;
}
.nd6 .center .entradas .col .grid .item a {
  display: block;
  color: #3b3e3d;
}
.nd6 .center .entradas .col .grid .item a.featured {
  width: 100%;
  height: 270px;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F5F5F5;
}
.nd6 .center .entradas .col .grid .item a.tit {
  position: relative;
  height: 100px;
  padding: 0px 20px;
}
.nd6 .center .entradas .col .grid .item a.tit span {
  width: 90%;
  display: block;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  font-family: inherit;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: inherit;
}
.nd6 .center .entradas .col .grid .item p.par {
  text-align: justify;
  padding: 0px 0px 0px;
  text-align-last: center;
  margin-bottom: 26px;
}
.nd6 .center .entradas .col .grid .item .barra {
  width: 133px;
  height: 2px;
  background-color: #677d50;
  margin: 0 auto 18px;
}
.nd6 .center .entradas .col .grid-lateral {
  grid-template-columns: 1fr;
  grid-gap: 5px 0px;
  margin-bottom: 36px;
}
.nd6 .center .entradas .col .grid-lateral .item a.featured {
  height: 176px;
}
.nd6 .center .entradas .col .grid-lateral .item p.par {
  padding: 0px 30px;
  text-align: center;
}
.nd6 .center .entradas .col .grid-categorias {
  grid-gap: 18px 30px;
  margin-bottom: 36px;
}
.nd6 .center .entradas .col .grid-categorias .botones {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 7px 10px;
  text-align: center;
  font-size: 25px;
  color: #3b3e3d;
  border: 1px solid #8E4652;
}
.nd6 .center .entradas .col .grid-categorias .botones:hover {
  background-color: #8E4652;
  color: #fff;
}
.nd6 .center .entradas .col .grid-categorias .wt-2 {
  grid-column: span 2;
}
.nd6 .center .entradas .cl1 {
  max-width: 775px;
}
.nd6 .center .entradas .cl2 {
  max-width: 374px;
  padding-top: 4px;
}
.nd7 {
  padding: 82px 0px 100px;
  background-color: #fff;
}
.nd7 .center {
  padding: 0px 30px;
}
.nd7 .center .featured {
  width: 100%;
  margin-bottom: 55px;
  text-align: center;
}
.nd7 .center p {
  margin: 0;
}
.nd7 .center p.tt {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.nd7 .center .barra {
  width: 200px;
  height: 2px;
  background-color: #677d50;
  margin: 0 auto 20px;
}
.nd7 .center .barra2 {
  width: 100%;
  background-color: #3b3e3d;
}
.nd7 .center .contenido {
  padding: 0px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nd7 .center .contenido p {
  font-family: "SourceSansPro-Regular";
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 1em;
}
.nd7 .center .contenido p strong {
  font-family: "SourceSansPro-Bold";
  font-size: inherit;
  line-height: inherit;
}
.nd7 .center .contenido ul,
.nd7 .center .contenido ol {
  padding: 0;
  margin: 0px 0px 10px 50px;
  text-align: justify !important;
}
.nd7 .center .contenido ul li,
.nd7 .center .contenido ol li {
  font-family: "SourceSansPro-Regular";
  font-size: 20px;
  line-height: 25px;
}
/* HISTORIA */
.nd8 {
  padding: 87px 0px 0px ;
  background-color: #fff;
}
.nd8 .center {
  padding: 0px 34px;
}
.nd8 .center p {
  margin: 0;
}
.nd8 .center p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #677d50;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 1px 18px 11px;
  border-top: 2px solid #3b3e3d;
  border-bottom: 2px solid #3b3e3d;
  margin-bottom: 38px;
}
.nd8 .center p.par {
  font-size: 23px;
  line-height: 29px;
  color: #3b3e3d;
  text-align: justify;
  text-align-last: left;
  margin-bottom: 23px;
}
.nd8 .center .fila {
  margin-bottom: 75px;
}
.nd8 .center .fila .col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.nd8 .center .fila .cl1 {
  max-width: 500px;
  text-align: left;
  padding: 54px 0px 0px;
}
.nd8 .center .fila .cl2 {
  max-width: 555px;
}
.nd8 .center .fila2 .col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.nd8 .center .fila2 .col .cajatexto {
  background-color: #F5F5F5;
  padding: 115px 42px 92px 40px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.nd8 .center .fila2 .cl1 {
  max-width: 549px;
  padding: 34px 0px 0px;
  margin-right: -200px;
  z-index: 2;
}
.nd8 .center .fila2 .cl2 {
  max-width: 660px;
  height: 433px;
}
.nd8_2 {
  padding: 0px 0px 131px;
}
.nd8_2 .center {
  max-width: 1200px;
  padding: 0px 0px;
}
.nd9 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;
  grid-auto-rows: calc(100vh/2);
}
.nd9 .item {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nd10 {
  padding: 105px 0px 160px;
  background-color: #fff;
}
.nd10 .center {
  padding: 0px 30px;
}
.nd10 .center p {
  margin: 0;
}
.nd10 .center p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #677d50;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 1px 18px 11px;
  border-top: 2px solid #3b3e3d;
  border-bottom: 2px solid #3b3e3d;
  margin-bottom: 25px;
}
.nd10 .center p.par {
  font-size: 23px;
  line-height: 29px;
  color: #3b3e3d;
  text-align: justify;
  text-align-last: left;
  margin-bottom: 23px;
}
.nd10 .center .fila {
  margin-bottom: 75px;
}
.nd10 .center .fila .col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.nd10 .center .fila .col .img1 {
  position: absolute;
  bottom: -157px;
  left: 67px;
}
.nd10 .center .fila .col .cajatexto {
  background-color: #F5F5F5;
  padding: 67px 42px 11px 47px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.nd10 .center .fila .cl1 {
  max-width: 567px;
  text-align: left;
  padding: 35px 0px 0px;
  margin-right: -200px;
  z-index: 2;
}
.nd10 .center .fila .cl2 {
  max-width: 673px;
  height: 433px;
  background-size: cover;
  background-position: center;
}
.nd11 {
  padding: 106px 0px 0px;
  height: 317px;
  background-color: #677d50;
  position: relative;
  background-position: center;
  background-size: cover;
}
.nd11 .center {
  text-align: center;
  position: relative;
}
.nd11 .center img.images {
  z-index: 2;
  position: absolute;
  top: -205px;
}
.nd11 .center img.img1 {
  left: -27px;
}
.nd11 .center img.img2 {
  right: -27px;
}
.nd11 .center p {
  margin: 0;
}
.nd11 .center p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 1px 18px 11px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 25px;
}
.nd11 .center .formulario {
  background-color: #f5f5f5;
  max-width: 732px;
  width: 100%;
  padding: 52px 10px 50px 10px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.nd11 .center .formulario .searchform {
  width: 514px;
  margin: 30px 0px 0px 0px;
  display: inline-block;
}
.nd11 .center .formulario .searchform .inps {
  width: 430px;
  height: 59px;
  background-color: #fff;
  font-family: "SourceSansPro-Semibold";
  font-size: 19px;
  padding: 0 0 0 19px;
  border: none;
}
.nd11 .center .formulario .searchform .inps-sb {
  width: 84px;
  height: 59px;
  background-color: #a98402;
  border: none;
  color: #fff;
  float: right;
  position: relative;
}
.nd11 .center .formulario .searchform .inps-sb i {
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nd11 .center .formulario .searchform .inps-sb:hover {
  background-color: #a98402;
  color: #fff;
  border: none;
}
.nd12 {
  padding: 154px 0px 254px;
  position: relative;
  background-color: #fff;
}
.nd12 .relax1 {
  position: absolute;
  top: 40px;
  left: -183px;
  z-index: 1;
}
.nd12 .center {
  position: relative;
  z-index: 2;
  text-align: center;
}
.nd12 .center .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 72px 35px;
  margin-bottom: 100px;
}
.nd12 .center .grid .item {
  position: relative;
}
.nd12 .center .grid .item .item_interno {
  margin: 0px 0px 20px;
  text-align: center;
  background-image: url(../img/bg8.jpg);
  background-position: center;
  position: relative;
}
.nd12 .center .grid .item .item_interno:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 100px;
}
.nd12 .center .grid .item .item_interno .featured {
  width: 86%;
  height: 259px;
  margin: 0px auto 0px;
  background-position: center;
  position: relative;
}
.nd12 .center .grid .item .item_interno .featured a.playicon {
  position: absolute;
  left: 14px;
  bottom: 19px;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  display: block;
  color: #677d50;
  background-color: #fff;
  font-size: 35px;
}
.nd12 .center .grid .item .item_interno .featured a.playicon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nd12 .center .grid .item .item_interno .featured a.playicon:hover {
  background-color: #677d50;
  color: #fff;
}
.nd12 .center .grid .item .item_interno p {
  margin: 0;
  font-size: 25px;
}
.nd12 .center .grid .item .item_interno p.ts {
  color: #a98402;
  padding: 16px 10px 10px;
}
.nd12 .center .grid .item .item_interno p.tt {
  color: #3b3e3d;
  padding: 5px 21px 43px;
  line-height: 28px;
}
.nd12 .center .grid .item .item_interno .barra {
  width: 87%;
  margin: 0 auto;
  height: 2px;
  background-color: #000;
}
.nd12 .center .grid .item .botn {
  width: 100%;
}
.nd13 {
  padding: 0px 0px 86px;
  background-image: url(../img/bg8.jpg);
  background-position: center;
  position: relative;
}
.nd13 .relax1 {
  position: absolute;
  top: -180px;
  right: -283px;
  z-index: 1;
}
.nd13 .center {
  position: relative;
  z-index: 2;
  text-align: center;
}
.nd13 .center img.img1 {
  margin: -167px auto 54px;
}
.nd13 .center p {
  margin: 0;
}
.nd13 .center p.icon {
  margin-bottom: 15px;
}
.nd13 .center p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #677d50;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 1px 18px 11px;
  border-top: 2px solid #3b3e3d;
  border-bottom: 2px solid #3b3e3d;
  margin-bottom: 40px;
}
.nd13 .center p.par {
  font-size: 23px;
  line-height: 29px;
  color: #3b3e3d;
  margin-bottom: 23px;
}
.nd13 .center .ul {
  text-align: center;
  padding-bottom: 31px;
}
.nd13 .center .ul .li {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 20px 20px;
}
.nd13 .center .ul .li p.ts {
  font-size: 30px;
  line-height: 30px;
  color: #a98402;
}
.nd13 .center .ul .enmedio {
  border-left: 2px solid #DBDBD9;
  border-right: 2px solid #DBDBD9;
}
.nd13 .center .ul .enmedio2 {
  border-right: 2px solid #DBDBD9;
}
.nd13 .center .ul1 {
  margin-bottom: 56px;
  border-bottom: 2px solid #DBDBD9;
}
.nd13 .center .ul1 .enmedio {
  padding: 20px 32px 2px;
}
.nd14 {
  padding: 105px 0px 105px;
}
.nd14 .center p.tt {
  padding: 3px 150px 18px 11px;
}
.nd14 .center .fila .col .cajatexto {
  padding: 67px 42px 43px 47px;
}
.nd15 {
  padding: 134px 0px 172px;
  position: relative;
  background-color: #F5F5F5;
}
.nd15 .relax1 {
  position: absolute;
  top: -190px;
  left: -327px;
  z-index: 1;
}
.nd15 .relax2 {
  position: absolute;
  top: 20%;
  right: -327px;
  z-index: 1;
}
.nd15 .center {
  position: relative;
  z-index: 2;
  text-align: center;
}
.nd15 .center .grid {
  text-align: center;
  margin: 0px -20px 40px;
}
.nd15 .center .grid .item {
  display: inline-block;
  vertical-align: top;
  max-width: 360px;
  width: 100%;
  margin: 0px 20px 40px;
  padding: 0px 0px 20px;
  background-color: #fff;
}
.nd15 .center .grid .item .dorado {
  width: 100%;
  display: block;
  padding: 7px 10px 5px;
  font-size: 25px;
  background-color: #a98402;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.nd15 .center .grid .item .featured {
  width: 100%;
  display: block;
  height: 300px;
  position: relative;
  background-position: center;
}
.nd15 .center .grid .item .featured img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 300px;
}
.nd15 .center .grid .item .content {
  padding: 40px 10px 10px;
  min-height: 244px;
  width: 100%;
}
.nd15 .center .grid .item .content p {
  margin: 0;
  font-size: 25px;
  line-height: 28px;
}
.nd15 .center .grid .item .content p.tt {
  margin-bottom: 10px;
  min-height: 56px;
}
.nd15 .center .grid .item .content .par {
  font-size: 25px;
  line-height: 28px;
  height: 140px;
  overflow: hidden;
}
.nd15 .center .grid .item .content .par p {
  font-family: inherit !important;
  font-size: inherit !important;
}
.nd15 .center .grid .item .precio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 10px 10px 10px;
  font-size: 35px;
  color: #3b3e3d;
  border-top: 2px solid #DBDBD9;
  border-bottom: 2px solid #DBDBD9;
}
.nd15 .center .grid .item p.btn {
  padding: 10px 0px 0px;
}
/* DONDE COMPRAR */
.nd16 {
  padding: 161px 0px 265px;
  background-color: #fff;
}
.nd16 .center p.par {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  max-width: 891px;
  width: 100%;
  margin: 0 auto 70px;
}
.nd16 .center .grid {
  display: block;
  margin: 0px -20px 40px;
  text-align: center;
}
.nd16 .center .grid .item {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin: 0px 10px 27px;
  max-width: 375px;
  width: 100%;
}
.nd16 .center .grid .item a.featured {
  height: 264px;
  display: block;
  background-position: center;
  background-size: cover;
}
.nd16 .center .grid .item .titulo {
  padding: 25px 22px 31px;
  text-align: center;
  display: block;
  background-color: #a98402;
}
.nd16 .center .grid .item .titulo .tt {
  display: block;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
.nd16 .center .grid .item .titulo .par {
  display: block;
  color: #fff;
  font-size: 23px;
  line-height: 28px;
}
.nd16 .center .grid .item .mapas {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
}
.nd16 .center .grid .item .mapas .linkUrl {
  padding: 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #8E4652;
  text-decoration: none;
}
.nd16 .center .grid .item .mapas-2 {
  grid-template-columns: 1fr 1fr;
}
.nd16 .center .grid .item .horarios {
  padding: 25px 22px 12px;
  text-align: center;
  display: block;
  background-color: #3A3E3D;
  background-image: url(../img/reloj.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
.nd16 .center .grid .item .horarios .ts {
  display: block;
  font-size: 23px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 17px;
}
.nd16 .center .grid .item .horarios .ts p {
  margin: 0;
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
}
.nd16 .center .grid .item .horarios .par {
  display: block;
  color: #fff;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 17px;
}
.nd16 .center .grid .item .contacto {
  text-align: center;
  display: block;
  background-color: #677d50;
}
.nd16 .center .grid .item .contacto .par {
  padding: 19px 0px 0px;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 23px;
  line-height: 28px;
}
.nd16 .center .grid .item .contacto .linksWaTel {
  text-align: center;
  width: 50%;
  float: left;
}
.nd16 .center .grid .item .contacto .tel {
  padding: 10px 0px 16px;
  clear: both;
  width: 100%;
  text-decoration: none;
  display: block;
  font-size: 17px;
  line-height: 27px;
  color: #fff;
}
.nd16 .center .boton_agregar {
  text-align: center;
  padding: 45px 0px 0px 0px;
  position: relative;
}
.nd16 .center .boton_agregar:before {
  content: '';
  display: block;
  height: 2px;
  background-color: #a98402;
  position: absolute;
  left: 0;
  width: 100%;
  top: 68%;
  z-index: 1;
}
.nd16 .center .boton_agregar .boton {
  position: relative;
  z-index: 2;
  padding: 0px 27px;
  background-color: #fff;
  display: inline-block;
}
.nd16 .center .boton_agregar .boton .botn {
  padding: 8px 38px;
}
.nd17 {
  padding: 121px 0px 0px;
  height: 315px;
  background-color: #3A3E3D;
}
.nd17 .center img.img1 {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -303px;
}
.nd17 .center img.img2 {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -252px;
}
.nd18 {
  padding: 94px 0px 185px;
  background-color: #fff;
}
.nd18 .center .fila .col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.nd18 .center .fila .col p {
  font-size: 25px;
  margin: 0;
  color: #3b3e3d;
}
.nd18 .center .fila .col p.ts {
  margin-bottom: 13px;
}
.nd18 .center .fila .col p.par {
  line-height: 28px;
}
.nd18 .center .fila .col .filtros {
  border: 1px solid #3b3e3d;
  padding: 43px 10px 23px 22px;
  margin-bottom: 33px;
}
.nd18 .center .fila .col .filtros ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.nd18 .center .fila .col .filtros ul li {
  display: block;
  padding: 0px 0px 0px 0px;
  margin-bottom: 22px;
}
.nd18 .center .fila .col .filtros ul li a {
  display: block;
  text-align: left;
  padding: 0px 0px 0px 35px;
  position: relative;
  font-size: 25px;
  line-height: 28px;
  text-decoration: none;
  color: #3b3e3d;
}
.nd18 .center .fila .col .filtros ul li a span {
  position: absolute;
  width: 26px;
  height: 26px;
  border: 1px solid #3b3e3d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #fff;
  left: 0;
  top: 0;
}
.nd18 .center .fila .col .filtros ul li a:hover span:after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #a98402;
}
.nd18 .center .fila .col .filtros ul li a.enlace_activo span:after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #a98402;
}
.nd18 .center .fila .col .resultado_filtros {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 41px 30px;
  grid-template-rows: 340px;
  margin-bottom: 74px;
}
.nd18 .center .fila .col .resultado_filtros .item {
  background-color: #F5F5F5;
  text-align: center;
  padding: 20px 0px 0px 0px;
  position: relative;
  height: 350px;
}
.nd18 .center .fila .col .resultado_filtros .item .titulo {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px 10px;
}
.nd18 .center .fila .col .resultado_filtros .item .titulo p {
  width: 100%;
  line-height: 28px;
  padding: 0px 10px;
}
.nd18 .center .fila .col .resultado_filtros .item .pars {
  width: 90%;
  line-height: 28px;
  font-size: 25px;
  margin: 0;
  color: #3b3e3d;
  display: inline-block;
}
.nd18 .center .fila .col .resultado_filtros .item .pars p {
  width: 100% !important;
  font-family: inherit !important;
  font-size: 15px !important;
}
.nd18 .center .fila .col .resultado_filtros .item .pars p br {
  display: none!important;
}
.nd18 .center .fila .col .resultado_filtros .item .pars table {
  width: 90% !important;
  display: inline-block !important;
}
.nd18 .center .fila .col .resultado_filtros .item .pars table tbody {
  width: 100% !important;
  display: inline-block !important;
}
.nd18 .center .fila .col .resultado_filtros .item .pars table tbody tr {
  width: 100% !important;
  height: auto!important;
  display: inline-block !important;
}
.nd18 .center .fila .col .resultado_filtros .item .pars table tbody tr td {
  width: 100% !important;
  height: auto!important;
  white-space: inherit !important;
  display: inline-block !important;
  font-family: inherit !important;
  font-size: 15px !important;
}
.nd18 .center .fila .col .resultado_filtros .item .pars div {
  width: 100% !important;
}
.nd18 .center .fila .col .resultado_filtros .item .barra {
  width: 80%;
  margin: 0 auto 6px;
  height: 1px;
  background-color: #3b3e3d;
}
.nd18 .center .fila .col .resultado_filtros .item .lks {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
}
.nd18 .center .fila .col .resultado_filtros .item a.maps {
  display: block;
  padding: 10px;
  color: #fff;
  background-color: #677d50;
  font-size: 23px;
}
.nd18 .center .fila .col .resultado_filtros .item a.llamar {
  background-color: #a98402;
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  height: 53px;
  padding: 10px 0px 0px;
  font-size: 23px;
  text-decoration: none;
}
.nd18 .center .fila .col .resultado_filtros .item a.llamar i {
  font-size: 18px;
}
.nd18 .center .fila .col .resultado_filtros .item2Full .urlLinks {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
  width: 100%;
}
.nd18 .center .fila .col .resultado_filtros .item2Full .urlLinks a {
  display: block;
  padding: 10px;
  color: #fff;
  background-color: #677d50;
  font-size: 23px;
}
.nd18 .center .fila .col .resultado_filtros .item2Full .aplicagrid-2 {
  grid-template-columns: 1fr 1fr;
}
.nd18 .center .fila .col .resultado_filtros .item2Full a.llamar {
  bottom: -53px;
}
.nd18 .center .fila .col .resultado_filtros_rojo .item a.llamar {
  background-color: #8E4652;
}
.nd18 .center .fila .cl1 {
  max-width: 270px;
}
.nd18 .center .fila .cl2 {
  max-width: 875px;
  padding: 9px 0px 0px;
  text-align: center;
}
.nd19 {
  padding: 78px 0px 140px;
  position: relative;
  background-color: #fff;
}
.nd19 .img {
  position: absolute;
  z-index: 2;
}
.nd19 .img3 {
  right: -133px;
  top: 25%;
}
.nd19 .img4 {
  left: -336px;
  top: 1%;
}
.nd19 .center {
  position: relative;
  z-index: 3;
}
.nd19 .center .boton_agregar {
  text-align: center;
  position: relative;
}
.nd19 .center .boton_agregar:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #a98402;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.nd19 .center .boton_agregar .boton {
  padding: 20px 20px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.nd19 .center .boton_agregar .boton p {
  font-size: 25px;
  line-height: 30px;
}
.nd19 .center .boton_agregar .boton p i {
  color: #a98402;
  font-size: 20px;
  margin-left: 20px;
}
.nd19 .center .contenedor {
  text-align: center;
  padding: 58px 0px 44px;
  position: relative;
  margin-bottom: 34px;
}
.nd19 .center .contenedor p {
  font-size: 25px;
  margin: 0;
  color: #3b3e3d;
}
.nd19 .center .contenedor p.ts {
  margin-bottom: 13px;
}
.nd19 .center .contenedor p.par {
  line-height: 28px;
  margin-bottom: 10px;
}
.nd19 .center .contenedor .tabs {
  padding: 0px 0px 10px;
  border-bottom: 1px solid #000;
  position: relative;
}
.nd19 .center .contenedor .tabs a {
  font-size: 30px;
  color: inherit;
  text-decoration: none;
  padding: 10px 30px;
  border-bottom: 6px solid transparent;
  margin: 0px 30px;
}
.nd19 .center .contenedor .tabs a:hover {
  color: #8E4652;
  border-color: #8E4652;
}
.nd19 .center .contenedor .tabs a.active {
  color: #8E4652;
  border-color: #8E4652;
}
.nd19 .center .contenedor .tabs_container {
  padding: 42px 0px;
}
.nd19 .center .contenedor .tabs_container .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 41px 30px;
  margin-bottom: 55px;
}
.nd19 .center .contenedor .tabs_container .grid .item {
  background-color: #F5F5F5;
  text-align: center;
  padding: 7px 0px 0px 0px;
  position: relative;
  height: 280px;
}
.nd19 .center .contenedor .tabs_container .grid .item .titulo {
  width: 100%;
  height: 100px;
  position: relative;
}
.nd19 .center .contenedor .tabs_container .grid .item .titulo p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 28px;
  font-size: 25px;
}
.nd19 .center .contenedor .tabs_container .grid .item .textospar {
  line-height: 28px;
}
.nd19 .center .contenedor .tabs_container .grid .item .textospar p {
  line-height: inherit;
  margin: 0px 0px 10px;
  font-family: inherit;
}
.nd19 .center .contenedor .tabs_container .grid .item .textospar p b,
.nd19 .center .contenedor .tabs_container .grid .item .textospar p strong {
  font-family: "SourceSansPro-Bold";
}
.nd19 .center .contenedor .tabs_container .grid .item .barra {
  width: 80%;
  margin: 0 auto 14px;
  height: 1px;
  background-color: #3b3e3d;
}
.nd19 .center .contenedor .tabs_container .grid-2 .item {
  height: 200px;
}
.nd19 .center .contenedor .tabs_container .adicional {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #8E4652;
  padding: 33px 45px 21px;
}
.nd19 .center .contenedor .tabs_container .adicional p {
  margin-bottom: 20px;
}
.nd19 .center .contenedor .tabs_container .adicional p b,
.nd19 .center .contenedor .tabs_container .adicional p strong {
  font-family: "SourceSansPro-Bold";
}
.nd19 .center .contenedor .tabs_container .tab_c {
  display: none;
}
.nd19 .center .contenedor .tabs_container .active {
  display: block;
}
.nd19 .center .caja_texto {
  border-bottom: 1px solid #3b3e3d;
  padding: 14px 0px 48px;
  width: 100%;
  margin: 0 auto;
}
.nd19 .center .caja_texto:last-child {
  border: 0;
}
.nd19 .center .caja_texto .t1 {
  text-align: center;
  font-size: 25px;
  margin: 0 auto;
  position: relative;
  padding: 10px 10px 13px;
}
.nd19 .center .caja_texto .t1 img {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}
.nd19 .center .caja_texto .t1 p {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}
.nd19 .center .caja_texto .par {
  text-align: center;
  font-size: 25px;
  margin: 0 auto;
  width: 100%;
  font-size: 23px;
  line-height: 28px;
  max-width: 630px;
}
.nd19 .center .caja_texto .par p {
  margin: 0;
  font-family: inherit;
}
.nd19 .center .caja_texto .par p b,
.nd19 .center .caja_texto .par p strong {
  font-family: "SourceSansPro-Bold";
}
.nd19 .center .caja_texto .barra {
  max-width: 200px;
  width: 100%;
  height: 2px;
  background-color: #ADB9A5;
  margin: 0 auto 17px;
}
.nd19 .center .caja_texto2 {
  padding: 21px 0px 48px;
}
.nd19 .center .caja_texto2 p.t1 {
  max-width: 803px;
}
.nd19 .center .caja_texto3 {
  padding: 21px 0px 48px;
  border-bottom: 0;
}
.nd19 .center .caja_texto3 p.t1 {
  max-width: 401px;
}
.nd19 .center .caja_texto3 p.par {
  max-width: 638px;
  margin-bottom: 13px;
}
.nd20 {
  background-image: url(../img/bg8.jpg);
  background-position: center;
  padding: 143px 0px 51px;
  position: relative;
}
.nd20 .center {
  text-align: center;
}
.nd20 .center img.img1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -95px;
}
.nd20 .center .grid {
  text-align: center;
  margin: 0px -20px 40px;
}
.nd20 .center .grid .item {
  display: inline-block;
  vertical-align: top;
  max-width: 365px;
  width: 100%;
  margin: 0px 15px 27px;
  padding: 0px 0px 20px;
  background-color: #fff;
}
.nd20 .center .grid .item .titulo {
  width: 100%;
  display: block;
  padding: 15px 10px;
  font-size: 25px;
  background-color: #a98402;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.nd20 .center .grid .item .titulo p {
  margin: 0;
  font-family: inherit;
}
.nd20 .center .grid .item .infor {
  width: 100%;
  height: 313px;
  position: relative;
}
.nd20 .center .grid .item .infor .contenido {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nd20 .center .grid .item .infor .contenido div {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  padding: 15px 0px;
}
.nd20 .center .grid .item .infor .contenido div p {
  font-family: inherit;
  margin: 0;
}
.nd20 .center .grid .item .infor .contenido div p strong,
.nd20 .center .grid .item .infor .contenido div p b {
  font-family: "SourceSansPro-Bold";
}
.nd20 .center .grid .item .infor .contenido div.par {
  border-top: 1px solid #3b3e3d;
}
.nd20 .center .grid .item .infor .contenido div.par2 {
  border-top: 1px solid #3b3e3d;
  border-bottom: 1px solid #3b3e3d;
  padding: 10px 0px 10px;
}
.nd20 .center .grid .item .infor .contenido div.parInicio {
  border-top: 0;
}
.nd20 .center .grid .item .infor .contenido div.par2 {
  border-top: 1px solid #3b3e3d;
  border-bottom: 1px solid #3b3e3d;
  padding: 10px 0px 10px;
}
.nd20 .center .grid .item .infor .contenido div.parnob {
  border-top: 0;
}
.nd20 .center .grid .item .infor .contenido div.par22 {
  font-size: 22px;
}
.nd20 .center .boton_agregar {
  text-align: center;
  position: relative;
}
.nd20 .center .boton_agregar:before,
.nd20 .center .boton_agregar:after {
  content: '';
  height: 2px;
  background-color: #a98402;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 25%;
}
.nd20 .center .boton_agregar:before {
  left: 0;
}
.nd20 .center .boton_agregar:after {
  right: 0;
}
.nd20 .center .boton_agregar .boton {
  padding: 20px 20px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.nd20 .center .boton_agregar .boton p {
  font-size: 25px;
  line-height: 30px;
}
.nd20 .center .boton_agregar .boton p i {
  color: #a98402;
  font-size: 20px;
  margin-left: 20px;
}
.nd21 {
  padding: 181px 0px 145px;
  background-color: #fff;
}
.nd21 .center {
  text-align: center;
  position: relative;
}
.nd21 .center .hoj3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.nd21 .center p {
  margin: 0;
}
.nd21 .center p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #677d50;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 1px 18px 11px;
  border-top: 2px solid #3b3e3d;
  border-bottom: 2px solid #3b3e3d;
  margin-bottom: 61px;
}
.nd21 .center .fila {
  max-width: 776px;
  width: 100%;
  margin: 0 auto 46px;
  background-image: url(../img/bg8.jpg);
  background-position: center;
}
.nd21 .center .fila .col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  line-height: 28px;
  text-align: center;
}
.nd21 .center .fila .col .dorado {
  background-color: #a98402;
  padding: 20px 50px;
  color: #fff;
}
.nd21 .center .fila .col .precio {
  padding: 33px 0px 18px;
}
.nd21 .center .fila .cl1 {
  max-width: 472px;
}
.nd21 .center .fila .cl2 {
  max-width: 304px;
}
.nd21 .center .fila2 {
  max-width: 776px;
  width: 100%;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 34px;
  position: relative;
  z-index: 2;
}
.nd21 .center .fila2 .item {
  padding: 0px 0px 20px;
  background-color: #fff;
  background-image: url(../img/bg8.jpg);
  background-position: center;
}
.nd21 .center .fila2 .item .titulo {
  width: 100%;
  display: block;
  padding: 15px 10px 15px;
  font-size: 25px;
  background-color: #a98402;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 102px;
}
.nd21 .center .fila2 .item .infor {
  width: 100%;
  height: 242px;
  position: relative;
}
.nd21 .center .fila2 .item .infor .contenido {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nd21 .center .fila2 .item .infor .contenido div {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  padding: 15px 0px;
}
.nd21 .center .fila2 .item .infor .contenido div p {
  font-family: inherit;
}
.nd21 .center .fila2 .item .infor .contenido div p strong,
.nd21 .center .fila2 .item .infor .contenido div p b {
  font-family: "SourceSansPro-Bold";
}
.nd21 .center .fila2 .item .infor .contenido div.par {
  border-top: 1px solid #3b3e3d;
}
.nd21 .center .fila2 .item .infor .contenido div.par2 {
  border-top: 1px solid #3b3e3d;
  border-bottom: 1px solid #3b3e3d;
  padding: 10px 0px 10px;
}
.nd21 .center .fila2 .item .infor .contenido div.parInicio {
  border-top: 0;
}
.nd21 .center .fila2 .item .infor .contenido div.parnob {
  border-top: 0;
}
.nd21 .center .fila2 .item .infor .contenido div.par22 {
  font-size: 22px;
}
.nd21 .center .boton_agregar {
  position: relative;
}
.nd21 .center .boton_agregar:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #a98402;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.nd21 .center .boton_agregar .boton {
  padding: 20px 20px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.nd21 .center .boton_agregar .boton p {
  font-size: 25px;
  line-height: 30px;
}
.nd21 .center .boton_agregar .boton p i {
  color: #a98402;
  font-size: 20px;
  margin-left: 20px;
}
/* PARA TERAPIAS MODIFICACIón */
.ndterapias {
  padding: 90px 0px 90px;
  background-color: #fff;
}
.ndterapias .center {
  text-align: center;
  position: relative;
}
.ndterapias .center p {
  margin: 0;
}
.ndterapias .center p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #677d50;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 1px 18px 11px;
  border-top: 2px solid #3b3e3d;
  border-bottom: 2px solid #3b3e3d;
  margin-bottom: 61px;
}
.ndterapias .center .grid {
  text-align: center;
  margin: 0px -20px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.ndterapias .center .grid .item {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0px 0px 20px;
  background-color: #fff;
}
.ndterapias .center .grid .item .titulo {
  width: 100%;
  display: block;
  padding: 15px 10px;
  font-size: 25px;
  background-color: #a98402;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.ndterapias .center .grid .item .titulo p {
  margin: 0;
  font-family: inherit;
}
.ndterapias .center .grid .item .infor {
  width: 100%;
  position: relative;
}
.ndterapias .center .grid .item .infor .contenido {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.ndterapias .center .grid .item .infor .contenido div {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  padding: 15px 0px;
}
.ndterapias .center .grid .item .infor .contenido div p {
  font-family: inherit;
  margin: 0;
}
.ndterapias .center .grid .item .infor .contenido div p strong,
.ndterapias .center .grid .item .infor .contenido div p b {
  font-family: "SourceSansPro-Bold";
}
.ndterapias .center .grid .item .infor .contenido div.par {
  border-top: 1px solid #3b3e3d;
}
.ndterapias .center .grid .item .infor .contenido div.par2 {
  border-top: 1px solid #3b3e3d;
  border-bottom: 1px solid #3b3e3d;
  padding: 10px 0px 10px;
}
.ndterapias .center .grid .item .infor .contenido div.parInicio {
  border-top: 0;
  font-size: 18px;
}
.ndterapias .center .grid .item .infor .contenido div.par2 {
  border-top: 1px solid #3b3e3d;
  border-bottom: 1px solid #3b3e3d;
  padding: 10px 0px 10px;
}
.ndterapias .center .grid .item .infor .contenido div.parnob {
  border-top: 0;
}
.ndterapias .center .grid .item .infor .contenido div.par22 {
  font-size: 22px;
}
.ndterapias .center .grid .item .infor .reservar {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ndterapias .center .grid .item .infor .reservar .btn-dorado {
  font-size: 18px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ndterapias .center .grid .item:hover .infor .contenido {
  opacity: 0.5;
}
.ndterapias .center .grid .item:hover .infor .reservar {
  opacity: 1;
}
.ndterapias .center .grid .item:hover .infor .reservar .btn-dorado {
  top: 50%;
}
.fonFondoTextura {
  background-image: url(../img/bg8.jpg);
  background-position: center;
  background-size: cover;
}
.ndTerapeutas .center .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.ndTerapeutas .center .grid .item {
  display: block;
  padding: 30px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.ndTerapeutas .center .grid .item .fotoTerapeuta {
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
  margin: 0 auto 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #677d50;
}
.ndTerapeutas .center .grid .item .tt2 {
  font-size: 20px;
  color: #000;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.ndTerapeutas .center .grid .item .botn {
  font-size: 16px;
}
#frameTerapeuta {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  overflow-y: auto;
  z-index: 999;
  background-color: #fff;
  padding: 50px;
}
#frameTerapeuta .closeW {
  font-size: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #000;
}
#frameTerapeuta .center {
  text-align: center;
  max-width: 800px;
}
#frameTerapeuta .center .fotoTerapeuta {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #666;
  overflow: hidden;
}
#frameTerapeuta .center .fotoTerapeuta img {
  object-fit: cover;
  object-position: center;
}
#frameTerapeuta .center .par {
  text-align: left;
}
#frameTerapeuta .center p.tt {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 1px 14px 11px;
  border-top: 2px solid #3b3e3d;
  border-bottom: 2px solid #3b3e3d;
  color: #677d50;
}
#frameTerapeuta .center p.tt2 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: left;
}
#frameTerapeuta.mostrarVentana {
  left: 0;
}
.nd22 {
  padding-bottom: 100px;
}
.nd23 .row .col .fluid_container {
  border: 0;
}
.nd23 .row .col .txt {
  width: 537px;
  text-align: justify;
}
.nd23 .row .col p.ss1 {
  font-size: 20px;
}
.nd23 .row .col.lf {
  background-image: url(../img/nd23_1.png);
}
.nd23 .row .col.rg {
  background-image: url(../img/nd23_2.png);
}
.nd24 {
  padding: 150px 0px 250px;
  margin: 0;
}
.nd24 .center p {
  margin: 0;
}
.nd24 .center p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #677d50;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 1px 18px 11px;
  border-top: 2px solid #3b3e3d;
  border-bottom: 2px solid #3b3e3d;
  margin-bottom: 61px;
}
.nd24 .container .fluid_container {
  margin: 0;
  background-color: #3b3e3d;
}
/* FICVHA PRODUCTO */
.nd25 {
  padding: 117px 0px 260px;
  background-color: #fff;
}
.nd25 .center {
  max-width: 1630px;
  padding: 0px 20px;
}
.nd25 .center .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 30px;
  margin-bottom: 80px;
}
.nd25 .center .grid .item .slider {
  position: relative;
}
.nd25 .center .grid .item .slider .vertical {
  width: 15.5%;
}
.nd25 .center .grid .item .slider .vertical ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nd25 .center .grid .item .slider .vertical ul li {
  width: 100%;
  height: 130px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #3b3e3d;
  margin-bottom: 42px;
}
.nd25 .center .grid .item .slider .vertical ul li:last-child {
  margin-bottom: 0;
}
.nd25 .center .grid .item .slider .horizontal {
  width: 80%;
  height: calc(100vh/3*2);
  border: 1px solid #3b3e3d;
  background-position: center;
  background-repeat: no-repeat;
}
.nd25 .center .grid .item .card .title {
  font-size: 18px;
  color: #fff;
  padding: 12px 10px;
  text-align: center;
  background-color: #8E4652;
}
.nd25 .center .grid .item .card .contenido {
  padding: 53px 54px 114px 51px;
  background-color: #f5f5f5;
}
.nd25 .center .grid .item .card p {
  margin: 0;
  font-size: 25px;
  line-height: 28px;
}
.nd25 .center .grid .item .card p.ts {
  font-size: 30px;
  margin-bottom: 22px;
}
.nd25 .center .grid .item .card p.price {
  display: inline-block;
  padding: 6px 37px;
  color: #fff;
  background-color: #677d50;
  margin-bottom: 36px;
}
.nd25 .center .grid .item .card p.priceTachado {
  background-color: #a98402;
  position: relative;
}
.nd25 .center .grid .item .card p.priceTachado:after,
.nd25 .center .grid .item .card p.priceTachado::before {
  width: 100%;
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #677d50;
}
.nd25 .center .grid .item .card p.priceTachado:after {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  top: 20px;
}
.nd25 .center .grid .item .card p.priceTachado:before {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  bottom: 20px;
}
.nd25 .center .grid .item .card .desc_corta {
  font-size: 25px;
  line-height: 28px;
  padding: 0px 0px 13px 0px;
}
.nd25 .center .grid .item .card .presentacion {
  font-size: 25px;
  line-height: 28px;
  padding: 19px 16px 25px 16px;
  border-top: 1px solid #a98402;
  border-bottom: 1px solid #a98402;
}
.nd25 .center .grid .item .card .form_add {
  padding: 38px 0px 0px 0px;
}
.nd25 .center .grid .item .card .form_add .botn {
  margin-top: 10px;
}
.nd25 .center .calificacion {
  padding: 20px 0px 1px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nd25 .center .calificacion .row {
  width: 100%;
  text-align: center;
}
.nd25 .center .calificacion .row .col {
  max-width: 300px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 20px 20px;
}
.nd25 .center .calificacion .row .col p {
  margin: 0;
}
.nd25 .center .calificacion .row .col p.tt {
  font-size: 30px;
}
.nd25 .center .calificacion .row .col .reviews label {
  cursor: pointer;
  color: #f5f5f5;
  font-size: 50px;
  margin: 0px 10px;
}
.nd25 .center .calificacion .row .col .reviews label:hover {
  color: #8E4652;
}
.nd25 .center .calificacion .row .col .reviews label:hover ~ label {
  color: #8E4652;
}
.nd25 .center .calificacion .row .col .reviews input[type="radio"] {
  display: none;
}
.nd25 .center .calificacion .row .col .reviews input[type="radio"]:checked ~ label {
  color: #8E4652;
}
.nd25 .center .calificacion .row .col .reviews .clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.nd25 .center .calificacion .row .col .campo_descripcion {
  display: none;
  margin-bottom: 20px;
}
.nd25 .center .calificacion .row .col .campo_descripcion label {
  display: block;
  text-align: center;
  font-size: 20px;
}
.nd25 .center .calificacion .row .col .campo_descripcion .inps {
  height: 180px;
  width: 100%;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  line-height: 22px;
  color: #3b3e3d;
  background-color: transparent;
  border: 1px solid #dbdbdb;
}
.nd25 .center .calificacion_send {
  padding: 20px 0px;
}
.nd25 .center .calificacion_send .row {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.nd25 .center .calificacion_send .row .col {
  max-width: 100%;
  margin: 0px 20px;
}
.nd25 .center .calificacion_send .row .col .campo_descripcion {
  display: block;
}
.nd26 {
  background-color: #F5F5F5;
  position: relative;
  padding: 100px 0px 60px;
}
.nd26 .center {
  text-align: center;
  padding: 0;
}
.nd26 .center .img1 {
  position: absolute;
  top: -183px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.nd26 .center .contenedor {
  background-color: transparent;
  background-image: none;
  max-width: 100%;
  padding: 59px 0px 10px;
}
.nd26 .center .contenedor p {
  margin-bottom: 30px;
}
.nd26 .center .contenedor .tabs a {
  font-size: 40px;
  color: #677d50;
}
.nd26 .center .contenedor .tabs a.active {
  color: #a98402;
  border-color: #a98402;
}
.nd26 .center .contenedor .tabs a:hover {
  color: #a98402;
  border-color: #a98402;
}
.nd26 .center .contenedor .tabs_container {
  padding: 67px 100px;
  text-align: left;
}
.nd26 .center .contenedor .tabs_container .tab_c p {
  font-family: inherit !important;
  font-size: inherit !important;
}
.nd26-1 {
  padding: 1px 0px 100px;
  background-color: #F5F5F5;
  text-align: center;
  font-style: italic;
}
.nd28 .container .row {
  position: relative;
  top: -308px;
  margin-bottom: -300px;
}
.nd30 .center .contenido p {
  text-align: justify;
}
.nd31 {
  padding: 50px 0px 50px;
}
.nd31 .center {
  max-width: 900px;
  text-align: center;
}
.nd31 .center p {
  margin: 0;
}
.nd31 .center p.tt {
  font-size: 40px;
  line-height: 40px;
  color: #677d50;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 1px 18px 11px;
  border-top: 2px solid #3b3e3d;
  border-bottom: 2px solid #3b3e3d;
  margin-bottom: 10px;
}
.nd31 .center p.par {
  font-size: 23px;
  line-height: 28px;
  color: #3b3e3d;
  margin-bottom: 23px;
}
.nd31 .center form {
  padding-top: 90px;
  display: grid;
  grid-gap: 10px 40px;
  grid-template-columns: 1fr 1fr;
  text-align: left;
}
.nd31 .center form .campo {
  width: 100%;
  margin-bottom: 20px;
}
.nd31 .center form .campo label {
  display: block;
}
.nd31 .center form .campo input::-webkit-input-placeholder,
.nd31 .center form .campo textarea::-webkit-input-placeholder {
  color: #3b3e3d;
}
.nd31 .center form .campo input:-moz-placeholder,
.nd31 .center form .campo textarea:-moz-placeholder {
  color: #3b3e3d;
}
.nd31 .center form .campo input:-ms-input-placeholder,
.nd31 .center form .campo textarea:-ms-input-placeholder {
  color: #3b3e3d;
}
.nd31 .center form .campo .inps {
  width: 100%;
  border: 0;
  background-color: transparent;
  height: 45px;
  padding: 0px 0px 0px 10px;
  color: #3b3e3d;
  border-bottom: 2px solid #a98402;
}
.nd31 .center form .campo .inps-txt {
  height: 154px;
  padding: 5px 0px 0px 10px;
}
.nd31 .center form .span2 {
  grid-column: span 2;
}
.cart-section-1 {
  padding: 50px 0px 0px;
  background-color: #fff;
}
.cart-section-1 .center .alerta {
  background-color: #8E4652;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 20px 10px;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  margin-bottom: 20px;
}
.recetas_grid {
  width: 100%;
  padding: 30px 0px;
}
.recetas_grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.recetas_grid .grid a {
  display: block;
}
.recetas_grid .grid a .featured {
  height: 290px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #f5f5f5;
  margin-bottom: 10px;
}
.recetas_grid .grid a .nombre {
  font-size: 24px;
  color: #3b3e3d;
  height: 60px;
  margin-bottom: 10px;
  overflow-y: hidden;
}
.recetas_grid .grid a .estracto {
  font-size: 18px;
  color: #3b3e3d;
  margin-bottom: 10px;
  height: 75px;
  overflow-y: hidden;
}
.recetas_grid .grid a .botn {
  padding: 10px 20px;
  width: 100%;
  font-size: 18px;
}
.contenedorBuscador {
  background-color: #fff;
  padding: 30px 50px;
  text-align: center;
}
.contenedorBuscador p {
  font-size: 20px;
  margin: 0px 0px 20px;
}
.contenedorBuscador .searchform {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.contenedorBuscador .searchform .inps {
  width: 100%;
  height: 38px;
  background-color: #f5f5f5;
  font-family: "SourceSansPro-Semibold";
  font-size: 19px;
  padding: 0 0 0 19px;
  border: 1px solid #a98402;
  margin-bottom: 10px;
}
.contenedorBuscador .searchform .inps-sb {
  width: 100%;
  height: 38px;
  background-color: #a98402;
  border: none;
  color: #fff;
}
.contenedorBuscador .searchform .inps-sb:hover {
  background-color: #a98402;
  color: #fff;
  border: none;
}
.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
/* ====================================================================================================================================================
   RESPONSIVE DESIGN
 
   ==================================================================================================================================================== */
@media all and (max-width: 1900px) {
  header .container .row nav ul li {
    margin: 0 10px 0;
  }
  header .container .row nav ul li a {
    font-size: 22px;
  }
  .bg1 .row .col.lf .fluid_container .txt {
    width: 601px;
  }
  .bg1 .row .col.rg .owl-carousel .slide .item {
    left: 55%;
  }
  .bg1 .row .col.rg .owl-carousel .owl-nav {
    right: 7%;
  }
  .bg1 .row .col.rg .owl-carousel .owl-dots {
    right: 5.5%;
  }
}
@media all and (max-width: 1700px) {
  header .container .row nav {
    padding: 43px 0 0;
  }
  header .container .row nav ul li {
    margin: 0 6px 0;
  }
  header .container .social--header {
    width: auto;
  }
  header .container .social--header .searchform {
    width: 216px;
    margin: 0 15px 0 0;
  }
  header .container .social--header .searchform .inps {
    width: 175px;
    font-size: 15px;
    padding: 0 0 0 11px;
  }
  header .container .social--header a.icon {
    margin: 0 6px 0 0;
  }
  .bg1 h1 {
    font-size: 54px;
  }
  .bg1 p.ss3 {
    font-size: 21px;
  }
  .bg1 p.btn a {
    width: 234px;
    height: 54px;
    font-size: 21px;
    padding: 11px 0 0;
  }
  .bg1 .row .col {
    height: 668px;
  }
  .bg1 .row .col.lf img.logo {
    width: 270px;
    display: inline-block;
  }
  .bg1 .row .col.lf img.img1 {
    width: 436px;
    bottom: -89px;
  }
  .bg1 .row .col.lf .fluid_container {
    height: 80%;
  }
  .bg1 .row .col.lf .fluid_container .txt {
    width: 550px;
  }
  .bg1 .row .col.rg .owl-carousel .slide {
    height: 668px;
  }
  .bg1 .row .col.rg .owl-carousel .slide .producto {
    width: 274px;
    height: 453px;
    background-size: contain;
  }
  .bg1 .row .col.rg .owl-carousel .slide .item {
    width: 310px;
  }
  .bg1 .row .col.rg .owl-carousel .slide .item .info {
    width: 100%;
  }
  .bg1 .row .col.rg .owl-carousel .slide .item .info p.btn {
    width: 80%;
    display: inline-block;
  }
  .bg1 .row .col.rg .owl-carousel .slide .item .info p.btn a {
    width: 100%;
    height: 51px;
    font-size: 22px;
    padding: 7px 0 0;
  }
  .bg3 img.img1 {
    left: -631px;
  }
  .bg3 img.img2 {
    right: -482px;
  }
}
@media all and (max-width: 1280px) {
  header .container .logo a img {
    width: 108px;
  }
  header .container .social--header .searchform {
    width: 203px;
  }
  header .container .social--header .searchform .inps {
    width: 167px;
    font-size: 14px;
  }
  header .container .social--header .searchform .inps-sb {
    width: 36px;
  }
  .bg1 p.ss2 {
    font-size: 17px;
  }
  .bg1 .row .col.rg .owl-carousel .slide .producto {
    width: 220px;
    height: 320px;
  }
  .bg1 .row .col.rg .owl-carousel .slide .item {
    width: 300px;
  }
  .bg1 .row .col.rg .owl-carousel .owl-nav {
    right: 5%;
  }
  .bg1 .row .col.rg .owl-carousel .owl-dots {
    right: 2.7%;
  }
}
@media all and (max-width: 1257px) {
  .container,
  .center {
    max-width: 1024px;
  }
  /* Let's get this party started */
  ::-webkit-scrollbar {
    width: 12px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #a98402;
  }
  header {
    width: 100%;
    height: 87px;
    padding: 0;
    text-align: center;
  }
  header:before {
    display: none;
  }
  header:after {
    display: none;
  }
  header .container {
    height: 100%;
    padding: 0;
  }
  header .container .artclose {
    display: block;
    padding: 19px 0 0 17px;
    position: absolute;
    top: 9px;
    left: 7px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    float: left;
    z-index: 10;
  }
  header .container .artclose .burgx,
  header .container .artclose .burgx2,
  header .container .artclose .burgx3 {
    width: 37px;
  }
  header .container .artclose .burgx2 {
    margin-top: 12px;
  }
  header .container .artclose .burgx3 {
    width: 20px;
    margin-top: 23px;
  }
  header .container .logo {
    width: auto;
    height: auto;
    padding: 0;
    float: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -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;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
  }
  header .container .logo a {
    line-height: 4.7;
  }
  header .container .logo a img {
    width: 97px;
    height: auto;
    position: relative;
    -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;
    transition: all 0.2s ease-in-out;
  }
  header .container .logo--header {
    text-align: center;
    top: 0;
    float: left;
    padding-left: 100px;
  }
  header .container .logo--header.active {
    width: 100%;
    padding: 0px 0 40px;
    float: none;
  }
  header .container .logo--header.active a {
    display: inline-block;
  }
  header .container .logo--header.active a img {
    width: auto;
  }
  header .container .logo--header.active.limit {
    height: auto;
    padding: 0;
  }
  header .container .logo--header.active.limit a {
    margin: 11px 0 25px;
    display: inline-block;
  }
  header .container .row {
    max-width: none;
    width: 100%;
    padding: 0 0 70px;
    margin: 0;
    position: relative;
    top: 0;
    overflow-y: auto;
    float: none;
    display: none;
  }
  header .container .row .logo_rw {
    display: none;
  }
  header .container .row nav {
    background-color: #677d50;
    display: none;
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    z-index: 2;
    -webkit-transition: opacity 0s linear;
    -moz-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    -ms-transition: opacity 0s linear;
    transition: opacity 0s linear;
  }
  header .container .row nav a.close_nav {
    display: none;
  }
  header .container .row nav hr {
    display: none;
  }
  header .container .row nav ul {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  header .container .row nav ul li {
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 54px;
    border-bottom: 1px solid #000;
    border-right: none;
  }
  header .container .row nav ul li a {
    width: 100%;
    font-size: 19px;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
  }
  header .container .row nav ul li a.active {
    color: #fff;
  }
  header .container .social--header {
    padding: 15px 17px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  header .container .social--header .searchform {
    width: 217px;
    margin: 0px 10px 0px 0px;
  }
  header .container .social--header .searchform .inps {
    height: 50px;
  }
  header .container .social--header .searchform .inps-sb {
    height: 50px;
    width: 50px;
  }
  header .container .social--header p.btn {
    display: none;
  }
  header .container .social--header a {
    text-decoration: none;
    display: inline-block;
  }
  header .container .social--header a.icon {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
  }
  header .container .social--header a.icon i {
    color: #fff;
    font-size: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .container .social--header.active {
    margin: -6px 0 0;
    position: relative;
    top: 0;
    right: 0;
    display: none;
    float: none;
    padding: 0;
    text-align: center;
    width: 100%;
    background-color: #000;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  header .container .social--header.active p.btn {
    display: none;
  }
  header .container .social--header.active a {
    margin: 15px 6px 6px;
    text-decoration: none;
    display: inline-block;
  }
  header .container .social--header.active a.icon {
    width: 35px;
    height: 35px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    position: relative;
  }
  header .container .social--header.active a.icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .container .social--header.active.limit {
    position: absolute;
    top: inherit;
    bottom: -4px;
    left: 0;
    z-index: 10;
  }
  header.header--opened .container .social--header {
    position: absolute;
    padding: 0 0 18px;
    top: inherit;
    bottom: -4px;
    left: 0;
    z-index: 10;
  }
  header.onscroll {
    height: 87px;
  }
  .bg1 {
    margin: 117px 0 0;
    height: auto;
  }
  .bg1 .row .col.lf {
    width: 100%;
    float: none;
  }
  .bg1 .row .col.rg {
    width: 100%;
    height: 500px;
    float: none;
    position: relative;
  }
  .bg1 .row .col.rg .owl-carousel .slide {
    height: 500px;
  }
  .bg1 .row .col.rg .owl-carousel .slide .producto {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .bg1 .row .col.rg .owl-carousel .slide .producto.pc {
    display: none;
  }
  .bg1 .row .col.rg .owl-carousel .slide .producto.hidden {
    display: inline-block;
    opacity: 1;
  }
  .bg1 .row .col.rg .owl-carousel .slide .item {
    margin: 0 30px 0;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    vertical-align: top;
  }
  .bg1 .row .col.rg .owl-carousel .slide .slide_background {
    width: 100%;
    padding: 60px 0 0;
  }
  .bg1 .row .col.rg .owl-carousel .owl-dots {
    right: 4%;
  }
  .bg3 .container p.ss {
    font-size: 33px;
  }
  .bg4 .row .col .txt {
    width: 380px;
  }
  .bg6 .container img.img1 {
    left: -103px;
  }
  .bg6 .container img.img2 {
    right: -103px;
  }
  .bg7 {
    height: 538px;
  }
  .bg7 .container p.ss {
    font-size: 24px;
  }
  .bg7 .container p.ss1 {
    font-size: 20px;
  }
  .bg7 .container p.btn a {
    width: 100%;
  }
  .bg7 .container .row .col img {
    width: 100%;
  }
  /* PORTADAS */
  .portadas {
    padding: 20px 20px 0px;
    margin: 125px 0 0;
  }
  .portadas .titulo {
    padding: 65px 0px 45px;
  }
  .portadas .titulo h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .portada-single {
    padding: 14px 0px 10px;
  }
  /* NOSOTROS */
  .nd1 {
    padding: 100px 0px;
    background-color: #fff;
  }
  .nd1 .center {
    padding: 0px 10px;
    position: relative;
    z-index: 3;
  }
  .nd1 .center .contenedor {
    padding: 90px 20px 40px;
  }
  .nd1 .center .contenedor img.images {
    max-width: 125px;
  }
  .nd1 .center .contenedor p.tt {
    font-size: 30px;
    line-height: 30px;
  }
  .nd1 .center .contenedor p.par {
    font-size: 20px;
    line-height: 23px;
  }
  .nd1 .center .contenedor .tabs a {
    font-size: 25px;
  }
  .nd2 {
    padding: 50px 0px 0px;
    height: auto;
  }
  .nd2 .row {
    background-color: #a98402;
    width: 100%;
  }
  .nd2 .row .col {
    width: 100%;
    background-color: #a98402;
  }
  .nd2 .row .cl1 {
    display: none;
  }
  .nd2 .center {
    padding: 0px 10px;
  }
  .nd2 .center .fila {
    padding: 0px;
    text-align: center;
  }
  .nd2 .center .fila .columna {
    float: none;
  }
  .nd2 .center .fila .columna p.tt {
    font-size: 30px;
    line-height: 30px;
  }
  .nd2 .center .fila .columna p.par {
    font-size: 20px;
    line-height: 23px;
  }
  .nd2 .center .fila .cl1 {
    max-width: 416px;
    margin: 0 auto 100px;
  }
  .nd2 .center .fila .cl2 {
    max-width: 100%;
    padding: 30px;
    background-color: #a98402;
  }
  .nd3 .img {
    position: absolute;
    z-index: 2;
  }
  .nd3 .img1 {
    right: -150px;
    top: 50px;
  }
  .nd3 .img2 {
    left: -220px;
    top: 53%;
  }
  .nd3 .img3 {
    right: -443px;
    top: 31%;
  }
  .nd3 .img4 {
    left: -443px;
    top: 85%;
  }
  .nd3 p {
    margin: 0;
  }
  .nd3 p.tt {
    font-size: 30px;
    line-height: 30px;
  }
  .nd3 p.par {
    font-size: 20px;
    line-height: 23px;
  }
  .nd3 .section1 {
    padding: 50px 0px 50px;
    background-color: #fff;
  }
  .nd3 .section1 .center {
    padding: 0px 10px;
  }
  .nd3 .section1 .center .fila .columna {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .nd3 .section1 .center .fila .columna p {
    margin: 0;
  }
  .nd3 .section1 .center .fila .columna p.tt {
    font-size: 30px;
    line-height: 30px;
  }
  .nd3 .section1 .center .fila .columna p.par {
    font-size: 20px;
    line-height: 23px;
  }
  .nd3 .section1 .center .fila .cl1 {
    text-align: right;
    padding: 100px 0px 0px;
  }
  .nd3 .section1 .center .fila .cl2 {
    max-width: 430px;
  }
  .nd3 .section2 {
    padding: 80px 0px;
  }
  .nd3 .section2 .center p {
    margin: 0;
  }
  .nd3 .section2 .center p.tt {
    font-size: 30px;
    line-height: 30px;
  }
  .nd3 .section2 .center p.par {
    font-size: 20px;
    line-height: 23px;
  }
  .nd3 .section4 {
    padding: 80px 0px 80px;
  }
  .nd3 .section4 .center .grid .item p.par1 {
    font-size: 24px;
  }
  .nd3 .section4 .center .fila .cl2 {
    max-width: 610px;
  }
  /* DISTRUBIDORES */
  .nd4 .center {
    max-width: 1024px;
  }
  .nd4 .center .row .col p.par {
    font-size: 20px;
    line-height: 23px;
  }
  .nd4 .center .row .cl1 {
    max-width: 625px;
  }
  .nd4 .center .row .cl2 {
    max-width: 540px;
  }
  .nd5 .img {
    position: absolute;
    z-index: 2;
  }
  .nd5 .img1 {
    right: -56px;
    top: -250px;
  }
  .nd5 .img2 {
    left: -265px;
    top: -100px;
  }
  .nd5 p.tt {
    font-size: 30px;
    line-height: 30px;
  }
  .nd5 p.par {
    font-size: 20px;
    line-height: 23px;
  }
  .nd5 .section1 .center .grid .item p.ts {
    font-size: 25px;
  }
  .nd5 .section2 .center {
    max-width: 1024px;
  }
  .nd5 .section2 .center .item .foto {
    max-width: 400px;
  }
  .nd5 .section2 .center .item .contenido {
    max-width: 624px;
  }
  .nd5 .section2 .center .item .contenido p.ts {
    font-size: 25px;
  }
  .nd5 .section2 .center .item .contenido p.ts span {
    font-size: 20px;
    line-height: 23px;
  }
  .nd5 .section2 .center .item .contenido p.ts2 {
    font-size: 20px;
  }
  .nd5 .section2 .center .item .contenido ul.interno li p.ts {
    font-size: 20px;
  }
  .nd5 .section2 .center .item .contenido ul.interno li p.ts span {
    font-size: 20px;
  }
  .nd5 .section2 .center .item .contenido ul.interno2 li p.lista {
    font-size: 20px;
  }
  .nd5 .section2 .center .item .col {
    font-size: 20px;
  }
  .nd5 .section2 .center .item .cl1 {
    max-width: 330px;
  }
  .nd5 .section2 .center .item .cl2 {
    max-width: 694px;
  }
  /* RECETAS */
  .nd6 {
    padding: 98px 0px;
  }
  .nd6 .center p.tt {
    font-size: 30px;
    line-height: 30px;
  }
  .nd6 .center p.par {
    font-size: 20px;
    line-height: 23px;
  }
  .nd6 .center p.par2 {
    margin-bottom: 64px;
  }
  .nd6 .center .entradas .col .banderin {
    font-size: 24px;
  }
  .nd6 .center .entradas .col .grid {
    grid-gap: 30px 20px;
  }
  .nd6 .center .entradas .col .grid .item a.tit span {
    font-size: 25px;
    line-height: 25px;
  }
  .nd6 .center .entradas .col .grid-categorias {
    grid-gap: 10px 10px;
  }
  .nd6 .center .entradas .col .grid-categorias .botones {
    font-size: 20px;
  }
  .nd6 .center .entradas .cl1 {
    max-width: 700px;
  }
  .nd6 .center .entradas .cl2 {
    max-width: 300px;
  }
  .nd7 {
    padding: 82px 0px;
  }
  .nd7 .center p.tt {
    font-size: 25px;
  }
  .nd7 .center .contenido {
    padding: 0px 20px;
  }
  .nd7 .center .contenido p {
    font-size: 20px;
    line-height: 23px;
  }
  .nd7 .center .contenido p strong {
    font-size: 20px;
  }
  /* HISTORIA */
  .nd8 {
    padding: 87px 0px;
  }
  .nd8 .center {
    padding: 0px 20px;
  }
  .nd8 .center p.tt {
    font-size: 30px;
    line-height: 30px;
  }
  .nd8 .center p.par {
    font-size: 20px;
    line-height: 23px;
  }
  .nd8 .center .fila .cl1 {
    max-width: 455px;
  }
  .nd8 .center .fila .cl2 {
    max-width: 495px;
  }
  .nd8 .center .fila2 .cl1 {
    max-width: 100%;
  }
  .nd8 .center .fila2 .cl2 {
    max-width: 100%;
  }
  .nd10 .center {
    padding: 0px 20px;
  }
  .nd10 .center p.tt {
    font-size: 30px;
    line-height: 30px;
  }
  .nd10 .center p.par {
    font-size: 20px;
    line-height: 23px;
  }
  .nd10 .center .fila .cl1 {
    max-width: 510px;
  }
  .nd10 .center .fila .cl2 {
    max-width: 550px;
  }
  .nd11 .center p.tt {
    font-size: 30px;
    line-height: 30px;
  }
  .nd12 .relax1 {
    left: -383px;
  }
  .nd12 .center .grid {
    grid-gap: 70px 30px;
  }
  .nd12 .center .grid .item p {
    font-size: 20px;
  }
  .nd13 .relax1 {
    right: -383px;
  }
  .nd13 .center p.tt {
    font-size: 30px;
    line-height: 30px;
  }
  .nd13 .center p.par {
    font-size: 20px;
    line-height: 23px;
  }
  .nd13 .center .ul .li p.ts {
    font-size: 24px;
    line-height: 24px;
  }
  .nd15 .center .grid .item .content p {
    font-size: 20px;
    line-height: 23px;
  }
  .nd15 .center .grid .item .precio {
    font-size: 25px;
  }
  /* DONDE COMPRAR */
  .nd16 {
    padding: 80px 0px 200px;
  }
  .nd16 .center p.par {
    font-size: 20px;
  }
  .nd16 .center .grid {
    grid-gap: 10px 20px;
  }
  .nd16 .center .grid .item .titulo .tt {
    font-size: 24px;
  }
  .nd16 .center .grid .item .titulo .par {
    font-size: 20px;
    line-height: 23px;
  }
  .nd16 .center .grid .item .horarios .ts {
    font-size: 20px;
  }
  .nd16 .center .grid .item .horarios .par {
    font-size: 20px;
  }
  .nd16 .center .grid .item .contacto .par {
    font-size: 18px;
    line-height: 20px;
  }
  .nd16 .center .grid .item .contacto .tel {
    font-size: 14px;
    line-height: 27px;
  }
  .nd18 .center .fila .col p {
    font-size: 20px;
  }
  .nd18 .center .fila .col .filtros ul li a {
    font-size: 20px;
    line-height: 23px;
  }
  .nd18 .center .fila .col .resultado_filtros {
    grid-gap: 30px 20px;
  }
  .nd18 .center .fila .col .resultado_filtros .item a.llamar {
    font-size: 20px;
  }
  .nd18 .center .fila .cl1 {
    max-width: 200px;
  }
  .nd18 .center .fila .cl2 {
    max-width: 800px;
  }
  .nd19 .center .boton_agregar .boton .bton {
    font-size: 18px;
  }
  .nd19 .center .contenedor p {
    font-size: 20px;
  }
  .nd19 .center .contenedor .tabs a {
    font-size: 25px;
  }
  .nd19 .center .contenedor .tabs_container .grid .item .titulo p {
    line-height: 23px;
    font-size: 20px;
  }
  .nd19 .center .caja_texto p {
    font-size: 20px;
  }
  .nd19 .center .caja_texto p.par {
    font-size: 20px;
  }
  .nd20 .center img.img1 {
    max-width: 900px;
  }
  .nd20 .center .grid .item .titulo {
    font-size: 20px;
  }
  .nd20 .center .grid .item .infor .contenido p {
    font-size: 20px;
    line-height: 23px;
  }
  .nd20 .center .grid .item .infor .contenido p.par22 {
    font-size: 18px;
  }
  .nd21 .center p.tt {
    font-size: 30px;
    line-height: 30px;
  }
  .nd21 .center .fila .col {
    font-size: 20px;
    line-height: 23px;
  }
  .nd21 .center .fila2 .item .infor .contenido p {
    font-size: 20px;
    line-height: 23px;
  }
  .nd21 .center .fila2 .item .infor .contenido p.par22 {
    font-size: 18px;
  }
  /* PRoductos */
  .number-spinner input {
    float: none;
    margin: 0 auto;
  }
  .nd22 {
    padding-bottom: 100px;
  }
  .nd23 .row .col p.ss1 {
    font-size: 20px;
  }
  .nd23 .row .col p.ss2 {
    font-size: 18px;
  }
  .nd24 .center p.tt {
    font-size: 30px;
    line-height: 30px;
  }
  /* FICVHA PRODUCTO */
  .nd25 {
    padding: 117px 0px;
  }
  .nd25 .center {
    max-width: 1024px;
  }
  .nd25 .center .grid .item .slider .vertical {
    display: none;
  }
  .nd25 .center .grid .item .slider .horizontal {
    width: 100%;
    height: calc(100vh/3*2);
  }
  .nd25 .center .grid .item .card .title {
    font-size: 18px;
  }
  .nd25 .center .grid .item .card .contenido {
    padding: 30px;
  }
  .nd25 .center .grid .item .card p {
    font-size: 20px;
    line-height: 23px;
  }
  .nd25 .center .grid .item .card p.ts {
    font-size: 24px;
  }
  .nd25 .center .grid .item .card .desc_corta {
    font-size: 20px;
    line-height: 23px;
  }
  .nd25 .center .grid .item .card .presentacion {
    font-size: 20px;
    line-height: 23px;
  }
  .nd26 .center .img1 {
    max-width: 400px;
  }
  .nd26 .center .contenedor .tabs a {
    font-size: 30px;
  }
}
@media all and (max-width: 1024px) {
  .recetas_grid .grid {
    grid-template-columns: 1fr 1fr;
  }
  .recetas_grid .grid a .featured {
    height: 250px;
  }
  .recetas_grid .grid a .nombre {
    font-size: 20px;
    height: auto;
    padding: 10px 0px;
  }
  header {
    top: 60px;
  }
  header .container .logo--header {
    padding-left: 75px;
  }
  header .container .logo--header.active {
    opacity: 1;
  }
  header .container .social--header .searchform {
    margin: 0px 5px 0px 0px;
    width: 217px;
  }
  header .container .social--header .searchform .inps {
    height: 50px;
  }
  header .container .social--header .searchform .inps-sb {
    width: 50px;
    height: 50px;
  }
  .animate {
    opacity: 1;
  }
  .mobile {
    display: block;
  }
  .container {
    padding: 0 17px;
  }
  .fix-top {
    display: none!important;
  }
  .social_head {
    display: none;
  }
  .bg1 {
    margin: 147px 0 0;
  }
  .bg1 h1 {
    font-size: 44px;
  }
  .bg1 .row .col {
    height: 530px;
  }
  .bg1 .row .col.lf img.logo {
    width: 190px;
    height: auto;
  }
  .bg1 .row .col.lf img.img1 {
    display: none;
  }
  .bg1 .row .col.lf .fluid_container {
    height: auto;
  }
  .bg1 .row .col.lf .fluid_container .txt {
    width: 100%;
    padding: 31px 0 57px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .bg1 .row .col.lf .fluid_container .txt hr {
    width: 90%;
    display: inline-block;
  }
  .bg1 .row .col.rg {
    height: 590px;
  }
  .bg1 .row .col.rg .owl-carousel .slide {
    height: 590px;
  }
  .bg1 .row .col.rg .owl-carousel .slide .item {
    margin: 0;
    position: absolute;
    top: initial;
    bottom: 18%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 5;
  }
  .bg1 .row .col.rg .owl-carousel .slide .item .open_product_info {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .bg1 .row .col.rg .owl-carousel .slide .item .info {
    margin: 0 0 90px;
  }
  .bg1 .row .col.rg .owl-carousel .owl-nav {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: 8.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 6;
    display: inline-block;
  }
  .bg1 .row .col.rg .owl-carousel .owl-nav button {
    width: auto;
  }
  .bg1 .row .col.rg .owl-carousel .owl-nav button i {
    font-size: 30px;
    color: #fff;
  }
  .bg1 .row .col.rg .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    float: left;
    left: -34px;
  }
  .bg1 .row .col.rg .owl-carousel .owl-nav button.owl-next {
    position: relative;
    float: right;
    left: 34px;
  }
  .bg1 .row .col.rg .owl-carousel .owl-dots {
    width: auto;
    margin: 20px 0 0;
    top: inherit;
    right: inherit;
    bottom: 8%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 6;
  }
  .bg1 .row .col.rg .owl-carousel .owl-dots .owl-dot {
    margin: 0 10px;
  }
  .bg2 {
    padding: 45px 0 0;
  }
  .bg2 .container .filtro {
    margin: 61px 0 70px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 36px;
    grid-auto-rows: 129px;
  }
  .bg2 .container .row {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 64px 23px;
    grid-auto-rows: 391px;
  }
  .bg3 {
    height: auto;
    margin: -93px 0 134px;
  }
  .bg3 .container .fluid_container {
    height: auto;
  }
  .bg3 .container .fluid_container .row {
    grid-template-columns: 1fr;
    grid-gap: 0;
    grid-auto-rows: 309px;
  }
  .bg4 .row .col.lf {
    width: 100%;
  }
  .bg4 .row .col.rg {
    width: 100%;
  }
  .bg5 {
    padding: 33px 0 100px;
  }
  .bg5 .container .row .col.lf {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .bg5 .container .row .col.rg {
    width: 100%;
  }
  .bg6 {
    height: auto;
    padding: 74px 0 66px;
    margin: 0 0 50px;
  }
  .bg6 .container p.ss {
    font-size: 29px;
  }
  .bg6 .container p.ss1 {
    font-size: 23px;
  }
  .bg6 .container img.img1 {
    left: -211px;
  }
  .bg6 .container img.img2 {
    right: -211px;
  }
  .bg7 {
    margin: 0 0 140px;
  }
  .bg7 .container p.ss {
    font-size: 20px;
  }
  .bg7 .container p.ss1 {
    font-size: 19px;
  }
  .bg7 .container .row {
    top: 0;
  }
  .bg8 {
    padding: 139px 0 54px;
  }
  .bg9 {
    padding: 32px 0 45px;
  }
  .bg9 .container .row .col {
    float: none;
    padding: 0px;
    margin: 0;
  }
  .bg9 .container .row .col a.icon {
    margin: 0px 10px;
  }
  .bg9 .container .row .col.lf {
    width: 100%;
    border-right: none;
    padding: 0;
  }
  .bg9 .container .fluid_container .txt {
    height: auto;
    padding: 17px 0 11px;
  }
  .bg9 .container .fluid_container .txt p.ss {
    width: 100%;
    margin: 0 0 13px;
  }
  .bg10 {
    height: 60px;
  }
  .botn {
    font-size: 18px;
  }
  /* PORTADAS */
  .portadas {
    margin: 147px 0 0;
    padding: 17px 17px 0px;
  }
  .portadas .titulo {
    padding: 25px 0px 25px;
  }
  .portadas .titulo h1 {
    font-size: 30px;
    line-height: 30px;
  }
  ul.breadcrumb {
    padding: 0px 10px;
  }
  .portada-single {
    padding: 14px 0px 10px;
  }
  .nd1 .center .contenedor img.images {
    max-width: 130px;
  }
  .nd1 .center .contenedor img.img1 {
    left: 0;
  }
  .nd1 .center .contenedor img.img2 {
    right: 0;
  }
  .nd1 .center .contenedor .tabs a.active {
    display: inline-block;
    margin-bottom: 20px;
  }
  .nd3 .section1 .center .fila .columna {
    padding: 10px;
    text-align: center;
  }
  .nd3 .section2 .center {
    padding: 0px 20px;
  }
  .nd3 .section2 .center .fila .columna {
    width: 100%;
    border: 0;
  }
  .nd3 .section2 .center .fila .columna p.par br {
    display: none;
  }
  .nd3 .section3 {
    padding: 50px 0px;
  }
  .nd3 .section3 .center {
    padding: 0px 20px;
  }
  .nd3 .section3 .center img.images {
    max-width: 100px;
    bottom: -23px;
  }
  .nd3 .section3 .center .caja {
    padding: 10px;
  }
  .nd3 .section3 .center .caja .formulario {
    padding: 20px 20px 40px;
  }
  .nd3 .section3 .center .caja .formulario form {
    grid-template-columns: 1fr;
  }
  .nd3 .section3 .center .caja .formulario form .campo label {
    font-size: 18px;
  }
  .nd3 .section3 .center .caja .formulario form .submi .inps-sb {
    padding: 10px 20px;
  }
  .nd3 .section3 .center .caja .formulario form .wt-2 {
    grid-column: span 1;
  }
  .nd3 .section4 .center {
    padding: 0px 20px;
  }
  .nd3 .section4 .center .grid {
    grid-template-columns: 1fr;
    grid-gap: 30px 0px;
  }
  .nd3 .section4 .center .fila .col {
    max-width: 100%;
    text-align: center;
  }
  .nd3 .section4 .center .fila .col p.par {
    padding: 20px;
    text-align: center;
  }
  .nd4 {
    padding: 50px 0px;
  }
  .nd4 .center {
    padding: 0px 20px;
  }
  .nd4 .center .row .col {
    margin: 0;
  }
  .nd4 .center .row .col .img {
    display: none;
  }
  .nd4 .center .row .cl2 {
    padding: 20px;
  }
  .nd5 .img1 {
    max-width: 150px;
  }
  .nd5 .img2 {
    max-width: 250px;
  }
  .nd5 p.tt br {
    display: none;
  }
  .nd5 p.par br {
    display: none;
  }
  .nd5 .section1 {
    padding: 50px 0px;
  }
  .nd5 .section1 .center {
    padding: 0px 20px;
  }
  .nd5 .section1 .center .grid {
    grid-template-columns: 1fr;
  }
  .nd5 .section2 {
    padding: 50px 0px;
  }
  .nd5 .section2 .center {
    padding: 0px 20px;
  }
  .nd5 .section2 .center .item .cajag {
    height: auto;
  }
  .nd5 .section2 .center .item .foto {
    max-width: 100%;
    height: 300px;
  }
  .nd5 .section2 .center .item .contenido {
    padding: 20px;
  }
  .nd5 .section2 .center .item .cl1 {
    max-width: 100%;
  }
  .nd5 .section2 .center .item .boton_agregar .boton .botn {
    padding: 10px 10px;
    width: 100%;
  }
  .nd6 {
    padding: 50px 0px;
  }
  .nd6 .center {
    padding: 0px 20px;
  }
  .nd6 .center .cajabuscador {
    height: auto;
    padding: 20px;
  }
  .nd6 .center .cajabuscador img {
    max-width: 100px;
  }
  .nd6 .center .cajabuscador img.img {
    bottom: -37px;
  }
  .nd6 .center .cajabuscador .formulario .searchform {
    max-width: 300px;
    width: 100%;
  }
  .nd6 .center .cajabuscador .formulario .searchform .inps {
    width: 230px;
    float: left;
  }
  .nd6 .center .cajabuscador .formulario .searchform .inps-sb {
    width: 65px;
  }
  .nd6 .center .entradas .col {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .nd6 .center .entradas .col .grid {
    grid-template-columns: 1fr;
  }
  .nd6 .center .entradas .col .grid-categorias .wt-2 {
    grid-column: span 1;
  }
  .nd7 {
    padding: 50px 0px;
  }
  .nd7 .center {
    padding: 0px 20px;
  }
  .nd8 {
    padding: 50px 0px;
  }
  .nd8 .center .fila .col {
    max-width: 100%;
    padding: 0px;
    text-align: center;
  }
  .nd8 .center .fila2 .col .cajatexto {
    padding: 20px;
  }
  .nd8 .center .fila2 .cl2 {
    height: auto;
    background-position: center;
    background-size: cover;
  }
  .nd8 .center .fila2 .cl2 img {
    width: 100%;
  }
  .nd9 {
    grid-auto-rows: calc(100vh/4);
  }
  .nd10 {
    padding: 50px 0px;
  }
  .nd10 .center .fila .col {
    padding: 0;
    max-width: 100%;
  }
  .nd11 {
    padding: 50px 0px 50px;
    height: auto;
  }
  .nd11 .center {
    padding: 0px 20px;
  }
  .nd11 .center img {
    max-width: 197px;
  }
  .nd11 .center img.images {
    top: -82px;
  }
  .nd11 .center .formulario .searchform {
    max-width: 300px;
    width: 100%;
  }
  .nd11 .center .formulario .searchform .inps {
    width: 230px;
    float: left;
  }
  .nd11 .center .formulario .searchform .inps-sb {
    width: 65px;
  }
  .nd12 {
    padding: 50px 0px;
  }
  .nd12 .center {
    padding: 0px 20px;
  }
  .nd12 .center .grid {
    grid-template-columns: 1fr;
  }
  .nd13 .center {
    padding: 0px 20px;
  }
  .nd13 .center img {
    max-width: 290px;
  }
  .nd13 .center img.img1 {
    margin: -45px auto 54px;
  }
  .nd14 .center .fila {
    margin: 0;
  }
  .nd14 .center .fila .col .img1 {
    display: none;
  }
  .nd15 {
    padding: 50px 0px;
  }
  .nd15 .center {
    padding: 0px 20px;
  }
  .nd15 .center .grid {
    margin: 0;
  }
  .nd15 .center .grid .item {
    margin: 0px 0px 20px;
  }
  .nd15 .center .grid .item .content {
    min-height: initial;
  }
  .nd16 {
    padding: 50px 0px;
  }
  .nd16 .center {
    padding: 0px 20px;
  }
  .nd16 .center .grid {
    grid-template-columns: 1fr;
  }
  .nd16 .center .boton_agregar .boton .botn {
    padding: 8px;
    width: 100%;
  }
  .nd18 {
    padding: 50px 0px;
  }
  .nd18 .center {
    padding: 0px 20px;
  }
  .nd18 .center .fila .col {
    max-width: 100%;
  }
  .nd18 .center .fila .col .resultado_filtros {
    grid-template-columns: 1fr;
  }
  .nd19 {
    padding: 50px 0px;
  }
  .nd19 .center {
    padding: 0px 20px;
  }
  .nd19 .center .contenedor .tabs a {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
  }
  .nd19 .center .contenedor .tabs_container .grid {
    grid-template-columns: 1fr ;
  }
  .nd19 .center .caja_texto p.t1 img.hojas {
    display: none;
  }
  .nd19 .center .boton_agregar .boton .botn {
    padding: 8px;
    width: 100%;
  }
  .nd20 {
    padding: 50px 0px;
  }
  .nd20 .center {
    padding: 0px 20px;
  }
  .nd20 .center img.img1 {
    max-width: 300px;
    top: -27px;
  }
  .nd20 .center .grid {
    margin: 0;
  }
  .nd20 .center .grid .item {
    margin: 0px 0px 20px;
  }
  .nd20 .center .grid .item .content {
    min-height: initial;
  }
  .nd21 {
    padding: 50px 0px;
  }
  .nd21 .center {
    padding: 0px 20px;
  }
  .nd21 .center .fila .col {
    max-width: 100%;
  }
  .nd21 .center .fila2 {
    grid-template-columns: 1fr;
  }
  .nd25 {
    padding: 50px 0px 100px;
  }
  .nd25 .center .grid {
    grid-template-columns: 1fr;
  }
  .nd26 {
    padding: 50px 0px;
  }
  .nd26 .center .img1 {
    top: -26px;
  }
  .nd26 .center .contenedor .tabs_container {
    padding: 30px;
  }
  .nd28 .container .row {
    position: initial;
  }
  .nd29 {
    margin: 0;
  }
}
@media all and (max-width: 639px) {
  .recetas_grid .grid a .featured {
    height: 200px;
  }
  header {
    top: 60px;
  }
  header .container .logo--header {
    z-index: 9;
    position: relative;
  }
  header .container .social--header {
    width: 100%;
    text-align: right;
  }
  header .container .social--header .searchform {
    display: none;
    position: absolute;
    top: 87px;
    left: 0;
    width: 100%;
    height: 50px;
  }
  header .container .social--header .searchform .inps {
    width: 100%;
    height: 100%;
  }
  header .container .social--header .searchform .inps-sb {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 100%;
  }
  header .container .social--header a.searchM {
    display: inline-block;
  }
  header .container .social--header a.searchM i.fa-times {
    display: none;
  }
  header .container .social--header a.searchM.abierto i.fa-times {
    display: inline-block;
  }
  header .container .social--header a.searchM.abierto i.fa-search {
    display: none;
  }
  .cajaCarritoFlotante {
    width: 90%;
  }
  .cajaCarritoFlotante .contenedor .carro .item a.eliminarProducto {
    display: block;
  }
  .pagination_posts {
    margin: 60px 0 0;
  }
  .pagination_posts strong {
    width: 50px;
    font-size: 20px;
  }
  .pagination_posts a {
    width: 50px;
    font-size: 20px;
  }
  .pagination_posts a i {
    font-size: 26px;
  }
  .bg10 {
    height: auto;
    padding: 5px 0 9px;
  }
  .bg10 .container p {
    font-size: 13px;
  }
  header {
    top: 59px;
  }
  header .container .logo a img {
    width: 80px;
  }
  header .container .logo--header.active {
    padding: 20px 0 35px;
  }
  header .container .social--header {
    padding: 22px 13px 0 0;
  }
  header .container .social--header a.hide_m {
    display: none;
  }
  header .container .social--header a.icon {
    width: 40px;
    height: 40px;
    margin: 0 3px 0 0;
  }
  header .container .social--header a.icon i {
    font-size: 19px;
  }
  footer {
    height: auto;
    padding: 15px 0 14px;
  }
  .bg1 {
    margin: 146px 0 0;
  }
  .bg1 h1 {
    font-size: 33px;
  }
  .bg1 .row .col.lf img {
    width: 180px;
  }
  .bg1 .row .col.rg {
    height: 550px;
  }
  .bg1 .row .col.rg .owl-carousel .slide {
    height: 550px;
  }
  .bg1 .row .col.rg .owl-carousel .slide .slide_background {
    padding: 35px 0 0;
  }
  .bg1 .row .col.rg .owl-carousel .owl-nav {
    display: none;
  }
  .bg1 .row .col.rg .owl-carousel .owl-dots {
    width: 100%;
  }
  .bg1 .row .col.rg .owl-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
  .bg2 {
    padding: 30px 0 0;
  }
  .bg2 .container p.ss {
    margin: 7px 0 9px;
    font-size: 33px;
  }
  .bg2 .container p.ss1 {
    font-size: 20px;
  }
  .bg2 .container p.ss2 {
    font-size: 20px;
  }
  .bg2 .container p.ss3 {
    font-size: 27px;
    margin: 8px 0 7px;
  }
  .bg2 .container hr {
    width: 100%;
  }
  .bg2 .container .filtro {
    margin: 38px 0 68px;
    grid-gap: 17px;
    grid-auto-rows: 106px;
  }
  .bg2 .container .row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 64px 19px;
    grid-auto-rows: 309px;
  }
  .bg2 .container .row .col .item1 .thumbnail {
    height: 150px;
    background-size: contain;
  }
  .bg2 .container .row .col .item2 {
    display: block;
  }
  .bg2 .container .row .col .item2 p.ss4 {
    margin-bottom: 20px;
  }
  .bg2 .container .row .col .item2 .ss5 {
    display: none;
  }
  .bg3 img.img1 {
    display: none!important;
  }
  .bg3 img.img2 {
    display: none!important;
  }
  .bg3 .container p.ss {
    margin: 0 0 9px;
    font-size: 25px;
  }
  .bg3 .container p.ss1 {
    font-size: 17px;
  }
  .bg3 .container .fluid_container {
    margin: 154px 0 0;
  }
  .bg3 .container .fluid_container .row {
    top: 30px;
    display: inline-block;
    grid-auto-rows: inherit;
  }
  .bg3 .container .fluid_container .row .col {
    height: 200px;
    float: none;
  }
  .bg3 .container .fluid_container .row .col .txt {
    width: 100%;
  }
  .bg3 .container .fluid_container .row .col.cl {
    margin: 0 0 50px;
  }
  .bg3 .container .fluid_container .row .col.cl1 {
    height: 300px;
    margin: 0;
  }
  .bg3 .container .fluid_container .row .col.cl2 {
    height: 300px;
    margin: 0;
  }
  .bg4 p.ss {
    margin: 0 0 6px;
    font-size: 34px;
  }
  .bg4 p.ss2 {
    font-size: 22px;
  }
  .bg4 p.btn {
    text-align: center;
  }
  .bg4 .row .col {
    height: auto;
  }
  .bg4 .row .col .fluid_container {
    width: 360px;
    height: auto;
    position: relative;
    top: 0;
    right: initial;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    border: 3px solid #a98402;
  }
  .bg4 .row .col .fluid_container img.img1 {
    display: none;
  }
  .bg4 .row .col .fluid_container img.img2 {
    display: none!important;
  }
  .bg4 .row .col .fluid_container img.promo {
    width: 360px;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .bg4 .row .col .txt {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .bg4 .row .col .txt hr {
    width: 90%;
    display: inline-block;
  }
  .bg4 .row .col.lf {
    float: none;
    padding: 64px 0 67px;
    text-align: center;
  }
  .bg4 .row .col.rg {
    float: none;
    padding: 19px 17px 33px;
    text-align: center;
  }
  .bg5 {
    padding: 33px 0 29px;
  }
  .bg5 .container p.ss {
    margin: 0 0 4px;
    font-size: 34px;
  }
  .bg5 .container p.btn {
    width: 100%;
  }
  .bg5 .container p.btn a {
    width: 90%;
  }
  .bg5 .container .row .col hr {
    width: 90%;
  }
  .bg5 .container .row .col.lf {
    height: auto;
    padding: 30px 17px 40px;
  }
  .bg5 .container .row .col.rg {
    height: 200px;
  }
  .bg6 {
    padding: 32px 0 32px;
    margin: 0 0 29px;
  }
  .bg6 .container p.ss1 {
    font-size: 21px;
  }
  .bg6 .container img.img1 {
    display: none!important;
  }
  .bg6 .container img.img2 {
    display: none!important;
  }
  .bg6 .container hr {
    width: 90%;
  }
  .bg7 {
    height: auto;
    padding: 0 0 50px;
    margin: 0;
  }
  .bg7 .container p.btn {
    width: 100%;
  }
  .bg7 .container p.btn a {
    width: 90%;
  }
  .bg7 .container .row {
    grid-template-columns: 1fr;
    grid-gap: 40px 0;
  }
  .bg8 {
    padding: 55px 0 34px;
  }
  .bg8 .container p.ss {
    margin: 9px 0 22px;
    font-size: 30px;
  }
  .bg8 .container p.ss1 {
    font-size: 20px;
  }
  .bg8 .container p.ss2 {
    font-size: 20px;
  }
  .bg8 .container img.img1 {
    display: none!important;
  }
  .bg8 .container hr {
    width: 100%;
  }
  .bg8 .container .row {
    margin: 44px 0 0;
  }
  .bg8 .container .row .col {
    width: 100%;
    margin: 0 0 35px;
  }
  .bg8 .container .row .col a {
    height: auto;
    font-size: 20px;
    padding: 9px 39px 14px 15px;
    line-height: 1.3;
  }
  .bg9 .container p.ss1 {
    font-size: 19px;
  }
  .bg9 .container .row .col {
    height: auto;
  }
  .bg9 .container .row .col a.icon {
    width: 50px;
    height: 50px;
    margin: 0 4px 0;
  }
  .bg9 .container .fluid_container {
    margin: 27px 0 0;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
