@charset "UTF-8";
/*
	* 1) Neutral color variables use a numbered system to define variables for better maintainability.
	*    "$color-gray-10" means "10% gray", which is a gray closer to white than to black. For more info
	*    read https://medium.com/eightshapes-llc/color-in-design-systems-a1c80f65fa3#.brevrq67p
	*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 *º/
	-ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
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 */
}

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .tag {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/*  ==========================================================================
    Fonts
    ========================================================================== */
/* Open Sans
// -------------------------------------------------- */
@font-face {
  font-family: 'open_sans_bold';
  src: url("../fonts/opensans/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_regular';
  src: url("../fonts/opensans/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans_semibold';
  src: url("../fonts/opensans/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

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

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

.fa-git:before {
  content: "\f1d3";
}

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

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

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

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

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

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

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

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

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

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

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

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

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

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

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

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

.fa-contao:before {
  content: "\f26d";
}

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

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

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

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

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

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

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

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

/*  ==========================================================================
    Page styles -
    ========================================================================== */
/*
    Html, Body
    ========================================================================== */
/*
	Html base styles
	-------------------------------------  */
html {
  box-sizing: border-box;
  font-size: 14px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

/*
	Body base styles
	-------------------------------------  */
body {
  color: #666666;
  background-color: #ffffff;
  font-family: "open_sans_regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

@media screen and (max-width: 39.9375em) {
  html {
    font-size: 15px;
  }
}

/*
    Animation
    ========================================================================== */
/*
	Fade Animation
	-------------------------------------  */
.animate-fade:hover {
  opacity: 0;
}

/*
    Forms
    ========================================================================== */
/*
	Fieldset base styles
	-------------------------------------  */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/*
	Label base styles
	-------------------------------------  */
label {
  display: block;
  padding-bottom: 0.2rem;
  font-weight: bold;
}

/*
	Form button, input, select, and text area base styles
	1) Zero out margin and inherit font styles
	-------------------------------------  */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button:focus, input:focus, select:focus, textarea:focus {
  outline: none;
}

/*
	Input and text area base styles
	1) Width entire container, gray border, padding
	-------------------------------------  */
input, textarea {
  border: 1px solid #fff;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.2);
  padding: 0.71429rem 1.07143rem;
  width: 100%;
  /* BOF Personalización */
  background-color:#ffffff;
  /* EOF Personalización */
}

/* BOF Personalización */
input {
	color:#404040;
}

textarea {
	color:#555555;
}
/* EOF Personalización */

select {
  border: 1px solid #fff;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.2);
  padding: 0.5em 1.07143rem;
  width: 100%;
  /* BOF Personalización */
  background-color:#ffffff;
  color:#909090;
  /* EOF Personalización */
}

/*
	Input areas base styles
	1) Get rid of webkit appearance of these areas
	-------------------------------------  */
input[type=text], input[type=search], input[type=url], input[type=number], textarea {
  -webkit-appearance: none;
}

/*
	Button/Submit button base styles
	-------------------------------------  */
button, input[type="submit"] {
  background: #444444;
  border: 1px solid #808080;
  cursor: pointer;
}

/*
	Checkboxes/Radio button base styles
	-------------------------------------  */
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 0.3em;
}

/*
	Search cancel button and search decoration webkit appearance none
	-------------------------------------  */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
    Headings
    ========================================================================== */
/*
	Headings
	-------------------------------------  */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

/*
    Links
    ========================================================================== */
/*
	Links
	-------------------------------------  */
a {
  color: #808080;
  text-decoration: none;
  outline: 0;
  transition: all 0.3s ease;
  display: inline-block;
}

a:hover, a:focus {
  color: #444444;
}

/*
    Lists
    ========================================================================== */
/*
	Ordered/Unordered list base styles
	-------------------------------------  */
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
	Definition list base styles
	-------------------------------------  */
dl {
  overflow: hidden;
  margin: 0 0 1rem;
}

/*
	Terms/Names base styles
	-------------------------------------  */
dt {
  font-weight: bold;
}

/*
	Definition list description base styles
	-------------------------------------  */
dd {
  margin-left: 0;
}

/*
    Media Elements
    ========================================================================== */
/*
	Make media elements responsive
	-------------------------------------  */
img, video, object {
  max-width: 100%;
  height: auto;
}

/*
	Iframe base styles
	-------------------------------------  */
iframe {
  margin-bottom: 1rem;
}

/*
	Figure base styles
	-------------------------------------  */
figure {
  margin-bottom: 1rem;
}

figure img {
  margin-bottom: 0.5rem;
}

/*
	Figure caption base styles
	-------------------------------------  */
figcaption {
  font-style: italic;
}

/*
    Reset
    ========================================================================== */
/*
	Use border box on all elements
	-------------------------------------  */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/*
	Zero out margin and padding on most elements as base style
	-------------------------------------  */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

/*
	Tabindex
	--------------------  */
[tabindex="-1"]:focus {
  outline: none !important;
}

/*
	Selection styling
	--------------------  */
::-moz-selection {
  background: #16afda;
  color: #fff;
}

::selection {
  background: #16afda;
  color: #fff;
}

/*
    Table
    ========================================================================== */
/*
	Table base styles
	-------------------------------------  */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #808080;
  width: 100%;
}

/*
	Table header base styles
	-------------------------------------  */
th {
  text-align: left;
  border: 1px solid #808080;
  padding: 0.2em;
}

/*
	Table cell base styles
	-------------------------------------  */
td {
  border: 1px solid #808080;
  padding: 0.2em;
}

/*
    Text
    ========================================================================== */
/*
	Paragraph base styles
	-------------------------------------  */
p {
  margin-bottom: 1rem;
}

/*
	Strong base styles
	-------------------------------------  */
strong {
  font-family: "open_sans_semibold";
  font-weight: normal;
}

/*
	Blockquote base styles
	-------------------------------------  */
blockquote {
  font-style: italic;
  border-left: 1px solid #808080;
  color: #808080;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

/*
	Horizontal rule base styles
	-------------------------------------  */
hr {
  background: #d9d9d9;
  border: 0;
  display: block;
  height: 1px;
  padding: 0;
  margin: 2rem 0;
}

/*
	Abbreviation base styles
	-------------------------------------  */
abbr {
  border-bottom: 1px dotted #808080;
  cursor: help;
}

/*
    Swiper custom
    ========================================================================== */
/*
  Container / Slides / Arrow
  -------------------------------------  */
.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  box-sizing: border-box;
}

.swiper-button-prev, .swiper-button-next {
  width: 24px !important;
  height: 24px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  background-size: 20px 20px  !important;
  -webkit-border-radius: 50%  !important;
  -moz-border-radius: 50%  !important;
  border-radius: 50%  !important;
  background-repeat: no-repeat  !important;
  background-position: center  !important;
  display: none;
}

.swiper-button-prev {
  background: url("../img/iswpper_button_prev.svg") no-repeat top center !important;
}

.swiper-button-next {
  background: url("../img/iswpper_button_next.svg") no-repeat top center !important;
}

@media screen and (max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: block;
  }
}

/*  ==========================================================================
    Object (Layout, Templates) - prefix: o-
    ========================================================================== */
/*
    Template - Description
    ========================================================================== */
/*
	Template - Section
	-------------------------------------  */
/*
    Page Layouts - General Containers for Site Layout
    ========================================================================== */
/*
	Main container with media queries
	-------------------------------------  */
.container {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.container:before, .container:after {
  content: '';
  display: table;
}

.container:after {
  clear: both;
}

@media screen and (max-width: 74.9375em) {
  .container {
    max-width: 940px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 61.9375em) {
  .container {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 47.9375em) {
  .container {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*  ==========================================================================
    Components (Molecules, Organism) prefix: c-
    ========================================================================== */
/*
    Header
    ========================================================================== */
header {
  background: #fff url("../img/header_sep.png") no-repeat center top;
  border-bottom: 10px solid #16afda;
  color: #16afda;
  width: 100%;
  height: 106px;
  position: fixed;
  z-index: 100;
}

/*
    Footer
    ========================================================================== */
footer {
  background: url("../img/footer_bg.png") no-repeat center top;
  background-size: cover;
  color: #fff;
  position: absolute;
  width: 100%;
}

.footer {
  padding: 6.78571rem 0 0;
  font-size: 1rem;
  line-height: 1;
}

.footer__info {
  font-size: 1rem;
  padding: 0 4.64286rem 3.57143rem;
  line-height: 1.5;
  *zoom: 1;
}

.footer__info:before, .footer__info:after {
  content: " ";
  display: table;
}

.footer__info:after {
  clear: both;
}

.footer__info h3 {
  font-size: 1.28571rem;
  font-family: "open_sans_semibold";
  margin-bottom: 2.5rem;
}

.footer__descr {
  /* Personalización */
/*
  margin-right: 4.28571rem;
*/
  margin-right: 1.5rem;
  text-align: justify;
}

.footer__col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  /* Personalización */
/*
  width: 31.33333%;
*/
/* Se deshabilita mientras se resuelven los problemas de spam con Acens
  width: 22.75%;
*/
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}

.footer__col:before, .footer__col:after {
  content: '';
  display: table;
}

.footer__col:after {
  clear: both;
}

.footer__col:last-child {
  margin-right: 0%;
}

.footer__col i {
  display: inline-block;
  margin: 0.71429rem 0.71429rem 0 0;
  color: #fff;
  font-size: 1.78571rem;
  transition: all 0.3s;
}

.footer__col i:hover {
  color: #004a99;
}

.footer__row {
  background: rgba(0, 0, 0, 0.5);
}

.footer__links {
  float: left;
  font-size: 0.85714rem;
  padding: 1.78571rem 0 1.42857rem 5.35714rem;
}

.footer__links li {
  float: left;
  padding: 0 0.35714rem;
  border-right: 1px solid #fff;
}

.footer__links li:last-child {
  border-right: none;
  padding-right: 0;
}

.footer__links a {
  color: #f6f6f6;
}

.footer__links a:hover {
  color: #16afda;
}

.footer__gotop {
  background: url("../img/bg_gotop_1.png") no-repeat center top;
  height: 51px;
  width: 121px;
  text-align: center;
  position: absolute;
  top: 0;
  left: calc(50% - 60px);
}

.footer__gotop i {
  color: #0083ab;
  font-size: 1.28571rem;
  margin-top: 1.07143rem;
}

.footer__gotop:hover i {
  color: #004a99;
}

.footer__gotop--grey {
  background: url("../img/bg_gotop_2.png") no-repeat center top;
}

.footer__gotop--white {
  background: url("../img/bg_gotop_3.png") no-repeat center top;
}

@media screen and (max-width: 61.9375em) {
  .footer {
    padding: 6.07143rem 0 0;
  }
  .footer__links {
    padding: 1.78571rem 0 1.42857rem 0;
  }
  .footer__info {
    padding: 1.78571rem 0 0.71429rem;
  }
  .footer__info h3 {
    font-size: 1.28571rem;
    margin-bottom: 0.71429rem;
  }
  .footer__descr {
    margin-right: 4.28571rem;
    text-align: justify;
  }
  .footer__col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.14286rem;
  }
  .footer__col:first-child {
    margin-left: auto;
  }
  .footer__col:last-child {
    margin-right: auto;
  }
}

/*
    Button
    ========================================================================== */
/*
	Button
	-------------------------------------  */
.btn {
  color: #fff;
  border-radius: 0.57143rem;
  padding: 0.92857rem 1.21429rem;
  font-family: "open_sans_semibold";
  font-size: 1.71429rem;
  background: #17b0da;
}

.btn:hover, .btn:focus {
  color: #fff;
  background: #004a99;
}

.btn--presence {
  font-size: 1.28571rem;
  padding: 0.71429rem 1.07143rem;
}

.btn--contact {
  border-radius: 0.28571rem;
  font-size: 1.28571rem;
  float: right;
  padding: 0.71429rem 1.07143rem;
}

.btn--news {
  border-radius: 0.28571rem;
  font-size: 0.78571rem;
  padding: 0.35714rem 1.07143rem;
}

/*
    Shadow
    ========================================================================== */
/*
	Shadow
	-------------------------------------  */
.shadow {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
}

.shadow:before {
  position: absolute;
  width: 86%;
  height: 24%;
  left: 7%;
  border-radius: 46%;
  z-index: -1;
  top: 0%;
  content: "";
  box-shadow: 0 -7px 19px rgba(0, 0, 0, 0.36);
}

.shadow:after {
  position: absolute;
  width: 86%;
  height: 24%;
  left: 7%;
  border-radius: 46%;
  z-index: -1;
  bottom: 0%;
  content: "";
  box-shadow: 0 7px 19px rgba(0, 0, 0, 0.36);
}

/*
    Logo
    ========================================================================== */
/*
	Logo
	-------------------------------------  */
.logo {
  background: url("../img/logo.png") no-repeat top center;
  width: 262px;
  height: 55px;
  display: block;
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* BOF Personalización */
/*
.logo {
	background: url("../img/logo_25_anyos.png") no-repeat top center;

	//
	width: 301px;
	//

	width: 262px;

	//
	height: 76px;
	//

	height: 66px;
}
*/
/* EOF Personalización */

@media screen and (max-width: 47.9375em) {
  .logo {
    max-width: 200px;
    background-size: contain;
  }
}

/*
    Nav
    ========================================================================== */
/*
	Nav
	-------------------------------------  */
.nav {
  width: 100%;
  padding: 1.71429rem 0 0 0;
  position: relative;
  *zoom: 1;
}

/* BOF Personalización */
.nav {
	/*
	padding: 0.9rem 0 0 0;
	*/
	padding: 1.2rem 0 0 0;
}
/* EOF Personalización */

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav__toggle {
  display: none;
}

.nav__options {
  color: #fff;
  float: right;
  font-family: "open_sans_semibold";
  font-size: 1rem;
  line-height: 2;
  position: absolute;
  right: 0;
  top: 0;
}

.nav__phone {
  background: #17b0da url("../img/phone_icon.png") no-repeat left center;
  height: 28px;
  float: left;
  padding-left: 3.21429rem;
  width: 200px;
}

.nav__language {
  background: #68c0ba url("../img/language_icon.png") no-repeat left center;
  float: left;
  padding-left: 3.21429rem;
  height: 28px;
  width: 230px;
  position: relative;
}

/* Personalización */
.nav__language a, .nav__usuarios a {
  display: inline-block;
  color: #fff;
}

/* Personalización */
.nav__language a:hover, .nav__usuarios a:hover {
  color: #666666;
}

/* Personalización */
.nav__language i, .nav__usuarios i {
  padding-left: 10px;
}

/* Personalización */
.nav__language ul, .nav__usuarios ul {
  display: none;
  background: #68c0ba;
  border-radius: 0 0 6px 6px;
  left: 35px;
  top: 28px;
  position: absolute;
  z-index: 10;
}

/* Personalización */
.nav__language ul a, .nav__usuarios ul a {
  padding: 0.35714rem 1.42857rem 0.35714rem 0.71429rem;
}

@media screen and (max-width: 61.9375em) {
  .nav__toggle {
    display: block;
    float: right;
    background: #68c0ba;
    border-radius: 4px;
    /* Personalización
    margin-top: 20px; */
    /*
    margin-top: 30px;
    */
    margin-top: 25px;
  }
  .nav__toggle a {
    color: #fff;
    padding: 8px 10px;
    display: block;
  }
  .nav__toggle:hover {
    background: #16afda;
  }
  .nav__language {
    width: 160px;
  }
  .nav__phone {
    width: 170px;
  }
}

@media screen and (max-width: 47.9375em) {
  header {
    border-width: 5px;
  }
  .nav {
    padding-top: 40px;
  }
  .nav__options {
    background: #16afda;
    width: 100%;
  }
  .nav__phone {
    background: transparent;
    text-align: right;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
    background: #16afda;
  }
  .nav__language {
    background: transparent;
    text-align: right;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    float: right;
    background: #68c0ba;
  }
  .nav__language ul {
    left: 0;
    min-width: 106px;
  }
  .nav__toggle {
    margin-top: 5px;
  }
}

/*
    Menu
    ========================================================================== */
/*
	Menu
	-------------------------------------  */
.menu {
  float: right;
  padding: 1.71429rem 0 0 0;
  text-transform: uppercase;
  font-family: "open_sans_semibold";
  *zoom: 1;
}

.menu {
	padding: 2.52858rem 0 0 0;
}

.menu:before, .menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu__item {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

.menu__item:hover .menu__submenu {
  display: block;
}

.menu__link {
  margin-bottom: 2.71429rem;
}

.menu__link, .menu__sublink {
  color: #17b0da;
}

.menu__link:hover, .menu__sublink:hover {
  color: #004a99;
}

.menu__active {
  border-bottom: 1px solid #17b0da;
}

.menu__submenu {
  display: none;
  background: #f6f6f6;
  border-radius: 0 0 8px 8px;
  border: 10px solid #16afda;
  width: 280px;
  top: 48px;
  left: 10px;
  position: absolute;
}

.menu__submenu--small {
  width: 220px;
  left: auto;
  right: 0;
}

.menu__subitem {
  font-size: 1rem;
  margin-bottom: 0;
  padding: 10px;
}

@media screen and (max-width: 74.9375em) {
  .menu {
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 0;
    position: relative;
    top: 17px;
    width: 100%;
    border: 10px solid #16afda;
    font-size: 14px;
  }
  .menu__item {
    float: left;
  }
  .menu__link, .menu__sublink {
    float: left;
    width: 100%;
  }
  .menu__subitem {
    *zoom: 1;
  }
  .menu__subitem:before, .menu__subitem:after {
    content: " ";
    display: table;
  }
  .menu__subitem:after {
    clear: both;
  }
  .menu__link {
    margin: 1.07143rem 0;
    border-bottom: 1px solid transparent;
  }
  .menu__submenu {
    z-index: 1;
    position: absolute;
  }
  .menu__submenu--small {
    right: -50px;
  }
  .menu__active {
    border-bottom: 1px solid #17b0da;
  }
}

@media screen and (max-width: 991px) {
  .menu__item {
    display: block;
    width: 100%;
    padding-right: 30px;
  }
  .menu__link, .menu__sublink {
    float: left;
    width: 100%;
  }
  .menu__submenu {
    width: 100%;
    border: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
    position: initial;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    top: 6px;
  }
  .menu__item--has_sub .menu__submenu {
    top: 127px;
    left: -20px;
  }
}

/*
    Section Title
    ========================================================================== */
/*
	Section Title
	-------------------------------------  */
.section_title {
  background: url("../img/bg_section.jpg") no-repeat bottom center;
  font-size: 2.85714rem;
  font-family: "open_sans_bold";
  margin-top: 4.64286rem;
  text-align: center;
  color: #004a99;
  padding-bottom: 1.07143rem;
}

.section_title--tall {
  margin-top: 6.78571rem;
}

/*
    Breadcrumb
    ========================================================================== */
/*
	Breadcrumb Wrapper
	-------------------------------------  */
.breadcrumb_contact_wrapper {
  background: url("../img/bg_breadcrumb_contact.png") no-repeat center top;
}

.breadcrumb_global_presence_wrapper {
  background: url("../img/bg_breadcrumb_global_presence.png") no-repeat center top;
}

.breadcrumb_news_wrapper {
  background: url("../img/bg_breadcrumb_news.png") no-repeat center top;
}

/*
	Breadcrumb
	-------------------------------------  */
.breadcrumb {
  background: url("../img/sep_breadcrump.png") no-repeat right bottom;
  float: right;
  padding: 5rem 0 1.42857rem;
  width: 90%;
  *zoom: 1;
}

.breadcrumb:before, .breadcrumb:after {
  content: " ";
  display: table;
}

.breadcrumb:after {
  clear: both;
}

.breadcrumb__title {
  color: #004a99;
  float: left;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: normal;
  width: 60%;
}

.breadcrumb__list {
  color: #68c0ba;
  float: right;
  font-size: 1.14286rem;
  margin-top: 1.42857rem;
  width: 40%;
}

.breadcrumb__list a {
  color: #16afda;
}

.breadcrumb__list a:hover {
  color: #004a99;
}

.breadcrumb__item {
  float: right;
}

.breadcrumb__item:after {
  content: '/';
  margin: 0 0.42857rem;
}

.breadcrumb__item:first-child:after {
  content: "";
}

@media screen and (max-width: 47.9375em) {
  .breadcrumb {
    float: left;
    padding: 5rem 0 1.42857rem;
    width: 100%;
  }
  .breadcrumb__title {
    font-size: 1.78571rem;
    width: 100%;
  }
  .breadcrumb__list {
    width: auto;
    float: left;
  }
}

/*
    Home Video
    ========================================================================== */
/*
	Home Video
	-------------------------------------  */
.home_video {
  width: 100%;
  position: relative;
  text-align: center;
  *zoom: 1;
}

.home_video:before, .home_video:after {
  content: " ";
  display: table;
}

.home_video:after {
  clear: both;
}

.home_video--full_screen {
  height: 100vh;
  background: #f6f6f6;
}


/*
    Home Business
    ========================================================================== */
/*
	Home Business
	-------------------------------------  */
.home_business {
  background: url("../img/bg_home_business.jpg") no-repeat top center;
  width: 100%;
  /* Personalización */
  height: 1212px;
  *zoom: 1;
}

.home_business:before, .home_business:after {
  content: " ";
  display: table;
}

.home_business:after {
  clear: both;
}

.home_business__content {
  position: relative;
}

.home_business__item {
  position: absolute;
  top: 415px;
  left: 58px;
  height: 263px;
  width: 303px;
}

.home_business__item:hover {
  color: #68c0b9;
}

.home_business__item:hover .home_business__title {
  color: #68c0b9;
}

.home_business__item:hover .home_business__dot {
  background: #68c0b9;
}

.home_business__item:hover .home_business__line:after {
  border-top: 1px solid #68c0b9;
}

.home_business__item--2 {
  top: 260px;
  left: 327px;
}

.home_business__item--2 .home_business__title {
  top: -75px;
  left: -160px;
}

.home_business__item--3 {
  top: 415px;
  left: 598px;
}

.home_business__item--3 .home_business__title {
  top: -75px;
}

.home_business__item--4 {
  top: 260px;
  left: 866px;
}

.home_business__item--4 .home_business__title {
  top: -75px;
}

.home_business__item--5 {
  top: 575px;
  left: 328px;
}

.home_business__item--5 .home_business__title {
  /* BOF Personalización */
  top: 375px;
  left: -185px;
  /* EOF Personalización */
}

.home_business__item--5 .home_business__dot {
  position: relative;
  top: 312px;
}

.home_business__item--6 {
  top: 571px;
  left: 868px;
}

.home_business__item--6 .home_business__title {
  top: 375px;
  left: 60px;
}

.home_business__item--6 .home_business__dot {
  position: relative;
  top: 312px;
}

/* BOF Personalización */
.home_business__item--7 {
  top: 726px;
  left: 598px;
}

.home_business__item--7 .home_business__title {
  top: 224px;
  left: -185px;
}

.home_business__item--7 .home_business__dot {
  position: relative;
  top: 161px;
  left:-89px;
}
/* EOF Personalización */

.home_business__placeholder {
  position: absolute;
  left: 0;
  top: 0;
  height: 263px;
  width: 303px;
  z-index: 10;
}

.home_business__title_wrapper {
  position: relative;
  top: -45px;
  left: 40px;
}

.home_business__title {
  position: absolute;
  font-size: 1.28571rem;
  font-family: "open_sans_semibold";
  color: #16afda;
  top: -45px;
  left: 65px;
  transition: all 0.3s;
  text-transform: uppercase;
}

.home_business__dot {
  background: #16afda;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  /* Personalización */
  float: left;
}

.home_business__line {
  width: 28px;
  height: 28px;
  position: absolute;
  transition: all 0.3s;
  /* Personalización */
  direction: ltr;
}

.home_business__line:after {
  content: "";
  position: absolute;
  border-top: 1px solid #16afda;
  width: 40px;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
}

.home_business__line--top_right {
  top: 5px;
  left: 30px;
}

.home_business__line--top_right:after {
  transform: rotate(-45deg);
}

.home_business__line--top_left {
  top: -25px;
  left: -15px;
}

.home_business__line--top_left:after {
  transform: rotate(45deg);
}

.home_business__line--bottom_right {
  top: 350px;
  left: 30px;
}

.home_business__line--bottom_right:after {
  transform: rotate(45deg);
}

.home_business__line--bottom_left {
  top: 375px;
  left: -20px;
}

.home_business__line--bottom_left:after {
  transform: rotate(-45deg);
}

/* BOF Personalización */
.home_business__line--middle_left {
  top: 224px;
  left: -109px;
}

.home_business__line--middle_left:after {
  transform: rotate(-45deg);
}
/* EOF Personalización */

.home_business__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.home_business__descr {
  display: none;
  position: absolute;
  line-height: 1.4;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background: url("../img/home_business_flat.png") no-repeat top center;
  height: 263px;
  width: 303px;
  z-index: 0;
}

.home_business__descr h3 {
  display: none;
  font-family: "open_sans_bold";
  font-size: 1.57143rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.35714rem;
  margin-bottom: 0.35714rem;
}

.home_business__descr div {
  margin: 0 2.85714rem;
  display: table;
  height: 100%;
  vertical-align: middle;
}

.home_business__descr div div {
  display: table-cell;
}

.home_business__descr span {
  font-family: "open_sans_bold";
}

@media screen and (min-width: 1026px) and (max-width: 1199px) {
  .home_business {
    background: none;
    height: auto;
  }
  .home_business__item {
    margin: 4.28571rem 0 0;
    position: relative;
    top: initial;
    left: initial;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .home_business__item:before, .home_business__item:after {
    content: '';
    display: table;
  }
  .home_business__item:after {
    clear: both;
  }
  .home_business__item:nth-of-type(3n) {
    margin-right: 0%;
    float: right;
  }
  .home_business__item:nth-of-type(3n + 1) {
    clear: both;
  }
  .home_business__item--1, .home_business__item--2, .home_business__item--3, .home_business__item--4, .home_business__item--5, .home_business__item--6 {
    top: initial;
    left: initial;
  }
  .home_business__item, .home_business__placeholder, .home_business__descr {
    height: 263px;
    width: 31.33333%;
  }
  .home_business__title_wrapper {
    display: block;
    position: initial;
  }
  .home_business__title {
    position: initial;
    text-align: center;
    margin-top: 250px;
  }
  .home_business__dot {
    display: none;
  }
  .home_business__line {
    display: none;
  }
  .home_business__descr {
    background-size: contain;
    width: 100%;
  }
  .home_business__descr h3 {
    display: block;
  }
  .home_business__content {
    margin: 1.42857rem 0 2.85714rem;
    *zoom: 1;
  }
  .home_business__content:before, .home_business__content:after {
    content: " ";
    display: table;
  }
  .home_business__content:after {
    clear: both;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1025px) {
  .home_business {
    background: url("../img/bg_home_business_small.jpg") no-repeat top center;
    background-size: cover;
    height: 850px;
  }
  .home_business__content {
    position: relative;
  }
  .home_business__item {
    height: 180px;
    width: 210px;
  }
  .home_business__item--1 {
    top: 237px;
    left: 52px;
  }
  .home_business__item--1 .home_business__title {
    top: -35px;
    left: 38px;
  }
  .home_business__item--2 {
    top: 124px;
    left: 249px;
  }
  .home_business__item--2 .home_business__title {
    top: -55px;
    left: -40px;
  }
  .home_business__item--3 {
    top: 237px;
    left: 447px;
  }
  .home_business__item--3 .home_business__title {
    top: -55px;
    left: 40px;
  }
  .home_business__item--4 {
    top: 124px;
    left: 642px;
  }
  .home_business__item--4 .home_business__title {
    top: -55px;
    left: 40px;
  }
  .home_business__item--5 {
    top: 350px;
    left: 249px;
  }
  .home_business__item--5 .home_business__title {
    top: 275px;
    left: -160px;
  }
  .home_business__item--5 .home_business__dot {
    top: 236px;
  }
  .home_business__item--6 {
    top: 350px;
    left: 642px;
  }
  .home_business__item--6 .home_business__title {
    top: 284px;
    left: 40px;
  }
  .home_business__item--6 .home_business__dot {
    top: 236px;
  }
  .home_business__dot {
    height: 27px;
    width: 27px;
    position: relative;
    left: -14px;
    top: 7px;
  }
  .home_business__title {
    font-size: 1rem;
  }
  .home_business__line--top_right {
    top: 10px;
    left: 7px;
  }
  .home_business__line--top_left {
    top: -16px;
    left: -35px;
  }
  .home_business__line--bottom_right {
    top: 256px;
    left: 3px;
  }
  .home_business__line--bottom_left {
    top: 281px;
    left: -33px;
  }
  .home_business__descr {
    height: 180px;
    width: 210px;
    background-size: cover;
  }
  .home_business__placeholder {
    height: 180px;
    width: 210px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1022px) {
  .home_business {
    background: none;
    height: auto;
  }
  .home_business__item {
    margin: 2.14286rem 0 0;
    position: relative;
    top: initial;
    left: initial;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .home_business__item:before, .home_business__item:after {
    content: '';
    display: table;
  }
  .home_business__item:after {
    clear: both;
  }
  .home_business__item:nth-of-type(3n) {
    margin-right: 0%;
    float: right;
  }
  .home_business__item:nth-of-type(3n + 1) {
    clear: both;
  }
  .home_business__item--1, .home_business__item--2, .home_business__item--3, .home_business__item--4, .home_business__item--5, .home_business__item--6 {
    top: initial;
    left: initial;
  }
  .home_business__item {
    height: 263px;
    width: 31.33333%;
  }
  .home_business__title_wrapper {
    display: block;
    position: initial;
  }
  .home_business__dot {
    display: none;
  }
  .home_business__line {
    display: none;
  }
  .home_business__title {
    font-size: 1rem;
    position: initial;
    text-align: center;
    margin-top: 250px;
  }
  .home_business__descr {
    background-size: contain;
    width: 100%;
  }
  .home_business__descr h3 {
    display: none;
  }
  .home_business__descr div {
    vertical-align: top;
    padding-top: 7px;
  }
  .home_business__content {
    margin: 1.42857rem 0 2.85714rem;
    *zoom: 1;
  }
  .home_business__content:before, .home_business__content:after {
    content: " ";
    display: table;
  }
  .home_business__content:after {
    clear: both;
  }
}

@media screen and (max-width: 991px) {
  .home_business__title {
    margin-top: 210px;
  }
}

@media screen and (max-width: 767px) {
  .home_business {
    background: none;
    height: auto;
    padding-bottom: 50px;
  }
  .home_business__item {
    margin: 5rem 0 0;
    position: relative;
    top: initial;
    left: initial;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .home_business__item:before, .home_business__item:after {
    content: '';
    display: table;
  }
  .home_business__item:after {
    clear: both;
  }
  .home_business__item:nth-of-type(3n) {
    margin-right: 3%;
    float: left;
  }
  .home_business__item:nth-of-type(3n + 1) {
    clear: none;
  }
  .home_business__item:nth-of-type(1n) {
    margin-right: 0%;
    float: right;
  }
  .home_business__item:nth-of-type(1n + 1) {
    clear: both;
  }
  .home_business__wrapper {
    display: none;
  }
  .home_business__dot {
    display: none;
  }
  .home_business__line {
    display: none;
  }
  .home_business__title {
    font-size: 1rem;
    position: initial;
    text-align: center;
    margin-top: 270px;
  }
  .home_business__title_wrapper {
    display: block;
    position: initial;
  }
  .home_business__img {
    left: calc(50% - 150px);
  }
  .home_business__descr {
    width: 303px;
    left: calc(50% - 150px);
  }
  .home_business__descr h3 {
    display: block;
  }
}

/*
    News
    ========================================================================== */
/*
	News
	-------------------------------------  */
.news {
  background: url("../img/bg_home_news.jpg") no-repeat top center;
  width: 100%;
  height: 782px;
  margin-top: 1.42857rem;
  *zoom: 1;
}

.news:before, .news:after {
  content: " ";
  display: table;
}

.news:after {
  clear: both;
}

.news--blog {
  background: #fff;
  height: auto;
  margin-bottom: 2.85714rem;
}

.news--blog .news__title {
  background: #f6f6f6;
}

.news--blog .news__descr div {
  background: #f6f6f6;
}

.news--blog .news__descr:after {
  background: #f6f6f6;
}

.news__list {
  padding: 2rem 8.21429rem 1.42857rem;
  *zoom: 1;
}

.news__list:before, .news__list:after {
  content: " ";
  display: table;
}

.news__list:after {
  clear: both;
}

.news__item {
  height: 355px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}

.news__item:before, .news__item:after {
  content: '';
  display: table;
}

.news__item:after {
  clear: both;
}

.news__item:last-child {
  margin-right: 0%;
}

.news__item:hover .news__title {
  padding-top: 1.07143rem;
}

.news__item:hover .news__descr {
  opacity: 0;
}

.news__item a {
  display: block;
  height: 100%;
}

.news__title {
  color: #0287ae;
  background: #fff;
  font-size: 1.14286rem;
  font-family: "open_sans_semibold";
  padding: 3.71429rem 1.42857rem 1.07143rem;
  transition: all 0.3s;
}

.news__descr {
  color: #666666;
  font-size: 1rem;
  padding-bottom: 8.57143rem;
  transition: all 0.3s;
  opacity: 1;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: -1px;
  *zoom: 1;
}

.news__descr:before, .news__descr:after {
  content: " ";
  display: table;
}

.news__descr:after {
  clear: both;
}

.news__descr div {
  background: #fff;
  display: block;
  padding: 0 1.42857rem;
  min-height: 5rem;
  float: left;
  width: 100%;
}

.news__descr:after {
  content: '';
  position: absolute;
  top: 69px;
  left: 0;
  background-color: #ffffff;
  padding-bottom: 30%;
  width: 100%;
  z-index: -1;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(0deg) skewX(-78deg);
  -ms-transform: rotate(0deg) skewX(-78deg);
  transform: rotate(0deg) skewX(-78deg);
}

.news--1 {
  background: url("../img/news_img_1.jpg") no-repeat top center;
  background-size: contain;
}

.news--2 {
  background: url("../img/news_img_2.jpg") no-repeat top center;
  background-size: contain;
}

.news--3 {
  background: url("../img/news_img_3.jpg") no-repeat top center;
  background-size: contain;
}

.news--4 {
  background: url("../img/news_img_4.jpg") no-repeat top center;
  background-size: contain;
}

.news__btn {
  text-align: center;
  margin-top: -75px;
  float: left;
  width: 100%;
}

.news--align_1 {
  margin-top: 5.35714rem;
}

.news--align_2 {
  margin-top: 3.92857rem;
}

.news--align_3 {
  margin-top: 11.07143rem;
}

@media screen and (max-width: 74.9375em) {
  .news {
    height: 650px;
  }
  .news__list {
    padding: 2rem 0 1.42857rem;
  }
  .news__item {
    margin-top: 0 !important;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .news__item:before, .news__item:after {
    content: '';
    display: table;
  }
  .news__item:after {
    clear: both;
  }
  .news__item:last-child {
    margin-right: 0%;
  }
  .news__btn {
    margin-top: 0;
  }
}

@media screen and (max-width: 61.9375em) {
  .news {
    height: auto;
    background-size: cover;
  }
  .news__list {
    padding: 2rem 3.57143rem 1.42857rem;
  }
  .news__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 2.85714rem;
    background-size: cover;
  }
  .news__item:before, .news__item:after {
    content: '';
    display: table;
  }
  .news__item:after {
    clear: both;
  }
  .news__item:nth-of-type(4n) {
    margin-right: 3%;
    float: left;
  }
  .news__item:nth-of-type(4n + 1) {
    clear: none;
  }
  .news__item:nth-of-type(2n) {
    margin-right: 0%;
    float: right;
  }
  .news__item:nth-of-type(2n + 1) {
    clear: both;
  }
  .news__btn {
    margin: 0 0 2.85714rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .news__list {
    padding: 2rem 0 1.42857rem;
  }
  .news__item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-position: center bottom;
    height: 500px;
  }
  .news__item:first-child {
    margin-left: auto;
  }
  .news__item:last-child {
    margin-right: auto;
  }
}

/*
    Key Features
    ========================================================================== */
/*
	Key Features
	-------------------------------------  */
.key_features {
  text-align: center;
}

.key_features__list {
  margin: 2.14286rem;
  *zoom: 1;
}

.key_features__list:before, .key_features__list:after {
  content: " ";
  display: table;
}

.key_features__list:after {
  clear: both;
}

.key_features__list li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  /* Personalización */
/*   width: 17.6%; */
  width: 22%;
  margin-left: 0%;
  margin-right: 3%;
}

.key_features__list li:before, .key_features__list li:after {
  content: '';
  display: table;
}

.key_features__list li:after {
  clear: both;
}

.key_features__list li:last-child {
  margin-right: 0%;
}

.key_features__list h2 {
  color: #0287ae;
  font-size: 1.14286rem;
  font-family: "open_sans_semibold";
  text-transform: uppercase;
  margin: 1.07143rem 0 1.42857rem;
}

.key_features__list span {
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 61.9375em) {
  .key_features__list li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 2.85714rem;
  }
  .key_features__list li:before, .key_features__list li:after {
    content: '';
    display: table;
  }
  .key_features__list li:after {
    clear: both;
  }
  .key_features__list li:nth-of-type(5n) {
    margin-right: 3%;
    float: left;
  }
  .key_features__list li:nth-of-type(5n + 1) {
    clear: none;
  }
  .key_features__list li:nth-of-type(2n) {
    margin-right: 0%;
    float: right;
  }
  .key_features__list li:nth-of-type(2n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 47.9375em) {
  .key_features__list li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .key_features__list li:first-child {
    margin-left: auto;
  }
  .key_features__list li:last-child {
    margin-right: auto;
  }
}

/*
    Global Presence
    ========================================================================== */
/*
	Global Presence
	-------------------------------------  */
.global_presence {
  background: url("../img/bg_home_global_presence.jpg") no-repeat top center;
  width: 100%;
  height: 836px;
  margin-top: 1.42857rem;
  *zoom: 1;
}

.global_presence:before, .global_presence:after {
  content: " ";
  display: table;
}

.global_presence:after {
  clear: both;
}

.global_presence__content {
  position: relative;
}

.global_presence__office {
  background: url("../img/map_office.png") no-repeat top center;
  width: 27px;
  height: 29px;
  display: block;
  position: absolute;
  cursor: pointer;
}

.global_presence__office--pos_1 {
  top: 197px;
  left: 103px;
  /* EAF */
  display:none !important;
}

.global_presence__office--pos_2 {
  top: 202px;
  left: 212px;
}

.global_presence__office--pos_3 {
  top: 365px;
  left: 265px;
}

.global_presence__office--pos_4 {
  top: 425px;
  left: 345px;
}

.global_presence__office--pos_5 {
  top: 520px;
  left: 285px;
}

.global_presence__office--pos_6 {
  top: 200px;
  left: 513px;
}

.global_presence__office--pos_7 {
  top: 165px;
  left: 543px;
}

.global_presence__office--pos_8 {
  top: 290px;
  left: 705px;
}

.global_presence__office--pos_9 {
  top: 310px;
  left: 830px;
}

.global_presence__office--pos_10 {
  top: 225px;
  left: 952px;
}

.global_presence__office--pos_11 {
  top: 210px;
  left: 480px;
}

.global_presence__office--pos_12 {
  top: 290px;
  left: 133px;
}

.global_presence__office--pos_13 {
  top: 270px;
  left: 513px;
}

.global_presence__office--pos_14 {
  top: 280px;
  left: 880px;
  /* EAF */
  display:none !important;
}

.global_presence__office--pos_15 {
  top: 242px;
  left: 813px;
  /* EAF */
  display:none !important;
}

/* BOF Personalización */
.global_presence__office--pos_16 {
	top: 433px;
	left: 231px;
}

.global_presence__office--pos_17 {
	top: 145px;
	left: 657px;
}
/* EOF Personalización */

.global_presence__info_display {
  width: 330px;
  min-height: 240px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  position: absolute;
  text-align: right;
  padding: 1.42857rem 2.5rem 0;
  border-left: 8px solid #004a99;
  display: none;
}

.global_presence__info_display h3 {
  color: #004a99;
  font-size: 1.85714rem;
  font-family: "open_sans_semibold";
}

.global_presence__info_display div {
  font-size: 1.28571rem;
  color: #666666;
  line-height: 1.5;
  padding: 1.07143rem 0;
}

.global_presence__info_display--pos_1 {
  top: 175px;
  left: 150px;
}

.global_presence__info_display--pos_2 {
  top: 180px;
  left: 255px;
}

.global_presence__info_display--pos_3 {
  top: 335px;
  left: 315px;
}

.global_presence__info_display--pos_4 {
  top: 400px;
  left: 385px;
}

.global_presence__info_display--pos_5 {
  top: 400px;
  left: 340px;
}

.global_presence__info_display--pos_6 {
  top: 170px;
  left: 150px;
}

.global_presence__info_display--pos_7 {
  top: 145px;
  left: 585px;
}

.global_presence__info_display--pos_8 {
  top: 255px;
  left: 360px;
}

.global_presence__info_display--pos_9 {
  top: 255px;
  left: 485px;
}

.global_presence__info_display--pos_10 {
  top: 185px;
  left: 600px;
}

.global_presence__actions {
  position: absolute;
  top: 630px;
  left: 0;
  width: 100%;
  text-align: center;
}

.global_presence__btn {
  padding: 0.71429rem 0.71429rem 0.71429rem 2.85714rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 7px center;
  margin: 0 1.07143rem;
  border-radius: 4px;
  opacity: 0.65;
}

.global_presence__btn:hover {
  color: #17b0da;
  opacity: 1;
}

.global_presence--view_all {
  background-image: url("../img/view_all.png");
}

.global_presence--view_office {
  background-image: url("../img/view_office.png");
}

.global_presence--view_point {
  background-image: url("../img/view_point.png");
}

.global_presence--active {
  color: #17b0da;
  opacity: 1;
}

@media screen and (max-width: 74.9375em) {
  .global_presence {
    background: #fefefe;
    background: -moz-radial-gradient(center, ellipse cover, #fefefe 0%, #d1d9dd 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #fefefe 0%, #d1d9dd 100%);
    background: radial-gradient(ellipse at center, #fefefe 0%, #d1d9dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d1d9dd',GradientType=1 );
    height: auto;
  }
  .global_presence__office {
    display: none;
  }
  .global_presence__info_display_wrapper {
    margin: 1.42857rem 0;
  }
  .global_presence__info_display {
    display: block;
    position: static;
    left: inherit;
    top: inherit;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 1.42857rem;
    padding-bottom: 1.42857rem;
  }
  .global_presence__info_display:before, .global_presence__info_display:after {
    content: '';
    display: table;
  }
  .global_presence__info_display:after {
    clear: both;
  }
  .global_presence__info_display:nth-of-type(3n) {
    margin-right: 0%;
    float: right;
  }
  .global_presence__info_display:nth-of-type(3n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 61.9375em) {
  .global_presence__info_display {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .global_presence__info_display:before, .global_presence__info_display:after {
    content: '';
    display: table;
  }
  .global_presence__info_display:after {
    clear: both;
  }
  .global_presence__info_display:nth-of-type(3n) {
    margin-right: 3%;
    float: left;
  }
  .global_presence__info_display:nth-of-type(3n + 1) {
    clear: none;
  }
  .global_presence__info_display:nth-of-type(2n) {
    margin-right: 0%;
    float: right;
  }
  .global_presence__info_display:nth-of-type(2n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 47.9375em) {
  .global_presence__info_display {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .global_presence__info_display:first-child {
    margin-left: auto;
  }
  .global_presence__info_display:last-child {
    margin-right: auto;
  }
}

/*
    About Us
    ========================================================================== */
/*
	About Us
	-------------------------------------  */
.about_us {
  background: #f6f6f6;
  width: 100%;
  height: auto;
  *zoom: 1;
}

.about_us:before, .about_us:after {
  content: " ";
  display: table;
}

.about_us:after {
  clear: both;
}

.about_us__info {
  padding: 3.92857rem 0 8.21429rem;
  *zoom: 1;
}

.about_us__info:before, .about_us__info:after {
  content: " ";
  display: table;
}

.about_us__info:after {
  clear: both;
}

.about_us__img {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
}

.about_us__img:before, .about_us__img:after {
  content: '';
  display: table;
}

.about_us__img:after {
  clear: both;
}

.about_us__img:last-child {
  margin-right: 0%;
}

.about_us__img img {
  margin-top: 1.42857rem;
}

.about_us__descr {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}

.about_us__descr:before, .about_us__descr:after {
  content: '';
  display: table;
}

.about_us__descr:after {
  clear: both;
}

.about_us__descr:last-child {
  margin-right: 0%;
}

.about_us__descr div {
  padding-right: 2.5rem;
}

.about_us__descr h2 {
  color: #16afda;
  font-size: 1.28571rem;
  font-family: "open_sans_semibold";
  margin: 1.42857rem 0 1.78571rem;
}

.about_us__descr p {
  line-height: 1.3;
  padding-bottom: 1.78571rem;
}

.about_us__activity {
  background: #fff;
}

.about_us__years {
  background: url("../img/bg_years.png") no-repeat top left;
  width: 100%;
  /* Personalización */
/*   min-height: 820px; */
  min-height: 967px;
  margin-top: -206px;
  margin-left: -15px;
  position: relative;
  *zoom: 1;
}

.about_us__years:before, .about_us__years:after {
  content: " ";
  display: table;
}

.about_us__years:after {
  clear: both;
}

.about_us .year_wrapper {
  position: absolute;
}

.about_us .year_wrapper.item_1 {
  top: 170px;
  left: 64px;
}

.about_us .year_wrapper.item_2 {
  top: 24px;
  left: 315px;
}

.about_us .year_wrapper.item_3 {
  top: 168px;
  left: 568px;
}

.about_us .year_wrapper.item_4 {
  top: 300px;
  left: 315px;
}

.about_us .year_wrapper.item_5 {
  top: 445px;
  left: 568px;
}

.about_us .year_wrapper.item_6 {
  top: 300px;
  left: 815px;
  z-index: 1;
}

.about_us .year_wrapper.item_7 {
  top: 575px;
  left: 315px;
}

.about_us .year_wrapper.item_8 {
  top: 575px;
  left: 815px;
}

/* BOF Personalización */
.about_us .year_wrapper.item_9 {
  top: 722px;
  left: 568px;
}
/* EOF Personalización */

.about_us .year_wrapper:hover .yeah {
  display: none;
}

.about_us .year_wrapper:hover .content,
.about_us .year_wrapper:hover .small_item {
  display: block;
}

.about_us .year_item,
.about_us .small_item {
  height: 244px;
  width: 283px;
  position: relative;
}

.about_us .year_item.blue,
.about_us .small_item.blue {
  background: url("../img/bg_hexa_blue.png") no-repeat center;
  background-size: contain;
}

.about_us .year_item.blue_light,
.about_us .small_item.blue_light {
  background: url("../img/bg_hexa_blue_light.png") no-repeat center;
  background-size: contain;
}

.about_us .year_item.green,
.about_us .small_item.green {
  background: url("../img/bg_hexa_green.png") no-repeat center;
  background-size: contain;
}

.about_us .year_item.green_light,
.about_us .small_item.green_light {
  background: url("../img/bg_hexa_green_light.png") no-repeat center;
  background-size: contain;
}

.about_us .year {
  color: #fff;
  background: url("../img/stick.png") no-repeat left 119px;
  font-size: 2.5rem;
  font-family: "open_sans_bold";
  padding: 7.14286rem 0 0 7.14286rem;
}

.about_us .content {
  position: absolute;
  left: 20px;
  top: 18px;
  display: none;
}

.about_us .small_item {
  display: none;
  position: absolute;
  width: 140px;
  height: 120px;
  color: #fff;
  font-size: 1.71429rem;
  font-family: "open_sans_bold";
  text-align: center;
  line-height: 5;
  left: -103px;
  top: 1px;
}

.about_us__legend {
  font-size: 1rem;
  margin: 4.64286rem 0 5.71429rem;
  text-align: center;
}

.about_us__legend li {
  display: inline-block;
  padding: 0 1.78571rem;
}

.about_us__legend li img {
  vertical-align: middle;
  margin-right: 0.35714rem;
}

@media screen and (max-width: 74.9375em) {
  .about_us__img {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .about_us__img:before, .about_us__img:after {
    content: '';
    display: table;
  }
  .about_us__img:after {
    clear: both;
  }
  .about_us__img:last-child {
    margin-right: 0%;
  }
  .about_us__descr {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .about_us__descr:before, .about_us__descr:after {
    content: '';
    display: table;
  }
  .about_us__descr:after {
    clear: both;
  }
  .about_us__descr:last-child {
    margin-right: 0%;
  }
  .about_us .year_wrapper {
    position: relative;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
    top: auto !important;
    left: auto !important;
    margin-bottom: 20px;
  }
  .about_us .year_wrapper:before, .about_us .year_wrapper:after {
    content: '';
    display: table;
  }
  .about_us .year_wrapper:after {
    clear: both;
  }
  .about_us .year_wrapper:nth-of-type(3n) {
    margin-right: 0%;
    float: right;
  }
  .about_us .year_wrapper:nth-of-type(3n + 1) {
    clear: both;
  }
  .about_us .year_wrapper .small_item {
    display: none !important;
  }
  .about_us__years {
    margin-top: 20px;
	/* Personalización */
	min-height: 820px;
  }
  .about_us__legend {
    margin-top: 10px;
  }
  .about_us__legend li {
    padding: 1.42857rem 0;
  }
}

@media screen and (max-width: 61.9375em) {
  .about_us .year_wrapper {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .about_us .year_wrapper:before, .about_us .year_wrapper:after {
    content: '';
    display: table;
  }
  .about_us .year_wrapper:after {
    clear: both;
  }
  .about_us .year_wrapper:nth-of-type(3n) {
    margin-right: 3%;
    float: left;
  }
  .about_us .year_wrapper:nth-of-type(3n + 1) {
    clear: none;
  }
  .about_us .year_wrapper:nth-of-type(2n) {
    margin-right: 0%;
    float: right;
  }
  .about_us .year_wrapper:nth-of-type(2n + 1) {
    clear: both;
  }
  .about_us__img {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .about_us__img:before, .about_us__img:after {
    content: '';
    display: table;
  }
  .about_us__img:after {
    clear: both;
  }
  .about_us__img:last-child {
    margin-right: 0%;
  }
  .about_us__descr {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .about_us__descr:before, .about_us__descr:after {
    content: '';
    display: table;
  }
  .about_us__descr:after {
    clear: both;
  }
  .about_us__descr:last-child {
    margin-right: 0%;
  }
}

@media screen and (max-width: 47.9375em) {
  .about_us__years {
    width: 100%;
    margin: 30px 0px;
  }
  .about_us .year_wrapper {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .about_us .year_wrapper:first-child {
    margin-left: auto;
  }
  .about_us .year_wrapper:last-child {
    margin-right: auto;
  }
  .about_us .year_item {
    margin: 0 auto;
    clear: both;
    float: none;
  }
  .about_us__img {
    display: none;
  }
  .about_us__descr {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .about_us__descr:first-child {
    margin-left: auto;
  }
  .about_us__descr:last-child {
    margin-right: auto;
  }
  .about_us__legend {
    margin-top: 10px;
  }
  .about_us__legend li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    padding: 1.42857rem 0;
    text-align: left !important;
  }
  .about_us__legend li:before, .about_us__legend li:after {
    content: '';
    display: table;
  }
  .about_us__legend li:after {
    clear: both;
  }
  .about_us__legend li:nth-of-type(2n) {
    margin-right: 0%;
    float: right;
  }
  .about_us__legend li:nth-of-type(2n + 1) {
    clear: both;
  }
}

/*
    Línea de negocio
    ========================================================================== */
/*
	Línea de negocio
	-------------------------------------  */
.business_line__hero {
  background-size: cover;
  min-height: 560px;
}

.business_line__hero.line_1 {
  background: url("../img/linea_bg_1.jpg") no-repeat center top;
}

.business_line__hero.line_2 {
  background: url("../img/linea_bg_2.jpg") no-repeat center top;
}

.business_line__hero.line_3 {
  background: url("../img/linea_bg_3.jpg") no-repeat center top;
}

.business_line__hero.line_4 {
  background: url("../img/linea_bg_4.jpg") no-repeat center top;
}

.business_line__hero.line_5 {
  background: url("../img/linea_bg_5.jpg") no-repeat center top;
}

.business_line__hero.line_6 {
  background: url("../img/linea_bg_6.jpg") no-repeat center top;
}

/* BOF Personalización */
.business_line__hero.line_7 {
  background: url("../img/linea_bg_7.jpg") no-repeat center top;
}
/* EOF Personalización */

.business_line__info {
  float: left;
  line-height: 1.4;
  padding: 9.64286rem 2.14286rem 5.71429rem 39.28571rem;
  width: 100%;
}

.business_line__info span {
  color: #17b0da;
  font-family: "open_sans_semibold";
}

.business_line__info strong {
  font-family: "open_sans_semibold";
}

.business_line__content {
  background: #f6f6f6;
  padding: 7.14286rem 0 5.71429rem;
}

@media screen and (max-width: 74.9375em) {
  .business_line__info {
    float: left;
    width: 100%;
    padding: 6.42857rem 2.14286rem 3.57143rem 25rem;
  }
}

@media screen and (max-width: 61.9375em) {
  .business_line__hero {
    background: none !important;
    min-height: initial;
  }
  .business_line__info {
    float: left;
    width: 100%;
    padding: 5rem 2.14286rem 3.57143rem 17.85714rem;
    padding: 3.57143rem 0;
  }
  .business_line__content {
    padding: 4.28571rem 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .business_line__hero {
    background: none;
    min-height: auto;
  }
  .business_line__info {
    float: left;
    width: 100%;
    padding: 3.57143rem 0;
  }
}

/*
	Contacto
	========================================================================== */
/*
	Contacto
	-------------------------------------  */
.contact__form {
  background: #f6f6f6;
  padding: 4.64286rem 0 5rem;
}

.contact__form_title {
  color: #666666;
}

.contact__form_row {
  padding: 3.57143rem 0;
  *zoom: 1;
}

.contact__form_row:before, .contact__form_row:after {
  content: " ";
  display: table;
}

.contact__form_row:after {
  clear: both;
}

.contact__form_row_inner {
  margin-bottom: 0.85714rem;
  *zoom: 1;
}

.contact__form_row_inner:before, .contact__form_row_inner:after {
  content: " ";
  display: table;
}

.contact__form_row_inner:after {
  clear: both;
}

.contact__form_row_inner .legal {
  float: left;
  padding-top: 10px;
  font-size: 12px;
}

.contact__form_row_inner .legal a {
  color: #17b0da;
}

.contact__form_row_inner .legal a:hover {
  color: #004a99;
}

.contact__form_col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

.contact__form_col:before, .contact__form_col:after {
  content: '';
  display: table;
}

.contact__form_col:after {
  clear: both;
}

.contact__form_col:last-child {
  margin-right: 0%;
}

.contact__form_col textarea {
  min-height: 10.71429rem;
}

.contact .map_wrapper {
  background: #fff;
  padding: 0.71429rem;
  box-shadow: 0 28px 21px rgba(0, 0, 1, 0.08);
}

.contact .map {
  width: 100%;
  height: 400px;
}

.contact__tools {
  background: #fff;
  padding: 4.64286rem 0 2.85714rem;
}

.contact__tools ul {
  text-align: center;
}

.contact__tools li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}

.contact__tools li:before, .contact__tools li:after {
  content: '';
  display: table;
}

.contact__tools li:after {
  clear: both;
}

.contact__tools li:last-child {
  margin-right: 0%;
}

.contact__tools li:hover img {
  opacity: 0.8;
}

.contact__tools img {
  transition: all 0.3s;
}

.contact__tools h2 {
  color: #68c0ba;
  font-size: 1rem;
  font-family: "open_sans_semibold";
  margin: 1.07143rem 0 0.57143rem;
}

.contact__tools span {
  color: #666666;
}

.contact__offices {
  background: #f6f6f6;
}

.contact__offices ul {
  padding: 3.57143rem 0 2.14286rem;
  *zoom: 1;
}

.contact__offices ul:before, .contact__offices ul:after {
  content: " ";
  display: table;
}

.contact__offices ul:after {
  clear: both;
}

.contact__offices li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}

.contact__offices li:before, .contact__offices li:after {
  content: '';
  display: table;
}

.contact__offices li:after {
  clear: both;
}

.contact__offices li:nth-of-type(4n) {
  margin-right: 0%;
  float: right;
}

.contact__offices li:nth-of-type(4n + 1) {
  clear: both;
}

.contact__offices h3 {
  color: #68c0ba;
  font-size: 1rem;
  font-family: "open_sans_semibold";
  margin: 1.07143rem 0 0.57143rem;
}

.contact__offices div {
  color: #666666;
  line-height: 1.4;
  padding-bottom: 2.14286rem;
}

@media screen and (max-width: 74.9375em) {
  .contact__offices li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .contact__offices li:before, .contact__offices li:after {
    content: '';
    display: table;
  }
  .contact__offices li:after {
    clear: both;
  }
  .contact__offices li:nth-of-type(4n) {
    margin-right: 3%;
    float: left;
  }
  .contact__offices li:nth-of-type(4n + 1) {
    clear: none;
  }
  .contact__offices li:nth-of-type(3n) {
    margin-right: 0%;
    float: right;
  }
  .contact__offices li:nth-of-type(3n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 61.9375em) {
  .contact__form_col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.42857rem;
  }
  .contact__form_col:first-child {
    margin-left: auto;
  }
  .contact__form_col:last-child {
    margin-right: auto;
  }
  .contact__form_col textarea {
    min-height: 5.35714rem;
  }
  .contact__form_row_inner {
    margin-bottom: 0;
  }
  .contact__tools {
    padding: 3.57143rem 0 1.42857rem;
  }
  .contact__tools li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 2.14286rem;
  }
  .contact__tools li:before, .contact__tools li:after {
    content: '';
    display: table;
  }
  .contact__tools li:after {
    clear: both;
  }
  .contact__tools li:nth-of-type(4n) {
    margin-right: 3%;
    float: left;
  }
  .contact__tools li:nth-of-type(4n + 1) {
    clear: none;
  }
  .contact__tools li:nth-of-type(2n) {
    margin-right: 0%;
    float: right;
  }
  .contact__tools li:nth-of-type(2n + 1) {
    clear: both;
  }
  .contact__offices li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .contact__offices li:before, .contact__offices li:after {
    content: '';
    display: table;
  }
  .contact__offices li:after {
    clear: both;
  }
  .contact__offices li:nth-of-type(3n) {
    margin-right: 3%;
    float: left;
  }
  .contact__offices li:nth-of-type(3n + 1) {
    clear: none;
  }
  .contact__offices li:nth-of-type(2n) {
    margin-right: 0%;
    float: right;
  }
  .contact__offices li:nth-of-type(2n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 47.9375em) {
  .contact__tools li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact__tools li:first-child {
    margin-left: auto;
  }
  .contact__tools li:last-child {
    margin-right: auto;
  }
  .contact__offices li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact__offices li:first-child {
    margin-left: auto;
  }
  .contact__offices li:last-child {
    margin-right: auto;
  }
}

/*
    Global Presence
    ========================================================================== */
/*
	Global Presence
	-------------------------------------  */
.global_presence_page__map_wrapper {
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d0d8dc+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #d0d8dc 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #d0d8dc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffffff 0%, #d0d8dc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d8dc',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  *zoom: 1;
}

.global_presence_page__map_wrapper:before, .global_presence_page__map_wrapper:after {
  content: " ";
  display: table;
}

.global_presence_page__map_wrapper:after {
  clear: both;
}

.global_presence_page__map {
  text-align: center;
  margin: 5.85714rem 0 12.14286rem;
}

.global_presence_page__activity {
  min-height: 320px;
  position: relative;
}

.global_presence_page__graph {
  background: url("../img/graph.png") no-repeat top center;
  width: 100%;
  height: 145px;
  position: absolute;
  top: -60px;
  left: 0;
}

.global_presence_page__dates {
  position: relative;
  top: -110px;
  z-index: 1;
  *zoom: 1;
}

.global_presence_page__dates:before, .global_presence_page__dates:after {
  content: " ";
  display: table;
}

.global_presence_page__dates:after {
  clear: both;
}

.global_presence_page__item {
  float: left;
  position: absolute;
}

.global_presence_page__item:hover .global_presence_page__info {
  display: block;
}

.global_presence_page__item--item_1 {
  left: 9.5rem;
}

.global_presence_page__item--item_2 {
	/* Personalización */
	left: 14.184343991rem;
}

.global_presence_page__item--item_3 {
	/* Personalización */
	left: 19.444984653rem;
}

.global_presence_page__item--item_4 {
	/* Personalización */
	left: 25.096362822rem;
}

.global_presence_page__item--item_5 {
	/* Personalización */
	left: 30.159312856rem;
}

.global_presence_page__item--item_6 {
	/* Personalización */
	left: 35.817644146rem;
}

.global_presence_page__item--item_7 {
	/* Personalización */
	left: 40.8759671rem;
}

.global_presence_page__item--item_8 {
	/* Personalización */
	left: 46.829654642rem;
}

.global_presence_page__item--item_9 {
	/* Personalización */
	left: 52.187985932rem;
}

.global_presence_page__item--item_10 {
	/* Personalización */
	left: 57.546308886rem;
}

.global_presence_page__item--item_11 {
	/* Personalización */
	left: 62.80925892rem;
}

.global_presence_page__item--item_12 {
	/* Personalización */
	left: 68.28319946rem;
}

.global_presence_page__item--item_13 {
	/* Personalización */
	left: 72.85714rem;
}

.global_presence_page__stick_up {
  background: url("../img/date_up.png") no-repeat top center;
  background-size: contain;
  height: 128px;
  width: 35px;
}

.global_presence_page__year_up {
  color: #17b0da;
  font-size: 1.14286rem;
  font-family: "open_sans_semibold";
  position: absolute;
  top: 0;
  right: 25px;
}

.global_presence_page__stick_down {
  background: url("../img/date_down.png") no-repeat top center;
  background-size: contain;
  height: 128px;
  width: 35px;
  position: absolute;
  top: 55px;
}

.global_presence_page__year_down {
  color: #17b0da;
  font-size: 1.14286rem;
  font-family: "open_sans_semibold";
  position: absolute;
  top: 168px;
  left: -30px;
}

.global_presence_page__info {
  display: none;
  background: #fff;
  border-left: 4px solid #034b99;
  font-size: 1rem;
  width: 270px;
  position: absolute;
  padding: 12px;
  top: -255px;
  left: -110px;
}

.global_presence_page__info img {
  padding-bottom: 0.71429rem;
}

.global_presence_page__info p {
  padding: 10px 0 5px;
}

.global_presence_page__info span {
  color: #17b0da;
  font-size: 1.14286rem;
  font-family: "open_sans_semibold";
  display: none;
}

.global_presence_page__info div {
  color: #17b0da;
  font-family: "open_sans_semibold";
}

.global_presence_page__descr {
  line-height: 1.4;
  margin: 10.35714rem 5rem 4.28571rem;
  *zoom: 1;
}

.global_presence_page__descr:before, .global_presence_page__descr:after {
  content: " ";
  display: table;
}

.global_presence_page__descr:after {
  clear: both;
}

.global_presence_page__descr li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 30%;
  margin-left: 0%;
  margin-right: 5%;
}

.global_presence_page__descr li:before, .global_presence_page__descr li:after {
  content: '';
  display: table;
}

.global_presence_page__descr li:after {
  clear: both;
}

.global_presence_page__descr li:last-child {
  margin-right: 0%;
}

@media screen and (max-width: 74.9375em) {
  .global_presence_page__graph {
    display: none;
  }
  .global_presence_page__stick_up, .global_presence_page__year_up, .global_presence_page__stick_down, .global_presence_page__year_down {
    display: none;
  }
  .global_presence_page__item {
    position: static;
    left: initial !important;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 2.14286rem;
  }
  .global_presence_page__item:before, .global_presence_page__item:after {
    content: '';
    display: table;
  }
  .global_presence_page__item:after {
    clear: both;
  }
  .global_presence_page__item:nth-of-type(3n) {
    margin-right: 0%;
    float: right;
  }
  .global_presence_page__item:nth-of-type(3n + 1) {
    clear: both;
  }
  .global_presence_page__info {
    display: block;
    position: static;
  }
  .global_presence_page__info span {
    display: block;
  }
  .global_presence_page__descr {
    margin: 0 0 4.28571rem;
  }
}

@media screen and (max-width: 61.9375em) {
  .global_presence_page__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .global_presence_page__item:before, .global_presence_page__item:after {
    content: '';
    display: table;
  }
  .global_presence_page__item:after {
    clear: both;
  }
  .global_presence_page__item:nth-of-type(3n) {
    margin-right: 3%;
    float: left;
  }
  .global_presence_page__item:nth-of-type(3n + 1) {
    clear: none;
  }
  .global_presence_page__item:nth-of-type(2n) {
    margin-right: 0%;
    float: right;
  }
  .global_presence_page__item:nth-of-type(2n + 1) {
    clear: both;
  }
  .global_presence_page__descr li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.42857rem;
  }
  .global_presence_page__descr li:first-child {
    margin-left: auto;
  }
  .global_presence_page__descr li:last-child {
    margin-right: auto;
  }
}

@media screen and (max-width: 47.9375em) {
  .global_presence_page__dates {
    top: -80px;
  }
  .global_presence_page__item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .global_presence_page__item:first-child {
    margin-left: auto;
  }
  .global_presence_page__item:last-child {
    margin-right: auto;
  }
  .global_presence_page__info {
    border-left: 4px solid #034b99;
    background: #f6f6f6;
    position: static;
    text-align: center;
    width: 100%;
  }
  .global_presence_page__info span {
    display: block;
  }
}

/*
	Blog
	========================================================================== */
/*
	Blog
	-------------------------------------  */
.blog {
  background: #f6f6f6;
}

.blog__wrapper {
  padding: 4.64286rem 2.5rem 4.28571rem 0;
  *zoom: 1;
}

.blog__wrapper:before, .blog__wrapper:after {
  content: " ";
  display: table;
}

.blog__wrapper:after {
  clear: both;
}

.blog__sidebar {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}

.blog__sidebar:before, .blog__sidebar:after {
  content: '';
  display: table;
}

.blog__sidebar:after {
  clear: both;
}

.blog__sidebar:last-child {
  margin-right: 0%;
}

.blog__categories h2 {
  color: #0287ae;
  border-bottom: 1px solid #c5e0e8;
  font-size: 1.14286rem;
  font-family: "open_sans_semibold";
  text-transform: uppercase;
  padding: 1.42857rem 0 0.85714rem 1.28571rem;
}

.blog__categories ul {
  margin-left: 1.28571rem;
}

.blog__categories li {
  font-size: 1rem;
  font-family: "open_sans_semibold";
  border-bottom: 1px solid #e0dede;
}

.blog__categories i {
  padding-right: 0.71429rem;
}

.blog__categories a {
  padding: 1.28571rem 0;
  width: 100%;
}

.blog__category_images {
  position: relative;
}

.blog__category_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.blog__category_img {
  position: absolute;
  height: 125px;
  width: 143px;
  z-index: 2;
  color: #fff;
  font-size: 0.92857rem;
  font-family: "open_sans_semibold";
  text-align: center;
  text-transform: uppercase;
}

.blog__category_img:hover > div {
  display: block;
}

.blog__category_img div {
  display: none;
  background: url("../img/hexa_green.png") no-repeat center;
  width: 100%;
  height: 100%;
}

.blog__category_img div div {
  display: table;
  width: 100%;
  height: 100%;
}

.blog__category_img div div div {
  display: table-cell;
  vertical-align: middle;
}

.blog__category_img--pos_1 {
  left: 26px;
  top: 65px;
}

.blog__category_img--pos_2 {
  left: 154px;
  top: 138px;
}

.blog__category_img--pos_3 {
  left: 26px;
  top: 211px;
}

.blog__category_img--pos_4 {
  left: 154px;
  top: 286px;
}

.blog__category_img--pos_5 {
  left: 26px;
  top: 360px;
}

.blog__category_img--pos_6 {
  left: 154px;
  top: 434px;
}

.blog__content {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
}

.blog__content:before, .blog__content:after {
  content: '';
  display: table;
}

.blog__content:after {
  clear: both;
}

.blog__content:last-child {
  margin-right: 0%;
}

.blog__item {
  background: #fff;
  margin-bottom: 1.42857rem;
  padding: 2.5rem 0.92857rem 0.92857rem;
  *zoom: 1;
  position: relative;
  overflow: hidden;
}

.blog__item:before, .blog__item:after {
  content: " ";
  display: table;
}

.blog__item:after {
  clear: both;
}

.blog__img {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  transition: all 0.3s;
}

.blog__img:before, .blog__img:after {
  content: '';
  display: table;
  display:none !important;
}

.blog__img:after {
  clear: both;
}

.blog__img:last-child {
  margin-right: 0%;
}

.blog__img:before {
  content: '';
  position: absolute;
  left: 13px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 214px solid transparent;
  border-top: 77px solid #fff;
  transition: all 0.3s;
}

.blog__item:hover .blog__img:before {
  margin-top: -77px;
}

.blog__desrc {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
}

.blog__desrc:before, .blog__desrc:after {
  content: '';
  display: table;
}

.blog__desrc:after {
  clear: both;
}

.blog__desrc:last-child {
  margin-right: 0%;
}

.blog__desrc h2 {
  color: #0287ae;
  font-size: 1.14286rem;
  font-family: "open_sans_semibold";
  text-transform: uppercase;
  margin-bottom: 1.07143rem;
}

.blog__desrc span {
  color: #999999;
  font-size: 1rem;
  display: block;
  margin-bottom: 1.42857rem;
}

.blog__desrc p {
  font-size: 1rem;
  line-height: 1.4;
  padding-bottom: 1.42857rem;
}

.blog__pagination {
  text-align: center;
}

.blog__pagination ul {
  margin: 2.85714rem 0 1.42857rem;
  *zoom: 1;
}

.blog__pagination ul:before, .blog__pagination ul:after {
  content: " ";
  display: table;
}

.blog__pagination ul:after {
  clear: both;
}

.blog__pagination li {
  display: inline-block;
  margin-left: -16px;
  position: relative;
}

.blog__pagination li:nth-child(even) {
  top: 25px;
}

.blog__pagination a {
  color: #fff;
  background: url("../img/bg_pagin.png") no-repeat center;
  font-size: 2rem;
  font-family: "open_sans_bold";
  line-height: 1.8;
  text-align: center;
  height: 52px;
  width: 60px;
}

.blog__pagination a:hover, .blog__pagination a.active {
  background: url("../img/bg_pagin_over.png") no-repeat center;
}

.blog__details h2 {
  color: #16afda;
  font-size: 2rem;
  font-family: "open_sans_semibold";
  margin: 1.78571rem 0 1.07143rem;
}

.blog__details p {
  margin-bottom: 1.42857rem;
}

.blog__pagination_2 {
  text-align: center;
  padding-top: 1.42857rem;
  font-size: 0.85714rem;
}

.blog__pagination_2 ul {
  padding-top: 1.42857rem;
}

.blog__pagination_2 li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}

.blog__pagination_2 li:before, .blog__pagination_2 li:after {
  content: '';
  display: table;
}

.blog__pagination_2 li:after {
  clear: both;
}

.blog__pagination_2 li:last-child {
  margin-right: 0%;
}

.blog__pagination_2 li:first-child {
  text-align: left;
}

.blog__pagination_2 li:first-child i {
  padding-right: 0.35714rem;
}

.blog__pagination_2 li:last-child {
  text-align: right;
}

.blog__pagination_2 li:last-child i {
  padding-left: 0.35714rem;
}

.blog__pagination_2 a {
  color: #16afda;
}

.blog__pagination_2 a:hover {
  color: #004a99;
}

.blog__date {
  color: #16afda;
  font-size: 1rem;
  border-bottom: 1px solid #e0dede;
  border-top: 1px solid #e0dede;
  padding: 0.71429rem 0;
}

@media screen and (max-width: 74.9375em) {
  .blog__category_img {
    display: none;
  }
}

@media screen and (max-width: 61.9375em) {
  .blog__item {
    background: #fff;
    margin-bottom: 1.42857rem;
    padding-top: 1.07143rem;
    *zoom: 1;
  }
  .blog__item:before, .blog__item:after {
    content: " ";
    display: table;
  }
  .blog__item:after {
    clear: both;
  }
  .blog__img {
    text-align: center;
    margin-bottom: 1.07143rem;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .blog__img:first-child {
    margin-left: auto;
  }
  .blog__img:last-child {
    margin-right: auto;
  }
  .blog__desrc {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .blog__desrc:first-child {
    margin-left: auto;
  }
  .blog__desrc:last-child {
    margin-right: auto;
  }
  .blog__wrapper {
    padding: 3.21429rem 0 3.57143rem 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .blog__sidebar {
    display: none;
  }
  .blog__content {
    width: 100%;
  }
}

/*  ==========================================================================
    Utilities (Overrides, Helpers) - prefix: u-
    ========================================================================== */
/*
    Utility classes
    ========================================================================== */
/*
	Clearfix
	-------------------------------------  */
.cf, .group {
  *zoom: 1;
}

.cf:before, .cf:after, .group:before, .group:after {
  content: " ";
  display: table;
}

.cf:after, .group:after {
  clear: both;
}

/*
	Completely remove from the flow.
	-------------------------------------  */
.is-hidden {
  display: none;
}

/*
	Completely remove from the flow and screen readers.
	-------------------------------------  */
.is-all-hidden {
  display: none !important;
  visibility: hidden !important;
}

/*
	Completely remove from the flow but leave available to screen readers.
	-------------------------------------  */
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

/*
	Text align
	-------------------------------------  */
.u-tar {
  text-align: right;
}

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

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

/*
	Floats
	-------------------------------------  */
.u-fl {
  float: left;
}

.u-fr {
  float: right;
}

.u-fn {
  float: none;
}

/*
	Text colors (and element states)
	-------------------------------------  */
.u-valid {
  color: #00a67b;
}

.u-error {
  color: #cf4939;
}

.u-warning {
  color: #a59b15;
}

.u-information {
  color: #0192d0;
}

/*
	Header Align
	-------------------------------------  */
.header_align {
  height: 106px;
}

/*  ==========================================================================
    Theming - prefix: t-
    ========================================================================== */
/*  ==========================================================================
    Plugins
    ========================================================================== */
/*
    Responsive Tabs
    ========================================================================== */
ul.resp-tabs-list, p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-size: 13px;
  display: inline-block;
  padding: 13px 5px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-active {
  border-bottom: none;
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5AB1D0 !important;
  border-left: 4px solid #5AB1D0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active {
  background: #DBDBDB;
  /* !important;*/
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
  /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1;
  /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-tab-content-active {
    border: 1px solid #17b0da !important;
  }
  .mainTab.resp-tab-active {
    background-color: #17b0da !important;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}

.main-tab {
  border-bottom: 5px solid #17b0da;
  *zoom: 1;
}

.main-tab:before, .main-tab:after {
  content: " ";
  display: table;
}

.main-tab:after {
  clear: both;
}

.main-tab li {
  color: #fff;
  font-size: 11px;
  background-color: #68c0ba !important;
  margin: 0 1px;
  text-align: center;
  width: 12.2%;
  min-height: 60px;
}

.main-tab li:hover {
  background-color: #17b0da !important;
}

.main-tab li:before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 0;
  margin-left: -5px;
  margin-top: -13px;
  border-right: 20px solid transparent;
  border-top: 20px solid #f5f5f5;
}

.main-tab .resp-tab-active {
  background-color: #16afda !important;
}

.sub-tab li {
  color: #17b0da;
  background-color: transparent !important;
  font-size: 1rem;
  font-family: "open_sans_semibold";
  padding: 24px 15px;
}

.sub-tab .resp-tab-active span {
  border-bottom: 1px solid #17b0da;
}

.sub-tab-container table {
  border: none;
}

.sub-tab-container tr:nth-child(odd) {
  background-color: #dfecef;
}

.sub-tab-container td {
  border: none;
  font-size: 1rem;
  font-family: "open_sans_semibold";
  padding: 1.21429rem 0.92857rem;
}

@media screen and (max-width: 61.9375em) {
  .main-tab li {
    font-size: 11px;
    background: #68c0ba !important;
    margin: 0 1px;
  }
  .main-tab li:hover {
    background: #17b0da;
  }
  .main-tab .resp-tab-active {
    background: #17b0da !important;
  }
  .sub-tab li {
    color: #17b0da;
    background-color: transparent !important;
    font-size: 0.78571rem;
    font-family: "open_sans_semibold";
    padding: 20px 5px;
  }
  .sub-tab .resp-tab-active span {
    border-bottom: 1px solid #17b0da;
  }
}

@media screen and (max-width: 47.9375em) {
  h2.mainTab {
    color: #fff;
    background: #68c0ba !important;
    border: 1px solid #52afa8 !important;
  }
  h2.resp-accordion:first-child {
    border-top: 1px solid #68c0ba;
  }
  .resp-tab-content-active {
    border: 1px solid #68c0ba;
  }
  h2.subTab_1 {
    color: #17b0da;
  }
}


/** Enlaces footer **/

.footer__info a{
  color: #fff;
}

.footer__info a:hover{
  text-decoration: underline;
}


/** Presencia global en modo dinámico **/

.global_presence_alternative_view .global_presence_page__graph{
  background: url(../img/graph_alternative_view.png) no-repeat top center;
}

.global_presence_alternative_view .global_presence_page__item .global_presence_page__year_down{
  top:0px;
}

.global_presence_alternative_view .global_presence_page__item .global_presence_page__stick_down{
  background: url(../img/date_up.png) no-repeat top center;
  background-size: contain;
  top:0px;
}


/** Tabs menú flex **/

.resp-tabs-list{
  display:flex;
}

.resp-tabs-list li{
  flex: 1 1 100%;
}


.interior-seccion-tabla{
  padding: 20px 0;

}


/* Mapa Home */


.global_presence__info_display h3{
    font-size: 1.4em;
}


.global_presence__info_display div{
    font-size: 1rem;
}


.btn--presence{
    font-size: 1rem;
}

/* BOF Personalización */
.linea_negocio {
	overflow:auto;
}

.linea_negocio.col4 {
	display: block;
}

.linea_negocio.col1, .linea_negocio.col2, .linea_negocio.col3 {
	display: none;
}

.linea_negocio .fila_linea_negocio {
	float:left;
	width:100%;
	clear: none;
	text-align: inherit;
	margin-left: 0%;
	margin-right: 0%;
	padding-right: 0%;
}

.linea_negocio .fila_linea_negocio div {
	float:left;
	width:25%;
	font-size: 1rem;
	font-family: "open_sans_semibold";
	padding: 1.21429rem 0.92857rem;
}

.linea_negocio .fila_linea_negocio:nth-child(2n+1) {
	background-color: #dfecef;
}


@media screen and (max-width: 1199px) {
	.linea_negocio.col3 {
		display: block;
	}

	.linea_negocio.col1, .linea_negocio.col2, .linea_negocio.col4 {
		display: none;
	}

	.linea_negocio .fila_linea_negocio div {
		width:33.333333333333333%;
	}
}

@media screen and (max-width: 61.9375em) {
	.linea_negocio.col2 {
		display: block;
	}

	.linea_negocio.col1, .linea_negocio.col3, .linea_negocio.col4 {
		display: none;
	}

	.linea_negocio .fila_linea_negocio div {
		width:50%;
	}
}

@media screen and (max-width: 47.9375em) {
	.linea_negocio.col1 {
		display: block;
	}

	.linea_negocio.col2, .linea_negocio.col3, .linea_negocio.col4 {
		display: none;
	}

	.linea_negocio .fila_linea_negocio div {
		width:100%;
	}
}

.footer__col a {
	display:inline;
}
/* EOF Personalización */