/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface|Raleway:300,400,500,700,800");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,600,700|Open+Sans:600,700|Roboto:400,500,700");
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/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 when focused and also mouse hovered in all browsers.
   */
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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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
   *    (include `-moz` to future-proof).
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important; }

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

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

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

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
html {
  font-size: 18px; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  min-height: 100vh;
  color: black; }

a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0; }

.titulo-principal {
  color: #333333;
  font-size: 3.5em;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase; }

.titulo-principal span {
  color: #ffdf6b; }

.subtitulo-principal {
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 28px;
  text-transform: uppercase; }

.texto-central-principal {
  line-height: 36px;
  text-align: justify;
  font-size: 15px;
  font-family: 'Roboto', sans-serif; }

.texto-aclaratorio {
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  width: 25%;
  margin: 0 auto; }

.icon-container {
  line-height: 0;
  font-size: 1.3em;
  margin: 5px;
  position: relative;
  display: inline-block;
  padding: 20px;
  border-radius: 50%; }

.icon-container ion-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.btn {
  display: block;
  width: 150px;
  padding: 15px 10px;
  font-size: 0.95em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center; }

.linea-separador {
  height: 5px;
  width: 60px;
  background: #ffdf6b;
  margin: 25px 0; }

@media (max-width: 1200px) {
  html {
    font-size: 18px; } }

@media (max-width: 991px) {
  html {
    font-size: 16px; } }

@media (max-width: 767px) {
  html {
    font-size: 16px; } }

@media (max-width: 575px) {
  html {
    font-size: 15px; } }

/*NAV-BAR*/
header {
  position: fixed;
  width: 100%;
  z-index: 99; }

.container-100 {
  width: 100%;
  padding: 0 15px; }

.nav-container {
  margin: 0 auto;
  max-width: none; }

.nav-holder {
  width: 100%;
  position: absolute;
  top: 0;
  max-width: none;
  z-index: 99; }

.logo {
  font-size: 1em;
  letter-spacing: 2px;
  color: black;
  line-height: 2em;
  display: inline-block;
  clear: both;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: .8;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 0;
  text-transform: uppercase; }

.logo:hover {
  opacity: 1; }

.icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  cursor: pointer; }

.hamburger {
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  transition: .5s; }

.hamburger:before,
.hamburger:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  transition: .5s; }

.hamburger:before {
  top: -8px; }

.hamburger:after {
  top: 8px; }

.icon.active .hamburger {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0); }

.icon.active .hamburger:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.icon.active .hamburger:after {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

/*SIDE-BAR*/
#side-bar {
  width: 100%;
  -webkit-transform: translate(1920px);
  transform: translate(1920px);
  margin-right: 1920px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 4;
  display: none;
  padding: 30px 30px;
  display: block;
  background-color: #f5f5f5;
  z-index: 98; }

#contenedor-general-exterior {
  position: relative;
  height: 100%;
  width: 100%; }

#contenedor-nav {
  position: relative;
  width: 100%; }

#contenedor-nav:before {
  content: "";
  height: 150px;
  width: 150px;
  border-left: solid 2px #999999;
  position: absolute;
  top: 20px;
  left: 0px;
  -webkit-transition: all .35s ease;
  transition: all .35s ease; }

#contenedor-nav:after {
  content: "";
  height: 10px;
  width: 150px;
  border-top: solid 2px #999999;
  position: absolute;
  top: 0px;
  left: 20px;
  -webkit-transition: all .35s ease;
  transition: all .35s ease; }

#contenedor-nav:hover:before {
  content: "";
  height: 200px; }

#contenedor-nav:hover:after {
  width: 200px; }

.nav-centered {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.nav-centered nav ul {
  padding: 0; }

.nav-centered nav ul li {
  display: block; }

.nav-centered nav ul li a {
  font-size: 2.8em;
  color: #333333;
  line-height: 1.3em;
  display: inline-block;
  clear: both;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  position: relative; }

.nav-centered nav ul li a::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 0.2s ease, width 0.5s ease;
  transition: background-color 0.2s ease, width 0.5s ease; }

.nav-centered nav ul li a span {
  font-family: 'Raleway', sans-serif; }

.nav-centered nav ul li a:hover {
  color: #999999; }

.nav-centered nav ul li a:hover::before {
  width: 100%;
  background-color: #999999; }

.nav-info-redes {
  text-align: right; }

.contenedor-dato-nav {
  display: inline-block;
  margin-right: 80px;
  margin-top: 10px; }

.contenedor-dato-nav a {
  color: #333333; }

#nav-footer {
  position: absolute;
  width: 100%;
  bottom: 0; }

#nav-footer h5 {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  color: #999999; }

#nav-footer h4 {
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
  color: #333333; }

#nav-footer p {
  line-height: 1.5;
  font-size: 13px;
  font-family: 'Roboto', sans-serif; }

#nav-footer h2 {
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0px;
  position: relative;
  color: #333333; }

#nav-footer h2::after {
  content: "";
  background-color: #ffffff;
  height: 20px;
  width: 410px;
  display: block;
  position: absolute;
  top: 16px;
  left: -75px;
  z-index: -1; }

#nav-footer .redes-nav {
  position: absolute;
  right: 0;
  bottom: 0; }

.nav-info-redes .redes .icon-container {
  background: #333333;
  color: #f9f9f9;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.nav-info-redes .redes .icon-container:hover {
  background: #999999;
  color: #f9f9f9; }

.nav-container .nav-holder .icon {
  background-color: #333333; }

/*MAIN CONTAINER NAVIGATION*/
.main-container {
  width: 100%;
  /*transform: translate(0px);
    margin-right:0px;*/
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  min-height: 100vh;
  position: relative;
  z-index: 1; }

@media (max-width: 768px) {
  .nav-centered nav ul li a {
    font-size: 3em; } }

@media (max-width: 575px) {
  .nav-info-redes {
    text-align: left;
    margin-top: 20px; }
  #nav-footer .redes-nav {
    position: relative; }
  #nav-footer .to-contact {
    display: none; }
  #nav-footer .icon-container {
    padding: 18px; } }

footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #333333; }

#titulo-footer {
  font-size: 1.25em;
  letter-spacing: 2px;
  color: #f9f9f9;
  display: inline-block;
  -webkit-transition: opacity .65s ease;
  transition: opacity .65s ease;
  opacity: .7;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 52px; }

.links-footer {
  padding: 32px 0px 28px 0px; }

.links-footer a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: #999999;
  margin-right: 22px;
  font-size: .75em;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase; }

.links-footer a:hover {
  color: #f9f9f9; }

footer hr {
  height: 2px;
  width: 100%;
  background-color: #d1d1c7;
  border: none;
  -webkit-transition: all .45s ease;
  transition: all .45s ease; }

.footer-efox {
  text-decoration: none;
  color: #999999;
  font-size: .6em;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 26px 0px 30px 0px;
  display: inline-block; }

.footer-efox:hover > span {
  color: #f9f9f9; }

.footer-efox span {
  color: #999999;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-weight: 600; }

.main-header {
  background: url("../img/home-header.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative; }
  .main-header .left-block {
    background-color: #333333;
    height: 100%;
    width: 24%;
    position: relative; }
  .main-header .title-block {
    position: absolute;
    bottom: 40px;
    left: 80px;
    width: 90vw;
    max-width: calc(100vw - 120px); }
    .main-header .title-block span.subtitulo {
      display: block;
      margin-bottom: 0px;
      margin-left: 1px;
      font-size: 1.8em;
      font-weight: 500;
      letter-spacing: 3px;
      color: #f9f9f9;
      text-transform: uppercase; }
    .main-header .title-block h1 {
      color: #f9f9f9;
      font-size: 3.2em;
      font-weight: 800;
      letter-spacing: 2px;
      line-height: 1;
      text-transform: uppercase;
      font-family: 'Raleway', sans-serif; }
  .main-header .button-block {
    padding-top: 25px;
    margin-left: 5px; }
    .main-header .button-block span {
      color: #f9f9f9;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: .95em;
      display: inline-block;
      margin-right: 0px; }
    .main-header .button-block a {
      color: #f9f9f9;
      font-size: 1.25em;
      vertical-align: middle;
      line-height: 0px;
      display: inline-block;
      margin-top: -4px; }
    .main-header .button-block a:hover {
      -webkit-animation: iconAnim2 1s linear infinite;
      animation: iconAnim2 1s linear infinite; }
  .main-header .redes {
    position: absolute;
    bottom: 40px;
    right: 60px; }
    .main-header .redes .icon-container {
      background: #f9f9f9;
      color: #333333; }
    .main-header .redes .icon-container:hover {
      background: #333333;
      color: #f9f9f9; }

@media (max-width: 992px) {
  .main-header .redes {
    bottom: 20px; } }

@media (max-width: 767px) {
  .main-header .title-block {
    left: 20px;
    bottom: 100px; }
  .main-header .button-block {
    display: none; }
  .main-header .redes {
    bottom: 20px;
    right: unset;
    left: 20px; } }

@media (max-width: 567px) {
  .main-header {
    height: 90vh; } }

@-webkit-keyframes iconAnim2 {
  0%,
  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%); }
  75% {
    -webkit-transform: translate(0, -20%);
    transform: translate(0, -20%); }
  50% {
    -webkit-transform: translate(0, 15%);
    transform: translate(0, 15%); } }

@keyframes iconAnim2 {
  0%,
  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%); }
  75% {
    -webkit-transform: translate(0, -20%);
    transform: translate(0, -20%); }
  50% {
    -webkit-transform: translate(0, 15%);
    transform: translate(0, 15%); } }

.about .about-bg-left-block {
  background: #f9f9f9; }

.about .about-bg-right-block {
  background: #ffdf6b; }

.about .left-block {
  padding: 80px 60px; }
  .about .left-block .title {
    color: #333333;
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase; }
  .about .left-block .linea-separador {
    height: 5px;
    width: 15%;
    background: #ffdf6b;
    margin: 25px 0; }
  .about .left-block p {
    width: 65%; }
  .about .left-block .btn-container {
    margin-top: 25px; }
    .about .left-block .btn-container .btn-negro {
      background: #333333;
      color: #f9f9f9;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      margin: 0 auto 0 0; }
      .about .left-block .btn-container .btn-negro:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        background: #ffdf6b; }
      .about .left-block .btn-container .btn-negro:hover {
        color: #333333; }
      .about .left-block .btn-container .btn-negro:hover:before, .about .left-block .btn-container .btn-negro:focus:before, .about .left-block .btn-container .btn-negro:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.about .right-block {
  position: relative;
  height: 100%; }
  .about .right-block .img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -70px;
    width: 430px;
    height: 500px;
    overflow: hidden; }
  .about .right-block img {
    width: 100%; }

@media (max-width: 992px) {
  .about .right-block .img {
    width: 342px;
    height: 450px; }
  .about .left-block p {
    width: 75%; } }

@media (max-width: 767px) {
  .about .left-block {
    padding: 80px 10px; }
  .about .right-block .img {
    width: 265px;
    height: 350px;
    left: -50px; } }

@media (max-width: 576px) {
  .about .right-block {
    padding: 15px 0; }
  .about .left-block p {
    width: 85%; }
  .about .right-block .img {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
    left: 0;
    width: 100%;
    height: unset;
    overflow: unset;
    font-size: 0; } }

.notes .img-background {
  background: url("../img/lands-big.jpg");
  background: url("../img/train-big.jpg");
  background: url("../img/note.jpg");
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.notes .right-block {
  padding: 80px 60px; }
  .notes .right-block .title {
    color: #333333;
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase; }
  .notes .right-block .linea-separador {
    height: 5px;
    width: 15%;
    background: #ffdf6b;
    margin: 25px 0; }
  .notes .right-block .notas {
    margin: 40px 0; }
  .notes .right-block .img-note {
    width: 100%; }
  .notes .right-block .notas .item:not(:last-child) {
    margin-bottom: 20px; }
  .notes .right-block .item p {
    line-height: 22px; }
  .notes .right-block .img-container {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 0; }
  .notes .right-block .container-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .notes .right-block .right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .notes .right-block .right-item .subtitle-item {
      display: block;
      margin-bottom: 5px;
      font-size: 0.7em;
      font-weight: 500;
      letter-spacing: 3px;
      color: #999999;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .notes .right-block .right-item .title-item {
      color: #333333;
      margin-bottom: 5px;
      font-size: 1.1em;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .notes .right-block .right-item p {
      color: #333333;
      padding-right: 40px; }
  .notes .right-block .btn-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .notes .right-block .btn-container .btn-negro {
      background: #333333;
      color: #f9f9f9;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      margin: 0 0 0 auto; }
      .notes .right-block .btn-container .btn-negro:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        background: #ffdf6b; }
      .notes .right-block .btn-container .btn-negro:hover {
        color: #333333; }
      .notes .right-block .btn-container .btn-negro:hover:before, .notes .right-block .btn-container .btn-negro:focus:before, .notes .right-block .btn-container .btn-negro:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

@media (max-width: 922px) {
  .notes .right-block {
    padding: 80px 20px; } }

@media (max-width: 767px) {
  .notes .img-background {
    display: none; }
  .img-container {
    overflow: hidden; }
  .img-note {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    height: 100%;
    width: unset !important; } }

@media (max-width: 576px) {
  .img-container {
    overflow: unset; }
  .img-note {
    -webkit-transform: none;
    transform: none;
    height: unset;
    width: 100% !important; } }

@media (max-width: 767px) {
  .notes .right-block {
    padding: 80px 20px; }
  .notes .right-block .right-item {
    padding: 20px; }
  .notes .right-block .notas .item {
    border: 1px solid #ccc; }
  .notes .right-block .btn-container {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
    margin-top: 40px; }
  .notes .right-block .btn-container .btn-negro {
    margin: 0; } }

.phrase {
  position: relative;
  padding: 30px 0;
  background: url("../img/phrase.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .phrase .phrase-bg-left-block {
    text-align: left; }
  .phrase .container-phrase {
    margin: 70px 120px 30px 120px;
    position: relative; }
  .phrase .phrase-text {
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 36px;
    color: #ffffff; }
  .phrase .phrase-author {
    margin-right: 6px;
    position: relative;
    display: block;
    margin-top: 20px;
    text-align: right;
    font-size: 0.95em;
    font-weight: 400;
    letter-spacing: 2px;
    color: #f9f9f9; }
    .phrase .phrase-author ion-icon {
      display: inline-block;
      vertical-align: middle;
      margin-top: -2px; }
  .phrase .quota-icon {
    position: absolute;
    top: -60px;
    left: -35px;
    font-size: 3em;
    color: #ffffff;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1); }

.phrase:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.8; }

.texto-izq-notas-mas {
  padding-right: 40px; }

@media (max-width: 767px) {
  .phrase .container-phrase {
    margin: 70px 80px 30px 80px; } }

@media (max-width: 567px) {
  .phrase .container-phrase {
    margin: 70px 40px 30px 40px; } }

.notas-header {
  background: url("../img/notas/notas-header02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 90vh;
  position: relative;
  color: #ffffff; }
  .notas-header .contenido {
    width: 40%;
    position: absolute;
    bottom: 60px;
    left: 80px; }

.notas-header:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
  opacity: 0.6; }

.notas-header h1 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 5em;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 80px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif; }

.notas {
  position: relative; }

.notas .right-block {
  padding: 80px 0 100px 0; }

.notas .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .notas .background .bg-left {
    height: 100%;
    width: 60%;
    float: left; }
  .notas .background .bg-rigth {
    height: 100%;
    width: 40%;
    display: inline-block; }
  .notas .background .bg-notas {
    background-color: #f9f9f9; }
  .notas .background .bg-notas-img {
    background: url("../img/notas/notas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }
  .notas .background .bg-notas-img:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 60%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000000));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
    opacity: 0.4;
    left: 0;
    top: 0; }

@media (max-width: 1200px) {
  .notas-header .contenido {
    width: 60%; } }

@media (max-width: 767px) {
  .notas-header .contenido {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    top: 50%;
    padding: 0 15px; } }

@media (max-width: 576px) {
  .notas-header {
    height: unset; }
  .notas-header .contenido {
    width: 100%;
    padding: 40px 25px;
    position: relative;
    -webkit-transform: unset;
    transform: unset;
    left: unset;
    bottom: unset;
    max-width: unset; }
  .notas .right-block {
    padding: 80px 10px 100px 10px; } }

@media (max-width: 1200px) {
  .notas .background .bg-left {
    width: 50%; }
  .notas .background .bg-rigth {
    width: 50%; }
  .notas .background .bg-notas {
    background-color: #f9f9f9; }
  .notas .background .bg-notas-img:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000000));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
    opacity: 0.4;
    left: 0;
    top: 0; } }

@media (max-width: 992px) {
  .notas .background .bg-left {
    width: 40%; }
  .notas .background .bg-rigth {
    width: 60%; }
  .notas .background .bg-notas {
    background-color: #f9f9f9; }
  .notas .background .bg-notas-img:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 40%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000000));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
    opacity: 0.4;
    left: 0;
    top: 0; } }

@media (max-width: 767px) {
  .notas .background {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: -1; }
  .notas .background .bg-left {
    width: 100%; }
  .notas .background .bg-notas-img:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 40%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000000));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
    opacity: 0;
    left: 0;
    top: 0; } }

.notas-items {
  position: absolute;
  bottom: -320px;
  width: 100%; }
  .notas-items .item.first {
    background: url("../img/notas/nota01.jpg");
    background-position: right center;
    background-repeat: no-repeat; }
  .notas-items .item.second {
    background: url("../img/notas/nota02.jpg");
    background-position: center center;
    background-repeat: no-repeat; }
  .notas-items .item.third {
    background: url("../img/notas/nota03.jpg");
    background-position: center top;
    background-repeat: no-repeat; }
  .notas-items .item.four {
    background: url("../img/notas/nota04.jpg");
    background-position: center center;
    background-repeat: no-repeat; }
  .notas-items .item {
    height: 350px;
    max-width: 250px;
    position: relative; }
    .notas-items .item .data {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translate(-50%);
      bottom: 5%;
      width: 80%;
      text-align: center; }
    .notas-items .item .data h3 {
      text-transform: uppercase;
      font-size: 0.9em;
      letter-spacing: 2px;
      font-weight: 400;
      color: #ffffff; }
    .notas-items .item .btn-container {
      margin-top: 25px; }
      .notas-items .item .btn-container .btn-linear {
        margin: 0 auto;
        display: block;
        width: 90%;
        padding: 10px 5px;
        font-size: 0.95em;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: center;
        color: #ffffff;
        border: 1px solid #ffffff;
        background: transparent;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s; }
      .notas-items .item .btn-container .btn-linear:hover {
        color: #333333; }
      .notas-items .item .btn-container .btn-linear:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        background: #ffffff;
        color: #333333; }
      .notas-items .item .btn-container .btn-linear:hover:before,
      .notas-items .item .btn-container .btn-linear:focus:before,
      .notas-items .item .btn-container .btn-linear:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .notas-items .item:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: inherit;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd2d2), to(#000000));
    background: linear-gradient(to bottom, #ddd2d2 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0.4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .notas-items .item:hover:before {
    opacity: 0.6; }

@media (max-width: 767px) {
  .notas-items {
    position: relative;
    bottom: 0;
    padding: 40px 0; }
  .notas-items .item {
    margin-bottom: 30px; } }

@media (max-width: 575px) {
  .notas-items .item {
    height: 350px;
    max-width: 80%;
    position: relative;
    margin: 0 auto 30px auto;
    background-size: cover !important; }
  .notas-items .item:before {
    max-width: unset; } }

.notas-white-space {
  width: 100%;
  height: 380px; }

.cine {
  position: relative; }
  .cine .left-block {
    padding: 80px 80px 100px 0; }
  .cine .left-block .cine-title {
    font-size: 3em;
    color: #ffffff; }
  .cine .left-block p {
    color: #ffffff; }

.cine .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .cine .background .bg-left {
    height: 100%;
    width: 40%;
    float: left; }
  .cine .background .bg-rigth {
    height: 100%;
    width: 60%;
    display: inline-block; }
  .cine .background .bg-cine {
    background-color: #333333; }
  .cine .background .bg-cine-img {
    background: url("../img/notas/notas-cine.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }
  .cine .background .bg-cine-img:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000000));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
    opacity: 0.4;
    left: 0;
    top: 0; }

.cine-items {
  position: absolute;
  width: 100%;
  bottom: -440px; }
  .cine-items a:hover > .top:before {
    opacity: 0.4; }
  .cine-items a:hover .cine-item {
    width: 80%; }
  .cine-items .item {
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2); }
  .cine-items .item a {
    color: #000000; }
  .cine-items .item.left {
    margin: 0 auto 0 0; }
  .cine-items .item.right {
    margin: 0 0 0 auto; }
  .cine-items .item .top {
    height: 250px;
    width: auto;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important; }
  .cine-items .item .top:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000000));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
    opacity: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .cine-items .item .top.laola {
    background: url("../img/cine/laola-min.jpg"); }
  .cine-items .item .top.dragonrojo {
    background: url("../img/cine/dragonrojo-min.jpg"); }
  .cine-items .item .top.graciasporcompartir {
    background: url("../img/cine/graciasporcompartir-min.jpg"); }
  .cine-items .item .bottom {
    background: #ffffff;
    padding: 20px;
    height: 220px; }
    .cine-items .item .bottom .data .title ion-icon {
      vertical-align: middle;
      margin-top: -3px;
      color: #333333; }
    .cine-items .item .bottom .data .linea-separador.cine-item {
      margin: 15px 0 5px 0;
      height: 3px;
      -webkit-transition: all 1s;
      transition: all 1s; }
    .cine-items .item .bottom h3 {
      color: #333333;
      font-size: 0.9em;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      display: inline-block;
      margin-left: 5px;
      font-family: 'Roboto', sans-serif; }
    .cine-items .item .bottom span {
      font-size: 0.8em;
      display: block;
      margin-top: 5px;
      letter-spacing: 2px;
      font-style: italic; }
    .cine-items .item .bottom p {
      font-size: 0.85em;
      text-align: left; }

.cine-white-space {
  width: 100%;
  height: 450px; }

@media (max-width: 1200px) {
  .cine .background .bg-left {
    width: 50%; }
  .cine .background .bg-rigth {
    width: 50%; }
  .cine-items .item {
    width: 100%; }
  .cine-items .item .bottom {
    padding: 20px 10px; } }

@media (max-width: 992px) {
  .cine .background .bg-left {
    width: 60%; }
  .cine .background .bg-rigth {
    width: 40%; }
  .cine-items .item .bottom .data .title ion-icon {
    display: none; }
  .cine-items .item .bottom h3 {
    margin-left: 0;
    font-size: 0.75em; }
  .cine-items .item .bottom p {
    font-size: 0.8em;
    line-height: 2.6; } }

@media (max-width: 767px) {
  .cine {
    background-color: #333333; }
  .cine .background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 0; }
  .cine .left-block {
    padding: 80px 0 100px 0; }
  .cine .background .bg-left {
    width: 0; }
  .cine .background .bg-rigth {
    width: 100%; }
  .cine .background .bg-cine-img {
    background-position: center; }
  .cine-items {
    position: relative;
    width: 100%;
    bottom: 0;
    background-color: white;
    padding: 40px 0; }
  .cine-items .item {
    margin-bottom: 30px; } }

@media (max-width: 576px) {
  .cine-items .item, .cine-items .item.left, .cine-items .item.right {
    width: 80%;
    margin: 0 auto 30px auto; }
  .cine-items .item .bottom .data .title ion-icon {
    display: inline-block; }
  .cine-items .item .bottom h3 {
    margin-left: 5px;
    font-size: 0.9em; }
  .cine-items .item .bottom p {
    font-size: 15px;
    line-height: 36px; }
  .cine-items .item .bottom {
    padding: 20px;
    height: unset; }
  .cine .left-block {
    padding: 80px 10px 100px 10px; } }

@media (max-width: 767px) {
  .cine-white-space, .notas-white-space {
    display: none; } }

.about-header {
  position: relative;
  height: 85vh; }
  .about-header .contenedor-data {
    position: relative;
    height: 85vh; }
    .about-header .contenedor-data .data {
      width: 65%;
      bottom: 30px;
      position: absolute; }
    .about-header .contenedor-data .data .title {
      color: #333333;
      margin-bottom: 10px;
      font-size: 3.5em;
      font-weight: 800;
      letter-spacing: 4px;
      line-height: 80px;
      text-transform: uppercase;
      font-family: 'Raleway', sans-serif; }

.about-header .redes {
  position: absolute;
  bottom: 40px;
  right: 0; }

.about-header .redes .icon-container {
  display: block;
  width: 40px;
  margin: 8px 0; }

.about-bg-header {
  position: absolute;
  background: url("../img/about/profile.jpg");
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat; }

@media (max-width: 1200px) {
  .about-header .contenedor-data .data {
    width: 80%; } }

@media (max-width: 992px) {
  .about-bg-header {
    width: 30%;
    background-position: center; } }

@media (max-width: 767px) {
  .about-header {
    height: unset; }
  .about-header .contenedor-data {
    height: unset;
    padding: 40px 10px; }
  .about-header .contenedor-data .data {
    position: static; }
  .about-bg-header {
    width: 100%;
    background-position: 0px 15%;
    height: 450px;
    position: relative;
    top: unset;
    left: unset; } }

.my-education {
  min-height: 660px; }

.my-education,
.my-work {
  padding: 60px 0;
  background: #f9f9f9; }

.my-education .data,
.my-work .data,
.crecer .data,
.about-me .data {
  width: 90%; }
  .my-education .data .title,
  .my-work .data .title,
  .crecer .data .title,
  .about-me .data .title {
    font-size: 1.2em;
    letter-spacing: 3px; }
  .my-education .data .subtitle,
  .my-work .data .subtitle,
  .crecer .data .subtitle,
  .about-me .data .subtitle {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 40px; }
  .my-education .data .texto-central-principal,
  .my-work .data .texto-central-principal,
  .crecer .data .texto-central-principal,
  .about-me .data .texto-central-principal {
    margin: 0;
    text-align: left; }
    .my-education .data .texto-central-principal span,
    .my-work .data .texto-central-principal span,
    .crecer .data .texto-central-principal span,
    .about-me .data .texto-central-principal span {
      font-weight: 500;
      letter-spacing: 0;
      text-transform: uppercase;
      display: block;
      background-color: #ffdf6b;
      padding: 0 20px 0 20px;
      margin-bottom: 20px;
      text-align: center;
      color: #333333;
      letter-spacing: 2px;
      font-size: 0.8em; }

.education-list,
.work-list {
  padding: 145px 0 0 0; }

.education-list .item,
.work-list .item {
  cursor: pointer; }
  .education-list .item .line-container,
  .work-list .item .line-container {
    width: 50%;
    border-right: 1px solid #ffdf6b;
    height: 100%;
    position: relative; }
    .education-list .item .line-container .dot,
    .work-list .item .line-container .dot {
      position: absolute;
      top: 12px;
      right: -13px;
      font-size: 1.2em;
      line-height: 9px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      color: #ffdf6b;
      background: whitesmoke;
      border-radius: 50%;
      padding: 2px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
  .education-list .item .line-container.last,
  .work-list .item .line-container.last {
    border: none; }
  .education-list .item .data,
  .work-list .item .data {
    min-height: 50px; }
  .education-list .item .data .top .date,
  .work-list .item .data .top .date {
    display: inline-block;
    font-size: 0.9em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none; }
    .education-list .item .data .top .date h4,
    .work-list .item .data .top .date h4 {
      display: none; }
  .education-list .item .data .top .line,
  .work-list .item .data .top .line {
    display: none; }
  .education-list .item .data .top .title,
  .work-list .item .data .top .title {
    display: inline-block;
    font-size: 0.85em;
    letter-spacing: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .education-list .item .data .bottom,
  .work-list .item .data .bottom {
    -webkit-transition: all .35s ease;
    transition: all .35s ease; }
    .education-list .item .data .bottom .info .texto-central-principal,
    .work-list .item .data .bottom .info .texto-central-principal {
      font-size: 0.8em;
      line-height: 2.6;
      margin: 10px 0 10px 0; }

@media (max-width: 992px) {
  .my-education .data, .my-work .data {
    width: 90%;
    margin: 0 auto; }
  .education-list {
    padding: 20px 0 0 0; }
  .work-list {
    padding: 40px 0 0 0; } }

@media (max-width: 767px) {
  .education-list {
    padding: 20px 10px 0 10px; }
  .work-list {
    padding: 40px 10px 0 10px; } }

@media (max-width: 576px) {
  .education-list .item .line-container .dot, .work-list .item .line-container .dot {
    right: -11px; } }

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.collapse.in {
  height: auto; }

.about-me {
  margin: 0px 0 0px 0px;
  position: relative;
  min-height: 80vh; }
  .about-me .data {
    margin-top: 40px; }
  .about-me .strength-items {
    padding: 40px 0 0 0; }
  .about-me .strength-items .strength {
    margin-bottom: 50px; }
    .about-me .strength-items .strength ion-icon {
      font-size: 1.4em;
      vertical-align: middle;
      display: inline-block;
      margin-bottom: 25px;
      margin-right: 10px; }
    .about-me .strength-items .strength h3 {
      display: inline-block;
      font-size: 1.2em;
      letter-spacing: 1px;
      font-weight: 400; }
  .about-me .strength-items .items-internos {
    padding: 10px 0 0 30px; }
    .about-me .strength-items .items-internos .item {
      position: relative;
      margin-bottom: 15px; }
      .about-me .strength-items .items-internos .item ion-icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1em;
        margin: 0; }
      .about-me .strength-items .items-internos .item span {
        display: block;
        font-size: 0.9em;
        letter-spacing: 1px;
        font-weight: 300;
        margin-left: 25px;
        padding-top: -2px; }

.about-me-bg {
  position: absolute;
  background: url("../img/about/about02.jpg");
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.terapia {
  position: relative;
  padding: 60px 0;
  min-height: 90vh;
  background-color: #ffdf6b; }
  .terapia .data {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    z-index: 2; }
    .terapia .data .title {
      font-size: 1.2em;
      letter-spacing: 3px; }
    .terapia .data .subtitle {
      text-transform: uppercase;
      font-size: 0.8em;
      font-weight: 600;
      letter-spacing: 2px;
      color: #333333; }
    .terapia .data .texto-central-principal {
      color: #333333;
      margin: 40px auto 0 auto;
      text-align: center;
      width: 80%; }
    .terapia .data .linea-separador {
      margin: 25px auto;
      background-color: #333333; }
    .terapia .data .texto-aclaratorio {
      color: #333333; }

.terapia::after {
  content: '';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.1;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: unset;
  background-image: url("../img/about/fondo-terapia.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; }

.ver-mas-span {
  color: #999999;
  font-style: italic;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  cursor: pointer;
  margin-left: 5px; }

@media (max-width: 992px) {
  .about-me-bg {
    width: 30%; } }

@media (max-width: 768px) {
  .about-me-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 400px;
    width: 100%; } }

.contacto-full {
  background-color: #333333;
  min-height: 100vh;
  position: relative;
  color: #ffffff; }

.contacto-full::before {
  content: "";
  display: block;
  position: absolute;
  opacity: .5;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/contact-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#contenedor-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2% 6%; }

.contacto-superior {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contacto-sup-izq {
  width: 49%;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }

.contacto-sup-izq h1 {
  margin-left: -4px;
  color: #ffffff;
  margin-bottom: 50px;
  font-size: 6.5em;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 80px;
  text-transform: uppercase;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.05, 0.75, 0.77);
  transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.05, 0.75, 0.77);
  transition: transform 0.6s cubic-bezier(0.62, 0.05, 0.75, 0.77);
  transition: transform 0.6s cubic-bezier(0.62, 0.05, 0.75, 0.77), -webkit-transform 0.6s cubic-bezier(0.62, 0.05, 0.75, 0.77);
  font-family: 'Raleway', sans-serif; }

.contacto-sup-izq .texto-central-principal {
  margin-bottom: 50px;
  text-align: left; }

.contacto-sup-dcha {
  width: 44%;
  display: inline-block;
  margin-left: 5%;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }

.mapa-contacto {
  width: 80%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: .9;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out; }

.contacto-inf-izq,
.contacto-inf-izq-2 {
  width: 20%;
  display: inline-block; }

.contacto-inferior .contacto-inf-izq-0 .dir {
  display: none; }

.contacto-inf-dcha {
  float: right; }

.contacto-dato {
  text-align: justify;
  font-size: 15px;
  font-family: 'Roboto', sans-serif; }

.contacto-dato h4 {
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600; }

.contacto-dato p {
  line-height: 1.5;
  font-size: 13px; }

.contacto-dato p {
  line-height: 1.5;
  font-size: 13px; }

.redes {
  position: relative;
  z-index: 3; }
  .redes .icon-container {
    background: #f9f9f9;
    color: #333333; }
  .redes .icon-container:hover {
    background: #333333;
    color: #f9f9f9; }

#icon-map {
  cursor: pointer; }

@media (max-width: 1200px) {
  .contacto-superior {
    margin-bottom: 25px; }
  .contacto-sup-izq h1 {
    margin-bottom: 25px; }
  .contacto-sup-izq {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%; }
  .contacto-sup-dcha {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%; } }

@media (max-width: 992px) {
  .contacto-superior {
    margin-bottom: 50px; }
  .contacto-sup-izq {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .contacto-sup-dcha {
    display: none; } }

@media (max-width: 767px) {
  #contenedor-bottom {
    height: 100vh;
    position: absolute; }
  .contacto-inferior {
    position: absolute;
    bottom: 20px; }
  .contacto-sup-izq .texto-central-principal {
    display: none; }
  .contacto-sup-izq .contacto-dato {
    display: none; }
  .contacto-superior {
    margin-bottom: 0;
    position: absolute;
    top: 80px; }
  .contacto-inferior .contacto-inf-izq-0 .dir {
    display: block;
    margin-bottom: 20px; }
  .contacto-inf-izq,
  .contacto-inf-izq-2 {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
  .contacto-inf-dcha {
    float: left; }
  .contacto-sup-izq h1 {
    font-size: 5em; } }

@media (max-width: 576px) {
  .contacto-sup-izq h1 {
    font-size: 4em; } }

@media (max-width: 450px) {
  .contacto-sup-izq h1 {
    font-size: 2.8em; } }

#side-bar-map {
  width: 100%;
  -webkit-transform: translate(0px, 100vh);
  transform: translate(0px, 100vh);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.05, 0.75, 0.77);
  transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.05, 0.75, 0.77);
  transition: transform 0.6s cubic-bezier(0.62, 0.05, 0.75, 0.77);
  transition: transform 0.6s cubic-bezier(0.62, 0.05, 0.75, 0.77), -webkit-transform 0.6s cubic-bezier(0.62, 0.05, 0.75, 0.77);
  height: 100%;
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  z-index: 0;
  display: none;
  display: block;
  background-color: #ffdf6b;
  z-index: 2;
  border-top: 7px solid #ffdf6b; }

#side-bar-map .img-contenedor {
  background-image: url("../img/contact-map.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

.contact-info {
  padding: 60px;
  background-color: #ffffff; }
  .contact-info .container {
    position: relative;
    padding: 60px 80px;
    background-color: #ffdf6b; }
    .contact-info .container > .row:first-child {
      margin-bottom: 60px; }
  .contact-info .title {
    color: #333333;
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    z-index: 2;
    position: relative; }
    .contact-info .title span {
      font-size: 33.4px;
      letter-spacing: 0;
      margin-left: 2px; }
  .contact-info .texto-central-principal {
    z-index: 2;
    position: relative; }
  .contact-info .item {
    z-index: 2;
    position: relative; }
  .contact-info .item ion-icon {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.8em;
    color: #333333; }
  .contact-info .item .info {
    margin-left: 50px; }
    .contact-info .item .info a {
      color: #333333;
      cursor: pointer; }
      .contact-info .item .info a span {
        display: block; }
      .contact-info .item .info a span.first {
        color: #333333;
        font-size: 0.9em;
        font-weight: 800;
        letter-spacing: 4px;
        text-transform: uppercase; }
      .contact-info .item .info a span.second {
        font-family: 'Roboto', sans-serif;
        font-size: 0.78em;
        letter-spacing: 0px; }
  .contact-info .telefono.item,
  .contact-info .whatsapp.item {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%); }
  .contact-info .skype.item {
    float: right; }

.contact-info .container:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.1; }

.podemos-hablar {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #333333;
  margin-top: 4px;
  font-size: 20px; }

@media (max-width: 1200px) {
  .contact-info .telefono.item,
  .contact-info .whatsapp.item {
    position: relative;
    left: inherit;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 20px; }
  .contact-info .skype.item {
    float: left; } }

@media (max-width: 991px) {
  .contact-info .title .titulo-principal {
    font-size: 2.6em;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  .contact-info .skype.item {
    float: left; }
  .contact-info .container > .row:first-child {
    margin-bottom: 30px; }
  .contact-info .direccion {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .contact-info .telefono.item,
  .contact-info .whatsapp.item {
    position: relative;
    left: inherit;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 20px; }
  .contact-info .telefono.item {
    position: relative; }
  .contact-info .title {
    margin-bottom: 20px; }
  .contact-info .skype {
    margin-bottom: 20px; }
  .contact-info .container {
    padding: 30px 30px; }
  .contact-info .texto-central-principal {
    text-align: left; } }

@media (max-width: 567px) {
  .contact-info {
    padding: 20px; } }

@media (max-width: 516px) {
  .contact-info .title .titulo-principal {
    font-size: 1.8em;
    letter-spacing: 0px;
    margin-bottom: 10px; } }

@media (max-width: 424px) {
  .contact-info {
    padding: 20px 20px 60px 20px; } }

.img-header {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 85vh;
  width: 100%;
  position: relative; }

.img-header::after {
  content: "";
  display: block;
  position: absolute;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+25,ffffff+75,ffffff+100&0+25,1+75,1+75,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(95%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, white 95%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.header-nota {
  text-align: center;
  padding: 0px 0px 100px 0px;
  color: #000000; }

.header-nota h4 {
  font-size: .8em;
  margin-bottom: 22px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase; }

.header-nota h1 {
  font-size: 4em;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto 19px auto; }

.header-nota span {
  font-size: .8em;
  letter-spacing: 0px;
  font-weight: 600;
  margin: 0px 15px; }

.header-nota ion-icon {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 10px; }

.destacado-nota {
  padding-bottom: 100px; }

.destacado-nota .first-letter {
  color: #ffdf6b;
  float: left;
  font-size: 92px;
  line-height: 97px;
  padding-top: 6px;
  padding-right: 30px;
  padding-left: 0px;
  font-weight: 600; }

.destacado-nota p {
  line-height: 53px;
  text-align: justify;
  color: #999999;
  font-size: 18px; }

.bloque-contenido-nota {
  padding: 0px 0px 100px 0px; }

.bloque-contenido-nota h3 {
  font-size: .8em;
  margin-bottom: 22px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000; }

.bloque-contenido-nota p {
  color: #999999;
  font-size: 16px;
  text-align: justify;
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 2.4; }

.bloque-contenido-nota .img-nota {
  display: block;
  overflow: hidden;
  max-height: 500px;
  width: 100%;
  clear: both;
  position: relative;
  height: 500px;
  margin: 40px auto 8px auto; }

.bloque-contenido-nota .img-nota img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.bloque-contenido-nota .img-nota:hover img {
  height: 110%; }

.bloque-contenido-nota .epigrafe-nota {
  text-align: center;
  margin: 0px 0px 32px 0px;
  display: block;
  font-size: 13px;
  color: #999999; }

.destacado-nota h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  color: #999999;
  font-style: italic; }

.siguiente-nota {
  width: 100%;
  background-image: url("../img/notas/nota01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 95px 0px; }

.siguiente-nota.pra {
  background-image: url("../img/notas/nota-03/header.jpg"); }

.siguiente-nota.pi {
  background-image: url("../img/notas/nota-02/header.jpg"); }

.siguiente-nota.autoestima {
  background-image: url("../img/notas/nota-04/header.jpg"); }

.siguiente-nota.ccpp {
  background-image: url("../img/notas/nota-01/header.jpg"); }

.siguiente-nota.dr {
  background-image: url("../img/notas/dragon-rojo/header.jpg"); }

.siguiente-nota.gpc {
  background-image: url("../img/notas/gracias-por-compartir/header.jpg");
  background-position: top; }

.siguiente-nota.laola {
  background-image: url("../img/notas/la-ola/header.jpg"); }

.siguiente-nota h4 {
  font-size: .7em;
  margin-bottom: 22px;
  letter-spacing: 2px;
  font-weight: 600; }

.siguiente-nota h3 {
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 22px; }

.siguiente-nota span {
  font-size: 0.6em;
  font-weight: 400; }

.siguiente-nota a {
  color: #ffdf6b;
  font-size: .8em;
  font-weight: 600;
  letter-spacing: 1px; }

.siguiente-nota a ion-icon {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 10px; }

.siguiente-nota::after {
  content: '';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #000000; }

@media (max-width: 767px) {
  .header-nota h1 {
    font-size: 3em; } }

.crecer {
  padding: 80px 0;
  background-color: #ffdf6b; }
  .crecer .data {
    margin-bottom: 50px;
    text-align: center;
    width: 100%; }
    .crecer .data .linea-separador {
      background-color: #333333;
      margin: 25px auto; }
    .crecer .data .texto-central-principal {
      text-align: center;
      width: 80%;
      margin: 0 auto; }
  .crecer .contenedor-crecer {
    margin: 0 auto;
    max-width: 95%; }
  .crecer .contenedor-letter {
    padding-right: 0px; }
  .crecer .bg {
    width: 50px;
    background-color: #f9f9f9;
    height: 50px;
    position: relative; }
  .crecer .letter {
    display: block;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #333333; }
  .crecer .letter.c-2 {
    margin-right: -2px; }
  .crecer .letter.e-2 {
    margin-right: -1px; }
  .crecer .letter.r-1 {
    margin-right: -1px; }
  .crecer .letter.r-2 {
    margin-right: -3px; }
  .crecer .content {
    -ms-flex-item-align: center;
    align-self: center; }
    .crecer .content .texto-central-principal {
      display: inline;
      line-height: 1.5; }

@media (max-width: 768px) {
  .crecer .bg {
    margin: 0 0 0 auto;
    height: 70px; } }

@media (max-width: 576px) {
  .crecer .content {
    padding: 0 0 0 0; }
    .crecer .content .texto-central-principal {
      font-size: 14px; }
  .crecer .contenedor-letter {
    padding-left: 0; }
  .crecer .bg {
    margin: 0; } }

.data-animation-1 {
  padding: 50px 2%;
  min-height: 73vh; }
  .data-animation-1 .data-individual {
    padding: 20px;
    margin: 0px 6%;
    z-index: 10;
    cursor: pointer;
    position: relative; }
    .data-animation-1 .data-individual h3 {
      font-size: 4.5em;
      text-align: left;
      line-height: 1;
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      -webkit-transition: all .25s ease;
      transition: all .25s ease; }
    .data-animation-1 .data-individual h2 {
      font-size: 1.75em;
      text-align: left;
      line-height: 1.1;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      text-transform: initial;
      letter-spacing: 2px;
      margin: 30px 0px;
      -webkit-transition: all .25s ease;
      transition: all .25s ease; }
    .data-animation-1 .data-individual p {
      font-size: .8em;
      line-height: 2;
      font-weight: 500;
      font-family: 'Roboto', sans-serif;
      -webkit-transition: all .25s ease;
      transition: all .25s ease; }
    .data-animation-1 .data-individual hr {
      border: none;
      height: 5px;
      text-align: left;
      width: 20%;
      -webkit-transition: all .25s ease;
      transition: all .25s ease; }
  .data-animation-1 .data-individual-unactive {
    border: transparent solid 4px; }
    .data-animation-1 .data-individual-unactive h3 {
      color: rgba(0, 0, 0, 0.4); }
    .data-animation-1 .data-individual-unactive h2 {
      color: rgba(0, 0, 0, 0.4); }
    .data-animation-1 .data-individual-unactive p {
      color: rgba(0, 0, 0, 0.4); }
    .data-animation-1 .data-individual-unactive hr {
      background-color: rgba(0, 0, 0, 0.4);
      margin: 0px 0px 20px 0px; }
    .data-animation-1 .data-individual-unactive .bottom-info {
      -webkit-transition: all .35s ease;
      transition: all .35s ease; }
    .data-animation-1 .data-individual-unactive .collapse-info {
      position: relative;
      height: 0;
      overflow: hidden;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
  .data-animation-1 .data-individual-active {
    border: #333333 solid 4px; }
    .data-animation-1 .data-individual-active h3 {
      color: #333333; }
    .data-animation-1 .data-individual-active h2 {
      color: #333333; }
    .data-animation-1 .data-individual-active p {
      color: #333333; }
    .data-animation-1 .data-individual-active hr {
      background-color: #333333;
      margin: 30px 0px 20px 0px; }
    .data-animation-1 .data-individual-active .bottom-info {
      -webkit-transition: all .35s ease;
      transition: all .35s ease; }
    .data-animation-1 .data-individual-active .collapse-info {
      position: relative;
      overflow: hidden;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }

@media (max-width: 992px) {
  .data-animation-1 .data-individual {
    padding: 10px;
    margin: 0 2%; }
  .data-animation-1 .clear_padd {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767px) {
  .data-animation-1 .data-individual {
    padding: 20px;
    margin: 0 6%; }
  .data-animation-1 .clear_padd {
    padding-left: 15px;
    padding-right: 15px; } }

.contenedor-general-carousel {
  position: relative; }

.contenedor-textos-carousel {
  overflow: hidden;
  position: relative; }

.texto-carousel {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

.texto-carousel-1 {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%); }

.texto-carousel-2 {
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%); }

.texto-carousel-3 {
  -webkit-transform: translate(200%, 0%);
  transform: translate(200%, 0%); }

#texto-carousel-flecha-izq {
  position: absolute;
  top: 2px;
  left: -35px; }

#texto-carousel-flecha-dch {
  position: absolute;
  top: 2px;
  right: -35px; }

#texto-carousel-flecha-izq, #texto-carousel-flecha-dch {
  background-color: transparent;
  border: none;
  outline: none; }

#texto-carousel-flecha-izq:focus, #texto-carousel-flecha-dch:focus {
  background-color: transparent;
  border: none;
  outline: none; }

#texto-carousel-flecha-izq:active, #texto-carousel-flecha-dch:active {
  background-color: transparent;
  border: none;
  outline: none; }

#texto-carousel-flecha-izq ion-icon, #texto-carousel-flecha-dch ion-icon {
  color: #333333;
  font-size: 30px; }

#texto-carousel-flecha-izq:hover > ion-icon, #texto-carousel-flecha-dch:hover > ion-icon {
  color: #ffdf6b; }

.servicios-header {
  background: url("../img/servicios/servicios.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 90vh;
  position: relative;
  color: #ffffff; }
  .servicios-header .contenido {
    width: 40%;
    position: absolute;
    bottom: 80px;
    left: 80px; }

.servicios-header:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
  opacity: 0.6; }

.servicios-header h1 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 5em;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 80px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif; }

@media (max-width: 767px) {
  .servicios-header {
    height: unset; }
  .servicios-header .contenido {
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    padding: 40px; } }

.servicios-items {
  height: 200px;
  position: absolute;
  bottom: -100px;
  width: 100%; }
  .servicios-items .item {
    text-align: center;
    margin: 0 auto;
    height: 250px;
    width: 90%;
    background: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .servicios-items .item-data {
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 25px; }
    .servicios-items .item-data ion-icon {
      font-size: 5em; }
    .servicios-items .item-data .title {
      font-size: 0.95em;
      margin: 10px 0;
      font-weight: 600; }
    .servicios-items .item-data .bajada {
      font-size: 0.85em;
      margin: 5px 0 0 0; }

.servicios-white-space {
  height: 100px;
  width: 100%; }

.servicios.servicio-laboral {
  margin-top: 100px; }

.servicios .fix-padd {
  padding: 0 !important; }

.servicios .data {
  -ms-flex-item-align: center;
  align-self: center; }

.servicios .data-block {
  padding: 50px; }

.servicios .data-block .title {
  font-size: 1.2em;
  letter-spacing: 3px; }

.servicios .data-block ul {
  list-style: none;
  padding: 0 0 0 10px; }

.servicios .data-block ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 0.85em;
  letter-spacing: 1px;
  margin-bottom: 5px; }

.servicios .back-img {
  min-height: 400px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover; }

.servicios .back-img.laboral {
  background-image: url("../img/servicios/informe-laboral.jpg");
  background-position: center top; }

.servicios .back-img.pericial {
  background-image: url("../img/servicios/informe-pericial.jpg"); }

.servicios .back-img.grafo01 {
  background-image: url("../img/servicios/informe-grafo01.jpg"); }

.servicios .back-img.grafo02 {
  background-image: url("../img/servicios/informe-grafo02.jpg"); }

.servicios .back-img.vocacional {
  background-image: url("../img/servicios/informe-vocacional.jpg"); }

@media (max-width: 992px) {
  .servicios .fix-padd.img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .servicios.servicio-laboral {
    margin-top: 0px; }
  .servicios .data-block .texto-central-principal {
    text-align: left; } }

@media (max-width: 576px) {
  .servicios-header h1 {
    font-size: 3em;
    line-height: 1.2; } }

.bar-notification {
  position: fixed;
  width: 100%;
  padding: 12px;
  background-color: #ffdf6b;
  border-top: 4px solid #333333;
  z-index: 99;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.bar-notification.open {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.bar-notification .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 12px; }

.bar-notification .info .subtitulo-principal {
  color: #333333;
  font-size: 1.75em;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 4px;
  margin-bottom: 12px;
  text-transform: uppercase; }

.bar-notification .info p {
  color: #333333d9;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 100; }

.bar-notification .action {
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  padding: 12px; }

.bar-notification .action button {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f9f9f9; }

.bar-notification .action .icon-container:hover {
  background: #333333;
  color: #f9f9f9; }
