@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/Gotham-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-Book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Gotham Light';
  src: url("../fonts/Gotham-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Element */
/* Modifier */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slick Theme */
.slider .slick-arrow {
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 70px;
  border: none;
  overflow: hidden;
  text-indent: -100em;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5; }
  .slider .slick-arrow:hover {
    opacity: 1; }

@media (min-width: 48em) {
  .slider .slick-arrow {
    opacity: 0;
    top: 60%; }
  .slider:hover .slick-arrow {
    opacity: 0.5;
    top: 50%; } }

.slider .slick-prev {
  background-image: url(../images/arrow-prev.png);
  left: -1px; }

.slider .slick-next {
  background-image: url(../images/arrow-next.png);
  right: 0px; }

.slider .slick-dots {
  position: absolute;
  bottom: 22.5px;
  left: 35px;
  right: 35px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center; }
  .slider .slick-dots li {
    display: inline-block;
    margin: 5px;
    padding: 0px;
    background-image: none; }
  .slider .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -100em;
    border-radius: 12px;
    border: none;
    background: #CCC; }
  .slider .slick-dots li.slick-active button {
    background: #ff9e1e; }

@media (max-width: 47.99em) {
  .slider .slick-slide img {
    width: 100%; }
  .slider.slider-izquierda .item {
    margin-bottom: 50px; }
  .slider.slider-derecha .slick-arrow {
    top: 80%; }
  .slider.slider-izquierda .slick-arrow {
    top: 20%; }
  .slider.slider-testimonial .slick-arrow {
    top: auto;
    bottom: -23px; } }

.slider-izquierda .slick-dots {
  text-align: right !important; }

.slider-derecha .slick-dots {
  text-align: left !important; }

.main-slider {
  overflow: hidden; }
  .main-slider .container {
    position: relative;
    /* width: 100%; */
    /* max-width: 100% !important; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-slider .content {
    max-width: 700px;
    margin: 0px auto; }
  .main-slider .slide-background {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .main-slider .slide-background img {
      position: absolute;
      left: 50%;
      top: 0px;
      height: auto;
      width: auto;
      min-height: 100%;
      min-width: 100%;
      max-width: inherit;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    @media (min-width: 67.5em) {
      .main-slider .slide-background img {
        min-height: auto; } }
  .main-slider .slide {
    height: 500px;
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-slider h1,
  .main-slider p {
    text-shadow: 0px 0px 20px black;
    color: #fff; }
  @media (min-width: 48em) {
    .main-slider p {
      font-size: 18px; }
    .main-slider h1,
    .main-slider p {
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35); } }

.slider-home .slick-arrow {
  opacity: 0.5; }

.slider-home .slick-prev {
  top: 50%;
  left: -40px;
  background-image: url(../images/arrow-prev-alt.png); }

.slider-home .slick-next {
  top: 50%;
  right: -40px;
  background-image: url(../images/arrow-next-alt.png); }

.slider-home .slick-dots {
  display: none !important; }

.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.slick-list.draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.slick-dotted article.body-left {
  padding-bottom: 70px; }

.slick-dotted article.body-right {
  padding-bottom: 70px; }

.slider-home .slick-slide,
.slider-basic .slick-slide,
.slider-for .slick-slide {
  opacity: 0;
  transition: all 0.4s ease-in-out; }

.slider-home .slick-current,
.slider-basic .slick-current,
.slider-for .slick-current {
  opacity: 1; }

.slider-home .slider-medallas .slick-slide,
.slider-basic .slider-medallas .slick-slide,
.slider-for .slider-medallas .slick-slide {
  opacity: 1; }

/* HACKS para Safari */
.safari .slick-slide {
  width: calc(100% + 1px);
  overflow: hidden; }

.safari .slider {
  position: relative;
  left: -2px; }
  .safari .slider.slider-derecha {
    left: auto;
    right: -2px; }
  .safari .slider.slider-center {
    left: 0px; }
  .safari .slider .container {
    overflow: hidden; }

.safari .slider-medallas {
  left: auto !important; }
  .safari .slider-medallas .slick-slide {
    opacity: 0; }
  .safari .slider-medallas .slick-current {
    opacity: 1 !important; }

/* Magnific Popup Theme */
.mfp-hide {
  display: none; }

.content-modal {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
  background: #FFF; }

.mfp-iframe-scaler {
  overflow: visible; }
  .mfp-iframe-scaler .video-yt {
    z-index: 2; }
  .mfp-iframe-scaler .video-info {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .mfp-iframe-scaler .hidden {
    visibility: hidden; }
  .mfp-iframe-scaler .btn {
    line-height: 18px;
    margin: 20px; }
  .mfp-iframe-scaler .btn-invisible {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -100em;
    overflow: hidden; }

.container {
  max-width: 920px;
  margin: 0px auto;
  position: relative;
  width: 90%;
  *zoom: 1;
  /*
	$max-width: 100%;
	@if (type-of($gutter) == map) {
		$max-width: $width - nth(map-values($gutter), length($gutter));
	} @else {
		$max-width: $width - $gutter;
	}

	@include clearfix;
	@include make-gutters($gutter);
	margin-left: auto;
	margin-right: auto;
	max-width: $max-width;
	max-width: to-rem($max-width);
	*/ }
  .container:before, .container:after {
    content: ' ';
    display: table; }
  .container:after {
    clear: both; }

.row {
  *zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  /* autoprefixer: off */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row:before, .row:after {
    content: ' ';
    display: table; }
  .row:after {
    clear: both; }
  .row:before, .row:after {
    /* autoprefixer: off */
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-order: 1;
    order: 1; }

.col {
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px; }

.visible-xs {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 47.99em) {
  .hidden-xs {
    display: none !important; }
  .visible-xs {
    display: block !important; } }

.visible-sm {
  display: none !important; }

.visible-sm-up {
  display: none !important; }

@media (min-width: 48em) and (max-width: 67.49em) {
  .hidden-sm {
    display: none !important; }
  .visible-sm {
    display: block !important; } }

@media (min-width: 48em) {
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-12 {
    left: 100%; }
  .hidden-sm-up {
    display: none !important; }
  .visible-sm-up {
    display: block !important; } }

.visible-md {
  display: none !important; }

.visible-md-up {
  display: none !important; }

@media (min-width: 67.5em) and (max-width: 74.99em) {
  .hidden-md {
    display: none !important; }
  .visible-md {
    display: block !important; } }

@media (min-width: 67.5em) {
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-12 {
    left: 100%; }
  .hidden-md-up {
    display: none !important; }
  .visible-md-up {
    display: block !important; } }

.visible-lg {
  display: none !important; }

@media (min-width: 75em) {
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-12 {
    left: 100%; }
  .hidden-lg {
    display: none !important; }
  .visible-lg {
    display: block !important; } }

@media print {
  *,
  *:before,
  *:after,
  p:first-letter,
  p:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

html {
  box-sizing: border-box; }

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

audio,
canvas,
img,
video {
  max-width: 100%;
  height: auto; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  *zoom: 1;
  margin-left: -1em; }
  .list-inline:before, .list-inline:after {
    content: ' ';
    display: table; }
  .list-inline:after {
    clear: both; }
  .list-inline > li {
    float: left;
    margin-left: 1em; }
  .list-inline > li > a {
    display: inline-block; }

.list-equal {
  padding-left: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .list-equal > li {
    display: table-cell;
    text-align: center; }
  .list-equal > li > a {
    display: block; }

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

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

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

.media {
  margin-bottom: 1.5em; }
  .media img {
    max-width: none; }

.media-left,
.media > .pull-left {
  padding-right: 1em; }

.media-right,
.media > .pull-right {
  padding-left: 1em; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

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

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

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

.text-hide {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  text-shadow: none; }

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.embed-responsive {
  position: relative;
  overflow: hidden; }
  .embed-responsive:before {
    content: ' ';
    display: block;
    padding-bottom: 56.25%; }
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.invisible {
  visibility: hidden !important; }

.hidden {
  display: none !important; }

@media print {
  .hidden-print {
    display: none !important; } }

body {
  font-family: "Gotham Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #222222; }

input,
button,
select,
textarea {
  line-height: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0.8em;
  margin-bottom: 0.4em;
  font-family: "Gotham Light";
  font-weight: 700;
  line-height: 1.2;
  color: #ff9e1e; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0; }

h1, .h1 {
  font-size: 24.4860875px; }

h2, .h2 {
  font-size: 21.29225px; }

h3, .h3 {
  font-size: 18.515px; }

h4, .h4 {
  font-size: 16.1px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12.1739130435px; }

small, .small {
  font-size: 80%; }

pre {
  overflow: auto; }

hr {
  border: 0;
  border-top: 1px solid #a2a1a1; }

a {
  color: #ff9e1e;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ff9e1e;
    text-decoration: none; }

html,
button,
input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  html,
  button,
  input {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; } }

.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 30px;
  border: 1px solid #565656;
  border-radius: 20px;
  background-color: transparent;
  color: #565656;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: transparent; }
  .btn.disabled, .btn[disabled] {
    opacity: 0.65;
    cursor: default;
    pointer-events: none; }

.btn:hover,
.btn:focus {
  outline: 0;
  text-decoration: none;
  background-color: #565656;
  color: #FFFFFF; }

.btn:active {
  background-color: #565656;
  color: #FFFFFF; }

fieldset {
  min-width: 0;
  padding: 0;
  border: 0; }

label {
  display: inline-block;
  max-width: 100%;
  padding-bottom: 0.375em; }

.label-inline {
  margin-top: 1px;
  padding-top: 0.375em; }

.form-group {
  margin-bottom: 1em; }

.form-inline label {
  vertical-align: middle;
  margin-top: 1px;
  padding-top: 0.375em; }

.form-inline input[type="email"], .form-inline input[type="number"], .form-inline input[type="password"], .form-inline input[type="search"], .form-inline input[type="tel"], .form-inline input[type="text"], .form-inline input[type="url"], .form-inline textarea, .form-inline select,
.form-inline .form-group,
.form-inline .select,
.form-inline .checkbox,
.form-inline .radio {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  width: auto; }

.form-inline .checkbox + .checkbox,
.form-inline .radio + .radio {
  margin-left: 1em; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea, select {
  display: block;
  width: 100%;
  height: 2.375em;
  border: 1px solid #565656;
  border-radius: 4px;
  padding: 0.375em 0.75em;
  background-color: #f6f6f6;
  color: #222222;
  transition: border-color 0.15s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input[type="email"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="url"][disabled], textarea[disabled], select[disabled] {
    border-color: #ccc;
    background-color: #eee;
    color: #555;
    cursor: not-allowed; }

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
  border-color: #ff9e1e;
  outline: 0; }

select {
  overflow-x: hidden;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist; }
  select[multiple], select[size] {
    height: auto; }

textarea {
  height: auto;
  resize: vertical; }

.checkbox,
.radio {
  line-height: 1.45; }

input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  margin-top: 0.25em;
  line-height: normal; }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    padding: 0;
    padding-left: 20px;
    font-weight: normal;
    cursor: pointer; }
  input[type="radio"][disabled] + label,
  input[type="checkbox"][disabled] + label {
    color: #555;
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

[placeholder].placeholder {
  color: #a2a1a1; }

[placeholder]::-webkit-input-placeholder {
  color: #a2a1a1;
  opacity: 1; }

[placeholder]:-ms-input-placeholder {
  color: #a2a1a1;
  opacity: 1; }

[placeholder]::placeholder {
  color: #a2a1a1;
  opacity: 1; }

:not(:checked) input[type="checkbox"],
:not(:checked) input[type="radio"] {
  opacity: 0; }
  :not(:checked) input[type="checkbox"] + label,
  :not(:checked) input[type="radio"] + label {
    position: relative;
    padding-left: 1.4em; }
  :not(:checked) input[type="checkbox"] + label:before,
  :not(:checked) input[type="radio"] + label:before {
    content: ' '; }

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  position: absolute;
  top: 0.1875em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #565656;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center center; }

input[type="checkbox"] + label:hover:before,
input[type="radio"] + label:hover:before {
  border-color: #ff9e1e; }

input[type="checkbox"] + label:active:before,
input[type="radio"] + label:active:before {
  background-color: #dddcdc; }

input[type="checkbox"][disabled] + label:before,
input[type="radio"][disabled] + label:before {
  border-color: #ccc;
  background-color: #eee; }

input[type="radio"] + label:before {
  border-radius: 1em; }

input[type="radio"]:checked + label:before {
  /* autoprefixer: off */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB1SURBVChTYyAEGKE0i6KiYjOQjoFwGZZwcnK2Xrt27QsziAeUbGVkZKwAYj4otvnz5w/b+/fvdzOB1TMw+EBpOPj//787iIYpwAnACoBG7gDzUMFeEAF2g6Sk5HGQnUBj5YDcT0A8D+jI2tevX/8CyeMBDAwAQ4wgZq0O/WQAAAAASUVORK5CYII=");
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent); }

input[type="checkbox"]:checked + label:before {
  /* autoprefixer: off */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVChTYyAEGKE0CjA2Ntb4////dGZm5khmqBgcQCX3MzIy6gBpBkZk1f/+/ROASkoA6TW8vLyRTCBJoIDD379/96NLHjx48A8TSCdQ4AZQQgNdEmQl2JGmpqYSIBOAzCvIkigA6BYRe3t7FigXChgYAGONRUtL5Ld6AAAAAElFTkSuQmCC");
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M6.4 1L5.7 1.7 2.9 4.5 2.1 3.7 1.4 3 0 4.4l0.7 0.7 1.5 1.5 0.7 0.7 0.7-0.7 3.5-3.5 0.7-0.7L6.4 1 6.4 1z'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent); }

.select {
  position: relative; }
  .select select {
    padding-right: 2em;
    padding-right: 0.75em \9;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .select select::-ms-expand {
    display: none; }
  .select select:focus::-ms-value {
    background: transparent;
    color: #222222; }
  .select:after {
    /* autoprefixer: off */
    content: ' ';
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0.75em;
    width: 12px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABlSURBVChTYzQyMqpnZGRsYCAC/P//v4H5+fPnByUlJRmAmhyg4lgBSPG5c+camUEcQppgikFssAYQwKUJWTEIwDWAAEiTlJSUAJBpAeIDFRcCFXeC2HiBsbFxPzAwCqBcJMDAAAD1cjECKulnugAAAABJRU5ErkJggg==");
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6'%3E%3Cpath fill='%23333' d='M0 0l6 6 6-6h-12z'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent);
    display: none \9; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select:after {
    display: block; }
  .select select {
    padding-right: 2em; } }

@-moz-document url-prefix() {
  /* autoprefixer: off */
  @supports not (filter: opacity(1)) {
    .select:after {
      display: none; }
    .select select {
      padding-right: 0.75em; } } }

.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .table th, .table td {
    padding: 0.4em 0.6em;
    border-bottom: 1px solid #b6b6b6;
    vertical-align: top; }
  .table th {
    text-align: left; }
  .table thead th {
    border-bottom-width: 2px;
    vertical-align: bottom; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

figure,
fieldset {
  margin: 0; }

address,
blockquote,
table,
figure,
form,
fieldset,
legend,
pre,
dl,
ul,
ol,
hr,
p {
  margin-top: 0;
  margin-bottom: 1.5em; }

nav > ul,
nav > ol,
li > ul,
li > ol {
  margin-bottom: 0; }

ul, ol {
  padding-left: 2.5em; }

/* Transition */
.transition, .slider .slick-arrow, .main-slider, .btn, .section-oficinas .navigation img {
  transition-duration: 0.3s;
  transition-property: all; }

/* Horizontal list */
.horizontal-list {
  text-align: center; }
  .horizontal-list li {
    display: inline-block;
    margin: 0 3px; }

/* Navigation */
.inline-nav {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .inline-nav__item {
    display: inline-block; }
    .inline-nav__item--active {
      background: red; }

/* Buttons */
.btn {
  border: 1px solid #565656; }
  .btn.btn-white {
    border-color: #FFFFFF;
    color: #FFFFFF; }
    .btn.btn-white:hover {
      background-color: #FFFFFF;
      color: #565656; }
  .btn.btn-small {
    font-size: 12px;
    padding: 6px 18px; }
  .btn.btn-orange {
    background-color: #ff9e1e;
    border-color: #ff9e1e;
    color: #FFFFFF; }
    .btn.btn-orange:hover {
      background-color: transparent;
      color: #ff9e1e; }
  .btn.btn-facebook, .btn.btn-facebook:hover {
    border-radius: 4px;
    color: #FFFFFF;
    background-color: #3b5998;
    border-color: #3b5998; }
  .btn.btn-linkedin, .btn.btn-linkedin:hover {
    border-radius: 4px;
    color: #FFFFFF;
    background-color: #55acee;
    border-color: #55acee; }
  .btn.btn-twitter, .btn.btn-twitter:hover {
    border-radius: 4px;
    color: #FFFFFF;
    background-color: #007bb5;
    border-color: #007bb5; }

/* Forms */
span.error {
  font-style: italic;
  font-size: 0.85em;
  opacity: 0.6; }

/* Infinite scroll */
#infscr-loading {
  bottom: 60px;
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10; }

/* Hover effects */
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0; } }

@keyframes hvr-ripple-out {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0; } }

.hvr-ripple-out, .main-menu .current-menu-item a,
.main-menu a:hover {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-ripple-out:before, .main-menu .current-menu-item a:before,
.main-menu a:hover:before {
  content: '';
  position: absolute;
  border: #d6d5d5 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 20px; }

.hvr-ripple-out:hover:before,
.main-menu a:hover:before, .hvr-ripple-out:focus:before, .main-menu .current-menu-item a:focus:before,
.main-menu a:hover:focus:before, .hvr-ripple-out:active:before, .main-menu .current-menu-item a:active:before,
.main-menu a:hover:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out; }

/* Outline Out */
.hvr-outline-out, .social-nav a.icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-outline-out:before, .social-nav a.icon:before {
  content: '';
  position: absolute;
  border: #cdcdcd solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
  border-radius: 100%; }

.hvr-outline-out:hover:before, .social-nav a.icon:hover:before, .hvr-outline-out:focus:before, .social-nav a.icon:focus:before, .hvr-outline-out:active:before, .social-nav a.icon:active:before {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px; }

/* Bubba */
.effect-bubba {
  position: relative; }

.effect-bubba img {
  opacity: 0.7;
  transition: opacity 0.35s; }

.effect-bubba:hover img {
  opacity: 1; }

.effect-bubba figcaption::before,
.effect-bubba figcaption::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }

.effect-bubba figcaption::before {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

.effect-bubba figcaption::after {
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0); }

.effect-bubba h3 {
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

.effect-bubba a {
  opacity: 0;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  z-index: 10; }

.effect-bubba:hover figcaption::before,
.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.effect-bubba:hover h3,
.effect-bubba:hover a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* ------------------
* Header
* ----------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 0px;
  z-index: 999;
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  #header .container {
    position: relative;
    max-width: 1200px; }
  #header .logo {
    line-height: 1;
    display: inline-block;
    max-width: 140px; }
    #header .logo img {
      width: 140px;
      height: 55px; }
  #header nav {
    display: none;
    width: 100%;
    clear: both;
    text-align: center; }
  @media (max-width: 74.99em) {
    #header hgroup {
      *zoom: 1; }
      #header hgroup:before, #header hgroup:after {
        content: ' ';
        display: table; }
      #header hgroup:after {
        clear: both; }
      #header hgroup .logo {
        float: left; }
      #header hgroup .menu-mobile {
        float: right;
        font-size: 28px;
        color: #000;
        padding: 10px; }
    #header nav {
      display: none; } }
  @media (min-width: 67.5em) {
    #header hgroup {
      position: absolute;
      top: 0px;
      left: 0px; }
    #header .social-nav {
      position: absolute;
      top: 15px;
      right: 0px; }
    #header nav {
      display: block !important;
      padding: 15px 0px; }
    #header .menu-mobile {
      display: none; } }

/* Main menu */
.main-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: 1; }
  .main-menu a {
    font-size: 12px;
    color: #565656;
    display: block;
    padding: 12px;
    text-transform: uppercase;
    border-radius: 20px; }
  .main-menu .current-menu-item a,
  .main-menu a:hover {
    background-color: #d6d5d5;
    color: #fff; }
  @media (max-width: 67.49em) {
    .main-menu {
      margin-top: 14px; }
      .main-menu .menu-item-has-children > a {
        display: none; }
      .main-menu .menu-item-has-children .sub-menu a {
        display: inline-block; }
      .main-menu li {
        border-bottom: 1px solid #d6d5d5; } }
  @media (min-width: 67.5em) {
    .main-menu {
      display: inline-block;
      z-index: 100; }
      .main-menu a {
        padding: 8px 6px 6px;
        display: inline-block;
        position: relative; }
      .main-menu li {
        position: relative;
        display: inline-block;
        margin: 0 -2px; }
        .main-menu li .sub-menu {
          display: none;
          position: absolute;
          top: 120%;
          left: -0px;
          width: auto;
          text-align: left;
          z-index: 100;
          line-height: 1.5;
          background: #FFF;
          border-radius: 0px 0px 23px 23px; }
          .main-menu li .sub-menu li {
            display: block;
            position: relative; }
          .main-menu li .sub-menu a {
            display: block;
            position: relative;
            white-space: nowrap; }
      .main-menu li:hover > .sub-menu {
        display: block; } }

.sub-menu {
  margin: 0px;
  padding: 0px 8px;
  list-style: none; }
  @media (max-width: 67.49em) {
    .sub-menu br {
      display: none; }
    .sub-menu li:last-child {
      border-bottom: none !important; } }
  @media (min-width: 75em) {
    .sub-menu {
      padding-bottom: 8px; } }

/* Social Nav */
.social-nav {
  display: inline-block;
  margin: 30px auto; }
  .social-nav li {
    margin-left: 5px;
    display: inline-block; }
  .social-nav a {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    height: 26px;
    width: 26px;
    padding: 0px !important;
    vertical-align: middle;
    border-radius: 100%; }
  .social-nav a.lang {
    color: #565656;
    font-size: 11px;
    width: auto; }
    .social-nav a.lang:hover {
      color: #ff9e1e;
      background: transparent; }
  .social-nav a.icon {
    background-color: #cdcdcd;
    color: #fff; }
    .social-nav a.icon.fb:hover {
      background-color: #3b5998; }
      .social-nav a.icon.fb:hover:before {
        border-color: #3b5998; }
    .social-nav a.icon.tw:hover {
      background-color: #55acee; }
      .social-nav a.icon.tw:hover:before {
        border-color: #55acee; }
    .social-nav a.icon.in:hover {
      background-color: #007bb5; }
      .social-nav a.icon.in:hover:before {
        border-color: #007bb5; }

@media (min-width: 67.5em) {
  .social-nav {
    float: right;
    display: inline-block; }
  #header .social-nav {
    margin: 0px; }
  #footer .social-nav {
    margin: 0px 49px 0px 0px; } }

/* ------------------
* Section
* ----------------- */
.section {
  position: relative;
  *zoom: 1; }
  .section:before, .section:after {
    content: ' ';
    display: table; }
  .section:after {
    clear: both; }
  .section:first-child {
    margin-top: -90px;
    z-index: 5; }
  .section .section-title {
    text-align: center;
    margin-bottom: 2em; }
  @media (min-width: 67.5em) {
    .section:first-child {
      margin-top: -100px; } }

.section-boxed, .section-articles .item {
  background: #FFFFFF;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }

.section-borderless {
  margin-top: 40px !important; }

@media (max-width: 47.99em) {
  .col-custom {
    width: 100% !important; } }

.section-separador {
  height: 70px; }

/* Columnas */
/* Testimonios */
.section-testimonios .logo {
  width: 120px;
  margin: 2em; }
  .section-testimonios .logo img {
    margin: -15px 5px 10px -10px;
    border: 1px solid #CCC; }

.section-testimonios .title {
  margin: 2em; }

.section-testimonios blockquote {
  color: #999;
  margin: 0px 2em 4em; }

@media (min-width: 67.5em) {
  .section-testimonios article {
    padding: 50px 60px 20px; }
  .section-testimonios .logo {
    float: left;
    width: 20%;
    margin: 0px; }
    .section-testimonios .logo figure {
      padding-left: 0px; }
  .section-testimonios .cita.with-img {
    float: left;
    width: 80%; } }

/* Listado iconos */
.section-listado-iconos .row {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

/* Entradas y Entradas relacionadas */
.single-header {
  height: 550px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center; }
  @media (max-width: 47.99em) {
    .single-header {
      height: 270px; } }

.section-single {
  z-index: 0 !important; }
  .section-single article {
    padding-bottom: 0px; }

nav.nav-share {
  padding: 40px 0px;
  text-align: center; }
  nav.nav-share h4 {
    margin-bottom: 1em; }
  nav.nav-share ul {
    margin: 0px;
    padding: 0px; }
  nav.nav-share li {
    width: 25%;
    display: inline-block; }
  nav.nav-share a {
    display: block; }

.section-articles .item {
  margin-bottom: 30px; }
  .section-articles .item img {
    width: 100%; }

aside.related {
  border-top: 1px solid #cdcdcd; }
  @media (min-width: 920px) {
    aside.related {
      padding: 40px; } }

.section-filters {
  margin: 70px 10px 0px !important; }

.nav-filters {
  margin-bottom: 30px; }
  .nav-filters ul {
    padding-left: 0px; }
    .nav-filters ul li {
      list-style: none; }
  .nav-filters .select select {
    border-radius: 20px; }
  @media (max-width: 47.99em) {
    .nav-filters li {
      display: block;
      text-align: center;
      margin-bottom: 0.5em; } }

/* Career */
.job {
  width: 100%; }
  .job article {
    padding: 30px 40px 10px;
    border-top: 1px solid #CCC;
    display: block;
    width: 100%; }

/* Servicios */
.section-servicios h2:after, .section-servicios h3:after {
  background-color: #ff9e1e !important; }

.section-servicios h4 {
  font-family: "Gotham Medium";
  font-weight: 400; }

.section-servicios .alignnone {
  width: auto !important; }

/* Noticias destacadas en el home */
.note.note-featured article,
.note.violet article,
.note.violet .note-caption {
  background-color: #9d2063; }

.note.blue article {
  background-color: #27a3ba; }

.note.green article {
  background-color: #66c75a; }

.note article {
  position: relative;
  overflow: hidden;
  padding: 0px; }

.note h2 {
  color: #FFFFFF; }

.note .note-caption {
  padding: 20px; }

.note .btn {
  margin-top: 1em; }

@media (max-width: 47.99em) {
  .note .note-img {
    background-image: none !important; } }

@media (min-width: 48em) {
  .note:hover .note-img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .note .note-img {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    height: 100%;
    transition-duration: 0.3s;
    transition-property: all; }
    .note .note-img img {
      display: none; } }

@media (min-width: 48em) {
  .note-featured article {
    height: 410px;
    margin: 0px 15px 0px 0px; }
  .note-featured .note-img {
    background-position: center center;
    background-size: cover; }
  .note-featured .note-caption {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 0px;
    left: 0px; } }

@media (min-width: 48em) {
  .note-wide article,
  .note-small article {
    height: 190px; }
  .note-wide .btn,
  .note-small .btn {
    position: absolute;
    bottom: 20px;
    left: 20px; } }

@media (min-width: 48em) {
  .note-wide article {
    margin: 0px 15px 15px; }
  .note-wide .note-caption {
    position: absolute;
    top: 0px;
    left: 47%;
    height: 100%; } }

@media (min-width: 48em) {
  .note-small {
    width: 50%;
    float: left; }
    .note-small article {
      margin: 15px; }
    .note-small h2 {
      font-size: 18px; } }

/*--------------------------------------------------
Maps
---------------------------------------------------*/
.gmap {
  position: relative;
  height: 430px; }

#map-container {
  height: 100%;
  width: 100%; }

#map-zoom-in,
#map-zoom-out {
  background-color: #ff9e1e;
  color: #FFFFFF;
  cursor: pointer;
  margin: 10px;
  padding: 10px;
  position: relative;
  display: block;
  z-index: 100; }

#map-zoom-in:hover, .no-touch #map-zoom-in:hover, #map-zoom-out:hover, .no-touch #map-zoom-out:hover {
  color: #ff9e1e;
  background-color: #FFFFFF; }

/* Oficinas */
.section-oficinas address,
.section-oficinas .navigation {
  margin: 15px auto; }

.section-oficinas address {
  font-style: normal;
  max-width: 390px; }
  .section-oficinas address h3,
  .section-oficinas address h4 {
    text-transform: uppercase; }

.section-oficinas .navigation ul {
  padding-left: 0px; }

.section-oficinas .navigation a {
  max-width: 45px;
  display: inline-block;
  margin: 10px 5px; }

.section-oficinas .navigation .active img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3); }

@media (min-width: 67.5em) {
  .section-oficinas .slider-oficinas {
    margin-top: 60px; } }

/* Section reprsentaciones */
nav.iconos-representaciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  nav.iconos-representaciones .item {
    width: calc(100%/5); }
  nav.iconos-representaciones a {
    display: inline-block;
    line-height: 90px;
    transition: opacity .3s ease-in-out; }
    nav.iconos-representaciones a:hover {
      opacity: 0.7; }
  @media (min-width: 67.5em) {
    nav.iconos-representaciones img {
      padding: 10px; } }

.section-servicios nav.iconos-representaciones a {
  margin: 5px; }

.section-representaciones-logos nav.iconos-representaciones .item {
  width: calc(100%/11); }

article {
  padding: 20px; }
  @media (min-width: 48em) {
    article {
      padding: 35px 30px 20px; } }
  article.format-image {
    background: #FFF; }
  article.no-padding {
    padding: 0px; }
    article.no-padding p {
      margin-bottom: 0px; }
  article h3 img {
    display: inline-block !important;
    width: auto !important; }
  article ul,
  article ol {
    list-style: none;
    padding-left: 0px; }
    article ul li,
    article ol li {
      display: block;
      padding-left: 1.3em;
      background-repeat: no-repeat;
      background-color: transparent; }
  article ul li {
    padding: 4px 16px;
    background-position: 3px 11px;
    background-image: url(../images/bullet.png); }
  article ol li {
    padding: 8px 16px;
    background-position: 3px 15px;
    background-image: url(../images/bullet-alt.png);
    border-bottom: 1px solid #565656; }
    article ol li a {
      color: #565656; }
  @media (min-width: 67.5em) {
    article.body-left {
      padding-left: 40px; }
    article.body-right {
      padding-right: 60px; } }

.article-title {
  margin-bottom: 2em; }

p#mensajeFiltros {
  padding: 2em 1em; }

/* ------------------
* Footer
* ----------------- */
#footer {
  position: relative;
  background-color: #e7e7e5;
  padding: 30px 0;
  text-align: center; }
  #footer .container {
    max-width: 1200px; }
  #footer .logo {
    max-width: 140px;
    display: inline-block; }
    #footer .logo img {
      width: 140px;
      height: 55px; }
  #footer p {
    font-size: 11px; }
  #footer p,
  #footer .social-nav {
    vertical-align: middle; }
  #footer .social-nav {
    margin: 0px; }

@media (min-width: 48em) {
  #footer {
    text-align: left;
    line-height: 62px; }
    #footer .logo {
      margin-right: 15px;
      float: left; }
    #footer .social {
      text-align: right; }
    #footer br {
      display: none; }
    #footer .address {
      display: inline; } }

@media (max-width: 67.49em) {
  .whitespace {
    height: 0px;
    margin-top: -80px; } }

@media (min-width: 67.5em) {
  .whitespace {
    height: 16px; } }

/*
 * Base Rules
 */
html {
  font-size: 10px; }

html,
body {
  overflow-x: hidden; }

body {
  background: #eee url("../images/bg.jpg") no-repeat center center fixed;
  background-size: cover; }

::-moz-selection {
  background: #ff9e1e;
  text-shadow: none; }

::selection {
  background: #ff9e1e;
  text-shadow: none; }

a, button, input[type="submit"] {
  transition: all 0.2s ease-in-out; }
  a:focus, button:focus, input[type="submit"]:focus {
    outline: none; }

*:focus {
  outline: none; }

h1 {
  font-size: 32px; }
  @media (max-width: 47.99em) {
    h1 {
      font-size: 28px; } }

h2 {
  font-size: 20px;
  margin-bottom: 1em; }
  @media (max-width: 47.99em) {
    h2 {
      font-size: 18px; } }

h3 {
  font-size: 16px;
  margin-bottom: 1em; }
  @media (max-width: 47.99em) {
    h3 {
      font-size: 16px; } }

h4,
h5 {
  font-size: 14px;
  color: #565656;
  text-transform: uppercase; }

h3 + h4 {
  margin-top: -5px;
  margin-bottom: 20px; }

b,
strong {
  font-family: "Gotham Bold";
  font-weight: 400; }

svg,
img {
  max-width: 100%;
  height: auto; }

figure {
  margin: 0px; }
  figure img {
    width: 100%; }

img.formobile {
  display: none;
  width: 100%; }

@media (max-width: 47.99em) {
  img.formobile {
    display: inline-block; }
  img.fordesktop {
    display: none; } }

@media (max-width: 67.49em) {
  .img-responsive {
    width: 100%; } }

.large {
  font-size: 22px; }

.media p {
  margin-bottom: 0; }

.center-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 67.49em) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }

/* ------------------
* WP
* ----------------- */
@media (min-width: 990px) {
  .alignright {
    float: right;
    margin: 0px 1em 0.5em; }
  .alignleft {
    float: left;
    margin-right: 1em; }
  .page-id-7 img.alignleft {
    margin: 20px 20px 70px 0px; } }

.aligncenter {
  text-align: center;
  margin: 0px auto;
  display: block; }

.wp-caption {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 2em;
  max-width: 100%; }
  .wp-caption img {
    margin-bottom: 1em; }
  .wp-caption .wp-caption-text {
    text-align: left;
    margin-bottom: 0px;
    font-size: 90%; }

/*
 * Layout Rules
 */
#main {
  margin: 0px 0px 60px;
  min-height: 80vh; }
  #main .container {
    max-width: 90%; }
  @media (min-width: 67.5em) {
    #main .container {
      max-width: 920px; } }

/* VIDEO PLAYER */
.slider-basic .embed-responsive {
  margin-bottom: 70px; }

.video-player {
  margin-bottom: 60px; }

.plyr__play-large {
  padding: 30px; }

.underline:after, .section-servicios h2:after, .section-servicios h3:after {
  content: ' ';
  display: block;
  width: 30px;
  height: 3px;
  overflow: hidden;
  background-color: #ff9e1e;
  margin-top: 10px; }

/* Representaciones */
.list-representaciones {
  *zoom: 1;
  margin: 0px 0px 3em;
  padding: 0px;
  list-style: none; }
  .list-representaciones:before, .list-representaciones:after {
    content: ' ';
    display: table; }
  .list-representaciones:after {
    clear: both; }
  .list-representaciones li {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-image: none; }
  @media (min-width: 768px) {
    .list-representaciones li {
      float: left;
      width: 20%; } }

.representacion {
  text-align: center; }
  .representacion .logo {
    display: block;
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    text-indent: -100em;
    overflow: hidden; }
  .representacion .btn {
    margin: 0px 0px 20px;
    padding: 8px 20px; }

/* Video Player */
button.plyr__play-large {
  padding: 13px;
  border: none; }

.video-player figure {
  position: relative; }

.video-player figure::after {
  content: ' ';
  background: transparent url("../images/ico-play.png") center center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  opacity: 1; }

.video-player:hover figure::after {
  opacity: 0.6; }

/* Flexbox */
@media (min-width: 48em) {
  .hide-sm {
    display: none !important; }
  .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .flex-row.flex-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .flex-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch; }
    .flex-item.flex-grow {
      -webkit-box-flex: 1.3;
          -ms-flex-positive: 1.3;
              flex-grow: 1.3; }
    .flex-item.flex-image {
      width: 100%;
      display: block;
      background-color: #CCC;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover; } }

@media (min-width: 48em) and (max-width: 67.49em) {
  .flex-item.flex-grow-md {
    -webkit-box-flex: 1.3;
        -ms-flex-positive: 1.3;
            flex-grow: 1.3; } }

@media (min-width: 67.5em) {
  .flex-item.flex-grow-md {
    -webkit-box-flex: 2.8;
        -ms-flex-positive: 2.8;
            flex-grow: 2.8; } }

@media (max-width: 47.99em) {
  .flex-item .flex-image {
    background-image: none !important; } }

/* Columnas */
@media (max-width: 67.49em) {
  .row-columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .row-columnas .columna {
      width: 100% !important; } }

@media (min-width: 67.5em) {
  .row-columnas .columna {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; } }
