/*!
	STYLE LESS
	Roger @ planetoide.mx
*/
/* =General
-----------------------------------------------------------------------------*/
/*
	TOOLBOX
*/
[v-cloak] {
  display: none;
}
/* = Alignments
-----------------------------------------------------------------------------*/
.vertical-align {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-align {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-align {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.centrador {
  position: relative;
  max-width: 1160px;
  margin: 0px auto;
  padding: 0px 30px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 20;
}
.centrar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.centro {
  position: relative;
  z-index: 20;
}
.square {
  position: relative;
}
.square:after {
  display: block;
  content: '';
  padding-bottom: 100%;
}
/* = Layers
-----------------------------------------------------------------------------*/
.coverfull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blurcolor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.blurfoto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ofhidden {
  overflow: hidden;
}
.borderbox {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* = Positions
-----------------------------------------------------------------------------*/
.fixed {
  position: fixed;
}
.overall {
  z-index: 100;
}
.relative {
  position: relative;
}
/* =Visual
-----------------------------------------------------------------------------*/
.dashed {
  border: 1px dashed black;
}
.blurry {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  pointer-events: none;
}
/* =Flexbox
-----------------------------------------------------------------------------*/
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* =Transition
-----------------------------------------------------------------------------*/
/* =Transforms
-----------------------------------------------------------------------------*/
/* =Colors
-----------------------------------------------------------------------------*/
/*
	PLUGINS


*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 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;
}
.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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
	GENERAL
*/
/* = General Items
-----------------------------------------------------------------------------*/
.centrador {
  max-width: 1160px;
}
body {
  margin: 0px;
}
section {
  position: relative;
}
img {
  display: block;
}
main {
  position: relative;
}
.foto,
#foto {
  position: relative;
}
.foto .blurfoto,
#foto .blurfoto {
  background-size: cover !important;
}
.unavailable {
  cursor: not-allowed !important;
  opacity: 0.2 !important;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
}
a:focus {
  outline: none;
}
#rated,
.rated {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#rated .rate,
.rated .rate {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#rated .rate i,
.rated .rate i {
  font-size: 13px;
  display: block;
  color: #F2F2F2;
}
#rated .rate i.active,
.rated .rate i.active {
  color: #F32735;
}
#rated span,
.rated span {
  display: block;
  margin-left: 6px;
  font-size: 9px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #2E2E2E;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
button.boton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F32735;
  height: 45px;
  border-radius: 24px;
  overflow: hidden;
  background: none;
  padding: 0px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
button.boton span {
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #F32735;
  display: block;
  font-size: 13px;
}
.link {
  position: relative;
}
.link u {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  cursor: pointer;
}
.link u img {
  width: 10px;
  display: inline-block;
}
.link u svg {
  width: 10px;
  display: inline-block;
}
.link.max u {
  color: #F32735;
  font-size: 24px;
}
.link.max u img {
  width: 14px;
}
.external {
  position: relative;
  width: 70px;
  z-index: 80;
  display: none;
}
.external .square {
  position: relative;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #F32735;
}
.external .square img {
  width: 20px;
}
.external label {
  display: block;
  margin-top: 15px;
  width: 100%;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #F32735;
  font-size: 15px;
}
.ico {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
#progress {
  position: relative;
}
#progress #bar {
  position: relative;
  max-width: 460px;
  margin: 0px auto;
  height: 20px;
  border-top: 3px solid #F2F2F2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: -webkit-grab;
}
#progress #bar .color {
  position: relative;
  height: 30px;
  background: transparent;
  width: 100px;
  margin-top: -15px;
  cursor: -webkit-grab;
}
#progress #bar .color:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 5px;
  background: #F32735;
}
#progress #bar:hover .color:after {
  height: 10px;
}
#progress label {
  margin-top: 15px;
  text-align: center;
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #F32735;
  font-size: 11px;
}
#soon {
  position: relative;
  background: #F2F2F2;
}
#soon .blurfoto {
  background-size: cover !important;
  opacity: 0.05;
}
#soon .centrador {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 70px 50px;
}
#soon .centrador #logo {
  position: relative;
  pointer-events: none;
}
#soon .centrador .centro h2 {
  margin: 0px;
  color: white;
  font-size: 70px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: -2px;
}
#soon .centrador .centro p {
  display: block;
  text-align: center;
  margin: 45px auto 0px;
  max-width: 800px;
  white-space: pre-line;
  color: white;
  font-family: 'Benton Sans', sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.6;
}
#soon .centrador .centro .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 35px;
}
#soon .centrador .centro .link label {
  display: block;
  color: #F32735;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
  cursor: pointer;
}
#soon .centrador .centro .link label img {
  height: 15px;
  display: inline-block;
  margin-left: 4px;
}
#soon .centrador #pie {
  position: relative;
  border-top: 0.5px solid white;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}
#soon .centrador #pie #info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#soon .centrador #pie #info .info {
  position: relative;
  width: 180px;
  margin-right: 60px;
}
#soon .centrador #pie #info .info b {
  display: block;
  color: white;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 15px;
}
#soon .centrador #pie #info .info span {
  display: block;
  color: white;
  font-family: 'Benton Sans', sans-serif;
  font-weight: 200;
  font-size: 15px;
  line-height: 1.6;
}
#soon .centrador #pie #social {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#soon .centrador #pie #social .rrss {
  position: relative;
  margin-right: 40px;
}
#soon .centrador #pie #social .rrss label {
  display: block;
  color: white;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
}
#soon .centrador #pie #social .rrss label img {
  height: 13px;
  display: inline-block;
  margin-left: 3px;
}
header #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
header #header .centrador {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #header .centrador #logo {
  position: relative;
  min-width: 150px;
  z-index: 40;
}
header #header .centrador #logo .logo {
  position: relative;
  cursor: pointer;
}
header #header .centrador #logo .logo svg {
  width: 150px;
}
header #header .centrador #menu {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
header #header .centrador #menu .blurfoto {
  background-size: cover !important;
  display: none;
}
header #header .centrador #menu .blurcolor {
  background: rgba(245, 58, 70, 0.8);
  display: none;
}
header #header .centrador #menu menu {
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0px;
}
header #header .centrador #menu menu .link {
  margin-left: 30px;
}
header #header .centrador #menu menu .link span {
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  display: block;
  color: #2E2E2E;
  font-size: 13px;
}
header #header .centrador #menu small {
  display: none;
}
header #header .centrador #actions {
  position: relative;
  min-width: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 30px;
  z-index: 50;
}
header #header .centrador #actions .action {
  position: relative;
  margin-left: 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
header #header .centrador #actions .action span {
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #F32735;
  font-size: 13px;
  margin-right: 10px;
}
header #header .centrador #actions .action .ico svg {
  height: 17px;
}
header #header .centrador #actions {
  display: none; 
}
header.white #header .centrador #logo .logo svg path,
header.white #header .centrador #logo .logo svg rect {
  fill: white;
}
header.white #header .centrador #logo .logo svg g#iso path,
header.white #header .centrador #logo .logo svg g#iso rect {
  fill: white;
}
header.white #header .centrador #menu menu .link span {
  color: white;
}
header.white #header .centrador #actions .action .ico svg path,
header.white #header .centrador #actions .action .ico svg line,
header.white #header .centrador #actions .action .ico svg rect {
  fill: white;
  stroke: white;
}
header.white #header .centrador #actions .action .ico svg g {
  stroke: white;
}
header.white #header .centrador #actions .action .ico svg rect {
  fill: white;
}
header.white #header .centrador #actions .action span {
  color: white;
}
header.back #header {
  background: white;
}
header.back #header .centrador #logo .logo svg path,
header.back #header .centrador #logo .logo svg rect {
  fill: #2E2E2E;
}
header.back #header .centrador #logo .logo svg g#iso path,
header.back #header .centrador #logo .logo svg g#iso rect {
  fill: #F32735;
}
header.back #header .centrador #menu menu .link span {
  color: #2E2E2E;
}
header.back #header .centrador #actions .action .ico svg path,
header.back #header .centrador #actions .action .ico svg line,
header.back #header .centrador #actions .action .ico svg rect {
  fill: #F32735;
  stroke: #F32735;
}
header.back #header .centrador #actions .action .ico svg g {
  stroke: #F32735;
}
header.back #header .centrador #actions .action .ico svg rect {
  fill: #F32735;
}
header.back #header .centrador #actions .action span {
  color: #F32735;
}
header.menu #header .centrador #logo .logo svg path,
header.menu #header .centrador #logo .logo svg rect {
  fill: white;
}
header.menu #header .centrador #logo .logo svg g#iso path,
header.menu #header .centrador #logo .logo svg g#iso rect {
  fill: white;
}
header.menu #header .centrador #menu menu .link span {
  color: white;
}
header.menu #header .centrador #actions .action .ico svg path,
header.menu #header .centrador #actions .action .ico svg line,
header.menu #header .centrador #actions .action .ico svg rect {
  fill: white;
  stroke: white;
}
header.menu #header .centrador #actions .action .ico svg g {
  stroke: white;
}
header.menu #header .centrador #actions .action .ico svg rect {
  fill: white;
}
header.menu #header .centrador #actions .action span {
  color: white;
}
header #search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #2E2E2E;
  z-index: 110;
  padding: 50px 0px 80px;
  opacity: 0;
  pointer-events: none;
}
header #search .centrador {
  max-width: 1000px;
}
header #search .centrador .action {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
header #search .centrador .action .ico {
  width: 22px;
  cursor: pointer;
}
header #search .centrador .action .ico img {
  width: 100%;
}
header #search .centrador #input {
  position: relative;
  border-bottom: 1px solid white;
  margin-top: 40px;
}
header #search .centrador #input input {
  display: block;
  height: 60px;
  width: 100%;
  border: none;
  background: none;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 25px;
  color: white;
}
header #search .centrador #input input:focus {
  outline: none;
}
header #search .centrador #input .ico {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
  width: 22px;
  height: 30px;
}
header #search .centrador #input .ico img {
  width: 22px;
}
header.search #search {
  opacity: 1;
  pointer-events: all;
}
#shopping_cart {
  position: relative;
  z-index: 300;
}
#shopping_cart #cerrador {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
}
#shopping_cart #cart {
  position: fixed;
  top: 0;
  right: 0;
  background: #2E2E2E;
  height: 100vh;
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 540px;
  padding: 60px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  z-index: 50;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translate(100%, 0%);
  -moz-transform: translate(100%, 0%);
  -o-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}
#shopping_cart #cart .centro {
  border-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#shopping_cart #cart .centro #head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#shopping_cart #cart .centro #head h6 {
  color: white;
}
#shopping_cart #cart .centro #head #count {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#shopping_cart #cart .centro #head #count .ico {
  width: 22px;
}
#shopping_cart #cart .centro #head #count .ico img {
  width: 100%;
}
#shopping_cart #cart .centro #head #count .badge {
  position: relative;
  margin-left: 8px;
  border: 1px solid white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
#shopping_cart #cart .centro #head #count .badge b {
  display: block;
  color: white;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 9px;
}
#shopping_cart #cart .centro #carrito {
  position: relative;
  padding-top: 80px;
  height: auto;
}
#shopping_cart #cart .centro #carrito #cartitems .cartitem {
  margin-bottom: 40px;
}
#shopping_cart #cart .centro #carrito #totals {
  position: relative;
}
#shopping_cart #cart .centro #carrito #totals .total {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#shopping_cart #cart .centro #carrito #totals .total span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: white;
}
#shopping_cart #cart .centro #carrito #totals .total b {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: white;
  text-align: right;
}
#shopping_cart #cart .centro #actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
#shopping_cart #cart .centro #actions .link u {
  color: #F32735;
}
#shopping_cart.active #cerrador {
  opacity: 1;
  pointer-events: all;
}
#shopping_cart.active #cart {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
#cover {
  position: relative;
}
#cover #photos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
}
#cover #photos .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-size: cover !important;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
#cover #photos .photo.active {
  opacity: 1;
}
#cover #photos .blurcolor {
  background: rgba(0, 0, 0, 0.65);
}
#cover .centrador {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cover .centrador .helper {
  position: relative;
  height: 150px;
}
#cover .centrador #slogan {
  position: relative;
  margin-bottom: 8%;
}
#cover .centrador #slogan h2 {
  color: white;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  width: 100%;
  white-space: pre-line;
}
#cover .centrador #slogan h2.active {
  opacity: 1;
  pointer-events: all;
}
#cover .centrador #slogan h4 {
  white-space: pre-line;
}
#cover .centrador #highlights {
  position: relative;
  height: 150px;
}
#cover .centrador #highlights h6 {
  color: white;
}
#cover .centrador #highlights .bar {
  position: relative;
  margin-top: 20px;
  height: 1px;
  background: white;
}
#cover .centrador #highlights .bar .color {
  position: absolute;
  top: -3px;
  left: 0px;
  width: 25%;
  height: 5px;
  background: white;
  -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#cover .centrador #highlights #features {
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#cover .centrador #highlights #features .feature {
  position: relative;
  width: 25%;
}
#cover .centrador #highlights #features .feature span {
  display: block;
  max-width: 180px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: white;
  font-size: 13px;
}
#cover .centrador #highlights #features .link {
  min-width: 20%;
  justify-content: flex-end;
}
#cover .centrador #highlights #features .link span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: white;
  font-size: 13px;
  text-align: right;
}
#quicks,
.quicks {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#quicks .quick,
.quicks .quick {
  position: relative;
  width: 50%;
  background: #2E2E2E;
  padding: 40px 80px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#quicks .quick .centro,
.quicks .quick .centro {
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#quicks .quick .centro .ico,
.quicks .quick .centro .ico {
  width: 36px;
  margin-left: auto;
}
#quicks .quick .centro .ico img,
.quicks .quick .centro .ico img {
  width: 100%;
}
#quicks .quick .centro span,
.quicks .quick .centro span {
  color: white;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  display: block;
  max-width: 300px;
}
#quicks .quick.min,
.quicks .quick.min {
  width: 260px;
  padding: 30px;
}
#quicks .quick.min .centro,
.quicks .quick.min .centro {
  height: 200px;
}
#quicks .quick.min .centro .ico,
.quicks .quick.min .centro .ico {
  width: 30px;
}
#quicks .quick.min .centro span,
.quicks .quick.min .centro span {
  font-size: 20px;
  max-width: none;
}
#quicks .quick:nth-child(2),
.quicks .quick:nth-child(2) {
  border-left: 2px solid white;
}
footer {
  position: relative;
  padding: 70px 0px;
}
footer .centrador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
footer .centrador #pie {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .centrador #pie #logo {
  position: relative;
}
footer .centrador #pie #logo img {
  width: 150px;
}
footer .centrador #pie #slogan {
  position: relative;
}
footer .centrador #pie #slogan span {
  display: block;
  max-width: 235px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 21px;
  color: #2E2E2E;
}
footer .centrador #pie #copy {
  position: relative;
}
footer .centrador #pie #copy small {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #2E2E2E;
}
footer .centrador #content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 530px;
}
footer .centrador #content .rrsss {
  position: relative;
}
footer .centrador #content .rrsss .rrss {
  position: relative;
}
footer .centrador #content .rrsss .rrss span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #2E2E2E;
}
footer .centrador #content .rrsss .rrss span svg {
  width: 10px;
  display: inline-block;
}
footer .centrador #content .rrsss .rrss:hover span {
  color: #F32735;
}
footer .centrador #content .rrsss .rrss:hover span svg polygon {
  fill: #F32735;
}
footer .centrador #content #info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .centrador #content #info .info {
  position: relative;
  width: 50%;
}
footer .centrador #content #info .info h6 {
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 17px;
  margin-bottom: 24px;
}
footer .centrador #content #info .info .contacts {
  position: relative;
}
footer .centrador #content #info .info .contacts .contact {
  position: relative;
  height: 115px;
}
footer .centrador #content #info .info .contacts .contact b {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: 500;
  color: #2E2E2E;
  font-size: 12px;
  margin-bottom: 15px;
}
footer .centrador #content #info .info .contacts .contact span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #2E2E2E;
  font-size: 12px;
  line-height: 1.5;
}
footer .centrador #content #info .info .contacts .contact a span {
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
}
footer .centrador #content #info .info .rrsss .rrss {
  margin-bottom: 8px;
}
footer .centrador #content #info .info.mobile {
  display: none;
}
footer .centrador #content #extras {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
footer .centrador #content #extras #legal {
  position: relative;
  width: 50%;
}
footer .centrador #content #extras #legal small {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #2E2E2E;
  margin-top: 8px;
}
footer .centrador #content #extras #legal span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #2E2E2E;
  margin-top: 10px;
  display: none;
}
footer .centrador #content #extras #social {
  position: relative;
  width: 50%;
}
footer .centrador #content #extras #social h6 {
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 17px;
}
footer .centrador #content #extras #social .rrsss {
  margin-top: 20px;
}
footer .centrador #content #extras #social .rrsss .rrss {
  margin-top: 8px;
}
#planetoide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
}
#planetoide .blurcolor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #273237;
}
#planetoide .logo {
  position: relative;
  z-index: 1002;
  width: 60%;
  max-width: 200px;
}
#planetoide .logo img {
  width: 100%;
}
#planetoide.temp .blurcolor {
  opacity: 0.8;
}
#errorView {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #273237;
}
#errorView .content {
  width: 80%;
  max-width: 600px;
}
#errorView .content strong {
  font-family: 'Reem Kufi';
  color: white;
  font-size: 50px;
  display: block;
  text-align: center;
  pointer-events: none;
  opacity: 0.85;
}
#errorView .content span {
  font-family: 'Reem Kufi';
  color: white;
  font-size: 22px;
  pointer-events: none;
  letter-spacing: 0.2px;
  opacity: 0.2;
  display: block;
  text-align: center;
  line-height: 1.2;
}
#errorView .content img {
  width: 140px;
  margin: 70px auto 0px;
}
#designViewer {
  position: relative;
  overflow: scroll;
  -webkit-transition: all 1500ms ease-in-out;
  -moz-transition: all 1500ms ease-in-out;
  -ms-transition: all 1500ms ease-in-out;
  -o-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  background: #273237;
  min-height: 100vh;
}
#designViewer .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  opacity: 0;
  pointer-events: none;
}
#designViewer .loading.showed {
  opacity: 1;
}
#designViewer .loading .logo {
  position: relative;
  width: 200px;
}
#designViewer .loading .logo img {
  width: 100%;
}
#designViewer #main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding: 0px 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#designViewer #main .vista {
  position: relative;
  width: 80vw;
  max-width: 1506px;
  min-width: 80vw;
  height: auto;
  padding: 100px 80px;
  pointer-events: none;
  display: block;
  z-index: 2;
  opacity: 0.01;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  -webkit-transform: translate(0px, 80px);
  -moz-transform: translate(0px, 80px);
  -o-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}
#designViewer #main .vista span {
  font-family: 'Reem Kufi';
  color: #273237;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
#designViewer #main .vista.active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#designViewer #main .vista img {
  width: 100%;
  box-shadow: 10px 10px 60px 2px rgba(0, 0, 0, 0.15);
}
.mapa#map {
  position: relative;
  height: 400px;
}
#photoView {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
#photoView #navinput {
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
}
#photoView.showed {
  opacity: 1;
  pointer-events: all;
}
#photoView #cerrador {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
#photoView #photo {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: calc(85% - 60px);
  max-width: -webkit-calc(85% - 60px);
  max-height: 70%;
  background-size: contain !important;
  z-index: 220;
  border: 1px solid white;
}
#photoView #photo #close {
  position: absolute;
  bottom: 105%;
  right: 0px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#photoView #photo #close span {
  color: white;
}
#photoView #photo .side {
  position: absolute;
  top: 0px;
  width: 60px;
  height: 100%;
  cursor: pointer;
  border: 1px dashed black;
  border-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
#photoView #photo .side.off .arrow {
  opacity: 0.2;
  pointer-events: none;
}
#photoView #photo .side .arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#photoView #photo .side .arrow i {
  color: white;
}
#photoView #photo .side#next {
  left: 100%;
  background-position-x: 0% !important;
}
#photoView #photo .side#prev {
  right: 100%;
  background-position-x: 100% !important;
}
#HScroller {
  position: relative;
  overflow: hidden;
}
#HScroller .items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#HScroller .nav {
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
#HScroller .nav.showed {
  opacity: 1;
  pointer-events: all;
}
#HScroller .nav .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
#HScroller .nav .ico i {
  display: block;
}
#HScroller .nav#prev {
  left: 0;
}
#HScroller .nav#next {
  right: 0;
}
#alerts {
  position: fixed;
  z-index: 150;
  bottom: 30px;
  right: 20px;
  width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#alerts .alert {
  position: relative;
  min-width: 280px;
  margin-bottom: 10px;
  padding: 15px 40px 15px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translate(100%, 0%);
  -moz-transform: translate(100%, 0%);
  -o-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  opacity: 0;
  pointer-events: none;
}
#alerts .alert span {
  font-family: 'Benton Sans', sans-serif;
  font-weight: 500;
  display: block;
}
#alerts .alert i {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  display: block;
  border-radius: 50%;
  color: #fff;
  opacity: 0.6;
  right: 15px;
}
#alerts .alert.showed {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
  pointer-events: all;
}
#alerts .alert.error {
  background: #FC4342;
}
#alerts .alert.error span {
  color: white;
}
#alerts .alert.info {
  background: #F32735;
}
#alerts .alert.info span {
  color: #fff;
}
#alerts .alert:last-of-type {
  margin-bottom: 0px;
}
/*
	MEDIA SCREEN
*/
/* =Full Screen
-----------------------------------------------------------------------------*/
/* = Tablet Horizontal
-----------------------------------------------------------------------------*/
/* = Tablet Vertical / Movil Ancho
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 820px) {
  #designViewer #main .vista {
    width: 70vw;
    min-width: 70vw;
    padding: 60px 20px;
  }
  #designViewer #main .vista:last-of-type {
    padding-right: 50px;
  }
  #HScroller {
    overflow-x: scroll;
  }
  #HScroller nav {
    display: none;
  }
}
/* = Mobile Small
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 430px) {
  #errorView .content {
    max-width: 225px;
  }
  #designViewer #main {
    padding-left: 20px;
  }
  #designViewer #main .vista {
    width: 85vw;
    min-width: 85vw;
    padding: 50px 10px;
  }
  #designViewer #main .vista:last-of-type {
    padding-right: 30px;
  }
}
/* =Fonts
-----------------------------------------------------------------------------*/
@font-face {
  font-family: 'Benton Sans';
  src: url('../fonts/BentonSans-Bold.woff2') format('woff2'), url('../fonts/BentonSans-Bold.woff') format('woff'), url('../fonts/BentonSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Benton Sans';
  src: url('../fonts/BentonSans-Regular.woff2') format('woff2'), url('../fonts/BentonSans-Regular.woff') format('woff'), url('../fonts/BentonSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Benton Sans';
  src: url('../fonts/BentonSans-Medium.woff2') format('woff2'), url('../fonts/BentonSans-Medium.woff') format('woff'), url('../fonts/BentonSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Benton Sans';
  src: url('../fonts/BentonSans-Book.woff2') format('woff2'), url('../fonts/BentonSans-Book.woff') format('woff'), url('../fonts/BentonSans-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Benton Sans';
  src: url('../fonts/BentonSans-ExtraLight.woff2') format('woff2'), url('../fonts/BentonSans-ExtraLight.woff') format('woff'), url('../fonts/BentonSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Benton Sans';
  src: url('../fonts/BentonSans-Light.woff2') format('woff2'), url('../fonts/BentonSans-Light.woff') format('woff'), url('../fonts/BentonSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Benton Sans';
  src: url('../fonts/BentonSans-Thin.woff2') format('woff2'), url('../fonts/BentonSans-Thin.woff') format('woff'), url('../fonts/BentonSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reem Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/reemkufi/v20/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtuZnIGaV2g.ttf) format('truetype');
}
h1 {
  margin: 0px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 55px;
  color: #2E2E2E;
}
h2 {
  margin: 0px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 50px;
  color: #2E2E2E;
}
h4 {
  margin: 0px;
  font-size: 35px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #2E2E2E;
}
h5 {
  margin: 0px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #2E2E2E;
}
h6 {
  margin: 0px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #2E2E2E;
}
.paragraph {
  margin: 0px;
  display: block;
  white-space: pre-line;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2E2E2E;
  line-height: 1.6;
}
/* = Forms
-----------------------------------------------------------------------------*/
#formulario,
.formulario {
  position: relative;
}
#formulario .input,
.formulario .input {
  position: relative;
  margin-bottom: 15px;
}
#formulario .input ::-webkit-input-placeholder,
.formulario .input ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#formulario .input ::-moz-placeholder,
.formulario .input ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#formulario .input :-ms-input-placeholder,
.formulario .input :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#formulario .input :-moz-placeholder,
.formulario .input :-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#formulario .input input,
.formulario .input input,
#formulario .input textarea,
.formulario .input textarea {
  height: 35px;
  display: block;
  width: 100%;
  border: none;
  background: none;
  color: #2E2E2E;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 13px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #C4C4C4;
}
#formulario .input input:focus,
.formulario .input input:focus,
#formulario .input textarea:focus,
.formulario .input textarea:focus {
  outline: none;
}
#formulario .input textarea,
.formulario .input textarea {
  padding: 15px 10px;
  height: auto;
  resize: none;
}
#formulario .input .selector,
.formulario .input .selector {
  position: relative;
  border-bottom: 1px solid #C4C4C4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#formulario .input .selector select,
.formulario .input .selector select {
  height: 34px;
  display: block;
  width: 100%;
  background: none;
  border: none;
  color: #2E2E2E;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 13px;
}
#formulario .input .selector select:focus,
.formulario .input .selector select:focus {
  outline: none;
}
#formulario .input .selector .arrow,
.formulario .input .selector .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  height: 100%;
  pointer-events: none;
}
#formulario .input .selector .arrow i,
.formulario .input .selector .arrow i {
  display: block;
  font-size: 14px;
}
#formulario .input .show,
.formulario .input .show {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
#formulario .input .show i,
.formulario .input .show i {
  font-size: 18px;
  color: #ffffff;
}
#formulario .input.alerta input,
.formulario .input.alerta input,
#formulario .input.alerta textarea,
.formulario .input.alerta textarea {
  border-bottom: 1px solid #FC4342;
}
#formulario .input.alerta .selector,
.formulario .input.alerta .selector {
  border-bottom: 1px solid #FC4342;
}
#formulario .input > label,
.formulario .input > label {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #2E2E2E;
  font-size: 13px;
  margin-bottom: 5px;
}
#formulario .checkbox,
.formulario .checkbox {
  position: relative;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#formulario .checkbox input,
.formulario .checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  cursor: pointer;
  opacity: 0;
}
#formulario .checkbox input:checked + .check i,
.formulario .checkbox input:checked + .check i,
#formulario .checkbox input:checked + .radio i,
.formulario .checkbox input:checked + .radio i {
  opacity: 1;
}
#formulario .checkbox .check,
.formulario .checkbox .check {
  position: relative;
  width: 15px;
  min-width: 15px;
  height: 15px;
  border: 1px solid #2E2E2E;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
#formulario .checkbox .check i,
.formulario .checkbox .check i {
  opacity: 0;
  font-size: 10px;
  color: #2E2E2E;
}
#formulario .checkbox .radio,
.formulario .checkbox .radio {
  position: relative;
  width: 15px;
  min-width: 15px;
  height: 15px;
  border: 1px solid #2E2E2E;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
#formulario .checkbox .radio i,
.formulario .checkbox .radio i {
  opacity: 0;
  font-size: 10px;
  color: #2E2E2E;
}
#formulario .checkbox label,
.formulario .checkbox label {
  position: relative;
  display: block;
  color: #2E2E2E;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 13px;
  z-index: 22;
}
#formulario .checkbox label a,
.formulario .checkbox label a {
  display: inline;
}
#formulario .group,
.formulario .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#formulario .group .input,
.formulario .group .input {
  width: calc(50% - 8px);
  width: -webkit-calc(50% - 8px);
}
#formulario .group.triple .input,
.formulario .group.triple .input {
  width: calc(33% - 6px);
  width: -webkit-calc(33% - 6px);
}
/* =Views
-----------------------------------------------------------------------------*/
#site {
  position: relative;
  overflow: hidden;
}
#site main section.texto {
  padding: 140px 0px 100px;
}
#site main section.texto .centrador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#site main section.texto .centrador .titulo {
  position: relative;
  width: 460px;
}
#site main section.texto .centrador .parrafo {
  position: relative;
  width: 460px;
}
#site main section.texto .centrador .parrafo .link {
  margin-top: 20px;
}
#site main section.texto .centrador .parrafo .link u {
  color: #F32735;
}
#site main section.texto.centrado .centrador {
  justify-content: center;
}
#site main section.texto.centrado .centrador .titulo {
  width: 100%;
  max-width: 760px;
}
#site main section.texto.centrado .centrador .titulo h1 {
  text-align: center;
}
#site main section.foto .centrador {
  padding: 0px;
  max-width: none;
}
#site main section.foto .centrador #photo {
  position: relative;
  width: 60%;
}
#site main section.foto .centrador #photo:after {
  content: '';
  display: block;
  padding-bottom: 60%;
}
#site main section#destacados .centrador {
  padding: 0px;
  max-width: none;
}
#site main section#destacados .centrador #featured {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#site main section#destacados .centrador #featured .featured {
  position: relative;
  width: 25%;
  cursor: pointer;
}
#site main section#destacados .centrador #featured .featured:after {
  content: '';
  display: block;
  padding-bottom: 150%;
}
#site main section#destacados .centrador #featured .featured .blurfoto {
  background-size: cover !important;
}
#site main section#destacados .centrador #featured .featured .color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2E2E2E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 40;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
#site main section#destacados .centrador #featured .featured .color .producto {
  position: relative;
}
#site main section#destacados .centrador #featured .featured .color .producto b {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #F32735;
}
#site main section#destacados .centrador #featured .featured .color .producto strong {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: white;
  margin-top: 6px;
}
#site main section#destacados .centrador #featured .featured .color .descripcion {
  position: relative;
}
#site main section#destacados .centrador #featured .featured .color .descripcion span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: white;
}
#site main section#destacados .centrador #featured .featured:hover .color {
  opacity: 0;
  pointer-events: none;
}
#site main section#valor .centrador {
  padding: 0px;
  max-width: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
#site main section#valor .centrador #foto {
  position: relative;
  width: 40%;
  min-width: 40%;
}
#site main section#valor .centrador #foto:after {
  content: '';
  display: block;
  padding-bottom: 125%;
}
#site main section#valor .centrador #foto .blurfoto {
  background-size: cover !important;
}
#site main section#valor .centrador #content {
  position: relative;
  width: 100%;
}
#site main section#valor .centrador #content #color {
  position: relative;
  padding: 80px;
  background: #F32735;
}
#site main section#valor .centrador #content #color span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: white;
}
#site main section#valor .centrador #content #valores {
  position: relative;
}
#site main section#valor .centrador #content #valores .valor {
  position: relative;
  padding: 40px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C4C4C4;
}
#site main section#valor .centrador #content #valores .valor b {
  width: 50%;
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #2E2E2E;
  font-size: 15px;
}
#site main section#valor .centrador #content #valores .valor span {
  width: 50%;
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #2E2E2E;
  font-size: 15px;
  line-height: 1.5;
}
#site main section#valor .centrador #content #valores .valor:hover b,
#site main section#valor .centrador #content #valores .valor:hover span {
  color: #F32735;
}
#site main section#colaboradores {
  padding-bottom: 200px;
}
#site main section#colaboradores .centrador #our_partners {
  position: relative;
}
#site main section#colaboradores .centrador #our_partners #viewer {
  position: relative;
}
#site main section#colaboradores .centrador #our_partners #viewer #partners {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#site main section#colaboradores .centrador #our_partners #viewer #partners .partner {
  position: relative;
  width: 300px;
  min-width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #7D7D7D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -60px;
}
#site main section#colaboradores .centrador #progress {
  margin-top: 80px;
}
#industry {
  position: relative;
  overflow: hidden;
}
#industry main section#principales {
  padding-top: 140px;
}
#industry main section#principales .centrador .head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#industry main section#principales .centrador .head .link {
  margin-top: 10px;
  min-width: 120px;
}
#industry main section#principales .centrador .head .link u {
  color: #F32735;
}
#industry main section#principales .centrador #products {
  position: relative;
  margin-top: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#industry main section#principales .centrador #products .product {
  width: calc(25% - 15px);
  width: -webkit-calc(25% - 15px);
}
#industry main section#industria_moderna {
  padding-top: 150px;
}
#industry main section#industria_moderna .centrador h4 {
  max-width: 600px;
}
#industry main section#industria_moderna .centrador #otros {
  position: relative;
  margin-top: 90px;
}
#industry main section#industria_moderna .centrador #otros .otro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.5px solid #C4C4C4;
  padding-bottom: 30px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
#industry main section#industria_moderna .centrador #otros .otro .foto {
  width: 300px;
  min-width: 300px;
}
#industry main section#industria_moderna .centrador #otros .otro .foto:after {
  content: '';
  display: block;
  padding-bottom: 66%;
}
#industry main section#industria_moderna .centrador #otros .otro .foto .blurcolor {
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
#industry main section#industria_moderna .centrador #otros .otro .foto h6 {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  z-index: 30;
  color: white;
  display: none;
}
#industry main section#industria_moderna .centrador #otros .otro .texto {
  position: relative;
  width: 100%;
  max-width: 460px;
}
#industry main section#industria_moderna .centrador #otros .otro .texto p {
  font-size: 13px;
  margin-top: 30px;
  line-height: 1.5;
}
#industry main section#industria_moderna .centrador #otros .otro .texto .link {
  margin-top: 20px;
}
#industry main section#industria_moderna .centrador #otros .otro .texto .link u {
  color: #F32735;
}
#industry main section.texto {
  padding: 120px 0px 120px;
}
#industry main section.texto .centrador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#industry main section.texto .centrador .titulo {
  position: relative;
  width: 100%;
}
#industry main section.texto .centrador .titulo h5 {
  max-width: 590px;
}
#industry main section.texto .centrador .parrafo {
  position: relative;
  width: 370px;
  min-width: 370px;
}
#industry main section.texto .centrador .parrafo .link {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#industry main section.texto .centrador .parrafo .link img {
  width: 25px;
}
#industry main section.texto .centrador .parrafo .link u {
  color: #F32735;
  margin-left: 10px;
  font-size: 15px;
}
#industry main section#soluciones .centrador #industrias {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#industry main section#soluciones .centrador #industrias .industria {
  position: relative;
  border-top: 0.5px solid #C4C4C4;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 15px 0px;
  width: 33.3%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 60px;
}
#industry main section#soluciones .centrador #industrias .industria .ico {
  width: 65px;
  height: 65px;
  min-width: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
#industry main section#soluciones .centrador #industrias .industria .ico svg {
  max-width: 100%;
  max-height: 100%;
}
#industry main section#soluciones .centrador #industrias .industria .texto {
  position: relative;
  padding-left: 30px;
}
#industry main section#soluciones .centrador #industrias .industria .texto span {
  display: block;
  font-size: 17px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #2E2E2E;
  text-transform: uppercase;
  white-space: pre-line;
}
#industry main section#soluciones .centrador #industrias .industria:hover .ico svg path {
  fill: #F32735;
}
#industry main section#localizacion {
  padding-top: 120px;
}
#industry main section#localizacion .centrador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#industry main section#localizacion .centrador #titulo {
  position: relative;
  width: 440px;
  min-width: 440px;
}
#industry main section#localizacion .centrador #titulo h4 {
  max-width: 380px;
}
#industry main section#localizacion .centrador #servicios {
  position: relative;
  width: 100%;
  border-top: 0.5px solid #C4C4C4;
}
#industry main section#localizacion .centrador #servicios .servicio {
  position: relative;
  border-bottom: 0.5px solid #C4C4C4;
  padding: 30px 30px 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
#industry main section#localizacion .centrador #servicios .servicio .titulo {
  position: relative;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#industry main section#localizacion .centrador #servicios .servicio .titulo b {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #2E2E2E;
  max-width: 220px;
}
#industry main section#localizacion .centrador #servicios .servicio .titulo .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  opacity: 0;
}
#industry main section#localizacion .centrador #servicios .servicio .titulo .link img {
  width: 25px;
  margin-right: 6px;
}
#industry main section#localizacion .centrador #servicios .servicio .titulo .link u {
  color: #F32735;
}
#industry main section#localizacion .centrador #servicios .servicio .texto {
  position: relative;
  width: 320px;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#industry main section#localizacion .centrador #servicios .servicio .texto span {
  width: 100%;
  max-width: 240px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #2E2E2E;
  display: block;
  line-height: 1.5;
  opacity: 0;
}
#industry main section#localizacion .centrador #servicios .servicio .texto .ico {
  width: 25px;
  min-width: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#industry main section#localizacion .centrador #servicios .servicio .texto .ico img {
  width: 100%;
}
#industry main section#localizacion .centrador #servicios .servicio:hover {
  background: #F2F2F2;
}
#industry main section#localizacion .centrador #servicios .servicio:hover .titulo .link {
  opacity: 1;
}
#industry main section#localizacion .centrador #servicios .servicio:hover .texto span {
  opacity: 1;
}
#industry main section#localizacion .centrador #servicios .servicio:hover .texto .ico {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#industry main section.rapidos {
  padding-bottom: 200px;
}
#industry main section.rapidos .centrador .quicks {
  max-width: 440px;
  justify-content: flex-end;
}
#contractors {
  position: relative;
  overflow: hidden;
}
#contractors main section#soluciones {
  padding-top: 140px;
  padding-bottom: 200px;
}
#contractors main section#soluciones .centrador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#contractors main section#soluciones .centrador #titulo {
  position: relative;
  border-top: 1px solid #C4C4C4;
  width: 50%;
  padding-top: 45px;
}
#contractors main section#soluciones .centrador #titulo h5 {
  max-width: 430px;
}
#contractors main section#soluciones .centrador #titulo .link {
  margin-top: 20px;
}
#contractors main section#soluciones .centrador #titulo .link u {
  color: #F32735;
}
#contractors main section#soluciones .centrador #areas {
  position: relative;
  border-top: 1px solid #C4C4C4;
  width: 50%;
}
#contractors main section#soluciones .centrador #areas .area {
  position: relative;
  border-bottom: 1px solid #C4C4C4;
  padding: 40px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
#contractors main section#soluciones .centrador #areas .area .titulo {
  position: relative;
  width: 50%;
}
#contractors main section#soluciones .centrador #areas .area .titulo b {
  display: block;
  max-width: 150px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #2E2E2E;
  font-size: 15px;
}
#contractors main section#soluciones .centrador #areas .area .texto {
  position: relative;
  width: 50%;
}
#contractors main section#soluciones .centrador #areas .area .texto p {
  font-size: 13px;
  line-height: 1.5;
}
#contractors main section#herramientas {
  padding-bottom: 400px;
}
#contractors main section#herramientas .centrador .head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#contractors main section#herramientas .centrador .head .link {
  margin-bottom: 6px;
}
#contractors main section#herramientas .centrador .head .link u {
  color: #F32735;
}
#contractors main section#herramientas .centrador #products {
  position: relative;
  margin-top: 80px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contractors main section#herramientas .centrador #products .product {
  width: calc(25% - 15px);
  width: -webkit-calc(25% - 15px);
  margin-bottom: 80px;
}
#wholesaler {
  position: relative;
  overflow: hidden;
}
#wholesaler #cover .centrador #highlights #features .feature {
  width: 33%;
}
#wholesaler #cover .centrador #highlights #features .feature span {
  max-width: 240px;
}
#wholesaler main section#mas_pedidos {
  padding-top: 140px;
}
#wholesaler main section#mas_pedidos .centrador .head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#wholesaler main section#mas_pedidos .centrador .head h4 {
  width: 500px;
}
#wholesaler main section#mas_pedidos .centrador .head .texto {
  width: 460px;
}
#wholesaler main section#mas_pedidos .centrador .head .texto p {
  line-height: 1.5;
}
#wholesaler main section#mas_pedidos .centrador .head .texto .link {
  margin-top: 30px;
}
#wholesaler main section#mas_pedidos .centrador .head .texto .link u {
  color: #F32735;
}
#wholesaler main section#mas_pedidos .centrador #products {
  position: relative;
  margin-top: 120px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#wholesaler main section#mas_pedidos .centrador #products .product {
  width: calc(25% - 15px);
  width: -webkit-calc(25% - 15px);
  margin-bottom: 60px;
}
#wholesaler main section#mas_pedidos .centrador #actions {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
#wholesaler main section#mas_pedidos .centrador #actions .link {
  width: calc(25% - 15px);
  width: -webkit-calc(25% - 15px);
}
#wholesaler main section#mas_pedidos .centrador #actions .link u {
  font-size: 24px;
  color: #F32735;
}
#wholesaler main section#mas_pedidos .centrador #actions .link u img {
  width: 16px;
}
#wholesaler main section#experiencia {
  padding-top: 160px;
}
#wholesaler main section#experiencia .centrador {
  padding: 0px;
  max-width: none;
}
#wholesaler main section#experiencia .centrador .photo {
  position: relative;
  width: 65%;
  margin-left: auto;
}
#wholesaler main section#experiencia .centrador .photo:after {
  content: '';
  display: block;
  padding-bottom: 78%;
}
#wholesaler main section#experiencia .centrador .photo .blurfoto {
  background-size: cover !important;
}
#wholesaler main section#experiencia .centrador .photo .blurcolor {
  background: rgba(0, 0, 0, 0.6);
}
#wholesaler main section#experiencia .centrador .photo .texto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 80px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 40;
}
#wholesaler main section#experiencia .centrador .photo .texto h5 {
  color: white;
  line-height: 1.4;
  width: 625px;
}
#wholesaler main section.rapidos {
  padding-bottom: 200px;
}
#wholesaler main section.rapidos .centrador {
  padding: 0px;
  max-width: none;
}
#wholesaler main section.rapidos .centrador .quicks {
  justify-content: flex-end;
}
#wholesaler main section.rapidos .centrador .quicks .quick {
  margin-right: 65%;
}
#us {
  position: relative;
  overflow: hidden;
}
#us #cover .centrador #slogan h4 {
  color: white;
  max-width: 980px;
  line-height: 1.4;
}
#us #cover .centrador #highlights .bar {
  margin-top: 0px;
}
#us #cover .centrador #highlights h6 {
  margin-top: 20px;
  max-width: 590px;
  font-size: 17px;
  line-height: 1.4;
}
#us main section#historia {
  padding-top: 140px;
  padding-bottom: 60px;
}
#us main section#historia .centrador #timeline {
  position: relative;
}
#us main section#historia .centrador #timeline #history {
  position: relative;
}
#us main section#historia .centrador #timeline #history #dates {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#us main section#historia .centrador #timeline #history #dates .date {
  position: relative;
  width: 380px;
  min-width: 380px;
}
#us main section#historia .centrador #timeline #history #dates .date h4 {
  color: #F32735;
}
#us main section#historia .centrador #timeline #history #dates .date h6 {
  margin-top: 50px;
}
#us main section#historia .centrador #timeline #history #dates .date p {
  margin-top: 20px;
  max-width: 280px;
  line-height: 1.5;
}
#us main section#historia .centrador #timeline #progress {
  margin-top: 80px;
}
#us main section#acerca {
  padding-top: 140px;
}
#us main section#acerca .centrador {
  padding: 0px;
  max-width: none;
}
#us main section#acerca .centrador .row .photo {
  position: relative;
  margin-left: auto;
  width: 55%;
}
#us main section#acerca .centrador .row .photo:after {
  content: '';
  display: block;
  padding-bottom: 75%;
}
#us main section#acerca .centrador .row .photo .blurfoto {
  background-size: cover !important;
}
#us main section#acerca .centrador .row .texto {
  width: 55%;
  margin-left: auto;
  background: #F2F2F2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 60px 80px;
}
#us main section#acerca .centrador .row .texto .centro .valor {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
#us main section#acerca .centrador .row .texto .centro .valor b {
  width: 180px;
  min-width: 180px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #F32735;
  font-size: 14px;
}
#us main section#acerca .centrador .row .texto .centro .valor p {
  width: 100%;
  line-height: 1.5;
}
#us main section#acerca .centrador .row .texto .centro .valor:last-of-type {
  margin-bottom: 0px;
}
#us main section#acerca .centrador .row .texto.color {
  width: 45%;
  background: #F32735;
  margin-left: 0px;
  margin-right: auto;
  padding: 80px;
}
#us main section#acerca .centrador .row .texto.color .centro h5 {
  color: white;
}
#us main section#acerca .centrador .row .texto.color .centro p {
  color: white;
  margin-top: 30px;
  line-height: 1.5;
}
#us main section.rapidos {
  padding-bottom: 200px;
}
#us main section.rapidos .centrador {
  padding: 0px;
  max-width: none;
}
#us main section.rapidos .centrador .quicks {
  justify-content: flex-end;
}
#us main section.rapidos .centrador .quicks .quick {
  margin-right: 55%;
}
#blog {
  position: relative;
  overflow: hidden;
}
#blog main {
  padding-top: 160px;
}
#blog main section#ultimo {
  padding-bottom: 200px;
}
#blog main section#ultimo .centrador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#blog main section#ultimo .centrador #title {
  position: relative;
  width: 100%;
  border-top: 1px solid #AFAFAF;
  padding-top: 15px;
}
#blog main section#ultimo .centrador #title h4 {
  font-size: 40px;
}
#blog main section#ultimo .centrador .post#last_post {
  width: 620px;
  min-width: 620px;
  margin-left: 20px;
}
#blog main section#ultimo .centrador .post#last_post .foto .date {
  padding: 40px;
}
#blog main section#ultimo .centrador .post#last_post .foto .date span {
  padding-top: 20px;
  font-size: 15px;
}
#blog main section#ultimo .centrador .post#last_post .texto {
  padding-top: 25px;
}
#blog main section#ultimo .centrador .post#last_post .texto h6 {
  font-size: 20px;
}
#blog main section#ultimo .centrador .post#last_post .texto .link {
  margin-top: 20px;
}
#blog main section#articulos {
  padding-bottom: 120px;
}
#blog main section#articulos .centrador #posts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#blog main section#articulos .centrador #posts .post {
  width: calc(33% - 14px);
  width: -webkit-calc(33% - 14px);
  margin-bottom: 80px;
}
#post {
  position: relative;
  overflow: hidden;
}
#post main {
  padding-top: 160px;
}
#post main section#articulo {
  padding-bottom: 200px;
}
#post main section#articulo .centrador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#post main section#articulo .centrador #titulo {
  position: relative;
  width: 100%;
  border-top: 1px solid #C4C4C4;
  padding-top: 20px;
}
#post main section#articulo .centrador #titulo label {
  display: block;
  color: #2E2E2E;
  font-size: 15px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  margin-top: 15px;
}
#post main section#articulo .centrador article {
  width: 620px;
  min-width: 620px;
  margin-left: 20px;
}
#post main section#articulo .centrador article img#main {
  width: 100%;
}
#post main section#articulo .centrador article #bloques {
  position: relative;
  margin-top: 60px;
  border-bottom: 0.5px solid #707070;
}
#post main section#articulo .centrador article #bloques .bloque {
  position: relative;
  margin-bottom: 40px;
}
#post main section#articulo .centrador article #bloques .bloque h6 {
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
}
#post main section#articulo .centrador article #bloques .bloque img {
  width: 100%;
}
#post main section#articulo .centrador article #more {
  position: relative;
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#post main section#articulo .centrador article #more .entry {
  position: relative;
  width: calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
}
#post main section#articulo .centrador article #more .entry label {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #F32735;
}
#post main section#articulo .centrador article #more .entry label img {
  margin-right: 6px;
  display: none;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#post main section#articulo .centrador article #more .entry .articulo {
  position: relative;
  margin-top: 15px;
  background: #F2F2F2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px;
}
#post main section#articulo .centrador article #more .entry .articulo h6 {
  font-size: 15px;
  line-height: 1.4;
}
#post main section#articulo .centrador article #more .entry .articulo .link {
  margin-top: 30px;
}
#post main section#articulo .centrador article #more .entry .articulo .link u {
  color: #F32735;
}
#contact {
  position: relative;
  overflow: hidden;
}
#contact main {
  padding-top: 180px;
}
#contact main section#contactanos {
  padding-bottom: 120px;
}
#contact main section#contactanos .centrador #head .link u {
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #F32735;
}
#contact main section#medios {
  padding-bottom: 220px;
	text-align: center;
}
#contact main section#medios .centrador {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
	display: inline-block;
	width: 30%;
	vertical-align: top;
  align-items: flex-start;
}
#contact main section#medios .centrador #sucursales {
  position: relative;
  width: 360px;
  min-width: 360px;
text-align: left;
}
#contact main section#medios .centrador #sucursales .sucursal {
  position: relative;
  margin-bottom: 80px;
}
#contact main section#medios .centrador #sucursales .sucursal span {
  line-height: 1.4;
}
#contact main section#medios .centrador #sucursales .sucursal p {
  margin-top: 30px;
  line-height: 1.5;
}
#contact main section#medios #contacto {
  position: absolute;
  top: 0;
  right: 0;
  background: #2E2E2E;
  width: 60%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 85px;
  z-index: 60;
}
#contact main section#medios #contacto #form {
  position: relative;
}
#contact main section#medios #contacto #form .input {
  position: relative;
  margin-bottom: 60px;
  border-bottom: 1px solid #B1B1B1;
}
#contact main section#medios #contacto #form .input label {
  display: none;
}
#contact main section#medios #contacto #form .input ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
#contact main section#medios #contacto #form .input ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
#contact main section#medios #contacto #form .input :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
#contact main section#medios #contacto #form .input :-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
#contact main section#medios #contacto #form .input input,
#contact main section#medios #contacto #form .input textarea {
  height: 55px;
  border: none;
  background: none;
  color: white;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 17px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
#contact main section#medios #contacto #form .input input:focus,
#contact main section#medios #contacto #form .input textarea:focus {
  outline: none;
}
#contact main section#medios #contacto #form .input textarea {
  resize: none;
}
#contact main section#medios #contacto #form .input.alerta {
  border-bottom: 1px solid #F32735;
}
#contact main section#medios #contacto #form .input.alerta ::-webkit-input-placeholder {
  color: #F32735;
}
#contact main section#medios #contacto #form .input.alerta ::-moz-placeholder {
  color: #F32735;
}
#contact main section#medios #contacto #form .input.alerta :-ms-input-placeholder {
  color: #F32735;
}
#contact main section#medios #contacto #form .input.alerta :-moz-placeholder {
  color: #F32735;
}
#contact main section#medios #contacto #form .input.alerta input,
#contact main section#medios #contacto #form .input.alerta textarea {
  color: #F32735;
}
#contact main section#medios #contacto #form .link u {
  color: #F32735;
  font-size: 17px;
}
#contact main section#medios #contacto #form .link u img {
  width: 15px;
}
#contact main section#medios #contacto #form.waiting {
  pointer-events: none;
  cursor: wait;
}
#contact main section#medios #contacto #form.error .link {
  pointer-events: none;
}
#contact main section#medios #contacto #form.ok .link {
  pointer-events: none;
}
#brands {
  position: relative;
  overflow: hidden;
}
#brands #cover #marca {
  position: relative;
  border-top: 1px solid white;
  padding: 40px 0px 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#brands #cover #marca .logo {
  position: relative;
  width: 100%;
}
#brands #cover #marca .logo img {
  width: 100%;
  max-width: 160px;
}
#brands #cover #marca .texto {
  position: relative;
  width: 480px;
  min-width: 480px;
}
#brands #cover #marca .texto p {
  color: white;
  font-size: 13px;
}
#brands #cover #marca .texto .links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#brands #cover #marca .texto .links .link {
  margin-right: 40px;
}
#brands #cover #marca .texto .links .link u {
  color: white;
  font-size: 13px;
}
#brands main section#marcas {
  padding-top: 100px;
  padding-bottom: 200px;
}
#brands main section#marcas .centrador .marca {
  position: relative;
  border-bottom: 1px solid #C4C4C4;
  padding: 50px 0px 70px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#brands main section#marcas .centrador .marca .logo {
  position: relative;
  width: 100%;
}
#brands main section#marcas .centrador .marca .logo img {
  width: 100%;
  max-width: 180px;
}
#brands main section#marcas .centrador .marca .texto {
  position: relative;
  width: 480px;
  min-width: 480px;
}
#brands main section#marcas .centrador .marca .texto p {
  line-height: 1.5;
  font-size: 13px;
}
#brands main section#marcas .centrador .marca .texto .links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#brands main section#marcas .centrador .marca .texto .links .link {
  margin-right: 40px;
}
#brands main section#marcas .centrador .marca .texto .links .link u {
  color: #F32735;
}
#collection {
  position: relative;
  overflow: hidden;
}
#collection main {
  padding-top: 120px;
}
#collection main section#coleccion {
  padding-top: 60px;
  padding-bottom: 200px;
}
#collection main section#coleccion .centrador .head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#collection main section#coleccion .centrador .head h2 {
  width: 50%;
}
#collection main section#coleccion .centrador .head .texto {
  width: 50%;
  min-width: 500px;
}
#collection main section#coleccion .centrador #products {
  margin-top: 100px;
  flex-wrap: wrap;
}
#collection main section#coleccion .centrador #products .product {
  width: calc(25% - 15px);
  width: -webkit-calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 60px;
}
#collection main section#coleccion .centrador #products .product:nth-child(4n) {
  margin-right: 0px;
}
#collection main section#coleccion .centrador #actions {
  position: relative;
  margin-top: 30px;
}
#collection main section#coleccion .centrador #actions .link {
  margin-left: auto;
  width: calc(25% - 15px);
  width: -webkit-calc(25% - 15px);
}
#store {
  position: relative;
  overflow: hidden;
}
#store main {
  padding-top: 120px;
}
#store main section#tienda {
  padding-top: 60px;
  padding-bottom: 240px;
}
#store main section#tienda .centrador #titulo {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #C4C4C4;
}
#store main section#tienda .centrador #main {
  position: relative;
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
#store main section#tienda .centrador #main aside {
  position: relative;
  width: 250px;
  min-width: 250px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 40px;
}
#store main section#tienda .centrador #main aside #filters {
  position: relative;
}
#store main section#tienda .centrador #main aside #filters .filter {
  position: relative;
  margin-bottom: 60px;
}
#store main section#tienda .centrador #main aside #filters .filter .head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#store main section#tienda .centrador #main aside #filters .filter .head span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #2E2E2E;
  text-transform: uppercase;
}
#store main section#tienda .centrador #main aside #filters .filter .head .ico {
  margin-left: 6px;
}
#store main section#tienda .centrador #main aside #filters .filter .options {
  position: relative;
  margin-top: 15px;
}
#store main section#tienda .centrador #main aside #filters .filter .options .option {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
#store main section#tienda .centrador #main aside #filters .filter .options .option .check {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #2E2E2E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
#store main section#tienda .centrador #main aside #filters .filter .options .option .check:after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: #2E2E2E;
  position: relative;
  opacity: 0;
}
#store main section#tienda .centrador #main aside #filters .filter .options .option label {
  position: relative;
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #2E2E2E;
  margin-left: 15px;
  margin-top: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
#store main section#tienda .centrador #main aside #filters .filter .options .option.active .check:after {
  opacity: 1;
}
#store main section#tienda .centrador #main #content {
  position: relative;
  width: 100%;
}
#store main section#tienda .centrador #main #content #products {
  flex-wrap: wrap;
}
#store main section#tienda .centrador #main #content #products .product {
  width: calc(33% - 13px);
  width: -webkit-calc(33% - 13px);
  margin-right: 20px;
  margin-bottom: 60px;
}
#store main section#tienda .centrador #main #content #products .product:nth-child(3n) {
  margin-right: 0px;
}
#product {
  position: relative;
  overflow: hidden;
}
#product main {
  padding-top: 120px;
}
#product main section#producto {
  padding-top: 60px;
}
#product main section#producto .centrador #breadcrum {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#product main section#producto .centrador #breadcrum span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #2E2E2E;
  font-size: 12px;
  margin: 0px 2px;
}
#product main section#producto .centrador #main {
  position: relative;
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding-bottom: 100px;
}
#product main section#producto .centrador #main #media {
  position: relative;
  width: 50%;
  min-width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
}
#product main section#producto .centrador #main #media #thumbnails {
  position: relative;
  width: 70px;
  min-width: 70px;
  margin-right: 20px;
}
#product main section#producto .centrador #main #media #thumbnails .thumbnail {
  position: relative;
  background: #F2F2F2;
  background-size: contain !important;
  margin-bottom: 10px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #F2F2F2;
}
#product main section#producto .centrador #main #media #thumbnails .thumbnail:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#product main section#producto .centrador #main #media #gallery {
  position: relative;
  width: 100%;
}
#product main section#producto .centrador #main #media #gallery #fotos {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #F2F2F2;
}
#product main section#producto .centrador #main #media #gallery #fotos:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#product main section#producto .centrador #main #media #gallery #fotos .foto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-size: contain !important;
}
#product main section#producto .centrador #main #media #gallery #fotos .foto.active {
  opacity: 1;
}
#product main section#producto .centrador #main #media #gallery #actions {
  position: relative;
  margin-top: 20px;
}
#product main section#producto .centrador #main #media #gallery #actions .link u {
  color: #F32735;
}
#product main section#producto .centrador #main aside {
  position: relative;
  width: 100%;
}
#product main section#producto .centrador #main aside #info {
  position: relative;
  padding-top: 15px;
}
#product main section#producto .centrador #main aside #info b {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #F32735;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#product main section#producto .centrador #main aside #info b img {
  width: 6px;
  margin-right: 4px;
  margin-bottom: 2px;
}
#product main section#producto .centrador #main aside #info strong {
  display: block;
  font-size: 30px;
  color: #2E2E2E;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  margin-top: 5px;
}
#product main section#producto .centrador #main aside #info span {
  display: block;
  margin-top: 5px;
  font-size: 25px;
  color: #2E2E2E;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
}
#product main section#producto .centrador #main aside #rated {
  margin-top: 10px;
}
#product main section#producto .centrador #main aside #downloads {
  position: relative;
  margin-top: 30px;
}
#product main section#producto .centrador #main aside #downloads .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#product main section#producto .centrador #main aside #downloads .link img {
  width: 26px;
}
#product main section#producto .centrador #main aside #downloads .link u {
  color: #F32735;
  font-size: 11px;
  margin-left: 8px;
}
#product main section#producto .centrador #main aside #details {
  position: relative;
  margin-top: 30px;
}
#product main section#producto .centrador #main aside #details p {
  font-size: 13px;
  line-height: 1.5;
}
#product main section#producto .centrador #main aside #features {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid #C4C4C4;
}
#product main section#producto .centrador #main aside #features .feature {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0px;
  border-bottom: 1px solid #C4C4C4;
}
#product main section#producto .centrador #main aside #features .feature h6 {
  width: 100px;
  min-width: 100px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.3;
}
#product main section#producto .centrador #main aside #features .feature p {
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
}
#product main section#producto .centrador #main aside #add {
  position: relative;
  margin-top: 50px;
}
#product main section#producto .centrador #main aside #add #set {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#product main section#producto .centrador #main aside #add #set #quantity {
  position: relative;
  border: 1px solid #F32735;
  width: 100px;
  min-width: 100px;
  height: 45px;
  overflow: hidden;
  border-radius: 24px;
  margin-right: 25px;
}
#product main section#producto .centrador #main aside #add #set #quantity button {
  position: absolute;
  top: 0;
  border: none;
  background: none;
  height: 100%;
  width: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #F32735;
}
#product main section#producto .centrador #main aside #add #set #quantity button#plus {
  right: 0px;
  font-size: 16px;
}
#product main section#producto .centrador #main aside #add #set #quantity button#minus {
  left: 0px;
}
#product main section#producto .centrador #main aside #add #set #quantity input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  text-align: center;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #2E2E2E;
}
#product main section#producto .centrador #main aside #add #set #quantity input:focus {
  outline: none;
}
#product main section#producto .centrador #main aside #add #set #ship {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 25px;
  height: 45px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #F32735;
  width: 100%;
  justify-content: space-between;
}
#product main section#producto .centrador #main aside #add #set #ship span {
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  display: block;
  font-size: 13px;
  color: #2E2E2E;
}
#product main section#producto .centrador #main aside #add #set #ship b {
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  display: block;
  font-size: 13px;
  color: #2E2E2E;
}
#product main section#producto .centrador #main aside #add #actions {
  position: relative;
  margin-top: 15px;
}
#product main section#producto .centrador #main aside #add #actions button {
  width: 100%;
}
#product main section#producto .centrador #main aside #add #msg {
  position: relative;
  margin-top: 15px;
}
#product main section#producto .centrador #main aside #add #msg small {
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  display: block;
  color: #2E2E2E;
}
#product main section#reseñas .centrador #rating {
  position: relative;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  padding: 100px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
#product main section#reseñas .centrador #rating #new {
  position: relative;
  width: 50%;
}
#product main section#reseñas .centrador #rating #new #set {
  position: relative;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  max-width: 360px;
  height: 65px;
}
#product main section#reseñas .centrador #rating #new #set span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #2E2E2E;
  font-size: 9px;
  text-transform: uppercase;
}
#product main section#reseñas .centrador #rating #new #set .rated .rate {
  cursor: pointer;
}
#product main section#reseñas .centrador #rating #new #set .rated .rate i {
  font-size: 24px;
}
#product main section#reseñas .centrador #rating #new .formulario {
  position: relative;
  max-width: 360px;
  margin-top: 40px;
}
#product main section#reseñas .centrador #rating #new .formulario .input {
  margin-bottom: 10px;
}
#product main section#reseñas .centrador #rating #new .formulario .input input {
  border: none;
  background: #F2F2F2;
  padding: 0px 10px;
}
#product main section#reseñas .centrador #rating #new .formulario .input textarea {
  border: none;
  background: #F2F2F2;
  padding: 15px 10px;
}
#product main section#reseñas .centrador #rating #new .formulario button {
  margin-top: 30px;
}
#product main section#reseñas .centrador #rating #reviews {
  position: relative;
  width: 50%;
}
#product main section#reseñas .centrador #rating #reviews .review {
  position: relative;
  margin-bottom: 40px;
}
#product main section#reseñas .centrador #rating #reviews .review .rated .rate i {
  font-size: 18px;
}
#product main section#reseñas .centrador #rating #reviews .review .rated span {
  font-size: 11px;
}
#product main section#reseñas .centrador #rating #reviews .review b {
  display: block;
  margin-top: 20px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #2E2E2E;
}
#product main section#reseñas .centrador #rating #reviews .review p {
  margin-top: 15px;
}
#product main section#relacionados {
  padding: 100px 0px 220px;
}
#product main section#relacionados .centrador #products {
  margin-top: 40px;
  flex-wrap: wrap;
}
#product main section#relacionados .centrador #products .product {
  width: calc(25% - 15px);
  width: -webkit-calc(25% - 15px);
  margin-right: 20px;
}
#product main section#relacionados .centrador #products .product:nth-child(4n) {
  margin-right: 0px;
}
#product main section#relacionados .centrador #actions {
  margin-top: 50px;
}
#product main section#relacionados .centrador #actions .link {
  width: calc(25% - 15px);
  width: -webkit-calc(25% - 15px);
  margin-left: auto;
}
#checkout {
  position: relative;
  overflow: hidden;
}
#checkout main section#compra {
  padding: 90px 0px 120px;
}
#checkout main section#compra .centrador #proceso {
  position: relative;
  max-width: 460px;
}
#checkout main section#compra .centrador #proceso #logo {
  position: relative;
  max-width: 160px;
}
#checkout main section#compra .centrador #proceso #logo img {
  width: 100%;
}
#checkout main section#compra .centrador #proceso #cart_navigation {
  position: relative;
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#checkout main section#compra .centrador #proceso #cart_navigation nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#checkout main section#compra .centrador #proceso #cart_navigation nav span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #2E2E2E;
  margin-right: 3px;
  cursor: pointer;
}
#checkout main section#compra .centrador #proceso #cart_navigation nav span.active {
  font-family: 'Benton Sans', sans-serif;
  font-weight: 500;
}
#checkout main section#compra .centrador #proceso #cart_navigation .link u {
  color: #F32735;
  font-size: 12px;
}
#checkout main section#compra .centrador #proceso #cart_navigation .link u img {
  width: 8px;
}
#checkout main section#compra .centrador #proceso #steps {
  position: relative;
  margin-top: 60px;
  max-width: 400px;
}
#checkout main section#compra .centrador #proceso #steps .step {
  position: relative;
}
#checkout main section#compra .centrador #proceso #steps .step .resume {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#checkout main section#compra .centrador #proceso #steps .step .resume label {
  display: block;
  width: 120px;
  min-width: 120px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #2E2E2E;
  font-size: 13px;
}
#checkout main section#compra .centrador #proceso #steps .step .resume .input {
  position: relative;
  width: 100%;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#checkout main section#compra .centrador #proceso #steps .step .resume .input input {
  display: block;
  width: 100%;
  resize: none;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
  background: none;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #2E2E2E;
  font-size: 13px;
}
#checkout main section#compra .centrador #proceso #steps .step .resume .input input:focus {
  outline: none;
}
#checkout main section#compra .centrador #proceso #steps .step .resume .input u {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  color: #2E2E2E;
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
  min-width: 50px;
  text-align: right;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario {
  position: relative;
  margin-top: 70px;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario h6 {
  margin-bottom: 30px;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario #address_options {
  position: relative;
  padding: 20px 0px;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario #address_options .address_option {
  position: relative;
  margin-bottom: 20px;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario #address_options .address_option:last-of-type {
  margin-bottom: 0px;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario #address_options .address_option .input {
  margin-bottom: 0px;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario #address_options .address_option span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #2E2E2E;
  margin-top: 10px;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario #shipping_options {
  position: relative;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario #shipping_options .shipping_option {
  position: relative;
  margin-bottom: 20px;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario #shipping_options .shipping_option:last-of-type {
  margin-bottom: 0px;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario #shipping_options .shipping_option .input {
  margin-bottom: 0px;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario #shipping_options .shipping_option .input label {
  width: 100%;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario #shipping_options .shipping_option .input b {
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  display: block;
  font-size: 13px;
  width: 60px;
  min-width: 60px;
  text-align: right;
  color: #2E2E2E;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario #shipping_options .shipping_option span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #2E2E2E;
  margin-top: 10px;
}
#checkout main section#compra .centrador #proceso #steps .step .formulario button {
  margin-top: 40px;
}
#checkout main section#compra .centrador #proceso #steps .step .errors {
  position: relative;
  background: #FC4342;
  padding: 10px;
  margin-top: 15px;
}
#checkout main section#compra .centrador #proceso #steps .step .errors span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: white;
  line-height: 1.5;
}
#checkout main section#compra .centrador #proceso #steps .step .actions {
  position: relative;
  margin-top: 60px;
}
#checkout main section#compra aside {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  background: #F2F2F2;
  height: 100vh;
  padding: 90px 70px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 80;
  overflow-y: scroll;
}
#checkout main section#compra aside #checkoutitems .checkoutitem {
  margin-bottom: 30px;
}
#checkout main section#compra aside #summary {
  position: relative;
}
#checkout main section#compra aside #summary #subtotals {
  position: relative;
  padding: 30px 0px;
  border-bottom: 1px solid #C4C4C4;
}
#checkout main section#compra aside #summary #subtotals .subtotal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
#checkout main section#compra aside #summary #subtotals .subtotal:last-of-type {
  margin-bottom: 0px;
}
#checkout main section#compra aside #summary #subtotals .subtotal:last-of-type b {
  font-size: 13px;
}
#checkout main section#compra aside #summary #subtotals .subtotal label {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #2E2E2E;
}
#checkout main section#compra aside #summary #subtotals .subtotal b {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #2E2E2E;
}
#checkout main section#compra aside #summary #totals {
  position: relative;
  margin-top: 60px;
}
#checkout main section#compra aside #summary #totals .total {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#checkout main section#compra aside #summary #totals .total label {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #2E2E2E;
}
#checkout main section#compra aside #summary #totals .total b {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #2E2E2E;
}
#receipt {
  position: relative;
  overflow: hidden;
  background: #F2F2F2;
}
#receipt header #header {
  background: white;
}
#receipt main {
  padding-top: 200px;
  padding-bottom: 100px;
}
#receipt main section#recibo {
  min-height: calc(100vh - 300px);
  min-height: -webkit-calc(100vh - 300px);
}
#receipt main section#recibo .centrador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#receipt main section#recibo .centrador #thankyou {
  position: relative;
  width: 100%;
  max-width: 530px;
  padding-bottom: 180px;
}
#receipt main section#recibo .centrador #thankyou h5 {
  color: #F32735;
}
#receipt main section#recibo .centrador #thankyou p {
  margin-top: 40px;
}
#receipt main section#recibo .centrador #thankyou .link {
  margin-top: 25px;
}
#receipt main section#recibo .centrador #thankyou .link u {
  color: #F32735;
}
#receipt main section#recibo .centrador #related {
  position: relative;
  width: 450px;
  min-width: 450px;
  margin-left: 60px;
}
#receipt main section#recibo .centrador #related h6 {
  font-size: 17px;
}
#receipt main section#recibo .centrador #related #products {
  margin-top: 25px;
  flex-wrap: wrap;
}
#receipt main section#recibo .centrador #related #products .product {
  margin-bottom: 25px;
  width: calc(33% - 14px);
  width: -webkit-calc(33% - 14px);
  margin-right: 20px;
}
#receipt main section#recibo .centrador #related #products .product:nth-child(3n) {
  margin-right: 0px;
}
#receipt main section#recibo .centrador #related #products .product .item .foto {
  background: #C4C4C4;
}
#receipt main section#recibo .centrador #related #products .product .item .info strong {
  font-size: 14px;
  margin-top: 0px;
}
#receipt main section#recibo .centrador #related #actions {
  margin-top: 40px;
}
#receipt main section#recibo .centrador #related #actions .link u {
  color: #F32735;
}
#receipt main section#recibo #quicks {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
#receipt main section#recibo #quicks .quick {
  width: 100%;
  max-width: 580px;
}
#receipt main section#recibo #quicks .quick .centro {
  height: 100px;
}
#receipt main section#recibo #quicks .quick .centro .ico {
  width: 22px;
  height: 22px;
}
#receipt main section#recibo #quicks .quick .centro span {
  font-size: 17px;
}
#access {
  position: relative;
  overflow: hidden;
}
#access main section.login {
  padding: 60px 0px 100px;
}
#access main section.login .centrador #logo {
  position: relative;
}
#access main section.login .centrador #logo img {
  margin: auto;
}
#access main section.login .centrador h5 {
  margin-top: 40px;
  text-align: center;
}
#access main section.login .centrador #forms {
  position: relative;
  margin: 60px auto 0px;
  max-width: 350px;
}
#access main section.login .centrador #forms .formulario button {
  margin-top: 30px;
  width: 100%;
}
#access main section.login .centrador #forms .or {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 40px 0px 40px;
}
#access main section.login .centrador #forms .or:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
}
#access main section.login .centrador #forms .or span {
  display: block;
  background: white;
  padding: 0px 20px;
  position: relative;
  z-index: 10;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #2E2E2E;
}
#account {
  position: relative;
  overflow: hidden;
}
#account main {
  padding-top: 140px;
}
#account main #navigation {
  position: relative;
  background: #F2F2F2;
}
#account main #navigation .centrador {
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#account main #navigation .centrador nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#account main #navigation .centrador nav .link {
  margin-right: 70px;
}
#account main #navigation .centrador nav .link span {
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  display: block;
  color: #2E2E2E;
}
#account main #navigation .centrador nav .link.active span {
  color: #F32735;
}
#account main #main {
  position: relative;
  padding-top: 45px;
  padding-bottom: 100px;
}
#account main #main .centrador #contents {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#account main #main .centrador #contents aside {
  position: relative;
  width: 250px;
  min-width: 250px;
}
#account main #main .centrador #contents .content {
  position: relative;
  width: 100%;
}
#account main #main .centrador #contents .content h5 {
  margin-bottom: 35px;
}
#account main #main .centrador #contents .content .head {
  position: relative;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}
#account main #main .centrador #contents .content .head span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #2E2E2E;
}
#account main #main .centrador #contents .content .head .link {
  margin-right: 60px;
}
#account main #main .centrador #contents .content .head .link.active u {
  color: #F32735;
  text-decoration: underline;
}
#account main #main .centrador #contents .content .formulario {
  position: relative;
  max-width: 450px;
  padding-right: 30px;
}
#account main #main .centrador #contents .content .formulario .field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
#account main #main .centrador #contents .content .formulario .field label {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #2E2E2E;
  width: 150px;
  min-width: 150px;
}
#account main #main .centrador #contents .content .formulario .field .input {
  margin-bottom: 0px;
  width: 100%;
}
#account main #main .centrador #contents .content .formulario .field .input input {
  height: 30px;
}
#account main #main .centrador #contents .content .formulario .field .input .selector select {
  height: 30px;
}
#account main #main .centrador #contents .content .formulario .field .group {
  width: 100%;
}
#account main #main .centrador #contents .content .formulario .field .group .input {
  width: calc(50% - 8px);
  width: -webkit-calc(50% - 8px);
}
#account main #main .centrador #contents .content .formulario .field .group.triple .input {
  width: calc(33% - 6px);
  width: -webkit-calc(33% - 6px);
}
#account main #main .centrador #contents .content .formulario .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#account main #main .centrador #contents .content .formulario .actions .link {
  margin-right: 15px;
}
#account main #main .centrador #contents .content .formulario .actions .link u {
  font-size: 10px;
  text-decoration: underline;
}
#account main #main .centrador #contents .content .formulario.block .input {
  pointer-events: none;
}
#account main #main .centrador #contents .content .formulario.block .input ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
#account main #main .centrador #contents .content .formulario.block .input ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
#account main #main .centrador #contents .content .formulario.block .input :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
#account main #main .centrador #contents .content .formulario.block .input :-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
#account main #main .centrador #contents .content .formulario.block .input input,
#account main #main .centrador #contents .content .formulario.block .input textarea,
#account main #main .centrador #contents .content .formulario.block .input .selector {
  border-bottom: 0px;
}
#account main #main .centrador #contents .content .formulario.block .input .selector .arrow i {
  display: none;
}
#account main #main .centrador #contents .content #user {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#account main #main .centrador #contents .content #user .side {
  position: relative;
  width: 50%;
  padding-bottom: 60px;
}
#account main #main .centrador #contents .content #orders {
  position: relative;
}
#account main #main .centrador #contents .content #orders .head {
  border-top: none;
}
#account main #main .centrador #contents .content #orders #ordenes {
  position: relative;
}
#account main #main .centrador #contents .content #orders #ordenes .ordenes {
  position: relative;
}
#account main #main .centrador #contents .content #orders #ordenes .ordenes .orden {
  position: relative;
  margin-bottom: 30px;
}
#account main #main .centrador #contents .content #orders #ordenes .ordenes .orden .infos {
  position: relative;
  background: #F2F2F2;
  padding: 20px 20px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid white;
}
#account main #main .centrador #contents .content #orders #ordenes .ordenes .orden .infos .info {
  position: relative;
  margin-bottom: 15px;
  padding-right: 40px;
  max-width: 100%;
}
#account main #main .centrador #contents .content #orders #ordenes .ordenes .orden .infos .info small {
  display: block;
  color: #C4C4C4;
  font-size: 11px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
}
#account main #main .centrador #contents .content #orders #ordenes .ordenes .orden .infos .info span {
  display: block;
  color: #2E2E2E;
  font-size: 13px;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  margin-top: 5px;
  max-height: 15px;
  overflow: hidden;
}
#account main #main .centrador #contents .content #orders #ordenes .ordenes .orden .contenido {
  position: relative;
  background: #f7f7f7;
  padding: 30px 20px 10px;
}
#account main #main .centrador #contents .content #orders #ordenes .ordenes .orden .contenido h6 {
  margin-bottom: 30px;
  font-size: 17px;
}
#account main #main .centrador #contents .content #orders #ordenes .ordenes .orden .contenido .order_products .order_product {
  margin-bottom: 20px;
}
#account main #main .centrador #contents .content #billing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#account main #main .centrador #contents .content #billing .side {
  position: relative;
  width: 50%;
  padding-bottom: 60px;
}
#account main #main .centrador #contents .content #billing .side .formulario {
  max-width: 350px;
}
#account main #main .centrador #contents .content #billing #methods {
  position: relative;
  max-width: 360px;
}
#account main #main .centrador #contents .content #billing #methods .method {
  position: relative;
  background: #F2F2F2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0px 15px;
}
#account main #main .centrador #contents .content #billing #methods .method span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #2E2E2E;
}
#account main #main .centrador #contents .content #billing #methods .method u {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #2E2E2E;
  cursor: pointer;
}
#account main #main .centrador #contents .content #wishlist {
  position: relative;
}
#account main #main .centrador #contents .content #wishlist #wishlist_products .wishlist_product {
  margin-bottom: 40px;
  width: 180px;
  margin-right: 20px;
}
/* =Items
-----------------------------------------------------------------------------*/
#products,
.products {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#products .product,
.products .product {
  position: relative;
}
#products .product .item,
.products .product .item {
  position: relative;
}
#products .product .item .foto,
.products .product .item .foto {
  border: 1px solid #F2F2F2;
  cursor: pointer;
}
#products .product .item .foto:after,
.products .product .item .foto:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#products .product .item .foto .blurfoto,
.products .product .item .foto .blurfoto {
  background-size: contain !important;
}
#products .product .item .discount,
.products .product .item .discount {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 45px;
  height: 45px;
  background: #F32735;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 30;
}
#products .product .item .discount label,
.products .product .item .discount label {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: white;
  text-align: center;
}
#products .product .item .info,
.products .product .item .info {
  position: relative;
  padding-top: 20px;
}
#products .product .item .info b,
.products .product .item .info b {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #F32735;
  text-transform: uppercase;
}
#products .product .item .info b img,
.products .product .item .info b img {
  width: 8px;
  display: inline-block;
  margin-right: 4px;
}
#products .product .item .info strong,
.products .product .item .info strong {
  display: block;
  font-size: 22px;
  color: #2E2E2E;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  margin-top: 5px;
}
#products .product .item .info span,
.products .product .item .info span {
  display: block;
  margin-top: 5px;
  font-size: 17px;
  color: #2E2E2E;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
}
.post .foto {
  cursor: pointer;
}
.post .foto:after {
  content: '';
  display: block;
  padding-bottom: 60%;
}
.post .foto .blurfoto {
  background-size: cover !important;
}
.post .foto .blurcolor {
  background: rgba(0, 0, 0, 0.15);
}
.post .foto .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
}
.post .foto .date span {
  display: block;
  color: white;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 10px;
  padding-top: 10px;
  border-top: 1px solid white;
}
.post .texto {
  position: relative;
  padding-top: 20px;
}
.post .texto h6 {
  font-size: 15px;
}
.post .texto p {
  margin-top: 20px;
  line-height: 1.5;
}
.post .texto .link {
  margin-top: 10px;
}
.post .texto .link u {
  color: #F32735;
}
#cartitems,
.cartitems {
  position: relative;
}
#cartitems .cartitem,
.cartitems .cartitem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#cartitems .cartitem .foto,
.cartitems .cartitem .foto {
  position: relative;
  width: 90px;
  min-width: 90px;
  margin-right: 20px;
  border: 1px solid #C4C4C4;
}
#cartitems .cartitem .foto:after,
.cartitems .cartitem .foto:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#cartitems .cartitem .foto .blurfoto,
.cartitems .cartitem .foto .blurfoto {
  background-size: cover !important;
}
#cartitems .cartitem .details,
.cartitems .cartitem .details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#cartitems .cartitem .details .info,
.cartitems .cartitem .details .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
#cartitems .cartitem .details .info b,
.cartitems .cartitem .details .info b {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: white;
}
#cartitems .cartitem .details .info strong,
.cartitems .cartitem .details .info strong {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: white;
  max-height: 41px;
  overflow: hidden;
}
#cartitems .cartitem .details .manage,
.cartitems .cartitem .details .manage {
  position: relative;
  width: 85px;
  min-width: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
}
#cartitems .cartitem .details .manage .del,
.cartitems .cartitem .details .manage .del {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
#cartitems .cartitem .details .manage .del u,
.cartitems .cartitem .details .manage .del u {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: white;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
#cartitems .cartitem .details .manage .del u:after,
.cartitems .cartitem .details .manage .del u:after {
  content: '';
  display: block;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: white;
}
#cartitems .cartitem .details .manage .quantity,
.cartitems .cartitem .details .manage .quantity {
  position: relative;
  border: 1px solid white;
  width: 100%;
  height: 35px;
  overflow: hidden;
  border-radius: 18px;
}
#cartitems .cartitem .details .manage .quantity button,
.cartitems .cartitem .details .manage .quantity button {
  position: absolute;
  top: 0;
  border: none;
  background: none;
  height: 100%;
  width: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: white;
}
#cartitems .cartitem .details .manage .quantity button#plus,
.cartitems .cartitem .details .manage .quantity button#plus {
  right: 0px;
  font-size: 16px;
}
#cartitems .cartitem .details .manage .quantity button#minus,
.cartitems .cartitem .details .manage .quantity button#minus {
  left: 0px;
}
#cartitems .cartitem .details .manage .quantity input,
.cartitems .cartitem .details .manage .quantity input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  text-align: center;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: white;
}
#cartitems .cartitem .details .manage .quantity input:focus,
.cartitems .cartitem .details .manage .quantity input:focus {
  outline: none;
}
#checkoutitems,
.checkoutitems {
  position: relative;
}
#checkoutitems .checkoutitem,
.checkoutitems .checkoutitem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #C4C4C4;
}
#checkoutitems .checkoutitem .foto,
.checkoutitems .checkoutitem .foto {
  position: relative;
  width: 90px;
  min-width: 90px;
  margin-right: 20px;
  border: 1px solid white;
}
#checkoutitems .checkoutitem .foto:after,
.checkoutitems .checkoutitem .foto:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#checkoutitems .checkoutitem .foto .blurfoto,
.checkoutitems .checkoutitem .foto .blurfoto {
  background-size: cover !important;
}
#checkoutitems .checkoutitem .details,
.checkoutitems .checkoutitem .details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#checkoutitems .checkoutitem .details .info,
.checkoutitems .checkoutitem .details .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
#checkoutitems .checkoutitem .details .info b,
.checkoutitems .checkoutitem .details .info b {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #2E2E2E;
  text-transform: uppercase;
}
#checkoutitems .checkoutitem .details .info strong,
.checkoutitems .checkoutitem .details .info strong {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #2E2E2E;
  margin-top: 5px;
}
#checkoutitems .checkoutitem .details .subtotal,
.checkoutitems .checkoutitem .details .subtotal {
  position: relative;
  width: 90px;
  min-width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#checkoutitems .checkoutitem .details .subtotal span,
.checkoutitems .checkoutitem .details .subtotal span {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #2E2E2E;
  text-align: right;
}
#order_products,
.order_products {
  position: relative;
}
#order_products .order_product,
.order_products .order_product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#order_products .order_product .foto,
.order_products .order_product .foto {
  position: relative;
  width: 70px;
  min-width: 70px;
  margin-right: 20px;
  border: 1px solid white;
}
#order_products .order_product .foto:after,
.order_products .order_product .foto:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#order_products .order_product .foto .blurfoto,
.order_products .order_product .foto .blurfoto {
  background-size: cover !important;
}
#order_products .order_product .info,
.order_products .order_product .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
#order_products .order_product .info b,
.order_products .order_product .info b {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #2E2E2E;
  text-transform: uppercase;
}
#order_products .order_product .info strong,
.order_products .order_product .info strong {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #2E2E2E;
  margin-top: 5px;
}
#wishlist_products,
.wishlist_products {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#wishlist_products .wishlist_product,
.wishlist_products .wishlist_product {
  position: relative;
}
#wishlist_products .wishlist_product .del,
.wishlist_products .wishlist_product .del {
  position: relative;
}
#wishlist_products .wishlist_product .del u,
.wishlist_products .wishlist_product .del u {
  display: block;
  cursor: pointer;
  font-size: 9px;
  color: #2E2E2E;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
}
#wishlist_products .wishlist_product .item,
.wishlist_products .wishlist_product .item {
  position: relative;
  margin-top: 10px;
}
#wishlist_products .wishlist_product .item .foto,
.wishlist_products .wishlist_product .item .foto {
  border: 1px solid #F2F2F2;
  cursor: pointer;
}
#wishlist_products .wishlist_product .item .foto:after,
.wishlist_products .wishlist_product .item .foto:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#wishlist_products .wishlist_product .item .foto .blurfoto,
.wishlist_products .wishlist_product .item .foto .blurfoto {
  background-size: contain !important;
}
#wishlist_products .wishlist_product .item .info,
.wishlist_products .wishlist_product .item .info {
  position: relative;
  padding-top: 15px;
}
#wishlist_products .wishlist_product .item .info b,
.wishlist_products .wishlist_product .item .info b {
  display: block;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #F32735;
  text-transform: uppercase;
}
#wishlist_products .wishlist_product .item .info b img,
.wishlist_products .wishlist_product .item .info b img {
  width: 8px;
  display: inline-block;
  margin-right: 4px;
}
#wishlist_products .wishlist_product .item .info strong,
.wishlist_products .wishlist_product .item .info strong {
  display: block;
  font-size: 15px;
  color: #2E2E2E;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
  margin-top: 5px;
}
#wishlist_products .wishlist_product .item .info span,
.wishlist_products .wishlist_product .item .info span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: #2E2E2E;
  font-family: 'Benton Sans', sans-serif;
  font-weight: normal;
}
#wishlist_products .wishlist_product .item button,
.wishlist_products .wishlist_product .item button {
  margin-top: 15px;
  width: 100%;
  height: 30px;
  padding: 0px 10px;
}
/* =Responsive
-----------------------------------------------------------------------------*/
/*
	MEDIA SCREEN
*/
/* =Full Screen
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 1824px) {
  .centrador {
    max-width: 1690px;
  }
  .link u {
    font-size: 23px;
  }
  .link u img {
    width: 17px;
  }
  .link.max u {
    font-size: 40px;
  }
  .link.max u img {
    width: 25px;
  }
  #rated .rate i,
  .rated .rate i {
    font-size: 20px;
  }
  #rated span,
  .rated span {
    font-size: 15px;
  }
  button.boton {
    height: 60px;
    border-radius: 30px;
  }
  button.boton span {
    font-size: 17px;
  }
  h2 {
    font-size: 70px;
  }
  h4 {
    font-size: 50px;
  }
  h5 {
    font-size: 40px;
  }
  h6 {
    font-size: 25px;
  }
  .paragraph {
    font-size: 23px;
  }
  #formulario .input input,
  .formulario .input input,
  #formulario .input textarea,
  .formulario .input textarea {
    font-size: 20px;
    height: 50px;
  }
  #formulario .input textarea,
  .formulario .input textarea {
    height: auto;
  }
  #formulario .input .selector select,
  .formulario .input .selector select {
    height: 49px;
    font-size: 20px;
  }
  #formulario .checkbox label,
  .formulario .checkbox label {
    font-size: 20px;
  }
  header #header .centrador {
    height: 160px;
  }
  header #header .centrador #logo .logo svg {
    width: 190px;
  }
  header #header .centrador #menu menu .link {
    margin-left: 40px;
  }
  header #header .centrador #actions {
    width: 260px;
    min-width: 260px;
  }
  header #header .centrador #menu menu .link span,
  header #header .centrador #actions .action span {
    font-size: 17px;
  }
  header #header .centrador #actions .action {
    margin-left: 30px;
  }
  header #header .centrador #actions .action .ico svg {
    height: 25px;
  }
  header #search .centrador {
    max-width: 1600px;
  }
  #cover .centrador #highlights {
    height: 230px;
  }
  #cover .centrador .helper {
    height: 230px;
  }
  #cover .centrador #highlights .bar {
    margin-top: 30px;
  }
  #cover .centrador #highlights #features {
    margin-top: 30px;
  }
  #cover .centrador #highlights #features .feature span,
  #cover .centrador #highlights #features .link span {
    font-size: 20px;
    font-family: 'Benton Sans', sans-serif;
    font-weight: normal;
  }
  #cover .centrador #highlights #features .feature span {
    max-width: 280px;
  }
  #cover .centrador #highlights #features .link {
    min-width: 35%;
  }
  #quicks .quick,
  .quicks .quick {
    padding: 80px 120px;
  }
  #quicks .quick .centro,
  .quicks .quick .centro {
    height: 200px;
  }
  #quicks .quick .centro .ico,
  .quicks .quick .centro .ico {
    width: 45px;
  }
  #quicks .quick .centro span,
  .quicks .quick .centro span {
    font-size: 50px;
    max-width: 500px;
  }
  #quicks .quick.min,
  .quicks .quick.min {
    width: 420px;
    padding: 60px;
  }
  #quicks .quick.min .centro span,
  .quicks .quick.min .centro span {
    font-size: 25px;
    max-width: 180px;
  }
  #quicks .quick.min .centro,
  .quicks .quick.min .centro {
    height: 300px;
  }
  #quicks .quick.min .centro .ico,
  .quicks .quick.min .centro .ico {
    width: 40px;
  }
  footer {
    padding: 100px 0px;
  }
  footer .centrador #pie #logo img {
    width: 220px;
  }
  footer .centrador #pie #slogan span {
    font-size: 30px;
    max-width: 340px;
  }
  footer .centrador #pie #copy small {
    font-size: 17px;
  }
  footer .centrador #content {
    width: 700px;
  }
  footer .centrador #content #info .info h6 {
    font-size: 25px;
  }
  footer .centrador #content #info .info .contacts .contact {
    height: 160px;
  }
  footer .centrador #content #info .info .contacts .contact b {
    font-size: 17px;
  }
  footer .centrador #content #info .info .contacts .contact span {
    font-size: 17px;
  }
  footer .centrador #content #extras #legal small {
    font-size: 17px;
  }
  footer .centrador #content #extras #social h6 {
    font-size: 25px;
  }
  footer .centrador #content #extras #social #rrss .rrss span {
    font-size: 17px;
  }
  footer .centrador #content #extras #social #rrss .rrss span svg {
    width: 15px;
  }
  .products .product .item .info {
    padding-top: 30px;
  }
  #products .product .item .info b,
  .products .product .item .info b {
    font-size: 15px;
  }
  #products .product .item .info b img,
  .products .product .item .info b img {
    width: 13px;
  }
  #products .product .item .info strong,
  .products .product .item .info strong {
    font-size: 25px;
    margin-top: 20px;
  }
  #products .product .item .info span,
  .products .product .item .info span {
    font-size: 20px;
    margin-top: 15px;
  }
  #wishlist_products .wishlist_product .item .info b img,
  .wishlist_products .wishlist_product .item .info b img {
    width: 12px;
  }
  #wishlist_products .wishlist_product .item .info b,
  .wishlist_products .wishlist_product .item .info b {
    font-size: 15px;
  }
  #wishlist_products .wishlist_product .del u,
  .wishlist_products .wishlist_product .del u {
    font-size: 15px;
  }
  #wishlist_products .wishlist_product .item .info strong,
  .wishlist_products .wishlist_product .item .info strong {
    font-size: 17px;
  }
  #wishlist_products .wishlist_product .item .info span,
  .wishlist_products .wishlist_product .item .info span {
    font-size: 15px;
  }
  .post .foto .date {
    padding: 40px;
  }
  .post .foto .date span {
    font-size: 17px;
    padding-top: 15px;
  }
  .post .texto {
    padding-top: 30px;
  }
  .post .texto h6 {
    font-size: 20px;
  }
  .post .texto .link {
    margin-top: 25px;
  }
  .post .texto .link u {
    font-size: 20px;
  }
  #site main section.texto {
    padding: 200px 0px 160px;
  }
  #site main section.texto .centrador .titulo {
    width: 660px;
  }
  #site main section.texto .centrador .parrafo {
    width: 700px;
  }
  #site main section.texto .centrador .parrafo .link {
    margin-top: 50px;
  }
  #site main section#destacados .centrador #featured .featured .color {
    padding: 80px;
  }
  #site main section#destacados .centrador #featured .featured .color .producto b {
    font-size: 20px;
  }
  #site main section#destacados .centrador #featured .featured .color .producto strong {
    font-size: 35px;
  }
  #site main section#destacados .centrador #featured .featured .color .descripcion span {
    font-size: 20px;
  }
  #site main section#valor .centrador #content #color {
    padding: 120px;
  }
  #site main section#valor .centrador #content #color span {
    font-size: 40px;
  }
  #site main section#valor .centrador #content #valores .valor {
    padding: 60px 120px;
    justify-content: flex-start;
  }
  #site main section#valor .centrador #content #valores .valor b {
    font-size: 25px;
  }
  #site main section#valor .centrador #content #valores .valor span {
    font-size: 18px;
    max-width: 300px;
    line-height: 1.5;
  }
  #site main section#colaboradores .centrador #our_partners #viewer #partners .partner {
    width: 400px;
    min-width: 400px;
    height: 400px;
    margin-right: -80px;
  }
  #site main section#colaboradores .centrador #our_partners #progress {
    margin-top: 120px;
  }
  #site main section#colaboradores .centrador #our_partners #progress #bar {
    max-width: 570px;
  }
  #site main section#colaboradores .centrador #our_partners #progress label {
    font-size: 15px;
    margin-top: 30px;
  }
  #industry main section#principales {
    padding-top: 300px;
  }
  #industry main section#principales .centrador #products {
    margin-top: 100px;
  }
  #industry main section#industria_moderna .centrador h4 {
    max-width: 880px;
  }
  #industry main section#industria_moderna {
    padding-top: 200px;
  }
  #industry main section#industria_moderna .centrador #otros {
    margin-top: 140px;
  }
  #industry main section#industria_moderna .centrador #otros .otro {
    margin-bottom: 100px;
    padding-bottom: 40px;
  }
  #industry main section#industria_moderna .centrador #otros .otro .foto {
    width: 450px;
    min-width: 450px;
  }
  #industry main section#industria_moderna .centrador #otros .otro .texto {
    max-width: 670px;
  }
  #industry main section#industria_moderna .centrador #otros .otro .texto p {
    font-size: 17px;
  }
  #industry main section#industria_moderna .centrador #otros .otro .texto .link u {
    font-size: 17px;
  }
  #industry main section#complementamos .centrador .titulo {
    max-width: 780px;
  }
  #industry main section#complementamos .centrador .parrafo {
    max-width: 650px;
    width: 100%;
    min-width: 0px;
  }
  #industry main section#localizacion .centrador #titulo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1690px;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding: 0px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #industry main section#localizacion .centrador #titulo h4 {
    max-width: 540px;
  }
  #industry main section#localizacion .centrador {
    padding: 0px;
    max-width: none;
  }
  #industry main section#localizacion .centrador #servicios {
    width: 60%;
    margin-left: auto;
    z-index: 60;
  }
  #industry main section#localizacion .centrador #servicios .servicio {
    padding: 60px;
  }
  #industry main section#localizacion .centrador #servicios .servicio .titulo {
    height: 180px;
  }
  #industry main section#localizacion .centrador #servicios .servicio .titulo b {
    font-size: 25px;
    max-width: 400px;
  }
  #industry main section#localizacion .centrador #servicios .servicio .texto .ico {
    width: 40px;
  }
  #industry main section#localizacion .centrador #servicios .servicio .texto {
    width: 440px;
    min-width: 440px;
  }
  #industry main section#localizacion .centrador #servicios .servicio .texto span {
    font-size: 17px;
    max-width: 340px;
  }
  #industry main section.rapidos .centrador {
    max-width: none;
    padding: 0px;
  }
  #industry main section.rapidos .centrador .quicks {
    max-width: none;
  }
  #industry main section.rapidos .centrador .quicks .quick {
    margin-right: 60%;
  }
  #contractors #cover .centrador #highlights #features .link {
    min-width: 15%;
  }
  #contractors #cover .centrador #highlights #features .feature {
    width: 20%;
  }
  #contractors #cover .centrador #highlights #features .feature span {
    max-width: 200px;
  }
  #contractors main section#soluciones {
    padding-top: 200px;
  }
  #contractors main section#soluciones .centrador {
    padding: 0px;
    max-width: none;
  }
  #contractors main section#soluciones .centrador #titulo {
    padding-top: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1690px;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #contractors main section#soluciones .centrador #titulo h5 {
    max-width: 650px;
  }
  #contractors main section#soluciones .centrador #titulo .link {
    margin-top: 30px;
  }
  #contractors main section#soluciones .centrador #areas {
    width: 50%;
    margin-left: auto;
  }
  #contractors main section#soluciones .centrador #areas .area {
    padding: 60px 100px;
  }
  #contractors main section#soluciones .centrador #areas .area .titulo b {
    font-size: 25px;
    max-width: 290px;
  }
  #contractors main section#soluciones .centrador #areas .area .texto p {
    font-size: 18px;
  }
  #wholesaler #cover .centrador #highlights #features .link {
    min-width: 15%;
  }
  #wholesaler #cover .centrador #highlights #features .feature {
    width: 33%;
  }
  #wholesaler #cover .centrador #highlights #features .feature span {
    max-width: 420px;
  }
  #wholesaler main section#mas_pedidos {
    padding-top: 200px;
  }
  #wholesaler main section#mas_pedidos .centrador .head h4 {
    max-width: 620px;
    width: 620px;
    font-size: 40px;
  }
  #wholesaler main section#mas_pedidos .centrador .head .texto {
    width: 690px;
  }
  #wholesaler #products .product .item .info span,
  #wholesaler .products .product .item .info span {
    font-size: 25px;
    margin-top: 15px;
  }
  #wholesaler main section.rapidos {
    margin-top: -200px;
  }
  #wholesaler main section#experiencia .centrador .photo .texto {
    padding: 160px 120px;
  }
  #wholesaler main section#experiencia .centrador .photo .texto h5 {
    max-width: 826px;
  }
  #us #cover .centrador #slogan h4 {
    font-size: 45px;
    max-width: 1220px;
  }
  #us #cover .centrador #highlights h6 {
    margin-top: 30px;
    font-size: 25px;
    max-width: 870px;
  }
  #us main section#historia {
    padding-top: 200px;
  }
  #us main section#historia .centrador #timeline #history #dates .date {
    width: 540px;
    min-width: 540px;
  }
  #us main section#historia .centrador #timeline #history #dates .date h6 {
    font-size: 30px;
  }
  #us main section#historia .centrador #timeline #history #dates .date p {
    font-size: 20px;
    max-width: 400px;
  }
  #us main section#historia .centrador #timeline #progress {
    margin-top: 120px;
  }
  #us main section#historia .centrador #timeline #progress #bar {
    max-width: 570px;
  }
  #us main section#historia .centrador #timeline #progress label {
    font-size: 15px;
    margin-top: 30px;
  }
  #us main section#acerca .centrador .row .texto.color,
  #us main section#acerca .centrador .row .texto {
    padding: 120px;
  }
  #us main section#acerca .centrador .row .texto.color .centro p {
    font-size: 20px;
  }
  #us main section#acerca .centrador .row .texto .centro .valor b {
    font-size: 20px;
    width: 280px;
    min-width: 280px;
  }
  #us main section#acerca .centrador .row .texto .centro .valor p {
    font-size: 20px;
  }
  #blog main {
    padding-top: 280px;
  }
  #blog main section#ultimo .centrador #title {
    padding-top: 30px;
  }
  #blog main section#ultimo .centrador #title h4 {
    font-size: 55px;
  }
  #blog main section#ultimo .centrador .post#last_post {
    width: 800px;
    min-width: 800px;
    margin-left: 120px;
  }
  #blog main section#ultimo .centrador .post#last_post .foto .date {
    padding: 50px;
  }
  #blog main section#ultimo .centrador .post#last_post .foto .date span {
    padding-top: 25px;
  }
  #blog main section#ultimo .centrador .post#last_post .foto .date span {
    font-size: 20px;
  }
  #blog main section#ultimo .centrador .post#last_post .texto {
    padding-top: 50px;
  }
  #blog main section#ultimo .centrador .post#last_post .texto h6 {
    font-size: 25px;
  }
  #blog main section#ultimo .centrador .post#last_post .texto .link {
    margin-top: 30px;
  }
  #blog main section#ultimo .centrador .post#last_post .texto .link u {
    font-size: 20px;
  }
  #blog main section#ultimo .centrador .post#last_post .texto p {
    font-size: 20px;
    font-family: 'Benton Sans', sans-serif;
    font-weight: normal;
  }
  #blog main section#articulos .centrador #posts .post {
    margin-bottom: 100px;
  }
  #blog main section#articulos {
    padding-bottom: 200px;
  }
  #post main {
    padding-top: 280px;
  }
  #post main section#articulo .centrador #title {
    padding-top: 30px;
  }
  #post main section#articulo .centrador #title h4 {
    font-size: 55px;
  }
  #post main section#articulo .centrador article {
    width: 800px;
    min-width: 800px;
    margin-left: 120px;
  }
  #post main section#articulo .centrador article #bloques {
    margin-top: 120px;
  }
  #post main section#articulo .centrador article #bloques .bloque {
    margin-bottom: 80px;
  }
  #post main section#articulo .centrador article #bloques .bloque .paragraph {
    font-size: 20px;
  }
  #post main section#articulo .centrador article #more {
    margin-top: 80px;
  }
  #post main section#articulo .centrador article #more .entry label {
    font-size: 23px;
  }
  #post main section#articulo .centrador article #more .entry .articulo {
    padding: 40px;
  }
  #post main section#articulo .centrador article #more .entry .articulo .link {
    margin-top: 40px;
  }
  #post main section#articulo .centrador article #more .entry .articulo h6,
  #post main section#articulo .centrador article #more .entry .articulo .link u {
    font-size: 20px;
  }
  #post main section#articulo {
    padding-bottom: 400px;
  }
  #contact main {
    padding-top: 280px;
  }
  #contact main section#contactanos .centrador #head h2 {
    font-size: 100px;
  }
  #contact main section#contactanos .centrador #head .link u {
    font-size: 50px;
  }
  #contact main section#contactanos {
    padding-bottom: 220px;
  }
  #contact main section#medios .centrador #sucursales .sucursal {
    margin-bottom: 100px;
  }
  #contact main section#medios .centrador #sucursales .sucursal span {
    font-size: 30px;
  }
  #contact main section#medios .centrador #sucursales .sucursal p {
    font-size: 20px;
    margin-top: 40px;
  }
  #contact main section#medios #contacto {
    padding: 100px 120px;
  }
  #contact main section#medios #contacto #form .input {
    margin-bottom: 80px;
  }
  #contact main section#medios #contacto #form .input input,
  #contact main section#medios #contacto #form .input textarea {
    height: 80px;
    font-size: 25px;
    font-family: 'Benton Sans', sans-serif;
    font-weight: normal;
  }
  #contact main section#medios #contacto #form .link {
    margin-top: 100px;
  }
  #contact main section#medios {
    padding-bottom: 400px;
  }
  #brands #cover #marca .texto p {
    font-size: 20px;
  }
  #brands #cover #marca .texto {
    width: 670px;
    min-width: 670px;
  }
  #brands #cover #marca .logo img {
    max-width: 200px;
  }
  #brands #cover #marca .texto .links .link u {
    font-size: 17px;
  }
  #brands #cover #marca .texto .links .link u img {
    width: 12px;
  }
  #brands main section#marcas .centrador .marca {
    padding: 50px 0px;
  }
  #brands main section#marcas .centrador .marca .texto {
    width: 670px;
    min-width: 670px;
  }
  #brands main section#marcas .centrador .marca .texto p {
    font-size: 20px;
  }
  #brands main section#marcas .centrador .marca .texto .links {
    display: block;
    margin-top: 80px;
  }
  #brands main section#marcas .centrador .marca .texto .links .link {
    margin-bottom: 15px;
  }
  #brands main section#marcas .centrador .marca .texto .links .link u {
    font-size: 17px;
  }
  #brands main section#marcas .centrador .marca .texto .links .link u img {
    width: 12px;
  }
  #brands main section#marcas .centrador .marca .logo img {
    max-width: 270px;
  }
  #collection main section#coleccion {
    padding-top: 200px;
  }
  #collection main section#coleccion .centrador #products {
    margin-top: 200px;
  }
  #collection main section#coleccion .centrador .head {
    justify-content: flex-start;
  }
  #collection main section#coleccion .centrador .head .texto {
    max-width: 680px;
  }
  #collection main section#coleccion .centrador .head h4 {
    max-width: 530px;
  }
  #collection main section#coleccion .centrador #products .product {
    margin-bottom: 120px;
  }
  #store main section#tienda {
    padding-top: 100px;
  }
  #store main section#tienda .centrador #main #content #products .product {
    width: calc(25% - 15px);
    width: -webkit-calc(25% - 15px);
  }
  #store main section#tienda .centrador #main #content #products .product:nth-child(3n + 0) {
    margin-right: 20px;
  }
  #store main section#tienda .centrador #main #content #products .product:nth-child(4n + 0) {
    margin-right: 0px;
  }
  #store main section#tienda .centrador #main aside {
    width: 300px;
    min-width: 300px;
  }
  #product main section#producto .centrador #breadcrum span {
    font-size: 15px;
  }
  #product main section#producto .centrador #main aside #info b img {
    width: 10px;
  }
  #product main section#producto .centrador #main aside #info b {
    font-size: 15px;
  }
  #product main section#producto .centrador #main aside #info strong {
    font-size: 40px;
    font-family: 'Benton Sans', sans-serif;
    font-weight: normal;
  }
  #product main section#producto .centrador #main aside #info span {
    font-size: 40px;
    font-family: 'Benton Sans', sans-serif;
    font-weight: normal;
  }
  #product main section#producto .centrador #main aside #downloads .link img {
    width: 40px;
  }
  #product main section#producto .centrador #main aside #downloads .link u {
    font-size: 17px;
  }
  #product main section#producto .centrador #main aside #details p {
    font-size: 20px;
  }
  #product main section#producto .centrador #main aside #features .feature {
    padding: 60px 0px;
  }
  #product main section#producto .centrador #main aside #features .feature h6 {
    font-size: 15px;
    width: 160px;
    min-width: 160px;
  }
  #product main section#producto .centrador #main aside #features .feature p {
    font-size: 20px;
  }
  #product main section#producto .centrador #main aside #add #set #quantity {
    width: 160px;
    min-width: 160px;
  }
  #product main section#producto .centrador #main aside #add #set #quantity,
  #product main section#producto .centrador #main aside #add #set #ship {
    height: 60px;
    border-radius: 30px;
  }
  #product main section#producto .centrador #main aside #add #set #ship span,
  #product main section#producto .centrador #main aside #add #set #ship b {
    font-size: 20px;
  }
  #product main section#producto .centrador #main aside #add #set #quantity input {
    font-size: 17px;
  }
  #product main section#producto .centrador #main aside #add #set #quantity button#plus {
    font-size: 20px;
  }
  #product main section#reseñas .centrador #rating #new #set span {
    font-size: 15px;
  }
  #product main section#reseñas .centrador #rating #new #set,
  #product main section#reseñas .centrador #rating #new .formulario {
    max-width: 520px;
  }
  #product main section#reseñas .centrador #rating #reviews .review .rated .rate i {
    font-size: 28px;
  }
  #product main section#reseñas .centrador #rating #reviews .review .rated span {
    font-size: 17px;
  }
  #product main section#reseñas .centrador #rating #reviews .review b,
  #product main section#reseñas .centrador #rating #reviews .review p {
    font-size: 20px;
  }
  #product main section#reseñas .centrador #rating #reviews .review {
    margin-bottom: 60px;
  }
  #product main section#relacionados {
    padding-top: 160px;
  }
  #product main section#relacionados .centrador #actions {
    margin-top: 120px;
  }
  #shopping_cart #cart {
    max-width: 650px;
  }
  #checkout main section#compra .centrador #proceso {
    max-width: 660px;
  }
  #checkout main section#compra .centrador #proceso #cart_navigation .link u {
    font-size: 15px;
  }
  #checkout main section#compra .centrador #proceso #cart_navigation .link u img {
    width: 12px;
  }
  #checkout main section#compra .centrador #proceso #cart_navigation nav span {
    font-size: 15px;
  }
  #checkout main section#compra .centrador #proceso #steps .step .resume label {
    width: 140px;
    min-width: 140px;
  }
  #checkout main section#compra .centrador #proceso #steps .step .resume label,
  #checkout main section#compra .centrador #proceso #steps .step .resume .input input {
    font-size: 15px;
  }
  #checkout main section#compra .centrador #proceso #steps .step .resume .input u {
    font-size: 12px;
  }
  #checkout main section#compra .centrador #proceso #steps {
    max-width: 530px;
  }
  #checkout main section#compra .centrador #proceso #steps .step .formulario #shipping_options .shipping_option .input b {
    font-size: 20px;
  }
  #checkout main section#compra .centrador #proceso #steps .step .formulario #shipping_options .shipping_option span {
    font-size: 15px;
  }
  #checkout main section#compra .centrador #proceso #steps .step .formulario #address_options .address_option span {
    font-size: 15px;
  }
  #receipt main {
    padding-top: 260px;
  }
  #receipt main section#recibo {
    min-height: calc(100vh - 360px);
    min-height: -webkit-calc(100vh - 360px);
  }
  #receipt main section#recibo .centrador #thankyou p {
    font-size: 20px;
  }
  #receipt main section#recibo .centrador #thankyou .link u {
    font-size: 20px;
  }
  #receipt main section#recibo .centrador #thankyou .link u img {
    width: 12px;
  }
  #receipt main section#recibo #quicks .quick {
    max-width: 800px;
  }
  #receipt main section#recibo #quicks .quick .centro .ico {
    width: 30px;
  }
  #receipt main section#recibo #quicks .quick .centro span {
    font-size: 25px;
  }
  #receipt main section#recibo .centrador #related h6 {
    font-size: 25px;
  }
  #receipt main section#recibo .centrador #related {
    width: 600px;
    min-width: 600px;
  }
  #receipt main section#recibo .centrador #related #products .product .item .info strong {
    font-size: 17px;
  }
  #access main section.login .centrador #forms {
    max-width: 530px;
  }
  #access main section.login .centrador #forms .or span {
    font-size: 17px;
  }
  #access main section.login .centrador #forms #formulario .checkbox label,
  #access main section.login .centrador #forms .formulario .checkbox label {
    font-size: 15px;
  }
  #account main {
    padding-top: 160px;
  }
  #account main #navigation .centrador nav .link span {
    font-size: 20px;
  }
  #account main #navigation .centrador {
    height: 120px;
  }
  #account main #main .centrador #contents .content .head {
    height: 60px;
    margin-bottom: 60px;
  }
  #account main #main .centrador #contents .content .head .link u {
    font-size: 20px;
  }
  #account main #main .centrador #contents .content .head span {
    font-size: 20px;
  }
  #account main #main .centrador #contents .content .formulario .field label {
    font-size: 20px;
    width: 240px;
    min-width: 240px;
  }
  #account main #main .centrador #contents .content .formulario .field .input input {
    height: 50px;
  }
  #account main #main .centrador #contents .content .formulario .field .input .selector select {
    height: 49px;
  }
  #account main #main .centrador #contents .content .formulario {
    max-width: 700px;
  }
  #account main #main .centrador #contents .content .formulario .actions .link u {
    font-size: 15px;
  }
  #account main #main .centrador #contents aside {
    width: 400px;
    min-width: 400px;
  }
  #account main #main .centrador #contents .content #orders #ordenes .ordenes .orden .infos .info {
    padding-right: 60px;
  }
  #account main #main .centrador #contents .content #orders #ordenes .ordenes .orden .infos .info small {
    font-size: 15px;
  }
  #account main #main .centrador #contents .content #orders #ordenes .ordenes .orden .infos .info span {
    font-size: 17px;
    max-height: none;
  }
  #account main #main .centrador #contents .content #orders #ordenes .ordenes .orden .contenido h6 {
    font-size: 20px;
  }
  #order_products .order_product .foto,
  .order_products .order_product .foto {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
  #order_products .order_product .info b,
  .order_products .order_product .info b {
    font-size: 15px;
  }
  #order_products .order_product .info strong,
  .order_products .order_product .info strong {
    font-size: 17px;
  }
  #account main #main .centrador #contents .content #billing #methods .method {
    height: 60px;
  }
  #account main #main .centrador #contents .content #billing #methods {
    max-width: 530px;
  }
  #account main #main .centrador #contents .content #billing #methods .method span {
    font-size: 17px;
  }
  #account main #main .centrador #contents .content #billing #methods .method u {
    font-size: 15px;
  }
  #account main #main .centrador #contents .content #billing .side .formulario {
    max-width: 530px;
  }
  #account main #main .centrador #contents .content #wishlist #wishlist_products .wishlist_product {
    width: 250px;
    margin-bottom: 60px;
  }
}
/* = Tablet Horizontal
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1224px) {
  main {
    min-height: 100vh;
  }
  .centrador {
    padding: 0px 60px;
  }
  header.menu #header .centrador #menu {
    opacity: 1;
    pointer-events: all;
  }
  header #header,
  header #search {
    position: fixed;
  }
  header #header .centrador #menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 120px 60px 60px;
    opacity: 0;
    pointer-events: none;
  }
  header #header .centrador #menu small {
    display: block;
    text-align: center;
    font-family: 'Benton Sans', sans-serif;
    font-weight: normal;
    color: white;
    font-size: 12px;
    z-index: 40;
  }
  header #header .centrador #menu .blurfoto,
  header #header .centrador #menu .blurcolor {
    display: block;
  }
  header #header .centrador #menu menu {
    display: block;
    z-index: 30;
  }
  header #header .centrador #menu menu .link {
    margin: 0px;
    height: 60px;
    border-bottom: 0.5px solid white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  header #header .centrador #menu menu .link span {
    font-size: 20px;
    color: white;
    font-family: 'Benton Sans', sans-serif;
    font-weight: normal;
  }
  header #header .centrador #actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header #header .centrador #actions .action#btnAccount {
    display: none;
  }
  header #header .centrador #actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  footer .centrador #content {
    width: auto;
  }
  footer .centrador #content #info .info:first-of-type,
  footer .centrador #content #extras #legal {
    width: 260px;
  }
  footer .centrador #content #info .info:last-of-type,
  footer .centrador #content #extras #social {
    width: 160px;
  }
  #site main section.texto .centrador .parrafo {
    width: 380px;
    margin-top: 10px;
  }
  #site main section#destacados .centrador #featured .featured .color {
    padding: 40px;
  }
  #industry main section#principales .centrador .head {
    display: block;
  }
  #industry main section#principales .centrador .head .link {
    margin-bottom: 0px;
    margin-top: 15px;
  }
  #industry main section#localizacion .centrador #servicios .servicio .titulo {
    height: auto;
    display: block;
  }
  #industry main section#localizacion .centrador #servicios .servicio .titulo .link {
    opacity: 1;
    margin-top: 15px;
  }
  #industry main section#localizacion .centrador #servicios .servicio .texto span {
    color: #848484;
  }
  #industry main section#localizacion .centrador #servicios .servicio .texto .ico {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  #industry main section#localizacion .centrador #servicios .servicio .texto {
    width: 100%;
    min-width: 0px;
    margin-top: 20px;
    position: static;
  }
  #industry main section#localizacion .centrador #servicios .servicio {
    display: block;
  }
  #industry main section#localizacion .centrador #servicios .servicio:hover {
    background: white;
  }
  #industry main section.texto .centrador .titulo h5 {
    max-width: 450px;
  }
  #contractors main section#herramientas .centrador .head {
    display: block;
  }
  #contractors main section#herramientas .centrador .head .link {
    margin-bottom: 0px;
    margin-top: 15px;
  }
  #wholesaler #cover .centrador #highlights #features .link {
    min-width: 90px;
  }
  #wholesaler #cover .centrador #highlights #features .feature {
    width: 33%;
  }
  #wholesaler #cover .centrador #highlights #features .feature span {
    max-width: 235px;
  }
  #us main section#acerca .centrador .row .texto.color {
    padding: 60px;
  }
  #us main section#acerca .centrador .row .texto .centro .valor b {
    width: 130px;
    min-width: 130px;
  }
  #product main section#producto .centrador #main #media {
    width: 40%;
    min-width: 40%;
  }
  #checkout main section#compra .centrador #proceso {
    max-width: 380px;
  }
  #checkout main section#compra .centrador #proceso #cart_navigation .link {
    display: none;
  }
  #receipt main section#recibo .centrador #related {
    display: none;
  }
}
/* = Tablet Vertical / Movil Ancho
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 820px) {
  .external {
    display: block;
  }
  #cover .centrador #slogan h2 {
    font-size: 30px;
    top: 0px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  #cover .centrador #highlights #features .feature {
    width: 100%;
    display: none;
  }
  #cover .centrador #highlights #features .feature.active {
    display: block;
  }
  #cover .centrador #highlights #features .link {
    display: none;
  }
  #quicks,
  .quicks {
    display: block;
  }
  #quicks .quick,
  .quicks .quick {
    width: 100%;
  }
  #quicks .quick:nth-child(2),
  .quicks .quick:nth-child(2) {
    border-left: none;
    border-top: 2px solid white;
  }
  footer .centrador {
    display: block;
  }
  footer .centrador #pie #slogan {
    display: none;
  }
  footer .centrador #pie #copy {
    display: none;
  }
  footer .centrador #content {
    margin-top: 40px;
  }
  footer .centrador #content #extras #social {
    display: none;
  }
  footer .centrador #content #info {
    flex-wrap: wrap;
  }
  footer .centrador #content #info .info h6 {
    color: #F32735;
  }
  footer .centrador #content #info .info {
    width: 40% !important;
  }
  footer .centrador #content #info .info.mobile {
    display: block;
  }
  footer .centrador #content #info .info:last-of-type {
    width: 100% !important;
  }
  footer .centrador #content #info .info:last-of-type .contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  footer .centrador #content #info .info:last-of-type .contacts .contact {
    width: 40%;
  }
  footer .centrador #content #extras #legal span {
    display: block;
  }
  #site main section.texto .centrador {
    display: block;
  }
  #site main section.texto .centrador .parrafo {
    margin-top: 40px;
  }
  #site main section.foto .centrador #photo {
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
  }
  #site main section.foto .centrador .external {
    position: absolute;
    bottom: -85px;
    left: 60px;
  }
  #site main section.texto .centrador .parrafo .link {
    display: none;
  }
  #site main section#destacados .centrador #featured {
    flex-wrap: wrap;
  }
  #site main section#destacados .centrador #featured .featured {
    width: 50%;
  }
  #site main section#destacados .centrador #featured .featured:after {
    content: '';
    display: block;
    padding-bottom: 124%;
  }
  #site main section#destacados .centrador #featured .featured:nth-child(2) .color {
    background: #393939;
  }
  #site main section#destacados .centrador #featured .featured:nth-child(3) .color {
    background: #393939;
  }
  #site main section#valor .centrador #foto {
    display: none;
  }
  #industry main section#principales .centrador .head .link {
    display: none;
  }
  #industry main section#principales .centrador #products .product {
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    margin-bottom: 40px;
  }
  #industry main section#principales .centrador #products {
    flex-wrap: wrap;
  }
  #industry main section#principales .centrador .external {
    margin-left: auto;
  }
  #industry main section#industria_moderna .centrador {
    padding: 0px;
  }
  #industry main section#industria_moderna .centrador h4 {
    padding: 0px 60px;
  }
  #industry main section#industria_moderna .centrador #otros {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 60px;
    overflow-x: scroll;
  }
  #industry main section#industria_moderna .centrador #otros .otro {
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  #industry main section#industria_moderna .centrador #otros .otro:last-of-type {
    border-right: 40px solid transparent;
  }
  #industry main section#industria_moderna .centrador #otros .otro .texto {
    display: none;
  }
  #industry main section#industria_moderna .centrador #otros .otro .foto:after {
    content: '';
    display: block;
    padding-bottom: 100%;
  }
  #industry main section#industria_moderna .centrador #otros .otro .foto h6 {
    display: block;
  }
  #industry main section#industria_moderna .centrador #otros .otro .foto .blurcolor {
    display: block;
  }
  #industry main section.texto .centrador {
    display: block;
  }
  #industry main section.texto .centrador .parrafo {
    margin-top: 40px;
  }
  #industry main section#soluciones .centrador #industrias .industria {
    width: 50%;
  }
  #industry main section#localizacion {
    padding-bottom: 200px;
  }
  #industry main section#localizacion .centrador {
    display: block;
    padding: 0px;
  }
  #industry main section#localizacion .centrador #titulo {
    padding: 0px 60px;
  }
  #industry main section#localizacion .centrador #servicios {
    margin-top: 60px;
  }
  #industry main section#localizacion .centrador #servicios .servicio {
    padding: 30px 60px;
  }
  #industry main section#localizacion .centrador #servicios .servicio .texto .ico {
    right: 60px;
  }
  #industry main section#localizacion .centrador #servicios .servicio .titulo .link {
    width: 100%;
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin-top: 30px;
  }
  #industry main section#localizacion .centrador #servicios .servicio .titulo .link img {
    margin-right: 0px;
    margin-left: 10px;
  }
  #industry main section#localizacion .centrador .external {
    margin: 60px 0px 0px 60px;
  }
  #industry main section.rapidos {
    display: none;
  }
  #contractors main section#soluciones .centrador {
    display: block;
    padding: 0px;
  }
  #contractors main section#soluciones .centrador #titulo {
    width: 100%;
    padding-top: 0px;
    border-top: none;
    padding: 0px 60px;
  }
  #contractors main section#soluciones .centrador #titulo .link {
    display: none;
  }
  #contractors main section#soluciones .centrador #areas {
    margin-top: 60px;
    width: 100%;
    border-top: none;
  }
  #contractors main section#soluciones .centrador #areas .area {
    padding: 30px 60px;
    display: block;
  }
  #contractors main section#soluciones .centrador #areas .area .titulo {
    width: 100%;
  }
  #contractors main section#soluciones .centrador #areas .area .titulo b {
    max-width: none;
  }
  #contractors main section#soluciones .centrador #areas .area .texto {
    width: 100%;
    max-width: 340px;
    margin-top: 20px;
  }
  #contractors main section#soluciones .centrador .external {
    bottom: -85px;
    right: 60px;
    position: absolute;
  }
  #contractors main section#herramientas {
    padding-bottom: 200px;
  }
  #contractors main section#herramientas .centrador .head .link {
    display: none;
  }
  #contractors main section#herramientas .centrador #products .product {
    margin-bottom: 40px;
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
  }
  #contractors main section#herramientas .centrador .external {
    margin-left: auto;
  }
  #wholesaler main section#mas_pedidos .centrador .head {
    display: block;
  }
  #wholesaler main section#mas_pedidos .centrador .head .texto {
    width: 100%;
    max-width: 460px;
    margin-top: 40px;
  }
  #wholesaler main section#mas_pedidos .centrador .head .texto .link {
    display: none;
  }
  #wholesaler main section#mas_pedidos .centrador #products .product {
    margin-bottom: 40px;
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
  }
  #wholesaler main section#mas_pedidos .centrador #actions {
    display: none;
  }
  #wholesaler main section#mas_pedidos .centrador .external {
    margin-left: auto;
  }
  #wholesaler main section#experiencia .centrador .photo {
    width: 100%;
  }
  #wholesaler main section#experiencia .centrador .photo .texto {
    padding: 100px 60px;
  }
  #wholesaler main section#experiencia .centrador .photo .texto h5 {
    max-width: 460px;
  }
  #wholesaler main section.rapidos {
    display: none;
  }
  #us #cover .centrador #slogan h4 {
    font-size: 20px;
    max-width: 460px;
  }
  #us main section#historia .centrador #timeline #history #dates .date {
    width: 320px;
    min-width: 320px;
  }
  #us main section#historia .centrador #timeline #history #dates .date p {
    max-width: 260px;
  }
  #us main section#acerca .centrador .row .photo,
  #us main section#acerca .centrador .row .texto.color {
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
  }
  #us main section#acerca .centrador .row .texto.color {
    max-width: 460px;
    padding: 100px 60px;
  }
  #us main section#acerca .centrador .row .texto {
    width: 100%;
    padding: 100px 60px;
  }
  #us main section.rapidos {
    display: none;
  }
  #blog main section#ultimo .centrador #title {
    display: none;
  }
  #blog main section#ultimo .centrador .post#last_post {
    width: 100%;
    min-width: 0px;
    margin-left: 0px;
  }
  #blog main section#ultimo {
    padding-bottom: 60px;
  }
  #blog main section#articulos .centrador #posts .post {
    margin-bottom: 60px;
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
  }
  #post main section#articulo .centrador {
    padding: 0px;
  }
  #post main section#articulo .centrador #titulo {
    display: none;
  }
  #post main section#articulo .centrador article {
    width: 100%;
    min-width: 0px;
    margin-left: 0px;
  }
  #post main section#articulo .centrador article #bloques {
    padding: 0px 60px;
    border: none;
  }
  #post main section#articulo .centrador article #more {
    padding: 0px 60px;
  }
  #post main section#articulo .centrador article #more .entry label img {
    display: inline-block;
    width: 15px;
  }
  #post main section#articulo .centrador article #more .entry .articulo {
    display: none;
  }
  #post main section#articulo .centrador article #more .entry:last-of-type label {
    text-align: right;
  }
  #post main section#articulo .centrador article #more .entry:last-of-type label img {
    margin-right: 0px;
    margin-left: 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #contact main section#medios {
    padding-bottom: 60px;
  }
  #contact main section#medios #contacto {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
  }
  #contact main section#medios .centrador #sucursales .sucursal span {
    font-size: 20px;
  }
  #soon .centrador .centro {
    width: 100%;
  }
  #soon .centrador .centro h2 {
    font-size: 35px;
    text-align: left;
  }
  #soon .centrador .centro p {
    text-align: left;
    font-size: 14px;
    max-width: 400px;
    margin-left: 0px;
  }
  #soon .centrador .centro .link {
    justify-content: flex-start;
  }
  #soon .centrador .centro .link label {
    font-size: 14px;
  }
  #soon .centrador .centro .link label img {
    height: 12px;
  }
  #soon .centrador #pie #info {
    display: block;
  }
  #soon .centrador #pie #info .info {
    margin-right: 0px;
    margin-bottom: 35px;
  }
  #soon .centrador #pie #info .info:last-of-type {
    margin-bottom: 0px;
  }
  #soon .centrador #pie #social {
    display: block;
  }
  #soon .centrador #pie #social .rrss {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  #soon .centrador #pie #social .rrss:last-of-type {
    margin-bottom: 0px;
  }
  #brands #cover #marca .texto {
    width: 400px;
    min-width: 400px;
  }
  #brands main section#marcas .centrador .marca .texto {
    width: 400px;
    min-width: 400px;
  }
  #collection main section#coleccion {
    padding-bottom: 200px;
  }
  #collection main section#coleccion .centrador .head .texto {
    width: 100%;
    min-width: 0px;
  }
  #collection main section#coleccion .centrador .head h4 {
    width: 300px;
    min-width: 300px;
  }
  #collection main section#coleccion .centrador #products {
    justify-content: space-between;
  }
  #collection main section#coleccion .centrador #products .product {
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    margin-right: 0px !important;
  }
  #collection main section#coleccion .centrador #actions .link {
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
  }
  #collection main section#coleccion .centrador #actions .link {
    display: none;
  }
  #collection main section#coleccion .centrador #actions .external {
    margin-left: auto;
  }
  #store main section#tienda .centrador #main #content #products {
    justify-content: space-between;
  }
  #store main section#tienda .centrador #main #content #products .product {
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    margin-right: 0px !important;
  }
  #store main section#tienda .centrador #main aside {
    width: 200px;
    min-width: 200px;
  }
  #product main section#producto .centrador #main {
    display: block;
  }
  #product main section#producto .centrador #main #media {
    width: 100%;
    flex-wrap: wrap-reverse;
  }
  #product main section#producto .centrador #main #media #thumbnails {
    width: 100%;
    min-width: 0px;
    margin-top: 30px;
    margin-right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  #product main section#producto .centrador #main #media #thumbnails .thumbnail {
    width: 70px;
    margin-right: 10px;
  }
  #product main section#producto .centrador #main aside {
    margin-top: 40px;
  }
  #product main section#producto .centrador #main aside #info {
    padding-top: 0px;
  }
  #product main section#producto .centrador #main aside #features .feature h6 {
    width: 200px;
    min-width: 200px;
  }
  #product main section#producto .centrador #main aside #add #set #quantity {
    width: 140px;
    min-width: 140px;
  }
  #product main section#reseñas .centrador #rating #new {
    width: 300px;
    min-width: 300px;
    margin-right: 40px;
  }
  #product main section#reseñas .centrador #rating #reviews {
    width: 100%;
  }
  #product main section#relacionados .centrador #products .product {
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    margin-right: 0px !important;
  }
  #product main section#relacionados .centrador #actions .link {
    display: none;
  }
  #product main section#relacionados .centrador #actions {
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    margin-left: auto;
  }
  #checkout main section#compra aside {
    display: none;
  }
  #checkout main section#compra .centrador #proceso {
    max-width: none;
  }
  #checkout main section#compra .centrador #proceso #steps {
    max-width: none;
  }
  #checkout main section#compra .centrador #proceso #steps .step .resume label {
    width: 160px;
    min-width: 160px;
  }
  #account main #main .centrador #contents .content #user,
  #account main #main .centrador #contents .content #billing {
    display: block;
  }
  #account main #main .centrador #contents .content #user .side,
  #account main #main .centrador #contents .content #billing .side {
    width: 100%;
  }
  #account main #main .centrador #contents {
    display: block;
  }
  #account main #main .centrador #contents aside {
    width: 100%;
    min-width: 0px;
    margin-bottom: 60px;
  }
  #account main #main .centrador #contents .content #wishlist #wishlist_products {
    justify-content: space-between;
  }
  #account main #main .centrador #contents .content #wishlist #wishlist_products .wishlist_product {
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    margin-right: 0px !important;
  }
}
/* = Mobile Small
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 430px) {
  .centrador {
    padding: 0px 40px;
  }
  h2 {
    font-size: 30px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 17px;
  }
  #formulario .group,
  .formulario .group {
    display: block;
  }
  #formulario .group .input,
  .formulario .group .input {
    width: 100%;
  }
  #formulario .group.triple .input,
  .formulario .group.triple .input {
    width: 100%;
  }
  header #header .centrador {
    height: 100px;
  }
  header #header .centrador #logo {
    min-width: 0px;
  }
  header #header .centrador #logo .logo svg {
    width: 130px;
  }
  header #header .centrador #actions {
    min-width: 0px;
  }
  header #header .centrador #actions .action span {
    display: none;
  }
  #cover .centrador {
    padding-top: 140px;
  }
  #cover .centrador .helper {
    display: none;
  }
  #cover .centrador #slogan h2 {
    white-space: normal;
  }
  #quicks .quick,
  .quicks .quick {
    padding: 40px;
  }
  #quicks .quick .centro,
  .quicks .quick .centro {
    height: 100px;
  }
  #quicks .quick .centro .ico,
  .quicks .quick .centro .ico {
    width: 25px;
  }
  #quicks .quick .centro span,
  .quicks .quick .centro span {
    font-size: 20px;
    max-width: 220px;
  }
  header #header .centrador #menu {
    padding: 90px 30px 30px;
    overflow-y: scroll;
  }
  header #header .centrador #menu menu .link span {
    font-size: 18px;
    font-family: 'Benton Sans', sans-serif;
    font-weight: normal;
  }
  footer .centrador #pie #logo img {
    width: 120px;
  }
  footer .centrador #content #info .info h6 {
    font-size: 15px;
  }
  footer .centrador #content #info .info {
    width: 50% !important;
    margin-bottom: 20px;
  }
  footer .centrador #content #info .info.mobile {
    margin-left: auto;
    width: 80px !important;
  }
  footer .centrador #content #info .info .contacts .contact {
    height: auto;
    margin-bottom: 30px;
  }
  footer .centrador #content #info .info:last-of-type .contacts .contact {
    width: 60%;
  }
  footer .centrador #content #info .info:last-of-type .contacts .contact:last-of-type {
    width: 40%;
  }
  #products .product .item .info strong,
  .products .product .item .info strong {
    font-size: 17px;
  }
  .post .texto p {
    display: none;
  }
  .post .foto .date {
    display: none;
  }
  #products .product .item .discount,
  .products .product .item .discount {
    width: 30px;
    height: 30px;
  }
  #products .product .item .discount label,
  .products .product .item .discount label {
    font-size: 10px;
  }
  #site main section.texto {
    padding: 60px 0px 50px;
  }
  #site main section.texto .centrador .titulo {
    width: 100%;
  }
  #site main section.texto .centrador .parrafo {
    width: 100%;
  }
  #site main section.foto .centrador #photo {
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
  }
  #site main section.texto#especiales {
    padding-top: 160px;
  }
  #site main section#destacados .centrador #featured .featured .color {
    padding: 30px;
  }
  #site main section#destacados .centrador #featured .featured .color .producto strong {
    font-size: 17px;
  }
  #site main section#destacados .centrador #featured .featured .color .descripcion span,
  #site main section#destacados .centrador #featured .featured .color .producto b {
    font-size: 13px;
  }
  #site main section#valor .centrador #content #color {
    background: url('/images/jpg/valor.jpg') no-repeat center center;
    padding: 60px 30px;
    background-size: cover !important;
  }
  #site main section#valor .centrador #content #color:after {
    content: '';
    display: block;
    padding-bottom: 160%;
  }
  #site main section#valor .centrador #content #color span {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 30px;
    background: rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #site main section#valor .centrador #content #valores .valor {
    display: block;
    padding: 40px;
  }
  #site main section#valor .centrador #content #valores .valor b {
    font-size: 17px;
    font-family: 'Benton Sans', sans-serif;
    font-weight: normal;
    width: 100%;
  }
  #site main section#valor .centrador #content #valores .valor span {
    width: 100%;
    margin-top: 20px;
  }
  #site main section#colaboradores {
    padding-bottom: 100px;
  }
  #site main section#colaboradores .centrador #our_partners #viewer #partners .partner {
    width: 220px;
    min-width: 220px;
    margin-right: -40px;
    height: 220px;
  }
  #industry #cover .centrador #highlights h6 {
    font-size: 17px;
  }
  #industry main section#principales {
    padding-top: 60px;
  }
  #industry main section#principales .centrador #products {
    margin-top: 40px;
  }
  #industry main section#industria_moderna {
    padding-top: 80px;
  }
  #industry main section#industria_moderna .centrador h4 {
    padding: 0px 40px;
  }
  #industry main section#industria_moderna .centrador #otros {
    margin-top: 60px;
    padding-left: 40px;
  }
  #industry main section#industria_moderna .centrador #otros .otro .foto {
    width: 240px;
    min-width: 240px;
  }
  #industry main section#industria_moderna .centrador #otros .otro:last-of-type {
    border-right: 20px solid transparent;
  }
  #industry main section#localizacion {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #industry main section#localizacion .centrador #titulo {
    width: 100%;
    min-width: 0px;
    padding: 0px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #industry main section#localizacion .centrador #servicios .servicio {
    padding: 30px 40px;
  }
  #industry main section#localizacion .centrador .external {
    margin-left: 40px;
  }
  #contractors main section#soluciones {
    padding-top: 60px;
    padding-bottom: 160px;
  }
  #contractors main section#soluciones .centrador #titulo {
    width: 100%;
    min-width: 0px;
    padding: 0px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #contractors main section#soluciones .centrador #areas .area {
    padding: 30px 40px;
  }
  #contractors main section#soluciones .centrador #areas .area:last-of-type {
    padding-bottom: 60px;
  }
  #contractors main section#soluciones .centrador .external {
    right: 40px;
  }
  #contractors main section#herramientas {
    padding-bottom: 100px;
  }
  #contractors main section#herramientas .centrador #products {
    margin-top: 60px;
  }
  #wholesaler main section#mas_pedidos {
    padding-top: 60px;
  }
  #wholesaler main section#mas_pedidos .centrador .head h4 {
    width: 100%;
  }
  #wholesaler main section#mas_pedidos .centrador .head .texto {
    margin-top: 30px;
  }
  #wholesaler main section#mas_pedidos .centrador #products {
    margin-top: 60px;
  }
  #wholesaler main section#experiencia .centrador .photo .texto {
    padding: 60px 40px;
  }
  #wholesaler main section#experiencia .centrador .photo:after {
    content: '';
    display: block;
    padding-bottom: 160%;
  }
  #wholesaler main section#experiencia .centrador .photo .texto h5 {
    font-size: 20px;
  }
  #wholesaler main section#experiencia .centrador .photo .blurfoto {
    background-position-x: 10%;
  }
  #us #cover .centrador #highlights h6 {
    font-size: 15px;
  }
  #us main section#historia {
    padding-top: 80px;
  }
  #us main section#acerca {
    padding-top: 80px;
  }
  #us main section#historia .centrador #timeline #history #dates .date {
    width: 280px;
    min-width: 280px;
  }
  #us main section#historia .centrador #timeline #history #dates .date p {
    max-width: 240px;
  }
  #us main section#acerca .centrador .row .photo,
  #us main section#acerca .centrador .row .texto.color {
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
  }
  #us main section#acerca .centrador .row .texto.color {
    padding: 60px 40px;
  }
  #us main section#acerca .centrador .row .texto {
    padding: 60px 40px;
  }
  #us main section#acerca .centrador .row .texto .centro .valor b {
    width: 90px;
    min-width: 90px;
  }
  #blog main section#articulos .centrador #posts .post {
    width: 100%;
  }
  #post main section#articulo .centrador article #bloques {
    padding: 0px 40px;
  }
  #post main section#articulo .centrador article #more {
    padding: 0px 40px;
  }
  #post main section#articulo .centrador article #more .entry label {
    font-size: 13px;
  }
  #post main section#articulo .centrador article #more .entry label img {
    width: 10px;
  }
  #post main section#articulo {
    padding-bottom: 100px;
  }
  #contact main section#contactanos .centrador #head .link u {
    font-size: 20px;
  }
  #contact main section#contactanos {
    padding-bottom: 80px;
  }
  #contact main section#medios .centrador #sucursales {
    width: 100%;
    min-width: 0px;
  }
  #contact main section#medios .centrador #sucursales .sucursal {
    margin-bottom: 60px;
  }
  #contact main section#medios #contacto {
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    padding: 60px 40px;
    margin-top: 20px;
  }
  #soon .centrador #logo img {
    width: 130px;
  }
  #soon .centrador {
    display: block;
    height: auto;
    padding: 50px 40px;
  }
  #soon .centrador #logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #soon .centrador .centro {
    margin-top: 100px;
  }
  #soon .centrador .centro p {
    margin-top: 20px;
  }
  #soon .centrador .centro .link {
    margin-top: 30px;
  }
  #soon .centrador #pie {
    margin-top: 100px;
    padding-top: 20px;
  }
  #soon .centrador #pie #info .info b,
  #soon .centrador #pie #info .info span,
  #soon .centrador #pie #social .rrss label {
    font-size: 13px;
  }
  #soon .centrador #pie #social .rrss label img {
    height: 10px;
  }
  #brands main section#marcas {
    padding-bottom: 200px;
  }
  #brands #cover #marca {
    display: block;
    padding: 30px 0px 40px;
  }
  #brands #cover #marca .texto {
    width: 100%;
    min-width: 0px;
    margin-top: 20px;
  }
  #brands main section#marcas .centrador .marca {
    display: block;
    padding: 40px 0px 30px;
  }
  #brands main section#marcas .centrador .marca .texto {
    width: 100%;
    min-width: 0px;
    margin-top: 20px;
  }
  #brands main section#marcas .centrador .marca .texto .links {
    display: block;
    margin-top: 40px;
  }
  #brands main section#marcas .centrador .marca .texto .links .link {
    margin-bottom: 20px;
  }
  #collection main section#coleccion .centrador .head {
    display: block;
  }
  #collection main section#coleccion .centrador .head h4 {
    width: 100%;
    min-width: 0px;
  }
  #collection main section#coleccion .centrador .head .texto {
    margin-top: 40px;
  }
  #store main section#tienda {
    padding-bottom: 180px;
  }
  #store main section#tienda .centrador #main {
    display: block;
  }
  #store main section#tienda .centrador #main aside {
    width: 100%;
    min-width: 0px;
    padding-right: 0px;
  }
  #store main section#tienda .centrador #main aside #filters .filter {
    margin-bottom: 30px;
  }
  #store main section#tienda .centrador #main aside #filters .filter:last-of-type {
    margin-bottom: 0px;
  }
  #store main section#tienda .centrador #main #content {
    margin-top: 60px;
  }
  #product main section#producto .centrador #breadcrum {
    display: none;
  }
  #product main section#producto {
    padding-top: 0px;
  }
  #product main section#producto .centrador {
    padding: 0px;
  }
  #product main section#producto .centrador #main #media #gallery #actions {
    display: none;
  }
  #product main section#producto .centrador #main #media #thumbnails {
    margin-top: 20px;
    padding: 0px 30px;
  }
  #product main section#producto .centrador #main aside {
    padding: 0px 30px;
    width: 100%;
    min-width: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #product main section#producto .centrador #main aside #features .feature {
    display: block;
  }
  #product main section#producto .centrador #main aside #features .feature h6 {
    width: 100%;
    min-width: 0px;
  }
  #product main section#producto .centrador #main aside #features .feature p {
    margin-top: 15px;
  }
  #product main section#producto .centrador #main aside #add #set {
    display: block;
  }
  #product main section#producto .centrador #main aside #add #set #quantity {
    width: 100%;
    min-width: 0px;
    margin-bottom: 15px;
  }
  #product main section#reseñas .centrador #rating {
    flex-wrap: wrap-reverse;
    padding: 0px;
    border: none;
  }
  #product main section#reseñas .centrador #rating #new {
    width: 100%;
    min-width: 0px;
    margin-top: 60px;
    margin-right: 0px;
  }
  #product main section#relacionados {
    padding-bottom: 180px;
  }
  #shopping_cart #cart {
    padding: 60px 30px;
  }
  #cartitems .cartitem,
  .cartitems .cartitem {
    align-items: flex-start;
  }
  #cartitems .cartitem .details,
  .cartitems .cartitem .details {
    display: block;
  }
  #cartitems .cartitem .details .manage,
  .cartitems .cartitem .details .manage {
    flex-direction: column-reverse;
    width: 100%;
    min-width: 0px;
    margin-left: 0px;
    margin-top: 20px;
  }
  #cartitems .cartitem .details .manage .del,
  .cartitems .cartitem .details .manage .del {
    margin-top: 10px;
  }
  #cartitems .cartitem .details .manage .quantity button,
  .cartitems .cartitem .details .manage .quantity button {
    width: 40px;
  }
  #checkout main section#compra .centrador #proceso #steps .step .resume {
    flex-wrap: wrap;
  }
  #checkout main section#compra .centrador #proceso #steps .step .resume label {
    width: 100%;
    min-width: 0px;
  }
  #receipt main {
    padding-bottom: 0px;
    min-height: 0px;
  }
  #receipt main section#recibo .centrador #thankyou {
    padding-bottom: 120px;
  }
  #receipt main section#recibo #quicks {
    position: relative;
    left: auto;
    bottom: auto;
  }
  #account main #navigation {
    background: none;
  }
  #account main #navigation .centrador {
    height: auto;
  }
  #account main #navigation .centrador nav {
    justify-content: space-between;
    width: 100%;
  }
  #account main #navigation .centrador nav .link {
    margin: 0px;
    padding-bottom: 10px;
  }
  #account main #navigation .centrador nav .link span {
    font-size: 15px;
  }
  #account main #navigation .centrador nav .link.active {
    border-bottom: 2px solid #F32735;
  }
  #account main #navigation .centrador nav .link.active span {
    color: #2E2E2E;
  }
  #account main #main .centrador #contents .content .formulario .field label {
    width: 110px;
    min-width: 110px;
  }
  #account main #main .centrador #contents .content .formulario .field .group.triple .input {
    width: 100%;
    margin-bottom: 15px;
  }
  #account main #main .centrador #contents .content .head .link {
    margin-right: 20px;
  }
  #account main #main .centrador #contents .content #orders #ordenes .ordenes .orden .infos .info {
    width: 50%;
    padding-right: 0px;
  }
  #account main #main .centrador #contents .content #billing .side .formulario {
    max-width: none;
    padding-right: 0px;
  }
  #account main #main .centrador #contents .content .head {
    height: auto;
    border: none;
  }
}
.whatsappbtn {
    background: none; /*#2edb7a; */
    color: #FFF;
    font-size: 35px;
    line-height: 30px;
    display: block;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    padding-top: 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 50px;
    height: 44px;
    z-index: 999;
}
#formjp { 
	background:#2E2E2E; 
	padding: 85px; 
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 40%;
}
#formjp input, #formjp textarea { 
	background: #2E2E2E; 
	border:none; 
	border-bottom: 1px solid rgba(255,255,255,0.8);
	color: #FFF;
	margin-bottom: 15px;
	padding: 6px; 
	width: 100%;
}
#formjp input {  }
#formjp button { 
	background:#2E2E2E; 
	border:1px solid #2E2E2E;
	color: #F32735; 
}
#formjp {  }
#formjp {  }
#formjp {  }
#formjp {  }
#formjp {  }
#formjp {  }
#formjp {  }
#formjp {  }
#formjp {  }

