/*! 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=Open+Sans:300,300i,400,400i,600,600i,700,700i|Playfair+Display:400,400i,700,700i");
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; }

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

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

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

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

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

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

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

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

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

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

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

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .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 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .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 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .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 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

#slides {
  position: relative; }

#slides .slides-container {
  display: none; }

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%; }

.slides-navigation a {
  position: absolute;
  display: block; }

.slides-navigation a.prev {
  left: 0; }

.slides-navigation a.next {
  right: 0; }

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%; }

.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%; }

.slides-pagination a.current {
  background: #222; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* NEW COLOURS */
html {
  font-size: 18px; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  color: #333;
  overflow-x: hidden;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures; }

.titulo-principal {
  font-size: 3em;
  letter-spacing: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #2abf9b;
  color: #fff;
  padding: 0px 10px 0px 20px; }

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

.texto-central-principal {
  line-height: 36px;
  text-align: justify;
  color: #868686;
  font-size: 15px; }

.texto-central-principal strong {
  color: #0f4461; }

.sombra-basica {
  -webkit-box-shadow: 7px 7px 9px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 9px -5px rgba(0, 0, 0, 0.3); }

.height-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

.height-fix .height-fix-child {
  height: auto; }

.height-inherit {
  height: inherit; }

.clear-marg {
  margin: 0; }

.exterior-imagen {
  height: 100%; }

@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; } }

header {
  background-color: #fff; }
  header .nav-top {
    border-bottom: 2px solid #2abf9b;
    padding: 2px 0;
    position: relative; }
    header .nav-top .row {
      margin: 0; }
    header .nav-top .titulo {
      padding: 15px 0; }
      header .nav-top .titulo h2 {
        margin: 0px 0px 0px 18px;
        padding: 0;
        color: #2abf9b;
        font-size: 1em;
        letter-spacing: 2px;
        font-weight: 700;
        text-transform: uppercase; }
    header .nav-top .redes {
      text-align: right;
      padding: 13px 0; }
      header .nav-top .redes a {
        text-decoration: none;
        color: #fff; }
        header .nav-top .redes a span {
          font-size: 0.8em; }
      header .nav-top .redes .icon-container {
        padding: 5px;
        background-color: #2abf9b;
        vertical-align: middle;
        line-height: 1px;
        display: inline-block;
        color: #fff; }
      header .nav-top .redes .icon-container:hover {
        background-color: #0f4461;
        color: #fff; }
  header .nav-bottom ul {
    text-align: left;
    padding: 0px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    header .nav-bottom ul li {
      display: inline-block; }
      header .nav-bottom ul li a {
        text-decoration: none;
        color: #333;
        letter-spacing: 4px;
        font-size: 0.75em;
        font-weight: 500;
        padding: 20px 20px;
        display: block; }
        header .nav-bottom ul li a.active {
          background-color: #2abf9b;
          color: #fff; }
      header .nav-bottom ul li a:hover:not(.active) {
        background-color: #2abf9b;
        color: #fff; }
  header .nav-bottom hr {
    display: none; }
  header .nav-bottom .redes {
    display: none; }
  header .nav-bottom .texto {
    display: none; }

/* Hamburguer */
.iconNav {
  position: absolute;
  right: 0;
  width: 8px;
  height: 8px;
  cursor: pointer;
  -webkit-transform: scale(4);
  transform: scale(4);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  margin: 6px 10px 0 0;
  display: none;
  z-index: 999; }

.hamburger {
  width: 6px;
  height: 1px;
  background: #2abf9b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  transition: .5s; }

.hamburger:before,
.hamburger:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 1px;
  background: #2abf9b;
  -webkit-transition: .5s;
  transition: .5s; }

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

.hamburger:after {
  top: 2px; }

.iconNav.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); }

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

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

.overHidden {
  overflow-y: hidden; }

@media (max-width: 1200px) {
  header .nav-bottom ul li a {
    letter-spacing: 2px; } }

@media (max-width: 992px) {
  header .nav-bottom ul li a {
    padding: 20px 10px; } }

@media (max-width: 767px) {
  html {
    overflow-x: hidden; }
  header {
    background-color: #fff;
    height: 59px; }
    header .nav-top {
      border-bottom: 2px solid #2abf9b; }
      header .nav-top .redes {
        display: none; }
      header .nav-top .titulo h2 {
        color: #2abf9b; }
      header .nav-top .iconNav {
        display: block; }
    header .nav-bottom {
      height: calc(100vh - 59px);
      position: relative;
      z-index: 999;
      background-color: #fff;
      -webkit-transition: all 1s;
      transition: all 1s; }
      header .nav-bottom.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%); }
      header .nav-bottom.close {
        -webkit-transform: translateX(100%);
        transform: translateX(100%); }
      header .nav-bottom .container {
        padding: 0;
        position: absolute;
        width: 95%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        top: 10px;
        left: 50%; }
        header .nav-bottom .container hr {
          display: block; }
      header .nav-bottom ul {
        text-align: center;
        padding: 0;
        margin: 0 0 20px 0;
        display: block; }
        header .nav-bottom ul li {
          display: block; }
          header .nav-bottom ul li a {
            text-decoration: none;
            color: #2abf9b;
            letter-spacing: 2px;
            font-size: 1.4em;
            font-weight: 600;
            padding: 10px;
            display: block; }
            header .nav-bottom ul li a.active {
              background-color: #2abf9b;
              color: #fff; }
          header .nav-bottom ul li a:hover:not(.active) {
            background-color: #2abf9b;
            color: #fff; }
      header .nav-bottom .redes {
        display: block;
        text-align: center;
        padding: 5px 0 5px 0; }
        header .nav-bottom .redes h4 {
          margin: 0 0 10px 0;
          padding: 0;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-size: 0.8em; }
        header .nav-bottom .redes a {
          text-decoration: none;
          color: #fff;
          font-size: 1.3em; }
        header .nav-bottom .redes .icon-container {
          padding: 10px;
          background-color: #2abf9b;
          vertical-align: middle;
          line-height: 1px;
          display: inline-block;
          color: #fff; }
        header .nav-bottom .redes .icon-container:hover {
          background-color: #0f4461;
          color: #fff; }
      header .nav-bottom .texto {
        display: block;
        text-align: center;
        margin-top: 20px; }
        header .nav-bottom .texto span {
          text-transform: uppercase; }
          header .nav-bottom .texto span a {
            text-decoration: none;
            color: #333;
            text-transform: uppercase;
            color: #868686;
            letter-spacing: 2px;
            padding: 5px 0; }
          header .nav-bottom .texto span a:hover {
            color: #2abf9b; } }

@media (max-width: 575px) {
  header {
    height: 57px; }
    header .nav-bottom {
      height: calc(100vh - 57px); } }

.slides-name {
  position: absolute;
  color: white;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 5;
  width: 100%; }
  .slides-name h1 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 3.5em;
    letter-spacing: 5px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block; }
  .slides-name h2 {
    margin: 0 0 29px 0;
    font-size: 0.85em;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 1.8;
    margin-right: -21px;
    text-transform: uppercase;
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
    padding: 7px 5px 9px 14px;
    border: white 2px solid; }
  .slides-name a {
    border: 1px solid #2abf9b;
    padding: 8px 17px 10px 15px;
    text-align: center;
    margin: 30px 0 0 5px;
    background-color: #2abf9b;
    color: #f7f7f7;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .75em;
    letter-spacing: 3px;
    display: inline-block; }

#slides {
  height: 85vh !important; }

.slides-left {
  text-align: left;
  display: inline-block;
  width: 76%; }

.slides-bkg-overlay {
  height: 85vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  opacity: .25;
  background-color: #333; }

.slides-bkg-gradient {
  height: 85vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: .4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2abf9b+0,2abf9b+17,29b5bc+42,146382+69,124d72+83,0f4461+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(42, 191, 155, 0) 0%, rgba(42, 191, 155, 0.17) 17%, rgba(41, 181, 188, 0.42) 42%, rgba(20, 99, 130, 0.69) 69%, rgba(18, 77, 114, 0.83) 83%, #0f4461 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002abf9b', endColorstr='#0f4461',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.downArrow {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  margin-left: -20px; }

.bounce {
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@media (max-width: 992px) {
  .slides-left {
    text-align: center; }
  .slides-left h2 {
    letter-spacing: 15px;
    margin-right: 0px;
    margin-left: 0px; }
  .slides-left a {
    margin: 30px 0 0 0px; } }

@media (max-width: 576px) {
  #slides {
    height: 70vh !important; }
  .slides-left h1 {
    font-size: 2.6em; }
  .slides-left h2 {
    font-size: 1em;
    letter-spacing: 8px;
    margin-right: 0px; } }

footer {
  background-color: #333;
  color: #fff;
  padding: 40px 0px; }
  footer .row {
    padding: 0 20px; }
  footer hr {
    border-color: #fff;
    border-width: 0.5px; }
  footer .left h2 {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.5; }
  footer .left p {
    padding-right: 50px;
    color: #fff;
    font-size: 0.8em;
    letter-spacing: 2px; }
  footer .link {
    text-align: right; }
    footer .link a {
      text-decoration: none;
      color: #fff;
      margin-right: 10px;
      font-size: .65em;
      letter-spacing: 2px;
      font-weight: 600; }
    footer .link a:hover {
      color: #d0d0d0; }
  footer .efox {
    text-align: right; }
    footer .efox a {
      text-decoration: none;
      color: #fff;
      font-size: .65em;
      letter-spacing: 2px;
      font-weight: 400;
      text-transform: uppercase; }
      footer .efox a span {
        font-weight: 600; }
    footer .efox a:hover > span {
      color: #e8e8e8; }

@media (max-width: 768px) {
  footer .link {
    text-align: left; } }

.helper-centrar {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 0; }

.centrar-div {
  vertical-align: middle;
  max-width: 98%;
  max-height: 100%;
  display: inline-block; }

.helper-abajo {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  font-size: 0; }

.abajo-div {
  vertical-align: bottom;
  max-width: 98%;
  max-height: 100%;
  display: inline-block; }

.center-text {
  text-align: center; }

#testimonios {
  padding: 50px 0; }
  #testimonios .title-container {
    margin-bottom: 24px;
    text-align: center; }
    @media (max-width: 576px) {
      #testimonios .title-container {
        margin-bottom: 16px; } }
  #testimonios .title-container h2 {
    font-size: 3.2em;
    letter-spacing: 10px;
    font-weight: 700;
    color: #2abf9b;
    padding: 5px 10px;
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 576px) {
      #testimonios .title-container h2 {
        font-size: 1.8em; } }

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.owl-container {
  width: 85%;
  margin: 0 auto; }

.section-borders span {
  height: 5px;
  background: #6aaf08;
  width: 40px;
  display: inline-block;
  border-radius: 2px; }

.client-testimonial-carousel .owl-dots button {
  height: 5px;
  background: #868686 !important;
  width: 20px;
  display: inline-block;
  margin: 5px;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 2px;
  border: none !important; }

.client-testimonial-carousel button.owl-dot.active {
  background: #2abf9b !important;
  width: 30px; }

.client-testimonial-carousel .owl-dots button:focus {
  outline: none; }

.client-testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 25px; }

.single-testimonial-item {
  position: relative;
  -webkit-box-shadow: 0 0 4px #dadfd3;
  box-shadow: 0 0 4px #dadfd3;
  margin: 6px; }
  .single-testimonial-item .testimonial-item-text {
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-style: italic; }
  .single-testimonial-item .testimonial-item-info {
    border-top: 1px solid #2abf9b;
    padding: 20px 40px;
    background-color: rgba(42, 191, 155, 0.1); }
    .single-testimonial-item .testimonial-item-info .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 6px; }
      .single-testimonial-item .testimonial-item-info .top .avatar img {
        border-radius: 50%;
        width: 50px; }
      .single-testimonial-item .testimonial-item-info .top .info .name {
        margin: 0; }
      .single-testimonial-item .testimonial-item-info .top .info .profession {
        font-size: 0.8em;
        letter-spacing: 1px;
        color: #333 !important; }
    .single-testimonial-item .testimonial-item-info .bottom span {
      display: block;
      font-size: 0.7em;
      letter-spacing: 1px;
      font-weight: 100; }
      .single-testimonial-item .testimonial-item-info .bottom span:first-child {
        margin-bottom: 3px; }

.single-testimonial-item p {
  font-size: 0.85em;
  line-height: 26px; }

.single-testimonial-item h3 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0; }

.single-testimonial-item h3 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px; }

.contact-form {
  padding: 42px 38px 0 38px;
  margin-bottom: 36px;
  background-color: #0f4461; }
  .contact-form .contact-form-title {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    letter-spacing: 4px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .contact-form .contact-form-subtitle {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    letter-spacing: 4px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px; }
  .contact-form label {
    display: block;
    font-size: 14px;
    margin: 0 0 6px 6px;
    letter-spacing: 4px;
    font-weight: 300;
    color: white; }
  .contact-form .contact-form-header .name-container, .contact-form .contact-form-header .mail-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px; }
  .contact-form .contact-form-footer .comment-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .contact-form .contact-form-footer textarea {
    min-height: 6rem; }
  .contact-form .contact-form-input {
    background: white;
    border: none;
    color: #0f4461;
    display: block;
    -webkit-appearance: none;
    line-height: 1.75rem;
    outline: 0;
    padding: .2rem .9rem;
    font-size: 0.95rem; }
  .contact-form .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 24px 0; }
    .contact-form .button-container button {
      border: 1px solid #2abf9b;
      background-color: transparent;
      padding: 12px 36px;
      text-transform: uppercase;
      font-weight: 400;
      display: inline;
      font-size: 0.8em;
      line-height: 2;
      color: #2abf9b; }
      .contact-form .button-container button:hover {
        color: white;
        background-color: #2abf9b; }
  .contact-form .contact-result {
    margin-top: 24px; }

@media (max-width: 768px) {
  .contact-form {
    padding: 42px 24px 0 24px;
    margin-bottom: 0; }
    .contact-form .contact-result {
      margin-top: 0; } }

#home-about {
  line-height: 25px;
  padding-bottom: 100px; }
  #home-about .img-contenedor {
    position: relative;
    width: 85%;
    margin-left: auto;
    margin-top: 64px; }
    #home-about .img-contenedor .img-left {
      width: 100%;
      text-align: center;
      position: relative; }
      #home-about .img-contenedor .img-left img {
        width: 100%; }
  #home-about .text-rigth {
    padding: 0px;
    width: 65%;
    margin: 0 auto;
    margin-top: 65px;
    color: black;
    font-size: 16px; }
    #home-about .text-rigth h2 {
      font-weight: 600;
      font-size: 1.8em;
      letter-spacing: 3px;
      line-height: 28px;
      text-transform: uppercase;
      margin: 0px 0px 44px -3px;
      color: #0f4461; }
    #home-about .text-rigth span.informe {
      display: block;
      margin: 0px;
      font-weight: 600;
      text-transform: uppercase;
      text-align: left;
      font-size: 12px;
      color: #adaaaa; }
      #home-about .text-rigth span.informe strong {
        color: #0f4461;
        font-size: 16px; }
    #home-about .text-rigth .datos {
      margin-top: 15px; }
      #home-about .text-rigth .datos .phone,
      #home-about .text-rigth .datos .mail {
        padding: 10px 10px; }
        #home-about .text-rigth .datos .phone span,
        #home-about .text-rigth .datos .mail span {
          margin: 0 0 0 10px;
          padding: 0;
          letter-spacing: 1px;
          font-weight: 400;
          line-height: 20px; }
      #home-about .text-rigth .datos .phone a,
      #home-about .text-rigth .datos .mail a {
        text-decoration: none;
        color: #868686; }
      #home-about .text-rigth .datos .phone a:hover > .icon-container,
      #home-about .text-rigth .datos .mail a:hover > .icon-container {
        background-color: #fff;
        color: #868686; }
      #home-about .text-rigth .datos .phone a .icon-container,
      #home-about .text-rigth .datos .mail a .icon-container {
        padding: 5px;
        background-color: #868686;
        vertical-align: bottom;
        line-height: 1px;
        display: inline-block;
        color: #fff; }

#home-links .item {
  overflow: hidden;
  margin: 0 2px;
  height: 200px; }
  #home-links .item .image {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 36vh;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #home-links .item .image h2 {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 2em;
      letter-spacing: 5px;
      color: #e8e8e8; }
  #home-links .item .image.first {
    background-image: url("../img/talleres.jpg"); }
  #home-links .item .image.second {
    background-image: url("../img/programas.jpg"); }
  #home-links .item .image.third {
    background-image: url("../img/bienestar.jpg"); }
  #home-links .item a:hover > .image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.clear-padd {
  padding: 0 !important; }

#home-contact {
  overflow: hidden;
  position: relative;
  margin: 60px;
  background-color: #0f4461; }
  #home-contact .row.top {
    margin: 170px 80px 60px 80px; }
    #home-contact .row.top .title {
      font-family: 'Open Sans', sans-serif;
      font-size: 2.1em;
      letter-spacing: 10px;
      font-weight: 600;
      margin: 0px;
      color: #fff;
      padding: 0px; }
    #home-contact .row.top h2 {
      margin: 0px; }
    #home-contact .row.top .text {
      line-height: 25px;
      margin-top: 5px;
      text-align: justify;
      padding-right: 80px; }
      #home-contact .row.top .text p {
        margin: 0;
        padding: 0;
        color: #e8e8e8; }
  #home-contact .row.med {
    margin: 80px 80px 12px 80px;
    color: #fff; }
    #home-contact .row.med a {
      text-decoration: none;
      color: #333; }
      #home-contact .row.med a span {
        color: #e8e8e8;
        font-size: 13px; }
    #home-contact .row.med h3.title {
      letter-spacing: 3px;
      margin: -3px 0px 7px 0px; }
    #home-contact .row.med .icon-container {
      padding: 5px;
      vertical-align: middle;
      line-height: 1px;
      display: inline-block;
      color: #fff; }
  #home-contact .row.bottom {
    margin: 30px 80px 40px 80px;
    color: #fff; }
    #home-contact .row.bottom span {
      text-decoration: none;
      color: #333;
      color: #e8e8e8;
      font-size: 13px; }
    #home-contact .row.bottom h3.title {
      letter-spacing: 3px;
      margin: -3px 0px 7px 0px; }
  #home-contact .row.low {
    margin: 0px; }
    #home-contact .row.low .redes a {
      text-decoration: none;
      color: #fff;
      display: block;
      font-size: 2em;
      margin-bottom: 20px; }
      #home-contact .row.low .redes a span {
        font-size: 0.8em; }
    #home-contact .row.low .redes .icon-container {
      padding: 5px;
      background-color: none;
      vertical-align: middle;
      line-height: 1px;
      display: inline-block;
      color: #fff; }
    #home-contact .row.low .redes .icon-container:hover {
      color: #d0c8bd; }

.left-align {
  text-align: left !important; }

.firma-informe {
  float: right;
  margin-top: 15px; }

.first-letter {
  color: #0f4461;
  float: left;
  font-family: Georgia;
  font-size: 122px;
  line-height: 104px;
  padding-top: 4px;
  padding-right: 15px;
  padding-left: 0px; }

.iconos-flotadores {
  position: absolute;
  bottom: 15px;
  right: 55px; }

.mandala-flotador {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.mandala-flotador svg .st0 {
  fill: #d0c8bd; }

.link-first .contenedor {
  background-color: #dfd8d0; }

.link-first .left {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 15px 15px 15px 10px; }
  .link-first .left h4 {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #968f87;
    font-weight: 600;
    margin: 0; }
  .link-first .left h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 1.1em;
    color: #6b6864;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0; }

.link-first .right {
  padding: 20px;
  position: relative; }
  .link-first .right .borde-cuadrado {
    border: 6px solid #b6afa7;
    height: 75%;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }
  .link-first .right img {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    margin-top: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.link-first a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2); }

.link-first a:hover .borde-cuadrado {
  -webkit-transform: scale(1.08);
  transform: scale(1.08); }

.link-second .contenedor {
  overflow: hidden;
  position: relative; }

.link-second .img {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.link-second img {
  width: 100%; }

.link-second .filtro {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 3;
  opacity: 0.4;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }

.link-second .texto {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }
  .link-second .texto h3,
  .link-second .texto p {
    margin: 0;
    padding: 0;
    color: #fff; }
  .link-second .texto h3 {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 2em;
    font-style: italic;
    font-weight: 600; }
  .link-second .texto p {
    font-size: 1.2em; }

.link-second a:hover .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.link-second a:hover .filtro {
  opacity: 0.7; }

.link-third .contenedor {
  overflow: hidden;
  position: relative;
  background-color: #eaeaea; }
  .link-third .contenedor .borde {
    border: 6px solid #b6afa7;
    height: 80%;
    width: 92%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .link-third .contenedor .borde-copy {
    height: 80%;
    width: 92%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden; }
  .link-third .contenedor .img {
    position: relative;
    top: 0;
    right: 0;
    z-index: 2; }
  .link-third .contenedor img {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    margin-top: -60px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }
  .link-third .contenedor .texto {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    z-index: 3; }
    .link-third .contenedor .texto h3,
    .link-third .contenedor .texto h5 {
      padding: 0;
      margin: 0; }
    .link-third .contenedor .texto h3 {
      text-transform: uppercase;
      font-size: 0.8em;
      color: #968f87;
      font-weight: 600;
      margin: 0; }
    .link-third .contenedor .texto h5 {
      font-family: 'Playfair Display', serif;
      font-weight: 400;
      font-size: 1.6em;
      color: #6b6864;
      text-transform: uppercase;
      letter-spacing: 3px;
      margin: 0; }

.link-third a:hover .borde {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05); }

.link-third a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

@media (max-width: 1200px) {
  #home-about .img-contenedor {
    width: 90%; }
  #home-about .text-rigth {
    width: 85%; }
  .link-first .left {
    padding: 15px 15px 15px 5px; }
  .link-first .right {
    padding: 20px 20px 20px 30px; }
  .link-first .right img {
    width: 65%; }
  .link-first a:hover .borde-cuadrado {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  #home-contact .row.top .title {
    font-size: 1.5em; }
  #home-contact .row.med .telefono .title {
    margin-left: 20px; }
  #home-contact .row.med .telefono .phone {
    margin-left: 20px; } }

@media (max-width: 992px) {
  #home-about .img-contenedor {
    width: 100%; }
  #home-about .text-rigth {
    width: 90%; }
  .firma-informe {
    margin-right: 10px; }
  .link-first .right {
    padding: 20px 10px 20px 40px; }
  .link-first .right img {
    margin-left: 15px; }
  .link-third a:hover .borde {
    -webkit-transform: translate(-50%, -50%) scale(1.02);
    transform: translate(-50%, -50%) scale(1.02); }
  #home-contact .row.med h3.title {
    margin: 15px 0px 0px 0px; }
  #home-contact .row.med .telefono .title {
    margin-left: 0px; }
  #home-contact .row.med .telefono .phone {
    margin-left: 0px; }
  #home-contact .texto-central-principal {
    text-align: left; } }

@media (max-width: 767px) {
  #home-about {
    padding-bottom: 65px; }
  #home-about .img-contenedor {
    display: none; }
  .link-first .right img {
    width: 60%; }
  .link-first .right img {
    margin-top: 40px; }
  #home-contact .row.top {
    margin: 100px 20px 60px 20px; }
  #home-contact .row.top .text {
    padding-right: 0; }
  #home-contact .row.med {
    margin: 40px 80px 12px 20px; }
  #home-contact .row.bottom {
    margin: 30px 80px 40px 20px; }
  footer .efox {
    text-align: left; } }

@media (max-width: 576px) {
  #home-contact {
    margin: 20px; }
  #home-contact .row.top .title {
    font-size: 1.2em; }
  .iconos-flotadores {
    position: initial; }
  #home-contact .row.low .redes {
    margin-left: 25px; }
  #home-contact .row.low .redes a {
    display: inline-block; } }

#talleres .row-altura,
#actividades .row-altura {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

#talleres .left-img,
#actividades .left-img {
  position: relative;
  height: auto; }
  #talleres .left-img .contenedor,
  #actividades .left-img .contenedor {
    height: 100%; }
    #talleres .left-img .contenedor .img,
    #actividades .left-img .contenedor .img {
      background-image: url("../img/cursos/cursos4.jpg");
      background-size: cover;
      background-position: left;
      background-repeat: no-repeat;
      height: 100%; }
    #talleres .left-img .contenedor .title,
    #actividades .left-img .contenedor .title {
      display: none;
      position: absolute;
      top: 50px;
      left: 85px;
      width: 100vw; }
      #talleres .left-img .contenedor .title h2,
      #actividades .left-img .contenedor .title h2 {
        font-size: 3.2em;
        letter-spacing: 10px;
        font-weight: 700;
        margin: 0; }
      #talleres .left-img .contenedor .title h3,
      #actividades .left-img .contenedor .title h3 {
        display: none;
        font-size: 1.2em;
        font-weight: 500;
        letter-spacing: 3px;
        margin-top: 12px;
        line-height: 22px; }

#talleres .right-text .contenedor,
#actividades .right-text .contenedor {
  margin-right: 80px; }
  #talleres .right-text .contenedor .top,
  #actividades .right-text .contenedor .top {
    padding: 50px 0 0 0;
    height: 120px; }
    #talleres .right-text .contenedor .top .left,
    #actividades .right-text .contenedor .top .left {
      float: left;
      position: relative;
      width: 100%; }
      #talleres .right-text .contenedor .top .left h2,
      #actividades .right-text .contenedor .top .left h2 {
        left: -95px;
        position: absolute;
        font-size: 3.2em;
        letter-spacing: 10px;
        font-weight: 700;
        margin: 0;
        background-color: #fff;
        color: #2abf9b;
        padding: 5px 10px;
        top: -5px; }
    #talleres .right-text .contenedor .top .right,
    #actividades .right-text .contenedor .top .right {
      float: right;
      line-height: 22px;
      text-align: right; }
      #talleres .right-text .contenedor .top .right h3,
      #actividades .right-text .contenedor .top .right h3 {
        font-size: 1.2em;
        font-weight: 500;
        letter-spacing: 3px;
        margin-top: 15px;
        color: #2abf9b; }
  #talleres .right-text .contenedor .bottom,
  #actividades .right-text .contenedor .bottom {
    margin: 40px 0 80px 0; }
    #talleres .right-text .contenedor .bottom .row,
    #actividades .right-text .contenedor .bottom .row {
      margin: 0; }
    #talleres .right-text .contenedor .bottom .contenedor,
    #actividades .right-text .contenedor .bottom .contenedor {
      width: 350px;
      min-height: 650px;
      margin: 0 0 0 auto;
      position: relative;
      background-color: #fff;
      -webkit-box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.2);
      box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.2); }
      #talleres .right-text .contenedor .bottom .contenedor img,
      #actividades .right-text .contenedor .bottom .contenedor img {
        width: 100%; }
      #talleres .right-text .contenedor .bottom .contenedor .texto,
      #actividades .right-text .contenedor .bottom .contenedor .texto {
        background-color: #fff;
        margin-top: -5px; }
        #talleres .right-text .contenedor .bottom .contenedor .texto .padd,
        #actividades .right-text .contenedor .bottom .contenedor .texto .padd {
          padding: 25px 45px; }
          #talleres .right-text .contenedor .bottom .contenedor .texto .padd h6,
          #actividades .right-text .contenedor .bottom .contenedor .texto .padd h6 {
            margin: 10px 0;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #2abf9b; }
          #talleres .right-text .contenedor .bottom .contenedor .texto .padd h6.extra,
          #actividades .right-text .contenedor .bottom .contenedor .texto .padd h6.extra {
            color: #adaaaa;
            text-transform: capitalize;
            letter-spacing: 1px; }
          #talleres .right-text .contenedor .bottom .contenedor .texto .padd h3,
          #actividades .right-text .contenedor .bottom .contenedor .texto .padd h3 {
            font-size: 1.2em;
            margin: 0;
            font-weight: 500; }
          #talleres .right-text .contenedor .bottom .contenedor .texto .padd p,
          #actividades .right-text .contenedor .bottom .contenedor .texto .padd p {
            font-size: 0.85em;
            line-height: 26px;
            text-align: left; }
          #talleres .right-text .contenedor .bottom .contenedor .texto .padd a,
          #actividades .right-text .contenedor .bottom .contenedor .texto .padd a {
            margin: 30px 0 30px 0;
            text-decoration: none;
            display: block;
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0; }
            #talleres .right-text .contenedor .bottom .contenedor .texto .padd a span,
            #actividades .right-text .contenedor .bottom .contenedor .texto .padd a span {
              text-transform: uppercase;
              font-weight: 400;
              display: inline;
              font-size: 0.8em;
              line-height: 2;
              color: #2abf9b; }
            #talleres .right-text .contenedor .bottom .contenedor .texto .padd a .button,
            #actividades .right-text .contenedor .bottom .contenedor .texto .padd a .button {
              border: 1px solid #2abf9b;
              padding: 5px;
              text-align: center;
              width: 70%;
              margin: 0 auto; }
            #talleres .right-text .contenedor .bottom .contenedor .texto .padd a .icon-container,
            #actividades .right-text .contenedor .bottom .contenedor .texto .padd a .icon-container {
              vertical-align: middle;
              display: none; }
          #talleres .right-text .contenedor .bottom .contenedor .texto .padd a:hover > .button,
          #actividades .right-text .contenedor .bottom .contenedor .texto .padd a:hover > .button {
            background-color: #2abf9b; }
          #talleres .right-text .contenedor .bottom .contenedor .texto .padd a:hover > .button span,
          #actividades .right-text .contenedor .bottom .contenedor .texto .padd a:hover > .button span {
            color: #fff; }
  #talleres .right-text .contenedor .text-bottom,
  #actividades .right-text .contenedor .text-bottom {
    padding-top: 70px;
    text-align: right; }
    #talleres .right-text .contenedor .text-bottom a,
    #actividades .right-text .contenedor .text-bottom a {
      text-decoration: none;
      color: #333; }
      #talleres .right-text .contenedor .text-bottom a span,
      #actividades .right-text .contenedor .text-bottom a span {
        font-size: 0.8em; }
    #talleres .right-text .contenedor .text-bottom .icon-container,
    #actividades .right-text .contenedor .text-bottom .icon-container {
      padding: 5px;
      background-color: #d0d0d0;
      vertical-align: middle;
      line-height: 1px;
      display: inline-block;
      color: black;
      margin-left: 10px; }

#programas .row-altura {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

#programas .left-img {
  position: relative;
  height: auto; }
  #programas .left-img .contenedor {
    height: 100%; }
    #programas .left-img .contenedor .img {
      background-image: url("../img/cursos/cursos3.jpg");
      background-size: cover;
      background-position: right;
      background-repeat: no-repeat;
      height: 100%; }
    #programas .left-img .contenedor .title {
      display: none;
      position: absolute;
      top: 50px;
      left: 85px;
      width: 100vw; }
      #programas .left-img .contenedor .title h2 {
        font-size: 3.2em;
        letter-spacing: 10px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase; }
      #programas .left-img .contenedor .title h3 {
        display: none;
        font-size: 1.2em;
        font-weight: 500;
        letter-spacing: 3px;
        margin-top: 12px;
        line-height: 22px;
        text-transform: uppercase; }

#programas .right-text .contenedor {
  margin-left: 80px; }
  #programas .right-text .contenedor .top {
    padding: 50px 0 0 0;
    height: 120px; }
    #programas .right-text .contenedor .top .left {
      float: left;
      position: relative;
      width: 100%; }
      #programas .right-text .contenedor .top .left h3 {
        font-size: 1.2em;
        font-weight: 500;
        letter-spacing: 3px;
        margin-top: 12px;
        text-transform: uppercase;
        color: #2abf9b; }
    #programas .right-text .contenedor .top .right {
      float: right;
      text-align: right; }
      #programas .right-text .contenedor .top .right h2 {
        right: -165px;
        position: absolute;
        width: 100vw;
        font-size: 3.2em;
        letter-spacing: 10px;
        font-weight: 700;
        margin: 0;
        padding: 5px 10px;
        margin-top: -5px;
        background-color: #fff;
        color: #2abf9b; }
  #programas .right-text .contenedor .bottom {
    margin: 40px 0 80px 0; }
    #programas .right-text .contenedor .bottom .row {
      margin: 0; }
    #programas .right-text .contenedor .bottom .contenedor {
      width: 350px;
      min-height: 740px;
      margin: 0 auto 0 0;
      position: relative;
      background-color: #fff;
      -webkit-box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.2);
      box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.2); }
      #programas .right-text .contenedor .bottom .contenedor img {
        width: 100%; }
      #programas .right-text .contenedor .bottom .contenedor .texto {
        background-color: #fff;
        margin-top: -5px; }
        #programas .right-text .contenedor .bottom .contenedor .texto .padd {
          padding: 25px 45px; }
          #programas .right-text .contenedor .bottom .contenedor .texto .padd h6 {
            margin: 10px 0;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #2abf9b; }
          #programas .right-text .contenedor .bottom .contenedor .texto .padd h3 {
            font-size: 1.2em;
            margin: 0;
            font-weight: 500; }
          #programas .right-text .contenedor .bottom .contenedor .texto .padd p {
            font-size: 0.85em;
            line-height: 26px;
            text-align: left; }
          #programas .right-text .contenedor .bottom .contenedor .texto .padd a {
            margin: 30px 0 30px 0;
            text-decoration: none;
            display: block;
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0; }
            #programas .right-text .contenedor .bottom .contenedor .texto .padd a span {
              text-transform: uppercase;
              font-weight: 400;
              display: inline;
              font-size: 0.8em;
              line-height: 2;
              color: #2abf9b; }
            #programas .right-text .contenedor .bottom .contenedor .texto .padd a .button {
              border: 1px solid #2abf9b;
              padding: 5px;
              text-align: center;
              width: 70%;
              margin: 0 auto; }
            #programas .right-text .contenedor .bottom .contenedor .texto .padd a .icon-container {
              vertical-align: middle;
              display: none; }
          #programas .right-text .contenedor .bottom .contenedor .texto .padd a:hover > .button {
            background-color: #2abf9b; }
          #programas .right-text .contenedor .bottom .contenedor .texto .padd a:hover > .button span {
            color: #fff; }
  #programas .right-text .contenedor .text-bottom {
    padding-top: 70px;
    text-align: right; }
    #programas .right-text .contenedor .text-bottom a {
      text-decoration: none;
      color: #333; }
      #programas .right-text .contenedor .text-bottom a span {
        font-size: 0.8em; }
    #programas .right-text .contenedor .text-bottom .icon-container {
      padding: 5px;
      background-color: #d0d0d0;
      vertical-align: middle;
      line-height: 1px;
      display: inline-block;
      color: black;
      margin-left: 10px; }

.cta-curso {
  text-align: center;
  background-color: #0f4461;
  color: #fff; }
  .cta-curso .cta-title {
    text-align: center;
    margin: 24px 0 0 0; }
    .cta-curso .cta-title h2 {
      font-size: 1.8em;
      letter-spacing: 5px;
      font-weight: 700;
      color: #2abf9b;
      text-transform: uppercase;
      margin: 0; }
  .cta-curso .info {
    width: 70%;
    margin: 0 auto;
    padding: 18px 0 30px 0; }
    .cta-curso .info .sup h6 {
      text-transform: uppercase;
      letter-spacing: 2px;
      margin: 10px; }
    .cta-curso .info .main h2 {
      letter-spacing: 3px;
      font-weight: 400;
      margin: 0;
      padding: 0; }
    .cta-curso .info .main p {
      font-size: 0.85em;
      line-height: 26px;
      text-align: center; }
    .cta-curso .info .btn {
      width: 50%;
      margin: 12px auto 0 auto; }
      .cta-curso .info .btn a {
        text-decoration: none;
        display: block;
        color: #fff; }
        .cta-curso .info .btn a span {
          text-transform: uppercase;
          font-weight: 400;
          display: inline;
          font-size: 0.8em;
          line-height: 2;
          color: #fff; }
        .cta-curso .info .btn a .button {
          border: 1px solid #fff;
          padding: 5px;
          text-align: center;
          margin: 0 0 0 auto; }
        .cta-curso .info .btn a .icon-container {
          vertical-align: middle;
          display: none; }
      .cta-curso .info .btn a:hover > .button {
        background-color: #fff; }
      .cta-curso .info .btn a:hover > .button span {
        color: #333; }

.cta-horarios {
  padding: 50px 0;
  background-color: #0f4461; }

.cta-horario-titulo {
  padding: 0 250px; }

.horarios-titulo {
  font-size: 3.2em;
  letter-spacing: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0; }

.horarios-subtitulo {
  text-align: center;
  color: white;
  letter-spacing: 2px; }
  .horarios-subtitulo a {
    text-decoration: none;
    color: #d0d0d0; }
  .horarios-subtitulo a:hover {
    color: #fff; }

.horarios-bajada {
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 0.9em;
  margin: 20px 0 0 5px;
  color: #fff; }

.texto-horarios .btn {
  width: 30%;
  margin: 20px 0 0 0; }
  .texto-horarios .btn a {
    text-decoration: none;
    display: block;
    color: #fff; }
    .texto-horarios .btn a span {
      text-transform: uppercase;
      font-weight: 400;
      display: inline;
      font-size: 0.8em;
      line-height: 2;
      color: #fff; }
    .texto-horarios .btn a .button {
      border: 1px solid #fff;
      padding: 5px;
      text-align: center;
      margin: 0 0 0 auto; }
    .texto-horarios .btn a .icon-container {
      vertical-align: middle;
      display: none; }
  .texto-horarios .btn a:hover > .button {
    background-color: #fff; }
  .texto-horarios .btn a:hover > .button span {
    color: #333; }

.item-horario {
  height: 200px;
  margin: 10px; }

.item-horario h1,
.item-horario h2,
.item-horario h3,
.item-horario h4,
.item-horario h5,
.item-horario h6 {
  margin: 0;
  padding: 0; }

.item-horario .clear-padd {
  height: inherit; }

.contenedor-dia {
  height: inherit;
  margin: 10px;
  color: #fff;
  position: relative; }
  .contenedor-dia h3 {
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    transform: rotate(180deg) translate(50%, 50%); }

.contenedor-clase {
  height: inherit;
  text-align: center;
  margin: 10px;
  position: relative; }
  .contenedor-clase .position {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }
  .contenedor-clase h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    font-weight: 700; }
  .contenedor-clase span {
    display: block;
    padding-top: 5px;
    font-size: 0.9em;
    font-weight: 300;
    color: #fff; }
  .contenedor-clase hr {
    width: 10px;
    border: 1px solid #fff; }
  .contenedor-clase .italic {
    font-style: italic; }

.negro {
  background-color: #333; }

.verde-claro {
  background-color: #66cc99; }

.verde-intermedio {
  background-color: #4ac67c; }

.verde-oscuro {
  background-color: #3c9c87; }

@media (max-width: 1200px) {
  #talleres .right-text .contenedor,
  #actividades .right-text .contenedor {
    margin-right: 20px; }
  #programas .right-text .contenedor {
    margin-left: 20px; } }

@media (max-width: 992px) {
  #talleres .right-text .contenedor .bottom .contenedor,
  #actividades .right-text .contenedor .bottom .contenedor,
  #programas .right-text .contenedor .bottom .contenedor {
    width: 300px; }
  #talleres .right-text .contenedor .bottom .contenedor .texto .padd,
  #actividades .right-text .contenedor .bottom .contenedor .texto .padd,
  #programas .right-text .contenedor .bottom .contenedor .texto .padd {
    padding: 25px; }
  #talleres .right-text .contenedor .top .left h2,
  #actividades .right-text .contenedor .top .left h2 {
    left: -30px;
    letter-spacing: 5px; }
  #programas .right-text .contenedor .top .right h2 {
    right: -50px;
    letter-spacing: 5px; }
  .contenedor-clase h3 {
    font-size: 1.1em; }
  .cta-horario-titulo {
    padding: 0; } }

@media (max-width: 767px) {
  #talleres .row-altura,
  #actividades .row-altura {
    display: block; }
  #talleres .right-text .contenedor,
  #actividades .right-text .contenedor {
    width: 80vw;
    margin: 0 auto; }
  #talleres .right-text .contenedor .top,
  #actividades .right-text .contenedor .top {
    height: unset;
    padding: 0; }
  #talleres .left-img .contenedor,
  #actividades .left-img .contenedor {
    display: none; }
  #talleres .right-text .contenedor .top .left h2,
  #actividades .right-text .contenedor .top .left h2 {
    position: initial;
    padding: 0; }
  #talleres .right-text .contenedor .top .right,
  #actividades .right-text .contenedor .top .right {
    float: none;
    line-height: 22px;
    text-align: left; }
  #talleres .right-text .contenedor .bottom,
  #actividades .right-text .contenedor .bottom {
    margin: 0; }
  #talleres .right-text .contenedor .bottom .contenedor,
  #actividades .right-text .contenedor .bottom .contenedor {
    margin: 0 auto 40px auto;
    width: 100%;
    min-height: unset; }
  #talleres .right-text .contenedor .bottom .contenedor .texto .padd a,
  #actividades .right-text .contenedor .bottom .contenedor .texto .padd a {
    position: initial;
    margin: 30px 0 0 0; }
  #actividades .right-text .contenedor .top {
    padding-top: 50px; }
  #programas .right-text .contenedor {
    width: 80vw;
    margin: 0 auto; }
  #programas .row-altura {
    display: block; }
  #programas .right-text .contenedor .top .right {
    float: none;
    text-align: left; }
  #programas .right-text .contenedor .top .left {
    float: none;
    text-align: left; }
  #programas .right-text .contenedor .top .right h2 {
    position: initial;
    padding: 0; }
  #programas .right-text .contenedor .bottom .contenedor {
    margin: 0 auto 40px auto;
    width: 100%;
    min-height: unset; }
  #programas .right-text .contenedor .bottom .contenedor .texto .padd a {
    position: initial;
    margin: 30px 0 0 0; }
  .item-horario {
    height: unset;
    padding: 0 100px; }
  .contenedor-dia {
    height: 50px; }
  .contenedor-clase {
    height: 180px; }
    .contenedor-clase .position {
      margin-top: 0; }
  .contenedor-dia h3 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%); }
  .cta-curso .info {
    width: 100%; }
  .cta-horario-titulo {
    padding: 0 100px; }
  .texto-horarios {
    padding: 0 100px; }
  .texto-horarios .btn {
    width: 100%; }
  .cta .info .main h2 {
    font-size: 1em;
    letter-spacing: 2px !important; } }

@media (max-width: 576px) {
  #programas .right-text .contenedor .top .right h2 {
    font-size: 2.2em; }
  #talleres .right-text .contenedor .top .left h2,
  #actividades .right-text .contenedor .top .left h2 {
    font-size: 2.2em; }
  .item-horario {
    height: unset;
    padding: 0;
    width: 80%;
    margin: 0 auto; }
  .texto-horarios {
    padding: 0;
    width: 80%;
    margin: 0 auto; }
  .cta-horario-titulo {
    padding: 0; }
  .horarios-titulo {
    font-size: 2.8em; } }

.contenedor-contacto {
  margin: 80px 0;
  height: 460px; }
  .contenedor-contacto .top-title {
    text-align: center;
    margin-top: 20px; }
    .contenedor-contacto .top-title span {
      -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
      writing-mode: tb;
      text-transform: uppercase;
      text-orientation: upright;
      font-weight: 700;
      font-size: 1.2em; }
  .contenedor-contacto .redes {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .contenedor-contacto .redes a {
      text-decoration: none;
      color: #fff;
      display: block;
      font-size: 1.3em;
      margin-bottom: 20px; }
      .contenedor-contacto .redes a .icon-container {
        padding: 8px;
        background-color: #0f4461;
        vertical-align: middle;
        line-height: 1px;
        display: inline-block;
        color: #fff;
        -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3); }
      .contenedor-contacto .redes a .icon-container:hover {
        background-color: #fff;
        color: #0f4461; }

.p-rel {
  position: relative; }

.info-contenedor {
  position: absolute;
  top: -20px;
  height: 460px;
  background-color: #0f4461;
  padding: 20px;
  -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.5);
  z-index: 99; }

.info {
  padding: 15px; }
  .info .contact-us {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    letter-spacing: 4px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase; }
  .info .contact-sub {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    letter-spacing: 4px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px; }
  .info .redes {
    display: none; }
  .info .title {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    letter-spacing: 4px;
    font-weight: 600;
    margin: 0px;
    color: #fff;
    padding: 0px;
    margin: 20px 0px 0px 0; }
  .info a {
    text-decoration: none;
    color: #fff;
    font-size: 13px; }
  .info span {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 13px; }

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

.mapa-contenedor {
  overflow: hidden;
  position: relative;
  height: 460px; }
  .mapa-contenedor .mapa-img {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    height: 460px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
    .mapa-contenedor .mapa-img img {
      -o-object-fit: contain;
      object-fit: contain; }
    .mapa-contenedor .mapa-img.first {
      z-index: 5; }
    .mapa-contenedor .mapa-img.second {
      z-index: 6;
      -webkit-transform: translateY(100%);
      transform: translateY(100%); }
    .mapa-contenedor .mapa-img.active {
      -webkit-transform: translateY(0%);
      transform: translateY(0%); }
  .mapa-contenedor .buttons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 10px; }
    .mapa-contenedor .buttons button {
      background-color: #2abf9b;
      color: #fff;
      border: none;
      padding: 5px 10px; }
    .mapa-contenedor .buttons button:hover {
      background-color: #fff;
      color: #2abf9b; }

@media (max-width: 992px) {
  .mapa-contenedor .mapa-img {
    left: -40%; } }

@media (max-width: 767px) {
  .contenedor-contacto {
    height: unset;
    margin: 0; }
  .contacto.redes {
    display: none; }
  .info-contenedor {
    position: initial;
    height: unset;
    margin: 30px 20px 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .info-contenedor .info {
      padding: 0; }
  .mapa-contenedor {
    position: unset;
    margin: 0 auto;
    padding: 0 20px 30px 20px;
    height: unset; }
    .mapa-contenedor img {
      width: 100%; }
  .mapa-contenedor .mapa-img {
    position: relative;
    left: 0%;
    height: unset; }
  .info.redes {
    display: block;
    text-align: left;
    position: relative;
    margin-top: 20px; }
    .info.redes a {
      text-decoration: none;
      color: #fff;
      display: inline-block;
      font-size: 2em;
      margin-bottom: 20px; }
      .info.redes a span {
        font-size: 0.8em; }
      .info.redes a .icon-container {
        padding: 5px;
        background-color: none;
        vertical-align: middle;
        line-height: 1px;
        display: inline-block;
        color: #fff;
        background-color: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .info.redes a .icon-container:hover {
        color: #d0c8bd;
        background-color: transparent; } }

.bienestar-html {
  position: relative; }

.texto-central-contenedor {
  position: relative;
  height: unset; }

.texto-central {
  padding: 30px 120px; }
  .texto-central a {
    text-decoration: none;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0; }
    .texto-central a span {
      text-transform: uppercase;
      font-weight: 400;
      display: inline;
      font-size: 0.8em;
      line-height: 2;
      color: #2abf9b; }
    .texto-central a .button {
      border: 1px solid #2abf9b;
      padding: 5px;
      text-align: center;
      width: 250px; }
    .texto-central a .icon-container {
      vertical-align: middle;
      display: none; }
  .texto-central a:hover > .button {
    background-color: #2abf9b; }
  .texto-central a:hover > .button span {
    color: #fff; }

.texto-central-contenedor-empresas h2 {
  text-align: left !important; }

.texto-central-contenedor h2 {
  padding: 0;
  margin: 0; }

.texto-central-contenedor-educacion h2 {
  text-align: right; }

.texto-central-contenedor p {
  position: relative;
  text-align: justify; }

.texto-central-contenedor-educacion p {
  float: right; }

.titulo-principal-bienestar {
  width: 80%;
  margin: 0 auto; }

.relleno-img-empresas {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../img/bienestar-en-empresas.jpg");
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; }

.relleno-img-educacion {
  position: relative;
  height: inherit;
  width: 100%;
  background-image: url("../img/bienestar-en-educacion.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; }

.filter-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: white;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0.4; }

.titulo-contenederor {
  position: relative;
  height: 150px; }

.contenedor-fondo {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  z-index: 3;
  width: 100vw;
  text-align: center;
  right: 0;
  margin-right: -120px; }

.contenedor-fondo-empresas {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  z-index: 3;
  width: 100vw;
  text-align: center;
  left: 0;
  margin-left: -120px; }

.subtitulo-bienestar {
  margin: 10px 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2abf9b;
  font-size: 1em; }

.parrafo-bienestar {
  float: unset !important;
  color: #868686;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 2px;
  font-size: 0.9em;
  text-align: left; }

@media (max-width: 1200px) {
  .titulo-principal-bienestar {
    font-size: 2.4em; }
  .texto-central {
    padding: 120px 100px; } }

@media (max-width: 992px) {
  .bienestar-html > .row {
    display: block; }
  .bienestar-html .exterior-imagen {
    height: 40vh; }
  .texto-central-contenedor-educacion h2 {
    display: none; }
  .bienestar-html .titulo-contenederor {
    height: unset; }
  .bienestar-html .contenedor-fondo,
  .contenedor-fondo-empresas {
    position: initial;
    -webkit-transform: unset;
    transform: unset;
    z-index: 3;
    width: unset;
    text-align: center;
    margin: 0px; }
  .texto-central {
    padding: 60px 100px; }
  .titulo-principal-bienestar {
    width: 100%;
    font-size: 3em;
    padding: 10px 0; } }

@media (max-width: 767px) {
  .titulo-principal-bienestar {
    font-size: 2.4em; }
  .texto-central {
    padding: 40px 40px; }
  .texto-central-contenedor {
    height: unset; }
  .parrafo-bienestar {
    padding-bottom: 20px; }
  .texto-central-contenedor p {
    text-align: left; } }

@media (max-width: 450px) {
  .titulo-principal-bienestar {
    font-size: 1.8em; } }

#notas .row-altura {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

#notas .left-img {
  position: relative;
  height: auto; }
  #notas .left-img .contenedor {
    height: 100%; }
    #notas .left-img .contenedor .img {
      background-image: url("../img/cursos/cursos4.jpg");
      background-size: cover;
      background-position: left;
      background-repeat: no-repeat;
      height: 100%; }
    #notas .left-img .contenedor .title {
      display: none;
      position: absolute;
      top: 50px;
      left: 85px;
      width: 100vw; }
      #notas .left-img .contenedor .title h2 {
        font-size: 3.2em;
        letter-spacing: 10px;
        font-weight: 700;
        margin: 0; }
      #notas .left-img .contenedor .title h3 {
        display: none;
        font-size: 1.2em;
        font-weight: 500;
        letter-spacing: 3px;
        margin-top: 12px;
        line-height: 22px; }

#notas .right-text .contenedor {
  margin-right: 80px; }
  #notas .right-text .contenedor .top {
    padding: 50px 0 0 0;
    height: 120px; }
    #notas .right-text .contenedor .top .left {
      float: left;
      position: relative;
      width: 100%; }
      #notas .right-text .contenedor .top .left h2 {
        left: -185px;
        position: absolute;
        font-size: 3.2em;
        letter-spacing: 10px;
        font-weight: 700;
        margin: 0;
        background-color: #fff;
        color: #2abf9b;
        padding: 5px 10px;
        top: -5px; }
    #notas .right-text .contenedor .top .right {
      float: right;
      line-height: 22px;
      text-align: right; }
      #notas .right-text .contenedor .top .right h3 {
        font-size: 1.2em;
        font-weight: 500;
        letter-spacing: 3px;
        margin-top: 12px;
        color: #2abf9b;
        text-transform: uppercase; }
  #notas .right-text .contenedor .bottom {
    margin: 20px 0 40px 0; }
    #notas .right-text .contenedor .bottom .contenedor {
      margin: 0 0 0 50px; }
    #notas .right-text .contenedor .bottom .last-element {
      margin: 0 0 0 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #notas .right-text .contenedor .bottom .last-element a {
        text-decoration: none;
        display: block;
        margin: 0 40px 20px 0; }
        #notas .right-text .contenedor .bottom .last-element a span {
          text-transform: uppercase;
          font-weight: 400;
          display: inline;
          font-size: 0.8em;
          line-height: 2;
          color: #2abf9b; }
        #notas .right-text .contenedor .bottom .last-element a .button {
          border: 1px solid #2abf9b;
          padding: 10px;
          text-align: center;
          width: 100%;
          margin-left: -12px; }
        #notas .right-text .contenedor .bottom .last-element a .icon-container {
          vertical-align: middle;
          display: none; }
      #notas .right-text .contenedor .bottom .last-element a:hover > .button {
        background-color: #2abf9b; }
      #notas .right-text .contenedor .bottom .last-element a:hover > .button span {
        color: #fff; }
    #notas .right-text .contenedor .bottom .item-nota {
      height: 280px;
      -webkit-box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.2);
      box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.2);
      margin-bottom: 50px; }
      #notas .right-text .contenedor .bottom .item-nota > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: inherit; }
    #notas .right-text .contenedor .bottom .left {
      background-size: cover;
      background-position: left;
      background-repeat: no-repeat;
      height: 100%; }
    #notas .right-text .contenedor .bottom .left.first {
      background-image: url("../img/material/nota01.jpg"); }
    #notas .right-text .contenedor .bottom .left.second {
      background-image: url("../img/material/nota02.jpg"); }
    #notas .right-text .contenedor .bottom .left.third {
      background-image: url("../img/material/nota03.jpg"); }
    #notas .right-text .contenedor .bottom .left.fourth {
      background-image: url("../img/material/nota04.jpg"); }
    #notas .right-text .contenedor .bottom .left img {
      width: 100%; }
    #notas .right-text .contenedor .bottom .right {
      padding: 10px 40px 0 20px; }
      #notas .right-text .contenedor .bottom .right h6 {
        margin: 10px 0;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #2abf9b; }
      #notas .right-text .contenedor .bottom .right h3 {
        font-size: 1.2em;
        margin: 0;
        font-weight: 500; }
      #notas .right-text .contenedor .bottom .right p {
        font-size: 0.85em;
        line-height: 26px;
        text-align: justify; }
      #notas .right-text .contenedor .bottom .right a {
        text-decoration: none;
        display: block;
        width: 30%;
        margin: 0 40px 20px 0;
        position: absolute;
        right: 0;
        bottom: 0; }
        #notas .right-text .contenedor .bottom .right a span {
          text-transform: uppercase;
          font-weight: 400;
          display: inline;
          font-size: 0.8em;
          line-height: 2;
          color: #2abf9b; }
        #notas .right-text .contenedor .bottom .right a .button {
          border: 1px solid #2abf9b;
          padding: 5px;
          text-align: center;
          width: 100%;
          margin-left: -12px; }
        #notas .right-text .contenedor .bottom .right a .icon-container {
          vertical-align: middle;
          display: none; }
      #notas .right-text .contenedor .bottom .right a:hover > .button {
        background-color: #2abf9b; }
      #notas .right-text .contenedor .bottom .right a:hover > .button span {
        color: #fff; }

#videos .row-altura {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

#videos .left-img {
  position: relative;
  height: auto; }
  #videos .left-img .contenedor {
    height: 100%; }
    #videos .left-img .contenedor .img {
      background-image: url("../img/cursos/cursos3-edit.jpg");
      background-position: top right;
      background-repeat: repeat-y;
      height: 100%; }
    #videos .left-img .contenedor .title {
      display: none;
      position: absolute;
      top: 50px;
      left: 85px;
      width: 100vw; }
      #videos .left-img .contenedor .title h2 {
        font-size: 3.2em;
        letter-spacing: 10px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase; }
      #videos .left-img .contenedor .title h3 {
        display: none;
        font-size: 1.2em;
        font-weight: 500;
        letter-spacing: 3px;
        margin-top: 12px;
        line-height: 22px;
        text-transform: uppercase; }

#videos .right-text .contenedor .top {
  padding: 50px 0 0 0;
  height: 120px; }
  #videos .right-text .contenedor .top .left {
    float: left;
    position: relative;
    width: 100%; }
    #videos .right-text .contenedor .top .left h3 {
      font-size: 1.2em;
      font-weight: 500;
      letter-spacing: 3px;
      margin-top: 12px;
      text-transform: uppercase;
      color: #2abf9b; }
  #videos .right-text .contenedor .top .right {
    float: right;
    text-align: right; }
    #videos .right-text .contenedor .top .right h2 {
      right: -165px;
      position: absolute;
      width: 100vw;
      font-size: 3.2em;
      letter-spacing: 10px;
      font-weight: 700;
      margin: 0;
      padding: 5px 10px;
      margin-top: -5px;
      background-color: #fff;
      color: #2abf9b; }

#videos .right-text .contenedor .bottom {
  margin: 0 80px; }
  #videos .right-text .contenedor .bottom .contenedor {
    margin-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #videos .right-text .contenedor .bottom .item-video {
    margin-bottom: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 10px; }
    #videos .right-text .contenedor .bottom .item-video .top-video {
      position: relative;
      margin-bottom: 20px; }
      #videos .right-text .contenedor .bottom .item-video .top-video .icon {
        display: inline-block;
        font-size: 2.5em;
        line-height: 0px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: #2abf9b; }
      #videos .right-text .contenedor .bottom .item-video .top-video .text {
        display: inline-block;
        margin-left: 60px; }
    #videos .right-text .contenedor .bottom .item-video h6 {
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #2abf9b; }
    #videos .right-text .contenedor .bottom .item-video h3 {
      font-size: 1.2em;
      font-weight: 500;
      margin: 0; }

#audios .row-altura {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

#audios .left-img {
  position: relative;
  height: auto; }
  #audios .left-img .contenedor {
    height: 100%; }
    #audios .left-img .contenedor .img {
      background-image: url("../img/cursos/cursos4.jpg");
      background-size: cover;
      background-position: left;
      background-repeat: no-repeat;
      height: 100%; }
    #audios .left-img .contenedor .title {
      display: none;
      position: absolute;
      top: 50px;
      left: 85px;
      width: 100vw; }
      #audios .left-img .contenedor .title h2 {
        font-size: 3.2em;
        letter-spacing: 10px;
        font-weight: 700;
        margin: 0; }
      #audios .left-img .contenedor .title h3 {
        display: none;
        font-size: 1.2em;
        font-weight: 500;
        letter-spacing: 3px;
        margin-top: 12px;
        line-height: 22px; }

#audios .right-text .contenedor {
  margin-right: 80px; }
  #audios .right-text .contenedor .top {
    padding: 50px 0 0 0;
    height: 120px; }
    #audios .right-text .contenedor .top .left {
      float: left;
      position: relative;
      width: 100%; }
      #audios .right-text .contenedor .top .left h2 {
        left: -185px;
        position: absolute;
        font-size: 3.2em;
        letter-spacing: 10px;
        font-weight: 700;
        margin: 0;
        background-color: #fff;
        color: #2abf9b;
        padding: 5px 10px;
        top: -5px; }
    #audios .right-text .contenedor .top .right {
      float: right;
      line-height: 22px;
      text-align: right; }
      #audios .right-text .contenedor .top .right h3 {
        font-size: 1.2em;
        font-weight: 500;
        letter-spacing: 3px;
        margin-top: 12px;
        color: #2abf9b;
        text-transform: uppercase; }
  #audios .right-text .contenedor .bottom {
    margin: 20px 0 40px 0; }
    #audios .right-text .contenedor .bottom .contenedor {
      margin: 0 0 0 50px; }
    #audios .right-text .contenedor .bottom .top-audio {
      position: relative;
      margin-bottom: 20px; }
      #audios .right-text .contenedor .bottom .top-audio .icon {
        display: inline-block;
        font-size: 2.5em;
        line-height: 0px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: #2abf9b; }
      #audios .right-text .contenedor .bottom .top-audio .text {
        display: inline-block;
        margin-left: 60px; }
      #audios .right-text .contenedor .bottom .top-audio h6 {
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #2abf9b; }
      #audios .right-text .contenedor .bottom .top-audio h3 {
        font-size: 1.2em;
        font-weight: 500;
        margin: 0; }
    #audios .right-text .contenedor .bottom .item-audio {
      margin-bottom: 60px; }
      #audios .right-text .contenedor .bottom .item-audio figcaption {
        font-size: 0.95em;
        font-weight: 500;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #2abf9b;
        padding: 0 0 20px 10px; }
      #audios .right-text .contenedor .bottom .item-audio audio {
        width: 100%;
        max-width: 1200px; }

.cta {
  text-align: center;
  background-color: #0f4461;
  color: #fff; }
  .cta .info {
    width: 70%;
    margin: 0 auto;
    padding: 30px 0; }
    .cta .info .sup h6 {
      text-transform: uppercase;
      letter-spacing: 2px;
      margin: 10px; }
    .cta .info .main {
      margin: 15px 0 0 0; }
      .cta .info .main h2 {
        letter-spacing: 5px;
        font-weight: 400;
        margin: 0;
        padding: 0; }
      .cta .info .main p {
        font-size: 0.85em;
        line-height: 26px;
        text-align: center; }
    .cta .info .btn {
      width: 50%;
      margin: 20px auto 0 auto; }
      .cta .info .btn a {
        text-decoration: none;
        display: block;
        color: #fff; }
        .cta .info .btn a span {
          text-transform: uppercase;
          font-weight: 400;
          display: inline;
          font-size: 0.8em;
          line-height: 2;
          color: #fff; }
        .cta .info .btn a .button {
          border: 1px solid #fff;
          padding: 5px;
          text-align: center;
          margin: 0 0 0 auto; }
        .cta .info .btn a .icon-container {
          vertical-align: middle;
          display: none; }
      .cta .info .btn a:hover > .button {
        background-color: #fff; }
      .cta .info .btn a:hover > .button span {
        color: #333; }
    .cta .info .material-redes {
      margin: 15px 0 0 0; }
      .cta .info .material-redes a {
        text-decoration: none;
        color: #fff;
        display: inline-block;
        font-size: 2em; }
        .cta .info .material-redes a span {
          font-size: 0.8em; }
      .cta .info .material-redes .icon-container {
        padding: 5px;
        background-color: none;
        vertical-align: middle;
        line-height: 1px;
        display: inline-block;
        color: #fff; }
      .cta .info .material-redes .icon-container:hover {
        color: #d0c8bd; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 1600px) {
  #videos .right-text .contenedor .bottom .item-video {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%; } }

@media (max-width: 1200px) {
  #notas .right-text .contenedor {
    margin-right: 20px; }
  #audios .right-text .contenedor {
    margin-right: 20px; }
  #videos .right-text .contenedor {
    margin-left: 20px; }
  #notas .right-text .contenedor .top .left h2 {
    left: -135px; }
  #audios .right-text .contenedor .top .left h2 {
    left: -135px; } }

@media (max-width: 992px) {
  #notas .right-text .contenedor .bottom .left {
    background-position: center center; }
  #notas .right-text .contenedor .top .left h2 {
    left: -125px; }
  #audios .right-text .contenedor .bottom .left {
    background-position: center center; }
  #audios .right-text .contenedor .top .left h2 {
    left: -125px; }
  #videos .right-text .contenedor .bottom {
    margin: 0 40px; }
  #videos .right-text .contenedor .top .right h2 {
    left: -115px; } }

@media (max-width: 767px) {
  #notas .right-text .contenedor {
    margin: 0 20px; }
  #notas .right-text .contenedor .bottom .contenedor {
    margin: 0; }
  #notas .right-text .contenedor .top .left h2 {
    position: relative;
    left: 0;
    padding: 0; }
  #notas .right-text .contenedor .top .right {
    float: left;
    text-align: left; }
  #notas .right-text .contenedor .top {
    height: 140px; }
  #notas .right-text .contenedor .bottom .item-nota {
    height: 320px; }
  #videos .right-text .contenedor .top .right {
    float: left;
    text-align: left; }
  #videos .right-text .contenedor .top .right h2 {
    position: relative;
    left: 0; }
  #videos .right-text .contenedor .bottom {
    margin: 0; }
  #audios .right-text .contenedor {
    margin: 0 20px; }
  #audios .right-text .contenedor .bottom .contenedor {
    margin: 0; }
  #audios .right-text .contenedor .top .left h2 {
    position: relative;
    left: 0;
    padding: 5px 10px; }
  #audios .right-text .contenedor .top .right {
    float: left;
    text-align: left; }
  #audios .right-text .contenedor .top {
    height: 100px;
    padding: 0; }
  #audios .right-text .contenedor .bottom .item-nota {
    height: 320px; } }

@media (max-width: 568px) {
  #notas .right-text .contenedor .bottom .right {
    max-height: 250px;
    overflow: hidden; }
  #notas .right-text .contenedor .bottom .right {
    padding: 10px 20px 0 20px; }
  #notas .right-text .contenedor .bottom .right a {
    margin: 0 15px 10px 0; }
  #audios .right-text .contenedor .bottom .right {
    max-height: 250px;
    overflow: hidden; }
  #audios .right-text .contenedor .bottom .right {
    padding: 10px 20px 0 20px; }
  #audios .right-text .contenedor .bottom .right a {
    margin: 0 15px 10px 0; } }

.texto-principal-equipo-contenedor {
  width: 60%;
  margin: 0 auto;
  height: 80vh; }

.texto-central-equipo-contenedor {
  width: 80%;
  margin: 0 auto;
  min-height: 95vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.relleno-img-equipo-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../img/equipo-1.jpg");
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  -webkit-filter: grayscale(0.2);
  filter: grayscale(0.2); }

.relleno-img-equipo-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../img/equipo-2.jpg");
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  -webkit-filter: grayscale(0.2);
  filter: grayscale(0.2); }

.relleno-img-equipo-3 {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../img/equipo-3.jpg");
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  -webkit-filter: grayscale(0.2);
  filter: grayscale(0.2); }

.texto-central-equipo {
  color: #fff;
  margin: 0px; }

.subtitulo-principal-equipo {
  margin: 0px;
  padding-top: 150px;
  color: #fff; }

.filter-img-equipo {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0.2; }

.filter-img-equipo-principal {
  height: 100%;
  width: 80%;
  text-align: right;
  right: 0;
  position: absolute;
  background-color: #000;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  top: 0;
  left: unset;
  z-index: 2;
  opacity: 0.4; }

.titular-equipop {
  background-image: url(../img/bienestar-en-empresas.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: solid 130px #fff;
  border-left: solid 130px #fff;
  border-right: solid 130px #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.titular-equipo {
  position: relative; }

.titulo-principal-equipo {
  margin: 0 auto; }

.texto-sobre-imagen-equipo {
  position: relative;
  z-index: 3; }

.contenedor-imagen-principal-equipo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 80vh;
  width: 100%;
  background-color: #fff; }

.imagen-principal-equipo {
  background-image: url("../img/home-link3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: none;
  height: 100%;
  width: 80%;
  text-align: right;
  right: 0;
  position: absolute; }

.titulo-contenedor-equipo {
  padding-top: 150px;
  margin-left: 150px;
  display: inline-block; }

.texto-header-equipo {
  padding-bottom: 250px; }

@media (max-width: 992px) {
  .texto-principal-equipo-contenedor {
    width: 70%; }
  .texto-central-equipo-contenedor {
    width: 80%; }
  .titulo-contenedor-equipo {
    margin-left: 110px; } }

@media (max-width: 767px) {
  .titular-equipo {
    overflow: hidden; }
  .imagen-principal-equipo,
  .filter-img-equipo-principal {
    width: 100%; }
  .titulo-contenedor-equipo {
    margin-left: 50px;
    padding-top: 50px; }
  .texto-principal-equipo-contenedor {
    width: 100%;
    margin: 0 0 0 50px;
    height: unset; }
    .texto-principal-equipo-contenedor .texto-central-principal {
      text-align: left; }
  .subtitulo-principal-equipo {
    padding-top: 50px; }
  .texto-principal-equipo-contenedor .helper-abajo {
    height: unset; }
  .texto-header-equipo {
    padding: 80px 150px 40px 0;
    text-align: left; }
  .equipo-izquierda .row,
  .equipo-derecha .row {
    display: block; }
  .exterior-imagen {
    height: 50vh; }
  .texto-central-equipo-contenedor {
    width: 80%;
    margin: 0 auto;
    height: unset;
    padding: 50px 0; }
  .contenedor-imagen-principal-equipo {
    height: 100%; }
  footer hr {
    margin: 20px 0; } }

@media (max-width: 576px) {
  .texto-header-equipo {
    padding: 80px 150px 80px 0;
    text-align: left; }
  .contenedor-imagen-principal-equipo {
    height: 100%; } }
