/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format('embedded-opentype'), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format('woff2'), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format('woff'), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format('truetype'), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  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-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@charset "UTF-8";

/*******************************************************************************
FUENTES
*******************************************************************************/

/*******************************************************************************
GRILLA
*******************************************************************************/

@media (min-width: 544px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

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

@media (min-width: 1024px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

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

/*******************************************************************************
NAVICON
*******************************************************************************/

#nav-icon {
  width: 25px;
  height: 25px;
  position: relative;
  margin: 20px 0 0 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  border: none;
  margin: 0;
  left: 0;
  top: 23px;
  position: absolute;
  left: 15px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #606060;
  opacity: 1;
  left: 0;
  border-radius: 50px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}

#nav-icon.open span:nth-child(1) {
  top: 12px;
  width: 0;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

/*******************************************************************************
SCROLLBAR
*******************************************************************************/

body::-webkit-scrollbar {
  width: 8px;
}

body.thin::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(11, 75, 131, 0.2);
}

::-webkit-scrollbar-thumb {
  background: rgba(11, 75, 131, 0.8);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(11, 75, 131, 0.4);
}

/*******************************************************************************
GENERALES
*******************************************************************************/

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body,
section {
  font-family: "open_sansregular";
  color: #007cc3;
  font-size: 1.5rem;
  line-height: 1.2;
}

body {
  z-index: 0;
  position: relative;
  overflow: auto;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: all 5000s ease-in-out 0s;
  transition: all 5000s ease-in-out 0s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

.popover-content {
  font-size: 1.3rem;
}

.inline-block {
  display: inline-block;
}

.progress {
  height: 6px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.progress svg {
  height: 100%;
  width: 100%;
  display: block;
}

#preloader {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  overflow: hidden;
  position: fixed;
  z-index: 1999;
}

#preloader .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("/images/logos/ico-arcor-gray.svg) no-repeat center center");
  background-size: 150px;
  z-index: 1;
  opacity: 0;
}

@media (min-width: 768px) {
  .table-responsive > .fixed-column {
    display: none;
  }
}

*:focus {
  outline: 0;
}

a {
  margin: 0;
  color: #007cc3;
}

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

a:focus {
  color: initial;
}

input:-webkit-autofill {
  color: #ffffff !important;
}

::-ms-clear {
  display: none;
}

img {
  border-radius: 0px;
}

.bg_images_dm {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0;
}

p {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

i {
  font-style: italic;
}

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

.text-transform {
  text-transform: none !important;
}

.pointer-default {
  cursor: default;
}

.pointer-none {
  pointer-events: none;
}

.title {
  font-size: 3rem;
  line-height: 1.1;
  font-family: "omnes-medium";
  color: #007cc3;
}

.title.small {
  text-align: center;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 3rem 0;
}

.titleSecondary {
  font-family: "omnes-medium";
  color: #007cc3;
  font-size: 1.7rem;
  text-transform: uppercase;
  margin: 4rem 0 1rem;
  line-height: 1.6;
}

.titleSecondary.orange {
  color: #f29220;
}

.text {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "open_sansregular";
  color: #606060;
}

@media (max-width: 640px) {
  .text {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.volanta {
  position: relative;
  font-family: "omnes-medium";
  font-size: 2rem;
  padding: 0 0 0.6rem;
  margin: 0 0 1.5rem;
}

@media (max-width: 640px) {
  .volanta {
    font-size: 1.8rem;
    padding: 0 0 0.5rem;
    margin: 0 0 0.5rem;
  }
}

.volanta:after {
  content: "";
  background-color: #007cc3;
  width: 7rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 1rem 0 3rem 2rem;
}

.list li {
  list-style-type: disc;
  margin: 0 0 1rem;
}

figure {
  margin: 0;
}

figure img {
  width: 100%;
  height: auto;
}

blockquote {
  margin: 6rem auto;
  font-family: "omnes-medium";
  color: #606060;
  font-style: italic;
  width: 75%;
  max-width: 750px;
  line-height: 1.2;
  text-align: left;
  font-size: 2.4rem;
  position: relative;
}

blockquote:after {
  content: "";
  position: absolute;
  left: -4rem;
  top: -1rem;
  width: 2px;
  height: calc(100% + 2rem);
  background: #1bbcb2;
}

@media (max-width: 640px) {
  blockquote {
    width: 80%;
    margin: 5rem auto;
  }

  blockquote p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.cita {
  margin: 6rem 0 0;
}

.cita figure {
  float: left;
  display: block;
  width: 15vw;
  margin: 0 3rem 3rem 0;
  max-width: 20rem;
  min-width: 14rem;
}

.cita blockquote {
  font-family: "omnes-regular";
  float: left;
  font-size: 1.9rem;
  color: #0b4b83;
  margin: 0;
  width: calc(100% - 26rem);
  padding: 0 0 0 3rem;
}

@media (max-width: 1024px) {
  .cita blockquote {
    clear: both;
    width: 100%;
    margin: 0 0 5rem;
  }
}

.cita blockquote:after {
  left: 0;
  height: calc(100% - 2rem);
}

.cita blockquote .firma {
  float: left;
  top: 2.5rem;
  position: relative;
  font-family: "omnes-medium";
  color: #007cc3;
  font-size: 1.8rem;
  font-style: normal;
}

.cita blockquote .firma span {
  font-family: "omnes-regular";
  color: #30aee4;
  font-size: 1.6rem;
  display: block;
  margin: 0.5rem 0 0;
}

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

article.internas .volanta {
  color: #1bbcb2;
  padding: 0;
  margin: 0 0 0.5rem;
}

article.internas .volanta:after {
  display: none;
}

article.internas .title {
  color: #007cc3;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 0 2rem;
}

@media (max-width: 768px) {
  article.internas .text {
    -webkit-columns: 300px 2;
       -moz-columns: 300px 2;
            columns: 300px 2;
  }
}

hr {
  margin: 4rem auto;
}

.fill_white {
  fill: #ffffff;
}

.big_icons {
  clear: both;
  overflow: hidden;
}

.big_icons > .title {
  text-align: center;
  font-size: 2.2rem;
}

.big_icons ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin: 3rem 0;
  clear: both;
  float: left;
  width: 100%;
}

@media (max-width: 992px) {
  .big_icons ul {
    flex-wrap: wrap;
    margin: 2rem 0 1rem;
  }
}

@media (max-width: 640px) {
  .big_icons ul {
    margin: 4rem 0 1rem;
  }
}

.big_icons ul li {
  width: 100%;
  text-align: center;
  padding: 0 4%;
}

@media (max-width: 992px) {
  .big_icons ul li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .big_icons ul li {
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 3rem;
  }
}

.big_icons ul li .link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 992px) {
  .big_icons ul li .link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    text-align: left;
  }
}

.big_icons ul li .link:hover {
  background-color: rgba(241, 241, 241, 0.8);
}

.big_icons ul li .svg {
  width: 50%;
  max-width: 150px;
  height: 150px;
  margin: 2rem 0;
}

@media (max-width: 992px) {
  .big_icons ul li .svg {
    margin: 2rem 2.5rem 2rem 0;
    max-width: 10rem;
  }
}

@media (max-width: 640px) {
  .big_icons ul li .svg {
    margin: 0;
    height: 90px;
  }
}

@media (max-width: 992px) {
  .big_icons ul li .box {
    width: calc(100% - 12.5rem);
  }
}

@media (max-width: 640px) {
  .big_icons ul li .box {
    width: 100%;
    text-align: center;
  }
}

.big_icons ul li .box .title {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

@media (max-width: 640px) {
  .big_icons ul li .box .title {
    font-size: 1.6rem;
  }
}

@media (max-width: 640px) {
  .big_icons ul li .box .text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.middle_banner {
  overflow: hidden;
  clear: both;
  margin: 0 0 4rem;
}

.headline {
  font-size: 1.4rem;
  line-height: 1.1;
  font-family: "omnes-medium";
  color: #ffffff;
  text-transform: uppercase;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1350px;
  clear: both;
}

@media (max-width: 1366px) {
  .wrapper {
    width: 96%;
  }
}

section > .wrapper {
  padding: 0;
}

@media (max-width: 1440px) {
  section > .wrapper {
    padding: 0 1rem 0 0;
  }
}

@media (max-width: 1024px) {
  section > .wrapper {
    padding: 0 1.5rem 0 0;
  }
}

@media (max-width: 768px) {
  section > .wrapper {
    padding: 0 2rem 0 0;
  }
}

@media (max-width: 640px) {
  section > .wrapper {
    padding: 0;
  }
}

.img_cover {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*******************************************************************************
LAZY LOADING
*******************************************************************************/

.lazy-loading {
  -webkit-transition: none;
  transition: none;
  background-image: url("/images/loader.svg");
  background-size: 40px 40px !important;
  background-position: center 50% !important;
  background-repeat: no-repeat;
  opacity: 1 !important;
}

.lazy-loading.lazy-loading-none {
  background-image: none !important;
}

.lazy-loading.lazy-loading-black {
  background-image: none !important;
}

.card-nota .lazy-loading {
  background-position: center 40% !important;
}

.lazy_img {
  width: 100%;
  height: 100%;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.row {
  position: relative;
  margin: 0;
}

.row .col {
  padding: 15px;
}

@media (max-width: 768px) {
  .row .col {
    padding: 0;
    margin: 0 0 3rem;
  }
}

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

.col {
  width: 50%;
  float: left;
  position: relative;
}

@media (max-width: 768px) {
  .col {
    width: 100%;
  }
}

.col100 {
  width: 100%;
  float: left;
  position: relative;
}

/*******************************************************************************
REVEALER
*******************************************************************************/

.revealer {
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.1s ease-in-out;
  transition: opacity 0.6s 0.1s ease-in-out;
}

.revealer.animated2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.revealer.animated3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.revealer.animated4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.revealer.animated5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.revealer.animated6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.revealer.animated7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.revealer.animated8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.revealer.revealed {
  opacity: 1;
}

/*********************************************************/

.separador {
  overflow: hidden;
  text-align: center;
  margin: 4rem 0 1rem;
  font-size: 3rem;
  line-height: 1.4;
  color: #ffffff;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  z-index: 10;
}

@media (max-width: 640px) {
  .separador {
    margin: 3rem 0 1rem;
    font-size: 2.8rem;
    line-height: 1.2;
    padding: 0 10px;
  }
}

@media (max-width: 640px) {
  .separador .text {
    margin: 1rem 0;
  }
}

.separador span {
  display: inline-block;
  position: relative;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.separador span:after,
.separador span:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: width 0.6s 0s ease-in-out;
  transition: width 0.6s 0s ease-in-out;
}

.separador span:before {
  left: -10px;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.separador.dark {
  color: #007cc3;
}

.separador.dark span:after,
.separador.dark span:before {
  background-color: #dddddd;
}

.separador.revealed span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.separador.revealed span:after,
.separador.revealed span:before {
  width: 100px;
  -webkit-transition: width 0.6s 0.4s ease-in-out;
  transition: width 0.6s 0.4s ease-in-out;
}

.redes-sociales li a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.redes-sociales li a:hover {
  opacity: 0.7;
}

.redes-sociales li a .svg {
  padding: 6px;
  width: 100%;
  fill: #007cc3;
}

.btn-arrow:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #606060;
  left: 24px;
  top: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0) translate(-3px, 0);
          transform: rotate(0) translate(-3px, 0);
}

.btn-arrow:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 7px;
  background: #606060;
  left: 24px;
  top: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0) translate(0, -3px);
          transform: rotate(0) translate(0, -3px);
}

.btn-arrow:hover:after,
.btn-arrow:hover:before {
  background: #007cc3;
}

.btn-arrow.open-slide.active:after,
.btn-arrow.open-slide.active:before {
  background: #007cc3;
  -webkit-transform: rotate(45deg) translate(-3px, 0);
          transform: rotate(45deg) translate(-3px, 0);
}

@media (max-width: 640px) {
  .btn-arrow.open-slide.active:after,
  .btn-arrow.open-slide.active:before {
    background: #606060;
    -webkit-transform: rotate(0deg) translate(-3px, 0);
            transform: rotate(0deg) translate(-3px, 0);
  }
}

.btn-arrow.open-slide.active:before {
  -webkit-transform: rotate(45deg) translate(0, -1px);
          transform: rotate(45deg) translate(0, -1px);
}

@media (max-width: 640px) {
  .btn-arrow.open-slide.active:before {
    -webkit-transform: rotate(0deg) translate(0, -3px);
            transform: rotate(0deg) translate(0, -3px);
  }
}

.directlink:hover:after,
.directlink:hover:before {
  opacity: 1;
  background: #007cc3;
  left: 24px;
}

.directlink:after,
.directlink:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #606060;
  left: 20px;
  top: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(45deg) translate(-3px, 0);
          transform: rotate(45deg) translate(-3px, 0);
  opacity: 0;
}

.directlink:before {
  width: 1px;
  height: 7px;
  -webkit-transform: rotate(45deg) translate(0, -1px);
          transform: rotate(45deg) translate(0, -1px);
}

a.btn_link {
  color: #30aee4;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.btn_link:hover {
  color: #007cc3;
}

button:focus {
  outline: 0 !important;
}

.button {
  display: inline-block;
  color: #007cc3;
  background-color: #ffffff;
  font-size: 1.4rem;
  padding: 12px 24px;
  text-align: center;
  position: relative;
  font-family: "omnes-medium";
  text-transform: uppercase;
  overflow: hidden;
  border: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.button:hover:after {
  height: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}

.button:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.button-dark {
  background-color: #007cc3;
  color: #ffffff;
}

.button-dark:hover {
  color: #ffffff;
}

.button-dark:hover:after {
  height: 4px;
}

.button-dark:focus {
  color: #ffffff;
}

.button-violeta {
  background-color: #8f67ab;
  color: #ffffff;
}

.button-violeta:hover {
  color: #ffffff;
}

.button-violeta:focus {
  color: #ffffff;
}

.button-green {
  background-color: #1bbcb2;
  color: #ffffff;
}

.button-green:hover {
  color: #ffffff;
}

.button-green:focus {
  color: #ffffff;
}

.button-orange {
  background-color: #f58220;
  color: #ffffff;
}

.button-orange:hover {
  color: #ffffff;
}

.button-orange:focus {
  color: #ffffff;
}

.button .ico {
  width: 15px;
  height: 15px;
  float: left;
  margin: 0 1.6rem 0 0;
}

.button .ico .svg {
  width: 100%;
  height: 100%;
}

.button.flexLeft {
  display: -webkit-box;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
          align-items: center;
  float: left;
}

.button.flexLeft .ico .svg {
  width: 15px;
}

.rrhh:before {
  background: #6e3b91 !important;
}

.marcas:before {
  background: #e84f55 !important;
}

.sustent:before {
  background: #52bf41 !important;
}

.alimentacion:before {
  background: #f29220 !important;
}

.prensa:before {
  background: #1d4592 !important;
}

.share {
  position: fixed;
  background-color: #1bbcb2;
  right: 0;
  top: 170px;
  z-index: 50;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

@media (max-width: 1440px) {
  .share {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

@media (max-width: 768px) {
  .share {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

.no-touchevents .share:hover {
  background-color: #179d94;
}

.no-touchevents .share:hover ul {
  height: 210px;
  -webkit-transition: height 0s 0s;
  transition: height 0s 0s;
}

.no-touchevents .share:hover ul li {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.no-touchevents .share:hover ul li:nth-child(1) {
  -webkit-transition: all 0.1s 0s ease-out;
  transition: all 0.1s 0s ease-out;
}

.no-touchevents .share:hover ul li:nth-child(2) {
  -webkit-transition: all 0.1s 0.1s ease-out;
  transition: all 0.1s 0.1s ease-out;
}

.no-touchevents .share:hover ul li:nth-child(3) {
  -webkit-transition: all 0.1s 0.2s ease-out;
  transition: all 0.1s 0.2s ease-out;
}

.no-touchevents .share:hover ul li:nth-child(4) {
  -webkit-transition: all 0.1s 0.3s ease-out;
  transition: all 0.1s 0.3s ease-out;
}

.touchevents .share.active {
  background-color: #179d94;
}

.touchevents .share.active ul {
  height: 210px;
  -webkit-transition: height 0s 0s;
  transition: height 0s 0s;
}

.touchevents .share.active ul li {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.touchevents .share.active ul li:nth-child(1) {
  -webkit-transition: all 0.1s 0s ease-out;
  transition: all 0.1s 0s ease-out;
}

.touchevents .share.active ul li:nth-child(2) {
  -webkit-transition: all 0.1s 0.1s ease-out;
  transition: all 0.1s 0.1s ease-out;
}

.touchevents .share.active ul li:nth-child(3) {
  -webkit-transition: all 0.1s 0.2s ease-out;
  transition: all 0.1s 0.2s ease-out;
}

.touchevents .share.active ul li:nth-child(4) {
  -webkit-transition: all 0.1s 0.3s ease-out;
  transition: all 0.1s 0.3s ease-out;
}

.share span {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.share span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
}

.share .svg {
  width: 100%;
  height: 100%;
}

.share ul {
  margin: 0;
  position: absolute;
  top: 48px;
  height: 0;
  overflow: hidden;
  padding: 1px;
  left: -1px;
  -webkit-transition: height 0s 1s;
  transition: height 0s 1s;
}

.share ul li {
  background-color: #ffffff;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0%;
          transform-origin: 0 0%;
}

.share ul li:nth-child(1) {
  -webkit-transition: all 0.1s 0.3s ease-out;
  transition: all 0.1s 0.3s ease-out;
}

.share ul li:nth-child(2) {
  -webkit-transition: all 0.1s 0.2s ease-out;
  transition: all 0.1s 0.2s ease-out;
}

.share ul li:nth-child(3) {
  -webkit-transition: all 0.1s 0.1s ease-out;
  transition: all 0.1s 0.1s ease-out;
}

.share ul li:nth-child(4) {
  -webkit-transition: all 0.1s 0s ease-out;
  transition: all 0.1s 0s ease-out;
}

.share ul li a {
  display: block;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.share ul li a:hover {
  background-color: rgba(96, 96, 96, 0.25);
}

.share ul li a .svg {
  padding: 12px;
  width: 48px;
  height: 48px;
}

.comparte {
  display: table;
  width: auto;
  margin: 4rem 0 0;
  color: #a4a4a4;
}

.comparte span {
  vertical-align: middle;
  display: table-cell;
  width: auto;
}

.comparte ul {
  float: left;
  margin: 0 0 0 1rem !important;
}

.comparte ul li {
  float: left;
  margin: 0 5px !important;
}

.comparte ul li:before {
  display: none;
}

.comparte ul li a {
  display: block;
  padding: 8px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #dddddd;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.comparte ul li a:hover.fb {
  background-color: #3b5998;
}

.comparte ul li a:hover.tw {
  background-color: #1da1f2;
}

.comparte ul li a:hover.go {
  background-color: #db4437;
}

.comparte ul li a .svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}

/*******************************************************************************
  SELECT
*******************************************************************************/

.select-wrapper {
  background-color: #dddddd;
}

.select-wrapper.secondary {
  background-color: #ffffff !important;
  border-bottom: 1px solid #c1c1c1 !important;
}

.select-wrapper.secondary input.select-dropdown {
  text-indent: 0.5rem;
}

.select-wrapper.secondary span.caret {
  right: 5px;
}

.select-wrapper span.caret {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #606060;
  right: 10px;
}

.select-wrapper input.select-dropdown {
  margin: 0;
  border: none;
  text-indent: 18px;
  font-size: 1.4rem;
  font-family: open_sansregular;
  color: #606060;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 2.5rem 5px 0;
  width: calc(100% - 25px);
}

.select-wrapper input.select-dropdown > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-wrapper ul.dropdown-content {
  max-height: 250px;
  width: 100% !important;
}

.select-wrapper ul.dropdown-content::-webkit-scrollbar-track {
  background: rgba(164, 164, 164, 0.2);
}

.select-wrapper ul.dropdown-content::-webkit-scrollbar-thumb {
  background: rgba(164, 164, 164, 0.8);
}

.select-wrapper ul.dropdown-content::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(164, 164, 164, 0.4);
}

.select-wrapper ul.dropdown-content::-webkit-scrollbar {
  width: 6px;
}

.select-wrapper ul.dropdown-content li {
  -webkit-transition: background 0.8s ease;
  transition: background 0.8s ease;
}

.select-wrapper ul.dropdown-content li .ico {
  height: auto;
  width: 2rem;
  margin: 1.2rem 0.2rem 0 1rem;
  float: left;
}

.select-wrapper ul.dropdown-content li span {
  color: #007cc3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-wrapper ul.dropdown-content li.disabled span {
  color: rgba(0, 0, 0, 0.3);
}

.select-wrapper ul.dropdown-content li.optgroup {
  background: rgba(0, 124, 195, 0.3) !important;
  border-top: 1px solid rgba(0, 124, 195, 0.75);
}

.select-wrapper ul.dropdown-content li.optgroup span {
  color: rgba(0, 124, 195, 0.75) !important;
  font-family: "omnes-semibold";
  font-size: 1.4rem;
  text-transform: uppercase;
}

.file-field {
  width: 50%;
  float: left;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.file-field .button {
  padding: 10px 14px;
  float: left;
}

.file-field .button .svg {
  width: 20px;
  height: 20px;
}

.file-field .file-path-wrapper {
  float: left;
  width: calc(100% - 40px);
}

.file-field .file-path-wrapper input,
.file-field .file-path-wrapper input[type=text]:focus:not([readonly]) {
  border: none !important;
}

.file-field .file-path-wrapper input[type=text].valid {
  box-shadow: none;
  color: #007cc3;
}

.linear_box {
  width: 100%;
  height: 6rem;
  border-bottom: 3px solid #ffffff;
  background-color: #c3e9ff;
  position: relative;
}

.linear_box.short {
  height: 8px;
  margin: 4rem auto;
}

.linear_box:after,
.linear_box:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
}

.linear_box:after {
  left: auto;
  right: 0;
  background-color: rgba(0, 124, 195, 0.15);
}

.linear_box.dark {
  background-color: #007cc3;
}

.linear_box.dark:before {
  background-color: #0b4b83;
}

.linear_box.dark:after {
  background-color: #30aee4;
}

.linear_arrow {
  width: 33%;
  height: 1px;
  background-color: #dddddd;
  position: relative;
}

.arrow-down {
  position: relative;
}

.arrow-down:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid #007cc3;
}

.nav_sections {
  padding: 2rem 0 3rem;
  margin: 0 auto;
  clear: both;
}

.nav_sections ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 94%;
  max-width: 860px;
  flex-wrap: nowrap;
}

@media (max-width: 640px) {
  .nav_sections ul {
    flex-wrap: wrap;
  }
}

.nav_sections ul li {
  width: 100%;
  padding: 2px;
}

.nav_sections ul li .button {
  color: #606060;
  background-color: #dddddd;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.nav_sections ul li .button.active {
  background-color: #007cc3;
  color: #ffffff;
}

.video_wrapper_youtube {
  position: relative;
  max-width: 1000px;
}

.video_wrapper_youtube .video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.video_wrapper_youtube .video .video16_9 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video_wrapper {
  position: relative;
  margin: 5rem auto 0;
  width: 96%;
  max-width: 1000px;
}

.video_wrapper .video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.video_wrapper .video .video16_9 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.accesos {
  margin: 0 auto 4rem;
  overflow: hidden;
}

.accesos ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 992px) {
  .accesos ul {
    flex-wrap: wrap;
  }
}

.accesos ul li {
  background-color: #f1f1f1;
  margin: 1px;
  position: relative;
  height: 130px;
  width: calc(50% - 2px);
  background-size: initial;
  background-position: top right;
}

.accesos ul li a {
  width: 100%;
  height: 100%;
  background: transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.accesos ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #007cc3;
}

.accesos ul li a:hover:after {
  background-color: #007cc3;
  height: 4px;
}

.accesos ul li a:hover .arrow {
  -webkit-transform: translate(2.5rem, 3rem);
          transform: translate(2.5rem, 3rem);
}

.accesos ul li a:hover .text {
  -webkit-transform: translate(0.6rem, 0);
          transform: translate(0.6rem, 0);
}

.accesos ul li a:after {
  height: 0;
}

.accesos ul li a .text {
  font-family: "omnes-medium";
  font-size: 1.8rem;
  line-height: 1.2;
  color: #007cc3;
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

@media (max-width: 1200px) {
  .accesos ul li a .text {
    font-size: 1.5vw;
  }
}

@media (max-width: 992px) {
  .accesos ul li a .text {
    font-size: 1.8rem;
  }
}

@media (max-width: 640px) {
  .accesos ul li a .text {
    margin-top: -1rem;
  }
}

.accesos ul li a .arrow {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 2.4rem;
  top: 6rem;
  -webkit-transform: translate(0, 3rem);
          transform: translate(0, 3rem);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.accesos ul li a .arrow .svg {
  width: 100%;
  height: 100%;
}

.accesos.accesos_img ul li {
  height: 260px;
  background-size: cover;
  background-position: center center;
}

.accesos.accesos_img ul li .button {
  background: rgba(0, 0, 0, 0.5);
}

.accesos.accesos_img ul li .button .text {
  color: #ffffff;
}

.accesos.accesos_img ul li .arrow {
  top: 50%;
  margin: -8px 0 0;
}

.accesos.accesos_text ul li {
  height: 160px;
}

.accesos.accesos_text ul li a .text {
  text-transform: none;
  color: #ffffff;
}

.accesos.accesos_text ul li a .text h2 {
  font-size: 2rem;
}

.accesos.accesos_text ul li a .text p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "open_sansregular";
}

.accesos.accesos_text ul li a .arrow {
  top: 50%;
  margin: 10px 0 0;
}

.filter-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  align-content: space-between;
  margin: 4.5rem 0 3rem;
  padding: 0 1rem;
  width: 100%;
  float: left;
  clear: both;
}

@media (max-width: 1200px) {
  .filter-nav {
    text-align: center;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .filter-nav {
    margin: 3rem 0;
  }
}

.filter-nav .title {
  font-family: "open_sansregular";
  font-size: 1.5rem;
  color: #606060;
  width: auto;
  margin: 0 2rem 0 0;
}

@media (max-width: 1200px) {
  .filter-nav .title {
    width: 100%;
    margin: 0 0 1rem;
  }
}

.filter-nav .select {
  background-color: #f1f1f1;
  width: 28%;
  margin: 0 1%;
}

@media (max-width: 1200px) {
  .filter-nav .select {
    width: 48%;
  }
}

.filter-nav .filtersearch {
  width: auto;
  background: url("/images/ico-glass.svg") no-repeat 97% 50%;
  background-size: 22px;
  position: absolute;
  right: 0;
}

@media (max-width: 1200px) {
  .filter-nav .filtersearch {
    width: 100%;
    position: relative;
  }
}

.filter-nav .filtersearch input {
  font-family: "open_sansregular";
  font-size: 1.5rem;
  height: 22px;
  padding: 8px 10px;
  width: 250px;
  margin: 0 0 0 2rem;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  box-shadow: none;
  background-color: rgba(0, 124, 195, 0);
}

@media (max-width: 1200px) {
  .filter-nav .filtersearch input {
    width: calc(100% - 30px);
    margin: 1rem 0 0;
  }
}

.filter-nav .filtersearch input:focus:not([readonly]) {
  box-shadow: none;
  background-color: rgba(0, 124, 195, 0.1);
  border-bottom: 2px solid rgba(0, 124, 195, 0.5);
  color: #007cc3;
}

.filter-nav .btn-group {
  background-color: #f1f1f1;
  color: #606060;
  margin: 0 1%;
  text-align: left;
  width: 19%;
}

@media (max-width: 1200px) {
  .filter-nav .btn-group {
    width: 48%;
  }
}

.filter-nav .btn-group.open .dropdown-menu {
  display: block;
}

.filter-nav .btn-group .dropdown-toggle {
  width: 100%;
  display: block;
  padding: 1rem 2rem;
  background-color: #e4e4e4;
  background-color: #f1f1f1;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  color: #606060;
  text-align: left;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.filter-nav .btn-group .dropdown-toggle:after {
  border-top: 0.3em solid #606060;
}

.filter-nav .btn-group .dropdown-toggle:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.filter-nav .btn-group .dropdown-toggle:after {
  right: 5%;
  position: absolute;
  top: calc(50% - 3px);
}

.filter-nav .btn-group .dropdown-menu {
  padding: 0;
  margin: 0;
  width: calc(100% - 2px);
  max-height: 240px;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 0;
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.15);
}

.filter-nav .btn-group .dropdown-menu::-webkit-scrollbar-track {
  background: rgba(164, 164, 164, 0.2);
}

.filter-nav .btn-group .dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(164, 164, 164, 0.8);
}

.filter-nav .btn-group .dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(164, 164, 164, 0.4);
}

.filter-nav .btn-group .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.filter-nav .btn-group .dropdown-menu .button {
  width: 100%;
  margin: 0;
  text-align: left;
  color: #606060;
  font-size: 1.3rem;
}

.filter-nav .btn-group .dropdown-menu .button.is-checked {
  color: #ffffff;
}

.filter-nav .btn-group .dropdown-menu .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #ffffff;
  white-space: nowrap;
  background: #cccccc;
  text-transform: uppercase;
}

.filter-nav .button {
  background-color: #f1f1f1;
  cursor: pointer;
  padding: 12px 20px;
  margin: 0 2px;
  width: 20%;
  font-family: "open_sansregular";
  font-size: 1.6rem;
}

.filter-nav .button:after {
  height: 1px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.filter-nav .button:hover {
  background-color: rgba(0, 124, 195, 0.1);
  color: rgba(0, 124, 195, 0.8);
}

.filter-nav .button:hover:after {
  background-color: rgba(0, 124, 195, 0.4);
  height: 3px;
}

@media (max-width: 1200px) {
  .filter-nav .button {
    margin: 10px 2px;
    width: 16%;
    padding: 12px 2px;
  }
}

@media (max-width: 640px) {
  .filter-nav .button {
    margin: 4px 2px;
    width: 32%;
  }
}

.filter-nav .button.is-checked {
  background-color: #007cc3;
  color: #ffffff;
}

.cards {
  width: 100%;
  overflow: hidden;
  background-color: gray;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.cards .box {
  padding: 0 3rem;
}

.cards .box .svg {
  width: 100px;
  height: 100px;
}

.cards .box .title {
  color: #ffffff;
  margin: 1rem 0;
}

.cards .box .text {
  color: #ffffff;
  margin: 0 0 5rem;
  position: relative;
}

.cards .box .text:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -2.2rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.cards.separador {
  margin: 10rem 0 1rem 0;
  float: left;
  font-size: inherit;
  line-height: inherit;
}

.cards.separador .box {
  padding: 6rem 0;
  max-width: 660px;
  width: 94%;
}

.cards.separador .box .ico {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.cards.separador .box .ico .svg {
  width: 100%;
  height: 100%;
}

.cards.separador .box .text {
  margin: 0 0 3rem;
}

.cards.separador .box .text:after {
  display: none;
}

.bifurcador {
  margin: 5rem 0 0;
}

.bifurcador > ul {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  margin: 0;
}

@media (max-width: 992px) {
  .bifurcador > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.bifurcador > ul li {
  width: 100%;
}

.bifurcador > ul li .card_data {
  width: calc(100% - 2px);
  height: 500px;
  display: block;
}

@media (max-width: 992px) {
  .bifurcador > ul li .card_data {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .bifurcador > ul li .card_data {
    height: 350px;
  }
}

.lg-backdrop {
  background-color: rgba(0, 20, 35, 0.98);
}

.tu-porcion-justa .lg-backdrop {
  background-color: rgba(16, 25, 7, 0.98);
}

.lg-toolbar,
.lg-sub-html {
  background-color: transparent;
  font-family: "open_sansregular";
  font-size: 1.5rem;
  line-height: 1.4;
}

.lg-toolbar span,
.lg-sub-html span {
  opacity: 0.5;
}

.lg-toolbar #lg-counter,
.lg-sub-html #lg-counter {
  padding-top: 15px;
  color: #ffffff;
  font-size: 1.3rem;
  font-family: "open_sansregular";
  opacity: 0.5;
}

.lg-toolbar #lg-counter span,
.lg-sub-html #lg-counter span {
  opacity: 1;
}

.lg-toolbar .lg-icon,
.lg-sub-html .lg-icon {
  opacity: 1;
  font-size: 3.5rem;
}

.lg-toolbar .lg-icon.lg-autoplay-button,
.lg-sub-html .lg-icon.lg-autoplay-button {
  font-size: 3rem;
  margin: 0.25rem 0 0;
}

.lg-sub-html {
  padding: 0px 24px 24px;
}

.lg-sub-html .title {
  color: #ffffff;
  font-size: 1.5rem;
}

.lg-sub-html .text {
  color: #77abca;
}

.lg-outer .lg-video-cont {
  max-width: 65vw !important;
}

@media (max-width: 1024px) {
  .lg-outer .lg-video-cont {
    max-width: 80vw !important;
  }
}

@media (max-width: 768px) {
  .lg-outer .lg-video-cont {
    max-width: 98vw !important;
  }
}

.lg-outer .lg-item {
  background: url("/images/loader_blue.svg") no-repeat scroll center center transparent !important;
}

.tu-porcion-justa .lg-outer .lg-item {
  background: url("/images/loader_green.svg") no-repeat scroll center center transparent !important;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 124, 195, 0.8);
  color: rgba(255, 255, 255, 0.7);
}

.tu-porcion-justa .lg-actions .lg-next,
.tu-porcion-justa .lg-actions .lg-prev {
  background-color: rgba(140, 198, 63, 0.8);
}

.lg-actions .lg-next:hover {
  -webkit-transform: translate(5px);
          transform: translate(5px);
}

.lg-actions .lg-prev:hover {
  -webkit-transform: translate(-5px);
          transform: translate(-5px);
}

.lg-progress-bar .lg-progress {
  background-color: #5caddc;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.lg-close {
  width: 30px !important;
  height: 30px !important;
  position: relative !important;
  margin: 0 0 0 2rem;
}

.lg-close:after,
.lg-close:before {
  background-color: #ffffff !important;
}

.gallery {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
}

.gallery .thumb {
  padding: 1rem;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: 33.333%;
}

@media (max-width: 640px) {
  .gallery .thumb {
    width: 50%;
  }
}

.gallery .thumb figure {
  padding: 0;
  margin: 0 !important;
  position: relative;
}

.gallery .thumb figure:after {
  content: "";
  background-color: rgba(0, 124, 195, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.25s 0.25s ease-in-out;
  transition: all 0.25s 0.25s ease-in-out;
}

.gallery .thumb figure:before {
  content: "+";
  font-family: "open_sansregular";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 3rem;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.25s 0s ease-in-out;
  transition: all 0.25s 0s ease-in-out;
}

.gallery .thumb:hover figure:after {
  height: 100%;
  -webkit-transition: all 0.25s 0s ease-in-out;
  transition: all 0.25s 0s ease-in-out;
}

.gallery .thumb:hover figure:before {
  opacity: 1;
  -webkit-transition: all 0.5s 0.15s ease-in-out;
  transition: all 0.5s 0.15s ease-in-out;
}

.close,
.lg-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: block;
  opacity: 1;
  -webkit-transition: top 0.35s 0.3s ease;
  transition: top 0.35s 0.3s ease;
}

.close:hover,
.lg-close:hover {
  opacity: 1;
}

.close:hover:after,
.close:hover:before,
.lg-close:hover:after,
.lg-close:hover:before {
  -webkit-transform: rotate(0) scaleX(0.9);
          transform: rotate(0) scaleX(0.9);
}

.close:after,
.close:before,
.lg-close:after,
.lg-close:before {
  content: "";
  background-color: #007cc3;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.close:before,
.lg-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lg-download {
  color: #fff !important;
  font-size: 2.8rem !important;
  margin: 0.3rem 0;
}

.modal::-webkit-scrollbar-track {
  background: #cce7f7;
}

.modal::-webkit-scrollbar-thumb {
  background: #0b4b83;
}

.modal::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(11, 75, 131, 0.8);
}

.modal::-webkit-scrollbar {
  width: 6px;
}

.modal .modal-dialog {
  top: 10%;
  max-width: 900px;
  width: 94%;
}

@media (max-width: 1024px) {
  .modal .modal-dialog {
    top: 5%;
  }
}

.modal .modal-content {
  border-radius: 0;
  padding: 1.5rem;
  margin: 0 0 3%;
}

.modal .modal-content .modal-header {
  border: none;
  padding: 0;
  margin: 0 0 2rem;
  text-align: center;
}

.modal .modal-content .modal-header .volanta {
  color: #1bbcb2;
  font-size: 2rem;
  padding: 0;
  margin: 0 0 0.5rem;
}

.modal .modal-content .modal-header .volanta:after {
  display: none;
}

.modal .modal-content .modal-header .title {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.modal .modal-content .modal-body {
  padding: 0;
}

.modal .modal-content .modal-body .table {
  border: 1px solid #eceeef;
  width: 100%;
  min-height: 0;
  overflow-x: auto;
  overflow: auto;
  padding: 0;
}

.modal .modal-content .modal-body .table::-webkit-scrollbar-track {
  background: rgba(0, 124, 195, 0.2);
}

.modal .modal-content .modal-body .table::-webkit-scrollbar-thumb {
  background: rgba(0, 124, 195, 0.8);
}

.modal .modal-content .modal-body .table::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 124, 195, 0.4);
}

.modal .modal-content .modal-body .table::-webkit-scrollbar {
  height: 3px;
}

@media (max-width: 768px) {
  .modal .modal-content .modal-body .table {
    display: block;
    padding: 0 0 1rem;
    font-size: 1.1rem;
  }

  .modal .modal-content .modal-body .table th,
  .modal .modal-content .modal-body .table td {
    padding: 0.5rem !important;
  }
}

.modal .modal-content .modal-body .table thead th {
  text-align: center;
  background-color: #f7f7f7;
}

.modal .modal-content .modal-body .table tbody th {
  padding: 1rem 0.75rem;
}

.modal .modal-content .modal-body .table tbody td {
  padding: 1rem 0.75rem;
  text-align: center;
  color: #606060;
  min-width: 100px;
}

.grid_destacados > .title {
  font-size: 1.8rem;
  margin: 3rem 0 1.4rem;
  float: left;
}

.grid_destacados ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.grid_destacados ul li {
  position: relative;
  overflow: hidden;
  width: 33.333%;
  min-height: 130px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border: 1px solid #ffffff;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #1bbcb2;
}

@media (max-width: 640px) {
  .grid_destacados ul li {
    min-height: auto;
    width: 100%;
  }
}

.grid_destacados ul li.bg_violeta {
  background-color: #8f67ab;
}

.grid_destacados ul li.bg_violeta.bg_dark {
  background-color: #725289;
}

.grid_destacados ul li.bg_violeta.bg_light {
  background-color: #a07eb8;
}

.grid_destacados ul li.bg_red {
  background-color: #e4363d;
}

.grid_destacados ul li.bg_red.bg_dark {
  background-color: #c22e34;
}

.grid_destacados ul li.bg_red.bg_light {
  background-color: #e8545a;
}

.grid_destacados ul li.bg_blue {
  background-color: #007cc3;
}

.grid_destacados ul li.bg_blue.bg_dark {
  background-color: #00639c;
}

.grid_destacados ul li.bg_blue.bg_light {
  background-color: #3396cf;
}

.grid_destacados ul li.bg_green {
  background-color: #52bf41;
}

.grid_destacados ul li.bg_green.bg_dark {
  background-color: #429934;
}

.grid_destacados ul li.bg_green.bg_light {
  background-color: #75cc67;
}

.grid_destacados ul li.bg_yellow {
  background-color: #f29220;
}

.grid_destacados ul li.bg_yellow.bg_dark {
  background-color: #ce7c1b;
}

.grid_destacados ul li.bg_yellow.bg_light {
  background-color: #f5a84d;
}

.grid_destacados ul li.bg_turquoise {
  background-color: #1bbcb2;
}

.grid_destacados ul li.bg_turquoise.bg_dark {
  background-color: #17a097;
}

.grid_destacados ul li.bg_turquoise.bg_light {
  background-color: #54cdc5;
}

.grid_destacados ul li.bg_orange {
  background-color: #f58220;
}

.grid_destacados ul li.bg_orange.bg_dark {
  background-color: #d06f1b;
}

.grid_destacados ul li.bg_orange.bg_light {
  background-color: #f79b4d;
}

.grid_destacados ul li .text {
  color: #ffffff;
  padding: 10%;
  z-index: 1;
}

@media (max-width: 640px) {
  .grid_destacados ul li .text {
    max-width: none;
  }
}

.grid_destacados ul li .text p {
  margin: 0;
}

.grid_destacados ul li .text .large {
  font-family: "omnes-semibold";
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.2;
}

@media (max-width: 1280px) {
  .grid_destacados ul li .text .large {
    font-size: 2.2vw;
  }
}

@media (max-width: 768px) {
  .grid_destacados ul li .text .large {
    font-size: 4.5vw;
  }
}

@media (max-width: 640px) {
  .grid_destacados ul li .text .large {
    font-size: 6vw;
    margin: 0 0 0.5rem;
  }
}

.hover_links {
  width: 100%;
  margin: 0 auto 3rem;
  clear: both;
}

.hover_links .card {
  width: calc(100% - 1px);
  height: auto;
  text-align: center;
  background-color: #000000;
  height: 100%;
  min-height: 290px;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
}

@media (max-width: 992px) {
  .hover_links .card {
    height: 300px;
    min-height: auto;
    width: 100%;
  }
}

.hover_links .card .bg_images_dm {
  position: absolute;
  top: 0;
  left: 0;
}

.hover_links .card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #0cb4b6;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}

.hover_links .card:hover .box {
  top: -2rem;
}

.hover_links .card:hover .box .button {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.hover_links .card:hover img {
  opacity: 0.3;
}

.hover_links .card:hover:before {
  height: 8px;
}

.hover_links .card > img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.5;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hover_links .card .box {
  padding: 3rem 15%;
  top: 0px;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 1024px) {
  .touchevents .hover_links .card .box {
    top: -2rem;
  }
}

@media (max-width: 640px) {
  .touchevents .hover_links .card .box {
    top: 0rem;
    padding: 0 0 4rem;
  }
}

.hover_links .card .box .title {
  color: #ffffff;
  margin: 1rem 0;
}

.hover_links .card .box .text {
  color: #ffffff;
  margin: 0 0 5rem;
  position: relative;
}

.hover_links .card .box .text:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -2.2rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.hover_links .card .box .button {
  position: absolute;
  width: 80%;
  max-width: 23rem;
  left: 50%;
  -webkit-transform: translate(-50%, 18rem);
          transform: translate(-50%, 18rem);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 1024px) {
  .touchevents .hover_links .card .box .button {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.hover_show_text {
  position: relative;
  overflow: hidden;
}

.hover_show_text.flex_item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.hover_show_text.flex_item .revealer {
  width: 50%;
}

@media (max-width: 1024px) {
  .hover_show_text.flex_item .revealer {
    width: 100%;
  }
}

.hover_show_text .card {
  width: calc(100% - 20px) !important;
  margin: 0 10px !important;
  min-height: 330px !important;
  overflow: hidden;
}

@media (max-width: 640px) {
  .hover_show_text .card {
    min-height: 475px !important;
  }
}

.hover_show_text .card:before {
  background: #f29220 !important;
}

.hover_show_text .card .title {
  font-size: 2.4rem;
  position: relative;
}

.hover_show_text .card .title:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.hover_show_text .card .box {
  top: 0 !important;
  padding: 0 5% !important;
}

.hover_show_text .card .data-text {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f29220;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hover_show_text .card .data-text > span {
  display: table;
  height: 100%;
  width: 100%;
}

.hover_show_text .card .data-text > span .box {
  background: transparent !important;
}

.hover_show_text .card .data-text > span .title {
  margin: 0 0 3rem !important;
}

.hover_show_text .card .data-text > span .text {
  margin: 0 !important;
  font-size: 1.4rem;
  line-height: 1.4;
}

.hover_show_text .card .data-text > span .text:after {
  display: none;
}

.hover_show_text .card .data-text > span .tag {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "open_sansbold";
  margin: 0 0 0.6rem;
  letter-spacing: 0.75px;
}

.hover_show_text .card .data-text > span .tag.mito {
  color: #c70b0b;
}

.hover_show_text .card .data-text > span .tag.verdad {
  color: #088624;
}

.hover_show_text .card:hover .data-text {
  top: 0;
}

.hover_show_text.grid {
  padding: 1rem 0 0;
  width: 96%;
}

.hover_show_text.grid .card {
  min-height: 240px !important;
  width: calc(25% - 2px) !important;
  margin: 1px !important;
}

@media (max-width: 1200px) {
  .hover_show_text.grid .card {
    width: calc(33.3333% - 2px) !important;
  }
}

@media (max-width: 768px) {
  .hover_show_text.grid .card {
    width: calc(50% - 2px) !important;
  }
}

@media (max-width: 640px) {
  .hover_show_text.grid .card {
    width: calc(100% - 2px) !important;
  }
}

.hover_show_text.grid .card .title {
  font-size: 2rem;
}

.cols_equals {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

@media (max-width: 992px) {
  .cols_equals {
    flex-wrap: wrap;
  }
}

.cols_equals .col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  background: #54bce9;
  padding: 3% 4%;
  border: 1px solid #ffffff;
  position: relative;
  overflow: hidden;
}

.cols_equals .col:first-of-type {
  background: #1b9ad0;
}

.cols_equals .col:last-of-type {
  background: #30aee4;
}

.cols_equals .col .title {
  font-size: 2.2rem;
  color: #ffffff;
  text-align: left;
  font-family: "omnes-semibold";
  position: relative;
  margin: 0 0 2.5rem;
  padding: 0 0 3rem;
}

.cols_equals .col .title .svg {
  width: 100%;
  height: 100%;
  max-width: 128px;
}

.cols_equals .col .title:after {
  content: "";
  background-color: #ffffff;
  width: 7rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cols_equals .col .text {
  color: #ffffff;
}

.cols_equals.objetivos {
  list-style-type: decimal;
  counter-reset: item;
}

.cols_equals.objetivos .col {
  width: 50%;
  min-height: 190px;
  padding: 2rem 8rem 2rem 2rem;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  .cols_equals.objetivos .col {
    width: 100%;
  }
}

.cols_equals.objetivos .col:before {
  content: counter(item);
  counter-increment: item;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  font-size: 20rem;
  top: 50%;
  font-family: "Lato", sans-serif;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  text-align: right;
  width: 100%;
  margin: -0.7rem 0.7rem 0;
}

.cols_equals.objetivos .col:nth-child(1) {
  background: #7fced5;
}

.cols_equals.objetivos .col:nth-child(2) {
  background: #fcc417;
}

.cols_equals.objetivos .col:nth-child(3) {
  background: #312148;
}

.cols_equals.objetivos .col:nth-child(4) {
  background: #0cb8d8;
}

.contactanos {
  background-color: #30aee4;
  background-repeat: repeat;
  background-size: auto;
  display: block;
  margin: 4rem auto 2rem;
  float: none;
}

.contactanos .box {
  padding: 4rem 2rem 1rem;
  margin: 0 auto;
}

.contactanos .wrapper-contact-area {
  max-width: 1350px;
  margin: 0 auto 4rem;
}

.contactanos .wrapper-contact-area ul {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .contactanos .wrapper-contact-area ul {
    flex-wrap: wrap;
  }
}

.contactanos .wrapper-contact-area ul li {
  width: 100%;
}

@media (max-width: 992px) {
  .contactanos .wrapper-contact-area ul li {
    width: 50%;
    margin: 0 0 4rem;
  }
}

@media (max-width: 640px) {
  .contactanos .wrapper-contact-area ul li {
    width: 100%;
  }
}

.contactanos .wrapper-contact-area ul li .title {
  font-size: 2rem;
  color: #ffffff;
  margin: 0 0 0.5rem;
}

.contactanos .wrapper-contact-area ul li .title small {
  opacity: 0.75;
}

.contactanos .wrapper-contact-area ul li .contact-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  align-content: center;
}

.contactanos .wrapper-contact-area ul li .contact-area a {
  font-size: 1.5rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding: 0.5rem 0 0.5rem 2.8rem;
  margin: 0.5rem auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contactanos .wrapper-contact-area ul li .contact-area a:hover {
  color: #0b4b83;
}

.contactanos .wrapper-contact-area ul li .contact-area a:hover:after {
  background-color: #ceedff;
}

.contactanos .wrapper-contact-area ul li .contact-area a:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 2.8rem;
  width: calc(100% - 2.8rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contactanos .wrapper-contact-area ul li .contact-area a.tel {
  background: url("/images/logos/ico-tel.svg") no-repeat 0 5px;
  background-size: 18px;
}

.contactanos .wrapper-contact-area ul li .contact-area a.correo {
  background: url("/images/logos/ico-correo.svg") no-repeat 0 8px;
  background-size: 20px;
}

.contactanos .wrapper-contact-area ul li .contact-area a.web {
  background: url("/images/logos/ico-web.svg") no-repeat -2px 8px;
  background-size: 24px;
}

.line-bottom {
  position: relative;
  margin: 1.8rem 0 -0.2rem;
}

.line-bottom:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.error_404 > section > .wrapper {
  text-align: center;
  min-height: 40vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
}

@media (max-width: 640px) {
  .error_404 > section > .wrapper {
    min-height: auto;
  }
}

.error_404 > section > .wrapper p {
  background: url("/images/logos/logo-grupo-arcor.png") no-repeat 50% 0;
  padding: 80px 0 0 0;
  background-size: 90px;
}

.error_404 > section > .wrapper a {
  display: block;
  border-bottom: 1px dotted gray;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search-md],
input[type=search],
textarea.md-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  height: 2.1rem;
  width: 100%;
  font-size: 1rem;
  box-shadow: none;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=text]:disabled,
input[type=text]:disabled,
input[type=text][readonly=readonly],
input[type=password]:disabled,
input[type=password]:disabled,
input[type=password][readonly=readonly],
input[type=email]:disabled,
input[type=email]:disabled,
input[type=email][readonly=readonly],
input[type=url]:disabled,
input[type=url]:disabled,
input[type=url][readonly=readonly],
input[type=time]:disabled,
input[type=time]:disabled,
input[type=time][readonly=readonly],
input[type=date]:disabled,
input[type=date]:disabled,
input[type=date][readonly=readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly=readonly],
input[type=tel]:disabled,
input[type=tel]:disabled,
input[type=tel][readonly=readonly],
input[type=number]:disabled,
input[type=number]:disabled,
input[type=number][readonly=readonly],
input[type=search-md]:disabled,
input[type=search-md]:disabled,
input[type=search-md][readonly=readonly],
input[type=search]:disabled,
input[type=search]:disabled,
input[type=search][readonly=readonly],
textarea.md-textarea:disabled,
textarea.md-textarea:disabled,
textarea.md-textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.46);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.46);
  background-color: transparent;
}

input[type=text]:disabled + label,
input[type=text][readonly=readonly] + label,
input[type=password]:disabled + label,
input[type=password][readonly=readonly] + label,
input[type=email]:disabled + label,
input[type=email][readonly=readonly] + label,
input[type=url]:disabled + label,
input[type=url][readonly=readonly] + label,
input[type=time]:disabled + label,
input[type=time][readonly=readonly] + label,
input[type=date]:disabled + label,
input[type=date][readonly=readonly] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly=readonly] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly=readonly] + label,
input[type=number]:disabled + label,
input[type=number][readonly=readonly] + label,
input[type=search-md]:disabled + label,
input[type=search-md][readonly=readonly] + label,
input[type=search]:disabled + label,
input[type=search][readonly=readonly] + label,
textarea.md-textarea:disabled + label,
textarea.md-textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.46);
  background-color: transparent;
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #007cc3;
  box-shadow: 0 1px 0 0 #007cc3;
}

input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search-md]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.md-textarea:focus:not([readonly]) + label {
  color: #007cc3;
}

input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search-md].valid,
input[type=search-md]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.md-textarea.valid,
textarea.md-textarea:focus.valid {
  border-bottom: 1px solid red;
  box-shadow: 0 1px 0 0 red;
}

input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search-md].valid + label:after,
input[type=search-md]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.md-textarea.valid + label:after,
textarea.md-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: red;
  opacity: 1;
}

input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search-md].invalid,
input[type=search-md]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.md-textarea.invalid,
textarea.md-textarea:focus.invalid {
  border-bottom: 1px solid red;
  box-shadow: 0 1px 0 0 red;
}

input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search-md].invalid + label:after,
input[type=search-md]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.md-textarea.invalid + label:after,
textarea.md-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: red;
  opacity: 1;
}

input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search-md] + label:after,
input[type=search] + label:after,
textarea.md-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

input[type=text].animate-label:focus ~ label,
input[type=password].animate-label:focus ~ label,
input[type=email].animate-label:focus ~ label,
input[type=url].animate-label:focus ~ label,
input[type=time].animate-label:focus ~ label,
input[type=date].animate-label:focus ~ label,
input[type=datetime-local].animate-label:focus ~ label,
input[type=tel].animate-label:focus ~ label,
input[type=number].animate-label:focus ~ label,
input[type=search-md].animate-label:focus ~ label,
input[type=search].animate-label:focus ~ label,
textarea.md-textarea.animate-label:focus ~ label {
  font-size: 1rem !important;
  -webkit-transform: translateY(-140%);
          transform: translateY(-140%);
}

input[type=text].animate-label.active ~ label,
input[type=password].animate-label.active ~ label,
input[type=email].animate-label.active ~ label,
input[type=url].animate-label.active ~ label,
input[type=time].animate-label.active ~ label,
input[type=date].animate-label.active ~ label,
input[type=datetime-local].animate-label.active ~ label,
input[type=tel].animate-label.active ~ label,
input[type=number].animate-label.active ~ label,
input[type=search-md].animate-label.active ~ label,
input[type=search].animate-label.active ~ label,
textarea.md-textarea.animate-label.active ~ label {
  font-size: 1rem !important;
  -webkit-transform: translateY(-140%);
          transform: translateY(-140%);
}

label {
  font-size: 1.4rem;
  color: darken #ccc, 90%;
}

.form-control {
  padding: 0;
  padding-bottom: 0.6rem;
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}

.form-control:focus {
  background: transparent;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
}

.col-form {
  position: relative;
  margin-bottom: 1.5rem;
}

.col-form .btn {
  margin-bottom: 1.5rem;
}

.col-form label {
  color: #757575;
  position: absolute;
  left: 0.75rem;
  font-size: 1.4rem;
  top: 1.2rem;
  cursor: text;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.col-form label.active {
  font-size: 1.4rem;
  -webkit-transform: translateY(-140%);
          transform: translateY(-140%);
}

.col-form .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.col-form .prefix.active {
  color: #007cc3;
}

.col-form .prefix ~ input,
.col-form .prefix ~ textarea {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.col-form .prefix ~ textarea {
  padding-top: 0.8rem;
}

.col-form .prefix ~ label {
  margin-left: 3rem;
}

textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

textarea.md-textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
}

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
}

.input-dark-bg ::-webkit-input-placeholder {
  color: #fff !important;
  font-weight: 300;
}

.input-dark-bg :-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
  font-weight: 300;
}

.input-dark-bg ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
  font-weight: 300;
}

.input-dark-bg :-ms-input-placeholder {
  color: #fff !important;
  font-weight: 300;
}

.input-dark-bg input[type=text] {
  border-bottom: 1px solid #fff;
}

.input-dark-bg .form-control {
  color: #fff;
}

.input-light-bg ::-webkit-input-placeholder {
  color: #1C2331 !important;
  font-weight: 300;
}

.input-light-bg :-moz-placeholder {
  /* Firefox 18- */
  color: #1C2331 !important;
  font-weight: 300;
}

.input-light-bg ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1C2331 !important;
  font-weight: 300;
}

.input-light-bg :-ms-input-placeholder {
  color: #1C2331 !important;
  font-weight: 300;
}

.input-light-bg input[type=text] {
  border-bottom: 1px solid #1C2331;
}

.input-light-bg .form-control {
  color: #1C2331;
}

.form-inline .form-group {
  margin-right: 2rem;
}

.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
  height: 2.5rem;
}

.bt-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bt-menu:active,
.bt-menu:focus {
  outline: none;
}

.bt-menu .hamburguer {
  width: 32px;
  height: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bt-menu .hamburguer,
.bt-menu .hamburguer .bar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.bt-menu .hamburguer .bar {
  width: 32px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  outline: 1px solid transparent;
}

.bt-menu .hamburguer .bar-1 {
  -webkit-transform: rotate(0) translate3d(0, -10px, 0);
          transform: rotate(0) translate3d(0, -10px, 0);
}

.bt-menu .hamburguer .bar-3 {
  -webkit-transform: rotate(0) translate3d(0, 10px, 0);
          transform: rotate(0) translate3d(0, 10px, 0);
}

.menu-open .bt-menu .hamburguer {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-open .bt-menu .hamburguer .bar-1 {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
}

.menu-open .bt-menu .hamburguer .bar-2 {
  opacity: 0;
}

.menu-open .bt-menu .hamburguer .bar-3 {
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
          transform: rotate(-45deg) translate3d(0, 0, 0);
}

.rotate-device {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #007cc3;
}

.rotate-device .iconContainer {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 20px 0 0;
}

.rotate-device .iconContainer .phone {
  position: relative;
  left: 50%;
  margin-left: -80px;
  width: 0;
  height: 0;
  border: 0 solid #000;
  border-radius: 8px;
  box-sizing: border-box;
  background: #ffffff;
}

.rotate-device .iconContainer .phone .logo {
  -webkit-transform: translate(0, 50%) rotate(-90deg);
          transform: translate(0, 50%) rotate(-90deg);
  width: 50%;
  position: absolute;
  opacity: 0;
}

.rotate-device .iconContainer .phone span {
  opacity: 0;
  margin: 20px 0 0 45px;
  height: 40px;
  width: 40px;
  display: block;
}

.rotate-device .iconContainer p {
  display: inline-block;
  width: 100%;
  font-family: "Muli", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0 0;
  opacity: 0;
  color: #fff;
  font-size: 3.6vw;
  line-height: 125%;
}

.rotate-device .iconContainer p span {
  display: inline-block;
  font-size: 3vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
}

@media (max-width: 736px) and (orientation: landscape) {
  .rotate-device {
    display: block;
  }

  .rotate-device .phone {
    -webkit-animation: sizeIncrease 0.5s forwards ease, borderIncrease 0.5s 0.5s forwards ease, rotateRight 0.7s 1s forwards ease;
            animation: sizeIncrease 0.5s forwards ease, borderIncrease 0.5s 0.5s forwards ease, rotateRight 0.7s 1s forwards ease;
  }

  .rotate-device .phone span {
    -webkit-animation: fadeIn 0.5s 1s forwards ease;
            animation: fadeIn 0.5s 1s forwards ease;
  }

  .rotate-device .phone span svg {
    -webkit-animation: rotateArrow 3s 1.5s normal ease;
            animation: rotateArrow 3s 1.5s normal ease;
  }

  .rotate-device .phone .logo {
    -webkit-animation: fadeIn 0.5s 0.8s forwards ease;
            animation: fadeIn 0.5s 0.8s forwards ease;
  }

  .rotate-device .iconContainer p {
    -webkit-animation: fadeIn 0.75s 1.3s forwards ease;
            animation: fadeIn 0.75s 1.3s forwards ease;
  }
}

/* KEYFRAMES
  ------------------------------------------- */

/* Animate width + height */

@-webkit-keyframes sizeIncrease {
  0% {
    width: 0;
    height: 10px;
  }

  50% {
    width: 100px;
    height: 10px;
  }

  100% {
    width: 160px;
    height: 92px;
  }
}

@keyframes sizeIncrease {
  0% {
    width: 0;
    height: 10px;
  }

  50% {
    width: 100px;
    height: 10px;
  }

  100% {
    width: 160px;
    height: 92px;
  }
}

/* Add borders */

@-webkit-keyframes borderIncrease {
  100% {
    border-width: 7px 20px 7px 10px;
  }
}

@keyframes borderIncrease {
  100% {
    border-width: 7px 20px 7px 10px;
  }
}

/* fade-in  */

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

/* Rotate device */

@-webkit-keyframes rotateRight {
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes rotateRight {
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@-webkit-keyframes rotateArrow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  60% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotateArrow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  60% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.header {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  color: #007cc3;
  font-family: "omnes-medium";
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%) translateZ(0);
          transform: translateY(-100%) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
  z-index: 1000;
}

.header.header--sticky {
  -webkit-transform: translateY(0%) translateZ(0);
          transform: translateY(0%) translateZ(0);
}

.header .wrapper {
  margin: 0 auto;
  max-width: 1350px;
  position: relative;
  width: 100%;
}

@media (max-width: 1366px) {
  .header .wrapper {
    width: 96%;
  }
}

@media (max-width: 1023px) {
  .header .wrapper {
    width: 100%;
  }
}

.header .top {
  background: #ffffff;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}

.header .top .links {
  align-content: right;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  float: right;
  font-size: 1.4rem;
  height: 30px;
  margin: 0;
  width: auto;
}

@media (max-width: 640px) {
  .header .top .links {
    margin: 0 6px 0 0;
  }
}

.header .top .links > a,
.header .top .links span {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .header .top .links > a,
  .header .top .links span {
    padding: 0 4px;
  }
}

.header .top .links .bullet {
  font-size: 1.9rem;
  opacity: 0.5;
  padding: 0 8px 3px;
}

@media (max-width: 640px) {
  .header .top .links .bullet {
    padding: 0 4px 3px;
  }
}

.header .top .links .redes-sociales {
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  margin: 0;
}

@media (max-width: 640px) {
  .header .top .links .redes-sociales li a {
    margin: 0 2px;
  }
}

.header .top .links .redes-sociales svg {
  box-sizing: border-box;
}

.header .top .links .idioma {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

.header .top .links .idioma li {
  float: left;
  padding: 0 6px;
}

@media (max-width: 640px) {
  .header .top .links .idioma li {
    padding: 0 4px;
  }
}

.header .menu {
  background: rgba(0, 124, 195, 0.9);
}

@media (max-width: 1023px) {
  .header .menu {
    height: 90px;
  }
}

@media (max-width: 640px) {
  .header .menu {
    height: 70px;
  }
}

.header .brand,
.header .search {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 95px;
  z-index: 10;
}

.header .brand img,
.header .brand .svg,
.header .search img,
.header .search .svg {
  width: 100%;
}

@media (max-width: 1023px) {
  .header .brand,
  .header .search {
    left: 20px;
    top: 15px;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 640px) {
  .header .brand,
  .header .search {
    top: 11px;
    width: 70px;
  }
}

.header .search {
  height: 50px;
  left: auto;
  right: 0;
  width: 50px;
}

@media (max-width: 1023px) {
  .header .search {
    right: 80px;
    top: 19px;
  }
}

@media (max-width: 640px) {
  .header .search {
    top: 9px;
  }
}

.header .search .svg {
  height: 100%;
  padding: 12px;
  width: 100%;
}

.header .navbar {
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1030px;
  padding: 0;
  width: 100%;
}

@media (max-width: 1023px) {
  .header .navbar {
    height: 0;
    margin: 0;
    overflow: hidden;
    top: 90px;
    width: 100%;
  }

  .header .navbar.active {
    height: auto;
  }
}

@media (max-width: 1023px) and (max-width: 640px) {
  .header .navbar.active {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 640px) {
  .header .navbar {
    top: 70px;
  }
}

.header .navbar .menu-primary {
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  position: relative;
}

@media (max-width: 1366px) {
  .header .navbar .menu-primary {
    left: 20px;
  }
}

@media (max-width: 1023px) {
  .header .navbar .menu-primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    left: 0;
  }
}

.header .navbar .menu-primary > li {
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 1px;
}

@media (min-width: 1024px) {
  .header .navbar .menu-primary > li {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media (max-width: 1023px) {
  .header .navbar .menu-primary > li {
    background: #ffffff;
    opacity: 0;
    width: 100%;
  }
}

.header .navbar .menu-primary > li .menu-btn {
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: table-cell;
  font-size: 1.4rem;
  height: 90px;
  opacity: 0.9;
  padding: 35px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  width: 170px;
}

@media (max-width: 1260px) {
  .header .navbar .menu-primary > li .menu-btn {
    font-size: 1.3rem;
    width: 130px;
  }
}

@media (max-width: 1023px) {
  .header .navbar .menu-primary > li .menu-btn {
    background-color: #f1f1f1;
    color: #007cc3;
    font-size: 2rem;
    line-height: 1.5;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .header .navbar .menu-primary > li .menu-btn {
    align-content: center;
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    font-size: 1.8rem;
    height: calc(11vh - 4px);
    -webkit-box-pack: center;
            justify-content: center;
    padding: 0;
  }
}

.header .navbar .menu-primary > li .menu-btn::before {
  background: #30aee4;
  bottom: 2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  z-index: 2;
}

@media (max-width: 1023px) {
  .header .navbar .menu-primary > li .menu-btn::before {
    bottom: 0;
    height: 6px !important;
    z-index: -1;
  }
}

.header .navbar .menu-primary > li .menu-btn.active,
.header .navbar .menu-primary > li .menu-btn:hover {
  opacity: 1;
}

@media (max-width: 1023px) {
  .header .navbar .menu-primary > li .menu-btn.active,
  .header .navbar .menu-primary > li .menu-btn:hover {
    color: #007cc3;
  }
}

.header .navbar .menu-primary > li .menu-btn.active::before,
.header .navbar .menu-primary > li .menu-btn:hover::before {
  height: 6px;
}

.header .navbar .menu-primary > li .submenu {
  background: #ffffff;
  display: -webkit-box;
  display: flex;
  height: 0;
  -webkit-box-pack: justify;
          justify-content: space-between;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 90px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s 0.35s ease-in-out;
  transition: all 0.35s 0.35s ease-in-out;
  visibility: hidden;
  width: 100%;
  will-change: opacity;
}

@media (max-width: 1260px) {
  .header .navbar .menu-primary > li .submenu {
    left: -20px;
  }
}

@media (max-width: 1023px) {
  .header .navbar .menu-primary > li .submenu.active {
    height: 100vh !important;
    left: 0;
    opacity: 1 !important;
    top: 0 !important;
    -webkit-transition: all 0.35s 0s ease-in-out;
    transition: all 0.35s 0s ease-in-out;
    visibility: visible !important;
    z-index: 99 !important;
  }
}

@media (max-width: 640px) {
  .header .navbar .menu-primary > li .submenu {
    background: #fff;
    height: 100vh !important;
    left: 100%;
    opacity: 1 !important;
    padding: 30px 0 0;
    position: absolute;
    top: 0;
    -webkit-transition: left 0.35s ease !important;
    transition: left 0.35s ease !important;
    visibility: visible !important;
    z-index: 9999;
  }

  .header .navbar .menu-primary > li .submenu.active {
    left: 0;
    -webkit-transition: left 0.35s ease !important;
    transition: left 0.35s ease !important;
  }
}

.header .navbar .menu-primary > li .submenu .col {
  overflow: hidden;
  padding: 20px 0 0;
  position: relative;
  width: 100%;
}

.header .navbar .menu-primary > li .submenu .col::-webkit-scrollbar-track {
  background: rgba(164, 164, 164, 0.2);
}

.header .navbar .menu-primary > li .submenu .col::-webkit-scrollbar-thumb {
  background: rgba(164, 164, 164, 0.8);
}

.header .navbar .menu-primary > li .submenu .col::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(164, 164, 164, 0.4);
}

.header .navbar .menu-primary > li .submenu .col::-webkit-scrollbar {
  width: 6px;
}

@media (max-width: 1023px) {
  .header .navbar .menu-primary > li .submenu .col {
    padding: 30px 0 0;
  }
}

@media (max-width: 640px) {
  .header .navbar .menu-primary > li .submenu .col {
    display: table;
    padding: 0;
  }
}

.header .navbar .menu-primary > li .submenu .col.first {
  border-right: 1px solid #ddd;
}

@media (max-width: 640px) {
  .header .navbar .menu-primary > li .submenu .col.second {
    background: #fff;
    left: 100%;
    padding: 30px 0 0;
    position: absolute;
    top: 0;
    -webkit-transition: left 0.35s ease;
    transition: left 0.35s ease;
    z-index: 9999;
  }
}

.header .navbar .menu-primary > li .submenu .col.second.active {
  overflow-y: auto;
}

@media (max-width: 640px) {
  .header .navbar .menu-primary > li .submenu .col.second.active {
    left: 0;
  }
}

.header .navbar .menu-primary > li .submenu .col.second ul {
  display: none;
  height: 100%;
}

@media (max-width: 640px) {
  .header .navbar .menu-primary > li .submenu .col.second ul {
    height: 100vh;
  }
}

.header .navbar .menu-primary > li .submenu .col.second ul.active {
  display: block;
}

.header .navbar .menu-primary > li .submenu .col.second .submenu-btn {
  background: transparent;
  border: 0;
}

.header .navbar .menu-primary > li .submenu .col.second .submenu-btn::after,
.header .navbar .menu-primary > li .submenu .col.second .submenu-btn::before {
  left: 20px;
  opacity: 0;
  -webkit-transform: rotate(45deg) translate(-3px, 0);
          transform: rotate(45deg) translate(-3px, 0);
}

@media (max-width: 640px) {
  .header .navbar .menu-primary > li .submenu .col.second .submenu-btn::after,
  .header .navbar .menu-primary > li .submenu .col.second .submenu-btn::before {
    background: #606060 !important;
    left: 24px;
    opacity: 1;
  }
}

.header .navbar .menu-primary > li .submenu .col.second .submenu-btn::before {
  -webkit-transform: rotate(45deg) translate(0, -1px);
          transform: rotate(45deg) translate(0, -1px);
}

.header .navbar .menu-primary > li .submenu .col.second .submenu-btn:hover::after,
.header .navbar .menu-primary > li .submenu .col.second .submenu-btn:hover::before {
  background: #007cc3;
  left: 24px;
  opacity: 1;
}

.header .navbar .menu-primary > li .submenu .col.destacado {
  background: #007cc3;
  padding: 0;
}

@media (max-width: 1023px) {
  .header .navbar .menu-primary > li .submenu .col.destacado {
    display: none;
  }
}

.header .navbar .menu-primary > li .submenu .col.destacado::after {
  background: #0b4b83;
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}

.header .navbar .menu-primary > li .submenu .col.destacado figure {
  margin: 0;
}

.header .navbar .menu-primary > li .submenu .col.destacado figure img {
  width: 100%;
}

.header .navbar .menu-primary > li .submenu .col.destacado .data {
  padding: 30px;
}

.header .navbar .menu-primary > li .submenu .col.destacado .data .title {
  color: #ffffff;
  font-family: "omnes-semibold";
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 12px;
  position: relative;
}

.header .navbar .menu-primary > li .submenu .col.destacado .data .title::before {
  background: #ffffff;
  bottom: -5px;
  content: "";
  height: 2px;
  left: -30px;
  position: absolute;
  width: 20px;
}

.header .navbar .menu-primary > li .submenu .col.destacado .data .text {
  color: #ffffff;
  font-family: "open_sansregular";
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 30px;
}

.header .navbar .menu-primary > li .submenu .col.destacado.short {
  width: 50%;
}

.header .navbar .menu-primary > li .submenu .col ul {
  margin: 0;
}

.header .navbar .menu-primary > li .submenu .col ul li {
  display: block;
  margin: 0;
}

.header .navbar .menu-primary > li .submenu .col ul li .submenu-btn {
  background: transparent;
  border: 0;
  color: #606060;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 18px 35px;
  position: relative;
  -webkit-transition: all 0.35s 0s ease-in-out;
  transition: all 0.35s 0s ease-in-out;
}

@media (max-width: 640px) {
  .header .navbar .menu-primary > li .submenu .col ul li .submenu-btn {
    padding: 14px 5px 14px 35px;
  }
}

.header .navbar .menu-primary > li .submenu .col ul li .submenu-btn:hover {
  background: #eaf1f8;
  color: #007cc3;
}

@media (max-width: 640px) {
  .header .navbar .menu-primary > li .submenu .col ul li .submenu-btn:hover {
    background: inherit;
    color: #606060;
  }
}

.header .navbar .menu-primary > li .submenu .col ul li .submenu-btn.active {
  background: #dff0ff;
  color: #007cc3;
  pointer-events: none;
}

@media (max-width: 640px) {
  .header .navbar .menu-primary > li .submenu .col ul li .submenu-btn.active {
    background: inherit;
    color: #606060;
    pointer-events: auto;
  }
}

.header .navbar .menu-primary > li .submenu .volver {
  background: rgba(11, 75, 131, 0.3);
  color: #0b4b83;
  cursor: pointer;
  display: none;
  font-size: 1.5rem;
  height: 30px;
  left: 0;
  padding: 5px 20px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header .navbar .menu-primary > li .submenu .volver span {
  color: #ffffff;
  float: right;
}

.header .navbar .menu-primary > li .submenu .volver.v-mobile {
  display: none !important;
}

@media (max-width: 640px) {
  .header .navbar .menu-primary > li .submenu .volver.v-mobile {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .header .navbar .menu-primary > li .submenu.active .volver {
    display: block;
  }
}

.header .navbar .menu-primary > li:hover .submenu {
  height: 480px;
  opacity: 1;
  -webkit-transition: all 0.35s 0.35s ease-in-out;
  transition: all 0.35s 0.35s ease-in-out;
  visibility: visible;
}

@media (max-width: 1023px) {
  .header .navbar .menu-primary > li:hover .submenu {
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s 0s ease-in-out;
    transition: opacity 0.35s 0s ease-in-out;
    visibility: hidden;
  }
}

.masck-menu {
  background: rgba(0, 0, 0, 0.6);
  height: 200vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

.menu-open .masck-menu {
  opacity: 1 !important;
  pointer-events: auto;
  visibility: visible !important;
}

.navbar-header {
  display: none;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 50px;
  z-index: 100;
}

@media (max-width: 1023px) {
  .navbar-header {
    display: block;
  }
}

@media (max-width: 640px) {
  .navbar-header {
    top: 40px;
  }
}

.navbar-header .navbar-toggler {
  display: block;
  left: 0;
  position: relative;
  top: 0;
  width: 50px;
  z-index: 50;
}

@media (max-width: 1023px) {
  .menu-open {
    overflow: hidden;
  }
}

#search-btn {
  background: transparent;
  border: 0;
  padding: 0;
}

#search-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

#search-overlay {
  display: none;
}

.search-block {
  background: rgba(0, 0, 0, 0.9);
  border: #a0a0a0 solid 1px;
  bottom: 0;
  height: 100vh;
  left: 0;
  margin: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 999;
}

.search-block::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: 0;
  vertical-align: middle;
}

.search-centered {
  background: transparent;
  border: 0;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  vertical-align: middle;
  width: 50%;
}

@media (max-width: 1023px) {
  .search-centered {
    font-size: 10px;
    width: 90%;
  }
}

#search-form {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  height: 60px;
  overflow: hidden;
}

#search-text {
  background: transparent;
  border-width: 0;
  color: #ddd;
  font-size: 14px;
}

#search-box {
  margin: 0;
  position: relative;
  width: 100%;
}

#search-box [type=text] {
  color: #333;
  font-size: 1.4em;
  left: 0;
  outline: none;
  padding: 20px;
  position: absolute;
  width: calc(100% - 140px);
}

#search-button {
  background-color: #4d90fe;
  border-radius: 0 2px 2px 0;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 60px;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100px;
}

#close-btn {
  position: fixed;
  right: 1em;
  top: 1em;
}

#close-btn:hover {
  color: #777;
  cursor: pointer;
}

.footer {
  margin: 50px 0 0;
  float: left;
  width: 100%;
  z-index: 50;
  position: relative;
}

.footer .inner {
  background: #f1f1f1;
}

.footer .inner .links,
.footer .inner .legals {
  position: relative;
  width: 96%;
  max-width: 1350px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .footer .inner .links,
  .footer .inner .legals {
    font-size: 1rem;
  }
}

.footer .inner .links .logo,
.footer .inner .legals .logo {
  float: left;
  width: 51px;
  height: 32px;
  margin: -8px 14px 0 0;
  display: inline-block;
}

@media (max-width: 768px) {
  .footer .inner .links .logo,
  .footer .inner .legals .logo {
    margin: -2px 14px 0 0;
  }
}

@media (max-width: 767px) {
  .footer .inner .links .logo,
  .footer .inner .legals .logo {
    float: none;
    top: 10px;
    position: relative;
    margin: 0 auto 20px;
    width: 100%;
    height: 50px;
  }
}

.footer .inner .links .terminos,
.footer .inner .links .copyright,
.footer .inner .legals .terminos,
.footer .inner .legals .copyright {
  float: left;
  color: #ffffff;
  width: 33%;
}

@media (max-width: 767px) {
  .footer .inner .links .terminos,
  .footer .inner .links .copyright,
  .footer .inner .legals .terminos,
  .footer .inner .legals .copyright {
    float: none;
    text-align: center;
    width: 100%;
  }
}

.footer .inner .links .terminos > a,
.footer .inner .links .copyright > a,
.footer .inner .legals .terminos > a,
.footer .inner .legals .copyright > a {
  color: #ffffff;
  float: left;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.footer .inner .links .terminos > a:after,
.footer .inner .links .copyright > a:after,
.footer .inner .legals .terminos > a:after,
.footer .inner .legals .copyright > a:after {
  content: "|";
  padding: 0 12px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .footer .inner .links .terminos > a:after,
  .footer .inner .links .copyright > a:after,
  .footer .inner .legals .terminos > a:after,
  .footer .inner .legals .copyright > a:after {
    color: transparent;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .footer .inner .links .terminos > a,
  .footer .inner .links .copyright > a,
  .footer .inner .legals .terminos > a,
  .footer .inner .legals .copyright > a {
    float: none;
  }
}

.footer .inner .links .terminos > a:hover,
.footer .inner .links .copyright > a:hover,
.footer .inner .legals .terminos > a:hover,
.footer .inner .legals .copyright > a:hover {
  color: #dddddd;
}

.footer .inner .links .terminos,
.footer .inner .legals .terminos {
  float: right;
  width: auto;
}

@media (max-width: 768px) {
  .footer .inner .links .terminos,
  .footer .inner .legals .terminos {
    margin: 5px 0 0;
  }
}

@media (max-width: 767px) {
  .footer .inner .links .terminos,
  .footer .inner .legals .terminos {
    width: 100%;
    margin: 10px 0 20px;
    display: block;
    float: left;
  }

  .footer .inner .links .terminos .politicas:after,
  .footer .inner .legals .terminos .politicas:after {
    display: none;
  }
}

.footer .inner .links .terminos span,
.footer .inner .legals .terminos span {
  display: inline-block;
  float: left;
  margin: 0 12px;
}

@media (max-width: 767px) {
  .footer .inner .links .terminos span,
  .footer .inner .legals .terminos span {
    float: none;
  }
}

.footer .inner .links .terminos .redes-sociales,
.footer .inner .legals .terminos .redes-sociales {
  float: right;
  margin: -6px -4px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
}

@media (max-width: 767px) {
  .footer .inner .links .terminos .redes-sociales,
  .footer .inner .legals .terminos .redes-sociales {
    margin: 20px auto;
    float: none;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.footer .inner .links .terminos .redes-sociales li a,
.footer .inner .legals .terminos .redes-sociales li a {
  background: rgba(255, 255, 255, 0.3);
  float: left;
}

.footer .inner .links .terminos .redes-sociales li a:hover,
.footer .inner .legals .terminos .redes-sociales li a:hover {
  background: white;
  opacity: 1;
}

.footer .inner .legals {
  overflow: hidden;
  padding: 24px 0 16px;
}

@media (max-width: 768px) {
  .footer .inner .legals {
    padding: 25px 0 15px;
  }
}

.footer .inner.line2 {
  background: #007cc3;
}

.footer .inner .navbar {
  border-radius: 0;
  box-shadow: none;
  padding: 22px 0;
}

.footer .inner .conoce-otros-sitios {
  position: absolute;
  right: 0;
  top: 50%;
  width: 305px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .footer .inner .conoce-otros-sitios {
    display: none;
  }
}

.footer .breadcrumb {
  padding: 0;
  margin: 0;
}

.footer .breadcrumb .breadcrumb-item {
  font-size: 1.4rem;
}

.footer .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: ">";
}

.footer .breadcrumb .breadcrumb-item:before {
  padding: 0 1rem;
}

.footer .breadcrumb .breadcrumb-item .svg {
  display: block;
  width: 23px;
  height: 20px;
  position: relative;
  margin: -4px 0 0;
}

.bifurcador_home {
  left: 50%;
  margin: 0;
  max-width: 1350px;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

@media (max-width: 1366px) {
  .bifurcador_home {
    width: 96%;
  }
}

@media (max-width: 640px) {
  .bifurcador_home {
    -webkit-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%);
  }
}

.bifurcador_home ul {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  margin: 0;
}

@media (max-width: 1024px) {
  .bifurcador_home ul {
    flex-wrap: wrap;
    margin: 4px 0 0;
  }
}

@media (max-width: 640px) {
  .bifurcador_home ul {
    margin: 0;
  }
}

.bifurcador_home ul li {
  width: 100%;
}

@media (max-width: 1024px) {
  .bifurcador_home ul li {
    margin: 0;
    width: 50%;
  }
}

.bifurcador_home ul li .button {
  background-color: #1bbcb2;
  color: #ffffff;
  display: block;
  font-size: 1.8rem;
  height: 100%;
  padding: 22px;
  text-transform: initial;
  width: 100%;
}

@media (max-width: 1366px) {
  .bifurcador_home ul li .button {
    font-size: 1.3vw;
    line-height: 1.4;
  }
}

@media (max-width: 1024px) {
  .bifurcador_home ul li .button {
    font-size: 1.8vw;
    line-height: 1;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .bifurcador_home ul li .button {
    font-size: 2vw;
    line-height: 1.2;
    padding: 10px;
  }
}

@media (max-width: 640px) {
  .bifurcador_home ul li .button {
    font-size: 3.2vw;
    line-height: 1;
    padding: 1.8rem 0;
  }
}

.bifurcador_home ul li .button .arrow {
  background: url("/images/ico-arrow.svg") no-repeat center center;
  display: inline-block;
  height: 2rem;
  left: 10px;
  position: relative;
  text-indent: -9999px;
  -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  width: 2rem;
}

@media (max-width: 640px) {
  .bifurcador_home ul li .button .arrow {
    display: none;
  }
}

.bifurcador_home ul li .button:hover .arrow {
  left: 13px;
}

.bifurcador_home ul li:nth-child(2) .button {
  background-color: #0b4b83;
}

.bifurcador_home ul li:nth-child(3) .button {
  background-color: #30aee4;
}

.bifurcador_home ul li:nth-child(4) .button {
  background-color: #ecbb33;
}

.cards_links {
  background: url("/images/pattern1.png") repeat center top #007cc3;
  background-position: 50% 0;
  clear: both;
  float: left;
  margin: 0 0 4.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cards_links .separador {
  margin: 8.5rem 0 4rem;
}

@media (max-width: 1024px) {
  .cards_links .separador {
    margin: 9.5rem 0 4rem;
  }
}

@media (max-width: 640px) {
  .cards_links .separador {
    margin: 4.5rem 0 4rem;
  }
}

.cards_links ul {
  align-content: center;
  display: -webkit-box;
  display: flex;
  font-size: 3rem;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1360px;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media (max-width: 640px) {
  .cards_links ul {
    flex-wrap: wrap;
  }
}

.cards_links ul::after {
  background: #ffffff;
  content: "";
  height: 100%;
  left: -50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 200%;
  z-index: -1;
}

.cards_links ul li {
  margin: 1px 0 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (max-width: 640px) {
  .cards_links ul li {
    margin: 1rem 0 0;
    width: 96%;
  }
}

.cards_links ul li figure {
  background-color: #000;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.cards_links ul li figure img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  width: 100%;
  will-change: opacity;
}

.cards_links ul li figure::after {
  background: #007cc3;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
  width: 100%;
}

.cards_links ul li .consumo_masivo figure::after {
  background: #007cc3;
}

.cards_links ul li .agronegocios figure::after {
  background: #e8b909;
}

.cards_links ul li .envases figure::after {
  background: #a76b18;
}

.cards_links ul li .card-block {
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .cards_links ul li .card-block {
    padding: 0.75rem 1.25rem;
  }
}

.cards_links ul li .card-block::after {
  background: rgba(111, 111, 111, 0.06);
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
  width: 100%;
  z-index: 0;
}

.cards_links ul li .title {
  font-size: 1.8rem;
  margin: 0.4rem 0 1rem;
  text-transform: uppercase;
}

.cards_links ul li .url {
  border: 2px solid #ffffff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.cards_links ul li .url:hover ~ figure img {
  opacity: 1;
}

.cards_links ul li .url:hover ~ figure::after {
  height: 10px;
}

.cards_links ul li .url:hover ~ .card-block:after {
  height: 100%;
}

.news .row {
  margin: 0 auto 50px;
  max-width: 1350px;
  overflow: hidden;
  width: 96%;
}

.news .row .col {
  float: left;
  width: 100%;
}

@media (max-width: 992px) {
  .news .row .col {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 641px) and (max-width: 992px) {
  .news .row .col .card.element-item.last-item {
    display: none;
  }
}

.swiper-hero,
.hero-interna {
  padding: 0;
}

@media (max-width: 640px) {
  .swiper-hero,
  .hero-interna {
    padding: 0;
    background-color: #007cc3;
  }
}

.swiper-hero .swiper-wrapper,
.hero-interna .swiper-wrapper {
  background-color: #007cc3;
}

.swiper-hero .swiper-slide,
.hero-interna .swiper-slide {
  height: 92vh;
  position: relative;
  width: 100%;
  display: table;
  overflow: hidden;
}

.swiper-hero .swiper-slide.backgroundHome,
.hero-interna .swiper-slide.backgroundHome {
  background-position: center 0;
}

.touchevents .swiper-hero .swiper-slide.backgroundHome,
.touchevents .hero-interna .swiper-slide.backgroundHome {
  background-position: center 0 !important;
}

.touchevents .swiper-hero .swiper-slide.backgroundHome .box,
.touchevents .hero-interna .swiper-slide.backgroundHome .box {
  top: 0 !important;
}

@media (max-width: 1024px) {
  .swiper-hero .swiper-slide,
  .hero-interna .swiper-slide {
    height: 60vw;
    min-height: 585px;
  }
}

@media (max-width: 640px) {
  .swiper-hero .swiper-slide,
  .hero-interna .swiper-slide {
    background-size: 125%;
    margin: 100px 0 0;
    background-position: center 0 !important;
    height: 420px;
    min-height: auto;
  }
}

.swiper-hero .swiper-slide .box,
.hero-interna .swiper-slide .box {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .swiper-hero .swiper-slide .box,
  .hero-interna .swiper-slide .box {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .swiper-hero .swiper-slide .box,
  .hero-interna .swiper-slide .box {
    width: 90%;
  }
}

@media (max-width: 640px) {
  .swiper-hero .swiper-slide .box,
  .hero-interna .swiper-slide .box {
    padding: 0;
    margin: 210px auto 0;
    display: block;
    height: 100%;
    top: 0 !important;
    background: #007cc3;
    width: 94%;
    padding: 3% 3% 0;
  }
}

.swiper-hero .swiper-slide .box .center,
.hero-interna .swiper-slide .box .center {
  display: table-cell;
  vertical-align: middle;
}

.swiper-hero .swiper-slide .box .center .title,
.hero-interna .swiper-slide .box .center .title {
  width: 45%;
  font-family: "omnes-semibold";
  color: #ffffff;
  font-size: 4.5rem;
  position: relative;
  margin: 0 0 1.5rem;
}

@media (max-width: 1024px) {
  .swiper-hero .swiper-slide .box .center .title,
  .hero-interna .swiper-slide .box .center .title {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .swiper-hero .swiper-slide .box .center .title,
  .hero-interna .swiper-slide .box .center .title {
    width: 96%;
  }
}

@media (max-width: 640px) {
  .swiper-hero .swiper-slide .box .center .title,
  .hero-interna .swiper-slide .box .center .title {
    width: 100%;
    font-size: 2.4rem;
    line-height: 1;
  }
}

.swiper-hero .swiper-slide .box .center .volanta,
.hero-interna .swiper-slide .box .center .volanta {
  width: 45%;
  position: relative;
  font-family: "omnes-medium";
  color: #ffffff;
  font-size: 2rem;
  padding: 0 0 0.6rem;
  margin: 90px 0 1.5rem;
}

@media (max-width: 1024px) {
  .swiper-hero .swiper-slide .box .center .volanta,
  .hero-interna .swiper-slide .box .center .volanta {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .swiper-hero .swiper-slide .box .center .volanta,
  .hero-interna .swiper-slide .box .center .volanta {
    width: 96%;
  }
}

@media (max-width: 640px) {
  .swiper-hero .swiper-slide .box .center .volanta,
  .hero-interna .swiper-slide .box .center .volanta {
    font-size: 1.8rem;
    padding: 0 0 0.5rem;
    margin: 0 0 0.5rem;
  }
}

.swiper-hero .swiper-slide .box .center .volanta:after,
.hero-interna .swiper-slide .box .center .volanta:after {
  content: "";
  background-color: #ffffff;
  width: 7rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 640px) {
  .swiper-hero .swiper-slide .box .center .button,
  .hero-interna .swiper-slide .box .center .button {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 640px) {
  .swiper-hero .swiper-slide .box .center .viewvideo .button,
  .hero-interna .swiper-slide .box .center .viewvideo .button {
    position: absolute;
    width: auto;
    opacity: 1;
    top: -60px;
    background: transparent;
    border: 1px solid white;
    color: white;
    height: auto;
    left: 15px;
  }
}

.swiper-hero .swiper-slide .volanta,
.swiper-hero .swiper-slide .title,
.swiper-hero .swiper-slide .button {
  opacity: 0;
  -webkit-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}

.swiper-hero .swiper-slide.swiper-slide-active .volanta,
.swiper-hero .swiper-slide.swiper-slide-active .title,
.swiper-hero .swiper-slide.swiper-slide-active .button {
  opacity: 1;
  -webkit-transition: all 1s 1.5s ease;
  transition: all 1s 1.5s ease;
}

.swiper-hero .swiper-slide.swiper-slide-active .title {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.swiper-hero .swiper-slide.swiper-slide-active .button {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.swiper-pagination-bullets.swiper-pagination-hero {
  bottom: 50px;
}

@media (max-width: 1024px) {
  .swiper-pagination-bullets.swiper-pagination-hero {
    bottom: 60px;
  }
}

@media (max-width: 640px) {
  .home .swiper-pagination-bullets.swiper-pagination-hero {
    top: auto;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    top: 280px;
    height: 20px;
  }
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

.hero-interna {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center 0;
  min-height: 280px;
  margin: 0 0 3rem;
}

@media (max-width: 640px) {
  .hero-interna {
    background-size: 100% !important;
    background-position: center center !important;
  }
}

.hero-interna:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #007cc3;
  bottom: 0;
  left: 0;
}

.hero-interna.big_hero .box {
  min-height: 430px;
}

.hero-interna .box {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  align-content: center;
  min-height: 320px;
}

@media (max-width: 1366px) {
  .hero-interna .box {
    width: 96%;
  }
}

.hero-interna .box .center {
  width: 50%;
  margin: 16rem 0 5rem;
}

@media (max-width: 640px) {
  .hero-interna .box .center {
    width: 100%;
    margin: 16rem 0 2.5rem;
  }
}

.hero-interna .box .center .volanta {
  color: #ffffff;
  font-size: 1.8rem;
}

.hero-interna .box .center .volanta:after {
  background-color: #ffffff;
}

.hero-interna .box .center .title {
  font-family: "omnes-semibold";
  color: #ffffff;
  font-size: 4rem;
}

@media (max-width: 640px) {
  .hero-interna .box .center .title {
    font-size: 3.4rem;
  }
}

.hero-interna .box .center .text {
  font-family: "open_sansregular";
  color: #ffffff;
  font-size: 1.5rem;
  padding: 2% 10% 0 0;
}

.hero-interna .box .center .button {
  margin: 3% 0 0 0;
}

.mosaico {
  margin: 0 auto 8rem;
  max-width: 1350px;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 1366px) {
  .mosaico {
    width: 96%;
  }
}

.mosaico .col {
  float: left;
  padding: 0;
  width: 50%;
}

@media (max-width: 768px) {
  .mosaico .col {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .mosaico .col {
    width: 50%;
  }
}

.mosaico .bg_images_dm {
  background-position: top right;
  background-size: initial;
}

.mosaico .title {
  color: #fff;
  font-family: "omnes-semibold";
  font-size: 3.2rem;
  line-height: 1.1;
}

@media (max-width: 1280px) {
  .mosaico .title {
    font-size: 2.2vw;
  }
}

@media (max-width: 768px) {
  .mosaico .title {
    font-size: 4.5vw;
  }
}

@media (max-width: 640px) {
  .mosaico .title {
    font-size: 5.6vw;
    line-height: 1.2;
    margin: 0 0 0.5rem;
  }
}

.mosaico .text {
  color: #fff;
  line-height: 1.2;
}

@media (max-width: 1280px) {
  .mosaico .text {
    font-size: 1.2vw;
  }
}

@media (max-width: 768px) {
  .mosaico .text {
    font-size: 2.2vw;
  }
}

@media (max-width: 640px) {
  .mosaico .text {
    font-size: 12px;
  }
}

.mosaico .boxes {
  background-color: #007cc3;
  border: 1px solid #ffffff;
  float: left;
  height: 130px;
  position: relative;
  width: 33.3333%;
}

@media (max-width: 640px) {
  .mosaico .boxes {
    height: auto !important;
    min-height: 90px;
    width: 100% !important;
  }
}

.mosaico .boxes.large {
  width: 66.6666%;
}

.mosaico .boxes.large .data {
  width: 80%;
}

.mosaico .boxes.doubleheight {
  height: 260px;
}

.mosaico .boxes .data {
  bottom: 0;
  padding: 0 20px 8px;
  position: absolute;
  width: 100%;
}

@media (max-width: 640px) {
  .mosaico .boxes .data {
    padding: 10px;
    position: relative;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .mosaico .boxes.first-col2 {
    float: right;
  }
}

.mosaico .bg-dark {
  background-color: #0b4b83;
}

.mosaico .bg-green {
  background-color: #1bbcb2;
}

.mosaico .bg-light {
  background-color: #169ed9;
}

.mosaico_short {
  margin: 3rem auto;
  padding: 0 15px;
}

@media (max-width: 1366px) {
  .mosaico_short {
    padding: 0;
    width: 100%;
  }
}

.mosaico_short .col {
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .mosaico_short .col {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .mosaico_short .col .boxes {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .mosaico_short .col .title {
    font-size: 3.8vw;
  }
}

@media (max-width: 768px) {
  .mosaico_short .col .title {
    font-size: 4vw;
  }
}

@media (max-width: 640px) {
  .mosaico_short .col .title {
    font-size: 6vw;
    line-height: 1.2;
    margin: 0 0 0.5rem;
  }
}

@media (max-width: 992px) {
  .mosaico_short .col .text {
    font-size: 1.5vw;
  }
}

@media (max-width: 768px) {
  .mosaico_short .col .text {
    font-size: 1.8vw;
  }
}

@media (max-width: 640px) {
  .mosaico_short .col .text {
    font-size: 12px;
  }
}

.middle_banner {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .middle_banner {
    padding: 1rem 0;
  }
}

@media (max-width: 992px) {
  .middle_banner {
    padding: 3rem 0;
  }
}

@media (max-width: 640px) {
  .middle_banner {
    background-position: center 0px;
    padding: 1.4rem 0;
    background-size: 100%;
  }
}

.middle_banner .wrapper {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
  display: table;
  max-height: 455px;
  min-height: 300px;
  height: 25vw;
}

@media (max-width: 640px) {
  .middle_banner .wrapper {
    width: 94%;
    display: block;
    padding: 50% 0 0;
    min-height: initial;
    max-height: initial;
    height: auto;
  }
}

.middle_banner .wrapper .col {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.middle_banner .wrapper .col .title {
  width: 40%;
  font-family: "omnes-semibold";
  font-size: 3.6rem;
  position: relative;
  margin: 0 0 2rem;
}

@media (max-width: 1280px) {
  .middle_banner .wrapper .col .title {
    width: 45%;
  }
}

@media (max-width: 640px) {
  .middle_banner .wrapper .col .title {
    width: 100%;
    font-size: 2.5rem;
  }
}

.middle_banner .wrapper .col .volanta {
  width: 40%;
  font-size: 2rem;
}

@media (max-width: 1280px) {
  .middle_banner .wrapper .col .volanta {
    width: 45%;
  }
}

@media (max-width: 640px) {
  .middle_banner .wrapper .col .volanta {
    width: 100%;
    padding: 2rem 0 1rem 0;
  }
}

@media (max-width: 640px) {
  .middle_banner .wrapper .col .button {
    display: none;
  }
}

.middle_banner .wrapper .col.text_color_blanco .volanta {
  color: #ffffff;
}

.middle_banner .wrapper .col.text_color_blanco .volanta:after {
  background-color: #ffffff;
}

.middle_banner .wrapper .col.text_color_blanco .title {
  color: #ffffff;
}

.middle_banner .wrapper .col.text_color_blanco .button {
  background: #ffffff;
  color: #007cc3;
}

.middle_banner .button-mobile {
  text-indent: -100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

@media (max-width: 640px) {
  .middle_banner .button-mobile {
    display: block;
  }
}

.empresas_grupo_arcor {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f1f1f1;
  margin: 3rem auto 8rem;
  float: left;
}

.empresas_grupo_arcor ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  padding: 7rem 0 2rem;
  width: 94%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .empresas_grupo_arcor ul {
    flex-wrap: wrap;
    padding: 6rem 1rem 2rem;
    width: 90%;
  }
}

@media (max-width: 640px) {
  .empresas_grupo_arcor ul {
    width: 96%;
  }
}

.empresas_grupo_arcor ul li {
  margin: 0 2rem;
}

@media (max-width: 640px) {
  .empresas_grupo_arcor ul li {
    width: 50%;
    margin: 1rem 0;
  }
}

@media (max-width: 640px) and (max-width: 640px) {
  .empresas_grupo_arcor ul li {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .empresas_grupo_arcor ul li img {
    width: 90%;
  }
}

.empresas_grupo_arcor ul li:first-child {
  position: absolute;
  margin: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 640px) {
  .empresas_grupo_arcor ul li:first-child {
    padding: 0;
  }
}

.empresas_grupo_arcor ul li:first-child img {
  max-width: initial;
}

.empresas_grupo_arcor ul li a {
  display: block;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media (max-width: 640px) {
  .empresas_grupo_arcor ul li a {
    padding: 5px 15px;
  }
}

.empresas_grupo_arcor ul li a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.empresas_grupo_arcor ul li a img {
  width: 100%;
  max-width: 180px;
}

.empresas_grupo_arcor ul li a p {
  text-align: center;
  font-weight: 600;
  width: 100%;
  position: relative;
  font-size: 11px;
  margin: -10px auto 0;
  max-width: 135px;
  color: #606060;
}

.empresas_grupo_arcor ul li a .svg {
  width: 125px;
  height: 88px;
  margin-top: 15px;
}

.card {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  clear: none;
  float: left;
  height: 160px;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: box-shadow 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  width: 100%;
}

@media (min-width: 640px) {
  .card {
    height: 350px;
    margin: 10px;
    width: calc(49.9999% - 20px);
  }
}

@media (min-width: 992px) {
  .card {
    width: calc(33.3333% - 20px);
  }
}

@media (min-width: 1280px) {
  .card {
    width: calc(25% - 20px);
  }
}

.card:hover {
  box-shadow: 4px 4px 0 1px rgba(0, 0, 0, 0.2);
}

.card .lazy-loading {
  background-position: 50% 50% !important;
}

.card.card-search {
  height: auto;
  width: 100%;
}

.card.card-search .card-block {
  width: 100%;
}

.card.doble {
  height: 160px;
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 640px) {
  .card.doble {
    height: 350px;
    margin: 10px;
    width: calc(50% - 20px);
  }
}

@media (min-width: 992px) {
  .card.doble {
    height: 350px;
    width: calc(66.666666% - 20px);
  }
}

@media (min-width: 1280px) {
  .card.doble {
    width: calc(50% - 20px);
  }
}

.card.card__nolink {
  pointer-events: none;
}

.card.link .card-block {
  background: 0 0 !important;
}

.card.aside {
  border: 1px solid #dddddd;
  box-shadow: none;
  display: none;
  float: right;
  height: 620px;
  position: relative;
}

@media (min-width: 1024px) {
  .card.aside {
    display: block;
  }
}

@media (min-width: 1280px) {
  .card.aside {
    height: 400px;
  }
}

@media (min-width: 1255px) {
  .card.aside {
    height: 720px;
  }
}

.card .url {
  border: 1px solid #dddddd;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  z-index: 10;
}

.card .url:hover {
  background: rgba(96, 96, 96, 0.05);
}

.card .url.last-news {
  border: 0;
  border-bottom: 1px solid #dddddd;
}

.card .card-block {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 640px) {
  .card .card-block {
    height: 100% !important;
    left: auto !important;
    right: 0;
    width: 50%;
  }
}

.card .card-block .categ {
  background: #007cc3;
  bottom: 0;
  color: #ffffff;
  font-size: 1.2rem;
  left: 0;
  padding: 6px 20px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 640px) {
  .card .card-block .categ {
    padding: 6px 8px 6px 10px;
  }
}

.card .card-block .title {
  font-family: "omnes-medium";
  font-size: 1.4rem;
  margin: 0;
  padding: 16px 20px 14px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.card .card-block .title h2 {
  display: inline-block;
  width: 100%;
}

@media (max-width: 640px) {
  .card .card-block .title {
    font-size: 1.2rem;
    padding: 15px 8px 10px 10px;
  }
}

.card .card-block .title:after {
  background: #dddddd;
  bottom: 0;
  content: "";
  height: 1px;
  left: 20px;
  position: absolute;
  width: calc(100% - 40px);
}

@media (max-width: 640px) {
  .card .card-block .title:after {
    left: 10px;
    width: calc(100% - 20px);
  }
}

.card .card-block .title span {
  display: inline-block;
  float: left;
  margin-right: 1rem;
}

.card .card-block .text {
  margin: 0 0 10px;
  max-height: 98px;
  padding: 6px 20px 0;
  width: 100%;
}

@media (max-width: 640px) {
  .card .card-block .text {
    -webkit-line-clamp: 4;
    font-size: 1.3rem;
    max-height: 73px;
    padding: 6px 8px 0 10px;
  }
}

.card .card-block .text p {
  margin: 0;
  max-height: 66px;
  overflow: hidden;
}

.card .card-block .ico_card {
  bottom: 1rem;
  height: 60px;
  left: 3rem;
  position: relative;
  width: 60px;
}

.card.card-nota {
  background-position: center top;
}

.card.card-nota .card-block {
  -webkit-box-align: center;
          align-items: center;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-top: 0;
  bottom: 0;
  height: auto;
  left: 0;
  max-height: 160px;
  min-height: 80px;
  padding: 0 0 7px;
  position: absolute;
}

.card.card-nota .card-block .categ {
  bottom: auto;
  position: relative;
}

.card.card-nota .bg_images_dm {
  background-position: 50% 50%;
  height: 100%;
}

@media (max-width: 640px) {
  .card.card-nota .bg_images_dm {
    height: 100%;
    width: 100%;
  }
}

.card.card-nota .bg_images_dm .img {
  height: calc(100% - 80px) !important;
  min-height: auto;
}

@media (max-width: 640px) {
  .card.card-nota .bg_images_dm .img {
    height: 100% !important;
    min-height: 100%;
    min-width: 50%;
  }
}

@media (max-width: 640px) {
  .card.card-descargable {
    height: 340px;
  }
}

.card.card-descargable .bg_images_dm {
  height: 100%;
  width: 100%;
}

@media (max-width: 640px) {
  .card.card-descargable .bg_images_dm {
    background-position: center center !important;
    background-size: cover;
  }
}

.card.card-descargable:hover .card-block {
  background-position: 50% 3%;
}

.card.card-descargable .card-block {
  -webkit-box-align: center;
          align-items: center;
  background: url("/images/ico-download.svg") no-repeat;
  background-position: 50% -20%;
  background-size: 20px;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  left: 0;
  padding: 4rem 1.2rem 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@media (max-width: 640px) {
  .card.card-descargable .card-block {
    background-position: 50% 3%;
    width: 100%;
  }
}

.card.card-descargable .card-block .title {
  color: #ffffff;
  font-family: "omnes-regular";
  font-size: 1.8rem;
  padding: 0;
  text-transform: initial;
}

.card.card-descargable .card-block .title::after {
  display: none;
}

.card.card-descargable .card-block .title h2 {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

@media (max-width: 640px) {
  .card.card-descargable .card-block .title {
    font-size: 1.5rem;
  }
}

.card.card-descargable .card-block .text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #ffffff;
  display: -webkit-box;
  /* NO */
  font-family: "omnes-medium";
  font-size: 2.5rem;
  line-height: 1.2;
  max-height: 68px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-overflow: ellipsis;
}

@media (max-width: 640px) {
  .card.card-descargable .card-block .text {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}

.card.card-descargable .card-block .text p {
  margin: 0 auto 1rem;
}

.card.card-descargable .card-block .text::after {
  background: #ffffff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 70px;
}

.card.card-descargable.textdark .title {
  color: #606060 !important;
}

.card.card-descargable.textdark .text {
  color: #007cc3;
}

.card.card-descargable.textdark .text::after {
  background: #dddddd;
}

.card.card-descargable.textlight .title {
  color: #ffffff !important;
}

.card.card-descargable.textlight .text {
  color: #ffffff;
}

.card.card-descargable.textlight .text::after {
  background: #ffffff;
}

.card.card-descargable.no_ico_descarga .card-block {
  background: none;
}

.card.card-video {
  height: 180px;
  /* &:hover {
    // .card-block {
    //   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .95) 100%);
    // }
  } */
}

@media (min-width: 640px) {
  .card.card-video {
    height: 350px;
  }
}

.card.card-video .card-block {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0);
  height: 120px;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@media (max-width: 640px) {
  .card.card-video .card-block {
    height: 120px !important;
    left: 0 !important;
    width: 100%;
  }
}

.card.card-video .card-block .title {
  background-size: 45px;
  background: url("/images/ico-play-video.svg") no-repeat 0 50%;
  bottom: 45px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.7rem;
  height: 45px;
  left: 50%;
  padding: 0 0px 0 60px;
  position: absolute;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  text-transform: inherit;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

.card.card-video .card-block .title > * {
  display: table-cell;
  vertical-align: middle;
}

.card.card-video .card-block .title::after {
  display: none;
}

@media (max-width: 640px) {
  .card.card-imagen {
    height: 340px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .card.card-imagen .bg_images_dm {
    background-position: center center !important;
    background-size: cover;
  }
}

@media (max-width: 640px) {
  .card.card-imagen .card-block {
    width: 100%;
  }
}

.card.reconocimientos .categ {
  background: #ecbb33;
}

.card.reconocimientos .title {
  color: #ecbb33;
}

.card.repercusiones .categ {
  background: #d85054;
}

.card.repercusiones .title {
  color: #d85054;
}

.card.porcion.justa .categ,
.card.porción.justa .categ {
  background: #8cc63f;
}

.card.porcion.justa .title,
.card.porción.justa .title {
  color: #8cc63f;
}

.card.reportes .card-block {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

.card.reportes .card-block .title h2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card.reportes:hover .card-block .title:before {
  background: rgba(255, 255, 255, 0.25);
  -webkit-transform: translate(-50%, 0) scale(1.05);
          transform: translate(-50%, 0) scale(1.05);
}

.card.reportes .card-block {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
}

.card.reportes .card-block .title {
  color: #ffffff;
  font-family: "omnes-medium";
  font-size: 2.5rem;
  line-height: 1.1;
  padding: 0 20px;
  text-align: center;
  text-transform: initial;
}

.card.reportes .card-block .title::after {
  background: #ffffff;
  bottom: -1.5rem;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 70px;
}

.card.reportes .card-block .title::before {
  background: rgba(255, 255, 255, 0);
  border-radius: 100px;
  content: url("/images/ico-descarga-mediakit.svg");
  display: block;
  height: 100px;
  left: 50%;
  position: relative;
  top: -1.5rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  width: 100px;
}

.card.reportes .card-block .title span {
  float: none;
  font-family: omnes-regular;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0.5rem 0 0;
}

.card .bg_images_dm {
  background-position: 50% 50%;
}

@media (max-width: 640px) {
  .card .bg_images_dm {
    height: 100%;
  }
}

.card .bg_images_dm .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100% !important;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  width: auto !important;
}

.card .bg_images_dm .img.size0 {
  display: inline-block !important;
}

@media (min-width: 415px) {
  .card .bg_images_dm .img.size0 {
    display: none !important;
  }
}

.card .bg_images_dm .img.size1 {
  display: none !important;
}

@media (min-width: 415px) {
  .card .bg_images_dm .img.size1 {
    display: inline-block !important;
  }
}

@media (min-width: 640px) {
  .card .bg_images_dm .img.size1 {
    display: none !important;
  }
}

.card .bg_images_dm .img.size2 {
  display: none !important;
}

@media (min-width: 640px) {
  .card .bg_images_dm .img.size2 {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .card .bg_images_dm .img.size2 {
    display: inline-block !important;
  }
}

.card .bg_images_dm .img.size3 {
  display: none !important;
}

@media (min-width: 1280px) {
  .card .bg_images_dm .img.size3.size3--doble {
    display: inline-block !important;
  }
}

.cards_ico-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 auto 5rem;
  max-width: 900px;
  width: 100%;
}

.cards_ico-text li {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
          align-items: center;
  color: #606060;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  padding: 35px 10px 5px;
  text-align: center;
  width: 33.333%;
}

@media (max-width: 768px) {
  .cards_ico-text li {
    width: 50%;
  }
}

.cards_ico-text li .svg {
  max-width: 200px;
  width: 100%;
}

.cards_ico-text li p {
  max-width: 200px;
  width: 100%;
}

.card_data {
  padding: 0;
  margin: 0;
  display: block;
}

.card_data:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.card_data:hover {
  box-shadow: none;
}

.card_data:hover .masck {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.card_data:hover .card-block {
  -webkit-transition: top 0.35s 0.35s ease;
  transition: top 0.35s 0.35s ease;
  top: 25%;
}

@media (max-width: 992px) {
  .card_data:hover .card-block {
    top: 5%;
  }
}

.card_data:hover .card-block .volanta:after {
  width: 7rem;
  -webkit-transition: width 0.35s 0.8s ease;
  transition: width 0.35s 0.8s ease;
}

.card_data:hover .card-block .volanta:before {
  left: -3rem;
  -webkit-transition: left 0.35s 0s ease;
  transition: left 0.35s 0s ease;
}

.card_data:hover .card-block .text {
  opacity: 1;
  -webkit-transition: opacity 1s 0.5s ease;
  transition: opacity 1s 0.5s ease;
}

.card_data:hover .card-block .listado {
  opacity: 1;
  -webkit-transition: opacity 1s 0.65s ease;
  transition: opacity 1s 0.65s ease;
}

.card_data .card-block {
  position: absolute;
  top: calc(100% - 10rem);
  z-index: 10;
  -webkit-transition: top 0.35s 0.15s ease;
  transition: top 0.35s 0.15s ease;
}

.card_data .card-block .volanta {
  color: #ffffff;
  font-size: 2.8rem;
  padding: 1.5rem 3rem;
  margin: 0 0 1.5rem;
}

.card_data .card-block .volanta:after {
  background: #ffffff;
  width: 0;
  -webkit-transition: width 0.35s 0s ease;
  transition: width 0.35s 0s ease;
}

.card_data .card-block .volanta:before {
  content: url("/images/ico-arrow.svg");
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 5rem;
  left: 3rem;
  bottom: 0;
  -webkit-transition: left 0.35s 0.35s ease;
  transition: left 0.35s 0.35s ease;
}

.card_data .card-block .text {
  color: #ffffff;
  font-family: "open_sansregular";
  padding: 0 3rem;
  opacity: 0;
  -webkit-transition: opacity 0.35s 0s ease;
  transition: opacity 0.35s 0s ease;
}

.card_data .card-block .listado {
  padding: 1rem 3rem 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s 0s ease;
  transition: opacity 0.35s 0s ease;
}

.card_data .card-block .listado ul {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.card_data .card-block .listado ul li {
  float: left;
  width: 50%;
  padding: 0 2rem 2rem 0;
}

@media (max-width: 992px) {
  .card_data .card-block .listado ul li {
    width: 33.3333%;
  }
}

@media (max-width: 640px) {
  .card_data .card-block .listado ul li {
    width: 50%;
  }
}

.card_data .card-block .listado ul a {
  position: relative;
  color: #ffffff;
  font-size: 1.4rem;
  display: block;
  font-family: "omnes-medium";
  text-transform: uppercase;
  padding: 0 0 0 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card_data .card-block .listado ul a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  top: 0.8rem;
  left: 0;
  background: #ffffff;
}

.card_data .card-block .listado ul a:hover {
  color: #007cc3;
  background: #ffffff;
}

.card_data .masck {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 124, 195, 0.8);
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.35s 0.35s ease;
  transition: opacity 0.35s 0.35s ease;
}

.card_data.consumo_masivo .masck {
  background: rgba(0, 124, 195, 0.8);
}

.card_data.envase .masck {
  background: rgba(167, 107, 24, 0.8);
}

.card_data.agronegocios .masck {
  background: rgba(232, 185, 9, 0.8);
}

.nuestros_negocios {
  height: auto !important;
  position: relative;
}

.nuestros_negocios .hero-interna:after {
  background: #30aee4;
}

.nuestros_negocios .bifurcador {
  margin: 5rem 0 3rem;
}

.nuestros_negocios .bifurcador ul li {
  background-color: #f6f6f6;
  text-align: center;
  position: relative;
  padding: 0 0 1.4rem;
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  margin: 5px;
}

@media (max-width: 992px) {
  .nuestros_negocios .bifurcador ul li {
    margin: 0 auto 2rem;
  }
}

.nuestros_negocios .bifurcador ul li:hover {
  box-shadow: 4px 4px 0 1px rgba(0, 0, 0, 0.2);
  background: #f1f1f1;
}

.nuestros_negocios .bifurcador ul li:nth-child(1) figure {
  border-bottom: 5px solid #007cc3;
}

.nuestros_negocios .bifurcador ul li:nth-child(2) figure {
  border-bottom: 5px solid #e8b909;
}

.nuestros_negocios .bifurcador ul li:nth-child(3) figure {
  border-bottom: 5px solid #a76b18;
}

.nuestros_negocios .bifurcador ul li .card-block {
  padding: 1.5rem 2rem;
}

.nuestros_negocios .bifurcador ul li .card-block .title {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 0.8rem 0 1.4rem;
}

.nuestros_negocios .bifurcador ul li .cta {
  width: 100%;
  padding: 0 1rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.nuestros_negocios .bifurcador ul li .cta .button {
  background: rgba(0, 124, 195, 0.8);
  color: #ffffff;
  width: 33.3333%;
  border: 1px solid #f6f6f6;
  min-height: 50px;
  padding: 10px 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.touchevents .nuestros_negocios .bifurcador ul li .cta .button {
  background: #007cc3;
}

.no-touchevents .nuestros_negocios .bifurcador ul li .cta .button.golosinas:hover {
  background: #ef7c8e;
}

.no-touchevents .nuestros_negocios .bifurcador ul li .cta .button.chocolates:hover {
  background: #823d2d;
}

.no-touchevents .nuestros_negocios .bifurcador ul li .cta .button.choco_ind:hover {
  background: #53271d;
}

.no-touchevents .nuestros_negocios .bifurcador ul li .cta .button.helados:hover {
  background: #007cc3;
}

.no-touchevents .nuestros_negocios .bifurcador ul li .cta .button.galletas:hover {
  background: #1bbcb2;
}

.no-touchevents .nuestros_negocios .bifurcador ul li .cta .button.alimentos:hover {
  background: #55af47;
}

.no-touchevents .nuestros_negocios .bifurcador ul li .cta .button.nutraceuticos:hover {
  background: #eb1c23;
}

.no-touchevents .nuestros_negocios .bifurcador ul li .cta .button.agronegocios:hover {
  background: #e8b909;
}

.no-touchevents .nuestros_negocios .bifurcador ul li .cta .button.envases:hover {
  background: #a76b18;
}

@media (max-width: 1200px) {
  .nuestros_negocios .bifurcador ul li .cta .button {
    width: 50%;
  }
}

.nuestros_negocios_interna {
  height: auto !important;
  position: relative;
}

.nuestros_negocios_interna.chocolates .hero-interna:after {
  background: #823d2d;
}

.nuestros_negocios_interna.chocolates .boxes {
  background-color: #823d2d !important;
}

.nuestros_negocios_interna.chocolates .boxes.bg-dark {
  background-color: #5b2b1f !important;
}

.nuestros_negocios_interna.chocolates .boxes.bg-light {
  background-color: #ae8176 !important;
}

.nuestros_negocios_interna.chocolates_industriales .hero-interna {
  margin: 0 0 1rem;
}

.nuestros_negocios_interna.chocolates_industriales .hero-interna::after {
  background: #53271d;
}

.nuestros_negocios_interna.chocolates_industriales .accesos {
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px 0;
  margin: 4rem auto;
  padding: 3rem 0;
}

.nuestros_negocios_interna.chocolates_industriales .accesos ul {
  margin: 0;
}

.nuestros_negocios_interna.chocolates_industriales .accesos ul li {
  width: 100%;
}

.nuestros_negocios_interna.chocolates_industriales .accesos ul .bg_images_dm {
  background-color: #53271d;
  background-position: 90% 22px;
}

.nuestros_negocios_interna.chocolates_industriales .accesos ul .bg_images_dm.bg-dark {
  background-color: #401e16;
}

.nuestros_negocios_interna.chocolates_industriales .accesos ul .bg_images_dm.bg-light {
  background-color: #7e5d56;
}

.nuestros_negocios_interna.chocolates_industriales .accesos ul .bg_images_dm h2 {
  color: #ffffff;
}

.nuestros_negocios_interna.chocolates_industriales .accesos ul .bg_images_dm a .arrow svg {
  fill: #ffffff;
}

.nuestros_negocios_interna.chocolates_industriales .accesos ul .bg_images_dm a::after {
  background-color: #53271d;
}

.nuestros_negocios_interna.chocolates_industriales .canales {
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto 4rem;
  width: 100%;
}

@media (max-width: 768px) {
  .nuestros_negocios_interna.chocolates_industriales .canales {
    flex-wrap: wrap;
  }
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component {
  -webkit-box-direction: normal;
  /* This is a no-no. At some point somebody will have to disarm this bomb.  */
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  margin: 0 0 4rem;
  padding: 0 0 200px;
  position: relative;
  width: 100%;
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component .logo {
  display: table;
  margin: 2rem 0;
  padding: 0 0 1.5rem;
  position: relative;
  width: 100%;
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component .logo::after {
  background: #dddddd;
  bottom: 0px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 70px;
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component .logo .svg {
  display: table-cell;
  height: 90px;
  vertical-align: middle;
  width: 100%;
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component p {
  color: #606060;
  margin: 0 auto 1rem;
  text-align: center;
  width: 80%;
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component .box {
  -webkit-box-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  height: 180px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component .box:hover:before {
  opacity: 0.6;
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component .box:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 1%;
  position: absolute;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  width: 98%;
  z-index: 1;
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component .box .btn {
  -webkit-box-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  font-size: 1.4rem;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 2.7rem;
  margin: 0 auto;
  min-width: 270px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component .box .btn .svg {
  width: 30px;
  margin-left: 10px;
  fill: #ffffff;
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component .box .btn.youtube-mapricuber {
  background-color: #d00818;
  border-bottom: solid 1px #a60613;
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component .box .btn.youtube-aguila {
  background-color: #f097ab;
  border-bottom: solid 1px #c07989;
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component.mapricuber .logo {
  max-width: 196px;
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component.mapricuber .box:before {
  background-image: url("/images/nuestros_negocios/mapricuber-bkg.jpg");
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component.aguila .logo {
  max-width: 95px;
}

.nuestros_negocios_interna.chocolates_industriales .canales .canal-component.aguila .box:before {
  background-image: url("/images/nuestros_negocios/aguila-bkg.jpg");
}

.nuestros_negocios_interna.chocolates_industriales .grid_destacados {
  margin: 2rem auto 5rem;
}

.nuestros_negocios_interna.chocolates_industriales .grid_destacados .text {
  z-index: 2;
}

@media (max-width: 1255px) {
  .nuestros_negocios_interna.chocolates_industriales .news_destacadas .col .card.\--noLink {
    width: calc(16.6666% - 20px);
  }
}

@media (max-width: 992px) {
  .nuestros_negocios_interna.chocolates_industriales .news_destacadas .col .card.\--noLink {
    display: none;
  }
}

.nuestros_negocios_interna.chocolates_industriales .plantas {
  margin: 0 auto 3rem;
  width: 100%;
}

.nuestros_negocios_interna.chocolates_industriales .plantas ul {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

@media (max-width: 768px) {
  .nuestros_negocios_interna.chocolates_industriales .plantas ul {
    flex-wrap: wrap;
  }
}

.nuestros_negocios_interna.chocolates_industriales .plantas ul li {
  width: 100%;
}

@media (max-width: 768px) {
  .nuestros_negocios_interna.chocolates_industriales .plantas ul li {
    margin: 0 0 1px;
  }
}

.nuestros_negocios_interna.chocolates_industriales .plantas ul li .card:before {
  background: #53271d;
}

.nuestros_negocios_interna.chocolates_industriales .info_destacada .mosaico .col {
  width: 100%;
}

.nuestros_negocios_interna.chocolates_industriales .info_destacada .mosaico .col .boxes {
  width: 33.3333%;
}

@media (max-width: 992px) {
  .nuestros_negocios_interna.chocolates_industriales .info_destacada .mosaico .col .boxes {
    width: 100%;
  }
}

.nuestros_negocios_interna.chocolates_industriales .info_destacada .mosaico .col .boxes.bg_images_dm {
  background-color: #53271d;
  background-position: 90% 22px;
}

.nuestros_negocios_interna.chocolates_industriales .info_destacada .mosaico .col .boxes.bg_images_dm.bg-dark {
  background-color: #401e16 !important;
}

.nuestros_negocios_interna.chocolates_industriales .info_destacada .mosaico .col .boxes.bg_images_dm.bg-light {
  background-color: #7e5d56 !important;
}

.nuestros_negocios_interna.golosinas .hero-interna:after {
  background: #ef7c8e;
}

.nuestros_negocios_interna.golosinas .boxes {
  background-color: #ef7c8e;
}

.nuestros_negocios_interna.golosinas .boxes.bg-dark {
  background-color: #b75050 !important;
}

.nuestros_negocios_interna.golosinas .boxes.bg-light {
  background-color: #f39daa !important;
}

.nuestros_negocios_interna.helados .hero-interna:after {
  background: #007cc3;
}

.nuestros_negocios_interna.helados .boxes {
  background-color: #007cc3;
}

.nuestros_negocios_interna.helados .boxes.bg-dark {
  background-color: #0068a4 !important;
}

.nuestros_negocios_interna.helados .boxes.bg-light {
  background-color: #3d9bd1 !important;
}

.nuestros_negocios_interna.galletas .hero-interna:after {
  background: #1bbcb2;
}

.nuestros_negocios_interna.galletas .boxes {
  background-color: #1bbcb2;
}

.nuestros_negocios_interna.galletas .boxes.bg-dark {
  background-color: #179e96 !important;
}

.nuestros_negocios_interna.galletas .boxes.bg-light {
  background-color: #54cdc5 !important;
}

.nuestros_negocios_interna.alimentos .hero-interna:after {
  background: #55af47;
}

.nuestros_negocios_interna.alimentos .boxes {
  background-color: #55af47 !important;
}

.nuestros_negocios_interna.alimentos .boxes.bg-dark {
  background-color: #49963d !important;
}

.nuestros_negocios_interna.alimentos .boxes.bg-light {
  background-color: #80c375 !important;
}

.nuestros_negocios_interna .swiper-marcas {
  border-top: 1px solid #dddddd;
  margin: 4rem 0 0;
  padding: 4rem 4rem;
}

.nuestros_negocios_interna .swiper-marcas .swiper-slide {
  text-align: center;
}

.nuestros_negocios_interna .swiper-marcas .swiper-slide img {
  max-width: 180px;
  width: 100%;
}

.nuestros_negocios_interna .swiper-marcas .swiper-button-prod {
  background-image: url("/images/ico-arrow-blue.svg");
  background-position: 75% 50%;
  background-size: 50%;
  height: 72px;
  right: 10px;
  top: 100px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 4rem;
}

.nuestros_negocios_interna .swiper-marcas .swiper-button-prod:hover {
  background-position: 100% 50%;
}

.nuestros_negocios_interna .swiper-marcas .swiper-button-prod::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  top: 33%;
  height: 34%;
  background-color: #dddddd;
}

.nuestros_negocios_interna .swiper-marcas .swiper-button-prod.swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 10px;
}

.packaging .hero-interna::after {
  background: #a76b18;
}

.packaging .text-image {
  margin-top: 50px;
}

.packaging .packaging-logos {
  margin: 30px auto;
}

.packaging .packaging-logos ul {
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: solid 1px #dddddd;
  border-top: solid 1px #dddddd;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 50px 0;
}

@media (max-width: 640px) {
  .packaging .packaging-logos ul {
    padding: 10px 0;
  }
}

.packaging .packaging-logos ul li a {
  display: block;
  margin: 0 1rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.packaging .packaging-logos ul li a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.packaging .packaging-logos ul li a img {
  width: 100%;
  max-width: 180px;
}

.packaging .mosaico .mosaico_short {
  margin: 0 auto;
  padding: 0;
}

.packaging .mosaico .boxes {
  background-color: #a76b18;
}

.packaging .mosaico .boxes.bg-dark {
  background-color: #7d5012;
}

.packaging .mosaico .boxes.bg-light {
  background-color: #b98946;
}

.packaging .upper {
  clear: both;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin: 3rem auto 4rem;
  position: relative;
}

@media (max-width: 640px) {
  .packaging .upper {
    flex-wrap: wrap;
    width: 94%;
  }
}

.packaging .upper .col .svg {
  float: left;
  height: 55px;
  margin: 0 1.7rem 0 1.5rem;
  width: 55px;
}

@media (max-width: 640px) {
  .packaging .upper .col .svg {
    margin: 0 1rem 1rem 0;
  }
}

.packaging .upper .col .title {
  float: left;
  font-family: "omnes-semibold";
  font-size: 2.8rem;
  line-height: 55px;
}

.packaging .upper .col .text {
  float: left;
  line-height: 1.7;
  margin: 2rem 1.5rem 5rem;
  width: 100%;
  width: calc(100% - 3rem);
}

@media (max-width: 640px) {
  .packaging .upper .col .text {
    margin: 2rem 0 3rem;
  }
}

.packaging .upper .col .linear_box {
  bottom: 0;
  height: 8px;
  left: 15px;
  position: absolute;
  width: calc(100% - 30px);
}

@media (max-width: 640px) {
  .packaging .upper .col .linear_box {
    left: 0;
    width: 100%;
  }
}

.packaging .upper .col .linear_box.dark {
  background-color: #a76b18;
}

.packaging .upper .col .linear_box.dark::before {
  background-color: #7d5012;
}

.packaging .upper .col .linear_box.dark::after {
  background-color: #b98946;
}

.nuestras_marcas {
  height: auto !important;
  overflow-y: scroll !important;
  position: relative;
}

.nuestras_marcas .hero-interna {
  margin: 0;
}

.nuestras_marcas .hero-interna::after {
  background: #e84f55;
}

.nuestras_marcas .filter-nav {
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 0;
}

.nuestras_marcas .filter-nav .title {
  margin: 0;
  max-width: 160px;
  width: 100%;
}

@media (max-width: 768px) {
  .nuestras_marcas .filter-nav .title {
    margin: 0 0 1rem;
    max-width: initial;
    width: 100%;
  }
}

@media (max-width: 1366px) {
  .nuestras_marcas .filter-nav .button {
    font-size: 1.2rem;
  }
}

.nuestras_marcas .filter-nav .filtersearch {
  background-position: 99% 50%;
  position: relative;
  width: 33.3333%;
}

@media (max-width: 768px) {
  .nuestras_marcas .filter-nav .filtersearch {
    width: 100%;
  }
}

.nuestras_marcas .filter-nav .filtersearch input {
  margin: 0;
  width: calc(100% - 20px);
}

.nuestras_marcas .grid {
  float: left;
  margin: 0 0 6rem;
  width: 100%;
}

@media (min-width: 650px) {
  .nuestras_marcas .grid {
    min-height: 230px;
  }
}

.nuestras_marcas .card {
  background-color: #007cc3;
  height: 290px;
  margin: 0;
  width: 33.3333%;
}

@media (max-width: 1200px) {
  .nuestras_marcas .card {
    height: 210px;
  }
}

@media (max-width: 768px) {
  .nuestras_marcas .card {
    height: 250px;
    width: 50%;
  }
}

@media (max-width: 640px) {
  .nuestras_marcas .card {
    height: 210px;
    width: 100%;
  }
}

.nuestras_marcas .card::before {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.nuestras_marcas .card:hover {
  box-shadow: none;
}

.nuestras_marcas .card:hover .card-block {
  bottom: 3rem;
}

.nuestras_marcas .card:hover .card-block .volanta::after {
  width: 12rem;
}

.nuestras_marcas .card:hover .url {
  background-color: rgba(0, 0, 0, 0.5);
}

.nuestras_marcas .card .bg_images_dm {
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.nuestras_marcas .card .url {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.nuestras_marcas .card .card-block {
  bottom: 2rem;
  height: auto;
  left: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: bottom 0.7s ease;
  transition: bottom 0.7s ease;
  z-index: 20;
}

@media (max-width: 640px) {
  .nuestras_marcas .card .card-block {
    height: auto !important;
    left: 0 !important;
    width: 100%;
  }
}

.nuestras_marcas .card .card-block .volanta {
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0 0 1rem;
  padding: 0 0 1.1rem 3rem;
}

.nuestras_marcas .card .card-block .volanta::after {
  background: #ffffff;
  -webkit-transition: width 0.7s ease;
  transition: width 0.7s ease;
}

.nuestras_marcas .card .card-block .title {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.3;
  margin: 0;
  padding: 0 3rem;
  text-transform: none;
}

.nuestras_marcas .card .card-block .title::after {
  display: none;
}

.nuestras_marcas_interna {
  height: auto;
}

.nuestras_marcas_interna .hero-interna {
  margin: 0 0 1rem;
}

.nuestras_marcas_interna .hero-interna:after {
  background: #e84f55;
}

.nuestras_marcas_interna .title.separador {
  margin-bottom: 2rem;
}

.nuestras_marcas_interna .grid {
  margin: 0 0 6rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}

.nuestras_marcas_interna .grid .card {
  box-shadow: none;
  width: calc(33.3333% - 20px);
  height: auto;
  float: left;
  margin: 10px;
  padding: 30px 10px 30px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: box-shadow 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.nuestras_marcas_interna .grid .card:hover {
  box-shadow: 4px 4px 0px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .nuestras_marcas_interna .grid .card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 640px) {
  .nuestras_marcas_interna .grid .card {
    width: 100%;
  }
}

.nuestras_marcas_interna .grid .card img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nuestras_marcas_interna .grid .card .swiper-slide {
  min-height: 200px;
}

.nuestras_marcas_interna .grid .card .swiper-slide .swiper-lazy-preloader {
  top: 100px;
}

.nuestras_marcas_interna .grid .card .swiper-slide .swiper-lazy-preloader:after {
  background-image: url("/images/loader_blue.svg");
}

.nuestras_marcas_interna .grid .card .swiper-button-prod {
  background-image: url("/images/ico-arrow-blue.svg");
  width: 4rem;
  background-position: 75% 50%;
  background-size: 50%;
  top: 100px;
  right: 10px;
  height: 72px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.nuestras_marcas_interna .grid .card .swiper-button-prod:hover {
  background-position: 100% 50%;
}

.nuestras_marcas_interna .grid .card .swiper-button-prod:after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  top: 33%;
  height: 34%;
  background-color: #dddddd;
}

.nuestras_marcas_interna .grid .card .swiper-button-prod.swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 10px;
}

.nuestras_marcas_interna .grid .card .swiper-pagination {
  bottom: -4px;
}

.nuestras_marcas_interna .grid .card .swiper-pagination .swiper-pagination-bullet {
  background: rgba(96, 96, 96, 0.2);
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border: 1px solid #ffffff;
}

.nuestras_marcas_interna .grid .card .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(96, 96, 96, 0.5);
}

.nuestras_marcas_interna .grid .card .border {
  border: 1px solid #dddddd;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  z-index: 10;
  pointer-events: none;
}

.nuestras_marcas_interna .grid .card .card-block {
  margin: 20rem 0 0;
  height: auto;
  width: 100%;
}

.nuestras_marcas_interna .grid .card .card-block .categoria {
  font-family: "omnes-medium";
  color: #a4a4a4;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.nuestras_marcas_interna .grid .card .card-block .title {
  font-family: "omnes-medium";
  color: #007cc3;
  font-size: 2.2rem;
  text-transform: inherit;
  padding: 0;
  margin: 1.5rem 0 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.nuestras_marcas_interna .grid .card .card-block .title:after {
  display: none;
}

.nuestras_marcas_interna .grid .card .card-block .text {
  padding: 0 2rem;
  font-size: 1.5rem;
  line-height: 1.3;
  height: 6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.nuestras_marcas_interna .grid .card .card-block .button {
  cursor: pointer;
  display: inline-block;
  padding: 0.7rem 1rem;
  max-width: 100%;
  margin: 0.5rem auto 0;
}

.nuestras_marcas_interna .grid .card .card-block .button:hover {
  color: #0b4b83;
}

.nuestras_marcas_interna .grid .card .card-block .button:hover:after {
  background-color: rgba(96, 96, 96, 0.2);
  height: 100%;
}

.nuestras_marcas_interna .grid .card .card-block .button:after {
  background-color: rgba(0, 124, 195, 0.9);
  height: 1px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.nuestras_marcas_interna .grid .card .cta {
  margin: 3rem 0 0 0;
}

.nuestras_marcas_interna .grid.bifurdador {
  flex-wrap: nowrap;
}

@media (max-width: 1200px) {
  .nuestras_marcas_interna .grid.bifurdador {
    flex-wrap: wrap;
  }
}

.nuestras_marcas_interna .grid.bifurdador .card {
  height: 160px;
  width: 33.3333%;
  margin: 0;
  background-color: #007cc3;
}

@media (max-width: 1200px) {
  .nuestras_marcas_interna .grid.bifurdador .card {
    height: 210px;
  }
}

@media (max-width: 768px) {
  .nuestras_marcas_interna .grid.bifurdador .card {
    height: 250px;
    width: 50%;
  }
}

@media (max-width: 640px) {
  .nuestras_marcas_interna .grid.bifurdador .card {
    height: 260px;
    width: 100%;
  }
}

.nuestras_marcas_interna .grid.bifurdador .card:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.nuestras_marcas_interna .grid.bifurdador .card:hover {
  box-shadow: none;
}

.nuestras_marcas_interna .grid.bifurdador .card:hover .card-block {
  bottom: 3rem;
}

.nuestras_marcas_interna .grid.bifurdador .card:hover .card-block .volanta:after {
  width: 12rem;
}

.nuestras_marcas_interna .grid.bifurdador .card:hover .url {
  background-color: rgba(0, 0, 0, 0.5);
}

.nuestras_marcas_interna .grid.bifurdador .card .url {
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.nuestras_marcas_interna .grid.bifurdador .card .card-block {
  position: absolute;
  bottom: 2rem;
  left: 0;
  height: auto;
  z-index: 20;
  pointer-events: none;
  -webkit-transition: bottom 0.7s ease;
  transition: bottom 0.7s ease;
}

.nuestras_marcas_interna .grid.bifurdador .card .card-block .volanta {
  color: #ffffff;
  font-size: 1.8rem;
  padding: 0 0 1.1rem 3rem;
  margin: 0 0 1rem;
}

.nuestras_marcas_interna .grid.bifurdador .card .card-block .volanta:after {
  background: #ffffff;
  -webkit-transition: width 0.7s ease;
  transition: width 0.7s ease;
}

.nuestras_marcas_interna .grid.bifurdador .card .card-block .title {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.3;
  text-transform: none;
  margin: 0;
  padding: 0 1.5rem;
  text-align: left;
}

.nuestras_marcas_interna .grid.bifurdador .card .card-block .title:after {
  display: none;
}

.nuestras_marcas_interna .wrapper .upper .col .cta.button {
  margin: 2rem 0 0;
}

.nuestras_marcas_interna .wrapper .upper .col .video_wrapper {
  margin: 0 auto;
}

.nuestras_marcas_interna .wrapper .upper .col .titleSecondary {
  margin: 0 0 1rem;
}

.nuestra_historia {
  height: auto !important;
  position: relative;
}

.nuestra_historia .hero-interna {
  margin: 0 0 1rem;
}

.nuestra_historia .hero-interna::after {
  background: #30aee4;
}

.nuestra_historia .separador {
  background-color: #30aee4;
  background-repeat: repeat;
  background-size: auto;
}

.nuestra_historia .separador .box {
  padding: 4rem 0;
}

.slider_simple .swiper-pagination-bullet {
  border: 2px solid #f1f1f1;
}

.slider_simple .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1f1f1;
}

.etapas .title {
  background: transparent;
}

.etapas ul {
  border-bottom: 1px solid #dddddd;
  clear: both;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 3.5rem;
  overflow: hidden;
  padding: 4rem 0 2.5rem;
  width: 100%;
}

@media (max-width: 640px) {
  .etapas ul {
    overflow-x: auto;
  }
}

.etapas ul li {
  background-color: #f6f6f6;
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "open_sansregular";
  font-size: 1.5rem;
  padding: 3rem 4rem 2.5rem;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.etapas ul li:hover {
  background-color: #e8e8e8;
}

.etapas ul li::before {
  background: #007cc3;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  z-index: 1;
}

.etapas ul li::after {
  background: #ffffff;
  border-bottom: 0 solid #007cc3;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -2.6rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 0;
  z-index: -1;
}

.etapas ul li.active {
  background-color: #e8e8e8;
}

.etapas ul li.active::before {
  height: 5px;
}

.etapas ul li.active::after {
  border-bottom: 12px solid #007cc3;
  -webkit-transition: all 0.25s 0.15s ease-in-out;
  transition: all 0.25s 0.15s ease-in-out;
}

.touchevents .etapas ul li.active,
.touchevents .etapas ul li:hover {
  background-color: #e8e8e8;
}

.touchevents .etapas ul li.active::before,
.touchevents .etapas ul li:hover::before {
  height: 5px;
}

.touchevents .etapas ul li.active::after,
.touchevents .etapas ul li:hover::after {
  border-bottom: 12px solid #007cc3;
  -webkit-transition: all 0.25s 0.15s ease-in-out;
  transition: all 0.25s 0.15s ease-in-out;
}

@media (max-width: 768px) {
  .etapas ul li {
    padding: 1rem 0.5rem;
  }
}

.etapas ul li .goToSlide {
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .etapas ul li .goToSlide {
    width: 130px;
  }
}

.etapas ul li .goToSlide img {
  max-width: 130px;
  width: 100%;
}

.etapas ul li .text {
  font-family: "omnes-medium";
  font-size: 1.8rem;
  margin: 1rem 0 0;
}

@media (max-width: 768px) {
  .etapas ul li .text {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .etapas .step-etapas .swiper-slide {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

.etapas .step-etapas figure {
  float: right;
  width: 50%;
}

@media (max-width: 640px) {
  .etapas .step-etapas figure {
    width: 100%;
  }
}

.etapas .step-etapas article {
  float: left;
  padding: 0 4rem 0 0;
  width: calc(50% - 4rem);
}

@media (max-width: 768px) {
  .etapas .step-etapas article {
    margin: 0 0 4rem;
    width: 100%;
  }
}

.etapas .step-etapas article .volanta {
  color: #1bbcb2;
  margin: 0 0 0.5rem;
  padding: 0;
}

.etapas .step-etapas article .volanta::after {
  display: none;
}

.etapas .step-etapas article .title {
  font-size: 1.8rem;
  margin: 0 0 2rem;
  text-transform: uppercase;
}

.etapas .step-etapas article ul,
.etapas .step-etapas article ol {
  border: 0;
  display: block;
  flex-wrap: initial;
  margin: 1rem 0 3rem 2rem;
  overflow: visible;
  padding: 0;
  position: relative;
  width: auto;
}

.etapas .step-etapas article ul li,
.etapas .step-etapas article ol li {
  background: transparent;
  border: 0;
  color: #606060;
  display: block;
  margin: 0 0 1rem;
  padding: 0;
  position: relative;
  text-align: left;
}

.etapas .step-etapas article ul li::before,
.etapas .step-etapas article ol li::before {
  color: #007cc3;
  content: "\2022";
  font-size: 1.8rem;
  left: -1.4rem;
  line-height: 1;
  position: absolute;
  top: 0;
}

.etapas .step-etapas article ol {
  counter-reset: item;
  list-style-type: decimal;
}

.etapas .step-etapas article ol li {
  padding: 0 0 0 15px;
  position: relative;
}

.etapas .step-etapas article ol li::before {
  color: #007cc3;
  content: counter(item) ". ";
  counter-increment: item;
  font-size: 1.5rem;
  font-weight: 600;
  left: -2.5rem;
  position: absolute;
  text-align: right;
  top: 0.2rem;
  width: 32px;
}

.line_time {
  height: 100%;
  width: 100%;
}

@media (max-width: 1460px) {
  .line_time {
    width: calc(100% - 100px);
  }
}

@media (max-width: 768px) {
  .line_time {
    width: 90%;
  }
}

@media (max-width: 640px) {
  .line_time {
    width: 96%;
  }
}

.line_time .thumbs-linetime {
  margin: 0 0 3rem;
}

.line_time .thumbs-linetime::after {
  background: url("/images/nuestra_historia/dots.png") repeat-x center center;
  content: "";
  height: 20px;
  left: 40px;
  margin: 0;
  position: absolute;
  top: calc(50% + 14px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 80px);
}

.line_time .thumbs-linetime .swiper-slide {
  box-sizing: content-box;
  cursor: pointer;
  height: 100%;
  text-align: center;
  width: 20%;
}

@media (max-width: 768px) {
  .line_time .thumbs-linetime .swiper-slide {
    width: 18%;
  }
}

.line_time .thumbs-linetime .swiper-slide:hover .year {
  color: #1bbcb2;
}

.line_time .thumbs-linetime .swiper-slide:hover .normal {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.line_time .thumbs-linetime .swiper-slide:hover .normal .color_bullet_white {
  fill: #d1f3f0;
}

.line_time .thumbs-linetime .swiper-slide .year {
  color: #a4a4a4;
  font-family: "omnes-regular";
  font-size: 1.7rem;
  margin: 1rem 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.line_time .thumbs-linetime .swiper-slide .bullet {
  box-sizing: content-box;
  display: block;
  height: 20px;
  margin: 0 auto;
  padding: 68px 0 0;
  width: 20px;
}

.line_time .thumbs-linetime .swiper-slide .bullet .svg {
  height: 20px;
  width: 20px;
}

.line_time .thumbs-linetime .swiper-slide .bullet .svg g,
.line_time .thumbs-linetime .swiper-slide .bullet .svg path {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.line_time .thumbs-linetime .swiper-slide .bullet .svg .normal {
  opacity: 1;
}

.line_time .thumbs-linetime .swiper-slide .bullet .svg .active {
  opacity: 0;
}

.line_time .step-linetime .swiper-slide {
  height: 0 !important;
  min-height: 350px;
}

.line_time .step-linetime .swiper-slide.swiper-slide-active {
  height: 100% !important;
}

.line_time .swiper-button-year {
  background-color: #ffffff;
  background-image: url("/images/ico-arrow-blue.svg");
  background-position: 75% 50%;
  background-size: 50%;
  height: 72px;
  right: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 4rem;
}

.line_time .swiper-button-year:hover {
  background-position: 100% 50%;
}

.line_time .swiper-button-year::after {
  background-color: #007cc3;
  content: "";
  height: 34%;
  left: 0;
  position: absolute;
  top: 33%;
  width: 2px;
}

.line_time .swiper-button-year.swiper-button-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.line_time figure {
  box-sizing: border-box;
  padding: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .line_time figure {
    left: 5%;
    width: 90%;
  }
}

.line_time figure img {
  display: block;
  margin: 0 auto;
  opacity: 0.8;
  padding: 15%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}

.line_time article {
  box-sizing: border-box;
  float: left;
  margin: 1.5rem 0 0;
  min-height: 120px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.line_time article::-webkit-scrollbar-track {
  background: rgba(164, 164, 164, 0.2);
}

.line_time article::-webkit-scrollbar-thumb {
  background: rgba(164, 164, 164, 0.8);
}

.line_time article::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(164, 164, 164, 0.4);
}

.line_time article::-webkit-scrollbar {
  width: 6px;
}

@media (max-width: 992px) {
  .line_time article {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .line_time article {
    left: 5%;
    width: 90%;
  }
}

.line_time article .volanta,
.line_time article .title,
.line_time article .text {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.line_time article .volanta {
  color: #1bbcb2;
  margin: 0;
  padding: 0;
}

.line_time article .volanta::after {
  display: none;
}

.line_time article .title {
  font-size: 1.8rem;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.line_time .swiper-slide-active {
  opacity: 1;
}

.line_time .swiper-slide-active figure img {
  opacity: 1;
}

.line_time .swiper-slide-active .year {
  color: #007cc3 !important;
}

.line_time .swiper-slide-active .svg .normal {
  opacity: 0 !important;
}

.line_time .swiper-slide-active .svg .active {
  opacity: 1 !important;
}

.line_time .swiper-slide-active .volanta,
.line_time .swiper-slide-active .title,
.line_time .swiper-slide-active .text {
  opacity: 1;
}

.empresas_y_alianzas_estrategicas {
  height: auto !important;
}

.empresas_y_alianzas_estrategicas .hero-interna {
  margin: 0 0 1rem;
}

.empresas_y_alianzas_estrategicas .hero-interna:after {
  background: #30aee4;
}

.empresas_y_alianzas_estrategicas .wrapper_tabs {
  border-top: 1px solid #dddddd;
  padding: 3rem 0 0;
  min-height: 600px;
}

@media (max-width: 1024px) {
  .empresas_y_alianzas_estrategicas .wrapper_tabs {
    min-height: 450px;
  }
}

@media (max-width: 992px) {
  .empresas_y_alianzas_estrategicas .wrapper_tabs {
    min-height: none;
  }
}

.empresas_y_alianzas_estrategicas .tabs {
  clear: both;
}

.empresas_y_alianzas_estrategicas .tabs .thumbs .goToSlide {
  text-align: center;
  cursor: pointer;
}

.empresas_y_alianzas_estrategicas .tabs .thumbs .goToSlide:hover img,
.empresas_y_alianzas_estrategicas .tabs .thumbs .goToSlide.active img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.empresas_y_alianzas_estrategicas .tabs .thumbs .goToSlide:hover p,
.empresas_y_alianzas_estrategicas .tabs .thumbs .goToSlide.active p {
  color: #606060;
}

.empresas_y_alianzas_estrategicas .tabs .thumbs .goToSlide.active {
  -webkit-transition: all 1.35s 1.3s ease;
  transition: all 1.35s 1.3s ease;
}

.empresas_y_alianzas_estrategicas .tabs .thumbs .goToSlide img {
  width: 100%;
  max-width: 180px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 1.35s ease;
  transition: all 1.35s ease;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
}

.empresas_y_alianzas_estrategicas .tabs .thumbs .goToSlide p {
  text-align: center;
  font-weight: 600;
  width: 100%;
  position: relative;
  font-size: 11px;
  margin: -10px auto 0;
  max-width: 135px;
  color: #d2d2d2;
  -webkit-transition: all 1.35s ease;
  transition: all 1.35s ease;
}

@media (max-width: 1024px) {
  .contacto_bifurcador .bifurcador > ul li .card_data {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .contacto_bifurcador .bifurcador > ul li .card_data {
    height: 200px;
  }
}

@media (max-width: 640px) {
  .contacto_bifurcador .bifurcador > ul li .card_data {
    height: 160px;
  }
}

@media (max-width: 640px) {
  .contacto_bifurcador .bifurcador > ul li .card_data .card-block {
    top: 40%;
    width: 65%;
  }
}

.contacto_bifurcador .bifurcador > ul li .card_data .card-block .text {
  -webkit-line-clamp: 6;
  max-height: 210px;
}

.contacto {
  position: relative;
  height: auto !important;
}

.contacto .hero-interna {
  margin: 0 0 1rem;
}

.contacto .rotate-device,
.contacto .share {
  display: none !important;
  left: 100% !important;
}

.contacto .wrapper.formulario {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  height: auto;
}

.contacto .wrapper > .col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 5rem 0 0;
}

.contacto .wrapper > .col .file-field {
  margin: 2rem 0 0;
}

@media (max-width: 640px) {
  .contacto .wrapper > .col .file-field {
    width: 100%;
  }
}

.contacto .wrapper > .col .field-submit {
  float: right;
}

.contacto .wrapper > .col .field-submit .submit {
  min-width: 175px;
  margin-left: auto;
}

.contacto .wrapper > .col .field-submit .submit:focus {
  color: #ffffff;
}

@media (max-width: 640px) {
  .contacto .wrapper > .col .field-submit .submit {
    position: relative;
    right: auto;
    width: 100%;
    margin: 1.5rem 0;
  }
}

.contacto .wrapper > .col.first {
  width: 60%;
  padding: 0;
}

@media (max-width: 1024px) {
  .contacto .wrapper > .col.first {
    width: 66.6666%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

@media (max-width: 640px) {
  .contacto .wrapper > .col.first {
    width: 100%;
  }
}

.contacto .wrapper > .col.last {
  width: 40%;
  background-color: #f1f1f1;
  padding: 4rem 3rem;
}

@media (max-width: 1024px) {
  .contacto .wrapper > .col.last {
    width: 33.3333%;
    padding: 1.5rem 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media (max-width: 640px) {
  .contacto .wrapper > .col.last {
    width: 100%;
    padding: 2rem 1.8rem;
  }
}

.contacto .wrapper > .col.last .text {
  margin: 1rem 0 1.5rem;
}

.contacto .contact-form {
  height: 100%;
}

.contacto .contact-form .col-form {
  margin: 0 -0.5rem 1rem;
  padding: 0 0.5rem 1rem;
  text-align: left;
  color: #606060;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  float: left;
}

@media (max-width: 1024px) {
  .contacto .contact-form .col-form {
    width: 100%;
  }
}

.contacto .contact-form .col-form--full {
  width: 100%;
}

.contacto .contact-form .col-form.send {
  text-align: right;
  display: block;
}

.contacto .contact-form .col-form.send .submit {
  max-width: 250px;
  width: 90%;
}

@media (max-width: 1024px) {
  .contacto .contact-form .col-form.send .submit {
    width: 100%;
    max-width: none;
    margin: 1rem 0;
  }
}

@media (max-width: 640px) {
  .contacto .contact-form .col-form {
    margin: 0 0 1rem;
    padding: 0 0 1rem;
  }
}

.contacto .contact-form .col-form .select {
  margin: 0 0.5rem 0 0;
  background-color: #f1f1f1;
  border-bottom: 2px solid #c1c1c1;
  width: 100%;
}

.contacto .contact-form .col-form.text {
  margin-top: 2rem;
  padding-right: 2.5rem;
  text-align: justify;
}

@media (max-width: 640px) {
  .contacto .contact-form .col-form.send_form {
    display: block;
  }
}

.contacto .contact-form .col-form .sending {
  pointer-events: none;
  color: #a4a4a4;
  background: url("/images/loader_gray.svg") no-repeat 50% 50% #a4a4a4;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  text-indent: -100%;
}

.contacto .contact-form .col-form p {
  font-family: "open_sansregular";
  text-align: left;
}

@media (max-width: 640px) {
  .contacto .contact-form .col-form p {
    font-size: 1.1rem;
  }
}

.contacto .contact-form .col-form .character-counter {
  position: absolute;
  right: 2.5rem;
  bottom: 0;
}

.contacto .contact-form .col-form .form-control {
  color: #007cc3;
  width: calc(100% - 1rem);
  height: 2.8rem;
  padding: 0.5rem 0.25rem;
}

.contacto .contact-form .col-form .label {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  left: 0;
  top: 0;
  margin: 0 0 1rem;
  padding: 0.5rem;
}

.contacto .contact-form .contactPopup {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #f1f1f1;
  z-index: 999;
  width: 100%;
  height: 0;
  opacity: 0;
  margin: 0 -0.5rem 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 640px) {
  .contacto .contact-form .contactPopup {
    margin: 0;
  }
}

.contacto .contact-form .contactPopup.active {
  height: 100%;
  opacity: 1;
  display: block;
}

.contacto .contact-form .contactPopup .innerContainer {
  padding: 30% 10%;
  text-align: center;
  width: 100%;
}

.contacto .contact-form .contactPopup .innerContainer .mensaje {
  margin: 0 0 3rem;
}

.contacto .contact-form .contactPopup .innerContainer .mensaje .title {
  font-size: 2.2rem;
  letter-spacing: 0;
  margin: 0 0 1rem;
}

.contacto .contact-form .contactPopup .innerContainer .mensaje .text {
  font-size: 1.4rem;
  letter-spacing: 0;
}

.contacto input[type=date],
.contacto input[type=datetime-local],
.contacto input[type=email],
.contacto input[type=number],
.contacto input[type=password],
.contacto input[type=search-md],
.contacto input[type=tel],
.contacto input[type=text],
.contacto input[type=time],
.contacto input[type=url],
.contacto textarea.md-textarea {
  font-size: 1.4rem;
  font-family: "open_sansregular";
}

.contacto textarea.md-textarea {
  color: #007cc3;
  min-height: 6rem;
  overflow-y: auto;
  line-height: 130%;
  width: calc(100% - 2rem);
  margin: 1rem 0 0;
  padding: 0;
}

@media (max-width: 640px) {
  .contacto textarea.md-textarea {
    min-height: 12rem;
  }
}

.contacto textarea.md-textarea::-webkit-scrollbar {
  width: 8px;
}

.contacto textarea.md-textarea.thin::-webkit-scrollbar {
  width: 8px;
}

.contacto textarea.md-textarea::-webkit-scrollbar-track {
  background: rgba(0, 124, 195, 0.2);
}

.contacto textarea.md-textarea::-webkit-scrollbar-thumb {
  background: rgba(0, 124, 195, 0.8);
}

.contacto textarea.md-textarea::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 124, 195, 0.4);
}

.contacto input[type=date]:focus:not([readonly]),
.contacto input[type=datetime-local]:focus:not([readonly]),
.contacto input[type=email]:focus:not([readonly]),
.contacto input[type=number]:focus:not([readonly]),
.contacto input[type=password]:focus:not([readonly]),
.contacto input[type=search-md]:focus:not([readonly]),
.contacto input[type=tel]:focus:not([readonly]),
.contacto input[type=text]:focus:not([readonly]),
.contacto input[type=time]:focus:not([readonly]),
.contacto input[type=url]:focus:not([readonly]),
.contacto textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid rgba(111, 111, 111, 0.5);
  box-shadow: none;
}

.contacto input[type=date]:focus:not([readonly]) + label,
.contacto input[type=datetime-local]:focus:not([readonly]) + label,
.contacto input[type=email]:focus:not([readonly]) + label,
.contacto input[type=number]:focus:not([readonly]) + label,
.contacto input[type=password]:focus:not([readonly]) + label,
.contacto input[type=search-md]:focus:not([readonly]) + label,
.contacto input[type=tel]:focus:not([readonly]) + label,
.contacto input[type=text]:focus:not([readonly]) + label,
.contacto input[type=time]:focus:not([readonly]) + label,
.contacto input[type=url]:focus:not([readonly]) + label,
.contacto textarea.md-textarea:focus:not([readonly]) + label {
  color: #6f6f6f;
}

.contacto .atencion_consumidor {
  height: 100%;
}

.contacto .atencion_consumidor ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  margin: 3rem 0 0;
  display: none;
}

.contacto .atencion_consumidor ul.at-cons-argentina {
  display: block;
}

.contacto .atencion_consumidor ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}

@media (max-width: 1024px) {
  .contacto .atencion_consumidor ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 3rem 0;
  }

  .contacto .atencion_consumidor ul li:first-child figure:after {
    display: none;
  }
}

.contacto .atencion_consumidor ul li figure {
  float: left;
  position: relative;
  padding: 0 2rem 0 0;
  margin: 0 2rem 0 0;
  width: 200px;
}

@media (max-width: 1366px) {
  .contacto .atencion_consumidor ul li figure {
    width: 42%;
    padding: 0 1.5rem 0 0;
    margin: 0 1.5rem 0 0;
  }
}

@media (max-width: 1024px) {
  .contacto .atencion_consumidor ul li figure {
    width: 90%;
    padding: 0;
    margin: 0;
  }
}

.contacto .atencion_consumidor ul li figure:after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background-color: #dddddd;
}

@media (max-width: 1024px) {
  .contacto .atencion_consumidor ul li figure:after {
    width: 100%;
    height: 1px;
    top: 0;
  }
}

.contacto .atencion_consumidor ul li figure img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  display: block;
}

.contacto .atencion_consumidor ul li figure img.logo-arcor {
  max-width: 100px;
  margin: 23px auto;
}

.contacto .atencion_consumidor ul li p {
  float: left;
  position: relative;
  margin: 0;
  font-family: "omnes-semibold";
  font-size: 2.8rem;
  color: #007cc3;
}

@media (max-width: 1366px) {
  .contacto .atencion_consumidor ul li p {
    font-size: 2.1vw;
  }
}

@media (max-width: 1024px) {
  .contacto .atencion_consumidor ul li p {
    text-align: center;
    font-size: 3vw;
  }
}

@media (max-width: 640px) {
  .contacto .atencion_consumidor ul li p {
    font-size: calc(1.5rem + 4vw);
  }
}

.contacto .atencion_consumidor ul li p span {
  color: #a4a4a4;
  display: block;
  font-size: 50%;
  font-family: "omnes-medium";
}

.contacto .atencion_consumidor ul li .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 0 -3rem;
  -webkit-transition: background 0.75s ease;
  transition: background 0.75s ease;
}

@media (max-width: 1024px) {
  .contacto .atencion_consumidor ul li .link {
    margin: 0 -2.5rem -3rem;
  }
}

.contacto .atencion_consumidor ul li .link:hover {
  background: rgba(96, 96, 96, 0.08);
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
}

.contacto .select-pais .select {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 2px solid rgba(96, 96, 96, 0.4);
}

.contacto .select-pais .select-styled {
  background: #ffffff;
}

.contacto .file-upload-wrapper:before {
  content: url("/images/ico-clip.svg");
  width: 46px;
  padding: 6px 12px;
}

.contacto_productos .contact-form {
  width: calc(100% - 10px);
}

@media (max-width: 640px) {
  .contacto_productos .contact-form {
    width: 100%;
  }
}

.contacto_productos .contact-form .form-group {
  margin: 0 0 1rem;
  padding: 0 1rem 1rem 0;
  color: #606060;
  width: 50%;
  float: left;
}

@media (max-width: 768px) {
  .contacto_productos .contact-form .form-group {
    width: 100%;
    padding: 0 0 1rem 0;
  }
}

.contacto_productos .contact-form .form-group.required > label:after {
  color: red;
  padding-left: 0.4em;
}

.contacto_productos .contact-form .form-group.error input {
  padding: 0 8px !important;
}

.contacto_productos .contact-form .form-group.error .errors span {
  font-weight: initial;
}

.contacto_productos .contact-form .form-group label {
  font-size: 1.2rem;
  font-weight: initial;
  color: #b1b1b1;
}

.contacto_productos .contact-form .form-group .field-wrap .wrapper {
  width: 100%;
}

.contacto_productos .contact-form .form-group .field-wrap .wrapper input {
  color: #007cc3;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(111, 111, 111, 0.5);
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  height: 38px;
}

.contacto_productos .contact-form .form-group .field-wrap input[type=submit] {
  display: inline-block;
  color: #007cc3;
  background-color: #ffffff;
  font-size: 1.4rem;
  padding: 12px 24px;
  text-align: center;
  position: relative;
  font-family: "omnes-medium";
  text-transform: uppercase;
  overflow: hidden;
  border: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: 0;
  min-width: 175px;
  margin-left: auto;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-in-out;
}

.contacto_productos .contact-form .form-group .field-wrap input[type=submit]:hover {
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.4);
}

.contacto_productos .contact-form .form-group select.form-control {
  font-size: 1.4rem;
  background-color: #f1f1f1;
  padding: 0 1rem;
  height: 38px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  border-bottom: 2px solid #c1c1c1;
  box-shadow: none;
  border-radius: 0;
}

.contacto_productos .contact-form .form-group select.form-control:hover {
  background-color: #ececec;
}

.contacto_productos .contact-form .form-group select.form-control option {
  height: 30px;
  color: #606060;
  color: #007cc3;
  padding: 2rem;
  background-color: #e5f2f9;
  display: block;
}

.contacto_productos .contact-form .form-group.field-textArea {
  width: 100%;
}

.contacto_productos .contact-form .form-group.field-textArea textarea {
  color: #007cc3;
  height: 9rem;
  border: none;
  border-bottom: 1px solid rgba(111, 111, 111, 0.5);
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  resize: none;
}

.contacto_productos .contact-form .form-group .hint {
  color: #b1b1b1;
  font-size: 1rem;
}

.slide_2col {
  height: 100%;
  width: 100%;
}

@media (max-width: 1460px) {
  .slide_2col {
    width: calc(100% - 100px);
  }
}

@media (max-width: 768px) {
  .slide_2col {
    width: 90%;
  }
}

@media (max-width: 640px) {
  .slide_2col {
    width: 96%;
  }
}

.slide_2col .thumbs {
  margin: 0 0 3rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  .slide_2col .thumbs {
    flex-wrap: wrap;
  }
}

.slide_2col .thumbs .items {
  width: 20%;
  margin: 0 1rem;
}

@media (max-width: 640px) {
  .slide_2col .thumbs .items {
    width: 30%;
    margin: 0 0.5rem;
    justify-content: space-around;
  }
}

.slide_2col figure {
  z-index: 2;
  padding: 0 4rem 0 0;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .slide_2col figure {
    width: 70%;
    left: 15%;
    padding: 0;
    margin: 0 0 3rem;
  }
}

@media (max-width: 640px) {
  .slide_2col figure {
    width: 90%;
    left: 5%;
  }
}

.slide_2col figure img {
  width: 100%;
}

.slide_2col article {
  position: relative;
  float: left;
  z-index: 1;
  overflow-y: auto;
  padding: 0 1.5rem 0 0;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .slide_2col article {
    padding: 0 1.5rem 0 0;
  }
}

.slide_2col article::-webkit-scrollbar-track {
  background: rgba(164, 164, 164, 0.2);
}

.slide_2col article::-webkit-scrollbar-thumb {
  background: rgba(164, 164, 164, 0.8);
}

.slide_2col article::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(164, 164, 164, 0.4);
}

.slide_2col article::-webkit-scrollbar {
  width: 6px;
}

@media (max-width: 992px) {
  .slide_2col article {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .slide_2col article {
    width: 90%;
    left: 5%;
  }
}

.slide_2col article .volanta,
.slide_2col article .title,
.slide_2col article .text,
.slide_2col article .destacado {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.slide_2col article .title {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.slide_2col article .text {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.slide_2col article .destacado {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.slide_2col article .volanta {
  padding: 0;
  margin: 0;
  color: #1bbcb2;
}

.slide_2col article .volanta:after {
  display: none;
}

.slide_2col article .title {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 0 2rem;
}

.slide_2col article .destacado {
  background-color: #f1f1f1;
  padding: 2.5rem 3rem;
}

.slide_2col article .destacado .title_destacado {
  font-family: "omnes-medium";
  font-size: 1.8rem;
  color: #007cc3;
  margin: 0 0 0.5rem;
}

.slide_2col article .destacado .text_destacado {
  color: #606060;
  font-size: 1.4rem;
}

.slide_2col .swiper-slide-active {
  opacity: 1;
}

.slide_2col .swiper-slide-active .year {
  color: #007cc3 !important;
}

.slide_2col .swiper-slide-active .svg .normal {
  opacity: 0 !important;
}

.slide_2col .swiper-slide-active .svg .active {
  opacity: 1 !important;
}

.slide_2col .swiper-slide-active .volanta,
.slide_2col .swiper-slide-active .title,
.slide_2col .swiper-slide-active .text,
.slide_2col .swiper-slide-active .destacado {
  opacity: 1;
}

.oficinas_comeciales {
  height: auto !important;
}

.oficinas_comeciales .hero-interna {
  margin: 0 0 1rem;
}

.oficinas_comeciales .hero-interna:after {
  background: #30aee4;
}

.oficinas_comeciales .map {
  position: relative;
  width: 90%;
  max-width: 1760px;
  margin-top: 3rem;
}

@media (max-width: 992px) {
  .oficinas_comeciales .map {
    padding: 0 0 31rem;
  }
}

@media (max-width: 640px) {
  .oficinas_comeciales .map {
    padding: 0 0 41rem;
    margin-top: 2rem;
  }
}

.oficinas_comeciales .map #map-container iframe,
.oficinas_comeciales .map #map-container #map {
  height: 75vh !important;
}

@media (max-width: 992px) {
  .oficinas_comeciales .map #map-container iframe,
  .oficinas_comeciales .map #map-container #map {
    height: 50vh !important;
  }
}

.oficinas_comeciales .map .store-locator {
  position: absolute;
  overflow: hidden;
  width: 400px;
  height: 280px;
  bottom: 3rem;
  right: 3rem;
  z-index: 10;
  background: rgba(0, 124, 195, 0.95);
  color: #ffffff;
}

@media (max-width: 992px) {
  .oficinas_comeciales .map .store-locator {
    right: 0;
    width: 63%;
    top: 51vh;
  }
}

@media (max-width: 640px) {
  .oficinas_comeciales .map .store-locator {
    height: 420px;
  }
}

.oficinas_comeciales .map .store-locator address {
  padding: 2.5rem 5.5rem 2.5rem 3rem;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.4;
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 640px) {
  .oficinas_comeciales .map .store-locator address {
    padding: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.oficinas_comeciales .map .store-locator address:hover .store-country:after {
  width: 40%;
}

.oficinas_comeciales .map .store-locator address .store-country {
  font-size: 2.4rem;
  line-height: 1.4;
  position: relative;
  margin: 0 0 0.8rem;
  padding: 0 0 1.2rem;
}

@media (max-width: 640px) {
  .oficinas_comeciales .map .store-locator address .store-country {
    font-size: 1.7rem;
    margin: 5rem 0 1rem;
    padding: 0 0 1.4rem;
  }
}

.oficinas_comeciales .map .store-locator address .store-country span {
  font-size: 75%;
  display: block;
}

.oficinas_comeciales .map .store-locator address .store-country:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3rem;
  width: 20%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: width 0.35s cubic-bezier(0, 0, 0.2, 1);
  transition: width 0.35s cubic-bezier(0, 0, 0.2, 1);
}

.oficinas_comeciales .map .store-locator address .store-more {
  font-size: 1.4rem;
  font-family: "omnes-medium";
  color: #ffffff;
  display: block;
  margin: 1.5rem 0 0 0;
  display: inline-block;
  margin: 0.8rem 0 0;
  position: relative;
  padding: 4px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.oficinas_comeciales .map .store-locator address .store-more:hover {
  color: rgba(255, 255, 255, 0.7);
}

.oficinas_comeciales .map .store-locator address .store-more:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 4px;
  width: calc(100% - 14px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.85);
}

.oficinas_comeciales .map .store-locator address > div {
  margin: 0 0 0.8rem;
}

.oficinas_comeciales .map .store-locator .store-arrows {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  .oficinas_comeciales .map .store-locator .store-arrows {
    top: 0;
  }
}

.oficinas_comeciales .map .store-locator .store-arrows a {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  margin: 1px;
  position: relative;
}

@media (max-width: 640px) {
  .oficinas_comeciales .map .store-locator .store-arrows a {
    height: 3.8rem;
  }
}

.oficinas_comeciales .map .store-locator .store-arrows a:hover .arrow {
  background-position: 4.5rem 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-position 0.5s ease, background-color 0.5s ease;
  transition: background-position 0.5s ease, background-color 0.5s ease;
}

.oficinas_comeciales .map .store-locator .store-arrows a .arrow {
  background: url("/images/ico-arrow.svg") repeat-x;
  background-position: 0 50%;
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100% 40%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: background-position 0s ease, background-color 1s ease;
  transition: background-position 0s ease, background-color 1s ease;
}

.oficinas_comeciales .map .store-locator .store-arrows a .arrow.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.oficinas_comeciales .map .oficinas {
  position: absolute;
  padding: 3rem 0;
  top: 30px;
  left: 30px;
  height: calc(100% - 60px);
  z-index: 10;
  background: rgba(0, 124, 195, 0.85);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "omnes-medium";
  min-width: 200px;
}

@media (max-width: 992px) {
  .oficinas_comeciales .map .oficinas {
    top: auto;
    height: 280px;
    width: 36%;
    bottom: 3rem;
    left: 0;
    top: 51vh;
    min-width: auto;
    padding: 2.5rem 0 0;
  }
}

@media (max-width: 640px) {
  .oficinas_comeciales .map .oficinas {
    height: 420px;
  }
}

.oficinas_comeciales .map .oficinas .title {
  font-size: 1.5rem;
  color: #ffffff;
  font-family: "omnes-regular";
  position: absolute;
  top: 20px;
  left: 20px;
}

@media (max-width: 640px) {
  .oficinas_comeciales .map .oficinas .title {
    font-size: 1rem;
    top: 10px;
    left: 10px;
  }
}

.oficinas_comeciales .map .oficinas .listado {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin: 2rem 0 0;
}

@media (max-width: 640px) {
  .oficinas_comeciales .map .oficinas .listado {
    margin: 0;
  }
}

.oficinas_comeciales .map .oficinas .listado::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}

.oficinas_comeciales .map .oficinas .listado::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.8);
}

.oficinas_comeciales .map .oficinas .listado::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.4);
}

.oficinas_comeciales .map .oficinas .listado::-webkit-scrollbar {
  width: 6px;
}

.oficinas_comeciales .map .oficinas .listado.plantas ul {
  overflow: hidden;
}

.oficinas_comeciales .map .oficinas .listado ul {
  width: 100%;
  margin: 0 0 2.5rem;
}

@media (max-width: 640px) {
  .oficinas_comeciales .map .oficinas .listado ul {
    margin: 0;
  }
}

.oficinas_comeciales .map .oficinas .listado ul li {
  width: 100%;
  padding: 0;
  text-indent: 2rem;
}

@media (max-width: 640px) {
  .oficinas_comeciales .map .oficinas .listado ul li {
    text-indent: 1rem;
  }
}

.oficinas_comeciales .map .oficinas .listado ul li span {
  margin: 1.2rem 0 1rem;
  display: block;
}

.oficinas_comeciales .map .oficinas .listado ul li span.section {
  cursor: pointer;
}

.oficinas_comeciales .map .oficinas .listado ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5rem;
  font-family: "open_sansregular";
  text-transform: capitalize;
  padding: 0.8rem 0 0.8rem 1rem;
  display: block;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media (max-width: 640px) {
  .oficinas_comeciales .map .oficinas .listado ul li a {
    font-size: 1.1rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
    text-indent: 0;
  }
}

.oficinas_comeciales .map .oficinas .listado ul li a:hover,
.oficinas_comeciales .map .oficinas .listado ul li a.active {
  color: #ffffff;
  background: rgba(11, 75, 131, 0.5);
}

.oficinas_comeciales_interna .hero-interna {
  margin: 0 0 1rem;
}

.oficinas_comeciales_interna .hero-interna:after {
  background: #30aee4;
}

.oficinas_comeciales_interna .separador {
  margin: 4rem 0 3rem;
}

.oficinas_comeciales_interna .row .col {
  padding: 0;
}

.oficinas_comeciales_interna .row .col figure {
  padding: 0 3rem 0 0;
}

.oficinas_comeciales_interna .row .col article .volanta {
  font-size: 1.8rem;
  padding: 0;
  margin: 0.5rem 0 1rem;
  color: #1bbcb2;
}

.oficinas_comeciales_interna .row .col article .volanta:after {
  display: none;
}

.oficinas_comeciales_interna .row .col article .volanta .ico {
  width: 34px;
  height: 25px;
  margin: -0.5rem 0 0 0;
  float: left;
}

.oficinas_comeciales_interna .row .col article .volanta .ico .svg {
  width: 100%;
  height: 25px;
}

.oficinas_comeciales_interna .row .col article .title {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 0 2rem;
}

.oficinas_comeciales_interna .row .col article .produccion {
  margin: 4rem 0 0 0;
  color: #a4a4a4;
}

.oficinas_comeciales_interna .row .col article .produccion ul {
  width: 100%;
  margin: 1rem -2px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.oficinas_comeciales_interna .row .col article .produccion ul li {
  width: 25%;
  background-color: #007cc3;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 640px) {
  .oficinas_comeciales_interna .row .col article .produccion ul li {
    width: 50%;
  }
}

.oficinas_comeciales_interna .row .col article .produccion ul li img {
  margin: 0 1.2rem 0 0;
}

.oficinas_comeciales_interna .row .col .certificaciones {
  background: url("/images/pattern_certificaciones.png") repeat 0 0 #eac225;
  padding: 2rem 0;
  margin: 3rem 0;
}

.oficinas_comeciales_interna .accesos ul {
  display: block;
  overflow: hidden;
}

.oficinas_comeciales_interna .accesos ul li {
  box-sizing: border-box;
  clear: none;
  display: block;
  float: left;
  margin: 0 !important;
  padding: 1px;
  width: 100%;
}

@media (min-width: 480px) {
  .oficinas_comeciales_interna .accesos ul li {
    width: 50%;
  }
}

@media (min-width: 800px) {
  .oficinas_comeciales_interna .accesos ul li {
    width: 25% !important;
  }
}

.oficinas_comeciales_interna .accesos ul li > a {
  margin: 1px;
}

.oficinas_comeciales_interna .accesos ul li .button {
  padding: 0;
  display: block;
}

.oficinas_comeciales_interna .accesos ul li .text {
  font-family: "omnes-regular";
  text-transform: none;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #007cc3;
  margin: 0 0 2.4rem;
  padding: 2rem;
}

@media (max-width: 640px) {
  .oficinas_comeciales_interna .accesos ul li .text {
    font-size: 1.2rem;
    margin: 0 0 2rem;
    padding: 0 2rem;
  }
}

.oficinas_comeciales_interna .accesos ul li .text span {
  display: block;
  font-family: "omnes-semibold";
  font-size: 1.8rem;
  line-height: 1.1;
}

@media (max-width: 640px) {
  .oficinas_comeciales_interna .accesos ul li .text span {
    font-size: 1.8rem;
  }
}

.oficinas_comeciales_interna .accesos.productos ul {
  -webkit-box-pack: center;
          justify-content: center;
}

@media (max-width: 1280px) {
  .oficinas_comeciales_interna .accesos.productos ul {
    flex-wrap: wrap;
  }
}

.oficinas_comeciales_interna .accesos.productos ul li {
  height: 130px;
}

.oficinas_comeciales_interna .accesos.productos ul li > a {
  background-color: #469583;
}

@media (max-width: 992px) {
  .oficinas_comeciales_interna .accesos.productos ul li {
    width: calc(50% - 2px);
  }
}

@media (max-width: 640px) {
  .oficinas_comeciales_interna .accesos.productos ul li {
    width: 100%;
  }
}

.oficinas_comeciales_interna .accesos.productos ul li:nth-child(5) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(9) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(13) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(17) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(21) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(25) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(29) > a {
  background-color: #469583;
}

.oficinas_comeciales_interna .accesos.productos ul li:nth-child(2) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(6) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(10) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(14) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(18) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(22) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(26) > a {
  background-color: #008062;
}

.oficinas_comeciales_interna .accesos.productos ul li:nth-child(3) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(7) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(11) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(15) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(19) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(23) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(27) > a {
  background-color: #006c53;
}

.oficinas_comeciales_interna .accesos.productos ul li:nth-child(4) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(8) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(12) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(16) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(20) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(24) > a,
.oficinas_comeciales_interna .accesos.productos ul li:nth-child(28) > a {
  background-color: #004e3c;
}

.oficinas_comeciales_interna .accesos.productos ul li .text {
  font-family: "omnes-medium";
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0;
  margin: -1rem 0 0;
}

.oficinas_comeciales_interna .accesos.productos ul li .button {
  padding: 12px 24px;
  -webkit-box-align: center;
          align-items: center;
}

.oficinas_comeciales_interna .accesos.productos ul li .button:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.oficinas_comeciales_interna .accesos.productos ul li .button .arrow {
  margin: 0;
}

.nuestra_filosofia {
  height: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.nuestra_filosofia .hero-interna:after {
  background: #30aee4;
}

.nuestra_filosofia .upper {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  clear: both;
  margin: 3rem auto 4rem;
}

@media (max-width: 640px) {
  .nuestra_filosofia .upper {
    flex-wrap: wrap;
    width: 94%;
    margin: 3rem auto 2rem;
  }
}

.nuestra_filosofia .upper .col .svg {
  width: 55px;
  height: 55px;
  float: left;
  margin: 0 1.7rem 0 1.5rem;
}

.nuestra_filosofia .upper .col .title {
  float: left;
  line-height: 55px;
  font-family: "omnes-semibold";
  font-size: 2.8rem;
}

.nuestra_filosofia .upper .col .text {
  float: left;
  width: 100%;
  line-height: 1.7;
  margin: 2rem 0 5rem;
  width: calc(100% - 3rem);
  margin: 2rem 1.5rem 5rem;
}

@media (max-width: 640px) {
  .nuestra_filosofia .upper .col .text {
    margin: 2rem 0 3rem;
  }
}

.nuestra_filosofia .upper .col .linear_box {
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
}

@media (max-width: 640px) {
  .nuestra_filosofia .upper .col .linear_box {
    width: 100%;
    left: 0;
  }
}

.nuestra_filosofia .nuestros_valores {
  min-height: 550px;
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
  margin: 3rem auto 2rem;
  float: left;
}

@media (max-width: 1280px) {
  .nuestra_filosofia .nuestros_valores {
    min-height: 500px;
  }
}

@media (max-width: 1024px) {
  .nuestra_filosofia .nuestros_valores {
    min-height: 450px;
  }
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores {
  position: absolute;
  width: 390px;
  height: 390px;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1280px) {
  .nuestra_filosofia .nuestros_valores .rueda_de_valores {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}

@media (max-width: 640px) {
  .nuestra_filosofia .nuestros_valores .rueda_de_valores {
    -webkit-transform: translate(-50%, -50%) scale(0.65);
            transform: translate(-50%, -50%) scale(0.65);
  }
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel {
  width: 390px;
  height: 390px;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
}

@media (max-width: 640px) {
  .touchevents .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel {
    -webkit-transform: translate(10px, 0) !important;
            transform: translate(10px, 0) !important;
  }
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .perspective {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  height: 390px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .bgwheel {
  -webkit-transform: translateZ(15px);
          transform: translateZ(15px);
  background: url("/images/nuestra_filosofia/bg_wheel.jpg") no-repeat center center;
  border-radius: 100%;
  pointer-events: none;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .linaswheel {
  -webkit-transform: translateZ(30px);
          transform: translateZ(30px);
  border-radius: 100%;
  pointer-events: none;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .linaswheel .svg {
  width: 100%;
  height: 100%;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .logo {
  -webkit-transform: translateZ(30px);
          transform: translateZ(30px);
  pointer-events: none;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .logo .svg {
  width: 140px;
  height: auto;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items {
  z-index: 10;
  width: 100px;
  height: 100px;
  -webkit-transform: translateZ(120px);
          transform: translateZ(120px);
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul {
  width: 100%;
  height: 100%;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li {
  position: absolute;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li .title {
  font-family: "omnes-bold";
  font-size: 1.8rem;
  text-transform: uppercase;
  width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  text-shadow: 0 0 3px #fff, 0 0 5px #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li .title {
    top: 125% !important;
    left: 50% !important;
    font-size: 1.7rem;
    width: 180px;
  }
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li .title .more {
  display: none;
  font-size: 80%;
  color: #848484;
  font-family: open_sansregular;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li .title .more {
    display: block;
  }
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-1] {
  top: 4px;
  left: 30px;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-1] .title {
  left: -75px;
  color: #783f8c;
}

.no-touchevents .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-1] .item-pin:hover .design-pin-border {
  box-shadow: 0 0 0 30px rgba(120, 63, 140, 0.1);
}

.no-touchevents .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-1] .item-pin:hover .design-pin-border .design-pin-core {
  box-shadow: 0 0 0 10px rgba(120, 63, 140, 0.2);
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-2] {
  top: 4px;
  left: 250px;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-2] .title {
  left: 170px;
  color: #EF9000;
}

.no-touchevents .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-2] .item-pin:hover .design-pin-border {
  box-shadow: 0 0 0 30px rgba(239, 144, 0, 0.1);
}

.no-touchevents .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-2] .item-pin:hover .design-pin-border .design-pin-core {
  box-shadow: 0 0 0 10px rgba(239, 144, 0, 0.2);
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-3] {
  top: 190px;
  left: 295px;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-3] .title {
  left: 210px;
  color: #57A832;
}

.no-touchevents .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-3] .item-pin:hover .design-pin-border {
  box-shadow: 0 0 0 30px rgba(87, 168, 50, 0.1);
}

.no-touchevents .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-3] .item-pin:hover .design-pin-border .design-pin-core {
  box-shadow: 0 0 0 10px rgba(87, 168, 50, 0.2);
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-4] {
  top: 300px;
  left: 130px;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-4] .title {
  left: 50px;
  top: 140px;
  color: #233986;
}

.no-touchevents .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-4] .item-pin:hover .design-pin-border {
  box-shadow: 0 0 0 30px rgba(35, 57, 134, 0.1);
}

.no-touchevents .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-4] .item-pin:hover .design-pin-border .design-pin-core {
  box-shadow: 0 0 0 10px rgba(35, 57, 134, 0.2);
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-5] {
  top: 190px;
  left: -35px;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-5] .title {
  left: -115px;
  color: #DB0D15;
}

.no-touchevents .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-5] .item-pin:hover .design-pin-border {
  box-shadow: 0 0 0 30px rgba(219, 13, 21, 0.1);
}

.no-touchevents .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items ul li[data-id=item-5] .item-pin:hover .design-pin-border .design-pin-core {
  box-shadow: 0 0 0 10px rgba(219, 13, 21, 0.2);
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items .item-pin {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: visible;
  position: absolute;
}

.no-touchevents .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items .item-pin:hover .design-pin-border {
  box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.1);
}

.no-touchevents .nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items .item-pin:hover .design-pin-border .design-pin-core {
  width: 120px;
  height: 120px;
  left: -10px;
  top: -10px;
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items .item-pin span {
  float: left;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items .item-pin .design-pin-border {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  border: 1px dashed #c7c7c7;
  left: -1px;
  top: -1px;
  width: 102px;
  height: 102px;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items .item-pin .design-pin-border .design-pin-core {
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  cursor: pointer;
  color: #fff;
  width: 100px;
  height: 100px;
  float: left;
  box-sizing: content-box;
}

.nuestra_filosofia .nuestros_valores .rueda_de_valores .wheel .items .item-pin .design-pin-border .design-pin-core .svg {
  width: 100%;
  height: 100%;
}

.nuestra_filosofia .nuestros_valores #lightbox.active .bg-valores-mask {
  opacity: 1;
}

.nuestra_filosofia .nuestros_valores #lightbox.active .bg-valores-lightbox {
  width: 1350px;
  height: 1350px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media (max-width: 768px) {
  .nuestra_filosofia .nuestros_valores #lightbox.active .bg-valores-lightbox {
    width: 800px;
    height: 800px;
  }
}

@media (max-width: 640px) {
  .nuestra_filosofia .nuestros_valores #lightbox.active .bg-valores-lightbox {
    width: 640px;
    height: 640px;
  }
}

.nuestra_filosofia .nuestros_valores #lightbox.active .items-valores {
  opacity: 1;
  height: 100%;
  -webkit-transition: opacity 0.5s 0s ease-out, height 0.5s 0.5s ease;
  transition: opacity 0.5s 0s ease-out, height 0.5s 0.5s ease;
}

.nuestra_filosofia .nuestros_valores #lightbox.active .close {
  top: 20px;
  -webkit-transition: top 0.35s 0.75s ease;
  transition: top 0.35s 0.75s ease;
}

.nuestra_filosofia .nuestros_valores #lightbox .close {
  top: -50px;
  right: 20px;
  width: 40px;
  height: 40px;
}

.nuestra_filosofia .nuestros_valores #lightbox .close:after,
.nuestra_filosofia .nuestros_valores #lightbox .close:before {
  background-color: #ffffff;
}

.nuestra_filosofia .nuestros_valores #lightbox[data-section=item-1] .bg-valores-lightbox {
  background: #783f8c;
}

.nuestra_filosofia .nuestros_valores #lightbox[data-section=item-1] .items-valores .wrapper .col.detail {
  background: url("/images/nuestra_filosofia/bg_diversidad.svg") no-repeat 100% 50%;
}

.nuestra_filosofia .nuestros_valores #lightbox[data-section=item-2] .bg-valores-lightbox {
  background: #EF9000;
}

.nuestra_filosofia .nuestros_valores #lightbox[data-section=item-2] .items-valores .wrapper .col.detail {
  background: url("/images/nuestra_filosofia/bg_integridad.svg") no-repeat 100% 50%;
}

.nuestra_filosofia .nuestros_valores #lightbox[data-section=item-3] .bg-valores-lightbox {
  background: #57A832;
}

.nuestra_filosofia .nuestros_valores #lightbox[data-section=item-3] .items-valores .wrapper .col.detail {
  background: url("/images/nuestra_filosofia/bg_cultura.svg") no-repeat 100% 50%;
}

.nuestra_filosofia .nuestros_valores #lightbox[data-section=item-4] .bg-valores-lightbox {
  background: #233986;
}

.nuestra_filosofia .nuestros_valores #lightbox[data-section=item-4] .items-valores .wrapper .col.detail {
  background: url("/images/nuestra_filosofia/bg_cercania.svg") no-repeat 100% 50%;
}

.nuestra_filosofia .nuestros_valores #lightbox[data-section=item-5] .bg-valores-lightbox {
  background: #DB0D15;
}

.nuestra_filosofia .nuestros_valores #lightbox[data-section=item-5] .items-valores .wrapper .col.detail {
  background: url("/images/nuestra_filosofia/bg_vinculos.svg") no-repeat 100% 50%;
}

.nuestra_filosofia .nuestros_valores #lightbox .bg-valores-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s 0.5s ease-out;
  transition: all 0.5s 0.5s ease-out;
}

.nuestra_filosofia .nuestros_valores #lightbox .bg-valores-lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #007cc3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s 0.35s ease-in;
  transition: all 0.5s 0.35s ease-in;
}

.nuestra_filosofia .nuestros_valores #lightbox .items-valores {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.75s ease-out, height 0.5s ease;
  transition: opacity 0.5s 0.75s ease-out, height 0.5s ease;
}

@media (max-width: 1280px) {
  .nuestra_filosofia .nuestros_valores #lightbox .items-valores {
    width: 100%;
  }
}

.nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 1280px) {
  .nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper {
    max-height: 500px;
  }
}

@media (max-width: 1024px) {
  .nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper {
    max-height: 450px;
  }
}

@media (max-width: 640px) {
  .nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
  }
}

.nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper .col {
  display: -webkit-box;
  display: flex;
  max-height: 550px;
  overflow: hidden;
  padding: 0;
  width: 50%;
}

@media (max-width: 1024px) {
  .nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper .col {
    max-height: 450px;
  }
}

@media (max-width: 640px) {
  .nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper .col {
    width: 100%;
    height: 100%;
    max-height: none;
    display: none;
  }

  .nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper .col.detail {
    display: block;
  }
}

.nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper .col figure {
  width: 100%;
  margin: 0;
}

.nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper .col figure img {
  width: 100%;
  display: none;
}

@media (max-width: 1280px) {
  .nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper .col figure img {
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    min-height: 500px;
  }
}

@media (max-width: 1024px) {
  .nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper .col figure img {
    min-height: 450px;
  }
}

@media (max-width: 640px) {
  .nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper .col figure img {
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    min-height: inherit;
  }
}

.nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper .col .data {
  position: absolute;
  bottom: 5rem;
  width: 85%;
}

.nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper .col .data .title,
.nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper .col .data .text {
  line-height: 1.7;
  padding: 0 0 0 4.5rem;
  color: #ffffff;
  position: relative;
}

.nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper .col .data .title {
  line-height: 1.2;
  margin: 0 0 2.5rem;
  padding-bottom: 1.5rem;
}

.nuestra_filosofia .nuestros_valores #lightbox .items-valores .wrapper .col .data .title:after {
  content: "";
  background-color: #ffffff;
  width: 7.5rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nuestra_filosofia .middle_banner {
  height: 20vw;
  background-size: 100%;
}

@media (max-width: 992px) {
  .nuestra_filosofia .middle_banner {
    height: 40vw;
  }
}

.nota {
  height: auto;
}

.nota .hero-interna {
  margin: 0 0 1rem;
}

.nota .hero-interna::after {
  background: #e84f55;
}

.nota .hero-interna.porcion-justa::after {
  background: #8cc63f;
}

.nota.repercusiones .navigationNota .title {
  color: #e84f55;
}

.nota .wrapper_nota {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  width: 80%;
}

.nota .wrapper_nota .navigationNota {
  color: #a4a4a4;
  float: left;
  font-family: "omnes-medium";
  font-size: 1.4rem;
  margin: 4rem 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 768px) {
  .nota .wrapper_nota .navigationNota {
    margin: 2rem 0 0;
  }
}

.nota .wrapper_nota .navigationNota.end {
  margin: 0;
  padding: 6rem 0 0;
}

.nota .wrapper_nota .navigationNota.end::after {
  background: #dddddd;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 4rem;
  width: 100%;
}

@media (max-width: 1024px) {
  .nota .wrapper_nota .navigationNota.end .data nav {
    top: 0;
  }
}

.nota .wrapper_nota .navigationNota .title {
  border-bottom: 1px solid #dddddd;
  font-size: inherit;
  margin: 0 0 1.8rem;
  padding: 0 0 1.3rem;
  width: 100%;
}

.nota .wrapper_nota .navigationNota .data {
  color: #007cc3;
  position: relative;
  width: 100%;
}

.nota .wrapper_nota .navigationNota .data .fecha {
  color: #606060;
  margin: 0 8px;
}

.nota .wrapper_nota .navigationNota .data .categoria {
  color: #a4a4a4;
  margin: 0 8px;
}

.nota .wrapper_nota .navigationNota .data nav {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .nota .wrapper_nota .navigationNota .data nav {
    margin-bottom: 7rem;
    position: relative;
    top: 3rem;
  }
}

.nota .wrapper_nota .navigationNota .data nav a {
  color: #a4a4a4;
  display: block;
  float: left;
  letter-spacing: 0.5px;
  position: relative;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.nota .wrapper_nota .navigationNota .data nav a:hover {
  color: #007cc3;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.nota .wrapper_nota .navigationNota .data nav a:hover::after {
  background: rgba(0, 124, 195, 0.5);
}

.nota .wrapper_nota .navigationNota .data nav a::after {
  background: #dddddd;
  bottom: -0.2rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
}

.nota .wrapper_nota .navigationNota .data nav a.nota-next {
  float: right;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.nota .wrapper_nota article {
  float: left;
  min-height: 570px;
  position: relative;
  width: calc(100% - 350px);
}

@media (max-width: 1024px) {
  .nota .wrapper_nota article {
    width: 100%;
  }
}

.nota .wrapper_nota article .volanta {
  color: #a4a4a4;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
}

.nota .wrapper_nota article .volanta::after {
  display: none;
}

.nota .wrapper_nota article .title {
  font-size: 3.6rem;
  line-height: 1.3;
  margin: 0.8rem 0;
}

@media (max-width: 640px) {
  .nota .wrapper_nota article .title {
    font-size: 3rem;
    line-height: 1;
    margin: 1rem 0;
  }
}

.nota .wrapper_nota article .subtitle {
  color: #606060;
  font-family: "omnes-medium";
  font-size: 1.8rem;
  margin: 0 0 3.5rem;
}

.nota .wrapper_nota article p {
  color: #606060;
  line-height: 1.7;
  margin: 2rem 0;
  word-wrap: break-word;
}

.nota .wrapper_nota article p a {
  color: #30aee4;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.nota .wrapper_nota article p a:hover {
  color: #007cc3;
}

.nota .wrapper_nota article figure {
  margin: 4rem 0;
}

.nota .wrapper_nota article small,
.nota .wrapper_nota article figcaption {
  color: #a4a4a4;
  display: block;
  font-size: 90%;
  margin: 2rem 0;
  text-align: center;
  width: 100%;
}

.nota .wrapper_nota article img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.nota .wrapper_nota article .button {
  margin: 3rem 0;
}

.nota .wrapper_nota article .button .ico .svg {
  fill: #ffffff;
}

.nota .wrapper_nota article ul,
.nota .wrapper_nota article ol {
  margin: 0 0 4rem 1rem;
  position: relative;
}

.nota .wrapper_nota article ul li,
.nota .wrapper_nota article ol li {
  color: #606060;
  display: block;
  line-height: 1.6;
  margin: 0 0 1rem;
  position: relative;
}

.nota .wrapper_nota article ul li::before,
.nota .wrapper_nota article ol li::before {
  color: #007cc3;
  content: "\2022";
  font-size: 1.8rem;
  left: -1.4rem;
  line-height: 1;
  position: absolute;
  top: 0;
}

.nota .wrapper_nota article ol {
  counter-reset: item;
  list-style-type: decimal;
}

.nota .wrapper_nota article ol li {
  padding: 0 0 0 15px;
  position: relative;
}

.nota .wrapper_nota article ol li::before {
  color: #007cc3;
  content: counter(item) ". ";
  counter-increment: item;
  font-size: 1.5rem;
  font-weight: 600;
  left: -2.5rem;
  position: absolute;
  text-align: right;
  top: 0.2rem;
  width: 32px;
}

.nota .wrapper_nota article .video_wrapper {
  margin: 2rem 0;
  width: 100%;
}

.nota .wrapper_nota article #gallery .mdb-lightbox figure {
  width: 33.3333%;
}

@media (max-width: 640px) {
  .nota .wrapper_nota article #gallery .mdb-lightbox figure {
    width: 50%;
  }
}

.nota .wrapper_nota blockquote {
  -webkit-box-align: center;
          align-items: center;
  background: #dcf1fa;
  box-sizing: border-box;
  color: #666666;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (min-width: 640px) {
  .nota .wrapper_nota blockquote {
    display: -webkit-box;
    display: flex;
    font-size: 22px;
  }
}

.nota .wrapper_nota blockquote::after {
  display: none;
}

.nota .wrapper_nota blockquote p {
  box-sizing: border-box;
  color: #666666;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 20px !important;
  position: relative;
  width: 100%;
  /*&::after {
    color: #007dbb;
    content: '”';
    display: inline-block;
    font-family: 'Georgia', serif;
    font-size: 55px;
    line-height: 1.4;
    margin-top: -9px;
    padding-left: 27px;
    position: absolute;
  }

  &::before {
    color: rgb(0, 125, 187);
    content: '“';
    display: inline-block;
    font-family: 'Georgia', serif;
    font-size: 55px;
    left: 17px;
    line-height: 1.4;
    position: absolute;
    top: 29px;
  }*/
}

@media (min-width: 640px) {
  .nota .wrapper_nota blockquote p {
    clear: none;
    float: left;
    font-size: 22px;
    max-width: 66.666666%;
    padding: 45px !important;
  }
}

.nota .wrapper_nota blockquote img {
  width: 100% !important;
}

@media (min-width: 640px) {
  .nota .wrapper_nota blockquote img {
    clear: none;
    float: right !important;
    width: 33.333333% !important;
  }
}

.nota .wrapper_nota .autor {
  width: 100%;
  background: #f1f1f1;
  overflow: hidden;
  padding: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: start;
  margin: 4rem 0 2rem;
}

@media (max-width: 640px) {
  .nota .wrapper_nota .autor {
    flex-wrap: wrap;
  }
}

.nota .wrapper_nota .autor img {
  max-width: 175px;
  height: auto;
  margin: 0 30px 0 0;
}

@media (max-width: 640px) {
  .nota .wrapper_nota .autor img {
    margin: 0 0 30px;
  }
}

.nota .wrapper_nota .autor .title {
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 0.8rem;
  font-family: "open_sansregular";
  font-weight: 600;
  color: #666;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 0.8rem;
}

.nota .wrapper_nota .autor .name {
  font-size: 2.4rem;
  line-height: 1;
  font-family: "omnes-medium";
  margin: 0 0 0.8rem;
}

.nota .wrapper_nota .autor .position {
  font-size: 1.3rem;
}

.nota .wrapper_nota .autor .bio {
  margin: 0 0 3rem;
}

.nota .wrapper_nota .autor .bio p {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 1.5rem 0;
}

.nota .wrapper_nota .autor .url {
  font-size: 1.4rem;
  margin: 0 0 1rem;
  float: left;
}

.nota .wrapper_nota .autor .redes {
  overflow: hidden;
  margin: -0.5rem 0 0 0;
  float: right;
}

@media (max-width: 900px) {
  .nota .wrapper_nota .autor .redes {
    float: left;
    clear: both;
    margin: 1rem 0 0 -1rem;
  }
}

.nota .wrapper_nota .autor .redes a {
  margin: 0 8px;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  display: block;
  float: left;
  padding: 5px;
}

.nota.nota_simple .wrapper_nota,
.nota.sustentabilidad .wrapper_nota,
.nota.nota_short .wrapper_nota {
  max-width: 730px;
  width: 80%;
}

@media (max-width: 640px) {
  .nota.nota_simple .wrapper_nota,
  .nota.sustentabilidad .wrapper_nota,
  .nota.nota_short .wrapper_nota {
    width: 94%;
  }
}

.nota.nota_simple .wrapper_nota article,
.nota.sustentabilidad .wrapper_nota article,
.nota.nota_short .wrapper_nota article {
  margin: 2rem 0;
  width: 100%;
}

.nota.nota_simple .wrapper_nota img,
.nota.sustentabilidad .wrapper_nota img,
.nota.nota_short .wrapper_nota img {
  height: auto;
  width: 100%;
}

.nota.nota_simple .hero-interna::after {
  background: #30aee4;
}

.nota.nota_simple article p {
  margin: 1rem 0;
}

.nota.alimentacion .accesos .title {
  font-size: 1.8rem;
  margin: 3rem 0;
  text-align: center;
  text-transform: uppercase;
}

aside.news {
  float: right;
  position: relative;
}

@media (max-width: 1024px) {
  aside.news {
    display: none;
  }
}

.card {
  /*>ul {
    max-height: 520px;
  }*/
}

.card.sticky {
  display: block;
  height: auto !important;
  margin: 0;
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
  width: 300px;
}

.card.sticky ul {
  margin: 0 0 -1px;
}

.card.sticky ul .card-block .title {
  font-size: 1.2rem;
  padding: 15px 20px 10px;
}

.card.sticky ul .card-block .text {
  font-size: 1.3rem;
  line-height: 1.4;
}

.card.sticky ul .card-block .text p {
  margin: 0;
}

.card.sticky > .title {
  background: #f1f1f1;
  color: #007cc3;
  font-size: 17px;
  padding: 16px 20px;
}

.jquery-sticky-stopped .card.sticky {
  margin: 0 !important;
}

.news_destacadas {
  clear: both;
}

.news_destacadas .separador {
  margin: 4rem 0 1rem;
}

.news_destacadas .row {
  width: 96%;
}

.news_destacadas .row .col {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0;
}

@media (max-width: 992px) {
  .news_destacadas .row .col .card.doble {
    -webkit-box-ordinal-group: 0;
            order: -1;
    width: 100%;
  }
}

.news_destacadas .row.center {
  margin: -4rem auto 3rem;
  text-align: center;
}

@media (max-width: 992px) {
  .news_destacadas .row.center {
    margin: -6rem auto 4rem;
  }
}

.listado_de_notas .grid {
  float: left;
  margin: 0 0 6rem;
  min-height: 100px;
  width: 100%;
}

.quienes_somos .hero-interna {
  margin: 0 0 3rem;
}

.quienes_somos .hero-interna:after {
  background: #30aee4;
}

.quienes_somos .title.separador {
  margin: 5rem 0 3rem;
}

.quienes_somos .video_wrapper {
  width: 100%;
  margin: 0;
}

.quienes_somos .video_wrapper .title {
  color: #1bbcb2;
  padding: 0;
  margin: 0 0 2.5rem;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
}

.quienes_somos .descargables {
  width: calc(100% + 2rem);
  margin: 1rem -1rem 0;
  padding: 4rem 0 0;
  position: relative;
}

@media (max-width: 640px) {
  .quienes_somos .descargables {
    display: none;
  }
}

.quienes_somos .descargables:after {
  content: "";
  background: #dddddd;
  width: calc(100% - 2rem);
  height: 1px;
  position: absolute;
  left: 1rem;
  top: 2rem;
}

.quienes_somos .descargables .card {
  width: calc(50% - 2rem);
  height: 25vw;
  max-height: 350px;
}

@media (max-width: 1200px) {
  .quienes_somos .descargables .card {
    height: 400px;
    width: calc(100% - 2rem);
  }
}

@media (max-width: 768px) {
  .quienes_somos .descargables .card {
    height: 50vw;
    max-height: 390px;
  }
}

@media (max-width: 640px) {
  .quienes_somos .descargables .card {
    width: 100%;
    height: 330px;
  }
}

.quienes_somos .descargables .card .lazy-loading {
  background-position: center 50% !important;
}

.quienes_somos .cards_links {
  background: none;
}

.quienes_somos .mosaico {
  margin: 0 auto 4rem;
}

.novedades_institucionales {
  height: auto !important;
  overflow-y: scroll !important;
  position: relative;
}

.novedades_institucionales .hero-interna {
  margin: 0 0 1rem;
}

.novedades_institucionales .hero-interna::after {
  background: #30aee4;
}

.novedades_institucionales .grid {
  clear: both;
  float: left;
  overflow: hidden;
  width: 100%;
}

.sala_de_prensa {
  height: auto !important;
  overflow-y: scroll !important;
  position: relative;
}

.sala_de_prensa .hero-interna:after {
  background: #1d4592;
}

.sala_de_prensa .twitter_feed .twitter_header {
  background-color: #007cc3;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 1.6rem 2rem;
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(96, 96, 96, 0.35), 0 2px 0 0 rgba(96, 96, 96, 0.35);
}

.sala_de_prensa .twitter_feed .twitter_header .svg {
  fill: #ffffff;
  width: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0rem, -50%);
          transform: translate(0rem, -50%);
}

.sala_de_prensa .twitter_feed .twitter_header .title {
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "omnes-regular";
  padding: 0 0 0 4rem;
}

.sala_de_prensa .twitter_feed .twitter_header .title a {
  color: #ffffff;
  font-family: "omnes-medium";
  text-transform: uppercase;
  margin: 5px 0 0;
  display: block;
}

.sala_de_prensa .twitter_feed .twitter_header .twitter-follow-button {
  position: absolute !important;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-2rem, -50%);
          transform: translate(-2rem, -50%);
}

.sala_de_prensa .twitter_feed .twitter {
  box-shadow: 0 0 0 1px rgba(96, 96, 96, 0.35);
  z-index: 1;
  top: -3px;
  position: relative;
}

.sala_de_prensa .twitter_feed .twitter .twitter-timeline {
  bottom: -3px;
  position: relative !important;
}

.sala_de_prensa .cards.media_kit {
  background: url("/images/pattern_mediakit.png") repeat 0 0;
  background-color: #1d4592;
  height: 426px;
}

.sala_de_prensa .links_prensa {
  width: 100%;
  margin: 7rem auto 3rem;
}

.sala_de_prensa .links_prensa ul {
  display: -webkit-box;
  display: flex;
  width: 96%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .sala_de_prensa .links_prensa ul {
    flex-wrap: wrap;
  }
}

.sala_de_prensa .links_prensa ul li {
  width: 100%;
}

.sala_de_prensa .links_prensa ul li .card {
  width: calc(100% - 1px);
  height: auto;
  text-align: center;
  background-color: #000000;
  min-height: 230px;
  height: 100%;
  margin: 0;
}

@media (max-width: 992px) {
  .sala_de_prensa .links_prensa ul li .card {
    height: 220px;
    min-height: auto;
    width: 100%;
  }
}

.sala_de_prensa .links_prensa ul li .card.repercusiones:before {
  background: #d85054;
}

.sala_de_prensa .links_prensa ul li .card.reconocimientos:before {
  background: #ecbb33;
}

.sala_de_prensa .links_prensa ul li .card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #0cb4b6;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}

.sala_de_prensa .links_prensa ul li .card:hover .box {
  top: -2rem;
}

.sala_de_prensa .links_prensa ul li .card:hover .box .button {
  -webkit-transform: translate(-50%, 6rem);
          transform: translate(-50%, 6rem);
}

.sala_de_prensa .links_prensa ul li .card:hover img {
  opacity: 0.3;
}

.sala_de_prensa .links_prensa ul li .card:hover:before {
  height: 8px;
}

.sala_de_prensa .links_prensa ul li .card > img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.5;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.sala_de_prensa .links_prensa ul li .card .box {
  background-color: transparent;
  background-color: initial;
  padding: 3rem 15%;
  top: 0px;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
}

@media (max-width: 1024px) {
  .touchevents .sala_de_prensa .links_prensa ul li .card .box {
    top: -2rem;
  }
}

.sala_de_prensa .links_prensa ul li .card .box .title {
  color: #ffffff;
  margin: 0;
}

.sala_de_prensa .links_prensa ul li .card .box .text {
  color: #ffffff;
  margin: 0 0 5rem;
  position: relative;
}

.sala_de_prensa .links_prensa ul li .card .box .text:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -2.2rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.sala_de_prensa .links_prensa ul li .card .box .button {
  position: absolute;
  width: 80%;
  max-width: 23rem;
  left: 50%;
  -webkit-transform: translate(-50%, 18rem);
          transform: translate(-50%, 18rem);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 1024px) {
  .touchevents .sala_de_prensa .links_prensa ul li .card .box .button {
    -webkit-transform: translate(-50%, 6rem);
            transform: translate(-50%, 6rem);
  }
}

.sala_de_prensa .contactanos {
  margin: 4rem auto 2rem;
}

.sala_de_prensa .contactanos .box {
  padding: 4rem 2rem 1rem;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  width: 280px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f1f1f1;
  padding: 10px 22px 10px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #606060 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.select-styled:hover {
  background-color: #ececec;
}

.select-styled:active,
.select-styled.active {
  background-color: #e4e4e4;
}

.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #606060 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fefefe;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  max-height: 270px;
  overflow-y: auto;
}

.select-options::-webkit-scrollbar-track {
  background: rgba(164, 164, 164, 0.2);
}

.select-options::-webkit-scrollbar-thumb {
  background: rgba(164, 164, 164, 0.8);
}

.select-options::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(164, 164, 164, 0.4);
}

.select-options::-webkit-scrollbar {
  width: 6px;
}

.select-options li {
  width: calc(100% - 1px);
  margin: 0;
  padding: 12px 15px;
  border-top: 1px solid #eeeeee;
  color: #007cc3;
  font-size: 13px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  background-color: rgba(241, 241, 241, 0.8);
}

.select-options li[rel=hide] {
  display: none;
}

.select-options li.selected {
  background-color: rgba(0, 124, 195, 0.4);
  color: #ffffff;
}

.file-upload-wrapper {
  background: #f1f1f1;
  position: relative;
  width: 100%;
  height: 40px;
  display: block;
  cursor: pointer;
}

.file-upload-wrapper:after {
  content: attr(data-text);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px 10px 60px;
  display: block;
  width: 100%;
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 20px;
  color: #999;
  background: #f1f1f1;
  font-weight: 300;
}

.file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  display: inline-block;
  height: 40px;
  background: #007cc3;
  color: #fff;
  z-index: 25;
  line-height: 40px;
  padding: 0 15px;
  pointer-events: none;
}

.file-upload-wrapper:hover:before {
  background: #005c90;
}

.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.nuestro_management .hero-interna {
  margin: 0 0 1rem;
}

.nuestro_management .hero-interna::after {
  background: #30aee4;
}

.nuestro_management .title > .text {
  margin: 1.2rem 20% 3rem;
}

@media (max-width: 640px) {
  .nuestro_management .title > .text {
    margin: 1.2rem 6% 0;
  }
}

.nuestro_management .directorio {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1000px) {
  .nuestro_management .directorio {
    flex-wrap: wrap;
  }
}

.nuestro_management .directorio .col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 390px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .nuestro_management .directorio .col {
    min-height: initial;
  }
}

@media (max-width: 1000px) {
  .nuestro_management .directorio .col.first {
    min-height: 550px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .nuestro_management .directorio .col.first {
    min-height: 360px;
  }
}

.nuestro_management .directorio .col .box {
  background-color: #007cc3;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  min-height: 130px;
  overflow: hidden;
  position: relative;
}

.nuestro_management .directorio .col .box.doble_height {
  -webkit-box-flex: 1;
          flex: 1;
}

.nuestro_management .directorio .col .box.bg-dark {
  background-color: #0b4b83 !important;
}

.nuestro_management .directorio .col .box.bg-green {
  background-color: #1bbcb2 !important;
}

.nuestro_management .directorio .col .box.bg-light {
  background-color: #169ed9 !important;
}

.nuestro_management .directorio .col .box.predidente .title {
  font-size: 1.8rem !important;
}

.nuestro_management .directorio .col .box.predidente .volanta h5 {
  opacity: 1 !important;
}

.nuestro_management .directorio .col .box .cargos {
  padding: 2.5rem 3rem;
  z-index: 10;
}

.nuestro_management .directorio .col .box .cargos .volanta {
  color: #ffffff;
  font-size: 1.6rem;
  margin: 0 0 1rem;
}

.nuestro_management .directorio .col .box .cargos .volanta h5 {
  opacity: 0.5;
}

.nuestro_management .directorio .col .box .cargos .volanta::after {
  background-color: #ffffff;
  height: 0.1rem;
  left: -3rem;
  width: 5rem;
}

.nuestro_management .directorio .col .box .cargos .title {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5;
}

.nuestro_management .gerencias .titleSecondary {
  line-height: 1.4;
  margin: 7rem auto 3.5rem;
  text-align: center;
  text-transform: initial;
  width: 45%;
}

@media (max-width: 1280px) {
  .nuestro_management .gerencias .titleSecondary {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .nuestro_management .gerencias .titleSecondary {
    width: 70%;
  }
}

@media (max-width: 640px) {
  .nuestro_management .gerencias .titleSecondary {
    width: 90%;
  }
}

.nuestro_management .gerencias ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 6rem auto 2rem;
}

.nuestro_management .gerencias ul li {
  -webkit-box-align: center;
          align-items: center;
  background-color: #e9e9e9;
  border: 1px solid #fff;
  display: -webkit-box;
  display: flex;
  height: 130px;
  overflow: hidden;
  padding: 0 3rem;
  position: relative;
  width: 25%;
}

@media (max-width: 1200px) {
  .nuestro_management .gerencias ul li {
    height: 110px;
    padding: 0 2.4rem;
  }
}

@media (max-width: 1024px) {
  .nuestro_management .gerencias ul li {
    width: 33.333%;
  }
}

@media (max-width: 768px) {
  .nuestro_management .gerencias ul li {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .nuestro_management .gerencias ul li {
    height: 80px;
    width: 100%;
  }
}

.nuestro_management .gerencias ul li h5 {
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.ultimas_noticias .hero-interna {
  margin: 0 0 1rem;
}

.ultimas_noticias .hero-interna::after {
  background: #1d4592;
}

@media (max-width: 1200px) {
  .ultimas_noticias .filter-nav {
    margin: 3rem 0;
  }
}

@media (max-width: 640px) {
  .ultimas_noticias .filter-nav {
    margin: 0 0 3rem;
  }
}

@media (max-width: 1200px) {
  .ultimas_noticias .filter-nav .btn-group {
    margin: 1rem 1%;
    width: calc(33.3333% - 2%);
  }
}

@media (max-width: 640px) {
  .ultimas_noticias .filter-nav .btn-group {
    margin: 1rem 0;
    width: 100%;
  }
}

.ultimas_noticias .filter-nav .dropdown-menu .button:hover::after {
  height: 4px;
}

.ultimas_noticias .filter-nav .dropdown-menu .button::after {
  height: 1px;
}

.ultimas_noticias .grid {
  float: left;
  margin: 0 0 6rem;
  min-height: 200px;
  width: 100%;
}

.recursos_humanos .hero-interna {
  margin: 0 0 1rem;
}

.recursos_humanos .hero-interna:after {
  background: #6e3b91;
}

@media (max-width: 992px) {
  .recursos_humanos .wrapper > .row > .col {
    width: 100%;
  }
}

.recursos_humanos .cards_links {
  background: none;
}

.recursos_humanos .cards_links .separador {
  margin: 5rem 0 2rem;
}

@media (max-width: 768px) {
  .recursos_humanos .cards_links ul {
    width: 96%;
    flex-wrap: wrap;
  }
}

.recursos_humanos .cards_links ul li {
  margin: 0.7%;
}

@media (max-width: 768px) {
  .recursos_humanos .cards_links ul li {
    width: calc(50% - 3%);
    margin: 0 0 2rem;
  }
}

@media (max-width: 640px) {
  .recursos_humanos .cards_links ul li {
    width: 100%;
  }
}

.recursos_humanos .cards_links ul li .url {
  border: none;
}

.recursos_humanos .cards_links ul .busquedas_laborales figure:after {
  background: #30aee4;
}

.recursos_humanos .cards_links ul .jovenes_emprendedores figure:after {
  background: #f29220;
}

.recursos_humanos .cards_links ul .pasantias figure:after {
  background: #007cc3;
}

.recursos_humanos .cards_links ul .ofertas_laborales_exterior figure:after {
  background: #1bbcb2;
}

.recursos_humanos .video_wrapper {
  margin: 0 auto;
  width: 100%;
}

.recursos_humanos .video_wrapper .title {
  color: #0b4b83;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 1rem;
}

.recursos_humanos .mosaico {
  padding: 0;
  margin: 0;
}

.recursos_humanos .mosaico > .col {
  width: 100%;
}

.recursos_humanos .mosaico .boxes {
  background-color: #0b4b83 !important;
}

.recursos_humanos .mosaico .boxes.large {
  background-color: #169ed9 !important;
}

.recursos_humanos .mosaico .boxes.large.bg-light {
  background-color: #1bbcb2 !important;
}

.recursos_humanos .mosaico .boxes.large.bg-dark {
  background-color: #007cc3 !important;
}

.recursos_humanos .testimonios {
  border-top: 1px solid #dddddd;
  margin: 3.5rem auto 0;
  padding: 7rem 0 2rem;
}

.recursos_humanos .testimonios > .title {
  font-size: 2.2rem;
  text-align: center;
  margin: 0 auto 4.5rem;
  max-width: 660px;
  width: 100%;
}

.recursos_humanos .testimonios .gallery .card {
  height: 240px;
  width: 25%;
  margin: 0;
  background-color: #007cc3;
}

@media (max-width: 1200px) {
  .recursos_humanos .testimonios .gallery .card {
    height: 210px;
  }
}

@media (max-width: 768px) {
  .recursos_humanos .testimonios .gallery .card {
    height: 250px;
    width: 50%;
  }
}

@media (max-width: 640px) {
  .recursos_humanos .testimonios .gallery .card {
    height: 210px;
    width: 100%;
  }
}

.recursos_humanos .testimonios .gallery .card:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.no-touchevents .recursos_humanos .testimonios .gallery .card:hover {
  box-shadow: none;
}

.no-touchevents .recursos_humanos .testimonios .gallery .card:hover .card-block {
  bottom: 1rem;
}

.no-touchevents .recursos_humanos .testimonios .gallery .card:hover .card-block .volanta:after {
  width: 12rem;
}

.no-touchevents .recursos_humanos .testimonios .gallery .card:hover .card-block .text {
  height: 6rem;
}

.no-touchevents .recursos_humanos .testimonios .gallery .card:hover .url {
  background-color: rgba(27, 188, 178, 0.8);
}

.recursos_humanos .testimonios .gallery .card .url {
  border: 1px solid #ffffff;
  background-color: rgba(27, 188, 178, 0);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.recursos_humanos .testimonios .gallery .card .card-block {
  position: absolute;
  bottom: 2rem;
  left: 0;
  z-index: 20;
  pointer-events: none;
  -webkit-transition: bottom 0.7s ease;
  transition: bottom 0.7s ease;
  width: 100%;
  height: auto !important;
}

.recursos_humanos .testimonios .gallery .card .card-block .volanta {
  color: #ffffff;
  font-size: 1.8rem;
  padding: 0 0 1rem 3rem;
  margin: 0 0 0.5rem;
}

.recursos_humanos .testimonios .gallery .card .card-block .volanta:after {
  background: #ffffff;
  -webkit-transition: width 0.7s ease;
  transition: width 0.7s ease;
}

.recursos_humanos .testimonios .gallery .card .card-block .title {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1;
  text-transform: none;
  margin: 0;
  padding: 0 3rem;
}

.recursos_humanos .testimonios .gallery .card .card-block .title:after {
  display: none;
}

.recursos_humanos .testimonios .gallery .card .card-block .text {
  color: #ffffff;
  -webkit-line-clamp: 2;
  padding: 0.25rem 3rem 0;
  height: 0;
  -webkit-transition: height 0.7s ease;
  transition: height 0.7s ease;
  margin: 0 0 0;
}

.recursos_humanos .testimonios .gallery .card .card-block .text span {
  font-size: 1.4rem;
  opacity: 0.8;
}

.recursos_humanos .linkedin .row,
.recursos_humanos .linkedin .col {
  display: -webkit-box;
  display: flex;
}

@media (max-width: 768px) {
  .recursos_humanos .linkedin .row,
  .recursos_humanos .linkedin .col {
    flex-wrap: wrap;
  }
}

.recursos_humanos .linkedin .cards {
  padding: 3rem 1rem;
  background-color: #007cc3;
  background-size: auto;
  background-repeat: repeat;
  height: 100%;
}

.recursos_humanos .linkedin .cards .ico {
  width: 85px;
  height: 60px;
  margin: 0 auto;
}

.recursos_humanos .linkedin .cards .ico .svg {
  width: 100%;
  height: 100%;
}

.recursos_humanos .cards.separador {
  background-color: #f1f1f1;
  padding: 2rem 4% 5.5rem;
}

@media (max-width: 640px) {
  .recursos_humanos .cards.separador {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    padding: 0 0 5.5rem;
  }
}

.recursos_humanos .cards.separador .box {
  padding: 0 0 0 4rem;
  max-width: 800px;
  width: calc(100% - 300px);
}

@media (max-width: 640px) {
  .recursos_humanos .cards.separador .box {
    padding: 2rem 4% 0;
    width: 100%;
  }
}

.recursos_humanos .cards.separador .box .title {
  color: #ffffff;
  margin: 3rem 0 1rem;
}

@media (max-width: 640px) {
  .recursos_humanos .cards.separador .box .title {
    text-align: center;
  }
}

.recursos_humanos .cards.separador .box .text {
  color: #ffffff;
}

@media (max-width: 640px) {
  .recursos_humanos .cards.separador .box .text {
    margin: 2rem 0 1rem;
    text-align: center;
  }
}

.recursos_humanos.busquedas_argentina .hero-interna {
  margin: 0 0 3rem;
}

.recursos_humanos.busquedas_argentina .grid_destacados ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.recursos_humanos.busquedas_argentina .grid_destacados ul li {
  width: 50%;
}

.recursos_humanos.busquedas_argentina .grid_destacados ul li.large {
  width: 100%;
}

.recursos_humanos.busquedas_argentina .grid_destacados ul li .text {
  padding: 3.2rem;
}

.recursos_humanos.busquedas_exterior .hero-interna {
  margin: 0 0 3rem;
}

.recursos_humanos.busquedas_exterior .grid_destacados ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.recursos_humanos.busquedas_exterior .grid_destacados ul li {
  width: 50%;
}

.recursos_humanos.busquedas_exterior .grid_destacados ul li.large {
  width: 100%;
}

.recursos_humanos.busquedas_exterior .grid_destacados ul li .text {
  padding: 3.2rem;
}

.recursos_humanos.busquedas_exterior .c1_rrhh_big_01,
.recursos_humanos.busquedas_exterior .c1_rrhh_big_02,
.recursos_humanos.busquedas_exterior .c1_rrhh_big_03 {
  opacity: 0.2;
  fill: #1bbcb2;
}

.recursos_humanos.busquedas_exterior .c2_rrhh_big_01,
.recursos_humanos.busquedas_exterior .c2_rrhh_big_02,
.recursos_humanos.busquedas_exterior .c3_rrhh_big_02,
.recursos_humanos.busquedas_exterior .c2_rrhh_big_03 {
  fill: #1bbcb2;
}

.recursos_humanos.jovenes_emprendedores .hero-interna {
  margin: 0 0 3rem;
}

.recursos_humanos.jovenes_emprendedores .grid_destacados ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.recursos_humanos.jovenes_emprendedores .grid_destacados ul li {
  width: 50%;
}

.recursos_humanos.jovenes_emprendedores .grid_destacados ul li.large {
  width: 100%;
}

.recursos_humanos.jovenes_emprendedores .grid_destacados ul li .text {
  padding: 3.2rem;
}

.recursos_humanos.jovenes_emprendedores .ico {
  position: relative;
}

.recursos_humanos.jovenes_emprendedores .ico:before {
  content: url("/images/rrhh/ico_je.svg");
  position: absolute;
  width: 65px;
  height: 53px;
  top: 0;
  left: 0;
}

.recursos_humanos.jovenes_emprendedores .ico .volanta,
.recursos_humanos.jovenes_emprendedores .ico .title {
  padding: 0 0 0 8rem;
}

.recursos_humanos.jovenes_emprendedores .c1_rrhh_big_04 {
  fill: #fde6d2;
}

.recursos_humanos.jovenes_emprendedores .c2_rrhh_big_04 {
  fill: #f58220;
}

.recursos_humanos.jovenes_emprendedores .c3_rrhh_big_04 {
  fill: #f79b4d;
}

.recursos_humanos.jovenes_emprendedores .c1_rrhh_big_05 {
  fill: #f79b4d;
}

.recursos_humanos.jovenes_emprendedores .c2_rrhh_big_05 {
  fill: #f58220;
}

.recursos_humanos.jovenes_emprendedores .c3_rrhh_big_05 {
  fill: #fff;
}

.recursos_humanos.jovenes_emprendedores .c1_rrhh_big_06 {
  fill: #fde6d2;
}

.recursos_humanos.jovenes_emprendedores .c2_rrhh_big_06 {
  fill: #f58220;
}

.recursos_humanos.programa_de_pasantias .hero-interna {
  margin: 0 0 3rem;
}

.recursos_humanos.programa_de_pasantias .grid_destacados ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.recursos_humanos.programa_de_pasantias .grid_destacados ul li {
  width: 50%;
}

.recursos_humanos.programa_de_pasantias .grid_destacados ul li.large {
  width: 100%;
}

.recursos_humanos.programa_de_pasantias .grid_destacados ul li .text {
  padding: 3.2rem;
}

.recursos_humanos.programa_de_pasantias .ico {
  position: relative;
}

.recursos_humanos.programa_de_pasantias .ico:before {
  content: url("/images/rrhh/ico_pp.svg");
  position: absolute;
  width: 65px;
  height: 53px;
  top: 0;
  left: 0;
}

.recursos_humanos.programa_de_pasantias .ico .volanta,
.recursos_humanos.programa_de_pasantias .ico .title {
  padding: 0 0 0 8rem;
}

.recursos_humanos .testimonio_personal ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 3rem 0 0;
  float: left;
}

.recursos_humanos .testimonio_personal ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: calc(50% - 2rem);
  border: 1px solid #dddddd;
  padding: 3.5rem 3rem;
  margin: 0 1rem;
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

@media (max-width: 768px) {
  .recursos_humanos .testimonio_personal ul li {
    margin: 1rem 0;
    width: 100%;
  }
}

.recursos_humanos .testimonio_personal ul li.hover-none:hover {
  background: inherit;
  cursor: initial;
}

.recursos_humanos .testimonio_personal ul li:hover {
  background: rgba(0, 124, 195, 0.1);
}

.recursos_humanos .testimonio_personal ul li .title {
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0 0 1.5rem;
  margin: 0 0 3rem;
  border-bottom: 1px solid #dddddd;
}

.recursos_humanos .testimonio_personal ul li figcaption {
  font-family: "omnes-semibold";
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 2rem 0 1rem;
  color: #0b4b83;
}

.recursos_humanos .testimonio_personal ul li .text {
  line-height: 1.7;
}

.recursos_humanos.rrhh [data-item="5"] {
  width: 100%;
}

.sustentabilidad .hero-interna:after {
  background: #52bf41;
}

.sustentabilidad.respeto_por_los_derechos_humanos .bg_image_sustentable {
  background-image: url("/images/sustentabilidad/pic_respeto_der_hum.jpg");
}

.sustentabilidad.eficiencia_energetica .bg_image_sustentable {
  background-image: url("/images/sustentabilidad/pic_efic_energ.jpg");
}

.sustentabilidad.uso_racional_del_agua .bg_image_sustentable {
  background-image: url("/images/sustentabilidad/pic_uso_racional_del_agua.jpg");
}

.sustentabilidad.uso_racional_de_material_de_empaque .bg_image_sustentable {
  background-image: url("/images/sustentabilidad/pic_uso_mat_empaque.jpg");
}

.sustentabilidad.alimentacion_saludable .bg_image_sustentable {
  background-image: url("/images/sustentabilidad/pic_alimentacion_saludable.jpg");
}

.sustentabilidad.gestion_sustentable .row .col {
  padding: 15px 30px 30px 0;
}

.sustentabilidad.gestion_sustentable .pilares ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 1024px) {
  .sustentabilidad.gestion_sustentable .pilares ul {
    flex-wrap: wrap;
  }
}

.sustentabilidad.gestion_sustentable .pilares ul li {
  width: 100%;
  position: relative;
  padding: 4rem 5rem;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media (min-width: 1025px) {
  .sustentabilidad.gestion_sustentable .pilares ul li:hover {
    background-color: #007cc3;
  }

  .sustentabilidad.gestion_sustentable .pilares ul li:hover .ico {
    margin: 0 auto 2rem;
    padding: 0 0 7.5rem;
  }

  .sustentabilidad.gestion_sustentable .pilares ul li:hover .ico:after {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .sustentabilidad.gestion_sustentable .pilares ul li:hover .ico .svg {
    display: none;
  }

  .sustentabilidad.gestion_sustentable .pilares ul li:hover .subtitle {
    color: #ffffff;
  }

  .sustentabilidad.gestion_sustentable .pilares ul li:hover .text {
    display: block;
  }
}

.sustentabilidad.gestion_sustentable .pilares ul li .ico {
  width: 200px;
  position: relative;
  margin: 1.5rem auto 0;
  padding: 0 0 2.5rem;
}

.sustentabilidad.gestion_sustentable .pilares ul li .ico:after {
  content: "";
  background-color: #606060;
  width: 7rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.sustentabilidad.gestion_sustentable .pilares ul li .ico .title {
  width: 100%;
  position: absolute;
  top: 0.75rem;
  left: 0;
  padding: 0 4%;
  color: #ffffff;
  font-family: "omnes-semibold";
  font-size: 2rem;
}

.sustentabilidad.gestion_sustentable .pilares ul li .ico .svg {
  width: 100%;
  height: 100%;
  height: 230px;
}

.sustentabilidad.gestion_sustentable .pilares ul li .subtitle {
  color: #606060;
  font-family: "omnes-medium";
  font-size: 1.8rem;
}

.sustentabilidad.gestion_sustentable .pilares ul li .text {
  display: block;
  margin: 2rem 0 0;
}

@media (min-width: 1025px) {
  .sustentabilidad.gestion_sustentable .pilares ul li .text {
    display: none;
    color: #ffffff;
  }
}

.sustentabilidad .separador {
  float: none;
  clear: none;
}

.sustentabilidad .bg_image_sustentable {
  padding: 6rem 0;
}

.sustentabilidad .bg_image_sustentable .box {
  width: 100%;
}

.sustentabilidad .bg_image_sustentable .box .svg {
  width: 110px;
  height: 110px;
}

.sustentabilidad .bg_image_sustentable .box .title {
  font-size: 1.8rem;
  font-family: "omnes-medium";
  position: relative;
  margin: 4.2rem 0 0.5rem;
}

.sustentabilidad .bg_image_sustentable .box .title:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: -2.2rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.sustentabilidad .bg_image_sustentable .box .text {
  font-size: 2.4rem;
  font-family: "omnes-semibold";
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .sustentabilidad .bg_image_sustentable .box .text {
    width: 90%;
  }
}

.sustentabilidad .bg_image_sustentable .box .text:after {
  display: none;
}

.sustentabilidad .title > .text {
  margin: 1.2rem 8% 3rem;
}

@media (max-width: 640px) {
  .sustentabilidad .title > .text {
    margin: 1.2rem 6% 0 6%;
  }
}

.sustentabilidad .video_wrapper {
  width: 100%;
  margin: 0;
}

.sustentabilidad .video_wrapper .title {
  color: #1bbcb2;
  padding: 0;
  margin: 0 0 2.5rem;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
}

.sustentabilidad .nuestros_compromisos {
  min-height: 550px;
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
  margin: 3rem auto 4rem;
  float: left;
  background-position: center top;
}

@media (max-width: 1280px) {
  .sustentabilidad .nuestros_compromisos {
    min-height: 500px;
  }
}

@media (max-width: 1024px) {
  .sustentabilidad .nuestros_compromisos {
    min-height: 450px;
  }
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos {
  position: absolute;
  width: 430px;
  height: 450px;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1280px) {
  .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}

@media (max-width: 640px) {
  .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos {
    -webkit-transform: translate(-50%, -50%) scale(0.65);
            transform: translate(-50%, -50%) scale(0.65);
  }
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel {
  width: 430px;
  height: 450px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
}

@media (max-width: 640px) {
  .touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel {
    -webkit-transform: translate(10px, 0) !important;
            transform: translate(10px, 0) !important;
  }
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .perspective {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  width: 430px;
  height: 450px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .bgwheel {
  -webkit-transform: translateZ(15px);
          transform: translateZ(15px);
  background: url("/images/sustentabilidad/arbol_bg.png") no-repeat center center;
  pointer-events: none;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .linaswheel {
  -webkit-transform: translateZ(30px);
          transform: translateZ(30px);
  border-radius: 100%;
  pointer-events: none;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .linaswheel .svg {
  width: 100%;
  height: 100%;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .logo {
  -webkit-transform: translateZ(30px);
          transform: translateZ(30px);
  pointer-events: none;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items {
  z-index: 10;
  width: 100px;
  height: 100px;
  -webkit-transform: translateZ(120px);
          transform: translateZ(120px);
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul {
  width: 100%;
  height: 100%;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li {
  position: absolute;
  width: 110px;
  height: 110px;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li .title {
  font-family: "omnes-bold";
  font-size: 1.8rem;
  text-transform: uppercase;
  width: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  text-shadow: 0 0 3px #fff, 0 0 5px #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li .title {
    font-size: 1.7rem;
    width: 150px;
  }
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li .title .more {
  display: none;
  font-size: 80%;
  color: #848484;
  font-family: open_sansregular;
  line-height: 1.5;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-0] {
  top: 145px;
  left: 158px;
  width: 115px;
  height: 82px;
  -webkit-transform: translateZ(50px);
          transform: translateZ(50px);
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-0] .title {
  top: 315px;
  left: 80px;
  color: #233986;
}

@media (max-width: 640px) {
  .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-0] .title {
    top: 290px;
    left: 62px;
  }
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-0] .item-pin {
  width: 115px;
  height: 82px;
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-0] .item-pin:hover .design-pin-border {
  box-shadow: 0 0 0 30px rgba(35, 57, 134, 0.1);
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-0] .item-pin:hover .design-pin-border .design-pin-core {
  box-shadow: 0 0 0 10px rgba(35, 57, 134, 0.2);
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-1] {
  top: 40px;
  left: 160px;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-1] .title {
  top: -50px;
  left: 50%;
  color: #233986;
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-1] .item-pin:hover .design-pin-border {
  box-shadow: 0 0 0 30px rgba(35, 57, 134, 0.1);
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-1] .item-pin:hover .design-pin-border .design-pin-core {
  box-shadow: 0 0 0 10px rgba(35, 57, 134, 0.2);
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-2] {
  top: 110px;
  left: 270px;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-2] .title {
  left: 270px;
  color: #DB0D15;
}

@media (max-width: 640px) {
  .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-2] .title {
    left: 148px;
    top: -5px;
  }
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-2] .item-pin:hover .design-pin-border {
  box-shadow: 0 0 0 30px rgba(219, 13, 21, 0.1);
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-2] .item-pin:hover .design-pin-border .design-pin-core {
  box-shadow: 0 0 0 10px rgba(219, 13, 21, 0.2);
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-3] {
  top: 225px;
  left: 222px;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-3] .title {
  left: 230px;
  top: 100px;
  color: #57A832;
}

@media (max-width: 640px) {
  .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-3] .title {
    left: 140px;
    top: 143px;
  }
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-3] .item-pin:hover .design-pin-border {
  box-shadow: 0 0 0 30px rgba(87, 168, 50, 0.1);
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-3] .item-pin:hover .design-pin-border .design-pin-core {
  box-shadow: 0 0 0 10px rgba(87, 168, 50, 0.2);
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-4] {
  top: 225px;
  left: 100px;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-4] .title {
  left: -120px;
  top: 120px;
  color: #783f8c;
}

@media (max-width: 640px) {
  .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-4] .title {
    left: -55px;
    top: 140px;
  }
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-4] .item-pin:hover .design-pin-border {
  box-shadow: 0 0 0 30px rgba(120, 63, 140, 0.1);
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-4] .item-pin:hover .design-pin-border .design-pin-core {
  box-shadow: 0 0 0 10px rgba(120, 63, 140, 0.2);
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-5] {
  top: 110px;
  left: 62px;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-5] .title {
  left: -115px;
  color: #EF9000;
}

@media (max-width: 640px) {
  .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-5] .title {
    left: -45px;
    top: -20px;
  }
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-5] .item-pin:hover .design-pin-border {
  box-shadow: 0 0 0 30px rgba(239, 144, 0, 0.1);
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items ul li[data-id=item-5] .item-pin:hover .design-pin-border .design-pin-core {
  box-shadow: 0 0 0 10px rgba(239, 144, 0, 0.2);
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items .item-pin {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: visible;
  position: absolute;
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items .item-pin:hover .design-pin-border {
  box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.1);
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items .item-pin:hover .design-pin-border .design-pin-core {
  width: 120px;
  height: 120px;
  left: -10px;
  top: -10px;
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
}

.no-touchevents .sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items .item-pin:hover .design-pin-logo {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items .item-pin span {
  float: left;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items .item-pin .design-pin-logo {
  width: 115px;
  height: 82px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items .item-pin .design-pin-border {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items .item-pin .design-pin-border .design-pin-core {
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  cursor: pointer;
  color: #fff;
  width: 100px;
  height: 100px;
  float: left;
  box-sizing: content-box;
}

.sustentabilidad .nuestros_compromisos .arbol_nuestros_compromisos .wheel .items .item-pin .design-pin-border .design-pin-core .svg {
  width: 100%;
  height: 100%;
}

.sustentabilidad .accesos {
  padding: 4rem 0 0;
  border-top: 1px solid #dddddd;
}

@media (max-width: 992px) {
  .sustentabilidad .accesos ul {
    flex-wrap: nowrap;
  }
}

@media (max-width: 768px) {
  .sustentabilidad .accesos ul {
    flex-wrap: wrap;
  }
}

.sustentabilidad .accesos ul li {
  width: 100%;
}

.sustentabilidad .accesos ul li.bg_green1 {
  background-color: #75cc67;
}

.sustentabilidad .accesos ul li.bg_green2 {
  background-color: #52bf41;
}

.sustentabilidad .accesos ul li.bg_green3 {
  background-color: #419934;
}

.sustentabilidad .accesos ul li a:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.sustentabilidad .accesos ul li a .text {
  color: #ffffff;
}

.sustentabilidad .accesos ul li a .arrow .svg {
  fill: #ffffff;
}

.sustentabilidad .etapas .etapas_tabs {
  padding: 0 0 2.5rem;
}

.sustentabilidad .etapas .etapas_tabs li {
  text-align: left;
  padding: 0;
}

.sustentabilidad .etapas .etapas_tabs li:before {
  background: rgba(0, 0, 0, 0.25);
}

.sustentabilidad .etapas .etapas_tabs li:nth-child(1) {
  background-color: #1bbcb2;
}

.sustentabilidad .etapas .etapas_tabs li:nth-child(1).active:after {
  border-bottom: 12px solid #1bbcb2;
}

.sustentabilidad .etapas .etapas_tabs li:nth-child(2) {
  background-color: #0b4b83;
}

.sustentabilidad .etapas .etapas_tabs li:nth-child(2).active:after {
  border-bottom: 12px solid #0b4b83;
}

.sustentabilidad .etapas .etapas_tabs li:nth-child(3) {
  background-color: #30aee4;
}

.sustentabilidad .etapas .etapas_tabs li:nth-child(3).active:after {
  border-bottom: 12px solid #30aee4;
}

.sustentabilidad .etapas .etapas_tabs li:nth-child(4) {
  background-color: #55af47;
}

.sustentabilidad .etapas .etapas_tabs li:nth-child(4).active:after {
  border-bottom: 12px solid #55af47;
}

.sustentabilidad .etapas .etapas_tabs li:nth-child(5) {
  background-color: #f29220;
}

.sustentabilidad .etapas .etapas_tabs li:nth-child(5).active:after {
  border-bottom: 12px solid #f29220;
}

.no-touchevents .sustentabilidad .etapas .etapas_tabs li:hover.active .goToSlide {
  background-color: transparent;
}

.no-touchevents .sustentabilidad .etapas .etapas_tabs li:hover .goToSlide {
  background-color: rgba(0, 0, 0, 0.25);
}

.sustentabilidad .etapas .etapas_tabs li .goToSlide {
  min-height: 200px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 768px) {
  .sustentabilidad .etapas .etapas_tabs li .goToSlide {
    min-height: 175px;
  }
}

.sustentabilidad .etapas .etapas_tabs li .goToSlide .item {
  font-family: "omnes-semibold";
  color: rgba(255, 255, 255, 0.2);
  font-size: 5rem;
  position: absolute;
  top: 1rem;
  right: 3rem;
}

@media (max-width: 768px) {
  .sustentabilidad .etapas .etapas_tabs li .goToSlide .item {
    top: 0;
    right: 1.8rem;
  }
}

.sustentabilidad .etapas .etapas_tabs li .goToSlide .box {
  position: absolute;
  bottom: 5rem;
  left: 10%;
  width: 80%;
}

.sustentabilidad .etapas .etapas_tabs li .goToSlide .box .svg {
  width: 60px;
  height: 40px;
  margin: 0 0 1.8rem;
}

@media (max-width: 768px) {
  .sustentabilidad .etapas .etapas_tabs li .goToSlide .box .svg {
    width: 50px;
    height: 30px;
    margin: 0 0 1.2rem;
  }
}

.sustentabilidad .etapas .etapas_tabs li .goToSlide .box .title {
  font-family: "omnes-medium";
  color: #ffffff;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .sustentabilidad .etapas .etapas_tabs li .goToSlide .box .title {
    font-size: 1.4rem;
    margin: 0;
  }
}

.sustentabilidad .etapas .etapas_tabs li .goToSlide .box .title:after {
  content: "";
  background-color: #ffffff;
  width: 7rem;
  height: 0.2rem;
  position: absolute;
  bottom: -2rem;
  left: -3rem;
}

.sustentabilidad.gestion_sustentable .grid_destacados {
  margin: 2rem auto;
}

.sustentabilidad.gestion_sustentable .grid_destacados ul {
  flex-wrap: wrap;
}

.sustentabilidad.gestion_sustentable .grid_destacados ul li {
  width: 33.3333%;
  flex-basis: 33.3333%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-height: 130px;
}

@media (max-width: 768px) {
  .sustentabilidad.gestion_sustentable .grid_destacados ul li {
    width: 50%;
    flex-basis: 50%;
    max-height: initial;
  }
}

.sustentabilidad.gestion_sustentable .grid_destacados ul li .text {
  width: 100%;
  padding: 10px 10px 10px 30px;
}

@media (max-width: 768px) {
  .sustentabilidad .step-etapas article .text {
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto;
  }
}

.sustentabilidad ul.listado {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0 0 0 1.4rem;
  display: block;
  overflow: visible;
}

.sustentabilidad ul.listado li {
  width: 100%;
  position: relative;
  background: transparent;
  border: none;
  color: inherit;
  text-align: left;
  padding: 0;
  cursor: inherit;
  display: inline-block;
  margin: 0 0 0.8rem;
}

.sustentabilidad ul.listado li:hover {
  background-color: transparent !important;
}

.sustentabilidad ul.listado li:after {
  display: none;
}

.sustentabilidad ul.listado li:before {
  content: "\2022";
  color: #007cc3;
  position: absolute;
  top: 0;
  left: -1.4rem;
  font-size: 1.8rem;
  line-height: 1;
}

.sustentabilidad ul.listado li ul {
  width: 100%;
  border: none;
  padding: 0;
  margin: 1rem 0 0.4rem 1.4rem;
  display: block;
  overflow: visible;
}

.sustentabilidad ul.listado li ul li {
  width: 100%;
  color: rgba(96, 96, 96, 0.9);
  margin: 0 0 0.2rem;
}

.sustentabilidad ul.listado li ul li:before {
  content: "-";
  color: #606060;
  position: absolute;
  top: 0;
  left: -1.4rem;
  font-size: 1.8rem;
  line-height: 1;
}

.sustentabilidad.comunidad .mosaico {
  padding: 0;
  margin: 4rem auto;
}

.biblioteca_virtual .hero-interna {
  margin: 0 0 1rem;
}

.biblioteca_virtual .hero-interna::after {
  background: #52bf41;
}

.biblioteca_virtual .title > .text {
  margin: 1.2rem 6% 3rem;
}

@media (max-width: 640px) {
  .biblioteca_virtual .title > .text {
    margin: 1.2rem 6% 0;
  }
}

.biblioteca_virtual .grid {
  float: left;
  width: 100%;
}

@media (max-width: 640px) {
  .biblioteca_virtual .grid .card {
    height: 340px;
  }
}

.biblioteca_virtual .grid .card .bg_images_dm {
  height: 100%;
  position: absolute;
  width: 100%;
}

.biblioteca_virtual .grid .card .card-block {
  background-color: transparent;
}

.informacion_financiera .hero-interna {
  margin: 0 0 1rem;
}

.informacion_financiera .hero-interna:after {
  background: #30aee4;
}

.informacion_financiera .subtitle {
  font-family: "omnes-medium";
  color: #007cc3;
  font-size: 18px;
  text-align: center;
  padding: 2rem 0 1rem 0;
}

.informacion_financiera .text {
  text-align: center;
  color: #a4a4a4;
}

.informacion_financiera .numbers-module .separador {
  margin-bottom: 30px;
}

.informacion_financiera .numbers-module .numbers {
  margin-top: 50px;
}

.informacion_financiera .numbers-module .numbers ul {
  display: -webkit-box;
  display: flex;
  max-width: 1360px;
  margin: 0 auto;
  align-content: center;
  position: relative;
  margin: 40px 0;
}

@media (max-width: 640px) {
  .informacion_financiera .numbers-module .numbers ul {
    display: block;
    margin: 0;
  }
}

.informacion_financiera .numbers-module .numbers ul li {
  overflow: hidden;
  text-align: center;
  width: 100%;
  font-family: "omnes-semibold";
  font-size: 3.2rem;
}

@media (max-width: 640px) {
  .informacion_financiera .numbers-module .numbers ul li {
    margin: 20px 0;
  }
}

.informacion_financiera .numbers-module .numbers ul li p {
  color: #606060;
  font-family: "open_sansregular";
  font-size: 1.6rem;
}

.informacion_financiera .numbers-module .numbers ul li.financiera-1 {
  color: #6e3b91;
}

.informacion_financiera .numbers-module .numbers ul li.financiera-2 {
  color: #007cc3;
}

.informacion_financiera .numbers-module .numbers ul li.financiera-3 {
  color: #007cc3;
}

.informacion_financiera .numbers-module .numbers ul li.financiera-4 {
  color: #1bbcb2;
}

.informacion_financiera .numbers-module .numbers ul li.financiera-5 {
  color: #30aee4;
}

.informacion_financiera .numbers-module .numbers ul li.financiera-6 {
  color: #0b4b83;
}

.informacion_financiera .charts ul {
  display: -webkit-box;
  display: flex;
  max-width: 1360px;
  margin: 0 auto;
  align-content: center;
  position: relative;
  margin: 40px 0;
}

@media (max-width: 640px) {
  .informacion_financiera .charts ul {
    display: block;
    margin: 0;
  }
}

.informacion_financiera .charts ul li {
  overflow: hidden;
  text-align: center;
  width: 100%;
  font-family: "omnes-semibold";
  font-size: 3.2rem;
}

@media (max-width: 640px) {
  .informacion_financiera .charts ul li {
    margin: 20px 0;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #dddddd;
  }
}

.informacion_financiera .charts ul li h4 {
  font-family: "omnes-medium";
  font-size: 1.8rem;
  margin: 10px 0 35px;
}

.informacion_financiera .charts ul li img {
  max-width: 100%;
}

.informacion_financiera .charts ul li .svg {
  width: 100%;
  max-width: 390px;
}

.informacion_financiera .charts ul li:first-child h4 {
  color: #30aee4;
}

.informacion_financiera .charts ul li:nth-child(2) {
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  color: #0b4b83;
}

.informacion_financiera .charts ul li:last-child {
  color: #1bbcb2;
}

@media (max-width: 640px) {
  .informacion_financiera .charts ul li:last-child {
    border: none;
  }
}

.informacion_financiera .charts .trayectoria_crecimiento {
  margin: 30px auto;
  width: 100%;
  display: block;
  overflow-x: auto;
}

.informacion_financiera .charts .trayectoria_crecimiento::-webkit-scrollbar-track {
  background: rgba(164, 164, 164, 0.2);
}

.informacion_financiera .charts .trayectoria_crecimiento::-webkit-scrollbar-thumb {
  background: rgba(164, 164, 164, 0.8);
}

.informacion_financiera .charts .trayectoria_crecimiento::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(164, 164, 164, 0.4);
}

.informacion_financiera .charts .trayectoria_crecimiento::-webkit-scrollbar {
  width: 6px;
}

.informacion_financiera .charts .trayectoria_crecimiento img {
  text-align: center;
  margin: 0 auto;
  width: 1170px;
  display: block;
}

.informacion_financiera .balances-generales {
  border: 1px solid #dddddd;
  padding: 2rem;
  margin: 6rem auto 2rem;
  clear: both;
}

.informacion_financiera .balances-generales > .title {
  text-align: center;
  font-size: 2.4rem;
  margin: 2rem 0 1rem;
  position: relative;
  padding: 0 0 2rem;
}

.informacion_financiera .balances-generales > .title:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #007cc3;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.informacion_financiera .balances-generales .balances .subtitle {
  font-size: 2.4rem;
  color: #1bbcb2;
}

.informacion_financiera .balances-generales .balances.anuales ul li {
  width: 33.33%;
  margin-top: 2rem;
}

@media (max-width: 640px) {
  .informacion_financiera .balances-generales .balances.anuales ul li {
    width: 50%;
  }
}

.informacion_financiera .balances-generales .balances ul {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1rem auto;
  max-width: 990px;
}

.informacion_financiera .balances-generales .balances ul li a {
  text-align: center;
  display: block;
  padding: 1rem 0.5rem;
  margin: 0 0 2rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.informacion_financiera .balances-generales .balances ul li a:hover {
  background-color: rgba(96, 96, 96, 0.1);
}

.informacion_financiera .balances-generales .balances ul li a img {
  width: 100%;
  max-width: 140px;
}

.informacion_financiera .balances-generales .balances ul li a .svg {
  width: 100%;
  max-width: 45px;
}

.informacion_financiera .balances-generales .balances ul li a span {
  color: #606060;
  display: inline-block;
  margin: 1.2rem 0 0;
  width: 100%;
}

.informacion_financiera .mas-info {
  display: block;
  margin: 20px auto;
  text-align: center;
  color: #606060;
}

.informacion_financiera .mas-info a {
  color: #1bbcb2;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.informacion_financiera .mas-info a:hover {
  color: #007cc3;
}

.innovacion .hero-interna:after {
  background: #30aee4;
}

.innovacion .parrafo {
  width: 90%;
  margin: 4rem auto 6rem;
  text-align: center;
  max-width: 780px;
}

@media (max-width: 1255px) {
  .innovacion .grid .card {
    width: calc(25% - 20px);
    height: 350px;
  }
}

@media (max-width: 1024px) {
  .innovacion .grid .card {
    width: calc(50% - 20px);
    height: 350px;
  }
}

@media (max-width: 640px) {
  .innovacion .grid .card {
    width: 100%;
    height: 180px;
  }
}

.innovacion .grid .card.card-descargable {
  height: 350px !important;
}

.innovacion .cards.separador {
  margin: 10rem 0 6rem 0;
}

.innovacion .cards.separador .box {
  padding: 7.5rem 0;
}

.innovacion .swiper-ganadores {
  width: 100%;
  padding: 5rem 0 0 0;
  margin: 1.5rem 0 5rem;
  float: left;
}

.innovacion .swiper-ganadores .swiper-wrapper .swiper-slide {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 4rem;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (max-width: 768px) {
  .innovacion .swiper-ganadores .swiper-wrapper .swiper-slide {
    padding: 3rem;
  }
}

.innovacion .swiper-ganadores .swiper-wrapper .swiper-slide .edicion {
  font-family: "omnes-medium";
  font-size: 1.4rem;
  text-transform: uppercase;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  padding: 0 0 1rem;
}

.innovacion .swiper-ganadores .swiper-wrapper .swiper-slide .title {
  color: #0b4b83;
  font-size: 1.7rem;
  font-family: "omnes-medium";
  font-weight: bold;
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .innovacion .swiper-ganadores .swiper-wrapper .swiper-slide .title {
    margin: 1.5rem 0 1rem;
  }
}

.innovacion .swiper-ganadores .swiper-button-year {
  background-image: url("/images/ico-arrow-blue.svg");
  width: 4rem;
  top: 0;
  background-position: 75% 50%;
  background-size: 50%;
  background-color: #ffffff;
  right: 0;
  height: 72px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.innovacion .swiper-ganadores .swiper-button-year:hover {
  background-position: 100% 50%;
}

.innovacion .swiper-ganadores .swiper-button-year:after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  top: 33%;
  height: 34%;
  background-color: #007cc3;
}

.innovacion .swiper-ganadores .swiper-button-year.swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}

.innovacion .arrow-mobile {
  display: none;
  width: 100%;
  position: relative;
  height: 50px;
  float: left;
  top: 22px;
}

@media (max-width: 992px) {
  .innovacion .arrow-mobile {
    display: block;
  }
}

.innovacion .text ul {
  margin: 0 0 4rem 1rem;
  position: relative;
}

.innovacion .text ul li {
  color: #606060;
  display: block;
  line-height: 1.6;
  margin: 0 0 1rem;
  position: relative;
}

.innovacion .text ul li::before {
  color: #007cc3;
  content: "\2022";
  font-size: 1.8rem;
  left: -1.4rem;
  line-height: 1;
  position: absolute;
  top: 0;
}

.agronegocios .hero-interna {
  margin: 0 0 1rem;
}

.agronegocios .hero-interna:after {
  background: #e8b909;
}

.agronegocios.agronegocios_hoy .hero-interna {
  margin: 0 0 3rem;
}

.agronegocios .card-item .card {
  width: 100%;
}

@media (max-width: 768px) {
  .agronegocios .card-item .card {
    width: calc(100% - 10px);
  }
}

.agronegocios .accesos {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin: 3rem auto;
  padding: 3rem 0 2rem;
}

.agronegocios .accesos ul {
  flex-wrap: nowrap;
}

.agronegocios .accesos ul li a {
  padding: 0 320px 0 24px;
}

@media (max-width: 992px) {
  .agronegocios .accesos ul li a {
    padding: 0 170px 0 24px;
  }
}

@media (max-width: 768px) {
  .agronegocios .accesos ul {
    flex-wrap: wrap;
  }

  .agronegocios .accesos ul li {
    margin: 0 0 1rem !important;
    width: 100%;
  }
}

.agronegocios .accesos .bg_green1 {
  background-color: #469583;
  margin: 1px 14px 1px 1px;
}

.agronegocios .accesos .bg_green2 {
  background-color: #004e3c;
  margin: 1px 1px 1px 14px;
}

.agronegocios .accesos .text,
.agronegocios .accesos .svg {
  color: #ffffff;
  fill: #ffffff;
  text-transform: none;
}

.agronegocios .accesos ul li a:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.agronegocios .upper {
  clear: both;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  float: left;
  margin: -3rem auto 4rem;
  position: relative;
}

@media (max-width: 992px) {
  .agronegocios .upper {
    flex-wrap: wrap;
    margin: -2rem auto 4rem;
    width: 100%;
  }
}

.agronegocios .upper .col {
  padding: 15px 0;
}

@media (max-width: 992px) {
  .agronegocios .upper .col {
    width: 100%;
  }
}

.agronegocios .upper .col .gotolink {
  display: block;
  height: 100%;
  padding: 2rem 1.5rem;
  position: relative;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  width: 100%;
}

.agronegocios .upper .col .gotolink:hover {
  background-color: rgba(232, 185, 9, 0.15);
}

.agronegocios .upper .col .gotolink:hover.green {
  background-color: rgba(146, 175, 42, 0.15);
}

.agronegocios .upper .col .gotolink:hover.green .btn_link,
.agronegocios .upper .col .gotolink:hover.green .title {
  color: #92af2a;
}

.agronegocios .upper .col .gotolink:hover .btn_link {
  color: #c9a413;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.agronegocios .upper .col .gotolink:hover .title {
  color: #eac225;
}

.agronegocios .upper .col .gotolink:hover .linear_box {
  left: 0;
  width: 100%;
}

.agronegocios .upper .col .svg {
  float: left;
  height: 55px;
  margin: 0 1.7rem 0 1.5rem;
  width: 55px;
}

@media (max-width: 640px) {
  .agronegocios .upper .col .svg {
    display: block;
    float: none;
    margin: 0 0 1rem 0;
  }
}

.agronegocios .upper .col .title {
  float: left;
  font-family: "omnes-semibold";
  font-size: 2.8rem;
  -webkit-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
}

.agronegocios .upper .col .text {
  float: left;
  line-height: 1.7;
  margin: 2rem 1.5rem;
  width: calc(100% - 3rem);
}

@media (max-width: 640px) {
  .agronegocios .upper .col .text {
    margin: 2rem 0 3rem;
  }
}

.agronegocios .upper .col .btn_link {
  color: #007cc3;
  display: block;
  font-family: "omnes-medium";
  font-size: 1.4rem;
  margin: 2rem 0;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.agronegocios .upper .col .linear_box {
  bottom: 0;
  height: 8px;
  left: 15px;
  position: absolute;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: calc(100% - 30px);
}

@media (max-width: 640px) {
  .agronegocios .upper .col .linear_box {
    left: 0;
    width: 100%;
  }
}

.agronegocios .upper .col .linear_box.yellow {
  background-color: #eac225;
}

.agronegocios .upper .col .linear_box.yellow::before {
  background-color: #c9a413;
}

.agronegocios .upper .col .linear_box.yellow::after {
  background-color: #eecf54;
}

.agronegocios .upper .col .linear_box.green {
  background-color: #92af2a;
}

.agronegocios .upper .col .linear_box.green::before {
  background-color: #708620;
}

.agronegocios .upper .col .linear_box.green::after {
  background-color: #b0d03c;
}

.agronegocios .contactanos {
  margin: 1rem auto 2rem;
}

.agronegocios .contactanos .box {
  padding: 3rem 0 7rem;
}

.agronegocios.programa_agrosustentable .hero-interna {
  margin: 0 0 3rem;
}

.agronegocios.programa_agrosustentable .certificaciones {
  max-width: 400px;
}

.agronegocios.programa_agrosustentable .titleSecondary {
  margin: 0 0 0 1.5rem;
}

@media (max-width: 768px) {
  .agronegocios.programa_agrosustentable .titleSecondary {
    margin: 0 0 0 1.5rem !important;
  }
}

.agronegocios.nuestros_productos .grid {
  margin: 2rem 0 6rem;
}

.agronegocios.nuestros_productos .grid .card {
  height: 220px;
  width: 25%;
}

@media (max-width: 1200px) {
  .agronegocios.nuestros_productos .grid .card {
    width: 33.3333%;
  }
}

@media (max-width: 768px) {
  .agronegocios.nuestros_productos .grid .card {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .agronegocios.nuestros_productos .grid .card {
    width: 100%;
  }
}

.agronegocios.nuestros_productos .grid .card .bg_images_dm {
  background-position: 50% 50%;
  background-size: cover;
}

.agronegocios.industrias_que_abastecemos .filter-nav {
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 1.5rem 0 1rem;
}

@media (max-width: 1100px) {
  .agronegocios.industrias_que_abastecemos .filter-nav {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.agronegocios.industrias_que_abastecemos .filter-nav .button {
  font-size: 1.4rem;
  margin: 4px 1px;
  min-width: 100px;
  padding: 12px;
  width: auto;
}

@media (max-width: 1100px) {
  .agronegocios.industrias_que_abastecemos .filter-nav .button {
    min-width: 150px;
  }
}

.agronegocios.industrias_que_abastecemos .grid {
  margin: 2rem 0 6rem;
}

.agronegocios.industrias_que_abastecemos .grid .card {
  width: 25%;
  height: 220px;
}

.agronegocios.industrias_que_abastecemos .grid .card::before {
  display: none;
}

@media (max-width: 1200px) {
  .agronegocios.industrias_que_abastecemos .grid .card {
    width: 33.3333%;
  }
}

@media (max-width: 768px) {
  .agronegocios.industrias_que_abastecemos .grid .card {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .agronegocios.industrias_que_abastecemos .grid .card {
    width: 100%;
  }
}

.agronegocios.agronegocios_hoy .mosaico .boxes {
  background-color: #eac225 !important;
}

.agronegocios.agronegocios_hoy .mosaico .boxes.bg-dark {
  background-color: #bb9b1e !important;
}

.agronegocios.agronegocios_hoy .mosaico .boxes.bg-light {
  background-color: #f0d467 !important;
}

.productos_interna .hero-interna {
  margin: 0 0 3rem;
}

.productos_interna .hero-interna::after {
  background: #f29220;
}

.productos_interna .titleSecondary {
  float: left;
  margin: 1.3rem 0;
  width: 100%;
}

.productos_interna .productos {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  float: left;
  text-align: center;
  width: 100%;
}

.productos_interna .productos .card {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #dddddd;
  flex-direction: column;
  height: auto;
  width: calc(33.3333% - 20px);
}

@media (max-width: 1024px) {
  .productos_interna .productos .card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 640px) {
  .productos_interna .productos .card {
    width: 100%;
  }

  .productos_interna .productos .card .card-block {
    width: 100%;
  }
}

.productos_interna .productos .card:hover {
  box-shadow: none;
}

.productos_interna .productos .card .title {
  background-color: #f29220;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  color: #ffffff;
  font-size: 2.4rem;
  padding: 2rem 0;
  text-align: center;
  text-transform: none;
}

@media (max-width: 640px) {
  .productos_interna .productos .card .title {
    background-size: 100%;
  }
}

.productos_interna .productos .card .title::after {
  display: none;
}

.productos_interna .productos .card .title h2 {
  display: block;
  text-align: center;
}

.productos_interna .productos .card .text {
  display: inline-block;
  max-height: none;
  overflow: initial;
  padding: 2rem 10% 1rem;
}

.productos_interna .productos .card .text span {
  color: #007cc3;
  font-family: "omnes-semibold";
}

.productos_interna .azucar .title {
  background-color: #f0d467 !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_azucar.svg");
}

.productos_interna .glucosa .title {
  background-color: #92af2a !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_glucosa.svg");
}

.productos_interna .fructosa .title {
  background-color: #008f91 !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_fructosa.svg");
}

.productos_interna .maltosa .title {
  background-color: #c09e51 !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_maltosa.svg");
}

.productos_interna .almidon_maiz .title {
  background-color: #44a941 !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_almidon_maiz.svg");
}

.productos_interna .lacteos .title {
  background-color: #af863d !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_lacteos.svg");
}

.productos_interna .aceites .title {
  background-color: #b3a000 !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_aceites.svg");
}

.productos_interna .jarabes .title {
  background-color: #eac225 !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_jarabes.svg");
}

.productos_interna .alcoholes .title {
  background-color: #b3c76a !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_alcoholes.svg");
}

.productos_interna .colorantes .title {
  background-color: #a47307 !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_colorantes.svg");
}

.productos_interna .burlanda .title {
  background-color: #daa64d !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_burlanda.svg");
}

.productos_interna .melasa .title {
  background-color: #00b2b5 !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_melasa.svg");
}

.productos_interna .otros .title {
  background-color: #b2d234 !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_otros.svg");
}

.productos_interna .harinas_semolas .title {
  background-color: #e7b909 !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_harinas_semolas.svg");
}

.productos_interna .nutricion_animal .title {
  background-color: #1ab374 !important;
  background-image: url("/images/agronegocios/ind_abastecemos/bg_nutricion_animal.svg");
}

.faq .hero-interna {
  margin: 0 0 1rem;
}

.faq #accordion {
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0 0 0;
}

.faq #accordion .title {
  color: #1bbcb2;
  background: rgba(27, 188, 178, 0.08);
  font-size: 2rem;
  float: left;
  margin: 3rem 0 1rem;
  width: 100%;
  padding: 10px;
}

.faq #accordion .question {
  clear: both;
}

.faq #accordion .question .card-header {
  position: relative;
  background: transparent;
  padding: 1rem 1.25rem;
  padding: 0;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
}

.faq #accordion .question .card-header:hover {
  background: rgba(111, 111, 111, 0.08);
}

.faq #accordion .question .card-header:hover .collapsed:after {
  -webkit-transform: translate(18px, -50%);
          transform: translate(18px, -50%);
}

.faq #accordion .question .card-header > a {
  display: block;
  padding: 1.2rem 1.25rem 1.2rem 3.25rem;
  color: #007cc3;
  background: rgba(111, 111, 111, 0.055);
}

.faq #accordion .question .card-header > a.collapsed {
  background: transparent;
}

.faq #accordion .question .card-header > a.collapsed:after {
  -webkit-transform: translate(16px, -50%);
          transform: translate(16px, -50%);
}

.faq #accordion .question .card-header > a:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #007cc3;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(16px, -50%) rotate(90deg);
          transform: translate(16px, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.faq #accordion .question .card-body {
  max-height: 500px;
  padding: 1.4rem;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 0 2rem;
}

@media (max-width: 640px) {
  .faq #accordion .question .card-body {
    max-height: 350px;
  }
}

.faq #accordion .question .card-body::-webkit-scrollbar {
  width: 8px;
}

.faq #accordion .question .card-body.thin::-webkit-scrollbar {
  width: 8px;
}

.faq #accordion .question .card-body::-webkit-scrollbar-track {
  background: rgba(11, 75, 131, 0.2);
}

.faq #accordion .question .card-body::-webkit-scrollbar-thumb {
  background: rgba(11, 75, 131, 0.8);
}

.faq #accordion .question .card-body::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(11, 75, 131, 0.4);
}

.faq #accordion .question .card-body figure img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.faq #accordion .question .card-body .icons {
  float: left;
}

.faq #accordion .question .card-body .ico .svg {
  fill: #ffffff;
}

.faq #accordion .question .card-body table {
  margin: 1rem 0 3rem;
  float: left;
}

.faq #accordion .question .card-body table thead {
  background: #eceeef;
}

.faq #accordion .question .card-body ul,
.faq #accordion .question .card-body ol {
  margin: 1rem 0 1rem 2rem;
  position: relative;
  display: inline-block;
  width: calc(100% - 20px);
}

.faq #accordion .question .card-body ul.short-list,
.faq #accordion .question .card-body ol.short-list {
  width: calc(100% - 200px);
}

@media (max-width: 640px) {
  .faq #accordion .question .card-body ul.short-list,
  .faq #accordion .question .card-body ol.short-list {
    width: calc(100% - 20px);
  }
}

.faq #accordion .question .card-body ul li,
.faq #accordion .question .card-body ol li {
  display: block;
  margin: 0 0 1rem;
  position: relative;
  color: #606060;
  line-height: 1.6;
}

.faq #accordion .question .card-body ul li:before,
.faq #accordion .question .card-body ol li:before {
  content: "\2022";
  color: #007cc3;
  position: absolute;
  top: 0;
  left: -1.4rem;
  font-size: 1.8rem;
  line-height: 1;
}

.faq #accordion .question .card-body ol {
  list-style-type: decimal;
  counter-reset: item;
}

.faq #accordion .question .card-body ol li {
  padding: 0 0 0 15px;
  position: relative;
}

.faq #accordion .question .card-body ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #007cc3;
  font-weight: 600;
  left: -2.5rem;
  position: absolute;
  text-align: right;
  width: 32px;
  font-size: 1.5rem;
  line-height: 1.4;
  top: 0.2rem;
}

.faq #accordion .question .card-body h3 {
  font-family: "omnes-medium";
  color: #007cc3;
  font-size: 1.7rem;
  text-transform: uppercase;
  margin: 4rem 0 1rem;
  line-height: 1.6;
}

.faq #accordion .question .card-body h3 strong {
  color: #6f6f6f;
}

.faq #accordion .question .card-body h3:first-child {
  margin: 0 0 1rem 0;
}

.faq #accordion .question .card-body h4 {
  font-weight: bold;
  color: #6f6f6f;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 1.5rem 0 0.5rem;
}

.faq #accordion .question .card-body h4.subtitle {
  font-size: 1.5rem;
  font-style: italic;
  margin: 1.5rem 0 -1rem;
}

.faq #accordion .question .card-body h5 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 1.5rem 0 0.5rem;
}

.faq #accordion .question .card-body p {
  color: #6f6f6f;
  font-size: 1.5rem;
  line-height: 1.2;
}

.alimentacion .hero-interna {
  margin: 0 0 1rem;
}

.alimentacion .hero-interna::after {
  background: #f29220 !important;
}

.alimentacion .title.separador .text {
  margin: 1rem auto 0;
  max-width: 660px;
  width: calc(100% - 40px);
}

@media (min-width: 992px) {
  .alimentacion .big_icons .svg {
    margin: 1rem 0;
  }
}

.alimentacion .graphic {
  -webkit-box-pack: center;
          justify-content: center;
}

.alimentacion .graphic .svg {
  height: 400px;
  max-width: 400px;
  width: 100%;
}

.alimentacion hr {
  clear: both;
  margin: 2rem auto;
  width: 100%;
}

.alimentacion .border {
  border: 1px solid #dddddd;
  clear: both;
  overflow: hidden;
  padding: 0 0 4rem;
}

.alimentacion .border figure img {
  margin: 3rem 0;
  max-width: 490px;
  width: 96%;
}

.alimentacion .border .button {
  margin: 4px 10px;
}

@media (max-width: 760px) {
  .alimentacion .border .button {
    min-width: 360px;
  }
}

@media (max-width: 640px) {
  .alimentacion .border .button {
    margin: 4px 0;
    min-width: auto;
    width: 96%;
  }
}

.alimentacion .accesos_text ul li {
  background-position: 94% 20px;
}

.alimentacion .accesos {
  margin: 0 auto;
  padding: 1rem 0 0;
}

@media (max-width: 992px) {
  .alimentacion .accesos ul {
    flex-wrap: nowrap;
  }
}

@media (max-width: 768px) {
  .alimentacion .accesos ul {
    flex-wrap: wrap;
  }
}

.alimentacion .accesos ul li {
  width: 100%;
}

.alimentacion .accesos ul li.bg_color3 {
  background-color: #80c375;
}

.alimentacion .accesos ul li.bg_color1 {
  background-color: #55af47;
}

.alimentacion .accesos ul li.bg_color2 {
  background-color: #49963d;
}

.alimentacion .accesos ul li a:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.alimentacion .accesos ul li .sintacc {
  position: relative;
}

@media (max-width: 640px) {
  .alimentacion .accesos ul li .sintacc {
    margin: 1rem 0 0;
  }
}

.alimentacion .accesos ul li .sintacc::after {
  content: url("/images/alimentacion/sin-tacc-logo.svg");
  height: 45px;
  left: 0;
  position: absolute;
  top: -55px;
  width: 45px;
}

.alimentacion .accesos.accesos_img ul li .button::after {
  background-color: rgba(242, 146, 32, 0.85);
}

.alimentacion .card .bg_images_dm {
  background-position: center center;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.alimentacion .card .bg_images_dm::after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.alimentacion .card.notas .card-block {
  min-height: 155px;
}

.alimentacion .cards.separador {
  margin: 4rem 0 1rem;
}

.alimentacion .cards.separador .box {
  max-width: 880px;
}

.alimentacion .cards.separador .title img {
  max-width: 880px;
  width: 100%;
}

.alimentacion .title .svg.sintacc {
  display: inline-block;
  height: 70px;
  margin: -1.6rem 0 0 0.8rem;
  position: relative;
  top: 18px;
  width: 70px;
}

.alimentacion.nota .accesos_img ul li a:hover::after {
  background-color: #f29220;
}

.alimentacion.mitos .hover_links .card {
  display: table;
}

.alimentacion.mitos .hover_links .card .box {
  background-color: rgba(0, 0, 0, 0.5);
  display: table-cell;
  vertical-align: middle;
}

.tu-porcion-justa::-webkit-scrollbar-track {
  background: rgba(140, 198, 63, 0.2);
}

.tu-porcion-justa::-webkit-scrollbar-thumb {
  background: rgba(140, 198, 63, 0.8);
}

.tu-porcion-justa::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(140, 198, 63, 0.4);
}

.tu-porcion-justa .hero-interna {
  display: -webkit-box;
  display: flex;
  margin: 0 0 1rem;
}

@media (max-width: 640px) {
  .tu-porcion-justa .hero-interna {
    background-position: center top !important;
  }
}

.tu-porcion-justa .hero-interna::after {
  background: #8cc63f !important;
}

.tu-porcion-justa .hero-interna .brand {
  height: 70px;
  left: 50%;
  position: absolute;
  top: 90px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
}

.tu-porcion-justa .hero-interna .brand .svg {
  height: auto;
  width: 100%;
}

.tu-porcion-justa .hero-interna .box {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 80vh;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 600px;
  min-height: inherit;
  padding: 16rem 0 6rem;
}

@media (max-width: 992px) {
  .tu-porcion-justa .hero-interna .box {
    height: 55vh;
    width: calc(100% - 260px);
  }
}

@media (max-width: 640px) {
  .tu-porcion-justa .hero-interna .box {
    height: 480px;
    width: 94%;
  }
}

.tu-porcion-justa .hero-interna .box .title {
  height: 250px;
  max-width: 310px;
  width: 100%;
}

@media (max-width: 640px) {
  .tu-porcion-justa .hero-interna .box .title {
    height: 170px;
    margin: 1rem 0 0;
  }
}

.tu-porcion-justa .hero-interna .box .title .displayNone {
  display: none;
}

.tu-porcion-justa .hero-interna .box .title .svg {
  height: 100%;
  width: 100%;
}

@media (max-width: 1366px) {
  .tu-porcion-justa .hero-interna .box .title .svg {
    height: 80%;
    margin: 10% 0 0 10%;
    position: relative;
    width: 80%;
  }
}

.tu-porcion-justa .hero-interna .box .text {
  color: #ffffff;
  font-size: 1.5rem;
  margin: 30px 0 0;
  padding: 30px 0 0;
  position: relative;
  text-align: center;
}

@media (max-width: 992px) {
  .tu-porcion-justa .hero-interna .box .text {
    margin: 15px 0 0;
    padding: 15px 0 0;
  }
}

.tu-porcion-justa .hero-interna .box .text::before {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
}

.tu-porcion-justa .title.dark {
  color: #8cc63f;
}

.tu-porcion-justa .title .text {
  margin: 1rem auto 0;
  max-width: 660px;
  width: calc(100% - 40px);
}

@media (max-width: 640px) {
  .tu-porcion-justa .title .text {
    width: 100%;
  }
}

.tu-porcion-justa .picture {
  max-width: 860px;
  width: 100%;
}

.tu-porcion-justa .button.more {
  color: #8cc63f;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .tu-porcion-justa .button.more {
    width: 75%;
  }
}

.tu-porcion-justa .button.more::after {
  height: 0;
}

.tu-porcion-justa .button.more .arrow {
  display: inline-block;
  height: 2rem;
  left: 10px;
  position: relative;
  -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  width: 2rem;
}

.tu-porcion-justa .button.more:hover {
  background: #8cc63f;
  color: #ffffff;
}

.tu-porcion-justa .button.more:hover::after {
  height: 4px;
}

.tu-porcion-justa .button.more:hover .arrow {
  left: 13px;
}

.tu-porcion-justa .hover_links ul {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

@media (max-width: 768px) {
  .tu-porcion-justa .hover_links ul {
    flex-wrap: wrap;
  }
}

.tu-porcion-justa .hover_links ul li {
  padding: 0 1.5rem;
  width: 100%;
}

@media (max-width: 768px) {
  .tu-porcion-justa .hover_links ul li {
    padding: 0 0 1.5rem;
  }
}

.tu-porcion-justa .hover_links ul li .card {
  box-shadow: none !important;
}

.tu-porcion-justa .hover_links ul li .card::before {
  background: #8cc63f;
}

@media (max-width: 768px) {
  .tu-porcion-justa .hover_links ul li .card .box {
    padding: 3rem 2%;
  }
}

.tu-porcion-justa .hover_links ul li .card .box .title {
  font-size: 2.4rem;
  margin: 3rem;
  position: relative;
}

.tu-porcion-justa .hover_links ul li .card .box .title:after {
  background: #ffffff;
  bottom: -2rem;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 70px;
}

@media (max-width: 640px) {
  .tu-porcion-justa .hover_links ul li .card .box .title:after {
    display: none;
  }
}

.tu-porcion-justa .hover_links ul li .card .box .button {
  background: #8cc63f;
  color: #ffffff;
}

.tu-porcion-justa .hover_links ul li .card:hover .title::after {
  bottom: -10rem;
}

@media (max-width: 640px) {
  .tu-porcion-justa .hover_links ul li .card:hover img {
    opacity: 0.5;
  }
}

@media (max-width: 640px) {
  .tu-porcion-justa .videos-pj {
    padding: 2rem 0 0;
  }
}

.tu-porcion-justa .videos-pj .separador::after {
  background: gray;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}

.tu-porcion-justa .videos-pj .gallery {
  flex-wrap: nowrap;
}

@media (max-width: 992px) {
  .tu-porcion-justa .videos-pj .gallery {
    flex-wrap: wrap;
  }
}

.tu-porcion-justa .videos-pj .gallery .card {
  box-shadow: none;
  height: 230px;
}

.tu-porcion-justa .videos-pj .gallery .card::before {
  background: #8cc63f;
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  z-index: 2;
}

.tu-porcion-justa .videos-pj .gallery .card .bg_images_dm {
  background-position: center center !important;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
}

.tu-porcion-justa .videos-pj .gallery .card .card-block {
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 7rem 0 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media (max-width: 640px) {
  .tu-porcion-justa .videos-pj .gallery .card .card-block {
    width: 100%;
  }
}

.tu-porcion-justa .videos-pj .gallery .card .card-block .title {
  color: #ffffff;
  font-family: "omnes-medium";
  font-size: 1.8rem;
  text-transform: none;
}

.tu-porcion-justa .videos-pj .gallery .card .card-block .title::after {
  display: none;
}

.tu-porcion-justa .videos-pj .gallery .card .card-block .title span {
  float: none;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.tu-porcion-justa .videos-pj .gallery .card .card-block .ico-video {
  height: 0;
  margin: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 58px;
}

.tu-porcion-justa .videos-pj .gallery .card .card-block .ico-video .arrow-color-ico-play-video {
  fill: #8cc63f;
}

.tu-porcion-justa .videos-pj .gallery .card .card-block .line-bottom {
  margin: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.tu-porcion-justa .videos-pj .gallery .card .card-block .line-bottom::before {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 0;
}

.tu-porcion-justa .videos-pj .gallery .card:hover::before {
  height: 8px;
}

.tu-porcion-justa .videos-pj .gallery .card:hover .card-block {
  background: rgba(0, 0, 0, 0.65);
  top: -4px;
}

.tu-porcion-justa .videos-pj .gallery .card:hover .card-block .ico-video {
  height: 58px;
  -webkit-transition: all 0.35s 0.1s ease;
  transition: all 0.35s 0.1s ease;
}

.tu-porcion-justa .videos-pj .gallery .card:hover .card-block .line-bottom {
  margin: 1.8rem 0 -0.2rem;
}

.tu-porcion-justa .videos-pj .gallery .card:hover .card-block .line-bottom::before {
  opacity: 1;
  -webkit-transition: all 0.35s 0.45s ease;
  transition: all 0.35s 0.45s ease;
  width: 40px;
}

.tu-porcion-justa .title_pattern {
  background: url("/images/tu-porcion-justa/pattern-porcionjusta.jpg") repeat center top;
  clear: both;
  float: left;
  height: 220px;
  margin: 0 0 -12.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tu-porcion-justa .accesos ul li {
  background-color: #6db027;
}

@media (max-width: 640px) {
  .tu-porcion-justa .accesos ul li {
    width: 100%;
  }
}

.tu-porcion-justa .accesos ul li:nth-child(1) {
  background-color: #8dc63f;
}

.tu-porcion-justa .accesos ul li:nth-child(2) {
  background-color: #5ea51c;
}

.tu-porcion-justa .accesos ul li:nth-child(3) {
  background-color: #7dbb33;
}

.tu-porcion-justa .accesos ul li a {
  text-transform: none;
}

.tu-porcion-justa .accesos ul li a .text {
  color: #ffffff;
  padding: 0 2rem 0 0;
}

.tu-porcion-justa .accesos ul li a:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.tu-porcion-justa .contacto {
  background-color: #f1f1f1;
  overflow: hidden;
  padding: 5rem;
}

@media (max-width: 640px) {
  .tu-porcion-justa .contacto {
    padding: 3rem 0;
  }
}

.tu-porcion-justa .contacto .wrapper {
  max-width: 640px;
  overflow: hidden;
  width: 100%;
}

.tu-porcion-justa .contacto .wrapper .contact-form {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0 0;
}

.tu-porcion-justa .contacto .wrapper .contact-form label {
  left: 0;
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form {
  margin: 0 1rem 1.5rem;
  padding: 0 0 1rem;
  position: relative;
  width: calc(50% - 20px);
}

@media (max-width: 640px) {
  .tu-porcion-justa .contacto .wrapper .contact-form .col-form {
    width: 100%;
  }
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form.col-form--full {
  width: 100%;
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form.col-33 {
  width: calc(33.3333% - 20px);
}

@media (max-width: 640px) {
  .tu-porcion-justa .contacto .wrapper .contact-form .col-form.col-33 {
    width: 50%;
  }
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form.col-66 {
  width: calc(66.3333% - 20px);
}

@media (max-width: 640px) {
  .tu-porcion-justa .contacto .wrapper .contact-form .col-form.col-66 {
    width: 100%;
  }
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form .form-control {
  color: #8cc63f;
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form .select {
  border-bottom: 2px solid #8cc63f;
  margin: 0 0.5rem 0 0;
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form .select .select-styled {
  padding: 10px 22px 10px 10px;
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form .select .select-styled:after {
  border-color: #8cc63f transparent transparent transparent;
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form .select .select-styled:hover {
  background-color: rgba(140, 198, 63, 0.6);
  color: #ffffff;
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form .select .select-styled:active::after,
.tu-porcion-justa .contacto .wrapper .contact-form .col-form .select .select-styled.active::after {
  border-color: transparent transparent #8cc63f transparent;
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form .select-options {
  background-color: #fefefe;
  cursor: default;
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form .select-options li {
  border-top: 1px solid #eeeeee;
  color: #8cc63f;
  cursor: pointer;
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form .select-options li:hover {
  background-color: rgba(241, 241, 241, 0.8);
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form .select-options li.selected {
  background-color: rgba(140, 198, 63, 0.8);
  color: #ffffff;
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form .select-options li:first-child {
  background-color: #c7c7c7;
  color: #ffffff;
  padding: 5px 15px;
  pointer-events: none;
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form textarea.md-textarea::-webkit-scrollbar-track {
  background: rgba(140, 198, 63, 0.2);
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form textarea.md-textarea::-webkit-scrollbar-thumb {
  background: rgba(140, 198, 63, 0.8);
}

.tu-porcion-justa .contacto .wrapper .contact-form .col-form textarea.md-textarea::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(140, 198, 63, 0.4);
}

.tu-porcion-justa .contacto .wrapper .contact-form .button-dark {
  background-color: #8cc63f;
  color: #ffffff;
}

.tu-porcion-justa .contacto .wrapper .contact-form a {
  color: #8cc63f;
}

.tu-porcion-justa .contacto .wrapper .contact-form .contactPopup .innerContainer {
  padding: 10%;
  background: rgba(140, 198, 63, 0.15);
}

@media (max-width: 640px) {
  .tu-porcion-justa hr {
    margin: 1.5rem auto 0;
  }
}

.tu-porcion-justa .footer {
  margin: 0;
}

.tu-porcion-justa .rotate-device {
  display: none !important;
  left: 100% !important;
}

.main-col {
  float: left;
  width: 100%;
}

@media (min-width: 992px) {
  .main-col {
    width: 66.666666%;
  }
}

@media (min-width: 1280px) {
  .main-col {
    width: calc(75%);
  }
}

@media (min-width: 992px) {
  .main-col .card {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1280px) {
  .main-col .card {
    width: calc(33.333333% - 20px);
  }
}

@media (min-width: 992px) {
  .main-col .card.doble {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1280px) {
  .main-col .card.doble {
    width: calc(66.666666% - 20px);
  }
}

.aside-col {
  border: 1px solid #dddddd;
  box-shadow: none;
  float: right;
  position: relative;
  height: 400px;
  width: 100%;
}

.aside-col:hover {
  box-shadow: none !important;
}

@media (min-width: 992px) {
  .aside-col {
    display: -webkit-box;
    display: flex;
    height: 1240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
            order: 1;
    width: calc(33.3333% - 20px);
  }
}

@media (min-width: 1255px) {
  .aside-col {
    height: 1240px;
  }
}

@media (min-width: 1280px) {
  .aside-col {
    height: 1090px;
    width: calc(25% - 20px);
  }
}

.aside-col .card-block {
  width: 100%;
}

.aside-col > .title {
  background: #007cc3;
  color: #ffffff;
  font-size: 1.7rem;
  padding: 16px 20px;
}

.aside-col ul {
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.aside-col ul::-webkit-scrollbar-track {
  background: rgba(164, 164, 164, 0.2);
}

.aside-col ul::-webkit-scrollbar-thumb {
  background: rgba(164, 164, 164, 0.8);
}

.aside-col ul::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(164, 164, 164, 0.4);
}

.aside-col ul::-webkit-scrollbar {
  width: 6px;
}

.aside-col ul li {
  position: relative;
}

.aside-col ul li .title h2 {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.aside-col ul li .comunicados .categ {
  background: #0cb4b6 !important;
}

.aside-col ul li .reconocimientos .categ {
  background: #ecbb33;
}

.aside-col ul li .reconocimientos .title span {
  color: #ecbb33;
}

.aside-col ul li .repercusiones .categ {
  background: #d85054;
}

.aside-col ul li .repercusiones .title span {
  color: #d85054;
}

.aside-col ul li .porcion.justa .categ,
.aside-col ul li .porción.justa .categ {
  background: #8cc63f;
}

.aside-col ul li .porcion.justa .title span,
.aside-col ul li .porción.justa .title span {
  color: #8cc63f;
}

