@charset "UTF-8";
/* Reseteamos las medidas de las fuentes del navegador para usar medidas rem y tomar por referencia 10px */
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600,700,900);
@import url(//fonts.googleapis.com/css?family=Istok+Web:400,700,400italic,700italic);
html {
  font-size: 62.5% !important;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a, textarea:focus, input:focus {
  outline: 0;
}

/* Si queremos tener fallback para dar soporte a ie8*/
/* Si se pone a true colocará además de valores en medidas rem, las medidas en píxeles */
/*
  Funciones para convertir unidades de píxeles a rems
 */
/* reset */
/* clears */
/* gradients */
/* utils font*/
/* medidas */
/* para layouts */
@font-face {
  font-family: 'MontserratLight';
  src: url("fonts/montserrat/Montserrat-Light.otf") format("otf");
  src: url("fonts/montserrat/montserrat_light.ttf") format("ttf");
  src: url("fonts/montserrat/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'MontserratSemibold';
  src: url("fonts/montserrat/Montserrat-SemiBold.otf") format("otf");
  src: url("fonts/montserrat/montserrat_semibold.ttf") format("ttf");
  src: url("fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

/* definimos las variables proyecto */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 *  Font Awesome 4.4.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/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("fonts/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fonts/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fonts/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fonts/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fonts/fonts/fontawesome-webfont.svg?v=4.4.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;
  -moz-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -moz-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);
  }
}

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

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

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

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-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 {
  -webkit-filter: none;
  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: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-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-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";
}

@font-face {
  font-family: 'istfont';
  src: url("fonts/fonts/istfont.eot?-xxscbn");
  src: url("fonts/fonts/istfont.eot?#iefix-xxscbn") format("embedded-opentype"), url("fonts/fonts/istfont.woff?-xxscbn") format("woff"), url("fonts/fonts/istfont.ttf?-xxscbn") format("truetype"), url("fonts/fonts/istfont.svg?-xxscbn#istfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="istf-"], [class*=" istf-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'istfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.istf-direction2:before {
  content: "\e620";
}

.istf-Google_plus_new:before {
  content: "\e60b";
}

.istf-direction:before {
  content: "\e60c";
}

.istf-funnel:before {
  content: "\e903";
}

.istf-help-with-circle:before {
  content: "\e602";
}

.istf-home4:before {
  content: "\e603";
}

.istf-info-with-circle:before {
  content: "\e604";
}

.istf-print:before {
  content: "\e605";
}

.istf-shopping-cart:before {
  content: "\e606";
}

.istf-star-outlined:before {
  content: "\e607";
}

.istf-star:before {
  content: "\e608";
}

.istf-skype-with-circle:before {
  content: "\e60d";
}

.istf-skype:before {
  content: "\e60e";
}

.istf-facebook-with-circle:before {
  content: "\e60f";
}

.istf-facebook3:before {
  content: "\e610";
}

.istf-github-with-circle:before {
  content: "\e611";
}

.istf-github:before {
  content: "\e612";
}

.istf-google-with-circle:before {
  content: "\e613";
}

.istf-instagram-with-circle:before {
  content: "\e614";
}

.istf-instagram2:before {
  content: "\e615";
}

.istf-linkedin-with-circle:before {
  content: "\e616";
}

.istf-linkedin3:before {
  content: "\e609";
}

.istf-pinterest-with-circle:before {
  content: "\e617";
}

.istf-pinterest:before {
  content: "\e60a";
}

.istf-tumblr-with-circle:before {
  content: "\e618";
}

.istf-tumblr:before {
  content: "\e619";
}

.istf-twitter-with-circle:before {
  content: "\e61a";
}

.istf-twitter3:before {
  content: "\e61b";
}

.istf-vimeo-with-circle:before {
  content: "\e61c";
}

.istf-vimeo2:before {
  content: "\e61d";
}

.istf-youtube-with-circle:before {
  content: "\e61e";
}

.istf-youtube:before {
  content: "\e61f";
}

.istf-home:before {
  content: "\e900";
}

.istf-home2:before {
  content: "\e901";
}

.istf-home3:before {
  content: "\e902";
}

.istf-pencil:before {
  content: "\e905";
}

.istf-image:before {
  content: "\e90d";
}

.istf-play:before {
  content: "\e912";
}

.istf-file-empty:before {
  content: "\e924";
}

.istf-file-text2:before {
  content: "\e926";
}

.istf-price-tag:before {
  content: "\e935";
}

.istf-cart:before {
  content: "\e93a";
}

.istf-phone:before {
  content: "\e942";
}

.istf-location:before {
  content: "\e947";
}

.istf-location2:before {
  content: "\e948";
}

.istf-compass:before {
  content: "\e949";
}

.istf-alarm:before {
  content: "\e950";
}

.istf-calendar:before {
  content: "\e953";
}

.istf-drawer:before {
  content: "\e95c";
}

.istf-user:before {
  content: "\e971";
}

.istf-users:before {
  content: "\e972";
}

.istf-user-plus:before {
  content: "\e973";
}

.istf-user-minus:before {
  content: "\e974";
}

.istf-user-check:before {
  content: "\e975";
}

.istf-user-tie:before {
  content: "\e976";
}

.istf-quotes-left:before {
  content: "\e977";
}

.istf-quotes-right:before {
  content: "\e978";
}

.istf-spinner:before {
  content: "\e97a";
}

.istf-search:before {
  content: "\e986";
}

.istf-zoom-in:before {
  content: "\e987";
}

.istf-zoom-out:before {
  content: "\e988";
}

.istf-key2:before {
  content: "\e98e";
}

.istf-lock:before {
  content: "\e98f";
}

.istf-unlocked:before {
  content: "\e990";
}

.istf-wrench:before {
  content: "\e991";
}

.istf-cog:before {
  content: "\e994";
}

.istf-cogs:before {
  content: "\e995";
}

.istf-stats-bars:before {
  content: "\e99c";
}

.istf-bin:before {
  content: "\e9ac";
}

.istf-bin2:before {
  content: "\e9ad";
}

.istf-menu:before {
  content: "\e9bd";
}

.istf-eye:before {
  content: "\e9ce";
}

.istf-eye-plus:before {
  content: "\e9cf";
}

.istf-eye-minus:before {
  content: "\e9d0";
}

.istf-eye-blocked:before {
  content: "\e9d1";
}

.istf-bookmark:before {
  content: "\e9d2";
}

.istf-star-empty:before {
  content: "\e9d7";
}

.istf-star-half:before {
  content: "\e9d8";
}

.istf-star-full:before {
  content: "\e9d9";
}

.istf-heart:before {
  content: "\e9da";
}

.istf-heart-broken:before {
  content: "\e9db";
}

.istf-warning:before {
  content: "\ea07";
}

.istf-notification:before {
  content: "\ea08";
}

.istf-question:before {
  content: "\ea09";
}

.istf-plus:before {
  content: "\ea0a";
}

.istf-minus:before {
  content: "\ea0b";
}

.istf-checkmark:before {
  content: "\ea10";
}

.istf-checkmark2:before {
  content: "\ea11";
}

.istf-volume-high:before {
  content: "\ea26";
}

.istf-volume-mute2:before {
  content: "\ea2a";
}

.istf-loop2:before {
  content: "\ea2e";
}

.istf-circle-up:before {
  content: "\ea41";
}

.istf-circle-right:before {
  content: "\ea42";
}

.istf-ctrl:before {
  content: "\ea50";
}

.istf-filter:before {
  content: "\ea5b";
}

.istf-share2:before {
  content: "\ea82";
}

.istf-google-plus:before {
  content: "\ea88";
}

.istf-google-plus2:before {
  content: "\ea89";
}

.istf-facebook:before {
  content: "\ea8c";
}

.istf-facebook2:before {
  content: "\ea8d";
}

.istf-instagram:before {
  content: "\ea90";
}

.istf-twitter:before {
  content: "\ea91";
}

.istf-twitter2:before {
  content: "\ea92";
}

.istf-feed2:before {
  content: "\ea94";
}

.istf-feed3:before {
  content: "\ea95";
}

.istf-youtube3:before {
  content: "\ea99";
}

.istf-vimeo:before {
  content: "\ea9c";
}

.istf-github3:before {
  content: "\eab3";
}

.istf-blogger:before {
  content: "\eab9";
}

.istf-blogger2:before {
  content: "\eaba";
}

.istf-linkedin:before {
  content: "\eac8";
}

.istf-linkedin2:before {
  content: "\eac9";
}

.istf-pinterest2:before {
  content: "\ead1";
}

.istf-file-pdf:before {
  content: "\eada";
}

.istf-file-word:before {
  content: "\eadc";
}

.istf-file-excel:before {
  content: "\eadd";
}

.istf-html5:before {
  content: "\eadf";
}

.istf-html52:before {
  content: "\eae0";
}

.istf-css3:before {
  content: "\eae1";
}

.istf-user2:before {
  content: "\e600";
}

.istf-settings:before {
  content: "\e601";
}

html {
  font-size: 62.5% !important;
  font-family: 'Open Sans', sans-serif;
}

a, textarea:focus, input:focus, a:active, a:focus {
  outline: 0;
}

a {
  text-decoration: none;
  font-weight: 400;
}

.cms, .content-text {
  font-family: 'Istok Web', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 20px;
  color: #000;
}

.cms ul, .cms ol, .cms p, .cms li, .cms a, .cms strong, .cms em, .cms td, .cms th, .content-text ul, .content-text ol, .content-text p, .content-text li, .content-text a, .content-text strong, .content-text em, .content-text td, .content-text th {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #656b6f;
  margin-top: 0;
  margin-bottom: 1.2rem;
  line-height: 20px;
}

.cms ul, .cms ol, .content-text ul, .content-text ol {
  list-style-position: inside;
  padding: 0;
}

.cms ol, .content-text ol {
  counter-reset: item;
}

.cms ol li, .content-text ol li {
  display: block;
}

.cms ol li:before, .content-text ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #e9540d;
  font-weight: bold;
}

.cms li, .content-text li {
  display: list-item;
  list-style-type: initial;
  margin-bottom: 0.5rem;
}

.cms a:hover, .content-text a:hover {
  color: #e9540d;
}

.cms strong, .content-text strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #656b6f;
}

.cms h1, .content-text h1 {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #656b6f;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.cms a, .content-text a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #656b6f;
  margin-top: 0;
  margin-bottom: 1.2rem;
  line-height: 20px;
}

.cms a:hover, .content-text a:hover {
  text-decoration: underline;
  color: #e9540d;
}

.cms h2, .content-text h2 {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #656b6f;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.cms h2 span, .cms h2 strong, .content-text h2 span, .content-text h2 strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #656b6f;
}

.cms h3, .content-text h3 {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #656b6f;
  font-size: 2.3rem;
  line-height: 2.76rem;
  margin-bottom: 1rem;
}

.cms h3 span, .cms h3 strong, .content-text h3 span, .content-text h3 strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #656b6f;
}

.cms h4, .content-text h4 {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #656b6f;
  font-size: 2.2rem;
  line-height: 2.64rem;
  margin-bottom: 1rem;
}

.cms h4 span, .cms h4 strong, .content-text h4 span, .content-text h4 strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #656b6f;
}

.cms table, .content-text table {
  width: 100%;
  margin: 2rem 0;
}

.cms table td, .cms table th, .content-text table td, .content-text table th {
  padding: 0.4rem;
  border: 1px solid #eee;
}

.cms table th, .content-text table th {
  text-align: left;
  font-weight: 700;
}

.main-title {
  margin: 0;
  padding: 0;
  font-family: 'MontserratSemibold', sans-serif;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 5.04rem;
  color: #3b3d40;
  text-align: center;
}

.prominent {
  background-color: #f6f6f6;
  padding: 45px 0 20px 0;
}

.main-img {
  position: relative;
  min-height: 150px;
}

.main-img .main-title {
  position: relative;
  z-index: 100;
  top: 5.5rem;
}

.main-img figure {
  width: 100%;
  min-height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 90%;
  position: absolute;
  top: 0rem;
  left: 0rem;
}

.list-news {
  font-size: 0rem;
  line-height: 0rem;
}

.list-news article {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: -moz-calc( ( 100% - ( 48% * 2 ) ) / 2);
  margin-right: calc( ( 100% - ( 48% * 2 ) ) / 2);
  margin-bottom: 44px;
}

.list-news article:nth-child(2n+2) {
  margin-right: 0;
}

.list-news article > a {
  display: block;
}

.list-news article > a header {
  margin-bottom: 10px;
}

.list-news article > a figure {
  margin-bottom: 16px;
  position: relative;
}

.list-news article > a figure:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0rem;
  left: 0rem;
}

.list-news article > a figure:after {
  display: block;
  content: "";
  width: 5.6rem;
  height: 5.6rem;
  background: url(img/ico-ver-mas.png) no-repeat;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: -moz-calc( ( 100% - 56px ) / 2);
  left: calc( ( 100% - 56px ) / 2);
  top: -moz-calc( ( 100% - 56px ) / 2);
  top: calc( ( 100% - 56px ) / 2);
}

.list-news article > a figure img {
  display: block;
  width: 100%;
}

.list-news article > a h3 {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #656b6f;
}

.list-news article > a .content-article p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #656b6f;
}

.list-news article > a .content-article p time {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #656b6f;
  margin-right: 3px;
}

.list-news article > a:hover figure:before {
  opacity: 0.56;
}

.list-news article > a:hover figure:after {
  opacity: 1;
}

.list-news article > a:hover h3 {
  text-decoration: underline;
}

.list-menu-category {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #f6f6f6;
  font-size: 0rem;
  line-height: 0rem;
  text-align: center;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
}

.list-menu-category li {
  display: inline-block;
  vertical-align: top;
  font-family: 'MontserratLight', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.32rem;
  color: #1e1e1e;
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.list-menu-category li a {
  display: block;
  font-family: 'MontserratLight', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.32rem;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  padding: 2.1rem 1.5rem 1.8rem 1.5rem;
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  text-transform: uppercase;
}

.list-menu-category li a:hover {
  color: #fff;
  background-color: #e9540d;
}

.list-menu-category li:hover {
  background-color: #e9540d;
}

.list-menu-category li:hover a {
  position: relative;
  top: 0.2rem;
  color: #fff;
  background-color: #e9540d;
  padding: 19px 15px 20px 16px;
}

.list-menu-category .current-cat {
  background-color: #e9540d;
}

.list-menu-category .current-cat a {
  position: relative;
  top: 0.2rem;
  color: #fff;
  background-color: #e9540d;
  padding: 19px 15px 20px 16px;
}

.list-menu-category .active {
  background-color: #e9540d;
}

.list-menu-category .active a {
  position: relative;
  top: 0.2rem;
  color: #fff;
  background-color: #e9540d;
  padding: 19px 15px 20px 16px;
}

.pager {
  margin-bottom: 45px;
}

.pager ul {
  margin: 0;
  padding: 0;
  font-size: 0rem;
  line-height: 0rem;
  text-align: center;
}

.pager ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}

.pager ul li:after {
  display: block;
  content: "|";
  width: 0.1rem;
  height: 1.7rem;
  color: #585858;
  background-color: #585858;
  position: absolute;
  top: 0rem;
  right: 0rem;
}

.pager ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.pager ul li:last-child:after {
  display: none;
}

.pager ul li:first-child a {
  color: #bdbdbd;
}

.pager ul a {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #000;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.pager ul a:hover {
  color: #bdbdbd;
}

.pager ul strong {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #bdbdbd;
}

.list-item-dropdown, .list-service-dropdown {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  margin-top: 55px;
}

.list-item-dropdown > li, .list-service-dropdown > li {
  display: block;
}

.list-item-dropdown > li > a, .list-service-dropdown > li > a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.16rem;
  color: #3c3f45;
  position: relative;
}

.list-item-dropdown > li > a:after, .list-service-dropdown > li > a:after {
  width: 2.9rem;
  height: 1.8rem;
  content: "";
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  vertical-align: top;
  position: relative;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #3c3f45;
  position: absolute;
  top: -moz-calc( ( 100% - 42px ) / 2);
  top: calc( ( 100% - 42px ) / 2);
  right: 0.2rem;
}

.list-item-dropdown > li > a h2, .list-service-dropdown > li > a h2 {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.16rem;
  color: #3c3f45;
  padding: 2.3rem 3.3rem 2rem 0;
  border-bottom: 2px solid #3c3f45;
}

.list-item-dropdown > .active > a, .list-service-dropdown > .active > a {
  position: relative;
}

.list-item-dropdown > .active > a:after, .list-service-dropdown > .active > a:after {
  width: 2.9rem;
  height: 1.8rem;
  content: "";
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  vertical-align: top;
  position: relative;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #e9540d !important;
  position: absolute;
  top: -moz-calc( ( 100% - 42px ) / 2);
  top: calc( ( 100% - 42px ) / 2);
  right: 0.2rem;
}

.list-item-dropdown > .active > a h2, .list-service-dropdown > .active > a h2 {
  color: #e9540d !important;
  border-bottom: 2px solid #e9540d !important;
}

.list-item-dropdown > .active .data, .list-service-dropdown > .active .data {
  display: block;
  padding-top: 15px;
  padding: 2.1rem 0 3.8rem 0;
}

.list-item-dropdown .ly-text-img > div, .list-service-dropdown .ly-text-img > div {
  width: 65%;
  float: left;
}

.list-item-dropdown .ly-text-img figure, .list-service-dropdown .ly-text-img figure {
  width: 33%;
  float: right;
}

.list-item-dropdown .ly-img-text figure, .list-service-dropdown .ly-img-text figure {
  width: 33%;
  float: left;
}

.list-item-dropdown .ly-img-text > div, .list-service-dropdown .ly-img-text > div {
  width: 65%;
  float: right;
}

.list-item-dropdown .data, .list-service-dropdown .data {
  display: none;
  font-size: 0rem;
  line-height: 0rem;
  zoom: 1;
  position: relative;
}

.list-item-dropdown .data:before, .list-item-dropdown .data:after, .list-service-dropdown .data:before, .list-service-dropdown .data:after {
  content: "";
  display: table;
}

.list-item-dropdown .data:after, .list-service-dropdown .data:after {
  clear: both;
}

.list-item-dropdown .data figure img, .list-service-dropdown .data figure img {
  display: block;
  width: 100%;
}

.list-item-dropdown .data > div h3, .list-service-dropdown .data > div h3 {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.16rem;
  color: #3b3d40;
  margin-bottom: 20px;
}

.list-item-dropdown .data > div p, .list-service-dropdown .data > div p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #3b3d40;
  margin-bottom: 20px;
}

.list-item-dropdown .data > div p:last-child, .list-service-dropdown .data > div p:last-child {
  margin-bottom: 0;
}

.list-item-dropdown .data > div p strong, .list-service-dropdown .data > div p strong {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #e9540d;
}

.list-item-dropdown .data > div strong, .list-service-dropdown .data > div strong {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #e9540d;
  margin-bottom: 20px;
  padding-left: 2px;
}

.btn-more-info {
  font-size: 1.8rem;
  line-height: 2.16rem;
  color: #2d6aab;
  font-weight: 700;
}

.btn-more-info:hover {
  text-decoration: underline;
}

.list-categories ul {
  margin: 0;
  padding: 0;
}

.list-categories li {
  display: block;
}

.list-categories a {
  font-size: 1.6rem;
  line-height: 1.92rem;
  font-family: 'Istok Web', sans-serif;
  font-weight: 300;
  font-weight: 700;
  color: #3e444a;
  display: block;
  padding-left: 2rem;
  margin: 1.4rem 0;
  background: url(../files/ico-bullet.png) no-repeat 0 6px;
}

.list-categories a:hover {
  text-decoration: underline;
}

.list-tags ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.list-tags li {
  display: inline-block;
}

.list-tags a {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  color: #bfbebe !important;
  border: solid 1px #e0e0e0;
  text-decoration: none;
  float: left;
  margin: 0 8px 8px 0;
  padding: 1px 9px 2px 9px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.list-tags a:hover {
  display: block;
  color: #fff !important;
  background-color: #858585;
  text-decoration: none;
  float: left;
  margin: 0 8px 8px 0;
  padding: 1px 9px 2px 9px;
  border: 1px solid #858585;
}

.list-items-side img {
  display: block;
}

.list-items-side h1 a {
  font-size: 1.6rem;
  line-height: 1.92rem;
  font-family: 'Istok Web', sans-serif;
  font-weight: 300;
  font-weight: 700;
  color: #3e444a;
  margin: 1.4rem 0;
  letter-spacing: -1px;
  line-height: 1;
}

.list-items-side h1 a:hover {
  text-decoration: underline;
}

.list-items-side h1 {
  margin: 0.5rem 0;
  line-height: 1;
}

.list-items-side main p {
  margin-top: 0;
  font-size: 1.3rem;
  line-height: 1.56rem;
  color: #666;
}

.list-items-side article {
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1.4rem;
}

.list-items-side article:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.breadcrumbs li {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.68rem;
}

.breadcrumbs li:after {
  display: inline-block;
  content: '\002F';
  font-family: 'Open sans';
  padding: 0 0.5rem;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a {
  color: #e9540d;
  font-weight: 300;
}

.breadcrumbs strong {
  color: #2d6aab;
  font-weight: 400;
}

.faqs {
  font-size: 1.3rem;
  line-height: 1.56rem;
}

.faqs > ul, .faqs > ul > li {
  margin: 0;
  padding: 0;
  display: block;
}

.faqs strong {
  display: block;
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
  padding: 9px 15px 10px 20px;
  clear: both;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  position: relative;
  outline: 0;
  cursor: pointer;
  color: #666;
  margin-bottom: 0.4rem;
}

.faqs strong:before {
  display: inline-block;
  content: '\002B';
  padding-right: 1rem;
}

.faqs li.active strong {
  background: #48b5e9;
  border: 1px solid #48b5e9;
  color: #fff !important;
  outline: 0;
}

.faqs li.active strong:before {
  content: '\002D';
}

.faqs li.active div.content {
  display: block;
}

.faqs div.content {
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 5px 0 8px;
  padding: 18px 21px 13px;
  position: relative;
  height: auto !important;
  font-size: 1.3rem;
  line-height: 1.56rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #666;
  margin-top: 0;
  margin-bottom: 1.2rem;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}

div.cols {
  zoom: 1;
}

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

div.cols:after {
  clear: both;
}

div.cols .col {
  width: -moz-calc( 92% / 3);
  width: calc( 92% / 3);
  float: left;
  margin-right: 4%;
  margin-bottom: 4%;
}

div.cols .col:nth-child(3n+3) {
  margin-right: 0;
}

.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

.frm_error {
  display: block;
  position: absolute;
  left: 0;
  color: red;
  bottom: -13px;
}

.frm_form_field.frm_blank_field {
  border: 1px solid red;
  margin-bottom: 15px;
}

.frm_form_field {
  position: relative;
}

.frm_message {
  color: green;
}

/* solo para mobile */
@media screen and (max-width: 759px) {
  body #wpadminbar {
    display: none;
  }
}

body .cw {
  width: 98rem;
  margin: 0 auto;
}

@media screen and (max-width: 1020px) {
  body .cw {
    width: -moz-calc( 100% - 40px);
    width: calc( 100% - 40px);
  }
}

.home section > .main-content {
  margin-bottom: 0;
}

#main-header {
  padding: 1.1rem 0 1.1rem 0;
}

#main-header .cw {
  zoom: 1;
  position: relative;
}

#main-header .cw:before, #main-header .cw:after {
  content: "";
  display: table;
}

#main-header .cw:after {
  clear: both;
}

#main-header h1 {
  margin: 0;
  padding: 0;
  float: left;
}

#main-header h1 a {
  display: block;
}

#main-header h1 a img {
  display: block;
}

#main-header #wrp-nav {
  font-size: 0rem;
  line-height: 0rem;
  float: right;
  position: relative;
}

#main-header #wrp-nav .main-menu, #main-header #wrp-nav .login, #main-header #wrp-nav .lang-social {
  display: inline-block;
  vertical-align: top;
}

#main-header .main-menu {
  margin-right: 15px;
  position: relative;
  top: 2.6rem;
}

#main-header .lang-social {
  text-align: center;
  position: relative;
  top: 0.6rem;
}

#main-header .lang-social > ul:first-child {
  margin: 0;
  padding: 0;
  font-size: 0rem;
  line-height: 0rem;
  margin-bottom: 9px;
}

#main-header .lang-social > ul:first-child li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 9px;
  margin-right: 3px;
}

#main-header .lang-social > ul:first-child li a {
  display: block;
  font-family: 'MontserratLight', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.32rem;
  color: #4a4a4a;
  text-transform: uppercase;
}

#main-header .lang-social > ul:first-child li a:hover {
  color: #bababa;
}

#main-header .lang-social > ul:first-child li:after {
  display: inline-block;
  vertical-align: top;
  width: 0.5rem;
  height: 1.1rem;
  content: "|";
  font-size: 1.1rem;
  line-height: 1.32rem;
  color: #4a4a4a;
  position: absolute;
  right: 0rem;
  bottom: 0.4rem;
}

#main-header .lang-social > ul:first-child li:last-child {
  padding-right: 0;
  margin-right: 0;
}

#main-header .lang-social > ul:first-child li:last-child:after {
  display: none;
}

#main-header .lang-social > ul:first-child .current-lang a {
  color: #bababa;
}

.main-menu {
  margin: 0;
  padding: 0;
  font-size: 0rem;
  line-height: 0rem;
}

.main-menu li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.main-menu li:last-child {
  margin-right: 0;
}

.main-menu li a {
  display: block;
  font-family: 'MontserratLight', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.32rem;
  color: #4a4a4a;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom 0.5s ease;
  -moz-transition: border-bottom 0.5s ease;
  transition: border-bottom 0.5s ease;
  letter-spacing: 1px;
}

.main-menu li a:hover {
  color: #e9540d;
  border-bottom: 2px solid #e9540d;
}

.main-menu li .active {
  font-weight: 600;
  color: #e9540d;
  border-bottom: 2px solid #e9540d;
}

#box-login {
  display: none;
  width: 25.1rem;
  height: 10.8rem;
  position: absolute;
  top: 7.5rem;
  right: 0rem;
  z-index: 110;
  border: solid 1px #cfd0d1;
}

#box-login:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  position: relative;
  top: 0rem;
  left: 0rem;
}

#box-login:after {
  display: block;
  content: "";
  width: 1rem;
  height: 0.5rem;
  background: url("img/ico-arrow-login.png") no-repeat;
  color: #e9540d;
  position: absolute;
  top: -0.7rem;
  left: -moz-calc( ( 100% - 10px ) / 2);
  left: calc( ( 100% - 10px ) / 2);
}

.login {
  font-size: 0rem;
  line-height: 0rem;
  margin-right: 17px;
  top: 0.3rem;
}

.login > a {
  display: inline-block;
  width: 5rem;
  text-align: center;
  font-family: 'MontserratLight', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.08rem;
  text-transform: uppercase;
  color: #e9540d;
  padding-top: 29px;
  position: relative;
  letter-spacing: 1px;
  line-height: 11px;
}

.login > a:before {
  display: block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  color: #e9540d;
  background: url(img/ico-login.png) no-repeat;
  position: absolute;
  top: 0rem;
  left: -moz-calc( ( 100% - 24px ) / 2);
  left: calc( ( 100% - 24px ) / 2);
}

#form-login {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0rem;
  left: 0rem;
}

#form-login fieldset {
  margin: 0;
  padding: 0;
  border: none;
  zoom: 1;
}

#form-login fieldset:before, #form-login fieldset:after {
  content: "";
  display: table;
}

#form-login fieldset:after {
  clear: both;
}

#form-login fieldset > div {
  padding: 1.1rem 0 1.2rem 0;
  zoom: 1;
}

#form-login fieldset > div:before, #form-login fieldset > div:after {
  content: "";
  display: table;
}

#form-login fieldset > div:after {
  clear: both;
}

#form-login fieldset > div:first-child {
  border-bottom: solid 1px #bbb9ba;
}

#form-login fieldset > div:last-child {
  padding: 0 2rem 0 0;
  text-align: right;
}

#form-login fieldset label {
  font-family: 'MontserratSemibold', sans-serif;
  font-size: 1.1rem;
  line-height: 1.32rem;
  color: #e9540d;
  text-transform: uppercase;
  margin-left: 20px;
  vertical-align: middle;
}

#form-login fieldset input {
  border: none;
  color: #4a4a4a;
  font-family: 'MontserratLight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.32rem;
  font-weight: 300;
  margin-right: 19px;
  height: 1.8rem;
  float: right;
  padding: 0 1rem 0 1rem;
  vertical-align: middle;
}

#form-login .button {
  margin: 0;
  padding: 0;
  background: none;
  font-family: 'MontserratSemibold', sans-serif;
  font-size: 1.1rem;
  line-height: 1.32rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #e9540d;
  float: none;
}

.social-list {
  margin: 0;
  padding: 0;
  font-size: 0rem;
  line-height: 0rem;
}

.social-list li {
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 2rem;
  border-radius: 30px;
  margin-right: 1rem;
  text-align: center;
  background-color: #e9540d;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.social-list li:last-child {
  margin-right: 0;
}

.social-list a {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.social-list i {
  font-size: 1.3rem;
  line-height: 1.56rem;
  color: #fff;
}

.social-list .facebook:hover {
  background-color: #3b5998;
}

.social-list .twitter:hover {
  background-color: #00aced;
}

.social-list .linkedin:hover {
  background-color: #007bb6;
}

#btn-accept-cookies {
  background: #e9540d;
}

#modal-show-legal-cookies p a {
  color: #e9540d;
}

.main-slider {
  position: relative;
  margin-bottom: 33px;
}

.main-slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.main-slider ul li figure {
  display: block;
  height: 60rem;
  overflow: hidden;
}

.main-slider ul li figure img {
  display: block;
  width: 100%;
}

.main-slider .lSAction {
  position: absolute;
  width: 980px;
  height: 32px;
  left: -moz-calc( ( 100% - 980px ) / 2);
  left: calc( ( 100% - 980px ) / 2);
  top: -moz-calc( ( 100% - 32px ) / 2);
  top: calc( ( 100% - 32px ) / 2);
}

.main-slider .lSAction a {
  font-size: 0rem;
  line-height: 0rem;
  width: 19px;
  height: 33px;
  position: absolute;
  bottom: 0;
  top: auto;
  opacity: 1;
}

.main-slider .lSAction .lSPrev {
  background-image: none;
  position: absolute;
  left: 0rem;
}

.main-slider .lSAction .lSPrev:before {
  width: 1.9rem;
  height: 3.3rem;
  font-size: 1.4rem;
  line-height: 1.68rem;
  content: "";
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  vertical-align: top;
  position: relative;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #fff;
}

.main-slider .lSAction .lSNext {
  background-image: none;
  position: absolute;
  right: 0rem;
}

.main-slider .lSAction .lSNext:before {
  width: 1.9rem;
  height: 3.3rem;
  font-size: 1.4rem;
  line-height: 1.68rem;
  content: "";
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  vertical-align: top;
  position: relative;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #fff;
}

.main-slider .lSSlideOuter .lSPager.lSpg > li {
  padding: 0 0 0 0;
}

.main-slider .lSSlideOuter .lSPager.lSpg > li a {
  border-radius: 0;
  background-color: transparent;
  width: 26px;
  height: 27px;
}

.main-slider .lSSlideOuter .lSPager.lSpg > li:hover a, .main-slider .lSSlideOuter .lSPager.lSpg > li.active a {
  position: relative;
  background-color: transparent;
}

.main-slider .lSSlideOuter .lSPager.lSpg > li:hover a:before, .main-slider .lSSlideOuter .lSPager.lSpg > li.active a:before {
  display: block;
  content: "";
  width: 27px;
  height: 27px;
  background: url(img/ico-slider-on.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.main-slider .lSPager {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  bottom: 1.5rem;
}

.main-slider .lSPager li a {
  font-size: 0rem;
  line-height: 0rem;
  display: inline-block;
  position: relative;
}

.main-slider .lSPager li a:before {
  display: block;
  content: "";
  width: 27px;
  height: 27px;
  background: url(img/ico-slider-off.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.data-slider {
  width: 100%;
  position: absolute;
  top: 42%;
  text-align: center;
}

.data-slider h2 {
  margin: 0;
  padding: 0;
  width: 70%;
  margin: 0 auto;
  font-family: 'MontserratLight', sans-serif;
  font-weight: 300;
  font-size: 4.2rem;
  line-height: 5.04rem;
  color: #fff;
  line-height: 42px;
  text-shadow: 0px 0px 15px #000000;
}

.data-slider h2 strong {
  font-family: 'MontserratSemibold', sans-serif;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 5.04rem;
  color: #fff;
  text-shadow: 0px 0px 15px #000000;
}

#block-services {
  margin-bottom: 59px;
}

#block-services .cw > header {
  margin-bottom: 33px;
}

#block-services .cw .main-content > p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.16rem;
  color: #000;
  text-align: center;
  line-height: 24px;
  margin-bottom: 30px;
}

.block-list-services {
  margin: 0;
  padding: 0;
  font-size: 0rem;
  line-height: 0rem;
  margin-bottom: 6px;
}

.block-list-services li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 25px;
  text-align: center;
  padding-top: 38px;
  border-top: 1px solid #cccccc;
  margin-bottom: 53px;
}

.block-list-services li:nth-child(1), .block-list-services li:nth-child(2), .block-list-services li:nth-child(3) {
  border-top: none;
}

.block-list-services li:nth-child(3n+3) {
  margin-right: 0;
}

.block-list-services li:last-child {
  margin-right: 0;
}

.block-list-services li h3 {
  margin: 0;
  padding: 0;
  font-family: 'MontserratLight', sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #4a4a4a;
}

.block-list-services li strong {
  font-family: 'MontserratLight', sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.16rem;
  color: #4a4a4a;
}

.block-list-services li a {
  display: block;
}

.block-list-services li a > div {
  width: 82%;
  margin: 0 auto;
}

.block-list-services li a:hover h3, .block-list-services li a:hover strong {
  color: #e9540d;
}

.block-list-services li h3, .block-list-services li strong {
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.block-list-services li figure {
  margin: 0 auto;
}

.block-list-services li figure img {
  width: 100%;
}

.block-list-services .promocion figure {
  width: 13rem;
  height: 14rem;
}

.block-list-services .financiacion figure {
  width: 14.8rem;
  height: 14rem;
  position: relative;
  bottom: 1.5rem;
}

.block-list-services .construccion figure {
  width: 13.3rem;
  height: 14rem;
  position: relative;
  top: 0.1rem;
}

.block-list-services .operacion figure {
  width: 13.8rem;
  height: 14rem;
}

.block-list-services .gestion figure {
  width: 17.9rem;
  height: 14rem;
  position: relative;
  bottom: 2.1rem;
}

.block-list-services .consultoria figure {
  width: 15.2rem;
  height: 14rem;
  position: relative;
  bottom: 0.9rem;
}

.link-more-info {
  display: block;
  width: 20%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #fff;
  background-color: #e9540d;
  border-radius: 47px;
  text-align: center;
  padding: 1.3rem 1.3rem;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.link-more-info:hover {
  background-color: #4a4a4a;
}

#present .cw > header {
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 21px;
}

#present .cw > header h2 {
  margin-bottom: 33px;
}

#innovation {
  position: relative;
}

#innovation > header {
  position: absolute;
  top: 0rem;
  width: 100%;
  padding-top: 35px;
}

#innovation > header .main-title {
  color: #fff;
}

#innovation .main-content figure {
  height: 70rem;
}

#sec-press-room > header {
  margin-bottom: 57px;
}

#sec-press-room > header .main-title {
  color: #fff;
}

#sec-press-room .main-img {
  min-height: 200px;
}

#sec-press-room .main-content .list-news {
  margin-bottom: 50px;
}

.data-contact {
  zoom: 1;
  padding-top: 45px;
  margin-bottom: 60px;
}

.data-contact:before, .data-contact:after {
  content: "";
  display: table;
}

.data-contact:after {
  clear: both;
}

.data-contact div:first-child {
  float: left;
  font-size: 0rem;
  line-height: 0rem;
}

.data-contact div:first-child strong {
  display: inline-block;
  vertical-align: bottom;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.16rem;
  color: #e9540d;
  margin-right: 5px;
}

.data-contact div:last-child {
  float: right;
}

.list-contact-press {
  margin: 0;
  padding: 0;
  font-size: 0rem;
  line-height: 0rem;
  display: inline-block;
  vertical-align: bottom;
}

.list-contact-press li {
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #3c3f45;
  padding-right: 4px;
  margin-right: 12px;
  position: relative;
}

.list-contact-press li:after {
  display: block;
  content: "|";
  width: 0rem;
  height: 1.7rem;
  background-color: #3c3f45;
  position: absolute;
  bottom: 0.3rem;
  right: 0rem;
}

.list-contact-press li:last-child:after {
  display: none;
}

.list-contact-data {
  margin: 0;
  padding: 0;
  font-size: 0rem;
  line-height: 0rem;
}

.list-contact-data li {
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #e9540d;
  margin-right: 5px;
}

.list-contact-data li a {
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #e9540d;
  padding-left: 3px;
}

.list-contact-data li a:hover {
  text-decoration: underline;
}

#sec-press-room-detail .main-title {
  color: #fff;
}

#sec-press-room-detail .main-img {
  min-height: 150px;
}

#sec-press-room-detail .main-content .cw {
  zoom: 1;
}

#sec-press-room-detail .main-content .cw:before, #sec-press-room-detail .main-content .cw:after {
  content: "";
  display: table;
}

#sec-press-room-detail .main-content .cw:after {
  clear: both;
}

#sec-press-room-detail .main-content-article {
  width: 75%;
  float: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 50px;
}

#sec-press-room-detail .main-content-article > article {
  margin-bottom: 45px;
}

#sec-press-room-detail .main-content-article > article header {
  padding-bottom: 27px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}

#sec-press-room-detail .main-content-article > article header figure {
  margin-bottom: 20px;
}

#sec-press-room-detail .main-content-article > article header figure img {
  display: block;
  width: 100%;
}

#sec-press-room-detail .main-content-article > article header h2 {
  margin: 0;
  padding: 0;
  width: 96%;
  font-family: 'MontserratSemibold', sans-serif;
  font-weight: 600;
  font-size: 4.1rem;
  line-height: 4.92rem;
  color: #e9540d;
  line-height: 42px;
}

#sec-press-room-detail .main-content-article > article .content .data-autor {
  font-size: 0rem;
  line-height: 0rem;
  margin-bottom: 23px;
}

#sec-press-room-detail .main-content-article > article .content .data-autor time {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.56rem;
  color: #656b6f;
  padding-right: 5px;
  margin-right: 11px;
  position: relative;
}

#sec-press-room-detail .main-content-article > article .content .data-autor time:after {
  display: block;
  content: "|";
  width: 0rem;
  height: 0rem;
  background-color: #656b6f;
  position: absolute;
  top: 0rem;
  right: 0rem;
}

#sec-press-room-detail .main-content-article > article .content .data-autor p {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.56rem;
  color: #e9540d;
}

#sec-press-room-detail sidebar {
  width: 20%;
  float: right;
  padding-top: 46px;
}

#sec-press-room-detail sidebar aside {
  margin-bottom: 40px;
}

#last-news > header {
  padding-bottom: 9px;
  position: relative;
  margin-bottom: 25px;
}

#last-news > header:before {
  display: block;
  content: "";
  width: 21%;
  height: 0.1rem;
  background-color: #e9540d;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
}

#last-news > header h3 {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.16rem;
  color: #e9540d;
}

#last-news .main-content > article {
  margin-bottom: 23px;
}

#last-news .main-content > article:last-child {
  margin-bottom: 0;
}

#last-news .main-content > article time {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.56rem;
  color: #e9540d;
}

#last-news .main-content > article h4 {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #3c3f45;
}

#last-news .main-content > article h4 a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #3c3f45;
}

#last-news .main-content > article h4 a:hover {
  text-decoration: underline;
}

#breadcrumbs {
  margin: 0;
  padding: 0;
  zoom: 1;
  padding: 1.8rem 0 1.6rem 0;
}

#breadcrumbs:before, #breadcrumbs:after {
  content: "";
  display: table;
}

#breadcrumbs:after {
  clear: both;
}

#breadcrumbs p {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 0rem;
  line-height: 0rem;
}

#breadcrumbs p a {
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.56rem;
  position: relative;
  padding-right: 5px;
  margin-right: 12px;
  color: #656b6f;
}

#breadcrumbs p a:after {
  display: block;
  content: ">";
  width: 0rem;
  height: 0rem;
  background-color: #656b6f;
  position: absolute;
  top: 0.1rem;
  right: 0rem;
}

#breadcrumbs p a:hover {
  text-decoration: underline;
}

#breadcrumbs p strong {
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.56rem;
  color: #e9540d;
}

#breadcrumbs .return {
  display: block;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.56rem;
  color: #656b6f;
  position: relative;
  padding-left: 14px;
}

#breadcrumbs .return:after {
  display: block;
  content: "<";
  width: 0rem;
  height: 0rem;
  color: #656b6f;
  background-color: #656b6f;
  position: absolute;
  top: 0rem;
  left: 0rem;
}

#breadcrumbs .return:hover {
  text-decoration: underline;
}

.great-text {
  margin: 0;
  padding: 0;
  font-family: 'MontserratLight', sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #656b6f;
  margin-bottom: 25px;
}

#block-social-share {
  text-align: right;
  margin-bottom: 3px;
}

#block-social-share ul {
  margin: 0;
  padding: 0;
  font-size: 0rem;
  line-height: 0rem;
}

#block-social-share ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

#block-social-share ul li:last-child {
  margin-right: 0;
}

#sec-services .main-text {
  width: 56%;
  margin: 0 auto;
}

#sec-services .main-img {
  margin-bottom: 40px;
}

#sec-services .main-title {
  color: #3c3f45;
}

.main-text {
  width: 56%;
  margin: 0 auto;
}

.main-text p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.16rem;
  color: #000;
  text-align: center;
  line-height: 23px;
  margin-bottom: 24px;
}

.main-text p:last-child {
  margin-bottom: 0;
}

#sec-we .main-img {
  position: relative;
}

#sec-we .main-img figure {
  height: 55.5rem;
  background-position-y: 0;
}

#sec-we .main-title {
  color: #fff;
}

.main-description {
  position: relative;
  z-index: 100;
}

.main-description .cw {
  font-size: 0rem;
  line-height: 0rem;
}

.main-description .cw > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.main-description .cw div:first-child {
  background-color: #5b5b5b;
  border-left: 5px solid #e9540d;
  padding: 2.2rem 2.6rem 7.3rem 2.5rem;
}

.main-description .cw div:last-child {
  background-color: #e9540d;
  padding: 2.5rem 4.8rem 3.6rem 3.3rem;
  margin-top: 200px;
}

.cms2 p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #fff;
  margin-bottom: 32px;
  line-height: 27px;
}

.cms2 p strong {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #fff;
  line-height: 27px;
}

.cms2 h1, .cms2 h2, .cms2 h3, .cms2 h4, .cms2 h5, .cms2 h6 {
  margin: 0;
  padding: 0;
  font-family: 'MontserratSemibold', sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.cms2 ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.cms2 ul li {
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #fff;
  padding-right: 3px;
  margin-right: 13px;
  position: relative;
  margin-bottom: 9px;
}

.cms2 ul li:after {
  display: block;
  content: "|";
  width: 0rem;
  height: 0rem;
  background-color: #fff;
  position: absolute;
  top: 0rem;
  right: 0rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.cms2 strong {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #fff;
  margin-bottom: 32px;
}

.cms2 p:last-child, .cms2 ul:last-child, .cms2 strong:last-child, .cms2 h1:last-child, .cms2 h2:last-child, .cms2 h3:last-child, .cms2 h4:last-child, .cms2 h5:last-child, .cms2 h6:last-child {
  margin-bottom: 0;
}

#obligation .main-title {
  color: #3b3d40;
  margin-bottom: 38px;
}

#obligation .main-text {
  width: 84%;
}

#obligation .main-text p {
  color: #3b3d40;
}

#obligation .list-item-dropdown .data > div p {
  color: #000;
}

#obligation .list-item-dropdown li a h2 {
  color: #3b3d40;
  border-bottom: 2px solid #3b3d40;
}

#obligation .list-item-dropdown li a:after {
  color: #3b3d40;
}

#sec-contact > header {
  margin-bottom: 57px;
}

#sec-contact > header .cw {
  zoom: 1;
  position: relative;
}

#sec-contact > header .cw:before, #sec-contact > header .cw:after {
  content: "";
  display: table;
}

#sec-contact > header .cw:after {
  clear: both;
}

#sec-contact > header h1 {
  float: left;
}

#sec-contact > header .list-number-address {
  clear: left;
  position: absolute;
  bottom: 0.7rem;
  right: 0rem;
}

#sec-contact .main-title {
  color: #3c3f45;
  text-align: left;
  width: 72%;
  font-size: 40px;
}

#map-contact {
  margin-bottom: 35px;
}

.list-number-address {
  margin: 0;
  padding: 0;
  font-size: 0rem;
  line-height: 0rem;
}

.list-number-address li {
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.68rem;
  color: #3c3f45;
  position: relative;
  padding-right: 5px;
  margin-right: 12px;
}

.list-number-address li:after {
  display: block;
  content: "|";
  width: 0rem;
  height: 0rem;
  background-color: #3c3f45;
  position: absolute;
  top: 0rem;
  right: 0rem;
  font-size: 1.2rem;
  line-height: 1.44rem;
}

.list-number-address li a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.68rem;
  color: #3c3f45;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-number-address li:hover a {
  color: #e9540d;
}

.list-number-address li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.list-number-address li:last-child:after {
  display: none;
}

.list-number-address .active a {
  color: #e9540d;
}

.list-address-blocks {
  margin: 0;
  padding: 0;
  font-size: 0rem;
  line-height: 0rem;
}

.list-address-blocks li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-right: -moz-calc( ( 100% - ( 30% * 3 ) ) / 2);
  margin-right: calc( ( 100% - ( 30% * 3 ) ) / 2);
  margin-bottom: 60px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f6f6f6;
}

.list-address-blocks li:last-child {
  margin-right: 0;
}

.list-address-blocks li:nth-child(3n+3) {
  margin-right: 0;
}

.list-address-blocks .country-link {
  display: block;
  font-size: 0rem;
  line-height: 0rem;
  margin-bottom: 3px;
}

.list-address-blocks .country-link > strong {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #e9540d;
  padding-right: 4px;
  margin-right: 13px;
  position: relative;
}

.list-address-blocks .country-link > strong:after {
  display: block;
  content: "|";
  width: 0rem;
  height: 0rem;
  color: #3c3f45;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  position: absolute;
  top: -0.1rem;
  right: 0rem;
  font-size: 1.7rem;
  line-height: 2.04rem;
}

.list-address-blocks .country-link h2 {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #3c3f45;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*
      em {
        font-style: normal;
        display: inline-block;
        vertical-align: top;
        @include main-font();
        @include bold();
        @include size(16);
        color: $bg-foot;
        margin-left: 4px;
        transition: all 0.3s ease-in-out;
      }
      */
}

.list-address-blocks .country-link h2 strong {
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #3c3f45;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 4px;
  text-transform: uppercase;
}

.list-address-blocks .country-link em {
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #3c3f45;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-address-blocks .country-link:hover h2 {
  color: #e9540d;
}

.list-address-blocks .country-link:hover h2 strong, .list-address-blocks .country-link:hover h2 em {
  color: #e9540d;
}

.list-address-blocks .country-link:hover em {
  color: #e9540d;
}

.list-address-blocks .country-link:hover strong:after {
  color: #e9540d;
}

.list-address-blocks .active .country-link h2 {
  color: #e9540d;
}

.list-address-blocks .active .country-link h2 strong, .list-address-blocks .active .country-link h2 em {
  color: #e9540d;
}

.list-address-blocks .active .country-link em {
  color: #e9540d;
}

.list-address-blocks .active .country-link > strong:after {
  color: #e9540d;
}

.list-address-blocks address {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #3c3f45;
}

.list-address-blocks address span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #3c3f45;
  margin-bottom: 2px;
}

.list-address-blocks address a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #3c3f45;
  margin-bottom: 2px;
}

.list-address-blocks address .mail:hover {
  text-decoration: underline;
}

.list-address-blocks .location-link {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #e9540d;
}

.list-address-blocks .location-link:hover {
  text-decoration: underline;
}

#sec-projects .main-img {
  min-height: 200px;
  margin-bottom: 55px;
}

#sec-projects .main-title {
  color: #fff;
}

#sec-projects .main-content > article header {
  margin-bottom: 20px;
}

#sec-projects .main-content > article header h2 {
  margin: 0;
  padding: 0;
  font-family: 'MontserratSemibold', sans-serif;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 5.04rem;
  color: #3b3d40;
  margin-bottom: 5px;
}

#sec-projects .main-content > article header p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.16rem;
  color: #3b3d40;
}

#map-block {
  margin-bottom: 48px;
}

#map-block img {
  display: block;
  width: 100%;
}

#list-plants {
  margin: 2.7rem 0 8.5rem 0;
}

#list-plants .data {
  padding: 0 0 1.8rem 0;
}

#list-plants .data figure {
  margin-bottom: 27px;
}

.list-details-plant {
  margin: 0;
  padding: 0;
  font-size: 0rem;
  line-height: 0rem;
}

.list-details-plant li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: -moz-calc( ( 100% - ( 32% * 3 ) ) / 2);
  margin-right: calc( ( 100% - ( 32% * 3 ) ) / 2);
  margin-bottom: 19px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f6f6f6;
}

.list-details-plant li:last-child {
  margin-right: 0;
}

.list-details-plant li:nth-child(3n+3) {
  margin-right: 0;
}

.list-details-plant li strong {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #3c3f45;
  margin-bottom: 2px;
}

.list-details-plant li p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #3c3f45;
  margin-bottom: 3px;
}

#first-main {
  padding: 4.5rem 0 5rem 0;
}

#first-main .main-title {
  color: #000;
  margin-bottom: 33px;
}

#first-main .main-text {
  width: 82%;
  margin-bottom: 35px;
}

#first-main .main-text p {
  color: #3b3d40;
}

#first-main .content-block figure {
  height: 36rem;
  margin-bottom: 40px;
}

#first-main .content-block .cms {
  width: 99%;
  margin: 0 auto;
  text-align: center;
}

#first-main .content-block .cms p {
  color: #3b3d40;
  line-height: 21px;
  margin-bottom: 23px;
}

#sec-client-area > header {
  background-color: #3b3d40;
  padding: 4.2rem 0 3.8rem 0;
}

#sec-client-area > header .cw {
  zoom: 1;
}

#sec-client-area > header .cw:before, #sec-client-area > header .cw:after {
  content: "";
  display: table;
}

#sec-client-area > header .cw:after {
  clear: both;
}

#sec-client-area > header .title {
  float: left;
  padding-left: 100px;
  position: relative;
  width: 70%;
}

#sec-client-area > header .title:before {
  display: block;
  content: "";
  width: 8rem;
  height: 7.7rem;
  background: url("img/ICONOS-08.png") no-repeat;
  position: absolute;
  top: 0rem;
  left: 0rem;
  color: #e9540d;
}

#sec-client-area > header .title strong {
  display: block;
  font-family: 'MontserratSemibold', sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 2.28rem;
  color: #e9540d;
}

#sec-client-area > header .title h1 {
  margin: 0;
  padding: 0;
  font-family: 'MontserratSemibold', sans-serif;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 5.04rem;
  color: #fff;
}

#sec-client-area > header #text-search-form {
  float: right;
  position: relative;
  top: 3.1rem;
}

#text-search-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}

#text-search-form fieldset input#s {
  margin: 0;
  padding: 0;
  border: none;
  height: 3.4rem;
  width: 27.5rem;
  padding: 0 1.6rem 0 2rem;
  color: #929292;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  background-color: #585a5d;
  /* mozilla solution */
}

#text-search-form fieldset input#s::-webkit-input-placeholder {
  color: #929292;
  font-size: 1.6rem;
  line-height: 1.92rem;
  font-style: italic;
}

#text-search-form fieldset input#s:-moz-placeholder {
  /* Firefox 18- */
  color: #929292;
  font-size: 1.6rem;
  line-height: 1.92rem;
}

#text-search-form fieldset input#s::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292;
  font-size: 1.6rem;
  line-height: 1.92rem;
}

#text-search-form fieldset input#s:-ms-input-placeholder {
  color: #929292;
  font-size: 1.6rem;
  line-height: 1.92rem;
}

#text-search-form fieldset #searchsubmit {
  border: none;
  width: 3.4rem;
  height: 3.4rem;
  background-color: #e9540d;
  position: absolute;
  top: 0rem;
  right: 0rem;
}

#text-search-form fieldset i {
  color: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
  position: relative;
  bottom: 0.1rem;
  right: 0rem;
}

#list-files-client h2 span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.16rem;
  color: #3b3d40;
  margin-left: 6px;
  text-transform: uppercase;
}

#list-files-client .data {
  padding: 4.1rem 0 1.2rem 0;
}

#list-files-client .list-items {
  margin: 0;
  padding: 0;
  font-size: 0rem;
  line-height: 0rem;
}

#list-files-client .list-items li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: -moz-calc( ( 100% - ( 31% * 3 ) ) / 2);
  margin-right: calc( ( 100% - ( 31% * 3 ) ) / 2);
  margin-bottom: 28px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f6f6f6;
  padding: 0 0 4rem 6rem;
  position: relative;
}

#list-files-client .list-items li:before {
  display: block;
  content: "";
  width: 4.3rem;
  height: 5.6rem;
  background: url("img/ICONOS-07.png") no-repeat;
  position: absolute;
  top: 0rem;
  left: 0rem;
  color: #e9540d;
}

#list-files-client .list-items li:last-child {
  margin-right: 0;
}

#list-files-client .list-items li:nth-child(3n+3) {
  margin-right: 0;
}

#list-files-client .list-items li a {
  display: block;
}

#list-files-client .list-items li a:hover p, #list-files-client .list-items li a:hover span {
  text-decoration: underline;
}

#list-files-client .list-items li a p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #3c3f45;
  line-height: 21px;
  margin-bottom: 2px;
}

#list-files-client .list-items li a span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #e9540d;
  text-transform: uppercase;
}

#list-files-client .list-items .imagenes {
  position: relative;
}

#list-files-client .list-items .imagenes:before {
  display: block;
  content: "";
  width: 4.3rem;
  height: 5.6rem;
  background: url("img/iconovideo.png") no-repeat;
  position: absolute;
  top: 0rem;
  left: 0rem;
  color: #e9540d;
}

#list-files-client .list-items .video {
  position: relative;
}

#list-files-client .list-items .video:before {
  display: block;
  content: "";
  width: 4.3rem;
  height: 5.6rem;
  background: url("img/iconoimagen.png") no-repeat;
  position: absolute;
  top: 0rem;
  left: 0rem;
  color: #e9540d;
}

#sec-multimedia > header {
  margin-bottom: 57px;
}

#sec-multimedia > header .main-title {
  color: #fff;
}

#sec-multimedia .main-img {
  min-height: 200px;
}

#sec-multimedia .main-content .list-news {
  margin-bottom: 50px;
}

#sec-multimedia .list-items li {
  padding: 0 0 1rem 6rem;
}

/* basic ui */
div.fancy-select div.trigger {
  background: #fff;
  /* ORDENAR: */
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 17px;
  text-align: center;
  color: #000000;
  letter-spacing: 1px;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  box-shadow: none;
  border: 1px solid #000;
  width: 130px;
}

div.fancy-select div.trigger.open {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

div.fancy-select ul.options {
  top: 50px;
  border: 1px solid #000;
  border-bottom: none;
}

div.fancy-select ul.options li {
  color: #000;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 17px;
  text-align: center;
  color: #000000;
  letter-spacing: 1px;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #000;
}

div.fancy-select ul.options li.hover, div.fancy-select ul.options li.selected {
  background: #eee;
  color: #000;
}

div.fancy-select ul.options.open {
  top: 50px;
  border: 1px solid #000;
  background: #fff;
}

/* fin basic ui */
/* custom form project */
.form-content {
  clear: both;
  margin: 2rem 0;
}

.form-content fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.form-content legend {
  display: none;
}

.form-content .progress-form-page {
  margin-top: 2rem;
}

.form-content .progress-form-page ul {
  zoom: 1;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}

.form-content .progress-form-page ul:before, .form-content .progress-form-page ul:after {
  content: "";
  display: table;
}

.form-content .progress-form-page ul:after {
  clear: both;
}

.form-content .progress-form-page li {
  display: block;
  width: 32%;
  margin-right: 2%;
  float: left;
  /* text */
  font-size: 1.4rem;
  line-height: 1.68rem;
  font-weight: 700;
  color: #5f6267;
}

.form-content .progress-form-page li:last-child {
  margin-right: 0;
}

.form-content .progress-form-page li:after {
  display: block;
  content: '';
  height: 1.5rem;
  margin-top: 1rem;
  background: #bec3c7;
}

.form-content .progress-form-page li.active {
  color: #4cb3f7;
}

.form-content .progress-form-page li.active:after {
  background: #4cb3f7;
}

.form-content .frm_form_field:not(.progress-form-page) {
  margin: 1rem 0;
  width: 32%;
  margin-right: 2%;
  float: left;
}

.form-content .frm_form_field:not(.progress-form-page):nth-child(3n+3) {
  margin-right: 0;
}

.form-content .frm_form_field:not(.progress-form-page):nth-child(3n+4) {
  clear: both;
  float: left;
}

.form-content .frm_form_field:not(.progress-form-page) label {
  font-size: 1.4rem;
  line-height: 1.68rem;
  padding: 1rem 0;
  color: #5f6267;
  font-weight: 400;
}

.form-content .frm_form_field:not(.progress-form-page) label.frm_primary_label {
  font-size: 1.4rem;
  line-height: 1.68rem;
  padding: 1rem 0;
  color: #4cb3f7;
  font-weight: 700;
}

.form-content .frm_form_field:not(.progress-form-page) input[type="text"], .form-content .frm_form_field:not(.progress-form-page) input[type="email"], .form-content .frm_form_field:not(.progress-form-page) select, .form-content .frm_form_field:not(.progress-form-page) textarea {
  padding: 0.4rem;
  border: 1px solid #ebebeb;
  padding: 0.4rem;
  border: 1px solid #ebebeb;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4rem 0.6rem;
  font-size: 1.4rem;
  line-height: 1.68rem;
  color: #b8b8b8;
  background-color: #fff;
  border-radius: 0;
  margin-top: 0.5rem;
}

.form-content .frm_form_field:not(.progress-form-page) .frm_radio, .form-content .frm_form_field:not(.progress-form-page) .frm_checkbox {
  padding: 0.5rem 0;
}

.form-content .frm_form_field:not(.progress-form-page) small {
  display: block;
  font-size: 1rem;
  line-height: 1.2rem;
}

.form-content .frm_submit {
  clear: both;
  zoom: 1;
  position: relative;
  margin: 1rem 0;
}

.form-content .frm_submit:before, .form-content .frm_submit:after {
  content: "";
  display: table;
}

.form-content .frm_submit:after {
  clear: both;
}

.form-content .frm_submit img {
  position: absolute;
  top: 1rem;
  left: -moz-calc( 50% - 8px);
  left: calc( 50% - 8px);
}

.form-content .frm_submit input {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.16rem;
  padding: 1rem 0;
  background: #4cb3f7;
  border: 0;
  float: right;
}

.form-content .frm_submit input.frm_prev_page {
  float: left;
}

.form-content .frm_section_heading.frm_form_field {
  width: 100%;
  float: none;
  margin: 1rem 0;
  background: #4cb3f7;
  text-transform: uppercase;
  color: #fff;
  padding: 0.4rem 0;
  text-align: center;
}

.form-content .frm_section_heading.frm_form_field h3 {
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  padding-left: 18px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}

.form-content .frm_message {
  border: 1px solid green;
  background: green;
  padding: 0.8rem 0;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.68rem;
}

.form-content .frm_message.error {
  border-color: red;
  background: red;
}

.frm_message {
  border: 1px solid green;
  background: green;
  padding: 0.8rem 0;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.68rem;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.frm_message.error {
  border-color: red;
  background: red;
}

.frm_error {
  padding: 0.5rem 0;
  color: red;
  font-size: 1.2rem;
  line-height: 1.44rem;
}

.frm_submit img {
  left: 110%;
}

/* Para mailchimp */
.istmcjax {
  position: relative;
}

.istmcjax .mc_message {
  position: relative;
  font-size: 14px;
}

.istmcjax .mc_message.ok {
  color: green;
}

.istmcjax .mc_message.ko {
  color: red;
}

.istmcjax label {
  display: none !important;
}

.co-main-panel > footer {
  background-color: #3c3f45;
  border-top: 2px solid #e9540d;
  padding: 2.6rem 0 3.3rem 0;
}

.co-main-panel > footer .cw {
  position: relative;
  zoom: 1;
}

.co-main-panel > footer .cw:before, .co-main-panel > footer .cw:after {
  content: "";
  display: table;
}

.co-main-panel > footer .cw:after {
  clear: both;
}

.co-main-panel > footer .cw div:first-child {
  float: left;
}

.co-main-panel > footer .cw div:last-child {
  float: right;
  min-height: 214px;
  position: relative;
}

.co-main-panel > footer .cw h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 39px;
}

.co-main-panel > footer .cw h2 a {
  display: block;
}

.co-main-panel > footer .cw h2 a img {
  display: block;
}

.co-main-panel > footer .cw address {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #fff;
  margin-bottom: 15px;
  font-style: normal;
}

.co-main-panel > footer .cw address span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #fff;
  margin-bottom: 4px;
}

.co-main-panel > footer .main-menu {
  position: relative;
  top: 2rem;
}

.co-main-panel > footer .main-menu li a {
  color: #fff;
}

.co-main-panel > footer .main-menu li a:hover {
  border-bottom: 2px solid #fff;
}

.co-main-panel > footer .main-menu li a.active {
  border-bottom: 2px solid #fff;
}

.list-data-contact {
  margin: 0;
  padding: 0;
}

.list-data-contact li {
  display: block;
  margin-bottom: 1px;
}

.list-data-contact li a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #fff;
}

.list-data-contact li a:hover {
  text-decoration: underline;
}

.list-data-contact .mail {
  padding-top: 2px;
}

.list-data-contact .mail a {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #e9540d;
}

.list-legal-copy {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  font-size: 0rem;
  line-height: 0rem;
}

.list-legal-copy li {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.44rem;
  color: #818181;
  margin-right: 2px;
  margin-left: 2px;
}

.list-legal-copy li:last-child {
  margin-right: 0;
  margin-left: 0;
}

.list-legal-copy li a {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.44rem;
  color: #818181;
}

.list-legal-copy li a:hover {
  text-decoration: underline;
}

body {
  overflow-x: hidden;
}

.co-menu-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 280px;
  left: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.25s,opacity 0.25s linear;
  -moz-transition: visibility 0s linear 0.25s,opacity 0.25s linear;
  transition: visibility 0s linear 0.25s,opacity 0.25s linear;
}

.co-menu-panel-right {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 280px;
  right: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.25s,opacity 0.25s linear;
  -moz-transition: visibility 0s linear 0.25s,opacity 0.25s linear;
  transition: visibility 0s linear 0.25s,opacity 0.25s linear;
  background: #fff;
  z-index: 1000;
}

/* Eliminado porque en ios 4 da problemas
.co-main-panel{
  -webkit-transform: translate3d(0px, 0px,0);
  -moz-transform: translate3d(0px, 0px,0);
  -o-transform: translate3d(0px, 0px,0);
  -ms-transform: translate3d(0px, 0px,0);
  transform: translate3d(0px, 0px,0);

  -webkit-transition: $co-duration ease;
  -moz-transition: $co-duration ease;
  -o-transition: $co-duration ease;
  transition: $co-duration ease;
}
*/
body.co-panel-active-right .co-main-panel {
  -webkit-transform: translate3d(-280px, 0px, 0);
  -moz-transform: translate3d(-280px, 0px, 0);
  transform: translate3d(-280px, 0px, 0);
}

body.co-panel-active-right .co-menu-panel-right {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

body.co-panel-active-right div.co-main-panel:after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

body.co-panel-active .co-main-panel {
  position: fixed;
  left: 280px;
}

body.co-panel-active.co-panel-active-right .co-main-panel {
  position: fixed;
  right: -280px;
}

body.co-panel-active div.co-main-panel:after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

body.co-panel-active .co-menu-panel {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  /* estilos para el menu */
}

body.co-panel-active .co-menu-panel ul {
  width: 100%;
  height: auto;
}

body.co-panel-active .co-menu-panel ul li {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

body.co-panel-active .co-menu-panel a {
  text-decoration: none;
  font-size: 12px;
  color: #000;
}

body.co-panel-active .co-menu-panel a:hover, body.co-panel-active .co-menu-panel a.active {
  color: #fff;
}

#full-screen-detail-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding: 0 2px;
  text-align: left;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#full-screen-detail-header .logo-mh {
  position: relative;
  bottom: 1px;
  left: 0;
  z-index: 100;
}

#full-screen-detail-header .logo-mh a {
  opacity: 1;
}

#full-screen-detail-header .logo-mh, #full-screen-detail-header .article-info, #full-screen-detail-header > div {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  float: none;
}

#full-screen-detail-header .logo-mh img {
  height: 30px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
}

#full-screen-detail-header .btn-co {
  font-size: 30px;
  margin-right: 5px;
  outline: none;
  color: #151515;
  text-decoration: none;
}

#full-screen-detail-header .btn-co:after {
  content: '';
  width: 1px;
  height: 30px;
  display: block;
  background: rgba(0, 0, 0, 0.15);
  margin: 0 0 0 6px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
  top: -5px;
}

#full-screen-detail-header .btn-r {
  float: right;
}

#full-screen-detail-header .btn-co-panel-r {
  font-size: 30px;
  margin-right: 5px;
  outline: none;
  color: #151515;
}

#full-screen-detail-header .btn-co-panel-r:before {
  content: '';
  width: 1px;
  height: 24px;
  display: block;
  background: rgba(0, 0, 0, 0.15);
  margin: 0 6px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
  top: -2px;
}

#full-screen-detail-header #social-nav-links {
  float: right;
  position: relative;
  top: 1px;
}

#full-screen-detail-header #social-nav-links ul {
  margin: 0;
  padding: 0;
}

#full-screen-detail-header #social-nav-links ul li {
  display: inline-block;
  margin: 0;
}

#full-screen-detail-header #social-nav-links ul i {
  vertical-align: middle;
  font-size: 25px;
  padding: 2px;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #000;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#full-screen-detail-header #social-nav-links ul .istf-twitter {
  background-color: #32ddf3;
  font-size: 25px;
}

#full-screen-detail-header #social-nav-links ul .istf-twitter:before {
  position: relative;
  top: 3px;
  left: 1px;
}

#full-screen-detail-header #social-nav-links ul .istf-facebook {
  background-color: #4a6ea8;
}

#full-screen-detail-header #social-nav-links ul .istf-google-plus {
  background-color: #d34836;
}

#full-screen-detail-header #social-nav-links ul .istf-google-plus:before {
  position: relative;
  top: 5px;
  left: 1px;
}

#full-screen-detail-header #social-nav-links ul .istf-instagram {
  background-color: #3f729b;
}

#full-screen-detail-header #social-nav-links ul .istf-instagram:before {
  position: relative;
  top: 2px;
  left: 0px;
}

#full-screen-detail-header #social-nav-links ul .istf-feed2 {
  background-color: #ff6600;
}

#full-screen-detail-header #social-nav-links ul .istf-feed2:before {
  position: relative;
  top: 2px;
  left: 0px;
}

#full-screen-detail-header #social-nav-links ul .istf-pinterest {
  background-color: #cc2127;
}

#full-screen-detail-header #social-nav-links ul .istf-pinterest:before {
  position: relative;
  top: 2px;
  left: 0px;
}

#full-screen-detail-header .istf-menu {
  font-size: 34px;
}

#full-screen-detail-header .logo-mh.center {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
}

#full-screen-detail-header .featured {
  float: right;
  font-size: 14px;
  padding: 13px 10px 0 10px;
}

.co-menu-panel {
  overflow-x: auto;
  background: #ffffff;
  z-index: 100;
}

.co-menu-panel a.start, .co-menu-panel ul li a {
  display: block;
  padding: 10px !important;
  outline: none;
  color: #151515;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}

.co-menu-panel a.start:after, .co-menu-panel ul li a:after {
  display: none !important;
}

.co-menu-panel a:hover, .co-menu-panel a.current, .co-menu-panel a.active, .co-menu-panel .current a, .co-menu-panel .active a {
  box-shadow: inset 0 -1px transparent;
  background: #151515;
  color: #ffffff !important;
  text-decoration: none;
}

.co-menu-panel ul, .co-menu-panel li, .co-menu-panel li a {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#full-screen-detail-header > div, #full-screen-detail-header > nav, #full-screen-detail-header > a {
  display: inline-block;
  vertical-align: middle;
}

#full-screen-detail-header {
  display: none;
}


#sec-job .cms3 strong{display: inline;}



.boton_directo_accionistas{font-size: 7px;line-height: 1em;display: inline-block;float: right;margin-right: 30px;margin-top: -5px;}
.boton_directo_accionistas a{font-size: 7px;line-height: 1em;background: #e9540d;color: white;border-radius: 20px;padding: 8px 10px;font-size: 1.6em;font-weight: bold;display: inline-block;text-transform: uppercase;}
.wrp-ticker-nav{display: inline-block !important;width: 893px;}
.block-ticker{display: inline-block;}
.block-ticker{float: right;}
#main-header .main-menu{float: right;}

.banner-solar{background: rgba(255,255,255,0.8);width: 36%;top: -253px;position: absolute;height: 620px;text-align: left;padding: 160px 5% 0;}
.banner-solar img{margin-bottom: 30px;}
.banner-solar strong{color: #e9540d;font-weight: bold;font-size: 3.8em;    font-family: MontserratSemibold;line-height: 1.1em;}
#block-banner-solar{}
#block-banner-solar .cw{background: url('https://www.solarpack.es/files/2021/10/solar-2.jpg') no-repeat;}
#block-banner-solar .main-content{background: rgba(255,255,255,0.8);width: 36%;padding: 50px 6%;margin-left: 8%;}
#block-banner-solar .main-content img{max-width: 250px;margin-bottom: 22px;}
#block-banner-solar .main-content strong{color: #e9540d;font-weight: bold;font-size: 3em;line-height: 1.2em;font-family: MontserratSemibold;line-height: 1.1em;}

.area-privada{background: #3c3f46;}
.area-privada .contenedor{width: 320px;margin: 100px auto;text-align: center;background: #3c3f46;}
.area-privada .contenedor #box-login{position: relative;display: block;}
#form-login{position: relative;}
.class_login{background: #3c3f46;}
#box-login:before,#box-login:after{display: none;}
#box-login{top: 0;}
.class_login #form-login fieldset > div:first-child,#box-login{border: none;}
.class_login h1 img{width: 200px;height: auto;margin-bottom: 20px;}
.class_login #form-login fieldset label{color: white;font-size: 12px;padding: 15px 0;}

.class_login #form-login fieldset input[type="text"],.class_login #form-login fieldset input[type="password"]{background: #9b9b9b;font-size: 15px;padding: 15px;color: white;}
.class_login #form-login fieldset > div{padding: 0 0 0;}
.class_login #form-login input[type="submit"]{text-align: left;padding-left: 29px;}

#carrusellogos{background: #f6f6f6;border-top: 3pt solid #e9540d;    margin-top: 40px;padding-bottom: 40px;}
#carrusellogos .wpcp-single-item{border: none !important;}
#carrusellogos .wpcp-single-item img{max-width: 200px !important;}
.wpcp-carousel-section.slick-initialized .slick-slide{text-align: center;}
#carrusellogos h2{margin-bottom: 30px;}




@media screen and (max-width: 1024px) {
  .banner-solar img{max-width: 230px;}
  .banner-solar strong{font-size: 2.8em;}
  #block-banner-solar .main-content img{max-width: 190px;}
  #block-banner-solar .main-content strong{font-size: 2.4em;}
  #block-banner-solar .cw{background-position: 50%;}
}
@media screen and (max-width: 768px) {
  .banner-solar{width: 56%;top: -183px;height: 420px;}
  .banner-solar img{max-width: 190px;margin-bottom: 13px;}
  .banner-solar strong{font-size: 2em;}
  #block-banner-solar .main-content{width: 76%;}
  .class_login #form-login fieldset label{width: 100%;}
  body aside.login{float: none;width: 100%;}
  .area-privada .contenedor #box-login{top: 0 !important;width: 100% !important;border: none;}
  #form-login fieldset label{margin-left: 0 !important;}
  #form-login fieldset input{float: none;width: 240px !important;margin-right: 0 !important;}
  .class_login #form-login input[type="submit"]{text-align: center;padding-left: 0;margin: 0 auto !important;display: block;margin-top: 20px !important;}





}


@media screen and (max-width: 426px) {
  .banner-solar img{max-width: 149px;margin-bottom: 0;}
  .banner-solar strong{font-size: 1.4em;}
  #carrusellogos .wpcp-single-item img{max-width: 150px !important;}
}

/*
 * media para la cual mostramos el menu rwd
 */
@media screen and (max-width: 1024px) {
  body .wrp-ticker-nav{width: 82% !important;}

}

@media screen and (max-width: 780px) {
   .boton_directo_accionistas{margin-right: 0;margin: 10px 30px;}
 .boton_directo_accionistas a{text-align: center;color: white !important;line-height: 1.4em;}

}

 @media screen and (max-width: 480px) {
 .boton_directo_accionistas{margin-right: 0;margin: 10px 30px;}
 .boton_directo_accionistas a{text-align: center;color: white !important;line-height: 1.4em;}
 }




@media screen and (max-width: 424px) {
  .co-menu-panel-right .content {
    overflow: auto;
  }
  #full-screen-detail-header {
    display: block;
  }
  /*
      Importante ocultar el menu de versiones desktop
   */
  body > #container .navback, #block-menu_block-1, body > #container #header {
    display: none;
  }
  body > #container, body > .co-main-panel {
    position: relative;
    top: 36px;
  }
}

/* generico para Desktop*/
@media screen and (max-width: 1019px) {
  body .cw {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 984px;
  }
}

/* generico para Tablet*/
@media screen and (max-width: 1023px) {
  body .cw {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 768px;
    padding: 0 1.5rem 0 1.5rem;
  }
  body #main-header .main-menu {
    margin-right: 10px;
  }
  body .main-menu li {
    margin-right: 10px;
  }
  body .main-menu li a {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  body .login {
    margin-right: 10px;
  }
  body #main-header .lang-social > ul:first-child li a {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  body .social-list li {
    width: 1.7rem;
    height: 1.7rem;
  }
  body .social-list i {
    font-size: 1.2rem;
    line-height: 1.44rem;
  }
  body #main-header h1 a img {
    width: 88%;
  }
  body .main-slider ul li figure {
    height: 45rem;
  }
  body .data-slider h2 {
    width: 79%;
  }
  body .data-slider {
    top: 39%;
  }
  body #innovation .main-content figure {
    height: 50rem;
  }
  body .main-slider .lSAction {
    width: 76.8rem;
    left: -moz-calc( ( 100% - 768px ) / 2);
    left: calc( ( 100% - 768px ) / 2);
  }
  body .data-contact {
    padding-top: 10px;
    margin-bottom: 25px;
    text-align: center;
  }
  body .data-contact div:first-child {
    margin-bottom: 8px;
  }
  body .data-contact div:first-child, body .data-contact div:last-child {
    float: none;
  }
  body .pager {
    margin-bottom: 30px;
  }
  body #sec-press-room > header {
    margin-bottom: 30px;
  }
  body #map {
    height: 25rem;
  }
  body #sec-contact .main-title {
    font-size: 3.2rem;
    line-height: 3.84rem;
  }
  body #sec-contact > header .list-number-address {
    right: 1rem;
  }
  body #main-header h1 a img {
    width: 88%;
  }
}

/* generico para Mobile Landscape*/
@media screen and (max-width: 767px) {
  body .cw {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 425px;
  }
  body #main-header {
    margin-bottom: 5px;
  }
  body #main-header #wrp-nav {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  body .login, body #main-header .lang-social {
    float: right;
  }
  body .login {
    margin-right: px;
    padding-top: 7px;
  }
  body .login a {
    font-size: 0.8rem;
    line-height: 0.96rem;
  }
  body #main-header h1 {
    clear: both;
    width: 23%;
    position: absolute;
    top: 0rem;
    left: 0rem;
  }
  body #main-header h1 a img {
    width: 100%;
  }
  body #main-header h1 {
    float: none;
  }
  body #main-header .main-menu {
    top: 0.5rem;
    margin-right: 0;
    text-align: center;
  }
  body #main-header .main-menu li {
    margin-right: 10px;
  }
  body #main-header .main-menu li:last-child {
    margin-right: 0;
  }
  body #main-header .main-menu li a {
    font-size: 0.8rem;
    line-height: 0.96rem;
  }
  body .main-slider {
    margin-bottom: 25px;
  }
  body .main-slider ul li figure {
    height: 28rem;
  }
  body .data-slider h2 {
    line-height: 28px;
    width: 83%;
    font-size: 3rem;
    line-height: 3.6rem;
  }
  body .data-slider h2 strong {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  body .data-slider {
    top: 20%;
  }
  body .main-slider .lSAction {
    width: 40.5rem;
    left: -moz-calc( ( 100% - 405px) / 2);
    left: calc( ( 100% - 405px) / 2);
  }
  body .main-title {
    font-size: 3.2rem;
    line-height: 3.84rem;
  }
  body #block-services .cw > header {
    margin-bottom: 20px;
  }
  body #block-services .cw .main-content > p {
    font-size: 1.5rem;
    line-height: 1.8rem;
    line-height: 21px;
    margin-bottom: 15px;
  }
  body .block-list-services {
    margin-bottom: 20px;
    text-align: center;
  }
  body .block-list-services li {
    width: 45%;
    margin-bottom: 35px;
  }
  body .block-list-services li:nth-child(2n+2) {
    margin-right: 0;
  }
  body .block-list-services li:nth-child(3n+3) {
    margin-right: 25px;
  }
  body .block-list-services li:nth-child(3) {
    border-top: 1px solid #cccccc;
  }
  body .block-list-services li:last-child {
    margin-right: 0;
  }
  body .block-list-services li h3 {
    font-size: 2.2rem;
    line-height: 2.64rem;
  }
  body .link-more-info {
    width: 45%;
  }
  body #block-services {
    margin-bottom: 30px;
  }
  body .prominent {
    padding: 3rem 0 2rem 0;
  }
  body #present .cw > header h2 {
    margin-bottom: 20px;
  }
  body #innovation .main-content figure {
    height: 23rem;
  }
  body footer {
    text-align: center;
    padding: 2.5rem 0 1.3rem 0;
  }
  body .co-main-panel > footer .cw div:first-child, body .co-main-panel > footer .cw div:last-child {
    float: none;
  }
  body .co-main-panel > footer .cw address {
    margin-bottom: 10px;
  }
  body .co-main-panel > footer .cw address span, body .list-data-contact li a, body .list-data-contact .mail a {
    font-size: 1.4rem;
    line-height: 1.68rem;
  }
  body .co-main-panel > footer .cw div:last-child {
    min-height: 85px;
    position: relative;
  }
  body .co-main-panel > footer .cw h2 {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  body .co-main-panel > footer .cw h2 a img {
    width: 100%;
  }
  body .list-legal-copy {
    position: relative;
    top: 2.4rem;
  }
  body .list-legal-copy li {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  body footer .main-menu li {
    margin-bottom: 4px;
  }
  body .cms2 p {
    font-size: 1.2rem;
    line-height: 1.44rem;
    line-height: 23px;
    margin-bottom: 10px;
  }
  body .cms2 p strong {
    font-size: 1.2rem;
    line-height: 1.44rem;
  }
  body .main-description .cw div:first-child {
    padding: 2.2rem 2rem 4.3rem 2rem;
  }
  body .main-description .cw div:last-child {
    padding: 2.2rem 2rem 2rem 2rem;
  }
  body .cms2 h3 {
    font-size: 1.8rem;
    line-height: 2.16rem;
    margin-bottom: 10px;
  }
  body .cms2 ul {
    margin-bottom: 10px;
  }
  body .cms2 ul li {
    display: block;
    font-size: 1.2rem;
    line-height: 1.44rem;
    margin-bottom: 6px;
    margin-right: 3px;
    padding-right: 0;
    line-height: 15px;
  }
  body .cms2 ul li:after {
    display: none;
  }
  body #obligation .main-title {
    margin-bottom: 20px;
  }
  body #obligation .main-text {
    width: 100%;
  }
  body .main-text p {
    font-size: 1.6rem;
    line-height: 1.92rem;
    line-height: 21px;
    margin-bottom: 15px;
  }
  body .list-item-dropdown {
    margin: 4rem 0 4rem 0;
  }
  body .main-img {
    min-height: 130px;
  }
  body .list-item-dropdown .ly-img-text figure, body .list-item-dropdown .ly-img-text > div, body .list-item-dropdown .ly-text-img > div, body .list-item-dropdown .ly-text-img figure {
    float: none;
    width: 100%;
  }
  body .list-item-dropdown .data figure, body .list-item-dropdown .ly-text-img > div {
    margin-bottom: 15px;
  }
  body #sec-projects .main-content > article header h2 {
    font-size: 3.2rem;
    line-height: 3.84rem;
  }
  body #sec-projects .main-content > article header p {
    font-size: 1.6rem;
    line-height: 1.92rem;
  }
  body #sec-projects .main-content > article header {
    margin-bottom: 5px;
  }
  body #list-plants {
    margin: 0 0 5rem 0;
  }
  body #list-plants li > a h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  body .list-details-plant li strong {
    font-size: 1.2rem;
    line-height: 1.44rem;
  }
  body .list-details-plant li p {
    font-size: 1.2rem;
    line-height: 1.44rem;
  }
  body #first-main {
    padding: 2rem 0 2rem 0;
  }
  body #first-main .main-title {
    margin-bottom: 20px;
  }
  body #first-main .main-text, body #first-main .content-block .cms {
    width: 100%;
  }
  body #sec-services .main-text {
    width: 100%;
  }
  body #list-services {
    margin: 2rem 0 3rem 0;
  }
  body .list-item-dropdown > li > a h2 {
    padding: 1.8rem 3.3rem 1.5rem 0;
  }
  body .list-news article > a h3, body .list-news article > a .content-article p {
    font-size: 1.4rem;
    line-height: 1.68rem;
    line-height: 18px;
  }
  body #sec-press-room .main-content .list-news {
    margin-bottom: 15px;
  }
  body .data-contact div:first-child strong {
    margin-bottom: 4px;
  }
  body .list-contact-press li:after {
    bottom: 0rem;
  }
  body .data-contact div:first-child strong, body .list-contact-press li, body .list-contact-data li, body .list-contact-data li a {
    font-size: 1.4rem;
    line-height: 1.68rem;
  }
  body #map-contact {
    margin-bottom: 45px;
  }
  body #sec-contact .main-title {
    font-size: 2.7rem;
    line-height: 3.24rem;
    padding-top: 5px;
  }
  body #sec-contact > header .list-number-address {
    top: -2rem;
    left: 1.6rem;
  }
  body #sec-contact > header {
    margin-bottom: 30px;
  }
  body .list-address-blocks li {
    width: 47%;
    margin-right: -moz-calc( ( 100% - ( 45% * 2 ) ) / 2);
    margin-right: calc( ( 100% - ( 45% * 2 ) ) / 2);
    margin-bottom: 30px;
  }
  body .list-address-blocks li:last-child {
    margin-right: 0;
  }
  body .list-address-blocks li:nth-child(3n+3) {
    margin-right: -moz-calc( ( 100% - ( 45% * 2 ) ) / 2);
    margin-right: calc( ( 100% - ( 45% * 2 ) ) / 2);
  }
  body .list-address-blocks li:nth-child(2n+2) {
    margin-right: 0;
  }
  body .list-address-blocks .country-link h2, body .list-address-blocks .country-link h2 strong, body .list-address-blocks .country-link em, body .list-address-blocks address span, body .list-address-blocks address a, body .list-address-blocks .location-link, body .list-address-blocks .country-link > strong {
    font-size: 1.3rem;
    line-height: 1.56rem;
    line-height: 17px;
  }
  body .list-address-blocks .country-link > strong {
    padding-right: 3px;
    margin-right: 11px;
  }
  body #sec-client-area > header .title strong {
    font-size: 1.8rem;
    line-height: 2.16rem;
  }
  body #sec-client-area > header .title h1 {
    font-size: 3.2rem;
    line-height: 3.84rem;
  }
  body #sec-client-area > header .title:before {
    background-size: 100%;
    width: 6.5rem;
    height: 6.2rem;
  }
  body #sec-client-area > header .title {
    float: none;
    padding-left: 78px;
  }
  body #sec-client-area > header #text-search-form {
    float: none;
  }
  body #sec-client-area > header #text-search-form {
    top: 2rem;
  }
  body #text-search-form fieldset input#s {
    width: 100%;
  }
  body #sec-client-area > header {
    padding: 2.8rem 0 3rem 0;
  }
  body #list-files-client {
    margin: 3rem 0 3rem 0;
  }
  body #list-files-client h2 span {
    font-size: 1.7rem;
    line-height: 2.04rem;
  }
  body #list-files-client .list-items li:before {
    background-size: 100%;
    width: 3rem;
    height: 4rem;
  }
  body #list-files-client .list-items li {
    width: 46%;
    margin-right: -moz-calc( ( 100% - ( 44% * 2 ) ) / 2);
    margin-right: calc( ( 100% - ( 44% * 2 ) ) / 2);
    padding: 0 0 1rem 4rem;
  }
  body #list-files-client .list-items li:last-child {
    margin-right: 0;
  }
  body #list-files-client .list-items li:nth-child(3n+3) {
    margin-right: -moz-calc( ( 100% - ( 44% * 2 ) ) / 2);
    margin-right: calc( ( 100% - ( 44% * 2 ) ) / 2);
  }
  body #list-files-client .list-items li:nth-child(2n+2) {
    margin-right: 0;
  }
  body #list-files-client .list-items li a p, body #list-files-client .list-items li a span {
    font-size: 1.4rem;
    line-height: 1.68rem;
    line-height: 19px;
  }
  body #sec-press-room-detail .main-content-article, body #sec-press-room-detail sidebar {
    float: none;
    width: 100%;
  }
  body #sec-press-room-detail .main-content-article > article header h2 {
    font-size: 3rem;
    line-height: 3.6rem;
    line-height: 34px;
  }
  body #sec-press-room-detail .main-content-article > article header {
    padding-bottom: 15px;
  }
  body #sec-press-room-detail .main-content-article > article header figure {
    margin-bottom: 15px;
  }
  body .great-text {
    font-size: 1.9rem;
    line-height: 2.28rem;
    line-height: 24px;
    margin-bottom: 15px;
  }
  body #sec-press-room-detail .main-content-article > article .content .data-autor {
    margin-bottom: 15px;
  }
  body .cms ul, body .cms ol, body .cms p, body .cms li, body .cms a, body .cms strong, body .cms em, body .cms td, body .cms th, body .content-text ul, body .content-text ol, body .content-text p, body .content-text li, body .content-text a, body .content-text strong, body .content-text em, body .content-text td, body .content-text th {
    font-size: 1.5rem;
    line-height: 1.8rem;
    line-height: 19px;
  }
  body #sec-press-room-detail .main-content-article > article {
    margin-bottom: 30px;
  }
  body #sec-press-room-detail .main-content-article {
    margin-bottom: 25px;
  }
  body #last-news .main-content > article time {
    display: block;
    margin-bottom: 4px;
  }
  body .list-details-plant li {
    margin-bottom: 15px;
  }
  body #list-files-client .list-items .imagenes:before, body #list-files-client .list-items .video:before {
    background-size: 100%;
    width: 3rem;
    height: 4rem;
  }
}

@media screen and (max-width: 599px) {
  body .list-menu-category li a {
    font-size: 0.9rem;
    line-height: 1.08rem;
  }
  body .list-menu-category {
    bottom: 0.1rem;
  }
}

@media screen and (max-width: 470px) {
  body #sec-multimedia .list-menu-category li, body #sec-press-room .list-menu-category li {
    display: block;
  }
  body #sec-multimedia .list-menu-category li a, body #sec-press-room .list-menu-category li a {
    padding: 15px 15px 15px 16px;
  }
  body #sec-multimedia .list-menu-category .active a, body #sec-press-room .list-menu-category .active a {
    padding: 15px 15px 15px 16px;
  }
  body #sec-press-room .list-menu-category {
    bottom: -1.9rem;
  }
  body #sec-multimedia .list-menu-category {
    bottom: -2.9rem;
  }
  body #sec-multimedia .main-img .main-title {
    top: 2.5rem;
  }
  body #sec-press-room .main-img .main-title {
    top: 3.5rem;
  }
}

/* generico para Mobile Portrait*/
@media screen and (max-width: 424px) {
  body .cw {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: -moz-calc( 100% - 20px);
    width: calc( 100% - 20px);
  }
  body #main-header {
    margin-bottom: 5px;
  }
  body #main-header #wrp-nav {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  body .login, body #main-header .lang-social {
    float: right;
  }
  body .login {
    margin-right: 0px;
    padding-top: 7px;
  }
  body .login a {
    font-size: 0rem;
    line-height: 0rem;
  }
  body .lang-social {
    display: none !important;
  }
  body #main-header {
    display: none;
  }
  body .btn-co svg {
    display: inline-block;
    position: relative;
    top: 1px;
    left: 5px;
    width: 28px;
    height: 28px;
  }
  body #full-screen-detail-header {
    background-color: #3c3f45;
    border-bottom: 1px solid #3c3f45;
  }
  body #full-screen-detail-header .social-list {
    float: right;
    position: relative;
    top: 0.3rem;
    margin-right: 7px;
  }
  body .social-list li {
    width: 2.3rem;
    height: 2.3rem;
  }
  body .social-list i {
    font-size: 1.3rem;
    line-height: 1.56rem;
  }
  body .main-slider .lSAction {
    width: 36rem;
    left: -moz-calc( ( 100% - 360px) / 2);
    left: calc( ( 100% - 360px) / 2);
  }
  body .data-slider {
    top: 24%;
  }
  body .data-slider h2 {
    width: 90%;
  }
  body .data-slider h2, body .data-slider h2 strong {
    font-size: 2.5rem;
    line-height: 3rem;
    line-height: 30px;
  }
  body .main-slider .lSAction {
    top: 35%;
  }
  body .main-slider .lSPager {
    bottom: 0.5rem;
  }
  body .main-slider ul li figure {
    height: 25rem;
  }
  body .main-slider {
    margin-bottom: 15px;
  }
  body .main-title {
    font-size: 2.8rem;
    line-height: 3.36rem;
  }
  body #block-services .cw > header {
    margin-bottom: 10px;
  }
  body #block-services .cw .main-content > p {
    font-size: 1.4rem;
    line-height: 1.68rem;
    line-height: 20px;
    margin-bottom: 5px;
  }
  body .block-list-services {
    margin-bottom: 20px;
    text-align: center;
  }
  body .block-list-services li {
    width: 40%;
    margin-bottom: 15px;
  }
  body .block-list-services li a > div {
    width: 100%;
  }
  body .block-list-services li h3 {
    font-size: 1.7rem;
    line-height: 2.04rem;
  }
  body .block-list-services li strong {
    font-size: 1.7rem;
    line-height: 2.04rem;
  }
  body .block-list-services .promocion figure {
    width: 10rem;
    height: 11rem;
  }
  body .block-list-services .financiacion figure {
    width: 11.8rem;
    height: 11rem;
  }
  body .block-list-services .construccion figure {
    width: 10.3rem;
    height: 11rem;
  }
  body .block-list-services .operacion figure {
    width: 10.8rem;
    height: 11rem;
  }
  body .block-list-services .gestion figure {
    width: 13.9rem;
    height: 11rem;
  }
  body .block-list-services .consultoria figure {
    width: 12.2rem;
    height: 11rem;
  }
  body .link-more-info {
    width: 65%;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  body .list-news article {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  body .list-news article > a h3, body .list-news article > a .content-article p {
    font-size: 16px;
    line-height: 19px;
  }
  body #innovation > header {
    padding-top: 20px;
  }
  body #sec-we .main-img {
    min-height: 85px;
  }
  body #sec-we .main-img .main-title {
    top: 3.5rem;
  }
  body .main-description .cw > div {
    width: 100%;
  }
  body .main-description .cw div:last-child {
    margin-top: 0;
  }
  body .main-description .cw div:first-child {
    border-left: 0;
  }
  body .cms2 p, body .cms2 p strong, body .cms2 ul li {
    font-size: 1.3rem;
    line-height: 1.56rem;
    line-height: 22px;
  }
  body .cms2 ul li {
    margin-bottom: 0;
  }
  body .cms2 strong {
    font-size: 1.3rem;
    line-height: 1.56rem;
  }
  body .main-description .cw div:first-child {
    padding: 2.2rem 2rem 2.2rem 2rem;
  }
  body .cms2 h3 {
    font-size: 2.1rem;
    line-height: 2.52rem;
  }
  body .list-item-dropdown .data > div p, body .list-item-dropdown .data > div p strong {
    font-size: 1.4rem;
    line-height: 1.68rem;
    line-height: 17px;
    margin-bottom: 15px;
  }
  body .list-item-dropdown .active .data {
    padding: 1.8rem 0 1.8rem 0;
  }
  body .list-item-dropdown > li > a h2 {
    font-size: 1.7rem;
    line-height: 2.04rem;
  }
  body .list-menu-category li a {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  body .list-menu-category .active a {
    padding: 1.5rem 1.5rem 1.6rem 1.6rem;
  }
  body .list-menu-category li a {
    padding: 1.9rem 1.5rem 1.4rem 1.5rem;
  }
  body #sec-projects .main-img {
    margin-bottom: 25px;
  }
  body .list-menu-category {
    bottom: 0.5rem;
  }
  body #sec-projects .main-img {
    min-height: 155px;
  }
  body .main-img .main-title {
    top: 3.5rem;
  }
  body #sec-press-room .main-img .main-title {
    top: 1.5rem;
  }
  body #sec-projects .main-content > article header h2 {
    font-size: 2.8rem;
    line-height: 3.36rem;
  }
  body #sec-projects .main-content > article header p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  body #list-plants li > a h2, body #obligation .list-item-dropdown li a h2 {
    padding-right: 35px;
  }
  body #list-plants .data {
    padding: 0 0 0 0;
  }
  body .list-details-plant li {
    width: 48%;
    margin-right: -moz-calc( ( 100% - ( 46% * 2 ) ) / 2);
    margin-right: calc( ( 100% - ( 46% * 2 ) ) / 2);
  }
  body .list-details-plant li:last-child {
    margin-right: 0;
  }
  body .list-details-plant li:nth-child(3n+3) {
    margin-right: -moz-calc( ( 100% - ( 46% * 2 ) ) / 2);
    margin-right: calc( ( 100% - ( 46% * 2 ) ) / 2);
  }
  body .list-details-plant li:nth-child(2n+2) {
    margin-right: 0;
  }
  body #first-main .main-text, body #first-main .content-block figure {
    margin-bottom: 20px;
  }
  body #first-main .content-block figure {
    height: 18rem;
  }
  body #sec-services .main-img, body #sec-services .main-img figure {
    min-height: 105px;
  }
  body #sec-services .main-img {
    margin-bottom: 20px;
  }
  body #list-services {
    margin: 1rem 0 3rem 0;
  }
  body .list-item-dropdown > li > a h2 {
    padding-right: 35px;
  }
  body .list-item-dropdown .data > div strong {
    font-size: 1.4rem;
    line-height: 1.68rem;
    line-height: 17px;
    margin-bottom: 15px;
  }
  body #sec-press-room .main-img {
    min-height: 170px;
  }
  body #sec-press-room > header {
    margin-bottom: 31px;
  }
  body .list-address-blocks li {
    width: 100%;
    margin: 0 auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
  body .list-address-blocks li:nth-child(3n+3) {
    margin-right: 0;
  }
  body #sec-press-room-detail .main-img figure, body #sec-press-room-detail .main-img {
    min-height: 105px;
  }
  body #breadcrumbs p a, body #breadcrumbs p strong, body #breadcrumbs .return {
    font-size: 1.1rem;
    line-height: 1.32rem;
  }
  body #map-block {
    display: none;
  }
  body #list-services li .data figure {
    display: none;
  }
  body #list-services li .data div {
    width: 100%;
  }
  body #list-files-client .list-items li {
    width: 100%;
  }
  body .list-item-dropdown > li > a:after, body .list-service-dropdown > li > a:after {
    font-size: 20px !important;
    width: 19px !important;
    height: 15px !important;
    top: -moz-calc( ( 100% - 36px ) / 2) !important;
    top: calc( ( 100% - 36px ) / 2) !important;
  }
  body #sec-press-room .main-img, body #sec-multimedia .main-img {
    min-height: 170px !important;
  }
}

@media screen and (max-width: 375px) {
  body .main-slider .lSAction {
    width: 31rem;
    left: -moz-calc( ( 100% - 310px) / 2);
    left: calc( ( 100% - 310px) / 2);
  }
  body .data-slider h2, body .data-slider h2 strong {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  body .main-slider ul li figure {
    height: 21rem;
  }
  body .block-list-services .promocion figure {
    width: 9rem;
  }
  body .block-list-services .financiacion figure {
    width: 10.8rem;
  }
  body .block-list-services .construccion figure {
    width: 9.3rem;
  }
  body .block-list-services .operacion figure {
    width: 9.8rem;
  }
  body .block-list-services .gestion figure {
    width: 11.9rem;
  }
  body .block-list-services .consultoria figure {
    width: 10.2rem;
  }
  body .list-menu-category li a {
    font-size: 0.8rem;
    line-height: 0.96rem;
  }
  body .list-menu-category li a {
    padding: 1.9rem 1rem 1.4rem 1rem;
  }
  body .list-menu-category .active a {
    padding: 1.5rem 1rem 1.6rem 1rem;
  }
  body #breadcrumbs p {
    margin-bottom: 6px;
  }
  body #breadcrumbs p, body #breadcrumbs .return {
    float: none;
  }
  body #block-social-share ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 9px;
  }
  body #block-social-share ul li {
    text-align: left;
  }
}

@media screen and (max-width: 320px) {
  body #box-login:after {
    left: -moz-calc( ( 100% - -56px ) / 2);
    left: calc( ( 100% - -56px ) / 2);
  }
}




/*# sourceMappingURL=../maps/styles.css.map */
