@charset "UTF-8";
/*!
 *  Font Awesome 4.6.3 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("../css/fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../css/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../css/fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../css/fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../css/fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../css/fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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: #fff;
}

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

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

/*small*/
/*medium*/
/*large*/
/*extra large*/
@-webkit-keyframes gira {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes gira {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes latidos {
  from {
    r: 75px;
  }
  50% {
    r: 85px;
    stroke-width: 12;
  }
  to {
    r: 75px;
  }
}
@keyframes latidos {
  from {
    r: 75px;
  }
  50% {
    r: 85px;
    stroke-width: 12;
  }
  to {
    r: 75px;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rebota {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  60% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@keyframes rebota {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  60% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@-webkit-keyframes marker {
  0% {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: -7px;
    margin-left: -7px;
    opacity: 1;
  }
  20% {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-top: -11px;
    margin-left: -11px;
    opacity: 1;
  }
  60%, 100% {
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
  }
}
@keyframes marker {
  0% {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: -7px;
    margin-left: -7px;
    opacity: 1;
  }
  20% {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-top: -11px;
    margin-left: -11px;
    opacity: 1;
  }
  60%, 100% {
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
  }
}
/*font-size:rem(22px);*/
* {
  -webkit-overflow-scrolling: touch;
}
*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

body {
  font-family: "Roboto Mono", monospace;
  padding: 0;
  margin: 0;
  color: #4D4D4D;
  counter-reset: section;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
}

input[type=text], textarea {
  font-family: "Roboto Mono", monospace;
}

a, a:hover {
  text-decoration: none;
  color: black;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

a:hover, a:focus {
  color: black;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Mono", monospace;
  line-height: 1.2;
  font-weight: 300;
  color: #005253;
  margin: 0;
}

h1 {
  line-height: 1;
}

p {
  font-family: "Roboto Mono", monospace;
  color: #2E2F2F;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-weight: 400;
}
p a {
  color: #005253;
  text-decoration: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
p a:hover {
  color: black;
}

/*svg{ margin: 0 auto; text-align: center; display: block;overflow: visible!important; max-width: 1600px;}*/
.layout-container {
  margin-top: 91px;
}

.page-content {
  letter-spacing: -0.03rem;
}

@media screen and (max-width: 100rem) {
  .main {
    padding: 0 1rem;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
}

.video {
  position: relative;
  background: url(../images/bg-video.jpg) no-repeat center center;
  background-size: cover;
  height: 80vh;
  max-height: 800px;
}
.video:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(68, 80, 38, 0.2);
  z-index: 1;
  content: "";
}
.video a {
  z-index: 2;
  cursor: pointer;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  color: white;
  font-family: "Big Shoulders Text", cursive;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.video a::before {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
  content: "";
  background: url(../images/play-video.svg) no-repeat center center;
  width: 64px;
  height: 64px;
  background-size: cover;
  margin: 0 auto 1rem;
}
.video a:hover::before {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.blocker {
  z-index: 999;
}

#video-revolugreen.modal {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
}
#video-revolugreen.modal video {
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 1;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  height: 100%;
}
#video-revolugreen.modal a.close-modal {
  right: 0;
  width: 60px;
  height: 60px;
  top: 0;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.btn, a.btn, .button-primary.secondary {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid #005253;
  border-radius: 24px;
  padding: 0.75rem 1.5rem;
  color: #005253;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: none;
  background-color: transparent;
}
.btn:hover, a.btn:hover, .button-primary.secondary:hover {
  color: black;
  border-color: black;
}

.breadcrumb {
  display: none;
}

.item-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.item-list ul li {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul li {
  margin: 0;
  padding: 0;
}

button.fancybox-button.fancybox-button--thumbs {
  display: none;
}

.btn-scroll {
  display: inline-block;
  text-indent: -1000px;
  width: 100%;
  height: 25px;
  overflow: hidden;
  background: transparent url(../images/sprite-deco.png) no-repeat center -66px;
  position: absolute;
  top: 86vh;
  right: 0;
  left: 0;
  z-index: 9;
}

.compartir ul, .sidebar__compartir ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.compartir ul li, .sidebar__compartir ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  border: 1px solid rgba(0, 82, 83, 0.2);
  border-radius: 50%;
}
.compartir ul li i, .sidebar__compartir ul li i {
  background-size: auto 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}
.compartir ul li i.icon-acc-facebook, .sidebar__compartir ul li i.icon-acc-facebook {
  background-image: url("../images/rrss/compartir-facebook.svg");
}
.compartir ul li i.icon-acc-twitter, .sidebar__compartir ul li i.icon-acc-twitter {
  background-image: url("../images/rrss/compartir-twitter.svg");
}
.compartir ul li i.icon-acc-linkedin, .sidebar__compartir ul li i.icon-acc-linkedin {
  background-image: url("../images/rrss/compartir-linkedin.svg");
}
.compartir ul li i.icon-acc-email, .sidebar__compartir ul li i.icon-acc-email {
  background-image: url("../images/rrss/compartir-email.svg");
}
.compartir ul li i.icon-acc-whatsapp, .sidebar__compartir ul li i.icon-acc-whatsapp {
  background-image: url("../images/rrss/compartir-email.svg");
}
.compartir ul li a, .sidebar__compartir ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-indent: -500px;
  overflow: hidden;
}
.compartir ul li a:hover, .sidebar__compartir ul li a:hover {
  opacity: 0.5;
}

.menu-rrss ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 979px) {
  .menu-rrss ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  .menu-rrss ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.menu-rrss ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-left: 0.5rem;
}
.menu-rrss ul li em {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}
.menu-rrss ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-indent: -500px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 15px;
}
.menu-rrss ul li a:hover {
  opacity: 0.5;
}
.menu-rrss ul li a.facebook {
  background-image: url("../images/rrss/ico-fb.svg");
}
.menu-rrss ul li a.twitter {
  background-image: url("../images/rrss/ico-tw.svg");
}
.menu-rrss ul li a.youtube {
  background-image: url("../images/rrss/ico-yt.svg");
}
.menu-rrss ul li a.instagram {
  background-image: url("../images/rrss/ico-ig.svg");
}

a.scroll-vertical {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  border: 2px solid white;
  border-radius: 50%;
  padding: 1rem;
  color: white;
}
a.scroll-vertical i {
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background: url(../images/arrow.svg) no-repeat center center;
  width: 12px;
  height: 14px;
}
a.scroll-vertical:hover {
  background-color: white;
}
a.scroll-vertical:hover i {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}

.mensaje {
  padding: 1rem 1rem 1rem 2rem;
  word-wrap: break-word;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  background: no-repeat 10px 17px;
  overflow-wrap: break-word;
}
.mensaje.status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background-color: #f3faef;
  background-image: url(/core/misc/icons/73b355/check.svg);
  -webkit-box-shadow: -8px 0 0 #77b259;
          box-shadow: -8px 0 0 #77b259;
}
.mensaje.error {
  color: white;
  border-color: transparent;
  background-color: #bb2d11;
  background-image: none;
  margin-bottom: 2rem;
}
.mensaje.error a {
  color: white;
  text-decoration: underline;
}
.mensaje.warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  background-color: #fdf8ed;
  background-image: url(/core/misc/icons/73b355/warning.svg);
  -webkit-box-shadow: -8px 0 0 #e09600;
          box-shadow: -8px 0 0 #e09600;
}

.pager {
  margin: 2rem auto;
}
.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager ul li {
  margin: 0 0.25rem;
}
.pager ul li a {
  color: #005253;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-align: center;
  line-height: 30px;
}
.pager ul li a:hover {
  color: black;
}
.pager ul li.pager__item:not(.pager__item--next):not(.pager__item--last):not(.pager__item--first) a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.pager ul li.pager__item:not(.pager__item--next):not(.pager__item--last):not(.pager__item--first) a:hover {
  color: white;
  background-color: #005253;
}

body.c--user-login .content-header .row:first-of-type:before, body[class^=c--user-] .content-header .row:first-of-type:before, body[class*=c--user-] .content-header .row:first-of-type:before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.c--user-login .content-header #logo a:before, body[class^=c--user-] .content-header #logo a:before, body[class*=c--user-] .content-header #logo a:before {
  opacity: 1;
}
body.c--user-login .content-header #logo a img, body[class^=c--user-] .content-header #logo a img, body[class*=c--user-] .content-header #logo a img {
  opacity: 0;
}
body.c--user-login .user-login-form, body[class^=c--user-] .user-login-form, body[class*=c--user-] .user-login-form {
  margin: 5% auto;
  text-align: left;
}

#user-login {
  padding-bottom: 4rem;
  max-width: 760px;
}

.page-user .profile {
  padding-bottom: 4rem;
  max-width: 760px;
}

body[class^=c--user-] .page-content, body[class*=c--user-] .page-content {
  text-align: center;
  margin-top: 5%;
}

/*owl-dots*/
.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0.5rem auto;
}
.owl-dots button span {
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #005253;
  background-color: transparent;
  margin: 0.25rem;
  border-radius: 50%;
}
.owl-dots button span:hover {
  background-color: #005253;
}
.owl-dots button.active span {
  background-color: #005253;
}

.leyenda {
  display: inline-block;
  margin-top: 1rem;
}

/*block-acc-corporative-breadcrumbs{ @include gridFichas; }*/
@keyframes latidos {
  from {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes slideTopToBottom {
  from {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideTopToBottom {
  from {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideBottomToTop {
  from {
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideBottomToTop {
  from {
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*MIGAS DE PAN*/
#block-acc-corporative-breadcrumbs {
  border-bottom: 1px solid rgba(31, 36, 32, 0.1);
}
#block-acc-corporative-breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
#block-acc-corporative-breadcrumbs ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #5D605D;
  padding-top: 8px;
  padding-bottom: 8px;
}
#block-acc-corporative-breadcrumbs ol li:not(:last-of-type)::after {
  content: "\e5cc";
  display: block;
  margin: 0 0.2rem;
  font-family: "Material Icons";
}
#block-acc-corporative-breadcrumbs ol li a {
  color: #5D605D;
}

@media (min-width: 576px) {
  /*MIGAS DE PAN*/
  #block-acc-corporative-breadcrumbs ol li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #block-acc-corporative-breadcrumbs ol li:not(:last-of-type)::after {
    margin: 0 0.4rem;
  }
}
@media (min-width: 768px) {
  /*MIGAS DE PAN*/
  #block-acc-corporative-breadcrumbs ol {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #block-acc-corporative-breadcrumbs ol li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #block-acc-corporative-breadcrumbs ol li:not(:last-of-type)::after {
    margin: 0 0.5rem;
  }
}
body.auth {
  padding: 0 !important;
  margin: 0;
}

#toolbar-bar {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100px;
  max-height: 76px;
  overflow: hidden;
}
#toolbar-bar:hover {
  opacity: 1;
  width: 100%;
  overflow: visible;
}

#edicion {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ff0054 url("/themes/custom/acc_corporative/images/acc.png") 99% 50% no-repeat;
  background-size: auto 30%;
  font-size: 0.9em;
  line-height: 20px;
  text-align: center;
  z-index: 9999;
  font-family: Arial, "sans-serif";
}
#edicion ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  float: left;
  font-size: 0.9rem;
}
#edicion ul li {
  float: left;
}
#edicion ul li a {
  color: #fff;
  background-color: transparent;
  border: none;
  display: block;
  float: left;
  padding: 1em 1em 0.85em;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#edicion ul li a:hover, #edicion ul li a.active {
  background: #000;
}
#edicion ul li.active a {
  background: #000;
}
#edicion:hover {
  opacity: 1;
}

ul.contextual-links {
  display: none;
}

.user-login-form {
  max-width: 30rem;
  margin: 6rem auto 4rem;
}
.user-login-form .fieldgroup, .user-login-form label, .user-login-form legend {
  display: block;
  margin: 1rem 0 0.5rem;
  text-transform: uppercase;
}
.user-login-form .description {
  color: #888;
  font-size: 90%;
}
.user-login-form input[type=text], .user-login-form input[type=password], .user-login-form input[type=submit], .user-login-form textarea {
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #8D8D8D;
  border-radius: 1px;
  width: 100%;
}
.user-login-form input[type=text][type=submit], .user-login-form input[type=password][type=submit], .user-login-form input[type=submit][type=submit], .user-login-form textarea[type=submit] {
  text-transform: uppercase;
  background-color: #005253;
  color: white;
  border-color: #005253;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-login-form input[type=text][type=submit]:hover, .user-login-form input[type=password][type=submit]:hover, .user-login-form input[type=submit][type=submit]:hover, .user-login-form textarea[type=submit]:hover {
  background-color: #8D8D8D;
  border-color: #8D8D8D;
}
.user-login-form .js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.user-login-form .js-form-type-checkbox label {
  text-transform: none;
}

.row {
  max-width: 100rem;
  width: 100%;
  margin: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
  .row {
    margin: 0 auto;
  }
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.fullwidth {
  max-width: 100%;
}
.row.collapse > .column, .row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.row .row .column, .row .row .columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.large-1 {
  position: relative;
  width: 8.3333333333%;
}
@media screen and (max-width: 48rem) {
  .large-1 {
    width: 100%;
  }
}

.large-2 {
  position: relative;
  width: 16.6666666667%;
}
@media screen and (max-width: 48rem) {
  .large-2 {
    width: 100%;
  }
}

.large-3 {
  position: relative;
  width: 25%;
}
@media screen and (max-width: 48rem) {
  .large-3 {
    width: 100%;
  }
}

.large-4 {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 48rem) {
  .large-4 {
    width: 100%;
  }
}

.large-5 {
  position: relative;
  width: 41.6666666667%;
}
@media screen and (max-width: 48rem) {
  .large-5 {
    width: 100%;
  }
}

.large-6 {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 48rem) {
  .large-6 {
    width: 100%;
  }
}

.large-7 {
  position: relative;
  width: 58.3333333333%;
}
@media screen and (max-width: 48rem) {
  .large-7 {
    width: 100%;
  }
}

.large-8 {
  position: relative;
  width: 66.6666666667%;
}
@media screen and (max-width: 48rem) {
  .large-8 {
    width: 100%;
  }
}

.large-9 {
  position: relative;
  width: 75%;
}
@media screen and (max-width: 48rem) {
  .large-9 {
    width: 100%;
  }
}

.large-10 {
  position: relative;
  width: 83.3333333333%;
}
@media screen and (max-width: 48rem) {
  .large-10 {
    width: 100%;
  }
}

.large-11 {
  position: relative;
  width: 91.6666666667%;
}
@media screen and (max-width: 48rem) {
  .large-11 {
    width: 100%;
  }
}

.large-12 {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 48rem) {
  .large-12 {
    width: 100%;
  }
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
#cookies_advice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 1em 0 0.75em;
  z-index: 999;
}
#cookies_advice:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  display: block;
  clear: both;
  background: #ff0054;
  z-index: 1;
}
#cookies_advice .close_advice {
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  text-indent: 5em;
  overflow: hidden;
  -webkit-transform-origin: 50%, 50%;
          transform-origin: 50%, 50%;
  z-index: 2;
  -webkit-transition: all 0.75s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  transition: all 0.75s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  z-index: 3;
  cursor: pointer;
  background: #000;
}
#cookies_advice .close_advice:before, #cookies_advice .close_advice:after {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  width: 1.5em;
  height: 0.4em;
  margin: -0.2em 0 0 -0.75em;
  content: "";
  display: block;
  clear: both;
  background: #fff;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
#cookies_advice .close_advice:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#cookies_advice .close_advice:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#cookies_advice .close_advice:hover:before {
  -webkit-transform: rotate(45deg) scale(0.8);
          transform: rotate(45deg) scale(0.8);
}
#cookies_advice .close_advice:hover:after {
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
}
#cookies_advice .advice_text {
  position: relative;
  padding: 1em 2em;
  z-index: 2;
}
#cookies_advice .advice_text p {
  color: #fff;
}
#cookies_advice .advice_text a {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#cookies_advice .advice_text a:hover {
  color: #000;
}
#cookies_advice .advice_text .txtCookies, #cookies_advice .advice_text .txtCookiesMov {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  display: block;
  clear: both;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#cookies_advice .advice_text .txtCookie {
  max-height: 12em;
  text-align: center;
}
#cookies_advice .advice_text .txtCookiesMov {
  max-height: 0;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #cookies_advice {
    /*.close_advice { @include absolut(-1.75em, 0); width:100%; height:1.75em; font-size:1.5em; text-align:center; font-weight:bold; background:$colorSecundario; color:$colorTextoCookies; display:block;
    	&:hover { transform:rotateZ(0); background:lighten($colorSecundario, 25); }
    }*/
  }
  #cookies_advice .close_advice {
    top: -1em;
  }
  #cookies_advice .advice_text {
    padding: 1em;
    font-size: 10px;
  }
  #cookies_advice .advice_text .txtCookies {
    max-height: 0;
  }
  #cookies_advice .advice_text .txtCookiesMov {
    max-height: 4em;
    padding: 1em 1em 1em 4.5em;
  }
  #cookies_advice .advice_text .txtCookiesMov:before {
    position: absolute;
    top: 0.3em;
    left: 1em;
    bottom: auto;
    right: auto;
    content: 1;
    display: block;
    clear: both;
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url("/sites/default/cookies.png") 0 0 no-repeat;
    float: left;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 350px) {
  #cookies_advice .advice_text .txtCookiesMov {
    padding: 0.35em 1em 1em 6em;
  }
  #cookies_advice .advice_text .txtCookiesMov:before {
    top: 0.5em;
    left: 2em;
  }
  #cookies_advice .advice_text .txtCookiesMov a {
    width: 100%;
    display: block;
    clear: both;
  }
}

/*slider*/
.sliderPortada {
  height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sliderPortada {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sliderPortada__servicio {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: white;
  z-index: 9;
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .sliderPortada__servicio {
    bottom: 2rem;
    right: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .sliderPortada__servicio {
    top: 95%;
    left: 3rem;
    right: 3rem;
  }
}
.sliderPortada__servicio a {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: white;
  display: block;
  max-width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sliderPortada__servicio a::before {
  counter-increment: section;
  content: "0" counter(section) ".";
  display: inline-block;
  padding-right: 1rem;
}
.sliderPortada__destino {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.sliderPortada video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; /*filter: grayscale(1) brightness(2);;*/
}
@media (max-width: 620px) {
  .sliderPortada video {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 621px) and (max-width: 1024px) {
  .sliderPortada video {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .sliderPortada video {
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}
.sliderPortada__item {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-size: cover !important;
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .sliderPortada__item {
    height: 33.33vh;
  }
}
@media screen and (min-width: 1025px) {
  .sliderPortada__item {
    width: 33.33%;
  }
}
.sliderPortada__item:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 0;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
@media screen and (min-width: 1025px) {
  .sliderPortada__item.activarSlider {
    width: 66%;
  }
}
.sliderPortada__item.activarSlider:after {
  opacity: 0;
}
.sliderPortada__item.activarSlider .sliderPortada__cabecera {
  opacity: 1;
  z-index: 21;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
}
.sliderPortada__item.activarSlider .sliderPortada__cabecera h2 {
  opacity: 1;
}
.sliderPortada__item.activarSlider video {
  opacity: 1;
  z-index: 5;
}
@media (max-width: 767px) {
  .sliderPortada__item.activarSlider {
    width: 100%;
  }
}
.sliderPortada__item:hover:after {
  background-color: rgba(0, 0, 0, 0);
}
.sliderPortada__cabecera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 3rem;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (min-width: 1025px) {
  .sliderPortada__cabecera {
    padding: 3rem;
    width: 480px;
  }
}
@media screen and (min-width: 1280px) {
  .sliderPortada__cabecera {
    width: 620px;
  }
}
.sliderPortada__cabecera h2 {
  font-weight: 400;
  font-size: 1.375rem;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  text-transform: none;
  opacity: 0;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .sliderPortada__cabecera h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .sliderPortada__cabecera h2 {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1280px) {
  .sliderPortada__cabecera h2 {
    width: 620px;
    font-size: 3.25rem;
  }
}
.sliderPortada__cta {
  margin: 0.75rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 21;
}
@media screen and (min-width: 769px) {
  .sliderPortada__cta {
    margin: 2rem 0 0;
  }
}
.sliderPortada__cta a {
  font-weight: 400;
  color: white;
  line-height: 20px;
  padding: 0.25 1rem;
  border-radius: 50px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 480px) {
  .sliderPortada__cta a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 481px) {
  .sliderPortada__cta a {
    line-height: 48px;
    padding: 0 1.5rem;
    border: 2px solid white;
    text-transform: uppercase;
  }
}
.sliderPortada__cta::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.121' height='13.406' viewBox='0 0 15.121 13.406'%3E%3Cg id='Grupo_34' data-name='Grupo 34' transform='translate(-1458.501 -1771.297)'%3E%3Cpath id='Trazado_35' data-name='Trazado 35' d='M0,0V13.714' transform='translate(1458.501 1778.001) rotate(-90)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath id='Trazado_11' data-name='Trazado 11' d='M5.934,12,0,6,5.934,0' transform='translate(1472.215 1784) rotate(180)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  width: 48px;
  display: block;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  margin-right: 0.5rem;
  border: 2px solid white;
  border-radius: 50px;
  content: "";
}
@media screen and (max-width: 480px) {
  .sliderPortada__cta::before {
    display: none;
  }
}
.sliderPortada__cta:hover a {
  background-color: white;
  color: black;
}
.sliderPortada__icono img {
  max-height: 50px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .sliderPortada__icono {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .sliderPortada__icono img {
    max-height: 25px;
  }
}

/*SLIDER*/
.sliderPortada__cabecera h2 {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  margin-top: 12px;
}

/*ABOUT*/
.front_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.front_about h2 {
  font-family: "Big Shoulders Text", cursive;
  font-weight: 300;
  font-size: 44px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 35px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.front_about h2 strong {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-size: 52px;
}
.front_about p {
  max-width: 800px;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
}
.front_about .multi_data {
  margin-top: 30px;
  margin-bottom: 35px;
}
.front_about .multi_data a {
  font-size: 12px;
  font-weight: bold;
  color: #27AD3F;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front_about .multi_data a:hover {
  color: #008DBC;
}
.front_about .multi_data a:after {
  font-family: "Material Icons";
  content: "\e5c8";
  font-size: 19px;
  margin-left: 10px;
}

/*DATOS DESTACADOS HOME*/
.content-datos-destacados-home .content-datos-destacados .paragraph--type--datos-destacados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-datos-destacados-home .content-datos-destacados .paragraph--type--datos-destacados .dato-destacado-cifra {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.content-datos-destacados-home .content-datos-destacados .paragraph--type--datos-destacados .dato-destacado-dato {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/*PUNTOS PRESENCIA INTERNACIONAL ALTEYCO*/
.content-puntos-alteyco {
  margin-top: 60px;
  margin-bottom: 60px;
}
.content-puntos-alteyco h2 {
  font-family: "Big Shoulders Text", cursive;
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  max-width: 1245px;
  margin: 10px auto;
}
.content-puntos-alteyco h2 strong {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #27AD3F;
}
.content-puntos-alteyco p {
  font-size: 16px;
  color: #5D605D;
  text-align: center;
  max-width: 808px;
  margin: 0 auto;
}
.content-puntos-alteyco .content-puntos-mapa {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-puntos-alteyco .content-punto-alteyco {
  max-width: 200px;
  margin-bottom: 20px;
}
.content-puntos-alteyco .content-punto-alteyco hr {
  width: 20px;
  margin-left: 0;
  border-color: #1F2420;
}
.content-puntos-alteyco .content-punto-alteyco h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #1F2420;
}
.content-puntos-alteyco .content-punto-alteyco h3 strong {
  font-weight: 800;
}
.content-puntos-alteyco .content-punto-alteyco p {
  font-size: 12px;
  text-align: left;
  margin: 0;
}
.content-puntos-alteyco .content-punto-alteyco p a {
  color: #27AD3F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-puntos-alteyco .content-punto-alteyco p:first-of-type a:before {
  font-family: "Material Icons";
  content: "\e0b0";
  font-size: 21px;
  margin-right: 10px;
}
.content-puntos-alteyco .content-punto-alteyco p:last-of-type a:before {
  font-family: "Material Icons";
  content: "\e0e6";
  font-size: 21px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  /*ABOUT*/
  .front_about {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .front_about h2 {
    font-size: 64px;
    margin-top: 80px;
    margin-right: 157px;
  }
  .front_about h2 strong {
    font-size: 72px;
  }
  .front_about p {
    margin-top: 157px;
    font-size: 20px;
  }
  .front_about .multi_data {
    margin-top: 42px;
    margin-bottom: 121px;
  }
  .front_about .multi_data a {
    font-size: 14px;
  }
  /*DATOS DESTACADOS HOME*/
  .content-datos-destacados-home .content-datos-destacados {
    height: 581px !important;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .content-datos-destacados-home .content-datos-destacados .paragraph--type--datos-destacados {
    margin-bottom: 75px !important;
  }
  .content-datos-destacados-home .content-datos-destacados .paragraph--type--datos-destacados:after {
    position: relative !important;
    width: 90% !important;
    height: 1px !important;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .content-datos-destacados-home .content-datos-destacados .paragraph--type--datos-destacados:last-child:after {
    content: "" !important;
  }
  /*PUNTOS PRESENCIA INTERNACIONAL ALTEYCO*/
  .content-puntos-alteyco {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .content-puntos-alteyco h2 {
    font-size: 42px;
  }
  .content-puntos-alteyco h2 strong {
    font-size: 52px;
  }
  .content-puntos-alteyco .content-puntos-mapa {
    margin-top: 80px;
    -ms-grid-columns: 150px 12px auto 12px 150px;
    grid-template-columns: 150px auto 150px;
    grid-gap: 12px;
  }
  .content-puntos-alteyco .content-punto-alteyco {
    margin-bottom: 40px;
  }
  .content-puntos-alteyco .content-punto-alteyco h3 {
    font-size: 16px;
  }
  .content-puntos-alteyco .content-punto-alteyco p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  /*PUNTOS PRESENCIA INTERNACIONAL ALTEYCO*/
  .content-puntos-alteyco {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .content-puntos-alteyco h2 {
    font-size: 72px;
  }
  .content-puntos-alteyco h2 strong {
    font-size: 82px;
  }
  .content-puntos-alteyco p {
    font-size: 18px;
  }
  .content-puntos-alteyco .content-puntos-mapa {
    margin-top: 120px;
    -ms-grid-columns: 200px 80px auto 80px 200px;
    grid-template-columns: 200px auto 200px;
    grid-gap: 80px;
  }
  .content-puntos-alteyco .content-punto-alteyco {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  /*PUNTOS PRESENCIA INTERNACIONAL ALTEYCO*/
  .content-puntos-alteyco h2 {
    font-size: 100px;
  }
  .content-puntos-alteyco h2 strong {
    font-size: 112px;
  }
}
.type-page-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100rem;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  margin-top: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 105rem) {
  .type-page-sidebar {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.type-page-sidebar .sidebar {
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  max-width: 400px;
  position: sticky;
  top: 150px;
}
.type-page-sidebar .sidebar h2 {
  font-size: 0.875rem;
  font-weight: 400;
  color: #2E2F2F;
  margin: 0;
  padding: 0;
}
.type-page-sidebar .sidebar__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.type-page-sidebar .sidebar__menu ul li {
  margin: 0.25rem 0;
}
.type-page-sidebar .sidebar__menu ul li span {
  display: none;
}
.type-page-sidebar .sidebar__menu ul li a {
  color: #27AD3F;
  font-size: 0.875rem;
}
.type-page-sidebar .sidebar__compartir {
  margin: 3rem 0;
}
.type-page-sidebar .sidebar-content {
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
  max-width: 790px;
  margin-bottom: 4rem;
}
.type-page-sidebar .sidebar-content .texto_largo p {
  margin: 0 0 2rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.type-page-sidebar .sidebar-content .texto_largo ul:not(.logos) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 3rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.type-page-sidebar .sidebar-content .texto_largo ul:not(.logos) li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 82, 83, 0.2);
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.type-page-sidebar .sidebar-content .texto_largo ul:not(.logos) li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #27AD3F;
  margin-right: 0.75rem;
}
.type-page-sidebar .sidebar-content .texto_largo ul.logos {
  gap: 0.5rem;
}
.type-page-sidebar .sidebar-content .texto_largo h3 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #005253;
  margin: 2rem 0 1rem;
  padding: 0 0 1rem;
}

.type-ca_pagina .type-page-header {
  margin-top: 98px;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-bottom: 6px solid #008DBC;
}
.type-ca_pagina .type-page-header:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 82, 83, 0.3);
  position: absolute;
  z-index: 1;
}
.type-ca_pagina .type-page-header .header-content {
  max-width: 100rem;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 105rem) {
  .type-ca_pagina .type-page-header .header-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.type-ca_pagina .type-page-header .header-content .intro {
  color: white;
  margin: 2rem 0;
  max-width: 520px;
}
.type-ca_pagina .type-page-header .header-content p {
  margin: 0;
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
}
.type-ca_pagina .type-page-header .header-content p a {
  color: white;
  font-size: 1rem;
}
.type-ca_pagina .type-page-header .header-content p a:hover {
  text-decoration: underline;
}
.type-ca_pagina h1 {
  font-size: 5rem;
  font-weight: 700;
  color: white;
}
.type-ca_pagina .body-content {
  background-color: #ECECEC;
  margin: 0;
  padding: 2rem 0;
}
.type-ca_pagina .body-content p {
  max-width: 798px;
  margin: 2rem auto;
  padding: 0 1rem;
  font-size: 2.25rem;
  font-weight: 700;
  color: #005253;
}
.type-ca_pagina .body-content p:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #27AD3F;
  margin-bottom: 0.5rem;
}

.equipo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
.equipo ul li {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  max-width: 260px;
}
.equipo ul li h3 {
  margin: 1rem 0 0.25rem;
  font-size: 1rem;
  color: rgb(46, 47, 47);
  font-weight: 500;
}
.equipo ul li span {
  color: rgba(46, 47, 47, 0.6);
  font-size: 1rem;
  display: block;
  margin-bottom: 1rem;
}
.equipo ul li p {
  font-size: 0.8125rem;
}

.type-page h1 {
  font-size: 5rem;
  font-weight: 700;
  color: #005253;
  margin: 8rem auto 1rem;
}
.type-page article {
  max-width: 100rem;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}
@media screen and (min-width: 105rem) {
  .type-page article {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.type-ca_columnas .contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 120px);
  margin-top: 100px;
}
.type-ca_columnas .contenedor .item_izquierda {
  padding: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border-bottom: 6px solid #008DBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.type-ca_columnas .contenedor .item_izquierda:after {
  top: 0;
  right: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 82, 83, 0.3);
  position: absolute;
  z-index: 1;
}
.type-ca_columnas .contenedor .item_izquierda h1 {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 5rem;
  font-weight: 700;
  max-width: calc(720px + 4rem);
  width: 100%;
  margin-bottom: 2rem;
}
.type-ca_columnas .contenedor .item_izquierda .item-contenido {
  position: relative;
  z-index: 2;
  max-width: calc(720px + 4rem);
  width: 100%;
}
.type-ca_columnas .contenedor .item_izquierda .item-contenido p {
  color: white;
  max-width: 520px;
  font-size: 1.25rem;
  font-weight: 500;
}
.type-ca_columnas .contenedor .item_derecha {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ECECEC;
  padding: 2rem 3.5rem;
  position: relative;
}
.type-ca_columnas .contenedor .item_derecha .texto_destacado {
  max-width: 760px;
  margin: 2rem 0;
  padding: 0;
  font-size: 2.25rem;
  font-weight: 700;
  color: #005253;
}
.type-ca_columnas .contenedor .item_derecha .texto_destacado:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #27AD3F;
  margin-bottom: 0.5rem;
}
.type-ca_columnas .contenedor .item_derecha .texto_largo {
  max-width: 760px;
}
.type-ca_columnas .contenedor .item_derecha .texto_largo h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.type-ca_columnas .contenedor .item_derecha .formulario {
  max-width: 760px;
}
.type-ca_columnas .contenedor .item_derecha .formulario .webform-progress {
  position: absolute;
  bottom: 1rem;
  left: 3.5rem;
}

.director {
  margin: 0 auto;
  border-top: 1px solid rgba(0, 82, 83, 0.2);
}
.director__testimonio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #005253;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 2rem auto;
  font-weight: 400;
  font-size: 1.25rem;
}
.director__testimonio img {
  display: block;
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 1rem;
}
.director__testimonio span {
  font-weight: 700;
  font-size: 1rem;
}
.director__testimonio > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nid-140 .type-page-sidebar .sidebar-content {
  max-width: 1160px;
}

/*FORMULARIO-DONATIVOS*/
.nid-154 form .form-item--error-message {
  position: absolute;
  left: 1rem;
  bottom: 0;
  font-size: 12px;
  color: #f44336;
  right: 1rem;
  padding: 0;
}
.nid-154 form label[for=edit-titulo-colabora], .nid-154 form label[for=edit-titulo-datos], .nid-154 form label[for=edit-titulo-pago] {
  max-width: 798px;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 2.25rem;
  font-weight: 700;
  color: #005253;
}
.nid-154 form label[for=edit-titulo-colabora]:before, .nid-154 form label[for=edit-titulo-datos]:before, .nid-154 form label[for=edit-titulo-pago]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #27AD3F;
  margin-bottom: 0.5rem;
}
.nid-154 form [id^=edit-descripcion-colabora] {
  margin: 1rem 0 2rem;
}
.nid-154 form [id^=edit-descripcion-datos] {
  margin: 1rem 0;
  max-width: 760px;
  font-size: 1rem;
}
.nid-154 form .fieldset-legend, .nid-154 form label[for=edit-identificacion-datos] {
  font-size: 1.375rem;
  font-weight: 500;
  color: #005253;
  display: block;
  margin: 2rem 0 1rem;
}
.nid-154 form [id^=edit-opciones-donacion--wrapper] .fieldset-wrapper {
  width: calc(75% - 0.75rem);
  float: left;
}
.nid-154 form .form-item-cantidad-donacion {
  width: 25%;
  margin-left: 75%;
  position: relative;
  margin-left: 75%;
  margin-top: -60px;
}
.nid-154 form .form-item-cantidad-donacion label {
  display: none;
}
.nid-154 form .form-item-cantidad-donacion input {
  position: relative;
  background-color: white;
  font-size: 1.25rem;
  font-weight: 500;
  color: #005253;
  padding: 1.1rem 1rem;
  border: 1px solid rgba(0, 82, 83, 0.15);
  border-radius: 2px;
  display: block;
  max-width: 156px;
}
.nid-154 form .form-item-cantidad-donacion input + .form-item--error-message {
  bottom: -3rem;
}
.nid-154 form [id^=edit-opciones-donacion] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.nid-154 form [id^=edit-opciones-donacion] > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nid-154 form [id^=edit-opciones-donacion] input {
  display: none;
}
.nid-154 form [id^=edit-opciones-donacion] label {
  font-size: 1.25rem;
  background-color: white;
  font-weight: 500;
  color: #005253;
  padding: 1rem;
  border: 1px solid rgba(0, 82, 83, 0.15);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nid-154 form [id^=edit-opciones-donacion] label.option.checked {
  background-color: #27AD3F;
  border-color: #27AD3F;
  padding: 0.85rem 1rem;
}
.nid-154 form [id^=edit-opciones-donacion] label.option.checked:after {
  display: block;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E%3Cg id='Grupo_671' data-name='Grupo 671' transform='translate(-1223 -2880)'%3E%3Ccircle id='Elipse_37' data-name='Elipse 37' cx='15.5' cy='15.5' r='15.5' transform='translate(1223 2880)' fill='%23005253' opacity='0.15'/%3E%3Cpath id='Trazado_494' data-name='Trazado 494' d='M6.141-10.859-2.5-2.219-6.141-5.859l-.719.719,4,4L-2.5-.8l.359-.344,9-9Z' transform='translate(1238 2901)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 31px;
  height: 31px;
  width: 31px;
  display: block;
  content: "";
}
.nid-154 form [id^=edit-texto-info-beneficios-ayuda] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 82, 83, 0.3);
  margin-top: 1rem;
  padding-top: 2rem;
  gap: 2rem;
}
.nid-154 form [id^=edit-texto-info-beneficios-ayuda] h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #005253;
  margin-bottom: 0.75rem;
}
.nid-154 form [id^=edit-texto-info-beneficios-ayuda] > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nid-154 form input[type=submit] {
  width: 100%;
  font-size: 1.25rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  font-weight: 700;
  display: block;
  border-radius: 50px;
  background-color: #27AD3F;
  color: #005253;
  padding: 1rem;
  border: none;
  margin: 2rem 0;
}
.nid-154 form input[type=submit]:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctext id='_' data-name='\f061' transform='translate(12 21)' fill='%23005253' font-size='24' font-family='la-solid-900' font-weight='900'%3E%3Ctspan x='-12' y='0'%3E\f061%3C/tspan%3E%3C/text%3E%3C/svg%3E%0A");
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
.nid-154 form input[type=submit]:hover {
  color: white;
  background-color: #005253;
}
.nid-154 form input[type=submit]:hover:after {
  -webkit-filter: invert(1) brightness(10);
          filter: invert(1) brightness(10);
}
.nid-154 form [id^=edit-datos] #edit-particular-empresa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
}
.nid-154 form [id^=edit-datos] fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.nid-154 form [id^=edit-datos] fieldset legend {
  display: none;
}
.nid-154 form [id^=edit-datos] fieldset .fieldset-wrapper input[type=text], .nid-154 form [id^=edit-datos] fieldset .fieldset-wrapper input[type=email], .nid-154 form [id^=edit-datos] fieldset .fieldset-wrapper input[type=tel], .nid-154 form [id^=edit-datos] fieldset .fieldset-wrapper select {
  width: calc(100% - 2rem);
  padding: 1rem;
  border: 1px solid #D0D0D0;
  color: #2E2F2F;
  border-radius: 2px;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.nid-154 form [id^=edit-datos] fieldset .fieldset-wrapper input[type=text].error, .nid-154 form [id^=edit-datos] fieldset .fieldset-wrapper input[type=email].error, .nid-154 form [id^=edit-datos] fieldset .fieldset-wrapper input[type=tel].error, .nid-154 form [id^=edit-datos] fieldset .fieldset-wrapper select.error {
  border: 1px solid black;
  background-color: #f9f9e1;
}
.nid-154 form [id^=edit-datos] fieldset .fieldset-wrapper select {
  width: 100% !important;
}
.nid-154 form [id^=edit-campos-datos-personales] {
  margin: 1rem 0;
}
.nid-154 form [id^=edit-campos-datos-personales] .fieldset-wrapper {
  width: 100%;
  margin: 0 -0.9375em;
}
.nid-154 form #edit-pago #edit-opciones-forma-de-pago {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

/*PÁGINAS DE CONFIRMACIÓN*/
.nid-167 [id^=edit-actions], .nid-168 [id^=edit-actions], .nid-169 [id^=edit-actions], .nid-153 [id^=edit-actions], .nid-170 [id^=edit-actions] {
  overflow: hidden;
  width: 100%;
}
.nid-167 .form-item--error-message, .nid-168 .form-item--error-message, .nid-169 .form-item--error-message, .nid-153 .form-item--error-message, .nid-170 .form-item--error-message {
  position: absolute;
  left: 1rem;
  bottom: 0;
  font-size: 12px;
  color: #f44336;
  right: 1rem;
  padding: 0;
}
.nid-167 .texto_largo h3, .nid-168 .texto_largo h3, .nid-169 .texto_largo h3, .nid-153 .texto_largo h3, .nid-170 .texto_largo h3 {
  max-width: 798px;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 2.25rem;
  font-weight: 700;
  color: #005253;
}
.nid-167 .texto_largo h3:before, .nid-168 .texto_largo h3:before, .nid-169 .texto_largo h3:before, .nid-153 .texto_largo h3:before, .nid-170 .texto_largo h3:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #27AD3F;
  margin-bottom: 0.5rem;
}
.nid-167 .texto_largo p, .nid-168 .texto_largo p, .nid-169 .texto_largo p, .nid-153 .texto_largo p, .nid-170 .texto_largo p {
  margin: 0 0 2rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.nid-167 [id^=edit-texto-info-beneficios-ayuda], .nid-168 [id^=edit-texto-info-beneficios-ayuda], .nid-169 [id^=edit-texto-info-beneficios-ayuda], .nid-153 [id^=edit-texto-info-beneficios-ayuda], .nid-170 [id^=edit-texto-info-beneficios-ayuda] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 82, 83, 0.3);
  margin-top: 1rem;
  padding-top: 2rem;
  gap: 2rem;
}
.nid-167 [id^=edit-texto-info-beneficios-ayuda] h5, .nid-168 [id^=edit-texto-info-beneficios-ayuda] h5, .nid-169 [id^=edit-texto-info-beneficios-ayuda] h5, .nid-153 [id^=edit-texto-info-beneficios-ayuda] h5, .nid-170 [id^=edit-texto-info-beneficios-ayuda] h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #005253;
  margin-bottom: 0.75rem;
}
.nid-167 [id^=edit-texto-info-beneficios-ayuda] > div, .nid-168 [id^=edit-texto-info-beneficios-ayuda] > div, .nid-169 [id^=edit-texto-info-beneficios-ayuda] > div, .nid-153 [id^=edit-texto-info-beneficios-ayuda] > div, .nid-170 [id^=edit-texto-info-beneficios-ayuda] > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nid-167 [id^=edit-texto-info-beneficios-ayuda] p, .nid-168 [id^=edit-texto-info-beneficios-ayuda] p, .nid-169 [id^=edit-texto-info-beneficios-ayuda] p, .nid-153 [id^=edit-texto-info-beneficios-ayuda] p, .nid-170 [id^=edit-texto-info-beneficios-ayuda] p {
  font-size: 0.9375rem;
}
.nid-167 a.enlace-donativo, .nid-168 a.enlace-donativo, .nid-169 a.enlace-donativo, .nid-153 a.enlace-donativo, .nid-170 a.enlace-donativo {
  display: inline-block;
  text-transform: uppercase;
  color: #005253;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 500;
}
.nid-167 a.enlace-donativo:before, .nid-168 a.enlace-donativo:before, .nid-169 a.enlace-donativo:before, .nid-153 a.enlace-donativo:before, .nid-170 a.enlace-donativo:before {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 90px;
  height: 90px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 50%;
  content: "";
  margin-right: 0.5rem;
  background: #27AD3F url(../images/ico-donativo.svg) no-repeat center center;
}
.nid-167 a.enlace-donativo:hover, .nid-168 a.enlace-donativo:hover, .nid-169 a.enlace-donativo:hover, .nid-153 a.enlace-donativo:hover, .nid-170 a.enlace-donativo:hover {
  color: #27AD3F;
}
.nid-167 a.enlace-donativo:hover:before, .nid-168 a.enlace-donativo:hover:before, .nid-169 a.enlace-donativo:hover:before, .nid-153 a.enlace-donativo:hover:before, .nid-170 a.enlace-donativo:hover:before {
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nid-167 input[type=submit], .nid-168 input[type=submit], .nid-169 input[type=submit], .nid-153 input[type=submit], .nid-170 input[type=submit] {
  width: 100%;
  font-size: 1.25rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  font-weight: 700;
  display: block;
  border-radius: 50px;
  background-color: #27AD3F;
  color: #005253;
  padding: 1rem;
  border: none;
  margin: 2rem auto;
  max-width: calc(100% - 1.8rem);
  overflow: hidden;
}
.nid-167 input[type=submit]:after, .nid-168 input[type=submit]:after, .nid-169 input[type=submit]:after, .nid-153 input[type=submit]:after, .nid-170 input[type=submit]:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctext id='_' data-name='\f061' transform='translate(12 21)' fill='%23005253' font-size='24' font-family='la-solid-900' font-weight='900'%3E%3Ctspan x='-12' y='0'%3E\f061%3C/tspan%3E%3C/text%3E%3C/svg%3E%0A");
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
.nid-167 input[type=submit]:hover, .nid-168 input[type=submit]:hover, .nid-169 input[type=submit]:hover, .nid-153 input[type=submit]:hover, .nid-170 input[type=submit]:hover {
  color: white;
  background-color: #005253;
}
.nid-167 input[type=submit]:hover:after, .nid-168 input[type=submit]:hover:after, .nid-169 input[type=submit]:hover:after, .nid-153 input[type=submit]:hover:after, .nid-170 input[type=submit]:hover:after {
  -webkit-filter: invert(1) brightness(10);
          filter: invert(1) brightness(10);
}
.nid-167 .enlaces, .nid-168 .enlaces, .nid-169 .enlaces, .nid-153 .enlaces, .nid-170 .enlaces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 2rem 0 0;
}
.nid-167 .enlaces a, .nid-168 .enlaces a, .nid-169 .enlaces a, .nid-153 .enlaces a, .nid-170 .enlaces a {
  display: inline-block;
  text-transform: uppercase;
  color: #005253;
  font-weight: 500;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nid-167 .enlaces a:before, .nid-168 .enlaces a:before, .nid-169 .enlaces a:before, .nid-153 .enlaces a:before, .nid-170 .enlaces a:before {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 90px;
  height: 90px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 50%;
  content: "";
  margin-right: 0.5rem;
}
.nid-167 .enlaces a.enlace-socio, .nid-168 .enlaces a.enlace-socio, .nid-169 .enlaces a.enlace-socio, .nid-153 .enlaces a.enlace-socio, .nid-170 .enlaces a.enlace-socio {
  margin-right: 2rem;
}
.nid-167 .enlaces a.enlace-socio:before, .nid-168 .enlaces a.enlace-socio:before, .nid-169 .enlaces a.enlace-socio:before, .nid-153 .enlaces a.enlace-socio:before, .nid-170 .enlaces a.enlace-socio:before {
  background: #27AD3F url(../images/ico-socio.svg) no-repeat center center;
}
.nid-167 .enlaces a.enlace-donativo:before, .nid-168 .enlaces a.enlace-donativo:before, .nid-169 .enlaces a.enlace-donativo:before, .nid-153 .enlaces a.enlace-donativo:before, .nid-170 .enlaces a.enlace-donativo:before {
  background: #27AD3F url(../images/ico-donativo.svg) no-repeat center center;
}
.nid-167 .enlaces a:hover, .nid-168 .enlaces a:hover, .nid-169 .enlaces a:hover, .nid-153 .enlaces a:hover, .nid-170 .enlaces a:hover {
  color: #27AD3F;
}
.nid-167 .enlaces a:hover:before, .nid-168 .enlaces a:hover:before, .nid-169 .enlaces a:hover:before, .nid-153 .enlaces a:hover:before, .nid-170 .enlaces a:hover:before {
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nid-167 [id^=edit-dejanos-tus-datos], .nid-167 [id^=edit-envianos-un-mensaje], .nid-168 [id^=edit-dejanos-tus-datos], .nid-168 [id^=edit-envianos-un-mensaje], .nid-169 [id^=edit-dejanos-tus-datos], .nid-169 [id^=edit-envianos-un-mensaje], .nid-153 [id^=edit-dejanos-tus-datos], .nid-153 [id^=edit-envianos-un-mensaje], .nid-170 [id^=edit-dejanos-tus-datos], .nid-170 [id^=edit-envianos-un-mensaje] {
  border: none;
  padding: 0;
  margin: 0;
}
.nid-167 [id^=edit-dejanos-tus-datos] .fieldset-wrapper, .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-wrapper, .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-wrapper, .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-wrapper, .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-wrapper, .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-wrapper, .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-wrapper, .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-wrapper, .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-wrapper, .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-wrapper {
  margin: 0 -0.9375em;
}
.nid-167 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=text], .nid-167 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=email], .nid-167 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=tel], .nid-167 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select, .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=text], .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=email], .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=tel], .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select, .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=text], .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=email], .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=tel], .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select, .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=text], .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=email], .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=tel], .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select, .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=text], .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=email], .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=tel], .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select, .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=text], .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=email], .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=tel], .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select, .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=text], .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=email], .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=tel], .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select, .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=text], .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=email], .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=tel], .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select, .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=text], .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=email], .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=tel], .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select, .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=text], .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=email], .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=tel], .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select {
  width: calc(100% - 2rem);
  padding: 1rem;
  border: 1px solid #D0D0D0;
  color: #2E2F2F;
  border-radius: 2px;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.nid-167 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=text].error, .nid-167 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=email].error, .nid-167 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=tel].error, .nid-167 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select.error, .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=text].error, .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=email].error, .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=tel].error, .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select.error, .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=text].error, .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=email].error, .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=tel].error, .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select.error, .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=text].error, .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=email].error, .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=tel].error, .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select.error, .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=text].error, .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=email].error, .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=tel].error, .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select.error, .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=text].error, .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=email].error, .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=tel].error, .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select.error, .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=text].error, .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=email].error, .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=tel].error, .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select.error, .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=text].error, .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=email].error, .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=tel].error, .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select.error, .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=text].error, .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=email].error, .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-wrapper input[type=tel].error, .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select.error, .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=text].error, .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=email].error, .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-wrapper input[type=tel].error, .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select.error {
  border: 1px solid black;
  background-color: #f9f9e1;
}
.nid-167 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select, .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select, .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select, .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select, .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select, .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select, .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select, .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select, .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-wrapper select, .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-wrapper select {
  width: 100% !important;
}
.nid-167 [id^=edit-dejanos-tus-datos] .fieldset-wrapper textarea, .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-wrapper textarea, .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-wrapper textarea, .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-wrapper textarea, .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-wrapper textarea, .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-wrapper textarea, .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-wrapper textarea, .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-wrapper textarea, .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-wrapper textarea, .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-wrapper textarea {
  width: calc(100% - 2rem);
  padding: 1rem;
  border: 1px solid #D0D0D0;
  color: #2E2F2F;
  border-radius: 2px;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.nid-167 [id^=edit-dejanos-tus-datos] .fieldset-wrapper textarea.error, .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-wrapper textarea.error, .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-wrapper textarea.error, .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-wrapper textarea.error, .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-wrapper textarea.error, .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-wrapper textarea.error, .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-wrapper textarea.error, .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-wrapper textarea.error, .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-wrapper textarea.error, .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-wrapper textarea.error {
  border: 1px solid black;
  background-color: #f9f9e1;
}
.nid-167 [id^=edit-dejanos-tus-datos] .fieldset-wrapper .js-form-type-checkbox, .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-wrapper .js-form-type-checkbox, .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-wrapper .js-form-type-checkbox, .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-wrapper .js-form-type-checkbox, .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-wrapper .js-form-type-checkbox, .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-wrapper .js-form-type-checkbox, .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-wrapper .js-form-type-checkbox, .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-wrapper .js-form-type-checkbox, .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-wrapper .js-form-type-checkbox, .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-wrapper .js-form-type-checkbox {
  margin: 0.5rem 0;
}
.nid-167 [id^=edit-dejanos-tus-datos] .fieldset-wrapper .js-form-type-checkbox .form-item--error-message, .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-wrapper .js-form-type-checkbox .form-item--error-message, .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-wrapper .js-form-type-checkbox .form-item--error-message, .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-wrapper .js-form-type-checkbox .form-item--error-message, .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-wrapper .js-form-type-checkbox .form-item--error-message, .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-wrapper .js-form-type-checkbox .form-item--error-message, .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-wrapper .js-form-type-checkbox .form-item--error-message, .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-wrapper .js-form-type-checkbox .form-item--error-message, .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-wrapper .js-form-type-checkbox .form-item--error-message, .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-wrapper .js-form-type-checkbox .form-item--error-message {
  margin-top: 1rem;
  top: 0.5rem;
  left: 2.5rem;
}
.nid-167 [id^=edit-dejanos-tus-datos] .fieldset-legend, .nid-167 [id^=edit-envianos-un-mensaje] .fieldset-legend, .nid-168 [id^=edit-dejanos-tus-datos] .fieldset-legend, .nid-168 [id^=edit-envianos-un-mensaje] .fieldset-legend, .nid-169 [id^=edit-dejanos-tus-datos] .fieldset-legend, .nid-169 [id^=edit-envianos-un-mensaje] .fieldset-legend, .nid-153 [id^=edit-dejanos-tus-datos] .fieldset-legend, .nid-153 [id^=edit-envianos-un-mensaje] .fieldset-legend, .nid-170 [id^=edit-dejanos-tus-datos] .fieldset-legend, .nid-170 [id^=edit-envianos-un-mensaje] .fieldset-legend {
  font-size: 1.375rem;
  font-weight: 500;
  color: #005253;
  display: block;
  margin: 0 0 1rem;
}
.nid-167 [id^=edit-dejanos-tus-datos] #edit-opciones-donacion--wrapper .fieldset-wrapper, .nid-167 [id^=edit-envianos-un-mensaje] #edit-opciones-donacion--wrapper .fieldset-wrapper, .nid-168 [id^=edit-dejanos-tus-datos] #edit-opciones-donacion--wrapper .fieldset-wrapper, .nid-168 [id^=edit-envianos-un-mensaje] #edit-opciones-donacion--wrapper .fieldset-wrapper, .nid-169 [id^=edit-dejanos-tus-datos] #edit-opciones-donacion--wrapper .fieldset-wrapper, .nid-169 [id^=edit-envianos-un-mensaje] #edit-opciones-donacion--wrapper .fieldset-wrapper, .nid-153 [id^=edit-dejanos-tus-datos] #edit-opciones-donacion--wrapper .fieldset-wrapper, .nid-153 [id^=edit-envianos-un-mensaje] #edit-opciones-donacion--wrapper .fieldset-wrapper, .nid-170 [id^=edit-dejanos-tus-datos] #edit-opciones-donacion--wrapper .fieldset-wrapper, .nid-170 [id^=edit-envianos-un-mensaje] #edit-opciones-donacion--wrapper .fieldset-wrapper {
  width: calc(75% - 0.75rem);
  float: left;
}

/*PAGE HEADER*/
.content-page-header {
  height: 380px;
  position: relative;
}
.content-page-header.no-image {
  height: 200px;
}
.content-page-header video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-page-header .content-page-header-layout {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.content-page-header .content-header-info .content-header-icon {
  text-align: center;
  margin-bottom: 20px;
}
.content-page-header .content-header-info .content-header-title {
  text-align: center;
}
.content-page-header .content-header-info .content-header-title h1 {
  font-family: "Prompt", sans-serif;
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}
.content-page-header .content-header-info .content-header-title .play-video {
  width: 1em;
  height: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.375em auto 0;
  font-size: 3.5em;
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .content-page-header .content-header-info .content-header-title .play-video {
    margin: 0.25em auto 0;
    font-size: 4em;
  }
}
.content-page-header .content-header-info .content-header-title .play-video::before {
  content: "\e1c4";
  font-family: "Material Icons";
}

/*DATOS DESTACADOS*/
.content-datos-destacados {
  padding-top: 25px;
  padding-bottom: 25px;
  background: linear-gradient(99deg, #008DBC 0%, #27AD3F 100%);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.content-datos-destacados .paragraph--type--acc-texto-largo {
  margin-top: 40px;
  margin-bottom: 30px;
}
.content-datos-destacados .paragraph--type--acc-texto-largo h3 {
  font-family: "Big Shoulders Text", cursive;
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
}
.content-datos-destacados .paragraph--type--acc-texto-largo h3 strong {
  font-family: "Prompt", sans-serif;
  font-size: 24px;
  font-weight: 800;
}
.content-datos-destacados .paragraph--type--datos-destacados {
  margin-bottom: 20px;
  position: relative;
}
.content-datos-destacados .paragraph--type--datos-destacados .dato-destacado-cifra {
  font-family: "Prompt", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #1F2420;
}
.content-datos-destacados .paragraph--type--datos-destacados .dato-destacado-dato {
  font-family: "Big Shoulders Text", cursive;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}

/*BLOQUE DATOS CON IMAGEN*/
.paragraph--type--bloques-con-imagen .content-page-bloque-imagen {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(31, 36, 32, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paragraph--type--bloques-con-imagen .content-page-bloque-imagen .content-bloque-imagen-data {
  max-width: 528px;
  margin-bottom: 25px;
}
.paragraph--type--bloques-con-imagen .content-page-bloque-imagen .content-bloque-imagen-data h2 {
  font-family: "Big Shoulders Text", cursive;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #1F2420;
  max-width: 330px;
}
.paragraph--type--bloques-con-imagen .content-page-bloque-imagen .content-bloque-imagen-data h2 strong {
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  font-weight: 800;
}
.paragraph--type--bloques-con-imagen .content-page-bloque-imagen .content-bloque-imagen-data hr {
  width: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
}
.paragraph--type--bloques-con-imagen .content-page-bloque-imagen .content-bloque-imagen-data p {
  font-size: 14px;
  margin-bottom: 15px;
}
.paragraph--type--bloques-con-imagen .content-page-bloque-imagen .content-bloque-imagen-data p strong {
  font-size: 18px;
}
.paragraph--type--bloques-con-imagen .content-page-bloque-imagen .content-bloque-imagen-data a {
  font-size: 12px;
  font-weight: bold;
  color: #27AD3F;
  text-transform: uppercase;
}

/*SECTION MERCADO INTERNACIONAL*/
.content-mercado-internacional {
  margin-top: 40px;
  margin-bottom: 40px;
}
.content-mercado-internacional .paragraph--type--mercado-alteyco-en-mapa h2 {
  font-family: "Big Shoulders Text", cursive;
  font-size: 28px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-mercado-internacional .paragraph--type--mercado-alteyco-en-mapa h2 strong {
  font-family: "Prompt", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #27AD3F;
}
.content-mercado-internacional .content-puntos-mercado-internacional {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-mercado-internacional .content-puntos-mercado-internacional img {
  width: 100%;
}
.content-mercado-internacional .content-puntos-mercado-internacional .puntos-mapa-internacional {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6px;
}
.content-mercado-internacional .content-puntos-mercado-internacional .puntos-mapa-internacional .paragraph--type--punto-mercado-internacional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0px;
  position: relative;
}
.content-mercado-internacional .content-puntos-mercado-internacional .puntos-mapa-internacional .paragraph--type--punto-mercado-internacional .punto-mercado-pais {
  font-family: "Big Shoulders Text", cursive;
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
}
.content-mercado-internacional .content-puntos-mercado-internacional .puntos-mapa-internacional .paragraph--type--punto-mercado-internacional .punto-mercado-porcentaje {
  font-family: "Prompt", sans-serif;
  font-size: 28px;
  font-weight: 200;
  color: #27AD3F;
  text-transform: uppercase;
}
.content-mercado-internacional .content-puntos-mercado-internacional .puntos-mapa-internacional .paragraph--type--punto-mercado-internacional .punto-mercado-porcentaje:after {
  content: "%";
  margin-left: -10px;
}
.content-mercado-internacional .content-puntos-mercado-internacional .puntos-mapa-internacional .paragraph--type--punto-mercado-internacional:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #1F2420;
  opacity: 0.3;
}

/*SECTION PAGE CONTACTA*/
.paragraph--type--page-contacta {
  margin-top: 40px;
  margin-bottom: 40px;
}
.paragraph--type--page-contacta .content-page-contacta {
  background-color: #F2F4F2;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 85%;
  margin: 0 auto;
}
.paragraph--type--page-contacta .content-page-contacta h2 {
  font-family: "Big Shoulders Text", cursive;
  font-size: 28px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.paragraph--type--page-contacta .content-page-contacta h2 strong {
  font-family: "Prompt", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #27AD3F;
}
.paragraph--type--page-contacta .content-page-contacta p {
  max-width: 528px;
  color: #5D605D;
  margin-bottom: 25px;
}
.paragraph--type--page-contacta .content-page-contacta a {
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #27AD3F;
  padding: 10px 25px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paragraph--type--page-contacta .content-page-contacta a:before {
  font-family: "Material Icons";
  content: "\e151";
  margin-right: 10px;
  font-size: 19px;
}

/*SECTION PAGE CONTACTA CUSTOM FOR ALTEYCO*/
body.c--node-27 .content-page-contacta, .page-contacta-secondary-design .content-page-contacta {
  background: linear-gradient(99deg, #008DBC 0%, #27AD3F 100%);
}
body.c--node-27 .content-page-contacta h2, .page-contacta-secondary-design .content-page-contacta h2 {
  color: #ffffff;
}
body.c--node-27 .content-page-contacta h2 strong, .page-contacta-secondary-design .content-page-contacta h2 strong {
  color: #1F2420;
}
body.c--node-27 .content-page-contacta p, .page-contacta-secondary-design .content-page-contacta p {
  color: #ffffff;
}
body.c--node-27 .content-page-contacta a, .page-contacta-secondary-design .content-page-contacta a {
  color: #ffffff;
  background-color: #1F2420;
}

@media (min-width: 768px) {
  body.c--node-27 .paragraph--type--page-contacta {
    margin-top: 120px;
  }
}

/*SECTION PAGE 3 COLS*/
.content-page-text-on-cols {
  margin-top: 40px;
}
.content-page-text-on-cols .page-text-on-col-first h2, .content-page-text-on-cols .page-text-on-col-first h1 {
  font-family: "Big Shoulders Text", cursive;
  font-size: 42px;
  color: #000000;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-page-text-on-cols .page-text-on-col-first h2 strong, .content-page-text-on-cols .page-text-on-col-first h1 strong {
  font-family: "Prompt", sans-serif;
  font-size: 48px;
  color: #27AD3F;
}
.content-page-text-on-cols .page-text-on-col-first hr {
  width: 30px;
  border: 1px solid #1F2420;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-page-text-on-cols .page-text-on-col-first p strong {
  font-family: "Prompt", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1F2420;
}
.content-page-text-on-cols .page-text-on-col-other p {
  color: #5D605D;
  max-width: 454px;
  margin-bottom: 35px;
  font-size: 15px;
}

/*SECTION PAGE LINE HISTORIA*/
.content-linea-de-tiempo-historia {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.content-linea-de-tiempo-historia .content-title-historia {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.content-linea-de-tiempo-historia .content-title-historia h2 {
  font-family: "Big Shoulders Text", cursive;
  font-size: 28px;
  color: #000000;
  text-transform: uppercase;
}
.content-linea-de-tiempo-historia .content-title-historia h2 strong {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #27AD3F;
}
.content-linea-de-tiempo-historia .content-line-historia-tabs {
  margin-top: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-linea-de-tiempo-historia .content-line-historia-tabs .tab-item-line-historia {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 3px solid #ffffff;
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #1F2420;
  text-transform: uppercase;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.content-linea-de-tiempo-historia .content-line-historia-tabs .tab-item-line-historia.active, .content-linea-de-tiempo-historia .content-line-historia-tabs .tab-item-line-historia:hover {
  opacity: 1;
  border-bottom: 3px solid #27AD3F;
  color: #27AD3F;
}
.content-linea-de-tiempo-historia .content-item-line-historia {
  display: none;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  padding-top: 16px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.content-linea-de-tiempo-historia .content-item-line-historia p.content-line-year {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #1F2420;
  text-transform: uppercase;
  margin-bottom: 0;
}
.content-linea-de-tiempo-historia .content-item-line-historia h3 {
  font-family: "Big Shoulders Text", cursive;
  font-size: 26px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content-linea-de-tiempo-historia .content-item-line-historia h3 strong {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-size: 30px;
}
.content-linea-de-tiempo-historia .content-item-line-historia p {
  color: #5D605D;
  font-size: 15px;
  margin-bottom: 0;
}
.content-linea-de-tiempo-historia .content-item-line-historia p.content-line-alt-image {
  font-size: 12px;
  color: #5D605D;
  text-align: right;
}
.content-linea-de-tiempo-historia .content-item-line-historia img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1) blur(0.6px);
          filter: grayscale(1) blur(0.6px);
}
.content-linea-de-tiempo-historia .content-item-line-historia.active {
  display: -ms-grid;
  display: grid;
}

/*SECTION PAGE APP PRINCIPALES*/
.content-app-principales {
  margin-top: 40px;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .content-section-title-app-pricipales {
  margin-bottom: 40px;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .content-section-title-app-pricipales h2 {
  font-family: "Big Shoulders Text", cursive;
  font-size: 28px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .content-section-title-app-pricipales h2 strong {
  font-family: "Prompt", sans-serif;
  font-size: 32px;
  color: #27AD3F;
  font-weight: 800;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .content-section-title-app-pricipales p {
  font-size: 16px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item {
  border-radius: 10px;
  background-color: #F2F4F2;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item h3, .content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item p, .content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item .multi_data {
  padding-left: 15px;
  padding-right: 15px;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item h3 {
  font-family: "Prompt", sans-serif;
  color: #1F2420;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 32px;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item p {
  color: #5D605D;
  font-size: 14px;
  margin-bottom: 0;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item p strong {
  color: #1F2420;
  text-transform: uppercase;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item hr {
  margin-top: 20px;
  width: 20px;
  boder: 1px solid #1F2420;
  margin-left: 15px;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item .multi_data {
  margin-top: 15px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item .multi_data a {
  color: #27AD3F;
  font-size: 14px;
  text-transform: uppercase;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item .multi_data a:not(:last-child) {
  margin-bottom: 8px;
}
.content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
}
.content-app-principales .owl-prev, .content-app-principales .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1019607843);
  border: unset;
  border-radius: 100%;
  color: #27AD3F;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.content-app-principales .owl-prev span, .content-app-principales .owl-next span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px !important;
}
.content-app-principales .owl-prev:hover, .content-app-principales .owl-next:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2901960784);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2901960784);
}
.content-app-principales .owl-prev {
  left: 15px;
}
.content-app-principales .owl-prev span:after {
  content: "\e5c4";
  font-family: "Material Icons";
}
.content-app-principales .owl-next {
  right: 15px;
}
.content-app-principales .owl-next span:after {
  content: "\e5c8";
  font-family: "Material Icons";
}

/*SECTION RESUMEN CATEGORIAS*/
.content-section-resumen-categorias {
  margin-top: 80px;
  background-color: #F2F4F2;
  padding-top: 40px;
  padding-bottom: 80px;
}
.content-section-resumen-categorias h2 {
  font-family: "Big Shoulders Text", cursive;
  color: #1F2420;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-section-resumen-categorias h2 strong {
  font-family: "Prompt", sans-serif;
  color: #27AD3F;
  font-size: 32px;
  font-weight: 800;
}
.content-section-resumen-categorias .content-resumen-categorias {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 35px;
}
.content-section-resumen-categorias .content-resumen-categorias .content-imagenes-categoria {
  position: relative;
}
.content-section-resumen-categorias .content-resumen-categorias .content-imagenes-categoria img:first-of-type {
  height: 220px;
  border-radius: 10px;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.content-section-resumen-categorias .content-resumen-categorias .content-imagenes-categoria img:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
}
.content-section-resumen-categorias .content-resumen-categorias h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Prompt", sans-serif;
  color: #1F2420;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
}
.content-section-resumen-categorias .content-resumen-categorias p {
  color: #5D605D;
  font-size: 14px;
  margin-bottom: 31px;
}
.content-section-resumen-categorias .content-resumen-categorias a {
  font-size: 12px;
  font-weight: bold;
  color: #27AD3F;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-section-resumen-categorias .content-resumen-categorias a:after {
  font-family: "Material Icons";
  content: "\e5c8";
  margin-left: 10px;
  font-size: 19px;
}

@media (min-width: 768px) {
  /*DATOS DESTACADOS*/
  .content-datos-destacados {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 288px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-datos-destacados .paragraph--type--acc-texto-largo {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .content-datos-destacados .paragraph--type--acc-texto-largo h3 {
    font-size: 24px;
  }
  .content-datos-destacados .paragraph--type--acc-texto-largo h3 strong {
    font-size: 28px;
  }
  .content-datos-destacados .paragraph--type--datos-destacados {
    margin-bottom: 0;
  }
  .content-datos-destacados .paragraph--type--datos-destacados .dato-destacado-cifra {
    font-size: 56px;
  }
  .content-datos-destacados .paragraph--type--datos-destacados .dato-destacado-dato {
    font-size: 36px;
  }
  .content-datos-destacados .paragraph--type--datos-destacados:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 150px;
    background: white;
    opacity: 0.2;
    top: 0;
    right: 0;
  }
  .content-datos-destacados .paragraph--type--datos-destacados:last-child:after {
    content: none;
  }
  /*BLOQUE DATOS CON IMAGEN*/
  .paragraph--type--bloques-con-imagen .content-page-bloque-imagen {
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .paragraph--type--bloques-con-imagen .content-page-bloque-imagen .content-bloque-imagen-data {
    margin-right: 35px;
    margin-bottom: 0px;
  }
  .paragraph--type--bloques-con-imagen .content-page-bloque-imagen .content-bloque-imagen-data h2 {
    font-size: 33px;
  }
  .paragraph--type--bloques-con-imagen .content-page-bloque-imagen .content-bloque-imagen-data h2 strong {
    font-size: 42px;
  }
  .paragraph--type--bloques-con-imagen .content-page-bloque-imagen .content-bloque-imagen-data p {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .paragraph--type--bloques-con-imagen .content-page-bloque-imagen .content-bloque-imagen-data p strong {
    font-size: 20px;
  }
  .paragraph--type--bloques-con-imagen .content-page-bloque-imagen .content-bloque-imagen-data a {
    font-size: 14px;
  }
  .paragraph--type--bloques-con-imagen:nth-child(2n) .content-page-bloque-imagen .content-bloque-imagen-data {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0px;
    margin-left: 35px;
  }
  .paragraph--type--bloques-con-imagen:nth-child(2n) .content-page-bloque-imagen .content-bloque-imagen-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /*SECTION MERCADO INTERNACIONAL*/
  .content-mercado-internacional .paragraph--type--mercado-alteyco-en-mapa h2 {
    font-size: 42px;
  }
  .content-mercado-internacional .paragraph--type--mercado-alteyco-en-mapa h2 strong {
    font-size: 52px;
  }
  .content-mercado-internacional .content-puntos-mercado-internacional .puntos-mapa-internacional {
    grid-gap: 11px;
  }
  .content-mercado-internacional .content-puntos-mercado-internacional .puntos-mapa-internacional .paragraph--type--punto-mercado-internacional {
    height: 59px;
    padding-right: 10px;
  }
  .content-mercado-internacional .content-puntos-mercado-internacional .puntos-mapa-internacional .paragraph--type--punto-mercado-internacional .punto-mercado-pais {
    font-size: 24px;
  }
  .content-mercado-internacional .content-puntos-mercado-internacional .puntos-mapa-internacional .paragraph--type--punto-mercado-internacional .punto-mercado-porcentaje {
    font-size: 36px;
  }
  .content-mercado-internacional .content-puntos-mercado-internacional .puntos-mapa-internacional .paragraph--type--punto-mercado-internacional .punto-mercado-porcentaje:after {
    content: "%";
    margin-left: -12px;
  }
  /*SECTION PAGE CONTACTA*/
  .paragraph--type--page-contacta {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .paragraph--type--page-contacta .content-page-contacta {
    height: 509px;
    width: 100%;
  }
  .paragraph--type--page-contacta .content-page-contacta h2 {
    font-size: 42px;
    margin-bottom: 35px;
  }
  .paragraph--type--page-contacta .content-page-contacta h2 strong {
    font-size: 52px;
  }
  .paragraph--type--page-contacta .content-page-contacta p {
    margin-bottom: 40px;
  }
  .paragraph--type--page-contacta .content-page-contacta a {
    padding: 14px 30px;
  }
  /*SECTION PAGE 3 COLS*/
  .content-page-text-on-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 80px;
  }
  .content-page-text-on-cols .page-text-on-col-first {
    max-width: 290px;
    margin-right: 35px;
  }
  .content-page-text-on-cols .page-text-on-col-first h2, .content-page-text-on-cols .page-text-on-col-first h1 {
    font-size: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-page-text-on-cols .page-text-on-col-first h2 strong, .content-page-text-on-cols .page-text-on-col-first h1 strong {
    font-size: 58px;
  }
  .content-page-text-on-cols .page-text-on-col-first p strong {
    font-size: 20px;
  }
  .content-page-text-on-cols .page-text-on-col-other {
    margin-right: 25px;
  }
  .content-page-text-on-cols .page-text-on-col-other p {
    max-width: 454px;
    margin-bottom: 25px;
  }
  /*SECTION PAGE LINE HISTORIA*/
  .content-linea-de-tiempo-historia {
    margin-top: 80px;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .content-linea-de-tiempo-historia .content-title-historia h2 {
    font-size: 42px;
  }
  .content-linea-de-tiempo-historia .content-title-historia h2 strong {
    font-size: 52px;
  }
  .content-linea-de-tiempo-historia .content-line-historia-tabs {
    margin-top: 28px;
    min-height: 58px;
  }
  .content-linea-de-tiempo-historia .content-line-historia-tabs .tab-item-line-historia {
    font-size: 22px;
  }
  .content-linea-de-tiempo-historia .content-item-line-historia {
    -ms-grid-columns: 428px 15px auto;
    grid-template-columns: 428px auto;
    grid-gap: 15px;
    padding-top: 25px;
  }
  .content-linea-de-tiempo-historia .content-item-line-historia p.content-line-year {
    font-size: 24px;
  }
  .content-linea-de-tiempo-historia .content-item-line-historia h3 {
    font-size: 46px;
    margin-bottom: 22px;
  }
  .content-linea-de-tiempo-historia .content-item-line-historia h3 strong {
    font-size: 54px;
  }
  /*SECTION PAGE APP PRINCIPALES*/
  .content-app-principales {
    margin-top: 100px;
  }
  .content-app-principales .paragraph--type--seccion-principales-aplicaciones .content-section-title-app-pricipales {
    margin-bottom: 80px;
  }
  .content-app-principales .paragraph--type--seccion-principales-aplicaciones .content-section-title-app-pricipales h2 {
    font-size: 72px;
    margin-bottom: 20px;
  }
  .content-app-principales .paragraph--type--seccion-principales-aplicaciones .content-section-title-app-pricipales h2 strong {
    font-size: 82px;
  }
  .content-app-principales .paragraph--type--seccion-principales-aplicaciones .content-section-title-app-pricipales p {
    font-size: 18px;
  }
  .content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item h3, .content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item p, .content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item .multi_data {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item hr {
    margin-top: 40px;
    margin-left: 20px;
  }
  .content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item .multi_data {
    margin-top: 21px;
    padding-bottom: 42px;
  }
  .content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item .multi_data a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item .multi_data a:not(:last-child) {
    margin-bottom: 13px;
  }
  .content-app-principales .paragraph--type--seccion-principales-aplicaciones .owl-item .paragraph--type--principales-aplicaciones-item .multi_data a:before {
    font-family: "Material Icons";
    content: "\e5c8";
    margin-right: 10px;
    font-size: 18px;
  }
  /*SECTION RESUMEN CATEGORIAS*/
  .content-section-resumen-categorias {
    margin-top: 120px;
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .content-section-resumen-categorias h2 {
    font-size: 72px;
    margin-bottom: 40px;
  }
  .content-section-resumen-categorias h2 strong {
    font-size: 82px;
  }
  .content-section-resumen-categorias .content-resumen-categorias {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .content-section-resumen-categorias .content-resumen-categorias .content-imagenes-categoria img:first-of-type {
    height: 275px;
  }
  .content-section-resumen-categorias .content-resumen-categorias h3 {
    font-size: 24px;
  }
  .content-section-resumen-categorias .content-resumen-categorias p {
    font-size: 15px;
    margin-bottom: 31px;
  }
  .content-section-resumen-categorias .content-resumen-categorias a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  /*PAGE HEADER*/
  .content-page-header {
    height: 749px;
  }
  .content-page-header.no-image {
    height: 400px;
  }
  .content-page-header .content-header-info .content-header-title h1 {
    font-size: 72px;
  }
  /*BLOQUE DATOS CON IMAGEN*/
  .paragraph--type--bloques-con-imagen .content-page-bloque-imagen .content-bloque-imagen-data {
    margin-right: 130px;
  }
  .paragraph--type--bloques-con-imagen:nth-child(2n) .content-page-bloque-imagen .content-bloque-imagen-data {
    margin-left: 130px;
  }
  /*SECTION MERCADO INTERNACIONAL*/
  .content-mercado-internacional {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .content-mercado-internacional .paragraph--type--mercado-alteyco-en-mapa h2 {
    font-size: 72px;
  }
  .content-mercado-internacional .paragraph--type--mercado-alteyco-en-mapa h2 strong {
    font-size: 82px;
  }
  .content-mercado-internacional .content-puntos-mercado-internacional {
    margin-top: 80px;
    -ms-grid-columns: auto 60px auto;
    grid-template-columns: auto auto;
    grid-gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content-mercado-internacional .content-puntos-mercado-internacional .puntos-mapa-internacional {
    width: 528px;
    -ms-grid-columns: 1fr 11px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  /*SECTION PAGE CONTACTA*/
  .paragraph--type--page-contacta .content-page-contacta h2 {
    font-size: 72px;
  }
  .paragraph--type--page-contacta .content-page-contacta h2 strong {
    font-size: 82px;
  }
  /*SECTION PAGE 3 COLS*/
  .content-page-text-on-cols .page-text-on-col-first {
    max-width: 530px;
    margin-right: 65px;
  }
  .content-page-text-on-cols .page-text-on-col-first h2, .content-page-text-on-cols .page-text-on-col-first h1 {
    font-size: 64px;
  }
  .content-page-text-on-cols .page-text-on-col-first h2 strong, .content-page-text-on-cols .page-text-on-col-first h1 strong {
    font-size: 72px;
  }
  .content-page-text-on-cols .page-text-on-col-other {
    margin-right: 35px;
  }
  .content-page-text-on-cols .page-text-on-col-other p {
    margin-bottom: 35px;
  }
  .nid-53 .content-page-text-on-cols .page-text-on-col-first {
    max-width: 900px;
  }
  /*SECTION PAGE LINE HISTORIA*/
  .content-linea-de-tiempo-historia .content-title-historia h2 {
    font-size: 72px;
  }
  .content-linea-de-tiempo-historia .content-title-historia h2 strong {
    font-size: 82px;
  }
  .content-linea-de-tiempo-historia .content-line-historia-tabs .tab-item-line-historia {
    font-size: 24px;
  }
  .content-linea-de-tiempo-historia .content-item-line-historia {
    -ms-grid-columns: 528px 157px auto;
    grid-template-columns: 528px auto;
    grid-gap: 157px;
    padding-top: 35px;
  }
  .content-linea-de-tiempo-historia .content-item-line-historia p.content-line-year {
    font-size: 24px;
  }
  .content-linea-de-tiempo-historia .content-item-line-historia h3 {
    font-size: 56px;
    margin-bottom: 30px;
  }
  .content-linea-de-tiempo-historia .content-item-line-historia h3 strong {
    font-size: 64px;
  }
}
#accyoutubeplaylist {
  width: 100%;
  display: block;
  position: relative;
  margin: 30px 0 60px;
  background-color: black;
  color: white;
}
#accyoutubeplaylist .videoDestacado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 65.625%;
}
@media screen and (max-width: 767px) {
  #accyoutubeplaylist .videoDestacado {
    width: 100%;
  }
}
#accyoutubeplaylist .videoDestacado .videoDestacadoInner {
  width: 100%;
  display: block;
  margin: 0;
}
#accyoutubeplaylist .videoDestacado .info {
  width: 100%;
  display: block;
  margin: 1.125em 0 2em;
  padding: 0 2.375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  #accyoutubeplaylist .videoDestacado .info {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  #accyoutubeplaylist .videoDestacado .info {
    padding: 0 16px;
  }
}
#accyoutubeplaylist .videoDestacado .info .tituloVideoDestacado {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 135.71%;
  text-transform: uppercase;
  color: white;
}
#accyoutubeplaylist .videoDestacado .info .descripcionVideoDestacado {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 135.71%;
}
#accyoutubeplaylist .listaVideos {
  width: 34.375%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #accyoutubeplaylist .listaVideos {
    width: 100%;
    position: static;
    border-top: thin solid gray;
  }
}
#accyoutubeplaylist .listaVideos .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  #accyoutubeplaylist .listaVideos .item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  #accyoutubeplaylist .listaVideos .item {
    padding: 0 16px;
  }
}
#accyoutubeplaylist .listaVideos .item:last-child {
  margin-bottom: 1.125em;
}
#accyoutubeplaylist .listaVideos .item.videoActual .miniatura-container .miniatura:before {
  opacity: 0.25;
}
#accyoutubeplaylist .listaVideos .item.videoActual .info-video {
  opacity: 0.5;
}
#accyoutubeplaylist .listaVideos .item .cta {
  margin-top: 1.125em;
  background-color: white;
  color: black;
}
#accyoutubeplaylist .listaVideos .item .cta:hover {
  border-color: white;
  background-color: transparent;
  color: white;
}
#accyoutubeplaylist .listaVideos .item a:not(.cta) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1.125em 0 0;
  padding: 0 0 1.125em;
  border-bottom: thin solid gray;
}
#accyoutubeplaylist .listaVideos .item a:not(.cta) .miniatura-container {
  width: 50%;
  min-width: 50%;
  max-width: 291px;
  display: block;
}
@media screen and (max-width: 767px) {
  #accyoutubeplaylist .listaVideos .item a:not(.cta) .miniatura-container {
    min-width: 150px;
  }
}
#accyoutubeplaylist .listaVideos .item a:not(.cta) .miniatura-container .miniatura {
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#accyoutubeplaylist .listaVideos .item a:not(.cta) .miniatura-container .miniatura:before {
  content: "";
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: white;
  background-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#accyoutubeplaylist .listaVideos .item a:not(.cta) .miniatura-container .miniatura img {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#accyoutubeplaylist .listaVideos .item a:not(.cta) .info-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 1.125em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
}
#accyoutubeplaylist .listaVideos .item a:not(.cta) .info-video .tituloVideo {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 155.55%;
  text-transform: uppercase;
}
#accyoutubeplaylist .listaVideos .item a:not(.cta) .info-video .description {
  width: 100%;
  display: block;
  margin: 0.5em 0 0;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 146.857%;
}

body.type-page #block-acc-corporative-page-title {
  text-align: center;
}
body.type-page #block-acc-corporative-page-title h1 {
  font-family: "Prompt", sans-serif;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 25px;
  color: #1F2420;
}
body.type-page #block-acc-corporative-content {
  margin-bottom: 40px;
}
body.type-page #block-acc-corporative-content h2, body.type-page #block-acc-corporative-content h3 {
  font-family: "Prompt", sans-serif;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #1F2420;
}
body.type-page #block-acc-corporative-content ul {
  display: block;
  padding-left: 25px;
  list-style: unset;
}
body.type-page #block-acc-corporative-content a {
  color: #27AD3F;
}
body.type-page #block-acc-corporative-content .pl-25 {
  padding-left: 25px;
}

@media (min-width: 768px) {
  body.type-page #block-acc-corporative-page-title h1 {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  body.type-page #block-acc-corporative-content {
    margin-bottom: 80px;
  }
  body.type-page #block-acc-corporative-content h2, body.type-page #block-acc-corporative-content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  body.type-page #block-acc-corporative-content ul {
    padding-left: 65px;
  }
}
/*PRODUCTOS CATEGORY PAGES SECTION 1*/
.paragraph--type--content-text-2-columnas {
  margin-top: 40px;
}
.paragraph--type--content-text-2-columnas .content-text-col-description {
  max-width: 530px;
}
.paragraph--type--content-text-2-columnas .content-text-col-description p {
  font-size: 18px;
  font-weight: bold;
  color: #1F2420;
}
.paragraph--type--content-text-2-columnas .content-text-col-text p, .paragraph--type--content-text-2-columnas .content-text-col-text ul {
  color: #5D605D;
  font-size: 14px;
  margin-bottom: 20px;
}
.paragraph--type--content-text-2-columnas .content-text-col-text ul li:before {
  font-family: "Material Icons";
  content: "\e876";
  color: #27AD3F;
  margin-right: 10px;
}

/*PRODUCTOS SINGLE PAGE*/
.content-main-product .content-logo-producto {
  margin-top: 40px;
}
.content-main-product .content-logo-producto img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.content-main-product .content-single-product {
  margin-top: 10px;
}
.content-main-product .content-single-product .content-product-title {
  max-width: 360px;
}
.content-main-product .content-single-product .content-product-title h1 {
  font-family: "Prompt", sans-serif;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1F2420;
}
.content-main-product .content-single-product .content-product-title hr {
  width: 30px;
  border: 1px solid #1F2420;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-main-product .content-single-product .content-product-title p {
  font-size: 15px;
  font-weight: bold;
  color: #1F2420;
}
.content-main-product .content-single-product .content-product-title .sugerencias-productos-item-list {
  display: none;
}
@media (min-width: 768px) {
  .content-main-product .content-single-product .content-product-title .sugerencias-productos-item-list {
    display: block;
  }
}
.content-main-product .content-single-product .content-product-description h3 {
  font-family: "Prompt", sans-serif;
  color: #1F2420;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content-main-product .content-single-product .content-product-description ul {
  margin-bottom: 20px;
  font-size: 14px;
}
.content-main-product .content-single-product .content-product-description ul li {
  width: 100%;
  margin-bottom: 15px;
}
.content-main-product .content-single-product .content-product-description ul li:before {
  font-family: "Material Icons";
  content: "\e876";
  color: #27AD3F;
  margin-right: 10px;
}
.content-main-product .content-single-product .content-product-description .modelos-3d-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  border-top: thin solid #D2D3D2;
}
.content-main-product .content-single-product .content-product-description .modelos-3d-wrapper .multi_data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-main-product .content-single-product .content-product-description .modelos-3d-wrapper .paragraph {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-main-product .content-single-product .content-product-description .modelos-3d-wrapper .item-modelo-3d {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  border-bottom: thin solid #D2D3D2;
}
.content-main-product .content-single-product .content-product-description .modelos-3d-wrapper .item-modelo-3d .img-wrapper {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .content-main-product .content-single-product .content-product-description .modelos-3d-wrapper .item-modelo-3d .img-wrapper {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    padding-right: 20px;
  }
}
.content-main-product .content-single-product .content-product-description .modelos-3d-wrapper .item-modelo-3d .img-wrapper a {
  width: 100%;
  display: block;
  position: relative;
  border: thin solid #D2D3D2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: black;
  text-decoration: none;
  color: white;
  overflow: hidden;
}
.content-main-product .content-single-product .content-product-description .modelos-3d-wrapper .item-modelo-3d .img-wrapper a:before {
  font-family: "Material Icons";
  content: "\e8ff";
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .content-main-product .content-single-product .content-product-description .modelos-3d-wrapper .item-modelo-3d .img-wrapper a:before {
    font-size: 40px;
  }
}
.content-main-product .content-single-product .content-product-description .modelos-3d-wrapper .item-modelo-3d .img-wrapper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content-main-product .content-single-product .content-product-description .modelos-3d-wrapper .item-modelo-3d .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.8;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.content-main-product .content-single-product .content-product-description .modelos-3d-wrapper .item-modelo-3d .txt-wrapper {
  display: block;
}
.content-main-product .content-single-product .content-product-description .modelos-3d-wrapper .item-modelo-3d .txt-wrapper ul:last-child, .content-main-product .content-single-product .content-product-description .modelos-3d-wrapper .item-modelo-3d .txt-wrapper p:last-child {
  margin-bottom: 0;
}
.content-main-product .content-single-product .content-product-description .iframe-wrapper {
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 56.25%;
}
.content-main-product .content-single-product .content-product-description .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-main-product .content-single-product .content-product-description .content-image-gallery-producto {
  margin-bottom: 40px;
}
.content-main-product .content-single-product .content-product-description .content-image-gallery-producto img {
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-main-product .content-single-product .content-product-description .content-image-gallery-producto .owl-prev, .content-main-product .content-single-product .content-product-description .content-image-gallery-producto .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1019607843);
  border: unset;
  border-radius: 100%;
  cursor: pointer;
  color: #27AD3F;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.content-main-product .content-single-product .content-product-description .content-image-gallery-producto .owl-prev span, .content-main-product .content-single-product .content-product-description .content-image-gallery-producto .owl-next span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px !important;
}
.content-main-product .content-single-product .content-product-description .content-image-gallery-producto .owl-prev {
  left: 15px;
}
.content-main-product .content-single-product .content-product-description .content-image-gallery-producto .owl-prev span:after {
  font-family: "Material Icons";
  content: "\e5c4";
  font-size: 20px;
}
.content-main-product .content-single-product .content-product-description .content-image-gallery-producto .owl-next {
  right: 15px;
}
.content-main-product .content-single-product .content-product-description .content-image-gallery-producto .owl-next span:after {
  font-family: "Material Icons";
  content: "\e5c8";
  font-size: 20px;
}
.content-main-product .content-single-product .content-product-description .content-image-gallery-producto .owl-prev:hover, .content-main-product .content-single-product .content-product-description .content-image-gallery-producto .owl-next:hover {
  -webkit-transform: translateY(-50%) scale(1.15);
          transform: translateY(-50%) scale(1.15);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2901960784);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2901960784);
}
.content-main-product .content-single-product .content-product-description .content-video-producto {
  margin-bottom: 30px;
}
.content-main-product .content-single-product .content-product-description .content-video-producto video {
  width: 100%;
  height: auto;
  display: block;
}
.content-main-product .content-single-product .content-product-description .content-tabla-producto {
  overflow-x: auto;
  margin-bottom: 30px;
}
.content-main-product .content-single-product .content-product-description .content-tabla-producto table {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}
.content-main-product .content-single-product .content-product-description .content-tabla-producto table:last-child {
  margin-bottom: 0;
}
.content-main-product .content-single-product .content-product-description .content-tabla-producto table thead tr, .content-main-product .content-single-product .content-product-description .content-tabla-producto table tbody tr {
  border-bottom: 1px solid #D2D3D2;
}
.content-main-product .content-single-product .content-product-description .content-tabla-producto table thead tr th, .content-main-product .content-single-product .content-product-description .content-tabla-producto table thead tr td, .content-main-product .content-single-product .content-product-description .content-tabla-producto table tbody tr th, .content-main-product .content-single-product .content-product-description .content-tabla-producto table tbody tr td {
  padding: 10px 5px;
}
.content-main-product .content-single-product .content-product-description .content-tabla-producto table thead tr th:first-child, .content-main-product .content-single-product .content-product-description .content-tabla-producto table thead tr td:first-child, .content-main-product .content-single-product .content-product-description .content-tabla-producto table tbody tr th:first-child, .content-main-product .content-single-product .content-product-description .content-tabla-producto table tbody tr td:first-child {
  text-align: left;
}
.content-main-product .content-single-product .content-product-description .content-tabla-producto table thead tr th, .content-main-product .content-single-product .content-product-description .content-tabla-producto table tbody tr th {
  color: #1F2420;
  text-transform: uppercase;
}
.content-main-product .content-single-product .content-product-description .content-tabla-producto table thead {
  font-size: 13px;
}
.content-main-product .content-single-product .content-product-description .content-tabla-producto table tbody {
  color: #5D605D;
  font-size: 14px;
}
.content-main-product .content-single-product .content-product-description .content-tabla-producto table tbody tr {
  background-color: #F2F4F2;
}
.content-main-product .content-single-product .content-product-description .content-tabla-producto table tbody tr:nth-child(2n) {
  background-color: #ffffff;
}
.content-main-product .content-single-product .content-product-description .content-tabla-producto ul {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  text-align: left;
}
.content-main-product .content-single-product .content-product-description .content-tabla-producto ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.content-main-product .content-single-product .content-product-description .content-image-planos img {
  width: 100%;
}
.content-main-product .content-single-product .content-product-description .content-image-planos img:not(:last-child) {
  margin-bottom: 10px;
}

/*PRODUCTOS SINGLE PAGE PRODUCTOS SUGERENCIAS*/
.content-sugerencia-products {
  margin-top: 80px;
}
.content-sugerencia-products h2 {
  font-family: "Big Shoulders Text", cursive;
  color: #1F2420;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
}

#block-views-block-al-categorias-y-productos-block-1 {
  display: block;
}
@media (min-width: 768px) {
  #block-views-block-al-categorias-y-productos-block-1 {
    display: none;
  }
}

.sugerencias-productos-item-list {
  /*display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;*/
  margin-top: 20px;
}
.sugerencias-productos-item-list .sugerencia-producto-item {
  border-top: 2px solid #D2D3D2;
  padding-top: 15px;
}
.sugerencias-productos-item-list .sugerencia-producto-item h3 {
  font-family: "Prompt", sans-serif;
  color: #1F2420;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sugerencias-productos-item-list .sugerencia-producto-item ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sugerencias-productos-item-list .sugerencia-producto-item ul li {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sugerencias-productos-item-list .sugerencia-producto-item ul li a {
  color: #27AD3F;
}
.sugerencias-productos-item-list .sugerencia-producto-item ul li span.field-content:before {
  font-family: "Material Icons";
  content: "\e5c8";
  color: #27AD3F;
}

/*LOOP PRODUCTOS IN TAXONOMY PAGES*/
.content-loop-products h2 {
  font-family: "Big Shoulders Text", cursive;
  font-size: 28px;
  color: #1F2420;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.content-loop-products h2 strong {
  font-family: "Prompt", sans-serif;
  color: #27AD3F;
  font-size: 32px;
}
.content-loop-products .products-item-list {
  margin-top: 80px;
  margin-bottom: 41px;
}
.content-loop-products .products-item-list h2, .content-loop-products .products-item-list h3 {
  max-width: none;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  color: #27AD3F;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
}
.content-loop-products .products-item-list h2 a, .content-loop-products .products-item-list h3 a {
  color: #27AD3F;
}
.content-loop-products .products-item-list p.category-description {
  margin-bottom: 0;
}
.content-loop-products .products-item-list hr {
  border: 1px solid #D2D3D2;
  margin-bottom: 20px;
}
.content-loop-products .products-item-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  padding-top: 20px;
  border-top: 1px solid #D2D3D2;
}
.content-loop-products .products-item-list ul li.content-item-producto picture {
  width: 100%;
  display: block;
}
.content-loop-products .products-item-list ul li.content-item-producto img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}
.content-loop-products .products-item-list ul li.content-item-producto .no-image {
  width: 100%;
  height: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F2F4F2;
  text-align: center;
  color: black;
}
.content-loop-products .products-item-list ul li.content-item-producto .no-image span {
  display: inline-block;
  font-family: "Prompt", sans-serif;
  color: #1F2420;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  opacity: 0.15;
}
.content-loop-products .products-item-list ul li.content-item-producto h2, .content-loop-products .products-item-list ul li.content-item-producto h3 {
  font-family: "Prompt", sans-serif;
  color: #1F2420;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
}
.content-loop-products .products-item-list ul li.content-item-producto hr {
  display: none;
}
.content-loop-products .products-item-list ul li.content-item-producto p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 21px;
}
.content-loop-products .products-item-list ul li.content-item-producto p strong {
  font-weight: normal;
}
.content-loop-products .products-item-list ul li.content-item-producto .views-field-view-node a, .content-loop-products .products-item-list ul li.content-item-producto .views-field-view-taxonomy-term a {
  color: #27AD3F;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-loop-products .products-item-list ul li.content-item-producto .views-field-view-node a:after, .content-loop-products .products-item-list ul li.content-item-producto .views-field-view-taxonomy-term a:after {
  font-family: "Material Icons";
  content: "\e5c8";
  font-size: 19px;
  margin-left: 10px;
}

@media (min-width: 768px) {
  /*PRODUCTOS CATEGORY PAGES SECTION 1*/
  .paragraph--type--content-text-2-columnas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 80px;
  }
  .paragraph--type--content-text-2-columnas .content-text-col-description {
    margin-right: 157px;
  }
  .paragraph--type--content-text-2-columnas .content-text-col-description p {
    font-size: 20px;
  }
  .paragraph--type--content-text-2-columnas .content-text-col-text p, .paragraph--type--content-text-2-columnas .content-text-col-text ul {
    font-size: 15px;
    margin-bottom: 40px;
  }
  /*PRODUCTOS SINGLE PAGE*/
  .content-main-product .content-logo-producto {
    margin-top: 40px;
  }
  .content-main-product .content-single-product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 30px 480px;
    grid-template-columns: auto 480px;
    grid-gap: 30px;
  }
  .content-main-product .content-single-product .content-product-title h1 {
    font-size: 44px;
  }
  .content-main-product .content-single-product .content-product-title p {
    font-size: 18px;
  }
  .content-main-product .content-single-product .content-product-description ul {
    margin-bottom: 60px;
    font-size: 15px;
  }
  .content-main-product .content-single-product .content-product-description ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .content-main-product .content-single-product .content-product-description .iframe-wrapper {
    margin-bottom: 80px;
  }
  .content-main-product .content-single-product .content-product-description .content-image-gallery-producto {
    margin-bottom: 80px;
  }
  .content-main-product .content-single-product .content-product-description .content-image-gallery-producto img {
    height: 375px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-main-product .content-single-product .content-product-description .content-video-producto {
    margin-bottom: 30px;
  }
  .content-main-product .content-single-product .content-product-description .content-tabla-producto {
    margin-bottom: 30px;
  }
  .content-main-product .content-single-product .content-product-description .content-tabla-producto table {
    width: 100%;
    text-align: center;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .content-main-product .content-single-product .content-product-description .content-tabla-producto table thead {
    font-size: 14px;
  }
  .content-main-product .content-single-product .content-product-description .content-tabla-producto table tbody {
    font-size: 15px;
  }
  /*PRODUCTOS SINGLE PAGE PRODUCTOS SUGERENCIAS*/
  .content-sugerencia-products {
    margin-top: 140px;
  }
  .content-sugerencia-products h2 {
    font-size: 72px;
  }
  .sugerencias-productos-item-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
  }
  .sugerencias-productos-item-list .sugerencia-producto-item h3 {
    font-size: 18px;
    margin-bottom: 21px;
  }
  .sugerencias-productos-item-list .sugerencia-producto-item ul li {
    margin-bottom: 13px;
  }
  /*LOOP PRODUCTOS IN TAXONOMY PAGES*/
  .content-loop-products h2 {
    font-size: 72px;
    margin-bottom: 60px;
  }
  .content-loop-products h2 strong {
    font-size: 82px;
  }
  .content-loop-products .products-item-list {
    margin-top: 120px;
    margin-bottom: 81px;
  }
  .content-loop-products .products-item-list h2, .content-loop-products .products-item-list h3 {
    font-size: 24px;
  }
  .content-loop-products .products-item-list ul {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-loop-products .products-item-list ul li.content-item-producto img {
    height: 300px;
  }
  .content-loop-products .products-item-list ul li.content-item-producto .no-image {
    height: 300px;
  }
  .content-loop-products .products-item-list ul li.content-item-producto .no-image span {
    font-size: 24px;
  }
  .content-loop-products .products-item-list ul li.content-item-producto h2, .content-loop-products .products-item-list ul li.content-item-producto h3 {
    font-size: 24px;
  }
  .content-loop-products .products-item-list ul li.content-item-producto p {
    margin-bottom: 31px;
  }
}
@media (min-width: 1200px) {
  /*PRODUCTOS SINGLE PAGE*/
  .content-main-product .content-single-product {
    -ms-grid-columns: auto 170px 644px;
    grid-template-columns: auto 644px;
    grid-gap: 170px;
  }
  .content-main-product .content-single-product .content-product-title h1 {
    font-size: 64px;
  }
  .content-main-product .content-single-product .content-product-title p {
    font-size: 20px;
  }
  .content-main-product .content-single-product .content-product-description .content-image-gallery-producto img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /*PRODUCTOS SINGLE PAGE PRODUCTOS SUGERENCIAS*/
  .sugerencias-productos-item-list {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.c--blog h1 {
  margin: 6rem auto 0;
  padding: 3rem 0 2rem;
  background: #ECECEC;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}

.noticias__ultima {
  background-color: #ECECEC;
  padding: 2rem 0;
}
.noticias__ultima h3 {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  border-top: 1px solid black;
  line-height: 2.5;
  max-width: 100rem;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}
@media screen and (min-width: 105rem) {
  .noticias__ultima h3 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.noticias__ultima .items-list {
  max-width: 100rem;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}
@media screen and (min-width: 105rem) {
  .noticias__ultima .items-list {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.noticias__ultima ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.noticias__ultima ul li {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.noticias__listado {
  max-width: 100rem;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}
@media screen and (min-width: 105rem) {
  .noticias__listado {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.noticias__portada {
  background: #ECECEC;
  padding: 2rem;
}
.noticias__portada h3 {
  font-size: 1.25rem;
  color: #005253;
  text-align: center;
  padding: 2rem 0;
  margin: 2rem auto;
  font-weight: 400;
  border-top: 1px solid #005253;
}
.noticias__portada ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 2em;
      grid-template-areas: "item1 item1 item-2 item-3";
}
.noticias__portada ul li {
  padding-right: 2rem;
}
.noticias__portada ul li img {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 3px;
}
.noticias__portada ul li:not(:last-child) {
  border-right: 1px solid rgba(0, 82, 83, 0.1);
}
.noticias__portada ul li:not(:first-child) img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
}
.noticias__portada ul li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: item1;
}
.noticias__portada ul li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: item-2;
  height: 100%;
}
.noticias__portada ul li:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: item-3;
}
.noticias__portada ul li h3 {
  text-align: left;
  font-size: 1.75rem;
  margin: 0 0 1.5rem;
  border-top: none;
  padding: 0;
}
.noticias__portada ul li h3 + p {
  color: #005253;
  margin: 0 0 0.5rem;
}
.noticias__portada ul li h3 a {
  color: #005253;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.noticias__portada ul li h3 a:hover {
  color: black;
}
.noticias__portada ul li .categoria {
  margin: 0 0 0.75rem;
  letter-spacing: 0.05rem;
  display: block;
}
.noticias__portada ul li .categoria a {
  text-transform: uppercase;
  color: #27AD3F;
  font-weight: 500;
  font-size: 0.75rem;
}

.nid-3 {
  /*captcha*/
}
.nid-3 .layout-container {
  background-color: #DEDDD7;
  text-align: center;
}
.nid-3 h1 {
  display: inline-block;
  position: relative;
  line-height: 0.9;
  max-width: 1060px;
  margin: 3rem auto;
  text-align: center;
  font-family: "Big Shoulders Text", cursive;
  color: #4D5A32;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  font-size: 3rem;
}
@media screen and (min-width: 480px) {
  .nid-3 h1 {
    font-size: 4.5rem;
  }
}
.nid-3 h1::before {
  display: block;
  margin: 0 auto;
  width: 115px;
  height: 77px;
  content: "";
  background: url(../images/ico-formulario.svg) no-repeat center center;
  background-size: cover;
}
.nid-3 form {
  overflow: hidden;
  padding: 0 1rem;
  margin: 0 auto 4rem;
  max-width: 1060px;
}
.nid-3 form h3 {
  color: black;
  text-align: center;
  font-weight: 300;
  margin-bottom: 3rem;
}
.nid-3 form label {
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  font-family: "Big Shoulders Text", cursive;
}
.nid-3 form label.form-required:after {
  display: block;
  content: "*";
  color: #005253;
  display: inline-block;
  margin-left: 0.5rem;
}
.nid-3 form input[type=text], .nid-3 form select, .nid-3 form input[type=email], .nid-3 form input[type=tel], .nid-3 form textarea {
  width: calc(100% - 2rem);
  border-radius: 5px;
  display: block;
  padding: 0.75rem 1rem;
  border: 2px solid #C7C7C2;
  margin-bottom: 1rem;
  background-color: white;
  font-size: 1.25rem;
}
.nid-3 form input[type=text].error, .nid-3 form select.error, .nid-3 form input[type=email].error, .nid-3 form input[type=tel].error, .nid-3 form textarea.error {
  border-color: red;
}
.nid-3 form select {
  width: 100%;
}
.nid-3 form div[id^=edit-actions] {
  margin: 2rem auto;
  display: block;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.nid-3 form div[id^=edit-actions] input[type=submit] {
  font-family: "Big Shoulders Text", cursive;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  color: #4D5A32;
  background-color: transparent;
  border: none;
  padding: 1rem 1.75rem;
  text-transform: uppercase;
  font-size: 1.375rem;
}
.nid-3 form div[id^=edit-actions] input[type=submit]:after {
  background: url(../images/ico-hover2.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 164px;
  height: 7px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nid-3 form div[id^=edit-actions] input[type=submit]:hover::after {
  opacity: 1;
  height: 7px;
  width: 156px;
  height: 5px;
}
.nid-3 form .captcha {
  overflow: hidden;
  width: 100%;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  margin: 2rem 0;
}
.nid-3 form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nid-3 form #edit-pie-formu, .nid-3 form #edit-pie-formu--2 {
  border: none;
  padding: 1rem 0;
  margin: 0 0 1rem;
  border-bottom: 1px solid #d8d8d8;
}
.nid-3 form #edit-pie-formu .fieldset-wrapper, .nid-3 form #edit-pie-formu--2 .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nid-3 form #edit-pie-formu .js-form-type-checkbox, .nid-3 form #edit-pie-formu--2 .js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nid-3 form #edit-pie-formu .js-form-type-checkbox label, .nid-3 form #edit-pie-formu--2 .js-form-type-checkbox label {
  text-transform: none;
}
.nid-3 form #edit-pie-formu .js-form-type-checkbox label a, .nid-3 form #edit-pie-formu--2 .js-form-type-checkbox label a {
  color: #0000FF;
}
.nid-3 form #edit-pie-formu .form-item-campos, .nid-3 form #edit-pie-formu--2 .form-item-campos {
  font-size: 0.6875rem;
}
.nid-3 form #edit-pie-formu .form-item-campos span, .nid-3 form #edit-pie-formu--2 .form-item-campos span {
  color: #005253;
  font-weight: bold;
}
.nid-3 .js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.nid-3 .js-form-type-checkbox .form-checkbox {
  margin: 0 0.75rem 0 0;
}
.nid-3 .js-form-type-checkbox label {
  text-transform: none;
  font-size: 0.875rem;
  font-family: "Roboto Mono", monospace;
  color: #4D4D4D;
}
.nid-3 .js-form-type-checkbox a {
  color: #005253;
}
.nid-3 .js-form-type-checkbox a:hover {
  color: black;
}
.nid-3 .js-form-type-checkbox .form-item--error-message {
  margin: 0;
}
.nid-3 .form-item-captcha-response {
  text-align: center;
}
.nid-3 .form-item-captcha-response label {
  text-align: center;
}
.nid-3 .form-item-captcha-response input[type=text] {
  width: auto;
  margin: 0 auto;
}

.form-item--error-message {
  margin-top: -1.75rem;
  font-size: 11px;
  color: red;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

.webform-confirmation__message {
  background-color: #27AD3F;
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
}

/*mapa*/
#wrapper_acc_mapa {
  position: relative;
}
#wrapper_acc_mapa #acc_mapa {
  z-index: 1;
}
#wrapper_acc_mapa #acc_mapa_listado {
  position: absolute;
  top: 0;
  z-index: 3;
  background-color: white;
  padding: 1rem;
  max-width: 90%;
  margin: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  #wrapper_acc_mapa #acc_mapa_listado {
    padding: 2rem;
    width: 380px;
    height: 380px;
  }
}

.contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 35px;
}
.contact_info .contact_info_text {
  margin-bottom: 35px;
}
.contact_info .contact_info_text h1, .contact_info .contact_info_text h2 {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #1F2420;
}
.contact_info .contact_info_text h1 {
  font-size: 38px;
  margin-bottom: 30px;
}
.contact_info .contact_info_text h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.contact_info .contact_info_text hr {
  width: 50px;
  margin-left: 0;
  margin-bottom: 20px;
}
.contact_info .contact_info_text p {
  font-size: 15px;
  color: #5D605D;
  margin-bottom: 0;
}
.contact_info .contact_info_text ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact_info .contact_info_text ul li:first-child {
  margin-bottom: 25px;
}
.contact_info .contact_info_text ul li a {
  font-size: 13px;
  color: #27AD3F;
}
.contact_info .contact_info_image img {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.content_form_contacto {
  margin-bottom: 40px;
}
.content_form_contacto form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content_form_contacto form .form-item-markup {
  margin-bottom: 25px;
}
.content_form_contacto form .form-item-markup h2 {
  font-family: "Big Shoulders Text", cursive;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #1F2420;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 36px;
}
.content_form_contacto form .form-item-markup h2 strong {
  font-weight: 800;
  font-size: 42px;
}
.content_form_contacto form label {
  font-family: "Prompt", sans-serif;
  color: #1F2420;
  font-size: 14px;
  text-transform: uppercase;
}
.content_form_contacto form input:not([type=checkbox]) {
  height: 48px;
  padding: 0px 15px;
}
.content_form_contacto form textarea {
  padding: 15px;
}
.content_form_contacto form input:not([type=checkbox]), .content_form_contacto form textarea {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
  border: 0;
  background-color: #F2F4F2;
  border-radius: 10px;
  font-size: 16px;
  width: calc(100% - 2.5rem) !important;
}
.content_form_contacto form input::-webkit-input-placeholder, .content_form_contacto form textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.5;
}
.content_form_contacto form input::-moz-placeholder, .content_form_contacto form textarea::-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}
.content_form_contacto form input:-ms-input-placeholder, .content_form_contacto form textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
}
.content_form_contacto form input::-ms-input-placeholder, .content_form_contacto form textarea::-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
}
.content_form_contacto form input::placeholder, .content_form_contacto form textarea::placeholder {
  color: #000000;
  opacity: 0.5;
}
.content_form_contacto form .js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
  margin-bottom: 30px;
}
.content_form_contacto form .js-form-type-checkbox input {
  margin-right: 12px;
}
.content_form_contacto form .js-form-type-checkbox .description {
  font-size: 13px;
  color: #5D605D;
}
.content_form_contacto form .js-form-type-checkbox .description a {
  color: #1F2420;
}
.content_form_contacto form input[type=submit] {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 10px;
  background-color: #27AD3F;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .contact_info {
    margin-bottom: 70px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .contact_info .contact_info_text {
    margin-bottom: 0px;
    margin-right: 158px;
  }
  .contact_info .contact_info_text h1 {
    font-size: 72px;
  }
  .contact_info .contact_info_text h2 {
    font-size: 24px;
  }
  .contact_info .contact_info_text hr {
    width: 50px;
  }
  .contact_info .contact_info_image img {
    height: 528px;
  }
  .content_form_contacto {
    margin-bottom: 80px;
  }
  .content_form_contacto form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .content_form_contacto form .form-item-markup {
    width: 528px;
    margin-right: 157px;
    margin-bottom: 0;
  }
  .content_form_contacto form .form-item-markup h2 {
    font-size: 36px;
  }
  .content_form_contacto form .form-item-markup h2 strong {
    font-size: 42px;
  }
}
@media (max-width: 1155px) {
  .menuPrincipal, .language-switcher-language-url {
    display: none !important;
  }
}
.page:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  clear: both;
  background: black;
  opacity: 0;
  pointer-events: none;
  z-index: 110;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

body.menuMov-open .page {
  pointer-events: none;
}
body.menuMov-open .page:before {
  opacity: 0.5;
}

#menuPrincipalTrigger {
  position: fixed;
  width: 1.5em;
  height: 1em;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  z-index: 112;
  pointer-events: none;
}
@media (max-width: 1155px) {
  #menuPrincipalTrigger {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1155px) {
  #menuPrincipalTrigger {
    top: 2.25rem;
    right: 2rem;
  }
  #menuPrincipalTrigger.sticky {
    top: 2rem;
  }
}
@media (max-width: 80rem) {
  #menuPrincipalTrigger.stik {
    top: 1.5rem;
    right: 2rem;
  }
}
#menuPrincipalTrigger #menuPrincipalTriggerInner {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 4px;
  margin-top: -0.05em;
  background: #333333;
}
#menuPrincipalTrigger #menuPrincipalTriggerInner:before {
  position: absolute;
  top: -0.5em;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  display: block;
  clear: both;
  background: inherit;
  -webkit-transition: all 0.75s cubic-bezier(0.6, 0, 0.4, 1);
  transition: all 0.75s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
#menuPrincipalTrigger #menuPrincipalTriggerInner:after {
  position: absolute;
  top: auto;
  left: 0;
  bottom: -0.5em;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  display: block;
  clear: both;
  background: inherit;
  -webkit-transition: all 0.75s cubic-bezier(0.6, 0, 0.4, 1);
  transition: all 0.75s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
body.menuMov-open #menuPrincipalTrigger {
  top: 2em;
}
body.menuMov-open #menuPrincipalTrigger #menuPrincipalTriggerInner {
  background: transparent;
}
body.menuMov-open #menuPrincipalTrigger #menuPrincipalTriggerInner:before {
  height: 105%;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  background: white;
}
body.menuMov-open #menuPrincipalTrigger #menuPrincipalTriggerInner:after {
  height: 105%;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  background: white;
}

#menuMov.sidr {
  position: fixed;
  top: 0;
  height: 100%;
  width: 20em;
  max-width: 95%;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  z-index: 111;
  background: #334488;
  background: linear-gradient(50deg, #1b3187, #334488);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #27AD3F;
  display: block;
  float: right;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5rem;
}
#menuMov.sidr.left {
  left: -20em;
  right: auto;
}
#menuMov.sidr.right {
  left: auto;
  right: -20em;
}
#menuMov.sidr .sidr-inner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#menuMov.sidr .sidr-class-visually-hidden {
  display: none;
}
#menuMov.sidr a {
  font-family: "Big Shoulders Text", cursive;
  color: white;
  text-transform: uppercase;
  font-size: 1.875rem;
}
#menuMov.sidr .sidr-class-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#menuMov.sidr .sidr-class-menu li {
  padding: 0.5rem 1.5rem;
  width: 100%;
}
#menuMov.sidr .sidr-class-menu li ul {
  margin: 1rem;
}
#menuMov.sidr .sidr-class-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 1rem 0;
  margin: 1rem auto;
  font-size: 0.5em;
}
#menuMov.sidr .sidr-class-links li {
  margin: 0 1rem;
}
#menuMov.sidr .sidr-class-links a {
  font-size: 2.25em;
}

.sidr-class-block-locale-language {
  margin-bottom: 2rem;
}
.sidr-class-block-locale-language li {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  border-right: 1px solid white;
}
.sidr-class-block-locale-language li.sidr-class-active a {
  font-weight: bold;
}
.sidr-class-block-locale-language li:last-of-type {
  border-right: none;
}

.header {
  position: fixed;
  width: 100%;
  -webkit-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
  top: 0;
  z-index: 99;
  background-color: white;
  right: 0;
  left: 0;
  height: 91px;
  position: fixed;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.header .preheader {
  height: 44px;
  background-color: rgba(0, 82, 83, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .preheader__inner {
  max-width: 100rem;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 105rem) {
  .header .preheader__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.header .preheader__inner .menu-preheader, .header .preheader__inner .idiomas {
  border-right: 1px solid rgba(0, 82, 83, 0.2);
}
.header .preheader__inner .menu-preheader li, .header .preheader__inner .idiomas li {
  margin-left: 1rem;
}
.header .preheader__inner .menu-preheader li a, .header .preheader__inner .idiomas li a {
  color: #005253;
}
.header .preheader__inner .menu-preheader li:last-child a {
  font-weight: 700;
}
.header .preheader ul {
  padding-right: 1rem;
}
.header__content {
  padding: 0 1rem;
}
.header__content .row {
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 0;
}
.header__content .row .logo {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0;
  margin: 0;
  text-align: left;
}
.header__menu {
  grid-area: menu;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.header__menu nav {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.header__menu nav ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 100rem) {
  .header__menu nav ul {
    gap: 0.8rem;
  }
}
.header__menu nav ul li {
  line-height: 2;
  margin-left: 1.6rem;
  position: relative;
}
.header__menu nav ul li span {
  color: #005253;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  cursor: pointer;
  font-weight: 500;
}
.header__menu nav ul li span:after {
  margin-left: 0.75rem;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/arrow-down.svg) no-repeat center center;
  background-size: 8px auto;
}
.header__menu nav ul li span.item-colabora {
  color: white;
  background-color: #005253;
  border-radius: 40px;
  padding: 0.2rem 1.25rem;
}
.header__menu nav ul li span.item-colabora:after {
  -webkit-filter: invert(1) brightness(100);
          filter: invert(1) brightness(100);
}
.header__menu nav ul li span.item-colabora + .menu-visible {
  right: 0;
  margin: 0;
  text-align: right;
}
.header__menu nav ul li span.item-selected {
  border-bottom: 2px solid #005253;
}
.header__menu nav ul li a {
  font-size: 0.9375rem;
  color: #005253;
  padding: 1rem 0.25rem 0.75rem;
  margin: 0;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  line-height: 3;
  position: relative;
  font-weight: 500;
}
@media (min-width: 1366px) {
  .header__menu nav ul li a {
    font-size: 1rem;
  }
}
.header__menu nav ul li a:focus {
  background: none;
}
.header__menu nav ul ul {
  display: none;
}
.header__menu nav ul ul.menu-visible {
  display: block;
  position: absolute;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0.75rem;
  margin: 0 0 0 -1rem;
  top: 2.5rem;
  width: 100%;
  min-width: 230px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 3px;
}
.header__menu nav ul ul.menu-visible li {
  margin: 0;
}
.header__menu nav ul ul.menu-visible li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.header__menu nav ul ul.menu-visible li a {
  font-weight: 400;
}
.header__idiomas {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1.5rem;
}
.header__idiomas ul {
  background-color: white;
  list-style: none;
  padding: 0 0.5rem 0 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 36px;
  overflow: hidden;
  position: relative;
  width: 36px;
}
.header__idiomas ul:after {
  content: "";
  width: 9px;
  height: 5px;
  background: url("../images/flecha-idiomas.svg") center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 17px;
}
.header__idiomas ul li {
  display: block;
  width: 100%;
  padding: 0.5rem;
  background: #fff;
}
.header__idiomas ul li a {
  text-transform: uppercase;
  font-size: 0.85rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__idiomas ul li a:hover {
  color: #000;
}
.header__idiomas ul li.is-active {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.header__idiomas ul li.is-active a {
  color: #000;
}
.header__idiomas ul:hover {
  overflow: visible;
}
.header__idiomas ul:hover li {
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
          box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.header.sticky {
  height: 80px;
}
.header.sticky .header__content .row {
  height: 80px;
}
.header.sticky .logo a {
  height: 50px;
}

/*FIX MENU ALIGNMENT*/
.header .header__content {
  height: 100%;
}
.header .header__content .row {
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__content .row .logo {
  -ms-flex-item-align: unset;
      -ms-grid-row-align: unset;
      align-self: unset;
}
.header .header__content .row a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header .header__content .row .header__menu {
  height: 100%;
}
.header .header__content .row .header__menu .menuPrincipal {
  height: 100%;
}
.header .header__content .row .header__menu .menuPrincipal ul.menu {
  height: 100%;
}
.header .header__content .row .header__menu .menuPrincipal ul.menu li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 10px;
}
.header .header__content .row .header__menu .menuPrincipal ul.menu li a {
  padding: 0px;
  color: #000000;
}
.header .header__content .row .header__menu .menuPrincipal ul.menu li:hover a {
  color: #27AD3F;
}
.header .header__content .row .header__menu .menuPrincipal ul.menu li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background: #27AD3F;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header__content .row .header__menu .menuPrincipal ul.menu li:hover:after, .header .header__content .row .header__menu .menuPrincipal ul.menu li.menu-item--active-trail:after {
  height: 3px;
  opacity: 1;
}
.header .header__content .row .header__menu .menuPrincipal ul.menu li.menu-item--active-trail a {
  color: #27AD3F;
}

@media (min-width: 1156px) {
  /*TOP LANGUAGE*/
  .header .header__content .row .header__menu .language-switcher-language-url {
    display: block;
    margin-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0px 10px;
  }
  .header .header__content .row .header__menu .language-switcher-language-url ul.links {
    background-color: white;
    height: 36px;
    width: 36px;
    padding: 0 0.5rem 0 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    cursor: pointer;
  }
  .header .header__content .row .header__menu .language-switcher-language-url ul.links li {
    padding: 0.5rem;
    background-color: white;
  }
  .header .header__content .row .header__menu .language-switcher-language-url ul.links li.is-active {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .header .header__content .row .header__menu .language-switcher-language-url ul.links:hover {
    overflow: visible;
  }
  .header .header__content .row .header__menu .language-switcher-language-url ul.links:after {
    font-family: "Material Icons";
    content: "\e7cd";
    position: absolute;
    right: 0;
    font-size: 13px;
    top: 13px;
  }
}
@media (min-width: 1366px) {
  .header .header__content .row .header__menu .menuPrincipal ul.menu li {
    margin-left: 0;
  }
  .header .header__content .row .header__menu .menuPrincipal ul.menu li a {
    padding: 0px 15px;
  }
}
.footer {
  background: white;
}
.footer__top {
  border-top: 1px solid rgba(0, 82, 83, 0.2);
  max-width: 100rem;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  padding: 1rem 0;
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 105rem) {
  .footer__top {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.footer__top nav {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.footer__top #block-simplenewssubscription {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__top #block-simplenewssubscription #edit-message {
  margin: 0 0 1rem;
  color: rgba(0, 82, 83, 0.7);
  font-size: 0.9375rem;
  font-weight: 400;
}
.footer__mid {
  border-top: 1px solid rgba(0, 82, 83, 0.2);
  max-width: 100rem;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  padding: 1rem 0;
  margin: 1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 105rem) {
  .footer__mid {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.footer__copyright {
  background-color: rgba(0, 82, 83, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  font-size: 0.875rem;
}
.footer__copyright > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 980px) {
  .footer__copyright > .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.footer__copyright > .row img {
  margin-bottom: -6px;
}
.footer__menu ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__menu ul > li {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
}
.footer__menu ul > li > span {
  display: block;
  margin: 0 0 1rem;
  color: rgba(0, 82, 83, 0.7);
  font-size: 0.9375rem;
  font-weight: 400;
}
.footer__menu ul li ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__contacto {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.footer__contacto > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__contacto > div > div {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
  max-width: 263.7px;
}
.footer__rrss {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__rrss h2 {
  margin: 0 0 1rem;
  color: rgba(0, 82, 83, 0.7);
  font-size: 0.9375rem;
  font-weight: 400;
}

/*FOOTER*/
footer.page-footer {
  background-color: #1F2420;
  padding-top: 40px;
  padding-bottom: 20px;
}
footer.page-footer .main-footer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer.page-footer .main-footer .content-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
footer.page-footer .main-footer .content-footer p, footer.page-footer .main-footer .content-footer a {
  color: #ffffff;
  font-size: 14px;
}
footer.page-footer .main-footer .content-footer .content-footer-logo-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
footer.page-footer .main-footer .content-footer .content-footer-logo-copy img {
  width: 117px;
  margin-bottom: 5px;
}
footer.page-footer .main-footer .content-footer .content-footer-logo-copy p {
  text-transform: uppercase;
  margin-bottom: 0;
}
footer.page-footer .main-footer .content-footer nav.content-footer-main-menu {
  margin-bottom: 20px;
}
footer.page-footer .main-footer .content-footer nav.content-footer-main-menu .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer.page-footer .main-footer .content-footer nav.content-footer-main-menu .menu li {
  margin-bottom: 10px;
}
footer.page-footer .main-footer .content-footer nav.content-footer-main-menu .menu li a {
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer.page-footer .main-footer .content-footer .content-footer-rrss {
  margin-bottom: 20px;
}
footer.page-footer .main-footer .content-footer .content-footer-rrss p {
  color: #CBCBCB;
  margin-bottom: 10px;
}
footer.page-footer .main-footer .content-footer .content-footer-rrss p strong {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: normal;
}
footer.page-footer .main-footer .content-footer .content-footer-rrss ul {
  margin-top: 30px;
}
footer.page-footer .main-footer .content-footer .content-footer-rrss ul li {
  margin-right: 30px;
}
footer.page-footer .main-footer .content-footer .content-footer-rrss ul li img {
  -webkit-filter: invert(1);
          filter: invert(1);
  height: 22px;
}
footer.page-footer .main-footer .content-footer-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}
footer.page-footer .main-footer .content-footer-2 p, footer.page-footer .main-footer .content-footer-2 a {
  color: #CBCBCB;
  font-size: 13px;
}
footer.page-footer .main-footer .content-footer-2 .content-footer-lang-alternate {
  margin-bottom: 20px;
}
footer.page-footer .main-footer .content-footer-2 .content-footer-lang-alternate ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer.page-footer .main-footer .content-footer-2 .content-footer-lang-alternate ul li a {
  text-transform: uppercase;
}
footer.page-footer .main-footer .content-footer-2 .content-footer-lang-alternate ul li:first-child:before {
  font-family: "Material Icons";
  content: "\e894";
  margin-right: 20px;
  color: #CBCBCB;
}
footer.page-footer .main-footer .content-footer-2 .content-footer-lang-alternate ul li:not(:first-child):before {
  content: "·";
  padding-left: 5px;
  padding-right: 5px;
}
footer.page-footer .main-footer .content-footer-2 .content-footer-legal-menu ul li {
  margin-right: 20px;
}

@media (min-width: 768px) {
  /*FOOTER*/
  footer.page-footer {
    height: 363px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  footer.page-footer .main-footer {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer.page-footer .main-footer .content-footer {
    -ms-grid-columns: 1fr 0.5fr 0.5fr;
    grid-template-columns: 1fr 0.5fr 0.5fr;
  }
  footer.page-footer .main-footer .content-footer p, footer.page-footer .main-footer .content-footer a {
    font-size: 14px;
  }
  footer.page-footer .main-footer .content-footer .content-footer-logo-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
  footer.page-footer .main-footer .content-footer .content-footer-logo-copy img {
    width: 117px;
    margin-right: 40px;
  }
  footer.page-footer .main-footer .content-footer nav.content-footer-main-menu {
    margin-bottom: 0;
  }
  footer.page-footer .main-footer .content-footer nav.content-footer-main-menu .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer.page-footer .main-footer .content-footer nav.content-footer-main-menu .menu li {
    margin-bottom: 10px;
  }
  footer.page-footer .main-footer .content-footer nav.content-footer-main-menu .menu li a {
    margin-bottom: 10px;
  }
  footer.page-footer .main-footer .content-footer .content-footer-rrss {
    margin-bottom: 0;
  }
  footer.page-footer .main-footer .content-footer .content-footer-rrss p {
    margin-bottom: 10px;
  }
  footer.page-footer .main-footer .content-footer .content-footer-rrss ul {
    margin-top: 30px;
  }
  footer.page-footer .main-footer .content-footer .content-footer-rrss ul li {
    margin-right: 30px;
  }
  footer.page-footer .main-footer .content-footer .content-footer-rrss ul li img {
    height: 22px;
  }
  footer.page-footer .main-footer .content-footer-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 30px;
  }
  footer.page-footer .main-footer .content-footer-2 p, footer.page-footer .main-footer .content-footer-2 a {
    font-size: 13px;
  }
  footer.page-footer .main-footer .content-footer-2 .content-footer-lang-alternate {
    margin-bottom: 0px;
  }
  footer.page-footer .main-footer .content-footer-2 .content-footer-legal-menu ul li {
    margin-right: 0px;
    margin-left: 30px;
  }
}